@font-face {
  font-family: "Formular";
  src: url("../fonts/FormularLight.eot");
  src: url("../fonts/FormularLight.eot") format("embedded-opentype"), url("../fonts/FormularLight.woff2") format("woff2"), url("../fonts/FormularLight.woff") format("woff"), url("../fonts/FormularLight.ttf") format("truetype"), url("../fonts/FormularLight.svg#FormularLight") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Formular";
  src: url("../fonts/FormularRegular.eot");
  src: url("../fonts/FormularRegular.eot") format("embedded-opentype"), url("../fonts/FormularRegular.woff2") format("woff2"), url("../fonts/FormularRegular.woff") format("woff"), url("../fonts/FormularRegular.ttf") format("truetype"), url("../fonts/FormularRegular.svg#FormularRegular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Formular";
  src: url("../fonts/FormularMedium.eot");
  src: url("../fonts/FormularMedium.eot") format("embedded-opentype"), url("../fonts/FormularMedium.woff2") format("woff2"), url("../fonts/FormularMedium.woff") format("woff"), url("../fonts/FormularMedium.ttf") format("truetype"), url("../fonts/FormularMedium.svg#FormularMedium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Formular";
  src: url("../fonts/FormularBold.eot");
  src: url("../fonts/FormularBold.eot") format("embedded-opentype"), url("../fonts/FormularBold.woff2") format("woff2"), url("../fonts/FormularBold.woff") format("woff"), url("../fonts/FormularBold.ttf") format("truetype"), url("../fonts/FormularBold.svg#FormularBold") format("svg");
  font-weight: 700;
  font-style: normal;
}
:root {
  color-scheme: light dark;
  --borderRadius: 2.2rem;
  --primary: #3573ed;
  --primaryRgb: 53,115,237;
  --linkHover: #710020;
  --light: #888888;
  --gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --fontFamily: "Formular", sans-serif;
  --fontSize: 1rem;
  --fontWeight: 500;
  --lineHeight: 1.5;
}

.transition, .nav-toggle .btn span {
  transition: all 0.2s ease-in-out;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  padding: 0;
  background-color: var(--bodyBg);
  font-family: var(--fontFamily);
  font-size: var(--fontSize);
  font-weight: var(--fontWeight);
  line-height: var(--lineHeight);
  color: var(--bodyColor);
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}
p:last-child {
  margin-bottom: 0;
}

abbr[data-bs-original-title], abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul {
  padding-left: 1.5em;
}
ol li, ul li {
  margin-bottom: 1.5em;
}
ol li:last-child, ul li:last-child {
  margin-bottom: 0;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
dl:last-child, ol:last-child, ul:last-child {
  margin-bottom: 0;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: 0.2s ease;
}
a:hover {
  color: var(--linkHover);
  text-decoration: none;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

code, kbd, pre, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img, svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/* General */
html,
body {
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  height: 49px;
  width: auto;
  vertical-align: middle;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 1.5rem;
  padding: 0;
  font-weight: 500;
  line-height: 1.35;
  color: inherit;
}
h1 strong,
.h1 strong,
h2 strong,
.h2 strong,
h3 strong,
.h3 strong,
h4 strong,
.h4 strong,
h5 strong,
.h5 strong,
h6 strong,
.h6 strong {
  font-weight: 600;
}

h1,
.h1 {
  font-size: 22px;
}

@media (min-width: 768px) {
  h1,
.h1 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .page-title {
    margin-top: 20px;
    margin-bottom: 33px;
  }
}

  .nav__group--archive {
    display: none;
  }

@media (min-width: 992px) {
  .nav__group--archive {
    display: block;
  }
}
/* Scrollbar */
::-webkit-scrollbar {
  width: 6px;
  border-radius: 6px;
  background-color: rgba(53, 115, 237, 0.15);
}

::-webkit-scrollbar-track {
  background-color: rgba(53, 115, 237, 0.15);
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(53, 115, 237, 0.5);
  border: 1px solid rgba(53, 115, 237, 0.5);
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(53, 115, 237, 0.7);
  border: 1px solid rgba(53, 115, 237, 0.7);
}

::-webkit-scrollbar-thumb:active {
  background-color: rgba(53, 115, 237, 0.9);
  border: 1px solid rgba(53, 115, 237, 0.9);
}

/* Form */
.form__group {
  position: relative;
  margin-bottom: 20px;
}
.form__control {
  display: block;
  width: 100%;
  padding: 12px 18px;
  background-color: rgba(53, 115, 237, 0.15);
  background-clip: padding-box;
  border: none;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #ffffff;
  transition: 0.25s ease;
}
@media (prefers-reduced-motion: reduce) {
  .form__control {
    transition: none;
  }
}
.form__control[type=file] {
  overflow: hidden;
}
.form__control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form__control:hover {
  background-color: rgba(53, 115, 237, 0.25);
}
.form__control:focus {
  background-color: #ffffff;
  color: #252930;
  outline: 0;
}
.form__control:focus + .form__icon svg path {
  fill: var(--primary);
}
.form__control:-internal-autofill-selected + .form__icon svg path {
  fill: var(--primary);
}
.form__control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form__control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.form__control::placeholder {
  color: #ffffff;
  opacity: 1;
}
.form__control:disabled, .form__control[readonly] {
  background-color: rgba(53, 115, 237, 0.05);
  opacity: 1;
}
.form__control.error {
  outline: #dc3545 2px solid;
  outline-offset: -2px;
}
.form__control.success {
  outline: #198754 2px solid;
  outline-offset: -2px;
}
.form__label-icon {
  display: block;
  position: relative;
}
.form__label-icon .form__control {
  padding-left: 46px;
}
.form__icon {
  position: absolute;
  left: 12px;
  top: 10px;
}
.form__icon svg,
.form__icon img {
  display: block;
}
.form__icon svg path {
  fill: #ffffff;
  transition: 0.25s ease;
}
.form__control-help {
  margin-top: 0.5rem;
  font-weight: normal;
}
.form__control-help a {
  color: inherit;
  text-decoration: underline;
}
.form__control-help a:hover {
  text-decoration: none;
}
.form__control-help.error {
  color: #dc3545;
}
.form__control-help.success {
  color: #198754;
}
.form__btn {
  margin-top: 40px;
}
.form__btn-help {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .form__btn {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .form__btn-help {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .form__btn {
    margin-top: 60px;
  }
  .form__btn-help {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .form__group {
    margin-bottom: 30px;
  }
  .form__control {
    display: block;
    width: 100%;
    padding: 13px 18px;
    font-size: 24px;
    line-height: 1.4;
  }
  .form__label-icon .form__control {
    padding-left: 62px;
  }
  .form__icon {
    left: 18px;
    top: 18px;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  position: relative;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  padding: 11px;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  transition: 0.25s ease;
}
.btn:hover {
  background-color: rgba(53, 115, 237, 0.75);
  border-color: rgba(53, 115, 237, 0.75);
}
.btn:disabled {
  background-color: rgba(211, 212, 214, 0.2);
  border-color: transparent;
  cursor: default;
}
.btn:disabled svg {
  opacity: var(--svgOpacity);
}
.btn:disabled svg path {
  fill: var(--svgDisabled);
}
.btn--block {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.btn--block + .btn--block {
  margin-top: 10px;
}
.btn svg,
.btn img {
  width: 24px;
  height: 24px;
  margin: -4px;
  transition: 0.25s ease;
}
.btn svg path,
.btn img path {
  fill: #ffffff;
}
.btn__text + svg, .btn__text + img {
  margin-left: 14px;
  margin-right: 0;
}
.btn--transparent {
  border-color: rgba(218, 222, 231, 0.2);
  background-color: transparent;
  color: rgba(255, 255, 255, 0.4);
}
.btn--transparent svg {
  opacity: 0.4;
}
.btn--transparent svg path {
  fill: #ffffff;
}
.btn--transparent:hover {
  color: #ffffff;
}
.btn--transparent:hover svg {
  opacity: 1;
}
@media (min-width: 768px) {
  .btn {
    padding: 17px;
  }
  .btn svg,
.btn img {
    width: 32px;
    height: 32px;
  }
}
.btn--sm {
  padding: 9px 9px;
  font-weight: 500;
}
.btn--sm svg,
.btn--sm img {
  width: 24px;
  height: 24px;
}
.btn--wide {
  padding-left: 60px;
  padding-right: 60px;
}

.btn-icon {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
}
.btn-icon svg {
  display: block;
}
.btn-icon svg path {
  fill: #d3d4d6;
  transition: 0.25s ease;
}
.btn-icon:hover svg path {
  fill: #ffffff;
}

.with-tooltip {
  position: relative;
}
.with-tooltip:before {
  content: attr(data-tooltip);
  display: block;
  visibility: hidden;
  opacity: 0;
  margin-bottom: 14px;
  position: absolute;
  z-index: 100;
  left: 50%;
  bottom: 100%;
  background-color: #000000;
  border-radius: 4px;
  padding: 3px 6px 4px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  pointer-events: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  transform: translate(-50%, 0);
  transition: all 0.2s ease-in-out;
}
.with-tooltip:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #000000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  visibility: hidden;
  opacity: 0;
  margin-bottom: 14px;
  position: absolute;
  z-index: 100;
  left: 50%;
  bottom: 100%;
  pointer-events: none;
  transform: translate(-50%, 0);
  transition: all 0.2s ease-in-out;
}
.with-tooltip:hover:before, .with-tooltip:hover:after {
  opacity: 1;
  visibility: visible;
  margin-bottom: 9px;
}
.with-tooltip:hover:after {
  margin-bottom: 5px;
}
.with-tooltip:last-child:before {
  transform: none;
  left: auto;
  right: -20px;
}

/* Login */
.login {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #08245b;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  color: #ffffff;
}
.login a {
  color: inherit;
}
.login a:hover {
  opacity: 0.8;
}
.login__content {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  padding-bottom: 20px;
  padding-right: 10px;
}
.login__header {
  padding: 20px 10px 20px 20px;
}
.login__body {
  margin-top: auto;
  margin-bottom: auto;
  overflow-x: hidden;
  overflow-y: visible;
  padding: 0 10px 0 20px;
  -webkit-overflow-scrolling: touch;
}
.login__title {
  margin: 0 0 9.1743vH;
  padding-bottom: 30px;
  border-bottom: var(--primary) 1px solid;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}
@media (min-width: 768px) {
  .login {
    flex-direction: row;
  }
  .login__bg {
    width: 30%;
  }
  .login__content {
    width: 70%;
  }
  .login__bg {
    background-position: 20% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: var(--login-bg-image);
  }
  .login__content {
    padding-bottom: 3.7vH;
    padding-right: 20px;
  }
  .login__header {
    padding: 3.7vH 40px;
  }
  .login__body {
    padding: 0 20px 0 40px;
  }
  .login__title {
    padding-bottom: 40px;
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .login__bg {
    width: 40%;
  }
  .login__content {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .login__bg, .login__content {
    width: 50%;
  }
  .login__content {
    padding-bottom: 7.4vH;
    padding-right: 40px;
  }
  .login__header {
    padding: 7.4vH 80px;
  }
  .login__body {
    padding: 0 40px 0 80px;
  }
}

/* Wrapper */
html,
body {
  height: 100%;
}

:root {
  --login-bg-image: -webkit-image-set(url("../img/bg-login@2x.jpg") 2x, url("../img/bg-login@1x.jpg") 1x);
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: var(--bodyBg);
}
.wrapper #header {
  flex: 0 0 auto;
}
.wrapper .content {
  flex: 1 0 auto;
}
.wrapper #footer {
  flex: 0 0 auto;
}

.container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .container {
    width: 100%;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.main {
  padding: 0;
  overflow: visible;
}

.header {
  background-color: #08245b;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
}
@media (min-width: 992px) {
  .header {
    position: static;
  }
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
}
.navbar__brand {
  display: flex;
  align-items: center;
  margin-right: auto;
  color: inherit;
  text-decoration: none;
  min-width: 0; /* allow brand text to shrink */
  flex: 1 1 auto; /* let brand take remaining space */
}
.navbar__brand:hover {
  color: inherit;
}
.navbar__brand .brand-text {
  display: none;
  line-height: 1.12;
}
/* Показываем длинное название только на широких экранах */
@media (min-width: 992px) {
  .navbar__brand .brand-text {
    display: block;
    margin-left: 20px;
    max-width: 100%;
    overflow: hidden;
    /* Multiline clamp to avoid truncating to just a few chars */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2;
    max-height: 2.4em; /* 2 lines */
  }
}
@media (min-width: 992px) {
  .navbar__brand .brand-text {
    font-size: 24px;
  }
}
.navbar__control {
  display: flex;
  align-items: center;
  flex: 0 0 auto; /* keep controls compact */
}
.navbar__control > * {
  margin-left: 3px;
}
@media (min-width: 768px) {
  .navbar__control > * {
 /*   margin-left: 20px;*/
  }
}

@media (min-width: 992px) {
  .page-row {
    display: flex;
  }
}
.theme-toggle {
  display: flex;
  background-color: #031840;
  border-radius: 8px;
  padding: 4px;
}
.theme-toggle__btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  position: relative;
}
.theme-toggle__btn svg {
  position: relative;
  z-index: 10;
}
.theme-toggle__btn svg path {
  fill: rgba(255, 255, 255, 0.2);
  transition: 0.25s ease;
}
.theme-toggle__btn.active svg path {
  fill: rgb(255, 255, 255);
}
.theme-toggle__btn:first-child::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background-color: var(--primary);
  transition: 0.15s ease;
}
.theme-toggle__btn:first-child:not(.active)::before {
  transform: translate(40px, 0);
}

.user-control .btn__text {
  display: none;
}
.user-control img,
.user-control svg {
  margin: 0 -9px;
}
@media (min-width: 768px) {
  .user-control .btn__text {
    display: block;
  }
  .user-control img,
.user-control svg {
    margin: 0 -9px 0 14px;
  }
}

.nav-toggle .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 999;
  padding-left: 8px;
  padding-right: 8px;
}
.nav-toggle .btn span {
  display: block;
  width: 28px;
  height: 2px;
  border-radius: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}
.nav-toggle .btn span:nth-child(1) {
  transform-origin: left bottom;
}
.nav-toggle .btn span:nth-child(2) {
  transform-origin: left center;
}
.nav-toggle .btn span:nth-child(3) {
  transform-origin: left top;
}
.body-menu-opened .nav-toggle .btn span:nth-child(1) {
  transform: rotate(45deg) translate(2px, -3px);
}
.body-menu-opened .nav-toggle .btn span:nth-child(2) {
  width: 0;
  margin-right: 100%;
}
.body-menu-opened .nav-toggle .btn span:nth-child(3) {
  transform: rotate(-45deg) translate(3px, 2px);
}
.nav-toggle .btn span + span {
  margin-top: 8px;
}
.nav-toggle .btn:hover span {
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .nav-toggle {
    display: none;
  }
}

.content {
  display: flex;
  padding-top: 100px;
  padding-bottom: 0;
  overflow: hidden;
  height: auto;
}
@media (min-width: 992px) {
  .content {
    padding-top: 37px;
    padding-bottom: 0;
  }
}

.nav {
  background-color: var(--bodyBg);
  padding: 100px 10px 0 20px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
  transform: translateX(-100%);
  transition: 0.3s ease;
}
.body-menu-opened .nav {
  transform: none;
}
.nav__content {
  padding-right: 10px;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.nav a {
  color: inherit;
}
.nav a:hover {
  color: var(--primary);
}
.nav__group {
  margin-bottom: 20px;
  background-color: var(--primaryBg);
  border-radius: 12px;
  color: var(--bodyColor);
}
.nav__group:last-child {
  margin-bottom: 0;
}
.nav__title {
  display: flex;
  align-items: center;
  padding: 23px 30px;
  font-size: 22px;
  line-height: 1.35;
}
.nav__title img,
.nav__title svg {
  width: 24px;
  height: 24px;
  margin-top: 2px;
  margin-right: 20px;
  flex: 0 0 auto;
}
.nav__title img path,
.nav__title svg path {
  fill: var(--primary);
}
.nav__title span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav__list {
  margin: 0;
  padding: 0 30px 30px;
  list-style: none;
  font-size: 18px;
}

.nav__group.nav__group--collapsed > .nav__list {
  display: none;
}

.nav__title--toggle {
  cursor: pointer;
}

.nav__item {
  border-top: var(--borderColor) 1px solid;
  margin-bottom: 0;
}
.nav__item.active {
  border-top-color: transparent;
}
.nav__item.active + .nav__item {
  border-top-color: transparent;
}
.nav__link {
  display: block;
  padding: 17px 50px 17px 20px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.25s ease;
}
.nav__link:hover {
  color: var(--primary);
}
.nav__item.active .nav__link {
  background-color: var(--activeBg);
  color: var(--primary);
}
.nav__item.active .nav__link::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 24px;
  height: 24px;
  background-size: 100%;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' fill='%233573ed' d='M8.2045 3.7045C8.64384 3.26517 9.35616 3.26517 9.7955 3.7045L17.2955 11.2045C17.7348 11.6438 17.7348 12.3562 17.2955 12.7955L9.7955 20.2955C9.35616 20.7348 8.64384 20.7348 8.2045 20.2955C7.76517 19.8562 7.76517 19.1438 8.2045 18.7045L14.909 12L8.2045 5.2955C7.76517 4.85616 7.76517 4.14384 8.2045 3.7045Z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .nav {
    transform: none;
    background: transparent;
    padding: 0;
    right: auto;
    width: 308px;
    left: 20px;
    top: 117px;
    bottom: 70px;
    position: static;
    flex: 0 0 auto;
    margin-right: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .nav__content {
    padding-right: 0;
    height: auto;
    min-width: 292px;
    max-width: 292px;
  }
}
@media (min-width: 1200px) {
  .nav {
    left: 40px;
  }
}

.choose-cmr {
  display: flex;
  align-items: center;
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: var(--borderColor) 1px solid;
}
.choose-cmr__label {
  display: block;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--bodyColor);
  line-height: 1.2;
}
.choose-cmr__title {
  margin-right: auto;
}
.choose-cmr__title svg {
  display: block;
}
.choose-cmr__title svg path {
  fill: var(--bodyColor);
}
.choose-cmr__item {
  cursor: pointer;
  padding: 0;
  border: none;
  width: 40px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--activeBg);
  border-radius: 8px;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
  color: var(--cmrChooseColor);
  transition: 0.25s ease;
}
.choose-cmr__item:hover {
  color: var(--primary);
}
.choose-cmr__item.active {
  background-color: var(--primary);
  color: #ffffff;
}

.main {
  width: 100%;
  height: 100%;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer__row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  color: var(--footerColor);
}
.footer__copyright {
  padding-left: 10px;
  text-align: right;
  font-size: 12px;
  line-height: 1.2;
}
.footer__brand-name {
  fill: var(--bodyColor);
}

.video-list__item {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .video-list {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
    max-width: calc(100vW - 20px);
  }
  .video-list__item {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .video-list {
    max-width: calc(100vW - 332px);
  }
  .video-list__item {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .video-list {
    margin-left: -20px;
    margin-right: -20px;
    max-width: calc(100vW - 372px);
  }
  .video-list__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.item-video {
  border-radius: 12px;
  border: var(--videoBorderColor) 1px solid;
  position: relative;
  transition: 0.25s ease;
  color: var(--videoColor);
}
.item-video--lg {
  margin-bottom: 0;
}
.item-video:hover {
  border-color: var(--videoBorderColorHover);
}
.item-video.active {
  background-color: var(--videoBgActive);
  border-color: transparent;
  color: var(--videoColorHover);
}
.item-video.active .btn-icon svg path {
  fill: var(--videoColorHover);
}
.item-video__video_id {
  position: relative;
  border-radius: 12px;
}
.item-video__video_id.is-visible {
  border-radius: 12px;
}

.item-video__video {
  position: relative;
  border-radius: 12px;
  background: #000;
  overflow: hidden;
}
.item-video__video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  background: rgba(0, 0, 0, 0.75);
  pointer-events: none;
}
.item-video__video.has-cover::before {
  visibility: visible;
  opacity: 1;
  background: url("/img/no_connection.png") center/cover no-repeat;
}
.item-video__video img,
.item-video__video video,
.item-video__video iframe {
  display: block;
  border-radius: 12px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  aspect-ratio: 280/157;
  object-fit: fill;
}
.item-video__detail {
  display: flex;
  flex-wrap: nowrap; /* keep header and control on one line */
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  min-width: 0; /* allow children to shrink */
}
.item-video--lg .item-video__detail {
  display: block;
}
.item-video__title {
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 0;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  min-width: 0;
  flex: 1 1 auto; /* take remaining space in header */
}
.item-video--lg .item-video__title {
  margin-bottom: 18px;
  text-overflow: inherit;
  white-space: normal;
  overflow: visible;
  font-size: 18px;
}
.item-video__title a {
  color: inherit;
}
.item-video:hover .item-video__title a {
  color: var(--videoColorHover);
}
.item-video__title a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 12px;
}
.item-video__control {
  flex: 0 0 auto;
  display: inline-flex;
  gap: 8px;
  white-space: nowrap; /* do not wrap icons */
}
.item-video__control .btn-icon {
  margin-left: 0;
  position: relative;
  z-index: 100;
}
.item-video__control .btn-icon svg {
  transition: 0.15s ease;
}
.item-video__control .btn-icon:hover svg {
  /*transform: scale(1.05);*/
}
.item-video__control .btn-icon:hover svg path,
.item-video__control .btn-icon:hover svg rect,
.item-video__control .btn-icon:hover svg polygon {
  fill: var(--videoColorHover);
}
.item-video--lg .item-video__control {
  display: flex;
  justify-content: space-evenly;
}
.item-video--archive {
  color: var(--bodyColor);
}
.item-video--archive .item-video__title {
  white-space: normal;
}
.item-video--archive .btn-icon svg {
  opacity: 0.5;
  transition: 0.25s ease;
}
.item-video--archive .btn-icon svg path,
.item-video--archive .btn-icon svg rect,
.item-video--archive .btn-icon svg polygon {
  fill: var(--bodyColor);
}
.item-video--archive .btn-icon:hover svg {
  opacity: 1;
}
.item-video--archive .btn-icon:hover svg path,
.item-video--archive .btn-icon:hover svg rect,
.item-video--archive .btn-icon:hover svg polygon {
  fill: var(--bodyColor);
}
.item-video--archive .btn-icon.error svg path {
  fill: #dc3545;
}
.item-video__play {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 50%;
  border: none;
  background-color: rgba(37, 41, 48, 0.6);
  border-radius: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  transition: 0.25s ease;
}
.item-video__play:hover {
  background-color: rgba(37, 41, 48, 0.9);
}
.item-video__play svg path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .item-video__detail {
    padding: 18px 20px;
  }
  .item-video--lg .item-video__detail {
    display: flex;
  }
  .item-video--lg .item-video__title {
    margin-right: 20px;
    margin-bottom: 0;
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .item-video--lg .item-video__title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .item-video__control .btn-icon {
    margin-left: 0;
  }
  .item-video__title {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .item-video--lg .item-video__title {
    margin-right: 40px;
    font-size: 32px;
  }
  .item-video--lg .item-video__detail {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.download {
  display: none;
}
@media (min-width: 992px) {
  .download {
    display: inline-block;
  }
}

.camera-control {
  width: 140px;
  height: 140px;
  position: relative;
}
.camera-control .btn {
  position: absolute;
}
.camera-control__top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.camera-control__right {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.camera-control__bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.camera-control__left {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.camera-control__center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .camera-control {
    width: 200px;
    height: 200px;
  }
}

.camera-divider {
  background: rgba(211, 212, 214, 0.2);
  width: 1px;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 576px) {
  .camera-divider {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .camera-divider {
    margin-left: 40px;
    margin-right: 40px;
  }
}

.camera-zoom {
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
}
.camera-zoom .btn + .btn {
  margin-left: 10px;
}

.nav__datepicker {
  margin-top: 17px;
  margin-bottom: 2px;
}

.wrapper .ui-widget {
  font-family: var(--fontFamily);
}
.wrapper .ui-widget.ui-widget-content.ui-datepicker {
  border: none;
}
.wrapper .ui-datepicker {
  padding: 0;
  width: 100%;
  border: none;
  background: transparent;
  color: var(--bodyColor);
  border-radius: 0;
}
.wrapper .ui-datepicker .ui-datepicker-prev,
.wrapper .ui-datepicker .ui-datepicker-next {
  display: none;
}
.wrapper .ui-datepicker .ui-datepicker-title {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.wrapper .ui-datepicker .ui-datepicker-header {
  border: none;
  background: transparent;
  padding: 0;
  margin-bottom: 26px;
}
.wrapper .ui-datepicker .ui-datepicker-header select {
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  width: auto;
  color: var(--bodyColor);
  font-size: 18px;
  font-family: var(--fontFamily);
}
.wrapper .ui-datepicker .ui-datepicker-header select option {
  color: #1a1d22;
}
.wrapper .ui-datepicker table {
  width: calc(100% + 4px);
  margin-left: -2px;
  margin-right: -2px;
  font-size: 14px;
  font-weight: 500;
}
.wrapper .ui-datepicker th {
  padding: 0 0 8px;
  opacity: 60%;
  font-weight: 500;
}
.wrapper .ui-datepicker td {
  padding: 3px 1px;
}
.wrapper .ui-datepicker td span,
.wrapper .ui-datepicker td a {
  border-radius: 8px;
  padding: 7px;
  line-height: 1.25;
  text-align: center;
  border: none;
  background: transparent;
  color: var(--bodyColor);
  font-weight: 500;
}
.wrapper .ui-datepicker td a:hover,
.wrapper .ui-datepicker td.ui-datepicker-current-day a,
.wrapper .ui-datepicker td.ui-datepicker-today span {
  background-color: var(--primary);
  color: #ffffff;
}
.wrapper .ui-state-disabled,
.wrapper .ui-widget-content .ui-state-disabled,
.wrapper .ui-widget-header .ui-state-disabled {
  opacity: 0.2;
}

.time {
  position: relative;
  padding-top: 51px;
  padding-bottom: 20px;
}
.time__slider-control {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.time__value {
  padding: 5px;
  margin: 20px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  background-color: transparent;
  width: 83px;
  color: var(--bodyColor);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
}
.time__start {
  margin-right: 20px;
}
.time__end {
  margin-left: auto;
}
.time__slider-line {
  position: relative;
  width: 100%;
  order: -1;
}
.time__slider-handle.ui-slider {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
}
.time__btn-control {
  flex: 0 0 auto;
  display: flex;
}
.time__btn-control .btn + .btn {
  margin-left: 10px;
}
.time .ui-slider-horizontal {
  height: 16px;
  border: none;
  background-color: var(--sliderBg);
  border-radius: 20px;
}
.time .ui-slider-horizontal.time__slider-handle {
  background-color: transparent;
}
.time .ui-slider-horizontal.ui-widget.ui-widget-content {
  border: none;
}
.time .ui-slider span.ui-slider-handle {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  margin: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  border: none;
  background-color: var(--primary);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3e%3cpath fill='%23ffffff' d='M2.8125 2.53125C3.27849 2.53125 3.65625 2.90901 3.65625 3.375V15.1875C3.65625 15.6535 3.27849 16.0312 2.8125 16.0312C2.34651 16.0312 1.96875 15.6535 1.96875 15.1875V3.375C1.96875 2.90901 2.34651 2.53125 2.8125 2.53125Z M12.0752 3.48456C12.8881 3.56867 13.7301 3.41304 14.6813 2.69962C14.937 2.50786 15.279 2.47702 15.5649 2.61994C15.8507 2.76287 16.0313 3.05503 16.0313 3.37462V11.8121C16.0313 12.0777 15.9063 12.3278 15.6938 12.4871C14.395 13.4612 13.1276 13.7274 11.9015 13.6006C10.7534 13.4818 9.66848 13.0167 8.72152 12.6107C8.70352 12.603 8.68558 12.5953 8.66768 12.5876C7.65852 12.1551 6.79413 11.7921 5.92495 11.7022C5.11196 11.6181 4.27004 11.7737 3.3188 12.4871C2.94601 12.7667 2.41714 12.6912 2.13755 12.3184C1.85796 11.9456 1.93351 11.4167 2.3063 11.1371C3.60507 10.163 4.87252 9.89679 6.09859 10.0236C7.24665 10.1424 8.33162 10.6075 9.27858 11.0135C9.29658 11.0212 9.31453 11.0289 9.33242 11.0366C10.3416 11.4691 11.206 11.8321 12.0752 11.9221C12.7907 11.9961 13.5286 11.8844 14.3438 11.3702V4.82505C13.514 5.16179 12.699 5.24561 11.9015 5.16311C10.7534 5.04434 9.66848 4.5792 8.72152 4.17322C8.70352 4.16551 8.68558 4.15781 8.66768 4.15014C7.65852 3.71765 6.79413 3.35458 5.92495 3.26467C5.11196 3.18057 4.27004 3.33619 3.3188 4.04962C2.94601 4.32921 2.41714 4.25366 2.13755 3.88087C1.85796 3.50807 1.93351 2.97921 2.3063 2.69962C3.60507 1.72554 4.87252 1.45929 6.09859 1.58613C7.24665 1.70489 8.33162 2.17003 9.27858 2.57601C9.29658 2.58372 9.31452 2.59142 9.33242 2.59909C10.3416 3.03159 11.206 3.39465 12.0752 3.48456Z'/%3e%3c/svg%3e");
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.time .ui-slider span.ui-slider-handle:hover {
  background-color: #3160be;
}
.time .ui-slider span.ui-slider-handle.ui-state-focus {
  outline: none;
}
.time .ui-slider span.ui-slider-handle + span.ui-slider-handle {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3e%3cpath fill='%23ffffff' d='M2.8125 2.53125C3.27849 2.53125 3.65625 2.90901 3.65625 3.375V15.1875C3.65625 15.6535 3.27849 16.0312 2.8125 16.0312C2.34651 16.0312 1.96875 15.6535 1.96875 15.1875V3.375C1.96875 2.90901 2.34651 2.53125 2.8125 2.53125Z M12.0752 3.48456C12.8881 3.56867 13.7301 3.41304 14.6813 2.69962C14.937 2.50786 15.279 2.47702 15.5649 2.61994C15.8507 2.76287 16.0313 3.05503 16.0313 3.37462V11.8121C16.0313 12.0777 15.9063 12.3278 15.6938 12.4871C14.395 13.4612 13.1276 13.7274 11.9015 13.6006C10.7534 13.4818 9.66848 13.0167 8.72152 12.6107C8.70352 12.603 8.68558 12.5953 8.66768 12.5876C7.65852 12.1551 6.79413 11.7921 5.92495 11.7022C5.11196 11.6181 4.27004 11.7737 3.3188 12.4871C2.94601 12.7667 2.41714 12.6912 2.13755 12.3184C1.85796 11.9456 1.93351 11.4167 2.3063 11.1371C3.60507 10.163 4.87252 9.89679 6.09859 10.0236C7.24665 10.1424 8.33162 10.6075 9.27858 11.0135C9.29658 11.0212 9.31453 11.0289 9.33242 11.0366C10.3416 11.4691 11.206 11.8321 12.0752 11.9221C12.7907 11.9961 13.5286 11.8844 14.3438 11.3702V4.82505C13.514 5.16179 12.699 5.24561 11.9015 5.16311C10.7534 5.04434 9.66848 4.5792 8.72152 4.17322C8.70352 4.16551 8.68558 4.15781 8.66768 4.15014C7.65852 3.71765 6.79413 3.35458 5.92495 3.26467C5.11196 3.18057 4.27004 3.33619 3.3188 4.04962C2.94601 4.32921 2.41714 4.25366 2.13755 3.88087C1.85796 3.50807 1.93351 2.97921 2.3063 2.69962C3.60507 1.72554 4.87252 1.45929 6.09859 1.58613C7.24665 1.70489 8.33162 2.17003 9.27858 2.57601C9.29658 2.58372 9.31452 2.59142 9.33242 2.59909C10.3416 3.03159 11.206 3.39465 12.0752 3.48456Z M12.0752 7.5705C12.8881 7.6546 13.7301 7.49898 14.6813 6.78555C15.0541 6.50596 15.583 6.58151 15.8626 6.9543C16.1421 7.3271 16.0666 7.85596 15.6938 8.13555C14.395 9.10963 13.1276 9.37588 11.9015 9.24904C10.7534 9.13028 9.66848 8.66514 8.72152 8.25916C8.70352 8.25145 8.68558 8.24375 8.66768 8.23608C7.65852 7.80358 6.79413 7.44052 5.92495 7.35061C5.11196 7.2665 4.27003 7.42213 3.3188 8.13555C2.94601 8.41515 2.41714 8.3396 2.13755 7.9668C1.85796 7.59401 1.93351 7.06515 2.3063 6.78555C3.60507 5.81148 4.87252 5.54523 6.09859 5.67206C7.24665 5.79083 8.33162 6.25597 9.27858 6.66195C9.29658 6.66966 9.31452 6.67736 9.33242 6.68503C10.3416 7.11752 11.206 7.48059 12.0752 7.5705Z M7.03125 1.78613C7.49724 1.78613 7.875 2.16389 7.875 2.62988V11.0674C7.875 11.5334 7.49724 11.9111 7.03125 11.9111C6.56526 11.9111 6.1875 11.5334 6.1875 11.0674V2.62988C6.1875 2.16389 6.56526 1.78613 7.03125 1.78613Z M10.9688 3.27637C11.4347 3.27637 11.8125 3.65413 11.8125 4.12012V12.5576C11.8125 13.0236 11.4347 13.4014 10.9688 13.4014C10.5028 13.4014 10.125 13.0236 10.125 12.5576V4.12012C10.125 3.65413 10.5028 3.27637 10.9688 3.27637Z'/%3e%3c/svg%3e");
}
.time .ui-slider .ui-widget-header {
  background-color: var(--sliderBgBetween);
}
.time .ui-slider .ui-widget-header.ui-slider-range-min {
  border-radius: 16px 0 0 16px;
  background-color: rgba(var(--primaryRgb), 0.5);
}
.time .time__handle.ui-state-default {
  width: 80px;
  height: auto;
  padding-bottom: 5px;
  top: -43px;
  margin-left: auto;
  transform: translateX(-50%);
  background: transparent;
  border: none;
  text-align: center;
  color: var(--bodyColor);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  pointer-events: all;
}
.time .time__handle.ui-state-default:focus {
  outline: none;
}
.time .time__handle.ui-state-default::before {
  content: "";
  display: block;
  width: 12px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 14'%3e%3cpath fill='%233573ed' d='M11 0H1C0.447715 0 0 0.447715 0 1V7.08579C0 7.351 0.105357 7.60536 0.292893 7.79289L5.29289 12.7929C5.68342 13.1834 6.31658 13.1834 6.70711 12.7929L11.7071 7.79289C11.8946 7.60536 12 7.351 12 7.08579V1C12 0.447715 11.5523 0 11 0Z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
.time .time__handle.ui-state-default::after {
  content: "";
  display: block;
  width: 0;
  height: 35px;
  border-left: 1px dashed var(--primary);
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 14px;
}
@media (min-width: 992px) {
  .time {
    display: flex;
    align-items: center;
    padding-top: 38px;
  }
  .time__slider-control {
    margin-bottom: 0;
    flex-wrap: nowrap;
  }
  .time__value {
    margin-top: 0;
  }
  .time__slider-line {
    order: unset;
  }
  .time__end {
    margin-left: 20px;
  }
}
/* Ensure the header row can shrink within the detail flex container */
.item-video__header { min-width: 0; flex: 1 1 auto; }
.record-control { flex: 0 0 auto; }
