@charset "UTF-8";
.welcome {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: #000 url(../img/welcome.jpg) no-repeat 50% 50%;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

@font-face {
  font-family: "SegoeUI";
  font-display: swap;
  src: url("../fonts/SegoeUI/SegoeUI-Light.eot") format("embedded-opentype"), url("../fonts/SegoeUI/SegoeUI-Light.woff") format("woff"), url("../fonts/SegoeUI/SegoeUI-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SegoeUI";
  font-display: swap;
  src: url("../fonts/SegoeUI/SegoeUI.eot") format("embedded-opentype"), url("../fonts/SegoeUI/SegoeUI.woff") format("woff"), url("../fonts/SegoeUI/SegoeUI.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SegoeUI";
  font-display: swap;
  src: url("../fonts/SegoeUI/SegoeUI-SemiBold.eot") format("embedded-opentype"), url("../fonts/SegoeUI/SegoeUI-SemiBold.woff") format("woff"), url("../fonts/SegoeUI/SegoeUI-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SegoeUI";
  font-display: swap;
  src: url("../fonts/SegoeUI/SegoeUI-Bold.eot") format("embedded-opentype"), url("../fonts/SegoeUI/SegoeUI-Bold.woff") format("woff"), url("../fonts/SegoeUI/SegoeUI-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

html {
  font-size: 16px;
}

*:after,
*:before {
  display: inline-block;
  vertical-align: middle;
}

input::-webkit-input-placeholder {
  color: #6a6a6a;
  opacity: 1;
}

input:-moz-placeholder {
  color: #6a6a6a;
  opacity: 1;
}

input::-moz-placeholder {
  color: #6a6a6a;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #6a6a6a;
  opacity: 1;
}

input::-ms-input-placeholder {
  color: #6a6a6a;
  opacity: 1;
}

input::placeholder {
  color: #6a6a6a;
  opacity: 1;
}

::-webkit-scrollbar {
  display: none;
}

input.hover::-webkit-input-placeholder, input.enter::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

input.hover:-moz-placeholder, input.enter:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

input.hover::-moz-placeholder, input.enter::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

input.hover:-ms-input-placeholder, input.enter:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

input.hover::-ms-input-placeholder, input.enter::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

input.hover::placeholder,
input.enter::placeholder {
  color: #fff;
  opacity: 1;
}

*:not(input) {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

body {
  line-height: 1;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  font-family: "SegoeUI", sans-serif;
  background: #1d1f20;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  -webkit-touch-callout: none !important;
}

img {
  vertical-align: middle;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

svg {
  width: 100%;
  height: 100%;
}

ul {
  list-style: none;
  padding: 0;
}

.hide {
  display: none !important;
}

body.no--mask .scroll--mask {
  -webkit-mask-image: unset !important;
          mask-image: unset !important;
}

body.no--animation * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}

/** Фиг знает, баг **/
body.no--animation .background canvas {
  -webkit-transition: opacity 0.1s !important;
  -o-transition: opacity 0.1s !important;
  -moz-transition: opacity 0.1s !important;
  transition: opacity 0.1s !important;
}

.endless {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  -moz-transition: transform 0.2s, -moz-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s, -moz-transform 0.2s, -o-transform 0.2s;
}

.normalization {
  position: absolute;
  top: 50%;
  left: 1.5em;
  padding: 10px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0.3em;
     -moz-border-radius: 0.3em;
          border-radius: 0.3em;
  z-index: 60;
  opacity: 0;
  -webkit-transform: translateY(-50%) translateX(-100%);
     -moz-transform: translateY(-50%) translateX(-100%);
      -ms-transform: translateY(-50%) translateX(-100%);
       -o-transform: translateY(-50%) translateX(-100%);
          transform: translateY(-50%) translateX(-100%);
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
}
.normalization--visible {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(0);
     -moz-transform: translateY(-50%) translateX(0);
      -ms-transform: translateY(-50%) translateX(0);
       -o-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}

body.platform--browser .normalization {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
}
.wrap__left {
  width: 15em;
  padding-top: 4em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: -15em;
  z-index: 2;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMkAAAAGCAYAAABpeLpkAAAB70lEQVRYhaVXSXLEIAyU5jGp5P+vy2Kci5lpt7uFnFBFGYQ2hDbn2/vHHq/h1g5W4ewRkcfX0U0chq1ksp4ZV/odwIo3r9XZ5D0Kevx2efI5w9xd+Iwn0gzCUzSOD/Lg9RDrAXSbwNkId7zgOSL2YfC2BnwjOO+/jvkJ62/6zvXPMed6i4jtIQw59wkz6FwN5oGOm4Tb4b2S18B9glk+wvCufJZwHgKPcZUcVOQf99ztJrTu7nzJnOjS4PFbI4zftpC/r3RX/Du6qDOEOX+9+OyDkJRBnDGqh3JjxV/pwUM5NfHM6tFZZsZVB0WvHAH3KiGkgFV8mUcC6cIRcmUzJdclsYoG1y7JVf5R2acTBKu7dIdLJnM++WGQ8COwYDZqI2Ltu7kLcZvDWQj3zlh5ZKfKiZ1RVxVH6bqyQ/cB5QMZUuGEl0qzytCVTqhH5ZQuYSGMcdnhnQyn56raKBxXzZxdTjJnkPylHDfar1ZwK4MqOTfK6wnEwaYqwZ3gWFUHJc/RVJW1al/VUAnG4Sj5jId2qroKHhgUGBxRrKvRrZBst0634CreKfDxn8QJxX233Eboy7HRlKzK+J32ZbJzbaIKls79pRAzutWjagtdhr6jA+OZ9saakwO+U5G6Orlsr3TkKqsqGNOp+0/4rdb0F6yINZssi7KMAAAAAElFTkSuQmCC") repeat-y 0 0;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.wrap__left .scroll--mask .scroll__content {
  padding: 1.9em 0;
}
.wrap__content {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-top: 4em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.wrap__content > * {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

body.menu--open:not(.light--version) .wrap__left {
  -webkit-transform: translate3d(15em, 0, 0);
     -moz-transform: translate3d(15em, 0, 0);
          transform: translate3d(15em, 0, 0);
}

@media screen and (max-width: 767px) {
  body.menu--open .wrap__left {
    -webkit-transform: translate3d(15em, 0, 0);
       -moz-transform: translate3d(15em, 0, 0);
            transform: translate3d(15em, 0, 0);
  }
}
body.platform--android .wrap__left {
  background: -webkit-gradient(linear, left top, right top, from(#1d1f20), color-stop(70%, rgba(29, 31, 32, 0.95)), color-stop(75%, rgba(29, 31, 32, 0.9)), color-stop(80%, rgba(29, 31, 32, 0.8)), color-stop(85%, rgba(29, 31, 32, 0.6)), color-stop(90%, rgba(29, 31, 32, 0.4)), color-stop(95%, rgba(29, 31, 32, 0.2)), to(rgba(29, 31, 32, 0)));
  background: -webkit-linear-gradient(left, #1d1f20 0%, rgba(29, 31, 32, 0.95) 70%, rgba(29, 31, 32, 0.9) 75%, rgba(29, 31, 32, 0.8) 80%, rgba(29, 31, 32, 0.6) 85%, rgba(29, 31, 32, 0.4) 90%, rgba(29, 31, 32, 0.2) 95%, rgba(29, 31, 32, 0) 100%);
  background: -moz-linear-gradient(left, #1d1f20 0%, rgba(29, 31, 32, 0.95) 70%, rgba(29, 31, 32, 0.9) 75%, rgba(29, 31, 32, 0.8) 80%, rgba(29, 31, 32, 0.6) 85%, rgba(29, 31, 32, 0.4) 90%, rgba(29, 31, 32, 0.2) 95%, rgba(29, 31, 32, 0) 100%);
  background: -o-linear-gradient(left, #1d1f20 0%, rgba(29, 31, 32, 0.95) 70%, rgba(29, 31, 32, 0.9) 75%, rgba(29, 31, 32, 0.8) 80%, rgba(29, 31, 32, 0.6) 85%, rgba(29, 31, 32, 0.4) 90%, rgba(29, 31, 32, 0.2) 95%, rgba(29, 31, 32, 0) 100%);
  background: linear-gradient(to right, #1d1f20 0%, rgba(29, 31, 32, 0.95) 70%, rgba(29, 31, 32, 0.9) 75%, rgba(29, 31, 32, 0.8) 80%, rgba(29, 31, 32, 0.6) 85%, rgba(29, 31, 32, 0.4) 90%, rgba(29, 31, 32, 0.2) 95%, rgba(29, 31, 32, 0) 100%);
}

.head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
}
.head__body {
  padding: 0.5em 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.head__logo-icon {
  width: 2.7em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 580px) {
  .head__logo-icon {
    margin-right: 1em;
  }
  .head__logo-icon + .head__split {
    display: none;
  }
}
.head__split {
  background: url(../img/icons/split.svg) no-repeat 50% 50%;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  width: 1em;
  height: 1.3em;
  margin: 0 1em;
  opacity: 0.5;
}
.head__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .head__actions + .head__split {
    display: none;
  }
}
.head__logo {
  margin-right: 1em;
  width: 5.6em;
}
@media screen and (max-width: 580px) {
  .head__logo {
    display: none;
  }
}
.head__title {
  font-size: 1.7em;
  font-weight: 300;
  margin-right: auto;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  line-height: 1.2;
}
.head__action {
  width: 2.8em;
  height: 2.8em;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.6em;
  margin-left: 1.5em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.head__action.focus {
  background-color: #fff;
  color: #000;
}
.head__action.active {
  position: relative;
}
.head__action.active::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #EA4E4E;
  border: 0.15em solid #fff;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
}
.head__time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  margin-top: -0.2em;
}
.head__time-now {
  font-weight: 600;
  font-size: 2em;
  line-height: 0.9;
  margin-right: 0.5em;
}
.head__time-date {
  font-size: 0.9em;
  line-height: 1;
  color: #ddd;
}
.head__time-week {
  font-size: 0.9em;
  line-height: 1;
  color: #ddd;
}
@media screen and (max-width: 767px) {
  .head__time {
    display: none;
  }
}

.activitys {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.activitys__slides {
  position: relative;
}

.activity {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.activity__body {
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.activity__loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: url(../img/loader.svg) no-repeat 50% 50%;
}
.activity--load .activity__body {
  opacity: 0;
}
.activity--load .activity__loader {
  display: block;
}
.activity--active {
  opacity: 1;
  z-index: 1;
}

.menu {
  width: 100%;
}
.menu__split {
  margin: 1em 1em;
  width: 2.3em;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}
.menu__list {
  margin: 0;
}
.menu__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ddd;
  position: relative;
  padding: 0.9em 1.5em;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.menu__item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  display: none;
  left: 0;
  bottom: 0;
  width: 0.3em;
  background-color: #fff;
}
.menu__item + li {
  margin-top: 0.1em;
}
.menu__item.focus {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}
.menu__item.focus:after {
  display: block;
}
.menu__ico {
  margin-right: 1.5em;
  width: 1.5em;
  height: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.menu__ico > img {
  width: 100%;
  height: 100%;
}
.menu__text {
  font-size: 1.4em;
  font-weight: 300;
  line-height: 0.8;
  margin-top: -0.1em;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.background__one, .background__two {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.background__one.visible, .background__two.visible {
  opacity: 1;
}

.settings {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
}
.settings__layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.settings__content {
  position: fixed;
  top: 0;
  right: -100%;
  -webkit-transition: right 0.3s;
  -o-transition: right 0.3s;
  -moz-transition: right 0.3s;
  transition: right 0.3s;
  background: #262829;
  width: 35%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .settings__content {
    width: 50%;
  }
}
@media screen and (max-width: 580px) {
  .settings__content {
    width: 70%;
  }
}
.settings__head {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 2em;
  padding-bottom: 0;
}
.settings__body {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.settings__body > * {
  width: 100%;
}
.settings__title {
  font-size: 2.5em;
  font-weight: 300;
}
.settings-folder {
  padding: 1.5em 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.settings-folder__icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 1.5em;
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.settings-folder__name {
  font-size: 1.4em;
  line-height: 1.3;
}
.settings-folder.focus {
  background-color: #353535;
}
.settings-param {
  padding: 1.5em 2em;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: relative;
}
.settings-param__name {
  font-size: 1.3em;
  margin-bottom: 0.4em;
}
.settings-param__value {
  font-size: 1.1em;
}
.settings-param__descr {
  opacity: 0.5;
  margin-top: 1.2em;
  line-height: 1.2;
}
.settings-param__status {
  position: absolute;
  left: 0.8em;
  top: 2em;
  width: 0.6em;
  height: 0.6em;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
}
.settings-param__status.wait {
  background-color: #d6d6d6;
}
.settings-param__status.error {
  background-color: #f53f32;
}
.settings-param__status.active {
  background-color: #93d46d;
}
.settings-param.focus {
  background-color: #353535;
}
.settings-param-title {
  padding: 1.5em 2em;
}
.settings-param-title > span {
  font-size: 1.2em;
  font-weight: 600;
  color: #6f6f6f;
}
.settings-input {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 21;
}
.settings-input__content {
  background-color: #232425;
  width: 65%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .settings-input__content {
    width: 100%;
  }
}
.settings-input__input {
  font-size: 2.1em;
  margin-bottom: 1em;
  min-height: 2.3em;
  border-bottom: 2px solid #4e4e4e;
  padding: 0.6em 0;
}
.settings-input__links {
  margin-top: 1em;
  background-color: #2c2d2d;
  -webkit-border-radius: 10em;
     -moz-border-radius: 10em;
          border-radius: 10em;
  padding: 0.7em 1em;
  font-size: 1.2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .settings-input__links {
    display: none;
  }
}
.settings-input__title {
  font-size: 2.2em;
  margin-bottom: 0.7em;
}
.settings-input--free {
  background-color: #232425;
}
.settings-input--free .settings-input__content {
  margin: 0 auto;
}

body.settings--open .settings__layer {
  display: block;
}
body.settings--open .settings__content {
  right: 0;
}

.scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.scroll__content {
  padding: 1.5em 0;
  width: 100%;
}
@media screen and (max-width: 385px) {
  .scroll__content {
    padding: 1em 0;
  }
}
.scroll__body {
  -webkit-transition: margin-left 0.3s, margin-top 0.3s, -webkit-transform 0.3s;
  transition: margin-left 0.3s, margin-top 0.3s, -webkit-transform 0.3s;
  -o-transition: margin-left 0.3s, margin-top 0.3s, -o-transform 0.3s;
  -moz-transition: transform 0.3s, margin-left 0.3s, margin-top 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s, margin-left 0.3s, margin-top 0.3s;
  transition: transform 0.3s, margin-left 0.3s, margin-top 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}
.scroll__body.notransition {
  -webkit-transition: unset;
  -o-transition: unset;
  -moz-transition: unset;
  transition: unset;
}

.scroll--over {
  overflow: hidden;
}
.scroll--mask {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(8%, white), color-stop(92%, white), to(rgba(255, 255, 255, 0)));
  -webkit-mask-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 8%, white 92%, rgba(255, 255, 255, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(8%, white), color-stop(92%, white), to(rgba(255, 255, 255, 0)));
          mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 8%, white 92%, rgba(255, 255, 255, 0) 100%);
}
.scroll--mask .scroll__content {
  padding: 2.5em 0;
}
@media screen and (max-width: 385px) {
  .scroll--mask .scroll__content {
    padding: 1.5em 0;
  }
}
.scroll--horizontal .scroll__content {
  padding: 0 1.5em;
}
.scroll--horizontal.scroll--mask {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(8%, white), color-stop(92%, white), to(rgba(255, 255, 255, 0)));
  -webkit-mask-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 8%, white 92%, rgba(255, 255, 255, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(8%, white), color-stop(92%, white), to(rgba(255, 255, 255, 0)));
          mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 8%, white 92%, rgba(255, 255, 255, 0) 100%);
}
.scroll--horizontal.scroll--mask .scroll__content {
  padding: 0 2.5em;
}
@media screen and (max-width: 385px) {
  .scroll--horizontal.scroll--mask .scroll__content {
    padding: 0 1.5em;
  }
}
.scroll--nopadding .scroll__content {
  padding: 0;
}
.scroll--wheel .scroll__body {
  -webkit-transition: margin-left 0.2s, margin-top 0.2s, -webkit-transform 0.2s;
  transition: margin-left 0.2s, margin-top 0.2s, -webkit-transform 0.2s;
  -o-transition: margin-left 0.2s, margin-top 0.2s, -o-transform 0.2s;
  -moz-transition: transform 0.2s, margin-left 0.2s, margin-top 0.2s, -moz-transform 0.2s;
  transition: transform 0.2s, margin-left 0.2s, margin-top 0.2s;
  transition: transform 0.2s, margin-left 0.2s, margin-top 0.2s, -webkit-transform 0.2s, -moz-transform 0.2s, -o-transform 0.2s;
}

.items-line__head {
  padding: 0 1.5em;
  margin-bottom: 1.4em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.items-line__title {
  font-size: 1.6em;
  font-weight: 400;
}
.items-line__more {
  margin-left: 2em;
  padding: 0.4em 1em;
  background: rgba(0, 0, 0, 0.33);
  -webkit-border-radius: 0.3em;
     -moz-border-radius: 0.3em;
          border-radius: 0.3em;
}
.items-line__more.focus {
  background-color: #fff;
  color: #000;
}
.items-line + .items-line {
  margin-top: 3em;
}

.items-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.card {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 11.85em;
  -webkit-transition: margin-top 0.3s;
  -o-transition: margin-top 0.3s;
  -moz-transition: margin-top 0.3s;
  transition: margin-top 0.3s;
  position: relative;
}
.card + .card {
  margin-left: 2em;
}
.card__img {
  -webkit-border-radius: 0.3em;
     -moz-border-radius: 0.3em;
          border-radius: 0.3em;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #3E3E3E;
}
.card__view {
  margin-bottom: 1em;
  position: relative;
  padding-bottom: 150%;
}
.card__title {
  font-size: 1.2em;
  max-height: 3.6em;
  overflow: hidden;
  line-height: 1.2;
  -o-text-overflow: ".";
     text-overflow: ".";
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.card__age {
  font-size: 0.9em;
  margin-top: 0.6em;
}
.card__icons {
  position: absolute;
  top: 0.9em;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card__icons-inner {
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5em;
     -moz-border-radius: 5em;
          border-radius: 5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card__icon {
  width: 1.8em;
  height: 1.8em;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  -webkit-background-size: 60% 60%;
     -moz-background-size: 60%;
       -o-background-size: 60%;
          background-size: 60%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.card__icon.icon--book {
  background-image: url(../img/icons/menu/bookmark.svg);
}
.card__icon.icon--wath {
  background-image: url(../img/icons/menu/time.svg);
}
.card__icon.icon--like {
  background-image: url(../img/icons/menu/like.svg);
}
.card__icon.icon--history {
  background-image: url(../img/icons/settings/player.svg);
}
.card__promo {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 3em 1.5em 1.5em 1.5em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  -webkit-border-bottom-left-radius: 0.3em;
     -moz-border-radius-bottomleft: 0.3em;
          border-bottom-left-radius: 0.3em;
  -webkit-border-bottom-right-radius: 0.3em;
     -moz-border-radius-bottomright: 0.3em;
          border-bottom-right-radius: 0.3em;
}
.card__promo-text {
  font-size: 1.3em;
  line-height: 1.2;
}
.card__type {
  position: absolute;
  left: -0.8em;
  top: 1.4em;
  padding: 0.4em 0.4em;
  background: #fff;
  color: #000;
  font-size: 0.8em;
  -webkit-border-radius: 0.3em;
     -moz-border-radius: 0.3em;
          border-radius: 0.3em;
}
.card__new-episode {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  bottom: 0.8em;
}
.card__new-episode > div {
  background-color: #57F570;
  -webkit-border-radius: 5em;
     -moz-border-radius: 5em;
          border-radius: 5em;
  padding: 0.5em 1em;
  color: #17491C;
  display: inline-block;
}
.card__quality {
  position: absolute;
  left: -0.8em;
  bottom: 1em;
  padding: 0.4em 0.4em;
  background: #ffe216;
  color: #000;
  font-size: 0.8em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  text-transform: uppercase;
}
.card.focus .card__img {
  border-color: #fff;
  -webkit-box-shadow: 0 0 0 0.4em #fff;
     -moz-box-shadow: 0 0 0 0.4em #fff;
          box-shadow: 0 0 0 0.4em #fff;
}
.card--tv .card__type {
  background: #ff4242;
  color: #fff;
}
.card--small {
  width: 10.8em;
}
.card--small + .card {
  margin-left: 1em;
}
.card--small .card__view {
  margin-bottom: 0;
}
.card--small.focus .card__img {
  -webkit-box-shadow: 0 0 0 0.3em #fff;
     -moz-box-shadow: 0 0 0 0.3em #fff;
          box-shadow: 0 0 0 0.3em #fff;
}
.card--small.card--wide {
  width: 34.3em;
}
.card--small.card--wide .card__view {
  padding-bottom: 56%;
}
.card--category {
  width: 14.266%;
  padding-bottom: 1em;
}
.card--category.focus .card__img {
  -webkit-box-shadow: 0 0 0 0.3em #fff;
     -moz-box-shadow: 0 0 0 0.3em #fff;
          box-shadow: 0 0 0 0.3em #fff;
}
@media screen and (max-width: 991px) {
  .card--category {
    width: 16.666%;
  }
}
@media screen and (max-width: 767px) {
  .card--category {
    width: 20%;
  }
}
@media screen and (max-width: 580px) {
  .card--category {
    width: 25%;
  }
}
@media screen and (max-width: 385px) {
  .card--category {
    width: 33.3%;
  }
}
.card--collection {
  padding-bottom: 1em;
  width: 25%;
}
.card--collection .card__view {
  padding-bottom: 60%;
}
@media screen and (max-width: 580px) {
  .card--collection {
    width: 33.3%;
  }
}
@media screen and (max-width: 385px) {
  .card--collection {
    width: 50%;
  }
}
.card--radio {
  padding-bottom: 1em;
  width: 16.666%;
}
@media screen and (max-width: 767px) {
  .card--radio {
    width: 14.266%;
  }
}
@media screen and (max-width: 580px) {
  .card--radio {
    width: 33.333%;
  }
}
@media screen and (max-width: 385px) {
  .card--radio {
    width: 25%;
  }
}

.card-parser {
  padding: 0.75em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 14.6em;
  background-color: #3E3E3E;
  -webkit-border-radius: 0.3em;
     -moz-border-radius: 0.3em;
          border-radius: 0.3em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-parser__footer {
  margin-top: auto;
  padding-top: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-parser__title {
  font-size: 1.4em;
  line-height: 1.3;
}
.card-parser__size {
  background-color: #fff;
  color: #000;
  -webkit-border-radius: 0.2em;
     -moz-border-radius: 0.2em;
          border-radius: 0.2em;
  font-size: 1.3em;
  padding: 0.3em 0.4em 0.4em;
  margin-left: auto;
  font-weight: 600;
}
.card-parser__details {
  color: #ababab;
  line-height: 1.4;
}
.card-parser__details span {
  color: #fff;
  font-weight: 700;
}
.card-parser.focus {
  -webkit-box-shadow: 0 0 0 0.4em #fff;
     -moz-box-shadow: 0 0 0 0.4em #fff;
          box-shadow: 0 0 0 0.4em #fff;
}
.card-parser + .card-parser {
  margin-left: 2em;
}
.card-parser + .card-more {
  width: 14.6em;
}

.card-watched {
  position: absolute;
  top: 0;
  left: 100%;
  right: -120%;
  bottom: 0;
  z-index: 1;
  background-color: #404040;
  -webkit-border-top-right-radius: 0.3em;
     -moz-border-radius-topright: 0.3em;
          border-top-right-radius: 0.3em;
  -webkit-border-bottom-right-radius: 0.3em;
     -moz-border-radius-bottomright: 0.3em;
          border-bottom-right-radius: 0.3em;
  margin-left: 0.3em;
  display: none;
  pointer-events: none;
}
.card-watched__inner {
  padding: 1em;
}
.card-watched__body {
  padding-top: 1em;
  font-size: 0.8em;
}
.card-watched__item {
  margin-top: 1em;
}
.card-watched__item > span {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.card-watched__item:nth-child(1) {
  color: #fff;
}
.card-watched__item:nth-child(2) {
  color: #9f9f9f;
}
.card-watched__item:nth-child(3) {
  color: #6c6c6c;
}
.card-watched__item:nth-child(4) {
  color: #5e5e5e;
}
.card-watched__item:nth-child(5) {
  color: #4c4c4c;
}
.card-watched__item .time-line {
  margin-top: 0.5em;
}
.card-watched.reverce--position {
  right: 100%;
  left: -120%;
  margin-right: 0.3em;
  margin-left: 0;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0;
  -webkit-border-top-left-radius: 0.3em;
     -moz-border-radius-topleft: 0.3em;
          border-top-left-radius: 0.3em;
  -webkit-border-bottom-left-radius: 0.3em;
     -moz-border-radius-bottomleft: 0.3em;
          border-bottom-left-radius: 0.3em;
}

.card.focus .card-watched {
  display: block;
}

.full-start {
  padding: 0 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 4em;
  position: relative;
}
.full-start__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 1em;
}
.full-start__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 30em;
}
@media screen and (max-width: 767px) {
  .full-start__body {
    height: auto;
    padding-bottom: 3em;
  }
}
.full-start__right {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.full-start__left {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 3em;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .full-start__left {
    padding-left: 1.5em;
  }
}
.full-start__poster {
  position: relative;
}
.full-start__poster.focus img {
  -webkit-box-shadow: 0 0 0 0.4em #fff;
     -moz-box-shadow: 0 0 0 0.4em #fff;
          box-shadow: 0 0 0 0.4em #fff;
}
.full-start__poster:before {
  display: none;
}
@media screen and (max-width: 480px) {
  .full-start__poster {
    font-size: 0.9em;
  }
}
.full-start__img {
  position: relative;
  -webkit-border-radius: 0.3em;
     -moz-border-radius: 0.3em;
          border-radius: 0.3em;
  width: 17em;
  height: 25.5em;
}
@media screen and (max-width: 767px) {
  .full-start__img {
    font-size: 0.8em;
  }
}
.full-start__tag {
  -webkit-border-radius: 5em;
     -moz-border-radius: 5em;
          border-radius: 5em;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0.3em 0.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1em;
  font-size: 1.05em;
  white-space: nowrap;
  margin-bottom: 0.4em;
}
.full-start__tag > img {
  width: 1em;
  height: 1em;
  margin-right: 0.8em;
}
.full-start__tag > div {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.full-start__title, .full-start__title-mobile {
  font-size: 3.2em;
  font-weight: 400;
  margin-bottom: 0.1em;
  max-width: 90%;
  max-height: 2.6em;
  overflow: hidden;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .full-start__title, .full-start__title-mobile {
    font-size: 3em;
  }
}
@media screen and (max-width: 580px) {
  .full-start__title {
    display: none;
  }
}
.full-start__title-mobile {
  display: none;
}
@media screen and (max-width: 580px) {
  .full-start__title-mobile {
    display: block;
    max-width: 100%;
    margin-bottom: 1em;
    font-size: 2.5em;
  }
}
.full-start__title-original {
  font-size: 2.2em;
  font-weight: 300;
  max-width: 80%;
  margin-bottom: 1.5em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3;
}
.full-start__descr {
  max-width: 80%;
  font-size: 1.3em;
  line-height: 1.4;
  font-weight: 300;
  height: 8em;
  margin-bottom: 1em;
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(68%, white), to(rgba(255, 255, 255, 0)));
  -webkit-mask-image: -webkit-linear-gradient(top, white 0%, white 68%, rgba(255, 255, 255, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(68%, white), to(rgba(255, 255, 255, 0)));
          mask-image: linear-gradient(to bottom, white 0%, white 68%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 767px) {
  .full-start__descr {
    display: none;
  }
}
.full-start__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.full-start__buttons-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 480px) {
  .full-start__buttons-line {
    margin: -1.5em;
  }
  .full-start__buttons-line .full-start__buttons {
    padding: 0 1.5em;
  }
}
.full-start__buttons-scroll {
  width: 100%;
  max-width: 100%;
}
.full-start__button {
  margin-right: 0.75em;
  font-size: 1.3em;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0.3em 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 5em;
     -moz-border-radius: 5em;
          border-radius: 5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.8em;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.full-start__button > svg {
  width: 1.5em;
  height: 1.5em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.full-start__button > svg + span {
  margin-left: 0.75em;
  margin-top: -0.2em;
}
.full-start__button.focus {
  background-color: #fff;
  color: #000;
}
.full-start__ratings {
  margin-left: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.full-start__rating {
  text-align: right;
}
.full-start__rating-name {
  text-transform: uppercase;
  font-size: 0.7em;
}
.full-start__rating-value {
  font-size: 3em;
  font-weight: 600;
}
.full-start__rating + div {
  margin-left: 2em;
}
.full-start__icons {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .full-start__icons {
    position: absolute;
    top: 16.2em;
    left: 17.2em;
  }
}
@media screen and (max-width: 480px) {
  .full-start__icons {
    top: 15em;
    left: 14.5em;
  }
  .full-start__icons > * {
    font-size: 0.8em;
  }
}
.full-start .info__rate {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(23, 19, 18, 0.86);
  -webkit-border-radius: 0.3em 0 0.3em 0;
     -moz-border-radius: 0.3em 0 0.3em 0;
          border-radius: 0.3em 0 0.3em 0;
}
@media screen and (max-width: 767px) {
  .full-start .info__rate {
    font-size: 0.7em;
  }
}

.full-descr {
  padding: 0 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 580px) {
  .full-descr {
    display: block;
  }
}
.full-descr__text {
  font-size: 1.3em;
  line-height: 1.4;
  font-weight: 300;
  max-height: 70vh;
  overflow: hidden;
  max-height: 41vh;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(80%, white), to(rgba(255, 255, 255, 0)));
  -webkit-mask-image: -webkit-linear-gradient(top, white 0%, white 80%, rgba(255, 255, 255, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(80%, white), to(rgba(255, 255, 255, 0)));
          mask-image: linear-gradient(to bottom, white 0%, white 80%, rgba(255, 255, 255, 0) 100%);
}
.full-descr__left {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.full-descr__right {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 30%;
  padding-left: 2.3em;
}
@media screen and (max-width: 580px) {
  .full-descr__right {
    width: 100%;
    padding-left: 0;
    padding-top: 2em;
  }
}
.full-descr__line {
  margin-top: 2em;
}
.full-descr__line-name {
  font-size: 1.2em;
  margin-bottom: 1em;
}
.full-descr__line-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -0.2em;
}
.full-descr__info-name {
  font-size: 1.2em;
  margin-bottom: 0.7em;
}
.full-descr__info-body {
  font-size: 1.5em;
  font-weight: 300;
}
.full-descr__info + div {
  margin-top: 2em;
}
.full-descr__tag {
  -webkit-border-radius: 5em;
     -moz-border-radius: 5em;
          border-radius: 5em;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0.4em 0.8em 0.5em 0.8em;
  font-size: 1.2em;
  margin: 0.2em;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.full-descr__tag.focus {
  background-color: #fff;
  color: #000;
}

.full-persons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.full-person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2em;
  -webkit-border-radius: 10em;
     -moz-border-radius: 10em;
          border-radius: 10em;
  padding-right: 1.7em;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 1.1em;
}
.full-person__photo {
  width: 7em;
  height: 7em;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  background-color: #fff;
  margin-right: 1em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
}
.full-person__name {
  font-size: 1.5em;
}
.full-person__role {
  font-size: 1.1em;
  margin-top: 0.7em;
}
.full-person.focus {
  background-color: #fff;
  color: #000;
}

.full-reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.full-review {
  padding: 1.5em;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 0.3em;
     -moz-border-radius: 0.3em;
          border-radius: 0.3em;
  width: 30em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.full-review__text {
  font-size: 1.2em;
  line-height: 1.3;
  margin-bottom: 1.5em;
  overflow: hidden;
}
.full-review__footer {
  font-size: 1.2em;
  margin-top: auto;
}
.full-review + .full-review {
  margin-left: 1.5em;
}
.full-review.focus {
  background-color: #fff;
  color: #000;
}

.full-episodes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.full-episodes .full-episode {
  width: 28.4em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.full-episodes .full-episode + .full-episode {
  margin-left: 1em;
}

.full-episode {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0.3em;
     -moz-border-radius: 0.3em;
          border-radius: 0.3em;
  position: relative;
}
.full-episode__left {
  width: 11em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.full-episode__img {
  padding-bottom: 57%;
  position: relative;
}
.full-episode__img img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0.3em;
     -moz-border-radius: 0.3em;
          border-radius: 0.3em;
}
.full-episode__body {
  padding: 1em;
}
.full-episode__name {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  max-width: 10em;
  font-size: 1.4em;
}
.full-episode__date {
  font-size: 1.1em;
  margin-top: 1em;
}
.full-episode .time-line {
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
  left: 12em;
}
.full-episode.focus {
  background-color: #fff;
  color: #000;
}
.full-episode.focus .time-line {
  background-color: rgba(0, 0, 0, 0.3);
}
.full-episode.focus .time-line > div {
  background-color: #686868;
}
.full-episode--next .full-episode__img {
  background-color: #363232;
  -webkit-border-radius: 0.3em;
     -moz-border-radius: 0.3em;
          border-radius: 0.3em;
}
.full-episode--next .full-episode__img img {
  opacity: 0;
}
.full-episode--next .full-episode__img:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.4em;
  height: 2.4em;
  margin: -1.2em 0 0 -1.2em;
  background: url(../img/icons/menu/time.svg) no-repeat 50% 50%;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  font-size: 1.3em;
}

.player {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 50;
}

.player-video__video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.player-video__loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/loader.svg) no-repeat 50% 50%;
  display: none;
}
.player-video__paused {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 8em;
  height: 8em;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  padding: 2em;
  background-color: rgba(0, 0, 0, 0.5);
  margin-left: -4em;
  margin-top: -4em;
}
.player-video__subtitles {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 1.5em;
  text-align: center;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.25;
}
.player-video__subtitles.size--large {
  font-size: 3em;
}
.player-video__subtitles.size--small {
  font-size: 2em;
}
.player-video__subtitles.has--backdrop .player-video__subtitles-text {
  background: rgba(0, 0, 0, 0.55);
}
.player-video__subtitles.has--stroke {
  text-shadow: 0 2px 1px #000000, 0 -2px 1px #000000, -2px 1px 0 #000000, 2px 0px 1px #000000;
}
.player-video__subtitles.on-top {
  top: 0;
}
.player-video__subtitles-text {
  display: inline-block;
  padding: 0.25em 0.5em;
  -webkit-border-radius: 0.25em;
     -moz-border-radius: 0.25em;
          border-radius: 0.25em;
}
.player-video__subtitles-text:empty {
  display: none;
}
.player-video.video--load .player-video__loader {
  display: block;
}

.player-video__paused {
  background-color: rgba(0, 0, 0, 0.6);
}

body.platform--browser .player-video__paused {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.player-panel {
  position: fixed;
  left: 1.5em;
  bottom: 1.5em;
  right: 1.5em;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transform: translateY(130%);
     -moz-transform: translateY(130%);
      -ms-transform: translateY(130%);
       -o-transform: translateY(130%);
          transform: translateY(130%);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, -o-transform 0.3s;
  -moz-transition: transform 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
  width: auto;
  -webkit-border-radius: 0.5em;
     -moz-border-radius: 0.5em;
          border-radius: 0.5em;
}
@media screen and (max-width: 480px) {
  .player-panel {
    right: 0;
    left: 0;
    bottom: 0;
  }
}
.player-panel.panel--visible {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.player-panel__body {
  padding: 1.5em;
}
.player-panel__timeline {
  position: relative;
  height: 0.4em;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2em;
     -moz-border-radius: 2em;
          border-radius: 2em;
  margin-bottom: 0.6em;
}
.player-panel__timeline.focus {
  -webkit-box-shadow: 0 0 0 0.1em #fff;
     -moz-box-shadow: 0 0 0 0.1em #fff;
          box-shadow: 0 0 0 0.1em #fff;
}
.player-panel__timeline.focus .player-panel__position > div:after {
  -webkit-transform: translateY(-50%) translateX(50%) scale(1.5) !important;
     -moz-transform: translateY(-50%) translateX(50%) scale(1.5) !important;
      -ms-transform: translateY(-50%) translateX(50%) scale(1.5) !important;
       -o-transform: translateY(-50%) translateX(50%) scale(1.5) !important;
          transform: translateY(-50%) translateX(50%) scale(1.5) !important;
}
.player-panel__peding, .player-panel__position {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-border-radius: 5em;
     -moz-border-radius: 5em;
          border-radius: 5em;
}
.player-panel__peding {
  background-color: rgba(255, 255, 255, 0.3);
}
.player-panel__position {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.player-panel__position > div {
  position: relative;
}
.player-panel__position > div:after {
  position: absolute;
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-color: #fff;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(50%);
     -moz-transform: translateY(-50%) translateX(50%);
      -ms-transform: translateY(-50%) translateX(50%);
       -o-transform: translateY(-50%) translateX(50%);
          transform: translateY(-50%) translateX(50%);
  font-size: 0.8em;
}
.player-panel__time {
  position: absolute;
  bottom: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0.3em;
     -moz-border-radius: 0.3em;
          border-radius: 0.3em;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 0.5em;
  padding: 0.4em;
}
.player-panel__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.player-panel__line + .player-panel__line {
  margin-top: 1em;
}
.player-panel__timeend {
  margin-left: auto;
}
.player-panel__left, .player-panel__right {
  width: 35%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.player-panel__right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 580px) {
  .player-panel__left {
    display: none;
  }
}
.player-panel__center {
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 580px) {
  .player-panel__center {
    margin-right: auto;
    width: 60%;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.player-panel .button {
  width: 2em;
  height: 2em;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  -webkit-background-size: 45% 45%;
     -moz-background-size: 45%;
       -o-background-size: 45%;
          background-size: 45%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 0.4em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.player-panel .button.focus {
  background-color: #fff;
  color: #000;
}
.player-panel__right .button + .button, .player-panel__left .button + .button {
  margin-left: 1em;
}
.player-panel__playpause {
  font-size: 1.4em;
  margin: 0 1em;
}
.player-panel__playpause > div:first-child {
  display: none;
}
@media screen and (max-width: 580px) {
  .player-panel__playpause {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-left: 0;
  }
}
.player-panel__filename {
  font-size: 1.7em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin-bottom: 2em;
}
.player-panel__quality {
  width: auto !important;
  padding: 0.1em 0.5em !important;
  -webkit-border-radius: 0.2em !important;
     -moz-border-radius: 0.2em !important;
          border-radius: 0.2em !important;
  text-transform: uppercase;
}
.player-panel__tstart {
  margin-right: 1em;
}
.player-panel__tend {
  margin-left: 1em;
}
.player-panel__next, .player-panel__prev {
  padding: 0.55em !important;
}
@media screen and (max-width: 767px) {
  .player-panel__rprev, .player-panel__rnext {
    display: none !important;
  }
}
.player-panel__playlist {
  padding: 0.5em !important;
}
.player-panel__subs {
  padding: 0.45em !important;
}
.player-panel__next-episode-name {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding-left: 1em;
}
.player-panel.panel--paused .player-panel__playpause > div:first-child {
  display: block;
}
.player-panel.panel--paused .player-panel__playpause > div:last-child {
  display: none;
}

.player-panel {
  background-color: rgba(0, 0, 0, 0.6);
}

body.platform--browser .player-panel {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.player-info {
  position: fixed;
  top: 1.5em;
  left: 1.5em;
  right: 1.5em;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transform: translateY(-130%);
     -moz-transform: translateY(-130%);
      -ms-transform: translateY(-130%);
       -o-transform: translateY(-130%);
          transform: translateY(-130%);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, -o-transform 0.3s;
  -moz-transition: transform 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
  -webkit-border-radius: 0.5em;
     -moz-border-radius: 0.5em;
          border-radius: 0.5em;
}
@media screen and (max-width: 480px) {
  .player-info {
    left: 0;
    right: 0;
    top: 0;
  }
}
.player-info__body {
  padding: 1.5em;
}
.player-info.info--visible {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.player-info__name {
  font-size: 1.5em;
  word-break: break-all;
}
.player-info__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.player-info__time {
  margin-left: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 1.5em;
  padding-left: 1em;
}
.player-info__error {
  margin-top: 1em;
  font-size: 1.2em;
}
.player-info__values {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.2em;
}
.player-info__values > div {
  margin-right: 1em;
}
.player-info__values > div span {
  font-size: 1.3em;
  font-weight: 300;
}

.player-info {
  background-color: rgba(0, 0, 0, 0.6);
}

body.platform--browser .player-info {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.selectbox {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 55;
}
.selectbox__layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.selectbox__content {
  position: fixed;
  top: 0;
  right: -100%;
  -webkit-transition: right 0.3s;
  -o-transition: right 0.3s;
  -moz-transition: right 0.3s;
  transition: right 0.3s;
  background: #262829;
  width: 35%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .selectbox__content {
    width: 50%;
  }
}
@media screen and (max-width: 580px) {
  .selectbox__content {
    width: 70%;
  }
}
.selectbox__head {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 2em;
  padding-bottom: 0;
}
.selectbox__body {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.selectbox__body > * {
  width: 100%;
}
.selectbox__title {
  font-size: 2.5em;
  font-weight: 300;
}

body.selectbox--open .selectbox__layer {
  display: block;
}
body.selectbox--open .selectbox__content {
  right: 0;
}

.selectbox-item {
  padding: 1.5em 2em;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: relative;
}
.selectbox-item__title {
  font-size: 1.3em;
  line-height: 1.3;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.selectbox-item__subtitle {
  font-size: 1.1em;
  margin-top: 0.4em;
  opacity: 0.7;
}
.selectbox-item__checkbox {
  width: 1.4em;
  height: 1.4em;
  border: 0.3em solid rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 1.7em;
  right: 2em;
}
.selectbox-item--checkbox {
  padding-right: 4em;
}
.selectbox-item--checked .selectbox-item__checkbox {
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  border-color: #fff;
}
.selectbox-item.focus {
  background-color: #353535;
}

.youtube-player {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 50;
}
.youtube-player > iframe {
  pointer-events: none;
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% + 120px);
  height: -moz-calc(100% + 120px);
  height: calc(100% + 120px);
}
.youtube-player__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.5em;
  background-color: #fff;
}

.info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 10em;
  padding: 2em 1.5em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 1em;
}
.info__title {
  font-size: 3em;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.info__title-original {
  font-size: 1.8em;
  margin-top: 0.4em;
}
@media screen and (max-width: 580px) {
  .info__title-original {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 580px) {
  .info__title {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 385px) {
  .info__title {
    font-size: 2em;
  }
}
.info__left {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
}
.info__right {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1em;
}
.info__create {
  font-size: 1.2em;
  margin-top: 1em;
}
.info__rate {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0.6em;
     -moz-border-radius: 0.6em;
          border-radius: 0.6em;
  padding: 0.6em 1em 1em 1em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 2em;
  margin-top: 0.2em;
}
.info__rate > span {
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 580px) {
  .info__rate {
    font-size: 0.9em;
  }
}
.info__icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 1em;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 50% 50%;
     -moz-background-size: 50%;
       -o-background-size: 50%;
          background-size: 50%;
  position: relative;
  width: 4em;
  height: 4em;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
}
.info__icon.active::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.5em;
  right: -0.5em;
  width: 2em;
  height: 2em;
  background: #fff url(../img/icons/check_dark.svg) no-repeat 50% 50%;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  -webkit-background-size: 50% 50%;
     -moz-background-size: 50%;
       -o-background-size: 50%;
          background-size: 50%;
}
.info__icon.icon--book {
  background-image: url(../img/icons/menu/bookmark.svg);
}
.info__icon.icon--like {
  background-image: url(../img/icons/menu/like.svg);
}
.info__icon.icon--wath {
  background-image: url(../img/icons/menu/time.svg);
}
.info__icon.focus {
  -webkit-box-shadow: 0 0 0 0.3em #fff;
     -moz-box-shadow: 0 0 0 0.3em #fff;
          box-shadow: 0 0 0 0.3em #fff;
}
@media screen and (max-width: 767px) {
  .info {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 580px) {
  .info {
    height: 8.6em;
  }
}
@media screen and (max-width: 385px) {
  .info {
    font-size: 0.7em;
  }
}

.card-more {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 2em;
  width: 11.85em;
}
.card-more__box {
  -webkit-transition: border-color 0.2s, -webkit-transform 0.3s;
  transition: border-color 0.2s, -webkit-transform 0.3s;
  -o-transition: border-color 0.2s, -o-transform 0.3s;
  -moz-transition: transform 0.3s, border-color 0.2s, -moz-transform 0.3s;
  transition: transform 0.3s, border-color 0.2s;
  transition: transform 0.3s, border-color 0.2s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
  background-color: #3E3E3E;
  -webkit-border-radius: 0.3em;
     -moz-border-radius: 0.3em;
          border-radius: 0.3em;
  padding-bottom: 150%;
  position: relative;
}
.card-more__title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1.8em;
  font-weight: 300;
  margin-top: -0.7em;
}
.card-more.focus .card-more__box {
  -webkit-box-shadow: 0 0 0 0.4em #fff;
     -moz-box-shadow: 0 0 0 0.4em #fff;
          box-shadow: 0 0 0 0.4em #fff;
}
.card-more--small {
  width: 10.8em;
  margin-left: 1em;
}

.category-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 0.75em;
}
.category-full .card {
  margin-left: 0;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.category-full__more {
  text-align: center;
  padding: 2em;
  margin-top: 1.5em;
  width: 100%;
}
.category-full__more > span {
  font-size: 1.2em;
}
.category-full__more.focus {
  border-color: #fff;
  color: #000;
}

body.platform--orsay .category-full {
  display: block;
}
body.platform--orsay .category-full .card {
  float: left;
}
body.platform--orsay .category-full .card__title {
  min-height: 3.1em;
}
body.platform--orsay .category-full:after {
  display: block;
  content: "";
  clear: both;
}

.search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1d1f20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 50;
}
.search__left {
  height: 100vh;
  padding: 1em 1.5em;
  width: 45%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .search__left {
    width: 100%;
    height: 50vh;
  }
}
.search__title {
  font-size: 2.5em;
  font-weight: 300;
  margin-bottom: 0.6em;
}
.search__input {
  font-size: 2em;
}
.search__keypad {
  height: 35vh;
  margin-top: 2em;
}
.search__history {
  height: 35vh;
  margin-top: auto;
}
.search__history .scroll__content {
  height: 35vh;
}
@media screen and (max-width: 767px) {
  .search__history {
    display: none;
  }
}
.search__results {
  height: 100vh;
  width: 55%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .search__results {
    width: 100%;
    height: 50vh !important;
  }
  .search__results > .scroll {
    height: 50vh !important;
  }
}
.search__results .broadcast__text {
  margin-top: 2.6em;
}
@media screen and (max-width: 767px) {
  .search {
    display: block;
  }
}

.search-history-key {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.search-history-key > div {
  font-size: 1.8em;
  -webkit-border-radius: 10em;
     -moz-border-radius: 10em;
          border-radius: 10em;
  padding: 0.3em 1em;
  padding-top: 0.1em;
  background-color: #6d6d6d;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  line-height: 1.2;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: relative;
}
.search-history-key > div > div {
  position: absolute;
  left: 100%;
  top: 0.3em;
  display: none;
  padding-left: 1em;
  font-size: 0.8em;
}
.search-history-key.focus > div {
  background-color: #fff;
  color: #000;
}
.search-history-key.focus > div > div {
  color: #fff;
  display: block;
}
.search-history-key + div {
  margin-top: 1em;
}

.search-history-empty {
  font-size: 1.3em;
  color: #747474;
}

.search-looking {
  text-align: center;
}
.search-looking__text {
  margin-top: 3.3em;
  font-size: 1.3em;
  color: #747474;
}

body.system--keyboard .search__history {
  height: 60vh;
}
body.system--keyboard .search__history .scroll__content {
  height: 60vh;
}
body.system--keyboard .search__keypad {
  height: auto;
  padding-bottom: 2em;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  body.system--keyboard .search__left {
    height: 35vh;
    min-height: 11em;
  }
}
@media screen and (max-width: 480px) {
  body.system--keyboard .search__left {
    height: 25vh;
  }
}
@media screen and (max-width: 767px) {
  body.system--keyboard .search__results {
    height: 65vh !important;
  }
  body.system--keyboard .search__results > .scroll {
    height: 65vh !important;
  }
}
@media screen and (max-width: 480px) {
  body.system--keyboard .search__results {
    height: 75vh !important;
  }
  body.system--keyboard .search__results > .scroll {
    height: 75vh !important;
  }
}

.simple-keyboard {
  background: transparent;
  padding: 0;
  font-family: inherit;
  color: #9e9e9e;
}
.simple-keyboard .hg-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.simple-keyboard .hg-row .hg-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.simple-keyboard .hg-layout-numeric .hg-button {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.simple-keyboard .hg-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  border: 0;
  font-size: 2em;
  height: auto;
  width: auto;
  line-height: 1.2;
  background: rgba(221, 221, 221, 0.06);
  color: #fff;
}
.simple-keyboard .hg-button.hg-activeButton, .simple-keyboard .hg-button.focus, .simple-keyboard .hg-button:hover {
  background-color: #6d6d6d;
  color: #fff;
}
@media screen and (max-width: 580px) {
  .simple-keyboard .hg-button {
    font-size: 1.5em;
    padding: 5px 0;
  }
}
.simple-keyboard .hg-button[data-skbtn="{bksp}"]:after,
.simple-keyboard .hg-button[data-skbtn="{abc}"]:after,
.simple-keyboard .hg-button[data-skbtn="{enter}"]:after,
.simple-keyboard .hg-button[data-skbtn="{shift}"]:after,
.simple-keyboard .hg-button[data-skbtn="{RU}"]:after,
.simple-keyboard .hg-button[data-skbtn="{EN}"]:after,
.simple-keyboard .hg-button[data-skbtn="{space}"]:after {
  content: "";
  display: block;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 1em;
  width: 1em;
}
.simple-keyboard .hg-button[data-skbtn="{bksp}"]:after {
  background-image: url(../img/icons/keyboard/bksp.svg);
}
.simple-keyboard .hg-button[data-skbtn="{abc}"]:after {
  background-image: url(../img/icons/keyboard/sym.svg);
  width: 1.2em;
}
.simple-keyboard .hg-button[data-skbtn="{enter}"]:after {
  background-image: url(../img/icons/keyboard/enter.svg);
}
.simple-keyboard .hg-button[data-skbtn="{shift}"]:after {
  background-image: url(../img/icons/keyboard/up.svg);
  -webkit-background-size: 80% 80%;
     -moz-background-size: 80%;
       -o-background-size: 80%;
          background-size: 80%;
}
.simple-keyboard .hg-button[data-skbtn="{space}"]:after {
  background-image: url(../img/icons/keyboard/space.svg);
  width: 1.4em;
}
.simple-keyboard .hg-button[data-skbtn="{EN}"]:after,
.simple-keyboard .hg-button[data-skbtn="{RU}"]:after {
  background-image: url(../img/icons/keyboard/lang.svg);
  width: 0.9em;
}
.simple-keyboard .hg-button[data-skbtn="{bksp}"] span,
.simple-keyboard .hg-button[data-skbtn="{abc}"] span,
.simple-keyboard .hg-button[data-skbtn="{enter}"] span,
.simple-keyboard .hg-button[data-skbtn="{shift}"] span,
.simple-keyboard .hg-button[data-skbtn="{RU}"] span,
.simple-keyboard .hg-button[data-skbtn="{EN}"] span,
.simple-keyboard .hg-button[data-skbtn="{space}"] span {
  width: 0;
  height: 0;
  display: block;
}
.simple-keyboard .hg-button[data-skbtn="{mic}"] {
  color: #fff;
}
.simple-keyboard .hg-button[data-skbtn="{mic}"] svg {
  width: 0.9em;
  height: 1em;
}
.simple-keyboard .hg-button svg {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.simple-keyboard .hg-row:after {
  content: "";
  display: block;
  clear: both;
}
.simple-keyboard-input {
  background-color: #4c4b4b;
  font-size: 1.6em;
  height: 2.1em;
  width: 100%;
  border: 0;
  padding: 0 0.7em;
  color: #fff;
  -webkit-border-radius: 0.3em;
     -moz-border-radius: 0.3em;
          border-radius: 0.3em;
}
.simple-keyboard-input:focus, .simple-keyboard-input.focus {
  -webkit-box-shadow: 0 0 0 3px #fff;
     -moz-box-shadow: 0 0 0 3px #fff;
          box-shadow: 0 0 0 3px #fff;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 1.5em;
  z-index: 50;
}
.modal__content {
  background-color: #262829;
  padding: 1.5em;
  -webkit-border-radius: 0.3em;
     -moz-border-radius: 0.3em;
          border-radius: 0.3em;
  margin: 0 auto;
  max-width: 37%;
}
@media screen and (max-width: 767px) {
  .modal__content {
    max-width: 50%;
  }
}
@media screen and (max-width: 580px) {
  .modal__content {
    max-width: 80%;
  }
}
.modal__head {
  margin-bottom: 2em;
}
.modal__body .scroll__content {
  max-height: 37.2em;
}
.modal__title {
  font-size: 2.2em;
  font-weight: 300;
}
.modal--medium .modal__content {
  max-width: 60%;
}
@media screen and (max-width: 767px) {
  .modal--medium .modal__content {
    max-width: 80%;
  }
}
@media screen and (max-width: 580px) {
  .modal--medium .modal__content {
    max-width: 100%;
  }
}
.modal--large .modal__content {
  max-width: 80%;
}
@media screen and (max-width: 767px) {
  .modal--large .modal__content {
    max-width: 100%;
  }
}
.modal--empty-title .modal__head {
  margin-bottom: 0;
}
.modal--overlay {
  z-index: 60;
}
.modal .scroll--mask .scroll__content {
  padding: 1.5em 0;
}

.modal-loading {
  height: 6em;
  background: url(../img/loader.svg) no-repeat 50% 50%;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}

.modal-pending {
  text-align: center;
}
.modal-pending__loading {
  background: url(../img/loader.svg) no-repeat 50% 50%;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  height: 6em;
}
.modal-pending__text {
  font-size: 1.2em;
  margin-top: 1em;
}

.company > div {
  font-size: 1.4em;
  line-height: 1.2;
}
.company > div + div {
  margin-top: 0.6em;
}
.company > div.company__name {
  font-size: 2.1em;
}

.person-start {
  padding: 0 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 4em;
}
.person-start__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
}
.person-start__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 30em;
}
@media screen and (max-width: 580px) {
  .person-start__body {
    height: auto;
  }
}
.person-start__right {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.person-start__left {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 3em;
}
.person-start__poster {
  position: relative;
}
.person-start__poster:before {
  display: none;
}
.person-start__img {
  position: relative;
  -webkit-border-radius: 0.3em;
     -moz-border-radius: 0.3em;
          border-radius: 0.3em;
  width: 17.7em;
  height: 26.4em;
}
@media screen and (max-width: 580px) {
  .person-start__img {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 480px) {
  .person-start__img {
    font-size: 0.5em;
  }
}
.person-start__tag {
  -webkit-border-radius: 5em;
     -moz-border-radius: 5em;
          border-radius: 5em;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0.3em 0.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1em;
  font-size: 1.05em;
}
.person-start__tag > img {
  width: 1em;
  height: 1em;
  margin-right: 0.8em;
}
.person-start__name {
  font-size: 4em;
  font-weight: 700;
  margin-bottom: 0.3em;
  max-width: 90%;
}
@media screen and (max-width: 580px) {
  .person-start__name {
    font-size: 3em;
  }
}
@media screen and (max-width: 480px) {
  .person-start__name {
    font-size: 2.5em;
  }
}
.person-start__place {
  font-size: 2.3em;
  font-weight: 300;
  max-width: 80%;
  margin-bottom: 1.8em;
}
@media screen and (max-width: 580px) {
  .person-start__place {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 480px) {
  .person-start__place {
    font-size: 1.5em;
  }
}
.person-start__descr {
  max-width: 80%;
  font-size: 1.3em;
  line-height: 1.4;
  font-weight: 300;
  height: 8em;
  margin-bottom: 1em;
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(68%, white), to(rgba(255, 255, 255, 0)));
  -webkit-mask-image: -webkit-linear-gradient(top, white 0%, white 68%, rgba(255, 255, 255, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(68%, white), to(rgba(255, 255, 255, 0)));
          mask-image: linear-gradient(to bottom, white 0%, white 68%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 580px) {
  .person-start__descr {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .person-start__descr {
    display: none;
  }
}
.person-start__icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.person-start__icons > div {
  margin-left: 0;
}
.person-start__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.empty {
  width: 100%;
  text-align: center;
  height: 90vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.empty__img {
  height: 17em;
  background: url(../img/empty.svg) no-repeat 50% 50%;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  margin-bottom: 3em;
}
.empty__title {
  font-size: 2.4em;
}
.empty__descr {
  font-size: 1.4em;
  margin-top: 0.8em;
}
.empty__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2em;
}
.empty--list {
  height: auto;
  text-align: left;
  padding: 2em 0;
}

.notice {
  font-weight: 300;
  padding: 1.5em;
  -webkit-border-radius: 0.3em;
     -moz-border-radius: 0.3em;
          border-radius: 0.3em;
}
.notice__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.notice__title {
  font-size: 1.5em;
  font-weight: 400;
}
.notice__descr {
  font-size: 1.2em;
  margin-top: 0.9em;
  line-height: 1.4;
  color: #ddd;
}
.notice__time {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: auto;
  padding-left: 2em;
  padding-top: 0.2em;
}
.notice + .notice {
  margin-top: 1em;
}
.notice__left {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 2em;
  width: 7em;
}
.notice__body {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.notice__img {
  padding-bottom: 147%;
  position: relative;
}
.notice__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0.3em;
     -moz-border-radius: 0.3em;
          border-radius: 0.3em;
}
.notice--card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.notice.focus {
  background-color: rgba(255, 255, 255, 0.1);
}

.torrent-list {
  padding: 0 1.5em;
}

.torrent-files .torrent-file + .torrent-file {
  margin-top: 1em;
}

.torrent-item {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0.3em;
     -moz-border-radius: 0.3em;
          border-radius: 0.3em;
  padding: 1em;
  line-height: 1.2;
  position: relative;
}
.torrent-item__title {
  font-size: 1.3em;
  word-break: break-all;
}
.torrent-item__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.6em;
  font-weight: 600;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .torrent-item__details > * {
    width: 33.3%;
    margin: 0.3em 0 0 0 !important;
  }
}
.torrent-item__date {
  margin-right: 1em;
}
.torrent-item__tracker {
  margin-right: auto;
}
.torrent-item__size {
  background-color: #fff;
  -webkit-border-radius: 0.3em;
     -moz-border-radius: 0.3em;
          border-radius: 0.3em;
  color: #000;
  padding: 0.3em 0.5em;
}
.torrent-item__bitrate, .torrent-item__grabs, .torrent-item__seeds {
  margin-right: 1em;
}
.torrent-item__bitrate > span, .torrent-item__grabs > span, .torrent-item__seeds > span {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .torrent-item__size {
    width: auto;
  }
}
.torrent-item__viewed {
  position: absolute;
  top: -0.75em;
  left: -0.75em;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  width: 1.5em;
  height: 1.5em;
  padding: 0.3em;
  color: #000;
  background-color: #fff;
}
.torrent-item__stat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0.3em;
     -moz-border-radius: 0.3em;
          border-radius: 0.3em;
  line-height: 1.4;
  margin-top: 0.7em;
  font-size: 0.9em;
}
.torrent-item__stat > div {
  padding: 0.2em 0.8em;
}
.torrent-item + .torrent-item {
  margin-top: 1em;
}
.torrent-item.focus {
  -webkit-box-shadow: 0 0 0 0.2em #fff;
     -moz-box-shadow: 0 0 0 0.2em #fff;
          box-shadow: 0 0 0 0.2em #fff;
  margin-left: -0.8em;
  margin-right: -0.8em;
  padding: 1em 1.8em;
}
.torrent-item.focus .torrent-item__viewed {
  left: 0.05em;
}
.torrent-item--popular {
  background-color: rgba(255, 255, 255, 0.2);
}

.torrent-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #1d1f20;
  -webkit-border-radius: 0.3em;
     -moz-border-radius: 0.3em;
          border-radius: 0.3em;
  padding: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.torrent-file__title {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.3em;
  line-height: 1.2;
  overflow: hidden;
  padding-right: 1em;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.torrent-file__title .exe {
  -webkit-border-radius: 0.3em;
     -moz-border-radius: 0.3em;
          border-radius: 0.3em;
  background: #262829;
  padding: 0.2em 0.4em;
  display: inline-block;
}
.torrent-file__size {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-border-radius: 0.3em;
     -moz-border-radius: 0.3em;
          border-radius: 0.3em;
  background: #262829;
  font-size: 1.3em;
  padding: 0.3em 0.5em;
}
.torrent-file .time-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.torrent-file.focus {
  background-color: #353535;
}

.torrent-error > div + div {
  margin-top: 1.3em;
}
.torrent-error > div {
  line-height: 1.2;
}
.torrent-error > div > div {
  font-size: 1.4em;
}
.torrent-error > div > ul {
  margin: 0;
  margin-top: 0.2em;
  font-size: 1.2em;
  font-weight: 300;
}
.torrent-error > div > ul > li {
  position: relative;
  padding-left: 1em;
}
.torrent-error > div > ul > li::before {
  content: "";
  display: block;
  width: 0.3em;
  height: 0.3em;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  background-color: #ddd;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.torrent-error > div > ul > li + li {
  margin-top: 0.2em;
}
.torrent-error code {
  background-color: #4c4c4c;
  -webkit-border-radius: 0.2em;
     -moz-border-radius: 0.2em;
          border-radius: 0.2em;
  padding: 0 0.5em;
  word-break: break-all;
  font-family: inherit;
  font-size: inherit;
}

.error + .torrent-error {
  margin-top: 2em;
}

.torrent-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
}
@media screen and (max-width: 580px) {
  .torrent-filter {
    white-space: nowrap;
  }
}

.torrent-serial {
  position: relative;
  -webkit-border-radius: 0.3em;
     -moz-border-radius: 0.3em;
          border-radius: 0.3em;
  background: #1d1f20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.torrent-serial__img {
  width: 12em;
  -webkit-border-radius: 0.3em;
     -moz-border-radius: 0.3em;
          border-radius: 0.3em;
  height: 7em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.torrent-serial__content {
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.torrent-serial__title {
  font-size: 1.9em;
  max-height: 2em;
  overflow: hidden;
}
.torrent-serial__line {
  font-size: 1.2em;
  margin-top: 0.5em;
  font-weight: 300;
}
.torrent-serial__line b {
  font-weight: 500;
}
.torrent-serial__size {
  -webkit-border-radius: 0.3em;
     -moz-border-radius: 0.3em;
          border-radius: 0.3em;
  background: #262829;
  font-size: 1.3em;
  padding: 0.3em 0.5em;
}
.torrent-serial__exe {
  font-size: 1.4em;
  margin-top: 0.2em;
}
.torrent-serial__detail {
  text-align: right;
  margin-left: auto;
  padding-left: 1.5em;
  white-space: nowrap;
}
.torrent-serial__episode {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  -webkit-border-radius: 0.2em;
     -moz-border-radius: 0.2em;
          border-radius: 0.2em;
  padding: 0.3em 0.5em;
  font-size: 1.4em;
  font-weight: 600;
}
.torrent-serial.focus {
  background-color: #353535;
}
.torrent-serial + .torrent-serial {
  margin-top: 1em;
}
.torrent-serial .time-line {
  position: absolute;
  left: 12em;
  bottom: 0;
  right: 0;
}

.torrent-install {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 580px) {
  .torrent-install {
    display: block;
  }
}
.torrent-install__left, .torrent-install__details {
  width: 50%;
}
@media screen and (max-width: 580px) {
  .torrent-install__left, .torrent-install__details {
    width: 100%;
  }
}
.torrent-install__left {
  padding-right: 3em;
}
@media screen and (max-width: 580px) {
  .torrent-install__left {
    display: none;
  }
}
.torrent-install__title {
  font-size: 2em;
  line-height: 1.4;
  margin-bottom: 0.7em;
}
.torrent-install__descr {
  font-size: 1.3em;
  line-height: 1.4em;
  margin-bottom: 3em;
}
.torrent-install__label {
  font-size: 1.2em;
  margin-bottom: 1em;
}
.torrent-install__links:after {
  display: block;
  content: "";
  clear: both;
}
.torrent-install__link {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
  padding: 1em;
  -webkit-border-radius: 0.3em;
     -moz-border-radius: 0.3em;
          border-radius: 0.3em;
  background-color: #363636;
}
.torrent-install__link > div:first-child {
  font-size: 1.1em;
  margin-bottom: 0.4em;
}
.torrent-install__link > div:last-child {
  font-size: 1.2em;
}

.torrent-checklist__title {
  font-size: 2em;
  line-height: 1.4;
  margin-bottom: 0.7em;
}
.torrent-checklist__descr {
  font-size: 1.2em;
  line-height: 1.4em;
  margin-bottom: 2em;
}
.torrent-checklist__progress-steps {
  margin-bottom: 1em;
}
.torrent-checklist__progress-bar {
  background-color: #3E3E3E;
  -webkit-border-radius: 5em;
     -moz-border-radius: 5em;
          border-radius: 5em;
  margin-bottom: 2em;
}
.torrent-checklist__progress-bar > div {
  height: 0.5em;
  background-color: #fff;
  -webkit-border-radius: 5em;
     -moz-border-radius: 5em;
          border-radius: 5em;
}
.torrent-checklist__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.torrent-checklist__footer {
  margin-top: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.torrent-checklist__steps, .torrent-checklist__info {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .torrent-checklist__steps {
    display: none;
  }
}
.torrent-checklist__list {
  margin: 0;
}
.torrent-checklist__list > li {
  margin-bottom: 1em;
  color: #8D8D8D;
}
.torrent-checklist__list > li.wait {
  color: #fff;
}
.torrent-checklist__list > li.check {
  text-decoration: line-through;
}
.torrent-checklist__info > div {
  font-size: 1.2em;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .torrent-checklist__info {
    width: 100%;
  }
}

.files {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.files__left {
  width: 20em;
  padding: 2.5em 1.5em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.files__left .full-start__poster {
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 580px) {
  .files__left .full-start__poster {
    display: none;
    margin-right: 2em;
  }
  .files__left .full-start__poster .full-start__img {
    font-size: 0.28em;
  }
}
@media screen and (max-width: 767px) {
  .files__left {
    width: 17em;
  }
}
@media screen and (max-width: 580px) {
  .files__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 1em;
  }
}
.files__body {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  max-width: -webkit-calc(100% - 20em);
  max-width: -moz-calc(100% - 20em);
  max-width: calc(100% - 20em);
}
@media screen and (max-width: 767px) {
  .files__body {
    max-width: -webkit-calc(100% - 17em);
    max-width: -moz-calc(100% - 17em);
    max-width: calc(100% - 17em);
  }
}
@media screen and (max-width: 580px) {
  .files__body {
    width: 100%;
    max-width: 100%;
  }
}
.files__info {
  overflow: hidden;
}
.files__title {
  font-size: 2em;
  font-weight: 700;
  margin-top: 1.1em;
}
@media screen and (max-width: 580px) {
  .files__title {
    margin-top: 0.5em;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    margin-top: 0;
  }
}
.files__title-original {
  font-size: 1.5em;
  margin-top: 0.8em;
}
@media screen and (max-width: 580px) {
  .files {
    display: block;
  }
}

.about {
  font-size: 1.4em;
  line-height: 1.3;
  font-weight: 300;
}
.about > div + div {
  margin-top: 1.5em;
}
.about small {
  font-weight: 400;
}
.about__contacts {
  padding-top: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about__contacts > div {
  width: 33.3%;
}

.error {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.error__ico {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 2em;
  width: 7em;
  height: 7em;
  background: url(../img/error.svg) no-repeat 50% 50%;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.error__text {
  font-size: 1.4em;
  line-height: 1.2;
  margin-top: 0.7em;
  font-weight: 300;
}
.error__title {
  font-size: 1.7em;
}

.simple-button {
  margin-right: 1em;
  font-size: 1.3em;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0.3em 1.2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 5em;
     -moz-border-radius: 5em;
          border-radius: 5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.8em;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.simple-button > svg {
  width: 1.5em;
  height: 1.5em;
}
.simple-button > svg + span {
  margin-left: 1em;
}
.simple-button > span {
  margin-top: -0.2em;
}
.simple-button.focus {
  background-color: #fff;
  color: #000;
}
.simple-button--filter > div {
  font-size: 0.7em;
  padding: 0.3em 0.5em;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 0.3em;
     -moz-border-radius: 0.3em;
          border-radius: 0.3em;
  margin-left: 1em;
}
@media screen and (max-width: 580px) {
  .simple-button.filter--search span {
    display: none;
  }
}

.search-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-box__keypad {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .search-box__keypad {
    width: 100%;
  }
}

.console {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1d1f20;
  z-index: 100;
  padding: 1.5em 0;
}
.console__line {
  padding: 0.3em 1.5em;
  font-size: 1.1em;
  line-height: 1.2;
  word-break: break-all;
}
.console__line:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.05);
}
.console__line.focus {
  background-color: rgba(255, 255, 255, 0.2);
}
.console__tabs .scroll__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.console__tab {
  font-size: 1.1em;
  background-color: #3e3e3e;
  padding: 0.6em;
  -webkit-border-radius: 0.3em;
     -moz-border-radius: 0.3em;
          border-radius: 0.3em;
  white-space: nowrap;
}
.console__tab + .console__tab {
  margin-left: 1em;
}
.console__tab > span {
  font-size: 0.7em;
  background-color: #ddd3;
  padding: 0.3em;
  -webkit-border-radius: 0.3em;
     -moz-border-radius: 0.3em;
          border-radius: 0.3em;
  text-align: center;
  min-width: 1.8em;
  display: inline-block;
}
.console__tab.focus {
  background: #fff;
  color: #000;
}
.console__time {
  color: #7c7c7c;
  font-weight: 300;
}

.time-line {
  margin-top: 1em;
  -webkit-border-radius: 3em;
     -moz-border-radius: 3em;
          border-radius: 3em;
  background-color: rgba(255, 255, 255, 0.3);
}
.time-line > div {
  height: 0.3em;
  -webkit-border-radius: 3em;
     -moz-border-radius: 3em;
          border-radius: 3em;
  background-color: #fff;
}

.noty {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: #65eaa7;
  color: #000;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, -o-transform 0.3s;
  -moz-transition: transform 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
  opacity: 0;
}
.noty__body {
  padding: 1.5em;
  text-align: center;
}
.noty__text {
  font-size: 1.2em;
}
.noty--visible {
  -webkit-transform: translateY(0%);
     -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
       -o-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.helper {
  background: #4b8dcb;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 98;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, -o-transform 0.3s;
  -moz-transition: transform 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  color: #fff;
}
.helper__ico {
  margin-right: 1em;
  width: 1.8em;
  height: 1.8em;
}
.helper__body {
  font-size: 1.3em;
  padding: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.helper--visible {
  -webkit-transform: translateY(0%);
     -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
       -o-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

@-webkit-keyframes helper-blink {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.3;
  }
}

@-moz-keyframes helper-blink {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.3;
  }
}

@-o-keyframes helper-blink {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.3;
  }
}

@keyframes helper-blink {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.3;
  }
}
.helper-blink {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-border-radius: 0.3em;
     -moz-border-radius: 0.3em;
          border-radius: 0.3em;
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
       -o-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-name: helper-blink;
     -moz-animation-name: helper-blink;
       -o-animation-name: helper-blink;
          animation-name: helper-blink;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
     -moz-animation-direction: alternate;
       -o-animation-direction: alternate;
          animation-direction: alternate;
  pointer-events: none;
}

.no-network {
  position: fixed;
  z-index: 100;
  background: #1e1f21;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 2em;
}
.no-network__title {
  font-size: 2.2em;
}
.no-network__desc {
  font-size: 1.5em;
  margin-top: 0.7em;
  line-height: 1.2;
}

.screensaver {
  position: fixed;
  width: 100%;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 10000;
  background-color: #000;
  top: 0;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.screensaver.visible {
  opacity: 1;
}
.screensaver__title {
  position: fixed;
  bottom: 10%;
  z-index: 3;
  left: 5%;
  width: 50%;
  text-shadow: 2px 2px 2px #000;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.screensaver__title.visible {
  opacity: 0.5;
}
.screensaver__title-name {
  font-size: 3em;
  font-weight: 300;
  margin-bottom: 0.25em;
}
.screensaver__title-tagline {
  font-weight: 300;
  font-size: 1.5em;
}
.screensaver__slides > img {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 30s linear;
  transition: opacity 0.5s, -webkit-transform 30s linear;
  -o-transition: opacity 0.5s, -o-transform 30s linear;
  -moz-transition: opacity 0.5s, transform 30s linear, -moz-transform 30s linear;
  transition: opacity 0.5s, transform 30s linear;
  transition: opacity 0.5s, transform 30s linear, -webkit-transform 30s linear, -moz-transform 30s linear, -o-transform 30s linear;
  opacity: 0;
}
.screensaver__slides > img.visible {
  opacity: 1;
}
.screensaver__slides > img.lt {
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
}
.screensaver__slides > img.rt {
  -webkit-transform-origin: 100% 0;
     -moz-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
       -o-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.screensaver__slides > img.br {
  -webkit-transform-origin: 100% 100%;
     -moz-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
       -o-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.screensaver__slides > img.lb {
  -webkit-transform-origin: 0 100%;
     -moz-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
       -o-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.screensaver__slides > img.ct {
  -webkit-transform-origin: 50% 50%;
     -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
       -o-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.screensaver__slides > img.animate {
  -webkit-transform: scale(1.12);
     -moz-transform: scale(1.12);
      -ms-transform: scale(1.12);
       -o-transform: scale(1.12);
          transform: scale(1.12);
}
.screensaver__gradient {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.75) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.75) 100%);
  z-index: 2;
}
.screensaver__datetime {
  position: fixed;
  bottom: 10%;
  z-index: 3;
  right: 5%;
  width: 50%;
  text-shadow: 2px 2px 2px #000;
  text-align: right;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0.5;
}
.screensaver__datetime-time {
  font-size: 3em;
  font-weight: 300;
  margin-bottom: 0.25em;
}
.screensaver__datetime-date {
  font-weight: 300;
  font-size: 1.5em;
}
.screensaver-chrome {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.screensaver-chrome__iframe {
  position: fixed;
  border: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.screensaver-chrome__overlay {
  position: fixed;
  border: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.plugins-catalog__title {
  font-size: 1.7em;
  line-height: 1.4;
}
.plugins-catalog__descr {
  font-size: 1.2em;
  line-height: 1.6;
  margin-bottom: 1.2em;
  font-weight: 300;
}
.plugins-catalog__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 1em;
  font-size: 1.2em;
  -webkit-border-radius: 0.3em;
     -moz-border-radius: 0.3em;
          border-radius: 0.3em;
  background-color: #323232;
  white-space: nowrap;
}
.plugins-catalog__line:nth-child(2n) {
  background-color: transparent;
}
.plugins-catalog__line.focus {
  background-color: #fff;
  color: #323232;
}
@media screen and (min-width: 767px) {
  .plugins-catalog__line.focus .plugins-catalog__detail {
    display: none;
  }
  .plugins-catalog__line.focus .plugins-catalog__button {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .plugins-catalog__line {
    display: block;
  }
}
.plugins-catalog__url {
  padding-right: 2em;
  margin-right: auto;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
@media screen and (max-width: 480px) {
  .plugins-catalog__url {
    margin-bottom: 0.6em;
  }
}
.plugins-catalog__button {
  display: none;
}
.plugins-catalog__block + .plugins-catalog__block {
  margin-top: 4em;
}

@-webkit-keyframes scan {
  from {
    left: 0%;
  }
  to {
    left: 80%;
  }
}

@-moz-keyframes scan {
  from {
    left: 0%;
  }
  to {
    left: 80%;
  }
}

@-o-keyframes scan {
  from {
    left: 0%;
  }
  to {
    left: 80%;
  }
}

@keyframes scan {
  from {
    left: 0%;
  }
  to {
    left: 80%;
  }
}
.broadcast__text {
  font-size: 1.2em;
  line-height: 1.6;
  margin-bottom: 1em;
  text-align: center;
}
.broadcast__scan {
  position: relative;
  height: 0.2em;
  margin-bottom: 1em;
}
.broadcast__scan > div {
  background-color: #fff;
  position: absolute;
  left: 0%;
  height: 100%;
  width: 20%;
  -webkit-border-radius: 5em;
     -moz-border-radius: 5em;
          border-radius: 5em;
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: scan;
     -moz-animation-name: scan;
       -o-animation-name: scan;
          animation-name: scan;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
     -moz-animation-direction: alternate;
       -o-animation-direction: alternate;
          animation-direction: alternate;
}
.broadcast__device {
  font-size: 1.2em;
  padding: 1em;
  background-color: #323232;
  -webkit-border-radius: 0.3em;
     -moz-border-radius: 0.3em;
          border-radius: 0.3em;
}
.broadcast__device:nth-child(2n) {
  background-color: transparent;
}
.broadcast__device.focus {
  background-color: #fff;
  color: #000;
}

.timetable {
  padding: 0 1.5em;
}
.timetable:after {
  content: "";
  display: block;
  clear: both;
}
.timetable__inner {
  padding-bottom: 100%;
}
@media screen and (max-width: 480px) {
  .timetable__inner {
    padding-bottom: 120%;
  }
}
@media screen and (max-width: 385px) {
  .timetable__inner {
    padding-bottom: 115%;
  }
}
.timetable__item {
  float: left;
  width: 14.28%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .timetable__item {
    width: 20%;
  }
}
@media screen and (max-width: 580px) {
  .timetable__item {
    width: 25%;
  }
}
@media screen and (max-width: 385px) {
  .timetable__item {
    width: 33.33%;
  }
}
.timetable__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  right: 0.2em;
  bottom: 0.2em;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 0.3em;
     -moz-border-radius: 0.3em;
          border-radius: 0.3em;
}
.timetable__item--any:before {
  background-color: rgba(255, 255, 255, 0.3);
}
.timetable__item.focus {
  color: #000;
}
.timetable__item.focus:before {
  background-color: #fff;
}
.timetable__body {
  position: absolute;
  left: 1em;
  bottom: 1em;
  right: 1em;
}
.timetable__body > div {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  line-height: 1.4;
}
.timetable__body > div > span {
  display: inline-block;
  width: 0.5em;
  height: 0.9em;
  margin-right: 0.5em;
  -webkit-border-radius: 0.2em;
     -moz-border-radius: 0.2em;
          border-radius: 0.2em;
  margin-bottom: -0.1em;
}
.timetable__date {
  position: absolute;
  top: 1em;
  left: 1em;
  font-size: 0.9em;
}
.timetable__preview {
  margin-bottom: 0.8em;
}
.timetable__preview > img {
  width: 5em;
  height: 3.1em;
  margin-bottom: 0.3em;
  -webkit-border-radius: 0.3em;
     -moz-border-radius: 0.3em;
          border-radius: 0.3em;
}
.timetable__preview > div {
  font-size: 0.9em;
}

.online {
  padding: 1.2em;
  -webkit-border-radius: 0.3em;
     -moz-border-radius: 0.3em;
          border-radius: 0.3em;
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.online__title {
  font-size: 1.6em;
}
.online__body {
  position: relative;
}
.online .time-line {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.online__quality {
  margin-top: 1em;
}
.online + .online {
  margin-top: 1em;
}
.online.focus {
  -webkit-box-shadow: 0 0 0 0.2em #fff;
     -moz-box-shadow: 0 0 0 0.2em #fff;
          box-shadow: 0 0 0 0.2em #fff;
  margin-left: -0.8em;
  margin-right: -0.8em;
  padding: 1.2em 1.8em;
}

body.platform--orsay .head__time {
  position: absolute;
  top: 1em;
  right: 1.5em;
}
body.platform--orsay .head__split {
  display: none;
}
body.platform--orsay .head__logo-icon {
  margin-right: 1.5em;
}
body.platform--orsay .head__actions {
  position: absolute;
  top: 0.4em;
  right: 16em;
}
body.platform--orsay svg {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%;
}
body.platform--orsay .simple-keyboard .hg-button {
  float: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.platform--orsay .simple-keyboard .hg-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
body.platform--orsay .simple-keyboard .hg-row .hg-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
body.platform--orsay .simple-keyboard .hg-layout-numeric .hg-button {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.platform--orsay .full-start__button > svg {
  width: 1.5em;
  height: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
body.platform--orsay .full-start__button > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
body.platform--orsay .full-start__tags > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
body.platform--orsay .full-start__tag > img {
  height: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
body.platform--orsay .full-start__tag > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
body.platform--orsay .simple-button > svg {
  width: 1.5em;
  height: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
body.platform--orsay .simple-button > svg + span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
body.platform--orsay .simple-button--filter > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
body.platform--orsay .menu__ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
  -webkit-align-items: left;
     -moz-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
     -moz-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
body.platform--orsay .menu__ico > svg {
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  margin-right: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
body.platform--orsay .menu__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
body.platform--orsay .player-panel .button.focus {
  background-color: #524f4f;
}
body.platform--orsay .player-panel .button > svg {
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
body.platform--orsay .player-panel__timeend {
  position: absolute;
  right: 1.5em;
}
body.platform--orsay .player-panel__position > div::after {
  top: 0.25em;
}

body.touch-device .scroll {
  overflow: auto !important;
}
body.touch-device .scroll > .scroll__content > .scroll__body:after {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
body.touch-device .scroll--horizontal {
  padding-top: 1em;
  padding-bottom: 1em;
}
body.touch-device .full-start__buttons-scroll .scroll__body:after {
  display: none !important;
}
body.touch-device .full-start__buttons-scroll .scroll__body .full-start__buttons:after {
  content: "";
  display: block;
  width: 0.75em;
  height: 1.5em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media screen and (min-width: 767px) {
  body.light--version .wrap__left {
    position: static;
    background: transparent;
    margin-left: 0;
  }
  body.light--version .background {
    display: none;
  }
  body.light--version .card--category {
    width: 20%;
  }
  body.light--version .files__left {
    font-size: 0.7em;
  }
  body.light--version .files__body {
    max-width: inherit;
  }
  body.light--version .timetable__item {
    width: 16.66%;
  }
  body.light--version .card--small .card__title {
    margin-top: 0.5em;
  }
  body.light--version .items-line .card {
    margin-bottom: 2em;
  }
}
body.light--version .card__img,
body.light--version .card__quality,
body.light--version .items-line__more,
body.light--version .card-more__box,
body.light--version .card__type,
body.light--version .card__promo {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}