@media all {
  @media (max-width: 732px) {
    .container {
      width: 100%;
    }
    .container .row {
      width: 100%;
      margin: 0;
    }
  }
  .main-menu-promo {
    position: relative;
    display: block;
    height: 60px;
    width: 180px;
  }
  .main-menu-promo__item {
    position: absolute;
    opacity: 0;
    transition: opacity 1s;
  }
  .main-menu-promo__item_active {
    opacity: 1;
    transition-delay: 0.5s;
  }
  a {
    cursor: pointer;
  }
  a:focus {
    outline: none;
  }
  .container {
    width: 100%;
  }
  @media (min-width: 320px) {
    .container {
      width: 984px;
    }
  }
  @media (min-width: 1600px) {
    .container {
      width: 1320px;
    }
  }
  .row {
    display: block;
    margin: 0 -12px 0 -12px;
  }
  .row::before {
    content: ' ';
    display: table;
    width: 0;
    box-sizing: border-box;
  }
  .row::after {
    content: ' ';
    clear: both;
    display: table;
    box-sizing: border-box;
  }
  .row > div[class^='col-md-'] {
    float: left;
    max-width: 100%;
  }
  div[class*='col-'] {
    box-sizing: content-box !important;
  }
  @media (min-width: 320px) {
    main .col-md-3 {
      width: 228px;
      padding: 0 12px 0 12px;
      float: none;
    }
    main .col-md-3:first-of-type {
      padding-left: 0;
    }
    .row > .col-md-3 {
      padding: 0 12px 0 12px;
    }
    main .col-md-9 {
      width: 732px;
      padding: 0 12px 0 12px;
      float: none;
    }
    main .col-md-9:last-of-type {
      padding-right: 0;
    }
    .row > .col-md-9 {
      padding: 0 12px 0 12px;
    }
    main .col-md-12 {
      width: 984px;
      padding: 0 12px 0 12px;
      float: none;
    }
    main .col-md-12:first-of-type {
      padding-left: 0;
    }
    main .col-md-12:last-of-type {
      padding-right: 0;
    }
    .row > .col-md-12 {
      padding: 0 12px 0 12px;
    }
  }
  @media (max-width: 732px) {
    ul.ui-autocomplete {
      left: 0 !important;
      right: 0;
      width: 100% !important;
      padding: 0 20px;
      background-color: transparent;
      border: none;
    }
  }
  ul.ui-autocomplete {
    position: absolute;
    padding: 0;
    max-width: 984px;
    z-index: 10;
    font-size: 16px;
    line-height: 40px;
    background-color: white;
    list-style: none;
    border: 1px solid #aebfcc;
    color: black;
  }
  @media (max-width: 732px) {
    ul.ui-autocomplete {
      margin: auto;
      max-width: calc(100vw - 40px);
    }
  }
  @media (min-width: 733px) {
    ul.ui-autocomplete {
      margin-left: auto;
      margin-right: auto;
      margin-top: 5px;
      left: 0 !important;
      right: 0 !important;
      width: 984px !important;
    }
  }
  @media (min-width: 1600px) {
    ul.ui-autocomplete {
      max-width: 1320px !important;
      width: 1320px !important;
    }
  }
  .search_in_project {
    position: relative;
    color: white;
    opacity: 0.7;
    width: 100%;
    margin-top: 10px;
  }
  @media (max-width: 732px) {
    .search_in_project {
      display: flex;
    }
  }
  .search_in_project:hover {
    opacity: 1;
  }
  .search_in_project:active label {
    vertical-align: middle;
  }
  .search_in_project label {
    width: 40px;
    margin: 0;
    font-weight: normal;
  }
  .search_in_project label::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -3px;
    width: 30px;
    height: 30px;
    border: 2px solid white;
    border-radius: 1px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 200ms;
  }
  .search_in_project input[type='checkbox'] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 30px;
    opacity: 0;
    cursor: pointer;
  }
  .search_in_project input[type='checkbox']:checked + label::before {
    background-image: url("");
  }
  .search_in_project input[type='checkbox']:active + label::before {
    background-color: white;
    background-image: url("");
  }
  .layout-2020 a:hover {
    text-decoration: inherit;
  }
  @media (min-width: 1024px) {
    .layout-2020 {
      min-width: auto;
    }
  }
  @media (min-width: 733px) {
    .layout-2020 {
      min-width: auto;
    }
  }
  .layout-2020 .row:before,
  .layout-2020 .row:after {
    content: none;
  }
  .layout-2020 .row > div[class^='col-'] {
    float: none;
    box-sizing: border-box !important;
  }
  .layout-2020 .row > [class^='col-']:first-child {
    padding-left: 12px;
  }
  .layout-2020 .row > [class^='col-']:last-child {
    padding-right: 12px;
  }
  @media (min-width: 320px) {
    .layout-2020 .container {
      width: auto;
    }
  }
  @media (max-width: 767px) {
    .layout-2020 .container .row {
      width: auto;
    }
  }
  @media (max-width: 732px) {
    .layout-2020 .container .row {
      width: auto;
    }
  }
  .layout-2020 {
    background: black;
    color: white;
  }
  .layout-2020 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
  }
  .layout-2020 img {
    max-width: 100%;
  }
  .layout-2020 a {
    text-decoration: none;
    cursor: pointer;
  }
  .layout-2020 li {
    list-style: none;
  }
  .layout-2020 .circle-icon {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 20px;
    border: 1px solid transparent;
    transition: border-color 0.5s, opacity 0.5s, visibility 0.5s, transform 0.5s;
  }
  .layout-2020 .circle-icon:hover {
    border-color: #fff;
  }
  .layout-2020 .circle-icon:active {
    outline: none;
    background-color: #fff;
  }
  .layout-2020 .circle-icon:active::before,
  .layout-2020 .circle-icon:active::after {
    background-color: #000;
  }
  .layout-2020 .circle-icon:active path {
    fill: #000;
  }
  .layout-2020 .close-btn {
    position: relative;
    width: 28px;
    height: 28px;
    margin-right: 3px;
    outline: none;
  }
  @media (max-width: 767px) {
    .layout-2020 .close-btn {
      display: none !important;
    }
  }
  .layout-2020 .close-btn:hover {
    transform: rotate(90deg);
  }
  .layout-2020 .close-btn::before,
  .layout-2020 .close-btn::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    height: 4px;
    width: 19px;
    background-color: #fff;
    left: 50%;
    top: 50%;
    border-radius: 1px;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .layout-2020 .close-btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .layout-2020 .dropdown-arrow {
    position: absolute;
    display: block;
    height: 1px;
    width: 6px;
    right: 0;
    top: 49%;
    transform-origin: center;
    transition: transform 0.5s;
  }
  .layout-2020 .dropdown-arrow::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    width: 4px;
    height: 1px;
    background-color: #fff;
    right: 2px;
    left: auto;
    transform: rotate(45deg);
  }
  .layout-2020 .dropdown-arrow::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    width: 4px;
    height: 1px;
    background-color: #fff;
    right: 0;
    left: auto;
    transform: rotate(-45deg);
  }
  .layout-2020 .dropdown-arrow::before,
  .layout-2020 .dropdown-arrow::after {
    background-color: #2657a2;
  }
  .layout-2020 .sub-header__all-elements-link:hover {
    color: #2657a2;
  }
  .layout-2020 .circle-icon::before,
  .layout-2020 .circle-icon::after {
    background-color: #2657a2;
  }
  .layout-2020 .circle-icon:hover {
    border-color: #2657a2;
  }
  .layout-2020 .circle-icon:active {
    background-color: #2657a2;
  }
  .layout-2020 .circle-icon:active::before,
  .layout-2020 .circle-icon:active::after {
    background-color: #fff;
  }
  .layout-2020 .circle-icon:active path {
    fill: #fff;
  }
  .layout-2020 .accent-text {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .layout-2020 .accent-text_menu {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 10%;
    line-height: 20px;
  }
  .layout-2020 .btn {
    font-family: sans-serif;
    font-weight: 500;
    padding: 10px 40px;
    border-radius: 20px;
    display: inline-block;
    transition: background-color 0.5s, color 0.5s;
    cursor: pointer;
  }
  .layout-2020 .btn_light-blue {
    padding: 5px 35px;
    color: #39a0ff !important;
    border: 1px solid #39a0ff;
  }
  .layout-2020 .btn_light-blue:hover {
    background-color: #39a0ff;
    color: #000 !important;
  }
  .layout-2020 .btn_light-blue:hover .btn__btn-arrow::after {
    background-color: #000 !important;
  }
  .layout-2020 .btn_light-blue .btn__btn-arrow::after {
    background-color: #39a0ff;
  }
  .layout-2020 .btn__btn-arrow {
    display: inline-block;
    height: 10px;
    width: 10px;
    position: relative;
    overflow: hidden;
    left: 4px;
  }
  .layout-2020 .btn__btn-arrow::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    left: -5px;
    transform: rotate(45deg);
    transition: background-color 0.5s;
  }
  .layout-2020 .btn_light-blue {
    color: #2657a2 !important;
    border: 1px solid #2657a2;
  }
  .layout-2020 .btn_light-blue .btn__btn-arrow::after {
    background-color: #2657a2 !important;
  }
  .layout-2020 .btn_light-blue:hover {
    background-color: #2657a2;
    color: #fff !important;
  }
  .layout-2020 .btn_light-blue:hover .btn__btn-arrow::after {
    background-color: #fff !important;
  }
  .layout-2020 .container {
    width: 100%;
  }
  @media (min-width: 1024px) {
    .layout-2020 .container {
      width: 1000px;
    }
  }
  @media (min-width: 1280px) {
    .layout-2020 .container {
      width: 1256px;
    }
  }
  @media (min-width: 1568px) {
    .layout-2020 .container {
      width: 1544px;
    }
  }
  @media (max-width: 767px) {
    .layout-2020 .container {
      box-sizing: inherit;
    }
  }
  .layout-2020 .container {
    position: relative;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .layout-2020 .row {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
  }
  .layout-2020 [class^='col-'] {
    position: relative;
    flex: 0 0 auto;
    padding-right: 12px;
    padding-left: 12px;
    flex-basis: 100%;
    width: 100%;
  }
  @media (min-width: 1024px) {
    .layout-2020 .col-md-3 {
      flex-basis: 25%;
      width: 25%;
    }
  }
  @media (min-width: 1024px) {
    .layout-2020 .col-md-9 {
      flex-basis: 75%;
      width: 75%;
    }
  }
  @media (min-width: 1024px) {
    .layout-2020 .col-md-12 {
      flex-basis: 100%;
      width: 100%;
    }
  }
  .layout-2020 header {
    position: relative;
    height: 90px;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: height 0.5s, top 0.5s;
    height: 90px;
  }
  @media (min-width: 768px) {
    .layout-2020 header {
      height: 60px;
    }
  }
  @media (min-width: 1024px) {
    .layout-2020 header {
      height: 80px;
    }
  }
  @media (min-width: 1280px) {
    .layout-2020 header {
      height: 90px;
    }
  }
  .layout-2020 header .header-background {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    transition: height 0.5s;
    background: linear-gradient(180deg, #000, rgba(4, 2, 17, 0.3) 142.04%);
    height: 90px;
  }
  @media (min-width: 768px) {
    .layout-2020 header .header-background {
      height: 60px;
    }
  }
  @media (min-width: 1024px) {
    .layout-2020 header .header-background {
      height: 80px;
    }
  }
  @media (min-width: 1280px) {
    .layout-2020 header .header-background {
      height: 90px;
    }
  }
  @media (min-width: 768px) {
    .layout-2020 header .header-background {
      border-bottom: 1px solid #191919;
    }
  }
  .layout-2020 header .header-background::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    background: #000;
    opacity: 0;
    transition: opacity 0.5s;
  }
  @media (min-width: 768px) {
    .layout-2020 header::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      box-sizing: border-box;
      height: 100vh;
      z-index: -1;
      background: #000;
      opacity: 0;
      top: 300px;
      pointer-events: none;
      transition: opacity 0.5s;
      transition-delay: 150ms;
    }
  }
  @media (max-width: 767px) {
    .layout-2020 header {
      background: linear-gradient(180deg, #000, rgba(4, 2, 17, 0.3) 142.04%);
      border-bottom: 1px solid #191919;
    }
  }
  .layout-2020 header a {
    color: #fff;
  }
  @media (max-width: 767px) {
    .layout-2020 header {
      transition: height 0.5s, background 0.5s, top 0.5s;
    }
  }
  .layout-2020 .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 90px;
  }
  @media (min-width: 768px) {
    .layout-2020 .header {
      height: 60px;
    }
  }
  @media (min-width: 1024px) {
    .layout-2020 .header {
      height: 80px;
    }
  }
  @media (min-width: 1280px) {
    .layout-2020 .header {
      height: 90px;
    }
  }
  .layout-2020 .header::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    pointer-events: none;
    height: 80px;
    background: linear-gradient(180deg, #000 80%, transparent 100%);
    z-index: 1;
    opacity: 0;
    transition: all 0.5s;
  }
  .layout-2020 .header__left-block,
  .layout-2020 .header__right-block,
  .layout-2020 .header__geo-and-search-block,
  .layout-2020 .header__menu-field {
    display: flex;
    align-items: center;
  }
  .layout-2020 .header__logo {
    margin-top: 5px;
  }
  @media (max-width: 767px) {
    .layout-2020 .header__logo {
      margin-right: 30px;
    }
  }
  @media (min-width: 768px) {
    .layout-2020 .header__logo {
      margin-right: 52px;
    }
  }
  @media (min-width: 1024px) {
    .layout-2020 .header__logo {
      margin-right: 45px;
    }
  }
  .layout-2020 .header__menu-field {
    position: relative;
    width: 228px;
    height: 33px;
    padding: 0 16px;
    border: 1px solid #ffffff80;
    border-radius: 50px;
    cursor: pointer;
    transition: border-color 0.5s, background-color 0.5s;
    outline: none;
  }
  @media (max-width: 767px) {
    .layout-2020 .header__menu-field .dropdown-arrow {
      display: none;
    }
  }
  @media (min-width: 768px) and (hover: hover) {
    .layout-2020 .header__menu-field:hover {
      border-color: #fff;
    }
    .layout-2020 .header__menu-field:hover::before {
      background-color: #fff;
    }
    .layout-2020 .header__menu-field:hover::after {
      background-color: #fff;
    }
    .layout-2020 .header__menu-field:hover .header__burger {
      background-color: #fff !important;
    }
    .layout-2020 .header__menu-field:hover .header__burger::before {
      background-color: #fff !important;
      transition: background-color 0.5s;
    }
    .layout-2020 .header__menu-field:hover .header__burger::after {
      background-color: #fff !important;
      transition: background-color 0.5s;
    }
  }
  @media (max-width: 767px) {
    .layout-2020 .header__menu-field {
      width: auto;
      border-color: #fff;
    }
    .layout-2020 .header__menu-field::before,
    .layout-2020 .header__menu-field::after {
      display: none;
    }
  }
  @media (min-width: 1568px) {
    .layout-2020 .header__menu-field {
      display: none;
    }
  }
  .layout-2020 .header__menu-field .dropdown-arrow {
    right: 15px;
  }
  .layout-2020 .header__menu-field-text-active-sub {
    color: #000;
    text-transform: none;
    display: none;
    font-size: 11px;
    font-weight: 600;
    line-height: 20px;
  }
  @media (max-width: 767px) {
    .layout-2020 .header__menu-field-text-active-sub {
      display: none !important;
    }
  }
  .layout-2020 .header__burger {
    width: 16px;
    height: 3px;
    background-color: #ffffff80;
    border-radius: 1px;
    position: relative;
    margin-right: 14px;
    transition: all 0.5s;
  }
  .layout-2020 .header__burger::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    top: -6px;
    background-color: #ffffff80;
    border-radius: 1px;
    transition: all 0.5s;
  }
  .layout-2020 .header__burger::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    top: 6px;
    background-color: #ffffff80;
    border-radius: 1px;
    transition: all 0.5s;
  }
  @media (max-width: 767px) {
    .layout-2020 .header__burger {
      margin-right: 0;
      background-color: #fff;
    }
    .layout-2020 .header__burger::before,
    .layout-2020 .header__burger::after {
      background-color: #fff;
    }
  }

  .layout-2020 .header__page-title {
    font-size: 10px;
  }

  @media (max-width: 767px) {
    .layout-2020 .header__page-title {
      display: none;
    }
  }
  .layout-2020 .header__right-block {
    width: 100%;
    max-width: 496px;
    justify-content: flex-end;
  }
  .layout-2020 .header__advertising-block {
    display: block;
    cursor: pointer;
  }
  @media (max-width: 767px) {
    .layout-2020 .header__advertising-block {
      display: none;
    }
  }
  .layout-2020 .header__geo-and-search-block {
    width: 160px;
    justify-content: center;
    flex-wrap: wrap;
  }
  @media (max-width: 767px) {
    .layout-2020 .header__geo-and-search-block {
      width: auto;
    }
  }
  .layout-2020 .header__user {
    z-index: 0;
    position: relative;
    padding: 6px 14px;
    border-radius: 50px;
    border: 1px solid transparent;
    background-clip: padding-box;
    transition: border-color 0.5s, z-index 0.5s;
    transition-delay: 150ms;
    margin-left: 5px;
  }
  .layout-2020 .header__user svg {
    display: none;
  }
  .layout-2020 .header__user:hover {
    border-color: #fff;
  }
  .layout-2020 .header__user::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    right: 5px;
    top: 6px;
    left: auto;
    border-radius: 4px;
    background-color: #1bac2c !important;
    opacity: 0;
    transition: opacity 0.25s linear;
  }
  .layout-2020 .header__geo {
    position: relative;
    margin-right: 5px;
    cursor: pointer;
    width: 36px;
    height: 36px;
  }
  .layout-2020 .header__geo::before {
    right: 5px;
    left: auto;
  }
  .layout-2020 .header__geo::after {
    right: 3px;
    left: auto;
  }
  .layout-2020 .header__geo svg {
    margin-right: 5px;
  }
  .layout-2020 .header__geo .dropdown-arrow {
    right: 3px;
  }
  .layout-2020 .sub-header {
    overflow: hidden;
    position: relative;
    height: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    z-index: 1;
    transition: opacity 0.5s;
    opacity: 0;
  }
  @media (max-width: 767px) {
    .layout-2020 .sub-header {
      overflow: unset;
      height: auto;
      position: absolute;
      top: -100vh;
    }
  }
  @media (min-width: 1568px) {
    .layout-2020 .sub-header {
      overflow: unset;
      height: auto;
      opacity: 1;
      position: absolute;
      top: 28px;
      left: 100px;
      width: auto;
      pointer-events: auto;
    }
  }
  .layout-2020 .sub-header__left-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 26px !important;
    align-items: flex-start;
  }
  @media (max-width: 1023px) {
    .layout-2020 .sub-header__left-column {
      order: 1;
    }
    .layout-2020 .sub-header__left-column .sub-header__dropdown-column-descriptiion,
    .layout-2020 .sub-header__left-column .sub-header__watching-now {
      display: none;
    }
  }
  .layout-2020 .sub-header__watching-now {
    display: block;
  }
  .layout-2020 .sub-header__watching-now img {
    width: 100%;
    margin-bottom: 6px;
  }
  .layout-2020 .sub-header__watching-now-title {
    color: #39a0ff;
    margin-bottom: 24px;
  }
  .layout-2020 .sub-header__watching-now-title:hover {
    text-decoration: underline;
  }
  .layout-2020 .sub-header__links {
    display: flex;
  }
  @media (max-width: 767px) {
    .layout-2020 .sub-header__links {
      flex-direction: column;
      align-items: flex-start;
      margin-left: 24px;
    }
  }
  .layout-2020 .sub-header__link {
    z-index: 0;
    position: relative;
    padding: 6px 14px;
    border-radius: 50px;
    border: 1px solid transparent;
    background-clip: padding-box;
    transition: border-color 0.5s, z-index 0.5s;
    transition-delay: 150ms;
  }
  .layout-2020 .sub-header__link:hover {
    border-color: #fff;
  }
  @media (min-width: 1024px) {
    .layout-2020 .sub-header__link {
      margin-right: 10px;
    }
  }
  @media (max-width: 767px) {
    .layout-2020 .sub-header__link {
      margin-bottom: 20px;
    }
  }
  .layout-2020 .sub-header__link_with-dropdown {
    position: relative;
    padding: 0;
  }
  .layout-2020 .sub-header__link_with-dropdown .sub-header__link-title {
    padding-right: 20px !important;
  }
  @media (max-width: 767px) {
    .layout-2020 .sub-header__link_with-dropdown::before {
      top: 15px;
    }
    .layout-2020 .sub-header__link_with-dropdown::after {
      top: 17px;
      right: 14px;
    }
  }
  .layout-2020 .sub-header__link_active {
    background-color: #fff;
    color: #000;
  }
  .layout-2020 .sub-header__link_active .sub-header__link-title {
    color: #000;
  }
  .layout-2020 .sub-header__link_active .dropdown-arrow::before,
  .layout-2020 .sub-header__link_active .dropdown-arrow::after {
    background-color: #000;
  }
  .layout-2020 .sub-header__link_active:hover {
    border-color: transparent !important;
  }
  .layout-2020 .sub-header__link_live {
    padding-left: 30px;
  }
  .layout-2020 .sub-header__link_live::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    left: 16px;
    background-color: #f32b4f;
    border-radius: 100%;
    top: 50%;
    transform: translate(0, -50%);
  }
  .layout-2020 .sub-header__all-elements-link {
    font-weight: 500;
    text-decoration: underline;
    padding-bottom: 7px;
    position: relative;
    margin-top: 70px;
    display: flex;
    align-items: center;
  }
  .layout-2020 .sub-header__all-elements-link:hover {
    color: #fff;
  }
  @media (max-width: 1023px) {
    .layout-2020 .sub-header__all-elements-link {
      margin-top: 40px;
      width: calc(33.333333% - 24px);
    }
  }
  @media (max-width: 767px) {
    .layout-2020 .sub-header__all-elements-link {
      width: 100%;
    }
  }
  .layout-2020 .sub-header__all-elements-link::before {
    content: '';
    display: block;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: url("")
      no-repeat;
    margin-right: 10px;
  }
  .layout-2020 .sub-header__dropdown-wrapper {
    margin-right: 10px;
  }
  .layout-2020 .sub-header__dropdown-wrapper::before {
    z-index: 100;
  }
  @media (hover: hover) and (min-width: 768px) {
    .layout-2020 .sub-header__dropdown-wrapper:hover::before {
      opacity: 0.9;
      transition: opacity 0.5s;
    }
    .layout-2020 .sub-header__dropdown-wrapper:hover .sub-header__dropdown-menu {
      visibility: visible;
      opacity: 1;
    }
  }
  @media (hover: hover) and (min-width: 768px) and (max-width: 767px) {
    .layout-2020 .sub-header__dropdown-wrapper:hover .sub-header__dropdown-menu {
      left: 0;
    }
  }
  @media (hover: hover) and (min-width: 768px) {
    .layout-2020 .sub-header__dropdown-wrapper:hover .sub-header__link_with-dropdown {
      z-index: 300;
    }
    .layout-2020 .sub-header__dropdown-wrapper:hover .sub-header__link_with-dropdown::before {
      transform: rotate(-45deg);
    }
    .layout-2020 .sub-header__dropdown-wrapper:hover .sub-header__link_with-dropdown::after {
      transform: rotate(45deg);
    }
  }
  @media (max-width: 767px) {
    .layout-2020 .sub-header__dropdown-wrapper[data-dont-drop-on-mobile='true'] .sub-header__link-title {
      padding-right: 14px !important;
    }
    .layout-2020 .sub-header__dropdown-wrapper[data-dont-drop-on-mobile='true'] .dropdown-arrow {
      display: none;
    }
  }
  .layout-2020 .sub-header__link_with-dropdown {
    transition: z-index 0.5s, border-color 0.5s;
    margin-right: 0;
  }
  @media (hover: hover) and (min-width: 768px) {
    .layout-2020 .sub-header__link_with-dropdown:hover .dropdown-arrow {
      transform: rotate(-180deg);
    }
  }
  .layout-2020 .sub-header__link-title {
    display: block;
    padding: 6px 14px;
  }
  .layout-2020 .sub-header__link-title .dropdown-arrow {
    right: 9px;
  }
  @media (max-width: 767px) {
    .layout-2020 .sub-header__link-title .dropdown-arrow {
      transform: rotate(-90deg);
    }
  }
  @media (max-width: 767px) and (hover: hover) and (min-width: 768px) {
    .layout-2020 .sub-header__link-title:hover .dropdown-arrow {
      transform: rotate(-260deg);
    }
  }
  .layout-2020 .sub-header__dropdown-menu {
    background: #000;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 200;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    left: 0;
    right: 0;
    margin-top: 11px;
    padding-bottom: 40px;
    text-transform: none;
    transition: visibility 0.5s, opacity 0.5s, left 0.5s;
    transition-delay: 150ms;
  }
  @media (min-width: 1568px) {
    .layout-2020 .sub-header__dropdown-menu {
      margin-top: 28px;
    }
  }
  @media (min-width: 768px) {
    .layout-2020 .sub-header__dropdown-menu .container {
      padding-top: 30px;
    }
  }
  @media (max-width: 767px) {
    .layout-2020 .sub-header__dropdown-menu {
      height: calc(100% - 86px);
      top: 86px !important;
      max-height: none !important;
      margin-top: 0;
      width: 100%;
      padding-bottom: 150px;
      border-radius: 25px 25px 0 0;
      background-color: #0c090f;
      padding-top: 0;
      padding-left: 60px;
      padding-right: 20px;
      padding-bottom: 80px;
      visibility: visible;
      opacity: 1;
      left: 120%;
      transition: left 0.5s;
    }
  }
  @media (max-width: 767px) {
    .layout-2020 .sub-header__dropdown-row-descriptiion {
      position: -webkit-sticky;
      position: sticky;
      top: 0px;
      display: block;
      z-index: 1;
      background-color: #0c090f;
    }
  }
  .layout-2020 .sub-header__dropdown-column-descriptiion {
    font-weight: 400;
    margin-bottom: 20px;
    color: #777;
  }
  @media (max-width: 767px) {
    .layout-2020 .sub-header__dropdown-column-descriptiion {
      padding-top: 30px;
      padding-bottom: 15px;
      margin-right: 34px;
      width: calc(100% - 106px);
      z-index: 1;
    }
    .layout-2020 .sub-header__dropdown-column-descriptiion::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      box-sizing: border-box;
      width: calc(100% + 38px);
      height: 80px;
      z-index: -1;
      background: linear-gradient(180deg, #0c0910 85%, transparent 100%);
      top: 0;
      left: -38px;
    }
  }
  .layout-2020 .sub-header__back-arrow {
    display: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 20px;
    border: 1px solid #fff;
    position: absolute;
    left: 20px;
  }
  @media (max-width: 767px) {
    .layout-2020 .sub-header__back-arrow {
      display: flex;
      left: -45px;
      top: 20px;
    }
  }
  .layout-2020 .sub-header__back-arrow:active {
    background-color: #fff;
  }
  .layout-2020 .sub-header__back-arrow:active path {
    fill: #000;
  }
  .layout-2020 .sub-header__shows-wrapper {
    margin-top: 8px;
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
  @media (max-width: 767px) {
    .layout-2020 .sub-header__shows-wrapper {
      -moz-column-count: 1;
      column-count: 1;
    }
  }
  @media (max-width: 767px) {
    .layout-2020 .sub-header__shows-wrapper {
      max-height: inherit !important;
    }
  }
  .layout-2020 .sub-header__show {
    display: block;
    transition: color 0.5s;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
  }
  .layout-2020 .sub-header__show:hover {
    color: #fff !important;
  }
  @media (max-width: 767px) {
    .layout-2020 .sub-header__show {
      padding-bottom: 10px;
    }
  }
  .layout-2020 .sub-header__show-title {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid transparent;
    border-radius: 20px;
    margin-left: -10px;
    transition: border-color 0.5s;
  }
  @media (min-width: 1568px) {
    .layout-2020 .sub-header__close-btn {
      display: none !important;
    }
  }
  .layout-2020 .location-popup {
    position: relative;
    letter-spacing: 0;
    opacity: 0;
    visibility: hidden;
    max-height: 100%;
    transition: opacity 0.5s, visibility 0.5s;
    z-index: 1;
  }
  .layout-2020 .location-popup::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.2s;
    transition-delay: 150ms;
  }
  .layout-2020 .location-popup::before {
    opacity: 0.9;
    z-index: 1100;
    pointer-events: inherit;
  }
  .layout-2020 .location-popup__close-btn {
    position: absolute !important;
    top: 0;
    right: 20px;
  }
  .layout-2020 .location-popup__container {
    padding-bottom: 100px;
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    transform: translate(-50%, 0);
    z-index: 1110;
    max-height: 100vh;
    overflow: auto;
  }
  .layout-2020 .location-popup__title {
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #777;
  }
  .layout-2020 .location-popup__active-city {
    color: #fff;
    font-weight: 700;
  }
  .layout-2020 .location-popup__cities {
    margin-top: 20px;
    text-transform: none;
    font-size: 14px;
    -moz-column-count: 4;
    column-count: 4;
    -moz-column-gap: 24px;
    column-gap: 24px;
    padding-bottom: 100px;
  }
  @media (max-width: 1023px) {
    .layout-2020 .location-popup__cities {
      -moz-column-count: 3;
      column-count: 3;
    }
  }
  @media (max-width: 767px) {
    .layout-2020 .location-popup__cities {
      -moz-column-count: 1;
      column-count: 1;
    }
  }
  .layout-2020 .location-popup__city {
    display: block;
    position: relative;
    padding: 4px 0;
    padding-left: 40px;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
    transition: all 0.5s;
  }
  .layout-2020 .location-popup__city:hover {
    color: #fff;
  }
  .layout-2020 .location-popup__city_with-margin {
    margin-top: 20px;
  }
  .layout-2020 .location-popup__city-first-letter {
    position: absolute;
    left: 5px;
    top: 0;
    font-size: 24px;
    color: #9a9a9a;
    text-transform: uppercase;
    font-weight: 400;
  }
  .layout-2020 .search-block {
    position: relative;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
  }
  .layout-2020 .search-block .container {
    position: relative;
    z-index: 1110;
  }
  .layout-2020 .search-block::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.2s;
    transition-delay: 150ms;
  }
  .layout-2020 .search-block::before {
    opacity: 0.9;
    z-index: 1100;
    pointer-events: inherit;
  }
  .layout-2020 .search-block__input {
    color: #fff;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    padding: 20px 50px 20px 10px;
    width: 100%;
    height: 30px;
    background: inherit;
    border: none;
    border-bottom: 3px solid #fff;
  }
  .layout-2020 .search-block__input:focus {
    outline: none;
  }
  .layout-2020 .search-block__input:focus::placeholder {
    color: transparent;
  }
  .layout-2020 .search-block__input::placeholder {
    color: #fff;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
  }
  @media (max-width: 767px) {
    .layout-2020 .search-block__input::placeholder {
      font-size: 13px;
    }
  }
  .layout-2020 .search-block__text {
    padding: 20px 10px;
    text-transform: none;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #4a9fff;
  }
  @media (max-width: 767px) {
    .layout-2020 .search-block__text {
      font-size: 12px;
    }
  }
  .layout-2020 .search-block__text_link {
    color: inherit;
    font-weight: 700;
    border-bottom: 1px dashed #4a9fff;
  }
  .layout-2020 .search-block__input-container {
    position: relative;
  }
  .layout-2020 .search-block__search-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
  }
  .layout-2020 .search-block__search-btn:hover path {
    fill: #4a9fff;
  }
  .layout-2020 .search-block ul.ui-autocomplete {
    display: none !important;
    position: absolute;
    padding: 0;
    max-width: 100%;
    z-index: 1110;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    background-color: black;
    list-style: none;
    border: none;
    color: #fff;
    text-transform: none;
  }
  @media (max-width: 767px) {
    .layout-2020 .search-block ul.ui-autocomplete {
      margin: auto;
      max-width: 100%;
    }
  }
  @media (min-width: 1024px) {
    .layout-2020 .search-block ul.ui-autocomplete {
      margin-left: auto;
      margin-right: auto;
      margin-top: 5px;
      left: 0 !important;
      right: 0 !important;
      width: 984px !important;
    }
  }
  @media (min-width: 1280px) {
    .layout-2020 .search-block ul.ui-autocomplete {
      max-width: 1320px !important;
      width: 1320px !important;
    }
  }
  .layout-2020 .main-menu-promo svg {
    pointer-events: none;
  }
  .layout-2020 .main-menu-promo svg path {
    fill: white;
  }
  .layout-2020 {
    background: #260702;
  }
  @media (max-width: 767px) {
    .layout-2020 header {
      background: linear-gradient(180deg, #fff 27.78%, #ffffffeb 100%);
      border-bottom: 1px solid #cdcdcd;
    }
  }
  .layout-2020 header .header-background {
    background: #260702;
    border-bottom: 1px solid transparent;
  }
  .layout-2020 header .header-background::before {
    background: #fff;
  }
  @media (max-width: 767px) {
    .layout-2020 header .header-background {
      background: none;
      border-bottom: none;
    }
  }
  .layout-2020 header a {
    color: #2657a2;
  }
  .layout-2020 header .header {
    color: #2657a2;
  }
  .layout-2020 header .header::before {
    background: linear-gradient(180deg, #fff 80%, #ffffff00 100%);
  }
  .layout-2020 header .header__logo svg path,
  .layout-2020 header .header__geo-and-search-block svg path {
    fill: #2657a2;
  }
  .layout-2020 header .header__menu-field,
  .layout-2020 header .header__menu-field:hover {
    border: 1px solid #2657a2;
  }
  .layout-2020 header .header__menu-field .header__burger,
  .layout-2020 header .header__menu-field .header__burger::before,
  .layout-2020 header .header__menu-field .header__burger::after,
  .layout-2020 header .header__menu-field:hover .header__burger,
  .layout-2020 header .header__menu-field:hover .header__burger::before,
  .layout-2020 header .header__menu-field:hover .header__burger::after {
    background: #2657a2 !important;
  }
  .layout-2020 header .header__menu-field-text-active-sub {
    color: #2657a2;
  }
  .layout-2020 header .header__user:hover {
    border-color: #2657a2;
  }
  .layout-2020 header .sub-header__show:hover {
    color: #2657a2 !important;
  }
  .layout-2020 header .sub-header__link:hover {
    border-color: #2657a2;
  }
  .layout-2020 header .sub-header__link_active {
    background-color: #2657a2;
    color: #fff !important;
  }
  .layout-2020 header .sub-header__link_active .sub-header__link-title {
    color: #fff !important;
  }
  .layout-2020 header .sub-header__link_active .sub-header__link-title .dropdown-arrow::before,
  .layout-2020 header .sub-header__link_active .sub-header__link-title .dropdown-arrow::after {
    background-color: #fff;
  }
  .layout-2020 header .sub-header__all-elements-link::before {
    background: url("")
      no-repeat;
  }
  .layout-2020 header .sub-header__dropdown-wrapper::before {
    background: #fff;
  }
  .layout-2020 header .sub-header__dropdown-column-descriptiion {
    color: #000;
  }
  @media (max-width: 767px) {
    .layout-2020 header .sub-header__dropdown-column-descriptiion::after {
      background: #d6dfec;
    }
  }
  .layout-2020 header .sub-header__back-arrow {
    border-color: #2657a2;
  }
  .layout-2020 header .sub-header__back-arrow svg path {
    fill: #2657a2;
  }
  @media (max-width: 767px) {
    .layout-2020 header .sub-header__dropdown-row-descriptiion {
      background-color: #d6dfec;
    }
  }
  .layout-2020 header .sub-header__dropdown-menu {
    background: #fff;
  }
  @media (max-width: 767px) {
    .layout-2020 header .sub-header__dropdown-menu {
      background-color: #d6dfec;
    }
  }
  @media (min-width: 768px) {
    .layout-2020 header .sub-header__dropdown-menu::before {
      background: #fff;
    }
  }
  .layout-2020 header .sub-header__watching-now-title {
    color: #2657a2;
  }
  .layout-2020 .location-popup::before {
    background: #fff;
  }
  .layout-2020 .location-popup__city:hover,
  .layout-2020 .location-popup__active-city {
    color: #2657a2;
  }
  .layout-2020 .location-popup__title {
    color: #000;
  }
  .layout-2020 .search-block::before {
    background: #fff;
  }
  .layout-2020 .search-block__text {
    color: #2657a2;
  }
  .layout-2020 .search-block__input {
    color: #2657a2;
    border-color: #2657a2;
  }
  .layout-2020 .search-block__input::placeholder {
    color: #2657a2;
  }
  .layout-2020 .search-block__search-btn svg path {
    fill: #2657a2;
  }
  .layout-2020 .main-menu-promo svg path {
    fill: inherit;
  }
  .layout-2020:hover {
    border-color: #2657a2;
  }
  .layout-2020 {
    font-family: sans-serif;
  }
  .layout-2020 .search_in_project {
    opacity: 1;
    text-transform: none;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: initial;
    padding: 0 10px;
  }
  .layout-2020 .search_in_project {
    color: #2657a2;
  }
  .layout-2020 .search_in_project label::before {
    border-color: #2657a2;
  }
  .layout-2020 .search_in_project input:checked + label::before {
    background-image: url("") !important;
  }
  .layout-2020 .search_in_project input:active + label::before {
    background-color: inherit !important;
  }
  * {
    box-sizing: border-box;
  }
  a {
    text-decoration: none;
    color: #337ab7;
  }
  a:hover {
    color: #23527c;
    text-decoration: underline;
  }
  .hidden {
    display: none !important;
  }
  input {
    font-family: sans-serif;
  }
  .container {
    padding: 0;
  }
  .row > div[class^='col-']:first-child {
    padding-left: 0;
  }
  .row > div[class^='col-']:last-child {
    padding-right: 0;
  }
  @media (max-width: 732px) {
    .container {
      width: 100%;
    }
    .container .row {
      width: 100%;
      margin: 0;
    }
  }
}

@media all {
  .cls-1 {
    fill: #1c2030;
  }
}

@media all {
  .cls-1 {
    fill: #1c2030;
  }
}

@media all {
  header.page-title .header-background {
    width: 100%;
    height: 100%;
    max-height: 185px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    background: #260702;
  }
  header.page-title .header-background:before {
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    box-shadow: 0 -80px 50px -60px white inset;
  }
  header.page-title .header-background_image {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
  }
  * {
    box-sizing: border-box;
  }
}

.themed img {
  color: #e4cbcc;
}
.themed header.page-title.project-title .header-background::before {
  box-shadow: 0 -80px 50px -60px #260701 inset;
}

@media (max-width: 1023px) {
  header.page-title .header-background {
    max-height: 155px;
  }
}

@media (max-width: 768px) {
  header.page-title .header-background {
    max-height: 185px;
  }
}

@media (max-width: 732px) {
  header.page-title .header-background {
    max-height: 215px;
  }
}

@media (max-width: 520px) {
  header.page-title .header-background {
    max-height: 280px;
  }
}

@media all {
  header.page-title .menu {
    padding: 0 20px 5px;
    line-height: 35px;
    overflow: initial;
  }
  @media (max-width: 732px) {
    header.page-title .menu {
      padding: 0 10px;
    }
  }
  header.page-title .menu ul {
    display: inline-block;
    margin: 0;
    margin-left: -3px;
    margin-right: -11px;
    margin-left: -14px;
    padding: 0;
    vertical-align: top;
    list-style: none;
  }
  @media (max-width: 732px) {
    header.page-title .menu ul {
      margin-left: 0;
    }
  }
  header.page-title .menu ul li {
    display: inline-block;
    margin: 0 11px;
    transition: opacity 0.1s ease-in-out;
  }
  header.page-title .menu ul li:last-child {
    margin-right: 13px;
  }
  @media (max-width: 732px) {
    header.page-title .menu ul li {
      margin-right: 10px;
      line-height: 20px;
    }
  }
  header.page-title .menu ul li a {
    display: block;
    line-height: 21px;
    box-sizing: border-box;
    color: inherit;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.99px;
    padding: 3px;
  }
  @media (max-width: 732px) {
    header.page-title .menu ul li a {
      padding: 0;
    }
  }
  header.page-title .menu ul:hover li:not(:hover) {
    opacity: 0.5;
  }
  header.page-title .menu ul:hover li:not(:hover):hover {
    opacity: 1;
  }
  .main-menu-item {
    position: relative;
    word-break: break-word;
  }
  article header.page-title.project-title .menu {
    padding: 0;
    border-top: 1px solid #ffffff;
    position: relative;
  }
  article header.page-title.project-title .menu:after {
    content: '';
    display: block;
    width: 100%;
    height: 40px;
    background-image: linear-gradient(to bottom, #000, transparent);
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  article header.page-title.project-title .menu ul {
    display: flex;
    flex-flow: row wrap;
    margin: 0 auto;
    margin-top: 12px;
    padding: 0 20px 5px 20px;
    position: relative;
    z-index: 1;
  }
  @media (max-width: 732px) {
    article header.page-title.project-title .menu ul {
      padding: 0 20px;
    }
  }
  article header.page-title.project-title .menu ul li {
    display: flex;
    flex-flow: row wrap;
    margin: 0 2px;
    margin-bottom: 3px;
    transition: none;
  }
  article header.page-title.project-title .menu ul li:last-child {
    margin-right: 2px;
  }
  article header.page-title.project-title .menu ul li a {
    display: flex;
    flex-flow: row nowrap;
    padding: 2px 10px;
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 0.45px;
    text-decoration: none;
    text-transform: uppercase;
    color: inherit;
    border: 1px solid;
    border-color: transparent;
    border-radius: 1px;
    box-sizing: border-box;
    transition: all 0.1s ease-in-out;
  }
  @media (max-width: 732px) {
    article header.page-title.project-title .menu ul li a {
      display: flex;
      flex-flow: row nowrap;
      align-items: flex-start;
      justify-content: flex-start;
    }
  }
  a {
    cursor: pointer;
  }
  a:focus {
    outline: none;
  }
  .itv-content-width {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  @media (min-width: 733px) {
    .itv-content-width {
      width: 1024px;
    }
  }
  @media (min-width: 1600px) {
    .itv-content-width {
      width: 1360px;
    }
  }
  * {
    box-sizing: border-box;
  }
  a {
    text-decoration: none;
    color: #337ab7;
  }
  a:hover {
    color: #23527c;
    text-decoration: underline;
  }
}

.themed a {
  color: #84171e;
  fill: #84171e;
}
.themed a:hover {
  color: #951720;
  fill: #951720;
}
.themed a:active {
  color: #67080e;
  fill: #67080e;
}
.themed header.page-title.project-title .menu {
  border-top: 1px solid transparent;
}
.themed header.page-title.project-title .menu ul li a:hover {
  color: #260701;
  background-color: #951720;
  border-color: #951720;
}
.themed header.page-title.project-title .menu ul li a:active {
  color: #e4cbcc;
  background-color: #67080e;
  border-color: #67080e;
}

.themed .th-color-text {
  color: #e4cbcc;
}

@media (max-width: 390px) {
  article header.page-title.project-title .menu ul li a {
    font-size: 12px;
  }
}

img.header-logo {
  max-width: 50px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  img.header-logo {
    max-width: 35px;
  }
}

.ct {
  background: #260702;
}

.container {
  background: #fff;
}
