/* media breakpoints */

/*  */

/*! 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 */
  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;
}

/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.13.0
 *
 * Copyright KingSora | Rene Haas.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 02.08.2020
 */

html.os-html,
html.os-html>.os-host {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: absolute !important;
}

html.os-html>.os-host>.os-padding {
  position: absolute;
}

body.os-dragging,
body.os-dragging * {
  cursor: default;
}

.os-host,
.os-host-textarea {
  position: relative;
  overflow: visible !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.os-host-flexbox {
  overflow: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.os-host-flexbox>.os-size-auto-observer {
  height: inherit !important;
}

.os-host-flexbox>.os-content-glue {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.os-host-flexbox>.os-size-auto-observer,
.os-host-flexbox>.os-content-glue {
  min-height: 0;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

#os-dummy-scrollbar-size {
  position: fixed;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  visibility: hidden;
  overflow: scroll;
  height: 500px;
  width: 500px;
}

#os-dummy-scrollbar-size>div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

#os-dummy-scrollbar-size:before,
#os-dummy-scrollbar-size:after,
.os-content:before,
.os-content:after {
  content: '';
  display: table;
  width: .01px;
  height: .01px;
  line-height: 0;
  font-size: 0;
  flex-grow: 0;
  flex-shrink: 0;
  visibility: hidden;
}

#os-dummy-scrollbar-size,
.os-viewport {
  -ms-overflow-style: scrollbar !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,
.os-viewport-native-scrollbars-invisible.os-viewport {
  scrollbar-width: none !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  visibility: hidden !important;
  background: 0 0 !important;
}

.os-content-glue {
  box-sizing: inherit;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.os-padding {
  box-sizing: inherit;
  direction: inherit;
  position: absolute;
  overflow: visible;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.os-host-overflow>.os-padding {
  overflow: hidden;
}

.os-viewport {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  outline: 0 !important;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.os-content-arrange {
  position: absolute;
  z-index: -1;
  min-height: 1px;
  min-width: 1px;
  pointer-events: none;
}

.os-content {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  height: 100%;
  width: 100%;
  visibility: visible;
}

.os-content>.os-textarea {
  box-sizing: border-box !important;
  direction: inherit !important;
  background: 0 0 !important;
  outline: 0 transparent !important;
  overflow: hidden !important;
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  float: none !important;
  -webkit-filter: none !important;
  filter: none !important;
  border: 0 !important;
  resize: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  max-width: none !important;
  max-height: none !important;
  box-shadow: none !important;
  -webkit-perspective: none !important;
  perspective: none !important;
  opacity: 1 !important;
  z-index: 1 !important;
  clip: auto !important;
  vertical-align: baseline !important;
  padding: 0;
}

.os-host-rtl>.os-padding>.os-viewport>.os-content>.os-textarea {
  right: 0 !important;
}

.os-content>.os-textarea-cover {
  z-index: -1;
  pointer-events: none;
}

.os-content>.os-textarea[wrap=off] {
  white-space: pre !important;
  margin: 0 !important;
}

.os-text-inherit {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  text-indent: inherit;
  text-align: inherit;
  text-shadow: inherit;
  text-overflow: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  line-height: inherit;
  unicode-bidi: inherit;
  direction: inherit;
  color: inherit;
  cursor: text;
}

.os-resize-observer,
.os-resize-observer-host {
  box-sizing: inherit;
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.os-resize-observer-host {
  padding: inherit;
  border: inherit;
  border-color: transparent;
  border-style: solid;
  box-sizing: border-box;
}

.os-resize-observer-host.observed {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.os-resize-observer-host>.os-resize-observer,
.os-resize-observer-host.observed>.os-resize-observer {
  height: 200%;
  width: 200%;
  padding: inherit;
  border: inherit;
  margin: 0;
  display: block;
  box-sizing: content-box;
}

.os-resize-observer-host.observed>.os-resize-observer,
.os-resize-observer-host.observed>.os-resize-observer:before {
  display: flex;
  position: relative;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  box-sizing: border-box;
}

.os-resize-observer-host.observed>.os-resize-observer:before {
  content: '';
  box-sizing: content-box;
  padding: inherit;
  border: inherit;
  margin: 0;
}

.os-size-auto-observer {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.os-size-auto-observer>.os-resize-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}

.os-resize-observer-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  direction: ltr !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.os-resize-observer-item-final {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.os-resize-observer {
  -webkit-animation-duration: .001s;
  animation-duration: .001s;
  -webkit-animation-name: os-resize-observer-dummy-animation;
  animation-name: os-resize-observer-dummy-animation;
}

object.os-resize-observer {
  box-sizing: border-box !important;
}

@-webkit-keyframes os-resize-observer-dummy-animation {
  0% {
    z-index: 0;
  }

  to {
    z-index: -1;
  }
}

@keyframes os-resize-observer-dummy-animation {
  0% {
    z-index: 0;
  }

  to {
    z-index: -1;
  }
}

.os-host-transition>.os-scrollbar,
.os-host-transition>.os-scrollbar-corner {
  -webkit-transition: opacity .3s, visibility .3s, top .3s, right .3s, bottom .3s, left .3s;
  transition: opacity .3s, visibility .3s, top .3s, right .3s, bottom .3s, left .3s;
}

html.os-html>.os-host>.os-scrollbar {
  position: absolute;
  z-index: 999999;
}

.os-scrollbar,
.os-scrollbar-corner {
  position: absolute;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  z-index: 1;
}

.os-scrollbar-corner {
  bottom: 0;
  right: 0;
}

.os-scrollbar {
  pointer-events: none;
}

.os-scrollbar-track {
  pointer-events: auto;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 !important;
  border: 0 !important;
}

.os-scrollbar-handle {
  pointer-events: auto;
  position: absolute;
  width: 100%;
  height: 100%;
}

.os-scrollbar-handle-off,
.os-scrollbar-track-off {
  pointer-events: none;
}

.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
  pointer-events: none !important;
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
}

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}

.os-scrollbar-vertical {
  top: 0;
  right: 0;
}

.os-host-rtl>.os-scrollbar-horizontal {
  right: 0;
}

.os-host-rtl>.os-scrollbar-vertical {
  right: auto;
  left: 0;
}

.os-host-rtl>.os-scrollbar-corner {
  right: auto;
  left: 0;
}

.os-scrollbar-auto-hidden,
.os-padding+.os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-corner,
.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical+.os-scrollbar-corner,
.os-scrollbar-horizontal+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.os-scrollbar-corner-resize-both {
  cursor: nwse-resize;
}

.os-host-rtl>.os-scrollbar-corner-resize-both {
  cursor: nesw-resize;
}

.os-scrollbar-corner-resize-horizontal {
  cursor: ew-resize;
}

.os-scrollbar-corner-resize-vertical {
  cursor: ns-resize;
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
  cursor: default;
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-vertical {
  top: 0;
  bottom: 0;
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal {
  right: 0;
  left: 0;
}

.os-scrollbar:hover,
.os-scrollbar-corner.os-scrollbar-corner-resize {
  opacity: 1 !important;
  visibility: visible !important;
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  pointer-events: auto !important;
}

.os-host-rtl>.os-scrollbar-corner.os-scrollbar-corner-resize {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.os-host-overflow {
  overflow: hidden !important;
}

.os-theme-none>.os-scrollbar-horizontal,
.os-theme-none>.os-scrollbar-vertical,
.os-theme-none>.os-scrollbar-corner {
  display: none !important;
}

.os-theme-none>.os-scrollbar-corner-resize {
  display: block !important;
  min-width: 10px;
  min-height: 10px;
}

.os-theme-dark>.os-scrollbar-horizontal,
.os-theme-light>.os-scrollbar-horizontal {
  right: 10px;
  height: 10px;
}

.os-theme-dark>.os-scrollbar-vertical,
.os-theme-light>.os-scrollbar-vertical {
  bottom: 10px;
  width: 10px;
}

.os-theme-dark.os-host-rtl>.os-scrollbar-horizontal,
.os-theme-light.os-host-rtl>.os-scrollbar-horizontal {
  left: 10px;
  right: 0;
}

.os-theme-dark>.os-scrollbar-corner,
.os-theme-light>.os-scrollbar-corner {
  height: 10px;
  width: 10px;
}

.os-theme-dark>.os-scrollbar-corner,
.os-theme-light>.os-scrollbar-corner {
  background-color: transparent;
}

.os-theme-dark>.os-scrollbar,
.os-theme-light>.os-scrollbar {
  padding: 2px;
  box-sizing: border-box;
  background: 0 0;
}

.os-theme-dark>.os-scrollbar.os-scrollbar-unusable,
.os-theme-light>.os-scrollbar.os-scrollbar-unusable {
  background: 0 0;
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track,
.os-theme-light>.os-scrollbar>.os-scrollbar-track {
  background: 0 0;
}

.os-theme-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle {
  min-width: 30px;
}

.os-theme-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle {
  min-height: 30px;
}

.os-theme-dark.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-dark>.os-scrollbar>.os-scrollbar-track,
.os-theme-light>.os-scrollbar>.os-scrollbar-track {
  border-radius: 10px;
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.4);
}

.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.4);
}

.os-theme-dark>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.55);
}

.os-theme-light>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.55);
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active {
  background: rgba(0, 0, 0, 0.7);
}

.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active {
  background: rgba(255, 255, 255, 0.7);
}

.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before {
  display: none;
}

.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: -6px;
  bottom: -2px;
}

.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -6px;
  right: -2px;
}

.os-host-rtl.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
  right: -6px;
  left: -2px;
}

.af-select-open .section-first-block {
  z-index: 15;
}

select {
  opacity: 0;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.af-select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px;
  user-select: none;
  color: #fff;
  width: 100%;
  min-width: 150px;
  height: auto;
}

.af-selected-placeholder::before {
  content: attr(data-af-placeholder);
  display: block;
  font-size: 12px;
  color: #92919F;
  line-height: 140%;
  font-weight: normal;
}

.af-selected-placeholder {
  font-weight: 600;
}

.select-styled {
  background-color: transparent;
  padding: 8px 15px;
  transition: all 0.2s ease-in;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 160%;
  color: #737373;
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.select-styled span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #525166;
}

.select-styled:after {
  content: "";
  width: 8px;
  min-width: 8px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.00001 5.28019C3.85663 5.28019 3.71327 5.22545 3.60396 5.11619L0.164144 1.67634C-0.0546739 1.45752 -0.0546739 1.10275 0.164144 0.884017C0.382873 0.665289 0.737577 0.665289 0.956412 0.884017L4.00001 3.92779L7.04362 0.884124C7.26244 0.665395 7.61711 0.665395 7.83582 0.884124C8.05474 1.10285 8.05474 1.45763 7.83582 1.67644L4.39605 5.1163C4.28669 5.22557 4.14333 5.28019 4.00001 5.28019Z'/%3E%3C/svg%3E%0A");
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  transition: transform 0.3s ease;
  margin-left: 15px;
}

.select-styled:hover {
  background-color: #e9e6ee;
}

.select-styled:active,
.select-styled.active {
  background-color: #e0dde8;
}

.select-styled:active:after,
.select-styled.active:after {
  transform: rotate(180deg);
}

.select-options {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: auto;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #e9e9e9;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #FFFFFF;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
  color: #000;
  min-width: 100%;
  width: auto;
  max-height: 300px;
}

.select-options.active {
  display: block;
}

.select-options li {
  margin: 0;
  padding: 0.75rem 15px;
  border-top: 1px solid #e3e0ea;
  transition: all 0.15s ease-in;
  font-size: 14px;
  white-space: nowrap;
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}

.select-options li.active,
.select-options li:hover {
  color: #000;
  background: #eeecf2;
}

.select-options li[rel="hide"] {
  display: none;
}

.select-list.active.select-list--load li {
  opacity: 0.4;
  pointer-events: none;
}

.select-list.active.select-list--load ul::before {
  content: '';
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  display: block;
  border-radius: 50%;
  border-left-color: transparent;
  animation: loadingrotate 0.5s linear infinite;
  position: absolute;
  left: 50%;
  top: 20px;
  margin-left: -10px;
}

.loading {
  width: 100%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  height: 2px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin-bottom: -2px;
  display: none;
}

.loading.load {
  display: flex;
}

.loading .indeterminate {
  background-color: #525166;
}

.loading .indeterminate:before {
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.loading .indeterminate:after,
.loading .indeterminate:before {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
}

.loading .indeterminate:after {
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }

  60% {
    left: 100%;
    right: -90%;
  }

  to {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }

  60% {
    left: 100%;
    right: -90%;
  }

  to {
    left: 100%;
    right: -90%;
  }
}

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }

  60% {
    left: 107%;
    right: -8%;
  }

  to {
    left: 107%;
    right: -8%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }

  60% {
    left: 107%;
    right: -8%;
  }

  to {
    left: 107%;
    right: -8%;
  }
}

.af-select--multiple .af-check-multiple {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  border-radius: 3px;
}

.af-select--multiple .af-check-multiple::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-size: 10px auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOSAxTDQgNyAxIDQiIHN0cm9rZT0iIzUyNTE2NiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);
  opacity: 0.4;
}

.af-select--multiple .af-check-multiple::after {
  background-color: #ccc;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  content: '';
  border-radius: 3px;
  width: 40%;
  height: 40%;
  margin: auto;
  opacity: 0;
  transition: 0.2s ease;
}

.af-select--multiple .select-options li {
  padding: 0.75rem 40px 0.75rem 15px;
}

.af-select--multiple .select-options li.active .af-check-multiple::before {
  opacity: 1;
}

.af-select--multiple .select-options li.active .af-check-multiple::after {
  width: 100%;
  height: 100%;
  margin: auto;
  opacity: 1;
}

.datepicker {
  display: none;
}

.datepicker.active {
  display: block;
}

.datepicker-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  padding-top: 4px;
}

.datepicker-dropdown.datepicker-orient-top {
  padding-top: 0;
  padding-bottom: 4px;
}

.datepicker-picker {
  display: inline-block;
  border-radius: 4px;
  background-color: white;
}

.datepicker-dropdown .datepicker-picker {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}

.datepicker-picker span {
  display: block;
  flex: 1;
  border: 0;
  border-radius: 4px;
  cursor: default;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker-main {
  padding: 2px;
}

.datepicker-footer {
  box-shadow: inset 0 1px 1px rgba(10, 10, 10, 0.1);
  background-color: whitesmoke;
}

.datepicker-grid,
.datepicker-view .days-of-week,
.datepicker-view,
.datepicker-controls {
  display: flex;
}

.datepicker-grid {
  flex-wrap: wrap;
}

.datepicker-view .days .datepicker-cell,
.datepicker-view .dow {
  flex-basis: 14.2857142857%;
}

.datepicker-view.datepicker-grid .datepicker-cell {
  flex-basis: 25%;
}

.datepicker-cell,
.datepicker-view .week {
  height: 2.25rem;
  line-height: 2.25rem;
}

.datepicker-title {
  box-shadow: inset 0 -1px 1px rgba(10, 10, 10, 0.1);
  background-color: whitesmoke;
  padding: 0.375rem 0.75rem;
  text-align: center;
  font-weight: 600;
}

.datepicker-header .datepicker-controls {
  padding: 2px 2px 0;
}

.datepicker-controls .button {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  box-shadow: none;
  background-color: white;
  cursor: pointer;
  padding: calc(0.375em - 1px) 0.75em;
  height: 2.25em;
  vertical-align: top;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
  color: #363636;
  font-size: 1rem;
}

.datepicker-controls .button:focus,
.datepicker-controls .button:active {
  outline: none;
}

.datepicker-controls .button:hover {
  border-color: #b5b5b5;
  color: #363636;
}

.datepicker-controls .button:focus {
  border-color: #525166;
  color: #363636;
}

.datepicker-controls .button:active {
  border-color: #4a4a4a;
  color: #363636;
}

.datepicker-controls .button[disabled] {
  cursor: not-allowed;
}

.datepicker-header .datepicker-controls .button {
  border-color: transparent;
  font-weight: 600;
}

.datepicker-header .datepicker-controls .button:hover {
  background-color: #f9f9f9;
}

.datepicker-header .datepicker-controls .button:active {
  background-color: #f2f2f2;
}

.datepicker-header .datepicker-controls .button[disabled] {
  box-shadow: none;
}

.datepicker-footer .datepicker-controls .button {
  margin: calc(0.375rem - 1px) 0.375rem;
  border-radius: 2px;
  width: 100%;
  font-size: 0.75rem;
}

.datepicker-controls .view-switch {
  flex: auto;
}

.datepicker-controls .prev-btn,
.datepicker-controls .next-btn {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  width: 2.25rem;
}

.datepicker-controls .prev-btn.disabled,
.datepicker-controls .next-btn.disabled {
  visibility: hidden;
}

.datepicker-view .dow {
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.datepicker-view .week {
  width: 2.25rem;
  color: #b5b5b5;
  font-size: 0.75rem;
}

.datepicker-grid {
  width: 15.75rem;
}

.datepicker-cell:not(.disabled):hover {
  background-color: #f9f9f9;
  cursor: pointer;
}

.datepicker-cell.focused:not(.selected) {
  background-color: #e8e8e8;
}

.datepicker-cell.selected,
.datepicker-cell.selected:hover {
  background-color: #525166;
  color: #fff;
  font-weight: 600;
}

.datepicker-cell.disabled {
  color: #dbdbdb;
}

.datepicker-cell.prev:not(.disabled),
.datepicker-cell.next:not(.disabled) {
  color: #7a7a7a;
}

.datepicker-cell.prev.selected,
.datepicker-cell.next.selected {
  color: #e6e6e6;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
  border-radius: 0;
  background-color: whitesmoke;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
  background-color: #eeeeee;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
  background-color: #e8e8e8;
}

.datepicker-cell.today:not(.selected) {
  background-color: #2FA81A;
}

.datepicker-cell.today:not(.selected):not(.disabled) {
  color: #fff;
}

.datepicker-cell.today.focused:not(.selected) {
  background-color: #2FA81A;
}

.datepicker-cell.range-end:not(.selected),
.datepicker-cell.range-start:not(.selected) {
  background-color: #b5b5b5;
  color: #fff;
}

.datepicker-cell.range-end.focused:not(.selected),
.datepicker-cell.range-start.focused:not(.selected) {
  background-color: #afafaf;
}

.datepicker-cell.range-start {
  border-radius: 4px 0 0 4px;
}

.datepicker-cell.range-end {
  border-radius: 0 4px 4px 0;
}

.datepicker-cell.range {
  border-radius: 0;
  background-color: #dbdbdb;
}

.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
  background-color: #d5d5d5;
}

.datepicker-cell.range.disabled {
  color: #c2c2c2;
}

.datepicker-cell.range.focused {
  background-color: #cfcfcf;
}

.datepicker-view.datepicker-grid .datepicker-cell {
  height: 4.5rem;
  line-height: 4.5rem;
}

.datepicker-input.in-edit {
  border-color: #525166;
}

.input-material .datepicker-orient-left.datepicker-orient-bottom.picker-custom-offset {
  left: 0 !important;
  top: 52px !important;
}

.input-material .datepicker-orient-left.datepicker-orient-top.picker-custom-offset {
  left: 0 !important;
  bottom: calc(100% + 5px) !important;
  top: auto !important;
}

/*!
 * fullPage 4.0.15
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2021 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */

.fp-enabled body,
html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  display: block;
}

.fp-slide {
  float: left;
}

.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.fp-table {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-prev {
  left: 15px;
}

.fp-next {
  right: 15px;
}

.fp-arrow {
  width: 0;
  height: 0;
  border-style: solid;
}

.fp-arrow.fp-prev {
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-arrow.fp-next {
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
}

#fp-nav.fp-right {
  right: 17px;
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.fp-auto-height .fp-slide,
.fp-auto-height.fp-section {
  height: auto !important;
}

.fp-responsive .fp-is-overflow.fp-section {
  height: auto !important;
}

.fp-scrollable .fp-section,
.fp-scrollable .fp-slide,
.fp-scrollable.fp-responsive .fp-is-overflow.fp-section {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.fp-scrollable .fp-section:not(.fp-auto-height):not([data-percentage]),
.fp-scrollable .fp-slide:not(.fp-auto-height):not([data-percentage]),
.fp-scrollable.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height):not([data-percentage]) {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

.fp-overflow {
  justify-content: flex-start;
  max-height: 100%;
}

.fp-is-overflow .fp-overflow.fp-auto-height,
.fp-is-overflow .fp-overflow.fp-auto-height-responsive,
.fp-is-overflow>.fp-overflow {
  overflow-y: auto;
}

.fp-overflow {
  outline: 0;
}

.fp-overflow.fp-table {
  display: block;
}

.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important;
  min-height: auto !important;
}

.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.fp-scroll-mac .fp-overflow::-webkit-scrollbar {
  background-color: transparent;
  width: 9px;
}

.fp-scroll-mac .fp-overflow::-webkit-scrollbar-track {
  background-color: transparent;
}

.fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  border: 4px solid transparent;
}

.fp-warning,
.fp-watermark {
  z-index: 9999999;
  position: absolute;
  bottom: 0;
}

.fp-warning,
.fp-watermark a {
  text-decoration: none;
  color: #000;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px 8px;
  font-size: 14px;
  font-family: arial;
  color: #000;
  display: inline-block;
  border-radius: 3px;
  margin: 12px;
}

.fp-noscroll .fp-overflow {
  overflow: hidden;
}

/*# sourceMappingURL=fullpage.min.css.map */

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb>.splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb>.splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: .9;
}

.splide__arrow:disabled {
  opacity: .3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav>.splide__list>.splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb>.splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: .9;
}

.splide__arrow:disabled {
  opacity: .3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav>.splide__list>.splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0;
}

/* @font-face {
    font-family: 'Museo Sans Cyrl';
    src: url('/fonts/museo/subset-MuseoSansCyrl-300.woff2') format('woff2'),
        url('/fonts/museo/subset-MuseoSansCyrl-300.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans Cyrl';
    src: url('/fonts/museo/subset-MuseoSansCyrl-500.woff2') format('woff2'),
        url('/fonts/museo/subset-MuseoSansCyrl-500.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
} */

/* @font-face {
    font-family: 'Museo Sans Cyrl';
    src: url('/fonts/museo/subset-MuseoSansCyrl-700.woff2') format('woff2'),
        url('/fonts/museo/subset-MuseoSansCyrl-700.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans Cyrl';
    src: url('/fonts/museo/subset-MuseoSansCyrl-900.woff2') format('woff2'),
        url('/fonts/museo/subset-MuseoSansCyrl-900.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
} */

@keyframes slide-up {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-right {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-right-hide {
  from {
    transform: translateX(0);
    opacity: 1;
  }

  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes slide-left {
  from {
    transform: translateX(0);
    opacity: 1;
  }

  to {
    transform: translateX(100%);
    opacity: 0;
  }
}

@keyframes loadingrotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 17px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 17px 0;
  }
}

@keyframes slide-Y {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes check-zoom {
  0% {
    transform: scale(1.2);
  }

  50% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1.2);
  }
}

html {
  font-family: Museo Sans Cyrl, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  background: #fff;
  color: #000;
  letter-spacing: normal;
}

button:active,
button:hover,
input:active,
input:focus,
input:hover {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
  line-height: 130%;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

img {
  display: block;
  max-width: 100%;
}

ul {
  list-style-type: none;
}

.hidden-profile,
.hidden {
  overflow: hidden;
}

.hide {
  display: none;
}

.rotate {
  transform: rotate(180deg);
}

section {
  overflow: hidden;
  position: relative;
}

main {
  width: 100%;
  min-height: 55vh;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0.5;
  background-color: transparent;
  opacity: 0;
  position: absolute;
  left: 0;
  width: 95%;
  cursor: pointer;
}

input[type="date"] {
  position: relative;
}

.container {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.pull-right {
  justify-content: flex-end !important;
}

.pull-left {
  justify-content: flex-start !important;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border: 2px solid var(--fancybox-accent-color);
}

.formated-text * {
  line-height: 140%;
}

.formated-text h1,
.formated-text h2,
.formated-text h3,
.formated-text h4,
.formated-text h5,
.formated-text h6 {
  margin-bottom: 25px;
  line-height: 120%;
  color: #525166;
  font-weight: 700;
}

.formated-text .table {
  overflow-x: auto;
}

.formated-text table {
  border: 1px solid #cacaca;
  border-collapse: collapse;
  margin: 35px 0;
  width: 100%;
  min-width: 600px;
}

.formated-text table th {
  padding: 13px 25px;
  background-color: #EFEFEF;
  color: #000;
  text-decoration: transparent;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  text-align: center;
  border: 1px solid #CACACA;
  border-bottom-color: transparent;
}

.formated-text table th:first-child {
  text-align: left;
}

.formated-text table td {
  padding: 20px 25px;
  border: 1px solid #CACACA;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  min-width: 150px;
}

.formated-text table td:first-child {
  text-align: left;
}

.formated-text table td strong {
  display: block;
  margin-bottom: 10px;
}

.formated-text table td:first-child {
  font-weight: normal;
}

.formated-text a {
  color: #525166;
  text-decoration: underline;
}

.formated-text div:not([class]),
.formated-text p {
  margin: 20px 0;
  color: #525166;
  line-height: 150%;
}

.formated-text ul {
  padding: 20px 0;
}

.formated-text ul li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  padding-bottom: 15px;
}

.formated-text ul li:last-child {
  padding-bottom: 0;
}

.formated-text ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.45em;
  border-radius: 50%;
  background-color: #525166;
}

.formated-text img {
  width: 100%;
  max-width: 100%;
  border-radius: 0px;
  margin: 35px 0;
}

.formated-text ol {
  counter-reset: number-list 00;
  padding: 20px 0;
}

.formated-text ol>li {
  counter-increment: number-list 1;
  list-style-type: none;
  position: relative;
  margin-bottom: 15px;
  color: #000;
  padding-left: 20px;
  font-size: 14px;
}

.formated-text ol>li::before {
  content: counter(number-list);
  color: #525166;
  font-weight: bold;
  min-width: 35px;
  display: inline-block;
  position: absolute;
  left: 0;
}

.formated-text strong {
  color: #525166;
  font-weight: 600;
}

:root {
  --fancybox-accent-color: $main;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 27px;
  --carousel-button-svg-height: 27px;
  --fancybox-bg: rgba(24, 24, 27, 0.92);
  --fancybox-thumbs-width: 96px;
  --fancybox-thumbs-border-radius: 0px;
}

/* ================== */

table {
  border: none;
  border-collapse: collapse;
  margin: 35px 0;
  width: 100%;
  min-width: 600px;
}

table th {
  padding: 13px 25px;
  background-color: #F5F5F5;
  border: none;
  color: #838383;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}

table td {
  padding: 15px 25px;
  border-bottom: 1px solid #CFCFCF;
  font-size: 14px;
}

table td strong {
  display: block;
  margin-bottom: 10px;
}

table td:first-child {
  font-weight: bold;
}

a.link-primary {
  color: #525166;
}

/* ============================================= */

.home-fullpage {
  height: 100%;
  display: flex;
  align-items: center;
}

.home-fullpage>* {
  width: 100%;
}

.embed-container {
  height: 100%;
}

.embed-container iframe {
  height: 100%;
}

.embed-container--text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.embed-container--text p {
  font-size: 14px;
  font-weight: 600;
}

#status {
  position: fixed;
  bottom: 20px;
  left: 20px;
  padding: 15px 20px 20px 20px;
  background: #4d4c60;
  border-left: 0px solid #bbb;
  font-size: 13px;
  min-width: 300px;
  transform: translateY(100%) translateY(20px);
  transition: 0.3s ease;
  color: #fff;
  z-index: 100000;
  max-width: 450px;
  visibility: hidden;
}

#status_header {
  font-weight: 500;
  font-size: 14px;
}

#status.error {
  border-color: #ca2c2c;
  transform: translateY(0);
  border-left-width: 4px;
  height: auto;
  display: block;
  visibility: visible;
}

#status.error #status_header {
  color: #fff;
}

#status.warning #status_header {
  color: #fff;
}

#status.complete #status_header {
  color: #fff;
}

#status.warning {
  border-color: orange;
  transform: translateY(0);
  border-left-width: 4px;
  display: block;
  visibility: visible;
}

#status.complete {
  border-color: #2dba70;
  transform: translateY(0);
  border-left-width: 4px;
  display: block;
  visibility: visible;
}

#status_msg {
  line-height: 140%;
  margin-top: 5px;
}

#status_btn {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.681818 0L15 14.3182L14.3182 15L1.62748e-08 0.681818L0.681818 0Z' fill='%23FFFFFF'/%3E%3Cpath d='M15 0.681818L0.681818 15L0 14.3182L14.3182 6.09593e-07L15 0.681818Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
  width: 14px;
  height: 14px;
  position: absolute;
  right: 12px;
  top: 13px;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  opacity: 0.6;
}

#status_btn {
  opacity: 1;
}

.page-text {
  padding-top: 60px;
}

.page-text__h1 {
  padding-bottom: 40px;
}

.page-text__h1 h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 133%;
  text-align: center;
  text-transform: uppercase;
  color: #525166;
  text-align: left;
}

.page-text__acticle {
  padding-bottom: 60px;
}

.minify-link {
  display: flex;
  margin: 0 auto;
}

.minify-link-url.minify-link-url {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #eee;
  border-radius: 3px;
  min-width: 18px;
  border: none;
  background-size: 14px auto;
}

.minify-link-url.minify-link-url:hover {
  background-color: #dddddd;
}

.minify-link-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.orders-block.orders-block--invites .table-card__td:nth-last-child(1),
.orders-block.orders-block--invites .table-card__td:nth-last-child(2) {
  width: 100%;
}

.orders-block.orders-block--invites .table-card__td:nth-last-child(1)::before,
.orders-block.orders-block--invites .table-card__td:nth-last-child(2)::before {
  display: block;
}

.orders-block.orders-block--invites .table-card__td:first-child {
  width: auto;
}

.dark-mode {
  background-color: #111111;
}

.gray-mode {
  background-color: #525166;
}

.clear-calendar {
  position: absolute;
  right: 68px;
  top: 30px;
  z-index: 5;
  display: none;
}

.clear-calendar:hover {
  transform: scale(1.1);
}

.lineup__date {
  position: relative;
}

.clear-calendar::after {
  cursor: pointer;
  content: '';
  font-size: 14px;
  width: 9px;
  height: 9px;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1L1 13' stroke='%2392919F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 1L13 13' stroke='%2392919F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.grade-user .grade-filmmarks {
  margin-top: 10px;
  margin-bottom: 10px;
  justify-content: flex-start;
}

.grade-user .grade-filmmarks .grade-filmmark label {
  margin: 0;
  width: 43px;
  height: 40px;
  max-width: 43px;
  background-color: #292833;
}

.grade-user .grade-filmmarks .grade-filmmark label:hover {
  background-color: #525166;
}

.grade-user .grade-filmmarks .grade-filmmark input:checked~label {
  background-color: #525166;
}

.grade-user .grade-filmbtn .btn {
  max-width: 150px;
  height: 45px;
}

.grade-user .grade-filmbtn .btn svg {
  width: 14px;
  height: 14px;
  min-width: 14px;
}

.logo-preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 5;
  display: none;
}

.logo-preloader .container {
  position: relative;
  height: 100vh;
}

.logo-preloader.loaded {
  opacity: 0;
  transition: 0.9s ease 0.6s;
  visibility: hidden;
  pointer-events: none;
}

.logo-preloader.loaded .logo-preloader__wrp {
  display: flex;
  align-items: center;
  position: absolute;
  left: 62px;
  top: 16px;
  transform: translateX(0) translateY(0) scale(1);
}

.logo-preloader__wrp {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(4);
  transition: 1s ease;
}

@keyframes fade-to-preloader-text {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.preloader-text {
  width: 100px;
  height: 105px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 2;
  transform: translateX(-40%);
  opacity: 0;
  transition: 0.3s ease;
  animation: fade-to-preloader-text 1.5s ease forwards;
}

.preloader-image {
  width: 80px;
  height: 80px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: -40px;
  position: relative;
  z-index: 1;
  opacity: 0;
  animation: fade-to 1.5s ease forwards;
}

.splide[data-slider="main-advice"]:not(.is-initialized) {
  visibility: visible;
}

.splide[data-slider="main-advice"]:not(.is-initialized) .splide__slide {
  width: 25%;
}

.splide[data-slider="main-advice"]:not(.is-initialized) .splide__list {
  display: flex;
  justify-content: center;
}

.btn {
  padding: 0.8em 2.5em 0.85em 2.5em;
  background: #525166;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  height: 52px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  white-space: nowrap;
  transition: 0.3s cubic-bezier(0.1, 0.82, 0.25, 1);
}

.btn.btn-line {
  background-color: #fff;
  border: 1px solid #BCBCBC;
  color: #92919F;
  height: 39px;
  font-size: 12px;
  padding: 0.8em 2.5em 0.75em 2.5em;
}

.btn.btn-line:hover {
  background-color: #525166;
  border: 1px solid #525166;
  color: #fff;
}

.btn.btn-line--success {
  height: 39px;
  font-size: 12px;
  padding: 0.8em 2.5em 0.75em 2.5em;
}

.btn.btn-line--success.active {
  background-color: #2FA81A;
  border: 1px solid #2FA81A;
  color: #fff;
}

.btn.btn-line--success.active:hover {
  background-color: #258115;
  border: 1px solid #258115;
  color: #fff;
}

.btn.btn-line--reject {
  height: 39px;
  font-size: 12px;
  padding: 0.8em 2.5em 0.75em 2.5em;
}

.btn.btn-line--reject.active {
  background-color: #ED1E69;
  border: 1px solid #ED1E69;
  color: #fff;
}

.btn.btn-line--reject.active:hover {
  background-color: #cf1c5d;
  border: 1px solid #cf1c5d;
  color: #fff;
}

.btn.btn-line-large {
  background-color: #fff;
  border: 1px solid #BCBCBC;
  color: #92919F;
  font-size: 12px;
  padding: 0.8em 2.5em 0.75em 2.5em;
}

.btn.btn-line-large:hover {
  background-color: #525166;
  border: 1px solid #525166;
  color: #fff;
}

.btn:hover {
  opacity: 0.9;
}

.btn:active,
.btn:focus {
  outline: none;
}

.btn:disabled {
  background-color: #9D9D9D;
  color: #fff;
  cursor: not-allowed;
}

.btn:disabled:hover {
  opacity: 0.9;
}

.btn svg {
  fill: #fff;
  margin-right: 1em;
}

.btn.btn-full {
  width: 100%;
}

.btn.btn-radius {
  border-radius: 60px;
}

.btn.btn-small {
  height: 40px;
  font-size: 11px;
  padding: 0.8em 2.5em 0.8em 2.5em;
}

.btn.btn-loading::after {
  content: '';
  width: 0.8em;
  min-width: 0.8em;
  height: 0.8em;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent !important;
  margin-left: 10px;
  transition: transform 0.5s linear;
  animation: 0.5s linear loadingrotate infinite;
  display: inline-block;
  white-space: nowrap;
  flex-wrap: nowrap;
  position: relative;
  left: 5px;
}

.btn.btn-success::after {
  content: '';
  width: 15px;
  min-width: 14px;
  height: 9px;
  border: 2px solid #fff;
  animation: none;
  min-width: 12px;
  display: inline-block;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg) translateX(4px);
  margin-left: 10px;
  position: relative;
  left: 5px;
}

.checkbox {
  display: flex;
  position: relative;
  cursor: pointer;
  font-size: 13px;
  line-height: 140%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: flex-start;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  display: none;
}

.checkbox .checkbox__text {
  line-height: 140%;
}

.checkbox .checkbox__elem {
  top: 0.1em;
  position: relative;
  height: 1.3em;
  width: 1.3em;
  min-width: 1.3em;
  background-color: #fff;
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #bcbcbc;
}

.checkbox .checkbox__elem::after {
  content: "";
  position: absolute;
  left: 0.15em;
  top: 0.18em;
  width: 9px;
  height: 4px;
  transition: 0.25s cubic-bezier(0.08, 0.82, 0.17, 1);
  opacity: 0;
  background-size: 13px;
  background-position: center;
  background-repeat: no-repeat;
  border-left: 2px solid #525166;
  border-bottom: 2px solid #525166;
  transform: rotate(0);
  background: transparent;
}

.checkbox input:checked~.checkbox__elem {
  background-color: #fff;
  z-index: 2;
}

.checkbox input:checked~.checkbox__elem:after {
  opacity: 1;
  border-radius: 0;
  transform: rotate(-45deg);
}

.dark-mode .checkbox__elem {
  background-color: #424152;
  border-color: #424152;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  top: 0;
}

.dark-mode .checkbox__elem:after {
  left: 4px;
  top: 4px;
}

.dark-mode .checkbox__text {
  color: #ABA9BC;
  font-weight: 600;
}

.dark-mode .checkbox input:checked~.checkbox__elem {
  background-color: #424152;
  z-index: 2;
}

.dark-mode .checkbox input:checked~.checkbox__elem:after {
  opacity: 1;
  border-radius: 0;
  transform: rotate(-45deg);
  border-color: #ABA9BC;
}

/* radio */

.radio {
  display: flex;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: 140%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: flex-start;
}

.radio__title,
.radio__desc {
  display: block;
}

.radio__title {
  color: #000;
  font-size: 14px;
}

.radio__desc {
  font-size: 12px;
  color: #959595;
}

.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  display: none;
}

.radio__text {
  line-height: 140%;
  font-size: 14px;
  color: #92919F;
  font-weight: 500;
  padding-top: 1px;
}

.radio__elem {
  top: 1px;
  position: relative;
  height: 20px;
  width: 20px;
  min-width: 20px;
  background-color: #EBEBEB;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  transition: 0.25s cubic-bezier(0.08, 0.82, 0.17, 1);
}

.radio__elem::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 12px;
  height: 12px;
  border: none;
  border-width: 0 2px 2px 0;
  transition: 0.35s cubic-bezier(0.08, 0.82, 0.17, 1);
  opacity: 0;
  border-radius: 50%;
}

.radio input:hover~.radio__elem {
  background-color: #D6D6D6;
}

.radio input:checked~.radio__elem {
  background-color: #EBEBEB;
  z-index: 2;
}

.radio input:checked~.radio__elem::after {
  opacity: 1;
  background: #525166;
  border: none;
}

.radio input:checked~.radio__text {
  color: #525166;
}

input {
  display: block;
  width: 100%;
}

.form input:invalid {
  box-shadow: none;
}

.form input[type="text"],
.form input[type="date"],
.form input[type="number"],
.form input[type="password"],
.form input[type="email"],
.form input[type="tel"] {
  height: 52px;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #BCBCBC;
  box-sizing: border-box;
  border-radius: 5px;
  width: auto;
  flex-grow: 1;
}

.form input[type="text"]::placeholder,
.form input[type="date"]::placeholder,
.form input[type="number"]::placeholder,
.form input[type="password"]::placeholder,
.form input[type="email"]::placeholder,
.form input[type="tel"]::placeholder {
  color: #525166;
}

.form input[disabled] {
  background-color: #eee;
}

.form select {
  height: 52px;
  width: 100%;
}

.form input[type="date"] {
  padding-right: 3em;
  background-size: 1.2em auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 1.25em) center;
  min-width: 165px;
  cursor: pointer;
}

.form input[type="date"][aria-valid="false"],
.form input[type="text"][aria-valid="false"],
.form input[type="number"][aria-valid="false"],
.form input[type="tel"][aria-valid="false"],
.form input[type="password"][aria-valid="false"],
.form input[type="email"][aria-valid="false"] {
  border-color: #f00;
}

.form .af-select[aria-valid="false"] {
  border-color: #f00;
}

.form input[type="password"][aria-valid="true"],
.form input[type="email"][aria-valid="true"] {
  padding-right: 3em;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNTY3IDEwLjI5OUwxMy41NDkuMzE3bDEuNDE0IDEuNDE0LTkuOTgyIDkuOTgyLTEuNDE0LTEuNDE0eiIgZmlsbD0iIzRBQzYzNSIvPjxwYXRoIGQ9Ik0xLjUxIDUuNDM0bDQuNDMgNC40MzItMS40MTMgMS40MTRMLjA5NiA2Ljg0OSAxLjUxIDUuNDM0eiIgZmlsbD0iIzRBQzYzNSIvPjwvc3ZnPg==);
  background-size: 1em auto;
  background-repeat: no-repeat;
  background-position: 96% center;
}

.form textarea {
  min-height: 129px;
  max-width: 100%;
  resize: vertical;
  width: 100%;
  border: 1px solid #BCBCBC;
  border-radius: 5px;
  font-size: 14px;
  padding: 15px;
  line-height: 140%;
}

.form textarea:focus {
  outline: none !important;
}

.form div.error {
  color: #cf1c5d;
  font-size: 12px;
  padding-top: 5px;
  text-align: center;
  width: 100%;
}

.form__note {
  font-size: 13px;
  color: #525166;
  width: 100%;
}

.form__note span {
  cursor: pointer;
}

.form__note a {
  color: #367fbd;
  text-decoration: underline;
}

.form__note--col2 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.form__note--col2>span {
  cursor: pointer;
  padding-bottom: 10px;
}

.form__submit {
  padding-top: 3em;
}

.form__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.form__item>.form__item {
  margin: 0;
  flex-direction: column;
  width: 100%;
}

.form__subitem {
  flex-grow: 1;
  margin-bottom: 15px;
  margin-right: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.form__subitem div.error {
  color: #cf1c5d;
  font-size: 12px;
  padding-top: 5px;
  padding-left: 3px;
  width: 100%;
}

.form__subitem .form__item .form__subitem:last-child {
  margin-bottom: 0;
}

.form__label {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #525166;
  padding-top: 25px;
  padding-bottom: 15px;
}

.form fieldset {
  border: none;
  padding: 0;
  margin-top: 40px;
}

.form fieldset:first-child {
  margin-top: 0px;
}

.form legend {
  margin-bottom: 30px;
}

.form .af-select {
  height: 52px;
  border: 1px solid #BCBCBC;
  box-sizing: border-box;
  border-radius: 5px;
}

.form .af-select .select-options li {
  max-width: none;
}

.remove-repeater {
  min-width: 52px;
  width: 52px;
  height: 52px;
  display: inline-flex;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 10px;
  cursor: pointer;
}

.remove-repeater:hover {
  background-color: #eee;
}

.remove-repeater::before {
  content: '';
  width: 40%;
  display: inline-block;
  height: 1px;
  background-color: #525166;
}

/* ========================================================
.input-material
 ======================================================== */

.input-material {
  position: relative;
  width: auto;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  padding: 0 15px;
  height: 52px;
  flex-grow: 1;
  /* active state */
}

.input-material input[type="text"],
.input-material input[type="date"],
.input-material input[type="number"],
.input-material input[type="password"],
.input-material input[type="email"],
.input-material input[type="tel"] {
  font-size: 14px;
  padding: 10px 0;
  display: block;
  width: 100%;
  border: none;
  background: transparent;
  color: #525166;
  font-weight: 600;
  height: 20px;
  transform: translateY(15px);
  color: #525166;
}

.input-material input[type="text"]:invalid,
.input-material input[type="date"]:invalid,
.input-material input[type="number"]:invalid,
.input-material input[type="password"]:invalid,
.input-material input[type="email"]:invalid,
.input-material input[type="tel"]:invalid {
  box-shadow: none !important;
}

.input-material input:focus {
  outline: none;
}

.input-material label {
  display: block;
  color: #92919F;
  line-height: 140%;
  font-weight: normal;
  font-size: 14px;
  position: absolute;
  pointer-events: none;
  left: 0;
  padding-left: 15px;
  top: 15px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.input-material input:focus~label,
.input-material input[area-valid]~label,
.input-material textarea:focus~label,
.input-material textarea[area-valid=true]~label,
.input-material textarea[area-valid=false]~label {
  top: 5px;
  font-size: 12px;
  height: 15px;
  font-size: 12px;
}

.input-material textarea[area-valid=false]~.bar::before,
.input-material textarea[area-valid=false]~.bar::after,
.input-material input[area-valid=false]~.bar::before,
.input-material input[area-valid=false]~.bar::after {
  background: #cf1c5d;
  width: 50%;
}

.input-material textarea[area-valid=false]~.tooltip,
.input-material input[area-valid=false]~.tooltip {
  color: #cf1c5d;
}

.input-material textarea:focus[area-valid=false]~.bar::before,
.input-material textarea:focus[area-valid=false]~.bar::after,
.input-material input:focus[area-valid=false]~.bar::before,
.input-material input:focus[area-valid=false]~.bar::after {
  background: #86A5C1;
  width: 50%;
}

.input-material input[area-valid],
.input-material input:focus {
  margin-top: 8px;
}

.input-material textarea[area-valid=true]~.tooltip,
.input-material input[area-valid=true]~.tooltip {
  width: 13px;
  height: 13px;
  display: block;
  background-image: url(/img/svg/ic_checked-green.svg);
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.input-material textarea[area-valid=true]~.tooltip::before,
.input-material input[area-valid=true]~.tooltip::before {
  display: none;
}

.input-material--date {
  padding-right: 3em;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNDQ0IiB2ZXJzaW9uPSIxLjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjY4Mi42NjciIGhlaWdodD0iNjgyLjY2NyIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxwYXRoIGQ9Ik0xMjEuNSAxLjRjLTMuNyAxLjctNyA1LjItOC40IDguOS0uNiAxLjYtMS4xIDguOC0xLjEgMTYuMnYxMy4zbC0yOS4yLjRjLTI4LjcuMy0yOS41LjQtMzYuOSAzLTIwLjggNy4zLTM1LjMgMjEuNy00Mi42IDQyLjNsLTIuOCA4djM2NWwyLjggOGM3LjMgMjAuNiAyMS43IDM0LjkgNDIuNiA0Mi4zbDcuNiAyLjdoNDA1bDgtMi44YzIwLjYtNy4zIDM0LjktMjEuNyA0Mi4zLTQyLjZsMi43LTcuNnYtMzY1bC0yLjctNy42Yy03LjQtMjAuOS0yMS43LTM1LjMtNDIuMy00Mi42LTcuOS0yLjctOC4yLTIuOC0zNy4yLTMuMWwtMjkuMi0uNC0uMy0xNC44Yy0uMy0xNi4yLS44LTE3LjctNy4yLTIyLjQtMy45LTIuOS0xMy4zLTIuOS0xNy4yIDAtNi40IDQuNy02LjkgNi4yLTcuMiAyMi41bC0uMyAxNC45SDE0NC4xbC0uMy0xNC45Yy0uMy0xNi4yLS44LTE3LjgtNy0yMi40LTMuNC0yLjUtMTEuMy0zLjItMTUuMy0xLjN6bS05LjMgODEuNWMuMyAxMS44IDEuMiAxNC4xIDcuMiAxOC41IDMuOSAyLjkgMTMuMyAyLjkgMTcuMiAwIDYtNC40IDYuOS02LjcgNy4yLTE4LjVsLjQtMTAuOWgyMjMuNmwuNCAxMC45Yy4zIDExLjggMS4yIDE0LjEgNy4yIDE4LjUgMy45IDIuOSAxMy4zIDIuOSAxNy4yIDAgNi00LjQgNi45LTYuNyA3LjItMTguNWwuNC0xMSAyNy4xLjMgMjcuMi4zIDUuNyAyLjhjNy4yIDMuNSAxMyA5LjMgMTYuNSAxNi41IDIuOCA1LjcgMi44IDUuOCAzLjEgMjguOWwuMyAyMy4zSDMydi0yMS4zYzAtMTUuOC40LTIyLjYgMS40LTI2LjIgMy4xLTEwLjEgMTEuOC0xOS4yIDIxLjktMjIuNyA0LjUtMS41IDguOS0xLjcgMzAuOS0xLjhoMjUuNmwuNCAxMC45em0zNjcuNiAyMzIuM2wtLjMgMTM5LjMtMi43IDUuNWMtMy41IDcuMS05LjcgMTMuMy0xNi43IDE2LjhsLTUuNiAyLjdoLTM5N2wtNS41LTIuN2MtNy4xLTMuNS0xMy4zLTkuNy0xNi44LTE2LjdsLTIuNy01LjYtLjMtMTM5LjNMMzIgMTc2aDQ0OGwtLjIgMTM5LjJ6Ii8+PC9zdmc+);
  background-size: 1.2em auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 1.25em) center;
  min-width: 165px;
  cursor: pointer;
}

.input-material--suggest {
  padding-right: 3em;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNTI1MTY2IiB3aWR0aD0iMTciIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2LjgwNSAxNS44NjZMMTIuMDEgMTEuMDdjMi4xODUtMi42NTkgMi4wMzctNi42MDYtLjQ0Ni05LjA4OWE2Ljc4MyA2Ljc4MyAwIDAwLTkuNTgyIDAgNi43ODMgNi43ODMgMCAwMDAgOS41ODJjMi40ODMgMi40ODIgNi40MjkgMi42MzIgOS4wODkuNDQ2bDQuNzk2IDQuNzk2YS42NjQuNjY0IDAgMDAuOTQtLjkzOXptLTYuMTgyLTUuMjQzYTUuNDUzIDUuNDUzIDAgMDEtNy43MDIgMCA1LjQ1MyA1LjQ1MyAwIDAxMC03LjcwMyA1LjQ1MyA1LjQ1MyAwIDAxNy43MDIgMCA1LjQ1MyA1LjQ1MyAwIDAxMCA3LjcwM3oiLz48L3N2Zz4=);
  background-size: 1.2em auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 1.25em) center;
  min-width: 165px;
  cursor: pointer;
}

.input-material--suggest .suggest-list {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: auto;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #e9e9e9;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #FFFFFF;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
  color: #000;
  min-width: 100%;
  width: auto;
  max-height: 300px;
}

.input-material--suggest .suggest-list li {
  margin: 0;
  padding: 0.75rem 15px;
  border-top: 1px solid #e3e0ea;
  transition: all 0.15s ease-in;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.input-material--suggest .suggest-list li.active,
.input-material--suggest .suggest-list li:hover {
  background-color: #E7E6F5;
}

/* burger */

.btn-burger {
  position: relative;
  display: none;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  font: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
  overflow: visible;
}

.btn-burger i {
  border-radius: 5px;
}

.btn-burger i:first-of-type,
.btn-burger i:nth-of-type(3) {
  content: "";
  margin-top: -8px;
  -webkit-transition: opacity 0.15s 50ms, -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: opacity 0.15s 50ms, -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.2s, opacity 0.15s 50ms;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.2s, opacity 0.15s 50ms, -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.btn-burger i:first-of-type,
.btn-burger i:nth-of-type(2),
.btn-burger i:nth-of-type(3) {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 20px;
  height: 2px;
  background: #000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.btn-burger i:first-of-type,
.btn-burger i:nth-of-type(3) {
  content: "";
  margin-top: -8px;
  -webkit-transition: opacity 0.15s 50ms, -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: opacity 0.15s 50ms, -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.2s, opacity 0.15s 50ms;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.2s, opacity 0.15s 50ms, -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.btn-burger i:nth-of-type(2) {
  margin-top: -2px;
  display: block;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 50ms;
  transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 50ms;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 50ms;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 50ms, -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 50ms;
}

.btn-burger i:nth-of-type(3) {
  margin-top: 4px;
}

.btn-burger.open {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.btn-burger.open i:first-of-type {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition-delay: 0s, .2s;
  transition-delay: 0s, .2s;
}

.btn-burger.open i:nth-of-type(2) {
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.btn-burger.open i:nth-of-type(3) {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  opacity: 0;
  -webkit-transition-delay: 0s, .15s;
  transition-delay: 0s, .15s;
}

/* popup */

@keyframes zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }

  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

.af-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  overflow-x: auto;
  z-index: 100;
}

.af-popup__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
}

.af-popup__wrp {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -ms-flex-direction: column;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  z-index: 102;
  position: relative;
  min-height: 100%;
}

.af-popup__content {
  border-radius: 4px;
  background: #fff;
  padding: 10px;
}

.af-popup__container {
  width: auto;
  max-width: 100%;
  margin: auto;
  padding: 50px 0;
  position: relative;
  animation: 0.2s ease both zoomInUp;
}

.af-popup__close {
  height: 24px;
  text-align: right;
  position: absolute;
  bottom: calc(100% + 15px);
  right: 0;
  cursor: pointer;
  z-index: 101;
  top: 11px;
}

.af-popup__close svg {
  fill: #fff;
  width: 24px;
  height: 24px;
  stroke: #fff;
  stroke-width: 2px;
}

.af-spiner {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.af-spiner::after {
  content: '';
  width: 40px;
  min-width: 40px;
  height: 40px;
  border: 3px solid #000;
  border-radius: 50%;
  border-left-color: transparent !important;
  transition: transform 0.5s linear;
  animation: 0.5s linear loadingrotate infinite;
  display: inline-block;
  white-space: nowrap;
  flex-wrap: nowrap;
  position: relative;
  left: 5px;
}

.dark-mode .af-spiner,
.gray-mode .af-spiner {
  background-color: #000;
  margin: -10px;
}

.dark-mode .af-spiner::after,
.gray-mode .af-spiner::after {
  border: 3px solid #525166;
}

.dark-mode .af-popup {
  background: rgba(17, 17, 17, 0.97);
}

.dark-mode .af-popup__content {
  background-color: transparent;
  padding: 10px 20px;
}

.dark-mode .af-popup__close {
  top: 20px;
  right: 20px;
}

header {
  border-bottom: 1px solid #525166;
  position: relative;
  z-index: 10;
}

header.header-fixed {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
}

.bn-header {
  display: flex;
  align-items: stretch;
  background-color: #fff;
}

.bn-header--site.user-login__name a {
  padding: 0 1.6em;
  font-size: 18px;
  transition: background-color .7s;
}

.bn-header--site.user-login__name a:hover {
  color: #A8A8B2;
  background: #515064;
  text-decoration: none;
}

.bn-header__logo .bgimage {
  width: 106px;
  height: 80px;
  opacity: 0;
  animation: fade-to 3s ease forwards;
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

.bn-header__logo a {
  display: flex;
  align-items: center;
}

.bn-header__nav {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.bn-header__nav-container {
  display: none;
}

.bn-header__nav-menu {
  height: 50%;
}

.bn-header__nav-menu nav {
  height: 100%;
}

.bn-header__nav-menu ul {
  display: flex;
  border-top: 1px solid #525166;
  height: 100%;
}

.bn-header__nav-menu ul li {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #D6D6D6;
}

.bn-header__nav-menu ul li a {
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #525166;
  text-transform: uppercase;
  position: relative;
  font-size: 13px;
  /*  &::before {
                            width: 18px;
                            height: 18px;
                            display: block;
                            background-color: $main;
                            position: absolute;
                            right: 0;
                            bottom: 0;
                            content: '';
                            background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMS40MDkgMHY2LjE1NEgwVjBoMS40MDl6IiBmaWxsPSIjZmZmIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDBoNi4wNzZ2MS4zMzhIMFYweiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNi4wNDEgN0wuNjE2IDEuNTA2bC45Ni0uOTdMNyA2LjAyOCA2LjA0MSA3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
                            background-size: 50% auto;
                            background-repeat: no-repeat;
                            background-position: center;
                            z-index: 2;
                        } */
  /*  &::after {
                            width: 1px;
                            height: 40%;
                            position: absolute;
                            display: block;
                            right: -1px;
                            bottom: 0;
                            background-color: rgb(255, 255, 255);
                            content: '';
                            z-index: 1;
                        } */
}

.bn-header__nav-menu ul li a:hover {
  text-decoration: underline;
}

.bn-header__nav-menu ul li:first-child {
  border-left: none;
}

.bn-header__nav-menu ul li:last-child {
  border-right: none;
}

.bn-header__nav-menu ul li:last-child a::after {
  display: none;
}

.bn-header__nav-info {
  height: 50%;
}

.bn-header__nav-btn {
  height: 100%;
  display: flex;
  align-items: center;
  width: 80px;
  justify-content: center;
  border-left: 1px solid #525166;
}

.bn-header__nav-lang {
  padding: 25px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bn-header__nav-lang ul {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.bn-header__nav-lang ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  min-width: 50px;
  height: 35px;
  background-color: #ccc;
  font-weight: 600;
  color: #525166;
  padding: 0 20px;
}

.bn-header__nav-lang ul li a.active {
  background-color: #525166;
  color: #fff;
  box-shadow: 0px 0 4px 0px #000;
}

.bn-header__nav-contacts {
  padding: 15px 15px 0 15px;
}

.bn-header__pa {
  display: flex;
  align-items: center;
}

.bn-header__pa-container {
  display: none;
}

.bn-header__pa-btn {
  background-color: #525166;
  height: 100%;
  display: flex;
  align-items: center;
  width: 80px;
  justify-content: center;
}

.bn-header__pa-btn .user-login-mobile {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-left: 1px solid #525166;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
}

.bn-header__pa-btn .user-login-mobile.open {
  background-color: #525166;
}

.bn-header__pa-btn .user-login-mobile.open .bgimage {
  background-size: 24px !important;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE4IDZMNiAxOE02IDZsMTIgMTIiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) !important;
}

.bn-header__pa-btn .user-login-mobile.open .total-messages {
  display: none;
}

.bn-header__pa-btn .user-login-mobile .bgimage {
  width: 36px;
  height: 36px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  transition: 0.3s ease;
  border-radius: 50%;
}

.bn-header__pa-btn .user-login-mobile .bgimage span {
  font-size: 10px;
  color: #fff;
  background-color: #cf1c5d;
  line-height: 1em;
  position: absolute;
  right: 0.2em;
  bottom: 0;
  padding: 2px 4px;
  min-width: 1.5em;
  transform: translateX(50%);
  border-radius: 12px;
  text-align: center;
  display: block;
  height: 1.5em;
  font-weight: 600;
  width: auto;
}

.bn-header__social ul {
  display: flex;
  width: 100%;
  height: 100%;
}

.bn-header__social ul li {
  flex-grow: 1;
  border-right: 1px solid #525166;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bn-header__social ul li svg {
  width: 22px;
  height: 17px;
  fill: #525166;
  transition: 0.6s ease;
}

.bn-header__social ul li:last-child {
  border-right: none;
}

.bn-header__login {
  border-top: 1px solid #525166;
}

.bn-header__login a {
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #525166;
  text-transform: uppercase;
  padding: 0 2.7em;
}

.bn-header__login a:hover {
  text-decoration: underline;
}

.bn-header__login .user-login {
  background-color: #525166;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1em;
}

.bn-header__login .user-login:hover {
  opacity: 0.9;
}

.bn-header__login .user-login a {
  color: #fff;
  padding: 0;
}

.bn-header__login .user-login svg {
  width: 16px;
  height: 14px;
}

.bn-header__login .user-login__name a {
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}

.bn-header__login .user-login__name a span {
  margin-left: 7px;
  display: block;
  max-width: 125px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 110%;
}

.bn-header__login .user-login__tooltip {
  position: relative;
}

.bn-header__login .user-login__tooltip a {
  font-size: 11px !important;
  color: #fff;
  background-color: #cf1c5d;
  line-height: 1em;
  position: absolute;
  right: 3px;
  bottom: 1em;
  padding: 2px;
  min-width: 1.5em;
  transform: translateX(50%);
  border-radius: 12px;
  text-align: center;
  display: block;
  height: 1.5em;
  font-weight: 600;
  width: auto;
  position: relative;
}

.bn-header__login .user-login__tooltip a .hide-tooltip {
  display: none;
}

.bn-header-contacts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bn-header-contacts__email,
.bn-header-contacts__phone {
  font-weight: 600;
  color: #525166;
  padding-bottom: 5px;
}

.bn-header-contacts__social {
  padding-top: 15px;
}

.bn-header-contacts__social ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -3px;
}

.bn-header-contacts__social ul li {
  padding: 3px;
}

.bn-header-contacts__social ul li a {
  display: flex;
  border: 1px solid #525166;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
}

.bn-header-contacts__social ul li a svg {
  width: 18px;
  fill: #525166;
}

.bn-header-info {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #92919F;
  padding: 0 15px;
  height: 100%;
}

.bn-header-info>div:last-child {
  margin-right: 0;
}

.bn-header-info__find {
  display: flex;
  align-items: center;
}

.bn-header-info__find a {
  display: flex;
  align-items: center;
}

.bn-header-info__find span {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNTI1MTY2IiB3aWR0aD0iMTciIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2LjgwNSAxNS44NjZMMTIuMDEgMTEuMDdjMi4xODUtMi42NTkgMi4wMzctNi42MDYtLjQ0Ni05LjA4OWE2Ljc4MyA2Ljc4MyAwIDAwLTkuNTgyIDAgNi43ODMgNi43ODMgMCAwMDAgOS41ODJjMi40ODMgMi40ODIgNi40MjkgMi42MzIgOS4wODkuNDQ2bDQuNzk2IDQuNzk2YS42NjQuNjY0IDAgMDAuOTQtLjkzOXptLTYuMTgyLTUuMjQzYTUuNDUzIDUuNDUzIDAgMDEtNy43MDIgMCA1LjQ1MyA1LjQ1MyAwIDAxMC03LjcwMyA1LjQ1MyA1LjQ1MyAwIDAxNy43MDIgMCA1LjQ1MyA1LjQ1MyAwIDAxMCA3LjcwM3oiLz48L3N2Zz4=);
  transition: 0.3s ease;
  border-radius: 4px;
}

.bn-header-info__find span:hover {
  background-color: #e9e6ee;
}

.bn-header-info__lang {
  margin-left: auto;
  margin-right: auto !important;
  display: flex;
  align-items: center;
}

.bn-header-info__lang .af-select {
  min-width: 118px;
}

.bn-header-info__lang .af-select .select-styled:not(.active) span {
  color: #92919F;
}

.bn-header-info a {
  color: #92919F;
}

.bn-header__nav-container.open {
  position: fixed;
  display: flex;
  background-color: #eeecf2;
  right: 0;
  flex-direction: column;
  bottom: 0;
  top: 80px;
  width: 100%;
  animation: slide-right 0.5s ease forwards;
  overflow-y: auto;
}

.bn-header__nav-container.open .bn-header__nav-menu {
  height: 100%;
}

.bn-header__nav-container.open .bn-header__nav-menu ul {
  flex-direction: column;
}

.bn-header__nav-container.open .bn-header__nav-menu ul li {
  border-left: 0;
  border-bottom: 1px solid #dedae6;
  min-height: 55px;
  max-height: 70px;
}

.bn-header__nav-container.open .bn-header__nav-menu ul li a::after,
.bn-header__nav-container.open .bn-header__nav-menu ul li a::before {
  display: none;
}

.bn-header__nav-container.open .bn-header__nav-info {
  padding: 25px 0;
  height: auto;
  margin-top: auto;
}

.bn-header__nav-container.open .bn-header__nav-info .bn-header-info {
  flex-direction: column;
  justify-content: flex-end;
}

.bn-header__nav-container.open .bn-header__nav-info .bn-header-info__lang {
  margin-left: 0;
}

.bn-header__nav-container.open .bn-header__nav-info .bn-header-info__phone {
  padding-bottom: 13px;
}

.bn-header__nav-container.open .bn-header__nav-info .bn-header-info__email {
  padding-bottom: 8px;
}

.bn-header__nav-container.close-animate {
  animation: slide-left 0.4s ease forwards;
}

@keyframes fade-to {
  to {
    opacity: 1;
  }
}

.banner-header {
  width: 100%;
}

.banner-header picture {
  display: block;
  width: 100%;
  height: 91px;
  position: relative;
}

.banner-header picture img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0;
  transition: 0.5s ease;
  animation: fade-to 2s ease forwards;
  object-fit: cover;
}

.banner-header-mobile {
  height: 55px;
  overflow: hidden;
  position: relative;
  background-color: #515064;
}

.banner-header-mobile img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dark-mode .bn-header {
  background-color: transparent;
}

.dark-mode .bn-header__pa-btn .user-login-mobile {
  background-color: #111111;
}

.dark-mode .bn-header__logo {
  border-color: #424152;
}

.dark-mode .bn-header__logo .bgimage {
  filter: invert(1) grayscale(1) brightness(1.5);
}

.dark-mode .bn-header__nav-menu li {
  border-color: #424152;
}

.dark-mode .bn-header__nav-menu a {
  color: #111111;
}

.dark-mode .bn-header__nav-menu a:hover {
  background-color: #525166;
  text-decoration: none;
  color: #fff;
}

.dark-mode .bn-header__social svg {
  fill: #fff;
}

.dark-mode .bn-header__login a {
  color: #fff;
  text-decoration: none;
}

.dark-mode .bn-header__login:hover {
  background-color: #525166;
}

.dark-mode .bn-header-info__find span {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB3aWR0aD0iMTciIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2LjgwNSAxNS44NjZMMTIuMDEgMTEuMDdjMi4xODUtMi42NTkgMi4wMzctNi42MDYtLjQ0Ni05LjA4OWE2Ljc4MyA2Ljc4MyAwIDAwLTkuNTgyIDAgNi43ODMgNi43ODMgMCAwMDAgOS41ODJjMi40ODMgMi40ODIgNi40MjkgMi42MzIgOS4wODkuNDQ2bDQuNzk2IDQuNzk2YS42NjQuNjY0IDAgMDAuOTQtLjkzOXptLTYuMTgyLTUuMjQzYTUuNDUzIDUuNDUzIDAgMDEtNy43MDIgMCA1LjQ1MyA1LjQ1MyAwIDAxMC03LjcwMyA1LjQ1MyA1LjQ1MyAwIDAxNy43MDIgMCA1LjQ1MyA1LjQ1MyAwIDAxMCA3LjcwM3oiLz48L3N2Zz4=);
}

.dark-mode .bn-header-info__find span:hover {
  background-color: #5A5970;
}

.gray-mode header {
  border-color: #ABA9BC;
}

.gray-mode .bn-header {
  background-color: transparent;
}

.gray-mode .bn-header-info {
  border-color: #ABA9BC;
}

.gray-mode .bn-header-info__find span {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB3aWR0aD0iMTciIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2LjgwNSAxNS44NjZMMTIuMDEgMTEuMDdjMi4xODUtMi42NTkgMi4wMzctNi42MDYtLjQ0Ni05LjA4OWE2Ljc4MyA2Ljc4MyAwIDAwLTkuNTgyIDAgNi43ODMgNi43ODMgMCAwMDAgOS41ODJjMi40ODMgMi40ODIgNi40MjkgMi42MzIgOS4wODkuNDQ2bDQuNzk2IDQuNzk2YS42NjQuNjY0IDAgMDAuOTQtLjkzOXptLTYuMTgyLTUuMjQzYTUuNDUzIDUuNDUzIDAgMDEtNy43MDIgMCA1LjQ1MyA1LjQ1MyAwIDAxMC03LjcwMyA1LjQ1MyA1LjQ1MyAwIDAxNy43MDIgMCA1LjQ1MyA1LjQ1MyAwIDAxMCA3LjcwM3oiLz48L3N2Zz4=);
}

.gray-mode .bn-header-info__find span:hover {
  background-color: #5A5970;
}

.gray-mode .bn-header__pa-container {
  border-color: #ABA9BC;
}

.gray-mode .bn-header__pa .user-login-mobile {
  background-color: #525166;
  border-color: #ABA9BC;
}

.gray-mode .bn-header__pa .select-styled:not(:hover) span {
  color: #fff;
}

.gray-mode .bn-header__pa .select-styled:not(:hover)::after {
  filter: invert(1);
}

.gray-mode .bn-header__logo {
  border-color: #ABA9BC;
}

.gray-mode .bn-header__logo .bgimage {
  filter: invert(1) grayscale(1) brightness(1.5);
}

.gray-mode .bn-header__nav-menu ul {
  border-top: 1px solid #ABA9BC;
}

.gray-mode .bn-header__nav-menu li {
  border-color: #ABA9BC;
}

.gray-mode .bn-header__nav-menu a {
  color: #525166;
}

.gray-mode .bn-header__nav-menu a:hover {
  background-color: #525166;
  text-decoration: none;
  color: #fff;
}

.gray-mode .bn-header__login {
  border-color: #ABA9BC;
}

.gray-mode .bn-header__social ul li {
  border-color: #ABA9BC;
}

.gray-mode .bn-header__social svg {
  fill: #fff;
}

.gray-mode .bn-header__login a {
  color: #fff;
  text-decoration: none;
}

.gray-mode .bn-header .btn-burger i {
  background-color: #fff;
}

.bn-header-lang__title {
  text-align: center;
  padding-bottom: 10px;
  font-weight: 600;
  color: #6d6b71;
}

.dark-mode header {
  background-color: #111111;
}

.dark-mode .header__nav-menu ul li {
  border-color: #424152;
}

.dark-mode .header__nav-menu ul li a {
  transition: background-color .7s;
  color: #fff;
}

.dark-mode .header__nav-menu ul li a:hover {
  background-color: #fff !important;
  color: #000 !important;
}

.dark-mode .header__nav-menu ul li a::after {
  background-color: #111111;
}

.dark-mode .header__nav-menu ul li a::before {
  filter: invert(1);
  background-color: #000;
}

.dark-mode .header__login a {
  color: #fff;
}

.dark-mode .header__social svg {
  fill: #fff;
}

.dark-mode .header-info a {
  color: #ABA9BC;
}

.dark-mode .header__pa-btn {
  background-color: transparent;
  border-left: 1px solid #525166;
  border-right: 1px solid #525166;
}

.dark-mode .header__pa-btn .user-login-mobile {
  background-color: #292833;
}

.dark-mode .header__nav-container.open {
  background-color: #292833;
}

.dark-mode .header__nav-container.open .select-styled {
  background-color: #424152;
}

.dark-mode .header__nav-container.open .select-styled span {
  color: #fff;
}

.dark-mode .header__nav-container.open .header__nav-menu ul li {
  border-bottom: 1px solid #424152;
}

.dark-mode .header__nav-container.open .header__nav-menu ul li a {
  font-size: 14px;
  font-weight: 600;
}

.dark-mode .header__nav-container.open .header__nav-menu ul li a:hover {
  background-color: #5A5970;
  color: #fff;
  text-decoration: none;
}

.dark-mode .btn-burger i {
  background-color: #fff;
}

.dark-mode .af-select .select-styled::after {
  filter: invert(1);
}

.dark-mode .af-select .select-styled:hover,
.dark-mode .af-select .select-styled:active,
.dark-mode .af-select .select-styled.active {
  background-color: #5A5970;
}

.dark-mode .af-select .select-styled:hover span,
.dark-mode .af-select .select-styled:active span,
.dark-mode .af-select .select-styled.active span {
  color: #ABA9BC;
}

.dark-mode .af-select .select-options {
  background-color: #424152;
}

.dark-mode .af-select .select-options li {
  border-color: #424152;
  color: #fff;
}

.dark-mode .af-select .select-options li.active {
  background-color: #5A5970;
}

.dark-mode .af-select .select-options li:hover {
  background-color: #5A5970;
}

footer {
  border-top: 1px solid #525166;
}

.footer {
  display: flex;
}

.footer__logo {
  display: flex;
  align-items: center;
}

.footer__logo-desc {
  flex-grow: 1;
  padding: 15px;
  color: #525166;
}

.footer__logo-desc br {
  display: none;
}

.footer__logo .bgimage {
  width: 106px;
  height: 80px;
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

.footer__nav {
  display: none;
}

.footer__social {
  display: none;
}

.footer__contact {
  display: none;
}

.footer__contact ul a {
  color: #92919F;
  text-transform: uppercase;
  font-weight: 600;
}

.footer__contact ul a:hover {
  text-decoration: underline;
}

.footer__contact ul li {
  padding: 3px 0;
}

footer {
  border-top: 1px solid #525166;
}

.footer-min {
  display: flex;
}

.footer-min__logo {
  display: flex;
  align-items: center;
}

.footer-min__logo-desc {
  flex-grow: 1;
  padding: 15px;
  color: #525166;
}

.footer-min__logo-desc br {
  display: none;
}

.footer-min__logo .bgimage {
  width: 106px;
  height: 80px;
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

.footer-min__nav {
  display: none;
}

.footer-min__social {
  display: none;
}

.footer-min__contact {
  display: none;
}

.footer-min__contact ul a {
  color: #92919F;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}

.footer-min__contact ul a:hover {
  text-decoration: underline;
}

.footer-min__contact ul li {
  padding: 3px 0;
}

.gray-mode footer {
  border-color: #ABA9BC;
}

.gray-mode .footer-min__logo {
  border-color: #ABA9BC;
}

.gray-mode .footer-min__logo .bgimage {
  filter: invert(1) grayscale(1) brightness(1.5);
}

.gray-mode .footer-min__logo-desc {
  color: #ABA9BC;
}

.gray-mode .footer-min__contact {
  border-color: #ABA9BC;
}

.gray-mode .footer-min__contact ul a {
  color: #fff;
}

.gray-mode .footer-min__social ul li a {
  color: #fff;
}

.gray-mode .footer-min__social ul li a svg {
  fill: #fff;
}

.gray-mode .footer-min__nav ul {
  border-color: #ABA9BC;
}

.gray-mode .footer-min__nav ul a {
  color: #fff;
}

.dark-mode footer {
  border-color: #525166;
}

.dark-mode .footer-min__logo {
  border-color: #525166;
}

.dark-mode .footer-min__logo .bgimage {
  filter: invert(1) grayscale(1) brightness(1.5);
}

.dark-mode .footer-min__logo-desc {
  color: #fff;
}

.dark-mode .footer-min__contact {
  border-color: #525166;
}

.dark-mode .footer-min__contact ul a {
  color: #fff;
}

.dark-mode .footer-min__social ul li a {
  color: #fff;
}

.dark-mode .footer-min__social ul li a svg {
  fill: #fff;
}

.dark-mode .footer-min__nav ul {
  border-color: #525166;
}

.dark-mode .footer-min__nav ul a {
  color: #fff;
}

.dark-mode .footer__nav ul a {
  color: #fff;
}

.dark-mode .footer__social svg {
  fill: #fff;
}

.dark-mode .footer__social a {
  color: #fff;
}

.dark-mode .footer__contact a {
  color: #ABA9BC;
}

.dark-mode .footer__logo-desc {
  color: #ABA9BC;
  font-weight: 500;
}

.section-page-404 {
  padding: 50px 0;
}

.page-404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 580px;
  margin: 0 auto;
  width: 100%;
}

.page-404__image {
  width: 100%;
}

.page-404__image picture {
  padding-top: 70%;
  display: block;
  position: relative;
  mix-blend-mode: multiply;
}

.page-404__image picture img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  object-fit: contain;
  object-position: top center;
  width: 100%;
  height: 100%;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}

.page-404__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 133%;
  text-align: center;
  text-transform: uppercase;
  color: #525166;
  padding-bottom: 30px;
}

.page-404__desc {
  max-width: 480px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 14px;
}

.page-404__btn {
  padding-bottom: 30px;
}

.page-404__btn .btn {
  color: #000;
  border-color: #000;
}

.breadcrumb {
  background-color: transparent;
  padding: 0 0 20px 0;
}

.breadcrumb ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  overflow-x: auto;
  white-space: nowrap;
}

.breadcrumb li a {
  color: #7A808D;
  font-size: 14px;
}

.breadcrumb li a:hover {
  text-decoration: underline;
  color: #525166;
}

.breadcrumb li::after {
  content: '-';
  margin: 0 10px;
  color: #7A808D;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  font-size: 14px;
}

.breadcrumb li:last-child::after {
  display: none;
}

.video {
  margin: 0 auto;
  position: relative;
  background: #525166;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
}

.video iframe {
  border: none;
  position: relative;
  z-index: 2;
}

.video.play {
  position: relative;
}

@keyframes load {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.video.play::before {
  content: '';
  width: 36px;
  min-width: 36px;
  height: 36px;
  border: 5px solid #fff;
  display: block;
  border-radius: 50%;
  border-left: 5px solid transparent;
  animation: load 0.8s infinite linear;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  margin-left: -18px;
  margin-top: -18px;
}

.video.play .video__preview,
.video.play .video__action {
  display: none;
}

.video__preview picture {
  padding-top: 61%;
  display: block;
  position: relative;
}

.video__preview picture img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.video__action {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.3s ease;
}

.video__action:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.video__title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  max-width: 400px;
  margin: 0 auto;
  line-height: 140%;
}

.video__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.video__button span {
  color: #FFFFFF;
  font-size: 16px;
  text-decoration: underline;
}

.video__button svg {
  margin: 20px 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.page-site__breadcrumbs {
  padding-top: 45px;
  padding-bottom: 25px;
}

.page-site__breadcrumbs ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.page-site__breadcrumbs li {
  display: flex;
  align-items: center;
}

.page-site__breadcrumbs li::after {
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMy4yNTUgMy43MUwwIC42OTEuNzQ1IDAgNCAzLjAxOWwtLjc0NS42OTF6IiBmaWxsPSIjNTI1MTY2Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00IDMuMDE5TC43ODYgNiAuMDggNS4zNDRsMy4yMTMtMi45ODEuNzA4LjY1NnoiIGZpbGw9IiM1MjUxNjYiLz48L3N2Zz4=);
  width: 1em;
  height: 1em;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 1em;
}

.page-site__breadcrumbs li:last-child::after {
  display: none;
}

.page-site__breadcrumbs li span,
.page-site__breadcrumbs li a {
  color: #92919F;
}

.page-site__breadcrumbs li a:hover {
  text-decoration: underline;
}

.page-site__title h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 133%;
  text-align: center;
  text-transform: uppercase;
  color: #525166;
  text-align: left;
}

.page-site__title a {
  margin-top: 20px;
  display: block;
}

.page-site__title a button {
  width: 100%;
}

.dark-mode .page-site__breadcrumbs a {
  color: #ABA9BC;
}

.dark-mode .page-site__breadcrumbs li::after {
  filter: invert(1);
}

.dark-mode .page-site__title h1 {
  color: #fff;
}

.gray-mode .page-site__breadcrumbs a {
  color: #ABA9BC;
}

.gray-mode .page-site__breadcrumbs li::after {
  filter: invert(1);
}

.gray-mode .page-site__title h1 {
  color: #fff;
}

.programs-item__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.programs-item__film {
  margin-bottom: 20px;
  border-radius: 5px;
  width: 100%;
  padding: 8px;
  border: 1px solid #fff;
}

.programs-item__film--light {
  background-color: #E7E6F5;
}

.programs-item__nav {
  margin-left: auto;
  margin-top: -1px;
  visibility: hidden;
}

.programs-item__nav span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #525166;
  cursor: pointer;
  transition: 0.5s;
}

.programs-item__nav span:hover {
  opacity: 0.9;
}

.programs-item__nav svg {
  stroke: white;
  stroke-width: 2px;
}

.programs-item__head {
  background: #F5F5F5;
  display: flex;
  align-items: center;
  padding-left: 48px;
  border-top: 1px solid #ABA9BC;
  margin-bottom: 35px;
}

.programs-item__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 133%;
  text-align: center;
  text-transform: uppercase;
  color: #525166;
}

.programs-item__title a {
  color: #525166;
  font-size: 22px;
}

.programs-item__desc {
  color: #92919F;
}

.programs__tabs {
  display: flex;
  align-items: flex-end;
  padding-top: 25px;
  padding-bottom: 45px;
}

.programs__btn ul {
  display: flex;
  align-items: center;
  margin: -5px;
  flex-direction: column;
}

.programs__btn ul li {
  padding: 5px;
  width: 100%;
}

.programs__btn ul li:hover.active .btn {
  color: #525166;
  background-color: #fff !important;
  border: 1px solid #BCBCBC !important;
  cursor: default !important;
}

.programs__btn ul li.active .btn {
  color: #525166;
  font-weight: 700;
  color: #000;
}

.programs__btn ul li .btn {
  width: 100%;
}

.programs__btn .btn {
  height: 52px;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 0;
}

.programs__sort {
  margin-left: auto;
}

.programs__item .nav-program-prev.disabled {
  opacity: 0.5;
  pointer-events: none;
  background: #D6D6D6;
}

.programs__item .nav-program-prev.disabled svg {
  stroke: #92919F;
}

.programs__item .nav-program-next.disabled {
  opacity: 0.5;
  pointer-events: none;
  background: #D6D6D6;
}

.programs__item .nav-program-next.disabled svg {
  stroke: #92919F;
}

.dropdown-sort {
  position: relative;
  margin-left: 10px;
}

.dropdown-sort:hover .dropdown-sort__list {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.dropdown-sort__title {
  border: 1px solid #BCBCBC;
  height: 52px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 0;
  width: 52px;
  padding: 0;
  justify-content: center;
}

.dropdown-sort__title::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3IDFIMW0xNiA2SDVtMTIgNkg5IiBzdHJva2U9IiM1MjUxNjYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}

.dropdown-sort__list {
  visibility: hidden;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  transition: 0.34s ease;
  transform: translateY(-10px);
  opacity: 0;
  min-width: 220px;
}

.dropdown-sort__list ul li a {
  padding: 11px 25px;
  display: block;
}

.dropdown-sort__list ul li.active,
.dropdown-sort__list ul li:hover {
  background-color: #EBEBEB;
}

.dark-mode .dropdown-sort:hover .dropdown-sort__title {
  background-color: #424152;
}

.dark-mode .dropdown-sort__title {
  border: none;
  background-color: #292833;
  color: #ABA9BC;
  border-radius: 5px;
}

.dark-mode .dropdown-sort__list {
  background-color: #424152;
}

.dark-mode .dropdown-sort__list li a {
  color: #fff;
}

.dark-mode .dropdown-sort__list li a:hover {
  background-color: #5A5970;
}

.jury-program {
  padding-top: 35px;
  padding-bottom: 15px;
}

.jury-program__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 133%;
  text-align: center;
  text-transform: uppercase;
  color: #525166;
  text-align: left;
  padding-bottom: 20px;
}

.jury-program__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  flex-wrap: wrap;
}

.jury-program__item {
  margin-bottom: 20px;
  border-radius: 5px;
  width: 100%;
  padding: 8px;
  border: 1px solid #fff;
}

.jury-program__item--light {
  background-color: #E7E6F5;
}

.card-jury {
  background: #F5F5F5;
  padding: 20px;
  height: 100%;
  display: flex;
  transition: 0.5s ease;
}

.card-jury:hover {
  background-color: #525166;
}

.card-jury:hover .card-jury__photo .bgimage {
  background-color: #92919F;
}

.card-jury:hover .card-jury__desc,
.card-jury:hover .card-jury__post,
.card-jury:hover .card-jury__name {
  color: #fff;
}

.card-jury:hover .card-jury__desc a,
.card-jury:hover .card-jury__post a,
.card-jury:hover .card-jury__name a {
  color: #FFF;
}

.card-jury__photo {
  width: 50px;
  flex-shrink: 0;
  margin-right: 15px;
}

.card-jury__photo .bgimage {
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  padding-top: 100%;
  border-radius: 50%;
  background-color: #ddd;
}

.card-jury__name {
  font-size: 16px;
  font-weight: 600;
  color: #525166;
  margin-bottom: 0.2em;
}

.card-jury__name a {
  color: #525166;
}

.card-jury__name a:hover {
  text-decoration: underline;
}

.card-jury__post {
  color: #92919F;
  margin-bottom: 0.6em;
}

.card-jury__desc {
  color: #525166;
}

.gray-mode .card-jury {
  background: #616079;
  padding: 20px;
  height: 100%;
  display: flex;
  transition: 0.5s ease;
}

.gray-mode .card-jury:hover {
  background-color: #424152;
}

.gray-mode .card-jury:hover .card-jury__photo .bgimage {
  background-color: #92919F;
}

.gray-mode .card-jury:hover .card-jury__desc,
.gray-mode .card-jury:hover .card-jury__post,
.gray-mode .card-jury:hover .card-jury__name {
  color: #fff;
}

.gray-mode .card-jury:hover .card-jury__desc a,
.gray-mode .card-jury:hover .card-jury__post a,
.gray-mode .card-jury:hover .card-jury__name a {
  color: #FFF;
}

.gray-mode .card-jury__photo .bgimage {
  background-color: #424152;
}

.gray-mode .card-jury__name a {
  color: #fff;
}

.gray-mode .card-jury__post {
  color: #92919F;
  margin-bottom: 0.6em;
  transition: color 0.4s ease;
}

.gray-mode .card-jury__desc {
  color: #fff;
}

.about-user {
  max-width: 890px;
  padding: 25px 0;
}

.about-user__photo {
  width: 160px;
  flex-shrink: 0;
  margin-right: 15px;
  margin: 0 auto;
  padding-bottom: 25px;
  padding-top: 20px;
}

.about-user__photo .bgimage {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  transition: 0.3s ease;
  padding-top: 100%;
  border-radius: 50%;
  background-color: #ddd;
}

.about-user__info ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-user__info ul li {
  color: #525166;
  font-weight: 600;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.about-user__info ul li::after {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  background-color: #92919F;
  margin: 0 10px;
}

.about-user__info ul li:last-child::after {
  display: none;
}

.about-user__biography {
  color: #92919F;
}

.about-user__biography.js-crop-text {
  max-height: 180px;
  overflow: hidden;
}

.about-user__more {
  display: none;
  margin-bottom: 15px;
  box-shadow: -5px 0 0 0 #fff;
  box-shadow: 0 -15px 12px 10px #fff;
  position: relative;
  z-index: 2;
}

.about-user__more.open {
  box-shadow: none;
}

.about-user__more.open svg {
  transform: rotate(180deg);
}

.about-user__more span {
  font-size: 16px;
  font-weight: 600;
  color: #525166;
  display: inline-block;
  cursor: pointer;
}

.about-user__more span:hover {
  text-decoration: underline;
}

.about-user__more svg {
  stroke: #525166;
  stroke-width: 2px;
  transition: transform 0.3s ease;
  margin-left: 3px;
  margin-bottom: -6px;
}

.films-on-festival {
  max-width: 890px;
}

.films-on-festival__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 133%;
  text-align: center;
  text-transform: uppercase;
  color: #525166;
  text-align: left;
  padding-bottom: 22px;
}

.films-on-festival__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.films-on-festival__item {
  margin-bottom: 20px;
  border-radius: 5px;
  width: 100%;
  padding: 8px;
  border: 1px solid #fff;
}

.films-on-festival__item--light {
  background-color: #E7E6F5;
}

.card-film {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-film__cover {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  padding-bottom: 10px;
}

.card-film__cover picture {
  display: block;
  padding-top: 131%;
  position: relative;
  background-color: #eee;
  border-radius: 8px;
}

.card-film__cover picture img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 8px;
}

.card-film__title {
  margin-bottom: auto;
  padding-bottom: 0.5em;
}

.card-film__title:hover a {
  text-decoration: underline !important;
}

.card-film__title a {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #525166;
}

.card-film__year {
  padding-bottom: 5px;
  color: #92919F;
}

.card-film__type {
  padding-bottom: 5px;
  font-size: 13px;
}

.card-film__rate {
  display: flex;
}

.card-film__rate-jury,
.card-film__rate-viewer {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.card-film__rate-jury small,
.card-film__rate-viewer small {
  color: #92919F;
}

.card-film__rate-jury span,
.card-film__rate-viewer span {
  font-size: 16px;
  font-weight: 600;
  color: #525166;
}

.filmography-user {
  max-width: 890px;
  padding: 25px 0;
}

.filmography-user__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 133%;
  text-align: center;
  text-transform: uppercase;
  color: #525166;
  text-align: left;
  padding-bottom: 20px;
}

.filmography-user__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.filmography-user__item {
  border-radius: 5px;
  width: 100%;
  padding: 8px;
  border: 1px solid #fff;
}

.filmography-user__item--light {
  background-color: #E7E6F5;
}

.card-filmography {
  background-color: #F5F5F5;
  padding: 15px 25px 15px 30px;
  position: relative;
}

.card-filmography__name {
  font-size: 16px;
  font-weight: 600;
  color: #525166;
  padding-bottom: 5px;
}

.card-filmography__name::before {
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjI4MyA4LjU3YzIuNTkgMS41NTQgMi41OSA1LjMwNiAwIDYuODZMMCAyNFYwbDE0LjI4MyA4LjU3eiIgZmlsbD0iIzUyNTE2NiIvPjwvc3ZnPg==);
  width: 24px;
  height: 24px;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 11px;
}

.card-filmography__link {
  font-size: 13px;
  color: #525166;
  display: flex;
  align-items: center;
}

.card-filmography__link a:hover {
  text-decoration: underline;
}

.card-filmography__link::before {
  display: block;
  margin-right: 5px;
  content: '';
  width: 20px;
  height: 20px;
  background-size: 12px auto;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEzMTAuNjY3IiBoZWlnaHQ9IjEzMDYuNjY3IiB2aWV3Qm94PSIwIDAgOTgzIDk4MCI+PHBhdGggZD0iTTc1MS41LjljLS42LjUtMy45IDEuMi03LjUgMS40LTguMi43LTEzLjkgMS42LTE2LjUgMi42LTEuMS41LTQuNSAxLjQtNy41IDIuMS02LjkgMS41LTI2LjIgNy45LTI3LjQgOS4xLS42LjUtMS44LjktMi44LjktMSAwLTEuOC40LTEuOCAxIDAgLjUtMS4xIDEtMi41IDFzLTIuNS40LTIuNSAxYzAgLjUtLjkgMS0yIDFzLTIgLjMtMiAuOGMwIC40LTEuNCAxLjMtMy4xIDIuMS0zLjcgMS42LTEzLjcgNy41LTE2LjQgOS42LTEuMS45LTMuMiAyLjQtNC43IDMuMy0xLjYuOS0yLjggMi0yLjggMi40IDAgLjQtLjYuOC0xLjMuOC0uNyAwLTEuOS45LTIuNyAyLS44IDEuMS0yIDItMi43IDItMS45IDAtMTEuMyA5LjItODguMiA4Ni03MiA3Mi03MyA3My03Ny4yIDg0LTIuMiA1LjctMS43IDIwLjYuOSAyNS45IDEuMiAyLjUgMi4yIDUgMi4yIDUuNiAwIC42LjkgMS43IDIgMi41czIgMS45IDIgMi41YzAgMy4xIDE1LjkgMTMuNSAyMC43IDEzLjUgMS4zIDAgMi4zLjQgMi4zIDFzMy41IDEgOC41IDEgOC41LS40IDguNS0xIDEuMi0xIDIuNi0xYzIuNCAwIDExLjQtNC4zIDE1LTcuMi45LS43IDQuOC00LjYgOC43LTguNyA0LTQuMSA4LjMtOC4zIDkuNi05LjUgMS40LTEuMiA1LjctNS40IDkuNS05LjUgMy45LTQuMSA4LjItOC4zIDkuNS05LjUgMS40LTEuMiA1LjctNS40IDkuNS05LjUgMy45LTQuMSA4LjItOC4zIDkuNS05LjUgMS40LTEuMiA1LjctNS40IDkuNS05LjUgMy45LTQgOC4yLTguMyA5LjUtOS41IDEuMy0xLjEgMTguMS0xNy45IDM3LjUtMzcuMSAxOS4zLTE5LjMgMzYuNC0zNS45IDM3LjktMzcgMS42LTEuMSAzLjgtMi44IDQuOS0zLjcgMS4xLTEgMi45LTIgMy45LTIuMyAxLjEtLjQgMS45LTEgMS45LTEuNCAwLS40IDEuNi0xLjMgMy41LTIuMXMzLjUtMS43IDMuNS0yLjJjMC0uNC45LS44IDItLjhzMi0uNSAyLTFjMC0uNi45LTEgMi0xczItLjUgMi0xYzAtLjYuOS0xIDItMXMyLS41IDItMWMwLS42LjgtMSAxLjctMSAuOSAwIDQuMi0uOSA3LjItMiAxMC45LTMuOCAxOS45LTUgMzcuMy01IDE0LjUgMCAxOC4zLjMgMjggMi42IDYuMiAxLjQgMTEuNyAzIDEyLjIgMy41LjYuNSAxLjYuOSAyLjMuOS44IDAgMy4zLjkgNS41IDIgMi4zIDEuMSA0LjggMiA1LjUgMiAuNyAwIDEuMy40IDEuMy44IDAgLjUgMS42IDEuNCAzLjUgMi4yIDEuOS44IDMuNSAxLjcgMy41IDIuMSAwIC40LjkgMS4xIDIgMS40IDEuMS4zIDIuNiAxLjIgMy4yIDEuOC43LjcgMy4xIDIuNCA1LjMgMy45IDIuMiAxLjQgNS40IDQgNy4yIDUuNyAxLjggMS43IDMuNSAzLjEgMy44IDMuMS43IDAgNS41IDQuNyA1LjUgNS41IDAgLjMgMS4zIDEuOSAyLjkgMy41IDEuNiAxLjcgNC4yIDQuOSA1LjcgNy4zIDEuNiAyLjMgMy43IDUuMSA0LjcgNi4xLjkgMS4xIDEuNyAyLjYgMS43IDMuMyAwIC43LjQgMS4zLjggMS4zLjUgMCAxLjQgMS42IDIuMiAzLjUuOCAxLjkgMS43IDMuNSAyLjIgMy41LjQgMCAuOC44LjggMS44cy40IDIuMi45IDIuN2MxLjQgMS42IDUuOSAxNS4zIDguMSAyNC44IDIuNiAxMS4yIDIuOCAzNy42LjUgNDguOS0xLjcgOC4yLTcuNiAyNi4xLTguNyAyNi42LS41LjItLjggMS4yLS44IDIuMyAwIDEtLjQgMS45LS44IDEuOS0uNSAwLTEuNCAxLjYtMi4yIDMuNS0uOCAxLjktMS43IDMuNS0yLjIgMy41LS40IDAtLjguOS0uOCAxLjkgMCAxLjEtLjQgMi4xLS44IDIuMy0uNC4xLTMgMy4zLTUuNiA3LjEtMyA0LjItNTMuMSA1NC45LTEzNS4zIDEzN0M1OTIuMyA1NTMuMSA1OTYuNCA1NDkgNTk1LjIgNTQ5Yy0uNCAwLTEuNC45LTIuMiAyLS44IDEuMS0yIDItMi43IDItLjcgMC0xLjMuNC0xLjMgMSAwIC41LS42IDEtMS40IDEtLjggMC0xLjYuNC0xLjguOS0uNSAxLjMtMTcuMiAxMC4xLTE5LjEgMTAuMS0uOSAwLTEuNy40LTEuNyAxIDAgLjUtLjkgMS0xLjkgMS0xLjEgMC0yLjMuNC0yLjYgMS0uMy41LTEuNyAxLTMuMSAxLTEuMyAwLTIuNC40LTIuNC45cy0xLjcgMS4xLTMuNyAxLjRjLTIuMS4zLTYuMyAxLjEtOS4zIDEuOC03LjQgMS42LTM4LjggMS42LTQ2LjUuMS0zLjMtLjctNy41LTEuNi05LjMtMS45LTEuOC0uMy0zLjUtLjktMy44LTEuNC0uMy0uNS0xLjYtLjktMy0uOS0xLjMgMC0yLjQtLjUtMi40LTEgMC0uNi0xLjEtMS0yLjUtMXMtMi41LS41LTIuNS0xYzAtLjYtLjgtMS0xLjctMS0xIDAtNC41LTEuNS03LjgtMy4zLTkuMy01LjEtMTAuOS02LjEtMTIuNi04LS45LS45LTIuMi0xLjctMi45LTEuNy0uNyAwLTItLjgtMi45LTEuOC0uOS0uOS00LjMtMy45LTcuNi02LjctMy4zLTIuNy02LjctNS43LTcuNS02LjYtLjgtLjgtMy0yLjItNC43LTMtMS44LS43LTMuMy0xLjctMy4zLTIuMSAwLS41LTEuMS0uOC0yLjQtLjgtMS4zIDAtMi42LS41LTIuOC0xLjEtLjMtLjgtNC4yLTEuMi0xMS44LTEuMi03LjYgMC0xMS41LjQtMTEuOCAxLjItLjIuNi0xLjEgMS4xLTIuMSAxLjEtMi4yIDAtNy4xIDIuMy03LjEgMy4yIDAgLjUtLjUuOC0xLjEuOC0uNiAwLTEuNi42LTIuMyAxLjItLjcuNy0yLjUgMi4yLTMuOSAzLjMtMS41IDEuMS0yLjcgMi40LTIuNyAzIDAgLjYtLjkgMS43LTIgMi41cy0yIDIuMi0yIDMuMi0uNCAxLjgtMSAxLjhjLS41IDAtMSAuOS0xIDJzLS40IDItLjkgMmMtLjggMC0xLjIgMS41LTIuNyAxMS44LS43IDQuMy45IDEzLjkgMi43IDE3LjQuNSAxIC45IDIuNS45IDMuMyAwIC44LjQgMS41LjggMS41LjUgMCAxLjUgMS4yIDIuMyAyLjcuOCAxLjYgMi43IDQuMSA0LjQgNS43IDExLjQgMTAuOCAxMy40IDEyLjYgMTQgMTIuNi40IDAgMS41LjggMi40IDEuOC45IDEgNC41IDMuOSA4LjEgNi40IDMuNiAyLjYgNyA1LjEgNy41IDUuNS42LjQgMi4yIDEuNCAzLjggMi4yIDEuNS44IDIuNyAxLjggMi43IDIuMyAwIC40LjkuOCAyIC44czIgLjMgMiAuN2MwIC41IDEgMS4zIDIuMyAxLjkgMS4yLjYgNCAyLjEgNi4yIDMuMiA3LjEgMy44IDE0LjggNy4yIDE2LjIgNy4yLjcgMCAxLjMuNCAxLjMgMSAwIC41IDEuNCAxIDMgMSAxLjcgMCAzIC40IDMgMSAwIC41IDEuMSAxIDIuNCAxIDEuNCAwIDIuOC40IDMuMSAxIC4zLjUgMS43IDEgMy4xIDEgMS4zIDAgMi40LjQgMi40IDEgMCAuNSAxLjggMSA0IDFzNCAuNCA0IC45YzAgLjQgMS45IDEuMSA0LjMgMS41IDIuMy4zIDYuNSAxIDkuMiAxLjYgMjEuOSA0LjMgNTAuNSA0LjMgNzQuNS0uMSAzLS41IDcuMi0xLjMgOS4zLTEuNiAyLS4zIDQtLjkgNC4zLTEuNC4zLS41IDIuMS0uOSA0LS45czMuNC0uNSAzLjQtMWMwLS42IDEuMS0xIDIuNC0xIDEuNCAwIDIuOC0uNSAzLjEtMSAuMy0uNiAxLjctMSAzLjEtMSAxLjMgMCAyLjQtLjUgMi40LTEgMC0uNi45LTEgMi0xczIuOC0uNCAzLjgtLjljLjktLjUgMy4zLTEuNiA1LjItMi4zIDEuOS0uNyA2LjQtMi44IDEwLTQuNyAzLjYtMS44IDcuNS0zLjggOC43LTQuNSAxLjMtLjYgMi4zLTEuNCAyLjMtMS45IDAtLjQuOS0uNyAyLS43czItLjUgMi0xYzAtLjYuNy0xIDEuNS0xczEuNS0uNSAxLjUtMWMwLS42LjctMSAxLjUtMXMxLjUtLjUgMS41LTFjMC0uNi41LTEgMS4xLTEgMS4xIDAgOC45LTUuNSAxMi42LTkgMS4yLTEuMSAyLjQtMiAyLjctMiAuMyAwIDMuMS0yLjQgNi4yLTUuMyAxMi4zLTExLjMgMjcyLjItMjcxLjQgMjc0LjktMjc1LjIgMS43LTIuMiAzLjgtNC43IDQuNy01LjYgMS0uOSAxLjgtMiAxLjgtMi41czEuMy0yLjQgMi45LTQuM2MxLjYtMS45IDMuNS00LjYgNC4zLTYgLjctMS40IDEuNS0yLjggMS45LTMuMS42LS41IDQuNS03LjQgOS0xNS45IDEuNi0yLjkgMi45LTYuMiAyLjktNy4ycy4zLTEuOS44LTEuOWMuNCAwIDEuMy0xLjUgMi0zLjMuOC0xLjcgMS44LTQuMSAyLjItNS4yIDUtMTEuNyAxMC41LTMzLjkgMTEuNi00Ni41LjMtMyAuOS02LjQgMS41LTcuNSAxLjItMi42LjUtMzYuNC0xLTQ2LTMuMi0yMC42LTguNC00MS0xMi4xLTQ3LjctLjYtMS0xLTIuNS0xLTMuMyAwLS44LS40LTEuNS0xLTEuNS0uNSAwLTEtLjktMS0ycy0uNC0yLTEtMmMtLjUgMC0xLS43LTEtMS41IDAtMS43LTEwLjItMjEuNy0xMi0yMy41LS4zLS4zLTEuMS0xLjctMS45LTMuMy0uOC0xLjUtMS44LTIuNy0yLjMtMi43LS40IDAtLjgtLjYtLjgtMS4zIDAtLjctLjktMS45LTItMi43LTEuMS0uOC0yLTEuOS0yLTIuNSAwLS42LTEuNS0yLjgtMy4yLTQuOC0xLjgtMi00LjYtNS4zLTYuMy03LjMtNC4zLTUuMy0xNi4zLTE3LjItMjEuOS0yMS45LTIuNy0yLjItNi01LTcuNS02LjItMS40LTEuMy0zLjEtMi4zLTMuNi0yLjMtLjYgMC0xLjctLjktMi41LTJzLTItMi0yLjctMmMtLjcgMC0xLjMtLjQtMS4zLS44IDAtLjUtMS4yLTEuNS0yLjctMi4zLTEuNi0uOC0zLTEuNy0zLjMtMi0xLjEtMS4zLTE4LTkuOS0xOS40LTkuOS0uOSAwLTEuNi0uNS0xLjYtMSAwLS42LS45LTEtMi0xcy0yLS41LTItMWMwLS42LS45LTEtMi0xcy0yLS41LTItMWMwLS42LS44LTEtMS44LTFzLTIuMi0uNC0yLjctLjhjLTEtLjgtMTItNC41LTE5LjUtNi40LTE0LjEtMy43LTIwLjEtNC45LTI4LTUuNS0zLjYtLjItNi45LS45LTcuNC0xLjQtLjYtLjUtOS40LS45LTE5LjYtLjktMTAuMiAwLTE5IC40LTE5LjUuOXoiLz48cGF0aCBkPSJNNDE1LjUgMzM5Yy0yLjIuNS02LjYuOS05LjcuOS0zLjIuMS01LjguNS01LjggMS4xIDAgLjUtMi4yIDEtNSAxLTIuNyAwLTUgLjQtNSAxIDAgLjUtMS44IDEtMy45IDEtMi4yIDAtNC4zLjQtNC42IDEtLjMuNS0yLjEgMS0zLjkgMS0xLjggMC0zLjYuMy0zLjkuNy0uNC4zLTQuNCAyLTkgMy41LTEzLjkgNC45LTE0LjcgNS4zLTE0LjcgNiAwIC41LS45LjgtMS45LjgtMS4xIDAtMi4zLjQtMi42IDEtLjMuNS0xLjUgMS0yLjYgMS0xIDAtMS45LjQtMS45IDEgMCAuNS0uOSAxLTIgMXMtMiAuNC0yIDFjMCAuNS0uNiAxLTEuMyAxLS43IDAtMi4zLjktMy41IDItMS4yIDEuMS0yLjggMi0zLjcgMi0uOCAwLTEuNS40LTEuNSAxIDAgLjUtLjUgMS0xIDEtMS40IDAtOS4xIDUtMTEuMSA3LjItLjkgMS0yIDEuOC0yLjUgMS44cy0yLjEgMS0zLjYgMi4zYy0xLjQgMS4yLTQuNiAzLjgtNyA1LjdDMjk1LjQgMzkxLjIgNDUgNjQxLjYgNDUgNjQyLjhjMCAuNi0xLjEgMi4yLTIuNSAzLjZzLTIuNSAzLTIuNSAzLjZjMCAuNS0uNCAxLTEgMS0uNSAwLTEgLjUtMSAxIDAgLjYtLjggMi0xLjggMy4xLTEuMSAxLTIuNSAzLjItMy4zIDQuNy0uOCAxLjUtMS43IDIuOS0yIDMuMi0uMy4zLTEuOSAzLTMuNSA2cy0zLjEgNS43LTMuNCA2Yy0uNy43LTcuNiAxNS4zLTEwLjEgMjEuNS0xLjcgNC4zLTUuOCAxNy4yLTYuOSAyMi0uNiAyLjctMS41IDYuNi0yIDguNS0xLjggNy0yLjIgOS42LTIuNyAxNi0uMyAzLjYtLjkgNi45LTEuNCA3LjQtMS4yIDEuMy0xLjIgMzcuOSAwIDM5LjEuNS42IDEuMSAzLjkgMS41IDcuNS43IDguNCAxLjkgMTQuNiA1LjQgMjggMS45IDcuNSA1LjYgMTguNSA2LjQgMTkuNC40LjYuOCAxLjguOCAyLjggMCAxIC41IDEuOCAxIDEuOC42IDAgMSAuOSAxIDJzLjUgMiAxIDJjLjYgMCAxIC45IDEgMnMuNSAyIDEgMmMuNiAwIDEgLjYgMSAxLjQgMCAxLjUgNi41IDE0LjEgOC41IDE2LjYuNy44IDIgMyAyLjkgNC44IDEuNiAzLjEgMy41IDUuOCA2LjMgOC43LjcuOCAxLjMgMS44IDEuMyAyLjQgMCAuNi41IDEuMSAxIDEuMS42IDAgMSAuNSAxIDEgMCAuNiAxIDIuMiAyLjIgMy41IDEuMyAxLjMgMy43IDQgNS4zIDYuMSA0LjIgNS4yIDE2LjQgMTcuMyAyMSAyMC45IDIuMSAxLjYgNC45IDQgNi4xIDUuMiAxLjMgMS4zIDIuOCAyLjMgMy40IDIuMy41IDAgMSAuNCAxIDEgMCAuNS42IDEgMS4zIDEgLjcgMCAxLjkuOSAyLjcgMiAuOCAxLjEgMiAyIDIuNyAyIC43IDAgMS4zLjQgMS4zLjlzLjggMS4xIDEuOCAxLjRjMS45LjYgOS40IDQuOSAxMC4yIDUuOCAxLjEgMS4yIDEyLjIgNi45IDEzLjYgNi45LjggMCAxLjQuNCAxLjQgMSAwIC41LjkgMSAyIDFzMiAuNCAyIDFjMCAuNS45IDEgMS45IDEgMS4xIDAgMi4xLjQgMi4zLjguMi40IDQuOCAyLjMgMTAuMyA0LjEgMTcuOCA1LjkgMjUuNSA3LjcgNDMuNSAxMC4zIDEzLjkgMS45IDU4IDEgNTgtMS4zIDAtLjUgMi0uOSA0LjUtLjlzNS4zLS40IDYuMy0uOWMuOS0uNSA0LjItMS40IDcuMi0yLjEgNi45LTEuNSAyNi4yLTcuOSAyNy40LTkuMS42LS41IDEuOC0uOSAyLjgtLjkgMSAwIDEuOC0uNSAxLjgtMSAwLS42LjktMSAxLjktMSAxLjEgMCAyLjMtLjUgMi42LTEgLjMtLjYgMS41LTEgMi42LTEgMSAwIDEuOS0uNSAxLjktMSAwLS42LjQtMSAuOC0xIDEuMiAwIDE2LjMtOC42IDE5LjItMTEgMS40LTEuMSAzLTIgMy41LTIgLjYgMCAxLjctLjkgMi41LTJzMi0yIDIuNy0yYy43IDAgMS4zLS4zIDEuMy0uOCAwLS40IDEuNy0xLjggMy43LTMuMiAyLjEtMS40IDUuNy00LjMgOC4yLTYuNSA1LjktNS40IDEyNC0xMjMuNCAxMjYuOS0xMjYuOSAzLjEtMy43IDUuNS04LjIgNy4yLTEzLjYgMS44LTUuNCAxLjgtMjMuMi4xLTIzLjgtLjYtLjItMS4xLTEuNS0xLjEtMi44IDAtMS4zLS40LTIuNC0xLTIuNC0uNSAwLTEtLjktMS0ycy0uMy0yLS44LTJjLS40IDAtMS44LTEuOC0zLjItNC0xLjQtMi4yLTIuNy00LTMtNC0uMyAwLTEuOC0xLjItMy41LTIuNi0zLTIuNi00LjEtMy4yLTEzLTYuNS0xMC4xLTMuOC0yNy44LTEuMy0zNC4zIDQuOC0uNy43LTEuNyAxLjMtMi4yIDEuMy0uNSAwLTI4LjQgMjcuNi02Mi4yIDYxLjItMzMuNyAzMy43LTYzLjYgNjMuMS02Ni4zIDY1LjMtMi44IDIuMi01LjEgNC4zLTUuMyA0LjctLjIuNS0uOS44LTEuNi44LS43IDAtMi4xLjgtMy4yIDEuOC0xIDEtMy40IDIuNS01LjEgMy4yLTEuOC44LTMuMyAxLjgtMy4zIDIuMiAwIC41LS45LjgtMiAuOHMtMiAuNC0yIDFjMCAuNS0uOSAxLTIgMXMtMiAuNC0yIDFjMCAuNS0uNyAxLTEuNSAxcy0yLjMuNC0zLjMgMWMtMi41IDEuMy0xNi45IDUuNi0yMi4yIDYuNi02LjYgMS4yLTQxLjguOS00Ny0uNC0yLjUtLjYtNi4zLTEuNS04LjUtMi04LjUtMS45LTI0LjUtOC41LTI1LjMtMTAuNC0uMi0uNC0xLjItLjgtMi4zLS44LTEgMC0xLjktLjQtMS45LS44IDAtLjUtMS4xLTEuNC0yLjQtMi0xLjQtLjYtMy4zLTEuOC00LjMtMi42LTYtNC45LTEyLjktMTAuNC0xNS4yLTEyLTEuNC0xLTMuOC0zLjUtNS40LTUuNS0yLjctMy42LTguNS0xMS0xMS4zLTE0LjQtLjgtLjktMS40LTIuMi0xLjQtMi43IDAtLjYtLjQtMS0xLTEtLjUgMC0xLS43LTEtMS41cy0uNC0xLjUtMS0xLjVjLS41IDAtMS0uOS0xLTEuOSAwLTEuMS0uNC0yLjEtLjgtMi4zLTEuOS0uOC04LjEtMTYtMTAuMy0yNS4zLS42LTIuMi0xLjUtNi0yLjEtOC41LTEuNS01LjgtMS41LTQxLjktLjEtNDguNiAxLjUtNi42IDcuMS0yMy42IDguNC0yNC45LjUtLjUuOS0xLjcuOS0yLjcgMC0xIC40LTEuOC44LTEuOC41IDAgMS40LTEuNiAyLjItMy41LjgtMS45IDEuNy0zLjUgMi4yLTMuNS40IDAgLjgtLjguOC0xLjhzLjktMi40IDItMy4yYzEuMS0uOCAyLTEuOSAyLTIuNHMyLjEtMy42IDQuNi02LjljNC42LTUuNyAyMzguOS0yNDAuNCAyNDYtMjQ2LjIgMi0xLjcgNC4yLTMuNiA0LjktNC4zLjgtLjYgMS44LTEuMiAyLjQtMS4yLjYgMCAxLjEtLjUgMS4xLTEgMC0uNi42LTEgMS4zLTEgLjcgMCAxLjktLjkgMi43LTIgLjgtMS4xIDIuMi0yIDMuMS0yIDEgMCAxLjktLjQgMi4xLS44LjktMi4yIDI1LjMtMTIuMiAyOS43LTEyLjIgMS4xIDAgMi4zLS41IDIuNi0xIC4zLS42IDIuNi0xIDUuMS0xIDIuNCAwIDQuNC0uNSA0LjQtMSAwLS43IDYuMy0uOSAxOS4zLS42IDE5LjcuNCAyNy41IDEuMSAyOS4xIDIuNy42LjUgMS45LjkgMy4xLjkgMi4zIDAgMTMgMy44IDE5LjQgNi45IDIuNSAxLjEgNS4xIDIuMSA1LjggMi4xLjcgMCAxLjMuNCAxLjMgMSAwIC41LjcgMSAxLjUgMXMxLjUuNCAxLjUgMWMwIC41LjcgMSAxLjUgMXMxLjUuNCAxLjUgMWMwIC41LjcgMSAxLjUgMXMxLjUuNCAxLjUgMWMwIC41LjYgMSAxLjMgMSAuNiAwIDIuNiAxLjEgNC4yIDIuNSA1LjIgNC4zIDExLjUgOS45IDE1LjEgMTMuMiAxLjggMS44IDQgMy4zIDQuOSAzLjMuOCAwIDEuNS4zIDEuNS44IDAgMS40IDkuMyA0LjYgMTYuNSA1LjYgOC4yIDEuMyAyNC4yLTMuNSAyOC41LTguNCAxLTEuMSAyLjEtMiAyLjYtMiAxLjItLjEgNy40LTguNCA3LjQtOS44IDAtLjcuNS0xLjIgMS0xLjIuNiAwIDEtLjkgMS0ycy41LTIgMS0yYy42IDAgMS0xLjQgMS0zIDAtMS43LjUtMyAxLTMgLjYgMCAxLTMuNSAxLTguNXMtLjQtOC41LTEtOC41Yy0uNSAwLTEtMS40LTEtMyAwLTEuNy0uNC0zLTEtMy0uNSAwLTEtMS4xLTEtMi41cy0uNC0yLjUtMS0yLjVjLS41IDAtMS0uNi0xLTEuNCAwLTEuNi0xMi4xLTE0LjItMTguOS0xOS42LTIuNS0xLjktNS00LjEtNS43LTQuOC0uNy0uNi0xLjYtMS4yLTIuMS0xLjJzLTEuNS0uOS0yLjMtMmMtLjgtMS4xLTEuOS0yLTIuNS0yLS41IDAtMi4yLTEuMS0zLjgtMi40LTEuNS0xLjMtNC4xLTIuOS01LjctMy42LTEuNy0uNy0zLTEuNi0zLTEuOSAwLS40LTEuNi0xLjMtMy41LTIuMXMtMy41LTEuNy0zLjUtMi4yYzAtLjQtLjktLjgtMS45LS44LTEuMSAwLTIuMS0uNC0yLjMtLjgtLjUtMS40LTE3LTguOS0yNS4zLTExLjYtNC40LTEuNS04LjgtMy4xLTkuNy0zLjYtMS0uNi0zLjEtMS00LjctMS0xLjcgMC0zLjMtLjUtMy42LTEtLjMtLjYtMi4yLTEtNC4xLTEtMS45IDAtMy40LS40LTMuNC0uOXMtMi40LTEuMi01LjItMS41Yy0yLjktLjMtOC43LTEtMTIuOC0xLjYtMTAuMi0xLjQtMzcuNi0yLjEtNDIuNS0xeiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: center;
}

.awards-user {
  max-width: 890px;
  padding: 25px 0;
}

.awards-user__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 133%;
  text-align: center;
  text-transform: uppercase;
  color: #525166;
  text-align: left;
  padding-bottom: 20px;
}

.awards-user__list.js-all-text li {
  display: block;
}

.awards-user__list ul li {
  background-color: #F5F5F5;
  padding: 7px 15px;
  margin-bottom: 10px;
  display: none;
}

.awards-user__list ul li:nth-child(-n+5) {
  display: block;
}

.awards-user__more {
  padding-top: 15px;
  display: none;
}

.hall-films__bar {
  display: flex;
  padding-bottom: 35px;
  padding-top: 25px;
}

.hall-films__sort {
  margin-left: auto;
}

.hall-films__find {
  flex-grow: 1;
  max-width: 500px;
}

.hall-films__find input {
  height: 52px;
  background-color: #292833;
  border: none;
  border-radius: 4px;
  padding: 0 50px 0 25px;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.11111 15.2222C12.0385 15.2222 15.2222 12.0385 15.2222 8.11111C15.2222 4.18375 12.0385 1 8.11111 1C4.18375 1 1 4.18375 1 8.11111C1 12.0385 4.18375 15.2222 8.11111 15.2222Z' stroke='%23525166' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 16.9999L13.1333 13.1332' stroke='%23525166' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  color: #fff;
  max-width: 300px;
  transition: 0.3s ease;
}

.hall-films__find input:hover {
  background-color: #424152;
}

.hall-films__find input:focus {
  background-color: #424152;
  max-width: 100%;
}

.hall-films__find input::placeholder {
  color: #ABA9BC;
}

.hall-films__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.hall-films__item {
  margin-bottom: 20px;
  border-radius: 5px;
  width: 100%;
  padding: 8px;
  border: 1px solid transparent;
}

.hall-films__item--light {
  background-color: #E7E6F5;
}

.hall-films .minicard-film__rate {
  display: none;
}

.hall-films .minicard-film__cover picture {
  padding-top: 146%;
}

.dark-mode .grade-film__marks {
  display: flex;
  margin: -2px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dark-mode .grade-film__mark {
  flex-grow: 1;
  margin: 2px;
}

.dark-mode .grade-film__mark label {
  background-color: #292833;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  width: 100%;
  font-weight: 700;
  cursor: pointer;
}

.dark-mode .grade-film__mark label:hover {
  background: #424152;
}

.dark-mode .grade-film__mark input {
  display: none;
}

.dark-mode .grade-film__mark input:checked~label {
  background: #424152;
}

.dark-mode .page-film {
  color: #fff;
}

.dark-mode .page-film a {
  color: #fff;
}

.dark-mode .item-message {
  color: #ABA9BC;
}

.dark-mode .item-message--my .item-message__main span {
  background-color: #292833;
  padding: 10px 15px;
}

.dark-mode .item-message__main span {
  background-color: transparent;
  font-weight: 500;
  line-height: 160%;
  color: #fff;
  padding-top: 4px;
  padding-left: 0;
  font-size: 13px;
}

.dark-mode .item-message__detail {
  font-weight: 500;
  color: #ABA9BC;
  font-size: 12px;
}

.dark-mode .item-message__photo .bgimage {
  background-color: #111111;
}

.dark-mode .item-message__action {
  padding-top: 5px;
}

.dark-mode .item-message__reply {
  border: transparent;
  background-color: #292833;
  border-radius: 0;
  padding: 6px 8px;
}

.dark-mode .item-message__reply textarea {
  background-color: transparent;
  color: #92919F;
  font-weight: 500;
  border: transparent;
  display: block;
  resize: none;
  min-height: 34px;
  height: 34px;
  font-size: 14px;
  transition: 0.3s ease;
  padding: 10px 10px 8px 10px;
  width: 100%;
  border: none !important;
}

.dark-mode .item-message__reply textarea:hover {
  resize: none;
}

.dark-mode .item-message__reply textarea:focus {
  color: #fff;
  height: 4.5em !important;
  resize: vertical;
}

.dark-mode .item-message__reply-button {
  width: 36px;
  height: 36px;
  transition: 0.4s ease;
}

.dark-mode .item-message__reply-button:hover {
  background-color: #424152;
}

.dark-mode .item-message__reply-button svg {
  filter: invert(0.6);
  width: 24px;
  height: 24px;
}

.page-film {
  margin-bottom: 35px;
  overflow: hidden;
}

.page-film__main {
  flex-grow: 1;
}

.page-film__bottom-bar {
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

.page-film__bottom-bar>div {
  margin-right: 10px;
}

.page-film__bottom-bar>div:last-child {
  margin-right: 0;
}

.page-film__details {
  display: flex;
  flex-direction: column;
}

.page-film__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 133%;
  text-align: center;
  text-transform: uppercase;
  color: #525166;
  text-align: left;
  color: #fff;
  display: none;
}

.page-film__note {
  width: 100%;
  display: flex;
  background-color: #292833;
  padding: 8px 10px;
  width: auto;
  margin-bottom: 30px;
}

.page-film__note textarea {
  background-color: transparent;
  color: #92919F;
  font-weight: 500;
  border: transparent;
  display: block;
  resize: vertical;
  min-height: 34px;
  height: 34px;
  font-size: 14px;
  transition: 0.3s ease;
  padding: 10px 10px 8px 10px;
  width: 100%;
}

.page-film__note textarea:focus {
  outline: none;
  min-height: 90px;
}

.page-film__info {
  display: none;
}

.page-film__info ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-film__info ul li {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}

.page-film__info ul li::after {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  background-color: #ABA9BC;
  margin: 0 10px;
}

.page-film__info ul li:last-child::after {
  display: none;
}

.page-film__player {
  padding-bottom: 25px;
}

.page-film__player .player-video {
  padding-top: 55.2%;
  background-color: #1d1d22;
  border: 8px solid #292833;
  position: relative;
}

.page-film__player .player-video>div {
  position: absolute;
  left: 0;
  right: 0;
  width: 100% !important;
  top: 0;
  bottom: 0;
  height: 100% !important;
}

.page-film__description {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  overflow: hidden;
}

.page-film__more {
  padding-bottom: 25px;
  font-weight: 700;
}

.page-film__team {
  padding-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.page-film__team .film-team {
  flex-grow: 1;
  flex-basis: 130px;
  margin: 5px;
  max-width: 200px;
}

.page-film__team .film-team__post {
  display: block;
  font-size: 14px;
  color: #ABA9BC;
  font-weight: 500;
}

.page-film__team .film-team__name {
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.film-details__censor {
  position: absolute;
  color: #fff;
  z-index: 111;
  top: 7px;
  right: 12px;
  font-weight: bold;
  text-shadow: 0 0px 2px #000;
  font-size: 12px;
}

.film-details__title {
  display: block;
  padding-bottom: 5px;
}

.film-details__title h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 133%;
  text-align: center;
  text-transform: uppercase;
  color: #525166;
  text-align: left;
  color: #fff;
}

.film-details__info {
  display: block;
  padding-bottom: 20px;
}

.film-details__info ul {
  display: flex;
  align-items: center;
}

.film-details__info ul li {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}

.film-details__info ul li::after {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  background-color: #5A5970;
  margin: 0 10px;
}

.film-details__info ul li:last-child::after {
  display: none;
}

.film-details__year {
  padding-bottom: 21px;
}

.film-details__year ul {
  display: flex;
  align-items: center;
}

.film-details__year ul li {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}

.film-details__year ul li::after {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  background-color: #5A5970;
  margin: 0 10px;
}

.film-details__year ul li:last-child::after {
  display: none;
}

.film-details__cover {
  position: relative;
  z-index: 1;
  border-radius: 7px;
  padding-bottom: 25px;
}

.film-details__cover picture {
  display: block;
  padding-top: 146%;
  position: relative;
  background-color: #424152;
  border-radius: 8px;
}

.film-details__cover picture img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 8px;
}

.film-details__list {
  padding-bottom: 25px;
}

.film-details__list ul {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.film-details__list ul li {
  flex-grow: 1;
  flex-basis: 130px;
  max-width: 150px;
  margin: 5px;
  margin-bottom: 15px;
}

.film-details__list ul li small {
  display: block;
  font-size: 14px;
  color: #ABA9BC;
}

.film-details__list ul li span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
}

.film-details__list ul li span a {
  color: #fff;
}

.film-details__list ul li span a:hover {
  text-decoration: underline;
}

.film-seans {
  padding-bottom: 25px;
}

.film-seans__title {
  font-size: 16px;
  color: #ABA9BC;
  padding-bottom: 15px;
}

.film-seans__list {
  display: flex;
  margin: -5px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.film-seans__wrp {
  position: relative;
}

.film-seans__nav-next {
  position: absolute;
  right: -5px;
  top: 0;
}

.film-seans__nav-prev {
  position: absolute;
  left: -5px;
  top: 0;
}

.film-seans__nav-next,
.film-seans__nav-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #111111;
  box-shadow: 0 0 15px 8px #111111;
  bottom: 10px;
  width: 30px;
}

.film-seans__nav-next:hover,
.film-seans__nav-prev:hover {
  cursor: pointer;
}

.seans-list {
  margin: 5px;
  padding: 12px 13px;
  background-color: #292833;
  transition: 0.4s ease;
}

.seans-list:hover {
  background-color: #424152;
}

.seans-list__date {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
}

.seans-list__date span {
  display: flex;
  align-items: center;
}

.seans-list__date span::after {
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  background-color: #5A5970;
  margin: 0 5px;
}

.seans-list__date span:last-child::after {
  display: none;
}

.seans-list__time {
  font-size: 24px;
  font-weight: 700;
}

.film-grade {
  padding-bottom: 25px;
}

.film-grade__title {
  font-size: 16px;
  color: #ABA9BC;
  padding-bottom: 20px;
}

.film-grade__add {
  padding-bottom: 10px;
}

.film-grade .btn {
  height: 44px;
  border-color: #fff;
  border-radius: 0;
  background-color: #fff;
  color: #111111;
  transition: background-color 0.4s ease;
  padding-top: 2px;
  padding-bottom: 0;
  width: 100%;
}

.film-grade .btn:hover {
  background-color: #5A5970;
  color: #fff;
}

.film-grade .btn:hover svg {
  filter: invert(1);
}

.film-grade__wrp {
  padding-left: 108px;
  position: relative;
}

.film-grade__wrp .hide-mobile {
  display: none;
}

.film-grade__wrp .hide-desctop {
  display: inline;
}

.film-grade__edit {
  padding-top: 25px;
}

.film-grade__count {
  position: relative;
  width: 64px;
  height: 44px;
  margin-right: 10px;
  max-width: 64px;
  background-color: #292833;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.film-grade__count span {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}

.film-grade__total {
  width: 98px;
  height: 98px;
  background-color: #292833;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.film-grade__total span {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}

.film-note__wrapper {
  display: flex;
  background-color: #292833;
  padding: 8px 10px;
  width: auto;
  margin-bottom: 30px;
}

.film-note {
  width: 100%;
  flex-grow: 1;
}

.film-note--focus {
  flex-grow: 1;
  min-height: 180px;
}

.film-note--focus textarea {
  height: 100% !important;
  transition: none;
}

.film-note__send button {
  background-color: transparent;
  border: none;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  position: relative;
}

.film-note__send button:hover::before {
  width: 100%;
  height: 100%;
  background-color: #424152;
  border-radius: 5px;
}

.film-note__send button::before {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: transparent;
  content: '';
  display: block;
  border-radius: 30px;
  transition: 0.3s ease;
}

.film-note__send button svg {
  filter: invert(0.6);
}

.film-note textarea {
  background-color: transparent;
  color: #92919F;
  font-weight: 500;
  border: transparent;
  display: block;
  resize: none;
  min-height: 34px;
  height: 34px;
  font-size: 14px;
  transition: 0.3s ease;
  padding: 10px 10px 8px 10px;
  width: 100%;
}

.film-note textarea:focus {
  resize: vertical;
  border: none;
  outline: none;
  color: #fff;
  width: 100%;
}

.film-note textarea:empty {
  width: 100%;
}

.film-comments {
  padding-top: 50px;
  padding-bottom: 75px;
  border-top: 1px solid #5A5970;
}

.film-comments__wrp {
  max-width: 890px;
  margin: 0 auto;
}

.film-comments__more {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.film-comments__more .btn {
  background-color: transparent;
  font-size: 13px;
  font-weight: 600;
  text-transform: none;
  color: #fff;
  height: 34px;
  padding: 0 15px;
}

.film-comments__more .btn:hover {
  background-color: #292833;
}

.film-comments__add {
  display: flex;
  background-color: #292833;
  padding: 8px 10px;
  width: auto;
  margin-bottom: 30px;
}

.film-comments__textarea {
  width: 100%;
  flex-grow: 1;
}

.film-comments__textarea textarea {
  background-color: transparent;
  color: #92919F;
  font-weight: 500;
  border: transparent;
  display: block;
  resize: none;
  min-height: 34px;
  height: 34px;
  font-size: 14px;
  transition: 0.3s ease;
  padding: 10px 10px 8px 10px;
  width: 100%;
}

.film-comments__textarea textarea:focus {
  resize: vertical;
  border: none;
  outline: none;
  color: #fff;
}

.film-comments__textarea textarea:empty {
  width: 100%;
}

.film-comments__send button {
  background-color: transparent;
  border: none;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  position: relative;
}

.film-comments__send button::before {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: transparent;
  content: '';
  display: block;
  border-radius: 30px;
  transition: 0.3s ease;
}

.film-comments__send button:hover::before {
  width: 100%;
  height: 100%;
  background-color: #424152;
  border-radius: 5px;
}

.film-comments__send button svg {
  filter: invert(0.6);
}

.film-comments__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  text-align: center;
  text-transform: uppercase;
  color: #525166;
  color: #fff;
  text-align: left;
  position: relative;
  display: inline-block;
  padding-bottom: 25px;
}

.film-comments__title span {
  font-size: 14px;
  color: #ABA9BC;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  right: -25px;
  top: -15px;
}

.juru-comment {
  border-top: 1px solid #5A5970;
}

.juru-comment__wrp {
  max-width: 890px;
  margin: 0 auto;
  padding-top: 55px;
  padding-bottom: 75px;
}

.juru-comment__textarea {
  width: 100%;
  background-color: #292833;
  padding: 8px 10px;
  width: 100%;
}

.juru-comment__textarea textarea {
  background-color: transparent;
  color: #92919F;
  font-weight: 500;
  border: transparent;
  display: block;
  resize: none;
  min-height: 34px;
  height: 34px;
  font-size: 14px;
  transition: 0.3s ease;
  padding: 8px 10px 8px 10px;
  width: 100%;
}

.juru-comment__textarea textarea:focus {
  resize: vertical;
  border: none;
  outline: none;
  color: #fff;
}

.juru-comment__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  text-align: center;
  text-transform: uppercase;
  color: #525166;
  color: #fff;
  text-align: left;
  position: relative;
  display: inline-block;
  padding-bottom: 25px;
}

.juru-comment__title span {
  font-size: 14px;
  color: #ABA9BC;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  right: -25px;
  top: -15px;
}

.juru-comment__action {
  color: #424152;
  display: flex;
  align-items: center;
  padding-top: 10px;
  font-weight: 600;
}

.juru-comment__action>div {
  margin-right: 10px;
}

.juru-comment__action>div:hover {
  color: #5A5970;
  cursor: pointer;
  text-decoration: underline;
}

.juru-comment__action>div:last-child {
  margin-right: 0;
}

.juru-comment__public {
  margin-left: auto;
}

.user-review {
  border-top: 1px solid #5A5970;
  margin-top: 0px;
  color: #ABA9BC;
}

.user-review__wrp {
  max-width: 890px;
  margin: 0 auto;
  padding-top: 55px;
  padding-bottom: 55px;
}

.user-review__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  text-align: center;
  text-transform: uppercase;
  color: #525166;
  color: #fff;
  text-align: left;
  position: relative;
  display: inline-block;
  padding-bottom: 30px;
}

.user-review__title span {
  font-size: 14px;
  color: #ABA9BC;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  right: -25px;
  top: -15px;
}

.user-review__list {
  margin: -12px;
  display: flex;
  flex-wrap: wrap;
  max-height: 0;
  overflow: hidden;
  transition: 0.4s ease;
}

.user-review__list.open {
  max-height: 1000px;
}

.user-review__list.open.open-scroll {
  overflow-y: auto;
}

.user-review__item {
  padding: 12px;
  width: 100%;
}

.user-review__head {
  display: inline-flex;
}

.user-review__arrow {
  margin-left: 1em;
}

.user-review__arrow.open svg {
  transform: rotate(180deg);
}

.user-review__arrow svg {
  stroke: #fff;
  stroke-width: 2px;
  transition: 0.4s ease;
  width: 36px;
  height: 36px;
}

.item-user-review {
  background-color: #292833;
  padding: 10px;
  display: flex;
  transition: 0.3s ease;
}

.item-user-review:hover {
  background-color: #424152;
}

.item-user-review__photo .bgimage {
  width: 36px;
  height: 36px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  transition: 0.3s ease;
  border-radius: 50%;
  background-color: #111111;
  margin-bottom: -10px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI0Ljk5IDI0LjU4N2MuMDk0Ljc3Ni0uNTQ0IDEuNDEzLTEuMzE3IDEuNDEzSDEyLjMyN2MtLjc3MyAwLTEuNDExLS42MzctMS4zMTgtMS40MTMuNTI3LTQuMzcxIDMuNDU2LTYuNzE3IDYuOTkxLTYuNzE3IDMuNTM1IDAgNi40NjQgMi4zNDYgNi45OSA2LjcxN3ptLTMuNjQ3LTExLjIwM2MwIDEuODctMS40OTcgMy4zODQtMy4zNDMgMy4zODQtMS44NDYgMC0zLjM0My0xLjUxNS0zLjM0My0zLjM4NFMxNi4xNTQgMTAgMTggMTBjMS44NDYgMCAzLjM0MyAxLjUxNSAzLjM0MyAzLjM4NHoiIGZpbGw9IiM5MjkxOUYiLz48L3N2Zz4=);
}

.item-user-review__user {
  font-weight: 500;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.item-user-review__name {
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 275px;
  display: block;
}

.item-user-review__separate {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  background-color: #ABA9BC;
  margin: 0 10px;
}

.item-user-review__main {
  margin-left: 15px;
  flex-grow: 1;
}

.item-user-review__link a {
  color: #fff;
  font-weight: 500;
}

.item-user-review__link a:hover {
  text-decoration: underline;
}

.item-user-review__total {
  margin-left: auto;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-user-review__total span {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  /* identical to box height, or 133% */
  text-align: center;
}

.player-trailer {
  width: 130vh;
  background-color: #2e2b3a;
  margin: -10px;
  max-width: calc(100% + 20px);
}

.player-trailer__iframe {
  padding-top: 60%;
  background: #2e2b3a;
  position: relative;
  max-width: 100%;
}

.player-trailer__iframe iframe {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  top: 0;
  border: none;
}

.player-trailer__desc {
  color: #fff;
  padding: 15px 17px;
}

.ic-play-trailer {
  width: 1em;
  height: 1em;
  display: inline-block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjciIGhlaWdodD0iNzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYzIDMxLjA3MmM1LjMzMyAzLjA3OSA1LjMzMyAxMC43NzcgMCAxMy44NTZMMTIgNzQuMzczYy01LjMzMyAzLjA4LTEyLS43Ny0xMi02LjkyOFY4LjU1NUMwIDIuMzk3IDYuNjY3LTEuNDUyIDEyIDEuNjI3bDUxIDI5LjQ0NXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 12px;
}

.ic-star-fav {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='218' height='210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M212.389 97.703c5.023-4.897 6.797-12.083 4.629-18.755-2.168-6.672-7.827-11.443-14.769-12.452l-52.969-7.697a.296.296 0 01-.223-.162L125.37 10.64c-3.104-6.291-9.391-10.2-16.407-10.2s-13.302 3.909-16.406 10.2L68.87 58.637a.298.298 0 01-.223.162l-52.968 7.697C8.736 67.505 3.078 72.276.91 78.948-1.259 85.62.515 92.806 5.54 97.703l38.327 37.361c.07.068.102.166.085.262l-9.048 52.755c-1.186 6.914 1.604 13.771 7.28 17.894 5.675 4.125 13.058 4.657 19.267 1.393l47.376-24.907a.296.296 0 01.276 0l47.376 24.907a18.304 18.304 0 008.531 2.121c3.777 0 7.53-1.184 10.736-3.514 5.675-4.123 8.464-10.98 7.279-17.895l-9.048-52.754a.297.297 0 01.085-.262l38.328-37.361zm-56.155 40.665l9.048 52.754c.024.14.031.182-.118.29-.149.108-.187.088-.312.022l-47.377-24.908a18.301 18.301 0 00-17.027 0l-47.376 24.907c-.125.065-.163.086-.312-.022-.149-.108-.142-.15-.118-.289l9.048-52.755a18.294 18.294 0 00-5.262-16.194l-38.326-37.36c-.1-.1-.132-.128-.075-.303.057-.175.1-.181.24-.202l52.967-7.697A18.29 18.29 0 0085.01 66.603l23.688-47.998c.063-.126.081-.165.265-.165s.203.039.265.165l23.688 47.998a18.29 18.29 0 0013.776 10.008l52.968 7.697c.14.02.182.027.239.202.057.175.026.205-.075.303l-38.328 37.361a18.298 18.298 0 00-5.262 16.194z' fill='%23fff'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 12px;
  transition: 0.5s ease;
}

.page-film__fav .btn.active .ic-star-fav {
  background-image: url("data:image/svg+xml,%3Csvg width='218' height='210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M212.389 97.703c5.023-4.897 6.797-12.083 4.629-18.755-2.168-6.672-7.827-11.443-14.769-12.452l-52.969-7.697a.296.296 0 01-.223-.162L125.37 10.64c-3.104-6.291-9.391-10.2-16.407-10.2s-13.302 3.909-16.406 10.2L68.87 58.637a.298.298 0 01-.223.162l-52.968 7.697C8.736 67.505 3.078 72.276.91 78.948-1.259 85.62.515 92.806 5.54 97.703l38.327 37.361c.07.068.102.166.085.262l-9.048 52.755c-1.186 6.914 1.604 13.771 7.28 17.894 5.675 4.125 13.058 4.657 19.267 1.393l47.376-24.907a.296.296 0 01.276 0l47.376 24.907a18.304 18.304 0 008.531 2.121c3.777 0 7.53-1.184 10.736-3.514 5.675-4.123 8.464-10.98 7.279-17.895l-9.048-52.754a.297.297 0 01.085-.262l38.328-37.361z' fill='%23fff'/%3E%3C/svg%3E");
}

.page-film__details .film-grade__wrp {
  padding-left: 0;
}

.page-film__details .film-grade__wrp .film-grade__total {
  position: relative;
  margin-bottom: 15px;
}

.block-rating__list {
  padding-bottom: 45px;
}

.block-rating__item {
  margin-bottom: 20px;
}

.card-rating {
  background: #FFFFFF;
  border: 1px solid #BCBCBC;
  border-radius: 4px;
  padding: 25px;
}

.card-rating__position {
  display: none;
}

.card-rating__details {
  display: flex;
  padding-bottom: 25px;
  align-items: center;
}

.card-rating__info {
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-rating__number {
  padding-top: 0.3em;
  padding-bottom: 0.4em;
  font-weight: 600;
  font-size: 12px;
  color: #525166;
}

.card-rating__name {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-bottom: 0.4em;
}

.card-rating__name a {
  font-weight: 600;
  font-size: 14px;
  color: #525166;
}

.card-rating__cover {
  min-width: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.card-rating__cover picture {
  display: block;
  height: 100%;
  background-color: #424152;
  position: relative;
  overflow: hidden;
}

.card-rating__cover picture img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  color: #424152;
}

.card-rating__grade {
  padding-bottom: 25px;
}

.card-rating__grade::before {
  content: attr(data-title);
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 13px;
  line-height: 167%;
  color: #92919F;
  display: block;
}

.card-rating__grade ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4px 0;
}

.card-rating__grade ul li span {
  color: #525166;
  font-weight: 500;
}

.card-rating__grade ul li span:last-child {
  color: #525166;
  border: 1px solid #BCBCBC;
  border-radius: 5px;
  padding: 0.3em 0.5em;
  font-weight: 600;
  min-width: 40px;
  text-align: center;
}

.card-rating__total::before {
  content: attr(data-title);
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 13px;
  line-height: 167%;
  color: #92919F;
  display: block;
  white-space: nowrap;
}

.card-rating__total span {
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #525166;
}

.card-rating__status {
  color: #5A5970;
  font-weight: 500;
  display: flex;
  align-items: center;
  font-size: 13px;
}

.card-rating__status::before {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  content: '';
  background-color: #92919F;
  margin-right: 10px;
}

.card-rating__status--viewed {
  color: #2FA81A;
}

.card-rating__status--viewed:before {
  background-color: #2FA81A;
}

.card-rating__status--noviewed {
  color: #cf1c5d;
}

.card-rating__status--noviewed:before {
  background-color: #cf1c5d;
}

.card-rating__status--nograde {
  color: #EB7D00;
}

.card-rating__status--nograde:before {
  background-color: #EB7D00;
}

.dark-mode .card-rating {
  background: #292833;
  border: none;
  border-radius: 0;
}

.dark-mode .card-rating__grade ul li span {
  color: #fff;
}

.dark-mode .card-rating__grade ul li span:last-child {
  border: 1px solid #424152;
  border-radius: 5px;
  background-color: #424152;
}

.dark-mode .card-rating__name a {
  color: #fff;
}

.dark-mode .card-rating__total span {
  color: #fff;
}

.grade-film {
  color: #fff;
  width: 100vw;
  max-width: 100%;
}

.grade-film__wrp {
  max-width: 440px;
  margin: 0 auto;
}

.grade-film__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 133%;
  text-align: center;
  text-transform: uppercase;
  color: #525166;
  color: #fff;
  text-align: left;
  padding-bottom: 25px;
  padding-top: 25px;
}

.grade-film__step {
  display: none;
}

.grade-film__step.active {
  display: block;
  animation: slide-right 0.4s ease forwards;
}

.grade-film__step.slide-hide {
  animation: slide-right-hide 0.4s ease forwards;
}

.grade-film__desc {
  color: #eee;
  padding-bottom: 25px;
  font-size: 16px;
  font-weight: 600;
}

.grade-film__input {
  padding-bottom: 25px;
}

.grade-film__input label {
  font-size: 14px;
  color: #ABA9BC;
  font-weight: 600;
  display: block;
  padding-bottom: 7px;
}

.grade-film__input input {
  height: 52px;
  background-color: #292833;
  border: none;
  border-radius: 0;
  text-align: center;
  font-size: 24px;
  color: #ABA9BC;
  font-weight: 600;
}

.grade-film__fields {
  padding-bottom: 15px;
}

.grade-film__btn .btn {
  width: 100%;
  height: 52px;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  border-radius: 0;
}

.grade-film__btn .btn.btn-white {
  background-color: #fff;
  color: #222B32;
}

.grade-film__btn .btn.btn-white:hover {
  color: #fff;
}

.grade-film__btn .btn:hover {
  border-color: #5A5970;
  background-color: #292833;
}

.grade-film__check {
  padding-bottom: 15px;
}

.grade-film__note {
  padding-bottom: 25px;
  color: #eee;
  font-weight: 500;
  font-size: 15px;
}

.grade-film .checkbox__elem.zoom-check {
  animation: check-zoom 0.8s ease infinite;
}

.grade-film__back {
  display: flex;
  align-items: center;
  position: absolute;
  top: 25px;
  left: 20px;
  cursor: pointer;
}

.grade-film__back span {
  font-size: 18px;
  font-weight: 600;
  margin-left: 10px;
}

.grade-film__back svg {
  stroke: #fff;
  filter: invert(1) grayscale(1) brightness(2);
  width: 1.2em;
  height: 1.2em;
  stroke-width: 1.5px;
}

.review-film-form {
  color: #fff;
  width: 100vw;
  max-width: 100%;
}

.review-film-form__wrp {
  max-width: 440px;
  margin: 0 auto;
}

.review-film-form__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 133%;
  text-align: center;
  text-transform: uppercase;
  color: #525166;
  color: #fff;
  text-align: left;
  margin-right: 15px;
  padding-bottom: 5px;
}

.review-film-form__textarea {
  width: 100%;
  flex-grow: 1;
  background-color: #292833;
  padding: 8px 10px;
}

.review-film-form__textarea textarea {
  background-color: transparent;
  color: #92919F;
  font-weight: 500;
  border: transparent;
  display: block;
  resize: none;
  min-height: 34px;
  height: 34px;
  font-size: 14px;
  transition: 0.3s ease;
  padding: 8px 10px 8px 10px;
  width: 100%;
  min-height: 170px;
}

.review-film-form__textarea textarea:focus {
  resize: vertical;
  border: none;
  outline: none;
  color: #fff;
}

.review-film-form__desc {
  color: #eee;
  padding-bottom: 25px;
  font-size: 16px;
  font-weight: 600;
}

.review-film-form__label {
  color: #ABA9BC;
  font-weight: 600;
  padding-bottom: 10px;
}

.review-film-form__textarea {
  margin-bottom: 10px;
}

.review-film-form__note {
  padding-bottom: 35px;
  color: #eee;
  font-size: 16px;
  font-weight: 600;
}

.review-film-form__btn .btn {
  width: 100%;
  height: 52px;
  color: #111111;
  font-size: 14px;
  border-radius: 0;
}

.your-review {
  color: #fff;
  width: 100vw;
  max-width: 100%;
}

.your-review__wrp {
  max-width: 890px;
  margin: 0 auto;
}

.your-review__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  text-align: center;
  text-transform: uppercase;
  color: #525166;
  color: #fff;
  text-align: left;
  margin-right: 15px;
}

.your-review__head {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 25px;
}

.your-review__grade {
  background-color: #292833;
  padding: 10px 20px;
  color: #ABA9BC;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.your-review__grade span {
  margin-left: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

.your-review__text {
  padding-bottom: 35px;
  font-size: 14px;
  line-height: 150%;
}

.your-review__subtitle {
  color: #ABA9BC;
  padding-bottom: 1em;
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
}

.your-review__comment {
  background-color: #292833;
  padding: 1em 1.2em;
  margin-bottom: 1em;
  font-size: 14px;
  line-height: 150%;
}

.review-grade {
  color: #fff;
  width: 100vw;
  max-width: 100%;
}

.review-grade__wrp {
  max-width: 890px;
  margin: 0 auto;
}

.review-grade__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  text-align: center;
  text-transform: uppercase;
  color: #525166;
  color: #fff;
  text-align: left;
  padding-bottom: 25px;
}

.review-grade__text {
  padding-bottom: 35px;
  font-size: 14px;
  line-height: 150%;
}

.review-grade__add {
  display: flex;
  background-color: #292833;
  padding: 8px 10px;
  width: 100%;
  margin-bottom: 30px;
}

.review-grade__textarea {
  width: 100%;
  flex-grow: 1;
}

.review-grade__textarea textarea {
  background-color: transparent;
  color: #92919F;
  font-weight: 500;
  border: transparent;
  display: block;
  resize: none;
  min-height: 34px;
  height: 34px;
  font-size: 14px;
  transition: 0.3s ease;
  padding: 10px 10px 8px 10px;
  width: 100%;
}

.review-grade__textarea textarea:focus {
  resize: vertical;
  border: none;
  outline: none;
  color: #fff;
}

.review-grade__photo {
  padding-bottom: 25px;
}

.review-grade__photo picture img {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI0Ljk5IDI0LjU4N2MuMDk0Ljc3Ni0uNTQ0IDEuNDEzLTEuMzE3IDEuNDEzSDEyLjMyN2MtLjc3MyAwLTEuNDExLS42MzctMS4zMTgtMS40MTMuNTI3LTQuMzcxIDMuNDU2LTYuNzE3IDYuOTkxLTYuNzE3IDMuNTM1IDAgNi40NjQgMi4zNDYgNi45OSA2LjcxN3ptLTMuNjQ3LTExLjIwM2MwIDEuODctMS40OTcgMy4zODQtMy4zNDMgMy4zODQtMS44NDYgMC0zLjM0My0xLjUxNS0zLjM0My0zLjM4NFMxNi4xNTQgMTAgMTggMTBjMS44NDYgMCAzLjM0MyAxLjUxNSAzLjM0MyAzLjM4NHoiIGZpbGw9IiM5MjkxOUYiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70% auto;
  background-color: #292833;
  color: transparent;
}

.review-grade__send button {
  background-color: transparent;
  border: none;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  position: relative;
}

.review-grade__send button::before {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: transparent;
  content: '';
  display: block;
  border-radius: 30px;
  transition: 0.3s ease;
}

.review-grade__send button:hover::before {
  width: 100%;
  height: 100%;
  background-color: #424152;
  border-radius: 5px;
}

.review-grade__send button svg {
  filter: invert(0.6);
}

.review-grade__radio label input {
  display: none;
}

.review-grade__radio label input:checked~span {
  background-color: #424152;
}

.review-grade__radio label span {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.review-grade__radio label span:hover {
  background-color: #424152;
}

.review-grade__radio ul {
  display: inline-flex;
  align-items: center;
  background-color: #292833;
  padding: 2px;
}

.review-grade__save {
  padding-top: 45px;
}

.review-grade__save .btn {
  color: #111111;
  border-radius: 0;
  font-size: 14px;
  height: 52px;
  width: 100%;
}

.success-msg {
  display: none;
}

.success-msg__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 133%;
  text-align: center;
  text-transform: uppercase;
  color: #525166;
  color: #fff;
  text-align: left;
  margin-right: 15px;
  padding-bottom: 10px;
}

.success-msg__msg {
  color: #ABA9BC;
  padding-bottom: 25px;
  font-size: 16px;
  font-weight: 500;
}

.success-msg__icon {
  padding-bottom: 20px;
}

.success-msg__icon .bgimage {
  width: 150px;
  height: 100px;
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

.all-films__competition {
  padding-bottom: 25px;
}

.all-films__competition ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.all-films__competition ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
  text-transform: uppercase;
  color: #92919F;
  display: inline-flex;
  align-items: center;
}

.all-films__competition ul li::after {
  content: '/';
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: 18px;
  color: inherit;
  display: inline-block;
  padding: 0 0.5em;
}

.all-films__competition ul li:last-child::after {
  display: none;
}

.all-films__competition ul li a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.all-films__competition ul li a.active {
  font-size: 20px;
  line-height: 36px;
  text-transform: uppercase;
  color: #525166;
  font-weight: 700;
}

.all-films__tabs {
  padding-bottom: 35px;
}

.all-films__tabs select {
  height: 57px;
}

.all-films__tabs>ul {
  display: flex;
  margin: -6px;
  flex-direction: column;
}

.all-films__tabs>ul>li {
  margin: 6px;
}

.all-films__tabs>ul>li .active .btn {
  color: #525166;
}

.all-films__tabs>ul>li .active .btn:hover {
  color: #fff;
}

.all-films__tabs .af-select {
  max-width: 360px !important;
  height: auto;
}

.all-films__tabs .af-select .select-styled {
  border: 1px solid #92919F;
  border-radius: 5px;
  font-weight: 600;
}

.all-films__tabs .af-select .af-selected-placeholder::before {
  text-transform: none;
}

.all-films__tabs--group .af-select {
  min-width: 300px;
}

.all-films__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.all-films__item {
  margin-bottom: 20px;
  border-radius: 5px;
  width: 100%;
  padding: 8px;
  border: 1px solid #fff;
}

.all-films__item--light {
  background-color: #E7E6F5;
}

.minicard-film {
  display: flex;
  flex-direction: column;
}

.minicard-film__censor {
  position: absolute;
  color: #fff;
  z-index: 2;
  top: 7px;
  right: 12px;
  font-weight: bold;
  text-shadow: 0 0px 2px #000;
  font-size: 12px;
}

.minicard-film__cover {
  position: relative;
  z-index: 1;
  border-radius: 5px;
}

.minicard-film__cover picture {
  display: block;
  padding-top: 146%;
  position: relative;
  background-color: #eee;
}

.minicard-film__cover picture img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.minicard-film__image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 1em;
}

.minicard-film__image:hover .minicard-film__details {
  opacity: 1;
  visibility: visible;
}

.minicard-film__image:hover .minicard-film__details ul {
  transform: translateY(0);
}

.minicard-film__details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background-color: #525166;
  color: #fff;
  padding: 10px 12px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  border-radius: 5px;
  cursor: pointer;
}

.minicard-film__details ul {
  transform: translateY(10px);
  transition: 0.2s ease;
}

.minicard-film__details ul li {
  padding-bottom: 0.2em;
  font-size: 12px;
}

.minicard-film__details ul li span {
  display: block;
}

.minicard-film__details ul li span:last-child {
  font-weight: 600;
}

.minicard-film__rate {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.minicard-film__rate span {
  color: #fff;
  font-weight: 600;
  position: relative;
  top: 15px;
  padding: 0.14em 0.6em 0.14em 0.5em;
}

.minicard-film__title {
  padding-bottom: 0.5em;
}

.minicard-film__title a {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #525166;
}

.minicard-film__title a:hover {
  text-decoration: underline !important;
}

.minicard-film__year {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #92919F;
  margin-top: auto;
  padding-bottom: 0.5em;
}

.minicard-film__country {
  display: flex;
  align-items: center;
}

.minicard-film__flags ul {
  display: flex;
  align-items: center;
  margin: -2px;
}

.minicard-film__flags ul li {
  margin: 2px;
}

.minicard-film__flags ul li .bgimage {
  width: 23px;
  height: 17px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  transition: 0.3s ease;
  background-color: #eee;
  border: 1px solid #e7e6f5;
}

.minicard-film__duration {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #92919F;
  margin-left: 10px;
}

.film-group {
  animation: slide-up 0.3s ease;
}

.film-group__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.film-group__item {
  margin-bottom: 20px;
  border-radius: 5px;
  width: 100%;
  padding: 8px;
  border: 1px solid #fff;
}

.film-group__item--light {
  background-color: #E7E6F5;
}

.film-group__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  text-align: center;
  text-transform: uppercase;
  color: #525166;
  text-align: left;
  padding-bottom: 30px;
}

.film-group__title--viewed {
  color: #2FA81A;
}

.film-group__title--not-viewed {
  color: #ED1E69;
}

.film-group__title--not-vote {
  color: #EB7D00;
}

.block-info {
  padding: 15px;
  background-color: #d9d3e44d;
  margin-bottom: 25px;
  border-left: 3px solid #f2b238;
  color: #525166;
}

.block-info strong {
  font-weight: 600;
}

.about-user__main {
  flex-grow: 1;
}

.about-user__main {
  flex-grow: 1;
}

/* ==================================================== */

/* ==================================================== */

.dark-mode .minicard-film__title a {
  color: #fff;
}

.dark-mode .minicard-film__year {
  color: #ABA9BC;
}

.dark-mode .minicard-film__duration {
  color: #ABA9BC;
}

.dark-mode .minicard-film__flags ul li .bgimage {
  background-color: #5A5970;
  border: 1px solid #5A5970;
  border-radius: 2px;
}

.dark-mode .minicard-film__cover picture {
  background-color: #424152;
  color: #424152;
}

.gray-mode .minicard-film__title a {
  color: #fff;
}

.gray-mode .minicard-film__year {
  color: #ABA9BC;
}

.gray-mode .minicard-film__duration {
  color: #ABA9BC;
}

.gray-mode .minicard-film__flags ul li .bgimage {
  background-color: #5A5970;
  border: 1px solid #5A5970;
  border-radius: 2px;
}

.gray-mode .minicard-film__cover picture {
  background-color: #424152;
  color: #424152;
}

.gray-mode .minicard-film__details {
  background-color: #424152;
}

.messenger {
  position: relative;
  width: 100%;
}

.messenger__chat {
  display: none;
}

.messenger__messages {
  padding: 15px 0;
}

.messenger__scroll {
  height: 60vh;
  overflow: visible !important;
}

.messenger__new .btn {
  width: 100%;
}

.messenger__back span {
  cursor: pointer;
  margin-top: -30px;
  display: inline-flex;
  align-items: center;
}

.messenger__back span::before {
  content: '';
  width: 1em;
  height: 1em;
  display: inline-flex;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNSA5TDEgNWw0LTQiIHN0cm9rZT0iIzUyNTE2NiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 1em;
}

.messenger__user {
  font-size: 24px;
  font-weight: bold;
  color: #525166;
  text-transform: uppercase;
  padding-top: 30px;
}

.messenger__form {
  display: flex;
  align-items: stretch;
  border: 1px solid #bcbcbc;
  padding: 4px 4px 2px 4px;
  border-radius: 5px;
}

.messenger__button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  border-radius: 5px;
}

.messenger__button:hover {
  background-color: #eee;
  cursor: pointer;
}

.messenger__attach {
  margin-left: 5px;
  border-radius: 5px;
  width: 40px;
  height: 40px;
}

.messenger__attach label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.messenger__attach label input {
  display: none;
}

.messenger__attach svg {
  opacity: 0.4;
}

.messenger__attach:hover {
  background-color: #eee;
  cursor: pointer;
}

.messenger__field {
  flex-grow: 1;
}

.messenger__field textarea {
  width: 100%;
  max-width: 100%;
  resize: none;
  border: 1px solid transparent;
  outline: none;
  padding: 9px;
  min-height: 40px;
  height: 40px;
  max-height: 100px;
}

.messenger__field textarea:focus {
  outline: none;
}

.messenger__field textarea:focus,
.messenger__field textarea:hover {
  resize: vertical;
  outline: none;
  border: 1px solid #eee;
  border-radius: 5px;
}

.messenger .os-scrollbar-vertical {
  right: -25px;
}

.messenger-contact {
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  padding: 11px 11px;
  margin: 7px 0;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.messenger-contact:hover {
  background-color: #f5f5f5;
}

.messenger-contact.active {
  background-color: #92919F;
}

.messenger-contact.active.messenger-contact--unread::after {
  background-color: #fff;
}

.messenger-contact.active .messenger-contact__last,
.messenger-contact.active .messenger-contact__name {
  color: #fff;
}

.messenger-contact--unread::after {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background-color: #cf1c5d;
  content: '';
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}

.messenger-contact__photo {
  width: 48px;
  min-width: 48px;
}

.messenger-contact__photo .bgimage {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  transition: 0.3s ease;
  padding-top: 100%;
  background-color: #ddd;
  border-radius: 50%;
}

.messenger-contact__detail {
  padding-left: 15px;
  width: calc(100% - 45px);
  overflow: hidden;
}

.messenger-contact__name {
  font-size: 13px;
  line-height: 154%;
  text-transform: uppercase;
  color: #525166;
  font-weight: bold;
  margin-bottom: 0.2em;
  text-overflow: ellipsis;
  overflow: hidden;
}

.messenger-contact__last {
  font-size: 12px;
  line-height: 150%;
  color: #525166;
  margin-bottom: 0.2em;
  letter-spacing: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.messenger-contact__date {
  font-size: 12px;
  line-height: 20px;
  color: #92919F;
}

.item-message {
  padding: 15px 0;
}

.item-message.closed {
  display: none;
}

.item-message__head {
  display: flex;
  align-items: center;
}

.item-message__photo .bgimage {
  width: 36px;
  height: 36px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  transition: 0.3s ease;
  border-radius: 50%;
  background-color: #ddd;
  margin-bottom: -10px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI0Ljk5IDI0LjU4N2MuMDk0Ljc3Ni0uNTQ0IDEuNDEzLTEuMzE3IDEuNDEzSDEyLjMyN2MtLjc3MyAwLTEuNDExLS42MzctMS4zMTgtMS40MTMuNTI3LTQuMzcxIDMuNDU2LTYuNzE3IDYuOTkxLTYuNzE3IDMuNTM1IDAgNi40NjQgMi4zNDYgNi45OSA2LjcxN3ptLTMuNjQ3LTExLjIwM2MwIDEuODctMS40OTcgMy4zODQtMy4zNDMgMy4zODQtMS44NDYgMC0zLjM0My0xLjUxNS0zLjM0My0zLjM4NFMxNi4xNTQgMTAgMTggMTBjMS44NDYgMCAzLjM0MyAxLjUxNSAzLjM0MyAzLjM4NHoiIGZpbGw9IiM5MjkxOUYiLz48L3N2Zz4=);
}

.item-message__detail {
  display: flex;
  font-size: 12px;
  color: #525166;
  padding-left: 1em;
}

.item-message__name:after {
  content: ',';
  display: inline-block;
  padding: 0 4px 0 2px;
}

.item-message__main {
  padding-top: 0;
  padding-left: 48px;
}

.item-message__main span {
  background-color: #F5F5F5;
  padding: 10px;
  border-radius: 0px 8px 8px 8px;
  display: inline-block;
}

.item-message--my .item-message__head {
  flex-direction: row-reverse;
}

.item-message--my .item-message__name {
  display: none;
}

.item-message--my .item-message__main {
  padding-left: 0;
  padding-right: 48px;
  display: flex;
  justify-content: flex-end;
}

.item-message--my .item-message__main span {
  border-radius: 8px 0px 8px 8px;
  background-color: #EBEBF5;
}

.item-message--my .item-message__detail {
  padding-right: 1em;
}

.messanger-text-preview {
  top: 50%;
  position: relative;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  color: #ccc;
}

.filelist-item {
  background-color: #E7E6F5;
  padding: 7px 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
}

.filelist-name {
  font-weight: 600;
  color: #525166;
}

.filelist-remove {
  background-color: #fff;
  width: 20px;
  height: 20px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  padding: 3px 0 0 0;
  line-height: 12px;
  font-size: 18px;
  transform: rotate(45deg);
  cursor: pointer;
}

.item-message.fade-out-hide {
  animation: fade-out .6s ease;
}

.item-message__action {
  padding-top: 10px;
  padding-left: 48px;
}

.item-message__edit span.item-message__edit-save {
  color: #525166;
}

.item-message__delete span.item-message__delete-msg {
  font-weight: normal;
  color: #525166;
}

.item-message__delete span.item-message__delete-remove {
  color: #cf1c5d !important;
}

.item-message__default,
.item-message__edit,
.item-message__delete {
  display: none;
}

.item-message__default.open,
.item-message__edit.open,
.item-message__delete.open {
  display: flex;
}

.item-message__default-reply,
.item-message__edit-reply,
.item-message__delete-reply {
  margin-left: unset;
}

.item-message__default span,
.item-message__edit span,
.item-message__delete span {
  font-weight: 600;
  display: inline-block;
  cursor: pointer;
  margin-right: 1em;
  color: #92919F;
}

.item-message__default span:hover,
.item-message__edit span:hover,
.item-message__delete span:hover {
  color: #525166;
}

.item-message__main textarea {
  min-height: 120px;
  max-width: 100%;
  resize: vertical;
  width: 100%;
  border: 1px solid #BCBCBC;
  border-radius: 5px;
  font-size: 14px;
  padding: 15px;
  line-height: 140%;
}

.item-message__main textarea:focus {
  outline: none !important;
}

.item-message__answers {
  padding-left: 75px;
}

.item-message__reply {
  display: none;
  align-items: stretch;
  border: 1px solid #bcbcbc;
  padding: 4px 4px 2px 4px;
  border-radius: 5px;
}

.item-message__reply.open {
  display: flex;
}

.item-message__reply-field {
  flex-grow: 1;
}

.item-message__reply-field textarea {
  width: 100%;
  max-width: 100%;
  resize: none;
  border: 1px solid transparent;
  outline: none;
  padding: 9px;
  min-height: 40px;
  height: 40px;
  max-height: 100px;
}

.item-message__reply-field textarea:focus {
  outline: none;
}

.item-message__reply-field textarea:focus,
.item-message__reply-field textarea:hover {
  resize: vertical;
  outline: none;
  border: 1px solid #eee;
  border-radius: 5px;
}

.item-message__reply-button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  border-radius: 5px;
}

.item-message__reply-button:hover {
  background-color: #eee;
  cursor: pointer;
}

.section-page-default {
  display: flex;
  align-items: center;
}

.page-default {
  position: relative;
  max-width: 980px;
}

.page-default::before {
  content: '';
  width: 60px;
  height: 60px;
  display: block;
  border-right: 1px solid #525166;
  border-top: 1px solid #525166;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.5s ease;
}

.page-default::after {
  content: '';
  width: 60px;
  height: 60px;
  display: block;
  border-left: 1px solid #525166;
  border-bottom: 1px solid #525166;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s ease;
}

.page-default:hover::after {
  left: -10px;
  bottom: -10px;
}

.page-default:hover::before {
  right: -10px;
  top: -10px;
}

.page-default__title {
  font-size: 32px;
  font-weight: 700;
  color: #525166;
  line-height: 140%;
  margin-bottom: 20px;
}

.page-default__text {
  font-weight: 700;
  font-size: 20px;
  color: #525166;
  text-transform: uppercase;
}

.page-default__text {
  padding-bottom: 30px;
}

.page-default__date {
  display: flex;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #525166;
}

.page-default__date-month {
  height: 50px;
  padding: 0 1.5em;
  background-color: #525166;
  color: #dcdce0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-default__date-year {
  background-color: #dcdce0;
  height: 50px;
  padding: 0 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-default__date-link a {
  width: 50px;
  height: 50px;
  background-color: #525166;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-default__date-link a svg {
  width: 16px;
  height: 16px;
}

.page-default__date-link a:hover {
  opacity: 0.9;
}

.main-banner {
  padding: 20px 0;
}

.main-banner__small {
  padding-top: 0;
  display: none;
}

.main-banner__slider {
  height: 100%;
}

.main-banner__slider .splide {
  height: 100%;
}

.main-banner__slider .splide__track {
  height: 100%;
}

.button-play {
  width: 10px;
  height: 14px;
  box-sizing: border-box;
  transition: border 200ms;
  cursor: pointer;
  border-top: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 0 solid transparent;
  display: block;
}

.button-play.play {
  border-top: 8px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #525166;
}

.playing .button-play,
.button-play.pause {
  border-top: 0px solid transparent;
  border-right: 3px solid #525166;
  border-bottom: 0px solid transparent;
  border-left: 3px solid #525166;
  width: 9px;
  height: 14px;
}

li.button-play {
  margin-right: 10px;
  position: relative;
  top: 3px;
}

.main-banner__slider .splide__pagination {
  display: none;
}

.fp-watermark {
  display: none;
}

.image-banner {
  height: 100%;
  overflow: hidden;
}

.image-banner picture {
  display: flex;
  height: 100%;
  justify-content: space-between;
}

.image-banner picture img {
  height: auto;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.news-banner {
  height: 100%;
  overflow: hidden;
  background-color: #eee;
}

.news-banner__date {
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 155%;
  color: #92919F;
}

.news-banner__main {
  padding: 15px 20px;
}

.news-banner__title {
  padding-bottom: 10px;
}

.news-banner__title a {
  font-weight: 600;
  font-size: 18px;
  line-height: 155%;
  color: #525166;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-banner__title a:hover {
  text-decoration: underline;
}

.news-banner__desc {
  font-size: 16px;
  line-height: 150%;
  color: #92919F;
  letter-spacing: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-banner__image {
  height: calc(100% - 145px);
}

.news-banner__image picture {
  display: block;
  height: 100%;
  background-color: #ddd;
}

.news-banner__image picture img {
  height: 100%;
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.section-main-program {
  padding: 40px 0;
}

.main-program__head {
  padding-bottom: 45px;
}

.main-program__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 133%;
  text-align: center;
  text-transform: uppercase;
  color: #525166;
  text-align: left;
  padding-bottom: 20px;
}

.main-program__nav {
  display: flex;
  margin: -0px;
}

.main-program__nav-prev,
.main-program__nav-next {
  margin: 2px;
  width: 48px;
  height: 48px;
  background-color: #f5f5f5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-program__nav-prev:hover,
.main-program__nav-next:hover {
  background-color: #eee;
}

.main-program__nav-prev svg,
.main-program__nav-next svg {
  width: 14px;
  height: 14px;
}

.main-program__slider {
  margin: 0 auto;
  max-width: 90%;
}

.main-program__slider .splide__slide.is-active:not(.splide__slide--clone) picture {
  transform: scale(1);
  opacity: 1;
}

.main-program__slider .splide__slide.is-prev picture {
  transform: scale(0.9) translateX(-20px);
  opacity: 0.7;
}

.main-program__slider .splide__slide.is-next picture {
  transform: scale(0.9) translateX(20px);
  opacity: 0.7;
}

.main-program__slider .splide__slide picture {
  display: block;
  padding-top: 146%;
  position: relative;
  transform: scale(0.8);
  transition: 0.3s ease;
  opacity: 0.5;
}

.main-program__slider .splide__slide picture:hover {
  opacity: 1;
}

.main-program__slider .splide__slide picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-program__slider .splide__pagination {
  display: none;
}

.main-program__slider .splide__arrow {
  width: 45px;
  height: 45px;
  border-radius: 0;
  background-color: #525166;
  display: none;
  opacity: 1;
}

.main-program__slider .splide__arrow svg {
  fill: #fff;
  position: relative;
  top: 2px;
}

.main-program__slider .splide__arrow--next {
  right: -4.2em;
}

.main-program__slider .splide__arrow--prev {
  left: -4.2em;
}

.main-program__type {
  display: flex;
  flex-direction: reverse;
  align-items: center;
}

.main-program__name {
  padding-left: 0;
  margin-right: auto;
}

.main-program__name span {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  color: #525166;
  transform: translateX(0);
  opacity: 1;
  transition: 0.3s ease;
  display: inline-block;
}

.change-transition-right {
  transform: translateX(10px) !important;
  transition: 0.3s ease !important;
  opacity: 0 !important;
}

.section-main-events {
  padding: 40px 0;
}

.main-events__head {
  padding-bottom: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-events__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 133%;
  text-align: center;
  text-transform: uppercase;
  color: #525166;
  text-align: left;
}

.main-events__nav {
  display: flex;
  margin: -0px;
}

.main-events__nav-prev,
.main-events__nav-next {
  margin: 2px;
  width: 48px;
  height: 48px;
  background-color: #f5f5f5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-events__nav-prev:hover,
.main-events__nav-next:hover {
  background-color: #eee;
}

.main-events__nav-prev svg,
.main-events__nav-next svg {
  width: 14px;
  height: 14px;
}

.main-events__slider .splide__slide picture {
  display: block;
  padding-top: 80%;
  position: relative;
  background-color: #eee;
}

.main-events__slider .splide__slide picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-events__slider .splide__pagination {
  display: none;
}

.main-events__slider .splide__arrow {
  width: 48px;
  height: 48px;
  border-radius: 0;
  background-color: #f5f5f5;
  display: none;
  opacity: 1;
}

.main-events__slider .splide__arrow--next {
  right: -5.2em;
}

.main-events__slider .splide__arrow--prev {
  left: -5.2em;
}

.main-events__type {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.main-events__name {
  padding-left: 20px;
  margin-left: auto;
}

.main-events__name span {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  text-align: right;
  text-transform: uppercase;
  color: #525166;
  transform: translateX(0);
  opacity: 1;
  transition: 0.3s ease;
  display: inline-block;
}

.card-event__image {
  padding-bottom: 15px;
}

.card-event__image img {
  transition: 0.3s ease;
}

.card-event__image picture {
  overflow: hidden;
}

.card-event__image:hover img {
  transform: scale(1.1);
}

.card-event__date {
  font-size: 13px;
  line-height: 155%;
  color: #92919F;
  padding-bottom: 5px;
}

.card-event__title {
  padding-bottom: 5px;
}

.card-event__title a {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #525166;
  letter-spacing: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-event__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #92919F;
  letter-spacing: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.main-partners__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 133%;
  text-align: center;
  text-transform: uppercase;
  color: #525166;
  text-align: left;
  padding-bottom: 20px;
}

.main-partners__list {
  padding-bottom: 30px;
}

.main-partners__item {
  margin-bottom: 10px;
}

.card-partners__video a {
  display: block;
  padding-top: 45%;
  background-color: #eee;
  position: relative;
}

.card-partners__video a video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.partners-footer {
  height: 100%;
}

.partners-footer .fp-overflow {
  height: 100%;
}

.section-fp-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 50px;
}

.section-fp-wrap footer {
  margin-top: auto;
}

.section-main-events {
  padding: 40px 0;
}

.main-advice__head {
  padding-bottom: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-advice__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 133%;
  text-align: center;
  text-transform: uppercase;
  color: #525166;
  text-align: left;
}

.main-advice__nav {
  display: flex;
  margin: -0px;
}

.main-advice__nav-prev,
.main-advice__nav-next {
  margin: 2px;
  width: 48px;
  height: 48px;
  background-color: #f5f5f5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-advice__nav-prev:hover,
.main-advice__nav-next:hover {
  background-color: #eee;
}

.main-advice__nav-prev svg,
.main-advice__nav-next svg {
  width: 14px;
  height: 14px;
}

.main-advice__list {
  display: flex;
  padding: 10px 0;
}

.main-advice__slider {
  width: 100%;
  margin-right: -1px;
}

.main-advice__item picture {
  position: relative;
  display: block;
  padding-top: 155%;
}

.main-advice__item picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-advice {
  position: relative;
}

.card-advice:hover .card-advice__desc {
  opacity: 1;
  visibility: visible;
  background-color: rgba(75, 74, 92, 0.87);
}

.card-advice:hover .card-advice__desc p {
  transform: translateY(0px);
}

.card-advice:hover .card-advice__desc h3 {
  transform: translateY(0px);
}

.card-advice__image picture {
  position: relative;
  display: block;
  padding-top: 155%;
}

.card-advice__image picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-advice__desc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #4b4a5c;
  color: #fff;
  padding: 15px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
  overflow-y: auto;
}

.card-advice__desc p {
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
  transform: translateY(10px);
  transition: 0.3s 0.1s ease;
}

.card-advice__desc h3 {
  font-size: 20px;
  transform: translateY(10px);
  transition: 0.3s ease;
}

.card-advice__text {
  overflow: hidden;
  letter-spacing: normal;
  display: -webkit-box;
  -webkit-line-clamp: 15;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-advice__text * {
  display: inline;
}

.card-advice__text *::after {
  content: " \A\A";
  white-space: pre;
}

.card-advice__more {
  margin-top: auto;
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.card-advice__more span {
  font-weight: 600;
}

.card-advice__more span:hover {
  text-decoration: underline;
  cursor: pointer;
}

.af-popup .card-advice__text {
  display: block;
}

.af-popup .card-advice__more {
  display: none;
}

.jury-desc {
  background: #525166;
  margin: -10px;
  padding: 25px 25px;
  max-width: 1115px;
}

.jury-desc .card-founder__more {
  display: none;
}

.jury-desc .card-founder__desc p {
  margin-bottom: 15px;
}

.jury-desc .card-advice__desc {
  position: static;
  opacity: 1;
  visibility: visible;
  background-color: transparent;
  padding: 15px 0;
}

.jury-desc .card-advice__desc p {
  color: #fff;
}

.jury-desc .card-advice__desc h3 {
  text-transform: uppercase;
}

.jury-desc .card-advice__image {
  width: 100%;
}

.section-about-main {
  position: relative;
  padding: 16px 0;
}

.about-main {
  position: relative;
}

.about-main__left {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 15px;
  display: flex;
  flex-direction: column;
}

.about-main__left img {
  max-width: 80%;
  width: 100%;
  margin-left: auto;
}

.about-main__desc {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
  margin-top: auto;
  max-width: 100%;
}

.about-main__right {
  position: relative;
  z-index: 1;
}

.about-main__right picture {
  display: block;
  height: 70vh;
  position: relative;
}

.about-main__right picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-advice {
  position: relative;
  padding: 16px 0;
}

.about-advice__head {
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-advice__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 133%;
  text-align: center;
  text-transform: uppercase;
  color: #525166;
  text-align: left;
  color: #fff;
}

.about-advice__list {
  display: flex;
  margin: 0 -5px;
  overflow-x: auto;
  margin-right: -15px;
}

.about-advice__item {
  padding: 5px;
  min-width: 90%;
  width: 100%;
}

.card-advice {
  position: relative;
}

.card-advice:hover .card-advice__desc {
  opacity: 1;
  visibility: visible;
}

.card-advice:hover .card-advice__desc p {
  transform: translateY(0px);
}

.card-advice:hover .card-advice__desc h3 {
  transform: translateY(0px);
}

.card-advice__image picture {
  position: relative;
  display: block;
  padding-top: 155%;
}

.card-advice__image picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-advice__desc {
  position: absolute;
  background-color: #525166;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #4b4a5c;
  color: #fff;
  padding: 15px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
}

.card-advice__desc p {
  font-size: 14px;
  line-height: 140%;
  font-weight: 500;
  transform: translateY(10px);
  transition: 0.3s 0.1s ease;
}

.card-advice__desc h3 {
  font-size: 20px;
  transform: translateY(10px);
  transition: 0.3s ease;
}

.section-about-founder {
  position: relative;
  padding: 16px 0;
}

.about-founder__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 133%;
  text-align: center;
  text-transform: uppercase;
  color: #525166;
  text-align: left;
  color: #fff;
  padding-bottom: 30px;
}

.about-founder__content {
  display: flex;
}

.about-founder__left {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
}

.about-founder__right {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
}

.about-founder__middle {
  width: 100%;
  min-width: 100%;
  order: -1;
  margin-bottom: 25px;
}

.about-founder__middle img {
  width: 100%;
}

.card-founder {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-founder__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.card-founder__desc {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 175%;
  color: #FFFFFF;
  overflow: hidden;
  letter-spacing: normal;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-founder__desc p {
  margin-bottom: 25px;
  display: inline;
}

.card-founder__desc p::after {
  content: " \A";
  white-space: pre;
}

.card-founder__more {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  margin-top: auto;
}

.card-founder__more span {
  display: flex;
  align-items: center;
}

.card-founder__more span::after {
  content: '';
  width: 15px;
  height: 11px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-bottom: -2px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA5bDQtNC00LTQiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);
}

.dark-mode .about-founder,
.gray-mode .about-founder {
  color: #fff;
}

.dark-mode .af-popup,
.gray-mode .af-popup {
  background: rgba(0, 0, 0, 0.95);
}

.founder-desc {
  background: #525166;
  margin: -15px;
  padding: 45px 40px;
  max-width: 1115px;
}

.founder-desc .card-founder__more {
  display: none;
}

.founder-desc .card-founder__desc {
  -webkit-line-clamp: unset;
}

.founder-desc .card-founder__desc p {
  margin-bottom: 15px;
}

.section-about-history {
  position: relative;
  padding: 16px 0;
}

.about-history__wrp {
  display: flex;
}

.about-history__total {
  min-width: 100%;
}

.about-history__slider {
  width: 100%;
}

.about-history__slider .splide {
  width: 100%;
}

.about-history__slider .splide__slide {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.about-history__slider .splide__slide.is-prev,
.about-history__slider .splide__slide.is-next {
  opacity: 1;
}

.about-history__slider .splide__slide.is-active {
  opacity: 1;
}

.about-history__head {
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-history__nav {
  display: flex;
  margin: -0px;
}

.about-history__nav-prev,
.about-history__nav-next {
  margin: 2px;
  width: 38px;
  height: 38px;
  background-color: #f5f5f5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-history__nav-prev:hover,
.about-history__nav-next:hover {
  background-color: #eee;
}

.about-history__nav-prev svg,
.about-history__nav-next svg {
  width: 14px;
  height: 14px;
}

.about-history__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 133%;
  text-align: center;
  text-transform: uppercase;
  color: #525166;
  text-align: left;
  color: #fff;
}

.about-history .splide__slide {
  width: 300px;
}

.total-history {
  background-color: #6B6985;
  padding: 40px 30px;
  color: #fff;
}

.total-history__year {
  font-weight: bold;
  font-size: 36px;
  line-height: 133%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.total-history__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 133%;
  color: #FFFFFF;
}

.total-history__desc {
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}

.total-history__nav {
  display: flex;
  margin-bottom: -40px;
  justify-content: flex-end;
  margin-right: -30px;
}

.total-history__nav-prev,
.total-history__nav-next {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
}

.total-history__nav-prev::before,
.total-history__nav-next::before {
  content: '';
  position: absolute;
  left: -50%;
  bottom: -50%;
  display: block;
  width: 0;
  height: 0;
  background-color: #525166;
  transition: 0.9s ease;
  border-radius: 50%;
}

.total-history__nav-prev:hover::before,
.total-history__nav-next:hover::before {
  width: 200%;
  height: 200%;
}

.total-history__nav svg {
  filter: invert(1) brightness(2) grayscale(1);
}

.card-history {
  background-color: #6B6985;
  color: #fff;
}

.card-history__desc {
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
  margin-bottom: 20px;
  height: 80px;
  letter-spacing: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-history__year {
  font-weight: bold;
  font-size: 22px;
  line-height: 133%;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-bottom: 10px;
  border-bottom: 1px solid #ABA9BC;
  margin-bottom: 20px;
}

.card-history__img picture {
  position: relative;
  display: block;
  padding-top: 50%;
}

.card-history__img picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-team {
  position: relative;
  padding: 16px 0;
}

.about-team__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 133%;
  text-align: center;
  text-transform: uppercase;
  color: #525166;
  text-align: left;
  color: #fff;
  padding-bottom: 30px;
}

.about-team__list .splide {
  max-width: 950px;
  margin: 0 auto;
}

.about-team__item {
  padding: 5px;
  min-width: 300px;
  width: 300px;
}

.team-member__img picture {
  margin-left: -10px;
  width: 100%;
  transform: skew(-10deg);
  background: #403f4f;
  display: block;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  display: block;
  padding-top: 155%;
}

.team-member__img picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-member__img picture img {
  width: 130%;
  height: 100%;
  transform: skew(10deg);
  max-width: none;
  margin-left: -15%;
  transition: 0.6s ease;
}

.team-member__img picture::before {
  content: '';
  width: 50px;
  height: 50px;
  display: block;
  background-color: #eee;
  position: absolute;
  margin: auto;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: skew(10deg) translateY(10px);
  opacity: 0;
  transition: 0.3s ease 0.15s;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDV2MTRNNSAxMmgxNCIgc3Ryb2tlPSIjNTI1MTY2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.team-member__img picture:hover::before {
  opacity: 1;
  transform: skew(10deg) translateY(0);
}

.team-member__img picture:hover img {
  opacity: 0.5;
}

.team-member__main {
  display: none;
}

.af-popup__content .team-desc {
  display: flex;
  max-width: 1115px;
  margin: -10px;
  padding: 25px;
  background-color: #403f4f;
  color: #fff;
  flex-direction: column;
}

.af-popup__content .team-member__main {
  display: block;
  padding-left: 30px;
}

.af-popup__content .team-member__img {
  width: 100%;
  max-width: 300px;
  min-width: 300px;
}

.af-popup__content .team-member__img picture {
  transform: none;
  padding-top: 100%;
  margin: 0;
  background-color: #393847;
}

.af-popup__content .team-member__img picture::before {
  display: none;
}

.af-popup__content .team-member__img picture img {
  transform: none;
  width: 100%;
  height: 100%;
  margin: 0;
}

.af-popup__content .team-member__name {
  font-weight: 700;
  font-size: 28px;
  line-height: 143%;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-bottom: 10px;
}

.af-popup__content .team-member__desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  color: #FFFFFF;
}

.section-about-media {
  position: relative;
  padding: 16px 0;
}

.about-media__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 133%;
  text-align: center;
  text-transform: uppercase;
  color: #525166;
  text-align: left;
  color: #fff;
  padding-bottom: 30px;
}

.about-media__slider {
  padding: 0 16px;
}

.about-media__slider .splide__slide .about-news__title {
  transition: 0.3s ease;
  opacity: 0.3;
}

.about-media__slider .splide__slide.is-active picture {
  transform: scale(1);
  opacity: 1;
}

.about-media__slider .splide__slide.is-active .about-news__title {
  transform: scale(1);
  margin-top: 0;
  opacity: 1;
}

.about-media__slider .splide__slide picture {
  display: block;
  padding-top: 74%;
  position: relative;
  transition: 0.3s ease;
}

.about-media__slider .splide__slide picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-media__slider .splide__arrow {
  width: 38px;
  height: 38px;
  border-radius: 0;
  background-color: #f5f5f5;
  display: none;
  opacity: 1;
}

.about-media__slider .splide__arrow svg {
  position: relative;
  top: 2px;
  width: 16px;
  height: 14px;
}

.about-media__slider .splide__arrow--next {
  right: 5.2em;
  top: 40%;
}

.about-media__slider .splide__arrow--prev {
  left: 5.2em;
  top: 40%;
}

.about-news {
  width: 75vw;
}

.about-news__title a {
  font-weight: 700;
  font-size: 16px;
  line-height: 156%;
  color: #FFFFFF;
}

.about-news__image {
  padding-bottom: 15px;
}

.fp-about__nav {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 40px;
}

.fp-about__nav-slide {
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
}

.fp-about__nav-slide div {
  display: none;
  opacity: 0;
}

@keyframes to-fade-up {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fp-about__nav-slide div.is-active {
  display: block;
  animation: to-fade-up 0.3s ease forwards;
}

.fp-about__nav-next,
.fp-about__nav-prev {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.fp-about__nav-next svg,
.fp-about__nav-prev svg {
  filter: grayscale(1) invert(1) brightness(2);
}

.fp-about__nav-action {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.fp-about__nav-dots {
  padding: 0 25px;
}

.fp-about__nav-dots ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -6px;
}

.fp-about__nav-dots ul li {
  padding: 6px;
}

.fp-about__nav-dots ul li.is-active span {
  background-color: #aaa;
}

.fp-about__nav-dots ul li span {
  width: 10px;
  height: 10px;
  background-color: #fff;
  display: block;
  cursor: pointer;
}

@keyframes to-fade-left {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fp-about .splide__slide.is-active .about-main__title,
.fp-about .splide__slide.is-active .about-media__title,
.fp-about .splide__slide.is-active .about-team__title,
.fp-about .splide__slide.is-active .about-founder__title,
.fp-about .splide__slide.is-active .about-advice__title,
.fp-about .splide__slide.is-active .about-history__title {
  animation: to-fade-left 0.3s ease forwards;
}

.section-page-member {
  padding: 55px 0;
}

.page-member__breadcrumbs {
  text-align: center;
}

.page-member__breadcrumbs .breadcrumb ul {
  justify-content: center;
}

.page-member__desc {
  max-width: 450px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 155%;
  color: #525166;
  padding-bottom: 20px;
}

.page-member__title {
  padding-bottom: 30px;
}

.page-member__title h1 {
  font-size: 24px;
  color: #525166;
  text-align: center;
  text-transform: uppercase;
}

.page-member__reg {
  text-align: center;
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #525166;
}

.page-member__reg span {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.page-member__reg span::after {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  margin-left: 10px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjMzMyA5Ljg4OXY1LjMzM0ExLjc3OCAxLjc3OCAwIDAxMTIuNTU2IDE3SDIuNzc4QTEuNzc4IDEuNzc4IDAgMDExIDE1LjIyMlY1LjQ0NGExLjc3OCAxLjc3OCAwIDAxMS43NzgtMS43NzdIOC4xMU0xMS42NjcgMUgxN20wIDB2NS4zMzNNMTcgMWwtOS43NzggOS43NzgiIHN0cm9rZT0iIzUyNTE2NiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
}

.page-member__form {
  max-width: 450px;
  margin: 0 auto;
}

.page-member__form .form-label {
  display: block;
  padding-bottom: 10px;
  width: 100%;
  color: #92919F;
}

.page-member__form .form__item {
  margin-bottom: 10px;
}

.page-member__form .form .btn {
  width: 100%;
}

.page-member__form .checkbox__text {
  font-weight: 600;
  color: #92919F;
}

.page-member__form .checkbox__text a {
  color: #525166;
}

.page-member__form .checkbox__elem {
  background-color: #525166;
  border-color: #525166;
  border-radius: 2px;
}

.page-member__form .checkbox__elem::after {
  border-left-color: #fff;
  border-bottom-color: #fff;
}

.page-member__form .checkbox input:checked~.checkbox__elem {
  background-color: #525166;
}

.form-phone {
  width: 100%;
}

.form-phone input {
  width: 100% !important;
}

.popup-regulations {
  max-width: 1000px;
  padding: 20px 10px;
}

.popup-regulations .participant {
  display: block !important;
}

.add-phone {
  padding-top: 15px;
  color: #525166;
  cursor: pointer;
  font-weight: 500;
}

.form-phone input {
  margin-bottom: 10px;
}

.form-phone input:last-child {
  margin-bottom: 0;
}

.policy-text {
  font-size: 12px;
  text-align: center;
  width: 100%;
  color: #92919F;
}

.policy-text a {
  text-decoration: underline;
  color: #525166;
}

.section-page-events {
  position: relative;
  padding: 35px 0;
}

.page-events {
  padding-bottom: 60px;
}

.page-events__top {
  padding: 15px;
  background-color: #f5f5f5;
  margin-bottom: 24px;
}

.page-events__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 133%;
  text-align: center;
  text-transform: uppercase;
  color: #525166;
  text-align: left;
  padding-bottom: 40px;
}

.page-events__main {
  padding-bottom: 40px;
}

.event-card-main__slider {
  padding-bottom: 15px;
}

.event-card-main__slider .splide__arrow {
  width: 48px;
  height: 48px;
  border-radius: 0;
  background-color: rgba(82, 81, 102, 0.7);
  display: none;
  opacity: 1;
}

.event-card-main__slider .splide__arrow svg path {
  fill: #fff;
}

.event-card-main__slider .splide__arrow--next {
  right: 0;
}

.event-card-main__slider .splide__arrow--prev {
  left: 0;
}

.event-card-main__image picture {
  background-color: #eee;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  display: block;
  padding-top: 65%;
}

.event-card-main__image picture img {
  transition: 0.3s ease;
}

.event-card-main__image picture:hover img {
  transform: scale(1.05);
}

.event-card-main__image picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-card-main__date {
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 155%;
  color: #92919F;
}

.event-card-main__title {
  padding-bottom: 10px;
}

.event-card-main__title a {
  font-weight: 600;
  font-size: 18px;
  line-height: 155%;
  color: #525166;
}

.event-card-main__title a:hover {
  text-decoration: underline;
}

.event-card-main__desc {
  font-size: 16px;
  line-height: 150%;
  color: #92919F;
  letter-spacing: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.event-card__image {
  padding-bottom: 15px;
}

.event-card__image picture {
  background-color: #eee;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  display: block;
  padding-top: 65%;
}

.event-card__image picture img {
  transition: 0.3s ease;
}

.event-card__image picture:hover img {
  transform: scale(1.05);
}

.event-card__image picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-card__date {
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 155%;
  color: #92919F;
}

.event-card__title {
  padding-bottom: 10px;
}

.event-card__title a {
  font-weight: 600;
  font-size: 18px;
  line-height: 155%;
  color: #525166;
}

.event-card__title a:hover {
  text-decoration: underline;
}

.event-card__desc {
  font-size: 16px;
  line-height: 150%;
  color: #92919F;
  letter-spacing: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.event-aside .event-card {
  display: flex;
  padding-bottom: 24px;
  align-items: center;
}

.event-aside .event-card__image {
  width: 30%;
  min-width: 30%;
  max-width: 180px;
  padding-bottom: 0;
}

.event-aside .event-card__image picture {
  padding-top: 100%;
}

.event-aside .event-card__main {
  padding-left: 24px;
}

.events-all__list {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
  padding-bottom: 40px;
}

.events-all__item {
  padding: 12px;
  flex-grow: 1;
}

.events-all__more {
  display: flex;
  justify-content: center;
}

.section-event-detail {
  position: relative;
  padding: 16px 0;
}

.event-detail__breadcrumb {
  padding-bottom: 20px;
}

.event-detail__content {
  max-width: 980px;
  margin: 0 auto;
}

.event-detail__slider {
  padding-bottom: 20px;
}

.event-detail__slider .event-card-main__image picture {
  cursor: default;
}

.event-detail__slider .splide__arrow {
  width: 48px;
  height: 48px;
  border-radius: 0;
  background-color: rgba(82, 81, 102, 0.7);
  display: none;
  opacity: 1;
}

.event-detail__slider .splide__arrow svg path {
  fill: #fff;
}

.event-detail__slider .splide__arrow--next {
  right: 0;
}

.event-detail__slider .splide__arrow--prev {
  left: 0;
}

.event-detail__title {
  padding-bottom: 48px;
}

.event-detail__title h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 133%;
  text-align: center;
  text-transform: uppercase;
  color: #525166;
  text-align: left;
}

.page-archive {
  padding-bottom: 60px;
}

.page-archive__text {
  padding-bottom: 25px;
}

.page-archive__text * {
  color: #fff;
  font-size: 16px;
}

.page-archive__text h2 {
  margin-bottom: 1em;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 143%;
}

.page-archive__text ul {
  margin-bottom: 1em;
}

.page-archive__text ul li {
  padding-bottom: 14px;
  line-height: 143%;
}

.page-archive__yaers {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  padding-top: 20px;
  overflow-x: auto;
  overflow-y: hidden;
}

.page-archive__yaers-next a,
.page-archive__yaers-prev a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-archive__yaers-next a:hover,
.page-archive__yaers-prev a:hover {
  background-color: #616079;
}

.page-archive__yaers-current {
  font-weight: 700;
  font-size: 28px;
  line-height: 143%;
  color: #fff;
  padding: 0 15px;
}

.page-archive__yaers-label {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  line-height: 143%;
  text-transform: uppercase;
  margin-right: 15px;
  display: none;
}

.page-archive__yaers-list ul {
  display: flex;
  margin: -2px;
}

.page-archive__yaers-list ul li {
  padding: 2px;
}

.page-archive__yaers-list ul li a {
  color: #fff;
  padding: 8px 12px;
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
  background-color: #616079;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-archive__yaers-list ul li a:hover {
  background-color: #6B6985;
}

.page-archive__yaers-list ul li.active a {
  font-weight: 700;
}

.archive-films {
  color: #fff;
  line-height: 146%;
}

.archive-films__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.archive-films__item {
  margin-bottom: 20px;
  border-radius: 5px;
  width: 100%;
  padding: 8px;
  position: relative;
}

.archive-films__item .minicard-film__award {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 20%;
  top: 35%;
  z-index: 5;
}

.archive-films__item .minicard-film__award .bgimage {
  width: 100%;
  height: 100%;
  display: block;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
}

.archive-films__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 133%;
  text-align: center;
  text-transform: uppercase;
  color: #525166;
  text-align: left;
  color: #fff;
  padding-bottom: 0.5em;
}

.archive-films__label {
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  padding-bottom: 1em;
}

.archive-films__subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 143%;
  text-transform: uppercase;
  padding-bottom: 0.6em;
}

.archive-films__jury {
  padding-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}

.archive-films__card {
  width: 100%;
  padding: 12px;
}

.archive-films__program {
  padding-bottom: 30px;
}

.film-preview {
  background: rgba(0, 0, 0, 0.95);
  margin: -10px;
  padding: 10px;
  color: #fff;
  max-width: 900px;
}

.film-preview__cover {
  position: relative;
  z-index: 1;
  border-radius: 7px;
  padding-bottom: 25px;
}

.film-preview__cover picture {
  display: block;
  padding-top: 146%;
  position: relative;
  background-color: #424152;
  border-radius: 8px;
}

.film-preview__cover picture img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 8px;
}

.film-preview__title {
  display: block;
  padding-bottom: 5px;
  font-weight: 700;
  font-size: 36px;
  line-height: 133%;
  text-align: center;
  text-transform: uppercase;
  color: #525166;
  text-align: left;
  color: #fff;
}

.film-preview__description {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  overflow: hidden;
}

.film-preview__year {
  padding-bottom: 21px;
}

.film-preview__year ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.film-preview__year ul li {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}

.film-preview__year ul li::after {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  background-color: #5A5970;
  margin: 0 10px;
}

.film-preview__year ul li:last-child::after {
  display: none;
}

.film-preview__censor {
  position: absolute;
  color: #fff;
  z-index: 111;
  top: 7px;
  right: 12px;
  font-weight: bold;
  text-shadow: 0 0px 2px #000;
  font-size: 12px;
}

.film-preview__list {
  padding-bottom: 25px;
}

.film-preview__list ul {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.film-preview__list ul li {
  flex-grow: 1;
  flex-basis: 150px;
  max-width: 190px;
  margin: 5px;
  margin-bottom: 15px;
}

.film-preview__list ul li small {
  display: block;
  font-size: 14px;
  color: #ABA9BC;
}

.film-preview__list ul li span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
}

.film-preview__list ul li span a {
  color: #fff;
}

.film-preview__list ul li span a:hover {
  text-decoration: underline;
}

.archive-box {
  padding-bottom: 68px;
}

.archive-box__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 133%;
  text-align: center;
  text-transform: uppercase;
  color: #525166;
  color: #fff;
  text-align: left;
  padding-bottom: 0.65em;
}

.archive-box__list ul {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}

.archive-box__list ul li {
  color: #fff;
  padding: 12px;
  width: 100%;
}

.archive-box__list ul li span {
  display: block;
  background-color: #616079;
  padding: 19px 24px;
  font-size: 16px;
  font-weight: 600;
}

.archive-box__items {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}

.archive-box__item {
  width: 100%;
  padding: 12px;
}

.card-nomination {
  background-color: #616079;
  padding: 32px 32px;
  display: flex;
  align-items: center;
  height: 100%;
}

.card-nomination__main {
  padding-left: 16px;
  color: #fff;
}

.card-nomination__image {
  max-width: 64px;
  min-width: 64px;
}

.card-nomination__image picture {
  position: relative;
  display: block;
  padding-top: 150%;
}

.card-nomination__image picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-nomination__text {
  font-size: 14px;
  padding-bottom: 0.8em;
}

.card-nomination__film {
  font-size: 14px;
  font-weight: 600;
}

@media screen and (min-width: 359px) {
  .programs-item__film {
    width: 50%;
    padding: 8px;
  }

  .jury-program__item {
    width: 100%;
    padding: 8px;
  }

  .films-on-festival__item {
    width: 50%;
    padding: 8px;
  }

  .filmography-user__item {
    width: 100%;
    padding: 8px;
  }

  .hall-films__item {
    width: 50%;
    padding: 8px;
  }

  .all-films__item {
    width: 50%;
    padding: 8px;
  }

  .film-group__item {
    width: 50%;
    padding: 8px;
  }

  .archive-films__item {
    width: 50%;
    padding: 8px;
  }
}

@media screen and (min-width: 360.98px) {
  .film-comments__textarea textarea:focus {
    height: 4.5em;
  }

  .review-grade__textarea textarea:focus {
    height: 4.5em;
  }

  .all-films__tabs {
    margin-right: 0;
  }
}

@media screen and (min-width: 375.98px) {
  .juru-comment__textarea textarea:focus {
    height: 4.5em;
  }

  .card-founder__title {
    font-size: 16px;
  }
}

@media screen and (min-width: 480px) {
  .container {
    padding: 0 16px;
    max-width: 400px;
  }

  .af-popup__container {
    max-width: 90%;
  }

  .bn-header__nav-container.open .select-styled {
    background-color: #d5d6da;
    height: 37px;
  }

  .bn-header__nav-container.open .select-options {
    bottom: calc(100% + 6px);
    box-shadow: 0px -1px 8px -2px rgba(0, 0, 0, 0.25);
    top: auto;
  }

  .bn-header__nav-container.open {
    max-width: 360px;
  }

  .about-user__photo {
    width: 160px;
  }

  .dark-mode .item-message__main span {
    font-size: 14px;
    line-height: 170%;
  }

  .player-trailer__desc {
    padding: 25px;
  }

  .your-review__grade {
    margin-top: 0;
  }

  .review-grade__save .btn {
    max-width: 200px;
  }

  .main-events__slider .splide__slide picture {
    padding-top: 66%;
  }
}

@media screen and (min-width: 576px) {
  .container {
    padding: 0 16px;
    max-width: 480px;
  }

  .video.play::before {
    width: 50px;
    min-width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
  }

  .page-site__title {
    display: flex;
    justify-content: space-between;
    align-content: center;
    width: 100%;
  }

  .films-on-festival__title {
    font-size: 24px;
  }

  .filmography-user__title {
    font-size: 24px;
  }

  .awards-user__title {
    font-size: 24px;
  }

  .page-film__more {
    display: none;
  }

  .film-note--focus {
    min-height: 100px;
  }

  .main-advice__item {
    max-width: 280px;
    width: 100%;
    min-width: auto;
  }

  .review-grade__radio label span {
    width: 48px;
    height: 48px;
    font-size: 16px;
  }

  .minicard-film__details ul li {
    font-size: 14px;
  }

  .page-default {
    padding: 20px 30px 40px 40px;
  }

  .main-advice__list {
    justify-content: safe center;
  }

  .jury-desc {
    padding: 45px 40px;
  }

  .about-advice__list {
    justify-content: center;
    margin: 0 -12px;
  }

  .about-advice__item {
    padding: 0 12px;
    max-width: 220px;
    min-width: auto;
    flex-basis: 220px;
    flex-grow: 1;
  }

  .card-founder__more {
    font-size: 16px;
  }

  .about-team__item {
    padding: 0 12px;
    width: 100%;
    max-width: 220px;
    min-width: 220px;
    flex-basis: 220px;
  }

  .section-page-member {
    padding: 70px 0;
  }
}

@media screen and (min-width: 767px) {
  .container {
    padding: 0 20px;
    max-width: 705px;
  }

  .formated-text table th {
    padding: 15px 25px;
    font-size: 16px;
  }

  .formated-text table td {
    padding: 35px 25px;
    font-size: 16px;
  }

  .formated-text div:not([class]),
  .formated-text p {
    font-size: 16px;
  }

  .formated-text ul {
    padding-top: 20px;
  }

  .formated-text ul li {
    font-size: 16px;
    padding-left: 25px;
  }

  .formated-text ol>li {
    font-size: 16px;
    padding-left: 30px;
  }

  .formated-text strong {
    font-size: 16px;
  }

  table th {
    padding: 15px 20px;
    font-size: 16px;
  }

  table td {
    padding: 15px 20px;
    font-size: 16px;
  }

  .embed-container--text p {
    font-size: 16px;
  }

  .minify-link {
    width: 140px;
  }

  .minify-link-text {
    max-width: 235px;
  }

  .orders-block.orders-block--invites .table-card__td:nth-last-child(1)::before,
  .orders-block.orders-block--invites .table-card__td:nth-last-child(2)::before {
    display: none;
  }

  .form__note--col2>span {
    padding-bottom: 0;
  }

  .form__note--col2 {
    flex-direction: row;
  }

  .form__item {
    flex-direction: row;
    align-items: flex-start;
    margin: -10px;
    width: calc(100% + 20px);
  }

  .form__subitem {
    padding: 12px 10px;
    margin-bottom: 0;
  }

  .dark-mode .af-popup__close {
    top: 25px;
    right: 15px;
  }

  .banner-header-mobile {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: -65px;
    height: 65px;
    top: 7px;
  }

  .footer__contact {
    display: flex;
    align-items: center;
  }

  .footer-min__contact {
    display: flex;
    align-items: center;
  }

  .video__title {
    font-size: 28px;
  }

  .video__button svg {
    width: 86px;
    height: 86px;
  }

  .page-site__title a {
    margin-top: 5px;
  }

  .programs-item__film {
    width: 33.33%;
    padding: 8px;
  }

  .programs__tabs {
    align-items: center;
  }

  .programs__btn ul {
    flex-direction: row;
  }

  .programs__btn ul li {
    width: auto;
  }

  .jury-program__item {
    width: 50%;
    padding: 8px;
  }

  .films-on-festival__item {
    width: 33.33%;
    padding: 8px;
  }

  .filmography-user__item {
    width: 50%;
    padding: 8px;
  }

  .hall-films__item {
    width: 33.33%;
    padding: 8px;
  }

  .page-film__note {
    flex-grow: 0;
  }

  .seans-list__date {
    padding-bottom: 3px;
  }

  .seans-list__time {
    font-size: 16px;
  }

  .film-note__wrapper {
    display: inline-flex;
    margin-bottom: 15px;
  }

  .film-note {
    flex-grow: 0;
  }

  .film-comments__add {
    display: inline-flex;
    margin-bottom: 15px;
  }

  .film-comments__textarea {
    flex-grow: 0;
  }

  .film-comments__textarea textarea:focus {
    width: 600px;
    height: 4.5em;
  }

  .film-comments__textarea textarea:empty {
    width: 380px;
  }

  .user-review__item {
    width: 50%;
  }

  .card-rating {
    display: flex;
    flex-wrap: wrap;
    padding: 18px;
  }

  .card-rating__details {
    flex-grow: 1;
  }

  .card-rating__grade {
    order: 2;
    padding-bottom: 0;
  }

  .card-rating__grade ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
  }

  .card-rating__grade ul li {
    width: 50%;
    padding: 3px 20px;
  }

  .card-rating__grade ul li span:last-child {
    min-width: 40px;
    font-size: 13px;
    padding: 0.15em 0.3em;
  }

  .card-rating__total {
    text-align: right;
  }

  .your-review__grade {
    font-size: 16px;
  }

  .your-review__grade span {
    font-size: 18px;
  }

  .your-review__text {
    font-size: 16px;
  }

  .your-review__subtitle {
    font-size: 16px;
  }

  .your-review__comment {
    font-size: 16px;
  }

  .review-grade__text {
    font-size: 16px;
  }

  .review-grade__add {
    display: inline-flex;
    margin-bottom: 45px;
  }

  .review-grade__textarea textarea:focus {
    width: 600px;
    height: 4.5em;
  }

  .all-films__competition ul li {
    font-size: 16px;
  }

  .all-films__competition ul li::after {
    font-size: 24px;
  }

  .all-films__competition ul li a.active {
    font-size: 24px;
  }

  .all-films__tabs>ul {
    flex-direction: row;
    align-items: center;
  }

  .all-films__item {
    width: 33.33%;
    padding: 8px;
  }

  .film-group__item {
    width: 33.33%;
    padding: 8px;
  }

  .messenger {
    display: flex;
    margin: 0 -7px;
    height: 80vh;
  }

  .messenger__contacts {
    width: 40%;
    padding: 0 7px;
    height: 100%;
  }

  .messenger__chat {
    display: block;
    width: 60%;
    padding: 0 7px;
  }

  .messenger__send {
    padding-top: 15px;
  }

  .messenger__messages {
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    padding: 30px;
    height: calc(100% - 77px);
  }

  .messenger__scroll {
    height: 100%;
  }

  .messenger__list {
    height: calc(100% - 52px);
  }

  .messenger__back {
    display: none;
  }

  .messenger__user {
    display: none;
  }

  .page-default {
    padding: 30px 40px 50px 50px;
  }

  .page-default__title {
    font-size: 60px;
    margin-bottom: 40px;
  }

  .page-default__text {
    font-size: 30px;
  }

  .page-default__text {
    padding-bottom: 60px;
  }

  .page-default__date {
    font-size: 24px;
  }

  .page-default__date-month {
    height: 80px;
    padding: 0 2.5em;
  }

  .page-default__date-year {
    height: 80px;
    padding: 0 2.5em;
  }

  .page-default__date-link a {
    width: 80px;
    height: 80px;
  }

  .main-banner {
    max-height: 685px;
    padding: 60px 0;
  }

  .image-banner picture img {
    height: 100%;
    width: auto;
    object-fit: unset;
  }

  .news-banner__image picture img {
    height: auto;
  }

  .card-advice__text {
    letter-spacing: normal;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .jury-desc {
    display: flex;
  }

  .jury-desc .card-advice__desc {
    padding-left: 35px;
  }

  .jury-desc .card-advice__image {
    max-width: 250px;
  }

  .about-news {
    width: 50vw;
  }

  .page-member__desc {
    padding-bottom: 30px;
  }

  .page-member__title h1 {
    font-size: 42px;
  }

  .page-member__form .form__item {
    margin-bottom: 20px;
  }

  .page-events__top {
    padding: 48px;
  }

  .events-all__item {
    width: 50%;
    max-width: 50%;
  }

  .page-archive__yaers {
    justify-content: flex-end;
    overflow-x: visible;
    overflow-y: visible;
  }

  .page-archive__yaers-next a,
  .page-archive__yaers-prev a {
    width: 56px;
    height: 56px;
  }

  .page-archive__yaers-current {
    font-size: 36px;
    padding: 0 20px;
  }

  .page-archive__yaers-label {
    display: block;
  }

  .archive-films__item {
    width: 33.33%;
    padding: 8px;
  }

  .archive-films__item .minicard-film__award {
    left: 50%;
    top: 50%;
  }

  .archive-films__item .minicard-film__award .bgimage {
    background-position: right bottom;
  }

  .film-preview {
    display: flex;
    padding: 30px;
  }

  .film-preview__left {
    width: 204px;
    min-width: 204px;
  }

  .film-preview__right {
    width: calc(100% - 204px);
    padding-left: 24px;
  }

  .archive-box__list ul li {
    width: 50%;
  }

  .archive-box__item {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .container {
    padding: 0 30px;
    max-width: 990px;
  }

  .main-partners__title,
  .main-advice__title,
  .main-events__title,
  .main-program__title {
    transform: translateX(-10px);
    opacity: 0;
    transition: 0.3s ease;
  }

  .splide__slide.is-active .main-partners__title,
  .splide__slide.is-active .main-advice__title,
  .splide__slide.is-active .main-events__title,
  .splide__slide.is-active .main-program__title {
    transform: translateY(0);
    opacity: 1;
  }

  /* ========== title ========== */

  .main-banner__small,
  .main-banner__large,
  .main-partners__list,
  .main-advice__list,
  .main-program__slider {
    opacity: 0;
    transform: translateY(20px);
    transition: 0.5s ease 0.3s;
  }

  .splide__slide.is-active .main-banner__large,
  .splide__slide.is-active .main-partners__list,
  .splide__slide.is-active .main-advice__list,
  .splide__slide.is-active .main-program__slider {
    opacity: 1;
    transform: translateY(0);
  }

  .splide__slide.is-active .main-banner__small {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
  }

  /* ========== event ============= */

  .splide__slide .card-event {
    opacity: 0;
    transform: translateY(20px);
    transition: 0.5s ease 0.3s;
  }

  .splide-mobile-disabled-992>.splide__track>.splide__list>.splide__slide.is-active .card-event {
    opacity: 1;
    transform: translateY(0);
  }

  body * {
    scrollbar-color: #525166 #7b7a99;
    scrollbar-width: thin !important;
  }

  body *::-webkit-scrollbar {
    width: 8px;
  }

  body *::-webkit-scrollbar-track {
    background-color: #7b7a99;
  }

  body *::-webkit-scrollbar-thumb {
    background-color: #525166;
  }

  .bn-header__social ul li a {
    background-color: transparent;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
  }

  .bn-header__social ul li a:hover {
    background-color: #525166;
  }

  .bn-header__social ul li a:hover svg {
    fill: #fff;
  }

  .banner-header-mobile {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: -65px;
    height: 65px;
    top: 7px;
  }

  .page-site__title h1 {
    font-size: 48px;
  }

  .programs-item__film {
    width: 25%;
    padding: 10px;
  }

  .programs-item__title a {
    font-size: 32px;
  }

  .dropdown-sort {
    margin-left: 0;
  }

  .dropdown-sort__title {
    padding: 0 25px 0 25px;
    font-size: 14px;
    width: auto;
  }

  .dropdown-sort__title::after {
    margin-left: auto;
    margin-right: -10px;
  }

  .jury-program__item {
    width: 50%;
    padding: 10px;
  }

  .card-jury__photo {
    width: 64px;
    margin-right: 20px;
  }

  .about-user {
    display: flex;
    padding-top: 45px;
    padding-bottom: 35px;
  }

  .about-user__photo {
    margin-right: 30px;
  }

  .about-user__info ul {
    justify-content: flex-start;
  }

  .films-on-festival__item {
    width: 25%;
    padding: 10px;
  }

  .awards-user__title {
    padding-bottom: 30px;
  }

  .hall-films__item {
    width: 25%;
    padding: 10px;
  }

  .page-film {
    display: flex;
    padding-top: 10px;
  }

  .page-film__details {
    max-width: 270px;
  }

  .page-film__main {
    margin-left: 20px;
  }

  .page-film__title {
    font-size: 48px;
  }

  .page-film__title {
    margin-top: -10px;
    display: block;
    font-size: 36px;
  }

  .page-film__info {
    display: block;
    padding-bottom: 30px;
    padding-top: 9px;
  }

  .page-film__info ul {
    justify-content: flex-start;
  }

  .film-details__title {
    display: none;
  }

  .film-details__title h1 {
    font-size: 48px;
  }

  .film-details__info {
    display: none;
  }

  .film-details__info ul {
    justify-content: flex-start;
  }

  .film-details__year ul {
    justify-content: flex-start;
  }

  .film-seans__list {
    overflow-x: hidden;
  }

  .film-comments__textarea textarea {
    width: 830px;
  }

  .film-comments__textarea textarea:focus {
    width: 830px;
    height: 4.5em;
  }

  .card-rating {
    display: flex;
    flex-wrap: nowrap;
  }

  .card-rating__details {
    width: 100%;
    padding-bottom: 0;
    margin-left: -18px;
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .card-rating__cover {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 20px;
  }

  .card-rating__grade {
    order: unset;
    flex-grow: 1;
  }

  .card-rating__grade::before {
    display: none;
  }

  .card-rating__grade ul li span {
    font-size: 13px;
    color: #92919F;
  }

  .card-rating__total {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5em 0.5em 0.5em 25px;
    text-align: center;
  }

  .card-rating__total::before {
    display: none;
  }

  .card-rating__total span {
    display: inline-block;
    min-width: 1.5em;
  }

  .review-grade__textarea textarea:focus {
    width: 830px;
    height: 4.5em;
  }

  .all-films__item {
    width: 25%;
    padding: 10px;
  }

  .film-group__item {
    width: 25%;
    padding: 10px;
  }

  .messenger__contacts {
    width: 30%;
    padding: 0 7px;
  }

  .messenger__chat {
    display: block;
    width: 70%;
    padding: 0 7px;
  }

  .page-default::before {
    width: 80px;
    height: 80px;
  }

  .page-default::after {
    width: 80px;
    height: 80px;
  }

  .section-main-banner {
    height: 100%;
  }

  .section-main-banner .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .main-banner {
    height: 100%;
    display: flex;
    justify-content: center;
  }

  .main-program__head {
    padding-bottom: 15px;
  }

  .main-program__head .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .main-program__nav {
    display: none;
  }

  .main-program__slider .splide__arrow {
    display: block;
  }

  .main-program__type {
    flex-direction: row-reverse;
  }

  .main-program__name {
    margin-left: auto;
    margin-right: 0;
    padding-left: 20px;
  }

  .main-events__slider .splide__arrow {
    display: block;
  }

  .main-events__name span {
    font-size: 24px;
  }

  .main-partners__list {
    display: flex;
    margin: -20px;
  }

  .main-partners__item {
    width: 100%;
    padding: 20px;
    max-width: 50%;
  }

  .about-founder__left {
    min-width: auto;
    padding-left: 0;
  }

  .about-founder__right {
    min-width: auto;
    padding-left: 0;
  }

  .about-founder__middle {
    min-width: auto;
    order: 0;
  }

  .about-founder__middle {
    width: 200px;
    min-width: 200px;
    margin: 0 40px;
  }

  .card-founder__title {
    font-size: 24px;
  }

  .card-founder__desc {
    letter-spacing: normal;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .about-history .splide__slide {
    width: 250px;
  }

  .card-history {
    padding: 15px 20px;
  }

  .card-history__img {
    margin: 0 -20px -15px -20px;
  }

  .af-popup__content .team-desc {
    flex-direction: row;
    padding: 40px;
  }

  .about-media__slider {
    padding: 0;
  }

  .about-media__slider .splide__slide .about-news__title {
    margin-top: -25px;
    transform: scale(0.9);
  }

  .about-media__slider .splide__slide picture {
    padding-top: 61%;
    transform: scale(0.9);
    opacity: 0.3;
  }

  .about-media__slider .splide__arrow {
    display: block;
  }

  .about-news {
    width: auto;
  }

  .about-news__title a {
    font-size: 16px;
  }

  .fp-about .splide {
    padding-bottom: 22px;
  }

  .fp-about .splide .about-main__title,
  .fp-about .splide .about-media__title,
  .fp-about .splide .about-team__title,
  .fp-about .splide .about-founder__title,
  .fp-about .splide .about-advice__title,
  .fp-about .splide .about-history__title {
    opacity: 0;
  }

  .fp-about .splide__slide {
    height: calc(-360px + 100vh) !important;
  }

  .popup-regulations {
    padding: 30px;
  }

  .event-card-main__slider .splide__arrow {
    display: block;
  }

  .events-all__item {
    width: 33.33%;
    max-width: 33.33%;
  }

  .event-detail__breadcrumb .container {
    max-width: 100%;
  }

  .event-detail__slider .splide__arrow {
    display: block;
  }

  .page-archive__text {
    padding-top: 5px;
  }

  .page-archive__text * {
    font-size: 20px;
  }

  .page-archive__text h2 {
    font-size: 28px;
    margin-top: 30px;
  }

  .page-archive__yaers-label {
    font-size: 28px;
  }

  .page-archive__yaers-list ul li a {
    padding: 10px 19px;
    height: 56px;
    font-size: 24px;
  }

  .archive-films__item {
    width: 25%;
    padding: 10px;
  }

  .archive-films__label {
    font-size: 20px;
  }

  .archive-films__subtitle {
    font-size: 28px;
  }

  .archive-films__card {
    width: 50%;
    padding: 12px;
  }

  .film-preview__title {
    font-size: 48px;
  }

  .film-preview__year ul {
    justify-content: flex-start;
  }

  .card-nomination__text {
    font-size: 16px;
  }

  .card-nomination__film {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) and (min-height: 767px) {
  .main-program__name span {
    font-size: 24px;
  }
}

@media screen and (min-width: 1200px) {

  .hidden-profile,
  .hidden {
    margin-right: 17px;
  }

  .container {
    padding: 0 30px;
    max-width: 1200px;
  }

  .formated-text h1 {
    font-size: 26px;
  }

  .formated-text h2 {
    font-size: 22px;
  }

  .formated-text h3 {
    font-size: 20px;
  }

  .formated-text h4 {
    font-size: 18px;
  }

  .formated-text h5 {
    font-size: 16px;
  }

  .formated-text h6 {
    font-size: 14px;
  }

  .orders-block.orders-block--invites .table-card__td:nth-last-child(1) {
    padding-right: 20px;
  }

  .logo-preloader.load {
    display: block;
  }

  .bn-header__logo {
    min-width: 235px;
    display: flex;
    justify-content: flex-end;
  }

  .bn-header__logo .bgimage {
    width: 127.2px;
    height: 96px;
  }

  .bn-header__logo {
    border-right: 1px solid #525166;
    padding-right: 15px;
    justify-content: flex-start;
    padding: 8px 30px;
  }

  .bn-header__nav {
    margin-left: 0;
    flex-grow: 1;
  }

  .bn-header__nav-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

  .bn-header__nav-menu ul li a {
    height: 45px;
  }

  .bn-header__nav-btn {
    display: none;
  }

  .bn-header__nav-lang {
    display: none;
  }

  .bn-header__nav-contacts {
    display: none;
  }

  .bn-header__pa-container {
    display: flex;
    border-left: 1px solid #525166;
    border-right: 1px solid #525166;
    height: 100%;
    flex-direction: column;
    justify-content: center;
  }

  .bn-header__pa-btn {
    width: 100px;
  }

  .bn-header__pa-btn {
    display: none;
  }

  .bn-header__social {
    height: 45px;
  }

  .bn-header__login {
    height: 45px;
  }

  .bn-header-info {
    height: 45px;
    border-bottom: 1px solid #525166;
  }

  .bn-header-info>div {
    margin-right: 2.5em;
  }

  .bn-header__nav-container.open {
    display: none;
  }

  .banner-header-mobile {
    display: none;
  }

  .dark-mode .bn-header__nav-menu a {
    color: #fff;
  }

  .dark-mode .bn-header__nav-menu a:hover {
    color: #fff;
  }

  .gray-mode .bn-header__nav-menu a {
    color: #fff;
  }

  .gray-mode .bn-header__nav-menu a:hover {
    color: #fff;
  }

  .footer__logo .bgimage {
    width: 127.2px;
    height: 96px;
  }

  .footer__logo {
    border-right: 1px solid #525166;
    padding-right: 15px;
  }

  .footer-min__logo .bgimage {
    width: 127.2px;
    height: 96px;
  }

  .footer-min__logo {
    border-right: 1px solid #525166;
    padding-right: 15px;
  }

  .jury-program__item {
    width: 33.33%;
    padding: 10px;
  }

  .page-film__details {
    min-width: 340px;
  }

  .page-film__main {
    margin-left: 29px;
  }

  .film-details__cover {
    width: 100%;
    max-width: 204px;
    margin-right: 25px;
  }

  .film-details__wrp {
    display: flex;
  }

  .card-rating__info {
    padding-left: 20px;
  }

  .card-rating__cover {
    width: 140px;
    min-width: 140px;
    height: 185px;
    margin-left: 0;
    border-radius: 0;
  }

  .review-grade__photo picture img {
    margin-left: 0;
    width: 120px;
    min-width: 120px;
    height: 120px;
  }

  .main-banner__small {
    display: block;
    width: 33vh;
    margin: 15px 10px;
  }

  .main-banner__small picture {
    display: block;
    height: 100%;
    position: relative;
  }

  .main-banner__small picture img {
    height: 100%;
    max-height: 100%;
    width: auto;
  }

  .main-banner__large {
    width: 100vh;
    margin: 0 10px;
  }

  .card-advice__text {
    letter-spacing: normal;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .section-about-main {
    padding: 48px 0;
  }

  .about-main__left img {
    max-width: 550px;
    margin-left: 0;
    margin-right: auto;
  }

  .about-main__right picture {
    height: 55vh;
    max-width: 873px;
    margin-left: auto;
  }

  .section-about-advice {
    padding: 48px 0;
  }

  .section-about-founder {
    padding: 48px 0;
  }

  .about-founder__left {
    width: 100%;
    flex-grow: 1;
  }

  .about-founder__right {
    width: 100%;
    flex-grow: 1;
  }

  .card-founder__title {
    padding-bottom: 15px;
  }

  .section-about-history {
    padding: 48px 0;
  }

  .section-about-team {
    padding: 48px 0;
  }

  .section-about-media {
    padding: 48px 0;
  }

  .section-page-events {
    padding: 48px 0;
  }

  .page-events__top {
    display: flex;
  }

  .page-events__main {
    width: 54%;
    padding-bottom: 0;
  }

  .page-events__aside {
    width: 46%;
    padding-left: 24px;
  }

  .section-event-detail {
    padding: 48px 0;
  }

  .page-archive__yaers {
    margin-top: -60px;
    padding-bottom: 58px;
    padding-top: 0;
  }

  .film-preview__cover {
    width: 100%;
    max-width: 204px;
    margin-right: 25px;
  }

  .archive-box__item {
    width: 33.33%;
  }
}

@media screen and (min-width: 1376px) {
  .logo-preloader.loaded .logo-preloader__wrp {
    top: 44px;
    left: 20px;
  }

  .preloader-text {
    width: 146px;
    height: 150px;
  }

  .preloader-image {
    width: 130px;
    height: 130px;
    margin-left: -70px;
  }

  .bn-header__logo {
    padding: 8px 45px;
  }

  .footer__logo {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 558px;
  }

  .footer__logo-desc {
    padding-left: 0;
  }

  .footer__logo-desc br {
    display: inline;
  }

  .footer__logo .bgimage {
    width: 140.98px;
    height: 106.4px;
  }

  .footer__nav {
    padding: 42px 55px;
    display: block;
    width: 100%;
    max-width: 323px;
  }

  .footer__nav ul {
    margin: -10px;
  }

  .footer__nav ul li {
    padding: 10px 0;
  }

  .footer__nav ul a {
    color: #525166;
    text-transform: uppercase;
    font-weight: 700;
  }

  .footer__nav ul a:hover {
    text-decoration: underline;
  }

  .footer__social {
    display: block;
    border-left: 1px solid #525166;
  }

  .footer__social ul li {
    border-bottom: 1px solid #525166;
  }

  .footer__social ul li a {
    display: flex;
    padding: 2em 4em;
    align-items: center;
    transition: 0.3s ease-in;
  }

  .footer__social ul li a:hover {
    background-color: #525166;
    color: #fff;
  }

  .footer__social ul li a:hover svg {
    fill: #fff;
  }

  .footer__social ul li a svg {
    width: 18px;
    height: 14px;
    fill: #525166;
    transition: 0.4s ease-in;
  }

  .footer__social ul li a span {
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 10px;
  }

  .footer__contact {
    border-left: 1px solid #525166;
    padding: 40px;
    align-items: start;
  }

  .footer__contact ul li {
    padding-bottom: 15px;
  }

  .footer-min__logo {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 235px;
  }

  .footer-min__logo-desc {
    padding-left: 0;
  }

  .footer-min__logo-desc br {
    display: inline;
  }

  .footer-min__logo .bgimage {
    width: 116.6px;
    height: 88px;
  }

  .footer-min__nav {
    padding: 0;
    display: flex;
    width: 100%;
  }

  .footer-min__nav nav {
    display: flex;
    width: 100%;
    height: 100%;
  }

  .footer-min__nav ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-grow: 1;
    /* max-width: 204px; */
    padding-top: 20px;
    height: 100%;
    border-right: 1px solid #d6d6d6;
  }

  .footer-min__nav ul li {
    padding: 8px 32px;
  }

  .footer-min__nav ul a {
    color: #525166;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
  }

  .footer-min__nav ul a:hover {
    text-decoration: underline;
  }

  .footer-min__social {
    display: block;
    width: 100%;
    max-width: 204px;
  }

  .footer-min__social ul {
    padding-top: 20px;
  }

  .footer-min__social ul li a {
    display: flex;
    padding: 8px 32px;
    align-items: center;
    transition: 0.3s ease-in;
    font-size: 14px;
  }

  .footer-min__social ul li a:hover {
    background-color: #525166;
    color: #fff;
  }

  .footer-min__social ul li a:hover svg {
    fill: #fff;
  }

  .footer-min__social ul li a svg {
    width: 18px;
    height: 14px;
    fill: #525166;
    transition: 0.4s ease-in;
  }

  .footer-min__social ul li a span {
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 10px;
  }

  .footer-min__contact {
    border-left: 1px solid #525166;
    padding: 20px 40px;
    align-items: start;
    min-width: 325px;
  }

  .footer-min__contact ul li {
    padding: 4px 0;
  }

  .dropdown-sort {
    min-width: 300px;
  }

  .page-film__player {
    padding-bottom: 35px;
  }

  .page-film__description {
    margin-bottom: 35px;
  }

  .page-film__team .film-team__post {
    padding-bottom: 5px;
  }

  .page-film__team .film-team__name {
    font-size: 16px;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    padding: 0 0;
    max-width: 1440px;
  }

  main .container {
    padding: 0 48px;
    max-width: 1440px;
  }

  .page-text__h1 h1 {
    font-size: 36px;
  }

  .form__item>.form__item {
    flex-direction: row;
  }

  .footer--site .footer__nav ul a {
    font-size: 16px;
  }

  .footer--site .footer__social ul li a {
    font-size: 16px;
  }

  .footer--site .footer__social ul li a svg {
    width: 24px;
    height: 16px;
  }

  .footer--site .footer__contact ul a {
    font-size: 16px;
  }

  .footer--site .footer__logo .bgimage {
    width: 190.8px;
    height: 144px;
  }

  .footer__logo {
    padding: 15px 30px;
  }

  main footer .container {
    padding: 0;
  }

  .footer-min__logo-desc {
    display: none;
  }

  .footer-min__logo {
    padding: 15px 30px;
  }

  .page-404__title {
    font-size: 36px;
  }

  .page-site__title h1 {
    font-size: 60px;
  }

  .programs-item__film {
    width: 20%;
    padding: 12px;
  }

  .programs-item__head {
    margin-left: -48px;
    margin-right: -48px;
  }

  .programs-item__title {
    font-size: 36px;
  }

  .jury-program__title {
    font-size: 36px;
  }

  .jury-program__item {
    width: 25%;
    padding: 10px;
  }

  .hall-films__item {
    width: 20%;
    padding: 10px;
  }

  .page-film__details {
    min-width: 430px;
  }

  .page-film__main {
    margin-left: 29px;
  }

  .page-film__title {
    font-size: 60px;
  }

  .page-film__title {
    margin-top: -20px;
  }

  .film-details__title h1 {
    font-size: 60px;
  }

  .film-details__list ul li small {
    font-size: 16px;
    padding-bottom: 5px;
  }

  .film-details__list ul li span {
    font-size: 16px;
  }

  .film-grade .btn {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .film-grade__wrp {
    padding-left: 0;
    display: flex;
  }

  .film-grade__wrp>div {
    flex-grow: 1;
  }

  .film-grade__wrp .hide-desctop {
    display: none;
  }

  .film-grade__wrp .hide-mobile {
    display: inline;
  }

  .film-grade__review {
    margin-left: 10px;
  }

  .film-grade__total {
    position: relative;
    width: 64px;
    height: 44px;
    margin-right: 10px;
    max-width: 64px;
  }

  .film-grade__total span {
    font-size: 28px;
  }

  .film-comments__title {
    font-size: 28px;
  }

  .juru-comment__title {
    font-size: 28px;
  }

  .user-review__title {
    font-size: 28px;
  }

  .card-rating__position {
    display: flex;
    align-items: center;
    min-width: 2.2em;
    justify-content: center;
    font-weight: 600;
    margin-left: -1em;
  }

  .card-rating__details {
    max-width: 480px;
    flex-grow: 0;
  }

  .card-rating__number {
    display: none;
  }

  .card-rating__grade ul li {
    padding: 3px 20px;
  }

  .card-rating__total {
    width: 30%;
    max-width: 200px;
    margin-left: auto;
  }

  .grade-film__title {
    font-size: 36px;
  }

  .review-film-form__title {
    font-size: 36px;
  }

  .your-review__title {
    font-size: 28px;
  }

  .review-grade__title {
    font-size: 28px;
  }

  .success-msg__title {
    font-size: 36px;
  }

  .all-films__item {
    width: 20%;
    padding: 10px;
  }

  .film-group__item {
    width: 20%;
    padding: 10px;
  }

  .film-group__title {
    font-size: 28px;
  }

  .main-program__title {
    font-size: 36px;
  }

  .main-program__title {
    font-size: 60px;
  }

  .main-events__title {
    font-size: 36px;
  }

  .main-events__title {
    font-size: 60px;
  }

  .main-partners__title {
    font-size: 36px;
  }

  .main-partners__title {
    font-size: 60px;
  }

  .main-partners__list {
    display: flex;
    margin: -35px;
    padding-top: 20px;
  }

  .main-partners__item {
    padding: 35px;
  }

  .main-advice__title {
    font-size: 36px;
  }

  .main-advice__title {
    font-size: 60px;
  }

  .main-advice__slider {
    margin: 0 auto;
  }

  .card-advice__text {
    letter-spacing: normal;
    display: -webkit-box;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .about-main__left img {
    max-width: 695px;
  }

  .about-main__desc {
    max-width: calc(100% - 940px);
    padding: 40px;
    color: #CACAE6;
  }

  .about-advice__title {
    font-size: 36px;
  }

  .about-advice__title {
    font-size: 60px;
  }

  .about-advice__item {
    padding: 0 12px;
    max-width: 285px;
    min-width: auto;
    flex-basis: 285px;
    flex-grow: 1;
  }

  .card-advice__desc p {
    font-size: 16px;
  }

  .about-founder__title {
    font-size: 36px;
  }

  .about-founder__title {
    font-size: 60px;
  }

  .about-founder__middle {
    width: 258px;
    min-width: 258px;
    margin: 0 40px;
  }

  .card-founder__desc {
    font-size: 16px;
    letter-spacing: normal;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .about-history__nav-prev,
  .about-history__nav-next {
    width: 48px;
    height: 48px;
  }

  .about-history__title {
    font-size: 36px;
  }

  .about-history__title {
    font-size: 60px;
  }

  .about-history .splide__slide {
    width: 318px;
  }

  .card-history {
    padding: 40px 30px;
  }

  .card-history__desc {
    font-size: 16px;
    height: 121px;
    line-height: 150%;
  }

  .card-history__year {
    font-size: 28px;
    padding-bottom: 10px;
  }

  .card-history__img {
    margin: 0 -30px -40px -30px;
  }

  .about-team__title {
    font-size: 36px;
  }

  .about-team__title {
    font-size: 60px;
  }

  .about-team__item {
    max-width: 285px;
    min-width: 285px;
    flex-basis: 285px;
  }

  .about-media__title {
    font-size: 36px;
  }

  .about-media__title {
    font-size: 60px;
  }

  .about-media__slider .splide__slide picture {
    padding-top: 74%;
  }

  .about-media__slider .splide__arrow {
    width: 48px;
    height: 48px;
  }

  .about-media__slider .splide__arrow--next {
    top: 32%;
  }

  .about-media__slider .splide__arrow--prev {
    top: 32%;
  }

  .about-news__title a {
    font-size: 18px;
  }

  .page-member__title h1 {
    font-size: 60px;
  }

  .page-events__title {
    font-size: 36px;
  }

  .page-events__title {
    font-size: 60px;
  }

  .event-detail__title h1 {
    font-size: 36px;
  }

  .page-archive__yaers {
    margin-top: -70px;
  }

  .archive-films__item {
    width: 20%;
    padding: 10px;
  }

  .archive-films__title {
    font-size: 36px;
  }

  .archive-films__title {
    padding-bottom: 1.1em;
  }

  .archive-films__label {
    padding-bottom: 1em;
  }

  .archive-films__subtitle {
    padding-bottom: 1.3em;
  }

  .archive-films__jury {
    padding-bottom: 1.35em;
  }

  .archive-films__program {
    padding-bottom: 13px;
  }

  .film-preview__title {
    font-size: 60px;
  }

  .film-preview__list ul li small {
    font-size: 16px;
    padding-bottom: 5px;
  }

  .film-preview__list ul li span {
    font-size: 16px;
  }

  .archive-box__title {
    font-size: 36px;
  }
}

@media screen and (min-width: 1440px) and (min-height: 760px) {
  .bn-header--site .bn-header__logo {
    padding: 28px 21px;
  }

  .bn-header--site .bn-header__logo .bgimage {
    width: 192px;
    height: 104px;
  }

  .bn-header--site .bn-header__nav-menu ul li {
    flex-basis: 194px;
  }

  .bn-header--site .bn-header__nav-menu ul li a {
    font-size: 18px;
    transition: background-color .7s;
  }

  .bn-header--site .bn-header__nav-menu ul li a:hover {
    color: #A8A8B2;
    background: #515064;
    text-decoration: none;
  }

  .bn-header--site .bn-header__nav-menu ul li a:hover::before {
    opacity: 0;
  }

  .bn-header--site .bn-header__nav-menu ul li a::before {
    width: 28px;
    height: 28px;
    transition: 0.4s ease;
  }

  .bn-header--site .bn-header__login a {
    font-size: 18px;
    transition: background-color .7s;
  }

  .bn-header--site .bn-header__login a:hover {
    color: #A8A8B2;
    background: #515064;
    text-decoration: none;
  }

  .bn-header--site .bn-header__social ul li svg {
    width: 28px;
    height: 19px;
  }

  .bn-header--site .bn-header .user-login__name a {
    font-size: 18px;
    transition: background-color .7s;
  }

  .bn-header--site .bn-header .user-login__name a:hover {
    color: #A8A8B2;
    background: #515064;
    text-decoration: none;
  }

  .bn-header--site .bn-header-info a {
    font-size: 18px;
  }

  .bn-header--site .bn-header-info .af-select .select-styled {
    font-size: 16px;
  }

  .bn-header__logo .bgimage {
    width: 212px;
    height: 160px;
  }

  .bn-header__logo {
    padding: 10px;
  }

  .bn-header__nav-menu ul li a {
    font-size: 16px;
    height: 80px;
  }

  .bn-header__social {
    height: 50%;
  }

  .bn-header__login {
    height: 50%;
  }

  .bn-header__login a {
    padding: 0 2.5em;
    font-size: 16px;
  }

  .bn-header-info {
    padding: 0 15px 0 35px;
    height: 80px;
    min-height: 80px;
    border-bottom: 1px solid #525166;
  }

  .banner-header picture {
    height: 160px;
  }
}

@media screen and (min-width: 1930px) {
  .main-program__slider {
    max-width: 1440px;
  }
}

@media screen and (max-width: 1440px) {
  .splide.is-initialized.splide-mobile-disabled-992>.splide__track {
    height: calc(100vh - 138px) !important;
  }

  .grade-user .grade-filmmarks .grade-filmmark label {
    width: 34px;
    height: 34px;
    max-width: 34px;
    font-size: 13px;
  }
}

@media screen and (max-width: 1376px) {
  .fp-about .splide.is-initialized.splide-mobile-disabled-992>.splide__track {
    height: calc(100vh - 240px) !important;
  }
}

@media screen and (max-width: 1200px) {
  .af-select {
    height: 45px;
  }

  .select-styled {
    font-size: 14px;
  }

  .select-options li {
    font-size: 13px;
  }

  .grade-user .grade-filmmarks .grade-filmmark label {
    width: 26px;
    height: 26px;
    max-width: 26px;
  }
}

@media screen and (max-height: 760px) and (max-width: 1200px) {
  div.splide.is-initialized.splide-mobile-disabled-992>.splide__track {
    height: calc(100vh - 80px) !important;
  }
}

@media screen and (max-width: 992px) {
  .select-options {
    max-height: 30vh;
  }

  .splide-mobile-disabled-992.splide {
    display: block;
    visibility: visible;
  }

  .splide-mobile-disabled-992.splide>.splide__track>.splide__list {
    display: block;
    backface-visibility: visible;
  }

  .about-founder__content {
    flex-wrap: wrap;
  }

  .about-founder__left .card-founder__desc {
    display: none;
  }

  .about-founder__right .card-founder__desc {
    display: none;
  }

  .total-history__nav-prev {
    display: none;
  }

  .card-history {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 40px 30px;
  }

  .card-history__img {
    margin: 0 -30px -40px -30px;
  }

  .af-popup__content .team-desc .team-member__main {
    padding-left: 0;
    padding-top: 25px;
  }

  .af-popup__content .team-desc .team-member__name {
    padding-bottom: 0;
  }

  .fp-about .splide.is-initialized.splide-mobile-disabled-992>.splide__track {
    height: calc(100vh - 240px) !important;
  }

  .fp-about__nav {
    display: none;
  }
}

@media screen and (max-width: 760px) {
  .grade-user .grade-filmmarks .grade-film__mark label {
    width: 36px;
    height: 36px;
    max-width: 36px;
  }
}

@media screen and (max-width: 576px) {
  .page-film__description:not(.js-show-all) {
    letter-spacing: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .page-film__fav {
    margin-left: auto;
  }

  .page-film__fav .btn {
    font-size: 0;
    padding: 0;
    width: 52px;
    min-width: 52px;
    justify-content: center;
    align-items: center;
  }

  .page-film__fav .btn .ic-star-fav {
    margin-right: 0;
    width: 20px;
    height: 20px;
  }

  .page-default::before {
    display: none;
  }

  .page-default::after {
    display: none;
  }

  .jury-desc .card-advice__desc p {
    font-size: 15px;
    line-height: 155%;
  }

  .jury-desc .card-advice__desc h3 {
    font-size: 22px;
  }

  .af-popup__content .team-desc .team-member__img {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .event-aside .event-card__title a {
    font-size: 15px;
    letter-spacing: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .event-aside .event-card__desc {
    font-size: 14px;
  }

  .event-aside .event-card__date {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .af-select-open {
    overflow: hidden;
  }

  .select-list.active {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 900;
    left: 0;
    right: 0;
    background-color: rgba(69, 62, 79, 0.69);
  }

  .select-options {
    top: auto;
    bottom: 0;
    max-height: 50vh;
    margin: auto;
  }

  .select-options li {
    font-size: 16px;
    padding: 1.5em 1.5em;
    max-width: 100%;
  }

  .af-select--multiple .select-options li {
    padding: 1.5em 40px 1.5em 1.5em;
  }

  #status {
    left: 0;
    right: 0;
    width: auto;
    bottom: 0;
    border-left: 0;
    border-top-width: 4px;
    border-top-style: solid;
  }

  .af-popup--mobile .af-popup__container {
    padding-bottom: 0;
    margin-bottom: 0;
    width: 100%;
  }

  .af-popup__close {
    right: 20px;
    top: 15px;
  }

  header .container {
    max-width: none;
    padding-right: 0;
  }

  .dark-mode .item-message__answers {
    padding-left: 45px;
  }

  .af-popup__content .team-desc .team-member__desc {
    font-size: 15px;
  }
}

@media screen and (max-width: 400px) {
  .page-events__top {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (max-width: 22.5rem) {
  .datepicker-view .week {
    width: 1.96875rem;
  }

  .calendar-weeks+.days .datepicker-grid {
    width: 13.78125rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .splide.is-initialized.splide-mobile-disabled-992>.splide__track {
    height: calc(100vh - 80px) !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1375.98px) {
  .footer__social {
    display: flex;
    align-items: center;
  }

  .footer__social ul {
    display: flex;
    align-items: center;
    margin: 0 20px;
  }

  .footer__social ul li {
    border: 1px solid #525166;
    margin: 0 5px;
  }

  .footer__social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
  }

  .footer__social ul li span {
    display: none;
  }

  .footer__social ul li svg {
    width: 18px;
    height: 14px;
    fill: #525166;
  }

  .footer-min__social {
    display: flex;
    align-items: center;
  }

  .footer-min__social ul {
    display: flex;
    align-items: center;
    margin: 0 20px;
  }

  .footer-min__social ul li {
    border: 1px solid #525166;
    margin: 0 5px;
  }

  .footer-min__social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
  }

  .footer-min__social ul li span {
    display: none;
  }

  .footer-min__social ul li svg {
    width: 18px;
    height: 14px;
    fill: #525166;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }

  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }

  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
    border-color: #0bf;
  }

  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }

  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }

  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
    border-color: #0bf;
  }
}

@media screen and (max-height: 760px) {
  .splide.is-initialized.splide-mobile-disabled-992>.splide__track {
    height: calc(100vh - 138px) !important;
  }
}

@media screen and (max-height: 767px) {
  .main-program__title {
    font-size: 36px;
    padding-bottom: 20px;
  }

  .main-events__title {
    font-size: 36px;
    padding-bottom: 0px;
  }

  .main-partners__title {
    font-size: 36px;
    padding-bottom: 25px;
  }

  .main-advice__title {
    font-size: 36px;
    padding-bottom: 0px;
  }

  .main-advice__item picture {
    padding-top: 136%;
  }
}

/*# sourceMappingURL=maps/site.css.map */


.main-banner__small .splide__track,
.main-banner__small>.splide {
  height: 100%
}

.main-banner__small .splide__slide {
  margin-right: 1px;
}
@media screen and (max-width: 768px) {
    .main-advice__title{
        font-size: 18px;
    }
}

.banner-header-mobile .splide{
    height: 100%;
}
.banner-header-mobile .splide__track {
    height: 100%;
}