@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-shadow: none;
  --f-button-transition: all .15s ease;
  --f-button-transform: none;
  --f-button-outline-width: 1px;
  --f-button-outline-color: rgba(0, 0, 0, .7);
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-opacity: 1;
  --f-button-svg-disabled-opacity: .5;
  --f-button-svg-transition: opacity .15s ease;
  --f-button-svg-transform: none;
}

.f-button {
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  transform: var(--f-button-transform);
  transition: var(--f-button-transition);
  -webkit-backdrop-filter: var(--f-button-backdrop-filter);
  backdrop-filter: var(--f-button-backdrop-filter);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  pointer-events: all;
  cursor: pointer;
  overflow: hidden;
}

@media (hover: hover) {
  .f-button:hover:not([aria-disabled]) {
    color: var(--f-button-hover-color, var(--f-button-color));
    background-color: var(--f-button-hover-bg, var(--f-button-bg));
  }
}
.f-button:active:not([aria-disabled]) {
  color: var(--f-button-active-color, var(--f-button-hover-color, var(--f-button-color)));
  background-color: var(--f-button-active-bg, var(--f-button-hover-bg, var(--f-button-bg)));
}

.f-button:focus {
  outline: none;
}

.f-button:focus-visible {
  outline: var(--f-button-outline-width) solid var(--f-button-outline-color);
  outline-offset: var(--f-button-outline-offset);
  position: relative;
  z-index: 1;
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  transform: var(--f-button-svg-transform);
  fill: var(--f-button-svg-fill);
  filter: var(--f-button-svg-filter);
  opacity: var(--f-button-svg-opacity, 1);
  transition: var(--f-button-svg-transition);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.f-button[aria-disabled] {
  cursor: default;
}

.f-button[aria-disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

:root {
  --f-spinner-color-1: rgba(0, 0, 0, .1);
  --f-spinner-color-2: rgba(17, 24, 28, .8);
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-border-radius: 50%;
  --f-spinner-border-width: 4px;
}

.f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: calc(var(--f-spinner-width) * -0.5) 0 0 calc(var(--f-spinner-height) * -0.5);
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
  border-radius: var(--f-spinner-border-radius);
  border: var(--f-spinner-border-width) solid var(--f-spinner-color-1);
  border-top-color: var(--f-spinner-color-2);
  -webkit-animation: f-spinner 0.75s linear infinite, f-fadeIn 0.2s ease 0.2s both;
  animation: f-spinner 0.75s linear infinite, f-fadeIn 0.2s ease 0.2s both;
}

@-webkit-keyframes f-spinner {
  to {
    transform: rotate(360deg);
  }
}

@keyframes f-spinner {
  to {
    transform: rotate(360deg);
  }
}
.f-panzoom, .f-zoomable {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.f-panzoom:before, .f-panzoom:after, .f-zoomable:before, .f-zoomable:after {
  display: block;
  content: "";
}

.f-panzoom:not(.has-controls):before, .f-zoomable:not(.has-controls):before {
  margin-bottom: auto;
}

.f-panzoom:after, .f-zoomable:after {
  margin-top: auto;
}

.f-panzoom__wrapper {
  position: relative;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
}

.f-panzoom__wrapper.will-zoom-out {
  cursor: zoom-out;
}

.f-panzoom__wrapper.can-drag {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.f-panzoom__wrapper.will-zoom-in {
  cursor: zoom-in;
}

.f-panzoom__wrapper.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.f-panzoom__wrapper.has-error {
  display: none;
}

.f-panzoom__content {
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
}

.f-panzoom__content.is-lazyloading, .f-panzoom__content.has-lazyerror {
  visibility: hidden;
}

img.f-panzoom__content {
  vertical-align: top;
  -o-object-fit: contain;
  object-fit: contain;
  transition: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.f-panzoom__wrapper > img.f-panzoom__content, .f-panzoom__wrapper > picture.f-panzoom__content {
  visibility: hidden;
}

.f-panzoom__viewport {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.f-panzoom__viewport > .f-panzoom__content {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

picture.f-panzoom__content img {
  vertical-align: top;
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.f-panzoom__protected {
  position: absolute;
  inset: 0;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.f-fadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  -webkit-animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@-webkit-keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes f-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes f-fadeOut {
  to {
    opacity: 0;
  }
}
.f-crossfadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease both f-crossfadeIn;
  animation: var(--f-transition-duration, 0.2s) ease both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  -webkit-animation: calc(var(--f-transition-duration, 0.2s) * 0.2) ease calc(var(--f-transition-duration, 0.2s) * 0.8) both f-crossfadeOut;
  animation: calc(var(--f-transition-duration, 0.2s) * 0.2) ease calc(var(--f-transition-duration, 0.2s) * 0.8) both f-crossfadeOut;
  z-index: 1;
}

@-webkit-keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes f-crossfadeOut {
  to {
    opacity: 0;
  }
}
@keyframes f-crossfadeOut {
  to {
    opacity: 0;
  }
}
.is-horizontal .f-slideIn.from-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextX;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextX;
}

.is-horizontal .f-slideIn.from-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevX;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevX;
}

.is-horizontal .f-slideOut.to-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextX;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextX;
}

.is-horizontal .f-slideOut.to-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevX;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevX;
}

@-webkit-keyframes f-slideInPrevX {
  0% {
    transform: translate(calc(100% + var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}

@keyframes f-slideInPrevX {
  0% {
    transform: translate(calc(100% + var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@-webkit-keyframes f-slideInNextX {
  0% {
    transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideInNextX {
  0% {
    transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@-webkit-keyframes f-slideOutNextX {
  to {
    transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
  }
}
@keyframes f-slideOutNextX {
  to {
    transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
  }
}
@-webkit-keyframes f-slideOutPrevX {
  to {
    transform: translate(calc(100% + var(--f-carousel-gap, 0)));
  }
}
@keyframes f-slideOutPrevX {
  to {
    transform: translate(calc(100% + var(--f-carousel-gap, 0)));
  }
}
.is-vertical .f-slideIn.from-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextY;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextY;
}

.is-vertical .f-slideIn.from-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevY;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevY;
}

.is-vertical .f-slideOut.to-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextY;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextY;
}

.is-vertical .f-slideOut.to-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevY;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevY;
}

@-webkit-keyframes f-slideInPrevY {
  0% {
    transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}

@keyframes f-slideInPrevY {
  0% {
    transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@-webkit-keyframes f-slideInNextY {
  0% {
    transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideInNextY {
  0% {
    transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@-webkit-keyframes f-slideOutNextY {
  to {
    transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
  }
}
@keyframes f-slideOutNextY {
  to {
    transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
  }
}
@-webkit-keyframes f-slideOutPrevY {
  to {
    transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
  }
}
@keyframes f-slideOutPrevY {
  to {
    transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
  }
}
.f-zoomInUp {
  -webkit-animation: var(--f-transition-duration, 0.3s) ease both f-zoomInUp;
  animation: var(--f-transition-duration, 0.3s) ease both f-zoomInUp;
}

.f-zoomOutDown {
  -webkit-animation: var(--f-transition-duration, 0.3s) ease both f-zoomOutDown;
  animation: var(--f-transition-duration, 0.3s) ease both f-zoomOutDown;
}

@-webkit-keyframes f-zoomInUp {
  0% {
    transform: scale(var(--f-zoomInUp-scale, 0.975)) translate3d(var(--f-zoomInUp-x, 0), var(--f-zoomInUp-y, 16px), 0);
    opacity: var(--f-zoomInUp-opacity, 0);
  }
  to {
    transform: scale(1) translateZ(0);
    opacity: 1;
  }
}

@keyframes f-zoomInUp {
  0% {
    transform: scale(var(--f-zoomInUp-scale, 0.975)) translate3d(var(--f-zoomInUp-x, 0), var(--f-zoomInUp-y, 16px), 0);
    opacity: var(--f-zoomInUp-opacity, 0);
  }
  to {
    transform: scale(1) translateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes f-zoomOutDown {
  to {
    transform: scale(var(--f-zoomOutDown-scale, 0.975)) translate3d(var(--f-zoomOutDown-x, 0), var(--f-zoomOutDown-y, 16px), 0);
    opacity: 0;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(var(--f-zoomOutDown-scale, 0.975)) translate3d(var(--f-zoomOutDown-x, 0), var(--f-zoomOutDown-y, 16px), 0);
    opacity: 0;
  }
}
.f-throwOutUp {
  -webkit-animation: var(--f-throwOutUp-duration, 0.2s) ease-out both f-throwOutUp;
  animation: var(--f-throwOutUp-duration, 0.2s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  -webkit-animation: var(--f-throwOutDown-duration, 0.2s) ease-out both f-throwOutDown;
  animation: var(--f-throwOutDown-duration, 0.2s) ease-out both f-throwOutDown;
}

@-webkit-keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throwOutUp-y, 150px) * -1), 0);
    opacity: 0;
  }
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throwOutUp-y, 150px) * -1), 0);
    opacity: 0;
  }
}
@-webkit-keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throwOutDown-y, 150px), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throwOutDown-y, 150px), 0);
    opacity: 0;
  }
}
.has-iframe .f-html, .has-pdf .f-html, .has-gmap .f-html {
  width: 100%;
  height: 100%;
  min-height: 1px;
  overflow: visible;
}

.has-pdf .f-html, .has-gmap .f-html {
  padding: 0;
}

.f-html {
  position: relative;
  box-sizing: border-box;
  margin: var(--f-html-margin, 0);
  padding: var(--f-html-padding, 2rem);
  color: var(--f-html-color, currentColor);
  background: var(--f-html-bg);
}

.f-html.is-error {
  text-align: center;
}

.f-iframe {
  display: block;
  margin: 0;
  border: 0;
  height: 100%;
  width: 100%;
}

.f-caption {
  align-self: center;
  flex-shrink: 0;
  margin: var(--f-caption-margin);
  padding: var(--f-caption-padding, 16px 8px);
  max-width: 100%;
  max-height: calc(80vh - 100px);
  overflow: auto;
  overflow-wrap: anywhere;
  line-height: var(--f-caption-line-height);
  color: var(--f-caption-color);
  background: var(--f-caption-bg);
  font: var(--f-caption-font);
}

.has-html5video .f-html, .has-youtube .f-html, .has-vimeo .f-html {
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 1px;
  overflow: visible;
  max-width: var(--f-video-width, 960px);
  max-height: var(--f-video-height, 540px);
  aspect-ratio: var(--f-video-aspect-ratio);
  background: var(--f-video-bg, rgba(0, 0, 0, 0.9));
}

.f-html5video {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.f-button.is-arrow {
  --f-button-width: var(--f-arrow-width, 46px);
  --f-button-height: var(--f-arrow-height, 46px);
  --f-button-svg-width: var(--f-arrow-svg-width, 24px);
  --f-button-svg-height: var(--f-arrow-svg-height, 24px);
  --f-button-svg-stroke-width: var(--f-arrow-svg-stroke-width, 1.75);
  --f-button-border-radius: var(--f-arrow-border-radius, unset);
  --f-button-bg: var(--f-arrow-bg, transparent);
  --f-button-hover-bg: var(--f-arrow-hover-bg, var(--f-arrow-bg));
  --f-button-active-bg: var(--f-arrow-active-bg, var(--f-arrow-hover-bg));
  --f-button-shadow: var(--f-arrow-shadow);
  --f-button-color: var(--f-arrow-color);
  --f-button-hover-color: var(--f-arrow-hover-color, var(--f-arrow-color));
  --f-button-active-color: var( --f-arrow-active-color, var(--f-arrow-hover-color) );
  overflow: visible;
}

.f-button.is-arrow.is-prev, .f-button.is-arrow.is-next {
  position: absolute;
  transform: translate(0);
  z-index: 20;
}

.is-horizontal .f-button.is-arrow.is-prev, .is-horizontal .f-button.is-arrow.is-next {
  inset: 50% auto auto;
  transform: translateY(-50%);
}

.is-horizontal.is-ltr .f-button.is-arrow.is-prev {
  left: var(--f-arrow-pos, 0);
}

.is-horizontal.is-ltr .f-button.is-arrow.is-next {
  right: var(--f-arrow-pos, 0);
}

.is-horizontal.is-rtl .f-button.is-arrow.is-prev {
  right: var(--f-arrow-pos, 0);
  transform: translateY(-50%) rotateY(180deg);
}

.is-horizontal.is-rtl .f-button.is-arrow.is-next {
  left: var(--f-arrow-pos, 0);
  transform: translateY(-50%) rotateY(180deg);
}

.is-vertical.is-ltr .f-button.is-arrow.is-prev, .is-vertical.is-rtl .f-button.is-arrow.is-prev {
  top: var(--f-arrow-pos, 0);
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%);
}

.is-vertical.is-ltr .f-button.is-arrow.is-next, .is-vertical.is-rtl .f-button.is-arrow.is-next {
  top: auto;
  right: auto;
  bottom: var(--f-arrow-pos, 0);
  left: 50%;
  transform: translate(-50%);
}

.is-vertical .f-button.is-arrow.is-prev svg, .is-vertical .f-button.is-arrow.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__toolbar {
  --f-progressbar-height: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  margin: var(--f-toolbar-margin, 0);
  padding: var(--f-toolbar-padding, 8px);
  line-height: var(--f-toolbar-line-height);
  background: var(--f-toolbar-bg, none);
  box-shadow: var(--f-toolbar-shadow, none);
  -webkit-backdrop-filter: var(--f-toolbar-backdrop-filter);
  backdrop-filter: var(--f-toolbar-backdrop-filter);
  position: relative;
  z-index: 20;
  color: var(--f-toolbar-color, currentColor);
  font-size: var(--f-toolbar-font-size, 17px);
  font-weight: var(--f-toolbar-font-weight, inherit);
  font-family: var(--f-toolbar-font, -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif);
  text-shadow: var(--f-toolbar-text-shadow);
  text-align: center;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  white-space: nowrap;
  pointer-events: none;
}

.f-carousel__toolbar.is-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.f-carousel__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: var(--f-toolbar-gap, 0);
  pointer-events: none;
}

.f-carousel__toolbar__column.is-left {
  justify-self: flex-start;
  justify-content: flex-start;
}

.f-carousel__toolbar__column.is-middle {
  justify-content: center;
}

.f-carousel__toolbar__column.is-right {
  justify-self: flex-end;
  justify-content: flex-end;
  flex-flow: nowrap;
}

.f-carousel__toolbar__column > * {
  pointer-events: all;
}

.f-carousel:has(.f-carousel__slide.is-fullsize) [data-panzoom-action=toggleFull] g {
  display: none;
}

[data-autoplay-action=toggle] svg g:first-child {
  display: flex;
}

[data-autoplay-action=toggle] svg g:last-child {
  display: none;
}

.has-autoplay [data-autoplay-action=toggle] svg g:first-child {
  display: none;
}

.has-autoplay [data-autoplay-action=toggle] svg g:last-child {
  display: flex;
}

:-webkit-full-screen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:-ms-fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:-webkit-full-screen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child {
  display: flex;
}

:-ms-fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child {
  display: flex;
}

:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child {
  display: flex;
}

.f-carousel__counter {
  position: relative;
  display: flex;
  flex-direction: row;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: var(--f-counter-margin, 0);
  padding: var(--f-counter-padding, 4px);
  line-height: var(--f-counter-line-height);
  background: var(--f-counter-bg);
  border-radius: var(--f-counter-border-radius);
}

.f-carousel__counter span {
  padding: 0 var(--f-counter-gap, 4px);
}

:root {
  --f-thumbs-gap: 8px;
  --f-thumbs-margin: 0;
  --f-thumbs-padding-x: 8px;
  --f-thumbs-padding-y: 8px;
  --f-thumbs-z-index: 1;
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-fit: cover;
  --f-thumb-opacity: 1;
  --f-thumb-transition: opacity .3s ease, transform .15s ease;
  --f-thumb-border: none;
  --f-thumb-border-radius: 4px;
  --f-thumb-transfors: none;
  --f-thumb-shadow: none;
  --f-thumb-bg: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .05));
  --f-thumb-focus-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;
  --f-thumb-selected-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;
}

.f-thumbs {
  --f-carousel-slide-width: calc(var(--f-thumb-width) + var(--f-thumbs-gap));
  --f-carousel-slide-height: calc(var(--f-thumb-height) + var(--f-thumbs-gap));
  --f-carousel-gap: 0;
  flex-shrink: 0;
  max-height: calc(var(--f-carousel-slide-height) + var(--f-thumbs-padding-y) * 2);
  margin: var(--f-thumbs-margin);
  padding: 0;
  background: var(--f-thumbs-bg);
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: max-height 0.3s ease;
  z-index: var(--f-thumbs-z-index);
  overflow: hidden;
}

.f-thumbs__viewport {
  margin: var(--f-thumbs-padding-y) var(--f-thumbs-padding-x);
  overflow: visible;
  display: grid;
}

.f-thumbs__slide {
  position: relative;
  grid-area: 1/1;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: var(--f-carousel-slide-width);
  height: var(--f-carousel-slide-height);
  margin: 0;
  padding: calc(var(--f-thumbs-gap) * 0.5);
  cursor: pointer;
  overflow: visible;
}

.f-thumbs__slide:hover button {
  opacity: var(--f-thumb-hover-opacity, 1);
  transform: var(--f-thumb-hover-transform, none);
}

.f-thumbs__slide:hover button:after {
  border: var(--f-thumb-hover-border, none);
  box-shadow: var(--f-thumb-hover-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide button {
  all: unset;
  margin: auto;
  padding: 0;
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
  outline: none;
  transition: var(--f-thumb-transition);
  border-radius: var(--f-thumb-border-radius);
  opacity: var(--f-thumb-opacity);
  transform: var(--f-thumb-transform);
  background: var(--f-thumb-bg);
}

.f-thumbs__slide button:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: none;
  border-radius: inherit;
  border: var(--f-thumb-border);
  box-shadow: var(--f-thumb-shadow);
}

.f-thumbs__slide button:focus-within {
  opacity: var(--f-thumb-focus-opacity, 1);
  transform: var(--f-thumb-focus-transform, none);
}

.f-thumbs__slide button:focus-within:after {
  border: var(--f-thumb-focus-border, none);
  box-shadow: var(--f-thumb-focus-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide:active {
  opacity: var(--f-thumb-active-opacity, 1);
  transform: var(--f-thumb-active-transform, none);
}

.f-thumbs__slide:active:after {
  border: var(--f-thumb-active-border, none);
  box-shadow: var(--f-thumb-active-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide.is-selected {
  z-index: 2;
}

.f-thumbs__slide.is-selected button {
  opacity: var(--f-thumb-selected-opacity, 1);
  transform: var(--f-thumb-selected-transform, none);
}

.f-thumbs__slide.is-selected button:after {
  border: var(--f-thumb-selected-border, none);
  box-shadow: var(--f-thumb-selected-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: var(--f-thumb-fit);
  object-fit: var(--f-thumb-fit);
  border-radius: inherit;
  pointer-events: none;
}

.f-thumbs__slide img.has-lazyerror {
  display: none;
}

.f-thumbs.is-modern {
  --f-thumb-clip-width: 46px;
  --f-thumb-extra-gap: 16px;
  --f-carousel-slide-width: calc( var(--f-thumb-clip-width) + var(--f-thumbs-gap) );
  --f-carousel-slide-height: var(--f-thumb-height);
  --width-diff: calc((var(--f-thumb-width) - var(--f-thumb-clip-width)));
}

.f-thumbs.is-modern .f-thumbs__viewport {
  width: calc(100% + var(--width-diff) * 2);
  margin-left: calc(var(--width-diff) * -1);
}

.f-thumbs.is-modern .f-thumbs__slide {
  --clip-shift: calc((var(--width-diff) * .5) * var(--progress));
  --clip-path: inset( 0 var(--clip-shift) round var(--f-thumb-border-radius, 0) );
  padding: 0;
  overflow: visible;
  left: var(--shift, 0);
  will-change: left;
  transition: left var(--f-transition-duration) var(--f-transition-easing);
}

.f-thumbs.is-modern .f-thumbs__slide button {
  display: block;
  margin-left: -50%;
  width: var(--f-thumb-width);
  -webkit-clip-path: var(--clip-path);
  clip-path: var(--clip-path);
  border: none;
  box-shadow: none;
  transition: opacity var(--f-thumb-transition-duration, 0.2s) var(--f-thumb-transition-easing, ease), -webkit-clip-path var(--f-transition-duration) var(--f-transition-easing);
  transition: clip-path var(--f-transition-duration) var(--f-transition-easing), opacity var(--f-thumb-transition-duration, 0.2s) var(--f-thumb-transition-easing, ease);
  transition: clip-path var(--f-transition-duration) var(--f-transition-easing), opacity var(--f-thumb-transition-duration, 0.2s) var(--f-thumb-transition-easing, ease), -webkit-clip-path var(--f-transition-duration) var(--f-transition-easing);
}

.f-thumbs.is-modern .f-thumbs__slide button:after {
  display: none;
}

.f-thumbs.is-modern .f-thumbs__slide:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs.is-modern .f-thumbs__slide:focus-within:not(.is-selected) button:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: var(--clip-shift);
  bottom: 0;
  right: var(--clip-shift);
  transition: border var(--f-transition-duration) var(--f-transition-easing), box-shadow var(--f-transition-duration) var(--f-transition-easing);
  border-radius: inherit;
  border: var(--f-thumb-focus-border, none);
  box-shadow: var(--f-thumb-focus-shadow, none);
}

.f-thumbs.is-modern {
  --f-transition-duration: .25s;
  --f-transition-easing: ease-out;
}

.f-thumbs.is-modern.is-syncing {
  --f-transition-duration: 0s;
}

.f-progressbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  height: var(--f-progressbar-height, 3px);
  transform: scaleX(0);
  transform-origin: 0;
  background: var(--f-progressbar-color, var(--f-carousel-theme-color, #575ad6));
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-animation-name: f-progressbar;
  animation-name: f-progressbar;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes f-progressbar {
  0% {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes f-progressbar {
  0% {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
[data-fullscreen-action=toggle] svg g:first-child {
  display: flex;
}

[data-fullscreen-action=toggle] svg g:last-child {
  display: none;
}

:-webkit-full-screen [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:-ms-fullscreen [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:-webkit-full-screen [data-fullscreen-action=toggle] svg g:last-child {
  display: flex;
}

:-ms-fullscreen [data-fullscreen-action=toggle] svg g:last-child {
  display: flex;
}

:fullscreen [data-fullscreen-action=toggle] svg g:last-child {
  display: flex;
}

.in-fullscreen-mode > .f-carousel {
  flex: 1;
  min-width: 0 !important;
  min-height: 0 !important;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--f-body-margin, 0px) + var(--f-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__dialog {
  width: 100%;
  height: 100vh;
  max-height: unset;
  max-width: unset;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  background: transparent;
}

.fancybox__dialog:focus {
  outline: none;
}

.fancybox__dialog::-webkit-backdrop {
  opacity: 0;
}

.fancybox__dialog::backdrop {
  opacity: 0;
}

@supports (height: 100dvh) {
  .fancybox__dialog {
    height: 100dvh;
  }
}
.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-backdrop-bg: rgba(24, 24, 27, .95);
  --f-toolbar-margin: 0;
  --f-toolbar-padding: 8px;
  --f-toolbar-gap: 0;
  --f-toolbar-color: #ddd;
  --f-toolbar-font-size: 16px;
  --f-toolbar-font-weight: 500;
  --f-toolbar-font: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  --f-toolbar-line-height: var(--f-button-height);
  --f-toolbar-text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);
  --f-toolbar-shadow: none;
  --f-toolbar-bg: none;
  --f-counter-margin: 0;
  --f-counter-padding: 0px 10px;
  --f-counter-gap: 4px;
  --f-counter-line-height: var(--f-button-height);
  --f-carousel-gap: 17px;
  --f-carousel-slide-width: 100%;
  --f-carousel-slide-height: 100%;
  --f-carousel-slide-padding: 0;
  --f-carousel-slide-bg: unset;
  --f-html-color: #222;
  --f-html-bg: #fff;
  --f-error-color: #fff;
  --f-error-bg: #333;
  --f-caption-margin: 0;
  --f-caption-padding: 16px 8px;
  --f-caption-color: var(--fancybox-color, #dbdbdb);
  --f-caption-bg: transparent;
  --f-caption-font: inherit;
  --f-caption-line-height: 1.375;
  --f-spinner-color-1: rgba(255, 255, 255, .2);
  --f-spinner-color-2: rgba(255, 255, 255, .8);
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-border-radius: 50%;
  --f-spinner-border-width: 4px;
  --f-progressbar-color: rgba(255, 255, 255, .2);
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: #ddd;
  --f-button-hover-color: #fff;
  --f-button-outline-width: 1px;
  --f-button-outline-color: rgba(255, 255, 255, .75);
  --f-button-outline-offset: 0px;
  --f-button-bg: rgba(54, 54, 54, .75);
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-shadow: none;
  --f-button-transition: all .2s ease;
  --f-button-transform: none;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.75;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .01)), drop-shadow(1px 2px 1px rgba(24, 24, 27, .05));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: .5;
  --f-arrow-pos: 32px;
  --f-arrow-width: 50px;
  --f-arrow-height: 50px;
  --f-arrow-svg-width: 24px;
  --f-arrow-svg-height: 24px;
  --f-arrow-svg-stroke-width: 2;
  --f-arrow-border-radius: 50%;
  --f-arrow-bg: rgba(54, 54, 54, .65);
  --f-arrow-color: #ddd;
  --f-arrow-hover-color: #fff;
  --f-thumbs-margin: 0px;
  --f-thumbs-padding-x: 8px;
  --f-thumbs-padding-y: 8px;
  --f-thumbs-bg: none;
  --f-thumb-transition: all .2s ease;
  --f-thumb-width: 94px;
  --f-thumb-height: 76px;
  --f-thumb-opacity: 1;
  --f-thumb-border: none;
  --f-thumb-shadow: none;
  --f-thumb-transform: none;
  --f-thumb-focus-opacity: 1;
  --f-thumb-focus-border: none;
  --f-thumb-focus-shadow: inset 0 0 0 2px rgba(255, 255, 255, .65);
  --f-thumb-focus-transform: none;
  --f-thumb-hover-opacity: 1;
  --f-thumb-hover-border: none;
  --f-thumb-hover-transform: none;
  --f-thumb-active-opacity: var(--f-thumb-hover-opacity);
  --f-thumb-active-border: var(--f-thumb-hover-border);
  --f-thumb-active-transform: var(--f-thumb-hover-transform);
  --f-thumb-selected-opacity: 1;
  --f-thumb-selected-border: none;
  --f-thumb-selected-shadow: inset 0 0 0 2px #fff;
  --f-thumb-selected-transform: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
  outline: none;
  display: flex;
  flex-direction: column;
}

.fancybox__container[theme=light] {
  --fancybox-color: #222;
  --fancybox-backdrop-bg: rgba(255, 255, 255, .97);
  --f-toolbar-color: var(--fancybox-color, #222);
  --f-toolbar-text-shadow: none;
  --f-toolbar-font-weight: 400;
  --f-html-color: var(--fancybox-color, #222);
  --f-html-bg: #fff;
  --f-error-color: #555;
  --f-error-bg: #fff;
  --f-video-bg: #fff;
  --f-caption-color: #333;
  --f-spinner-color-1: rgba(0, 0, 0, .2);
  --f-spinner-color-2: rgba(0, 0, 0, .8);
  --f-spinner-border-width: 3.5px;
  --f-progressbar-color: rgba(111, 111, 116, .2);
  --f-button-color: #333;
  --f-button-hover-color: #000;
  --f-button-outline-color: rgba(0, 0, 0, .85);
  --f-button-bg: rgba(255, 255, 255, .85);
  --f-button-svg-stroke-width: 1.3;
  --f-button-svg-filter: none;
  --f-arrow-bg: rgba(255, 255, 255, .85);
  --f-arrow-color: #333;
  --f-arrow-hover-color: #000;
  --f-arrow-svg-stroke-width: 1.3;
  --f-close-button-color: #555;
  --f-close-button-hover-color: #000;
  --f-thumb-bg: linear-gradient(#ebeff2, #e2e8f0);
  --f-thumb-focus-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #888;
  --f-thumb-selected-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #000;
}

.fancybox__container::-webkit-backdrop {
  background-color: transparent;
}

.fancybox__container::backdrop {
  background-color: transparent;
}

.fancybox__container > *:not(.fancybox__carousel), .fancybox__container .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected), .fancybox__container .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper, .f-spinner) {
  opacity: var(--f-drag-opacity, 1);
}

.fancybox__container:not(.is-ready, .is-hiding) {
  visibility: hidden;
}

.fancybox__container.is-revealing > *:not(.fancybox__carousel), .fancybox__container.is-revealing .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-revealing .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected), .fancybox__container.is-revealing .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper, .f-spinner) {
  -webkit-animation: var(--f-interface-enter-duration, 0.35s) ease none f-fadeIn;
  animation: var(--f-interface-enter-duration, 0.35s) ease none f-fadeIn;
}

.fancybox__container.is-hiding > *:not(.fancybox__carousel), .fancybox__container.is-hiding .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-hiding .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected), .fancybox__container.is-hiding .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper) {
  -webkit-animation: var(--f-interface-exit-duration, 0.35s) ease forwards f-fadeOut;
  animation: var(--f-interface-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.fancybox__container.is-idle .f-carousel__toolbar {
  pointer-events: none;
  opacity: 0;
}

.fancybox__container.is-idle .f-button.is-arrow {
  opacity: 0;
}

.fancybox__container.is-idle.is-ready .f-carousel__toolbar {
  pointer-events: none;
  -webkit-animation: 0.15s ease-out both f-fadeOut;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__container.is-idle.is-ready .f-button.is-arrow {
  -webkit-animation: 0.15s ease-out both f-fadeOut;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__backdrop {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: var(--fancybox-backdrop-bg);
}

.fancybox__carousel {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
  position: relative;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__carousel.is-vertical {
  --f-carousel-slide-height: 100%;
}

.fancybox__carousel.is-ltr {
  direction: ltr;
}

.fancybox__carousel.is-rtl {
  direction: rtl;
}

.fancybox__carousel > .f-button.is-arrow:before {
  position: absolute;
  content: "";
  inset: -30px;
  z-index: 1;
}

.fancybox__carousel > .f-progressbar {
  background-color: var(--fancybox-color);
}

.fancybox__viewport {
  display: grid;
  flex: 1;
  min-height: 0;
  min-width: 0;
  position: relative;
  overflow: visible;
  transform: translate3d(0, var(--f-drag-offset, 0), 0);
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__viewport [data-selectable], .fancybox__viewport [contenteditable] {
  cursor: auto;
}

.fancybox__slide {
  box-sizing: border-box;
  position: relative;
  grid-area: 1/1;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: var(--f-carousel-slide-width);
  height: var(--f-carousel-slide-height);
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  margin: 0;
  padding: var(--f-carousel-slide-padding);
  background: var(--f-carousel-slide-bg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}

.fancybox__slide:before, .fancybox__slide:after {
  display: block;
  content: "";
}

.fancybox__slide:before {
  margin-bottom: auto;
}

.fancybox__slide:after {
  margin-top: auto;
}

.fancybox__slide.is-selected {
  z-index: 1;
}

.fancybox__slide.f-zoomable {
  overflow: visible;
}

.fancybox__slide.has-error {
  --f-html-color: var(--f-error-color, --f-html-color);
  --f-html-bg: var(--f-error-bg, --f-html-bg);
}

.fancybox__slide.has-html {
  overflow: auto;
  padding: 8px;
}

.fancybox__slide.has-close-btn {
  padding-top: 34px;
}

.fancybox__slide .f-button[data-fancybox-close] {
  --f-button-width: var(--f-close-button-width, 34px);
  --f-button-height: var(--f-close-button-height, 34px);
  --f-button-border-radius: var(--f-close-border-radius, 4px);
  --f-button-color: var(--f-close-button-color, #fff);
  --f-button-hover-color: var(--f-close-button-hover-color, #fff);
  --f-button-bg: var(--f-close-button-bg, transparent);
  --f-button-hover-bg: var(--f-close-button-hover-bg, transparent);
  --f-button-active-bg: var(--f-close-button-active-bg, transparent);
  --f-button-svg-width: var(--f-close-button-svg-width, 22px);
  --f-button-svg-height: var(--f-close-button-svg-height, 22px);
  position: absolute;
  top: calc(var(--f-button-height) * -1);
  right: 0;
  z-index: 40;
}

.fancybox__slide .f-spinner {
  cursor: pointer;
}

.fancybox__container.is-closing .f-caption, .fancybox__slide.is-loading .f-caption {
  visibility: hidden;
}

body {
  background-color: #f7f6f5;
  color: hsl(218, 9%, 21%);
}
html.theme_dark body {
  background-color: #252729;
  color: #d3d3d3;
}

@-webkit-keyframes a_document {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes a_document {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html.is_resized body * {
  transition-duration: 0s !important;
  transition-delay: 0s !important;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.4a1d8c27dac2.eot");
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/Roboto-Bold.4a1d8c27dac2.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.f3a02e2578be.woff2") format("woff2"), url("../fonts/Roboto-Bold.08cb8f797157.woff") format("woff"), url("../fonts/Roboto-Bold.16d7bb99c6f8.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.b9077621ce78.eot");
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/Roboto-Regular.b9077621ce78.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.9feb0110b6df.woff2") format("woff2"), url("../fonts/Roboto-Regular.94dac78eee40.woff") format("woff"), url("../fonts/Roboto-Regular.4312f1fbdcf4.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.4f5771d3a3e5.eot");
  src: local("Roboto Black"), local("Roboto-Black"), url("../fonts/Roboto-Black.4f5771d3a3e5.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Black.72f6fd218b59.woff2") format("woff2"), url("../fonts/Roboto-Black.fdd88b742a9f.woff") format("woff"), url("../fonts/Roboto-Black.232725fa0697.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Thin.307ba41430f7.eot");
  src: local("Roboto Thin"), local("Roboto-Thin"), url("../fonts/Roboto-Thin.307ba41430f7.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Thin.46888f279ddb.woff2") format("woff2"), url("../fonts/Roboto-Thin.f09d9b5e8e8a.woff") format("woff"), url("../fonts/Roboto-Thin.0f5cc8c05acb.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.35d85034cc6e.eot");
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/Roboto-Light.35d85034cc6e.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.ed4b08d2702f.woff2") format("woff2"), url("../fonts/Roboto-Light.10ad0f861c0c.woff") format("woff"), url("../fonts/Roboto-Light.2382fa8a8afc.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.02aa6e7b39da.eot");
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/Roboto-Medium.02aa6e7b39da.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.50d01d3e6c99.woff2") format("woff2"), url("../fonts/Roboto-Medium.9a3bf7acae14.woff") format("woff"), url("../fonts/Roboto-Medium.b2bcaa52d04b.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Light.2f46131556cc.eot");
  src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"), url("../fonts/RobotoCondensed-Light.2f46131556cc.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoCondensed-Light.7f03860e4190.woff2") format("woff2"), url("../fonts/RobotoCondensed-Light.690b7692f741.woff") format("woff"), url("../fonts/RobotoCondensed-Light.fad2f506d6ec.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Bold.000d9ec3d6d0.eot");
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("../fonts/RobotoCondensed-Bold.000d9ec3d6d0.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoCondensed-Bold.08988e980f0d.woff2") format("woff2"), url("../fonts/RobotoCondensed-Bold.e0903222d7d2.woff") format("woff"), url("../fonts/RobotoCondensed-Bold.8f0190c7480b.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Regular.047b6283e130.eot");
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("../fonts/RobotoCondensed-Regular.047b6283e130.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoCondensed-Regular.c8bde939f482.woff2") format("woff2"), url("../fonts/RobotoCondensed-Regular.335f3dc8bea6.woff") format("woff"), url("../fonts/RobotoCondensed-Regular.6331a4966e65.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Roboto Condensed", Arial, "sans-serif";
}
html.font_family_arial body * {
  font-family: "Arial", "Tahoma", "sans-serif";
}

html.font_family_times_new_roman body * {
  font-family: "Times New Roman", "serif";
}

html.font_size_100 {
  font-size: 16px;
}

html.font_size_125 {
  font-size: 20px;
}

html.font_size_150 {
  font-size: 24px;
}

html.font_size_175 {
  font-size: 28px;
}

html.font_size_200 {
  font-size: 32px;
}

* {
  box-sizing: border-box;
}

@media (max-width: 799px) {
  .mobile_hide {
    display: none !important;
  }
}

@media (min-width: 800px) {
  .gt_mobile_hide {
    display: none !important;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  align-items: stretch;
  justify-content: left;
  /*  @media (max-width: $max_stretch+10) {
      width: 100vw;
    }

    @include mobile {
      overflow-x: hidden;
    }*/
}

.main {
  flex-grow: 1;
}

.hide {
  display: none;
}

.section__title {
  font-size: 1.7rem;
  font-weight: 500;
}
.section__subtitle {
  font-size: 1.3rem;
  font-weight: 500;
  opacity: 0.6;
}
.section__vb {
  padding-top: 1.875rem;
  padding-bottom: 6.25rem;
}
@media (max-width: 799px) {
  .section__vb {
    padding-top: 1.875rem;
    padding-bottom: 2.5rem;
  }
}

.footer_menu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3.125rem;
}
.footer_menu__vb {
  color: #fff;
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
  position: relative;
  background-color: hsl(220, 7%, 8%);
}
html.theme_dark .footer_menu__vb {
  background-color: #131517;
}
@media (max-width: 799px) {
  .footer_menu__vb {
    display: none;
  }
}
.footer_menu__decor {
  position: absolute;
  opacity: 0.2;
  /*    &--2 {
        top: rem(20px);
        left: rem(40px);
        @include bwi(rem(200px),rem(200px),'../images/decor/camera.svg');
      }*/
}
@media (max-width: 1699px) {
  .footer_menu__decor {
    display: none;
  }
}
.footer_menu__decor--1 {
  top: 7.5rem;
  left: 1.875rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/decor/cracker.86b2d93698f0.svg");
  width: 150px;
  height: 200px;
}
.footer_menu__decor--3 {
  top: 3.125rem;
  left: auto;
  right: 2.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/decor/horn.f6c7f941e434.svg");
  width: 100px;
  height: 100px;
}
.footer_menu__decor--4 {
  top: 15.625rem;
  left: auto;
  right: 8.75rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/decor/tape.7c494999bc89.svg");
  width: 200px;
  height: 200px;
}

.footer_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.125rem;
}
.footer_bottom__vb {
  background-color: #121010;
  color: #bcbbbb;
}
@media (max-width: 799px) {
  .footer_bottom__vb {
    background-color: hsl(220, 7%, 8%);
  }
  html.theme_dark .footer_bottom__vb {
    background-color: #131517;
  }
}

.footer_copyright {
  color: #bcbbbb;
}
@media (max-width: 799px) {
  .footer_copyright {
    font-size: 12px;
  }
}

.header {
  position: relative;
}
@media (max-width: 799px) {
  .header {
    height: 3.3125rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.header__vb {
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0px;
  left: 0px;
}
@media (min-width: 800px) {
  .header__vb_padding {
    height: 10rem;
  }
}
@media (max-width: 799px) {
  .header__vb_padding {
    height: 3.3125rem;
  }
}
.header__vbg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: hsl(220, 7%, 8%);
  z-index: 11;
}
html.theme_dark .header__vbg {
  background-color: #131517;
}
@media (min-width: 800px) {
  .header > .header__vbg {
    display: none;
  }
}

@media (max-width: 799px) {
  .header_menu__vb > .header__vbg {
    display: none;
  }
}

.header__vbg:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.05;
  background-size: contain;
  background-repeat: repeat-x;
  background-image: url("../images/tape.09967f2d8b18.png");
}
html.theme_dark .header__vbg:before {
  opacity: 0.02;
}
@media (max-width: 799px) {
  .header__vbg:before {
    background-image: url("../images/tape--mobile.9978df51d3e3.png");
  }
}
@media (min-width: 800px) {
  html.page_scroll .header__vbg:before {
    background-image: url("../images/tape--mobile.9978df51d3e3.png");
  }
}
.header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2.1875rem;
}
@media (min-width: 800px) {
  .header__actions {
    padding-right: calc(50vw - 700px - var(--swidth) / 2);
  }
}
@media (min-width: 800px) and (max-width: 1400px) {
  .header__actions {
    padding-right: 5.4285714286vw;
  }
}
@media (max-width: 799px) {
  .header__actions {
    padding-right: 20px;
  }
}
@media (min-width: 800px) {
  .header__actions {
    display: none;
  }
}

body {
  line-height: 1.6;
}

form p {
  margin-bottom: 1rem;
}

form label {
  display: block;
  margin-bottom: 0.3rem;
}

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=date],
textarea {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}

/*button, input[type="submit"] {
  background: #007bff;
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
}*/
.errorlist {
  color: red;
  list-style-type: none;
  padding: 0;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.form-control {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}

.form-control-small {
  width: 100px;
  padding: 8px;
}

.tabs-nav {
  border-bottom: 2px solid #ccc;
  margin-bottom: 1rem;
}

.tab-button {
  background: #333;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 1rem;
}

.tab-button.active {
  border-bottom: 2px solid #007bff;
  font-weight: bold;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.masquerade-banner {
  background-color: #ffc107;
  color: #212529;
  padding: 10px 15px;
  text-align: center;
  border-bottom: 2px solid #e0a800;
  font-size: 14px;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.masquerade-banner a {
  color: #0056b3;
  font-weight: bold;
  text-decoration: none;
}

.masquerade-banner a:hover {
  text-decoration: underline;
}

.media-tabs {
  display: flex;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
}

.media-tab-btn {
  background: #333;
  border: 1px solid #ccc;
  border-bottom: none;
  padding: 10px 15px;
  cursor: pointer;
}

.media-tab-btn.active {
  background: #777;
  font-weight: bold;
  border-top: 3px solid #007bff;
}

.media-tab-pane {
  display: none;
  padding: 1rem;
  border: 1px solid #ccc;
  border-top: none;
}

.media-tab-pane.active {
  display: block;
}

.suggestions-box {
  position: relative;
}

.suggestions-box ul {
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 100;
  max-height: 200px;
  overflow-y: auto;
}

.suggestions-box li {
  padding: 8px 12px;
  cursor: pointer;
}

.suggestions-box li:hover {
  background-color: #f0f0f0;
}

.section-title {
  border-bottom: 2px solid #eee;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.5rem;
}

.card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease-in-out;
}

.card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.card-image {
  width: 100%;
  height: 200px;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  font-size: 0.9em;
}

.card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-content {
  padding: 1rem;
}

.card-title {
  margin: 0 0 0.5rem 0;
  font-size: 1.1em;
  font-weight: bold;
}

.card-subtitle {
  font-size: 0.9em;
  color: #777;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  padding: 8px 12px;
  border: 1px solid hsl(0, 0%, 86%);
  text-align: left;
}

th {
  background-color: #e6e6e6;
  color: #4f4f4f;
}

.status-pending {
  color: #f0ad4e;
}

.status-accepted {
  color: #5cb85c;
}

.status-rejected {
  color: #d9534f;
}

.status-invited {
  color: #5bc0de;
}

/* календарь */
.calendar-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

@media (min-width: 800px) {
  .calendar-month {
    flex-basis: 22%;
  }
}

.calendar-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-top: 0.3rem;
}

.calendar-table th, .calendar-table td {
  text-align: center;
  padding: 0.5rem 0;
}

.calendar-table th {
  font-size: 0.85em;
  color: #666;
}

.day-cell {
  border-radius: 0%;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.9em;
}

.day-cell.empty {
  background-color: transparent;
}

.day-cell.busy {
  background-color: #f8e7e8;
  color: #7e2b34;
  font-weight: bold;
}

.day-cell.tentative {
  background-color: #fff3cd;
  color: #856404;
}

.day-cell.today {
  background-color: #404040;
  color: #d9d9d9;
}
html.theme_dark .day-cell.today {
  background: #d9d9d9;
  color: hsl(220, 7%, 8%);
}

/* иконки */
.icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
}

.icon-wrapper svg {
  width: 100%;
  height: 100%;
}

.header_switch_panel {
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4rem;
}
@media (max-width: 1750px) {
  .header_switch_panel {
    padding-left: 9.375rem;
  }
}
@media (min-width: 800px) {
  .header_switch_panel {
    transition: height 400ms ease-out;
    overflow: hidden;
  }
  html.page_scroll:not(.appearance_settings_is_open) .header_switch_panel {
    height: 0px;
  }
}
.header_switch_panel__vb {
  background-color: hsl(236, 0%, 45%);
}
html.theme_dark .header_switch_panel__vb {
  background-color: #252729;
}
@media (max-width: 799px) {
  .header_switch_panel__vb {
    display: none;
  }
}
.header_switch_panel__item {
  cursor: pointer;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  transition: color 0.4s, border-color 0.4s, background-color 0.4s, opacity 0.4s;
  font-family: "Roboto", Arial, "sans-serif";
  font-size: 0.75rem;
  color: hsl(0, 0%, 88%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  text-transform: lowercase;
}
.header_switch_panel__item:hover {
  opacity: 0.7;
}
html.control_color_red .header_switch_panel__item {
  color: red;
}

html.control_color_blue .header_switch_panel__item {
  color: blue;
}

.header_switch_panel__item:first-child {
  margin-right: auto;
}
html.theme_dark .header_switch_panel__item {
  color: hsl(221.54, 3%, 70%);
}
.header_switch_panel__item--appearance_settings:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/icons/glasses--color.464ec51b1df3.svg");
  width: 1.8rem;
  height: 1.8rem;
}
.sun-and-moon {
  width: 1rem;
  height: 1rem;
}
.sun-and-moon > :is(.moon, .sun, .sun-beams) {
  transform-origin: center;
}
.sun-and-moon > :is(.moon, .sun) {
  fill: hsl(210, 10%, 80%);
}
.sun-and-moon > .sun-beams {
  stroke: hsl(210, 10%, 100%);
  stroke-width: 2px;
}
.toggle_theme:is(:hover, :focus-visible) > .sun-and-moon > :is(.moon, .sun) {
  fill: hsl(210, 10%, 100%);
}
.toggle_theme:is(:hover, :focus-visible) > .sun-and-moon > .sun-beams {
  stroke: hsl(210, 10%, 100%);
}

html.theme_dark .sun-and-moon > .sun {
  transform: scale(1.75);
}
html.theme_dark .sun-and-moon > .sun-beams {
  opacity: 0;
}
html.theme_dark .sun-and-moon > .moon > circle {
  transform: translateX(-7px);
}

@supports (cx: 1) {
  html.theme_dark .sun-and-moon > .moon > circle {
    cx: 17;
    transform: translateX(0);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .sun-and-moon > .sun {
    transition: transform 0.5s cubic-bezier(0.5, 0.75, 0.75, 1.25);
  }
  .sun-and-moon > .sun-beams {
    transition: transform 0.5s cubic-bezier(0.5, 1.25, 0.75, 1.25), opacity 0.5s cubic-bezier(0.25, 0, 0.3, 1);
  }
  .sun-and-moon .moon > circle {
    transition: transform 0.25s cubic-bezier(0, 0, 0.3, 1);
  }
  @supports (cx: 1) {
    .sun-and-moon .moon > circle {
      transition: cx 0.25s cubic-bezier(0, 0, 0.3, 1);
    }
  }
  [data-theme=dark] .sun-and-moon > .sun {
    transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
    transition-duration: 0.25s;
    transform: scale(1.75);
  }
  [data-theme=dark] .sun-and-moon > .sun-beams {
    transition-duration: 0.15s;
    transform: rotateZ(-25deg);
  }
  [data-theme=dark] .sun-and-moon > .moon > circle {
    transition-duration: 0.5s;
    transition-delay: 0.25s;
  }
}
.header_menu {
  height: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: height 400ms ease-out;
}
@media (min-width: 800px) {
  html.page_scroll .header_menu {
    height: 3.4375rem;
  }
}
@media (max-width: 799px) {
  .header_menu {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding-bottom: 10%;
  }
}
@media (min-width: 800px) {
  .header_menu {
    position: relative;
    z-index: 12;
  }
}
@media (min-width: 800px) and (max-width: 1750px) {
  .header_menu {
    padding-left: 9.375rem;
  }
}
.header_menu__vb {
  position: relative;
}
@media (max-width: 799px) {
  .header_menu__vb {
    position: absolute;
    width: 100%;
    height: calc(100vh - 3.3125rem);
    top: 0px;
    transform: translateY(calc(-100% - 3.3125rem - 1.25rem));
    z-index: 9;
    transition: transform 500ms ease-out;
    background-color: #2b2b2b !important;
  }
  html.menu_is_open {
    overflow: hidden;
  }
  html.menu_is_open .header_menu__vb {
    transform: translateY(3.3125rem);
  }
  .header_menu__vb .vc {
    height: 100%;
  }
}
.header_menu__item {
  color: #dfdfdf;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
@media (max-width: 799px) {
  .header_menu__item {
    font-size: 1.2rem;
  }
}

.header_logo {
  position: absolute;
  left: 1.875rem;
  top: 0.4375rem;
  z-index: 20;
  width: 9.5rem;
  height: 6.5625rem;
  opacity: 0.9;
}
@media (max-width: 799px) {
  .header_logo {
    position: relative;
    left: 0.5rem;
    top: 0.25rem;
    width: 5.0625rem;
    height: 3.5625rem;
  }
}
@media (min-width: 800px) {
  .header_logo {
    transition: top 400ms ease-out, width 400ms ease-out, height 400ms ease-out;
  }
  html.page_scroll .header_logo {
    width: 6.875rem;
    height: 4.875rem;
    top: -1.25rem;
  }
  html.page_scroll .header_logo #logo__wheel_bg {
    opacity: 1;
  }
}
.header_logo svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 800px) {
  .header_logo svg #logo__wheel_bg {
    opacity: 0;
  }
}
.header_logo svg #logo__clip {
  fill: hsl(220, 7%, 8%);
}
html.theme_dark .header_logo svg #logo__clip {
  fill: #131517;
}

.header_profile {
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3%;
}
@media (min-width: 800px) {
  .header_profile {
    transition: height 400ms ease-out;
    overflow: hidden;
  }
  html.page_scroll .header_profile {
    height: 0px;
  }
}
@media (max-width: 799px) {
  .header_profile {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding-bottom: 10%;
  }
}
@media (max-width: 799px) {
  .header_profile__vb {
    position: absolute;
    width: 100%;
    height: calc(100vh - 3.3125rem);
    top: 0px;
    transform: translateY(calc(-100% - 3.3125rem - 1.25rem));
    z-index: 9;
    transition: transform 500ms ease-out;
    background-color: #2b2b2b !important;
  }
  .header_profile__vb .vc {
    height: 100%;
  }
  html.profile_is_open {
    overflow: hidden;
  }
  html.profile_is_open .header_profile__vb {
    transform: translateY(3.3125rem);
  }
}
@media (min-width: 800px) {
  .header_profile__item {
    font-size: 0.75rem;
    text-align: right;
    font-family: "Roboto", Arial, "sans-serif";
  }
}
.header_profile__item[type=submit] {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  transition: color 0.4s, border-color 0.4s, background-color 0.4s, opacity 0.4s;
}
.header_profile__item[type=submit]:hover {
  opacity: 0.7;
}
html.control_color_red .header_profile__item[type=submit] {
  color: red;
}

html.control_color_blue .header_profile__item[type=submit] {
  color: blue;
}

@media (max-width: 799px) {
  .header_profile__item[type=submit] {
    color: #ffffff;
  }
}
@media (max-width: 799px) {
  .header_profile__item {
    color: #ffffff;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
  }
}
.header_profile form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vc {
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1401px) {
  .vc {
    max-width: 1400px;
  }
}
@media (min-width: 800px) and (max-width: 1400px) {
  .vc {
    max-width: 100vw;
  }
}
@media (min-width: 1401px) {
  .vc {
    padding-left: 76px;
  }
}
@media (min-width: 800px) and (max-width: 1400px) {
  .vc {
    padding-left: 5.4285714286vw;
  }
}
@media (min-width: 1401px) {
  .vc {
    padding-right: 76px;
  }
}
@media (min-width: 800px) and (max-width: 1400px) {
  .vc {
    padding-right: 5.4285714286vw;
  }
}
@media (max-width: 799px) {
  .vc {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 799px) {
  .vc {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.appearance_settings {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
.appearance_settings__vb {
  background-color: #c1c1c1;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
html.theme_dark .appearance_settings__vb {
  background-color: #171718;
}
html.appearance_settings_is_open .appearance_settings__vb {
  max-height: 1700px;
}
.appearance_settings__close {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  transition: color 0.4s, border-color 0.4s, background-color 0.4s, opacity 0.4s;
  position: absolute;
  right: 0px;
  left: auto;
  font-size: 2rem;
}
.appearance_settings__close:hover {
  opacity: 0.7;
}
html.control_color_red .appearance_settings__close {
  color: red;
}

html.control_color_blue .appearance_settings__close {
  color: blue;
}

.appearance_settings__title {
  font-size: 2rem;
  padding-bottom: 1.5rem;
}

.appearance_settings_section {
  padding-bottom: 1.2rem;
}
.appearance_settings_section--final {
  padding-top: 1rem;
}
.appearance_settings_section__title {
  font-size: 1.2rem;
}
.appearance_settings_section__controls {
  padding-top: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
}
.appearance_settings_button__value {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.appearance_settings_button__name {
  background: none;
  border: none;
  color: inherit;
  height: 2.5rem;
  border-radius: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  cursor: pointer;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  transition: color 0.4s, border-color 0.4s, background-color 0.4s, opacity 0.4s;
  letter-spacing: 0.09em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  align-content: center;
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  font-size: 0.8rem;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  background-color: #393939;
  color: #ffffff;
  /*  @include mobile {
      font-size: 14px;
    }*/
}
.appearance_settings_button__name:hover {
  opacity: 0.7;
}
html.control_color_red .appearance_settings_button__name {
  color: red;
}

html.control_color_blue .appearance_settings_button__name {
  color: blue;
}

.appearance_settings_button__name:focus-visible {
  outline: solid 0.125rem #616161;
}
html.theme_dark .appearance_settings_button__name {
  background-color: #e1e1e1;
  color: #333333;
}
.appearance_settings_button__value:checked + .appearance_settings_button__name {
  background-color: hsl(117, 6%, 25%);
}
html.theme_dark .appearance_settings_button__value:checked + .appearance_settings_button__name {
  background-color: hsl(117, 3%, 25%);
  color: #ffffff;
}

.appearance_settings_button__value:focus-visible + .appearance_settings_button__name {
  outline: solid 2px #616161;
  /*      @include dark {
          outline: #616161;
        }*/
}

.appearance_settings_button__name--close, .appearance_settings_button__name--reset {
  height: 2.8125rem;
}
.appearance_settings_button__name--close {
  background-color: hsl(117, 6%, 25%);
}
html.theme_dark .appearance_settings_button__name--close {
  background-color: hsl(117, 3%, 25%);
  color: #ffffff;
}
.appearance_settings_button__name--reset {
  background-color: hsl(6, 6%, 25%);
}
html.theme_dark .appearance_settings_button__name--reset {
  background-color: hsl(6, 6%, 25%);
  color: #ffffff;
}

@media (max-width: 799px) {
  .header_open_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 101;
    cursor: pointer;
  }
  .header_open_menu__burger {
    position: relative;
    margin-top: 11px;
    margin-bottom: 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .header_open_menu__burger, .header_open_menu__burger::before, .header_open_menu__burger::after {
    display: block;
    width: 29px;
    height: 2px;
    background-color: hsl(0, 0%, 82%);
    outline: 1px solid transparent;
    transition-property: background-color, transform;
    transition-duration: 0.3s;
  }
  .header_open_menu__burger::before, .header_open_menu__burger::after {
    position: absolute;
    content: "";
  }
  .header_open_menu__burger::before {
    top: -11px;
  }
  .header_open_menu__burger::after {
    top: 11px;
  }
  html.menu_is_open .header_open_menu__burger, html.menu_is_open .header_open_menu__burger:before, html.menu_is_open .header_open_menu__burger:after {
    background-color: hsl(0, 0%, 82%);
  }
  html.menu_is_open .header_open_menu__burger {
    background-color: transparent;
  }
  html.menu_is_open .header_open_menu__burger::before {
    transform: translateY(11px) rotate(45deg);
  }
  html.menu_is_open .header_open_menu__burger::after {
    transform: translateY(-11px) rotate(-45deg);
  }
}

@media (min-width: 800px) {
  .header_open_profile {
    display: none;
  }
}
@media (max-width: 799px) {
  .header_open_profile {
    transition: background-color 0.3s;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    z-index: 101;
    border: 2px solid hsl(0, 0%, 82%);
    border-radius: 50%;
    overflow: hidden;
    width: 32px;
    height: 32px;
  }
  .header_open_profile svg {
    width: 80%;
  }
  .header_open_profile svg * {
    transition: fill 0.2s;
    fill: hsl(0, 0%, 82%);
  }
  html.profile_is_open .header_open_profile {
    background-color: hsl(0, 0%, 82%);
  }
  html.profile_is_open .header_open_profile svg * {
    fill: #131517;
  }
}

.footer_menu_section {
  flex: 1;
  line-height: 1.3em;
}
.footer_menu_section__title {
  text-transform: uppercase;
  font-weight: 600;
  color: #f5f5f5;
}
.footer_menu_section__items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 0.625rem;
}
.footer_menu_section__items:nth-child(2) {
  padding-top: 0.625rem;
}
.footer_menu_section__item {
  color: #9f9f9f;
}

@media (max-width: 799px) {
  .user_l_item {
    width: 100%;
  }
}
.user_l_item__vb_image {
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 6px;
}
.user_l_item__image {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
  align-content: center;
  text-align: center;
  background-color: #ccc;
}
.user_l_item__description {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0.625rem 1.25rem 0;
  font-size: 0.6875rem;
  width: 100%;
}
.user_l_item__name {
  font-size: 1.375rem;
  display: block;
  text-align: center;
  line-height: 1.1em;
  font-weight: 500;
  width: 100%;
}
.user_l_item__spec {
  font-size: 0.8125rem;
  background: black;
  color: #fff;
  padding: 0px 10px;
  border-radius: 4px;
}
.user_l_item__info {
  opacity: 0;
  pointer-events: none;
  background-color: #ccc;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 1.875rem;
  transition: opacity 0.4s;
  font-size: 0.75rem;
  overflow: hidden;
  color: #111;
}
.user_l_item:hover .user_l_item__info {
  opacity: 0.9;
}

html.theme_dark .user_l_item__info {
  background: hsl(210, 5%, 19%);
  color: #ffffff;
}

.projects_l_item {
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  /*   transition: box-shadow 0.2s ease-in-out;
  /*  &:hover {
      opacity: 1;
      box-shadow: 0 2px 14px rgb(0 0 0 / 38%);

      @include dark {
        box-shadow: 0 2px 14px rgb(0 0 0 / 76%);
      }
    }*/
}
@media (max-width: 799px) {
  .projects_l_item {
    width: 100%;
  }
}
.projects_l_item:hover {
  opacity: 1;
}
.projects_l_item__vb_image {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
}
.projects_l_item__image {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
  align-content: center;
  text-align: center;
  background-color: #ccc;
  color: #616161;
}
.projects_l_item__description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0.625rem 1.25rem 1.25rem;
  font-size: 0.75rem;
  background-color: #efefef;
  color: #595959;
  flex-grow: 1;
  transition: background-color 0.4s;
  width: 100%;
}
html.theme_dark .projects_l_item__description {
  background: hsl(210, 5%, 19%);
  color: #a9a9a9;
}
.projects_l_item:hover .projects_l_item__description {
  background-color: hsl(0, 0%, 89%);
}
html.theme_dark .projects_l_item:hover .projects_l_item__description {
  background: hsl(210, 5%, 16%);
}

.projects_l_item__vtop_description {
  font-size: 0.6875rem;
}
.projects_l_item__name {
  text-align: center;
  align-content: center;
  min-height: 2lh;
  font-size: 1.375rem;
  line-height: 1.1em;
  font-weight: 700;
  margin-bottom: 0.625rem;
  width: 100%;
  color: #393939;
}
html.theme_dark .projects_l_item__name {
  color: #d7d7d7;
}
.projects_l_item__spec {
  font-size: 0.6875rem;
}
.projects_l_item__info {
  opacity: 0;
  pointer-events: none;
  background-color: #ccc;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 1.875rem;
  transition: opacity 0.4s;
  font-size: 0.75rem;
  overflow: hidden;
  color: #111;
}
html.theme_dark .projects_l_item__info {
  background: hsl(210, 5%, 19%);
  color: #dcdcdc;
}
.projects_l_item:hover .projects_l_item__info {
  opacity: 0.9;
}

.projects_l_item_author {
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 0.3125rem;
  left: auto;
  right: 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
.projects_l_item_author--name {
  color: #ffffff;
  text-shadow: 0px 1px 11px #000000;
  font-size: 0.6875rem;
}
.projects_l_item_author__image {
  display: block;
  width: 2.3125rem;
  aspect-ratio: 1;
  border-radius: 3px;
  background-color: #ccc;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

.news_l_item {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.news_l_item__vb_image {
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 6px;
}
.news_l_item__image {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
  align-content: center;
  text-align: center;
  background-color: #ccc;
}
.news_l_item__info {
  opacity: 0;
  pointer-events: none;
  background-color: #ccc;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 1.875rem;
  transition: opacity 0.4s;
  font-size: 0.75rem;
  overflow: hidden;
  color: #111;
}
html.theme_dark .news_l_item__info {
  background: hsl(210, 5%, 19%);
  color: #ffffff;
}
.news_l_item:hover .news_l_item__info {
  opacity: 0.9;
}

.news_l_item__date {
  font-size: 0.6875rem;
  padding-top: 0.625rem;
  color: #6e6e6e;
}
.news_l_item__title {
  font-size: 1.1rem;
}

.search {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.5rem;
}
@media (max-width: 799px) {
  .search {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.search__vb .vc {
  max-width: 100%;
  padding-top: 1rem;
}
@media (min-width: 800px) {
  .search__vb .vc {
    padding-left: calc(50vw - 700px - var(--swidth) / 2);
  }
}
@media (min-width: 800px) and (max-width: 1400px) {
  .search__vb .vc {
    padding-left: 5.4285714286vw;
  }
}
@media (max-width: 799px) {
  .search__vb .vc {
    padding-left: 20px;
  }
}

.search_results {
  max-width: 1400px;
  flex-grow: 1;
}
@media (max-width: 799px) {
  .search_results {
    width: 100%;
  }
}
@media (min-width: 800px) {
  .search_results__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    row-gap: 2.5rem;
  }
}
@media (max-width: 799px) {
  .search_results__items {
    padding-top: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2rem;
  }
}
@media (min-width: 800px) {
  .search_results {
    order: 0;
  }
}

@media (min-width: 800px) {
  .search_filter {
    order: 1;
    width: 304px;
    flex-shrink: 0;
  }
}
@media (max-width: 799px) {
  .search_filter {
    width: 100%;
  }
}

.search_paginator {
  margin-top: 5rem;
}
@media (max-width: 799px) {
  .search_paginator {
    margin-top: 3rem;
  }
}

.back {
  background: none;
  border: none;
  color: inherit;
  height: 2.5rem;
  border-radius: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  cursor: pointer;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  transition: color 0.4s, border-color 0.4s, background-color 0.4s, opacity 0.4s;
  letter-spacing: 0.09em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  align-content: center;
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  font-size: 0.8rem;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  background-color: #393939;
  color: #ffffff;
  /*  @include mobile {
      font-size: 14px;
    }*/
  height: 1.875rem;
  font-size: 1rem;
  text-transform: none;
  padding: 0px 1.25rem;
  color: #373737;
  background-color: #dddddd;
  font-weight: 400;
}
.back:hover {
  opacity: 0.7;
}
html.control_color_red .back {
  color: red;
}

html.control_color_blue .back {
  color: blue;
}

.back:focus-visible {
  outline: solid 0.125rem #616161;
}
html.theme_dark .back {
  background-color: #e1e1e1;
  color: #333333;
}

a {
  cursor: pointer;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  transition: color 0.4s, border-color 0.4s, background-color 0.4s, opacity 0.4s;
}
a:hover {
  opacity: 0.7;
}
html.control_color_red a {
  color: red;
}

html.control_color_blue a {
  color: blue;
}

h1 {
  margin: 0;
  font-weight: 500;
}

h2 {
  margin: 0;
  font-weight: 500;
}

h3 {
  margin: 0;
  font-weight: 500;
}

h4 {
  margin: 0;
  font-weight: 500;
}

h5 {
  margin: 0;
  font-weight: 500;
}

h6 {
  margin: 0;
  font-weight: 500;
}

img {
  display: block;
}

p:first-child {
  margin-top: 0px;
}

svg {
  display: block;
  width: 100%;
  height: auto;
}

.tabs {
  width: 100%;
}
.tabs__controls {
  display: flex;
  gap: 1px;
}
@media (max-width: 799px) {
  .tabs__controls {
    overflow-x: scroll;
  }
}
.tabs__tab_button {
  padding: 10px 20px;
  background: #f0f0f0;
  color: #333;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s, color 0.3s;
  border-radius: 6px 6px 0 0;
  flex: 1;
  text-align: center;
}
html.theme_dark .tabs__tab_button {
  background: #333;
  color: #f0f0f0;
}
.tabs__tab_button[aria-selected=true] {
  background: #333;
  color: #fff;
  font-weight: bold;
}
html.theme_dark .tabs__tab_button[aria-selected=true] {
  background: #fff;
  color: #333;
}
.tabs__tab_button:hover:not([aria-selected=true]) {
  background: rgb(227.25, 227.25, 227.25);
}
html.theme_dark .tabs__tab_button:hover:not([aria-selected=true]) {
  background: rgb(38.25, 38.25, 38.25);
}
.tabs__tab_content {
  display: none;
  border: 1px solid #ddd;
  padding: 2rem 1.5rem 3rem;
}
.tabs__tab_content[aria-hidden=false] {
  display: block;
}

.button {
  background: none;
  border: none;
  color: inherit;
  height: 2.5rem;
  border-radius: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  cursor: pointer;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  transition: color 0.4s, border-color 0.4s, background-color 0.4s, opacity 0.4s;
  letter-spacing: 0.09em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  align-content: center;
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  font-size: 0.8rem;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  background-color: #393939;
  color: #ffffff;
  /*  @include mobile {
      font-size: 14px;
    }*/
  min-width: 9.375rem;
}
.button:hover {
  opacity: 0.7;
}
html.control_color_red .button {
  color: red;
}

html.control_color_blue .button {
  color: blue;
}

.button:focus-visible {
  outline: solid 0.125rem #616161;
}
html.theme_dark .button {
  background-color: #e1e1e1;
  color: #333333;
}
@media (max-width: 799px) {
  .button {
    min-width: 6.25rem;
  }
}
.button--switch {
  background-color: transparent;
  border: 2px solid #393939;
  color: hsl(218, 9%, 21%);
}
html.theme_dark .button--switch {
  background-color: transparent;
  border: 2px solid #e1e1e1;
  color: #d3d3d3;
}
.button--switch.active {
  background-color: #393939;
  color: #ffffff;
}
html.theme_dark .button--switch.active {
  background-color: #e1e1e1;
  color: hsl(218, 9%, 21%);
}
.button--success {
  background-color: hsl(117, 6%, 25%);
}
html.theme_dark .button--success {
  background-color: hsl(117, 3%, 25%);
}
.button--big {
  height: 2.8125rem;
}
.button--small {
  height: 2.1875rem;
}
.search .form__actions .button {
  height: 2.1875rem;
  min-width: 6.25rem;
}

.section_title {
  font-size: 1.7rem;
  font-weight: 500;
}

.attachments__vb {
  padding-top: 30px;
}
@media (min-width: 800px) {
  .attachments__group {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    row-gap: 2.5rem;
    padding-top: 1rem;
  }
}
@media (max-width: 799px) {
  .attachments__group {
    padding-top: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2rem;
  }
}
.attachments__item {
  display: block;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 799px) {
  .attachments__item {
    width: 100%;
  }
}
.attachments__item--video:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/icons/play.069360a69af9.svg");
  opacity: 0.8;
}
.attachments__item--audio {
  background-color: #ccc;
}
.attachments__image {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.attachments__image--icon {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.attachments__title {
  position: absolute;
  top: auto;
  bottom: 0rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  color: #111;
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
  padding: 0 2rem 1rem;
}

.media_popup_player {
  display: none;
}
.media_popup_player--audio {
  min-width: 600px;
}

.form_field--checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
@media (max-width: 799px) {
  .form_field--checkbox {
    padding-top: 0.6875rem;
  }
}
.form_field--checkbox .form_field__native_input {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.form_field--checkbox .form_field__input {
  margin-top: 0;
  height: 1.25rem;
  width: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 2px;
  background-color: #ccc;
  padding: 0;
  margin-right: 0.625rem;
}
@media (max-width: 799px) {
  .form_field--checkbox .form_field__input {
    height: 1.5rem;
    width: 1.5rem;
    margin-right: 10px;
  }
}
.form_field--checkbox input:checked + .form_field__input:after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  background-color: hsl(117, 6%, 25%);
}
@media (max-width: 799px) {
  .form_field--checkbox input:checked + .form_field__input:after {
    height: 0.625rem;
    width: 0.625rem;
  }
}

.form_field {
  position: relative;
  width: 100%;
  --p-multiselect-focus-border-color: #353535;
  --p-multiselect-hover-border-color: #8a8a8a;
  --p-multiselect-focus-ring-shadow:0 0 0 0.2rem #808080;
  --p-select-focus-border-color: #353535;
  --p-select-hover-border-color: #8a8a8a;
  --p-select-focus-ring-shadow:0 0 0 0.2rem #808080;
  --p-inputtext-focus-border-color: #353535;
  --p-inputtext-hover-border-color: #8a8a8a;
  --p-inputtext-focus-ring-shadow:0 0 0 0.2rem #808080;
  --p-slider-track-background: #dddd;
  --p-slider-handle-focus-ring-shadow:0 0 0 0.2rem #808080;
  --p-slider-range-background: #353535;
  --p-slider-handle-background: #353535;
  --p-slider-handle-hover-background: #353535;
  --p-slider-handle-content-hover-background: #353535;
}
html.theme_dark .form_field {
  --p-multiselect-focus-border-color: #a5a4a4;
  --p-multiselect-hover-border-color: #bfbfbf;
  --p-multiselect-focus-ring-shadow:0 0 0 0.2rem #cacaca;
}
html.theme_dark .form_field {
  --p-select-focus-border-color: #a5a4a4;
  --p-select-hover-border-color: #bfbfbf;
  --p-select-focus-ring-shadow:0 0 0 0.2rem #cacaca;
}
html.theme_dark .form_field {
  --p-inputtext-focus-border-color: #a5a4a4;
  --p-inputtext-hover-border-color: #bfbfbf;
  --p-inputtext-focus-ring-shadow:0 0 0 0.2rem #cacaca;
}
html.theme_dark .form_field {
  --p-slider-track-background: #707070FF;
  --p-slider-handle-focus-ring-shadow:0 0 0 0.2rem #cacaca;
  --p-slider-range-background: #ffffff;
  --p-slider-handle-background: #ffffff;
  --p-slider-handle-hover-background: #7c7c7c;
  --p-slider-handle-content-hover-background: #7c7c7c;
}
.form_field .p-autocomplete {
  width: 100%;
}
.form_field .p-inputtext {
  color: hsl(218, 9%, 21%);
}
.form_field .p-inputtext:not(.p-inputnumber-input) {
  height: 2.8125rem;
}
html.theme_dark .form_field .p-inputtext {
  border: transparent;
  color: #d3d3d3;
  background: hsl(210, 5%, 20%);
}
.form_field .p-inputtext::-moz-placeholder {
  color: hsl(218, 9%, 21%);
  opacity: 0.7;
}
.form_field .p-inputtext:-ms-input-placeholder {
  color: hsl(218, 9%, 21%);
  opacity: 0.7;
}
.form_field .p-inputtext::placeholder {
  color: hsl(218, 9%, 21%);
  opacity: 0.7;
}
html.theme_dark .form_field .p-inputtext::-moz-placeholder {
  color: #d3d3d3;
}
html.theme_dark .form_field .p-inputtext:-ms-input-placeholder {
  color: #d3d3d3;
}
html.theme_dark .form_field .p-inputtext::placeholder {
  color: #d3d3d3;
}
.form_field .p-filled {
  background-color: hsl(220, 7%, 8%);
  color: #cccccc;
}
html.theme_dark .form_field .p-filled {
  background-color: #e4e4e4;
  color: hsl(220, 7%, 8%);
}
.form_field .range-wrapper {
  padding-top: 0.625rem;
}
.form_field .range-inputs {
  padding-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.form_field .range-inputs .p-inputtext {
  height: 1.25rem;
  font-size: 13px;
}
.form_field .p-select {
  width: 100%;
  display: flex;
  border-radius: 10px;
}
html.theme_dark .form_field .p-select {
  background: hsl(210, 5%, 20%);
  color: #d3d3d3;
}
@media (max-width: 799px) {
  .form_field .p-select {
    border-radius: 5px;
  }
}
.form_field .p-select.p-inputwrapper-filled {
  background-color: hsl(220, 7%, 8%);
}
.form_field .p-select.p-inputwrapper-filled .p-select-label {
  color: #cccccc;
}
html.theme_dark .form_field .p-select.p-inputwrapper-filled {
  background-color: #e4e4e4;
}
html.theme_dark .form_field .p-select.p-inputwrapper-filled .p-select-label {
  color: hsl(220, 7%, 8%);
}
.form_field .p-select .p-checkbox {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.form_field .p-select-option {
  font-size: 0.9375rem;
  padding: 0.125rem 0.3125rem 0.125rem 0.9375rem;
}
.form_field .p-select-option.p-focus {
  background-color: #979797 !important;
  color: #ffffff !important;
}
.form_field .p-select-option[data-p-selected=true] {
  background-color: #cccccc;
}
.form_field .p-select-overlay {
  top: 100% !important;
  margin-top: 2px !important;
  transform-origin: center top !important;
}
.form_field .p-select {
  width: 100%;
  display: flex;
}
html.theme_dark .form_field .p-select {
  border-color: #252729;
  border-radius: 10px;
}
@media (max-width: 799px) {
  html.theme_dark .form_field .p-select {
    border-radius: 5px;
  }
}
.form_field .p-select .p-checkbox {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.form_field .p-select .p-select-clear-icon {
  top: 20px;
  left: auto;
  opacity: 0.5;
  transition: opacity 0.4s;
}
.form_field .p-select .p-select-clear-icon:hover {
  opacity: 1;
}
html.theme_dark .form_field .p-select-label-container {
  background: hsl(210, 5%, 20%);
}
.form_field .p-select-label.p-placeholder {
  color: hsl(218, 9%, 21%);
}
html.theme_dark .form_field .p-select-label.p-placeholder {
  color: #d3d3d3;
}
.form_field .p-select-option {
  font-size: 0.9375rem;
  padding: 0.125rem 0.3125rem 0.125rem 0.9375rem;
}
.form_field .p-select-option.p-focus {
  background-color: #979797 !important;
  color: #ffffff !important;
}
.form_field .p-select-option[data-p-selected=true] {
  background-color: #cccccc;
}
.form_field .p-select-overlay {
  top: 100% !important;
  margin-top: 2px !important;
  transform-origin: center top !important;
}
.form_field .p-multiselect {
  width: 100%;
  display: flex;
}
html.theme_dark .form_field .p-multiselect {
  border-color: #252729;
  border-radius: 10px;
}
@media (max-width: 799px) {
  html.theme_dark .form_field .p-multiselect {
    border-radius: 5px;
  }
}
.form_field .p-multiselect .p-checkbox {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.form_field .p-multiselect .p-multiselect-clear-icon {
  top: 20px;
  left: auto;
  opacity: 0.5;
  transition: opacity 0.4s;
}
.form_field .p-multiselect .p-multiselect-clear-icon:hover {
  opacity: 1;
}
html.theme_dark .form_field .p-multiselect-label-container {
  background: hsl(210, 5%, 20%);
}
.form_field .p-multiselect-label.p-placeholder {
  color: hsl(218, 9%, 21%);
}
html.theme_dark .form_field .p-multiselect-label.p-placeholder {
  color: #d3d3d3;
}
html.theme_dark .form_field .p-multiselect-dropdown {
  background: hsl(210, 5.88%, 20%);
}
.form_field .p-multiselect-option {
  font-size: 0.9375rem;
  padding: 0.125rem 0.3125rem 0.125rem 0.9375rem;
}
.form_field .p-multiselect-option.p-focus {
  background-color: #979797 !important;
  color: #ffffff !important;
}
.form_field .p-multiselect-option[data-p-selected=true] {
  background-color: #cccccc;
}
.form_field .p-multiselect-overlay {
  top: 100% !important;
  margin-top: 2px !important;
  transform-origin: center top !important;
}
.form_field .p-multiselect-display-chip .p-multiselect-label {
  flex-wrap: wrap;
}
.form_field .p-chip {
  font-size: 0.6875rem;
  color: #ffffff;
  background-color: hsl(220, 7%, 8%);
}
html.theme_dark .form_field .p-chip {
  background-color: #ffffff;
  color: hsl(220, 7%, 8%);
}
.form_field .p-chip-remove-icon {
  color: inherit;
  opacity: 0.6;
}
.form_field .p-datepicker {
  display: flex;
}
.form_field .p-autocomplete {
  width: 100%;
}
@media (max-width: 799px) {
  .form_field--user_profile_firstname {
    order: 1;
  }
}
@media (max-width: 799px) {
  .form_field--user_profile_lastname {
    order: 2;
  }
}
@media (max-width: 799px) {
  .form_field--user_profile_patronymic {
    order: 3;
  }
}
@media (max-width: 799px) {
  .form_field--user_profile_nick {
    order: 4;
  }
}
@media (max-width: 799px) {
  .form_field--user_profile_bithday {
    order: 5;
  }
}
@media (max-width: 799px) {
  .form_field--user_profile_city {
    order: 6;
  }
}
@media (max-width: 799px) {
  .form_field--user_profile_phone {
    order: 7;
  }
}
@media (max-width: 799px) {
  .form_field--user_profile_bio {
    order: 8;
  }
}

.form_field--tag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  margin: 0px;
}
@media (max-width: 799px) {
  .form_field--tag {
    padding-top: 0.6875rem;
  }
}
.form_field--tag .form_field__native_input {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.form_field--tag .form_field__input {
  margin-top: 0;
  background: none;
  border: none;
  color: inherit;
  height: 2.5rem;
  border-radius: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  cursor: pointer;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  transition: color 0.4s, border-color 0.4s, background-color 0.4s, opacity 0.4s;
  letter-spacing: 0.09em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  align-content: center;
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  font-size: 0.8rem;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  background-color: #393939;
  color: #ffffff;
  /*  @include mobile {
      font-size: 14px;
    }*/
  background-color: #818181;
  color: #ffffff;
  height: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: none;
  padding: 2px 8px;
  font-weight: normal;
}
.form_field--tag .form_field__input:hover {
  opacity: 0.7;
}
html.control_color_red .form_field--tag .form_field__input {
  color: red;
}

html.control_color_blue .form_field--tag .form_field__input {
  color: blue;
}

.form_field--tag .form_field__input:focus-visible {
  outline: solid 0.125rem #616161;
}
html.theme_dark .form_field--tag .form_field__input {
  background-color: #e1e1e1;
  color: #333333;
}
html.theme_dark .form_field--tag .form_field__input {
  color: #ffffff;
  background-color: #636363;
}
.form_field--tag .form_field__native_input:checked + .form_field__input {
  background-color: hsl(220, 7%, 8%);
}
html.theme_dark .form_field--tag .form_field__native_input:checked + .form_field__input {
  background-color: #ffffff;
  color: hsl(220, 7%, 8%);
}

.form__actions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  flex-wrap: wrap;
  padding-top: 1.25rem;
}
.p_user_profile .form__actions {
  justify-content: flex-end;
}

#p_user_profile_form_basic .form__vg {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 2rem;
}
@media (min-width: 800px) {
  #p_user_profile_form_basic .form__vg {
    flex-wrap: wrap;
    row-gap: 1rem;
  }
  #p_user_profile_form_basic .form__vg > * {
    width: calc(50% - 2rem);
  }
}
@media (max-width: 799px) {
  #p_user_profile_form_basic .form__vg {
    flex-direction: column;
    row-gap: 1rem;
  }
}

.form_field--text {
  width: 100%;
  max-width: 37.5rem;
}
.search_filter .form_field--text {
  max-width: 100%;
}

.form_field--text .form_field__label {
  font-size: 1.3rem;
  font-weight: 500;
}
.form_field--text .form_field__native_input {
  height: 2.5rem;
  border-radius: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border: 0px;
  width: 100%;
  background-color: #ccc;
  padding: 0 1rem;
  /*  &:focus {
      background-color: #373737;
      color: $c_w;

      @include dark {
        background-color: $c_main_text--dark;
        color: $c_menu_bg;
      }
    }*/
}

.form_field_group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.3em;
}
.form_field_group__label {
  font-size: 1.3rem;
  font-weight: 500;
}
.form_field_group__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.3125rem;
}

.page_title {
  font-weight: 500;
  font-size: 3rem;
  line-height: 1;
}
@media (max-width: 799px) {
  .page_title {
    font-size: 2rem;
  }
}
@media (min-width: 800px) {
  .page_title__vb > .vc > .page_title {
    max-width: calc(100% - 12.5rem);
  }
}

.page_title__tail {
  opacity: 0.5;
  font-size: 0.5em;
}
.page_title--sub {
  font-size: 1.2rem;
  margin: 0px;
  margin-top: 0.6rem;
}
.page_title__vb .vc {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.page_title__vb .vc .back {
  margin-top: 10px;
}
.page_title__vb--user_settings {
  padding-top: 3rem;
}

main {
  padding-bottom: 9.375rem;
}
@media (max-width: 799px) {
  main {
    padding-top: 1.875rem;
    padding-bottom: 3.125rem;
  }
}

.glob_form--create_account .button {
  display: block;
  margin: 2rem auto;
}
.glob_form--create_account select {
  height: 2.5rem;
  border-radius: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border: 0px;
  width: 100%;
  background-color: #ccc;
  padding: 0 1rem;
  /*  &:focus {
      background-color: #373737;
      color: $c_w;

      @include dark {
        background-color: $c_main_text--dark;
        color: $c_menu_bg;
      }
    }*/
}
.glob_form--create_account label {
  font-size: 1.3rem;
  font-weight: 500;
}
.glob_form p label {
  font-size: 1.3rem;
  font-weight: 500;
}
.glob_form p input[type=text],
.glob_form p input[type=email],
.glob_form p input[type=password],
.glob_form p input[type=search],
.glob_form p input[type=tel],
.glob_form p input[type=url],
.glob_form p input[type=number] {
  height: 2.5rem;
  border-radius: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border: 0px;
  width: 100%;
  background-color: #ccc;
  padding: 0 1rem;
  /*  &:focus {
      background-color: #373737;
      color: $c_w;

      @include dark {
        background-color: $c_main_text--dark;
        color: $c_menu_bg;
      }
    }*/
}
.glob_form .button {
  margin-top: 2rem;
}
.glob_form__vg--settings {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.login_form {
  max-width: 50rem;
  margin: 0px auto;
  padding-top: 2rem;
}

.actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.actions__vg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 0.625rem;
  padding-bottom: 2rem;
  flex-wrap: wrap;
}

.category {
  background: none;
  border: none;
  color: inherit;
  height: 2.5rem;
  border-radius: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  cursor: pointer;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  transition: color 0.4s, border-color 0.4s, background-color 0.4s, opacity 0.4s;
  letter-spacing: 0.09em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  align-content: center;
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  font-size: 0.8rem;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  background-color: #393939;
  color: #ffffff;
  /*  @include mobile {
      font-size: 14px;
    }*/
  height: 1.875rem;
  font-size: 1rem;
  text-transform: none;
  padding: 0px 1.25rem;
  color: #373737;
  background-color: #dddddd;
  font-weight: 400;
}
.category:hover {
  opacity: 0.7;
}
html.control_color_red .category {
  color: red;
}

html.control_color_blue .category {
  color: blue;
}

.category:focus-visible {
  outline: solid 0.125rem #616161;
}
html.theme_dark .category {
  background-color: #e1e1e1;
  color: #333333;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /*
    li::before {
      content: "⁃";
      margin-right: 0.3em;
      opacity: 0.4;
    }*/
}

.search_filter_controls, .sub-controls {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  gap: 1.875rem;
}

.sub-controls {
  padding-top: 2rem;
}

.search_control {
  width: 100%;
  --p-multiselect-focus-border-color: #353535;
  --p-multiselect-hover-border-color: #8a8a8a;
  --p-multiselect-focus-ring-shadow:0 0 0 0.2rem #808080;
  --p-select-focus-border-color: #353535;
  --p-select-hover-border-color: #8a8a8a;
  --p-select-focus-ring-shadow:0 0 0 0.2rem #808080;
  --p-inputtext-focus-border-color: #353535;
  --p-inputtext-hover-border-color: #8a8a8a;
  --p-inputtext-focus-ring-shadow:0 0 0 0.2rem #808080;
  --p-slider-track-background: #dddd;
  --p-slider-handle-focus-ring-shadow:0 0 0 0.2rem #808080;
  --p-slider-range-background: #353535;
  --p-slider-handle-background: #353535;
  --p-slider-handle-hover-background: #353535;
  --p-slider-handle-content-hover-background: #353535;
}
html.theme_dark .search_control {
  --p-multiselect-focus-border-color: #a5a4a4;
  --p-multiselect-hover-border-color: #bfbfbf;
  --p-multiselect-focus-ring-shadow:0 0 0 0.2rem #cacaca;
}
html.theme_dark .search_control {
  --p-select-focus-border-color: #a5a4a4;
  --p-select-hover-border-color: #bfbfbf;
  --p-select-focus-ring-shadow:0 0 0 0.2rem #cacaca;
}
html.theme_dark .search_control {
  --p-inputtext-focus-border-color: #a5a4a4;
  --p-inputtext-hover-border-color: #bfbfbf;
  --p-inputtext-focus-ring-shadow:0 0 0 0.2rem #cacaca;
}
html.theme_dark .search_control {
  --p-slider-track-background: #707070FF;
  --p-slider-handle-focus-ring-shadow:0 0 0 0.2rem #cacaca;
  --p-slider-range-background: #ffffff;
  --p-slider-handle-background: #ffffff;
  --p-slider-handle-hover-background: #7c7c7c;
  --p-slider-handle-content-hover-background: #7c7c7c;
}
.search_control .p-autocomplete {
  width: 100%;
}
.search_control .p-inputtext {
  color: hsl(218, 9%, 21%);
}
.search_control .p-inputtext:not(.p-inputnumber-input) {
  height: 2.8125rem;
}
html.theme_dark .search_control .p-inputtext {
  border: transparent;
  color: #d3d3d3;
  background: hsl(210, 5%, 20%);
}
.search_control .p-inputtext::-moz-placeholder {
  color: hsl(218, 9%, 21%);
  opacity: 0.7;
}
.search_control .p-inputtext:-ms-input-placeholder {
  color: hsl(218, 9%, 21%);
  opacity: 0.7;
}
.search_control .p-inputtext::placeholder {
  color: hsl(218, 9%, 21%);
  opacity: 0.7;
}
html.theme_dark .search_control .p-inputtext::-moz-placeholder {
  color: #d3d3d3;
}
html.theme_dark .search_control .p-inputtext:-ms-input-placeholder {
  color: #d3d3d3;
}
html.theme_dark .search_control .p-inputtext::placeholder {
  color: #d3d3d3;
}
.search_control .p-filled:not(.p-inputnumber-input) {
  background-color: hsl(220, 7%, 8%);
  color: #cccccc;
}
html.theme_dark .search_control .p-filled:not(.p-inputnumber-input) {
  background-color: #e4e4e4;
  color: hsl(220, 7%, 8%);
}
.search_control .range-wrapper {
  padding-top: 0.625rem;
}
.search_control .range-inputs {
  padding-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.search_control .range-inputs .p-inputtext {
  height: 1.25rem;
  font-size: 13px;
}
.search_control .p-select {
  width: 100%;
  display: flex;
  border-radius: 10px;
}
html.theme_dark .search_control .p-select {
  background: hsl(210, 5%, 20%);
  color: #d3d3d3;
}
@media (max-width: 799px) {
  .search_control .p-select {
    border-radius: 5px;
  }
}
.search_control .p-select.p-inputwrapper-filled {
  background-color: hsl(220, 7%, 8%);
}
.search_control .p-select.p-inputwrapper-filled .p-select-label {
  color: #cccccc;
}
html.theme_dark .search_control .p-select.p-inputwrapper-filled {
  background-color: #e4e4e4;
}
html.theme_dark .search_control .p-select.p-inputwrapper-filled .p-select-label {
  color: hsl(220, 7%, 8%);
}
.search_control .p-select .p-checkbox {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.search_control .p-select-option {
  font-size: 0.9375rem;
  padding: 0.125rem 0.3125rem 0.125rem 0.9375rem;
}
.search_control .p-select-option.p-focus {
  background-color: #979797 !important;
  color: #ffffff !important;
}
.search_control .p-select-option[data-p-selected=true] {
  background-color: #cccccc;
}
.search_control .p-select-overlay {
  top: 100% !important;
  margin-top: 2px !important;
  transform-origin: center top !important;
}
.search_control .p-select {
  width: 100%;
  display: flex;
}
html.theme_dark .search_control .p-select {
  border-color: #252729;
  border-radius: 10px;
}
@media (max-width: 799px) {
  html.theme_dark .search_control .p-select {
    border-radius: 5px;
  }
}
.search_control .p-select .p-checkbox {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.search_control .p-select .p-select-clear-icon {
  top: 20px;
  left: auto;
  opacity: 0.5;
  transition: opacity 0.4s;
}
.search_control .p-select .p-select-clear-icon:hover {
  opacity: 1;
}
html.theme_dark .search_control .p-select-label-container {
  background: hsl(210, 5%, 20%);
}
.search_control .p-select-label.p-placeholder {
  color: hsl(218, 9%, 21%);
}
html.theme_dark .search_control .p-select-label.p-placeholder {
  color: #d3d3d3;
}
.search_control .p-select-option {
  font-size: 0.9375rem;
  padding: 0.125rem 0.3125rem 0.125rem 0.9375rem;
}
.search_control .p-select-option.p-focus {
  background-color: #979797 !important;
  color: #ffffff !important;
}
.search_control .p-select-option[data-p-selected=true] {
  background-color: #cccccc;
}
.search_control .p-select-overlay {
  top: 100% !important;
  margin-top: 2px !important;
  transform-origin: center top !important;
}
.search_control .p-multiselect {
  width: 100%;
  display: flex;
}
html.theme_dark .search_control .p-multiselect {
  border-color: #252729;
  border-radius: 10px;
}
@media (max-width: 799px) {
  html.theme_dark .search_control .p-multiselect {
    border-radius: 5px;
  }
}
.search_control .p-multiselect .p-checkbox {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.search_control .p-multiselect .p-multiselect-clear-icon {
  top: 20px;
  left: auto;
  opacity: 0.5;
  transition: opacity 0.4s;
}
.search_control .p-multiselect .p-multiselect-clear-icon:hover {
  opacity: 1;
}
html.theme_dark .search_control .p-multiselect-label-container {
  background: hsl(210, 5%, 20%);
}
.search_control .p-multiselect-label.p-placeholder {
  color: hsl(218, 9%, 21%);
}
html.theme_dark .search_control .p-multiselect-label.p-placeholder {
  color: #d3d3d3;
}
html.theme_dark .search_control .p-multiselect-dropdown {
  background: hsl(210, 5.88%, 20%);
}
.search_control .p-multiselect-option {
  font-size: 0.9375rem;
  padding: 0.125rem 0.3125rem 0.125rem 0.9375rem;
}
.search_control .p-multiselect-option.p-focus {
  background-color: #979797 !important;
  color: #ffffff !important;
}
.search_control .p-multiselect-option[data-p-selected=true] {
  background-color: #cccccc;
}
.search_control .p-multiselect-overlay {
  top: 100% !important;
  margin-top: 2px !important;
  transform-origin: center top !important;
}
.search_control .p-multiselect-display-chip .p-multiselect-label {
  flex-wrap: wrap;
}
.search_control .p-chip {
  font-size: 0.6875rem;
  color: #ffffff;
  background-color: hsl(220, 7%, 8%);
}
html.theme_dark .search_control .p-chip {
  background-color: #ffffff;
  color: hsl(220, 7%, 8%);
}
.search_control .p-chip-remove-icon {
  color: inherit;
  opacity: 0.6;
}

.search_control:not(.search_control--range) .p-sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.messages {
  position: fixed;
  top: 10rem;
  left: 5%;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease, transform 0.5s ease;
  border-radius: 5px;
  padding: 1.25rem;
  background-color: rgb(117, 117, 117);
  transform: translateY(-1.25rem);
  color: #d3d3d3;
}
.messages ul,
.messages li {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 799px) {
  .messages {
    left: auto;
    right: 1.25rem;
    margin-top: 0.9375rem;
    top: 3.3125rem;
  }
}
.messages--show {
  opacity: 1;
  transform: translateY(0px);
}
.messages__items {
  flex-direction: column;
  gap: 0.625rem;
  max-width: 18.75rem;
}
.messages__item--success {
  color: #8deda3;
}
.messages__item--error {
  color: #ffb4bc;
}

.p-toast--search_results_count {
  top: 10rem !important;
  right: 5% !important;
  z-index: 1000 !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  opacity: 0.85;
}
@media (min-width: 800px) {
  html.page_scroll .p-toast--search_results_count {
    top: 4.6875rem !important;
  }
}
@media (max-width: 799px) {
  .p-toast--search_results_count {
    right: 1.25rem !important;
    margin-top: 0.9375rem !important;
    top: 3.3125rem !important;
  }
}
.p-toast--search_results_count .p-toast-message {
  border: none !important;
  transition: opacity 0.5s;
}
.p-toast--search_results_count .p-toast-message-content {
  padding: 3px 20px;
  background-color: #ddd;
  border-radius: 5px;
}
.p-toast--search_results_count .p-toast-message-content .p-toast-message-icon {
  display: none;
}
.p-toast--search_results_count .p-toast-message-content .p-toast-summary {
  color: hsl(218, 9%, 21%);
}

.p_index_intro--description {
  font-size: 1.3rem;
  margin: 0px;
}
.p_index_sections {
  margin-bottom: -9.375rem;
}
@media (max-width: 799px) {
  .p_index_sections {
    margin-bottom: -3.125rem;
  }
}
.p_index_sections .p_index_section__vb {
  padding-top: 3.75rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 799px) {
  .p_index_sections .p_index_section__vb {
    padding-top: 1.875rem;
  }
}
.p_index_sections .p_index_section__vb:nth-child(even) {
  background: hsl(0, 0%, 92%);
}
html.theme_dark .p_index_sections .p_index_section__vb:nth-child(even) {
  background: hsl(210, 5.13%, 12.29%);
}
.p_index_sections .p_index_section__vb:last-child {
  padding-bottom: 10rem;
}
@media (max-width: 799px) {
  .p_index_sections .p_index_section__vb:last-child {
    padding-bottom: 6.25rem;
  }
}
.p_index_sections .p_index_section__vb:before {
  content: "";
  display: block;
  top: 0px;
  position: absolute;
  height: 20em;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.08;
  z-index: 0;
}
.p_index_sections .p_index_section__vb--projects:before {
  left: 0px;
  background-image: url("../images/decor/cracker.86b2d93698f0.svg");
}
@media (max-width: 799px) {
  .p_index_sections .p_index_section__vb--projects:before {
    height: 10em;
  }
}
.p_index_sections .p_index_section__vb--actors:before {
  height: 23em;
  left: auto;
  right: 0px;
  top: -2rem;
  background-image: url("../images/icons/mask--dark.8efef2f287bb.svg");
}
html.theme_dark .p_index_sections .p_index_section__vb--actors:before {
  background-image: url("../images/icons/mask--white.bc9be7b40467.svg");
}
@media (max-width: 799px) {
  .p_index_sections .p_index_section__vb--actors:before {
    top: -1rem;
    height: 10em;
  }
}
.p_index_sections .p_index_section__vb--specialists:before {
  top: 5rem;
  height: 15rem;
  background-image: url("../images/icons/gears--dark.7f0f1c67285a.svg");
}
html.theme_dark .p_index_sections .p_index_section__vb--specialists:before {
  background-image: url("../images/icons/gears--white.2285a0a41ee2.svg");
}
@media (max-width: 799px) {
  .p_index_sections .p_index_section__vb--specialists:before {
    top: 0.2rem;
    height: 6em;
  }
}
.p_index_sections .p_index_section__vb--news:before {
  height: 15em;
  left: auto;
  right: 0px;
  background-image: url("../images/decor/horn.f6c7f941e434.svg");
}

.p_index_section--title {
  font-size: 2rem;
}
@media (max-width: 799px) {
  .p_index_section--title {
    font-size: 1.5rem;
  }
}
.p_index_section__vb {
  padding-top: 1.875rem;
  padding-bottom: 6.25rem;
}
@media (max-width: 799px) {
  .p_index_section__vb {
    padding-top: 1.875rem;
    padding-bottom: 2.5rem;
  }
}
.p_index_section__items {
  padding-top: 1.875rem;
}
@media (min-width: 800px) {
  .p_index_section__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    row-gap: 2.5rem;
  }
}
@media (max-width: 799px) {
  .p_index_section__items {
    padding-top: 0.625rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2rem;
  }
}
.p_index_section__categories {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 1.875rem;
}
.p_index_section__category {
  background: none;
  border: none;
  color: inherit;
  height: 2.5rem;
  border-radius: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  cursor: pointer;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  transition: color 0.4s, border-color 0.4s, background-color 0.4s, opacity 0.4s;
  letter-spacing: 0.09em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  align-content: center;
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  font-size: 0.8rem;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  background-color: #393939;
  color: #ffffff;
  /*  @include mobile {
      font-size: 14px;
    }*/
  height: 1.875rem;
  font-size: 1rem;
  text-transform: none;
  padding: 0px 1.25rem;
  color: #373737;
  background-color: #dddddd;
  font-weight: 400;
}
.p_index_section__category:hover {
  opacity: 0.7;
}
html.control_color_red .p_index_section__category {
  color: red;
}

html.control_color_blue .p_index_section__category {
  color: blue;
}

.p_index_section__category:focus-visible {
  outline: solid 0.125rem #616161;
}
html.theme_dark .p_index_section__category {
  background-color: #e1e1e1;
  color: #333333;
}

.p_news_item {
  padding-bottom: 200px;
}
.p_news_item__main {
  padding-top: 1.25rem;
  position: relative;
  min-height: 26.25rem;
}
@media (min-width: 800px) {
  .p_news_item__main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.875rem;
  }
}
.p_news_item__vb_main {
  padding-top: 1.25rem;
}
.p_news_item__vg_main {
  flex-grow: 1;
}
.p_news_item__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25rem;
}
.p_news_item__vg_actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.p_news_item:after {
  content: "";
  display: block;
  clear: both;
  display: table;
}
@media (min-width: 800px) {
  .p_news_item__photo {
    width: 25rem;
    height: 25rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    border-radius: 0.25rem;
    margin-top: 0.3125rem;
    aspect-ratio: 1;
  }
}
.p_news_item__description {
  padding-top: 1.875rem;
}
.p_news_item__info {
  margin: 0.8125rem 0 0 0;
  font-size: 1.2rem;
}

.p_project_detail {
  padding-bottom: 12.5rem;
}
@media (max-width: 799px) {
  .p_project_detail {
    padding-bottom: 3.75rem;
  }
}
.p_project_detail__main {
  padding-top: 1.25rem;
  position: relative;
}
@media (min-width: 800px) {
  .p_project_detail__main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.875rem;
    min-height: 26.25rem;
  }
}
.p_project_detail__vb_main {
  padding-top: 1.25rem;
}
.p_project_detail__vg_main {
  flex-grow: 1;
}
.p_project_detail__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25rem;
}
.p_project_detail__vg_actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.p_project_detail:after {
  content: "";
  display: block;
  clear: both;
  display: table;
}
.p_project_detail__city {
  margin: 0.8125rem 0 0 0;
  opacity: 0.5;
  font-size: 0.8rem;
}
.p_project_detail__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-items: baseline;
}
.p_project_detail__name {
  font-size: 2.1875rem;
  line-height: 1rem;
  font-weight: 500;
}
.p_project_detail__year {
  opacity: 0.5;
  font-size: 0.5em;
}
.p_project_detail__subtitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.p_project_detail__photo {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  aspect-ratio: 1;
}
@media (min-width: 800px) {
  .p_project_detail__photo {
    width: 25rem;
    height: 25rem;
    border-radius: 0.25rem;
    margin-top: 0.3125rem;
  }
}
@media (max-width: 799px) {
  .p_project_detail__photo {
    width: 100%;
  }
}
.p_project_detail__info {
  margin-top: 0.9375rem;
}
.p_project_detail__vb_about {
  padding-top: 2.5rem;
}
.p_project_detail__vb_castings {
  padding: 3.75rem 0px;
}
.p_project_detail__castings_items {
  padding-top: 1.875rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
}

@media (min-width: 800px) {
  .p_project_detail_casting {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.875rem;
  }
}
@media (max-width: 799px) {
  .p_project_detail_casting {
    width: 100%;
  }
}
.p_project_detail_casting__person {
  position: relative;
  background: #e3e3e3;
  width: 20rem;
  aspect-ratio: 1;
  border-radius: 6px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 1.25rem;
  flex-shrink: 0;
}
html.theme_dark .p_project_detail_casting__person {
  background: #b1b1b1;
}
@media (max-width: 799px) {
  .p_project_detail_casting__person {
    width: 100%;
  }
}
.p_project_detail_casting__specialisation_icon {
  position: absolute;
  width: 58%;
  height: 58%;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 1;
  opacity: 0.2;
  /*    @at-root .p_project_detail_casting:nth-child(odd) .p_project_detail_casting__specialisation_icon {
        width: 45%;
        height: 45%;
        left: 40%;
      }

      @at-root .p_project_detail_castings:nth-child(even) .p_project_detail_casting__specialisation_icon {
        width: 65%;
        height: 65%;
        left: 60%;
      }*/
}
.p_project_detail_casting__specialisation_name {
  color: #2b2b2b;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.625rem;
  position: relative;
  z-index: 3;
}
.p_project_detail_casting__specialisation_name:before {
  content: "";
  display: block;
  position: absolute;
  left: -3.125rem;
  height: 1em;
  aspect-ratio: 1;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/icons/profile.08f71627696d.svg");
  opacity: 1;
  z-index: 2;
}
@media (min-width: 800px) {
  .p_project_detail_casting__vg_description {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.875rem;
  }
}
.p_project_detail_casting__title {
  font-size: 1.875rem;
  text-transform: uppercase;
  font-weight: 500;
}
.p_project_detail_casting__actions {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.p_profile_detail {
  padding-bottom: 12.5rem;
}
@media (max-width: 799px) {
  .p_profile_detail {
    padding-bottom: 3.75rem;
  }
}
.p_profile_detail__main {
  padding-top: 1.25rem;
  position: relative;
}
@media (min-width: 800px) {
  .p_profile_detail__main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.875rem;
    min-height: 26.25rem;
  }
}
.p_profile_detail__vb_main {
  padding-top: 2.5rem;
}
.p_profile_detail__vg_main {
  flex-grow: 1;
}
.p_profile_detail__city {
  margin: 0.8125rem 0 0 0;
  opacity: 0.5;
  font-size: 0.8rem;
}
@media (max-width: 799px) {
  .p_profile_detail__city {
    margin-top: 1.25rem !important;
  }
}
.p_profile_detail__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-items: baseline;
}
.p_profile_detail__name {
  font-size: 2.1875rem;
  line-height: 1rem;
  font-weight: 500;
}
.p_profile_detail__subtitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.p_profile_detail__photo {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  aspect-ratio: 1;
}
@media (min-width: 800px) {
  .p_profile_detail__photo {
    width: 25rem;
    height: 25rem;
    border-radius: 0.25rem;
    margin-top: 0.3125rem;
  }
}
@media (max-width: 799px) {
  .p_profile_detail__photo {
    width: 100%;
  }
}
.p_profile_detail__info {
  margin-top: 0.9375rem;
}
.p_profile_detail__vb_about {
  padding-top: 2.5rem;
}
.p_user_profile_filmography__vb {
  padding-top: 50px;
}

.p_user_profile_spec__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 2rem;
}
@media (min-width: 800px) {
  .p_user_profile_spec__header {
    flex-wrap: wrap;
    row-gap: 1rem;
  }
  .p_user_profile_spec__header > * {
    width: calc(50% - 2rem);
  }
}
@media (max-width: 799px) {
  .p_user_profile_spec__header {
    flex-direction: column;
    row-gap: 1rem;
  }
}
.p_user_profile_spec__attributes_by_spec {
  padding-top: 2rem;
}
.p_user_profile_spec__attributes_by_spec .p-tabs {
  padding-top: 1rem;
}
.p_user_profile_spec__attributes_by_spec .p-tabpanel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.2rem;
}

.p_user_profile_media__file_select {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
}
.p_user_profile_media__gallery {
  padding-top: 1.25rem;
}
.p_user_profile_media .section_subtitle {
  padding-top: 1rem;
}
@media (min-width: 800px) {
  .p_user_profile_media__list {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 1.25rem;
    row-gap: 2.5rem;
    padding-top: 1.25rem;
  }
}
@media (max-width: 799px) {
  .p_user_profile_media__list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 1rem;
    padding-top: 0.625rem;
  }
}
@media (max-width: 799px) {
  .p_user_profile_media__item {
    width: calc(50% - 1rem);
  }
}
.p_user_profile_media__item .p-card {
  height: 100%;
}
.p_user_profile_media__item .media-preview-image {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-width: 200px;
}
@media (max-width: 799px) {
  .p_user_profile_media__item .media-preview-image {
    max-width: 140px;
  }
}
@media (min-width: 800px) {
  .p_user_profile_media .p-tabs {
    padding-top: 1.25rem;
  }
}
@media (max-width: 799px) {
  .p_user_profile_media .p-tabs {
    padding-top: 0.625rem;
  }
}

.film-form {
  margin-bottom: 2rem;
  border-radius: 4px;
  background-color: #ececec;
  padding: 2rem;
}
.film-form input {
  height: 2.5rem;
  border-radius: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
html.theme_dark .film-form {
  background-color: #535353;
}
@media (max-width: 799px) {
  .film-form {
    padding: 1.25rem;
  }
}

.film-form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 799px) {
  .film-form-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.1rem;
  }
}

@media (max-width: 799px) {
  .form-group {
    flex-basis: 100% !important;
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 800px) {
  .p_user_settings {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.p_user_settings__vb {
  padding-top: 2rem;
}
.p_user_settings__vg {
  padding-top: 1.25rem;
}
@media (min-width: 800px) {
  .p_user_settings__vg {
    flex: 1;
  }
}
.p_user_settings .form_field_group--checkbox .form_field_group__list {
  flex-direction: column;
  gap: 1.875rem;
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
}

.p_info__vb {
  padding-top: 2rem;
}
/*# sourceMappingURL=main.min.css.5afacf33612d.map */
