@font-face {
    font-family: 'Poppins';
    src:  url('../fonts/Poppins-Bold.woff2') format('woff2'),
    url('../fonts/Poppins-Bold.woff') format('woff');
    font-display: swap;
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src:  url('../fonts/Poppins-Regular.woff2') format('woff2'),
    url('../fonts/Poppins-Regular.woff') format('woff');
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}

*,
*:before,
*:after,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased !important;
  font-family: "Poppins", sans-serif;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  min-width: 320px;
  max-width: 100%;
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
  background: #151619;
  color: #fff;
  height: 100%;
}
a,
img {
  outline: 0;
}
img,
svg {
  max-width: 100%;
  vertical-align: top;
  border: 0;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
a:focus,
a:active,
a:hover {
  text-decoration: none;
}
input {
  font-family: inherit;
}
iframe {
  border: 0;
}
.body-overlay {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 19;
}
@media (max-width: 959px) {
  .body-fxd {
    position: fixed;
    overflow: hidden;
    width: 100%;
  }
  .body-fxd .body-overlay {
    display: block;
    top: 95px;
  }
}
@media (max-width: 639px) {
  .body-overlay {
    top: 56px;
  }
  .body-fxd .body-overlay {
    display: none;
  }
}
.actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.actions__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  margin-right: 70px;
  padding: 0;
  background: 0;
  box-shadow: none;
  border: 0;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
}
.actions__item:last-child {
  margin-right: 0;
}
/* .actions__item--details {
  display: none;
} */
.actions__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  opacity: 0.6;
  margin-right: 10px;
}
.actions__item:hover .actions__icon {
  opacity: 1;
}
.actions__name {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 18px;
  color: #6b6c6e;
  position: relative;
}
.actions__item:hover .actions__name {
  color: #fff;
}
.actions__icon .ico--check {
  display: none;
  width: 20px;
  height: 16px;
}
.actions__item--active .ico--check {
  display: block;
}
.rate__item--active .actions__icon,
.actions__item--active .actions__icon {
  opacity: 1;
}
.rate__item--active .ico,
.actions__item--active .ico {
  fill: #ffc763;
}
.rate__item--active .ico--save,
.actions__item--active .ico--save {
  stroke: #ffc763;
}
.actions__item .ico--thumb {
  position: relative;
  top: -2px;
}
@media (max-width: 759px) {
    .actions__item {
        margin-right: 50px;
    }
}
@media (max-width: 639px) {
  .actions {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .actions__item {
    margin-right: 30px;
  }
  .actions__item,
  .actions__item--details {
    display: block;
  }
  .actions__icon {
    margin-left: auto;
    margin-right: auto;
    width: 19px;
    height: 19px;
  }
  .actions__name {
    font-size: 12px;
    line-height: 14px;
    margin-top: 5px;
    text-align: center;
  }
  .actions__item .ico--thumb {
    top: 0;
  }
}
.badge {
  display: inline-block !important;
  vertical-align: top;
  position: relative;
  font-size: 16px;
  line-height: 16px;
  color: #ffc763;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #ffc763;
  padding: 7px 15px 5px;
  border-radius: 15px;
}
@media (max-width: 959px) {
  .badge {
    font-size: 14px;
    line-height: 14px;
    padding: 7px 10px 6px;
  }
}
@media (max-width: 639px) {
  .badge {
    font-size: 11px;
    line-height: 11px;
    padding: 2px 5px 1px;
  }
}
.button {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  font-weight:400;
  text-align: center;
  text-transform: uppercase;
  padding: 22px 20px;
  background: #ffc763;
  border-radius: 4px;
  box-shadow: none;
  border: 0;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.button:hover {
  background-color: #f5b84d;
}
.button--md {
  width: auto;
  padding-top: 13px;
  padding-bottom: 13px;
  min-width: 231px;
  font-weight: bold;
  text-transform: none;
}
.button--sm {
  font-size: 14px;
  line-height: 16px;
  text-transform: none;
  font-weight: 400;
  width: auto;
  min-width: 230px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.button--border {
  background: 0;
  border: 1px solid #ccc;
  color: #777;
  padding-top: 12px;
  padding-bottom: 11px;
}
.button--grey {
  background: #212226;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  font-weight: 400;
  text-transform: none;
  padding: 16px 15px;
}
.button--light-grey:hover,
.button--grey:hover {
  background: #35373d;
}
.button--light-grey {
  background: #404142;
  color: #fff;
}
.button[disabled] {
  opacity: 0.7;
  pointer-events: none;
  cursor: default;
}
.comments {
  position: relative;
  background-image: linear-gradient(0, #1c1d20 0, #191a1d 14%);
}
.comments__form {
  width: 40%;
  background: #141517;
  padding: 43px 50px 40px 30px;
}
.comments__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comments__title {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-weight: bold;
  margin: 0;
}
.comments__fields {
  margin-top: 16px;
}
.comments__row {
  margin-top: 10px;
}
.comments__row:first-child {
  margin-top: 0;
}
.comments__row--sm {
  max-width: 290px;
}
.comments__list {
  width: 60%;
  margin: 0;
  padding: 40px 70px 40px 45px;
  list-style: none;
}
.comments__item {
  margin-top: 15px;
  position: relative;
  background: #212226;
  border-radius: 6px;
  padding: 15px;
}
.comments__item:first-child {
  margin-top: 0;
}
.comments__name {
  font-size: 12px;
  line-height: 14px;
  color: #a6a6a8;
  font-weight: bold;
}
.comments__text {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  margin-top: 8px;
}
.comments__captcha {
  margin-top: 10px;
}
@media (max-width: 1599px) {
  .comments__form {
    padding-top: 45px;
    width: 43%;
  }
  .comments__list {
    width: 57%;
  }
  .comments__form,
  .comments__list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1399px) {
  .comments__line {
    display: block;
  }
  .comments__form,
  .comments__list {
    width: 100%;
  }
  .comments__form {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .comments__list {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .comments__row {
    margin-top: 15px;
  }
}
@media (max-width: 639px) {
  .comments {
    background: linear-gradient(1deg, #1f1f23 0, #111113 29%);
    padding: 27px 15px 30px;
  }
  .comments__form {
    background: transparent;
  }
  .comments__form,
  .comments__list {
    padding: 0;
  }
  .comments__list {
    margin-top: 25px;
  }
  .comments__row {
    margin-top: 10px;
  }
  .comments__row--sm {
    max-width: 100%;
  }
}
.content {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding-top: 95px;
  padding-left: 250px;
  padding-right: 25px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.content--sidebar-hid {
  padding-left: 66px;
}
.content__sidebar {
  position: fixed;
  top: 89px;
  margin-left: -250px;
  bottom: 0;
  width: 250px;
  z-index: 21;
}
.content--sidebar-hid .content__sidebar {
  width: 66px;
  margin-left: -66px;
}
.content--sidebar-video.content--sidebar-top .content__sidebar {
  top: 0;
}
.content__info {
  display: none;
}
.content__info--vis {
  display: block;
}
.content__info:last-child {
  margin-bottom: 0;
}
.content__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: linear-gradient(0, #1c1d20 0, #191a1d 14%);
}
.content__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}
.content__additional {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 323px;
  margin-left: 20px;
}
.content__main .section {
  padding-right: 0;
}
@media (max-width: 1599px) {
  .content {
    padding-left: 245px;
    padding-right: 20px;
  }
  .content__sidebar {
    margin-left: -245px;
    width: 245px;
  }
  .content--sidebar-hid {
    padding-left: 66px;
  }
}
@media (max-width: 1399px) {
  .content--sidebar-hid {
    padding-left: 76px;
  }
  .content--sidebar-hid .content__sidebar {
    width: 76px;
    margin-left: -76px;
  }
  .content__wrap {
    display: block;
    background: transparent;
  }
  .content__additional {
    display: none;
  }
  .content__main .section {
    padding-right: 20px;
  }
}
@media (max-width: 959px) {
  .content {
    padding-right: 10px;
  }
  .content__main .section {
    padding-right: 10px;
  }
  .content--sidebar-video.content--sidebar-hid .content__sidebar,
  .content__sidebar {
    top: 95px;
  }
  .body-fxd .content {
    padding-left: 76px;
  }
  .body-fxd .content__sidebar {
    width: 300px;
    margin-left: 0;
    left: 0;
    background: #151619;
  }
}
@media (max-width: 639px) {
  .content {
    padding-left: 0;
    padding-right: 0;
  }
  .content--sidebar-video.content--sidebar-hid .content__sidebar,
  .content__sidebar {
    display: none;
    left: 0;
    margin-left: 0;
  }
  .content--sidebar-video .content__sidebar,
  .content--sidebar-hid .content__sidebar {
    display: block;
    z-index: 20;
  }
  .content--sidebar-hid .content__sidebar {
    margin-left: 0;
    width: 100%;
    background: #151619;
  }
  .content {
    padding-top: 0;
  }
  .content__info {
    display: block;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .content--sidebar-video.content--sidebar-hid .content__sidebar,
  .content__sidebar {
    top: 68px;
  }
  .content__info--desk {
    display: none;
  }
  .body-fxd .content {
    padding-left: 0;
  }
}
.cust-radio {
  display: block;
  position: relative;
  padding-left: 33px;
  min-height: 23px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cust-radio input {
  position: absolute;
  opacity: 0;
}
.cust-radio__name {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 16px;
  color: #464647;
  padding-top: 3px;
}
.cust-radio__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.7);
}
.cust-radio__checkmark:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.cust-radio input:checked ~ .cust-radio__checkmark:after {
  display: block;
}
.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  background-image: linear-gradient(1deg, #222228 0, #191a1d 25%);
  padding: 50px 110px;
}
.filter__col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  max-width: 310px;
}
.filter__col:first-child:last-child {
  max-width: 100%;
}
.filter__title {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
  margin: 0;
}
.filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  margin-bottom: -10px;
}
.filter__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 10px;
}
.filter__item:last-child {
  margin-right: 0;
}
@media (max-width: 1599px) {
  .filter {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1399px) {
  .filter__title {
    font-size: 16px;
    line-height: 18px;
  }
  .filter__col {
    max-width: 255px;
  }
}
@media (max-width: 959px) {
  .filter {
    display: block;
    padding: 30px 15px;
  }
  .filter__col {
    max-width: 100%;
    margin-top: 30px;
  }
  .filter__col:first-child {
    margin-top: 0;
  }
}
.filter-check {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filter-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.filter-check__name {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: rgba(216, 216, 216, 0.1);
  border-radius: 4px;
  padding: 11px 14px;
  text-align: center;
}
.filter-check__name svg {
  position: absolute;
  top: 9px;
  right: 12px;
  display: none;
  opacity: 0.4;
}
.filter-check input:checked ~ .filter-check__name svg {
  display: block;
}
.filter-check--active .filter-check__name,
.filter-check:hover .filter-check__name,
.filter-check input:checked ~ .filter-check__name {
  background: rgba(216, 216, 216, 0.2);
}
@media (max-width: 1399px) {
  .filter-check {
    font-size: 12px;
    line-height: 14px;
  }
  .filter-check__name {
    padding: 8px 7px;
  }
}
.filter-handler {
  display: block;
  position: relative;
  width: 35px;
  height: 31px;
  padding: 0;
  box-shadow: none;
  background: 0;
  border-radius: 4px;
  border: 1px solid rgba(151, 151, 151, 0.42);
  -webkit-appearance: none;
  cursor: pointer;
}
.filter-handler .ico {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.6;
}
.filter-handler:hover .ico,
.section--filter-open .filter-handler .ico {
  opacity: 1;
}
.footer {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 60px 0 30px;
  list-style: none;
}
.footer__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 60px;
}
.footer__item:last-child {
  margin-right: 0;
  flex-grow: 1;
}
.footer__item:last-child .footer__link {
    margin-left: auto;
    transition: all ease-out 0.2s;
    opacity: .6;
}
.footer__item:last-child .footer__link:hover {
    opacity: 1;
}
.footer__link {
  font-size: 12px;
  line-height: 14px;
  color: #5e5f61;
  font-weight: 700;
}
.footer__link--parthner {
    width: 45px;
    height: 22px;
    display: block;
}
.footer__link--parthner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer__link:hover {
  color: #fff;
}
.footer__copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(151, 151, 151, 0.2);
  font-size: 12px;
  line-height: 14px;
  color: #47474a;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 1399px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer__item {
    margin-right: 50px;
  }
}
@media (max-width: 959px) {
  .footer {
    padding: 56px 25px 5px;
  }
  .footer__list {
    display: block;
    padding: 0 0 37px;
  }
  .footer__item {
    display: block;
    margin-right: 0;
    margin-top: 15px;
  }
  .footer__item:first-child {
    margin-top: 0;
  }
  .footer__item:last-child {
    flex-grow: 0;
  }
  .footer__item:last-child .footer__link {
    margin-left: 0;
  }
  .footer__copyright {
    text-align: left;
  }
}
@media (max-width: 639px) {
  .footer__link {
    font-weight: 400;
  }
}
.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
  padding: 0;
  list-style: none;
}
.grid__item {
  display: block;
  padding: 10px;
  width: 25%;
}
.grid--md .grid__item {
  width: 20%;
}
.grid--sm {
  margin: -10px -5px;
}
.grid--sm .grid__item {
  width: 50%;
  padding: 10px 5px;
}
@media (max-width: 1599px) {
  .grid {
    margin-left: -7px;
    margin-right: -7px;
  }
  .grid__item {
    padding-left: 7px;
    padding-right: 7px;
  }
  .grid--sm {
    margin-left: -5px;
    margin-right: -5px;
  }
  .grid--sm .grid__item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 1409px) {
  .grid__item {
    width: 33.33333%;
  }
  .grid--md .grid__item {
    width: 25%;
  }
  .grid--sm .grid__item {
    width: 50%;
  }
}
@media (max-width: 759px) {
  .grid--md .grid__item,
  .grid__item {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .grid__item {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  .grid--md {
    margin: -5px;
  }
  .grid--md .grid__item {
    width: 50%;
    padding: 5px;
    margin: auto;
  }
}
.header {
  position: fixed;
  left: 0;
  right: 0;
  background: #151619;
  z-index: 11;
}
.header--static {
  position: absolute;
}
.header--blank {
  position: static;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 19px 60px 17px 13px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.header--blank .header__inner {
  padding: 18px 35px;
}
.header__burger {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 45px;
  height: 45px;
  background: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  top: 2px;
  z-index: 12;
}
.burger-top .header__burger {
  position: fixed;
  top: 16px;
  left: 13px;
}
.burger-top .header {
  padding-left: 45px;
}
.header__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  z-index: 12;
  position: relative;
  top: -1px;
  -webkit-transition: none;
  transition: none;
}
.header--static .header__logo,
.body-fxd .header__logo {
  margin-left: 30px;
}
.body-fxd .header--static .header__logo {
  position: absolute;
}
.burger-top .header__logo {
  position: fixed;
  top: 10px;
  left: 37px;
}
.header__search {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  position: relative;
  margin-left: 117px;
  margin-right: 117px;
}
.header__nav {
  position: relative;
  top: -4px;
}
.header__nav--mobile {
  display: none;
  top: 0;
}
.header__note {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
}
.header__text {
  font-size: 14px;
  line-height: 16px;
  color: #939393;
  margin-right: 20px;
}
.header__button {
  display: inline-block;
  vertical-align: top;
  padding: 14px 34px;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border: 1px solid #292b2c;
  border-radius: 8px;
}
.header__button:hover {
  color: #939393;
}
.header__info {
  display: none;
}
.header__back {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 5px;
}
.header__back:hover {
  opacity: 0.8;
}
@media (max-width: 1919px) {
  .header__search {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1599px) {
  .header__inner {
    padding-right: 50px;
  }
  .header__search {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (max-width: 1399px) {
  .header--static .header__line,
  .header__line {
    left: 0;
  }
  .header__inner {
    padding-top: 13px;
    padding-bottom: 20px;
    padding-right: 40px;
  }
  .header__burger {
    top: 8px;
  }
  .header__nav {
    top: 3px;
  }
  .header__search,
  .header__logo {
    top: 4px;
  }
  .burger-top .header__burger {
    position: relative;
    left: 0;
    top: 0;
  }
  .burger-top .header {
    padding-left: 0;
  }
  .burger-top.body-fxd .header {
    padding-left: 0;
  }
  .burger-top.body-fxd .header__logo {
    position: relative;
    top: auto;
    left: auto;
  }
}
@media (max-width: 959px) {
  .header__inner {
    padding: 20px;
  }
  .header__logo {
    margin-right: auto;
    margin-left: 23px;
    top: -3px;
  }
  .body-fxd .header__logo {
    margin-left: 4px;
  }
  .header__search {
    margin-right: 0;
    top: -1px;
  }
  .burger-top .header__burger,
  .header__burger {
    left: -8px;
    top: 1px;
  }
  .header__nav {
    display: none;
  }
}
@media (max-width: 639px) {
  .header {
    position: relative;
    left: auto;
    right: auto;
  }
  .header__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 8px 10px 7px;
  }
  .header--blank .header__inner {
    padding: 10px 15px;
  }
  .burger-top .header__burger,
  .header__burger {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    left: 0;
    top: 3px;
  }
  .header__logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
    top: 2px;
    left: 5px;
  }
  .header--static .header__logo {
    margin-left: auto;
  }
  .body-fxd .header__logo {
    margin-left: 0;
  }
  .header__search {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    z-index: 1;
    width: 100%;
    margin-top: 15px;
  }
  .header__nav {
    display: none;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
    margin-top: 14px;
    padding-bottom: 15px;
  }
  .header__nav--mobile {
    display: block;
  }
  .header__note {
    margin-top: 16px;
    text-align: left;
  }
  .header__info {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .header__info .info {
    margin-top: 10px;
  }
  .body-fxd .header__burger {
    top: 1px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .header__back {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.help {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.help__button {
  display: block;
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #ffc763;
  padding: 0;
  box-shadow: none;
  border: 0;
  -webkit-appearance: none;
  cursor: pointer;
}
.help__button .ico {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.help__counter {
  position: absolute;
  top: -5px;
  right: -5px;
  display: inline-block;
  vertical-align: top;
  background: #d8232a;
  border-radius: 16px;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  padding: 0 2px;
  min-width: 32px;
}
@media (max-width: 639px) {
  .help__button {
    width: 70px;
    height: 70px;
  }
}
.ico {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  fill: #fff;
}
.ico--message {
  width: 32px;
  height: 32px;
  fill: #000;
}
.ico--burger {
  width: 30px;
  height: 20px;
}
.ico--magnifier {
  width: 15px;
  height: 15px;
  fill: #ffc763;
}
.ico--upload {
  width: 19px;
  height: 22px;
}
.ico--sign-up {
  width: 23px;
  height: 22px;
}
.ico--login {
  width: 21px;
  height: 22px;
}
.ico--fame {
  width: 17px;
  height: 22px;
}
.ico--flash {
  width: 12px;
  height: 21px;
}
.ico--folder {
  width: 20px;
  height: 17px;
}
.ico--star {
  width: 19px;
  height: 18px;
}
.ico--channel {
  width: 18px;
  height: 22px;
  stroke: #fff;
}
.ico--review {
  width: 27px;
  height: 16px;
}
.ico--forum {
  width: 26px;
  height: 24px;
  stroke: #fff;
}
.ico--blog {
  width: 19px;
  height: 18px;
}
.ico--save {
  width: 21px;
  height: 21px;
  stroke: #fff;
  fill: none;
}
.ico--twitter {
  width: 22px;
  height: 18px;
  stroke: #fff;
}
.sidebar-nav__item:hover .ico--twitter,
.sidebar-nav__item--active .ico--twitter,
.sidebar-nav__item:hover .ico--save,
.sidebar-nav__item--active .ico--save,
.sidebar-nav__item:hover .ico--forum,
.sidebar-nav__item--active .ico--forum,
.sidebar-nav__item:hover .ico--channel,
.sidebar-nav__item--active .ico--channel {
  stroke: #ffc763;
}
.ico--heart {
  width: 21px;
  height: 19px;
}
.ico--history {
  width: 22px;
  height: 20px;
}
.ico--thumb {
  width: 21px;
  height: 20px;
}
.ico--meet {
  width: 17px;
  height: 24px;
}
.ico--m-cam {
  width: 8px;
  height: 8px;
}
.ico--flame {
  width: 18px;
  height: 24px;
}
.ico--comment {
  width: 21px;
  height: 17px;
}
.ico--badge {
  width: 15px;
  height: 17px;
}
.ico--review-list {
  width: 27px;
  height: 16px;
}
.ico--star2 {
  width: 19px;
  height: 18px;
}
.ico--dots {
  width: 4px;
  height: 15px;
}
.ico--eye-crossed {
  width: 24px;
  height: 18px;
}
.ico--folder2 {
  width: 18px;
  height: 18px;
}
.ico--arrow {
  width: 7px;
  height: 10px;
}
.ico--filter {
  width: 19px;
  height: 20px;
}
.ico--filter2 {
  width: 19px;
  height: 16px;
}
.ico--back {
  width: 32px;
  height: 23px;
}
.ico--woman {
  width: 40px;
  height: 43px;
}
.ico--woman2 {
  width: 38px;
  height: 43px;
}
.ico--woman3 {
  width: 39px;
  height: 42px;
}
.ico--woman4 {
  width: 31px;
  height: 42px;
}
.ico--close {
  width: 13px;
  height: 13px;
}
.ico--plus {
  width: 19px;
  height: 19px;
}
.ico--minus {
  width: 19px;
  height: 19px;
}
.ico--twig {
  width: 20px;
  height: 64px;
}
.ico--camera {
  width: 19px;
  height: 19px;
}
.ico--send {
  width: 17px;
  height: 14px;
  fill: #ecb85d;
}
.ico--plus2 {
  width: 11px;
  height: 11px;
}
.ico--check2 {
  width: 62px;
  height: 47px;
  fill: #000;
}
.ico--thumbs-up {
  width: 13px;
  height: 13px;
  fill: #939393;
}
.ico--del {
  width: 8px;
  height: 8px;
}
.ico--check {
  width: 10px;
  height: 8px;
}
.ico--info {
  width: 17px;
  height: 17px;
}
.ico--flag {
  width: 18px;
  height: 23px;
}
.ico--cross {
  width: 14px;
  height: 14px;
  fill: #000;
}
.ico--profile {
  width: 20px;
  height: 20px;
}
.ico--logout {
  width: 20px;
  height: 24px;
}
.ico--pin,
.ico--in,
.ico--twi,
.ico--fb {
  width: 30px;
  height: 30px;
}
.ico--new-video {
  width: 18px;
  height: 18px;
}
@media (max-width: 1399px) {
  .ico--cam {
    width: 18px;
    height: 21px;
  }
  .ico--upload {
    width: 23px;
    height: 19px;
  }
  .ico--sign-up {
    width: 19px;
    height: 19px;
  }
  .ico--login {
    width: 18px;
    height: 19px;
  }
}
@media (max-width: 959px) {
  .ico--twig {
    width: 16px;
    height: 50px;
  }
}
@media (max-width: 639px) {
  .actions .ico--thumb {
    width: 18px;
    height: 17px;
  }
  .actions .ico--heart {
    width: 19px;
    height: 17px;
  }
  .actions .ico--save {
    width: 16px;
    height: 16px;
  }
  .actions .ico--flag {
    width: 14px;
    height: 18px;
  }
}
.info {
  position: relative;
  padding: 33px 30px 35px;
  overflow: hidden;
  background-image: linear-gradient(1deg, #1f1f23 0, #111113 29%);
}
.info__title {
  font-size: 11px;
  line-height: 11px;
  color: #939393;
  font-weight: 400;
  margin: 0 0 10px;
}
.info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  max-width: 1490px;
}
.info__list + .info__list {
  margin-top: 20px;
}
.info__item {
  display: inline-block;
  vertical-align: top;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  width: 300px;
  margin-left: 10px;
}
.info__item:first-child {
  margin-left: 0;
}
.info__link {
  display: block;
  width: 300px;
  height: 250px;
}
.content--sidebar-video.content--sidebar-hid .info__item:nth-child(4) {
  display: block;
}
.content--sidebar-video:not(.content--sidebar-hid) .info__item:nth-child(4) {
  display: none;
}
.info--sm .info__link {
  height: 100px;
}
.info--wide .info__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  width: 100%;
}
.info--wide .info__link {
  width: 100%;
  height: auto;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@media (max-width: 1919px) {
  .info__item:nth-child(5) {
    display: none;
  }
}
@media (max-width: 1499px) {
  .info__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .info__item {
    margin-left: 20px;
  }
  .info__item:nth-child(4) {
    display: none;
  }
  .content--sidebar-video.content--sidebar-hid .info__item:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1299px) {
  .info__item:nth-child(3) {
    display: none;
  }
}
@media (max-width: 799px) {
  .info__item:nth-child(2) {
    display: none;
  }
}
@media (max-width: 639px) {
  .info {
    padding: 20px 10px;
  }
}
.info-note {
  padding: 21px 30px 30px;
}
.info-note__title {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  font-weight: bold;
  margin: 0;
}
.info-note__text {
  margin-top: 15px;
  font-size: 12px;
  line-height: 22px;
  color: #a6a6a8;
  background: #212226;
  border-radius: 6px;
  padding: 20px;
}
@media (max-width: 1599px) {
  .info-note {
    padding: 20px;
  }
}
@media (max-width: 639px) {
  .info-note {
    padding: 10px;
  }
  .info-note__text {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.info-text {
  font-size: 14px;
  line-height: 22px;
  color: #9fa0a1;
  background: #111214;
  text-align: center;
  padding: 35px;
}
@media (max-width: 959px) {
  .info-text {
    padding: 27px 20px;
  }
}
@media (max-width: 639px) {
  .info-text {
    font-size: 12px;
    text-align: left;
    padding: 35px 30px 34px;
  }
}
.input {
  position: relative;
}
.input--blank {
  border-color: transparent;
  padding: 0;
  min-height: 1px;
}
.input--light {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 3px;
}
.input--icon {
  padding-bottom: 40px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.input__label {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight:400;
  color: #a3a3a4;
  margin: 0 0 10px 0;
  -webkit-transition: font-size 0.1s;
  transition: font-size 0.1s;
}
.input__area {
  width: 100%;
  font-family: inherit;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  background: 0;
  box-shadow: none;
  position: relative;
  outline: 0;
  -webkit-appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  height: 42px;
  padding: 0 10px;
}
.input--light .input__area {
  color: #464647;
}
.input--icon .input__area {
  border-color: transparent;
}
textarea.input__area {
  padding-top: 10px;
  resize: none;
  height: 77px;
}
.input__area::-webkit-input-placeholder {
  color: #a1a1a3;
}
.input__area::-moz-placeholder {
  color: #a1a1a3;
}
.input__area:-ms-input-placeholder {
  color: #a1a1a3;
}
.input__area.placeholder {
  color: #a1a1a3;
}
.input__area:focus::-webkit-input-placeholder {
  color: transparent;
}
.input__area:focus::-moz-placeholder {
  color: transparent;
}
.input__area:focus:-ms-input-placeholder {
  color: transparent;
}
.input__area.placeholder:focus {
  color: transparent;
}
.login__fields .input--error,
.input--error .input__area,
.input--error {
  border-color: #f34b29;
}
.input__hint {
  display: none;
  font-size: 12px;
  line-height: 12px;
  color: #f34b29;
  font-weight: 400;
  margin-top: 10px;
}
.input--error2 .input__hint,
.input--error .input__hint {
  display: block;
}
.input--error2 .input__hint {
  position: static;
  margin-top: 10px;
}
.input__submit {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: 0;
  box-shadow: none;
  border: 0;
  padding: 0;
  -webkit-appearance: none;
  cursor: pointer;
  outline: 0;
}
.input__submit .ico {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1399px) {
  .input--icon {
    padding-bottom: 0;
  }
  textarea.input__area {
    padding-top: 9px;
    height: 30px;
    padding-right: 40px;
  }
}
.item {
  display: block;
  position: relative;
}
.item__image {
  display: block;
  position: relative;
  overflow: hidden;
}
.item__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.item__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/ico-loader.svg) no-repeat 50% 50%;
  background-size: 30px 30px;
  width: 100%;
}
.item__main {
  display: block;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.item__description {
  position: relative;
  padding-top: 10px;
}
.grid--sm .item__description {
  padding-top: 5px;
}
.item--sm .item__description {
  height: 30px;
}
.item__counter {
  position: absolute;
  top: 7px;
  left: 7px;
  background: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  color: #fff;
  padding: 12px 4px;
  border-radius: 3px;
}
.item__counter:last-child {
  left: auto;
  right: 7px;
}
.item__title {
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #fff;
  position: relative;
  overflow: hidden;
  height: 43px;
  padding-right: 33px;
}
.item__title-tag {
  color: #ffc763;
}
.grid--sm .item__title {
  height: 35px;
  font-size: 12px;
  line-height: 17px;
  padding-right: 0;
}
.item--sm .item__title {
  height: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.item__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  margin-top: 7px;
}
.item__text {
  font-size: 11px;
  line-height: 24px;
  font-weight: 400;
  color: #939393;
  margin-left: 1px;
  background: #313536;
  height: 24px;
  overflow: hidden;
  border-radius: 3px;
  padding: 1px 3px 0;
  min-width: 24px;
  text-align: center;
}
.item__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.item--sm .item__line {
  padding-bottom: 0;
  padding-top: 7px;
}
.item__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 7px;
  right: 7px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  text-align: center;
  color: #000;
  border-radius: 5px;
  padding: 12px 8px;
}
.item__rate .ico {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 14px;
  height: 13px;
  fill: none;
  stroke: #000;
  margin-right: 5px;
  position: relative;
}
.item__category {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-weight: 700;
  padding: 7px 0 3px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.item__title:hover .item__title-tag:hover {
  color: #fff;
}
.item__title:hover .item__title-text,
.item:hover .item__category {
  color: #939393;
}
.item__preview-container {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.item__preview {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.item__preview-container video {
  pointer-events: none;
}
.item__preview-container video::-webkit-media-controls,
.item__preview-container video::-webkit-media-controls-volume-slider,
.item__preview-container
  video::-webkit-media-controls-toggle-closed-captions-button,
.item__preview-container video::-webkit-media-controls-mute-button,
.item__preview-container video::-webkit-media-controls-time-remaining-display,
.item__preview-container video::-webkit-media-controls-time-remaining-display,
.item__preview-container video::-webkit-media-controls-current-time-display,
.item__preview-container video::-webkit-media-controls-timeline,
.item__preview-container video::-webkit-media-controls-play-button,
.item__preview-container video::-webkit-media-controls-fullscreen-button {
  display: none;
}
.item__actions {
  position: absolute;
  top: 6px;
  right: 0;
  cursor: pointer;
  z-index: 2;
}
.item__more {
  padding: 0;
  background: 0;
  border: 0;
  box-shadow: none;
  width: 30px;
  height: 30px;
  -webkit-appearance: none;
  cursor: pointer;
  outline: 0;
}
.item__more .ico {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.6;
}
.item__more:hover .ico,
.item__actions--active .item__more .ico {
  opacity: 1;
}
.item__list {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #212226;
  border: 1px solid rgba(151, 151, 151, 0.13);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  width: 177px;
  padding: 12px 20px 14px;
}
.item__actions--active .item__list {
  display: block;
}
.item__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: 0;
  border: 0;
  box-shadow: none;
  padding: 10px 0;
  -webkit-appearance: none;
  cursor: pointer;
  opacity: 0.6;
  width: 100%;
  outline: 0;
}
.item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
  width: 25px;
  height: 20px;
}
.item__act {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}
.item__button:hover {
  opacity: 1;
}
.item__button--line {
  border-top: 1px solid rgba(151, 151, 151, 0.1);
  margin-top: 10px;
  padding-top: 20px;
}
.item__button--active .ico,
.item__button .ico--check {
  display: none;
}
.item__button--active .ico--check {
  display: block;
}
.item__button--rate {
  display: none;
}
@media (max-width: 1599px) {
  .item__category {
    font-size: 15px;
    line-height: 15px;
  }
  .item__counter {
    padding: 8px 4px;
  }
}
@media (max-width: 479px) {
  .item__description {
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 14px;
  }
  .item__counter {
    padding: 12px 6px;
  }
  .section__grid--category .item__description {
    padding: 0;
  }
  .item__title {
    padding-right: 0;
  }
  .item__rate,
  .item__more {
    display: none;
  }
  .item__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: static;
    background: 0;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
  .item__actions {
    position: static;
    margin-top: 10px;
  }
  .item__button {
    padding: 0;
    margin-left: 40px;
    width: auto;
  }
  .item__button:first-child {
    margin-left: 0;
  }
  .item__button--line {
    display: none;
  }
  .item__button--rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .item__button .ico--thumbs-up {
    width: 20px;
    height: 20px;
    fill: #fff;
    position: relative;
    top: -1px;
  }
  .item__icon {
    margin-right: 7px;
  }
  .item__counter {
    left: auto;
    right: 7px;
    font-size: 11px;
    line-height: 11px;
  }
  .item__category {
    font-size: 13px;
    line-height: 13px;
    padding-top: 12px;
    padding-bottom: 15px;
  }
}
.line {
  position: relative;
  padding: 10px 30px 30px;
}
.line__title {
  font-size: 11px;
  line-height: 13px;
  color: #939393;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
}
.line__list {
  margin-top: 10px;
}
@media (max-width: 1499px) {
  .line {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1399px) {
  .line {
    padding-bottom: 20px;
  }
  .line:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background: #313536;
  }
}
@media (max-width: 639px) {
  .line {
    display: none;
  }
}
.link-arr {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #ffc763;
  padding-right: 18px;
}
.link-arr:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffc763;
  border-left: 2px solid #ffc763;
  transform: rotate(135deg);
}
.link-arr:hover {
  color: #fff;
}
.link-arr:hover:after {
  border-color: #fff;
}
@media (max-width: 959px) {
  .link-arr {
    font-size: 16px;
    line-height: 18px;
  }
  .link-arr:after {
    top: 4px;
  }
}
@media (max-width: 639px) {
  .link-arr {
    padding-right: 0;
  }
  .link-arr:after {
    display: none;
  }
}
.login {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding: 7.5% 15px;
}
.login__title {
  text-align: center;
}
.login .title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.login__text {
  font-size: 15px;
  line-height: 21px;
  color: #a1a1a3;
  text-align: center;
  margin-top: 14px;
}
.login__error {
  font-size: 14px;
  line-height: 16px;
  color: #f34b29;
  margin-bottom: 15px;
}
.login__form {
  max-width: 320px;
  margin: 35px auto 0;
}
.login__fields {
  position: relative;
}
.login__row {
  margin-top: 10px;
}
.login__row:first-child {
  margin-top: 0;
}
.login__captcha {
  margin-top: 20px;
  text-align: center;
}
.login__button {
  margin-top: 30px;
}
.login__note {
  margin-top: 30px;
  font-size: 12px;
  line-height: 14px;
  color: #a1a1a3;
  text-align: center;
}
.login__note a {
  color: #ffc763;
}
.login__note a:hover {
  text-decoration: underline;
}
@media (max-width: 639px) {
  .login__form {
    margin-top: 25px;
  }
  .login__text {
    margin-top: 10px;
  }
}
.logo {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 179px;
  height: 58px;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  padding: 20px 0;
}
.modal__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100%;
}
.modal__window {
  position: relative;
  width: 500px;
  margin: 0 auto;
  background: #222;
}
.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  padding: 0;
  background: 0;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
}
.modal__close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 639px) {
  .modal__window {
    width: 300px;
  }
  .modal__close {
    right: 0;
    top: 0;
  }
}
.modal-report {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 600px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 4px;
  padding: 40px 40px 60px;
  z-index: 20;
  overflow: hidden;
  color: #464647;
}
.modal-report:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.modal-report__block {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.modal-report__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  padding: 0;
  box-shadow: none;
  border: 0;
  background: 0;
  -webkit-appearance: none;
  cursor: pointer;
  opacity: 0.4;
  z-index: 1;
}
.modal-report__close .ico {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  fill: #222;
}
@media (max-width: 639px) {
  .modal-report {
    max-width: 280px;
    padding: 35px 15px 20px;
  }
}
.modal-save {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -99px;
  width: 198px;
  min-height: 198px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  z-index: 20;
  text-align: center;
  padding: 50px 10px;
  opacity: 0;
  visibility: hidden;
}
.modal-save--visible {
  -webkit-animation: fadeIn 0.5s both, fadeOut 0.5s 2s forwards;
  animation: fadeIn 0.5s both, fadeOut 0.5s 2s forwards;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  to {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes fadeOut {
  to {
    visibility: hidden;
    opacity: 0;
  }
}
.modal-save__icon {
  display: inline-block;
  vertical-align: top;
  opacity: 0.7;
}
.modal-save__text {
  font-size: 18px;
  line-height: 18px;
  color: #464647;
  font-weight: bold;
  margin-top: 30px;
}
.modal-upload {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  z-index: 1000;
}
.modal-upload__window {
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: linear-gradient(65deg, #1d2937 0, #151619 40%);
  border: 1px solid rgba(151, 151, 151, 0.13);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  min-width: 989px;
  padding: 55px 55px 60px;
  overflow: auto;
}
.modal-upload__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  padding: 0;
  box-shadow: none;
  border: 0;
  background: 0;
  -webkit-appearance: none;
  cursor: pointer;
  opacity: 0.28;
}
.modal-upload__close .ico {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal-upload__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-upload__form {
  margin-right: 13px;
  width: 45%;
}
.modal-upload__row {
  margin-top: 15px;
}
.modal-upload__row:first-child {
  margin-top: 0;
}
.modal-upload__row--line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.modal-upload__row--line .modal-upload__col {
  width: 48%;
}
.modal-upload--error .modal-upload__input {
  border-color: #f34b29;
}
.modal-upload__hint {
  display: none;
  font-size: 12px;
  line-height: 12px;
  color: #f34b29;
  font-weight: 400;
  margin-top: 10px;
}
.modal-upload--error .modal-upload__hint {
  display: block;
}
.modal-upload__input {
  display: block;
  width: 100%;
  height: 42px;
  font-family: inherit;
  font-size: 12px;
  color: #fff;
  padding: 0 12px;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: none;
  background: transparent;
  -webkit-appearance: none;
  outline: 0;
}
.modal-upload__input:focus {
  border-color: rgba(255, 255, 255, 0.25);
}
textarea.modal-upload__input {
  height: 92px;
  padding-top: 12px;
  padding-bottom: 12px;
  resize: none;
}
.modal-upload__input::-webkit-input-placeholder {
  color: #727375;
}
.modal-upload__input::-moz-placeholder {
  color: #727375;
}
.modal-upload__input:-ms-input-placeholder {
  color: #727375;
}
.modal-upload__input.placeholder {
  color: #727375;
}
.modal-upload__input:focus::-webkit-input-placeholder {
  color: transparent;
}
.modal-upload__input:focus::-moz-placeholder {
  color: transparent;
}
.modal-upload__input:focus:-ms-input-placeholder {
  color: transparent;
}
.modal-upload__input.placeholder:focus {
  color: transparent;
}
.modal-upload__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 55%;
}
.modal-upload__area {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border-radius: 2px;
  border: 1px dashed rgba(255, 255, 255, 0.15);
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.modal-upload__title {
  font-size: 15px;
  line-height: 17px;
  text-align: center;
  color: #727375;
}
.modal-upload__title span {
  font-size: 13px;
}
.modal-upload__button {
  display: inline-block;
  vertical-align: top;
  background: #212226;
  padding: 10px 13px;
  border-radius: 1px;
  font-size: 13px;
  line-height: 13px;
  color: #505053;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.modal-upload__area input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.modal-upload__status {
  margin-top: 20px;
}
.modal-upload__number {
  font-size: 16px;
  line-height: 18px;
  color: #a3a3a4;
  text-align: right;
}
.modal-upload__bar {
  width: 100%;
  margin-top: 10px;
  height: 9px;
  border-radius: 5px;
  background: #2b2c30;
  overflow: hidden;
  position: relative;
}
.modal-upload__strip {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 27%;
  background: #ffc763;
}
.modal-upload__submit {
  margin-top: 20px;
}
.modal-upload--active .modal-upload__area input,
.modal-upload--active .modal-upload__button,
.modal-upload--active .modal-upload__title {
  display: none;
}
.modal-upload__text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 20px;
  font-size: 11px;
  line-height: 16px;
  color: #939393;
  text-align: center;
}
@media (max-width: 1399px) {
  .modal-upload__window {
    min-width: 900px;
  }
}
@media (max-width: 959px) {
  .modal-upload__window {
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    min-width: 100%;
    padding: 64px 15px 35px;
    border: 0;
    box-shadow: none;
    border-radius: 0;
  }
  .modal-upload__line {
    display: block;
  }
  .modal-upload__form {
    margin-right: 0;
    width: 100%;
  }
  .modal-upload__block {
    width: 100%;
    margin-top: 15px;
  }
  .modal-upload__area {
    min-height: 150px;
  }
  .modal-upload__status {
    margin-top: 15px;
  }
  .modal-upload__number {
    font-size: 14px;
    line-height: 16px;
  }
  .modal-upload__submit {
    text-align: center;
    margin-top: 35px;
  }
}
@media (max-width: 639px) {
  .modal-upload__row--line {
    display: block;
  }
  .modal-upload__row--line .modal-upload__col {
    width: 100%;
  }
  .modal-upload__col + .modal-upload__col {
    margin-top: 15px;
  }
}
.models {
  position: relative;
  background: #212226;
  padding: 38px 30px 40px;
}
.models__list {
  margin-top: 29px;
}
.models__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
  padding: 0;
  list-style: none;
}
.models__item {
  width: 12.5%;
  padding: 0 15px;
}
.models__link {
  display: block;
}
.models__pic img {
  border-radius: 50%;
}
.models__name {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 13px;
  max-width: 140px;
  margin-left: auto;
  margin-right: auto;
}
.models__link:hover .models__name {
  color: #ffc763;
}
.models__more {
  margin-top: 45px;
  text-align: right;
}
@media (max-width: 1599px) {
  .models {
    padding: 27px 20px 28px;
  }
  .models__item {
    width: 14.29%;
  }
  .models__item:nth-child(8) {
    display: none;
  }
  .models__name {
    font-size: 14px;
    line-height: 16px;
  }
  .models__more {
    margin-top: 25px;
  }
  .models__pic {
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
  }
  .models__list {
    margin-top: 39px;
  }
}
@media (max-width: 1499px) {
  .models__item {
    width: 16.667%;
  }
  .models__item:nth-child(7),
  .models__item:nth-child(8) {
    display: none;
  }
}
@media (max-width: 1399px) {
  .models__list {
    margin-top: 27px;
  }
}
@media (max-width: 1099px) {
  .models__item {
    width: 20%;
  }
  .models__item:nth-child(6),
  .models__item:nth-child(7),
  .models__item:nth-child(8) {
    display: none;
  }
}
@media (max-width: 959px) {
  .models {
    padding-left: 10px;
    padding-right: 10px;
  }
  .models__grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: -10px -15px;
  }
  .models__item {
    width: 25%;
    padding: 10px 15px;
  }
  .models__item:nth-child(6),
  .models__item:nth-child(7),
  .models__item:nth-child(8) {
    display: block;
  }
  .models__name {
    max-width: 110px;
  }
}
@media (max-width: 639px) {
  .models {
    padding-left: 20px;
    padding-right: 20px;
  }
  .models__pic {
    max-width: 70px;
  }
  .models__name {
    font-size: 13px;
    line-height: 19px;
    font-weight: normal;
    margin-top: 10px;
  }
  .models__name span {
    display: block;
    font-weight: bold;
  }
  .models__grid {
    margin-left: -20px;
    margin-right: -20px;
  }
  .models__item {
    width: 33.3333%;
    padding-left: -20px;
    padding-right: -20px;
  }
  .models__item:nth-child(7),
  .models__item:nth-child(8) {
    display: none;
  }
  .models__more {
    margin-top: 31px;
  }
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.nav__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  margin-right: 70px;
  position: relative;
}
.nav__link:last-child {
  margin-right: 0;
}
.nav__link--active .nav__icon {
  opacity: 1;
}
.nav__link--active .nav__text {
  color: #fff;
}
.nav__icon {
  opacity: 0.6;
}
.nav__link:hover .nav__icon {
  opacity: 1;
}
.nav__text {
  font-size: 15px;
  line-height: 17px;
  color: #a1a1a3;
  font-weight: bold;
  margin-left: 10px;
  max-width: 215px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
  top: 2px;
}
.nav__link:hover .nav__text {
  color: #fff;
}
@media (max-width: 1399px) {
  .nav__link {
    margin-right: 30px;
  }
  .nav__text {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 639px) {
  .nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav__link {
    margin-right: 45px;
  }
  .nav__text {
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
  }
}
.nav-actions {
  position: relative;
}
.nav-actions__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav-actions__link {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #fff;
  min-width: 120px;
  padding: 10px;
  border: 1px solid rgba(151, 151, 151, 0.29);
  border-radius: 4px;
  background: transparent;
}
.nav-actions__link:last-child {
  margin-right: 0;
}
.nav-actions__link--accent {
  background: #ffc763;
  border-color: #ffc763;
  color: #000;
}
.nav-actions__line {
  margin-top: 20px;
  padding: 20px;
  border-top: 1px solid rgba(151, 151, 151, 0.1);
}
.nav-actions__upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  background: 0;
  box-shadow: none;
  border: 0;
  -webkit-appearance: none;
}
.nav-actions__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}
.nav-actions__icon .ico--upload {
  fill: #ffc763;
  width: 19px;
  height: 22px;
}
.nav-actions__text {
  font-size: 16px;
  line-height: 18px;
  color: #ffc763;
}
.notification {
  margin: 10px 0;
  padding: 18px 20px;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
  border: 1px solid transparent;
  border-radius: 4px;
}
.notification--red {
  color: #de4648;
  border-color: rgba(255, 0, 0, 0.2);
  background: rgba(222, 70, 72, 0.18);
}
.notification--green {
  color: #03a87c;
  background: rgba(3, 168, 124, 0.18);
  border-color: rgba(3, 168, 124, 0.2);
}
.page {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
  background: #191a1d;
  border: 1px solid rgba(151, 151, 151, 0.04);
}
.page__content,
.page__footer {
  display: table-row;
}
.page__content {
  height: 100%;
}
@media (max-width: 639px) {
  .page {
    border: 0;
  }
  .body-index .page {
    background: 0;
  }
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  padding: 30px 10px;
}
.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 10px;
}
.pagination__link {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-weight:400;
  text-align: center;
  background: rgba(216, 216, 216, 0.1);
  border-radius: 4px;
  padding: 23px 20px 22px;
  min-width: 60px;
}
.pagination__link--active {
  color: #ffc763;
}
.pagination__link:last-child {
  margin-right: 0;
}
.pagination__link:hover {
  opacity: 0.8;
}
.pagination__link--active:hover {
  opacity: 1;
}
.pagination__button {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  background: rgba(216, 216, 216, 0.1);
  border-radius: 4px;
  padding: 23px 20px 22px;
  min-width: 200px;
}
.pagination__button:hover {
  opacity: 0.8;
}
.pagination__button:last-child {
  margin-right: 0;
}
.pagination__button span {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.pagination__button--prev span {
  padding-left: 17px;
}
.pagination__button--next span {
  padding-right: 17px;
}
.pagination__button svg {
  content: "";
  position: absolute;
  top: 3px;
}
.pagination__button--prev svg {
  left: 0;
}
.pagination__button--next svg {
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 1399px) {
  .pagination__button {
    min-width: 150px;
  }
}
@media (max-width: 959px) {
  .pagination__link {
    display: none;
  }
  .pagination__link:nth-child(1),
  .pagination__link:nth-child(2),
  .pagination__link:nth-child(3) {
    display: inline-block;
  }
}
@media (max-width: 639px) {
  .pagination {
    padding: 20px 15px;
  }
  .pagination__list {
    display: none;
  }
  .pagination__button {
    margin-right: 10px;
    min-width: 140px;
  }
  .pagination__button:first-child:last-child {
    min-width: 100%;
  }
}
.paysite {
  position: relative;
  background-image: linear-gradient(1deg, #1f1f23 0, #111113 29%);
}
.paysite__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: linear-gradient(0, #1c1d20 0, #191a1d 14%);
  padding: 40px 50px 35px;
}
.paysite__description {
  padding: 44px 50px 60px;
}
.paysite__main {
  width: 74%;
}
.paysite__additional {
  width: 20%;
  margin-left: 55px;
  padding-top: 115px;
}
.paysite__pic {
  position: relative;
}
.paysite__pic img {
  border-radius: 6px;
}
.paysite__pin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
.paysite__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  margin: 0;
  font-size: 34px;
  line-height: 36px;
  color: #fff;
  font-weight: bold;
  position: relative;
  top: 4px;
}
.paysite__box {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px;
  background: #212226;
  border-radius: 6px;
  padding: 18px 32px;
}
.paysite__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.paysite__summary {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 74%;
}
.paysite__features {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 20%;
  margin-left: 55px;
}
.paysite__link {
  margin-top: 55px;
}
.paysite__text {
  position: relative;
}
.paysite__more {
  display: none;
  vertical-align: top;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2px 0 3px 15px;
  font-size: 14px;
  line-height: 22px;
  color: #ffc763;
}
.paysite__more span {
  position: relative;
  z-index: 1;
}
.paysite__more:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(1deg, #1f1f23 0, #111113 29%);
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.paysite__score {
  position: absolute;
  top: 0;
  right: -157px;
}
@media (max-width: 1599px) {
  .paysite__about {
    padding: 20px 20px 30px;
  }
  .paysite__description {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .paysite__additional,
  .paysite__features {
    margin-left: 30px;
  }
  .paysite__score {
    right: -137px;
  }
}
@media (max-width: 1399px) {
  .paysite__summary,
  .paysite__main {
    width: 65%;
  }
  .paysite__features,
  .paysite__additional {
    width: 30%;
  }
  .paysite__link {
    margin-top: 30px;
  }
  .paysite__pin {
    display: block;
    margin-top: 20px;
  }
  .paysite__box,
  .paysite__title {
    width: 100%;
  }
  .paysite__box {
    margin-left: 0;
    margin-top: 25px;
  }
  .paysite__additional,
  .paysite__features {
    margin-left: 20px;
  }
  .paysite__pic img {
    border-radius: 0;
  }
  .paysite__score {
    right: -120px;
  }
  .paysite__description {
    padding-top: 22px;
  }
}
@media (max-width: 959px) {
  .paysite__line {
    display: block;
  }
  .paysite__summary,
  .paysite__features {
    width: 100%;
  }
  .paysite__summary {
    margin-top: 33px;
  }
  .paysite__description {
    padding-bottom: 40px;
    padding-top: 28px;
  }
  .paysite__features {
    margin-left: 0;
  }
  .paysite__about {
    display: block;
    padding: 0;
  }
  .paysite__additional,
  .paysite__main {
    width: 100%;
  }
  .paysite__additional {
    margin-left: 0;
    padding: 17px 20px 22px;
  }
  .paysite__pin {
    padding: 20px;
  }
  .paysite__pin {
    margin-top: -16px;
    position: relative;
    z-index: 1;
  }
  .paysite__title {
    font-size: 26px;
    line-height: 28px;
    padding-right: 110px;
  }
  .paysite__score {
    right: 12px;
    top: auto;
    bottom: -38px;
    z-index: 1;
  }
  .paysite__pic:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #191a1d 100%);
    height: 108px;
  }
  .paysite__box {
    margin-top: 38px;
  }
}
@media (max-width: 639px) {
  .paysite__description {
    padding: 0;
  }
  .paysite__link {
    text-align: center;
  }
  .paysite__summary {
    background: linear-gradient(1deg, #1f1f23 0, #111113 29%);
  }
  .paysite__summary {
    padding: 20px 20px 35px;
    margin-top: 0;
  }
  .paysite__features {
    padding: 38px 30px 30px;
  }
  .paysite__pic:after {
    height: 85px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #111113 100%);
  }
  .paysite__box {
    margin-top: 31px;
  }
  .paysite__score {
    bottom: -50px;
    right: 20px;
  }
  .paysite__text .text {
    max-height: 135px;
    overflow: hidden;
  }
  .text-full .text {
    max-height: none;
  }
  .paysite__more {
    display: inline-block;
  }
  .paysite__additional {
    padding-top: 11px;
  }
  .paysite__about {
    background-image: linear-gradient(1deg, #1f1f23 0, #111113 29%);
  }
}
.paysite-additional {
  position: relative;
}
.paysite-additional__block {
  margin-top: 20px;
}
.paysite-additional__block:first-child {
  margin-top: 0;
}
.paysite-additional__title {
  font-size: 15px;
  line-height: 17px;
  color: #fff;
  font-weight: bold;
  margin: 0;
}
.paysite-additional__sub-title {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.paysite-additional__box {
  margin-top: 18px;
}
.paysite-additional__box:first-child {
  margin-top: 0;
}
.paysite-additional__text {
  font-size: 12px;
  line-height: 14px;
  color: #a3a3a4;
  margin-top: 5px;
}
.paysite-additional__line {
  display: block;
  margin-top: 7px;
}
.paysite-additional__line:first-child {
  margin-top: 0;
}
.paysite-additional__box--mobile {
  display: none;
}
@media (max-width: 959px) {
  .paysite-additional__block {
    margin-top: 33px;
  }
  .paysite-additional__box--mobile {
    display: block;
  }
  .paysite-additional__box--desktop {
    display: none;
  }
}
.paysite-box {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.paysite-box__item {
  margin-right: 50px;
}
.paysite-box__item:last-child {
  margin-right: 0;
}
.paysite-box__time {
  font-size: 12px;
  line-height: 12px;
  color: #a3a3a4;
}
.paysite-box__price {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  color: #fff;
  margin-top: 8px;
}
@media (max-width: 959px) {
  .paysite-box__item {
    margin-right: 30px;
  }
}
.paysite-features {
  position: relative;
}
.paysite-features__item {
  margin-top: 55px;
}
.paysite-features__item:first-child {
  margin-top: 0;
}
.paysite-features__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.paysite-features__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 14px;
}
.paysite-features__name {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  font-weight: 400;
}
.paysite-features__list {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}
.paysite-features__line {
  margin-top: 12px;
  font-size: 14px;
  line-height: 16px;
  color: #9f9fa0;
}
.paysite-features__line:first-child {
  margin-top: 0;
}
@media (max-width: 959px) {
  .paysite-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .paysite-features__item {
    width: 45%;
    margin-top: 0;
  }
}
@media (max-width: 639px) {
  .paysite-features {
    display: block;
  }
  .paysite-features__item {
    width: 100%;
    margin-top: 30px;
  }
  .paysite-features__item:first-child {
    margin-top: 0;
  }
}
.paysite-item {
  display: block;
  position: relative;
  padding: 0 0 30px 390px;
  min-height: 214px;
}
.paysite-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 390px;
  height: 1px;
  background: rgba(151, 151, 151, 0.2);
}
.paysite-item:last-child:after {
  display: none;
}
.paysite-item__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background: #212226;
  border-radius: 7px;
  width: 350px;
  height: 174px;
  padding: 40px;
}
.paysite-item__pic img {
  max-height: 100%;
}
.paysite-item__name {
  display: block;
  font-size: 21px;
  line-height: 23px;
  color: #a3a3a4;
}
.paysite-item__name:hover {
  color: #fff;
}
.paysite-item__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 24px;
}
.paysite-item__rate {
  font-size: 21px;
  line-height: 21px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  top: 2px;
}
.paysite-item__rate span {
  font-size: 12px;
  line-height: 12px;
  color: #a3a3a4;
  font-weight: 400;
}
.paysite-item__description {
  margin-top: 13px;
  font-size: 14px;
  line-height: 22px;
  color: #a3a3a4;
  position: relative;
  max-width: 90%;
}
.paysite-item__text {
  display: inline-block;
  vertical-align: top;
  position: relative;
  max-height: 42px;
  overflow: hidden;
}
.paysite-item__more {
  display: inline-block;
  vertical-align: top;
  color: #ffc763;
  position: absolute;
  bottom: -5px;
  right: 0;
  padding: 2px 20px 3px 15px;
}
.paysite-item__more span {
  position: relative;
  z-index: 1;
}
.paysite-item__more:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0, #1c1d20 0, #191a1d 14%);
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.paysite-item__more:hover {
  color: #fff;
}
.paysite-item__block {
  padding-top: 2px;
}
@media (max-width: 1599px) {
  .paysite-item__description {
    max-width: 100%;
  }
}
@media (max-width: 1399px) {
  .paysite-item {
    padding-bottom: 30px;
    padding-left: 0;
    min-height: 1px;
  }
  .paysite-item:after {
    left: 0;
  }
  .paysite-item__block {
    padding-left: 390px;
    min-height: 174px;
  }
}
@media (max-width: 959px) {
  .paysite-item {
    padding-bottom: 22px;
  }
  .paysite-item__block {
    padding-left: 230px;
    min-height: 122px;
    padding-top: 0;
  }
  .paysite-item__pic {
    width: 210px;
    height: 122px;
    padding: 15px;
  }
  .paysite-item__box {
    margin-right: 30px;
  }
  .paysite-item__line {
    margin-top: 18px;
  }
}
@media (max-width: 639px) {
  .paysite-item {
    padding-bottom: 0;
  }
  .paysite-item__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 145px;
    min-height: 69px;
  }
  .paysite-item__pic {
    width: 129px;
    height: 69px;
    padding: 10px;
  }
  .paysite-item__rate span,
  .paysite-item__description,
  .paysite-item__about {
    display: none;
  }
  .paysite-item:after {
    left: 145px;
  }
  .paysite-item__name {
    width: 70%;
    font-size: 13px;
    line-height: 19px;
  }
  .paysite-item__rate {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    top: -1px;
  }
  .paysite-item__line {
    display: block;
    margin-top: 0;
  }
}
.paysites-reviews {
  position: relative;
  background: linear-gradient(0, #1c1d20 0, #191a1d 14%);
  border-radius: 2px;
  padding: 32px 30px 20px;
}
.paysites-reviews__list {
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}
.paysites-reviews__item {
  margin-top: 40px;
}
.paysites-reviews__item:first-child {
  margin-top: 0;
}
@media (max-width: 1599px) {
  .paysites-reviews {
    padding: 28px 20px 31px;
  }
  .paysites-reviews__list {
    margin-top: 24px;
  }
  .paysites-reviews__item {
    margin-top: 30px;
  }
  .paysite-item__rate {
    top: -4px;
  }
  .paysite-item__description {
    margin-top: 22px;
  }
}
@media (max-width: 959px) {
  .paysites-reviews {
    padding: 31px 10px 30px;
  }
  .paysites-reviews__list {
    margin-top: 30px;
  }
  .paysites-reviews__item {
    margin-top: 20px;
  }
}
@media (max-width: 639px) {
  .paysites-reviews {
    padding: 18px 20px 40px;
    background-image: linear-gradient(1deg, #1f1f23 0, #111113 29%);
  }
  .paysites-reviews__list {
    margin-top: 20px;
  }
}
.player {
  position: relative;
  background: linear-gradient(0, #1c1d20 0, #191a1d 14%);
  border-radius: 2px;
}
.player__inner {
  position: relative;
  padding-right: 343px;
}
.player--side-hid .player__inner {
  padding-right: 0;
}
.player--wide .player__inner {
  padding-right: 0;
}
.player__block {
  width: 100%;
}
.player__side {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 303px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .player--side-description .player__inner,
  .player--side-hid .player__inner {
    padding-right: 0;
  }
  .player--side-hid .player__side {
    display: none;
  }
  .player--side-description .player__side {
    position: static;
    width: 100%;
  }
}
.player-block {
  position: relative;
  z-index: 10;
}
.player-block__main {
  position: relative;
  z-index: 11;
}
.player-block__main:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.player-block__item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
}
.player-block__play {
    background: rgba(26,27,30,0.40);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 127px;
    height: 127px;
    border-radius: 50%;
    border: none;
    outline: none;
    z-index: 2;
    display: flex;
    align-items: center;
    padding-left: 40px;
    cursor: pointer;
}
.player-block__item > div:not(.player-box) {
  width: 100% !important;
  height: 100% !important;
}
.player-block__item .fluid_video_wrapper video {
  height: auto !important;
}
.player-block__info {
  padding: 21px 0 30px 30px;
}
.player--side-description .player-block__info {
  padding-bottom: 0;
}
.player-block__title {
  font-size: 21px;
  line-height: 23px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  position: relative;
}
.player-block__actions {
  padding: 25px 0;
}
.player-block__description {
  padding-top: 9px;
  border-top: 1px solid rgba(151, 151, 151, 0.1);
  display: none;
}
.player--side-description .player-block__description {
  border-top: 0;
  padding-top: 17px;
}
.player-block__tags {
  margin-top: 15px;
}
.player--side-description .player-block__tags {
  margin-top: 20px;
}
.player-tags--age + .player-block__tags {
  margin-top: 11px;
}
.player--side-description .player-tags--age + .player-block__tags {
  margin-top: 19px;
}
.player-block__tags:first-child {
  margin-top: 0;
}
.player-block__text {
  font-size: 14px;
  line-height: 22px;
  color: #a3a3a5;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}
.text-full .player-block__text {
  max-height: none;
}
.player--side-description .player-block__text {
  margin-top: 25px;
  font-size: 12px;
  line-height: 20px;
  max-height: 203px;
}
.player-block__discuss {
  display: none;
  margin-top: 20px;
}
.player-block__btn {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 12px;
  color: #ffc763;
  text-align: center;
  padding: 5px 8px;
  border: 1px solid #ffc763;
  border-radius: 13px;
}
.player-block__more {
  margin-top: 15px;
  position: relative;
  font-size: 12px;
  line-height: 14px;
  color: #767678;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.player-block__more:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(151, 151, 151, 0.1);
}
.player-block__more span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 23px;
  padding-right: 23px;
  z-index: 1;
  cursor: pointer;
}
.player-block__more span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0, #1c1d20 0, #191a1d 14%);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  z-index: -1;
}
.player-block__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.player-block__badge {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px;
}
@media (max-width: 1599px) {
  .player-block__info {
    padding-left: 20px;
  }
}
@media (max-width: 1399px) {
  .player-block__info {
    padding-right: 20px;
  }
  .player--side-description .player-block__description {
    margin-left: 20px;
    margin-right: 20px;
    border-top: 1px solid rgba(151, 151, 151, 0.1);
    padding-bottom: 30px;
    padding-top: 9px;
  }
  .player--side-description .player-block__tags {
    margin-top: 15px;
  }
  .player--side-description .player-tags--age + .player-block__tags {
    margin-top: 11px;
  }
  .player--side-description .player-block__text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
    max-height: 88px;
  }
}
@media (max-width: 639px) {
  .player-block__main.is_stuck {
    border-bottom: 10px solid #1c1d20;
  }
  .player-block__title {
    font-size: 15px;
    line-height: 17px;
  }
  .player-block__text {
    font-size: 12px;
    line-height: 22px;
    margin-top: 30px;
    background: #212226;
    border-radius: 6px;
    padding: 20px;
    max-height: none;
  }
  .player-block__actions {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .player-block__description {
    display: none;
    padding-bottom: 33px;
    padding-top: 20px;
  }
  .player-block__discuss {
    display: block;
  }
  .player-block__info {
    padding: 15px 15px 5px;
  }
  .player-block__more {
    display: none;
  }
  .player-block__header .player-block__title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
    .player-block__play {
        width: 60px;
        height: 60px;
        padding-left: 20px;
    }
    .player-block__play svg {
        width: 26px;
        height: 33px;
    }
}
.player-related {
  position: relative;
  padding: 17px 10px 0 0;
}
.player-related__title {
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  font-weight: 700;
  margin: 20px 0 0;
}
.player-related__title:first-child {
  margin-top: 0;
}
.player-related__grid {
  margin-top: 11px;
}
.player-related__more {
  margin-top: 10px;
  text-align: right;
}
.player-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.player--side-description .player-tags:not(.player-tags--age) {
  display: block;
}
.player-tags__title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  font-weight: 400;
  margin: 0 15px 0 0;
  position: relative;
  top: 8px;
  width: 60px;
}
.player--side-description .player-tags--age .player-tags__title {
  width: auto;
  margin-right: 10px;
}
.player--side-description
  .player-tags:not(.player-tags--age)
  .player-tags__title {
  top: 0;
  width: 100%;
  margin-right: 0;
}
.player-tags__list {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0;
  margin-bottom: -10px;
}
.player--side-description
  .player-tags:not(.player-tags--age)
  .player-tags__list {
  margin-top: 10px;
}
.player-tags__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 7px 10px;
  font-size: 14px;
  line-height: 14px;
  color: #a3a3a4;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}
.player-tags--age .player-tags__item {
  border-color: transparent;
}
.player-tags--age .player-tags__item:first-child {
  padding-left: 0;
}
.player--side-description .player-tags__item {
  font-size: 12px;
  line-height: 12px;
}
a.player-tags__item:hover {
  color: #fff;
}
.player-tags__list .suggest {
  margin-bottom: 10px;
}
.player-tags__list .suggest__area {
  height: 34px;
}
.player-tags__list .suggest__add {
  width: 34px;
  height: 34px;
  border-radius: 8px;
}
.player-tags__list .ico--plus {
  width: 14px;
  height: 16px;
}
.player-tags__close {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  box-shadow: none;
  border: 0;
  background: 0;
  outline: 0;
  -webkit-appearance: none;
  cursor: pointer;
  position: relative;
  width: 32px;
  height: 30px;
  margin: -7px -25px -7px 8px;
}
.player-tags__close .ico--cross {
  fill: #fff;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
.player-tags__item:hover .ico--cross {
  opacity: 1;
}
@media (max-width: 1399px) {
  .player--side-description .player-tags--age .player-tags__title {
    width: 60px;
    margin-right: 15px;
  }
  .player--side-description
    .player-tags:not(.player-tags--age)
    .player-tags__title {
    top: 8px;
    width: 60px;
    margin-right: 15px;
  }
  .player--side-description .player-tags:not(.player-tags--age) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .player--side-description
    .player-tags:not(.player-tags--age)
    .player-tags__list {
    margin-top: 0;
  }
  .player--side-description .player-tags__item {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 639px) {
  .player--side-description .player-tags:not(.player-tags--age),
  .player-tags {
    display: block;
  }
  .player--side-description
    .player-tags:not(.player-tags--age)
    .player-tags__title,
  .player--side-description .player-tags--age .player-tags__title,
  .player-tags__title {
    width: 100%;
    margin-right: 0;
    top: 0;
  }
  .player--side-description
    .player-tags:not(.player-tags--age)
    .player-tags__list,
  .player-tags__list {
    margin-top: 8px;
    margin-bottom: -7px;
  }
  .player-tags--age .player-tags__list {
    margin-top: 3px;
  }
  .player-tags__item {
    font-size: 12px;
    line-height: 12px;
    padding: 5px;
    margin-right: 7px;
    margin-bottom: 7px;
  }
  .player-tags--age .player-tags__item:first-child {
    padding-left: 0;
    font-weight: 400;
  }
}
.profile {
  position: relative;
  padding: 30px;
}
.profile__form {
  margin-top: 28px;
}
.profile__info {
  max-width: 600px;
}
@media (max-width: 959px) {
  .profile {
    padding-left: 20px;
    padding-right: 20px;
  }
  .profile__form {
    margin-top: 13px;
  }
}
@media (max-width: 639px) {
  .profile {
    padding: 20px 10px 24px;
  }
  .profile__info {
    max-width: 100%;
    margin-top: 20px;
  }
}
.profile-form {
  position: relative;
}
.profile-form__button,
.profile-form__row {
  margin-top: 30px;
}
.profile-form__row:first-child {
  margin-top: 0;
}
@media (max-width: 639px) {
  .profile-form__row {
    margin-top: 20px;
  }
}
.report {
  position: relative;
}
.report__title {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #464647;
  margin: 0;
  text-align: center;
}
.report__checks {
  margin-top: 30px;
  margin-bottom: 15px;
}
.report__row {
  margin-top: 20px;
}
.report__row:first-child {
  margin-top: 0;
}
.report__area,
.report__button {
  margin-top: 20px;
}
@media (max-width: 639px) {
  .report__button .button {
    min-width: 100%;
  }
}
.review {
  padding: 38px 30px;
  background: linear-gradient(0, #1c1d20 0, #191a1d 14%);
}
.review__list {
  margin-top: 24px;
}
.review__more {
  margin-top: 35px;
  text-align: right;
}
.review__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0;
  margin: -10px -30px;
  list-style: none;
}
.review__item {
  width: 25%;
  padding: 10px 30px;
}
.review__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.review__link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 145px;
  right: 0;
  height: 1px;
  background: rgba(151, 151, 151, 0.2);
}
.review__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
  background: #212226;
  border-radius: 6px;
  width: 130px;
  height: 69px;
  padding: 10px;
}
.review__pic img {
  max-height: 100%;
}
.review__info {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.review__name {
  width: 65%;
  font-size: 13px;
  line-height: 19px;
  color: #a3a3a4;
}
.review__link:hover .review__name {
  color: #ffc763;
}
.review__rate {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
}
@media (max-width: 1599px) {
  .review {
    padding: 27px 20px;
  }
  .review__item {
    width: 33.33333%;
  }
  .review__more {
    margin-top: 23px;
  }
}
@media (max-width: 1399px) {
  .review {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .review__grid {
    margin-left: -25px;
    margin-right: -25px;
  }
  .review__item {
    width: 50%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .review__more {
    margin-top: 20px;
  }
}
@media (max-width: 959px) {
  .review {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
  }
  .review__grid {
    display: block;
    margin: 0;
  }
  .review__item {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .review__item:first-child {
    margin-top: 0;
  }
}
@media (max-width: 639px) {
  .review__more {
    margin-top: 33px;
  }
}
.score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.score__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.score__icon--right {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.score__number {
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}
.score__rate {
  display: block;
  font-size: 27px;
  line-height: 27px;
  color: #fff;
  font-weight: bold;
}
.score__text {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #a3a3a4;
  margin-top: 2px;
}
@media (max-width: 959px) {
  .score__number {
    margin-left: 6px;
    margin-right: 6px;
  }
  .score__rate {
    font-size: 21px;
    line-height: 21px;
  }
  .score__text {
    font-size: 12px;
    line-height: 12px;
  }
}
.search {
  position: relative;
  width: 100%;
}
.search__field {
  display: block;
  width: 100%;
  outline: 0;
  height: 43px;
  padding: 0 45px 0 20px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: #212226;
  border: 0;
  box-shadow: none;
  border-radius: 22px;
}
.search__submit {
  position: absolute;
  top: 5px;
  right: 7px;
  width: 33px;
  height: 33px;
  border: 0;
  box-shadow: none;
  background: 0;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
  outline: 0;
}
.search__submit svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.search__field::-webkit-input-placeholder {
  color: #4d4e51;
}
.search__field::-moz-placeholder {
  color: #4d4e51;
}
.search__field:-ms-input-placeholder {
  color: #4d4e51;
}
.search__field.placeholder {
  color: #4d4e51;
}
.search__field:focus::-webkit-input-placeholder {
  color: transparent;
}
.search__field:focus::-moz-placeholder {
  color: transparent;
}
.search__field:focus:-ms-input-placeholder {
  color: transparent;
}
.search__field.placeholder:focus {
  color: transparent;
}
.search input[type="search"] {
  -moz-appearance: none;
  -webkit-appearance: none;
}
@-moz-document url-prefix() {
  .search__field {
    padding-top: 3px;
  }
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.search__icon {
  display: none;
  position: relative;
  background: 0;
  width: 22px;
  height: 22px;
  padding: 0;
  box-shadow: none;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
}
.search__del {
  position: absolute;
  top: 13px;
  right: 10px;
  display: none;
  width: 30px;
  height: 30px;
  background: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.search__del svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.search__del .ico--del {
  width: 15px;
  height: 15px;
  fill: #fff;
}
@media (max-width: 1919px) {
  .search {
    max-width: 500px;
  }
}
@media (max-width: 1399px) {
  .search {
    max-width: 305px;
  }
}
@media (max-width: 639px) {
  .search {
    width: 100%;
    max-width: 100%;
  }
  .search__field {
    height: 36px;
    padding-left: 15px;
    font-size: 12px;
  }
  .search__submit {
    top: 0;
  }
}
.section {
  position: relative;
  padding: 37px 30px 36px;
  background: linear-gradient(0, #1c1d20 0, #191a1d 14%);
}
.section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section__title {
  position: relative;
}
.section__action {
  position: relative;
  margin-left: 10px;
  top: -2px;
}
.section__sort {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  position: relative;
  top: -4px;
  margin-left: 10px;
}
.section__filter {
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
}
.section__grid {
  margin-top: 20px;
}
.section__related + .section__grid {
  margin-top: 10px;
}
.section__videos {
  margin-top: 20px;
}
.section__sub-title {
  position: relative;
}
.section__text {
  position: relative;
  top: 6px;
}
.section__related {
  margin-top: 9px;
}
.section__more {
  text-align: right;
  margin-top: 33px;
}
@media (max-width: 1599px) {
  .section {
    padding: 27px 20px 28px;
  }
  .section__filter {
    margin-left: -20px;
    margin-right: -20px;
  }
  .section__more {
    margin-top: 23px;
  }
}
@media (max-width: 959px) {
  .section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section__filter {
    margin-left: -10px;
    margin-right: -10px;
  }
  .section__action {
    top: -7px;
  }
  .section__more {
    margin-top: 20px;
  }
}
@media (max-width: 639px) {
  .section {
    padding-top: 24px;
  }
  .body-index .section:first-child {
    background: 0;
  }
  .body-index .section:first-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background: rgba(151, 151, 151, 0.1);
  }
  .body-index .section:first-child:before {
    content: "";
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(1deg, #212226 0, #191a1d 10%);
  }
  .section__related,
  .section__header {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section__grid--category:before {
    display: none;
  }
  .section__sort {
    display: none;
  }
  .section__more {
    margin-top: 31px;
    padding-right: 6px;
  }
  .section__related {
    margin-top: 6px;
  }
  .section__action {
    top: -4px;
    right: -10px;
  }
  .section__related + .section__grid {
    margin-top: 15px;
  }
  .section__grid {
    margin-top: 20px;
  }
  .section__videos {
    margin-top: 10px;
  }
  .section__sub-title {
    font-size: 16px;
    line-height: 18px;
  }
  .section__sub-title span {
    margin-left: 5px;
  }
}
@media (max-width: 479px) {
  .section__grid {
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
  }
  .section__grid--category {
    margin-left: 0;
    margin-right: 0;
  }
}
.sidebar {
  padding-left: 20px;
  padding-right: 20px;
}
.sidebar__section {
  position: relative;
  border-bottom: 1px solid rgba(151, 151, 151, 0.1);
  height: 100% !important;
}
.content--sidebar-hid .sidebar__section:nth-last-child(2),
.sidebar__section:last-child {
  border-bottom: 0;
}
.sidebar__section--mobile {
  display: none;
}
@media (max-width: 959px) {
  .sidebar__section--mobile {
    padding-top: 30px;
  }
  .body-fxd .sidebar__section--mobile {
    display: block;
  }
}
.sidebar-age {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.sidebar-age__title .title__icon {
  display: none;
  cursor: pointer;
}
.content--sidebar-hid .sidebar-age__title .title__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sidebar-age__block {
  margin-top: 15px;
}
.content--sidebar-hid .sidebar-age__block {
  display: none;
}
.sidebar-age__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
  padding: 0;
  list-style: none;
}
.sidebar-age__item {
  display: block;
  padding: 5px;
  width: 95px;
}
.sidebar-age__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 2px;
  min-height: 70px;
}
.sidebar-age__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 43px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.6;
}
.sidebar-age__item:hover .sidebar-age__icon,
.sidebar-age__item--active .sidebar-age__icon {
  opacity: 1;
}
.sidebar-age__text {
  font-size: 11px;
  line-height: 13px;
  font-weight: bold;
  color: #a1a1a3;
  text-align: center;
  margin-top: 5px;
}
.sidebar-age__item:hover .sidebar-age__text,
.sidebar-age__item--active .sidebar-age__text {
  color: #fff;
}
@media (max-width: 639px) {
  .content--sidebar-hid .sidebar-age__block {
    display: block;
  }
  .content--sidebar-hid .sidebar-age__title .title__icon {
    display: none;
  }
  .sidebar-age__item {
    width: 50%;
  }
  .sidebar-age__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sidebar-age__icon {
    margin-left: 0;
    margin-right: 22px;
  }
  .sidebar-age__text {
    margin-top: 0;
    font-size: 13px;
    line-height: 15px;
  }
}
.sidebar-comments {
  padding-top: 25px;
  padding-bottom: 25px;
}
.content--sidebar-hid .sidebar-comments {
  display: none;
}
.sidebar-comments__list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.sidebar-comments__item {
  margin-top: 25px;
  font-size: 12px;
  line-height: 17px;
}
.sidebar-comments__item:first-child {
  margin-top: 0;
}
.sidebar-comments__post {
  display: block;
  position: relative;
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sidebar-comments__post:hover {
  color: #727375;
}
.sidebar-comments__text {
  margin-top: 10px;
  font-size: 13px;
  line-height: 19px;
  color: #b9b9ba;
}
.sidebar-comments__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5px;
  color: #727375;
}
.sidebar-comments__name {
  width: 47%;
}
.sidebar-comments__date {
  width: 47%;
  text-align: right;
}
@media (max-width: 639px) {
  .sidebar-comments {
    display: none;
  }
}
.sidebar-nav {
  position: relative;
  margin: 0;
  padding: 29px 0 25px;
  list-style: none;
}
.sidebar-nav__item {
  position: relative;
  margin-top: 20px;
}
.sidebar-nav__item:first-child {
  margin-top: 0;
}
.sidebar-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.sidebar-nav__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 27px;
  height: 24px;
  margin-right: 13px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sidebar-nav__icon .ico {
  opacity: 0.6;
}
.sidebar-nav__item:hover .sidebar-nav__icon .ico,
.sidebar-nav__item--active .sidebar-nav__icon .ico {
  opacity: 1;
  fill: #ffc763;
}
.sidebar-nav__icon .ico--follow {
  position: relative;
  top: 2px;
}
.sidebar-nav__item:hover .ico--save,
.sidebar-nav__item--active .ico--save,
.sidebar-nav__item:hover .ico--forum,
.sidebar-nav__item--active .ico--forum,
.sidebar-nav__item:hover .ico--channel,
.sidebar-nav__item--active .ico--channel {
  stroke: #ffc763;
}
.sidebar-nav__text {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  font-weight: 400;
  position: relative;
  top: 2px;
}
.sidebar-nav__item:hover .sidebar-nav__text,
.sidebar-nav__item--active .sidebar-nav__text {
  color: #ffc763;
}
.content--sidebar-hid .sidebar-nav__text {
  position: absolute;
  top: 10px;
  left: 47px;
  display: none;
  vertical-align: top;
  font-size: 12px;
  line-height: 12px;
  color: #939393;
  font-weight: 600;
  white-space: nowrap;
  background: #1a1d1f;
  border-radius: 4px;
  padding: 4px 12px;
  z-index: 12;
}
@media (max-width: 639px) {
  .content--sidebar-hid .sidebar-nav__text {
    position: relative;
    top: 2px;
    left: auto;
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    font-weight: 400;
    background: 0;
    border-radius: 0;
    padding: 0;
    white-space: normal;
  }
  .content--sidebar-hid .sidebar-nav__item--active .sidebar-nav__text {
    background: 0;
    color: #fff;
  }
}
@media (max-width: 639px) {
  .sidebar__section--mobile + .sidebar__section .sidebar-nav {
    padding-top: 10px;
  }
  .sidebar-nav__item--hid {
    display: none;
  }
}
.sidebar-search {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}
.sidebar-search__block {
  position: relative;
  width: 100%;
  margin-top: 25px;
}
.content--sidebar-hid .sidebar-search__block {
  display: none;
}
.sidebar-search__block:first-child {
  margin-top: 0;
}
.sidebar-search__field {
  display: block;
  width: 100%;
  outline: 0;
  height: 42px;
  padding: 2px 18px;
  font-family: inherit;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
  background: #212226;
  border: 0;
  box-shadow: none;
  border-radius: 21px;
  -webkit-appearance: none;
}
.content--sidebar-hid .sidebar-search__field {
  width: 42px;
  border-radius: 21px;
  padding: 0;
}
.sidebar-search input[type="text"],
.sidebar-search input[type="search"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 21px;
}
.content--sidebar-hid .sidebar-search input[type="text"],
.content--sidebar-hid .sidebar-search input[type="search"] {
  border-radius: 21px;
}
.sidebar-search__submit {
  position: absolute;
  top: 12px;
  right: 10px;
  background: 0;
  width: 15px;
  height: 15px;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  cursor: pointer;
  padding: 0;
  outline: 0;
  -webkit-appearance: none;
}
.content--sidebar-hid .sidebar-search__submit {
  right: 20px;
}
.sidebar-search__submit svg {
  width: 15px;
  height: 15px;
  fill: #939393;
}
.sidebar-search__field::-webkit-input-placeholder {
  color: #4d4e51;
}
.sidebar-search__field::-moz-placeholder {
  color: #4d4e51;
}
.sidebar-search__field:-ms-input-placeholder {
  color: #4d4e51;
}
.sidebar-search__field.placeholder {
  color: #4d4e51;
}
.content--sidebar-hid .sidebar-search__field::-webkit-input-placeholder {
  color: transparent;
}
.content--sidebar-hid .sidebar-search__field::-moz-placeholder {
  color: transparent;
}
.content--sidebar-hid .sidebar-search__field:-ms-input-placeholder {
  color: transparent;
}
.content--sidebar-hid .sidebar-search__field.placeholder {
  color: transparent;
}
.sidebar-search__field:focus::-webkit-input-placeholder {
  color: transparent;
}
.sidebar-search__field:focus::-moz-placeholder {
  color: transparent;
}
.sidebar-search__field:focus:-ms-input-placeholder {
  color: transparent;
}
.sidebar-search__field.placeholder:focus {
  color: transparent;
}
.sidebar-search__del {
  position: absolute;
  top: 7px;
  right: 4px;
  width: 20px;
  height: 20px;
  background: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  -webkit-appearance: none;
  outline: 0;
  cursor: pointer;
}
.sidebar-search__del svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
  fill: #ccc;
}
.sidebar-search__list {
  margin: 20px 0 0;
  padding: 0 10px;
  list-style: none;
}
.content--sidebar-hid .sidebar-search__list {
  display: none;
}
.sidebar-search__item {
  margin-top: 12px;
}
.sidebar-search__item:first-child {
  margin-top: 0;
}
.sidebar-search__link {
  font-size: 13px;
  line-height: 15px;
  color: #b9b9ba;
}
.sidebar-search__link:hover {
  color: #fff;
}
@media (max-width: 639px) {
  .content--sidebar-hid .sidebar-search__block {
    display: block;
  }
  .content--sidebar-hid .sidebar-search__field {
    width: 100%;
    border-radius: 2px;
    padding: 2px 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: transparent;
  }
  .content--sidebar-hid .sidebar-search input[type="text"],
  .content--sidebar-hid .sidebar-search input[type="search"] {
    border-radius: 2px;
  }
  .content--sidebar-hid .sidebar-search__submit {
    right: 10px;
  }
  .content--sidebar-hid .sidebar-search__list {
    display: block;
  }
  .content--sidebar-hid .sidebar-search__field::-webkit-input-placeholder {
    color: #939393;
  }
  .content--sidebar-hid .sidebar-search__field::-moz-placeholder {
    color: #939393;
  }
  .content--sidebar-hid .sidebar-search__field:-ms-input-placeholder {
    color: #939393;
  }
  .content--sidebar-hid .sidebar-search__field.placeholder {
    color: #939393;
  }
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
  height: 240px !important;
}
.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto;
  z-index: 0;
}
.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  visibility: visible;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
[data-simplebar] {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  position: absolute;
  right: 0;
  width: 11px;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #1a1d1f;
  border-radius: 0;
  left: 0;
  right: -1px;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
  transition: opacity 0 linear;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.social__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.social__item:last-child {
  margin-right: 0;
}
.social__item:hover {
  opacity: 0.8;
}
.sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.sort__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  background: rgba(216, 216, 216, 0.05);
  border-radius: 2px;
  padding: 8px 13px;
  font-size: 16px;
  line-height: 18px;
  color: #a6a6a7;
  cursor: pointer;
}
.sort__item:last-child {
  margin-right: 0;
}
.sort__item--active {
  color: #fff;
}
.suggest {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  position: relative;
}
.suggest__button {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  font-size: 14px;
  line-height: 14px;
  color: #646466;
  padding: 7px 10px 7px 27px;
  background: rgba(216, 216, 216, 0.05);
  border-radius: 2px;
  border: 0;
  box-shadow: none;
  outline: 0;
  -webkit-appearance: none;
}
.player--side-description .suggest__button {
  font-size: 12px;
  line-height: 12px;
  height: 28px;
}
.suggest--active .suggest__text {
  display: none;
}
.suggest--active .suggest__icon {
  left: auto;
  right: 13px;
}
.suggest__icon,
.suggest__text {
  display: inline-block;
  vertical-align: top;
}
.suggest__icon {
  position: absolute;
  top: 10px;
  left: 12px;
  opacity: 0.6;
}
.player--side-description .suggest__icon {
  top: 9px;
}
.suggest__area {
  display: none;
  vertical-align: top;
  width: auto;
  height: 24px;
  font-size: 13px;
  line-height: 13px;
  padding: 0 5px 0 0;
  color: #fff;
  border: 0;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  outline: 0;
  background: transparent;
}
.suggest--active .suggest__area {
  display: inline-block;
  border-bottom-color: #313536;
}
.suggest__open-list,
.suggest__add1 {
  position: relative;
  width: 24px;
  height: 24px;
  padding: 0;
  background: 0;
  border: 3px solid #313536;
  box-shadow: none;
  cursor: pointer;
  border-radius: 6px;
  outline: 0;
  -webkit-appearance: none;
}
.suggest--active .suggest__add {
  display: block !important;
}
.suggest__open-list + .suggest__add {
  margin-left: 5px;
}
.suggest__open-list:hover,
.suggest__add:hover {
  opacity: 0.8;
}
.suggest__open-list svg,
.suggest__add svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.suggest__area::-webkit-input-placeholder {
  color: #939393;
}
.suggest__area::-moz-placeholder {
  color: #939393;
}
.suggest__area:-ms-input-placeholder {
  color: #939393;
}
.suggest__area.placeholder {
  color: #939393;
}
.suggest__area:focus::-webkit-input-placeholder {
  color: transparent;
}
.suggest__area:focus::-moz-placeholder {
  color: transparent;
}
.suggest__area:focus:-ms-input-placeholder {
  color: transparent;
}
.suggest__area.placeholder:focus {
  color: transparent;
}
.suggest:hover .suggest__button {
  opacity: 0.8;
}
.suggest__handler {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 0;
  box-shadow: none;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  cursor: pointer;
}
.suggest--active .suggest__handler {
  display: none;
}
.suggest__list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  margin: 3px 0 0;
  padding: 3px 0;
  list-style: none;
  background: #313536;
  border-radius: 3px;
  z-index: 2;
  max-height: 250px;
}
.suggest__item {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 13px;
  cursor: pointer;
}
.suggest__item:hover {
  opacity: 0.8;
}
.suggest .ico--plus,
.suggest .ico--arrow-down {
  fill: #939393;
}
@media (max-width: 1399px) {
  .player--side-description .suggest__button {
    font-size: 14px;
    line-height: 14px;
    height: 30px;
  }
  .player--side-description .suggest__icon {
    top: 10px;
  }
}
@media (max-width: 639px) {
  .player--side-description .suggest__button,
  .suggest__button {
    font-size: 12px;
    line-height: 12px;
    padding: 5px 5px 5px 22px;
    height: 26px;
  }
  .player--side-description .suggest__icon,
  .suggest__icon {
    top: 7px;
    left: 7px;
  }
  .player--side-description .suggest--active .suggest__icon,
  .suggest--active .suggest__icon {
    right: 8px;
    left: auto;
  }
  .player-tags__list .suggest__area {
    height: 26px;
  }
}
.suggest-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.suggest-field__area {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  width: 100%;
  height: 37px;
  background: transparent;
  border: 1px solid #2e3030;
  border-radius: 2px;
  box-shadow: none;
  padding: 0 15px;
  font-size: 15px;
  color: #fff;
  -webkit-appearance: none;
  outline: 0;
}
.suggest-field__submit {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin-left: 8px;
  font-size: 12px;
  line-height: 12px;
  color: #222;
  font-weight: bold;
  text-transform: uppercase;
  padding: 14px 37px 13px 19px;
  background: #fed223;
  border-radius: 2px;
  box-shadow: none;
  border: 0;
  -webkit-appearance: none;
}
.suggest-field__submit svg {
  position: absolute;
  top: 14px;
  right: 15px;
  width: 12px;
  height: 12px;
  fill: #222;
}
.tags {
  padding: 36px 30px 40px;
}
.tags--sm {
  padding: 0;
}
.tags__title {
  position: relative;
}
.tags__list {
  margin: 30px 0 -25px;
  font-size: 0;
}
.tags--sm .tags__list {
  margin: 0 0 -15px;
}
.tags__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
  margin-bottom: 25px;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  border: 1px solid rgba(151, 151, 151, 0.34);
  border-radius: 2px;
}
.tags__item:last-child {
  margin-right: 0;
}
.tags--sm .tags__item:hover,
.tags__item:hover {
  color: #ffc763;
}
.tags--sm .tags__item {
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 16px;
  color: #a3a3a4;
}
.tags__more {
  margin-top: 33px;
  text-align: right;
}
.tags--sm .tags__item--text {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  color: #fff;
  margin-right: 10px;
}
@media (max-width: 1599px) {
  .tags {
    padding: 28px 20px 35px;
  }
  .tags--sm {
    padding: 0;
  }
}
@media (max-width: 959px) {
  .tags {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tags--sm {
    padding: 0;
  }
  .tags__list {
    margin-top: 22px;
    margin-bottom: -10px;
  }
  .tags__item {
    font-size: 13px;
    line-height: 15px;
    padding: 8px 12px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .tags__more {
    margin-top: 20px;
  }
}
@media (max-width: 639px) {
  .tags {
    padding-bottom: 27px;
  }
  .tags--sm {
    padding: 0;
  }
  .tags__list {
    margin-top: 18px;
    margin-bottom: -7px;
  }
  .tags--sm .tags__list {
    margin: 0 0 -7px;
  }
  .tags--sm .tags__item {
    background: rgba(216, 216, 216, 0.1);
    border: 0;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    margin-right: 7px;
    margin-bottom: 7px;
  }
  .tags--sm .tags__item--text {
    background: 0;
  }
  .tags__more {
    margin-top: 32px;
  }
}
.text {
  font-size: 15px;
  line-height: 23px;
  color: #fff;
  font-weight: 400;
}
.text--red {
  color: #f34b29;
}
.text p {
  margin: 0;
}
.text p + p {
  margin-top: 20px;
}
.text a {
  color: #ffc763;
}
@media (max-width: 1399px) {
  .text {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 639px) {
  .text {
    color: #9f9fa0;
  }
}
.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 21px;
  line-height: 23px;
  color: #fff;
  font-weight: 700;
  margin: 0;
}
.title__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 27px;
  height: 24px;
  margin-right: 13px;
}
.section .title__icon {
  width: auto;
}
.title--lg {
  font-size: 41px;
  line-height: 43px;
  font-weight: 700;
}
.title--md {
  font-size: 21px;
  line-height: 23px;
  font-weight: 600;
}
.title--sm {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
.title--sm .title__icon {
  opacity: 0.6;
}
.title__text {
  position: relative;
}
.title--sm .title__text {
  top: 2px;
}
.title--xs {
  font-size: 11px;
  line-height: 11px;
  color: #939393;
  font-weight: 400;
  text-transform: uppercase;
}
.title__text--mobile,
.content--sidebar-hid .sidebar .title__text {
  display: none;
}
@media (max-width: 639px) {
  .title__text--desktop {
    display: none;
  }
  .title__text--mobile,
  .content--sidebar-hid .sidebar .title__text {
    display: block;
  }
  .title {
    font-size: 21px;
    line-height: 23px;
  }
  .title--lg {
    font-size: 21px;
    line-height: 23px;
  }
  .title--md {
    font-size: 18px;
    line-height: 20px;
  }
  .title--sm {
    font-size: 16px;
    line-height: 18px;
  }
  .title--xs {
    font-size: 11px;
    line-height: 11px;
  }
}
.upload {
  position: relative;
}
.upload__wrap {
  text-align: center;
}
.upload__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  padding: 10px 12px 0;
}
.upload__label {
  flex-shrink: 0;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  color: #a1a1a3;
  margin-right: 15px;
  padding-top: 6px;
}
.upload__tags {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.upload__tag-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 14px;
  color: #a3a3a4;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}
.upload__close {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  box-shadow: none;
  border: 0;
  background: 0;
  outline: 0;
  -webkit-appearance: none;
  cursor: pointer;
  position: relative;
  width: 32px;
  height: 30px;
  margin: -7px -25px -7px 8px;
}
.upload__close .ico--cross {
  fill: #fff;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
.upload .suggest__area {
  height: 31px;
}
.upload .suggest--active {
  margin-bottom: 10px;
}
@media (max-width: 639px) {
  .upload .suggest__button {
    height: 30px;
    font-size: 14px;
    line-height: 14px;
    padding: 7px 10px 7px 27px;
  }
  .upload .suggest__icon {
    top: 10px;
    right: 12px;
  }
  .upload .suggest--active .suggest__icon {
    left: auto;
    right: 13px;
  }
  .upload__line {
    padding-bottom: 10px;
  }
}
.video-uploads {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding: 37px 30px 36px;
}
.video-uploads__table {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  margin-top: 30px;
}
.video-uploads__header {
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}
.video-uploads__title {
  display: none;
  font-size: 14px;
  line-height: 16px;
  color: #a3a3a4;
  font-weight: 400;
  text-transform: uppercase;
  padding: 30px 30px 26px 20px;
}
.video-uploads__header .video-uploads__title {
  display: block;
}
.video-uploads__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-uploads__block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
}
.video-uploads__header .video-uploads__block {
  border-right-color: transparent;
}
.video-uploads__header .video-uploads__block:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.15);
}
.video-uploads__header .video-uploads__block:last-child:after {
  display: none;
}
.video-uploads__block:last-child {
  border-right: 0;
}
.video-uploads__block--number {
  width: 11%;
}
.video-uploads__block--preview {
  width: 13%;
}
.video-uploads__block--duration {
  width: 12%;
}
.video-uploads__block--title {
  width: 44%;
}
.video-uploads__block--status {
  width: 20%;
}
.video-uploads__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
}
.video-uploads__list:last-child {
  border-bottom: 0;
}
.video-uploads__list:nth-child(even) {
  background: rgba(255, 255, 255, 0.03);
}
.video-uploads__item {
  padding: 18px 19px;
}
.video-uploads__cover {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: #1b1a1a url(/images/video-cover-senioras.jpg) no-repeat 50% 50%;
  background-size: cover;
  border-radius: 8px;
}
.video-uploads__status {
  position: relative;
}
@media (max-width: 1599px) {
  .video-uploads {
    padding: 27px 20px 28px;
  }
}
@media (max-width: 1279px) {
  .video-uploads__title,
  .video-uploads__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1099px) {
  .video-uploads__title,
  .video-uploads__row {
    display: block;
  }
  .video-uploads__header.video-uploads__row {
    display: none;
  }
  .video-uploads__list {
    padding: 0 130px 0 0;
  }
  .video-uploads__list:last-child {
    margin-bottom: 0;
  }
  .video-uploads__block--number,
  .video-uploads__block--preview,
  .video-uploads__block--duration,
  .video-uploads__block--title,
  .video-uploads__block--tags,
  .video-uploads__block--status {
    width: 100%;
  }
  .video-uploads__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: 0;
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
  }
  .video-uploads__block:nth-last-child(2),
  .video-uploads__block:last-child {
    border-bottom: 0;
  }
  .video-uploads__block--status {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 130px;
    border-left: 1px solid rgba(151, 151, 151, 0.2);
  }
  .video-uploads__block--status .video-uploads__title {
    display: none;
  }
  .video-uploads__block--status .video-uploads__content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .video-uploads__title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 105px;
    border-right: 1px solid rgba(151, 151, 151, 0.2);
    padding: 20px 10px;
  }
  .video-uploads__item {
    padding: 0;
  }
  .video-uploads__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    padding: 20px;
  }
  .video-uploads__cover {
    padding-bottom: 0;
    width: 150px;
    height: 85px;
  }
}
@media (max-width: 639px) {
  .video-uploads {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 14px;
  }
  .video-uploads__table {
    margin-top: 15px;
  }
  .video-uploads__block {
    display: block;
    padding: 8px 10px;
    border-bottom: 0;
  }
  .video-uploads__block--number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .video-uploads__block--number .video-uploads__title {
    width: auto;
    padding-right: 7px;
  }
  .video-uploads__block--number .video-uploads__content {
    margin-top: 0;
  }
  .video-uploads__content,
  .video-uploads__title {
    width: 100%;
    padding: 0;
  }
  .video-uploads__title {
    border-right: 0;
    padding-right: 30px;
  }
  .video-uploads__content {
    margin-top: 7px;
  }
  .video-uploads__list {
    padding: 15px 0;
    border-bottom: 0;
  }
  .video-uploads__block--status {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    width: 100%;
    border-left: 0;
  }
  .video-uploads__block--status .video-uploads__title {
    display: block;
  }
  .video-uploads__block--status .video-uploads__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.chch-fixedPaneBottom .chch-16-3,
.chch-fixedChatweeWindowSwitch .chch-14-3 {
  background: #ffc763 !important;
}
.chch-fixedChatweeWindowSwitchCircle,
.chch-fixedChatweeWindowSwitch {
  width: 90px !important;
  height: 90px !important;
}
.chch-fixedChatweeWindowSwitchCircle {
  padding: 28px !important;
}
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  margin-bottom: 20px;
}
.breadcrumbs__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  color: #a3a3a4;
}
.breadcrumbs__item:hover {
  color: #fff;
}
.breadcrumbs__item:after {
  content: "";
  position: absolute;
  top: 4px;
  right: -13px;
  width: 7px;
  height: 7px;
  border-top: 1px solid;
  border-left: 1px solid;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.breadcrumbs__item:last-child {
  color: #fff;
  cursor: default;
  margin-right: 0;
}
.breadcrumbs__item:last-child:after {
  display: none;
}
@media (max-width: 959px) {
  .breadcrumbs {
    padding: 20px 20px 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 639px) {
  .breadcrumbs__item {
    margin-right: 20px;
    font-size: 12px;
    line-height: 12px;
  }
  .breadcrumbs__item:after {
    top: 4px;
    right: -11px;
    width: 5px;
    height: 5px;
  }
}
.line__list a {
  display: block;
  text-align: center;
}
.section__header + .player-block__text {
  max-height: none;
  margin: 5px 0 0;
}
.info__list--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.info__list--center .info__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: auto;
}
.player-block__box {
  text-align: center;
  padding: 5px;
}
@media (max-width: 639px) {
  .player-block__box {
    display: none;
  }
}
.erb-text {
  color: red;
  margin: 0 0 15px 0;
  font-size: 12px;
  line-height: 14px;
}
.container {
  padding: 0 20px;
}
.erb-comment {
  margin-top: 10px;
}
#comments__form .erb-comment,
#comments__form .erb-name,
#comments__form .erb-reCaptcha {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: red;
}
.chch-fixedNotificationsManager {
  display: none;
}
.empty-search-msg {
  margin-bottom: 20px;
}
.player-related--sm .player-related__item {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.player-related--sm .player-related__link {
  left: 50%;
}
.mn-container-title {
  font-size: 20px;
  padding: 0 0 3px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
}
.mn-container-title.mn-container-title_position_left {
  text-align: left;
}
.mn-container-title.mn-container-title_position_right {
  text-align: right;
}
.mn-container-adsby {
  font-size: 11px;
  line-height: 12px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0 0 6px;
  text-align: right;
}
.mn-container-adsby.mn-container-adsby_position_left {
  text-align: left;
}
.mn-container-adsby.mn-container-adsby_position_right {
  text-align: right;
}
.mn-container-adsby__link {
  color: #999;
  text-decoration: none;
}
.mn-container-adsby__a {
  text-decoration: underline;
}
.mn-thumb__label {
  display: block;
  height: 66px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 5px;
  -webkit-line-clamp: 2;
}
.mn-thumb__label-title {
  text-decoration: none;
  margin: 0;
  display: block;
  overflow: hidden;
  width: auto !important;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  max-height: 60px;
  color: #000;
  position: relative;
  -webkit-box-orient: vertical;
  max-height: 40px;
}
.mn-thumb__label-title-link {
  color: #000;
}
.mn-thumb__label-brand {
  color: #999;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  font-family: helvetica neue, Helvetica, Arial, sans-serif;
  background-image: null;
  text-align: left;
  line-height: 12px;
  height: 18px;
}
.mn-thumb__label-brand-link {
  color: #999;
}
.mn-thumb {
  direction: ltr;
  cursor: default !important;
  overflow: hidden;
  background: nonne;
  background-color: transparent;
  padding: 0;
  margin: 0;
  height: auto;
  width: 98.99%;
  border-width: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-style: none;
  position: relative;
  float: left;
  margin: 0 0 1% 1%;
}
.mn-thumb a {
  border: 0;
  cursor: pointer;
  text-decoration: none !important;
  outline: 0;
}
.mn-thumb__holder {
  position: relative;
  width: 100%;
  height: auto;
}
.mn-thumb__img {
  border-width: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-style: none;
  display: block;
  overflow: hidden !important;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}
.mn-thumb__tracker {
  position: absolute;
  top: 30%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: 0;
  border-width: 0;
  opacity: 0;
  visibility: hidden;
}
.mn-thumb__aspect {
  width: 1px;
}
.mn-thumbnails_image .mn-thumb__aspect {
  padding-bottom: 100%;
}
.mn-thumbnails_text .mn-thumb {
  clear: left;
  width: auto;
  padding: 3px 3px 3px 1px;
  margin-bottom: 0;
}
.mn-thumbnails_text .mn-thumb .mn-thumb__label {
  display: inline-block;
  height: auto;
  vertical-align: top;
  padding: 0;
}
.mn-thumbnails_text .mn-thumb a {
  display: list-item;
  list-style: disc outside none;
  vertical-align: top;
  overflow: visible;
  margin-left: 15px;
  padding: 0;
}
.mn-thumbnails_label-over .mn-thumb__label-brand {
  line-height: 18px;
  margin: 0 12px 2px;
}
.mn-thumbnails_label-over .mn-thumb__label {
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  margin-left: 0;
  padding: 0;
}
.mn-thumbnails_label-over .mn-thumb__label-title {
  text-decoration: none;
  margin: 0;
  padding: 2px 10px 0;
  -webkit-line-clamp: 2 !important;
}
.mn-thumbnails_label-over .mn-thumb__aspect {
  padding-bottom: 100%;
}
.mn-thumbnails_img-left .mn-thumb {
  margin-bottom: 1.5%;
}
.mn-thumbnails_img-left .mn-thumb .mn-thumb__holder {
  float: left;
  width: 40%;
}
.mn-thumbnails_img-left .mn-thumb .mn-thumb__label {
  overflow: hidden;
  padding-left: 10px;
}
.mn-thumbnails_img-left .mn-thumb .mn-thumb__label-title {
  max-height: 120px;
}
.mn-thumbnails_img-left .mn-thumb .mn-thumb__label {
  height: 100px;
}
.mn-thumbnails_img-right .mn-thumb {
  margin-bottom: 1.5%;
}
.mn-thumbnails_img-right .mn-thumb .mn-thumb__holder {
  float: right;
  width: 40%;
}
.mn-thumbnails_img-right .mn-thumb .mn-thumb__label {
  overflow: hidden;
  padding-right: 10px;
}
.mn-thumbnails_img-right .mn-thumb .mn-thumb__label-title {
  max-height: 120px;
}
.mn-thumbnails_img-right .mn-thumb .mn-thumb__label {
  height: 100px;
}
.mn-related-container {
  clear: both;
}
.mn-outer {
  margin-left: -1%;
  direction: ltr;
  text-align: left;
}
.mn-clear {
  clear: both;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}
@media screen and (min-width: 0) and (max-width: 759px) {
  .mn-thumb__aspect {
    padding-bottom: 85%;
    width: 100%;
  }
  .mn-thumb {
    width: 98.99%;
  }
}
@media screen and (min-width: 760px) {
  .mn-thumb__aspect {
    padding-bottom: 85%;
    width: 100%;
  }
  .mn-thumbnails_col-6 .mn-thumb {
    width: 15.66%;
  }
  .mn-thumbnails_col-5 .mn-thumb {
    width: 18.99%;
  }
  .mn-thumbnails_col-4 .mn-thumb {
    width: 23.99%;
  }
  .mn-thumbnails_col-3 .mn-thumb {
    width: 32.33%;
  }
  .mn-thumbnails_col-2 .mn-thumb {
    width: 48.99%;
  }
}

.banner-section {
    padding: 0 10px;
    align-items: center;
    justify-content: center;
    display: none;
}
.banner-section__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 1;
}
.banner-section__inner > div {
  margin-top: 40px;
}
.banner-section.active {
    display: flex;
}
.banner-section .info__list {
    display: none;
}
@media screen and (max-width: 959px) {
    .banner-section__inner > div {
      margin-top: 25px;
    }
}
@media screen and (max-width: 639px) {
    .banner-section {
        flex-direction: column;
        grid-gap: 10px;
    }
    .banner-section .info__list {
      margin-top: 10px;
        display: block;
    }
    .banner-section__inner > div {
      margin-top: 0;
    }
    .related-view {
      padding-top: 20px;
    }
}
/* End Banner Section */