/*! Gray v1.6.0 (https://github.com/karlhorky/gray) | MIT */

.grayscale {
  filter: url("");
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-filter: gray;
  filter: gray
}
.grayscale.grayscale-fade {
  transition: -webkit-filter .5s;
  transition: filter .5s;
  transition: filter .5s, -webkit-filter .5s
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .grayscale.grayscale-fade {
    transition: -webkit-filter .5s
  }
}
.grayscale.grayscale-off, .grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0)
}
.grayscale.grayscale-replaced {
  -webkit-filter: none;
  filter: none
}
.grayscale.grayscale-replaced>svg {
  transition: opacity .5s ease;
  opacity: 1
}
.grayscale.grayscale-replaced.grayscale-off>svg, .grayscale.grayscale-replaced.grayscale-fade:hover>svg {
  opacity: 0
}
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
  display: block;
  position: relative;
  color: inherit;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}
.pika-single:before, .pika-single:after {
  content: " ";
  display: table
}
.pika-single:after {
  clear: both
}
.pika-single {
  *zoom: 1
}
.pika-single.is-hidden {
  display: none
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5)
}
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px
}
.pika-title {
  position: relative;
  text-align: center
}
.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0
}
.pika-prev, .pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 32px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0
}
.pika-prev:hover, .pika-next:hover {
  opacity: 1
}
.pika-prev, .is-rtl .pika-next {
  float: left;
  *left: 0
}
.pika-next, .is-rtl .pika-prev {
  float: right;
  background-image: url("../images/7f236b981a013a595f4c8473c99653836ad30816.png");
  *right: 0
}
.pika-prev.is-disabled, .pika-next.is-disabled {
  cursor: default;
  opacity: .2
}
.pika-select {
  display: inline-block;
  *display: inline
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0
}
.pika-table th, .pika-table td {
  width: 14.285714285714286%;
  padding: 0
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center
}
.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5
}
.pika-week {
  font-size: 11px;
  color: #999
}
.is-today .pika-button {
  color: #33aaff;
  font-weight: bold
}
.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px
}
.is-inrange .pika-button {
  background: #D5E9F7
}
.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px
}
.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3
}
.pika-button:hover {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px
}
.pika-table abbr {
  border-bottom: none;
  cursor: help
}
.w1tv-collect-common .w1tv-collect-item, .w1tv-collect-common .w1tv-collect-item:hover, .w1tv-collect-common .w1tv-collect-item:active, .w1tv-collect-common .w1tv-collect-item-content {
  background-color: #257fc7;
  color: #ffffff
}
.th-calendar-default {
  color: #58a6dd
}
.th-calendar-default td:nth-child(n+6) {
  color: #F36583
}
.itv-theme {
  font-family: "PT Sans Caption", Arial, serif;
  width: 312px;
  height: 325px;
  margin: 0 auto
}
.itv-theme table {
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  margin: 10px 0
}
.itv-theme.pika-single {
  color: inherit;
  background: transparent;
  border: 1px solid #96a0a8;
  font-family: "PT Sans Caption", Arial, serif;
  font-size: 18px
}
.itv-theme.pika-single.is-bound {
  box-shadow: none;
  position: relative
}
.itv-theme .pika-label {
  position: relative;
  font-weight: normal;
  border: 1px solid #96a0a8;
  padding: 5px 10px 5px 8px;
  font-size: 16px;
  text-align: left
}
.itv-theme .pika-label:first-child {
  margin-right: 15px;
  width: 127px
}
.itv-theme .pika-label:nth-child(2) {
  width: 90px
}
.itv-theme .pika-label::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 10px;
  height: 10px;
  pointer-events: none;
  background: url("../images/calendar-nib-592a16ab8965df4c3a178c8717479e4f5fe7cb57fe98a0c697725b9dd11271a0.svg") no-repeat center center;
  z-index: 1
}
.itv-theme .pika-select-month {
  width: 100px
}
.itv-theme .pika-lendar {
  width: 312px;
  margin: 0 auto
}
.itv-theme .pika-lendar .pika-title {
  margin-top: 25px
}
.itv-theme .pika-lendar .pika-title select {
  border: none;
  font-size: 16px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}
.itv-theme .pika-button {
  background: none;
  margin: 0;
  font-size: 18px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: inherit;
  font-weight: normal;
  border-radius: 2px;
  border: none !important
}
.itv-theme thead {
  display: none
}
.itv-theme .pika-table th {
  color: inherit
}
.itv-theme .pika-table td {
  width: 30px;
  padding: 5px 10px 5px 0;
  background-clip: content-box
}
.itv-theme .is-selected .pika-button {
  font-weight: bold;
  box-shadow: none
}
.itv-theme .is-inrange, .itv-theme .is-startrange, .itv-theme .is-endrange {
  position: relative
}
.itv-theme .is-inrange::before, .itv-theme .is-startrange::before, .itv-theme .is-endrange::before {
  content: "";
  display: block;
  background-color: #5296db;
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0.2;
  pointer-events: none
}
.itv-theme .is-startrange .pika-button, .itv-theme .is-endrange .pika-button {
  box-shadow: none;
  background-color: #58a6dd;
  color: white
}
.itv-theme td.is-inrange, .itv-theme td.is-startrange {
  padding-right: 0
}
.itv-theme td.is-endrange {
  width: 30px;
  padding-right: 10px
}
.itv-theme .is-endrange {
  display: block;
  width: 36px
}
.itv-theme .pika-button:hover {
  background-color: #6ABBF5;
  color: white
}
.itv-theme .pika-table td:nth-child(n+6) {
  color: #F36583
}
.itv-theme .pika-table td.is-startrange:nth-child(n+6) .pika-button, .itv-theme .pika-table td.is-endrange:nth-child(n+6) .pika-button {
  box-shadow: none;
  background-color: #F36583;
  color: white
}
.itv-theme .pika-table td:nth-child(n+6) .pika-button:hover {
  background-color: #FF9FB3;
  color: white
}
.itv-theme .pika-next, .itv-theme .pika-prev {
  height: 32px;
  width: 20px;
  margin: 0 10px;
  opacity: 1;
  background-image: url("../images/calendar-right-a74dc4b42a0700c6d7256182f2ddbe0c2808e3103c1bfb10b08eef20d85ad048.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 20px;
  border: none !important
}
.itv-theme .pika-next.is-disabled, .itv-theme .pika-prev.is-disabled {
  pointer-events: none
}
.itv-theme .pika-next:hover, .itv-theme .pika-prev:hover {
  background-color: #6ABBF5
}
.itv-theme .pika-next {
  background: url("../images/calendar-right-a74dc4b42a0700c6d7256182f2ddbe0c2808e3103c1bfb10b08eef20d85ad048.svg") no-repeat center center
}
.itv-theme .pika-next:hover {
  background-image: url("../images/calendar-right-white-bb4300be9a2334d2e3a5a392ebd8b99fc8d6483f79309f80f3cd53967e621370.svg")
}
.itv-theme .pika-prev {
  background-image: url("../images/calendar-left-f4ded9f5721b40cf3fca9e56764b0b16841f321a7a1f81c1271a630e8fef2e29.svg")
}
.itv-theme .pika-prev:hover {
  background-image: url("../images/calendar-left-white-c82ff99127eb64f9f906052f91e3975f78564acf2b4c00c74ff93705314cc4cc.svg")
}
.itv-theme .arrow-down {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 15px;
  background: url("../images/calendar-nib-592a16ab8965df4c3a178c8717479e4f5fe7cb57fe98a0c697725b9dd11271a0.svg") no-repeat center center;
  background-size: 10px 10px
}
.itv-theme .pika-table td.is-outside-current-month {
  opacity: 0.8;
  color: gray
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: none
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0)
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block
}
.slick-track:before, .slick-track:after {
  display: table;
  content: ''
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}
[dir='rtl'] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}
.tns-outer {
  padding: 0 !important
}
.tns-outer [hidden] {
  display: none !important
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer
}
.tns-slider {
  transition: all 0s
}
.tns-slider>.tns-item {
  box-sizing: border-box
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap
}
.tns-horizontal.tns-subpixel>.tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal
}
.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both
}
.tns-horizontal.tns-no-subpixel>.tns-item {
  float: left
}
.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
  margin-right: -100%
}
.tns-no-calc {
  position: relative;
  left: 0
}
.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px
}
.tns-gallery>.tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s
}
.tns-gallery>.tns-slide-active {
  position: relative;
  left: auto !important
}
.tns-gallery>.tns-moving {
  transition: all 0.25s
}
.tns-autowidth {
  display: inline-block
}
.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6
}
.tns-lazy-img.tns-complete {
  opacity: 1
}
.tns-ah {
  transition: height 0s
}
.tns-ovh {
  overflow: hidden
}
.tns-visually-hidden {
  position: absolute;
  left: -10000em
}
.tns-transparent {
  opacity: 0;
  visibility: hidden
}
.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0
}
.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1
}
.tns-vpfix {
  white-space: nowrap
}
.tns-vpfix>div, .tns-vpfix>li {
  display: inline-block
}
.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden
}
.tns-t-ct {
  width: 2333.3333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0
}
.tns-t-ct:after {
  content: '';
  display: table;
  clear: both
}
.tns-t-ct>div {
  width: 1.4285714%;
  width: calc(100% / 70);
  height: 10px;
  float: left
}
/*!
 * smartbanner.js v1.13.0 <https://github.com/ain/smartbanner.js>
 * Copyright © 2019 Ain Tohvri, contributors. Licensed under GPL-3.0.
 */

.smartbanner {
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden;
  width: 100%;
  height: 84px;
  background: #f3f3f3;
  font-family: Helvetica, sans, sans-serif
}
.smartbanner__exit {
  position: absolute;
  top: calc(50% - 6px);
  left: 9px;
  display: block;
  margin: 0;
  width: 12px;
  height: 12px;
  border: 0;
  text-align: center
}
.smartbanner__exit::before, .smartbanner__exit::after {
  position: absolute;
  width: 1px;
  height: 12px;
  background: #767676;
  content: ' '
}
.smartbanner__exit::before {
  transform: rotate(45deg)
}
.smartbanner__exit::after {
  transform: rotate(-45deg)
}
.smartbanner__icon {
  position: absolute;
  top: 10px;
  left: 30px;
  width: 64px;
  height: 64px;
  border-radius: 15px;
  background-size: 64px 64px
}
.smartbanner__info {
  position: absolute;
  top: 10px;
  left: 104px;
  display: flex;
  overflow-y: hidden;
  width: 60%;
  height: 64px;
  align-items: center;
  color: #000
}
.smartbanner__info__title {
  font-size: 14px
}
.smartbanner__info__author, .smartbanner__info__price {
  font-size: 12px
}
.smartbanner__button {
  position: absolute;
  top: 32px;
  right: 10px;
  z-index: 1;
  display: block;
  padding: 0 10px;
  min-width: 10%;
  border-radius: 5px;
  background: #f3f3f3;
  color: #1474fc;
  font-size: 18px;
  text-align: center;
  text-decoration: none
}
.smartbanner__button__label {
  text-align: center
}
/*!
 * bootstrap-tokenfield
 * https://github.com/sliptree/bootstrap-tokenfield
 * Copyright 2013-2014 Sliptree and other contributors; Licensed MIT
 */

@-webkit-keyframes blink {
  0% {
    border-color: #ededed
  }
  100% {
    border-color: #b94a48
  }
}
@keyframes blink {
  0% {
    border-color: #ededed
  }
  100% {
    border-color: #b94a48
  }
}
.tokenfield {
  height: auto;
  min-height: 34px;
  padding-bottom: 0px
}
.tokenfield.focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}
.tokenfield .token {
  box-sizing: border-box;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #d9d9d9;
  background-color: #ededed;
  white-space: nowrap;
  margin: -1px 5px 5px 0;
  height: 22px;
  vertical-align: top;
  cursor: default
}
.tokenfield .token:hover {
  border-color: #b9b9b9
}
.tokenfield .token.active {
  border-color: #52a8ec;
  border-color: rgba(82, 168, 236, 0.8)
}
.tokenfield .token.duplicate {
  border-color: #ebccd1;
  -webkit-animation-name: blink;
  animation-name: blink;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}
.tokenfield .token.invalid {
  background: none;
  border: 1px solid transparent;
  border-radius: 0;
  border-bottom: 1px dotted #d9534f
}
.tokenfield .token.idential {
  background: #FBD8DB;
  color: #90111A;
  border: 1px solid #f2acb2;
  border-radius: 0
}
.tokenfield .token.invalid.active {
  background: #ededed;
  border: 1px solid #ededed;
  border-radius: 3px
}
.tokenfield .token .token-label {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 4px;
  vertical-align: top
}
.tokenfield .token .close {
  font-family: Arial;
  display: inline-block;
  line-height: 100%;
  font-size: 1.1em;
  line-height: 1.49em;
  margin-left: 5px;
  float: none;
  height: 100%;
  vertical-align: top;
  padding-right: 4px
}
.tokenfield .token-input {
  background: none;
  width: 60px;
  min-width: 60px;
  border: 0;
  height: 20px;
  padding: 0;
  margin-bottom: 6px;
  box-shadow: none
}
.tokenfield .token-input:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none
}
.tokenfield.disabled {
  cursor: not-allowed;
  background-color: #eeeeee
}
.tokenfield.disabled .token-input {
  cursor: not-allowed
}
.tokenfield.disabled .token:hover {
  cursor: not-allowed;
  border-color: #d9d9d9
}
.tokenfield.disabled .token:hover .close {
  cursor: not-allowed;
  opacity: 0.2;
  filter: alpha(opacity=20)
}
.has-warning .tokenfield.focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}
.has-error .tokenfield.focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}
.has-success .tokenfield.focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}
.tokenfield.input-sm, .input-group-sm .tokenfield {
  min-height: 30px;
  padding-bottom: 0px
}
.input-group-sm .token, .tokenfield.input-sm .token {
  height: 20px;
  margin-bottom: 4px
}
.input-group-sm .token-input, .tokenfield.input-sm .token-input {
  height: 18px;
  margin-bottom: 5px
}
.tokenfield.input-lg, .input-group-lg .tokenfield {
  height: auto;
  min-height: 45px;
  padding-bottom: 4px
}
.input-group-lg .token, .tokenfield.input-lg .token {
  height: 25px
}
.input-group-lg .token-label, .tokenfield.input-lg .token-label {
  line-height: 23px
}
.input-group-lg .token .close, .tokenfield.input-lg .token .close {
  line-height: 1.3em
}
.input-group-lg .token-input, .tokenfield.input-lg .token-input {
  height: 23px;
  line-height: 23px;
  margin-bottom: 6px;
  vertical-align: top
}
.tokenfield.rtl {
  direction: rtl;
  text-align: right
}
.tokenfield.rtl .token {
  margin: -1px 0 5px 5px
}
.tokenfield.rtl .token .token-label {
  padding-left: 0px;
  padding-right: 4px
}
[aria-label][role~="tooltip"] {
  position: relative
}
[aria-label][role~="tooltip"]::before, [aria-label][role~="tooltip"]::after {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  opacity: 0;
  pointer-events: none;
  transition: all var(--microtip-transition-duration, 0.18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
  position: absolute;
  box-sizing: border-box;
  z-index: 10;
  transform-origin: top
}
[aria-label][role~="tooltip"]::before {
  content: "";
  width: 0;
  height: 0
}
[aria-label][role~="tooltip"]::after {
  background-color: rgba(17, 17, 17, 0.9);
  border-radius: 4px;
  color: #ffffff;
  content: attr(aria-label);
  font-size: var(--microtip-font-size, 13px);
  font-weight: var(--microtip-font-weight, normal);
  text-transform: var(--microtip-text-transform, none);
  padding: .5em 1em;
  white-space: nowrap;
  box-sizing: content-box
}
[aria-label][role~="tooltip"]:hover::before, [aria-label][role~="tooltip"]:hover::after, [aria-label][role~="tooltip"]:focus::before, [aria-label][role~="tooltip"]:focus::after {
  opacity: 1;
  pointer-events: auto
}
[role~="tooltip"][data-microtip-position|="top"]::before {
  margin-bottom: 5px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid;
  border-top-color: rgba(17, 17, 17, 0.9)
}
[role~="tooltip"][data-microtip-position|="top"]::after {
  margin-bottom: 11px
}
[role~="tooltip"][data-microtip-position|="top"]::before {
  transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  left: 50%
}
[role~="tooltip"][data-microtip-position|="top"]:hover::before {
  transform: translate3d(-50%, -5px, 0)
}
[role~="tooltip"][data-microtip-position|="top"]::after {
  transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  left: 50%
}
[role~="tooltip"][data-microtip-position="top"]:hover::after {
  transform: translate3d(-50%, -5px, 0)
}
[role~="tooltip"][data-microtip-position="top-left"]::after {
  transform: translate3d(calc(-100% + 16px), 0, 0);
  bottom: 100%
}
[role~="tooltip"][data-microtip-position="top-left"]:hover::after {
  transform: translate3d(calc(-100% + 16px), -5px, 0)
}
[role~="tooltip"][data-microtip-position="top-right"]::after {
  transform: translate3d(calc(0% + -16px), 0, 0);
  bottom: 100%
}
[role~="tooltip"][data-microtip-position="top-right"]:hover::after {
  transform: translate3d(calc(0% + -16px), -5px, 0)
}
[role~="tooltip"][data-microtip-position|="bottom"]::before {
  margin-top: 5px;
  margin-bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid;
  border-bottom-color: rgba(17, 17, 17, 0.9)
}
[role~="tooltip"][data-microtip-position|="bottom"]::after {
  margin-top: 11px
}
[role~="tooltip"][data-microtip-position|="bottom"]::before {
  transform: translate3d(-50%, -10px, 0);
  bottom: auto;
  left: 50%;
  top: 100%
}
[role~="tooltip"][data-microtip-position|="bottom"]:hover::before {
  transform: translate3d(-50%, 0, 0)
}
[role~="tooltip"][data-microtip-position|="bottom"]::after {
  transform: translate3d(-50%, -10px, 0);
  top: 100%;
  left: 50%
}
[role~="tooltip"][data-microtip-position="bottom"]:hover::after {
  transform: translate3d(-50%, 0, 0)
}
[role~="tooltip"][data-microtip-position="bottom-left"]::after {
  transform: translate3d(calc(-100% + 16px), -10px, 0);
  top: 100%
}
[role~="tooltip"][data-microtip-position="bottom-left"]:hover::after {
  transform: translate3d(calc(-100% + 16px), 0, 0)
}
[role~="tooltip"][data-microtip-position="bottom-right"]::after {
  transform: translate3d(calc(0% + -16px), -10px, 0);
  top: 100%
}
[role~="tooltip"][data-microtip-position="bottom-right"]:hover::after {
  transform: translate3d(calc(0% + -16px), 0, 0)
}
[role~="tooltip"][data-microtip-position="left"]::before, [role~="tooltip"][data-microtip-position="left"]::after {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translate3d(10px, -50%, 0)
}
[role~="tooltip"][data-microtip-position="left"]::before {
  margin-right: 5px;
  margin-bottom: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid;
  border-left-color: rgba(17, 17, 17, 0.9)
}
[role~="tooltip"][data-microtip-position="left"]::after {
  margin-right: 11px
}
[role~="tooltip"][data-microtip-position="left"]:hover::before, [role~="tooltip"][data-microtip-position="left"]:hover::after {
  transform: translate3d(0, -50%, 0)
}
[role~="tooltip"][data-microtip-position="right"]::before, [role~="tooltip"][data-microtip-position="right"]::after {
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translate3d(-10px, -50%, 0)
}
[role~="tooltip"][data-microtip-position="right"]::before {
  margin-bottom: 0;
  margin-left: 5px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid;
  border-right-color: rgba(17, 17, 17, 0.9)
}
[role~="tooltip"][data-microtip-position="right"]::after {
  margin-left: 11px
}
[role~="tooltip"][data-microtip-position="right"]:hover::before, [role~="tooltip"][data-microtip-position="right"]:hover::after {
  transform: translate3d(0, -50%, 0)
}
[role~="tooltip"][data-microtip-size="small"]::after {
  white-space: initial;
  width: 80px
}
[role~="tooltip"][data-microtip-size="medium"]::after {
  white-space: initial;
  width: 150px
}
[role~="tooltip"][data-microtip-size="large"]::after {
  white-space: initial;
  width: 260px
}
@font-face {
  font-family: "PT Sans Caption";
  src: url("../fonts/PTC55F_W-7a36533920f27ec67fabf6d57c7fd0c288cad6e2e3baa48209ba9eea14707c7e.ttf")
}
@font-face {
  font-family: "PT Sans";
  src: url("");
  src: url("../fonts/PTSansItalic-4ee1848d1c3d22c38551130a6bbf7223e3c8c18ba61f894ffd1d214e6da5db92.eot") format("embedded-opentype"), url("../fonts/PTSansItalic-6f3334927b866cc5e3ddad98cf89afb5a4ab3ee6c938aea1d5a3e12eac6f1ff9.woff") format("woff"), url("../fonts/PTSansItalic-20d89dd1d739763d3309ecfb94dd90b686b783c47695e0d701ec9570b2e3b6aa.ttf") format("truetype");
  font-style: italic;
  font-weight: normal
}
@font-face {
  font-family: "PT Sans";
  src: url("");
  src: url("../fonts/PTSansRegular-a05cffc553e175b8eb91858de318e82af3c2e0be4118c1f6fbe9e23e7b7706d2.eot") format("embedded-opentype"), url("../fonts/PTSansRegular-2aa1444e4f47fbc4e0cbe35540facfc266e9fac6377e84098f76afd108f956ed.woff") format("woff"), url("../fonts/PTSansRegular-be3fec4dea5545aff509c49699ba802356496a2073f03b4a5bab1f2972017569.ttf") format("truetype");
  font-style: normal;
  font-weight: normal
}
@font-face {
  font-family: "PT Sans";
  src: url("");
  src: url("../fonts/PTSansBold-50649338315a4879a3a430517a79b82f5a75ffdf3fd490b80b82b16206dbf5cd.eot") format("embedded-opentype"), url("../fonts/PTSansBold-03d98337497851f56dc64c9af36851710f57a4bf506d6596988c91efac9409cc.woff") format("woff"), url("../fonts/PTSansBold-00f9d70c8dadced62bf75d7fe7507492d002e953a6b1b0bf494acc600872753c.ttf") format("truetype");
  font-style: normal;
  font-weight: bold
}
@font-face {
  font-family: "PT Sans Narrow";
  src: url("../fonts/PTSansNarrowBold-e69d83bcf5bd647892b4e2b22f5098dabd55c989413513197722fc156fb9f00e.ttf") format("truetype");
  font-style: normal;
  font-weight: bold
}
@font-face {
  font-family: "Roboto";
  src: url("");
  src: url("../fonts/Roboto-Regular.eot") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular-79e851404657dac2106b3d22ad256d47824a9a5765458edb72c9102a45816d95.ttf") format("truetype");
  font-style: normal;
  font-weight: normal
}
@font-face {
  font-family: "Roboto";
  src: url("");
  src: url("../fonts/Roboto-Bold.eot") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold-7d0b991ee3e0be7af01ad7ea8cd2beea6c00a25e679a0226b6737f079aafff86.ttf") format("truetype");
  font-style: normal;
  font-weight: bold
}
@font-face {
  font-family: "element-icons";
  src: url("")
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("");
  src: url("../fonts/montserrat-v15-latin_cyrillic-regular-251cdad9e1095738dec006039bb0451c97a156d075b498efd7c4f8bcc59191c5.eot") format("embedded-opentype"), url("../fonts/montserrat-v15-latin_cyrillic-regular-a354267dabbde19e2d278a8c5fe755c8bb1317137381d8d639e5ec941fb61be6.woff2") format("woff2"), url("../fonts/montserrat-v15-latin_cyrillic-regular-ace2572d60a8d4488f3fa06a268fcc5270d7ca460b0135e830ddfabb51488723.woff") format("woff"), url("../fonts/montserrat-v15-latin_cyrillic-regular-354f8a26a303d0de6ff327004a90915f34c99b955d41cc7519190e0bac7a836c.ttf") format("truetype"), url("../images/montserrat-v15-latin_cyrillic-regular-9f48facbc0a8ec9137ad740f1a61bfdcb7878a5d648ab63de211724716b335e2.svg") format("svg")
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("");
  src: url("../fonts/montserrat-v15-latin_cyrillic-500-ca9cfe39304a3566c5923f188b7436765ff8419f7eddd8ac157cbf2c17c9ea72.eot") format("embedded-opentype"), url("../fonts/montserrat-v15-latin_cyrillic-500-f8aa8ea1a00b19a0a5a4aab0b1c44ccfa44317b418715abb2a3e7b3a20dc888b.woff2") format("woff2"), url("../fonts/montserrat-v15-latin_cyrillic-500-ffa4982c6be527f48ffabcb688a6c047b745b9d0e0852f7f025bf0a3cbfc8b4f.woff") format("woff"), url("../fonts/montserrat-v15-latin_cyrillic-500-495f68d31908fa3d0096aa7871f87636fe41be75def03cf03d1d0c8c585c003e.ttf") format("truetype"), url("../images/montserrat-v15-latin_cyrillic-500-39057687fda42eda0675bb8762ec4d75309da94f49b32234cea11bfea8165881.svg") format("svg")
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("");
  src: url("../fonts/montserrat-v15-latin_cyrillic-600-ff68720b11d6b8a9ff26d3c0eec6345929332c5bfe029aedf125350c4e33ab1b.eot") format("embedded-opentype"), url("../fonts/montserrat-v15-latin_cyrillic-600-99cce4e73afb2ea799f6a12a1ae42ea5745caa0bdd1657a87342591ec627f03a.woff2") format("woff2"), url("../fonts/montserrat-v15-latin_cyrillic-600-14b6cf9a408d4144435a825fa2fc267606e1b9bd9b0481ba752186c722474f80.woff") format("woff"), url("../fonts/montserrat-v15-latin_cyrillic-600-3c9cf47199697ad51da2f48c50bc9b8d14044846ceb47eeb1b65461916674b94.ttf") format("truetype"), url("../images/montserrat-v15-latin_cyrillic-600-949bcb3be0a7ff867c206df58652de4939e63b65d7dc3183ab662739c0f1f694.svg") format("svg")
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("");
  src: url("../fonts/montserrat-v15-latin_cyrillic-700-6fe1bf347f80598eb66bae8edd8574a90758e229593e155bb43214890efc419a.eot") format("embedded-opentype"), url("../fonts/montserrat-v15-latin_cyrillic-700-8d02f59b4e4e552eabbec6b305103fcb1ab3fa9830b64d852a1702ec7d2139fc.woff2") format("woff2"), url("../fonts/montserrat-v15-latin_cyrillic-700-007d690c8853865aee2f884aafc3e569dfb9f54a0067d0537fd53d23d9fee85b.woff") format("woff"), url("../fonts/montserrat-v15-latin_cyrillic-700-5a3d1be7723b6457017e0846b404d8caf21d1ae9fad1e6f78529cb817a80b14f.ttf") format("truetype"), url("../images/montserrat-v15-latin_cyrillic-700-9dca6b9aa63e2952a381e420c3bd457e17515046506a266582916c4646044bee.svg") format("svg")
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 600;
  src: url("");
  src: url("../fonts/montserrat-v15-latin_cyrillic-600italic-d95434d85a01cde8c5dccedca1fac81ee965694ed7ba22d1c4bc6337c68e2309.eot") format("embedded-opentype"), url("../fonts/montserrat-v15-latin_cyrillic-600italic-a2b3826f125e6a6fc9949aee76032fb807c107ac5813b5c663fffa2a207c9d82.woff2") format("woff2"), url("../fonts/montserrat-v15-latin_cyrillic-600italic-7ee514af97a0d422ff79d79bb6576410d0d6ff3211d5e93558418ec4b93c27b4.woff") format("woff"), url("../fonts/montserrat-v15-latin_cyrillic-600italic-ccfb470f7dad009fcf9b16296f71a24a7c40691e7983851fb60777006ffc326b.ttf") format("truetype"), url("../images/montserrat-v15-latin_cyrillic-600italic-c4f897ede0e4d119f50687331be6843e59a00d7c60c23d3eb3a65bb1102d8980.svg") format("svg")
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("");
  src: url("../fonts/montserrat-v15-latin_cyrillic-800-630e2002feddbd64eaffcb04a8c3fb8b547224656eb776f219da989c999f2127.eot") format("embedded-opentype"), url("../fonts/montserrat-v15-latin_cyrillic-800-d3bfa228aa807ab76f9a52767937c672b31a68c95347c4df3f98b79a6514f012.woff2") format("woff2"), url("../fonts/montserrat-v15-latin_cyrillic-800-87380c73deaaa6cd5a67bb7069df8ec11141116d85890203f84679a7cbf40b62.woff") format("woff"), url("../fonts/montserrat-v15-latin_cyrillic-800-6cb5d15afc9a438012fc63fca8077910acc7ffb19970aa6982330bd7a4ec5577.ttf") format("truetype"), url("../images/montserrat-v15-latin_cyrillic-800-e815fb197b5e9766dd4751a675a291e33d4d0016d354787722ba8ead7e468238.svg") format("svg")
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("");
  src: url("../fonts/roboto-v20-latin_cyrillic-300-5388cf8a1e80e7079c738582decedb15a720247d6758b95fedcc6161290a11b2.eot") format("embedded-opentype"), url("../fonts/roboto-v20-latin_cyrillic-300-945a0000752f43ba22d770adbca1d3ebffe54c830f5aaf43349a40600dcf1864.woff2") format("woff2"), url("../fonts/roboto-v20-latin_cyrillic-300-ee0e59d6f10ff5578916c4e22e1c4b1b5335d4371cb90b3cbe7415a265af0094.woff") format("woff"), url("../fonts/roboto-v20-latin_cyrillic-300-99d6cb9c404eec2a827b25a18e97bc292289ebdc4a6fd31027df5fa27d696a99.ttf") format("truetype"), url("../images/roboto-v20-latin_cyrillic-300-70e6369f9bd8828aac01a685fa350fea382251550bfc0de5ebe7163342061c1c.svg") format("svg")
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("");
  src: url("../fonts/roboto-v20-latin_cyrillic-regular-4ececfd52db95a506aff6fc2a645657832b775601f549d217348421fdf92a9a6.eot") format("embedded-opentype"), url("../fonts/roboto-v20-latin_cyrillic-regular-b84ae544e7ffeecf69601bcec8d1f5e33a7ce1976136a09ff46c4659e1bac7be.woff2") format("woff2"), url("../fonts/roboto-v20-latin_cyrillic-regular-a10680d05980f83e562b71b1dfbfcf952dbc2fed805d083b98210db80f122ef7.woff") format("woff"), url("../fonts/roboto-v20-latin_cyrillic-regular-837311edc41b741ecb06d18509cf70c6ba20907be8c7c17671bcf80c0b14a980.ttf") format("truetype"), url("../images/roboto-v20-latin_cyrillic-regular-f23d5a8b97a1078d2c4c8ae90495010fc762986f3eb85e84476c641ee5a72a5b.svg") format("svg")
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("");
  src: url("../fonts/roboto-v20-latin_cyrillic-500-c883dc44358139b9419cbcd876b5d7f0db06e33dcc822e0b8d8abed4c2a0c5f6.eot") format("embedded-opentype"), url("../fonts/roboto-v20-latin_cyrillic-500-2ef153ff60a2b271215ebc2d592694c7e9a617587b79c709a762c5743dc00364.woff2") format("woff2"), url("../fonts/roboto-v20-latin_cyrillic-500-05b77e3bc43221ddb8b391d6555d0faaa4984895d7fe1ed301870a58d6018f06.woff") format("woff"), url("../fonts/roboto-v20-latin_cyrillic-500-1328bdd712f8b133d1b80a96ed4a6f5bcdcf0f6a3c2d1fd8455cdd274ccdd019.ttf") format("truetype"), url("../images/roboto-v20-latin_cyrillic-500-679eb020429b65c21deb42212a49fbdda9be5d985ef55803c2ad83f8c428fbf0.svg") format("svg")
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("");
  src: url("../fonts/roboto-v20-latin_cyrillic-700-a42cfe15c65cbbda565621c2f33d085ca56e824cfa52854e115b2586288c811e.eot") format("embedded-opentype"), url("../fonts/roboto-v20-latin_cyrillic-700-6f3cfe22a37379062037503f2a92084f531e0478d78946ddbadacb13745cd64e.woff2") format("woff2"), url("../fonts/roboto-v20-latin_cyrillic-700-d6665a51dd0b01e49ef8b6077ba364dd7c3e1ac5b8f8ed19cd0234a8864bfd34.woff") format("woff"), url("../fonts/roboto-v20-latin_cyrillic-700-7f46063c2003f0d4df134457be02816780776220a7aed3a121cefc488b00e9da.ttf") format("truetype"), url("../images/roboto-v20-latin_cyrillic-700-90fd3ac31f8553c19f65018e385022cfae140a6341b0cc05d7701a90ad28dde2.svg") format("svg")
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url("");
  src: url("../fonts/roboto-v20-latin_cyrillic-700italic-054143ad582c46fb10ccc453ae818434ba1347be26ba7c03dfb5fc0f587781a9.eot") format("embedded-opentype"), url("../fonts/roboto-v20-latin_cyrillic-700italic-3ccb91d3e06b087d0704e3473c3630897c4712af0fa96ebf28f090085065e5f9.woff2") format("woff2"), url("../fonts/roboto-v20-latin_cyrillic-700italic-8a88ef6361dc1bb94276adbd2fb9d1b78d80c89a3ee513acf361b14ead7b37fd.woff") format("woff"), url("../fonts/roboto-v20-latin_cyrillic-700italic-9e5d8888caf64e6c054627814553ccedb4f2db5efd35ad1d8efe7d272e7d97cf.ttf") format("truetype"), url("../images/roboto-v20-latin_cyrillic-700italic-f3fa251b00cf984bad8c0224de665a2b2c3b3d6d08b64dd601d0ecaed0b3572c.svg") format("svg")
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("");
  src: url("../fonts/roboto-v20-latin_cyrillic-900-98fa11e3536292e9feb61486bc81b893a8133e09a42bdf36aa070f0299e6d410.eot") format("embedded-opentype"), url("../fonts/roboto-v20-latin_cyrillic-900-5e287a7e3267c31d097181efd6b54db3efed12eea8af0bb20a2fc3e211863ee7.woff2") format("woff2"), url("../fonts/roboto-v20-latin_cyrillic-900-8309199bdbe801d959252251a1b79514c4a086ee530f17f177b528b62b036017.woff") format("woff"), url("../fonts/roboto-v20-latin_cyrillic-900-5c58a355c36541e50906792e807a7f9cc1cf0164974e9783b01d91efa205f5d8.ttf") format("truetype"), url("../images/roboto-v20-latin_cyrillic-900-1f626680217362d9a26da9eca11d46a0318b95c5d084fccce55a08ee4971a34c.svg") format("svg")
}
.w1tv-collect-common .w1tv-collect-item, .w1tv-collect-common .w1tv-collect-item:hover, .w1tv-collect-common .w1tv-collect-item:active, .w1tv-collect-common .w1tv-collect-item-content {
  background-color: #257fc7;
  color: #ffffff
}
.w1tv-collect-common .w1tv-collect-item, .w1tv-collect-common .w1tv-collect-item:hover, .w1tv-collect-common .w1tv-collect-item:active, .w1tv-collect-common .w1tv-collect-item-content {
  background-color: #257fc7;
  color: #ffffff
}
body>ul.ui-autocomplete {
  z-index: 101
}
.navbar {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  min-height: 60px;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 101;
  border-radius: 0
}
.navbar .logo {
  width: 50px
}
.navbar ::before, .navbar ::after, .navbar::before, .navbar::after {
  content: none
}
.navbar .placeholder {
  width: 100%;
  height: 0;
  display: none
}
.navbar .info {
  height: 50px;
  line-height: 50px;
  vertical-align: bottom
}
.navbar .info>.content-width {
  line-height: 50px;
  position: relative
}
.navbar .info .logo, .navbar .info .title, .navbar .info .time, .navbar .info .regions, .navbar .info .regions-wrapper, .navbar .info .social-buttons-compact {
  display: inline-block;
  vertical-align: bottom
}
.navbar .info .logo {
  position: relative;
  z-index: 1;
  margin-bottom: -8px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-image: url("../images/logo-ac67852f1625b338f9d1fb96be089d03557d50bfc5790d5f48dc56799f59dec6.svg");
  background-size: 40px 40px;
  background-position: center center
}
.navbar .info .title {
  margin-right: 16px;
  margin-left: 14px;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  color: #05519d;
  letter-spacing: 1.3px;
  text-decoration: none
}
.navbar .info .title:hover {
  text-decoration: none
}
.navbar .info .time {
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #96a0a8
}
.navbar .info .regions {
  line-height: 20px
}
.navbar .info .regions .region {
  cursor: pointer;
  font-size: 13px;
  color: #05519d;
  box-sizing: content-box
}
.navbar .info .regions .region::after {
  content: " ";
  display: inline-block;
  margin-left: 5px;
  width: 8px;
  height: 6px;
  background-image: url("../images/nib-blue-bb09c2b3c592d4c96f46ca91c2647144f30ced097b10c478375aee08b94a17bd.svg");
  background-repeat: no-repeat
}
.navbar .info .regions .region-select-widget {
  display: none
}
.navbar .info .social-buttons-compact {
  position: absolute;
  top: 0;
  right: 15px;
  margin-right: 20px
}
.navbar .info .social-buttons-compact a {
  vertical-align: bottom
}
.navbar .info .social-buttons-compact::after {
  content: "";
  display: block;
  clear: both
}
.navbar .info .social-buttons-compact .all-regions .hidden {
  display: none
}
.navbar .info .navbar-links>ul.nav-left {
  margin-left: 45px;
  padding-left: 5px
}
.navbar .info .navbar-links>a.search {
  display: none
}
.navbar.cloned .navbar-info {
  display: none
}
.navbar .navbar-header {
  margin: -10px 0 0 0;
  line-height: 30px;
  float: left
}
.navbar .navbar-header img {
  float: left
}
.navbar .navbar-header .navbar-toggle {
  display: none;
  cursor: pointer;
  float: right;
  background-color: #ffffff;
  position: relative;
  padding: 9px 10px;
  margin: 0;
  border: 1px solid #000000
}
.navbar .navbar-header .navbar-toggle span.icon-bar {
  background-color: #000000;
  display: block;
  width: 22px;
  height: 2px
}
.navbar .navbar-header .navbar-toggle span.icon-bar+.icon-bar {
  margin-top: 4px
}
.navbar .nav {
  float: none;
  height: 100%
}
.navbar .nav::before {
  content: "";
  display: table
}
.navbar .nav::after {
  content: "";
  clear: both
}
.navbar .nav ul {
  height: 100%;
  list-style-type: none
}
.navbar .nav ul.nav-left {
  padding-left: 0;
  margin: 0;
  float: left;
  max-width: 860px;
  overflow: hidden;
  color: #1b354a;
  white-space: nowrap
}
.navbar .nav ul.nav-left li {
  color: inherit;
  transition: opacity 0.1s ease-in-out
}
.navbar .nav ul.nav-left li.active {
  border: 2px solid #05519d;
  border-radius: 2px;
  background-color: transparent;
  padding: 0 5px;
  margin-right: 8px;
  margin-left: -5px
}
.navbar .nav ul.nav-left li.active a {
  color: #05519d
}
.navbar .nav ul.nav-left:hover li {
  opacity: 0.5
}
.navbar .nav ul.nav-left:hover li:hover {
  opacity: 1;
  color: #2077d0
}
.navbar .nav ul.nav-left:hover li:active {
  color: #01478d
}
.navbar .nav ul.nav-right {
  float: right !important;
  margin: 0;
  padding: 0;
  color: #1b354a
}
.navbar .nav ul.nav-right li {
  margin-right: 0
}
.navbar .nav ul a {
  display: block;
  width: 100%;
  font-size: 14px;
  font-family: "PT Sans", serif;
  font-weight: bold;
  height: 100%;
  line-height: 25px;
  cursor: pointer;
  text-decoration: none;
  color: inherit
}
.navbar .nav ul li {
  height: 100%;
  display: inline-block;
  margin-right: 13px
}
.navbar.cloned {
  position: fixed;
  display: block;
  top: 0;
  margin-top: 0;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 999;
  height: 0;
  padding: 0;
  min-height: 0
}
.navbar .menu {
  position: relative;
  transform: translateZ(0);
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.95);
  transition: height 0.3s ease
}
.navbar .menu .itv-flex-spacer {
  order: 90
}
.navbar .menu>.itv-content-width {
  height: 100%;
  display: flex
}
.navbar .menu .toggle-button {
  position: absolute;
  display: none;
  left: 25px;
  top: 15px;
  width: 34px;
  height: 34px;
  background-image: url("");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer
}
.navbar .menu .toggle-button:active, .navbar .menu .toggle-button.active {
  background-image: url("")
}
.navbar .menu .logo {
  display: inline-block;
  vertical-align: top;
  width: 58px;
  height: 58px;
  background-repeat: no-repeat;
  background-image: url("../images/logo-ac67852f1625b338f9d1fb96be089d03557d50bfc5790d5f48dc56799f59dec6.svg");
  background-position: center center;
  background-size: 30px 30px;
  visibility: hidden
}
.navbar .menu .logo.visible {
  visibility: visible
}
.navbar .menu .links {
  display: inline-block;
  vertical-align: top;
  flex: 0 0 auto;
  margin: 0;
  padding: 0 0 0 7px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  list-style-type: none;
  white-space: nowrap
}
@media (min-width: 733px) {
  .navbar .menu .links {
    display: flex;
    max-width: calc(100% - 118px)
  }
}
.navbar .menu .links:hover .itv-flex-spacer:hover~.main_menu_item .main-menu-item-link {
  opacity: 1
}
.navbar .menu .links:hover .main_menu_item .main-menu-item-link {
  opacity: 0.5
}
.navbar .menu .links:hover .main_menu_item:hover .main-menu-item-link {
  opacity: 1;
  color: #2077d0
}
.navbar .menu .links:hover .main_menu_item:hover~.menu_item_promo {
  opacity: 0.5
}
@media (min-width: 984px) {
  .navbar .menu .links:hover .main_menu_item:hover .shows {
    max-height: 1000px
  }
}
.navbar .menu .links:hover:active {
  color: #01478d
}
.navbar .menu .links li {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-right: 11px;
  line-height: 56px;
  letter-spacing: 0.9px;
  transition: unset
}
@media (max-width: 732px) {
  .navbar .menu .links li {
    position: relative
  }
}
.navbar .menu .links li.menu_item_promo {
  width: 180px;
  overflow: hidden;
  margin-left: -5px;
  margin-right: 0;
  opacity: 0.8;
  transition: opacity 300ms;
  order: 99
}
.navbar .menu .links li.menu_item_promo:hover {
  opacity: 1
}
@media (min-width: 733px) {
  .navbar .menu .links li.menu_item_promo {
    float: right
  }
}
.navbar .menu .links li.menu_item_promo img {
  width: 100%;
  height: auto;
  max-width: 180px;
  max-height: 60px;
  vertical-align: middle
}
.navbar .menu .links li .shows {
  position: absolute;
  display: block;
  overflow: hidden;
  max-height: 0;
  height: auto;
  width: 100%;
  left: 0;
  margin-top: 4px;
  background-color: rgba(255, 255, 255, 0.95);
  transition: max-height 300ms;
  transition-delay: 200ms;
  opacity: 1;
  z-index: 101
}
.navbar .menu .links li .shows:hover {
  transition-delay: 300ms;
  max-height: 1000px
}
.navbar .menu .links li .shows .content-width {
  margin-top: 4px;
  -moz-columns: 4;
  columns: 4;
  -moz-column-width: 215px;
  column-width: 215px;
  padding: 20px 40px 20px 20px
}
.navbar .menu .links li .shows a {
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
  display: block;
  white-space: normal;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #0757a8 !important;
  letter-spacing: 0;
  text-transform: none
}
.navbar .menu .links li .shows a:hover {
  color: #2077D0 !important
}
.navbar .menu .links li .shows a:active {
  color: #01478d !important
}
.navbar .menu .links li .shows a.main-menu-show-all {
  text-transform: uppercase
}
.navbar .menu .links li a {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-size: 14px;
  font-family: "PT Sans", serif;
  font-weight: bold;
  line-height: 25px;
  cursor: pointer;
  color: #1b354a;
  text-decoration: none;
  text-transform: uppercase
}
.navbar .menu .links li.active {
  margin-left: -6px;
  margin-right: 5px
}
.navbar .menu .links li.active>a {
  padding: 0 4px;
  color: #05519d;
  border: 2px solid #05519d;
  border-radius: 3px
}
.navbar .menu .search-button {
  display: block;
  width: 40px;
  height: 40px;
  margin: 10px 10px 0;
  flex: 0 0 auto;
  border-radius: 2px;
  background-image: url("");
  background-repeat: no-repeat;
  background-position: center center;
  background-clip: content-box;
  background-size: 20px 20px
}
.navbar .menu .search-button:not(.mobile):hover {
  background-image: url("");
  background-color: #5296db
}
.navbar .menu .search-button::after {
  content: "";
  display: block;
  clear: both
}
.navbar .menu .search-button.mobile {
  display: none
}
@media (max-width: 732px) {
  .navbar .menu .search-button.mobile {
    display: block
  }
  .navbar .menu .search-button.mobile+.search-button {
    display: none
  }
}
@media (max-width: 732px) {
  .navbar .info {
    display: none;
    height: 0
  }
  .navbar.stashed .menu {
    height: 0;
    overflow: hidden
  }
  .navbar.short {
    position: fixed
  }
  .navbar.stashed {
    top: 0
  }
  .navbar .menu {
    position: relative
  }
  .navbar .menu.menushow ul.links {
    display: block
  }
  .navbar .menu .toggle-button {
    display: block
  }
  .navbar .menu .logo {
    visibility: visible;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto
  }
  .navbar .menu .search-button {
    position: absolute;
    right: 0;
    width: 40px;
    padding: 0;
    margin-right: 20px
  }
  .navbar .menu .search-button:hover {
    margin-right: 20px
  }
  .navbar .menu .search-button.active, .navbar body.error-page .menu a.search-button, body.error-page .navbar .menu a.search-button {
    width: 50px;
    margin-right: 10px !important;
    background-color: transparent;
    background-image: url("")
  }
  .navbar .menu ul.links {
    display: none;
    position: absolute;
    width: 100%;
    max-height: calc(100vh - 60px);
    padding-left: 35px;
    padding-bottom: 50px;
    top: 60px;
    height: auto;
    background-color: white;
    overflow: scroll
  }
  .navbar .menu ul.links li {
    display: block;
    line-height: 40px
  }
  .navbar .menu ul.links li .shows {
    display: none !important
  }
  .navbar .menu ul.links li a {
    width: auto
  }
}
.navbar.short .placeholder {
  display: block
}
.navbar.short .info {
  visibility: hidden
}
.navbar.short .menu {
  position: fixed;
  top: 0;
  transition: top 0.4s ease, height 0.3s ease
}
.navbar.short .menu .logo {
  visibility: visible
}
.navbar:not(.short) .menu .search-button:active, .navbar:not(.short) .menu .search-button.active, .navbar:not(.short) body.error-page .menu a.search-button, body.error-page .navbar:not(.short) .menu a.search-button {
  padding: 0;
  margin: 10px 0 0;
  width: 60px;
  height: 53px;
  background-image: url("");
  background-clip: border-box;
  background-color: #1b354a;
  background-position: center 9px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}
body.error-page .menu .searchbar {
  display: none
}
.navbar .searchbar .search {
  padding: 20px
}
.searchbar {
  background-color: #1b354a;
  position: absolute;
  top: 60px;
  width: 100%;
  min-height: 80px;
  z-index: 100;
  padding: 20px 0
}
.searchbar .search {
  position: relative;
  margin: 0 auto
}
.searchbar .search form {
  position: relative;
  width: 100%
}
.searchbar .search .interactive-button {
  cursor: pointer;
  position: absolute;
  width: 42px;
  height: 32px;
  top: 0;
  right: 0px;
  margin-top: 10px;
  background: transparent url("") no-repeat center top;
  background-size: 20px 20px;
  z-index: 100;
  opacity: 0.8
}
.searchbar .search .interactive-button.search {
  background-image: url("")
}
.searchbar .search .interactive-button:hover {
  opacity: 1
}
.searchbar .search .token-search-input {
  display: flex;
  flex-wrap: wrap;
  min-height: 40px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px 4px 5px;
  border: 1px solid #3d5466;
  background-color: #1b354a;
  outline: 0
}
.searchbar .search .token-search-input .tokens {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 auto;
  max-width: 100%
}
.searchbar .search .token-search-input .q {
  flex: 1 0 auto;
  margin-bottom: 0;
  margin-top: 4px;
  height: 30px;
  min-width: 200px;
  max-width: 100%;
  line-height: 30px;
  align-self: flex-end;
  font-size: 21px;
  color: white;
  background-color: transparent;
  border: none;
  outline: none
}
.searchbar .search .token-search-input .token {
  margin-top: 9px
}
.searchbar .search .token-search-input:placeholder-shown {
  color: #58a6dd;
  text-overflow: ellipsis
}
.searchbar .search .token-search-input:placeholder-shown+.interactive-button {
  display: none
}
.tv-search-token {
  display: block;
  position: relative;
  min-height: 30px;
  margin: 4px 4px 0 4px;
  margin-left: 0;
  padding: 0 30px 0 10px;
  font-size: 17px;
  line-height: 30px;
  font-weight: bold;
  background-color: #41789f;
  color: white;
  border-radius: 2px;
  cursor: default
}
.tv-search-token:focus {
  background-color: #2196f3;
  outline: none
}
.tv-search-token--date {
  font-size: 16px;
  background-color: transparent;
  border: 1px solid #4c82a8;
  font-weight: normal
}
.tv-search-token--date::before {
  content: url("");
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px
}
.tv-search-token .tv_token_remove {
  display: block;
  position: absolute;
  right: 5px;
  top: 0;
  background-image: url("../images/close-08b63a1fd5e72d487d7e8728d54f87f02e07d1bb5ec6fdb2aab91c6c03ee9094.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 10px;
  width: 15px;
  height: 100%;
  cursor: pointer
}
.main-menu-item.active {
  border-color: #05519d
}
header.page-title {
  color: #05519d;
  background-color: white
}
header.page-title {
  position: relative;
  z-index: 4
}
@media (max-width: 983px) {
  header.page-title {
    z-index: 110
  }
}
header.page-title .promo {
  height: auto;
  min-height: 60px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden
}
@media (max-width: 732px) {
  header.page-title .promo {
    min-height: 45px;
    padding: 0 20px
  }
}
header.page-title .promo>div {
  position: relative
}
header.page-title .promo .title {
  max-width: 100%;
  padding-left: 20px
}
@media (max-width: 732px) {
  header.page-title .promo .title {
    max-width: calc(100% - 40px);
    padding-left: 0
  }
}
header.page-title .promo .title .title__text, header.page-title .promo .title .title__link {
  display: inline-block;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 1px;
  color: inherit;
  float: left;
  text-transform: uppercase;
  text-decoration: none
}
header.page-title .promo .title .title__text:hover, header.page-title .promo .title .title__text:active, header.page-title .promo .title .title__link:hover, header.page-title .promo .title .title__link:active {
  text-decoration: none
}
header.page-title .promo .title .title__link {
  word-break: break-word
}
header.page-title .promo .title .title__text {
  margin-top: 10px;
  margin-right: 7px
}
@media (max-width: 732px) {
  header.page-title .promo .title .title__text {
    float: none !important;
    margin-bottom: 0
  }
  header.page-title .promo .title .title h1.title {
    display: block;
    float: none;
    font-size: 18px;
    line-height: 22px
  }
  header.page-title .promo .title .title span {
    display: none;
    margin-top: 0;
    font-size: 17px !important;
    line-height: 25px !important;
    padding-right: 45px
  }
  header.page-title .promo .title .message:empty {
    display: none
  }
}
header.page-title .promo .title__message {
  display: inline-block;
  float: none;
  margin-top: 15px;
  vertical-align: top;
  opacity: 0.5;
  line-height: normal;
  color: inherit;
  font-size: 16px;
  font-weight: normal;
  text-transform: none
}
header.page-title .promo .age_restriction {
  width: 60px;
  margin: 20px 0 0 0;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 10px
}
header.page-title .promo .age_restriction .age-pill {
  display: block;
  width: 40px;
  margin: 0 auto;
  padding: 1px 5px 1px 5px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center
}
@media (max-width: 732px) {
  header.page-title .promo .age_restriction {
    top: 0;
    right: 0
  }
  header.page-title .promo .age_restriction .pill {
    margin: 0 0 0 auto
  }
}
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 li.active a {
  margin-left: -7px;
  padding: 0 6px;
  border: 2px solid;
  border-radius: 3px
}
header.page-title .menu ul:hover li:not(:hover) {
  opacity: 0.5
}
header.page-title .menu ul:hover li:not(:hover):hover {
  opacity: 1
}
header.page-title .header-background {
  width: 100%;
  height: 100%;
  max-height: 250px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden
}
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
}
header.page-title .presenter-photo, header.page-title .project-logotype {
  display: flex;
  justify-content: flex-end
}
header.page-title .presenter-photo_image, header.page-title .project-logotype_image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block
}
header.page-title .project-logotype {
  align-items: flex-start
}
header.page-title .project-logotype_image {
  width: 100%
}
header.page-title .presenter-photo {
  align-items: flex-end;
  width: 312px;
  height: 150px;
  margin-right: 24px;
  margin-left: auto
}
header.page-title .project-logotype {
  width: 228px;
  height: 120px;
  margin-top: 20px
}
header.page-title .message-container {
  display: table;
  height: 100px;
  width: 100%;
  background-color: white
}
header.page-title .message-container .message {
  display: table-cell;
  vertical-align: middle;
  line-height: 35px;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
  color: #05519d
}
header.page-title a.message {
  display: block;
  text-decoration: none;
  text-align: center;
  margin: 10px 0
}
header.page-title #navbar-links {
  display: none
}
header.page-title #navbar-links.show {
  display: block
}
header.page-title #navbar-links ul.nav-left, header.page-title #navbar-links ul.nav-right {
  float: none !important;
  display: block;
  padding-left: 0
}
header.page-title #navbar-links ul.nav-left li, header.page-title #navbar-links ul.nav-right li {
  margin: 0;
  background-color: #ffffff;
  float: none;
  display: block
}
header.page-title #navbar-links ul.nav-left li.active, header.page-title #navbar-links ul.nav-right li.active {
  margin-left: -7px
}
header.page-title #navbar-links ul.nav-left.nav-right, header.page-title #navbar-links ul.nav-right.nav-right {
  border-top: 1px solid black
}
header.page-title #navbar-links ul.nav-left.nav-right li, header.page-title #navbar-links ul.nav-right.nav-right li {
  width: 100%;
  height: 30px
}
header.page-title #navbar-links ul.nav-left.nav-right li a.search, header.page-title #navbar-links ul.nav-right.nav-right li a.search {
  margin-left: 0
}
.main-alert {
  display: none;
  position: relative;
  width: 100%;
  min-height: 70px;
  font-size: 22px;
  line-height: 30px;
  color: white;
  font-weight: bold
}
.main-alert.display {
  display: block
}
.main-alert .alert-container {
  padding-right: 40px;
  max-width: 984px;
  margin: 0 auto;
  position: relative
}
.main-alert a, .main-alert .alert_without-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  padding-right: 0;
  color: inherit;
  text-decoration: none;
  outline: 0
}
.main-alert a:hover, .main-alert .alert_without-link:hover {
  color: white;
  text-decoration: underline
}
.main-alert a span::after, .main-alert .alert_without-link span::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("") no-repeat center center;
  vertical-align: middle;
  margin-left: 20px;
  margin-top: -5px
}
.main-alert .alert_without-link:hover {
  text-decoration: none
}
.main-alert span.close {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  width: 40px;
  height: 100%;
  opacity: 0.5;
  background: url("../images/close-08b63a1fd5e72d487d7e8728d54f87f02e07d1bb5ec6fdb2aab91c6c03ee9094.svg") no-repeat center center;
  background-size: 22px 22px;
  cursor: pointer
}
.main-alert span.close:hover {
  opacity: 1
}
.main-menu__submenu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  z-index: 2;
  opacity: 0;
  font-size: 16px;
  overflow: hidden;
  outline: 0
}
.main-menu-item {
  position: relative;
  word-break: break-word
}
nav.navbar {
  position: relative
}
@media (max-width: 732px) {
  .container {
    width: 100%
  }
  .container .row {
    width: 100%;
    margin: 0
  }
}
article header.page-title.project-title .promo-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between
}
article header.page-title.project-title .promo {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  height: 150px;
  padding: 0 20px;
  position: relative
}
@media (max-width: 732px) {
  article header.page-title.project-title .promo {
    height: auto;
    padding-bottom: 15px
  }
}
article header.page-title.project-title .promo:before {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.4), transparent);
  opacity: 0.4;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0
}
article header.page-title.project-title .promo .title {
  max-width: 43%;
  margin-left: 13px;
  margin-right: 20px;
  padding: 0;
  padding-top: 20px
}
@media (max-width: 732px) {
  article header.page-title.project-title .promo .title {
    max-width: 100%;
    padding-top: 5px
  }
}
article header.page-title.project-title .promo .title:hover span {
  text-decoration: none
}
article header.page-title.project-title .promo .title .title__text, article header.page-title.project-title .promo .title .title__link {
  margin-right: 0;
  font-family: "Roboto";
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1.3px
}
article header.page-title.project-title .promo .title .title__text .nowrap, article header.page-title.project-title .promo .title .title__link .nowrap {
  position: relative
}
@media (max-width: 732px) {
  article header.page-title.project-title .promo .title .title__text, article header.page-title.project-title .promo .title .title__link {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 1px
  }
}
@media (min-width: 1600px) {
  article header.page-title.project-title .promo .title .title__text, article header.page-title.project-title .promo .title .title__link {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 1.5px
  }
}
article header.page-title.project-title .promo .title__message {
  display: none;
  visibility: hidden
}
article header.page-title.project-title .promo .age_restriction {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 20px;
  margin: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  right: auto;
  transform: translateY(-50%)
}
article header.page-title.project-title .promo .age_restriction .age-pill {
  width: auto;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.4);
  font-family: "PT Sans", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -1px;
  text-transform: uppercase;
  background: none;
  border-radius: 0
}
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, article header.page-title.project-title .menu ul li button.sub-menu-toggle {
  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, article header.page-title.project-title .menu ul li button.sub-menu-toggle {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: flex-start
  }
}
article header.page-title.project-title .menu ul li .menu-icon {
  margin-right: 10px;
  max-width: 26px;
  overflow: visible
}
article header.page-title.project-title .menu ul li svg, article header.page-title.project-title .menu ul li img {
  display: block;
  width: auto;
  height: 24px
}
article header.page-title.project-title .menu ul li.active a {
  margin: 0;
  color: #05519d;
  background-color: #ffffff;
  border-color: #ffffff
}
article header.page-title.project-title .sub-menu {
  position: static;
  display: inline-block
}
article header.page-title.project-title .sub-menu button.sub-menu-toggle {
  margin: 0;
  background: none;
  position: relative
}
article header.page-title.project-title .sub-menu button.sub-menu-toggle:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background: transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-bottom-color: #05519d;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
  opacity: 0;
  transition: opacity 0.2s
}
@media (min-width: 984px) {
  article header.page-title.project-title .sub-menu button.sub-menu-toggle:hover:before {
    opacity: 1
  }
  article header.page-title.project-title .sub-menu button.sub-menu-toggle:hover+.secondary_submenu {
    max-height: 1000px;
    padding-top: 5px
  }
}
@media (min-width: 984px) {
  article header.page-title.project-title .sub-menu:hover>.secondary_submenu {
    max-height: 1000px;
    padding-top: 5px
  }
  article header.page-title.project-title .sub-menu:hover .sub-menu-toggle:before {
    opacity: 1
  }
}
@media (max-width: 983px) {
  article header.page-title.project-title .sub-menu.opened {
    opacity: 1 !important
  }
  article header.page-title.project-title .sub-menu.opened>.secondary_submenu {
    max-height: 1000px;
    padding-top: 5px;
    overflow-y: scroll
  }
  article header.page-title.project-title .sub-menu.opened .sub-menu-toggle:before {
    opacity: 1
  }
  article header.page-title.project-title .sub-menu.opened button.sub-menu-toggle:before {
    opacity: 1
  }
  article header.page-title.project-title .sub-menu.opened button.sub-menu-toggle+.secondary_submenu {
    max-height: 1000px;
    padding-top: 5px
  }
}
@media (max-width: 732px) {
  article header.page-title.project-title .sub-menu.opened>.secondary_submenu {
    max-height: none;
    overflow-y: hidden
  }
}
article header.page-title.project-title .sub-menu .secondary_submenu:hover+button.sub-menu-toggle:before {
  opacity: 1
}
article header.page-title.project-title .sub-menu .secondary_submenu {
  width: 100%;
  height: auto;
  max-height: 0;
  margin-top: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  z-index: 10;
  transition: all 0.2s
}
@media (max-width: 732px) {
  article header.page-title.project-title .sub-menu .secondary_submenu {
    top: calc(100% - 5px)
  }
}
article header.page-title.project-title .sub-menu .secondary_submenu.bound-right {
  left: auto;
  right: -33px
}
article header.page-title.project-title .sub-menu .secondary_submenu hr.fat {
  margin: 0
}
article header.page-title.project-title .sub-menu .secondary_submenu_wrapper {
  margin-top: 4px;
  -moz-columns: 4;
  columns: 4;
  -moz-column-width: 215px;
  column-width: 215px;
  padding: 7px 40px 25px 0px
}
@media (max-width: 732px) {
  article header.page-title.project-title .sub-menu .secondary_submenu_wrapper {
    padding-left: 19px
  }
}
@media (min-width: 1600px) {
  article header.page-title.project-title .sub-menu .secondary_submenu_wrapper {
    padding: 7px 40px 20px 20px
  }
}
article header.page-title.project-title .sub-menu .secondary_submenu .submenu-item {
  display: block;
  white-space: normal;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column
}
article header.page-title.project-title .sub-menu .secondary_submenu .submenu-item a {
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none
}
article.branded header.project-title .promo .title {
  margin-left: 9px
}
article.branded header.project-title .menu>ul {
  margin-right: -11px;
  margin-left: 0;
  padding-left: 17px
}
.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
}
section.region-select-widget {
  background-color: #ffffff;
  padding: 0 24px 40px 24px
}
section.region-select-widget header {
  height: 70px;
  display: flex;
  justify-content: space-between
}
@media (max-width: 732px) {
  section.region-select-widget header {
    height: 50px
  }
}
section.region-select-widget header p {
  font-size: 16px;
  opacity: 0.5;
  margin-top: 20px
}
section.region-select-widget header .close {
  cursor: pointer;
  align-self: center;
  width: 30px;
  height: 30px;
  background-image: url("../images/close-08b63a1fd5e72d487d7e8728d54f87f02e07d1bb5ec6fdb2aab91c6c03ee9094.svg");
  background-position: center;
  background-repeat: no-repeat
}
section.region-select-widget .regions {
  -moz-columns: 3;
  columns: 3
}
@media (max-width: 732px) {
  section.region-select-widget .regions {
    -moz-columns: 2;
    columns: 2
  }
}
section.region-select-widget .regions p {
  margin: 2px 0;
  display: inline-block;
  width: 100%
}
section.region-select-widget .regions p .region {
  display: inline-block;
  margin-left: -7px;
  padding: 5px 7px;
  cursor: pointer;
  font-size: 14px;
  color: #05519d
}
section.region-select-widget .regions p .region:hover {
  color: #348bcd
}
section.region-select-widget .regions p .region:active {
  color: #01478d
}
section.region-select-widget .regions p .region.active {
  border: 1px solid #05519d;
  border-radius: 2px
}
@media (max-width: 732px) {
  .navbar .menu .links .main_menu_item__regions {
    display: block;
    margin-right: 0;
    margin-left: -35px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 35px;
    border-top: 0.1px solid #e5e5e5;
    border-bottom: 0.1px solid #e5e5e5;
    line-height: 20px
  }
  .navbar .menu .links .main_menu_item__regions .region {
    cursor: pointer;
    font-size: 13px;
    letter-spacing: 0;
    color: #05519d;
    box-sizing: content-box
  }
  .navbar .menu .links .main_menu_item__regions .region::after {
    content: " ";
    display: inline-block;
    margin-left: 5px;
    width: 8px;
    height: 6px;
    background-image: url("../images/nib-blue-bb09c2b3c592d4c96f46ca91c2647144f30ced097b10c478375aee08b94a17bd.svg");
    background-repeat: no-repeat
  }
  .navbar .menu .links .main_menu_item__regions .region-select-widget {
    display: none
  }
}
@media (min-width: 733px) {
  .navbar .menu .links .main_menu_item__regions {
    display: none;
    visibility: collapse
  }
}
.w1tv-collect-common .w1tv-collect-item, .w1tv-collect-common .w1tv-collect-item:hover, .w1tv-collect-common .w1tv-collect-item:active, .w1tv-collect-common .w1tv-collect-item-content {
  background-color: #257fc7;
  color: #ffffff
}
main:not(.index-page) .header-schedule {
  display: none
}
.header-schedule {
  position: relative;
  width: 100%;
  transition: all 300ms;
  max-height: 500px;
  overflow: hidden;
  min-height: 30px
}
.header-schedule.noheight {
  max-height: 0;
  min-height: 0
}
.header-schedule .previous, .header-schedule .next {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 160px;
  color: white;
  transition: all 300ms
}
.header-schedule .previous.next .card .splash .image::after, .header-schedule .next.next .card .splash .image::after {
  display: none
}
.header-schedule .previous .card, .header-schedule .next .card {
  width: 480px;
  padding: 20px 0
}
@media (min-width: 1600px) {
  .header-schedule .previous .card, .header-schedule .next .card {
    width: 648px;
    display: flex
  }
  .header-schedule .previous .card .splash, .header-schedule .next .card .splash {
    flex: 0 0 auto
  }
  .header-schedule .previous .card .text, .header-schedule .next .card .text {
    flex: 1 1 auto;
    overflow: hidden;
    max-width: 100%
  }
  .header-schedule .previous .card .text .wrapper .title, .header-schedule .next .card .text .wrapper .title {
    max-width: calc(100% - 60px);
    width: 100% !important
  }
}
.header-schedule .previous .splash, .header-schedule .next .splash {
  display: inline-block;
  width: 144px
}
.header-schedule .previous .splash .image, .header-schedule .next .splash .image {
  position: relative;
  width: 100%;
  height: 81px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat
}
.header-schedule .previous .splash .image:not(.no-image), .header-schedule .next .splash .image:not(.no-image) {
  background-color: black
}
.header-schedule .previous .splash .image::after, .header-schedule .next .splash .image::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  right: 10px;
  bottom: 10px;
  background-image: url("../images/play-icon-4e126a4b2d6a86eb9fcb14fb79a451e190b4ff18362d3d7d6f3eed8299924ef7.svg")
}
.header-schedule .previous .splash .image.no-image::after, .header-schedule .next .splash .image.no-image::after {
  display: none !important
}
.header-schedule .previous .splash .info, .header-schedule .next .splash .info {
  width: 100%;
  height: 40px;
  font-size: 18px;
  line-height: 20px;
  text-align: center
}
.header-schedule .previous .splash .info .time, .header-schedule .next .splash .info .time {
  display: inline-block;
  width: 60px;
  line-height: 40px;
  background-color: white;
  color: #0757a8;
  font-weight: bold
}
.header-schedule .previous .splash .info .time-label, .header-schedule .next .splash .info .time-label {
  display: inline-block;
  width: 84px;
  height: 100%;
  line-height: 40px;
  background-color: #3979b9;
  color: white
}
.header-schedule .previous .splash .info .time-label-short, .header-schedule .next .splash .info .time-label-short {
  display: none
}
.header-schedule .previous .text, .header-schedule .next .text {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 312px;
  height: 121px;
  margin-left: 24px;
  font-size: 18px;
  line-height: 20px
}
.header-schedule .previous .text .wrapper, .header-schedule .next .text .wrapper {
  width: 100%;
  height: 100%
}
.header-schedule .previous .text .wrapper .title, .header-schedule .next .text .wrapper .title {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 252px;
  height: 82px;
  font-weight: bold;
  overflow: hidden
}
.header-schedule .previous .text .wrapper .title::after, .header-schedule .next .text .wrapper .title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0
}
.header-schedule .previous .text .wrapper .age:not(:empty), .header-schedule .next .text .wrapper .age:not(:empty) {
  display: inline-block;
  margin-left: 10px;
  margin-right: 20px;
  width: 30px;
  height: 20px;
  border: 1px solid #c4d2de;
  border-radius: 1px;
  font-size: 13px;
  opacity: 0.5;
  text-align: center
}
.header-schedule .previous .text button, .header-schedule .next .text button {
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 228px;
  border: none;
  background-color: white;
  color: #0757a8;
  opacity: 0.95;
  transition: opacity 300ms
}
.header-schedule .previous .text button:hover, .header-schedule .next .text button:hover {
  opacity: 1;
  border-color: white
}
.header-schedule .previous .text button:active, .header-schedule .next .text button:active {
  opacity: 1;
  border-color: white
}
.header-schedule .previous .text button .icon, .header-schedule .next .text button .icon {
  vertical-align: middle;
  margin-top: -2px;
  background-image: url("../images/playicon-blue-4a640670c99f2caa7371a795dc13e933ac25855a53c62c494914525ffd78a9e1.svg")
}
.header-schedule .previous {
  background-color: #0757a8
}
.header-schedule .previous .header-schedule--show-timezone-hint.card .splash::after {
  content: "";
  display: block;
  color: white;
  opacity: 0.5;
  font-size: 13px;
  width: 300px
}
.header-schedule .previous .header-schedule--show-timezone-hint.card .splash.splash-for-orbit_0::after {
  content: "В телепрограмме указано московское время."
}
.header-schedule .previous .header-schedule--show-timezone-hint.card .splash.splash-for-orbit_3::after {
  content: "В телепрограмме указано красноярское время."
}
.header-schedule .previous .card {
  float: right
}
.header-schedule .previous .card .title::after {
  box-shadow: 0 0 10px 10px #0757a8
}
.header-schedule .next {
  background-color: #1f7ac2
}
.header-schedule .next .card {
  width: 502px;
  padding-left: 22px
}
@media (min-width: 1600px) {
  .header-schedule .next .card {
    width: 648px
  }
}
.header-schedule .next .card .splash .info .time-label {
  background-color: #4c95ce
}
.header-schedule .next .card .title::after {
  box-shadow: 0 0 10px 10px #1f7ac2
}
.header-schedule button.index-schedule-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
  background-image: url("")
}
.header-schedule.short .previous .header-schedule--show-timezone-hint.card .splash-for-orbit_0 .info .time::after, .header-schedule.short .next .header-schedule--show-timezone-hint.card .splash-for-orbit_0 .info .time::after {
  content: " Мск"
}
.header-schedule.short .previous .header-schedule--show-timezone-hint.card .splash-for-orbit_3 .info .time::after, .header-schedule.short .next .header-schedule--show-timezone-hint.card .splash-for-orbit_3 .info .time::after {
  content: " Крск"
}
.header-schedule.short button.index-schedule-arrow {
  transform: rotate(180deg)
}
.header-schedule.short .previous, .header-schedule.short .next {
  height: 30px
}
.header-schedule.short .previous .card, .header-schedule.short .next .card {
  padding: 0
}
.header-schedule.short .previous .card .image, .header-schedule.short .previous .card .time-label, .header-schedule.short .previous .card button, .header-schedule.short .previous .card .age, .header-schedule.short .next .card .image, .header-schedule.short .next .card .time-label, .header-schedule.short .next .card button, .header-schedule.short .next .card .age {
  display: none !important
}
.header-schedule.short .previous .card .splash::after, .header-schedule.short .previous .card .splash.splash-for-orbit_0::after, .header-schedule.short .previous .card .splash.splash-for-orbit_3::after, .header-schedule.short .next .card .splash::after, .header-schedule.short .next .card .splash.splash-for-orbit_0::after, .header-schedule.short .next .card .splash.splash-for-orbit_3::after {
  content: none
}
.header-schedule.short .previous .card .info, .header-schedule.short .previous .card .text, .header-schedule.short .next .card .info, .header-schedule.short .next .card .text {
  display: inline-block;
  width: auto;
  height: 30px
}
.header-schedule.short .previous .card .info .time, .header-schedule.short .previous .card .text .time, .header-schedule.short .next .card .info .time, .header-schedule.short .next .card .text .time {
  display: inline-block;
  vertical-align: top;
  width: auto;
  background-color: transparent;
  color: white;
  font-size: 13px;
  line-height: 30px;
  font-weight: bold
}
.header-schedule.short .previous .card .info .time-label-short, .header-schedule.short .previous .card .text .time-label-short, .header-schedule.short .next .card .info .time-label-short, .header-schedule.short .next .card .text .time-label-short {
  display: inline-block;
  margin-left: 5px;
  color: white;
  font-size: 14px;
  line-height: 28px;
  height: 30px;
  opacity: 0.7;
  vertical-align: top
}
.header-schedule.short .previous .card .splash, .header-schedule.short .next .card .splash {
  width: auto
}
.header-schedule.short .previous .card .text, .header-schedule.short .next .card .text {
  margin: 0
}
.header-schedule.short .previous .card .text .wrapper .title, .header-schedule.short .next .card .text .wrapper .title {
  width: 295px;
  height: 30px;
  margin-left: 10px;
  font-size: 14px;
  line-height: 28px;
  font-weight: bold;
  white-space: nowrap
}
.header-schedule.short .previous .card .text .wrapper .title::after, .header-schedule.short .next .card .text .wrapper .title::after {
  bottom: auto;
  right: 0;
  width: 0;
  top: 0;
  height: 100%
}
.header-schedule.short .next .card {
  padding: 0 0 0 35px;
  cursor: default
}
@media (max-width: 732px) {
  .header-schedule .previous .header-schedule--show-timezone-hint.card .splash-for-orbit_0 .info .time::after, .header-schedule .next .header-schedule--show-timezone-hint.card .splash-for-orbit_0 .info .time::after {
    content: " Мск"
  }
  .header-schedule .previous .header-schedule--show-timezone-hint.card .splash-for-orbit_3 .info .time::after, .header-schedule .next .header-schedule--show-timezone-hint.card .splash-for-orbit_3 .info .time::after {
    content: " Крск"
  }
  .header-schedule button.index-schedule-arrow {
    transform: rotate(180deg)
  }
  .header-schedule .previous, .header-schedule .next {
    height: 30px
  }
  .header-schedule .previous .card, .header-schedule .next .card {
    padding: 0
  }
  .header-schedule .previous .card .image, .header-schedule .previous .card .time-label, .header-schedule .previous .card button, .header-schedule .previous .card .age, .header-schedule .next .card .image, .header-schedule .next .card .time-label, .header-schedule .next .card button, .header-schedule .next .card .age {
    display: none !important
  }
  .header-schedule .previous .card .splash::after, .header-schedule .previous .card .splash.splash-for-orbit_0::after, .header-schedule .previous .card .splash.splash-for-orbit_3::after, .header-schedule .next .card .splash::after, .header-schedule .next .card .splash.splash-for-orbit_0::after, .header-schedule .next .card .splash.splash-for-orbit_3::after {
    content: none
  }
  .header-schedule .previous .card .info, .header-schedule .previous .card .text, .header-schedule .next .card .info, .header-schedule .next .card .text {
    display: inline-block;
    width: auto;
    height: 30px
  }
  .header-schedule .previous .card .info .time, .header-schedule .previous .card .text .time, .header-schedule .next .card .info .time, .header-schedule .next .card .text .time {
    display: inline-block;
    vertical-align: top;
    width: auto;
    background-color: transparent;
    color: white;
    font-size: 13px;
    line-height: 30px;
    font-weight: bold
  }
  .header-schedule .previous .card .info .time-label-short, .header-schedule .previous .card .text .time-label-short, .header-schedule .next .card .info .time-label-short, .header-schedule .next .card .text .time-label-short {
    display: inline-block;
    margin-left: 5px;
    color: white;
    font-size: 14px;
    line-height: 28px;
    height: 30px;
    opacity: 0.7;
    vertical-align: top
  }
  .header-schedule .previous .card .splash, .header-schedule .next .card .splash {
    width: auto
  }
  .header-schedule .previous .card .text, .header-schedule .next .card .text {
    margin: 0
  }
  .header-schedule .previous .card .text .wrapper .title, .header-schedule .next .card .text .wrapper .title {
    width: 295px;
    height: 30px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
    white-space: nowrap
  }
  .header-schedule .previous .card .text .wrapper .title::after, .header-schedule .next .card .text .wrapper .title::after {
    bottom: auto;
    right: 0;
    width: 0;
    top: 0;
    height: 100%
  }
  .header-schedule .next .card {
    padding: 0 0 0 35px;
    cursor: default
  }
}
@media (max-width: 732px) {
  .index-schedule-arrow, .header-schedule .previous .card .image, .header-schedule .previous .card .time-label, .header-schedule .previous .card button, .header-schedule .previous .card .age, .header-schedule .next .card .image, .header-schedule .next .card .time-label, .header-schedule .next .card button, .header-schedule .next .card .age {
    display: none
  }
  .header-schedule .previous, .header-schedule .next, .header-schedule.short .previous, .header-schedule.short .next {
    display: block;
    width: 100%;
    height: auto !important;
    overflow: hidden
  }
  .header-schedule .previous .card, .header-schedule .next .card, .header-schedule.short .previous .card, .header-schedule.short .next .card {
    width: 100%;
    padding: 5px 24px;
    min-height: 60px
  }
  .header-schedule .previous .card .info, .header-schedule .next .card .info, .header-schedule.short .previous .card .info, .header-schedule.short .next .card .info {
    height: 20px
  }
  .header-schedule .previous .card .text, .header-schedule .next .card .text, .header-schedule.short .previous .card .text, .header-schedule.short .next .card .text {
    display: block;
    height: auto
  }
  .header-schedule .previous .card .text .wrapper .title, .header-schedule .next .card .text .wrapper .title, .header-schedule.short .previous .card .text .wrapper .title, .header-schedule.short .next .card .text .wrapper .title {
    margin-left: 0;
    width: 100%;
    height: auto;
    line-height: 20px;
    white-space: normal
  }
  .header-schedule .previous .card .text .wrapper .title::after, .header-schedule .next .card .text .wrapper .title::after, .header-schedule.short .previous .card .text .wrapper .title::after, .header-schedule.short .next .card .text .wrapper .title::after {
    content: none
  }
}
.col-md-12 .bigpromo .cards .card, article.show-main .bigpromo .cards .card {
  height: 400px;
  width: 711px
}
.col-md-8 .bigpromo .cards .card, article.show-main .col-md-8 .bigpromo .cards .card {
  height: 316px;
  width: 648px
}
.bigpromo {
  width: 100%;
  background-color: black
}
.bigpromo button.slick-arrow.slick-next {
  background-image: url("../images/arrow-right-974b15228d371217ee51a9013408a6eaf298c6e4367700acf5da15a25f8ef342.svg")
}
.bigpromo button.slick-arrow.slick-prev {
  background-image: url("../images/arrow-left-824f227a117d51b8e87b6869ec9d2bc8726c320e0dd4eee1c08f17d54f149200.svg")
}
.bigpromo .cards {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}
.bigpromo .cards .card {
  display: none;
  height: 480px;
  width: 984px;
  background-clip: content-box;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  outline: 0;
  opacity: 0.4
}
.bigpromo .cards .card.slick-slide, .bigpromo .cards .card:only-child {
  display: block
}
.bigpromo .cards .card img.background {
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}
.bigpromo .cards .card>span {
  vertical-align: bottom;
  position: absolute;
  bottom: 0;
  color: white;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 84px
}
.bigpromo .cards .card>span.onhover {
  background-image: url("");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: transparent;
  transition: all 500ms ease-in-out
}
.bigpromo .cards .card>span.nohover {
  display: none
}
.bigpromo .cards .card>span .lead {
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0
}
.bigpromo .cards .card>span .title {
  display: block;
  font-size: 34px;
  line-height: 36px;
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: 0.5px
}
.bigpromo .cards .card>span .date {
  display: block;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 26px;
  height: 40px;
  margin-top: 0;
  vertical-align: middle
}
.bigpromo .cards .card>span .date::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  margin-bottom: -2px;
  width: 25px;
  height: 25px;
  background-image: url("")
}
.bigpromo .cards .card>span .date button.remind {
  margin-left: 30px;
  color: white;
  border: 1px solid white;
  background-color: transparent;
  font-size: 18px;
  line-height: 35px
}
.bigpromo .cards .card>span .text-about {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: all 500ms ease-in-out 0ms
}
.bigpromo .cards .card>span .text {
  margin: 0;
  font-size: 18px;
  line-height: 20px
}
.bigpromo .cards .card>span span.about {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 15px;
  color: white
}
.bigpromo .cards .card>span span.about:hover {
  text-decoration: underline
}
.bigpromo .cards .card>span span.about:hover span {
  text-decoration: underline
}
.bigpromo .cards .card>span span.about .titleicon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-image: url("")
}
.bigpromo .cards .card>span.onhover {
  display: flex;
  opacity: 1
}
.bigpromo .cards .card.slick-current:hover .nohover, .bigpromo .cards .card:only-child:hover .nohover {
  opacity: 0
}
.bigpromo .cards .card.slick-current:hover .onhover, .bigpromo .cards .card:only-child:hover .onhover {
  background-color: rgba(12, 21, 27, 0.8);
  opacity: 1
}
.bigpromo .cards .card.slick-current:hover .onhover .text-about, .bigpromo .cards .card:only-child:hover .onhover .text-about {
  max-height: 500px;
  transition: all 1000ms ease-in-out 0ms
}
.bigpromo .cards .card:only-child, .bigpromo .cards .card.slick-active, .bigpromo .cards .card.slick-current, .bigpromo .cards .card.slick-center {
  opacity: 1
}
@media (max-width: 732px) {
  .bigpromo {
    height: auto !important
  }
  .bigpromo .promo-place {
    display: block
  }
  .bigpromo .promo-place::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: calc(48.78% + 180px);
    background-color: white
  }
  .bigpromo .promo-place .slick-list {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
  }
  .bigpromo .promo-place .slick-list .slick-track {
    height: 100%
  }
  .bigpromo .promo-place .slick-list .slick-track .card, .bigpromo .promo-place.cards .card {
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: black;
    height: 100%;
    width: 100vw
  }
  .bigpromo .promo-place .slick-list .slick-track .card img.background, .bigpromo .promo-place.cards .card img.background {
    height: auto;
    width: 100%;
    top: 0;
    transform: translate(-50%, 0)
  }
  .bigpromo .promo-place .slick-list .slick-track .card .onhover, .bigpromo .promo-place.cards .card .onhover {
    height: 180px;
    top: auto;
    bottom: 0;
    padding: 0 20px;
    padding-bottom: 30px;
    background-image: none !important;
    background-color: white !important;
    justify-content: flex-start
  }
  .bigpromo .promo-place .slick-list .slick-track .card .onhover .text-about, .bigpromo .promo-place.cards .card .onhover .text-about {
    max-height: 100px !important
  }
  .bigpromo .promo-place .slick-list .slick-track .card .onhover .text-about .about, .bigpromo .promo-place.cards .card .onhover .text-about .about {
    color: black
  }
  .bigpromo .promo-place .slick-list .slick-track .card .onhover .text-about .about .titleicon, .bigpromo .promo-place.cards .card .onhover .text-about .about .titleicon {
    background-image: url("");
    width: 16px;
    height: 16px
  }
  .bigpromo .promo-place .slick-list .slick-track .card .onhover .lead, .bigpromo .promo-place.cards .card .onhover .lead {
    flex-shrink: 0;
    margin-top: 0;
    color: black;
    padding-top: 8px
  }
  .bigpromo .promo-place .slick-list .slick-track .card .onhover .title, .bigpromo .promo-place.cards .card .onhover .title {
    margin: 0 auto;
    color: #0757a8
  }
  .bigpromo .promo-place .slick-list .slick-track .card .onhover .date, .bigpromo .promo-place.cards .card .onhover .date {
    position: absolute;
    bottom: 100%;
    margin-bottom: 0;
    left: 0;
    right: 0;
    background-image: url("../images/footer-card-bottom-shadow-a0367dabf008e8b5aa382919c40512b44839ad4f3f960345740d500388c739cb.png");
    background-repeat: repeat-x;
    background-size: 100% 150%
  }
}
section.superlinks .promo-place {
  display: flex;
  flex-wrap: wrap
}
section.superlinks .card {
  position: relative;
  display: inline-block;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 101%;
  transition: all 700ms;
  overflow: hidden
}
section.superlinks .card:hover .superlink__image {
  transform: scale(1.1)
}
section.superlinks .card:after {
  padding-top: 56.25%;
  display: block;
  content: ""
}
@media (min-width: 1025px) {
  section.superlinks .card {
    width: 25%
  }
}
.superlink__image {
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 700ms
}
section.tvshows .promo-place:not(.slick-initialized) .card:not(:first-child) {
  display: none
}
section.tvshows, section.bigpromo {
  width: 100%;
  overflow: hidden
}
section.tvshows .promo-place, section.bigpromo .promo-place {
  overflow: hidden;
  position: relative
}
section.tvshows .promo-place:hover .slick-arrow, section.bigpromo .promo-place:hover .slick-arrow {
  opacity: 0.6
}
section.tvshows .promo-place .position.standard-position img, section.bigpromo .promo-place .position.standard-position img {
  max-width: 100%;
  align-self: center
}
section.tvshows .promo-place .slick-list::before, section.tvshows .promo-place .slick-list::after, section.bigpromo .promo-place .slick-list::before, section.bigpromo .promo-place .slick-list::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  box-shadow: 0 0 35px 50px;
  z-index: 3;
  left: -5px;
  top: 0;
  bottom: 0;
  -webkit-appearance: none
}
section.tvshows .promo-place .slick-list::after, section.bigpromo .promo-place .slick-list::after {
  display: block;
  left: initial;
  right: -5px
}
section.tvshows .buttons, section.bigpromo .buttons {
  width: 984px;
  height: 50px;
  background-color: #67b168;
  position: absolute;
  z-index: 9999;
  margin: 0 auto
}
section.tvshows .cards, section.bigpromo .cards {
  max-width: 2448px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
  background-color: #000000
}
section.tvshows .cards .card, section.bigpromo .cards .card {
  position: relative;
  display: block;
  width: 816px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  outline: 0;
  transition: opacity 300ms
}
section.tvshows .cards .card img, section.bigpromo .cards .card img {
  position: relative;
  margin: auto;
  width: 100%;
  height: auto
}
section.tvshows .cards .card.slick-slide:not(.slick-center), section.bigpromo .cards .card.slick-slide:not(.slick-center) {
  opacity: 0.4
}
.article-container section.tvshows .cards .card {
  width: 648px
}
.with-right-column section.tvshows .cards .card {
  width: 648px
}
.index-page section.tvshows .promo-place .slick-list::before, .index-page section.tvshows .promo-place .slick-list::after {
  display: none
}
button.slick-arrow {
  display: block;
  position: absolute;
  z-index: 9;
  height: 100%;
  top: 0;
  width: 60px;
  margin: 0;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center
}
button.slick-arrow:hover {
  background-color: transparent
}
button.slick-arrow.slick-prev {
  content: "Prev";
  left: 20px;
  background-image: url("../images/collection-arrow-left-bf8d300c9e9cdc977158cf196e07df1329a04ffc19b2299f192a2431223015cc.png")
}
button.slick-arrow.slick-next {
  right: 20px;
  background-image: url("../images/collection-arrow-right-2a24b53997b51832a7dbdf5a2f1d3b4da3369ff33d2c87926e09513e031b914f.png")
}
article.show-main .w__block__promo_position section.bigpromo {
  margin-top: 30px
}
article.show-main .w__block__promo_position section.bigpromo .cards .card {
  width: 711px;
  height: 400px !important;
  overflow: hidden
}
article.show-main .w__block__promo_position section.bigpromo .cards .card img.background {
  max-width: none
}
article.show-main .w__block__promo_position section.bigpromo .cards .card .title {
  font-size: 25px;
  line-height: 30px
}
article.show-main .w__block__promo_position section.bigpromo .cards .card .lead {
  font-size: 23px;
  line-height: 25px
}
article.show-main .w__block__promo_position section.bigpromo .cards .card .date {
  font-size: 20px;
  line-height: 25px;
  margin-top: 8px
}
article.show-main .w__block__promo_position section.bigpromo .cards .card .date::before {
  margin-bottom: -4px
}
article.show-main .w__block__promo_position section.bigpromo .cards .card .text, article.show-main .w__block__promo_position section.bigpromo .cards .card .about {
  display: block;
  font-size: 16px;
  margin-top: 5px;
  line-height: 18px
}
@media (max-width: 732px) {
  article.show-main .w__block__promo_position section.bigpromo {
    margin-top: 20px
  }
  article.show-main .w__block__promo_position section.bigpromo .promo-place:before {
    padding-top: calc(56.25% + 180px) !important
  }
  article.show-main .w__block__promo_position section.bigpromo .promo-place .slick-list {
    bottom: 26px
  }
  article.show-main .w__block__promo_position section.bigpromo .promo-place .slick-list .slick-track .card, article.show-main .w__block__promo_position section.bigpromo .promo-place.cards .card {
    height: auto !important;
    width: 100vw
  }
  article.show-main .w__block__promo_position section.bigpromo .promo-place .slick-list .slick-track .card .onhover, article.show-main .w__block__promo_position section.bigpromo .promo-place.cards .card .onhover {
    height: 172px;
    padding-bottom: 20px;
    background-color: #000000 !important
  }
  article.show-main .w__block__promo_position section.bigpromo .promo-place .slick-list .slick-track .card .onhover .title, article.show-main .w__block__promo_position section.bigpromo .promo-place .slick-list .slick-track .card .onhover .lead, article.show-main .w__block__promo_position section.bigpromo .promo-place .slick-list .slick-track .card .onhover .text-about .about, article.show-main .w__block__promo_position section.bigpromo .promo-place.cards .card .onhover .title, article.show-main .w__block__promo_position section.bigpromo .promo-place.cards .card .onhover .lead, article.show-main .w__block__promo_position section.bigpromo .promo-place.cards .card .onhover .text-about .about {
    color: white !important
  }
  article.show-main .w__block__promo_position section.bigpromo .promo-place .slick-list .slick-track .card .onhover .lead, article.show-main .w__block__promo_position section.bigpromo .promo-place.cards .card .onhover .lead {
    font-size: 16px;
    line-height: 20px
  }
  article.show-main .w__block__promo_position section.bigpromo .promo-place .slick-list .slick-track .card .onhover .title, article.show-main .w__block__promo_position section.bigpromo .promo-place.cards .card .onhover .title {
    max-width: 100%;
    font-size: 22px;
    line-height: 25px
  }
  article.show-main .w__block__promo_position section.bigpromo .promo-place .slick-list .slick-track .card .onhover .text-about .about .titleicon, article.show-main .w__block__promo_position section.bigpromo .promo-place.cards .card .onhover .text-about .about .titleicon {
    background-image: url("") !important
  }
  article.show-main .w__block__promo_position section.bigpromo .slick-list .slick-track .card .onhover, article.show-main .w__block__promo_position section.bigpromo .cards .card .onhover {
    height: 155px
  }
}
.w1tv-collect-common .w1tv-collect-item, .w1tv-collect-common .w1tv-collect-item:hover, .w1tv-collect-common .w1tv-collect-item:active, .w1tv-collect-common .w1tv-collect-item-content {
  background-color: #257fc7;
  color: #ffffff
}
.index-page {
  position: relative;
  background-color: white
}
.index-page .branded {
  position: relative;
  background-color: white
}
.index-page .side-promo-place-right {
  margin-top: 0
}
.index-page .news-issue {
  margin-top: 13px
}
.index-page .news-issue .big-link {
  margin-top: 10px
}
@media (max-width: 732px) {
  .index-page .news-issue .big-link {
    padding: 0 20px
  }
}
.index-page .news {
  margin-bottom: 0
}
.news {
  margin-top: 35px
}
.news .news-column .tower-offset {
  height: 0
}
.news .news-column .side-promo-place-right.tower {
  margin-top: -19px !important
}
.news .news .news-issue .big-link {
  display: inline-block;
  margin-top: 19px;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #0757a8
}
.news .news .news-issue .big-link:hover span {
  text-decoration: underline
}
.news .news .news-issue .big-link .titleicon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-top: -2px;
  background-image: url("")
}
.news .news .news-issue .video .description {
  height: auto;
  position: relative
}
.news .news .news-issue .video .description .num {
  position: absolute;
  background-color: #05519d;
  border-right: 1px solid #2777bd
}
.news .news .news-issue .video .description .text {
  min-height: 80px;
  height: auto;
  padding: 10px 20px 10px 180px
}
.news .news .buttons {
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
  font-size: 18px
}
.news .news .buttons>a {
  margin: 0 24px 0 0;
  padding: 0;
  font-size: 17px
}
.news .head .title {
  margin-top: 0;
  font-size: 26px;
  line-height: 30px;
  font-weight: normal;
  color: black
}
.news .head a.lead {
  display: block;
  max-width: 648px;
  margin-top: 21px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 30px;
  color: #05519d;
  text-decoration: none
}
.news .head a.lead:hover {
  text-decoration: underline
}
.news .news .news-issue .other-news-cards {
  padding-top: 30px;
  overflow: hidden
}
.news .news .news-issue .other-news-cards .title {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 27px;
  color: black
}
.news .news .news-issue .other-news-cards .card {
  display: inline-block;
  vertical-align: top;
  margin: 0 12px 10px;
  padding: 10px 0;
  max-width: calc(100% - 24px);
  border: none;
  font-weight: normal
}
@media (min-width: 733px) {
  .news .news .news-issue .other-news-cards .card {
    width: 312px
  }
}
@media (min-width: 1600px) {
  .news .news .news-issue .other-news-cards .card {
    width: 228px
  }
}
.news .news .news-issue .other-news-cards .card:last-child {
  margin-bottom: 0
}
.news .news .news-issue .other-news-cards .card .time {
  display: block;
  margin-right: 15px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-align: start;
  text-align: left;
  float: none
}
.news .news .news-issue .other-news-cards .card a.title {
  display: block;
  vertical-align: top;
  margin: 0;
  color: black;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  letter-spacing: 0.1px
}
.news .news .news-issue .other-news-cards .card a.title:hover {
  text-decoration: underline
}
.news .news .news-issue .other-news-cards .card a.title .titleicon {
  width: 15px;
  height: 15px;
  margin-top: -2px
}
.news .news .news-issue .other-news-cards .card.hot .title {
  color: #eb0f4d
}
.news .news .news-issue .other-news-cards .card.hot .title .titleicon {
  background-image: url("")
}
section.articles {
  background-color: #edf1f6;
  margin-top: 42px;
  padding-top: 7px
}
section.articles header {
  max-width: 984px;
  margin: 20px auto;
  text-align: center;
  font-size: 26px;
  line-height: 30px;
  color: #00162e
}
section.articles button {
  margin-bottom: 30px;
  margin-top: 0
}
section.collection-projects {
  width: 100%;
  background-color: #00162e;
  padding: 33px 20px 0 20px;
  overflow: hidden
}
section.collection-projects header {
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-align: center
}
section.collection-projects header .title {
  color: white
}
section.collection-projects header .lead {
  margin-top: 7px;
  font-size: 24px;
  color: #1f7ac2
}
section.collection-projects header a.projects-header-title-link {
  display: block;
  color: white;
  width: 100%
}
section.collection-projects header a.projects-header-lead-link {
  display: block;
  color: #1f7ac2;
  width: 100%
}
section.collection-projects .cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto
}
@media (min-width: 285px) {
  section.collection-projects .cards {
    width: 244px
  }
}
@media (min-width: 529px) {
  section.collection-projects .cards {
    width: 488px
  }
}
@media (min-width: 773px) {
  section.collection-projects .cards {
    width: 732px
  }
}
@media (min-width: 1017px) {
  section.collection-projects .cards {
    width: 976px
  }
}
@media (min-width: 1261px) {
  section.collection-projects .cards {
    width: 1220px
  }
}
@media (min-width: 1505px) {
  section.collection-projects .cards {
    width: 1464px
  }
}
@media (min-width: 1749px) {
  section.collection-projects .cards {
    width: 1708px
  }
}
@media (min-width: 1993px) {
  section.collection-projects .cards {
    width: 1952px
  }
}
@media (min-width: 2237px) {
  section.collection-projects .cards {
    width: 2196px
  }
}
@media (min-width: 2481px) {
  section.collection-projects .cards {
    width: 2440px
  }
}
@media (min-width: 2725px) {
  section.collection-projects .cards {
    width: 2684px
  }
}
@media (min-width: 2969px) {
  section.collection-projects .cards {
    width: 2928px
  }
}
@media (min-width: 3213px) {
  section.collection-projects .cards {
    width: 3172px
  }
}
@media (min-width: 3457px) {
  section.collection-projects .cards {
    width: 3416px
  }
}
@media (min-width: 3701px) {
  section.collection-projects .cards {
    width: 3660px
  }
}
@media (min-width: 3945px) {
  section.collection-projects .cards {
    width: 3904px
  }
}
@media (min-width: 4189px) {
  section.collection-projects .cards {
    width: 4148px
  }
}
@media (min-width: 4433px) {
  section.collection-projects .cards {
    width: 4392px
  }
}
@media (min-width: 4677px) {
  section.collection-projects .cards {
    width: 4636px
  }
}
@media (min-width: 4921px) {
  section.collection-projects .cards {
    width: 4880px
  }
}
@media (min-width: 5165px) {
  section.collection-projects .cards {
    width: 5124px
  }
}
@media (min-width: 5409px) {
  section.collection-projects .cards {
    width: 5368px
  }
}
@media (min-width: 5653px) {
  section.collection-projects .cards {
    width: 5612px
  }
}
@media (min-width: 5897px) {
  section.collection-projects .cards {
    width: 5856px
  }
}
@media (min-width: 6141px) {
  section.collection-projects .cards {
    width: 6100px
  }
}
@media (min-width: 6385px) {
  section.collection-projects .cards {
    width: 6344px
  }
}
@media (min-width: 6629px) {
  section.collection-projects .cards {
    width: 6588px
  }
}
@media (min-width: 6873px) {
  section.collection-projects .cards {
    width: 6832px
  }
}
@media (min-width: 7117px) {
  section.collection-projects .cards {
    width: 7076px
  }
}
@media (min-width: 7361px) {
  section.collection-projects .cards {
    width: 7320px
  }
}
section.collection-projects .cards a.card {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 220px;
  height: 130px;
  margin: 0 12px 24px 12px;
  color: white;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  opacity: 0.8;
  transition: all 700ms;
  background-color: transparent !important
}
section.collection-projects .cards a.card:hover {
  opacity: 1;
  transform: scale(1.3)
}
section.collection-projects .cards a.card.all-projects {
  position: relative;
  display: block;
  background: url("") no-repeat center;
  background-size: contain
}
section.collection-projects .cards a.card span {
  display: inline-block;
  vertical-align: middle
}
section.collection-projects .cards a.card img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}
.index-page section.tvshows {
  z-index: 11;
  position: relative;
  background-color: black
}
@media (min-width: 733px) {
  .index-page section.tvshows {
    height: 400px
  }
}
section.tvshows {
  width: 100%
}
section.tvshows .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0
}
.slick-slider .slick-arrow {
  display: block;
  position: absolute;
  z-index: 9;
  height: 100%;
  top: 0;
  width: 60px;
  margin: 0;
  border: none !important;
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 300ms
}
.slick-slider .slick-arrow:hover {
  background-color: transparent
}
.slick-slider .slick-arrow.slick-prev {
  background-image: url("../images/arrow-left-824f227a117d51b8e87b6869ec9d2bc8726c320e0dd4eee1c08f17d54f149200.svg")
}
.slick-slider .slick-arrow.slick-next {
  background-image: url("../images/arrow-right-974b15228d371217ee51a9013408a6eaf298c6e4367700acf5da15a25f8ef342.svg")
}
.middle-promo-place {
  background-color: #edf1f6;
  border: none
}
h3.tvshows {
  text-align: center;
  font-size: 26px;
  line-height: 30px;
  font-weight: normal;
  color: #00162e;
  margin: 0;
  padding-top: 50px;
  padding-bottom: 15px;
  background-color: #edf1f6
}
.tvshows:hover button.slick-arrow, .bigpromo:hover button.slick-arrow {
  opacity: 0.8
}
.tvshows:hover button.slick-arrow:hover, .bigpromo:hover button.slick-arrow:hover {
  opacity: 1
}
.bigpromo .slick-dots {
  margin-top: -40px
}
@media (max-width: 732px) {
  section.superlinks {
    display: none
  }
  .collection-projects+hr.fat {
    display: none
  }
  .news {
    margin-top: 30px
  }
  .news .container .row {
    display: flex;
    flex-direction: column;
    align-items: flex-start
  }
  .news .container .row a.big-link {
    margin-left: 20px;
    margin-right: 20px
  }
  .news .container .row .other-news-cards {
    padding: 30px 0 0 0;
    margin: 0 20px
  }
  .news .container .row .other-news-cards a.big-link {
    margin: 0
  }
  .news .container .row .other-news-cards .card {
    margin: 10px 0;
    width: calc(100% - 48px) !important
  }
  .news .container .row .news-column {
    order: 1;
    width: 100%;
    padding: 0
  }
  .news .container .row .news-column .side-promo-place-right {
    margin: 0 auto 20px;
    width: 312px
  }
  .news .container .row .head {
    padding: 0 24px
  }
  .news .container .row .news {
    padding: 0;
    order: 2;
    width: 100%;
    margin: 0
  }
  .news .container .row .news .news-issue {
    margin: 0 auto
  }
  .news .container .row .news .video {
    border: none;
    padding: 0
  }
  .news .container .row .news .video .player {
    position: relative;
    height: auto
  }
  .news .container .row .news .video .player::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%
  }
  .news .container .row .news .video .player>.tv1player {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
  }
  .news .container .row .news .video .description {
    padding: 0;
    background-color: #05519d
  }
  .news .container .row .news .video .description .num, .news .container .row .news .video .description .text {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    border: none;
    text-align: left;
    padding-left: 24px;
    padding-right: 24px
  }
  .news .container .row .news .buttons {
    display: block;
    margin: 20px 0;
    padding: 0 24px
  }
  .news .container .row .news .buttons a {
    width: 100%;
    margin: 10px 0
  }
  .bigpromo {
    min-height: 320px !important;
    overflow: hidden
  }
  .bigpromo .slick-arrow {
    display: none !important
  }
  .bigpromo .cards {
    position: relative
  }
  .bigpromo .cards>.card {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
  }
  .bigpromo .cards .card {
    min-width: 320px;
    min-height: 320px !important;
    opacity: 1;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100vw
  }
  .bigpromo .cards .card .nohover {
    display: none !important
  }
  .bigpromo .cards .card .onhover {
    opacity: 1;
    text-align: center;
    height: 55%;
    top: 48%;
    padding: 0 10px;
    padding-bottom: 40px;
    justify-content: space-around
  }
  .bigpromo .cards .card .onhover .date {
    margin-top: auto;
    height: auto;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    bottom: 100%;
    margin-bottom: 0;
    left: 0;
    right: 0;
    background-image: url("../images/footer-card-bottom-shadow-a0367dabf008e8b5aa382919c40512b44839ad4f3f960345740d500388c739cb.png");
    background-repeat: repeat-x;
    background-size: 100% 150%
  }
  .bigpromo .cards .card .onhover .title {
    font-size: 22px;
    line-height: 25px;
    margin: 0 auto
  }
  .bigpromo .cards .card .onhover .lead {
    font-size: 16px;
    line-height: 20px
  }
  .bigpromo .cards .card .onhover .about {
    margin-top: 5px;
    font-size: 16px;
    line-height: 20px
  }
  .bigpromo .cards .card .onhover .text {
    display: none !important
  }
  h3.tvshows {
    background-color: white;
    margin-top: 20px;
    padding-top: 0
  }
  section.tvshows {
    background-color: black;
    min-height: 150px !important
  }
  section.tvshows .promo-place .slick-arrow {
    display: none !important
  }
  section.tvshows .promo-place::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 58% !important
  }
  section.tvshows .promo-place .slick-list {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 36px
  }
  section.tvshows .promo-place .slick-list .slick-track {
    height: 100%
  }
  section.tvshows .promo-place .slick-list::before, section.tvshows .promo-place .slick-list::after {
    display: none
  }
  section.tvshows .promo-place div.card[style], section.tvshows .promo-place a.card[style] {
    width: 100vw;
    height: 100%;
    min-height: 90% !important;
    background-size: contain;
    background-position: center center
  }
  section.tvshows .promo-place .card:only-child {
    position: absolute;
    left: 0;
    right: 0
  }
  section.articles {
    background-color: transparent;
    margin-top: 20px
  }
  section.articles header {
    padding: 0 20px
  }
}
.w1tv-collect-common .w1tv-collect-item, .w1tv-collect-common .w1tv-collect-item:hover, .w1tv-collect-common .w1tv-collect-item:active, .w1tv-collect-common .w1tv-collect-item-content {
  background-color: #257fc7;
  color: #ffffff
}
@media (min-width: 733px) {
  .article .w_content.wysiwyg-content .w_row, .article-wide .w_content.wysiwyg-content .w_row {
    max-width: calc(100% + 24px);
    margin: 0 -12px
  }
  .article .w_content.wysiwyg-content .w_row .w_block.c-12, .article-wide .w_content.wysiwyg-content .w_row .w_block.c-12 {
    margin: 0 12px
  }
}
@media (max-width: 732px) {
  .article .w_content.wysiwyg-content .w_row, .article-wide .w_content.wysiwyg-content .w_row {
    margin: 0
  }
}
.article .w__block__photo_gallery, .article-wide .w__block__photo_gallery {
  color: #000000
}
.article__illustration_photo {
  width: 100%
}
@media (min-width: 733px) {
  .article-wide {
    margin: 0 auto
  }
}
.article .text .w_row {
  width: 100%
}
.article .article-container .w_content .wysiwyg-content {
  width: 100%
}
@media (max-width: 732px) {
  .article .itv-article-narrow-header {
    margin: 0
  }
  .article .w_content .w_block.c-6, .article .w_content .w_block.c-8, .article .w_content .w_block.c-10 {
    width: 100%;
    overflow: visible
  }
  .article .w_content .w_block.o-1 {
    margin-left: 12px
  }
  .article .w_content .w_block .w__block__video, .article .w_content .w_block .w__block__illustration, .article .w_content .w_block .w__block__collection {
    width: calc(100% + 40px);
    margin: 0 -20px 20px;
    overflow: visible;
    padding-bottom: 15px
  }
  .article .w_content .w_block .w_collection_items {
    max-width: 100%
  }
}
@media (min-width: 1600px) {
  .article .col-md-8 {
    width: 984px
  }
  .article .w_content .w_block.c-8 {
    width: 100%
  }
  .article .w_content .w_block.c-6 {
    width: 816px
  }
}
.article .branded {
  position: relative;
  background-color: white
}
.article .article-header .bg-image {
  position: relative;
  width: 100%;
  height: 380px;
  margin-top: -41px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%
}
.article .article-header .bg-image .name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%
}
.article .article-header .bg-image .name .text {
  max-width: 648px;
  margin: 0;
  padding: 50px 0 50px 84px;
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
  color: inherit
}
.article section.article-container .simple-header {
  font-weight: bold;
  font-size: 38px;
  line-height: 40px;
  padding: 40px 84px 20px 84px
}
.article section.article-container .article-illustration>span {
  display: block;
  margin-top: 10px
}
.article section.article-container .article-illustration .stream_illustration div[data-type='player'] {
  width: 100%;
  z-index: 100;
  position: relative
}
.article section.article-container .stats .date {
  margin-top: 10px;
  font-size: 12px;
  color: #a3b0b9
}
.article section.article-container .stats .date::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  background-image: url("../images/gray-clock-1e991ca7c40ab06193e9f4edd8f243203dc425166917b50299fcd06018da0aca.svg");
  background-repeat: no-repeat;
  background-size: 9px 9px;
  background-position: center center
}
.article section.article-container .head {
  padding: 0
}
.article section.article-container .article-lead {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 25px
}
.article section.article-container .small-social-buttons {
  margin-bottom: 40px;
  margin-top: 20px
}
.article section.article-container .w__block__collection.type-row .text {
  padding: 0 10px
}
.article section.article-container .w__block__collection.type-big-slider {
  width: auto
}
.article section.article-container .w__block__collection.type-big-slider a.card {
  max-width: 648px
}
.article section.article-container .w__block__collection.type-big-slider a.card .text {
  margin: 0
}
.article section.article-container .w__block__collection.type-big-slider a.card .text .lead {
  height: auto
}
.article section.article-container .w__block__collection.type-big-slider button.slick-arrow {
  display: inline-block !important;
  margin-left: 0;
  margin-right: 0
}
.article section.article-container .w__block__collection.type-big-slider button.slick-arrow.slick-prev {
  left: 0
}
.article section.article-container .w__block__collection.type-big-slider button.slick-arrow.slick-next {
  right: 0
}
.article section.article-container .w__block__collection.type-big-slider button.slick-arrow:hover, .article section.article-container .w__block__collection.type-big-slider button.slick-arrow:active {
  background-color: transparent;
  border: none
}
.article section.article-container .w__block__collection.type-slider .w_collection_items::before, .article section.article-container .w__block__collection.type-slider .w_collection_items::after, .article section.article-container .w__block__collection.type-big-slider .w_collection_items::before, .article section.article-container .w__block__collection.type-big-slider .w_collection_items::after {
  content: "";
  display: none
}
.article section.article-container .w__block__collection.type-slider .w_collection_items a.card, .article section.article-container .w__block__collection.type-big-slider .w_collection_items a.card {
  height: auto
}
.article section.article-container .w__block__collection.type-slider .w_collection_items a.card .play-icon, .article section.article-container .w__block__collection.type-big-slider .w_collection_items a.card .play-icon {
  bottom: auto;
  top: 160px
}
.article section.article-container .w__block__collection.type-slider .w_collection_items a.card .text, .article section.article-container .w__block__collection.type-big-slider .w_collection_items a.card .text {
  position: relative;
  background: transparent;
  color: black;
  min-height: initial
}
.article section.article-container .w__block__collection.type-slider .w_collection_items a.card .text .title, .article section.article-container .w__block__collection.type-slider .w_collection_items a.card .text .lead, .article section.article-container .w__block__collection.type-big-slider .w_collection_items a.card .text .title, .article section.article-container .w__block__collection.type-big-slider .w_collection_items a.card .text .lead {
  margin: 10px 84px;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal
}
.article section.article-container .w__block__collection.type-slider .w_collection_items a.card:hover, .article section.article-container .w__block__collection.type-big-slider .w_collection_items a.card:hover {
  text-decoration: none
}
.article section.article-container .w__block__collection.type-slider .w_collection_items button.slick-arrow, .article section.article-container .w__block__collection.type-big-slider .w_collection_items button.slick-arrow {
  height: 365px;
  width: 60px
}
.article .background {
  width: 100%
}
.article .article-container {
  margin-bottom: 10px
}
.article .article-container .row {
  margin: 0
}
.article .article-container .w_content.wysiwyg-content {
  word-wrap: break-word
}
.article .article-container .w__block__video img {
  max-height: 360px
}
@media (min-width: 733px) {
  .article .w_content .w_row .w_block .w__block__collection.type-tiles {
    margin: 0 -12px
  }
}
.article .w_content .w_row .w_block .w__block__collection.type-tiles .w_collection_items {
  margin: 0;
  max-width: 100%
}
.article .w_content .w_row .w_block .w__block__collection.type-tiles a.itv-button {
  margin: 5px 12px 10px;
  max-width: calc(100% - 24px)
}
@media (max-width: 732px) {
  .article .w_content .w_row .w_block .w__block__collection.type-tiles a.itv-button {
    display: block;
    margin: 5px auto 10px;
    width: 312px;
    max-width: 312px
  }
}
.article .w_content .w_row .w_block .text-block h2 {
  margin: 15px 0;
  font-size: 26px;
  line-height: 30px
}
.article .w_content .w_row .w_block .text-block h3 {
  font-size: 18px;
  line-height: 23px
}
.article .w_content .w_row .w_block .text-block .bq1 {
  font-size: 26px;
  line-height: 30px
}
.article .w_content .w_row .w_block .text-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}
.article .w_content .w_row .w_block .text-block ul li::before {
  content: "—";
  display: inline-block;
  margin-right: 5px;
  margin-left: -1em
}
.article .w_content .w_row .w_block .text-block ol {
  margin: 0;
  padding: 0;
  list-style-type: none
}
.article .w_content .w_row .w_block .text-block ol li {
  counter-increment: step-counter
}
.article .w_content .w_row .w_block .text-block ol li::before {
  content: counter(step-counter);
  display: inline-block;
  margin-right: 5px;
  margin-left: -1em
}
.article .w_content .w_row .w_block .w__block__illustration img {
  width: 100%;
  height: auto
}
.article .w_content>.grid-12 .row, .article .w_content>.grid-8 .row, .article .w_content .w_content .row {
  margin: 0
}
.article .w_content>.grid-12>.w_row, .article .w_content>.grid-8>.w_row, .article .w_content .w_content>.w_row {
  display: block
}
.article .w_content>.grid-12>.w_row>.w_block.c-1, .article .w_content>.grid-8>.w_row>.w_block.c-1, .article .w_content .w_content>.w_row>.w_block.c-1 {
  width: 60px;
  margin: 0 12px
}
.article .w_content>.grid-12>.w_row>.w_block.o-1, .article .w_content>.grid-8>.w_row>.w_block.o-1, .article .w_content .w_content>.w_row>.w_block.o-1 {
  margin-left: 96px !important
}
.article .w_content>.grid-12>.w_row>.w_block.c-2, .article .w_content>.grid-8>.w_row>.w_block.c-2, .article .w_content .w_content>.w_row>.w_block.c-2 {
  width: 144px;
  margin: 0 12px
}
.article .w_content>.grid-12>.w_row>.w_block.o-2, .article .w_content>.grid-8>.w_row>.w_block.o-2, .article .w_content .w_content>.w_row>.w_block.o-2 {
  margin-left: 180px !important
}
.article .w_content>.grid-12>.w_row>.w_block.c-3, .article .w_content>.grid-8>.w_row>.w_block.c-3, .article .w_content .w_content>.w_row>.w_block.c-3 {
  width: 228px;
  margin: 0 12px
}
.article .w_content>.grid-12>.w_row>.w_block.o-3, .article .w_content>.grid-8>.w_row>.w_block.o-3, .article .w_content .w_content>.w_row>.w_block.o-3 {
  margin-left: 264px !important
}
.article .w_content>.grid-12>.w_row>.w_block.c-4, .article .w_content>.grid-8>.w_row>.w_block.c-4, .article .w_content .w_content>.w_row>.w_block.c-4 {
  width: 312px;
  margin: 0 12px
}
.article .w_content>.grid-12>.w_row>.w_block.o-4, .article .w_content>.grid-8>.w_row>.w_block.o-4, .article .w_content .w_content>.w_row>.w_block.o-4 {
  margin-left: 348px !important
}
.article .w_content>.grid-12>.w_row>.w_block.c-5, .article .w_content>.grid-8>.w_row>.w_block.c-5, .article .w_content .w_content>.w_row>.w_block.c-5 {
  width: 396px;
  margin: 0 12px
}
.article .w_content>.grid-12>.w_row>.w_block.o-5, .article .w_content>.grid-8>.w_row>.w_block.o-5, .article .w_content .w_content>.w_row>.w_block.o-5 {
  margin-left: 432px !important
}
.article .w_content>.grid-12>.w_row>.w_block.c-6, .article .w_content>.grid-8>.w_row>.w_block.c-6, .article .w_content .w_content>.w_row>.w_block.c-6 {
  width: 480px;
  margin: 0 12px
}
.article .w_content>.grid-12>.w_row>.w_block.o-6, .article .w_content>.grid-8>.w_row>.w_block.o-6, .article .w_content .w_content>.w_row>.w_block.o-6 {
  margin-left: 516px !important
}
.article .w_content>.grid-12>.w_row>.w_block.c-7, .article .w_content>.grid-8>.w_row>.w_block.c-7, .article .w_content .w_content>.w_row>.w_block.c-7 {
  width: 564px;
  margin: 0 12px
}
.article .w_content>.grid-12>.w_row>.w_block.o-7, .article .w_content>.grid-8>.w_row>.w_block.o-7, .article .w_content .w_content>.w_row>.w_block.o-7 {
  margin-left: 600px !important
}
.article .w_content>.grid-12>.w_row>.w_block.c-8, .article .w_content>.grid-8>.w_row>.w_block.c-8, .article .w_content .w_content>.w_row>.w_block.c-8 {
  width: 648px;
  margin: 0 12px
}
.article .w_content>.grid-12>.w_row>.w_block.o-8, .article .w_content>.grid-8>.w_row>.w_block.o-8, .article .w_content .w_content>.w_row>.w_block.o-8 {
  margin-left: 684px !important
}
.article .w_content>.grid-12>.w_row>.w_block.c-9, .article .w_content>.grid-8>.w_row>.w_block.c-9, .article .w_content .w_content>.w_row>.w_block.c-9 {
  width: 732px;
  margin: 0 12px
}
.article .w_content>.grid-12>.w_row>.w_block.o-9, .article .w_content>.grid-8>.w_row>.w_block.o-9, .article .w_content .w_content>.w_row>.w_block.o-9 {
  margin-left: 768px !important
}
.article .w_content>.grid-12>.w_row>.w_block.c-10, .article .w_content>.grid-8>.w_row>.w_block.c-10, .article .w_content .w_content>.w_row>.w_block.c-10 {
  width: 816px;
  margin: 0 12px
}
.article .w_content>.grid-12>.w_row>.w_block.o-10, .article .w_content>.grid-8>.w_row>.w_block.o-10, .article .w_content .w_content>.w_row>.w_block.o-10 {
  margin-left: 852px !important
}
.article .w_content>.grid-12>.w_row>.w_block.c-11, .article .w_content>.grid-8>.w_row>.w_block.c-11, .article .w_content .w_content>.w_row>.w_block.c-11 {
  width: 900px;
  margin: 0 12px
}
.article .w_content>.grid-12>.w_row>.w_block.o-11, .article .w_content>.grid-8>.w_row>.w_block.o-11, .article .w_content .w_content>.w_row>.w_block.o-11 {
  margin-left: 936px !important
}
.article .w_content>.grid-12>.w_row>.w_block.c-12, .article .w_content>.grid-8>.w_row>.w_block.c-12, .article .w_content .w_content>.w_row>.w_block.c-12 {
  width: 984px;
  margin: 0 12px
}
.article .w_content>.grid-12>.w_row>.w_block.o-12, .article .w_content>.grid-8>.w_row>.w_block.o-12, .article .w_content .w_content>.w_row>.w_block.o-12 {
  margin-left: 1020px !important
}
@media (min-width: 1600px) {
  .article .w_content .w__block__note {
    margin-top: 0 !important
  }
}
@media (max-width: 732px) {
  article.article section.article-container.article-wide>.row .col-md-12 .wysiwyg-content .w_block .w__block__collection.type-tiles {
    max-width: 100%;
    margin: 0 auto
  }
  .text-block>.w_block--with-incuts {
    display: flex;
    flex-direction: column
  }
  .text-block-incuts-wrapper {
    order: 99
  }
  article.article .article-container:not(.article-wide) .w__block__promo_position {
    margin: 20px -20px
  }
  article.article section.article-header .bg-image {
    height: auto;
    position: relative;
    margin-top: 0;
    background-image: none !important;
    background-color: transparent !important
  }
  article.article section.article-header .bg-image .name {
    position: relative
  }
  article.article section.article-header .bg-image .name .text {
    font-size: 28px;
    line-height: 33px;
    word-wrap: break-word;
    padding: 20px;
    background-color: transparent !important
  }
  article.article .article-illustration>span {
    margin-left: 20px;
    margin-right: 20px
  }
  article.article section.article-container .simple-header {
    font-size: 28px;
    line-height: 35px;
    padding: 20px 0
  }
  article.article section.article-container .article__illustration, article.article section.article-container .w__block__video, article.article section.article-container .w__block__video>.player-wrapper {
    position: relative
  }
  article.article section.article-container .article__illustration>.tv1player:not(.tv1-fullscreen), article.article section.article-container .w__block__video>.tv1player:not(.tv1-fullscreen), article.article section.article-container .w__block__video>.player-wrapper>.tv1player:not(.tv1-fullscreen) {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto
  }
  article.article section.article-container .article__illustration .splash_wrapper, article.article section.article-container .w__block__video .splash_wrapper, article.article section.article-container .w__block__video>.player-wrapper .splash_wrapper {
    position: absolute;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
  }
  article.article section.article-container .article__illustration>.player-wrapper, article.article section.article-container .w__block__video>.player-wrapper, article.article section.article-container .w__block__video>.player-wrapper>.player-wrapper {
    width: 100%
  }
  article.article section.article-container>.row>.col-md-4 {
    display: none !important
  }
  article.article section.article-container>.row .col-md-8, article.article section.article-container>.row .col-md-12 {
    width: 100%;
    padding: 0
  }
  article.article section.article-container>.row .col-md-8 .col-md-6, article.article section.article-container>.row .col-md-12 .col-md-6 {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important
  }
  article.article section.article-container>.row .col-md-8 .col-md-6 .tag-container, article.article section.article-container>.row .col-md-12 .col-md-6 .tag-container {
    padding: 0 20px
  }
  article.article section.article-container>.row .col-md-8 .col-md-6 .stats, article.article section.article-container>.row .col-md-8 .col-md-6 .article-lead, article.article section.article-container>.row .col-md-12 .col-md-6 .stats, article.article section.article-container>.row .col-md-12 .col-md-6 .article-lead {
    padding: 0 20px
  }
  article.article section.article-container>.row .col-md-8 .small-social-buttons, article.article section.article-container>.row .col-md-12 .small-social-buttons {
    margin-left: 0 !important
  }
  article.article section.article-container>.row .col-md-8 .wysiwyg-content .w_block, article.article section.article-container>.row .col-md-8 .wysiwyg-content .w_row, article.article section.article-container>.row .col-md-12 .wysiwyg-content .w_block, article.article section.article-container>.row .col-md-12 .wysiwyg-content .w_row {
    width: 100% !important;
    margin: 0 !important
  }
  article.article section.article-container>.row .col-md-8 .wysiwyg-content .w_block, article.article section.article-container>.row .col-md-12 .wysiwyg-content .w_block {
    padding: 0 20px
  }
  article.article section.article-container>.row .col-md-8 .wysiwyg-content .w_block .text-face, article.article section.article-container>.row .col-md-12 .wysiwyg-content .w_block .text-face {
    margin-top: 20px !important
  }
  article.article section.article-container>.row .col-md-8 .wysiwyg-content .w_block .text-quote, article.article section.article-container>.row .col-md-12 .wysiwyg-content .w_block .text-quote {
    margin: 20px 0 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important
  }
  article.article section.article-container>.row .col-md-8 .wysiwyg-content .w_block .text-quote.align-horizontal, article.article section.article-container>.row .col-md-12 .wysiwyg-content .w_block .text-quote.align-horizontal {
    text-align: center
  }
  article.article section.article-container>.row .col-md-8 .wysiwyg-content .w_block .text-quote.align-horizontal span.img, article.article section.article-container>.row .col-md-12 .wysiwyg-content .w_block .text-quote.align-horizontal span.img {
    float: none;
    margin-left: auto;
    margin-right: auto
  }
  article.article section.article-container>.row .col-md-8 .wysiwyg-content .w_block .text-quote.align-horizontal span.img:not(:empty), article.article section.article-container>.row .col-md-12 .wysiwyg-content .w_block .text-quote.align-horizontal span.img:not(:empty) {
    margin-bottom: 10px
  }
  article.article section.article-container>.row .col-md-8 .wysiwyg-content .w_block .text-incut, article.article section.article-container>.row .col-md-12 .wysiwyg-content .w_block .text-incut {
    margin: 20px 0 !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important
  }
  article.article section.article-container>.row .col-md-8 .wysiwyg-content .w_block .text-incut .img, article.article section.article-container>.row .col-md-12 .wysiwyg-content .w_block .text-incut .img {
    margin-left: 0 !important
  }
  article.article section.article-container>.row .col-md-8 .wysiwyg-content .w_block ul, article.article section.article-container>.row .col-md-8 .wysiwyg-content .w_block ol, article.article section.article-container>.row .col-md-12 .wysiwyg-content .w_block ul, article.article section.article-container>.row .col-md-12 .wysiwyg-content .w_block ol {
    margin-left: 20px
  }
  article.article section.article-container>.row .col-md-8 .wysiwyg-content .w_block a.button, article.article section.article-container>.row .col-md-12 .wysiwyg-content .w_block a.button {
    height: auto;
    line-height: 25px;
    padding: 5px 10px
  }
  article.article section.article-container>.row .col-md-8 .wysiwyg-content .w_block .w__block__collection.type-tiles, article.article section.article-container>.row .col-md-12 .wysiwyg-content .w_block .w__block__collection.type-tiles {
    margin: 0 -16px
  }
  article.article section.article-container>.row .col-md-8 .wysiwyg-content .w_block .w__block__collection.type-tiles .w_collection_items, article.article section.article-container>.row .col-md-12 .wysiwyg-content .w_block .w__block__collection.type-tiles .w_collection_items {
    margin: 0 auto;
    max-width: 100%
  }
  article.article section.article-container>.row .col-md-8 .wysiwyg-content .w_block .w__block__collection.type-tiles .w_collection_items a.card .text::after, article.article section.article-container>.row .col-md-12 .wysiwyg-content .w_block .w__block__collection.type-tiles .w_collection_items a.card .text::after {
    display: none
  }
  article.article section.article-container>.row .col-md-8 .wysiwyg-content .w_block .w__block__photo_gallery, article.article section.article-container>.row .col-md-12 .wysiwyg-content .w_block .w__block__photo_gallery {
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
    padding: 0;
    padding-bottom: 15px
  }
  article.article section.article-container>.row .col-md-8 .wysiwyg-content .w_block .w__block__illustration, article.article section.article-container>.row .col-md-8 .wysiwyg-content .w_block .w__block__video, article.article section.article-container>.row .col-md-12 .wysiwyg-content .w_block .w__block__illustration, article.article section.article-container>.row .col-md-12 .wysiwyg-content .w_block .w__block__video {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding: 0;
    border: none
  }
  article.article section.article-container>.row .col-md-8 .wysiwyg-content .w_block .w__block__illustration .w_illustration_title, article.article section.article-container>.row .col-md-8 .wysiwyg-content .w_block .w__block__illustration .w_illustration_copyright, article.article section.article-container>.row .col-md-8 .wysiwyg-content .w_block .w__block__video .w_illustration_title, article.article section.article-container>.row .col-md-8 .wysiwyg-content .w_block .w__block__video .w_illustration_copyright, article.article section.article-container>.row .col-md-12 .wysiwyg-content .w_block .w__block__illustration .w_illustration_title, article.article section.article-container>.row .col-md-12 .wysiwyg-content .w_block .w__block__illustration .w_illustration_copyright, article.article section.article-container>.row .col-md-12 .wysiwyg-content .w_block .w__block__video .w_illustration_title, article.article section.article-container>.row .col-md-12 .wysiwyg-content .w_block .w__block__video .w_illustration_copyright {
    margin-left: 20px;
    margin-right: 20px
  }
  article.article section.article-container>.row .col-md-8 .wysiwyg-content .w_block .w__block__illustration .w_video_title, article.article section.article-container>.row .col-md-8 .wysiwyg-content .w_block .w__block__video .w_video_title, article.article section.article-container>.row .col-md-12 .wysiwyg-content .w_block .w__block__illustration .w_video_title, article.article section.article-container>.row .col-md-12 .wysiwyg-content .w_block .w__block__video .w_video_title {
    width: 100%;
    margin: 0;
    padding: 10px 20px;
    background-color: black;
    color: white
  }
  article.article section.article-container>.row .col-md-12 .wysiwyg-content .w_block .w__block__photo_gallery {
    width: calc(100% - 16px);
    margin-left: 8px;
    margin-right: 8px
  }
}
@media (min-width: 1600px) {
  .article .article-wide .col-md-12 {
    width: 100%
  }
  .article .article-wide .w_content .w_row .w_block.c-10 {
    width: 1152px
  }
}
.article .article-wide.article-header .row {
  margin: 0
}
.article .article-wide.article-header .stats {
  margin-bottom: 20px
}
.article .article-wide.article-header .stats .date {
  margin-top: 25px;
  font-size: 13px;
  color: #a3b0b9
}
.article .article-wide.article-header .stats .date::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  background-image: url("../images/gray-clock-1e991ca7c40ab06193e9f4edd8f243203dc425166917b50299fcd06018da0aca.svg")
}
.article .article-wide.article-header .note-calendar {
  margin-top: 0;
  margin-bottom: 20px
}
.article .article-wide.article-header h2.title {
  margin-top: -5px;
  margin-bottom: 20px;
  padding: 0 20px 0 0;
  font-size: 38px;
  line-height: 40px;
  font-weight: bold
}
.article .article-wide.article-header .article-illustration {
  margin-bottom: 30px
}
.article .article-wide.article-header .article-illustration .stream_illustration div[data-type='player'] {
  width: 100%;
  z-index: 100;
  position: relative
}
.article .article-wide.article-header .article-illustration .video_illustration {
  width: 100%;
  position: relative
}
.article .article-wide.article-header .article-illustration .video_illustration::before {
  content: "";
  display: block
}
.article .article-wide.article-header .article-illustration .video_illustration+span {
  display: none
}
.article .article-wide.article-header .side-promo-place-right {
  margin-top: -5px
}
.article .article-wide.article-header .article-lead {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 30px
}
.article .article-wide.article-header .article-intro .row {
  margin: 0
}
.article .article-wide.article-container .w__block__video .splash_wrapper, .article .article-wide.article-container .w__block__video .player-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
.article .article-wide.article-container .w__block__video::before {
  content: "";
  display: block;
  padding-top: 56.25%
}
.article .article-wide.article-container .w__block__video img {
  max-height: 100%
}
.article .article-wide.article-container .w_content {
  width: 100%
}
.article .article-wide.article-container .w_content .w__block__illustration {
  margin: 10px 0;
  padding: 0;
  border: none
}
.article .article-wide.article-container .w_content .w_illustration_title {
  margin-left: 84px;
  margin-right: 84px;
  padding-bottom: 0
}
.article .article-wide.article-container .w_content .w_illustration_title:empty {
  display: none
}
.article .article-wide.article-container .w_content .photo_gallery_description .photo-description p {
  margin: 0
}
.article .article-wide.article-container .w_content .w__block__note {
  margin-top: 15px
}
@media (min-width: 733px) and (max-width: 1599px) {
  .article .article-wide.article-container .w_content .w__block__note {
    margin-top: 0
  }
}
@media (min-width: 1600px) {
  .article .article-wide.article-container .w_content .w__block__note {
    margin-top: 0
  }
}
.article .article-wide.article-container .w_content .half h2, .article .article-wide.article-container .w_content .half h3:first-child, .article .article-wide.article-container .w_content .half p:first-child {
  margin-top: 0
}
.article .article-wide.article-container .w_content .half.text-block {
  margin-top: 4px
}
.article .article-wide.article-container .w_content .text-block span.text-face, .article .article-wide.article-container .w_content .text-block a.text-face {
  display: block;
  margin: 20px auto 15px !important;
  float: none !important;
  left: 0;
  right: 0
}
@media (max-width: 732px) {
  .article .article-wide.article-header h2.title {
    font-size: 28px;
    line-height: 33px;
    word-wrap: break-word
  }
  .article .article-wide.article-header .col-md-1 {
    padding: 0 20px
  }
  .article .article-wide.article-header .col-md-10 {
    padding: 0
  }
  .article .article-wide.article-header .col-md-10 h2.title {
    padding: 0 20px
  }
  .article .article-wide .col-md-offset-1 {
    margin-left: 0 !important
  }
  .article .article-wide .promo {
    position: relative;
    padding: 0
  }
  .article .article-wide.article-container .w__block__illustration {
    width: 100% !important;
    margin: 10px 0 !important;
    padding-right: 0 !important
  }
  .article .article-wide.article-container .small-social-buttons {
    margin-top: 30px !important
  }
  .article .article-wide.article-container .w__block__video {
    margin-bottom: 20px !important
  }
  .article .article-wide.article-container .w_video_title {
    padding: 10px 40px !important
  }
  .article .article-wide.article-container .col-md-offset-1 {
    margin: 0 !important
  }
  .article .article-wide.article-container div[class*='col-'], .article .article-wide.article-container .w_block {
    padding: 0 !important
  }
  .article .article-wide.article-container .tag-container {
    padding: 0 20px
  }
  .article .article-wide.article-container .promo {
    display: none
  }
  .article .article-wide.article-container .text-block {
    padding: 0 20px
  }
  .article .article-wide.article-container .w__block__note {
    margin: 0 20px
  }
  .article .article-wide.article-container .w_content .text-quote .title, .article .article-wide.article-container .w_content .text-incut .title {
    margin-top: 20px;
    padding: 0
  }
  .article .article-wide.article-container .w_content .text-quote .lead, .article .article-wide.article-container .w_content .text-incut .lead {
    padding: 0
  }
  .article .article-wide.article-container .w_content .text-quote span.img, .article .article-wide.article-container .w_content .text-incut span.img {
    margin-top: 20px;
    float: none !important
  }
  .article .article-wide.article-container .w_content .text-quote {
    text-align: center
  }
  .article .article-wide.article-container .w_content .text-quote span.img {
    margin: 0 auto
  }
  .article .article-wide.article-container .w_content .w__block__video {
    width: 100% !important;
    margin: 0 !important
  }
  .article .article-wide.article-container .w_content .text-block.half {
    width: 100%;
    padding: 0 20px
  }
}
.article-wide .w__block__collection .itv-button {
  margin-left: 12px;
  margin-right: 12px
}
@media (max-width: 732px) {
  .see_also_collection {
    margin: 0 -20px
  }
  .article-wide .w__block__collection .itv-button {
    margin: 0 auto !important
  }
  .itv-news-single .w_content .w_block.c-6, .itv-news-single .w_content .w_block.c-8 {
    overflow: visible
  }
}
@media (min-width: 733px) {
  .article-narrow .w_row.w_row {
    width: 100% !important
  }
}
@media (min-width: 733px) and (max-width: 1599px) {
  .article-wide .w__block__collection .itv-button {
    max-width: calc(100% - 24px)
  }
}
.itv-article-narrow-header .article-illustration {
  width: 984px
}
.w1tv-collect-common .w1tv-collect-item, .w1tv-collect-common .w1tv-collect-item:hover, .w1tv-collect-common .w1tv-collect-item:active, .w1tv-collect-common .w1tv-collect-item-content {
  background-color: #257fc7;
  color: #ffffff
}
article .text {
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0
}
article .text p {
  margin: 0;
  padding: 5px 0;
  text-decoration: none
}
article .text p:first-of-type {
  padding-top: 0
}
article .text p:last-child {
  padding-bottom: 0
}
article .text h2 {
  font-size: 26px;
  font-weight: bold;
  font-style: normal;
  line-height: 30px;
  margin: 10px 0 15px;
  padding: 0
}
article .text h3 {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  line-height: 20px;
  margin: 10px 0 10px 0;
  padding: 0
}
article .text h4 {
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  line-height: 17px;
  margin: 10px 0 5px;
  padding: 0
}
article .text blockquote {
  margin: 10px 0
}
article .text blockquote p {
  color: inherit
}
article .text blockquote.q1 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal
}
article .text blockquote.q2 {
  font-size: 14px;
  font-style: normal;
  line-height: 17px;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-weight: 700
}
article .text blockquote.q3 {
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  line-height: 17px
}
article .text b {
  font-weight: bold
}
article .text i {
  font-style: italic
}
article .text ul {
  padding: 0;
  list-style: none
}
article .text ul li::before {
  content: "— ";
  margin-left: -1em
}
article .text ul li b::before {
  content: "— ";
  font-weight: bold;
  margin-left: -1.1em
}
article .text ol {
  padding: 0;
  list-style: decimal inside;
  margin-left: -1em
}
article .text hr {
  margin: 20px 0;
  padding: 0;
  border: 1px;
  border-style: solid
}
article .text .big {
  font-size: 24px
}
article section.inset {
  margin-top: 7px;
  padding: 20px !important;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  overflow: hidden;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  margin-bottom: 20px;
  margin-right: -84px;
  float: right;
  clear: right
}
article section.inset img {
  max-width: 100%;
  max-height: 120px
}
article section.inset .name {
  margin-top: 20px;
  text-align: left;
  color: #0757a8;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px
}
article section.inset .lead {
  margin-bottom: 0;
  margin-top: 10px;
  text-align: left;
  font-size: 14px;
  color: #747e8d;
  line-height: 20px
}
article section.inset.face .name {
  font-weight: normal;
  text-align: center;
  font-size: 14px;
  line-height: 15px;
  color: #000000
}
article section.inset.face .name::after {
  content: ","
}
article section.inset.face .lead {
  line-height: 15px;
  text-align: center;
  font-size: 14px;
  color: #96a0a8;
  margin: 0
}
article section.inset.face .text {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  color: #0757a8;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px
}
article section.inset.face img {
  border-radius: 50%;
  width: auto;
  height: auto
}
article .description {
  margin: 10px 0 10px 0;
  font-size: 16px
}
article .description.text {
  margin-left: 5px
}
.video-page .video img {
  width: 100%;
  height: auto
}
.video-page .video header {
  text-transform: uppercase
}
.video-page .video video {
  width: 100%
}
.frame {
  padding: 3px;
  border: 1px solid #96a0a8
}
.w1tv-collect-common .w1tv-collect-item, .w1tv-collect-common .w1tv-collect-item:hover, .w1tv-collect-common .w1tv-collect-item:active, .w1tv-collect-common .w1tv-collect-item-content {
  background-color: #257fc7;
  color: #ffffff
}
button, a {
  cursor: pointer
}
button:focus, a:focus {
  outline: none
}
.button, button.loadable {
  text-decoration: none
}
.itv-button {
  display: block;
  margin: 10px 0;
  padding: 8px 5px;
  min-height: 40px;
  line-height: 20px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  border-radius: 2px;
  transition: color 200ms, background-color 200ms, border-color 200ms, fill 200ms;
  background-color: transparent;
  color: #0757a8;
  border-width: 2px;
  border-style: solid;
  border-color: #0757a8
}
.itv-button:focus {
  outline: none
}
.itv-button .itv-button__icon {
  fill: #0757a8
}
.itv-button:hover {
  text-decoration: none;
  border-color: #348bcd;
  background-color: transparent;
  color: #348bcd
}
.itv-button:hover .itv-button__icon {
  fill: #348bcd
}
.itv-button:active, .itv-button.active {
  text-decoration: none;
  border-color: #01478d;
  background-color: transparent;
  color: #01478d
}
.itv-button:active .itv-button__icon, .itv-button.active .itv-button__icon {
  fill: #01478d
}
.itv-button--margin {
  margin-left: 12px;
  margin-right: 12px
}
.itv-button--solid {
  border-color: #0757a8;
  background-color: #0757a8;
  color: white
}
.itv-button--solid .itv-button__icon {
  fill: white
}
.itv-button--solid:hover {
  border-color: #348bcd;
  background-color: #348bcd;
  color: white
}
.itv-button--solid:hover .itv-button__icon {
  fill: white
}
.itv-button--solid:active, .itv-button--solid.active {
  border-color: #01478d;
  background-color: #01478d;
  color: white
}
.itv-button--solid:active .itv-button__icon, .itv-button--solid.active .itv-button__icon {
  fill: white
}
.itv-button--loader.loading {
  font-size: 0;
  background-position: center center;
  background-repeat: no-repeat
}
.itv-button--no-margin {
  margin-left: 0;
  margin-right: 0
}
@media (max-width: 732px) {
  .itv-button--no-margin {
    max-width: 312px;
    margin-left: auto;
    margin-right: auto
  }
}
.itv-button--wide {
  width: 100%
}
.itv-button--thin-border {
  border-width: 1px
}
.itv-button__icon {
  width: 19px;
  height: 19px;
  margin-bottom: -3px;
  margin-right: 5px
}
@media (max-width: 732px) {
  .itv-button--loader {
    max-width: 312px;
    margin: 0 auto
  }
}
.itv-invert-button-colors .itv-button, .itv-button--invert-colors {
  background-color: transparent;
  color: white;
  border: 1px solid white
}
.itv-invert-button-colors .itv-button .itv-button__icon, .itv-button--invert-colors .itv-button__icon {
  fill: white
}
.itv-invert-button-colors .itv-button:hover, .itv-button--invert-colors:hover {
  background-color: transparent;
  color: #c0c9d4;
  border: 1px solid #c0c9d4
}
.itv-invert-button-colors .itv-button:hover .itv-button__icon, .itv-button--invert-colors:hover .itv-button__icon {
  fill: c0c9d4
}
.itv-invert-button-colors .itv-button:active, .itv-invert-button-colors .itv-button.active, .itv-button--invert-colors:active, .itv-button--invert-colors.active {
  text-decoration: none;
  border-color: #dae0e7;
  background-color: transparent;
  color: #dae0e7
}
.itv-invert-button-colors .itv-button:active .itv-button__icon, .itv-invert-button-colors .itv-button.active .itv-button__icon, .itv-button--invert-colors:active .itv-button__icon, .itv-button--invert-colors.active .itv-button__icon {
  fill: #dae0e7
}
.itv-invert-button-colors .itv-button--solid, .itv-button--invert-colors--solid {
  border-color: white;
  background-color: white;
  color: #0757a8
}
.itv-invert-button-colors .itv-button--solid .itv-button__icon, .itv-button--invert-colors--solid .itv-button__icon {
  fill: #0757a8
}
.itv-invert-button-colors .itv-button--solid:hover, .itv-button--invert-colors--solid:hover {
  border-color: white;
  background-color: white;
  color: #348bcd
}
.itv-invert-button-colors .itv-button--solid:hover .itv-button__icon, .itv-button--invert-colors--solid:hover .itv-button__icon {
  fill: #348bcd
}
.itv-invert-button-colors .itv-button--solid:active, .itv-invert-button-colors .itv-button--solid.active, .itv-button--invert-colors--solid:active, .itv-button--invert-colors--solid.active {
  border-color: white;
  background-color: white;
  color: #01478d
}
.itv-invert-button-colors .itv-button--solid:active .itv-button__icon, .itv-invert-button-colors .itv-button--solid.active .itv-button__icon, .itv-button--invert-colors--solid:active .itv-button__icon, .itv-button--invert-colors--solid.active .itv-button__icon {
  fill: #01478d
}
span.icon {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 22px;
  margin: 0 5px;
  margin-top: -5px
}
span.icon.icon-button-play {
  background-image: url("")
}
span.icon.icon-button-announcement-play {
  background-image: url("")
}
span.icon.icon-button-more {
  background-image: url("")
}
.button {
  display: inline-block;
  margin: 10px 0;
  padding: 8px 10px;
  width: 100%;
  min-height: 40px;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background-color: #05519d;
  text-decoration: none;
  text-align: center;
  border: 1px solid #05519d;
  border-radius: 2px;
  cursor: pointer;
  transition: all 200ms
}
.button.white {
  background-color: white;
  color: #05519d;
  border: 1px solid white
}
.button.white:hover {
  color: #348bcd;
  background-color: white;
  border-color: white
}
.button.white:active {
  background-color: white;
  color: #01478d
}
.button.white span.icon.icon-button-more {
  background-image: url("")
}
.button.white:active span.icon.icon-button-more, .button.white:hover span.icon.icon-button-more {
  background-image: url("")
}
.button.white.with-border {
  border: 1px solid #05519d
}
.button.white.with-border:hover {
  border-color: #348bcd
}
.scroll-top {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  transform: translateZ(0);
  background-image: url("../images/scroll-top-bfa96e998419b47c0dd33b2d29c3e7c0969b37a5ba782cdfacf78448272b8878.svg");
  background-color: rgba(255, 255, 255, 0.8);
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  border: 2px solid #a2aeba;
  opacity: 0.8;
  transition: all 0.2s linear;
  z-index: 10
}
.scroll-top:hover {
  background-color: white;
  opacity: 1
}
.button {
  color: white;
  font-weight: bold;
  background-color: #05519d
}
.button:hover {
  background-color: #348bcd
}
.button:active {
  background-color: #01478d
}
.button.disabled {
  opacity: 0.8
}
.button.transparent {
  background-color: transparent;
  overflow: hidden;
  color: #05519d;
  border: 2px solid #05519d;
  background-repeat: no-repeat !important;
  background-position: center -100px !important;
}
.button.transparent:hover {
  color: #348bcd;
  border-color: #348bcd
}
.button.transparent:active {
  color: #01478d;
  border-color: #01478d
}
.button.transparent.loading {
  font-size: 0;
  background-position: center center !important;
  pointer-events: none;
  height: 46px
}
.w1tv-collect-common .w1tv-collect-item, .w1tv-collect-common .w1tv-collect-item:hover, .w1tv-collect-common .w1tv-collect-item:active, .w1tv-collect-common .w1tv-collect-item-content {
  background-color: #257fc7;
  color: #ffffff
}
*:not(.col-*) {
  box-sizing: border-box
}
main {
  margin: 0 auto
}
.fullwidth {
  margin: 0 -20px 0 -20px
}
.content-width {
  margin-left: auto;
  margin-right: auto
}
@media (min-width: 320px) {
  .content-width {
    max-width: 984px
  }
}
@media (min-width: 1600px) {
  .content-width-wide {
    max-width: 1360px
  }
}
.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-eq-height {
  display: flex
}
.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-'], section[class*=' col-'], article[class*='col-'] {
  box-sizing: content-box !important
}
@media (min-width: 320px) {
  body>.container {
    width: 1024px
  }
  main .col-md-1, .content .col-md-1 {
    width: 60px;
    padding: 0 12px 0 12px;
    float: none
  }
  main .col-md-1:first-of-type, .content .col-md-1:first-of-type {
    padding-left: 0
  }
  main .col-md-1:last-of-type, .content .col-md-1:last-of-type {
    padding-right: 0
  }
  .row>.col-md-1 {
    padding: 0 12px 0 12px
  }
  .col-md-offset-1 {
    margin-left: 84px !important
  }
  .itv-w-1 {
    width: 60px
  }
  main .col-md-2, .content .col-md-2 {
    width: 144px;
    padding: 0 12px 0 12px;
    float: none
  }
  main .col-md-2:first-of-type, .content .col-md-2:first-of-type {
    padding-left: 0
  }
  main .col-md-2:last-of-type, .content .col-md-2:last-of-type {
    padding-right: 0
  }
  .row>.col-md-2 {
    padding: 0 12px 0 12px
  }
  .col-md-offset-2 {
    margin-left: 168px !important
  }
  .itv-w-2 {
    width: 144px
  }
  main .col-md-3, .content .col-md-3 {
    width: 228px;
    padding: 0 12px 0 12px;
    float: none
  }
  main .col-md-3:first-of-type, .content .col-md-3:first-of-type {
    padding-left: 0
  }
  main .col-md-3:last-of-type, .content .col-md-3:last-of-type {
    padding-right: 0
  }
  .row>.col-md-3 {
    padding: 0 12px 0 12px
  }
  .col-md-offset-3 {
    margin-left: 252px !important
  }
  .itv-w-3 {
    width: 228px
  }
  main .col-md-4, .content .col-md-4 {
    width: 312px;
    padding: 0 12px 0 12px;
    float: none
  }
  main .col-md-4:first-of-type, .content .col-md-4:first-of-type {
    padding-left: 0
  }
  main .col-md-4:last-of-type, .content .col-md-4:last-of-type {
    padding-right: 0
  }
  .row>.col-md-4 {
    padding: 0 12px 0 12px
  }
  .col-md-offset-4 {
    margin-left: 336px !important
  }
  .itv-w-4 {
    width: 312px
  }
  main .col-md-5, .content .col-md-5 {
    width: 396px;
    padding: 0 12px 0 12px;
    float: none
  }
  main .col-md-5:first-of-type, .content .col-md-5:first-of-type {
    padding-left: 0
  }
  main .col-md-5:last-of-type, .content .col-md-5:last-of-type {
    padding-right: 0
  }
  .row>.col-md-5 {
    padding: 0 12px 0 12px
  }
  .col-md-offset-5 {
    margin-left: 420px !important
  }
  .itv-w-5 {
    width: 396px
  }
  main .col-md-6, .content .col-md-6 {
    width: 480px;
    padding: 0 12px 0 12px;
    float: none
  }
  main .col-md-6:first-of-type, .content .col-md-6:first-of-type {
    padding-left: 0
  }
  main .col-md-6:last-of-type, .content .col-md-6:last-of-type {
    padding-right: 0
  }
  .row>.col-md-6 {
    padding: 0 12px 0 12px
  }
  .col-md-offset-6 {
    margin-left: 504px !important
  }
  .itv-w-6 {
    width: 480px
  }
  main .col-md-7, .content .col-md-7 {
    width: 564px;
    padding: 0 12px 0 12px;
    float: none
  }
  main .col-md-7:first-of-type, .content .col-md-7:first-of-type {
    padding-left: 0
  }
  main .col-md-7:last-of-type, .content .col-md-7:last-of-type {
    padding-right: 0
  }
  .row>.col-md-7 {
    padding: 0 12px 0 12px
  }
  .col-md-offset-7 {
    margin-left: 588px !important
  }
  .itv-w-7 {
    width: 564px
  }
  main .col-md-8, .content .col-md-8 {
    width: 648px;
    padding: 0 12px 0 12px;
    float: none
  }
  main .col-md-8:first-of-type, .content .col-md-8:first-of-type {
    padding-left: 0
  }
  main .col-md-8:last-of-type, .content .col-md-8:last-of-type {
    padding-right: 0
  }
  .row>.col-md-8 {
    padding: 0 12px 0 12px
  }
  .col-md-offset-8 {
    margin-left: 672px !important
  }
  .itv-w-8 {
    width: 648px
  }
  main .col-md-9, .content .col-md-9 {
    width: 732px;
    padding: 0 12px 0 12px;
    float: none
  }
  main .col-md-9:first-of-type, .content .col-md-9:first-of-type {
    padding-left: 0
  }
  main .col-md-9:last-of-type, .content .col-md-9:last-of-type {
    padding-right: 0
  }
  .row>.col-md-9 {
    padding: 0 12px 0 12px
  }
  .col-md-offset-9 {
    margin-left: 756px !important
  }
  .itv-w-9 {
    width: 732px
  }
  main .col-md-10, .content .col-md-10 {
    width: 816px;
    padding: 0 12px 0 12px;
    float: none
  }
  main .col-md-10:first-of-type, .content .col-md-10:first-of-type {
    padding-left: 0
  }
  main .col-md-10:last-of-type, .content .col-md-10:last-of-type {
    padding-right: 0
  }
  .row>.col-md-10 {
    padding: 0 12px 0 12px
  }
  .col-md-offset-10 {
    margin-left: 840px !important
  }
  .itv-w-10 {
    width: 816px
  }
  main .col-md-11, .content .col-md-11 {
    width: 900px;
    padding: 0 12px 0 12px;
    float: none
  }
  main .col-md-11:first-of-type, .content .col-md-11:first-of-type {
    padding-left: 0
  }
  main .col-md-11:last-of-type, .content .col-md-11:last-of-type {
    padding-right: 0
  }
  .row>.col-md-11 {
    padding: 0 12px 0 12px
  }
  .col-md-offset-11 {
    margin-left: 924px !important
  }
  .itv-w-11 {
    width: 900px
  }
  main .col-md-12, .content .col-md-12 {
    width: 984px;
    padding: 0 12px 0 12px;
    float: none
  }
  main .col-md-12:first-of-type, .content .col-md-12:first-of-type {
    padding-left: 0
  }
  main .col-md-12:last-of-type, .content .col-md-12:last-of-type {
    padding-right: 0
  }
  .row>.col-md-12 {
    padding: 0 12px 0 12px
  }
  .col-md-offset-12 {
    margin-left: 1008px !important
  }
  .itv-w-12 {
    width: 984px
  }
}
.w_content .w_row {
  width: 984px;
  max-width: 100%
}
@media (min-width: 1600px) {
  .w_content .w_row {
    width: auto
  }
}
.w_content.big-slider {
  width: 100% !important
}
.w_content>.w_block:first-child {
  margin-left: 0
}
.w_content .w_block .text-block p {
  margin: 0 0 20px 0
}
.w_content .w_block .text-block p a:not(.button, .itv-button, .text-face, .text-quote, .text-incut) {
  /*text-decoration: underline*/
}
.w_content .w_block .w__block__note {
  margin-top: 25px;
  margin-bottom: 10px
}
@media (max-width: 732px) {
  .w_content .w_block .w__block__note {
    margin-bottom: 0
  }
}
@media (min-width: 733px) and (max-width: 1599px) {
  .w_content .w_block .w__block__note {
    margin-top: 0
  }
}
.w_content .w_block.c-1 {
  width: 60px;
  margin: 0 12px
}
.w_content .w_block.c-2 {
  width: 144px;
  margin: 0 12px
}
.w_content .w_block.c-3 {
  width: 228px;
  margin: 0 12px
}
.w_content .w_block.c-4 {
  width: 312px;
  margin: 0 12px
}
.w_content .w_block.c-5 {
  width: 396px;
  margin: 0 12px
}
.w_content .w_block.c-6 {
  width: 480px;
  margin: 0 12px
}
.w_content .w_block.c-7 {
  width: 564px;
  margin: 0 12px
}
.w_content .w_block.c-8 {
  width: 648px;
  margin: 0 12px
}
.w_content .w_block.c-9 {
  width: 732px;
  margin: 0 12px
}
.w_content .w_block.c-10 {
  width: 816px;
  margin: 0 12px
}
.w_content .w_block.c-11 {
  width: 900px;
  margin: 0 12px
}
.w_content .w_block.c-12 {
  width: 984px;
  margin: 0 12px
}
.w_content .w_block.o-1 {
  margin-left: 96px
}
.w_content .w_block.o-2 {
  margin-left: 180px
}
.w_content .w_block.o-3 {
  margin-left: 264px
}
.w_content .w_block.o-4 {
  margin-left: 348px
}
.w_content .w_block.o-5 {
  margin-left: 432px
}
.w_content .w_block.o-6 {
  margin-left: 516px
}
.w_content .w_block.o-7 {
  margin-left: 600px
}
.w_content .w_block.o-8 {
  margin-left: 684px
}
.w_content .w_block.o-9 {
  margin-left: 768px
}
.w_content .w_block.o-10 {
  margin-left: 852px
}
.w_content .w_block.o-11 {
  margin-left: 936px
}
.w_content .w_block.o-12 {
  margin-left: 1020px
}
.itv-flex-spacer {
  flex: 1 1 auto
}
.itv-clearfix::after {
  content: "";
  display: block;
  clear: both
}
.itv-container {
  width: 100%;
  margin: 0 auto
}
@media (min-width: 733px) {
  .itv-container {
    width: 1024px
  }
}
@media (min-width: 1600px) {
  .itv-container {
    width: 1360px
  }
}
.itv-container--relative {
  position: relative
}
.itv-content-width {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative
}
@media (min-width: 733px) {
  .itv-content-width {
    width: 1024px
  }
  .itv-content-width--padded {
    padding-left: 20px;
    padding-right: 20px
  }
  .itv-content-width--static {
    position: static
  }
}
@media (min-width: 1600px) {
  .itv-content-width {
    width: 1360px
  }
}
.itv-row {
  width: auto;
  margin: 0 20px
}
@media (min-width: 733px) {
  .itv-row {
    margin: 0 8px
  }
}
.itv-row::after {
  display: block;
  content: "";
  clear: both
}
.itv-row--flex {
  display: flex;
  flex-wrap: wrap
}
.itv-row-flex {
  display: flex
}
.itv-row-flex--center {
  justify-content: center
}
.itv-row-flex.itv-row-flex--wrap {
  flex-wrap: wrap
}
.itv-row-flex [class*="itv-col-"] {
  float: none
}
.itv-col-wrap {
  margin: 0 8px
}
.itv-col-wrap::after {
  content: "";
  display: block;
  clear: both
}
.itv-colwrap {
  margin: 0
}
.itv-colwrap::after {
  content: "";
  display: block;
  clear: both
}
@media (min-width: 733px) {
  .itv-col-wrap {
    margin: 0 -12px
  }
  .itv-colwrap {
    margin: 0 -12px
  }
}
.itv-col-1 {
  min-height: 1px;
  width: 100%;
  float: left
}
.itv-col-2 {
  min-height: 1px;
  width: 100%;
  float: left
}
.itv-col-3 {
  min-height: 1px;
  width: 100%;
  float: left
}
.itv-col-4 {
  min-height: 1px;
  width: 100%;
  float: left
}
.itv-col-5 {
  min-height: 1px;
  width: 100%;
  float: left
}
.itv-col-6 {
  min-height: 1px;
  width: 100%;
  float: left
}
.itv-col-7 {
  min-height: 1px;
  width: 100%;
  float: left
}
.itv-col-8 {
  min-height: 1px;
  width: 100%;
  float: left
}
.itv-col-9 {
  min-height: 1px;
  width: 100%;
  float: left
}
.itv-col-10 {
  min-height: 1px;
  width: 100%;
  float: left
}
.itv-col-11 {
  min-height: 1px;
  width: 100%;
  float: left
}
.itv-col-12 {
  min-height: 1px;
  width: 100%;
  float: left
}
@media (max-width: 732px) {
  .itv-col-s-wide {
    margin: 0 -20px;
    width: calc(100% + 40px)
  }
}
@media (min-width: 733px) {
  .itv-col-1 {
    margin: 0 12px;
    width: 60px
  }
  .itv-col-2 {
    margin: 0 12px;
    width: 144px
  }
  .itv-col-3 {
    margin: 0 12px;
    width: 228px
  }
  .itv-col-4 {
    margin: 0 12px;
    width: 312px
  }
  .itv-col-5 {
    margin: 0 12px;
    width: 396px
  }
  .itv-col-6 {
    margin: 0 12px;
    width: 480px
  }
  .itv-col-7 {
    margin: 0 12px;
    width: 564px
  }
  .itv-col-8 {
    margin: 0 12px;
    width: 648px
  }
  .itv-col-9 {
    margin: 0 12px;
    width: 732px
  }
  .itv-col-10 {
    margin: 0 12px;
    width: 816px
  }
  .itv-col-11 {
    margin: 0 12px;
    width: 900px
  }
  .itv-col-12 {
    margin: 0 12px;
    width: 984px
  }
  .itv-col-offset-1 {
    margin-left: 96px
  }
  .itv-col-offset-right-1 {
    margin-right: 96px
  }
  .itv-col-offset-2 {
    margin-left: 180px
  }
  .itv-col-offset-right-2 {
    margin-right: 180px
  }
  .itv-col-offset-3 {
    margin-left: 264px
  }
  .itv-col-offset-right-3 {
    margin-right: 264px
  }
  .itv-col-offset-4 {
    margin-left: 348px
  }
  .itv-col-offset-right-4 {
    margin-right: 348px
  }
  .itv-col-offset-5 {
    margin-left: 432px
  }
  .itv-col-offset-right-5 {
    margin-right: 432px
  }
  .itv-col-offset-6 {
    margin-left: 516px
  }
  .itv-col-offset-right-6 {
    margin-right: 516px
  }
  .itv-col-offset-7 {
    margin-left: 600px
  }
  .itv-col-offset-right-7 {
    margin-right: 600px
  }
  .itv-col-offset-8 {
    margin-left: 684px
  }
  .itv-col-offset-right-8 {
    margin-right: 684px
  }
  .itv-col-offset-9 {
    margin-left: 768px
  }
  .itv-col-offset-right-9 {
    margin-right: 768px
  }
  .itv-col-offset-10 {
    margin-left: 852px
  }
  .itv-col-offset-right-10 {
    margin-right: 852px
  }
  .itv-col-offset-11 {
    margin-left: 936px
  }
  .itv-col-offset-right-11 {
    margin-right: 936px
  }
  .itv-col-offset-12 {
    margin-left: 1020px
  }
  .itv-col-offset-right-12 {
    margin-right: 1020px
  }
}
@media (min-width: 1600px) {
  .itv-col-hd-1 {
    width: 60px
  }
  .itv-col-hd-2 {
    width: 144px
  }
  .itv-col-hd-3 {
    width: 228px
  }
  .itv-col-hd-4 {
    width: 312px
  }
  .itv-col-hd-5 {
    width: 396px
  }
  .itv-col-hd-6 {
    width: 480px
  }
  .itv-col-hd-7 {
    width: 564px
  }
  .itv-col-hd-8 {
    width: 648px
  }
  .itv-col-hd-9 {
    width: 732px
  }
  .itv-col-hd-10 {
    width: 816px
  }
  .itv-col-hd-11 {
    width: 900px
  }
  .itv-col-hd-12 {
    width: 984px
  }
  .itv-col-hd-13 {
    width: 1068px
  }
  .itv-col-hd-14 {
    width: 1152px
  }
  .itv-col-hd-15 {
    width: 1236px
  }
  .itv-col-hd-16 {
    width: 1320px
  }
  .itv-col-hd-offset-1 {
    margin-left: 96px
  }
  .itv-col-hd-offset-right-1 {
    margin-right: 96px
  }
  .itv-col-hd-offset-2 {
    margin-left: 180px
  }
  .itv-col-hd-offset-right-2 {
    margin-right: 180px
  }
  .itv-col-hd-offset-3 {
    margin-left: 264px
  }
  .itv-col-hd-offset-right-3 {
    margin-right: 264px
  }
  .itv-col-hd-offset-4 {
    margin-left: 348px
  }
  .itv-col-hd-offset-right-4 {
    margin-right: 348px
  }
  .itv-col-hd-offset-5 {
    margin-left: 432px
  }
  .itv-col-hd-offset-right-5 {
    margin-right: 432px
  }
  .itv-col-hd-offset-6 {
    margin-left: 516px
  }
  .itv-col-hd-offset-right-6 {
    margin-right: 516px
  }
  .itv-col-hd-offset-7 {
    margin-left: 600px
  }
  .itv-col-hd-offset-right-7 {
    margin-right: 600px
  }
  .itv-col-hd-offset-8 {
    margin-left: 684px
  }
  .itv-col-hd-offset-right-8 {
    margin-right: 684px
  }
  .itv-col-hd-offset-9 {
    margin-left: 768px
  }
  .itv-col-hd-offset-right-9 {
    margin-right: 768px
  }
  .itv-col-hd-offset-10 {
    margin-left: 852px
  }
  .itv-col-hd-offset-right-10 {
    margin-right: 852px
  }
  .itv-col-hd-offset-11 {
    margin-left: 936px
  }
  .itv-col-hd-offset-right-11 {
    margin-right: 936px
  }
  .itv-col-hd-offset-12 {
    margin-left: 1020px
  }
  .itv-col-hd-offset-right-12 {
    margin-right: 1020px
  }
}
.widget-date {
  margin-top: 10px;
  height: 70px;
  color: white;
  background: url("");
  background-size: cover;
  text-align: center;
  line-height: 17px
}
.widget-date .date {
  font-size: 16px;
  padding-top: 12px;
  text-transform: capitalize
}
.widget-date .month {
  font-size: 10px;
  text-transform: uppercase
}
.widget-date .month::after {
  display: block;
  content: "";
  margin-left: auto;
  margin-right: auto;
  width: 42px;
  height: 2px;
  background-color: white;
  margin-bottom: 2px
}
.widget-date .time {
  font-size: 14px
}
.widget-remind {
  margin-top: 10px
}
.widget-remind a {
  font-family: "Arial", serif;
  font-size: 9px;
  letter-spacing: 0;
  text-decoration: none;
  color: #000;
  display: block;
  border: 1px solid black;
  border-radius: 1px;
  padding: 5px;
  text-align: center
}
section.date-range-widget {
  margin: 0 auto;
  width: 312px;
  font-weight: bold
}
section.date-range-widget.searching::before {
  content: "";
  display: block;
  position: absolute;
  width: 312px;
}
section.date-range-widget.searching button, section.date-range-widget.searching div {
  opacity: 0.5;
  pointer-events: none
}
section.date-range-widget .preset {
  opacity: 0.8
}
section.date-range-widget .preset.active, section.date-range-widget .preset:hover {
  opacity: 1
}
section.date-range-widget::before {
  content: " ";
  display: table
}
section.date-range-widget::after {
  content: ".n";
  clear: both;
  visibility: hidden
}
section.date-range-widget>button {
  height: 30px;
  margin: 0 0 20px 0;
  padding: 1px 7px 2px;
  line-height: 28px;
  font-weight: bold;
  width: 144px;
  background-color: white;
  font-size: 15px;
  float: left;
  text-align: center;
  text-decoration: none;
  color: inherit;
  display: block;
  border: 1px solid #96a0a8;
  transition: opacity 300ms
}
section.date-range-widget>button:nth-child(odd) {
  margin-right: 24px
}
section.date-range-widget>button.spacer {
  pointer-events: none;
  width: 24px;
  padding: 0
}
section.date-range-widget>button:focus {
  outline: 0
}
section.date-range-widget button.active, section.date-range-widget button.button--filled {
  color: white;
  background-color: #58a6dd;
  border-color: #58a6dd
}
section.date-range-widget button.by-dates.active {
  pointer-events: none
}
section.date-range-widget .preset.by-dates:not(.active)~.date-from, section.date-range-widget .preset.by-dates:not(.active)~.date-to {
  pointer-events: none
}
section.date-range-widget>button {
  height: 32px
}
section.date-range-widget>button.date-from, section.date-range-widget>button.date-to, section.date-range-widget>button.spacer {
  font-size: 14px;
  margin: 0;
  border-color: white
}
section.date-range-widget>button.date-from:hover, section.date-range-widget>button.date-from:hover, section.date-range-widget>button.date-to:hover, section.date-range-widget>button.date-to:hover, section.date-range-widget>button.spacer:hover, section.date-range-widget>button.spacer:hover {
  background-color: transparent !important
}
section.date-range-widget>button.date-from svg, section.date-range-widget>button.date-to svg, section.date-range-widget>button.spacer svg {
  display: none;
  fill: #58A6DD
}
section.date-range-widget>button.date-from.calendar, section.date-range-widget>button.date-to.calendar, section.date-range-widget>button.spacer.calendar {
  width: 20px;
  height: 30px
}
section.date-range-widget>button.date-from.clear-calendar, section.date-range-widget>button.date-to.clear-calendar, section.date-range-widget>button.spacer.clear-calendar {
  display: none;
  width: 12px;
  height: 30px
}
section.date-range-widget>button.date-from>div, section.date-range-widget>button.date-to>div, section.date-range-widget>button.spacer>div {
  display: inline-block;
  height: 30px;
  vertical-align: top
}
section.date-range-widget>button.date-from>div.icon, section.date-range-widget>button.date-to>div.icon, section.date-range-widget>button.spacer>div.icon {
  width: 20px;
  background-repeat: no-repeat;
  background-position: center center
}
section.date-range-widget>button.date-from>div.date, section.date-range-widget>button.date-to>div.date, section.date-range-widget>button.spacer>div.date {
  margin: 0 5px
}
section.date-range-widget>button.date-from>div.date .text, section.date-range-widget>button.date-to>div.date .text, section.date-range-widget>button.spacer>div.date .text {
  margin: 0;
  width: 120px;
  line-height: 30px
}
section.date-range-widget>button.date-from>div.date .text.gray, section.date-range-widget>button.date-to>div.date .text.gray, section.date-range-widget>button.spacer>div.date .text.gray {
  font-weight: normal;
  color: gray
}
section.date-range-widget>button.date-from>div.date input, section.date-range-widget>button.date-to>div.date input, section.date-range-widget>button.spacer>div.date input {
  width: 82px;
  font-size: 16px;
  border: none;
  outline: none
}
section.date-range-widget>button.date-from.selected, section.date-range-widget>button.date-to.selected, section.date-range-widget>button.spacer.selected {
  position: relative;
  z-index: 99;
  border: 1px solid !important;
  border-color: #96a0a8 !important;
  border-bottom: 3px solid #ffffff !important;
  opacity: 1
}
section.date-range-widget #widget-calendar-container {
  float: left;
  margin-top: -1px;
  width: 312px
}
input::-ms-clear {
  display: none
}
article.search header.search-bar {
  background-color: #1b354a;
  position: relative;
  padding: 20px 20px 0 20px
}
article.search header.search-bar .tabs {
  margin-top: 20px
}
article.search header.search-bar .tabs select {
  display: none
}
article.search header.search-bar .tabs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: -1px
}
article.search header.search-bar .tabs ul li {
  display: inline
}
article.search header.search-bar .tabs ul li a {
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  color: #58a6dd;
  text-decoration: none
}
article.search header.search-bar .tabs ul li a.active {
  background-color: white;
  color: #1b354a
}
article.search header.search-bar .tabs ul li a.active:hover {
  background-color: white;
  color: #1b354a
}
article.search header.search-bar .tabs ul li a:hover {
  background-color: #5296db;
  color: #ffffff
}
.w1tv-collect-common .w1tv-collect-item, .w1tv-collect-common .w1tv-collect-item:hover, .w1tv-collect-common .w1tv-collect-item:active, .w1tv-collect-common .w1tv-collect-item-content {
  background-color: #257fc7;
  color: #ffffff
}
.slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  z-index: 100
}
.slick-dots li {
  display: flex;
  align-items: center;
  list-style: none;
  height: 35px;
  margin: 0 6px;
  z-index: 1
}
.slick-dots button {
  margin: 0;
  padding: 1px !important;
  min-height: 0 !important;
  width: 10px;
  height: 10px;
  background-color: black;
  border: 1px solid transparent;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
  background-clip: padding-box;
  box-sizing: content-box
}
@media (max-width: 732px) {
  .slick-dots button {
    width: 7px;
    height: 7px
  }
}
.slick-dots button:focus {
  outline: none
}
.slick-dots .slick-active button {
  border-width: 1px;
  border-color: black;
  background-color: transparent
}
@media (min-width: 733px) {
  .slick-dots li {
    margin: 0 14px
  }
}
.tvshows .slick-dots button, .bigpromo .slick-dots button {
  background-color: white
}
.tvshows .slick-dots .slick-active button, .bigpromo .slick-dots .slick-active button {
  border-color: white;
  background-color: transparent
}
@media (max-width: 732px) {
  .bigpromo .slick-dots button {
    background-color: black
  }
  .bigpromo .slick-dots .slick-active button {
    border-color: black;
    background-color: transparent
  }
}
.w1tv-collect-common .w1tv-collect-item, .w1tv-collect-common .w1tv-collect-item:hover, .w1tv-collect-common .w1tv-collect-item:active, .w1tv-collect-common .w1tv-collect-item-content {
  background-color: #257fc7;
  color: #ffffff
}
article.search .searchbar, .search.project .searchbar {
  position: relative;
  top: 0;
  height: auto;
  min-height: 40px
}
.search.project .searchbar {
  padding: 20px
}
@media (min-width: 733px) {
  .search.project .searchbar {
    padding: 20px 0
  }
}
article.search-results {
  position: relative;
  margin-top: 30px
}
article.search-results h2 {
  font-weight: normal
}
article.search-results h3 {
  font-size: 20px;
  margin: 0;
  font-weight: normal
}
article.search-results .container.row {
  margin: 0
}
article.search-results .search-most-interesting {
  display: flex;
  justify-content: space-between;
  max-width: 100%
}
@media (max-width: 732px) {
  article.search-results .search-most-interesting {
    flex-wrap: wrap
  }
}
article.search-results .search-most-interesting.search-person, article.search-results .search-most-interesting.search-project {
  margin-top: 10px
}
article.search-results .search-most-interesting.search-person .photo, article.search-results .search-most-interesting.search-project .photo {
  overflow: hidden;
  width: 312px;
  height: 220px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: black
}
@media (max-width: 732px) {
  article.search-results .search-most-interesting.search-person .photo, article.search-results .search-most-interesting.search-project .photo {
    width: 100%
  }
}
article.search-results .search-most-interesting.search-person .intro, article.search-results .search-most-interesting.search-project .intro {
  position: relative;
  width: 312px;
  flex-grow: 1;
  margin-left: 24px
}
@media (max-width: 732px) {
  article.search-results .search-most-interesting.search-person .intro, article.search-results .search-most-interesting.search-project .intro {
    width: 100%;
    margin-left: 0;
    margin-top: 10px
  }
}
article.search-results .search-most-interesting.search-person .intro .name, article.search-results .search-most-interesting.search-project .intro .name {
  font-size: 24px;
  line-height: 30px;
  word-spacing: normal
}
article.search-results .search-most-interesting.search-person .intro .lead, article.search-results .search-most-interesting.search-project .intro .lead {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0;
  height: 130px;
  overflow: hidden
}
@media (max-width: 732px) {
  article.search-results .search-most-interesting.search-person .intro .lead, article.search-results .search-most-interesting.search-project .intro .lead {
    height: auto;
    margin-bottom: 50px
  }
}
article.search-results .search-most-interesting.search-person .intro .lead::after, article.search-results .search-most-interesting.search-project .intro .lead::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  box-shadow: 0 0 10px 10px white
}
article.search-results .search-most-interesting.search-person a.button, article.search-results .search-most-interesting.search-project a.button {
  position: absolute;
  bottom: 0;
  margin: 0
}
article.search-results .search-most-interesting.search-project .intro .name {
  word-spacing: normal
}
article.search-results article.search-top-video {
  margin-top: 40px
}
article.search-results article.search-top-video h3 {
  margin-bottom: 13px
}
article.search-results article.search-top-video .media {
  padding: 3px;
  border: 1px solid #96a0a8
}
article.search-results article.search-top-video .media .name {
  padding: 11px
}
article.search-results article.search-projects {
  margin-top: 40px
}
article.search-results article.search-projects section.cards {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px
}
article.search-results article.search-projects section.cards a {
  display: block;
  flex-direction: column;
  height: 350px
}
article.search-results article.search-projects section.cards a .name {
  margin-top: 10px;
  color: black;
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold
}
article.search-results article.search-projects section.cards a .lead {
  margin-top: 0;
  padding: 0 10px;
  color: #257fc7;
  font-weight: bold
}
article.search-results .search-more {
  margin-top: 40px
}
article.search-results .search-more h3 {
  font-size: 22px;
  min-height: 24px;
  position: relative
}
article.search-results .search-more h3.searching::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 30px;
  height: 100%;
}
article.search-results .search-more a {
  display: block;
  overflow: hidden
}
article.search-results .search-more .results {
  margin-top: 26px;
  transition: max-height 1s;
  overflow: hidden
}
article.search-results .search-more .results .collections_items__load_block {
  justify-content: flex-start
}
article.search-results .search-more .results a.result {
  margin-bottom: 30px
}
article.search-results .search-more .results a.result .image {
  display: inline-block;
  position: relative;
  margin-right: 24px;
  width: 144px;
  height: 81px
}
article.search-results .search-more .results a.result .image img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto
}
article.search-results .search-more .results a.result .data {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  width: 648px;
  margin-top: -4px
}
@media (max-width: 732px) {
  article.search-results .search-more .results a.result .data {
    margin-top: 10px
  }
}
article.search-results .search-more .results a.result .data .show-name {
  font-size: 14px;
  font-weight: bold
}
article.search-results .search-more .results a.result .data .show-name::first-letter {
  text-transform: uppercase
}
article.search-results .search-more .results a.result .data .date {
  margin-top: 4px;
  color: #96a0a8;
  font-size: 13px
}
article.search-results .search-more .results a.result .data .head {
  font-size: 17px;
  font-weight: bold
}
article.search-results .search-more .results a.result .data .lead {
  margin: 0;
  font-size: 16px;
  color: #000000
}
article.search-results .search-more .results a.result .image+.data {
  max-width: 100%;
  width: 480px
}
@media (max-width: 732px) {
  article.search-results .search-more .results a.result .image+.data {
    width: 100%
  }
}
@media (min-width: 1600px) {
  article.search-results .search-more .results a.result .image+.data {
    width: 816px
  }
}
article.search-results .search-more .results a.result:hover .show-name {
  text-decoration: underline
}
article.search-results .cols {
  text-align: center;
  background-color: black
}
article.search-results .cols img {
  max-width: 100%;
  height: auto
}
article.search-results .calendar {
  margin-top: 5px;
  overflow: auto
}
article.search-results .calendar .text>h2 {
  font-size: 22px
}
@media (max-width: 732px) {
  article.search-results .calendar .text>h2 {
    text-align: center
  }
}
article.search-results section.date-range-widget .calendar {
  overflow: hidden;
  margin-top: -2px;
  display: inline-block
}
article.search-results section.date-range-widget .date>.text {
  font-size: 15px
}
@media (max-width: 732px) {
  .searchbar {
    padding: 0
  }
  a.button.scroll-top {
    display: none !important
  }
  ul.ui-autocomplete {
    left: 0 !important;
    right: 0;
    width: 100% !important;
    padding: 0 20px;
    background-color: transparent;
    border: none
  }
  ul.ui-autocomplete li, ul.ui-autocomplete:first-child {
    background-color: white;
    border-left: 1px solid #aebfcc;
    border-right: 1px solid #aebfcc
  }
  .searchbar .search input {
    font-size: 18px
  }
  article.search header.search-bar {
    padding: 20px
  }
  article.search .tabs {
    position: relative
  }
  article.search .tabs ul {
    display: none
  }
  article.search .tabs select {
    display: block !important;
    height: 40px;
    border: none;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    background-color: white;
    -webkit-appearance: none;
    padding: 0 10px;
    border-radius: 0
  }
  article.search .tabs::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 10px;
    height: 10px;
    background-image: url("../images/nib-blue-bb09c2b3c592d4c96f46ca91c2647144f30ced097b10c478375aee08b94a17bd.svg");
    background-repeat: no-repeat
  }
  .search-results .col-md-8 {
    width: 100%
  }
  .search-results .col-md-8 .most-relevant {
    margin-top: 10px
  }
  .search-results .col-md-8 .most-relevant h2 {
    padding-left: 20px;
    font-size: 22px
  }
  .search-results .col-md-8 .search-most-interesting {
    display: block;
    padding: 0 24px
  }
  .search-results .col-md-8 .search-most-interesting .photo {
    width: 100% !important
  }
  .search-results .col-md-8 .search-most-interesting .intro {
    display: block;
    margin-top: 10px;
    padding: 0;
    width: 100%
  }
  .search-results .col-md-8 .search-most-interesting .intro a.button {
    position: relative
  }
  .search-results .col-md-8 .search-top-video h3 {
    padding: 0 20px
  }
  .search-results .col-md-8 .results a.result .data {
    width: 100% !important;
    margin-top: 10px !important
  }
  .search-results .col-md-4 {
    display: none;
    padding: 0;
    width: 100%
  }
  .search-results .col-md-4 .text h2 {
    text-align: center
  }
  .search-results .col-md-4 .side-promo-place-right {
    width: 312px
  }
  .search-results .col-md-4 .side-promo-place-right .promo-place {
    margin: 0 auto
  }
}
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
  }
}
ul.ui-autocomplete li.ui-menu-item {
  padding-left: 20px;
  padding-right: 20px;
  border-top: 1px solid #aebfcc;
  cursor: pointer
}
ul.ui-autocomplete li.ui-menu-item:first-child {
  border: none
}
ul.ui-autocomplete li.ui-menu-item:hover {
  color: white;
  background-color: #58a6dd
}
ul.ui-autocomplete li.ui-menu-item:active {
  color: white;
  background-color: #05519d
}
ul.ui-autocomplete li.ui-menu-item.ui-state-focus {
  color: white;
  background-color: #58a6dd
}
ul.ui-autocomplete li.ui-menu-item--date::before {
  display: inline-block;
  content: url("");
  margin-right: 10px;
  width: 20px;
  height: 36px;
  vertical-align: middle
}
.w1tv-collect-common .w1tv-collect-item, .w1tv-collect-common .w1tv-collect-item:hover, .w1tv-collect-common .w1tv-collect-item:active, .w1tv-collect-common .w1tv-collect-item-content {
  background-color: #257fc7;
  color: #ffffff
}
@media (max-width: 732px) {
  .itv-tag-list--bottom {
    margin-left: 8px;
    margin-right: 8px
  }
}
.itv-news-single {
  margin-bottom: 20px
}
.itv-news-single a.button {
  width: 100%
}
.itv-news-single .tag-list {
  font-size: 12px !important
}
.itv-news-single .itv-news-list__info {
  display: flex
}
@media (max-width: 732px) {
  .itv-news-single .itv-news-list__info {
    flex-wrap: wrap
  }
}
.itv-news-single .itv-news-list__date {
  line-height: 30px;
  margin-right: 20px;
  flex: 0 0 auto
}
.itv-news-single .itv-bottom-tag-list {
  margin-left: 84px
}
.itv-news__header {
  color: #05519d;
  padding-top: 25px
}
@media (max-width: 732px) {
  .itv-news__header {
    margin: 0 12px;
    max-width: calc(100% - 24px);
    padding-top: 5px
  }
}
.itv-news__header .data {
  height: 30px;
  font-size: 13px
}
.itv-news__header .data .date {
  display: inline-block;
  color: #a3b0b9
}
.itv-news__header .data .date::before {
  display: inline-block;
  content: "";
  margin-right: 10px;
  width: 10px;
  height: 10px;
  background-image: url("../images/gray-clock-1e991ca7c40ab06193e9f4edd8f243203dc425166917b50299fcd06018da0aca.svg")
}
.itv-news__header .title {
  margin-top: 0;
  font-weight: bold;
  font-size: 27px !important;
  /*line-height: 22px*/
}
@media (min-width: 733px) {
  .itv-news__header .title {
    font-size: 38px;
    line-height: 40px
  }
}
.itv-news__header .player {
  margin-top: 25px;
  padding: 0;
  box-sizing: border-box
}
.itv-news__header .text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  max-width: 100%
}
.itv-news__header .text .authors a {
  font-weight: bold
}
.itv-news__header .text .itv-tag-list {
  margin-top: 17px
}
.itv-news__header .text .share-buttons {
  margin-top: 10px
}
.itv-news__header .w__block__collection.type-tiles {
  margin: 0 -12px
}
.itv-news__header .w__block__collection .w_collection_items {
  margin-left: 0
}
.itv-news__header .w__block__collection .button.transparent {
  margin-left: 12px;
  margin-right: 12px;
  width: calc(100% - 24px)
}
.itv-news__header .w_collection_items.items-12 {
  margin: 0
}
.itv-news__header .w_collection_items {
  width: 100%
}
.itv-news__header .social-buttons {
  margin-top: 20px
}
.itv-news__header .w_content .w_row .w__block__video .splash_wrapper img {
  max-height: 391px
}
@media (max-width: 732px) {
  .itv-news__header .w__block__collection.type-tiles .w_collection_items .card {
    max-width: 288px
  }
  .itv-news__header .w__block__collection.type-tiles {
    margin: 4px
  }
  .itv-news__header .w_collection_items.items-12 {
    margin: 0
  }
  .itv-news__header .w_collection_items.items-12 div.card {
    margin: 0 0 24px 0
  }
  .itv-news__header .w_collection_items.items-12 a.card {
    margin: 12px 0;
    height: auto
  }
  .itv-news__header .w_collection_items.items-12 a.card .text {
    position: relative;
    top: 0;
    height: auto
  }
  .itv-news__header .w_collection_items.items-12 a.card .text .lead {
    margin-bottom: 0
  }
  .itv-news__header .w_collection_items.items-12 a.card .text::after {
    content: none
  }
  .itv-news__header .w__block__video .player-wrapper .tv1player, .itv-news__header .w__block__video .splash_wrapper {
    left: 0;
    right: 0
  }
  .itv-news__header .w_video_title {
    margin-left: 20px;
    margin-right: 20px
  }
}
.itv-news__header section.more-news-cards .card {
  padding: 19px
}
.itv-news__header section.more-news-cards .card:last-child {
  border-bottom: 1px solid #a1c5e1
}
.itv-news__header section.more-news-cards .card .info {
  display: flex
}
.itv-news__header section.more-news-cards .card .date {
  display: inline-block;
  margin-top: 4px;
  font-size: 18px;
  color: #96a0a8;
  flex-shrink: 0
}
.itv-news__header section.more-news-cards .card .tag-list, .itv-news__header section.more-news-cards .card .news-tag-list {
  display: inline-block;
  margin: 0
}
.itv-news__header section.more-news-cards .card .tag-list .tag, .itv-news__header section.more-news-cards .card .news-tag-list .tag {
  display: inline-block;
  color: #5296db;
  border: 1px solid #5296db;
  border-radius: 2px;
  padding: 0 10px 4px
}
.itv-news__header section.more-news-cards .card .tag-list a button.tag.active, .itv-news__header section.more-news-cards .card .news-tag-list a button.tag.active {
  background-color: white;
  border-color: #5296db;
  color: #5296db
}
.itv-news__header section.more-news-cards .card .tag-list a button.tag:hover, .itv-news__header section.more-news-cards .card .news-tag-list a button.tag:hover {
  background-color: #58a6dd;
  border-color: #5296db;
  color: white
}
.itv-news__header section.more-news-cards .card .tag-list a button.tag.tag_rubric.active, .itv-news__header section.more-news-cards .card .news-tag-list a button.tag.tag_rubric.active {
  background-color: #05519d;
  border-color: #05519d;
  color: white
}
.itv-news__header section.more-news-cards .card .tag-list a button.tag.tag_rubric:hover, .itv-news__header section.more-news-cards .card .news-tag-list a button.tag.tag_rubric:hover {
  background-color: #58a6dd;
  border-color: #58a6dd;
  color: white
}
.itv-news__header section.more-news-cards .card a.title {
  margin-top: 3px;
  color: #05519d;
  text-decoration: none
}
.itv-news__header section.more-news-cards .card a.title:hover {
  text-decoration: underline
}
.itv-news__header section.more-news-cards .card.hot a.title {
  color: #eb0f4d
}
.itv-news__header section.other-news-cards .card.card-small, .itv-news__header .read-more .card.card-small {
  padding: 14px 0
}
.itv-news__header section.other-news-cards .card.card-small .time, .itv-news__header .read-more .card.card-small .time {
  display: inline-block;
  margin-right: 10px;
  min-width: 41px;
  min-height: 1px
}
.itv-news__header section.other-news-cards .card.card-small a.title, .itv-news__header .read-more .card.card-small a.title {
  display: inline-block;
  margin: 0;
  width: 260px;
  font-size: 16px;
  text-decoration: none
}
.itv-news__header section.other-news-cards .card.card-small a.title>span, .itv-news__header .read-more .card.card-small a.title>span {
  display: inline-block
}
.itv-news__header section.other-news-cards .card.card-small a.title>span span.icon, .itv-news__header .read-more .card.card-small a.title>span span.icon {
  margin-left: 5px
}
.itv-news__header section.other-news-cards .card.card-small.hot .title, .itv-news__header .read-more .card.card-small.hot .title {
  width: 255px;
  font-size: 18px
}
.itv-news__header section.other-news-cards h2, .itv-news__header .read-more h2 {
  margin-bottom: 13px;
  font-size: 20px;
  font-weight: normal
}
.itv-news__header section.other-news-cards h2.top-news, .itv-news__header .read-more h2.top-news {
  margin-bottom: 2px
}
.itv-news__header section.other-news-cards a.button, .itv-news__header .read-more a.button {
  margin-top: 10px;
  font-size: 18px
}
.itv-news__header .calendar {
  margin-top: 50px
}
.itv-news__header .calendar h2 {
  margin-bottom: 3px;
  font-size: 22px;
  font-weight: normal
}
.itv-read-more {
  margin-top: 42px
}
.itv-read-more h2 {
  font-size: 20px;
  padding: 0 20px
}
.itv-more-news-cards {
  margin-top: 16px
}
.itv-more-news-card {
  border-top: 1px solid #a1c5e1;
  padding: 20px;
  line-height: 20px;
  font-size: 18px;
  position: relative
}
.itv-more-news-card__title {
  margin-top: 4px;
  display: block;
  font-size: 18px;
  font-weight: bold
}
.text-block.authors {
  margin-top: 0;
  font-weight: bold
}
@media (min-width: 733px) {
  .itv-news-single .side-promo-place-right:not(.tower) {
    margin-top: 15px
  }
}
.itv-news-single .share-buttons {
  margin-top: 10px
}
.itv-news-single .text .w_row {
  width: 100%
}
@media (max-width: 732px) {
  .itv-news-single .news-single-tags {
    display: none
  }
  .itv-news-single .w_content .w_block.c-6, .itv-news-single .w_content .w_block.c-8 {
    width: 100%
  }
  .itv-news-single .w_content .w_block.o-1 {
    margin-left: 12px
  }
  .itv-news-single .w_content .w_block .w__block__video, .itv-news-single .w_content .w_block .w__block__illustration, .itv-news-single .w_content .w_block .w__block__collection {
    width: calc(100% + 40px);
    margin: 10px -20px 20px
  }
  .itv-news-single .w_content .w_block .w_collection_items {
    max-width: 100%
  }
}
@media (min-width: 1600px) {
  .itv-news-single .w_content .w_block.c-8 {
    width: 984px
  }
  .itv-news-single .w_content .w_block.c-6 {
    width: 732px
  }
  .itv-news-single .w_content .w_block .w__block__note {
    margin-top: 0
  }
  .itv-news-single .w_content .w_block .w__block__note.note-calendar {
    top: 3px
  }
}
.news-top-share-buttons {
/*  margin-top: 30px*/
}
.itv-newslist-header {
  margin: 10px 0 15px
}
@media (max-width: 1599px) {
  .itv-news-single .calendar {
    margin: 0 -20px
  }
  .itv-news-single .calendar h2 {
    text-align: center
  }
}
.news {
  margin-bottom: 20px
}
.news button.more {
  width: 100%;
  margin-top: 5px
}
.news .main-news-cards .time, .news .main-news-cards .body {
  display: inline-block;
  vertical-align: top
}
.news .main-news-cards .time {
  margin-top: -4px;
  max-width: 60px
}
.news .main-news-cards .card {
  display: block;
  padding: 23px 0 22px 0
}
@media (max-width: 732px) {
  .news .main-news-cards .card {
    margin: 0
  }
}
.news .main-news-cards .card .title {
  display: block
}
.news .main-news-cards .card .title>h2 {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin: 0
}
.news .main-news-cards .card button, .news .main-news-cards .card a.button {
  margin-top: 5px;
  margin-bottom: 0
}
.news .main-news-cards .card .body {
  margin-top: -4px;
  padding-left: 7px;
  max-width: 100%
}
@media (max-width: 732px) {
  .news .main-news-cards .card .body {
    padding-left: 0;
    max-width: calc(100% - 60px)
  }
}
.news .main-news-cards .card .body .button {
  max-width: 100%
}
.news .side-ads:not(.tower), .news .side-promo-place-right:not(.tower) {
  margin-top: 40px
}
.news .news-feed-cards {
  margin: 17px 0 0 0
}
@media (min-width: 733px) {
  .news .news-feed-cards>.card.date {
    padding: 15px 12px !important
  }
}
.news .news-feed-cards>.card {
  display: block;
  padding: 19px 0 22px 0
}
@media (max-width: 732px) {
  .news .news-feed-cards>.card {
    margin: 0
  }
}
.news .news-feed-cards>.card .title>h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold
}
@media (max-width: 732px) {
  .news .news-feed-cards>.card .title>h2 {
    font-size: 16px
  }
}
@media (min-width: 733px) {
  .news .news-feed-cards>.card:first-of-type .time {
    margin-top: 8px
  }
  .news .news-feed-cards>.card:first-of-type .title>h2 {
    font-size: 26px;
    line-height: 30px
  }
}
.news .news-feed-cards>.card.current .title>h2 {
  font-size: 26px !important
}
.news .news-feed-cards>.card.hot .title h2 {
  color: #eb0f4d !important
}
.news .news-feed-cards>.card .time {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  max-width: 60px
}
@media (max-width: 732px) {
  .news .news-feed-cards>.card .time {
    text-align: left;
    font-size: 16px
  }
}
.news .news-feed-cards>.card .body {
  display: inline-block
}
@media (max-width: 732px) {
  .news .news-feed-cards>.card .body {
    max-width: calc(100% - 60px)
  }
}
.news .news-feed-cards>.card .body>div {
  padding: 0
}
.news .news-feed-cards>.card .body .button {
  max-width: 100%
}
.news .news-feed-cards>.card .body .text {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  max-height: 95px;
  overflow: hidden;
  font-size: 14px;
  color: black
}
.news .news-feed-cards>.card .body .image {
  position: relative;
  margin-bottom: 8px;
  margin-top: 5px;
  padding: 3px;
  width: 156px;
  height: 88px;
  float: none;
  border: 1px solid #96a0a8;
  margin-right: 24px
}
@media (min-width: 733px) {
  .news .news-feed-cards>.card .body .image {
    float: left
  }
}
.news .news-feed-cards>.card .body .image .image-wrapper {
  background-color: black;
  width: 100%;
  height: 100%;
  overflow: hidden
}
.news .news-feed-cards>.card .body .image img {
  display: block;
  position: relative;
  width: auto;
  height: 100%;
  margin: 0 auto
}
.news .news-feed-cards>.card .body .image .border {
  background-color: #ffffff;
  border: none
}
.news .news-feed-cards>.card.card-small .time {
  margin-right: 5px
}
.news .news-feed-cards>.card:last-of-type {
  margin-bottom: 0
}
.news .news-feed-cards button.more {
  width: 100%
}
.news-issue .video-list .text h3 {
  margin: 30px 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: normal
}
.news-issue section.video-cards .last_releases_list {
  margin: 0 -12px
}
.news-issue section.video-cards .last_releases_list .card::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 0;
  box-shadow: 0 0 20px 20px white
}
.news-issue section.video-cards .last_releases_list .card .info {
  margin-top: 0;
  bottom: 0;
  padding: 0
}
.news-issue section.video-cards .last_releases_list .card .info .time {
  text-align: center;
  margin: 0
}
.news-issue section.video-cards .last_releases_list .card .info .play {
  right: 10px
}
.news-issue section.video-cards .last_releases_list .card.promo .side-promo-place-right::before {
  line-height: 12px
}
.news-issue section.video-cards .card {
  display: inline-block;
  position: relative;
  margin: 0 1px 0 0;
  padding: 0;
  width: 250px;
  height: 300px;
  overflow: hidden;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  background-color: #0764ad;
  color: white;
  border: none;
  opacity: 0.9;
  outline: none;
  transition: opacity 200ms
}
.news-issue section.video-cards .card::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  box-shadow: 0 0 20px 20px #0764ad
}
.news-issue section.video-cards .card:hover {
  opacity: 1
}
.news-issue section.video-cards .card>.img-wrapper {
  display: block;
  width: 220px;
  height: 124px;
  margin: 14px 15px 0;
  background-color: black;
  overflow: hidden
}
.news-issue section.video-cards .card>.img-wrapper img {
  display: block;
  height: 100%;
  width: auto;
  margin: 0 auto
}
.news-issue section.video-cards .card .info {
  margin-top: -40px;
  padding: 0 15px
}
.news-issue section.video-cards .card .info .play {
  right: 26px !important
}
.news-issue section.video-cards .card .text {
  margin: 0
}
.news-issue section.video-cards .card .info .counter {
  background-color: #257fc7
}
.news-issue section.video-cards .card.active {
  background-color: white;
  color: #0764ad;
  opacity: 1;
  cursor: default;
  pointer-events: none
}
.news-issue section.video-cards .card.active::after {
  box-shadow: 0 0 20px 20px white
}
.news-issue section.video-cards .card.active .text {
  background: white
}
.news-issue section.video-cards .card.hot {
  background-color: #eb0f4d;
  color: white
}
.news-issue section.video-cards .card.hot .info .counter {
  background-color: #eb0f4d
}
.news-issue section.video-cards .card.hot::after {
  box-shadow: 0 0 20px 20px #eb0f4d
}
.news-issue section.video-cards .card.hot.active {
  color: #eb0f4d;
  background-color: white
}
.news-issue section.video-cards .card.hot.active::after {
  box-shadow: 0 0 20px 20px white
}
.news-issue section.video-cards .card.hot.active .info .counter {
  background-color: #eb0f4d
}
.news-issue section.video-cards .card.watched {
  opacity: 0.4
}
.news-issue section.video-cards .card.watched.active {
  opacity: 1
}
.news-issue section.video-cards .card.ads {
  border: none;
  vertical-align: top
}
.news-issue section.previous-news-cards {
  margin: 0
}
.news-issue section.previous-news-cards .card {
  display: inline-block;
  margin: 0 24px 24px 0;
  width: 312px;
  height: 400px;
  background-color: transparent;
  border: 1px solid #d3d3d3
}
.news-issue section.previous-news-cards .card.promo {
  border: none
}
.news-issue section.previous-news-cards .card.calendar {
  height: auto
}
.news-issue section.previous-news-cards .card.calendar .pika-single {
  border: none
}
.news-issue section.previous-news-cards .card.calendar::after {
  content: none
}
.news-issue section.previous-news-cards .card .text {
  margin-top: 170px
}
.news-issue section.previous-news-cards .card>a {
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  height: 171px;
  overflow: hidden
}
.news-issue section.previous-news-cards .card>a img {
  width: auto;
  height: 100%
}
.news-issue section.video video {
  width: 100%
}
.news-issue section.video img {
  width: 100%
}
.news-issue section.video .description {
  margin: 0;
  font-size: 20px;
  line-height: 20px;
  color: white;
  height: 73px
}
.news-issue section.video .description.invisible_content {
  color: transparent
}
.news-issue section.video .description .num {
  display: inline-block;
  padding-top: 10px;
  width: 165px;
  height: 100%;
  float: left;
  line-height: inherit;
  text-align: center;
  background-color: #257fc7
}
.news-issue section.video .description .text {
  margin: 0;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  height: 100%;
  line-height: inherit;
  font-size: inherit;
  background-color: #05519d
}
.news .player-container, .news-single .player-container, .itv-news-single .player-container {
  position: relative
}
.content-width a.message {
  display: block;
  text-decoration: none;
  text-align: center;
  margin: 10px 0
}
.content-width a.message .message {
  width: 80%;
  font-size: 30px;
  color: #05519d;
  margin: 0 auto
}
.previous-news-cards {
  overflow: hidden
}
.previous-news-cards h2 {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px;
  font-weight: normal
}
.previous-news-cards a.button.wide {
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  height: 100%;
  line-height: 2.5
}
.previous-news-cards .issue.hot {
  color: #eb0f4d !important
}
.video-list .share-buttons {
  width: 984px;
  margin: 20px auto
}
.video-list .video-cards {
  height: 300px;
  background-color: #58a6dd;
  overflow: hidden
}
.video-list .video-cards .slick-list {
  padding: 0 !important
}
.video-list .video-cards .slick-list .card {
  border: none
}
.video-list .card.active {
  background-color: white;
  color: #0764ad
}
.video-list .slick-slider:hover button.slick-arrow {
  opacity: 0.8
}
.video-list .slick-slider button.slick-arrow {
  width: 80px;
  height: 80px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  cursor: pointer;
  transition: opacity 200ms
}
.video-list .slick-slider button.slick-arrow:hover {
  opacity: 1
}
.video-list .slick-slider button.slick-prev {
  left: 20px;
  background-image: url("")
}
.video-list .slick-slider button.slick-next {
  right: 20px;
  background-image: url("")
}
.last_releases_list {
  overflow: hidden
}
.news .calendar, div.news-single .calendar {
  margin-top: 10px
}
.news .calendar h2, div.news-single .calendar h2 {
  margin-top: 0;
  margin-bottom: 15px
}
@media (max-width: 732px) {
  .news .calendar h2, div.news-single .calendar h2 {
    text-align: center;
    margin-bottom: 10px
  }
}
.news .calendar .mobile-toggle, div.news-single .calendar .mobile-toggle {
  display: none
}
@media (max-width: 732px) {
  .col-sd-4 {
    width: 100%
  }
  .news .col-md-8 {
    padding: 0 20px
  }
  .player-full-width-mobile {
    position: relative;
    height: auto;
    border: none
  }
  .player-full-width-mobile::before {
    content: "";
    display: block;
    padding-top: 56.25%
  }
  .player-full-width-mobile>.player-container, .player-full-width-mobile>.tv1player {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
  }
  .news.content-width {
    width: 100%
  }
  .news.content-width h2 {
    font-size: 20px
  }
  .news.content-width>section.tag-list {
    position: relative
  }
  .news.content-width>section.tag-list a.button.tag {
    display: none
  }
  .news.content-width>.container>.row {
    display: flex;
    flex-direction: column
  }
  .news.content-width>.container>.row .col-md-4 {
    order: 1;
    padding: 0;
    margin: 0 auto
  }
  .news.content-width>.container>.row .col-md-4 .side-promo-place-right {
    margin-top: 0
  }
  .news.content-width>.container>.row .col-md-4 .calendar {
    margin: 40px auto 10px
  }
  .news.content-width>.container>.row .col-md-8 {
    width: 100%;
    order: 2;
    padding: 0 20px !important;
    box-sizing: border-box !important
  }
  .news.content-width>.container>.row .col-md-8 .main-news-cards, .news.content-width>.container>.row .col-md-8 .news-feed-cards {
    margin-left: 0;
    margin-right: 0
  }
  .news.content-width>.container>.row .col-md-8 .main-news-cards .card .time:first-child {
    margin-top: -4px
  }
  .news.content-width>.container>.row .col-md-8 .card .time {
    width: 35px;
    margin: 0;
    font-size: 14px
  }
  .news.content-width>.container>.row .col-md-8 .card .body {
    width: calc(100% - 50px);
    padding: 0
  }
  .news.content-width>.container>.row .col-md-8 .card .body .col-md-6 {
    width: 100%
  }
  .news.content-width>.container>.row .col-md-8 .card .body .col-md-6 .image {
    float: none
  }
  .news.content-width>.container>.row .col-md-8 .card .body .col-md-6 .text {
    max-height: 300px
  }
  .news.content-width>.container>.row .col-md-8 .card .body .title h2 {
    font-size: 16px;
    line-height: 20px !important
  }
  .news.content-width>.container>.row .col-md-8 .card .body .button:not(.white), .news.content-width>.container>.row .col-md-8 .card .body button:not(.white) {
    display: none
  }
  .news.content-width>.container>.row .calendar {
    position: relative;
    transition: all 300ms;
    max-height: 400px
  }
  .news.content-width>.container>.row .calendar h2 {
    padding-left: 20px;
    height: 42px;
    line-height: 42px;
    margin-top: 0
  }
  .news.content-width>.container>.row .calendar.collapsed {
    max-height: 40px;
    overflow: hidden
  }
  .news.content-width>.container>.row .calendar .mobile-toggle {
    display: block;
    position: absolute;
    border-color: #348bcd;
    top: 0;
    right: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    background: url("");
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: center center
  }
  .news-single .read-more {
    display: none
  }
  .news-single .col-md-4.col-sd-4 {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0 !important;
    box-sizing: border-box !important
  }
  .news-single .col-md-4.col-sd-4 .other-news-cards {
    padding: 0 20px
  }
  .news-single .col-md-4.col-sd-4 .other-news-cards .card .title, .news-single .col-md-4.col-sd-4 .other-news-cards .card.hot .title {
    width: calc(100% - 65px)
  }
  .news-single .col-md-4.col-sd-4 .side-promo-place-right {
    width: 312px;
    margin: 0 auto
  }
  .news-single .col-md-4.col-sd-4 .calendar h2 {
    width: 312px;
    margin: 0 auto
  }
  .news-single .news-tag-list {
    display: none
  }
  .news-single div.col-md-8 {
    width: 100%;
    padding: 0;
    float: none
  }
  .news-single div.col-md-8 .col-md-offset-1 {
    margin: 0 auto !important
  }
  .news-single div.col-md-8 .read-more {
    width: 100%
  }
  .news-single div.col-md-8 .read-more .card .title, .news-single div.col-md-8 .read-more .card .date {
    font-size: 16px;
    line-height: 20px
  }
  .news-issue-header.content-width a.message .message {
    font-size: 18px;
    line-height: 20px;
    color: #213443
  }
  .news-issue section.video .tv1player {
    height: auto !important
  }
  .news-issue section.video .player {
    height: auto !important
  }
  .news-issue section.video .description {
    height: auto
  }
  .news-issue section.video .description .num, .news-issue section.video .description .text {
    display: block;
    height: auto;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    text-align: left;
    background-color: #0757a8
  }
  .news-issue section.video .description .text {
    padding-top: 0
  }
  .news-issue .share-buttons {
    display: none
  }
  .news-issue .video-cards button.slick-arrow {
    display: none !important
  }
  .news-issue .previous-news-cards.video-cards {
    width: 100%;
    margin: 0
  }
  .news-issue .previous-news-cards.video-cards h2 {
    width: 100%;
    text-align: center;
    margin: 20px 0 20px;
    padding: 0 20px;
    font-size: 20px;
    line-height: 20px
  }
  .news-issue .previous-news-cards.video-cards .last_releases_list {
    margin: 0
  }
  .news-issue .previous-news-cards.video-cards .last_releases_list .card {
    display: block;
    margin: 0 auto 24px
  }
  .news-issue .previous-news-cards.video-cards .last_releases_list .card.promo {
    height: 300px
  }
  .news-issue .previous-news-cards.video-cards .last_releases_list+a.button.wide {
    display: block;
    width: 312px;
    margin: 10px auto
  }
}
@media (max-width: 352px) {
  .col-sd-4 {
    width: 312px !important;
    padding: 0 !important;
    margin: 0 auto !important;
    float: none !important
  }
  .col-sd-4 .text-block, .col-sd-4 section.tag-list {
    padding: 0 10px !important
  }
}
a.title:hover .inline-block .nowrap, a.title:hover .inline-block .normal-wrap {
  text-decoration: underline
}
.w1tv-collect-common .w1tv-collect-item, .w1tv-collect-common .w1tv-collect-item:hover, .w1tv-collect-common .w1tv-collect-item:active, .w1tv-collect-common .w1tv-collect-item-content {
  background-color: #257fc7;
  color: #ffffff
}
.video-page .w__block__collection.type-tiles .button.transparent {
  display: block;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: 312px
}
@media (max-width: 732px) {
  .video-page .w__block__collection.type-tiles .button.transparent {
    margin-left: auto;
    margin-right: auto
  }
}
@media (min-width: 733px) {
  .video-page .w__block__collection.type-tiles .button.transparent {
    max-width: 648px
  }
}
@media (min-width: 1600px) {
  .video-page .w__block__collection.type-tiles .button.transparent {
    max-width: 984px
  }
}
.video-page .w_content .w_block.c-8 {
  width: 100%;
  margin-left: 0;
  margin-right: 0
}
.video-page .w_content .w_block.c-8, .video-page .w_content .w_block .w__block__collection, .video-page .w_content .w_block .w_collection_items {
  overflow: visible
}
.video-page .w_content .w_block.c-6 {
  width: 100%
}
@media (min-width: 733px) {
  .video-page .w_content .w_block.c-6 {
    width: calc(100% - 180px)
  }
}
@media (min-width: 733px) {
  .video-page .w_content .w_block.o-1 {
    margin-left: 84px
  }
}
@media (min-width: 733px) {
  .video-page__tags {
    margin-left: 84px
  }
}
.itv-video-watch-more {
  margin: 30px 0 0;
  overflow: hidden;
  background-color: #1f7ac2;
  color: #ffffff;
  padding: 0
}
.itv-video-watch-more h3 {
  font-size: 22px;
  line-height: 35px;
  width: 984px;
  max-width: 100%;
  margin: 10px auto;
  text-align: center;
  font-weight: normal
}
.itv-video-watch-more .project-image {
  max-width: 816px;
  height: auto;
  margin: 50px auto;
  position: relative;
  background-size: contain;
  z-index: 2;
  padding: 0
}
.itv-video-watch-more .project-image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto
}
.itv-video-watch-more .share-buttons {
  max-width: 648px;
  margin: 20px auto 0
}
.itv-video-watch-more .closing-message {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 50px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
@media (max-width: 732px) {
  .itv-video-watch-more .closing-message {
    line-height: 30px;
    font-size: 20px;
    white-space: normal
  }
}
.itv-video-watch-more .video-container {
  max-width: 1008px;
  margin: 0 auto
}
.itv-video-watch-more .itv-relevant-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}
.itv-video-watch-more .itv-relevant-cards--relap-cards {
  margin: 0 12px
}
.itv-video-watch-more .itv-relevant-cards__card {
  position: relative;
  width: 228px;
  margin: 0 12px 24px;
  padding: 3px 0;
  color: inherit
}
.itv-video-watch-more .itv-relevant-cards__card:hover, .itv-video-watch-more .itv-relevant-cards__card:active, .itv-video-watch-more .itv-relevant-cards__card:focus {
  text-decoration: none
}
.itv-video-watch-more .itv-relevant-cards__card:hover .text, .itv-video-watch-more .itv-relevant-cards__card:active .text, .itv-video-watch-more .itv-relevant-cards__card:focus .text {
  text-decoration: underline
}
.itv-video-watch-more .itv-relevant-cards__card:visited {
  opacity: 0.5
}
.itv-video-watch-more .itv-relevant-cards__card .header {
  position: absolute;
  top: 3px;
  right: 0;
  left: 0;
  width: 100%;
  height: 30px;
  padding-top: 5px;
  background: linear-gradient(0deg, transparent 0%, #000 100%);
  font-size: 12px
}
.itv-video-watch-more .itv-relevant-cards__card .header .views {
  display: inline-block;
  margin-left: 20px;
  color: white
}
.itv-video-watch-more .itv-relevant-cards__card .header .views .svg {
  display: none
}
.itv-video-watch-more .itv-relevant-cards__card .header .views::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
  width: 20px;
  height: 10px;
  background: url("../images/views-video-0fa75b04a3bad9eebb00bf870b66257ecc7bde50d177640f4d1cfce15b73ecba.svg") no-repeat
}
.itv-video-watch-more .itv-relevant-cards__card .img-wrap {
  display: block;
  margin: 0 auto;
  width: 228px;
  height: 128px;
  overflow: hidden
}
.itv-video-watch-more .itv-relevant-cards__card .img-wrap img {
  width: inherit;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover
}
.itv-video-watch-more .itv-relevant-cards__card .info {
  top: 0;
  margin-top: 0
}
.itv-video-watch-more .itv-relevant-cards__card .info .play {
  right: 10px
}
.itv-video-watch-more .itv-relevant-cards__card .text {
  margin: 0;
  padding: 10px 2px;
  color: inherit
}
.itv-video-watch-more .itv-relevant-cards__card .text .name {
  font-weight: normal;
  font-size: 14px;
  color: inherit;
  opacity: 0.7
}
.itv-video-watch-more .itv-relevant-cards__card .text p {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: inherit
}
.itv-video-watch-more .itv-relevant-cards__card .card__label.card__label_trailer, .itv-video-watch-more .itv-relevant-cards__card .card__label.card__label_full_video, .itv-video-watch-more .itv-relevant-cards__card .card__label.card__label_deactivated {
  font-size: 12px
}
.itv-video-watch-more .itv-relevant-cards__card .card__label.card__label_external_embed {
  font-size: 8px
}
.itv-video-watch-more p {
  color: #ffffff;
  margin: 0;
  padding: 13px 0;
  font-size: 22px
}
.itv-video-watch-more section.video-cards {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}
article.video-page, article.gallery-page {
  position: relative;
  background-color: white
}
article.video-page .video .playlist, article.gallery-page .video .playlist {
  position: relative;
  width: 100%;
  height: 170px;
  padding: 0 20px;
  overflow: hidden;
  background-color: black;
  color: white !important
}
article.video-page .video .playlist a.card, article.gallery-page .video .playlist a.card {
  display: inline-block;
  width: 144px;
  height: 100%;
  margin-right: 24px;
  padding-top: 20px;
  color: #a3a3a3;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.25px;
  overflow: hidden;
  border: none;
  outline: none;
  opacity: 0.8;
  background-color: black !important
}
article.video-page .video .playlist a.card:hover, article.gallery-page .video .playlist a.card:hover {
  opacity: 1;
  color: #fff;
  text-decoration: none
}
article.video-page .video .playlist a.card.active, article.gallery-page .video .playlist a.card.active {
  opacity: 0.4;
  text-decoration: none
}
article.video-page .video .playlist a.card:last-child, article.gallery-page .video .playlist a.card:last-child {
  margin-right: 0 !important
}
article.video-page .video .playlist a.card .image, article.gallery-page .video .playlist a.card .image {
  width: 100%;
  height: 81px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat
}
article.video-page .video .playlist a.card .text, article.gallery-page .video .playlist a.card .text {
  color: white;
  margin: 0;
  font-size: inherit;
  line-height: inherit
}
article.video-page .video .playlist::after, article.gallery-page .video .playlist::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  box-shadow: 0 0 10px 10px black
}
article.video-page .video .playlist .slick-arrow, article.gallery-page .video .playlist .slick-arrow {
  width: 80px;
  height: 100%;
  margin: 0;
  background-color: transparent;
  border: none;
  opacity: 1
}
article.video-page .video .playlist .slick-arrow.slick-next, article.gallery-page .video .playlist .slick-arrow.slick-next {
  right: 0;
  background-image: url("")
}
article.video-page .video .playlist .slick-arrow.slick-prev, article.gallery-page .video .playlist .slick-arrow.slick-prev {
  left: 0;
  background-image: url("")
}
article.video-page .container, article.gallery-page .container {
  width: 100%;
  padding: 20px;
  height: auto
}
article.video-page .container>.video, article.video-page .container>.gallery, article.gallery-page .container>.video, article.gallery-page .container>.gallery {
  max-width: 100%;
  margin: 0 auto
}
article.video-page section.info .itv-video-title, article.gallery-page section.info .itv-video-title {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 0;
  background-color: white;
  line-height: 35px;
  font-size: 30px
}
article.video-page section.info .article-lead, article.gallery-page section.info .article-lead {
  font-size: 16px;
  line-height: 20px
}
article.video-page section.info .social, article.gallery-page section.info .social {
  padding: 0
}
article.video-page section.info .stats .date, article.video-page section.info .stats .views, article.gallery-page section.info .stats .date, article.gallery-page section.info .stats .views {
  display: inline-block;
  color: #a3b0b9;
  font-size: 13px;
  line-height: 25px
}
article.video-page section.info .stats .date::before, article.video-page section.info .stats .views::before, article.gallery-page section.info .stats .date::before, article.gallery-page section.info .stats .views::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  background-image: url("../images/gray-clock-1e991ca7c40ab06193e9f4edd8f243203dc425166917b50299fcd06018da0aca.svg");
  background-repeat: no-repeat;
  background-position: center center
}
article.video-page section.info .stats .views, article.gallery-page section.info .stats .views {
  margin-left: 20px
}
article.video-page section.info .stats .views::before, article.gallery-page section.info .stats .views::before {
  width: 20px;
  background-image: url("")
}
article.video-page section.info .small-social-buttons, article.gallery-page section.info .small-social-buttons {
  display: inline-block;
  margin: 10px 0 25px 0
}
article.video-page section.info p, article.video-page section.info ul li, article.gallery-page section.info p, article.gallery-page section.info ul li {
  font-size: 16px;
  line-height: 20px
}
article.video-page section.info p a:not(.itv-button), article.video-page section.info ul li a:not(.itv-button), article.gallery-page section.info p a:not(.itv-button), article.gallery-page section.info ul li a:not(.itv-button) {
  text-decoration: underline
}
article.video-page section.info .tag-container, article.gallery-page section.info .tag-container {
  margin-top: 30px
}
article.video-page .side-ads, article.video-page .side-promo-place-right, article.gallery-page .side-ads, article.gallery-page .side-promo-place-right {
  margin-top: 14px
}
article.gallery-page section.info .small-social-buttons {
  max-width: 450px
}
article.gallery-page h2 {
  margin-bottom: 20px
}
article.gallery-page .description {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px
}
article.gallery-page .gallery-wrapper::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%
}
article.gallery-page .gallery-wrapper .slick-list {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
article.gallery-page .gallery-wrapper .slick-list .slick-track {
  height: 100%
}
article.gallery-page .gallery-wrapper button.slick-arrow::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%
}
article.gallery-page .gallery-wrapper button.slick-arrow.slick-next::before {
  background: rgba(12, 21, 27, 0.8) url("../images/arrow-right-974b15228d371217ee51a9013408a6eaf298c6e4367700acf5da15a25f8ef342.svg") no-repeat center center;
  background-size: 58px 58px
}
article.gallery-page .gallery-wrapper button.slick-arrow.slick-prev::before {
  background: rgba(12, 21, 27, 0.8) url("../images/arrow-left-824f227a117d51b8e87b6869ec9d2bc8726c320e0dd4eee1c08f17d54f149200.svg") no-repeat center center;
  background-size: 58px 58px
}
article.gallery-page .gallery-wrapper .item {
  position: relative;
  height: 100%
}
article.gallery-page .gallery-wrapper .item img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: auto
}
article.gallery-page section.info {
  margin-top: 0
}
article.gallery-page section.info .photo__info {
  display: flex;
  width: 100%
}
article.gallery-page section.info .photo-counter {
  width: 60px;
  flex: 0 0 auto;
  font-size: 12px;
  line-height: 20px;
  text-align: center
}
article.gallery-page section.info .photo-desc {
  font-size: 16px;
  line-height: 20px;
  color: #213443
}
article.gallery-page section.info .photo-desc p {
  margin: 0
}
article.gallery-page section.info .stats {
  margin-top: 35px
}
article.gallery-page section.info .side-promo-place-right {
  margin-top: 59px
}
article.gallery-page section.info .container>.row {
  margin: 0 12px
}
article.gallery-page .video-watch-more a .info {
  display: none
}
article.gallery-page .gallery-wrapper {
  overflow: hidden
}
article.gallery-page .gallery-wrapper .info {
  display: none
}
article.gallery-page .gallery-wrapper img {
  max-width: 100%
}
article.gallery-page .gallery-wrapper:hover button.slick-arrow {
  opacity: 0.6
}
article.gallery-page button.slick-arrow {
  opacity: 0;
  margin: 0;
  background-color: transparent !important;
  border: none !important;
  width: 60px;
  transition: all 150ms ease-in-out
}
article.gallery-page button.slick-arrow:hover {
  opacity: 1 !important
}
article.gallery-page button.slick-arrow.slick-prev {
  left: 10px
}
article.gallery-page button.slick-arrow.slick-next {
  right: 10px
}
@media (max-width: 732px) {
  article.video-page section.info .small-social-buttons, article.gallery-page section.info .small-social-buttons {
    width: 100%;
    max-width: 100%
  }
  article.video-page .container {
    padding: 0 4px
  }
  .video-page .player {
    height: auto;
    position: relative;
    z-index: 20
  }
  .video-page .info {
    width: 100%;
    margin: 0;
    padding: 0
  }
  .video-page .info .row {
    margin: 0;
    padding: 0
  }
  .video-page .info .row .col-md-7, .video-page .info .row .col-md-11, .video-page .info .row .col-md-10, .video-page .info .row .col-md-12 {
    width: 100%;
    margin: 0 !important;
    float: none
  }
  .video-page .info .row .col-md-7.title, .video-page .info .row .col-md-11.title, .video-page .info .row .col-md-10.title, .video-page .info .row .col-md-12.title {
    font-size: 25px;
    line-height: 30px;
    margin-top: 0;
    padding: 0 24px
  }
  .video-page .info .row .col-md-7 .stats, .video-page .info .row .col-md-11 .stats, .video-page .info .row .col-md-10 .stats, .video-page .info .row .col-md-12 .stats {
    margin-left: 24px;
    margin-right: 24px
  }
  .video-page .info .row .col-md-7 p, .video-page .info .row .col-md-7 .tag-container, .video-page .info .row .col-md-11 p, .video-page .info .row .col-md-11 .tag-container, .video-page .info .row .col-md-10 p, .video-page .info .row .col-md-10 .tag-container, .video-page .info .row .col-md-12 p, .video-page .info .row .col-md-12 .tag-container {
    margin-left: 24px;
    margin-right: 24px
  }
  .video-page .info .row .col-md-7 .player-feedback, .video-page .info .row .col-md-11 .player-feedback, .video-page .info .row .col-md-10 .player-feedback, .video-page .info .row .col-md-12 .player-feedback {
    display: none
  }
  .video-page .info .row .col-md-4 {
    padding: 0;
    margin: 0 auto;
    float: none
  }
  .video-page .player-feedback.mobile {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 0 20px;
    text-decoration: none;
    float: none;
    text-align: right
  }
  .video-page .video-watch-more {
    padding: 24px
  }
  .video-page .video-watch-more h3 {
    width: 100%;
    text-align: center
  }
  .video-page .video-watch-more .video-cards a.card {
    display: block;
    margin: 12px auto !important
  }
  .video-page .video-watch-more a.button {
    width: 100%
  }
  article.gallery-page .age_restriction {
    display: none
  }
  article.gallery-page .col-md-12 {
    width: 100%
  }
  article.gallery-page .col-md-12 .row {
    margin: 0 !important
  }
  article.gallery-page .col-md-12 .col-md-8, article.gallery-page .col-md-12 .col-md-6 {
    width: 100%;
    padding: 0;
    box-sizing: border-box !important
  }
  article.gallery-page .col-md-12 .col-md-6 {
    margin: 0 !important;
    padding: 0 !important
  }
  article.gallery-page .col-md-12 .col-md-6 .stats {
    width: 100%;
    padding: 0 20px
  }
  article.gallery-page .col-md-12 .col-md-4 {
    width: 100%;
    padding: 0
  }
  article.gallery-page .col-md-12 .col-md-4 .side-promo-place-right {
    width: 312px;
    margin-left: auto;
    margin-right: auto
  }
  article.gallery-page .col-md-12 .col-md-7 {
    width: 100%;
    margin: 0 !important;
    padding: 0 20px 0 0 !important
  }
  article.gallery-page .col-md-12 .col-md-7.photo-desc {
    width: calc(100% - 140px)
  }
  article.gallery-page .col-md-12 .col-md-7.photo-maker {
    padding-left: 20px !important
  }
  article.gallery-page .col-md-12 .col-md-7 .tag-container {
    margin-left: 20px
  }
  article.gallery-page .photogallery h2, article.gallery-page .photogallery .description {
    padding: 0 20px
  }
  article.gallery-page .photogallery .slick-arrow {
    display: none !important
  }
  article.gallery-page .video-watch-more {
    padding: 24px
  }
  article.gallery-page .video-watch-more h3 {
    width: 100%;
    text-align: center
  }
  article.gallery-page .video-watch-more .video-cards a.card {
    display: block;
    margin: 12px auto !important
  }
  article.gallery-page .video-watch-more a.button {
    width: 100%
  }
}
.photo-maker, .photo_producer {
  font-size: 11px;
  line-height: 20px;
  color: #c6c6c6;
  margin-top: 5px;
  margin-bottom: 20px
}
@media (max-width: 732px) {
  .photo_gallery_description .photo_producer {
    padding-left: 10px
  }
}
.card__label {
  width: calc(100%);
  height: 30px;
  line-height: 30px;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  font-family: "PT Sans Caption", Arial, serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase
}
.card__label_external_embed {
  background-color: #ff6c00
}
@media (max-width: 732px) {
  .card__label_external_embed {
    font-size: 12px
  }
}
.card__label_deactivated {
  background-color: #9c00ff
}
.card__label_trailer {
  background-color: #ee3b32
}
.card__label_full_video {
  background-color: #329430
}
.smartbanner--1tv {
  width: calc(100% - 40px);
  height: 60px;
  margin-left: 20px;
  margin-right: 20px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(61, 83, 103, 0.3);
  border: 0;
  border-radius: 4px;
  position: fixed;
  right: 0;
  bottom: 20px;
  top: auto;
  left: auto;
  z-index: 99
}
.smartbanner--1tv .smartbanner__info {
  display: none;
  visibility: hidden
}
.smartbanner--1tv .smartbanner__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: 42px 42px;
  background-position: -1px -1px;
  left: 10px
}
.smartbanner--1tv .smartbanner__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 60px - 45px);
  height: 40px;
  margin-left: 60px;
  padding: 0 15px;
  background: #3672D3;
  border-radius: 4px;
  top: 10px;
  right: 45px
}
.smartbanner--1tv .smartbanner__button:hover {
  text-decoration: none
}
.smartbanner--1tv .smartbanner__button__label {
  padding-right: 25px;
  color: #ffffff;
  font-family: "Roboto";
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  position: relative
}
.smartbanner--1tv .smartbanner__button__label:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("");
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%)
}
.smartbanner--1tv .smartbanner__exit {
  width: 26px;
  height: 26px;
  border: 2px solid #C4C4C4;
  border-radius: 50%;
  top: calc(50% - 13px);
  right: 10px;
  left: auto
}
.smartbanner--1tv .smartbanner__exit::before, .smartbanner--1tv .smartbanner__exit::after {
  width: 2px;
  height: 15px;
  background: #C4C4C4;
  left: 50%;
  top: 50%
}
.smartbanner--1tv .smartbanner__exit::before {
  transform: translate(-50%, -50%) rotate(45deg)
}
.smartbanner--1tv .smartbanner__exit::after {
  transform: translate(-50%, -50%) rotate(-45deg)
}
.w1tv-collect-common .w1tv-collect-item, .w1tv-collect-common .w1tv-collect-item:hover, .w1tv-collect-common .w1tv-collect-item:active, .w1tv-collect-common .w1tv-collect-item-content {
  background-color: #257fc7;
  color: #ffffff
}
.itv-schedule {
  margin-top: 20px;
  overflow: hidden
}
.itv-schedule-absent {
  text-align: center;
  margin-top: 50px;
  font-size: 20px
}
.itv-schedule-day {
  position: relative
}
.itv-schedule-day .side-promo-place-right:not(.tower) {
  margin-top: 25px
}
.itv-schedule-button {
  min-width: 228px
}
@media (max-width: 732px) {
  .itv-schedule-button {
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }
}
.calendar .loading {
  position: relative
}
.calendar .loading::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
  pointer-events: none
}
.air_position_day__title {
  display: inline-block;
  margin: 0
}
.schedule-loading {
  position: relative;
  margin-top: 30px
}
.schedule-loading .schedule-loading-indicator-wrapper {
  margin-top: 40px
}
.schedule-loading .schedule-loading-indicator-wrapper .schedule-loading-indicator {
  font-size: 22px;
  min-height: 24px;
  position: relative
}
.schedule-loading .schedule-loading-indicator-wrapper .schedule-loading-indicator::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 30px;
  height: 100%;
}
.itv-schedule .itv-date__text {
  margin-top: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
  color: #05519d;
  font-size: 28px;
  line-height: 30px;
  font-weight: bold
}
.itv-schedule>.container {
  margin-top: 25px
}
.itv-schedule .date {
  margin-bottom: 30px;
  overflow: hidden;
  display: flex
}
.itv-schedule .date .arrow-left, .itv-schedule .date .arrow-right {
  display: inline-block;
  height: 70px;
  vertical-align: bottom;
  flex-grow: 0;
  border: none;
  background: url("") no-repeat center center
}
.itv-schedule .date .arrow-left.disabled, .itv-schedule .date .arrow-right.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.3
}
.itv-schedule .date .arrow-right {
  background: url("") no-repeat center center
}
.itv-schedule .date .text {
  overflow: hidden;
  display: inline-block;
  padding: 0;
  flex: 1 0 auto;
  float: none;
  vertical-align: middle;
  color: #05519d;
  font-size: 28px;
  line-height: 30px;
  font-weight: bold
}
.itv-schedule section.schedule-cards .card {
  padding-bottom: 10px;
  border-color: #348bcd
}
@media (min-width: 733px) and (max-width: 1599px) {
  .itv-schedule section.schedule-cards .card.current .content a .image, .itv-schedule section.schedule-cards .card.next .content a .image {
    margin-top: 10px
  }
}
.itv-schedule section.schedule-cards .card .content {
  display: block;
  width: 100%
}
.itv-schedule section.schedule-cards .card .content a {
  text-decoration: none;
  color: inherit
}
.itv-schedule section.schedule-cards .card .content a:not([href]) {
  cursor: default
}
.itv-schedule section.schedule-cards .card .content .image {
  display: block;
  float: left;
  margin-top: 5px;
  height: 84px;
  overflow: hidden
}
.itv-schedule section.schedule-cards .card .content .image .border {
  height: 100%;
  overflow: hidden
}
.itv-schedule section.schedule-cards .card .content .image .border .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black
}
.itv-schedule section.schedule-cards .card .content .image .border .wrapper img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 101%;
  max-height: 101%
}
.itv-schedule section.schedule-cards .card .content .image .border .themed-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden
}
.itv-schedule section.schedule-cards .card .content .image .border .themed-wrapper img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}
.itv-schedule section.schedule-cards .card .content .text {
  display: block
}
.itv-schedule section.schedule-cards .card .content:not(.hasVideo) .info {
  display: none
}
.itv-schedule section.schedule-cards .card .icons {
  display: inline-block;
  margin-top: 2px
}
.itv-schedule section.schedule-cards .card.current .icons, .itv-schedule section.schedule-cards .card.next .icons {
  margin-top: 3px
}
.itv-schedule section.schedule-cards .card:last-of-type {
  margin-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid
}
.itv-schedule section.schedule-cards .card .time {
  padding-top: 4px
}
.itv-schedule section.schedule-cards .card .time .now, .itv-schedule section.schedule-cards .card .time .next {
  display: none;
  margin-top: 18px;
  background-color: white;
  border-radius: 2px;
  padding: 5px;
  font-size: 14px;
  line-height: 15px;
  color: #05519d;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  text-align: center
}
.itv-schedule section.schedule-cards .card .time .now .smaller, .itv-schedule section.schedule-cards .card .time .next .smaller {
  font-size: 12px
}
.itv-schedule section.schedule-cards .card .time .now.next, .itv-schedule section.schedule-cards .card .time .next.next {
  line-height: 20px
}
.itv-schedule section.schedule-cards .card .text {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden
}
.itv-schedule section.schedule-cards .card .text b {
  display: block;
  margin: 1px 0 5px 0
}
.itv-schedule section.schedule-cards .card .text b:empty {
  display: none
}
.itv-schedule section.schedule-cards .card p.description {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
  max-height: 0;
  transition: all 200ms
}
.itv-schedule section.schedule-cards .card.opened .body .content {
  display: block
}
.itv-schedule section.schedule-cards .card.opened .body .content p {
  max-height: 500px
}
.itv-schedule section.schedule-cards .card a.title, .itv-schedule section.schedule-cards .card .title {
  margin-bottom: 8px;
  color: #05519d;
  font-size: 18px;
  line-height: 24px
}
.itv-schedule section.schedule-cards .card a.title b, .itv-schedule section.schedule-cards .card .title b {
  vertical-align: middle
}
.itv-schedule section.schedule-cards .card .body a.title {
  text-decoration: none
}
.itv-schedule section.schedule-cards .card .body a.title:hover {
  text-decoration: underline
}
.itv-schedule section.schedule-cards .card .body a.title span.title {
  display: inline-block
}
.itv-schedule section.schedule-cards .card span.icon {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 22px;
  margin: -3px 5px 0 0
}
.itv-schedule section.schedule-cards .card .title span.titleicon {
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  margin: 0 0 0 10px;
  width: 22px;
  height: 22px;
  background: url("") no-repeat
}
.itv-schedule section.schedule-cards .card.next span.icon.icon-to-project, .itv-schedule section.schedule-cards .card.current span.icon.icon-to-project {
  background: url("") no-repeat
}
.itv-schedule section.schedule-cards .card.past .time {
  opacity: 0.5
}
.itv-schedule section.schedule-cards .card.current, .itv-schedule section.schedule-cards .card.next {
  box-sizing: content-box;
  padding-top: 25px;
  background-color: #05519d;
  color: #ffffff;
  margin-left: -20px;
  padding-left: 20px
}
.itv-schedule section.schedule-cards .card.current .age, .itv-schedule section.schedule-cards .card.next .age {
  margin-top: 2px
}
.itv-schedule section.schedule-cards .card.current .time, .itv-schedule section.schedule-cards .card.next .time {
  margin-right: 0;
  padding-top: 6px;
  font-size: 22px;
  color: inherit
}
.itv-schedule section.schedule-cards .card.current .title .titleicon, .itv-schedule section.schedule-cards .card.next .title .titleicon {
  background-image: url("")
}
.itv-schedule section.schedule-cards .card.current .image, .itv-schedule section.schedule-cards .card.next .image {
  width: 312px;
  height: 179px;
  margin-bottom: 10px
}
.itv-schedule section.schedule-cards .card.current .image .border, .itv-schedule section.schedule-cards .card.next .image .border {
  background-color: #ffffff;
  border: none;
  padding: 4px
}
.itv-schedule section.schedule-cards .card.current .image .info>.play, .itv-schedule section.schedule-cards .card.next .image .info>.play {
  right: 16px;
  bottom: 8px
}
.itv-schedule section.schedule-cards .card.current .title, .itv-schedule section.schedule-cards .card.next .title {
  margin-bottom: 8px;
  font-size: 26px;
  color: inherit
}
.itv-schedule section.schedule-cards .card.current .text, .itv-schedule section.schedule-cards .card.next .text {
  margin-top: 13px;
  padding: 0;
  font-size: 20px;
  line-height: 25px;
  width: 480px;
  color: #ffffff
}
.itv-schedule section.schedule-cards .card.current .text:empty, .itv-schedule section.schedule-cards .card.next .text:empty {
  display: none
}
.itv-schedule section.schedule-cards .card.current .text p, .itv-schedule section.schedule-cards .card.next .text p {
  color: inherit
}
.itv-schedule section.schedule-cards .card.current .text.full, .itv-schedule section.schedule-cards .card.next .text.full {
  max-height: unset
}
.itv-schedule section.schedule-cards .card.current p.description, .itv-schedule section.schedule-cards .card.next p.description {
  color: inherit;
  font-size: 20px;
  line-height: 25px
}
.itv-schedule section.schedule-cards .card.current .buttons a.button, .itv-schedule section.schedule-cards .card.current .buttons button, .itv-schedule section.schedule-cards .card.next .buttons a.button, .itv-schedule section.schedule-cards .card.next .buttons button {
  display: inline-block;
  line-height: 37px;
  border: 1px solid white
}
.itv-schedule section.schedule-cards .card.current .buttons a.button.a, .itv-schedule section.schedule-cards .card.current .buttons button.a, .itv-schedule section.schedule-cards .card.next .buttons a.button.a, .itv-schedule section.schedule-cards .card.next .buttons button.a {
  background-color: white !important;
  color: inherit
}
.itv-schedule section.schedule-cards .card.current .buttons a.button:not(:last-child), .itv-schedule section.schedule-cards .card.current .buttons button:not(:last-child), .itv-schedule section.schedule-cards .card.next .buttons a.button:not(:last-child), .itv-schedule section.schedule-cards .card.next .buttons button:not(:last-child) {
  margin-right: 24px
}
.itv-schedule section.schedule-cards .card.current .buttons a.button.details, .itv-schedule section.schedule-cards .card.current .buttons button.details, .itv-schedule section.schedule-cards .card.next .buttons a.button.details, .itv-schedule section.schedule-cards .card.next .buttons button.details {
  color: white;
  background-color: transparent;
  border: 1px solid white
}
.itv-schedule section.schedule-cards .card.current .buttons a.button.details span.icon, .itv-schedule section.schedule-cards .card.current .buttons button.details span.icon, .itv-schedule section.schedule-cards .card.next .buttons a.button.details span.icon, .itv-schedule section.schedule-cards .card.next .buttons button.details span.icon {
  background-image: url("")
}
.itv-schedule section.schedule-cards .card.current .buttons a.button.details:hover, .itv-schedule section.schedule-cards .card.current .buttons button.details:hover, .itv-schedule section.schedule-cards .card.next .buttons a.button.details:hover, .itv-schedule section.schedule-cards .card.next .buttons button.details:hover {
  opacity: 0.8;
  color: white;
  background-color: transparent;
  border: 1px solid white
}
.itv-schedule section.schedule-cards .card.current .buttons a.button.details:active, .itv-schedule section.schedule-cards .card.current .buttons button.details:active, .itv-schedule section.schedule-cards .card.next .buttons a.button.details:active, .itv-schedule section.schedule-cards .card.next .buttons button.details:active {
  opacity: 1;
  color: white;
  background-color: transparent;
  border: 1px solid white
}
.itv-schedule section.schedule-cards .card.current .buttons a.button.details.active span.icon, .itv-schedule section.schedule-cards .card.current .buttons button.details.active span.icon, .itv-schedule section.schedule-cards .card.next .buttons a.button.details.active span.icon, .itv-schedule section.schedule-cards .card.next .buttons button.details.active span.icon {
  transform: rotate(180deg)
}
.itv-schedule section.schedule-cards .card.current .buttons a.button.button.announcement, .itv-schedule section.schedule-cards .card.current .buttons button.button.announcement, .itv-schedule section.schedule-cards .card.next .buttons a.button.button.announcement, .itv-schedule section.schedule-cards .card.next .buttons button.button.announcement {
  color: white !important;
  background-color: transparent !important;
  border: 1px solid white !important
}
.itv-schedule section.schedule-cards .card.current .buttons a.button.button.announcement span.icon, .itv-schedule section.schedule-cards .card.current .buttons button.button.announcement span.icon, .itv-schedule section.schedule-cards .card.next .buttons a.button.button.announcement span.icon, .itv-schedule section.schedule-cards .card.next .buttons button.button.announcement span.icon {
  background-image: url("../images/play-icon-4e126a4b2d6a86eb9fcb14fb79a451e190b4ff18362d3d7d6f3eed8299924ef7.svg")
}
.itv-schedule section.schedule-cards .card.current .buttons a.button.play, .itv-schedule section.schedule-cards .card.current .buttons button.play, .itv-schedule section.schedule-cards .card.next .buttons a.button.play, .itv-schedule section.schedule-cards .card.next .buttons button.play {
  color: #05519d;
  background-color: white;
  border: 1px solid white
}
.itv-schedule section.schedule-cards .card.current .buttons a.button.play span.icon, .itv-schedule section.schedule-cards .card.current .buttons button.play span.icon, .itv-schedule section.schedule-cards .card.next .buttons a.button.play span.icon, .itv-schedule section.schedule-cards .card.next .buttons button.play span.icon {
  background-image: url("../images/playicon-blue-4a640670c99f2caa7371a795dc13e933ac25855a53c62c494914525ffd78a9e1.svg")
}
.itv-schedule section.schedule-cards .card.current .buttons a.button.play:hover, .itv-schedule section.schedule-cards .card.current .buttons button.play:hover, .itv-schedule section.schedule-cards .card.next .buttons a.button.play:hover, .itv-schedule section.schedule-cards .card.next .buttons button.play:hover {
  color: #348bcd;
  background-color: white;
  border-color: white
}
.itv-schedule section.schedule-cards .card.current .buttons a.button.play:active, .itv-schedule section.schedule-cards .card.current .buttons button.play:active, .itv-schedule section.schedule-cards .card.next .buttons a.button.play:active, .itv-schedule section.schedule-cards .card.next .buttons button.play:active {
  color: #01478d;
  background-color: white;
  border-color: white
}
.itv-schedule section.schedule-cards .card.current .label, .itv-schedule section.schedule-cards .card.next .label {
  padding: 5px;
  background-color: #ffffff;
  color: #05519d;
  border-radius: 2px;
  margin-top: 20px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.25px
}
.itv-schedule section.schedule-cards .card.current .label .big, .itv-schedule section.schedule-cards .card.next .label .big {
  font-size: 14px
}
.itv-schedule section.schedule-cards .card.current .label .small, .itv-schedule section.schedule-cards .card.next .label .small {
  font-size: 12px
}
.itv-schedule section.schedule-cards .card .buttons {
  width: calc(100% + 24px);
  display: flex;
  flex-wrap: wrap
}
@media (min-width: 733px) {
  .itv-schedule section.schedule-cards .card .buttons {
    margin: 0 -12px
  }
}
.itv-schedule section.schedule-cards .card.current .time .now {
  display: block
}
.itv-schedule section.schedule-cards .card.current a.title:hover::after {
  color: white;
  background-color: #05519d;
  margin-top: 5px
}
.itv-schedule section.schedule-cards .card.current a.button {
  color: #05519d
}
.itv-schedule section.schedule-cards .card.next {
  background-color: #1f7ac2;
  border: none !important
}
.itv-schedule section.schedule-cards .card.next .time .next {
  display: block
}
.itv-schedule section.schedule-cards .card.next .label {
  color: #5296db
}
.itv-schedule section.schedule-cards .card.next a.title:hover::after {
  color: white;
  background-color: #1f7ac2;
  margin-top: 5px
}
.itv-schedule section.schedule-cards .card.next+.card {
  border-top: none
}
.itv-schedule section.schedule-cards .card.next a.button {
  color: #1f7ac2
}
.itv-schedule section.schedule-cards .card.next a.button, .itv-schedule section.schedule-cards .card.current a.button {
  background-color: white
}
.itv-schedule section.schedule-cards .card.next a.button span.icon-button-play, .itv-schedule section.schedule-cards .card.current a.button span.icon-button-play {
  background-image: url("../images/playicon-blue-4a640670c99f2caa7371a795dc13e933ac25855a53c62c494914525ffd78a9e1.svg")
}
.itv-schedule section.schedule-cards .card>.time.col-md-1 {
  margin: 0
}
.itv-schedule .schedule_button {
  position: relative;
  margin: 10px auto;
  font-size: 18px;
  letter-spacing: 0.1px;
  height: auto
}
@media (max-width: 732px) {
  .itv-schedule .schedule_button {
    max-width: calc(100% - 40px);
    margin: 10px 20px
  }
}
@media (max-width: 732px) {
  .itv-schedule .side-promo-place-right {
    margin-top: 0
  }
}
@media (max-width: 732px) {
  .itv-schedule .col-md-8 {
    display: block;
    float: none;
    width: 100%;
    padding: 0
  }
  .itv-schedule .col-md-8 .schedule-cards a.button.wide {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
    height: auto;
    line-height: 25px;
    padding: 5px 0
  }
  .itv-schedule .col-md-4 {
    display: block;
    float: none;
    padding: 0 0 20px;
    margin: 0 auto
  }
  .itv-schedule .date .arrow-left, .itv-schedule .date .arrow-right {
    width: 50px;
    margin: auto
  }
  .itv-schedule .date .text {
    width: calc(100% - 124px);
    margin: 0;
    padding-left: 10px;
    font-size: 18px;
    line-height: 20px;
    vertical-align: top
  }
  .itv-schedule section.schedule-cards .card {
    width: 100% !important;
    position: relative;
    padding-left: 10px !important;
    padding-right: 10px;
    margin: 0 !important;
    box-sizing: border-box !important
  }
  .itv-schedule section.schedule-cards .card .time {
    max-width: 60px
  }
  .itv-schedule section.schedule-cards .card .icons {
    position: absolute;
    top: 20px;
    right: 10px;
    max-width: 60px
  }
  .itv-schedule section.schedule-cards .card.current .icons, .itv-schedule section.schedule-cards .card.next .icons {
    margin-top: 6px
  }
  .itv-schedule section.schedule-cards .card .body {
    width: 100%;
    margin: 0;
    padding: 0
  }
  .itv-schedule section.schedule-cards .card .body .title {
    width: calc(100% - 35px)
  }
  .itv-schedule section.schedule-cards .card .body .title:hover::after {
    display: none
  }
  .itv-schedule section.schedule-cards .card .body .image {
    float: none;
    width: 228px;
    height: 132px;
    margin-bottom: 10px
  }
  .itv-schedule section.schedule-cards .card .body .text {
    width: 100%
  }
  .itv-schedule section.schedule-cards .card .body .buttons {
    width: 100%
  }
  .itv-schedule section.schedule-cards .card .body .buttons .button {
    max-width: 100%
  }
}
.w1tv-collect-common .w1tv-collect-item, .w1tv-collect-common .w1tv-collect-item:hover, .w1tv-collect-common .w1tv-collect-item:active, .w1tv-collect-common .w1tv-collect-item-content {
  background-color: #257fc7;
  color: #ffffff
}
.w1tv-collect-common .w1tv-collect-item, .w1tv-collect-common .w1tv-collect-item:hover, .w1tv-collect-common .w1tv-collect-item:active, .w1tv-collect-common .w1tv-collect-item-content {
  background-color: #257fc7;
  color: #ffffff
}
.itv-air-position-week {
  display: flex;
  padding: 10px 0
}
.itv-air-position-week__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 10px
}
.itv-air-position-week__time {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #0757a8
}
.itv-air-position-week__age {
  display: flex;
  align-items: center;
  margin-top: 1px;
  padding: 1px 5px 1px;
  flex-grow: 0;
  border: 1px solid #05519d;
  border-radius: 2px;
  color: #05519d;
  font-size: 12px;
  line-height: 12px;
  height: 16px;
  opacity: 0.4
}
@media (max-width: 732px) {
  .itv-air-position-week__age {
    padding-bottom: 0
  }
}
.itv-air-position-week__age:empty {
  display: none
}
.itv-air-position-week__title {
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  color: black;
  font-weight: bold;
  text-decoration: none
}
.itv-air-position-week__title-text {
  display: block;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
  text-decoration: inherit
}
.itv-air-position-week__title-text:hover, .itv-air-position-week__title-text:active {
  color: black
}
.itv-air-position-week__title-text:hover span, .itv-air-position-week__title-text:active span {
  text-decoration: underline
}
.itv-air-position-week__title-text .titleicon {
  display: inline-block;
  margin-top: -1px;
  margin-left: 5px;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background-image: url("")
}
.itv-air-position-week__more {
  margin-top: 6px;
  margin-bottom: 5px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  padding: 0 12px;
  letter-spacing: -0.5px
}
.itv-air-position-week__more:hover, .itv-air-position-week__more:active {
  text-decoration: none
}
.itv-air-position-button-color {
  display: inline-block;
  margin-right: 20px;
  font-size: 13px;
  color: #0757a8;
  fill: #0757a8;
  border-color: #0757a8;
  text-decoration: none
}
.itv-air-position-button-color .itv-button__icon {
  width: 12px;
  height: 13px;
  vertical-align: middle;
  margin-top: -7px
}
.itv-air-position-button-color:hover {
  color: #348bcd;
  fill: #348bcd;
  border-color: #348bcd
}
.itv-air-position-button-color:active {
  color: #01478d;
  fill: #01478d;
  border-color: #01478d
}
.itv-schedule-week__current-label:hover, .itv-schedule-week__label:hover {
  text-decoration: underline
}
.itv-schedule-week__label {
  display: inline-block
}
.itv-schedule-week__current-label {
  display: none
}
.itv-air-position-week.past .itv-air-position-week__time {
  opacity: 0.5
}
.itv-air-position-week.current, .itv-air-position-week.next {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px
}
.itv-air-position-week.current .itv-air-position-week__title::before, .itv-air-position-week.current .itv-air-position-week__time::before, .itv-air-position-week.next .itv-air-position-week__title::before, .itv-air-position-week.next .itv-air-position-week__time::before {
  content: " ";
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: white;
  opacity: 0.5
}
.itv-air-position-week.current .itv-air-position-week__time, .itv-air-position-week.current .itv-air-position-week__age, .itv-air-position-week.current .itv-air-position-week__title-text, .itv-air-position-week.current .itv-air-position-button-color, .itv-air-position-week.next .itv-air-position-week__time, .itv-air-position-week.next .itv-air-position-week__age, .itv-air-position-week.next .itv-air-position-week__title-text, .itv-air-position-week.next .itv-air-position-button-color {
  color: white;
  border-color: white;
  fill: white
}
.itv-air-position-week.current .titleicon, .itv-air-position-week.next .titleicon {
  background-image: url("")
}
.itv-air-position-week.current {
  background-color: #0757a8
}
.itv-air-position-week.current .itv-air-position-week__title::before {
  content: attr(data-label_now)
}
.itv-air-position-week.current .itv-schedule-week__label {
  display: none
}
.itv-air-position-week.current .itv-schedule-week__current-label {
  display: inline-block
}
.itv-air-position-week.next {
  background-color: #1f7ac2
}
.itv-air-position-week.next .itv-air-position-week__title::before {
  content: attr(data-label_next)
}
.itv-air-position__event-icon_wrapper {
  display: inline-block;
  height: 20px;
  margin-left: 9px;
  margin-top: -2px;
  padding: 2px;
  border-radius: 2px;
  background-color: #fff;
  vertical-align: middle
}
.itv-air-position__event-icon {
  display: block;
  height: 16px;
  width: auto
}
.itv-air-position__hbb-wrapper {
  display: inline-block;
  width: 94px;
  height: 16px;
  margin-left: 9px;
  margin-top: -1px;
  vertical-align: middle;
  box-sizing: content-box
}
.itv-air-position__hbb-wrapper:after {
  margin-left: 0 !important
}
.itv-air-position__hbbtv-icon {
  display: inline-block;
  width: 94px;
  height: 16px;
  background-image: url("");
  background-size: 94px 16px;
  margin-bottom: 3px
}
.air_position_day__title .itv-air-position__event-icon_wrapper {
  height: 22px;
  margin-left: 13px;
  margin-top: 0
}
.air_position_day__title .itv-air-position__event-icon {
  height: 18px
}
article.itv-schedule-week {
  margin-top: 15px
}
article.itv-schedule-week .middle-promo-place {
  background-color: transparent;
  margin-bottom: 10px
}
.itv-schedule-week__header {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  padding-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.95)
}
.sticked .itv-schedule-week__header {
  position: fixed;
  top: 60px;
  margin: 0;
  z-index: 99
}
.sticked .itv-schedule-week__header-sticky-filler {
  height: 55px
}
.itv-schedule-week__link_label {
  display: block;
  position: absolute;
  width: 210px;
  height: 30px;
  padding: 0 15px;
  font-size: 12px;
  line-height: 30px;
  color: white;
  background-color: rgba(32, 160, 241, 0.9);
  border-radius: 2px;
  z-index: 1
}
.itv-schedule-week__link_label--show {
  display: block
}
.itv-schedule-week__calendar {
  background-color: white;
  margin: 20px auto
}
@media (min-width: 733px) {
  .itv-schedule-week__calendar {
    padding: 20px 40px 40px
  }
}
.itv-schedule-week__calendar .pika-lendar td.is-selected, .itv-schedule-week__calendar .pika-lendar td.is-selected~td {
  padding: 0;
  color: white;
  background-color: #0757a8;
  opacity: 1
}
.itv-schedule-week__calendar .pika-lendar td.is-selected .pika-button {
  font-weight: normal
}
.itv-schedule-week__calendar .pika-lendar td.is-selected~td:nth-child(6), .itv-schedule-week__calendar .pika-lendar td.is-selected~td:nth-child(7) {
  background-color: #eb0f4d
}
.itv-schedule-week__calendar-title {
  display: block;
  margin: 20px auto 10px;
  font-size: 22px;
  font-weight: bold;
  max-width: 312px
}
.itv-schedule-week__header-title {
  align-items: center
}
@media (max-width: 732px) {
  .itv-schedule-week__header-title {
    margin: 0 20px
  }
}
.itv-schedule-week__header-arrow {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  flex: 0 0 auto
}
.itv-schedule-week__header-arrow.disabled {
  opacity: 0.8;
  pointer-events: none
}
.itv-schedule-week__header-arrow--left {
  background-image: url("")
}
.itv-schedule-week__header-arrow--right {
  background-image: url("")
}
.itv-schedule-week__calendar_button {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  border-color: #959fa8;
  font-size: 13px;
  line-height: 38px
}
.itv-schedule-week__calendar_button:hover, .itv-schedule-week__calendar_button:active {
  border-color: grey
}
.itv-schedule-week__calendar_button::before {
  content: "";
  display: inline-block;
  background-image: url("");
  background-position: center center;
  background-repeat: no-repeat;
  width: 19px;
  height: 38px;
  margin-right: 12px;
  vertical-align: middle
}
.itv-schedule-week__date_text {
  margin: 0 15px;
  flex: 1 1 auto;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #05519d
}
.itv-schedule-week__day-container {
  border-top: 1px solid rgba(5, 81, 157, 0.2);
  padding-top: 25px
}
@media (min-width: 733px) {
  .itv-schedule-week__day-container {
    margin: 0 12px 20px
  }
}
.itv-schedule-week__day-title {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  color: #0757a8
}
.itv-schedule-week__day {
  display: flex;
  margin: 0 -12px 20px
}
@media (max-width: 732px) {
  .itv-schedule-week__day {
    flex-direction: column;
    align-items: stretch;
    flex-wrap: wrap
  }
}
.itv-schedule-week__time-of-day {
  margin: 0 12px
}
@media (min-width: 733px) {
  .itv-schedule-week__time-of-day {
    width: calc(100% / 3)
  }
}
.itv-schedule-week__time-of-day-title {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  color: #0757a8;
  text-transform: capitalize
}
.itv-schedule-week__time-of-day-title.itv-schedule-week__time-of-day-title--past {
  opacity: 0.5
}
.itv-schedule-week__button-detail {
  margin-left: 0;
  margin-right: 0
}
.w1tv-collect-common .w1tv-collect-item, .w1tv-collect-common .w1tv-collect-item:hover, .w1tv-collect-common .w1tv-collect-item:active, .w1tv-collect-common .w1tv-collect-item-content {
  background-color: #257fc7;
  color: #ffffff
}
.rating {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 15px auto 0 auto;
  max-height: 100px;
  transition: max-height 0.2s linear, margin 0.2s linear;
  transition-delay: 0;
  overflow: hidden
}
.rating__icon {
  width: 30px;
  height: 30px;
  margin: 0 auto
}
.rating__count, .rating__text {
  text-align: center
}
@media (min-width: 733px) {
  .w__block__voting .collection_items a.card .text.hoverable {
    display: flex;
    flex-direction: column
  }
  .w__block__voting .collection_items a.card .text.hoverable .rating+.lead {
    margin: 0 !important
  }
  .itv-card-rating {
    display: flex;
    flex-direction: column
  }
  .itv-card-rating .lead {
    max-height: 0;
    margin-top: 15px;
    overflow: hidden;
    transition: max-height 0.2s linear, margin 0.2s linear
  }
  .itv-card-rating .rating {
    z-index: 2;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    transition: all 0.2s;
    transition-delay: 0.15s !important
  }
  .all-video .itv-card-rating .lead {
    max-height: none
  }
  .all-video .itv-card-rating .rating {
    display: none
  }
  .hoverable:hover .itv-card-rating .rating {
    margin: 0;
    max-height: 0;
    position: relative;
    transition-delay: 0s !important
  }
  .hoverable:hover .itv-card-rating .lead {
    max-height: 350px
  }
}
.w_content {
  max-width: 100%
}
@media (min-width: 733px) {
  .w_content .w_row .w_block.c-12 {
    display: block;
    width: 100%;
    max-width: 984px;
    margin: 0 auto
  }
}
@media (min-width: 733px) and (min-width: 1600px) {
  .w_content .w_row .w_block.c-12 {
    max-width: 1320px
  }
}
@media (min-width: 733px) {
  .w_content .with-right-column .w_block.c-8 {
    display: block;
    margin: 0 auto;
    width: 100%
  }
}
@media (min-width: 733px) and (min-width: 733px) and (max-width: 1599px) {
  .w_content .with-right-column .w_block.c-8 {
    max-width: 648px
  }
}
@media (min-width: 733px) and (min-width: 1600px) {
  .w_content .with-right-column .w_block.c-8 {
    max-width: 984px
  }
  .w_content .with-right-column .w_block.c-8 .text-block {
    max-width: 648px;
    margin-left: auto;
    margin-right: auto
  }
}
.row_with_face {
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}
.row_with_face .w_block.c-4 {
  margin: 20px 12px
}
@media (max-width: 732px) {
  .show-main.branded .w_content>.itv-container>.itv-row.itv-row--flex.itv-col-s-wide {
    margin: 0;
    max-width: 100%
  }
}
article.show-main .tv1player {
  height: auto
}
article.show-main .tv1player::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%
}
article.show-main .w_row .w__block__video.with_player {
  max-width: 984px;
  margin: 20px auto 0
}
article.show-main .w_row.big-slider .w_block {
  margin: 0 auto;
  width: 100%
}
article.show-main .w_row.big-slider .w_block .w__block__collection {
  width: 100%;
  margin: 0
}
article.show-main .w_row.big-slider .w_block .w__block__collection .w_collection_items {
  max-width: 984px;
  margin: 0 auto 20px
}
@media (min-width: 733px) and (max-width: 1599px) {
  article.show-main .w_row.big-slider .w_block .w__block__collection .w_collection_items.w__block__video.with_player {
    width: 100%
  }
}
article.show-main .w_content {
  width: auto;
  margin: 0 auto
}
@media (min-width: 1600px) {
  article.show-main .w_content {
    width: auto
  }
}
article.show-main .w_content:first-child::before {
  content: "";
  display: block;
  width: 100%;
  height: 10px
}
@media (min-width: 733px) {
  article.show-main .w_content .w_row {
    margin: 0 auto
  }
}
article.show-main>.background {
  position: relative
}
article.show-main>.background .w_content .project_title {
  position: relative;
  z-index: 2
}
article.show-main>.background .w_content .bg-mask-wrapper {
  opacity: 0.3
}
article.show-main>.background .w_content .bg-mask-wrapper::after {
  box-shadow: 0 0 60px 120px
}
article.show-main>.background .w_row:not(:first-child) {
  position: relative
}
article.show-main hr.fat {
  margin-top: -10px
}
article.show-main .promoted-video header {
  height: 60px;
  font-size: 30px;
  line-height: 55px;
  margin: 0 auto;
  text-align: center
}
article.show-main .promoted-video img {
  width: 100%
}
article.show-main .promoted-video .description {
  padding: 0 20px;
  font-size: 16px;
  height: 60px
}
article.show-main section.bg {
  min-height: 500px;
  position: relative
}
article.show-main section.bg .content {
  position: relative
}
article.show-main.bg-color-base .collection-faces .face .name {
  color: #ffffff !important
}
article.show-main .project-image {
  max-width: 816px;
  height: auto;
  margin: 50px auto;
  position: relative;
  background-size: contain;
  z-index: 2;
  padding: 0
}
article.show-main .project-image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto
}
article.show-main section.about {
  margin: 40px auto 0 auto;
  padding: 0;
  position: relative;
  z-index: 2
}
article.show-main section.about .itv-project__about-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px
}
article.show-main section.about .framed {
  border-width: 10px;
  border-style: solid
}
article.show-main section.about .framed .text {
  margin: 50px auto;
  padding: 0;
  font-size: 16px;
  letter-spacing: 0.25px
}
article.show-main section.about .framed .text a {
  text-decoration: underline
}
article.show-main section.about .framed .buttons {
  opacity: 1;
  margin: 50px auto;
  padding: 0
}
article.show-main section.about .framed .buttons .social-buttons>div {
  margin: 0 24px 0 0;
  width: 144px
}
article.show-main section.about .framed .buttons .social-buttons>div:last-child {
  margin-right: 0
}
article.show-main .closing-message {
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 50px;
  text-transform: uppercase;
  overflow: hidden;
  word-wrap: break-word
}
@media (max-width: 732px) {
  article.show-main .closing-message {
    line-height: 35px
  }
}
article.show-main section.image {
  margin-bottom: 20px;
  padding: 0
}
article.show-main section.image img {
  display: block;
  margin: 0 auto
}
article.show-main .page-bottom {
  padding-top: 20px
}
article.show-main.rubric-video {
  position: relative
}
article.show-main.rubric-video .right-column .content {
  padding: 0;
  width: 100%
}
article.show-main.rubric-video .content {
  width: 1024px;
  margin: 0 auto;
  padding: 0 4px
}
article.show-main.rubric-video hr.fat {
  margin: 0
}
article.show-main.rubric-video .bg-mask-wrapper {
  opacity: 0.3
}
article.show-main.rubric-video .project-image {
  position: relative;
  margin-bottom: 30px;
  z-index: 2
}
article.show-main.rubric-video section.promoted-video {
  color: inherit
}
article.show-main.rubric-video h2.title {
  margin: 20px 12px;
  overflow: hidden;
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  font-weight: normal;
  text-transform: uppercase
}
article.show-main.rubric-video .voting-lead {
  margin: 20px auto 0;
  padding: 0 20px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  max-width: 688px
}
article.show-main.rubric-video section.filter::after {
  display: block;
  content: "";
  clear: both
}
article.show-main.rubric-video section.filter .search-title {
  font-size: 24px;
  padding-left: 12px;
  text-align: center
}
article.show-main.rubric-video section.filter button {
  display: inline-block;
  margin: 10px 12px 10px 0;
  width: 312px;
  max-width: 100%
}
article.show-main.rubric-video section.filter a.sort {
  float: right;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
  text-decoration: none
}
article.show-main.rubric-video section.filter a.sort::after {
  content: "";
  display: none;
  vertical-align: middle;
  margin-left: 10px;
  width: 7px;
  height: 7px;
  border: 2px solid;
  border-right: none;
  border-top: none
}
article.show-main.rubric-video section.filter a.sort.desc::after {
  display: inline-block;
  margin-bottom: 4px;
  transform: rotate(-45deg)
}
article.show-main.rubric-video section.filter a.sort.asc::after {
  display: inline-block;
  transform: rotate(135deg);
  margin-top: 4px
}
article.show-main.rubric-video .with-right-column section.collection-1 button.loadable {
  margin: 10px 20px 0 12px
}
article.show-main.rubric-video .share-buttons {
  max-width: 648px;
  margin: 20px auto 0
}
article.show-main.rubric-video .closing-message {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 50px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
@media (max-width: 732px) {
  article.show-main.rubric-video .closing-message {
    line-height: 30px;
    font-size: 20px;
    white-space: normal
  }
}
article.show-main.rubric-video .calendar {
  display: none
}
article.show-main.rubric-video .calendar #pikaday {
  width: 312px
}
article.show-main .w__block__video .splash_wrapper img {
  width: 100%;
  height: auto
}
section.collection-1 {
  margin-top: 13px;
  transition: max-height 1s
}
section.collection-1 div.card {
  padding: 0
}
section.collection-1 .collection_items {
  transition: max-height 1s;
  overflow: hidden
}
section.collection-1 button.loadable {
  display: block;
  width: 312px;
  margin: 10px auto 0;
  max-height: 40px
}
@media (min-width: 733px) {
  section.collection-1 button.loadable {
    width: 100%;
    max-width: calc(100% - 24px);
    margin: 10px 12px 0
  }
}
section.collection-1 section.video-cards {
  margin-bottom: 20px
}
section.collection-1 section.video-cards p {
  font-size: 14px
}
section.collection-1 section.video-cards .card {
  height: 340px;
  margin-bottom: 24px;
  padding: 4px;
  border: none;
  overflow: hidden;
  transition: all 200ms
}
section.collection-1 section.video-cards .card.promo img {
  max-height: 100% !important
}
section.collection-1 section.video-cards .card a.card {
  padding: 4px;
  width: 100%
}
section.collection-1 section.video-cards .card a {
  padding: 0
}
section.collection-1 section.video-cards .card a .img-wrapper {
  background-color: black;
  max-width: 100%;
  max-height: 171px;
  height: 100%;
  width: 100%;
  overflow: hidden
}
section.collection-1 section.video-cards .card a .img-wrapper img {
  background-color: transparent;
  width: auto;
  max-width: 100%;
  height: 171px;
  margin: 0 auto;
  display: block;
  transition: 700ms
}
section.collection-1 section.video-cards .card a .img-wrapper img[src=''] {
  opacity: 0
}
section.collection-1 section.video-cards .card a:hover .img-wrapper img {
  transform: scale(1.15)
}
section.collection-1 section.video-cards .card a .play-icon {
  width: 20px;
  height: 20px;
  background: url("../images/play-icon-4e126a4b2d6a86eb9fcb14fb79a451e190b4ff18362d3d7d6f3eed8299924ef7.svg");
  position: absolute;
  top: 15px;
  right: 12px;
  z-index: 2
}
section.collection-1 section.video-cards .card a .info {
  top: 5px;
  margin-top: 0
}
section.collection-1 section.video-cards .card a .info .time {
  display: none
}
section.collection-1 section.video-cards .card a .info .date {
  display: none;
  left: 0;
  bottom: 0;
  line-height: 40px
}
section.collection-1 section.video-cards .card a .text {
  height: 161px;
  margin: 0;
  padding: 15px 12px;
  overflow: hidden;
  position: absolute;
  top: 171px;
  left: 0;
  right: 0;
  z-index: 3;
  transition: all 200ms
}
@media (min-width: 984px) {
  section.collection-1 section.video-cards .card a .text.hoverable:hover {
    top: 0;
    height: 326px
  }
}
section.collection-1 section.video-cards .card a .text::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  bottom: -1px;
  box-shadow: 0 0 20px 20px;
  margin-left: -20px;
  transition: all 200ms
}
section.collection-1 section.video-cards .card a .text .title {
  color: inherit;
  font-size: 19px;
  line-height: 22px;
  font-weight: bold
}
section.collection-1 section.video-cards .card a .text .lead {
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal
}
section.collection-1 section.video-cards .card.promo {
  background-color: transparent !important;
  padding: 0
}
section.collection-1 section.video-cards .card.promo .side-promo-place-right::before {
  line-height: 12px
}
section.collection-1 section.video-cards .card__label_external_embed {
  font-size: 12px
}
.type-mosaic .collection_items, .type-mosaic .w_collection_items {
  display: flex;
  flex-flow: row wrap;
  justify-content: center
}
@media (max-width: 732px) {
  .type-mosaic .collection_items .card.card.promo, .type-mosaic .w_collection_items .card.card.promo {
    width: 100%;
    height: auto;
    padding: 0 10px
  }
  .type-mosaic .collection_items .card.card.promo .side-promo-place-right, .type-mosaic .w_collection_items .card.card.promo .side-promo-place-right {
    width: 100%;
    box-sizing: border-box
  }
  .type-mosaic .collection_items .card.card.promo .side-promo-place-right .promo-place, .type-mosaic .w_collection_items .card.card.promo .side-promo-place-right .promo-place {
    width: 100%
  }
}
@media (min-width: 733px) {
  .type-mosaic .collection_items .card.card.promo, .type-mosaic .w_collection_items .card.card.promo {
    height: auto;
    margin: 12px;
    margin-top: 5px
  }
}
section.teams h2.title {
  margin: 40px 12px 35px;
  overflow: hidden;
  text-align: center;
  font-size: 25px;
  font-weight: normal;
  text-transform: uppercase
}
.panel-body>.w .slick-arrow {
  display: none !important
}
.type-big-slider-with-playlist .tv1-list-popup-button.tv1-control, .type-big-slider-with-playlist .eump-control-list-popup, .video-player-with-playlist .tv1-list-popup-button.tv1-control, .video-player-with-playlist .eump-control-list-popup {
  display: none !important
}
.itv-news-single .w__block__collection.type-tiles .button.transparent {
  margin-left: 0;
  margin-right: 0;
  width: 100%
}
@media (max-width: 732px) {
  .itv-news-single .w__block__collection.type-tiles .button.transparent {
    display: block;
    width: 312px;
    margin-left: auto;
    margin-right: auto
  }
}
.show-main .w__block__collection.type-tiles .button.transparent {
  display: block;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  padding: 0
}
@media (min-width: 733px) {
  .show-main .w__block__collection.type-tiles .button.transparent {
    max-width: 984px
  }
}
@media (min-width: 1600px) {
  .show-main .w__block__collection.type-tiles .button.transparent {
    max-width: 1320px
  }
}
.show-main .with-right-column .w__block__collection.type-tiles .button.transparent {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  width: 100%
}
.show-main .editor.text-block {
  margin: 0 20px
}
.grid .w__block__collection.type-tiles .button.transparent {
  margin-left: 0;
  margin-right: 0;
  width: 100%
}
.w__block__collection.type-slider .w_collection_items div.card:only-child {
  display: block
}
.w__block__collection.type-slider .w_collection_items div.card:only-child .card {
  display: block;
  margin: 0 auto
}
.grid4 .w__block__collection.type-tiles .w_collection_items a.card {
  margin: 0 0 24px
}
.w_collection_title {
  display: block;
  position: relative;
  padding: 0 40px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-weight: normal
}
.w_collection_title:empty {
  margin-top: 20px
}
div[class*='collection-'], .w__block__collection {
  overflow: hidden;
  transition: all 1s
}
div[class*='collection-'].type-big-slider-with-playlist .w_collection_items, .w__block__collection.type-big-slider-with-playlist .w_collection_items {
  width: 984px;
  margin-left: 0
}
div[class*='collection-'].type-big-slider-with-playlist .w_collection_items a:not(:first-child), .w__block__collection.type-big-slider-with-playlist .w_collection_items a:not(:first-child) {
  display: none
}
div[class*='collection-'] .collection-name, div[class*='collection-'] .w_collection_title, div[class*='collection-'] .w_photo_gallery_title, .w__block__collection .collection-name, .w__block__collection .w_collection_title, .w__block__collection .w_photo_gallery_title {
  display: block;
  position: relative;
  padding: 0 20px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 1.1px;
  text-transform: uppercase
}
div[class*='collection-'] .collection-name:empty, div[class*='collection-'] .w_collection_title:empty, div[class*='collection-'] .w_photo_gallery_title:empty, .w__block__collection .collection-name:empty, .w__block__collection .w_collection_title:empty, .w__block__collection .w_photo_gallery_title:empty {
  margin-top: 0;
  margin-bottom: 15px
}
@media (max-width: 1599px) {
  div[class*='collection-'] .collection-name:empty, div[class*='collection-'] .w_collection_title:empty, div[class*='collection-'] .w_photo_gallery_title:empty, .w__block__collection .collection-name:empty, .w__block__collection .w_collection_title:empty, .w__block__collection .w_photo_gallery_title:empty {
    margin-bottom: 8px
  }
}
div[class*='collection-'] .w_collection_lead, .w__block__collection .w_collection_lead {
  display: none
}
div[class*='collection-'] .w_collection_items, .w__block__collection .w_collection_items {
  margin: 0 -12px;
  max-width: calc(100% + 24px)
}
@media (max-width: 732px) {
  .type-mosaic div[class*='collection-'] .w_collection_items, .type-mosaic .w__block__collection .w_collection_items {
    margin: 0
  }
}
@media (min-width: 733px) {
  div[class*='collection-'] .w_collection_items, .w__block__collection .w_collection_items {
    overflow: hidden
  }
}
div[class*='collection-'] .w_collection_items button.slick-arrow, .w__block__collection .w_collection_items button.slick-arrow {
  background-color: transparent;
  border: none
}
div[class*='collection-'] .card, .w__block__collection .card {
  position: relative;
  display: inline-block;
  vertical-align: top;
  word-break: normal;
  overflow: hidden;
  border: none
}
div[class*='collection-'] .card.with_player .splash_wrapper, .w__block__collection .card.with_player .splash_wrapper {
  display: none
}
div[class*='collection-'] .card .text, .w__block__collection .card .text {
  overflow: hidden
}
div[class*='collection-'] .card .text .description, .w__block__collection .card .text .description {
  display: none
}
div[class*='collection-'] .card img, .w__block__collection .card img {
  display: block;
  position: relative;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%
}
div[class*='collection-'] .card .play-icon, .w__block__collection .card .play-icon {
  width: 20px;
  height: 20px;
  background: url("../images/play-icon-4e126a4b2d6a86eb9fcb14fb79a451e190b4ff18362d3d7d6f3eed8299924ef7.svg");
  position: absolute;
  top: 15px;
  right: 12px;
  z-index: 2
}
div[class*='collection-'].type-big-slider, div[class*='collection-'].type-big-slider-with-playlist, .w__block__collection.type-big-slider, .w__block__collection.type-big-slider-with-playlist {
  width: 984px;
  overflow: hidden;
  max-width: 100%
}
div[class*='collection-'].type-big-slider .w__block__video, div[class*='collection-'].type-big-slider-with-playlist .w__block__video, .w__block__collection.type-big-slider .w__block__video, .w__block__collection.type-big-slider-with-playlist .w__block__video {
  border: none
}
div[class*='collection-'].type-big-slider .w__block__video .playlist, div[class*='collection-'].type-big-slider-with-playlist .w__block__video .playlist, .w__block__collection.type-big-slider .w__block__video .playlist, .w__block__collection.type-big-slider-with-playlist .w__block__video .playlist {
  position: relative;
  width: 100%;
  height: 170px;
  padding: 0 20px;
  overflow: hidden;
  background-color: black;
  color: white !important
}
div[class*='collection-'].type-big-slider .w__block__video .playlist a.card, div[class*='collection-'].type-big-slider-with-playlist .w__block__video .playlist a.card, .w__block__collection.type-big-slider .w__block__video .playlist a.card, .w__block__collection.type-big-slider-with-playlist .w__block__video .playlist a.card {
  display: inline-block;
  width: 144px;
  height: 100%;
  margin-right: 24px;
  padding-top: 20px;
  color: #a3a3a3;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.25px;
  overflow: hidden;
  border: none;
  outline: none;
  opacity: 0.8;
  background-color: black !important
}
div[class*='collection-'].type-big-slider .w__block__video .playlist a.card:hover, div[class*='collection-'].type-big-slider-with-playlist .w__block__video .playlist a.card:hover, .w__block__collection.type-big-slider .w__block__video .playlist a.card:hover, .w__block__collection.type-big-slider-with-playlist .w__block__video .playlist a.card:hover {
  opacity: 1;
  color: #fff;
  text-decoration: none
}
div[class*='collection-'].type-big-slider .w__block__video .playlist a.card.active, div[class*='collection-'].type-big-slider-with-playlist .w__block__video .playlist a.card.active, .w__block__collection.type-big-slider .w__block__video .playlist a.card.active, .w__block__collection.type-big-slider-with-playlist .w__block__video .playlist a.card.active {
  opacity: 0.4;
  text-decoration: none
}
div[class*='collection-'].type-big-slider .w__block__video .playlist a.card:last-child, div[class*='collection-'].type-big-slider-with-playlist .w__block__video .playlist a.card:last-child, .w__block__collection.type-big-slider .w__block__video .playlist a.card:last-child, .w__block__collection.type-big-slider-with-playlist .w__block__video .playlist a.card:last-child {
  margin-right: 0 !important
}
div[class*='collection-'].type-big-slider .w__block__video .playlist a.card .image, div[class*='collection-'].type-big-slider-with-playlist .w__block__video .playlist a.card .image, .w__block__collection.type-big-slider .w__block__video .playlist a.card .image, .w__block__collection.type-big-slider-with-playlist .w__block__video .playlist a.card .image {
  width: 100%;
  height: 81px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat
}
div[class*='collection-'].type-big-slider .w__block__video .playlist a.card .text, div[class*='collection-'].type-big-slider-with-playlist .w__block__video .playlist a.card .text, .w__block__collection.type-big-slider .w__block__video .playlist a.card .text, .w__block__collection.type-big-slider-with-playlist .w__block__video .playlist a.card .text {
  color: white;
  margin: 0;
  font-size: inherit;
  line-height: inherit
}
div[class*='collection-'].type-big-slider .w__block__video .playlist::after, div[class*='collection-'].type-big-slider-with-playlist .w__block__video .playlist::after, .w__block__collection.type-big-slider .w__block__video .playlist::after, .w__block__collection.type-big-slider-with-playlist .w__block__video .playlist::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  box-shadow: 0 0 10px 10px black
}
div[class*='collection-'].type-big-slider .w__block__video .playlist .slick-arrow, div[class*='collection-'].type-big-slider-with-playlist .w__block__video .playlist .slick-arrow, .w__block__collection.type-big-slider .w__block__video .playlist .slick-arrow, .w__block__collection.type-big-slider-with-playlist .w__block__video .playlist .slick-arrow {
  width: 80px;
  height: 100%;
  margin: 0;
  background-color: transparent;
  border: none;
  opacity: 1
}
div[class*='collection-'].type-big-slider .w__block__video .playlist .slick-arrow.slick-next, div[class*='collection-'].type-big-slider-with-playlist .w__block__video .playlist .slick-arrow.slick-next, .w__block__collection.type-big-slider .w__block__video .playlist .slick-arrow.slick-next, .w__block__collection.type-big-slider-with-playlist .w__block__video .playlist .slick-arrow.slick-next {
  right: 0;
  background-image: url("")
}
div[class*='collection-'].type-big-slider .w__block__video .playlist .slick-arrow.slick-prev, div[class*='collection-'].type-big-slider-with-playlist .w__block__video .playlist .slick-arrow.slick-prev, .w__block__collection.type-big-slider .w__block__video .playlist .slick-arrow.slick-prev, .w__block__collection.type-big-slider-with-playlist .w__block__video .playlist .slick-arrow.slick-prev {
  left: 0;
  background-image: url("")
}
div[class*='collection-'].type-big-slider a.card, div[class*='collection-'].type-big-slider-with-playlist a.card, .w__block__collection.type-big-slider a.card, .w__block__collection.type-big-slider-with-playlist a.card {
  width: 984px;
  max-width: 100%;
  max-height: 750px;
  text-decoration: none;
  outline: 0
}
div[class*='collection-'].type-big-slider a.card:only-child, div[class*='collection-'].type-big-slider-with-playlist a.card:only-child, .w__block__collection.type-big-slider a.card:only-child, .w__block__collection.type-big-slider-with-playlist a.card:only-child {
  display: block;
  margin: 0 auto
}
div[class*='collection-'].type-big-slider a.card img, div[class*='collection-'].type-big-slider-with-playlist a.card img, .w__block__collection.type-big-slider a.card img, .w__block__collection.type-big-slider-with-playlist a.card img {
  width: 100%;
  height: auto
}
div[class*='collection-'].type-big-slider a.card .play-icon, div[class*='collection-'].type-big-slider-with-playlist a.card .play-icon, .w__block__collection.type-big-slider a.card .play-icon, .w__block__collection.type-big-slider-with-playlist a.card .play-icon {
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background-image: url("");
  background-size: 100px
}
div[class*='collection-'].type-big-slider a.card .text, div[class*='collection-'].type-big-slider-with-playlist a.card .text, .w__block__collection.type-big-slider a.card .text, .w__block__collection.type-big-slider-with-playlist a.card .text {
  padding: 0 5px
}
div[class*='collection-'].type-big-slider a.card .text .title, div[class*='collection-'].type-big-slider a.card .text .subtitle, div[class*='collection-'].type-big-slider-with-playlist a.card .text .title, div[class*='collection-'].type-big-slider-with-playlist a.card .text .subtitle, .w__block__collection.type-big-slider a.card .text .title, .w__block__collection.type-big-slider a.card .text .subtitle, .w__block__collection.type-big-slider-with-playlist a.card .text .title, .w__block__collection.type-big-slider-with-playlist a.card .text .subtitle {
  display: none
}
div[class*='collection-'].type-big-slider a.card .text .lead, div[class*='collection-'].type-big-slider-with-playlist a.card .text .lead, .w__block__collection.type-big-slider a.card .text .lead, .w__block__collection.type-big-slider-with-playlist a.card .text .lead {
  overflow: hidden;
  font-size: 16px;
  line-height: 20px;
  display: block
}
div[class*='collection-'].type-big-slider.type-big-slider .slick-slider button.slick-arrow, div[class*='collection-'].type-big-slider-with-playlist.type-big-slider .slick-slider button.slick-arrow, .w__block__collection.type-big-slider.type-big-slider .slick-slider button.slick-arrow, .w__block__collection.type-big-slider-with-playlist.type-big-slider .slick-slider button.slick-arrow {
  display: none !important
}
div[class*='collection-'].type-row .w_collection_items, .w__block__collection.type-row .w_collection_items {
  height: 300px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}
div[class*='collection-'].type-row .w_collection_items div.card, .w__block__collection.type-row .w_collection_items div.card {
  flex-shrink: 0
}
div[class*='collection-'].type-row .w_collection_items a.card, .w__block__collection.type-row .w_collection_items a.card {
  display: inline-block;
  width: 312px;
  height: 300px;
  background-color: transparent;
  color: inherit;
  margin: 0 12px;
  text-decoration: none;
  cursor: pointer
}
div[class*='collection-'].type-row .w_collection_items a.card:nth-child(n+4), .w__block__collection.type-row .w_collection_items a.card:nth-child(n+4) {
  display: none
}
div[class*='collection-'].type-row .w_collection_items a.card img, .w__block__collection.type-row .w_collection_items a.card img {
  transition: all 700ms
}
div[class*='collection-'].type-row .w_collection_items a.card .img-wrapper, .w__block__collection.type-row .w_collection_items a.card .img-wrapper {
  overflow: hidden;
  border: 4px solid
}
div[class*='collection-'].type-row .w_collection_items a.card .text, .w__block__collection.type-row .w_collection_items a.card .text {
  padding: 5px 10px 0 10px;
  height: 105px;
  overflow: hidden
}
div[class*='collection-'].type-row .w_collection_items a.card .text::after, .w__block__collection.type-row .w_collection_items a.card .text::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  color: white;
  box-shadow: 0 0 15px 20px
}
div[class*='collection-'].type-row .w_collection_items a.card .text .rubric, .w__block__collection.type-row .w_collection_items a.card .text .rubric {
  display: none
}
div[class*='collection-'].type-row .w_collection_items a.card .text .title, div[class*='collection-'].type-row .w_collection_items a.card .text .show-name, .w__block__collection.type-row .w_collection_items a.card .text .title, .w__block__collection.type-row .w_collection_items a.card .text .show-name {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: inherit
}
div[class*='collection-'].type-row .w_collection_items a.card .text .subtitle, div[class*='collection-'].type-row .w_collection_items a.card .text .lead, div[class*='collection-'].type-row .w_collection_items a.card .text .date, div[class*='collection-'].type-row .w_collection_items a.card .text .views, .w__block__collection.type-row .w_collection_items a.card .text .subtitle, .w__block__collection.type-row .w_collection_items a.card .text .lead, .w__block__collection.type-row .w_collection_items a.card .text .date, .w__block__collection.type-row .w_collection_items a.card .text .views {
  display: none
}
div[class*='collection-'].type-row .w_collection_items a.card:hover .text, .w__block__collection.type-row .w_collection_items a.card:hover .text {
  text-decoration: underline
}
div[class*='collection-'].type-slider .w_collection_items, .w__block__collection.type-slider .w_collection_items {
  width: auto;
  overflow: hidden;
  position: relative
}
div[class*='collection-'].type-slider .w_collection_items:not(.slick-initialized) div.card:not(:first-child), .w__block__collection.type-slider .w_collection_items:not(.slick-initialized) div.card:not(:first-child) {
  display: none
}
@media (min-width: 733px) {
  div[class*='collection-'].type-slider .w_collection_items::before, .w__block__collection.type-slider .w_collection_items::before {
    content: "";
    display: block;
    position: absolute;
    width: 0px;
    height: 300px;
    box-shadow: -60px 0 54px 172px;
    z-index: 3;
    left: -5px;
    top: 60px
  }
  div[class*='collection-'].type-slider .w_collection_items::after, .w__block__collection.type-slider .w_collection_items::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 300px;
    box-shadow: 60px 0 54px 172px;
    z-index: 3;
    right: -5px;
    top: 60px
  }
}
div[class*='collection-'].type-slider .w_collection_items div.card, .w__block__collection.type-slider .w_collection_items div.card {
  margin: 0 12px
}
div[class*='collection-'].type-slider .w_collection_items a.card, .w__block__collection.type-slider .w_collection_items a.card {
  display: none;
  position: relative;
  margin: 0;
  border: 4px solid;
  width: 648px;
  height: 368px;
  overflow: hidden;
  outline: 0
}
@media (max-width: 732px) {
  div[class*='collection-'].type-slider .w_collection_items a.card, .w__block__collection.type-slider .w_collection_items a.card {
    height: auto
  }
}
div[class*='collection-'].type-slider .w_collection_items a.card .img-wrapper, .w__block__collection.type-slider .w_collection_items a.card .img-wrapper {
  height: 100%
}
div[class*='collection-'].type-slider .w_collection_items a.card.slick-slide, .w__block__collection.type-slider .w_collection_items a.card.slick-slide {
  display: block
}
div[class*='collection-'].type-slider .w_collection_items a.card.slick-slide:not(.slick-active, .slick-current), .w__block__collection.type-slider .w_collection_items a.card.slick-slide:not(.slick-active, .slick-current) {
  opacity: 0.4
}
div[class*='collection-'].type-slider .w_collection_items a.card:only-child, .w__block__collection.type-slider .w_collection_items a.card:only-child {
  display: block;
  margin: 0 auto
}
div[class*='collection-'].type-slider .w_collection_items a.card img, .w__block__collection.type-slider .w_collection_items a.card img {
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: 100%
}
div[class*='collection-'].type-slider .w_collection_items a.card .play-icon, .w__block__collection.type-slider .w_collection_items a.card .play-icon {
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background-image: url("");
  background-size: 100px
}
div[class*='collection-'].type-slider .w_collection_items a.card .text, .w__block__collection.type-slider .w_collection_items a.card .text {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 640px;
  min-height: 120px;
  max-height: 145px;
  overflow: hidden;
  background-image: url("");
  background-size: 100% 100%;
  color: white
}
div[class*='collection-'].type-slider .w_collection_items a.card .text::after, .w__block__collection.type-slider .w_collection_items a.card .text::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  box-shadow: 0 0 15px 15px black
}
div[class*='collection-'].type-slider .w_collection_items a.card .text .rubric, div[class*='collection-'].type-slider .w_collection_items a.card .text .views, div[class*='collection-'].type-slider .w_collection_items a.card .text .date, .w__block__collection.type-slider .w_collection_items a.card .text .rubric, .w__block__collection.type-slider .w_collection_items a.card .text .views, .w__block__collection.type-slider .w_collection_items a.card .text .date {
  display: none
}
div[class*='collection-'].type-slider .w_collection_items a.card .text .title, div[class*='collection-'].type-slider .w_collection_items a.card .text .show-name, .w__block__collection.type-slider .w_collection_items a.card .text .title, .w__block__collection.type-slider .w_collection_items a.card .text .show-name {
  position: absolute;
  bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  width: unset;
  max-width: unset;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 25px
}
div[class*='collection-'].type-slider .w_collection_items a.card .text .subtitle, .w__block__collection.type-slider .w_collection_items a.card .text .subtitle {
  margin-top: 10px;
  padding: 0;
  color: #96a0a8
}
div[class*='collection-'].type-slider .w_collection_items .slick-arrow--svg-icon, .w__block__collection.type-slider .w_collection_items .slick-arrow--svg-icon {
  width: 60px;
  height: 60px
}
div[class*='collection-'].type-slider .w_collection_items button.slick-arrow, .w__block__collection.type-slider .w_collection_items button.slick-arrow {
  z-index: 99;
  height: 100%;
  width: 150px;
  position: absolute;
  top: -18px;
  opacity: 0;
  background-color: transparent;
  background-size: 60px 60px;
  margin: 0;
  padding: 0;
  border: none;
  background-image: none
}
div[class*='collection-'].type-slider .w_collection_items button.slick-arrow.slick-prev, .w__block__collection.type-slider .w_collection_items button.slick-arrow.slick-prev {
  left: 0
}
div[class*='collection-'].type-slider .w_collection_items button.slick-arrow.slick-next, .w__block__collection.type-slider .w_collection_items button.slick-arrow.slick-next {
  right: 0
}
div[class*='collection-'].type-slider .w_collection_items:hover button.slick-arrow, .w__block__collection.type-slider .w_collection_items:hover button.slick-arrow {
  opacity: 0.8
}
div[class*='collection-'].type-slider .w_collection_items:hover button.slick-arrow:hover, .w__block__collection.type-slider .w_collection_items:hover button.slick-arrow:hover {
  opacity: 1
}
div[class*='collection-'].type-tiles, .w__block__collection.type-tiles {
  overflow: visible
}
div[class*='collection-'].type-tiles .button.transparent, .w__block__collection.type-tiles .button.transparent {
  margin-left: 12px;
  margin-right: 12px;
  width: calc(100% - 24px)
}
div[class*='collection-'].type-tiles .w_collection_items, .w__block__collection.type-tiles .w_collection_items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}
@media (max-width: 732px) {
  div[class*='collection-'].type-tiles .w_collection_items, .w__block__collection.type-tiles .w_collection_items {
    flex-direction: column;
    align-items: center
  }
}
div[class*='collection-'].type-tiles .w_collection_items .card.card-width-4 .card__label_external_embed, .w__block__collection.type-tiles .w_collection_items .card.card-width-4 .card__label_external_embed {
  font-size: 12px
}
div[class*='collection-'].type-tiles .w_collection_items div.card, .w__block__collection.type-tiles .w_collection_items div.card {
  margin: 0 0 24px;
  width: 312px
}
@media (min-width: 733px) {
  div[class*='collection-'].type-tiles .w_collection_items div.card, .w__block__collection.type-tiles .w_collection_items div.card {
    margin: 0 12px 24px 12px
  }
}
div[class*='collection-'].type-tiles .w_collection_items div.card a.card, .w__block__collection.type-tiles .w_collection_items div.card a.card {
  margin: 0;
  width: auto
}
div[class*='collection-'].type-tiles .w_collection_items a.card, .w__block__collection.type-tiles .w_collection_items a.card {
  display: block;
  margin: 12px;
  padding: 4px;
  width: 312px;
  height: 340px;
  text-decoration: none;
  transition: all 200ms
}
div[class*='collection-'].type-tiles .w_collection_items a.card:hover, .w__block__collection.type-tiles .w_collection_items a.card:hover {
  text-decoration: none
}
div[class*='collection-'].type-tiles .w_collection_items a.card .text, .w__block__collection.type-tiles .w_collection_items a.card .text {
  height: 160px;
  margin-top: 0;
  width: 100%;
  padding: 0px 12px 5px 12px;
  position: absolute;
  top: 175px;
  left: 0;
  z-index: 3;
  transition: all 200ms
}
div[class*='collection-'].type-tiles .w_collection_items a.card .text.card__with-label, .w__block__collection.type-tiles .w_collection_items a.card .text.card__with-label {
  top: 155px
}
@media (min-width: 984px) {
  div[class*='collection-'].type-tiles .w_collection_items a.card .text.hoverable:hover, .w__block__collection.type-tiles .w_collection_items a.card .text.hoverable:hover {
    top: 0;
    height: 335px
  }
  div[class*='collection-'].type-tiles .w_collection_items a.card .text.hoverable:hover .title, .w__block__collection.type-tiles .w_collection_items a.card .text.hoverable:hover .title {
    margin-top: 15px
  }
}
div[class*='collection-'].type-tiles .w_collection_items a.card .text::after, .w__block__collection.type-tiles .w_collection_items a.card .text::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  box-shadow: 0 0 20px 20px;
  transition: all 200ms
}
div[class*='collection-'].type-tiles .w_collection_items a.card .text .title, div[class*='collection-'].type-tiles .w_collection_items a.card .text .show-name, .w__block__collection.type-tiles .w_collection_items a.card .text .title, .w__block__collection.type-tiles .w_collection_items a.card .text .show-name {
  margin-top: 11px;
  font-size: 19px;
  max-height: 180px;
  max-width: 100%;
  line-height: 22px;
  font-weight: bold;
  overflow: hidden
}
div[class*='collection-'].type-tiles .w_collection_items a.card .text .lead, .w__block__collection.type-tiles .w_collection_items a.card .text .lead {
  margin-top: 10px
}
div[class*='collection-'].type-tiles .w_collection_items a.card .text .subtitle, div[class*='collection-'].type-tiles .w_collection_items a.card .text .date, div[class*='collection-'].type-tiles .w_collection_items a.card .text .views, .w__block__collection.type-tiles .w_collection_items a.card .text .subtitle, .w__block__collection.type-tiles .w_collection_items a.card .text .date, .w__block__collection.type-tiles .w_collection_items a.card .text .views {
  display: none
}
div[class*='collection-'].collection-faces, .w__block__collection.collection-faces {
  overflow: hidden
}
div[class*='collection-'].collection-faces .collection-name, .w__block__collection.collection-faces .collection-name {
  margin-bottom: 15px
}
div[class*='collection-'].collection-faces section.cards, .w__block__collection.collection-faces section.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin: 0;
  width: 100%
}
div[class*='collection-'].collection-faces section.cards a.face, .w__block__collection.collection-faces section.cards a.face {
  display: block;
  margin-bottom: 40px;
  padding: 0;
  width: 312px;
  color: inherit;
  text-decoration: none
}
div[class*='collection-'].collection-faces section.cards a.face:hover, .w__block__collection.collection-faces section.cards a.face:hover {
  text-decoration: underline
}
div[class*='collection-'].collection-faces section.cards a.face img, .w__block__collection.collection-faces section.cards a.face img {
  width: 140px;
  border-radius: 50%
}
div[class*='collection-'].collection-faces section.cards a.face .name, .w__block__collection.collection-faces section.cards a.face .name {
  margin-top: 15px;
  font-size: 22px;
  font-weight: bold;
  color: inherit
}
div[class*='collection-'].collection-faces section.cards a.face .text, .w__block__collection.collection-faces section.cards a.face .text {
  color: inherit;
  opacity: 0.8
}
.w_block[data-with-voting="true"] .w__block__collection .w_collection_lead {
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 0 20px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  max-width: 688px
}
.w_block.force-text-align-center {
  text-align: center
}
.w_block .text_block {
  margin-left: 84px;
  float: left
}
.w_block .text_block::after {
  content: "";
  display: block;
  clear: both
}
.w__block__illustration {
  margin: 20px 0;
  width: 100%;
  height: auto
}
.w__block__illustration img {
  width: 100%
}
.w__block__illustration::after {
  content: "";
  display: block;
  clear: both
}
.w__block__illustration .w_illustration_title {
  line-height: 20px;
  padding: 4px 0 0;
  margin-left: 85px;
  font-size: 14px
}
.w__block__illustration .w_illustration_title:empty {
  display: none
}
.w__block__illustration .w_illustration_copyright {
  color: #ababab;
  font-size: 10px;
  display: block;
  margin-left: 84px;
  margin-right: 84px;
  letter-spacing: 0.3px
}
.w__block__illustration.half {
  width: 50%;
  float: left;
  padding-right: 12px !important
}
.w__block__photo_gallery {
  margin: 20px 0;
  padding: 4px;
  width: 100%;
  height: auto;
  border: 1px solid #d3d3d3
}
.w__block__photo_gallery>img {
  width: 100%;
  height: auto
}
.w__block__photo_gallery .w_photo_gallery_photos {
  position: relative;
  width: 100%;
  margin: 0;
  font-size: 14px
}
.w__block__photo_gallery .w_photo_gallery_photos::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%
}
.w__block__photo_gallery .w_photo_gallery_photos .slick-list {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
.w__block__photo_gallery .w_photo_gallery_photos .slick-list .slick-track {
  height: 100%
}
.w__block__photo_gallery .w_photo_gallery_photos a.card {
  width: 984px;
  height: 100%
}
.w__block__photo_gallery .w_photo_gallery_photos img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: auto
}
.w__block__photo_gallery .w_photo_gallery_photos:hover button.slick-arrow {
  opacity: 0.6
}
.w__block__photo_gallery .w_photo_gallery_photos button.slick-arrow {
  opacity: 0;
  margin: 0;
  background-color: transparent !important;
  border: none !important;
  width: 60px;
  height: 100%;
  transition: all 150ms ease-in-out
}
.w__block__photo_gallery .w_photo_gallery_photos button.slick-arrow::before {
  display: block;
  content: "";
  background-size: 58px 58px;
  width: 60px;
  height: 60px;
  border-radius: 50%
}
.w__block__photo_gallery .w_photo_gallery_photos button.slick-arrow:hover {
  opacity: 1 !important
}
.w__block__photo_gallery .w_photo_gallery_photos button.slick-arrow.slick-prev {
  left: 10px
}
.w__block__photo_gallery .w_photo_gallery_photos button.slick-arrow.slick-next {
  right: 10px
}
.w__block__photo_gallery .photo_gallery_description .photo-info {
  display: flex;
  margin-top: 10px
}
.w__block__photo_gallery .photo_gallery_description .photo-info .photo-counter {
  display: inline-block;
  width: 60px;
  margin-right: 24px;
  vertical-align: top;
  text-align: center;
  flex-shrink: 0
}
@media (max-width: 732px) {
  .w__block__photo_gallery .photo_gallery_description .photo-info .photo-counter {
    margin-right: 10px
  }
}
.w__block__photo_gallery .photo_gallery_description .photo-info .photo-description {
  display: inline-block;
  vertical-align: top;
  font-size: 14px
}
@media (min-width: 733px) {
  .w__block__photo_gallery .photo_gallery_description .photo-info .photo-description {
    margin-right: 79px
  }
}
.w__block__photo_gallery .photo_gallery_description .photo-info .photo-description p {
  margin: 0
}
.w__block__photo_gallery::after {
  content: "";
  display: block;
  clear: both
}
.w__block__photo_gallery .w_photo_gallery_title {
  display: block;
  margin: 5px 0 5px 0 !important
}
.w__block__photo_gallery .w_photo_gallery_title:empty {
  display: none
}
.show-main .w_block {
  width: 984px
}
.w__block__video {
  position: relative;
  margin: 20px 0;
  padding: 4px;
  width: 100%;
  height: auto;
  border: none;
  cursor: pointer
}
.w__block__video.with_player .splash_wrapper {
  display: none
}
.w__block__video.with_player::before {
  display: none
}
.w__block__video img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto
}
.w__block__video .splash_wrapper {
  position: relative;
  overflow: hidden
}
.w__block__video .splash_wrapper::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 104px;
  height: 100px;
  margin: auto;
  background-image: url("");
  background-size: 100px;
  background-position: 0 0;
  background-repeat: no-repeat;
  z-index: 2
}
.w__block__video::after {
  content: "";
  display: block;
  clear: both
}
.w__block__video .w_video_lead {
  display: none
}
.w__block__video .w_video_title {
  position: relative;
  z-index: 100;
  float: left;
  margin: 9px 84px 10px 84px;
  line-height: 20px;
  font-size: 16px
}
.w__block__video .w_video_title:empty {
  display: none
}
.grid8 .w__block__collection .w_collection_items {
  width: 672px
}
.grid8 .w__block__collection.type-big-slider {
  width: 648px
}
.grid8 .w__block__collection.type-big-slider .w_collection_items {
  width: 648px;
  margin: 0 !important
}
.grid8 .w__block__collection.type-big-slider a.card {
  width: 648px
}
.w_content {
  position: relative
}
.w__block__collection.type-row .w_collection_items, .w__block__collection.type-tiles .w_collection_items {
  text-align: center
}
.w__block__collection.type-row .w_collection_items .text, .w__block__collection.type-tiles .w_collection_items .text {
  text-align: left
}
.w__block__collection.type-row .w_collection_items .text .lead, .w__block__collection.type-tiles .w_collection_items .text .lead {
  font-size: 16px
}
.w__block__collection.type-row .w_collection_items .img-wrapper, .w__block__collection.type-tiles .w_collection_items .img-wrapper {
  background-color: black;
  overflow: hidden;
  max-width: 312px;
  width: 304px;
  height: 171px
}
.w__block__collection.type-row .w_collection_items .img-wrapper img, .w__block__collection.type-tiles .w_collection_items .img-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 110%;
  transition: all 700ms
}
.w__block__collection.type-row .w_collection_items .img-wrapper img[src=''], .w__block__collection.type-tiles .w_collection_items .img-wrapper img[src=''] {
  opacity: 0
}
.w__block__collection.type-row .card:hover .img-wrapper img, .w__block__collection.type-tiles .card:hover .img-wrapper img {
  transform: scale(1.15)
}
.w__block__collection.type-tiles .w_collection_items.items-1 a.card:nth-child(n+2) {
  display: none
}
.w__block__collection.type-tiles .w_collection_items.items-2 a.card:nth-child(n+3) {
  display: none
}
.w__block__collection.type-tiles .w_collection_items.items-3 a.card:nth-child(n+4) {
  display: none
}
.w__block__collection.type-tiles .w_collection_items.items-4 a.card:nth-child(n+5) {
  display: none
}
.w__block__collection.type-tiles .w_collection_items.items-5 a.card:nth-child(n+6) {
  display: none
}
.w__block__collection.type-tiles .w_collection_items.items-6 a.card:nth-child(n+7) {
  display: none
}
.w__block__collection.type-tiles .w_collection_items.items-7 a.card:nth-child(n+8) {
  display: none
}
.w__block__collection.type-tiles .w_collection_items.items-8 a.card:nth-child(n+9) {
  display: none
}
.w__block__collection.type-tiles .w_collection_items.items-9 a.card:nth-child(n+10) {
  display: none
}
.w__block__collection.type-tiles .w_collection_items.items-10 a.card:nth-child(n+11) {
  display: none
}
.w__block__collection.type-tiles .w_collection_items.items-11 a.card:nth-child(n+12) {
  display: none
}
.w__block__collection.type-tiles .w_collection_items.items-12 a.card:nth-child(n+13) {
  display: none
}
.with-right-column .w__block__collection.collection-initial-load .type-tiles--row a.card:nth-child(3) {
  display: none
}
@media (max-width: 1599px) {
  .collection-initial-load .w__block__collection.type-tiles .card:nth-child(7), .collection-initial-load .w__block__collection.type-tiles .card:nth-child(8), .collection-initial-load .w__block__collection.type-tiles .card:nth-child(9), .collection-initial-load .w__block__collection.type-tiles .card:nth-child(10), .collection-initial-load .w__block__collection.type-tiles .card:nth-child(11), .collection-initial-load .w__block__collection.type-tiles .card:nth-child(12) {
    display: none
  }
}
@media (min-width: 733px) and (max-width: 1599px) {
  .collection-initial-load .w__block__collection.type-tiles--row .card:nth-child(3)~.card {
    display: none
  }
}
.collection-initial-load .w__block__collection.type-tiles--row .card:nth-child(4)~.card {
  display: none
}
.itv-col-8 .collection-initial-load .w__block__collection.type-tiles--row .card:nth-child(3)~.card {
  display: none
}
@media (min-width: 733px) and (max-width: 1599px) {
  .itv-col-8 .collection-initial-load .w__block__collection.type-tiles--row .card:nth-child(3) {
    display: none
  }
}
.w_content .w__block__collection.type-tiles.type-tiles--row a.card:nth-child(3)~a.card {
  display: none
}
.right-column .collection-initial-load .w__block__collection.type-tiles .card {
  display: inline-block !important
}
.right-column .collection-initial-load .w__block__collection.type-tiles .card:nth-child(5)~.card {
  display: none !important
}
div.card .views .svg.icon, div.card .length .svg.icon {
  display: none
}
.w__block__collection.type-tiles a.card .stats, .w__block__collection.type-tiles div.card .stats, .w__block__collection.type-row a.card .stats, .w__block__collection.type-row div.card .stats, .w__block__collection.type-slider a.card .stats, .w__block__collection.type-slider div.card .stats, .video-cards a.card .stats, .video-cards div.card .stats {
  background-image: url("../images/footer-card-up-shadow-53de102f8c78297696375801e9c137e2594fca518d72e6caab0eaeff341ee79e.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0
}
.w__block__collection.type-tiles a.card .stats .views, .w__block__collection.type-tiles div.card .stats .views, .w__block__collection.type-row a.card .stats .views, .w__block__collection.type-row div.card .stats .views, .w__block__collection.type-slider a.card .stats .views, .w__block__collection.type-slider div.card .stats .views, .video-cards a.card .stats .views, .video-cards div.card .stats .views {
  position: relative;
  margin-right: 20px
}
.w__block__collection.type-tiles a.card .stats .length, .w__block__collection.type-tiles div.card .stats .length, .w__block__collection.type-row a.card .stats .length, .w__block__collection.type-row div.card .stats .length, .w__block__collection.type-slider a.card .stats .length, .w__block__collection.type-slider div.card .stats .length, .video-cards a.card .stats .length, .video-cards div.card .stats .length {
  position: relative;
  margin-right: 20px
}
.w__block__collection.type-tiles.type-tiles .card .stats, .w__block__collection.type-tiles.video-cards .card .stats, .w__block__collection.type-tiles.type-row .card .stats, .w__block__collection.type-row.type-tiles .card .stats, .w__block__collection.type-row.video-cards .card .stats, .w__block__collection.type-row.type-row .card .stats, .w__block__collection.type-slider.type-tiles .card .stats, .w__block__collection.type-slider.video-cards .card .stats, .w__block__collection.type-slider.type-row .card .stats, .video-cards.type-tiles .card .stats, .video-cards.video-cards .card .stats, .video-cards.type-row .card .stats {
  top: 4px;
  left: 4px;
  right: 4px;
  width: auto
}
.w__block__collection.type-tiles.type-slider a.card .stats, .w__block__collection.type-row.type-slider a.card .stats, .w__block__collection.type-slider.type-slider a.card .stats, .video-cards.type-slider a.card .stats {
  width: 100%;
  background-repeat: repeat-x
}
.w__block__collection.type-tiles.type-slider a.card .lead, .w__block__collection.type-row.type-slider a.card .lead, .w__block__collection.type-slider.type-slider a.card .lead, .video-cards.type-slider a.card .lead {
  display: none
}
article.show-main .w_block .text-block a:not(.button, .text-face) {
  text-decoration: underline;
  font-weight: bold
}
article.show-main .w__block__collection.type-row .w_collection_items:nth-child(n+4) {
  display: none
}
article.show-main .w__block__collection.type-row .w_collection_loadable_button {
  display: none !important
}
article.show-main .w__block__collection .w_collection_loadable_button {
  margin: 10px 0;
  padding: 0;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-radius: 2px;
  cursor: pointer
}
.article .w__block__collection.type-row .w_collection_items:nth-child(n+3) {
  display: none
}
.grid8 .w__block__collection.type-row a.card:nth-child(n+3) {
  display: none
}
.grid12 .w__block__collection.type-row a.card:nth-child(n+4) {
  display: none
}
.text-block-incuts-wrapper, .text-block-horizontal-incuts-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 6px;
  pointer-events: all !important
}
.text-block-incuts-wrapper:empty, .text-block-horizontal-incuts-wrapper:empty {
  display: none
}
@media (min-width: 733px) {
  .text-block-incuts-wrapper {
    width: 228px;
    float: right;
    margin-right: -84px;
    margin-left: 24px
  }
}
.text-block-horizontal-incuts-wrapper {
  order: 19;
  clear: both
}
.right-column .w_block--with-incuts {
  display: flex;
  flex-direction: column
}
.right-column .w_block--with-incuts .text-block-incuts-wrapper {
  order: 9
}
@media (max-width: 732px) {
  .article-narrow .w_content {
    margin: 0
  }
}
@media (max-width: 732px) {
  .text-block .w_block--with-incuts {
    display: flex;
    flex-direction: column
  }
  .text-block-incuts-wrapper {
    margin-top: 0;
    order: 9
  }
}
@media (max-width: 732px) {
  .w_block .itv-button {
    max-width: 312px;
    margin-left: auto;
    margin-right: auto
  }
}
.w_block div:not(ul.slick-dots) button, .w_block div:not(ul.slick-dots) a.button {
  word-break: normal;
  min-height: 40px;
  padding: 8px
}
.w_block p {
  font-family: "PT Sans", serif;
  /*padding: 0;*/
  margin: 20px 0 0
}
.w_block p::after {
  content: "";
  display: block;
  clear: both
}
.w_block p.outdent:first-letter {
  margin-left: 1em
}
.w_block .w__block__illustration p {
  margin: 0
}
.w_block h2 {
  font-family: "PT Sans", serif;
  font-size: 26px;
  font-weight: bold;
  font-style: normal;
  line-height: 30px;
  margin: 15px 0;
  padding: 0;
  color: #05519d
}
.w_block p+h2 {
  margin-top: 72px
}
.w_block h3 {
  font-family: "PT Sans", serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  line-height: 20px;
  margin: 10px 0 10px;
  padding: 0
}
.w_block.text-incut {
  float: right;
  padding: 15px 9px 20px;
  margin: 25px 0;
  border-top: 1px solid #05519d;
  border-bottom: 1px solid #05519d
}
.w_block.text-incut span.img {
  display: block;
  width: 208px;
  height: 117px;
  margin: 20px auto 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center
}
.w_block.text-incut img {
  width: 100%
}
.w_block.text-incut span.title {
  display: block;
  margin-top: 20px;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: inherit
}
.w_block.text-incut .lead {
  margin-top: 10px;
  display: block;
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  color: #747e8d
}
.w_block.text-incut:hover {
  text-decoration: none
}
.w_block.text-incut:hover[href] .title, .w_block.text-incut:hover[href] .lead {
  text-decoration: underline
}
.w_block.text-incut.c-3.align-right {
  max-width: 228px
}
.w_block .w_block.text-quote.c-3 {
  float: right;
  border-top: 1px solid #05519d;
  border-bottom: 1px solid #05519d;
  text-align: center;
  margin: 10px 12px;
  padding: 20px 0
}
.w_block .w_block.text-quote.c-3.align-horizontal {
  margin: 10px 0
}
.w_block .w_block.text-quote.c-3 span.img {
  margin: 0 auto;
  display: block;
  width: 120px;
  height: 120px;
  background-size: cover;
  background-position: center center;
  border-radius: 100%
}
.w_block .w_block.text-quote.c-3 .title {
  display: block;
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 14px;
  line-height: 15px;
  color: inherit
}
.w_block .w_block.text-quote.c-3 .lead {
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 15px;
  color: #747e8d
}
.w_block .w_block.text-quote.c-3:hover .lead {
  text-decoration: underline
}
.w_block .w_block.text-quote.c-3 .description {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 20px;
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
  color: inherit;
  overflow: hidden
}
.w_block .w_block.text-quote.c-3 .lead, .w_block .w_block.text-quote.c-3 .title, .w_block .w_block.text-quote.c-3 .description {
  display: block;
  float: none
}
.w_block .w_block.text-quote.c-3 .lead:empty, .w_block .w_block.text-quote.c-3 .title:empty, .w_block .w_block.text-quote.c-3 .description:empty {
  display: none
}
.w_block .w_block.text-quote.c-3.align-horizontal {
  width: 100% !important;
  text-align: left;
  padding: 20px 10px
}
.w_block .w_block.text-quote.c-3.align-horizontal .description {
  padding: 0
}
.w_block .w_block.text-quote.c-3.align-horizontal span.img {
  float: left;
  margin-left: 12px;
  margin-right: 24px
}
.w_block blockquote {
  display: block;
  margin: 12px 0 18px 0;
  padding: 0;
  font-family: "PT Sans", serif;
  border: 0
}
.w_block blockquote.bq1 {
  color: #05519d;
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  line-height: 30px
}
.w_block>blockquote.bq1 {
  margin: 20px 0
}
.w_block a.button {
  margin: 5px 0 10px 0
}
.w_block hr {
  margin: 20px 0;
  padding: 0;
  border: 0 0 1px;
  border-color: #1f7bc2;
  border-style: solid
}
.paragraph-incut__uptitle {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: black;
  text-decoration: none
}
.w.article-wide .grid .w_content .text-block .text-face, .type-right .text-block .text-face {
  display: block;
  margin: 20px auto !important;
  float: none !important;
  left: 0;
  right: 0
}
.w.article-wide .grid .w_content .text-quote, .w.article-wide .grid .w_content .text-quote.align-horizontal, .w.article-wide .grid .w_content .text-incut, .type-right .text-quote, .type-right .text-quote.align-horizontal, .type-right .text-incut {
  margin: 10px 0 !important;
  width: 100% !important;
  padding: 20px 0;
  text-align: left;
  position: relative;
  left: 0
}
.w.article-wide .grid .w_content .text-quote .description, .w.article-wide .grid .w_content .text-quote .lead, .w.article-wide .grid .w_content .text-quote.align-horizontal .description, .w.article-wide .grid .w_content .text-quote.align-horizontal .lead, .w.article-wide .grid .w_content .text-incut .description, .w.article-wide .grid .w_content .text-incut .lead, .type-right .text-quote .description, .type-right .text-quote .lead, .type-right .text-quote.align-horizontal .description, .type-right .text-quote.align-horizontal .lead, .type-right .text-incut .description, .type-right .text-incut .lead {
  width: auto;
  padding: 0;
  text-align: left
}
.w.article-wide .grid .w_content .text-quote .description, .w.article-wide .grid .w_content .text-quote.align-horizontal .description, .w.article-wide .grid .w_content .text-incut .description, .type-right .text-quote .description, .type-right .text-quote.align-horizontal .description, .type-right .text-incut .description {
  width: auto
}
.w.article-wide .grid .w_content .text-quote .title, .w.article-wide .grid .w_content .text-quote.align-horizontal .title, .w.article-wide .grid .w_content .text-incut .title, .type-right .text-quote .title, .type-right .text-quote.align-horizontal .title, .type-right .text-incut .title {
  width: auto;
  margin-top: 0;
  padding: 0
}
.show-main .w_row .text-block {
  color: inherit
}
.w_row .text-block {
  font-family: "PT Sans", serif;
  font-size: 18px;
  color: black
}
.w_row .text-block a.button {
  border: none !important
}
.w_row .text-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}
.w_row .text-block ul li::before {
  content: "—";
  display: inline-block;
  margin-right: 5px;
  min-width: 13px
}
@media (min-width: 733px) {
  .w_row .text-block ul li::before {
    margin-left: -1.1em
  }
}
.w_row .text-block ol {
  margin: 0;
  padding: 0;
  list-style-type: none
}
.w_row .text-block ol li {
  counter-increment: step-counter
}
.w_row .text-block ol li::before {
  content: counter(step-counter);
  display: inline-block;
  margin-right: 5px;
  min-width: 13px
}
@media (min-width: 733px) {
  .w_row .text-block ol li::before {
    margin-left: -1.1em
  }
}
.w_row .text-block.half {
  width: 50%;
  float: right;
  padding-left: 12px
}
.w_block {
  display: inline-block;
  vertical-align: top
}
.w.article-wide .text-block.half p:first-child {
  margin-top: 15px
}
.w.article-wide .text-block.half h3 {
  margin-top: 18px
}
.w .grid .w_block.c-4 {
  margin: 0 11px
}
.w_content .w_row .w_block.c-4:first-of-type {
  margin-left: 0
}
.w_content .w_row .w_block.c-4:last-of-type {
  margin-right: 0
}
.text-face {
  float: right;
  margin-top: 10px !important
}
.w__block__face, .text-face {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  transition: all 200ms
}
.w__block__face:not([href]):hover, .text-face:not([href]):hover {
  text-decoration: none
}
.w__block__face img, .w__block__face .img, .text-face img, .text-face .img {
  width: 140px;
  height: 140px;
  background-size: cover;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  border: 4px solid #05519d;
  transition: all 200ms;
  background-position: center center
}
.w__block__face .w_face_title, .w__block__face .title, .text-face .w_face_title, .text-face .title {
  display: block;
  width: 100%;
  margin-top: 15px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  text-align: center
}
.w__block__face .w_face_lead, .w__block__face .lead, .text-face .w_face_lead, .text-face .lead {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 20px;
  opacity: 0.8;
  text-align: center
}
.w__block__collection .splash_wrapper {
  position: relative
}
.w__block__collection .splash_wrapper::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 104px;
  height: 100px;
  margin: auto;
  background-image: url("");
  background-size: 100px;
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 2
}
@media (max-height: 605px) {
  .w__block__collection.w__block__collection.type-big-slider .w__block__video, .w__block__collection.w__block__collection.type-big-slider .w_collection_items, .w__block__collection.w__block__collection.type-big-slider .w_collection_items a.card {
    max-width: 819px !important
  }
  .w__block__collection.type-big-slider-with-playlist .w__block__video, .w__block__collection.type-big-slider-with-playlist .w_collection_items, .w__block__collection.type-big-slider-with-playlist .w_collection_items a.card {
    max-width: 827px !important
  }
  .w__block__video.with_player {
    max-width: 829px;
    margin: 0 auto
  }
  .video-page section.video {
    max-width: 819px !important;
    margin: 0 auto
  }
}
.w_content .w_block.text-face:not(.align-horizontal), .w_content .w_block.text-quote:not(.align-horizontal), .w_content .w_block.text-incut:not(.align-horizontal) {
  margin: 0 0 10px 0;
  width: 100%
}
.w_content .w_block.text-face:not(.align-horizontal):nth-child(2), .w_content .w_block.text-quote:not(.align-horizontal):nth-child(2), .w_content .w_block.text-incut:not(.align-horizontal):nth-child(2) {
  margin-top: 10px
}
@media (max-width: 732px) {
  .w__block__illustration .w_illustration_title, .w__block__video .w_video_title, .w__block__illustration .w_illustration_copyright {
    margin: 5px 15px 0
  }
  .w__block__photo_gallery .photo_gallery_description .photo-info .photo-description {
    max-width: calc(100% - 95px)
  }
  article.rubric-video section.video-cards {
    max-width: 100% !important
  }
  .photo_gallery_description .photo-info {
    display: block !important
  }
  header#page-title .title .message {
    margin-top: 0
  }
  .navbar.live .navbar-links ul.nav-left {
    padding-top: 40px
  }
  .w_row>.w_block {
    margin-left: auto !important;
    margin-right: auto !important
  }
  .w__block__illustration .copyright {
    margin: 0 20px
  }
  section.footer .cards a.card {
    width: 320px !important;
    height: 180px !important
  }
  section.footer .cards a.card .info .title {
    width: 270px !important
  }
  .show-main .text-block {
    padding: 0 20px
  }
  .w_content .w_row .w_block.c-3.text-face, .w_content .w_row .w_block.c-3.text-quote, .w_content .w_row .w_block.c-3.text-incut {
    width: 100%;
    margin: 10px auto !important
  }
  article.rubric-video section.video-cards div.card {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    height: auto !important
  }
  article.rubric-video section.video-cards div.card .text {
    position: relative !important;
    height: auto !important;
    padding-bottom: 20px;
    top: 0 !important
  }
  article.rubric-video section.video-cards div.card .text::after {
    content: none !important
  }
  article.rubric-video section.video-cards div.card a.card {
    height: auto !important;
    margin-bottom: 0 !important
  }
  article.rubric-video section.video-cards button.loadable {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px
  }
  .project-image, .project-image img {
    max-width: 100% !important
  }
  .type-tiles .w_collection_items, .type-row .w_collection_items, .type-mosaic .w_collection_items {
    margin: 0 !important;
    justify-content: center
  }
  .type-tiles .w_collection_items .card, .type-row .w_collection_items .card, .type-mosaic .w_collection_items .card {
    height: auto !important
  }
  .type-tiles .w_collection_items .card .text, .type-row .w_collection_items .card .text, .type-mosaic .w_collection_items .card .text {
    position: relative !important;
    height: auto !important;
    padding-bottom: 0 !important;
    top: 0 !important;
    max-width: 100%
  }
  .type-tiles .w_collection_items .card .text::after, .type-row .w_collection_items .card .text::after, .type-mosaic .w_collection_items .card .text::after {
    display: none !important
  }
  .type-tiles .w_collection_items .card a.card, .type-row .w_collection_items .card a.card, .type-mosaic .w_collection_items .card a.card {
    height: auto !important;
    margin-bottom: 0 !important
  }
  .type-row .w_collection_items .card {
    margin: 12px 4px !important
  }
  .type-tiles .w_collection_items .card a.card {
    margin: 0 !important
  }
  article.show-main {
    overflow: hidden;
    width: 100%
  }
  article.show-main .w_content .w_row {
    max-width: 100%;
    padding: 0
  }
  article.show-main .w_content .w_row .w_block {
    display: block;
    margin: 0 auto !important;
    overflow: visible
  }
  article.show-main .w_content .w_row.big-slider, article.show-main .w_content .w_row.big-slider-with-playlist {
    padding: 0
  }
  article.show-main .w_block {
    max-width: 100%
  }
  article.show-main .w_collection_items {
    max-width: 100% !important
  }
  article.show-main .w_collection_items a.card {
    max-width: 100% !important
  }
  article.show-main .type-row .w_collection_items {
    height: auto
  }
  article.show-main .type-row .card {
    height: auto !important
  }
  article.show-main .type-row .card .img-wrapper {
    position: relative;
    border: none !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    max-height: 500px
  }
  article.show-main .type-row .card .img-wrapper::before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 56.25%
  }
  article.show-main .type-row .card .img-wrapper img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    max-height: 500px;
    margin: auto
  }
  article.show-main .type-row .card .stats {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important
  }
  article.show-main .type-row .card .text::after {
    display: none !important
  }
  article.show-main .w__block__collection.w__block__collection.type-big-slider .w__block__video, article.show-main .w__block__collection.w__block__collection.type-big-slider .w_collection_items, article.show-main .w__block__collection.w__block__collection.type-big-slider .w_collection_items a.card, article.show-main .w__block__collection.w__block__collection.type-big-slider-with-playlist .w__block__video, article.show-main .w__block__collection.w__block__collection.type-big-slider-with-playlist .w_collection_items, article.show-main .w__block__collection.w__block__collection.type-big-slider-with-playlist .w_collection_items a.card {
    max-width: 100% !important
  }
  article.show-main .w__block__collection.w__block__collection.type-big-slider .w__block__video a.card, article.show-main .w__block__collection.w__block__collection.type-big-slider .w_collection_items a.card, article.show-main .w__block__collection.w__block__collection.type-big-slider .w_collection_items a.card a.card, article.show-main .w__block__collection.w__block__collection.type-big-slider-with-playlist .w__block__video a.card, article.show-main .w__block__collection.w__block__collection.type-big-slider-with-playlist .w_collection_items a.card, article.show-main .w__block__collection.w__block__collection.type-big-slider-with-playlist .w_collection_items a.card a.card {
    max-width: 100% !important
  }
  article.show-main .w__block__collection.w__block__collection.type-big-slider .w__block__video a.card .text, article.show-main .w__block__collection.w__block__collection.type-big-slider .w__block__video a.card .lead, article.show-main .w__block__collection.w__block__collection.type-big-slider .w_collection_items a.card .text, article.show-main .w__block__collection.w__block__collection.type-big-slider .w_collection_items a.card .lead, article.show-main .w__block__collection.w__block__collection.type-big-slider .w_collection_items a.card a.card .text, article.show-main .w__block__collection.w__block__collection.type-big-slider .w_collection_items a.card a.card .lead, article.show-main .w__block__collection.w__block__collection.type-big-slider-with-playlist .w__block__video a.card .text, article.show-main .w__block__collection.w__block__collection.type-big-slider-with-playlist .w__block__video a.card .lead, article.show-main .w__block__collection.w__block__collection.type-big-slider-with-playlist .w_collection_items a.card .text, article.show-main .w__block__collection.w__block__collection.type-big-slider-with-playlist .w_collection_items a.card .lead, article.show-main .w__block__collection.w__block__collection.type-big-slider-with-playlist .w_collection_items a.card a.card .text, article.show-main .w__block__collection.w__block__collection.type-big-slider-with-playlist .w_collection_items a.card a.card .lead {
    margin-bottom: 0;
    height: auto
  }
  article.show-main .w__block__collection a.button {
    display: block !important;
    width: 312px !important;
    margin-left: auto !important;
    margin-right: auto !important
  }
  article.show-main section.about {
    width: auto;
    margin: 0 10px
  }
  article.show-main section.about .closing-message {
    height: auto !important;
    white-space: normal !important;
    font-size: 20px;
    line-height: 40px !important;
    padding: 10px 0;
    word-wrap: break-word
  }
  article.show-main section.about .text {
    margin: 0 auto !important
  }
  article.show-main section.about .buttons {
    margin: 0 auto !important;
    padding: 0 20px 20px !important;
    width: auto
  }
  article.show-main section.about .buttons .share-buttons {
    margin: 0 auto !important;
    height: auto
  }
  article.show-main section.about .buttons .share-buttons .share-buttons .yashare-auto-init {
    margin-top: 0
  }
  article.show-main section.about .text {
    padding: 20px !important;
    width: auto
  }
  article.show-main .w__block__collection.type-slider .w_collection_items {
    margin: 0
  }
  article.show-main .w__block__collection.type-slider a.card .play-icon {
    width: 40px;
    height: 40px;
    background-size: contain
  }
  article.show-main .w__block__collection.type-slider a.card .text {
    left: 0;
    right: 0;
    padding: 0 10px
  }
  article.show-main .w__block__collection.type-slider a.card .text .title, article.show-main .w__block__collection.type-slider a.card .text .show-name {
    position: absolute;
    bottom: 0;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 15px;
    z-index: 2
  }
  article.show-main .w__block__collection.type-slider button.slick-arrow {
    display: none !important
  }
  article.show-main .w__block__promo_position .promo-place {
    display: block
  }
  article.show-main .w__block__promo_position .promo-place::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 60%
  }
  article.show-main .w__block__promo_position .promo-place:not(.slick-initialized)::before {
    padding-top: 49%
  }
  article.show-main .w__block__promo_position .promo-place .slick-list {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 36px
  }
  article.show-main .w__block__promo_position .promo-place .slick-list::before, article.show-main .w__block__promo_position .promo-place .slick-list::after {
    display: none
  }
  article.show-main .w__block__promo_position .promo-place .slick-list .slick-track {
    height: 100%;
    background-color: black
  }
  article.show-main .w__block__promo_position .promo-place .slick-list::before, article.show-main .w__block__promo_position .promo-place .slick-list::after {
    display: none
  }
  article.show-main .w__block__promo_position .promo-place div.card[style], article.show-main .w__block__promo_position .promo-place a.card[style] {
    background-size: contain;
    min-height: 100% !important;
    height: 80% !important;
    width: 100vw
  }
  article.show-main .w__block__promo_position .promo-place div.card[style]:only-child, article.show-main .w__block__promo_position .promo-place a.card[style]:only-child {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
  }
  article.show-main .w__block__promo_position .promo-place>img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%
  }
  article.show-main a.button {
    width: 312px;
    max-width: 100%;
    height: auto;
    line-height: 25px;
    padding: 5px;
    margin: 0 auto
  }
  article.show-main.rubric-video .content {
    width: 100%
  }
  article.show-main.rubric-video .loadable {
    margin-left: auto !important;
    margin-right: auto !important
  }
  article.show-main.rubric-video section.filter {
    margin: 0 auto;
    width: 312px;
    max-width: 100%
  }
  article.show-main.rubric-video section.filter a.sort {
    float: none
  }
  #popupContainer .content>.date-range-widget {
    padding: 20px 5px 0px !important;
    width: 322px !important
  }
  .w_photo_gallery_photos .slick-arrow {
    display: none !important
  }
  .tvshows .card, .type-slider .card, .type-big-slider .card {
    display: none
  }
  .tvshows .slick-track .card, .type-slider .slick-track .card, .type-big-slider .slick-track .card {
    display: block
  }
}
@media (max-width: 732px) and (max-width: 405px) {
  .share-buttons {
    height: auto !important
  }
}
.w_content>.w_row>.w_block>.w__block__promo_position {
  margin-top: 20px
}
.w__block__promo_position {
  margin: 20px 0
}
hr.fat.themed {
  position: relative;
  z-index: 3
}
.date-range-widget .unfilled {
  color: #999999;
  font-weight: normal
}
.date-range-widget button.search {
  width: 100%;
  height: 40px;
  color: white;
  border: none;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 20px
}
.collections_items__load_block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  transform: translateZ(0)
}
.collections_items__load_block--loaded {
  -webkit-animation-name: collection_load;
  animation-name: collection_load;
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}
@-webkit-keyframes collection_load {
  0% {
    max-height: 0
  }
  99% {
    max-height: 100vh
  }
  100% {
    max-height: none
  }
}
@keyframes collection_load {
  0% {
    max-height: 0
  }
  99% {
    max-height: 100vh
  }
  100% {
    max-height: none
  }
}
.closing-message {
  color: white
}
.type-tiles a.card {
  background-color: #257fc7
}
.type-tiles a.card .text {
  background-color: #257fc7;
  color: white
}
.type-tiles a.card .text::after {
  color: #257fc7
}
.type-tiles a.card:hover {
  background-color: #348bcd
}
.type-tiles a.card:hover .text {
  background-color: #348bcd
}
.type-tiles a.card:hover .text::after {
  color: #348bcd
}
.type-tiles a.card:active {
  background-color: #01478d
}
.type-tiles a.card:active .text {
  background-color: #01478d
}
.type-tiles a.card:active .text::after {
  color: #01478d
}
.project_title {
  margin: 20px 12px;
  overflow: hidden;
  text-align: center;
  font-size: 25px;
  font-weight: normal;
  text-transform: uppercase
}
@media (min-width: 1600px) {
  .show-main .w_row .w_block {
    display: block;
    margin-left: auto;
    margin-right: auto
  }
}
body[data-location='public-page'] .stats {
  height: 54px;
  max-width: 100%;
  padding: 12px 0 0 19px;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-align: left;
  color: #fff;
  fill: #fff;
  position: relative;
  z-index: 2
}
body[data-location='public-page'] .stats>div {
  display: inline-block
}
body[data-location='public-page'] .stats .views, body[data-location='public-page'] .stats .length {
  color: #ffffff;
  fill: #ffffff
}
body[data-location='public-page'] .stats .views::before, body[data-location='public-page'] .stats .length::before {
  content: "";
  display: inline-block
}
body[data-location='public-page'] .stats .views .svg.icon, body[data-location='public-page'] .stats .length .svg.icon {
  display: none
}
body[data-location='public-page'] .stats .views::before {
  margin-right: 5px;
  width: 20px;
  height: 10px;
  background: url("../images/views-video-0fa75b04a3bad9eebb00bf870b66257ecc7bde50d177640f4d1cfce15b73ecba.svg") no-repeat
}
body[data-location='public-page'] .stats .length::before {
  width: 17px;
  height: 17px;
  background: url("../images/playtime-icon-adc23cbc38f1a8ad1bf59a5cee14d48fd02692ea50d94c3d8d8f3b2c4c86fe25.svg") no-repeat center;
  background-size: 12px 12px;
  vertical-align: text-bottom
}
@media (max-width: 732px) {
  .w__block__collection.type-tiles.type-tiles .card.card__with-label .stats {
    top: 30px
  }
  .w__block__collection.type-tiles.type-tiles .card.card__with-label .play-icon {
    top: 40px
  }
  .w__block__collection.type-tiles.type-tiles .card.card__with-label .card__label {
    top: 0
  }
  .show-main .w_content .w_row {
    width: 1360px
  }
  article.show-main .w_row .w__block__illustration {
    max-width: none !important
  }
}
article.projects_main section.projects a.all-projects {
  display: block;
  width: 100%;
  height: 360px;
  background: #025fa4 url("") no-repeat center center
}
article.projects_main section.projects section.project {
  display: block;
  width: 100%;
  height: 360px;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden
}
article.projects_main section.projects section.project a.info {
  display: block;
  position: relative;
  box-sizing: content-box;
  margin: 0 auto;
  height: 100%;
  color: white;
  transition: all 200ms;
  text-decoration: none;
  outline: 0
}
article.projects_main section.projects section.project a.info::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  transition: opacity 200ms;
  z-index: 1
}
article.projects_main section.projects section.project a.info:active {
  outline: 0
}
article.projects_main section.projects section.project a.info>.content-width {
  height: 100%
}
article.projects_main section.projects section.project a.info:hover::before {
  opacity: 0.8
}
article.projects_main section.projects section.project a.info:hover .text {
  visibility: visible
}
article.projects_main section.projects section.project a.info .left {
  display: inline-block;
  position: relative;
  z-index: 2;
  width: 480px;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  padding-bottom: 20px;
  margin-top: 10px;
  text-align: center;
  margin-right: 24px;
  vertical-align: bottom
}
article.projects_main section.projects section.project a.info .logo {
  max-height: 240px;
  max-width: 480px
}
article.projects_main section.projects section.project a.info .logo img {
  height: auto;
  width: auto;
  max-height: 240px;
  max-width: 480px
}
article.projects_main section.projects section.project a.info .date {
  display: inline-block;
  width: 480px;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  padding-bottom: 20px;
  margin-top: 10px;
  text-align: center;
  margin-right: 24px;
  vertical-align: bottom
}
article.projects_main section.projects section.project a.info .date::before {
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  background-image: url("");
  background-repeat: no-repeat;
  background-position: center center
}
article.projects_main section.projects section.project a.info .text {
  display: inline-block;
  z-index: 2;
  position: relative;
  width: 396px;
  height: 100%;
  margin: 0;
  padding-top: 50px
}
article.projects_main section.projects section.project a.info .text span a {
  display: inline-block !important
}
article.projects_main section.projects section.project a.info .text p {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding-bottom: 10px;
  font-size: 22px;
  line-height: 25px;
  overflow: hidden;
  max-height: 178px
}
article.projects_main section.projects section.project a.info .text p::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20px
}
article.projects_main section.projects section.project a.info .text .more {
  margin-top: 20px;
  opacity: 0.8
}
article.projects_main section.projects section.project a.info .text .more::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  opacity: 1;
  background-image: url("")
}
article.projects_main section.projects section.project a.info .text button {
  margin-top: auto;
  margin-bottom: 15px;
  padding: 5px;
  width: 400px;
  color: white;
  border: 1px solid white;
  background-color: transparent
}
@media (max-width: 732px) {
  article.projects_main section.projects a.all-projects {
    background-image: url("");
    background-size: contain;
    height: 260px
  }
  article.projects_main section.project {
    background-image: none !important;
    height: auto !important
  }
  article.projects_main section.project .info .left {
    width: 100% !important;
    height: 100%;
    padding-bottom: 0 !important;
    position: relative
  }
  article.projects_main section.project .info .left .logo {
    position: relative;
    height: 150px;
    margin-bottom: 20px;
    max-width: 100% !important
  }
  article.projects_main section.project .info .left .logo img {
    margin: auto;
    height: 100% !important;
    max-height: 100% !important;
    max-width: 100% !important
  }
  article.projects_main section.project .info .left .date {
    display: none !important
  }
  article.projects_main section.project .info .text {
    display: none !important
  }
}
article.project-sport {
  font-family: "Roboto";
  color: black
}
article.project-sport a {
  color: #0757A8
}
article.project-sport a:hover {
  color: #2077D0
}
article.project-sport a:active {
  color: #013D78
}
article.project-sport .w1tv-ol18-broadcast-cards-container {
  display: none
}
article.project-sport header.page-title.project-title .promo {
  height: 80px;
  padding: 0
}
article.project-sport header.page-title.project-title .promo .title__text {
  font-size: 20px;
  letter-spacing: normal;
  text-transform: none;
  font-weight: normal
}
article.project-sport header.page-title.project-title .menu ul.links {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 5px
}
@media (min-width: 733px) {
  article.project-sport header.page-title.project-title .menu ul.links {
    max-width: calc(100% - 118px - 58px);
    margin-left: 58px;
    padding-left: 0;
    padding-right: 0
  }
}
article.project-sport header.page-title.project-title .menu ul.links li .menu-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 5px
}
article.project-sport header.page-title.project-title .menu ul.links li .menu-icon img {
  height: auto;
  max-height: 14px
}
article.project-sport header.page-title.project-title .menu ul.links li a {
  font-size: 14px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #0C0D20;
  padding: 2px 20px 2px 0
}
article.project-sport header.page-title.project-title .menu::after {
  background: none
}
article.project-sport article.show-main .with-right-column, article.project-sport article.show-main .right-column {
  padding-top: 1px
}
article.project-sport article.show-main .w_content:first-child::before {
  height: 0
}
article.project-sport .title {
  font-size: 20px;
  font-weight: normal;
  color: black;
  margin: 16px 0 10px 0
}
article.project-sport .subtitle {
  font-size: 16px;
  font-weight: normal;
  color: #0757A8;
  margin: 10px 0 16px 0
}
article.project-sport .itv-date__text {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 120%
}
@media (max-width: 732px) {
  article.project-sport .itv-date__text {
    font-size: 20px
  }
}
article.project-sport .with-right-column.itv-col-8, article.project-sport .with-right-column.itv-col-8>.itv-col-wrap {
  margin: 0
}
article.project-sport .sport-player-wrapper {
  padding-top: 10px
}
article.project-sport .sport-player-wrapper .olympics-broadcats-player-wrapper {
  box-shadow: none
}
article.project-sport .calendar-carousel-wrapper {
  display: none;
  position: relative;
  margin: 10px 0;
  min-height: 76px;
  max-height: 76px
}
article.project-sport .calendar-carousel-wrapper.calendar-carousel-padding {
  padding: 0 50px
}
@media (max-width: 732px) {
  article.project-sport .calendar-carousel-wrapper .itv-col-wrap {
    margin: 0
  }
}
article.project-sport .calendar-carousel-wrapper .calendar-carousel .calendar-carousel-item {
  outline: none
}
article.project-sport .calendar-carousel-wrapper .calendar-carousel .calendar-carousel-item .calendar-carousel-item-inner {
  position: relative;
  width: 66px;
  height: 76px;
  margin: 0 auto;
  margin-top: -3px
}
article.project-sport .calendar-carousel-wrapper .calendar-carousel .calendar-carousel-item .calendar-carousel-item-inner a {
  color: white
}
article.project-sport .calendar-carousel-wrapper .calendar-carousel .calendar-carousel-item .calendar-carousel-item-inner .note-calendar {
  display: block;
  text-decoration: none;
  background: none;
  border-radius: 0;
  padding-bottom: 0;
  margin: 3px auto
}
@media (min-width: 733px) and (max-width: 1599px) {
  article.project-sport .calendar-carousel-wrapper .calendar-carousel .calendar-carousel-item .calendar-carousel-item-inner .note-calendar {
    top: 0
  }
}
article.project-sport .calendar-carousel-wrapper .calendar-carousel .calendar-carousel-item .calendar-carousel-item-inner .note-calendar::before {
  content: none
}
article.project-sport .calendar-carousel-wrapper .calendar-carousel .calendar-carousel-item .calendar-carousel-item-inner .note-calendar.disabled {
  pointer-events: none;
  opacity: 0.35
}
article.project-sport .calendar-carousel-wrapper .calendar-carousel .calendar-carousel-item .calendar-carousel-item-inner .note-calendar .w_date, article.project-sport .calendar-carousel-wrapper .calendar-carousel .calendar-carousel-item .calendar-carousel-item-inner .note-calendar .w_month, article.project-sport .calendar-carousel-wrapper .calendar-carousel .calendar-carousel-item .calendar-carousel-item-inner .note-calendar .w_weekd {
  line-height: 20px
}
article.project-sport .calendar-carousel-wrapper .calendar-carousel .calendar-carousel-item .calendar-carousel-item-inner .note-calendar .w_month, article.project-sport .calendar-carousel-wrapper .calendar-carousel .calendar-carousel-item .calendar-carousel-item-inner .note-calendar .w_weekd {
  font-size: 11px
}
article.project-sport .calendar-carousel-wrapper .calendar-carousel .calendar-carousel-item .calendar-carousel-item-inner .note-calendar .w_date {
  font-size: 30px;
  padding-top: 15px
}
article.project-sport .calendar-carousel-wrapper .calendar-carousel .calendar-carousel-item .calendar-carousel-item-inner .note-calendar .w_month {
  text-transform: lowercase;
  font-style: normal;
  font-weight: bold
}
article.project-sport .calendar-carousel-wrapper .calendar-carousel .calendar-carousel-item .calendar-carousel-item-inner .note-calendar .w_month::after {
  height: 1px;
  margin: 0 4px;
  transition: all 0.1s linear
}
article.project-sport .calendar-carousel-wrapper .calendar-carousel .calendar-carousel-item .calendar-carousel-item-inner .note-calendar .w_weekd {
  text-transform: uppercase
}
article.project-sport .calendar-carousel-wrapper .calendar-carousel .calendar-carousel-item .calendar-carousel-item-inner .calendar-carousel-item-background {
  position: absolute;
  width: 60px;
  height: 70px;
  left: 3px;
  top: 3px;
  transition: all 0.1s linear
}
article.project-sport .calendar-carousel-wrapper .calendar-carousel .calendar-carousel-item .calendar-carousel-item-inner .calendar-carousel-item-background svg {
  width: 100%;
  height: 100%
}
article.project-sport .calendar-carousel-wrapper .calendar-carousel .calendar-carousel-item .calendar-carousel-item-inner .calendar-carousel-item-background svg path {
  stroke: #0757A8;
  fill: #0757A8
}
article.project-sport .calendar-carousel-wrapper .calendar-carousel .calendar-carousel-item .calendar-carousel-item-inner:hover .calendar-carousel-item-background {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0
}
article.project-sport .calendar-carousel-wrapper .calendar-carousel .calendar-carousel-item .calendar-carousel-item-inner:hover .w_month::after {
  height: 2px;
  margin-top: -1px
}
article.project-sport .calendar-carousel-wrapper .calendar-carousel .calendar-carousel-item .calendar-carousel-item-inner.calendar-weekends .calendar-carousel-item-background svg path {
  stroke: rgba(238, 25, 25, 0.74);
  fill: rgba(238, 25, 25, 0.74)
}
article.project-sport .calendar-carousel-wrapper .calendar-carousel .calendar-carousel-item .calendar-carousel-item-inner.calendar-current-date {
  margin-top: 0
}
article.project-sport .calendar-carousel-wrapper .calendar-carousel .calendar-carousel-item .calendar-carousel-item-inner.calendar-current-date .note-calendar {
  width: 66px;
  height: 76px;
  color: #0757A8;
  margin: 0
}
article.project-sport .calendar-carousel-wrapper .calendar-carousel .calendar-carousel-item .calendar-carousel-item-inner.calendar-current-date .note-calendar .w_date {
  padding-top: 15px
}
article.project-sport .calendar-carousel-wrapper .calendar-carousel .calendar-carousel-item .calendar-carousel-item-inner.calendar-current-date .note-calendar .w_month::after {
  background-color: #0757A8;
  height: 2px;
  margin: 0px 7px
}
article.project-sport .calendar-carousel-wrapper .calendar-carousel .calendar-carousel-item .calendar-carousel-item-inner.calendar-current-date .calendar-carousel-item-background {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}
article.project-sport .calendar-carousel-wrapper .calendar-carousel .calendar-carousel-item .calendar-carousel-item-inner.calendar-current-date .calendar-carousel-item-background svg path {
  fill: white
}
article.project-sport .calendar-carousel-wrapper .calendar-carousel .calendar-carousel-item .calendar-carousel-item-inner.calendar-weekends.calendar-current-date .note-calendar {
  color: rgba(238, 25, 25, 0.74)
}
article.project-sport .calendar-carousel-wrapper .calendar-carousel .calendar-carousel-item .calendar-carousel-item-inner.calendar-weekends.calendar-current-date .note-calendar .w_month::after {
  background-color: rgba(238, 25, 25, 0.74)
}
article.project-sport .calendar-carousel-wrapper .carousel-arrow {
  position: absolute;
  top: 0;
  width: 52px;
  height: 76px;
  opacity: 1;
  padding: 0;
  transition: background-size 0.1s linear;
  opacity: 1
}
article.project-sport .calendar-carousel-wrapper .carousel-arrow[aria-disabled=true], article.project-sport .calendar-carousel-wrapper .carousel-arrow.carousel-arrow-disabled {
  opacity: 0;
  cursor: default
}
article.project-sport .calendar-carousel-wrapper .carousel-arrow.carousel-prev::after, article.project-sport .calendar-carousel-wrapper .carousel-arrow.carousel-next::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 52px;
  height: 100%;
  transition: background-size 0.1s linear;
  background-repeat: no-repeat;
  background-size: 40px
}
article.project-sport .calendar-carousel-wrapper .carousel-arrow.carousel-prev:hover::after, article.project-sport .calendar-carousel-wrapper .carousel-arrow.carousel-next:hover::after {
  background-size: 44px
}
article.project-sport .calendar-carousel-wrapper .carousel-arrow.carousel-prev {
  left: 0;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 19%)
}
article.project-sport .calendar-carousel-wrapper .carousel-arrow.carousel-prev::after {
  background-position: 50% 50%;
  background-image: url("")
}
article.project-sport .calendar-carousel-wrapper .carousel-arrow.carousel-next {
  right: 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 19%)
}
article.project-sport .calendar-carousel-wrapper .carousel-arrow.carousel-next::after {
  background-position: 50% 50%;
  background-image: url("")
}
article.project-sport .broadcast-schedule {
  margin: 10px 0
}
article.project-sport .broadcast-schedule .broadcast-schedule-event {
  font-size: 15px;
  margin-bottom: 30px
}
article.project-sport .broadcast-schedule .broadcast-schedule-event .schedule-event-title {
  padding: 4px 0
}
@media (max-width: 732px) {
  article.project-sport .broadcast-schedule .broadcast-schedule-event .schedule-event-title {
    flex-flow: row wrap
  }
}
article.project-sport .broadcast-schedule .broadcast-schedule-event .schedule-event-title .schedule-event-info {
  max-width: 70px;
  width: 70px;
  justify-content: space-between
}
@media (max-width: 732px) {
  article.project-sport .broadcast-schedule .broadcast-schedule-event .schedule-event-title .schedule-event-info {
    flex-basis: 30%;
    max-width: 70px;
    flex-grow: 3
  }
}
article.project-sport .broadcast-schedule .broadcast-schedule-event .schedule-event-title .schedule-event-info .schedule-event-info-time>span {
  vertical-align: 3px;
  font-style: normal;
  font-weight: bold;
  line-height: 20px
}
article.project-sport .broadcast-schedule .broadcast-schedule-event .schedule-event-title .schedule-event-info .schedule-event-info-time .tv-icon {
  width: 22px;
  height: 22px;
  margin-right: 3px
}
article.project-sport .broadcast-schedule .broadcast-schedule-event .schedule-event-title .schedule-event-info .schedule-event-info-time .tv-icon path {
  fill: black
}
article.project-sport .broadcast-schedule .broadcast-schedule-event .schedule-event-title .schedule-event-title-text {
  line-height: 22px;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 10px
}
@media (max-width: 732px) {
  article.project-sport .broadcast-schedule .broadcast-schedule-event .schedule-event-title .schedule-event-title-text {
    flex-basis: 70%;
    flex-grow: 7
  }
}
@media (max-width: 732px) {
  article.project-sport .broadcast-schedule .broadcast-schedule-event .schedule-event-title .schedule-event-labels {
    flex-basis: 100%
  }
}
article.project-sport .broadcast-schedule .broadcast-schedule-event .schedule-event-title .schedule-event-labels .schedule-event-icon {
  width: 30px;
  height: 30px;
  position: relative
}
article.project-sport .broadcast-schedule .broadcast-schedule-event .schedule-event-title .schedule-event-labels .schedule-event-icon:nth-child(2), article.project-sport .broadcast-schedule .broadcast-schedule-event .schedule-event-title .schedule-event-labels .schedule-event-icon:nth-child(3) {
  margin-left: 10px
}
article.project-sport .broadcast-schedule .broadcast-schedule-event .schedule-event-title .schedule-event-labels .schedule-event-icon.schedule-event-medals {
  width: 40px
}
article.project-sport .broadcast-schedule .broadcast-schedule-event .schedule-event-title .schedule-event-labels .schedule-event-icon.schedule-event-flag .schedule-event-flag-icon {
  background-image: url("");
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}
article.project-sport .broadcast-schedule .broadcast-schedule-event .schedule-event-title .schedule-event-labels .schedule-event-icon.schedule-event-broadcast svg {
  margin-bottom: 3px
}
article.project-sport .broadcast-schedule .broadcast-schedule-event .schedule-event-title .schedule-event-labels .schedule-event-icon.schedule-event-broadcast svg path {
  fill: #0757A8
}
article.project-sport .broadcast-schedule .broadcast-schedule-event .schedule-event-title .schedule-event-labels .schedule-event-icon:hover .schedule-event-icon-note {
  opacity: 1
}
article.project-sport .broadcast-schedule .broadcast-schedule-event .schedule-event-title .schedule-event-labels .schedule-event-icon .schedule-event-icon-note {
  position: absolute;
  pointer-events: none;
  color: white;
  background-color: #1d95e4;
  line-height: 30px;
  margin-top: 2px;
  padding: 0 10px;
  left: 36px;
  white-space: pre;
  transition: opacity 0.2s;
  opacity: 0;
  z-index: 99;
  border-radius: 2px
}
article.project-sport .broadcast-schedule .broadcast-schedule-event .schedule-event-title .schedule-event-labels .schedule-event-icon .schedule-event-icon-note::before {
  content: "";
  display: block;
  position: absolute;
  left: -7px;
  top: 8px;
  bottom: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 7px 6px 0;
  border-color: transparent #1d94e4 transparent transparent
}
article.project-sport .broadcast-schedule .broadcast-schedule-event .schedule-event-desc {
  padding: 4px 0
}
article.project-sport .broadcast-schedule .broadcast-schedule-event .schedule-event-commentator {
  padding: 4px 0
}
article.project-sport .broadcast-schedule .broadcast-schedule-event .schedule-event-commentator .schedule-event-commentator-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px
}
article.project-sport .broadcast-schedule .broadcast-schedule-event .schedule-event-commentator .schedule-event-commentator-text {
  font-weight: 500;
  line-height: 25px;
  font-style: normal
}
article.project-sport .broadcast-schedule .broadcast-schedule-event .schedule-event-status {
  padding: 10px 0
}
article.project-sport .broadcast-schedule .broadcast-schedule-event .schedule-event-status .itv-broadcast-schedule-item-info-button {
  margin-bottom: 0;
  padding: 2px 20px;
  text-decoration: none;
  color: white;
  fill: white;
  background-color: #0757A8;
  border-radius: 20px;
  font-size: 14px;
  line-height: 23px;
  align-items: center;
  text-transform: uppercase
}
article.project-sport .broadcast-schedule .broadcast-schedule-event .schedule-event-status .itv-broadcast-schedule-item-info-button:hover {
  background-color: #2077D0
}
article.project-sport .broadcast-schedule .broadcast-schedule-event .schedule-event-status .itv-broadcast-schedule-item-info-button:active {
  background-color: #013D78
}
article.project-sport .broadcast-schedule .broadcast-schedule-event .schedule-event-status .schedule-event-current-note {
  padding: 2px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  align-items: center;
  color: rgba(238, 25, 25, 0.74)
}
article.project-sport .broadcast-schedule .broadcast-schedule-event .schedule-event-status .schedule-event-current-note::before {
  content: "";
  display: block;
  height: 9px;
  width: 9px;
  border-radius: 20px;
  background-color: rgba(238, 25, 25, 0.74);
  margin-right: 4px
}
article.project-sport .sport-project-collections {
  background-color: #edf1f6
}
article.project-sport .sport-project-collections .w_collection_title {
  font-family: Roboto;
  font-size: 20px;
  font-weight: normal;
  color: black;
  text-transform: none
}
.bg-mask-wrapper {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 440px;
  background-size: 1360px 440px;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden
}
@media (min-width: 733px) {
  .bg-mask-wrapper {
    max-width: 1024px
  }
}
@media (min-width: 1600px) {
  .bg-mask-wrapper {
    max-width: 1360px
  }
}
.bg-mask-wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 100px 100px
}
.w.right-column .w_collection_items {
  margin: 0
}
.w.right-column .promo-place>a {
  display: block
}
.w.right-column .promo-place>a img {
  display: block;
  margin: 0 auto
}
.right-column {
  position: relative;
  display: flex;
  flex-direction: column
}
.right-column .w_collection_items.items-12 {
  margin-left: auto;
  margin-right: auto
}
.right-column .w_content .w_row {
  width: 100%
}
.right-column.w .w_block.text-face img, .right-column.w .w__block__face img {
  margin: 0 auto
}
.right-column .text-block-incuts-wrapper {
  width: 100%
}
.right-column .w__block__collection.type-tiles {
  border: 2px solid;
  margin-bottom: 0
}
.right-column .w__block__collection.type-tiles .w_collection_items {
  width: 100%
}
.right-column .w__block__collection.type-tiles .card.card-width-4 {
  width: 100%;
  background-color: transparent
}
.right-column .w__block__collection.type-tiles .card.card-width-4 a.card {
  position: relative;
  display: block;
  height: auto;
  padding: 0;
  text-align: center;
  text-decoration: initial;
  background-color: transparent
}
.right-column .w__block__collection.type-tiles .card.card-width-4 a.card:hover .img-wrapper img {
  transform: none
}
.right-column .w__block__collection.type-tiles .card.card-width-4 a.card:hover .stats {
  opacity: 1
}
.right-column .w__block__collection.type-tiles .card.card-width-4 a.card .img-wrapper {
  width: 144px;
  height: 81px;
  margin: 0 auto
}
.right-column .w__block__collection.type-tiles .card.card-width-4 a.card .img-wrapper img {
  display: block;
  width: auto;
  height: 100%
}
.right-column .w__block__collection.type-tiles .card.card-width-4 a.card .play-icon {
  background: url("../images/play-icon-4e126a4b2d6a86eb9fcb14fb79a451e190b4ff18362d3d7d6f3eed8299924ef7.svg");
  position: absolute;
  top: 10px;
  right: 90px;
  width: 20px;
  height: 20px
}
.right-column .w__block__collection.type-tiles .card.card-width-4 a.card .stats {
  position: relative;
  display: flex;
  justify-content: center;
  height: auto;
  margin: 0 auto;
  padding: 0 5px;
  background: none;
  opacity: 0.5;
  color: inherit;
  top: auto;
  left: auto;
  right: auto
}
.right-column .w__block__collection.type-tiles .card.card-width-4 a.card .stats .views, .right-column .w__block__collection.type-tiles .card.card-width-4 a.card .stats .length {
  display: inline-block;
  font-size: 11px;
  line-height: 25px
}
.right-column .w__block__collection.type-tiles .card.card-width-4 a.card .stats .views::before, .right-column .w__block__collection.type-tiles .card.card-width-4 a.card .stats .length::before {
  display: none
}
.right-column .w__block__collection.type-tiles .card.card-width-4 a.card .stats .views {
  margin-right: 0
}
.right-column .w__block__collection.type-tiles .card.card-width-4 a.card .stats .views .svg {
  display: inline-block;
  width: 20px;
  height: 10px
}
.right-column .w__block__collection.type-tiles .card.card-width-4 a.card .stats .length {
  margin-left: 20px;
  margin-right: 0
}
.right-column .w__block__collection.type-tiles .card.card-width-4 a.card .stats .length .svg {
  display: inline-block;
  margin-top: -2px;
  margin-right: 3px;
  width: 10px;
  height: 10px;
  vertical-align: middle
}
.right-column .w__block__collection.type-tiles .card.card-width-4 a.card .text {
  position: relative;
  top: auto;
  width: auto;
  height: auto !important;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
  background-color: transparent
}
.right-column .w__block__collection.type-tiles .card.card-width-4 a.card .text:hover .title {
  margin-top: 11px
}
.right-column .w__block__collection.type-tiles .card.card-width-4 a.card .text .title, .right-column .w__block__collection.type-tiles .card.card-width-4 a.card .text .show-name {
  margin-top: 11px;
  padding: 0 20px;
  font: bold 14px/18px PT Sans
}
.right-column .w__block__collection.type-tiles .card.card-width-4 a.card .text .lead {
  display: none
}
.right-column .w__block__collection.type-tiles .card.card-width-4 a.card .text::after {
  content: none
}
.right-column .w_row .text-block .w_block.text-face {
  left: auto;
  width: 100% !important;
  margin: 10px 0 0 !important
}
.right-column .tower-bottom {
  margin-top: auto
}
.right-column .tower-bottom .w_row {
  width: 100%
}
.right-column .tower-bottom .w_row .w_block {
  margin: 0;
  margin-top: 20px
}
.columns-content-row {
  display: flex;
  position: relative;
  flex-wrap: wrap
}
.columns-content-row .w_row+.w_row .w__block__promo_position {
  margin-top: 20px
}
.columns-content-row .right-column {
  display: flex;
  flex-direction: column;
  padding-top: 40px
}
.columns-content-row .right-column .w_content .w_row, .columns-content-row .right-column .content .w_row {
  width: auto
}
.columns-content-row .right-column .tower-bottom {
  margin-top: auto
}
.columns-content-row .right-column .w_row {
  width: 100%
}
.columns-content-row .right-column .w_row .w_block {
  margin: 0;
  max-width: 100%;
  width: 100%
}
.columns-content-row .right-column .w__block__promo_position::before {
  content: "Реклама";
  display: block;
  margin: 0 auto;
  color: #bcbcbc;
  font-size: 10px
}
.columns-content-row .right-column .w__block__promo_position .promo-place {
  border: 1px solid;
  padding: 4px;
  height: 260px;
  width: 312px;
  overflow: hidden
}
.columns-content-row .right-column .w__block__promo_position .promo-place>img, .columns-content-row .right-column .w__block__promo_position .promo-place>div, .columns-content-row .right-column .w__block__promo_position .promo-place>span, .columns-content-row .right-column .w__block__promo_position .promo-place>iframe, .columns-content-row .right-column .w__block__promo_position .promo-place>div>img, .columns-content-row .right-column .w__block__promo_position .promo-place>div>a>img, .columns-content-row .right-column .w__block__promo_position .promo-place>a>img {
  max-width: 100% !important;
  max-height: 100% !important;
  overflow: hidden;
  display: block;
  margin: 0 auto
}
.columns-content-row .col-md-8 .w_row, .columns-content-row .col-md-8 .w_row .w_collection_items {
  max-width: calc(100% + 24px);
  margin-right: -12px
}
.w1tv-collect-common .w1tv-collect-item, .w1tv-collect-common .w1tv-collect-item:hover, .w1tv-collect-common .w1tv-collect-item:active, .w1tv-collect-common .w1tv-collect-item-content {
  background-color: #257fc7;
  color: #ffffff
}
.popup {
  opacity: 0;
  position: fixed;
  z-index: 110;
  top: 0;
  right: 0;
  bottom: 0;
  left: -20px;
  height: auto;
  overflow-y: scroll;
  overflow-x: hidden
}
.popup .themebg-white {
  background-color: white
}
.popup.fullscreen {
  z-index: 1000
}
@media (max-width: 732px) {
  .popup {
    left: 0
  }
  .popup .content {
    padding-left: 0 !important;
    width: 100%
  }
  .popup .background .close-wrapper .close-button {
    right: 20px
  }
}
.popup .background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: center center
}
.popup.loading .background {
}
.popup .close-wrapper {
  margin: 0 auto;
  position: relative;
  max-width: 1024px
}
@media (min-width: 1600px) {
  .popup .close-wrapper {
    max-width: 1360px
  }
}
@media (max-width: 732px) {
  .popup .close-wrapper {
    width: 100%
  }
}
.share-buttons .popup .close-wrapper {
  padding-left: 20px;
  box-sizing: content-box
}
.popup .content_container {
  display: inline-block;
  position: relative;
  max-width: 100%
}
@media (min-width: 984px) {
  .popup .content_container {
    top: 30px
  }
}
.popup .close-button {
  display: block;
  position: absolute;
  cursor: pointer;
  width: 30px;
  height: 30px;
  right: 0;
  top: 70px;
  background: url("../images/close-08b63a1fd5e72d487d7e8728d54f87f02e07d1bb5ec6fdb2aab91c6c03ee9094.svg") no-repeat center center;
  z-index: 101;
  opacity: 0.7;
  transition: opacity 200ms
}
@media (max-width: 732px) {
  .popup .close-button {
    top: 20px
  }
}
.popup .close-button:hover {
  opacity: 1
}
.popup .close-button:hover::before {
  content: "Закрыть";
  display: inline-block;
  color: white;
  margin-left: -100px;
  vertical-align: middle;
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold
}
.popup .content {
  position: relative;
  display: inline-block;
  text-align: left;
  z-index: 10;
  margin: 110px auto 20px;
  padding-left: 20px;
  max-width: 1024px;
  box-sizing: content-box;
  background-color: transparent;
  font-size: 20px
}
@media (max-width: 732px) {
  .popup .content {
    margin-top: 60px
  }
}
@media (min-width: 1600px) {
  .popup .content {
    max-width: 1360px
  }
}
.popup .content:empty {
  width: 100vw
}
.popup .content>.date-range-widget {
  margin: 20px auto;
  padding: 20px 40px 10px;
  width: 392px;
  background-color: white
}
.popup .content>.date-range-widget span.title {
  display: block;
  margin: 5px 0 20px;
  font-size: 22px
}
.popup .content>.date-range-widget>.calendar {
  display: inline-block;
  margin-top: -2px
}
.popup .content>.player {
  position: relative;
  width: 1024px;
  max-width: 100%;
  height: auto
}
.popup .content>.player::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%
}
.popup .content>.player .tv1player:not(.tv1-fullscreen) {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0
}
.popup .brandable .branding, .popup .brandable .branding-offset {
  display: none
}
.popup .video-page {
  overflow: hidden;
  width: 1024px
}
@media (min-width: 1600px) {
  .popup .video-page {
    width: 1360px
  }
}
.popup .video-page .container .title {
  display: none
}
@media (max-width: 732px) {
  .popup .video-page {
    width: auto
  }
  .popup .video-page .container, .popup .video-page .info, .popup .video-page .row {
    width: 100%;
    margin: 0;
    padding: 0
  }
  .popup .video-page .info {
    margin: 0 0 0 0;
    padding: 0
  }
  .popup .video-page .info .stats, .popup .video-page .info p, .popup .video-page .info .tag-container {
    margin-left: 20px
  }
  .popup .video-page .info .tag-container {
    margin-bottom: 20px
  }
  .popup .video-page .info .col-md-7 {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important
  }
  .popup .video-page .side-promo-place-right {
    display: none
  }
}
.popup .stream-player-wrapper {
  position: relative;
  width: 1024px;
  max-width: 100%
}
.popup .stream-player-wrapper:before {
  content: "";
  position: relative;
  padding-top: 56.25%;
  display: block
}
.popup .stream-player-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: none
}
.w1tv-collect-common .w1tv-collect-item, .w1tv-collect-common .w1tv-collect-item:hover, .w1tv-collect-common .w1tv-collect-item:active, .w1tv-collect-common .w1tv-collect-item-content {
  background-color: #257fc7;
  color: #ffffff
}
.duel {
  padding: 20px 0
}
.duel .share-buttons {
  margin-bottom: 60px;
  padding-left: 20px
}
.duel .ya-share2__list {
  justify-content: center
}
.duel-title {
  margin-bottom: 35px;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px
}
.duel-episode-title {
  text-align: center;
  margin-bottom: 32px
}
.duel-stage-title {
  margin-bottom: 25px;
  text-align: center
}
.duel-stage {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}
.duel-pair {
  display: flex;
  justify-content: center;
  margin: 12px
}
@media (max-width: 520px) {
  .duel-pair {
    flex-direction: column;
    align-items: center
  }
}
.duel-member {
  display: block;
  position: relative;
  width: 240px;
  height: 350px
}
.duel-member:first-child::after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  top: 0;
  right: -1px;
  z-index: 1;
  position: absolute;
  opacity: 0.5
}
.duel-member:nth-child(2)::after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  top: 0;
  left: -1px;
  z-index: 1;
  position: absolute;
  opacity: 0.5
}
@media (max-width: 520px) {
  .duel-member:first-child::after {
    top: auto;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    bottom: -1px
  }
  .duel-member:nth-child(2)::after {
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    top: -1px
  }
}
.duel-member:only-child::after {
  content: none
}
.duel-member__photo {
  margin: 14px
}
.duel-member-image {
  max-width: 100%
}
.duel-member__text {
  margin: 0 14px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-align: center
}
.duel-member__text p {
  margin-bottom: 2px;
  margin-top: 2px
}
.duel-member__badges {
  display: flex;
  justify-content: space-around;
  position: absolute;
  bottom: 25px;
  width: 100%
}
.person .duel-member__badges {
  position: relative;
  top: 0;
  bottom: 0;
  margin-top: 30px;
  justify-content: center
}
.person .duel-badge {
  width: 120px
}
.duel-badge {
  width: 50%
}
.duel-badge-info {
  margin: 0 14px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-align: center
}
.duel-badge-text {
  font-size: 14px;
  line-height: 17px;
  font-weight: normal;
  text-align: inherit
}
.duel-bagde__svg {
  display: block;
  margin: 0 auto 3px;
  width: 30px;
  height: 30px;
  fill: inherit
}
.w1tv-collect-common .w1tv-collect-item, .w1tv-collect-common .w1tv-collect-item:hover, .w1tv-collect-common .w1tv-collect-item:active, .w1tv-collect-common .w1tv-collect-item-content {
  background-color: #257fc7;
  color: #ffffff
}
.itv-push-suggest {
  position: relative;
  width: 100%;
  background-color: #0757a8;
  color: white;
  overflow: hidden;
  transition: max-height 300ms;
  max-height: 500px
}
.itv-push-suggest--hidden {
  max-height: 0
}
.itv-push-suggest__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 20px 0
}
.itv-push-suggest__icon {
  display: block;
  content: "";
  width: 40px;
  height: 25px;
  margin-right: 7px;
  fill: white
}
.itv-push-suggest__title {
  display: flex;
  padding: 2px 0 10px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center
}
.itv-push-suggest__buttons {
  display: flex;
  padding-bottom: 10px
}
.itv-push-suggest__buttons .itv-button {
  min-width: 100px;
  min-height: 28px;
  height: 24px;
  margin: 0 0 0 20px;
  padding: 0;
  border-width: 2px;
  font-size: 14px;
  font-weight: bold
}
.itv-push-suggest__buttons .itv-button:hover, .itv-push-suggest__buttons .itv-button:active {
  border-width: 2px;
  background-color: white;
  border-color: white;
  color: #0757a8
}
.w1tv-collect-common .w1tv-collect-item, .w1tv-collect-common .w1tv-collect-item:hover, .w1tv-collect-common .w1tv-collect-item:active, .w1tv-collect-common .w1tv-collect-item-content {
  background-color: #257fc7;
  color: #ffffff
}
.itv-push-settings {
  max-width: 984px;
  width: 100%;
  background-color: white;
  padding: 30px 0
}
@media (max-width: 732px) {
  .itv-push-settings {
    max-width: 100%
  }
}
.itv-push-settings__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 30px;
  color: #0757a8;
  text-align: center
}
@media (min-width: 733px) {
  .itv-push-settings__projects {
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
  }
}
.itv-push-settings__project {
  width: calc(33% - 20px);
  min-width: 280px;
  margin-bottom: 1px;
  margin-left: 10px;
  margin-right: 10px;
  -moz-column-break-inside: avoid;
  break-inside: avoid
}
@media (max-width: 732px) {
  .itv-push-settings__project {
    width: calc(100% - 40px)
  }
}
.itv-push-settings__project:active .itv-push-settings__project_icon {
  background-image: url("../images/bell-ding-gray-d8faa1f4a2738eaa58e365715b4829bba52b735b4ae6e8bff28ee95eb2b64d2e.svg")
}
.itv-push-settings__hover-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 8px;
  font-size: 18px;
  line-height: 20px;
  border: 1px solid transparent;
  border-radius: 50px;
  cursor: pointer
}
@media (min-width: 733px) {
  .itv-push-settings__hover-wrapper:hover {
    border-color: gray
  }
}
.itv-push-settings__project--subscribed .itv-push-settings__project_icon {
  background-image: url("")
}
.itv-push-settings__project_icon {
  min-width: 40px;
  height: 20px;
  background-image: url("../images/bell-gray-15cdb12ea09d074428843552b2eec316d89da3da90eba45f21b7c7ec298bc379.svg");
  background-size: 25px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none
}
.itv-push-settings__project_text {
  min-width: 228px;
  pointer-events: none
}
article.questionnaire {
  font-family: "PT Sans", serif;
  font-size: 16px;
  margin-bottom: 90px
}
article.questionnaire input, article.questionnaire textarea {
  font-size: 16px
}
article.questionnaire .header {
  position: relative
}
article.questionnaire .header .image {
  width: 100%;
  height: 440px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}
article.questionnaire .header .title {
  position: absolute;
  top: 210px;
  width: 648px;
  height: 230px;
  display: table;
  overflow: hidden
}
article.questionnaire .header .title .text {
  padding-left: 84px;
  width: 100%;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  z-index: 3;
  color: white;
  font: 50px/50px "PT Sans", serif;
  position: relative
}
article.questionnaire .header .title .background {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 81, 157, 0.8)
}
article.questionnaire .header .lead {
  margin-top: 20px;
  font-size: 20px;
  line-height: 25px;
  color: #05519d;
  width: 480px;
  margin-left: 84px;
  margin-bottom: 50px
}
article.questionnaire h3 {
  color: #05519d;
  font-size: 18px;
  font-weight: bold;
  margin-left: 84px
}
article.questionnaire form>input[type="submit"] {
  cursor: pointer;
  margin-left: 84px;
  height: 45px;
  width: 480px;
  background-color: #05519d;
  border: none;
  border-radius: 2px;
  color: white;
  padding: 5px;
  line-height: 35px;
  font-size: 18px;
  font-weight: bold
}
article.questionnaire form>input[type="submit"]:hover {
  background-color: #5296db
}
article.questionnaire .field {
  width: 564px;
  display: flex;
  margin-bottom: 50px
}
article.questionnaire .field span.icon {
  display: inline-block;
  width: 60px;
  height: 50px;
  vertical-align: top;
  box-sizing: content-box;
  margin: 0 24px 0 0;
  background-image: url("");
  background-repeat: no-repeat;
  background-position: center
}
article.questionnaire .field span.icon.ok {
  background-image: url("")
}
article.questionnaire .field span.icon.alert {
  background-image: url("")
}
article.questionnaire .field label {
  flex-grow: 1;
  display: block;
  font-size: 16px
}
article.questionnaire .field label p {
  color: #707e89;
  margin-left: 84px
}
article.questionnaire .field label input, article.questionnaire .field label textarea {
  resize: none;
  display: inline-block;
  text-transform: capitalize;
  box-sizing: border-box;
  height: 50px;
  width: 475px;
  padding: 0 20px;
  outline: 0;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: #96a0a8;
  color: #05519d
}
article.questionnaire .field label input:focus, article.questionnaire .field label textarea:focus {
  border-color: #05519d
}
article.questionnaire .field label textarea {
  padding-top: 10px;
  height: 150px
}
article.questionnaire .field.checkbox {
  display: block;
  color: #707e89
}
article.questionnaire .field.checkbox input {
  display: none
}
article.questionnaire .field.checkbox label {
  line-height: 50px;
  margin-bottom: 20px;
  color: #05519d
}
article.questionnaire .field.checkbox label>div {
  display: inline-block
}
article.questionnaire .field.checkbox label span.answer {
  cursor: pointer;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
  background-color: #d9e3eb
}
article.questionnaire .field.checkbox:hover label>span {
  background-image: url("")
}
article.questionnaire .field.checkbox input:checked+label>span {
  background-color: #58a6dd;
  background-image: url("")
}
article.questionnaire .field.radio {
  display: block;
  color: #707e89
}
article.questionnaire .field.radio input {
  display: none
}
article.questionnaire .field.radio label {
  width: 100%;
  margin-bottom: 20px;
  line-height: 50px;
  color: #05519d
}
article.questionnaire .field.radio label>div {
  display: inline-block
}
article.questionnaire .field.radio label span.answer {
  cursor: pointer;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
  background-color: #d9e3eb;
  background-image: url("")
}
article.questionnaire .field.radio:hover label>span {
  background-image: url("")
}
article.questionnaire .field.radio input:checked+label>span {
  background-color: #58a6dd;
  background-image: url("")
}
article.questionnaire .field.select .dropdown {
  min-width: 312px
}
article.questionnaire .field.select label p {
  margin-top: 0
}
article.questionnaire .field.file.valid .dropzone .message {
  display: none
}
article.questionnaire .field.file.valid .dropzone .fileicon {
  display: block
}
article.questionnaire .field.file label {
  width: 480px
}
article.questionnaire .field.file label input {
  position: absolute;
  height: 230px;
  margin-top: 15px;
  opacity: 0.01
}
article.questionnaire .field.file .dropzone {
  display: inline-block;
  width: 470px;
  height: 230px;
  border: 1px solid #d9e3eb
}
article.questionnaire .field.file .dropzone .message {
  height: 140px;
  width: 100%;
  color: #d9e3eb;
  line-height: 150px;
  text-align: center
}
article.questionnaire .field.file .dropzone .fileicon {
  padding-top: 20px;
  display: none;
  height: 140px;
  width: 100%
}
article.questionnaire .field.file .dropzone .fileicon .icon {
  overflow: hidden;
  margin: 0 auto;
  width: 144px;
  height: 80px;
  background-color: #58a6dd
}
article.questionnaire .field.file .dropzone .fileicon .icon span.icon {
  margin: 5px auto;
  width: 100%;
  height: 42px;
  background-image: url("")
}
article.questionnaire .field.file .dropzone .fileicon .icon .size {
  color: white;
  text-align: center;
  vertical-align: bottom
}
article.questionnaire .field.file .dropzone .fileicon .icon .size::after {
  display: inline-block;
  content: " Мб"
}
article.questionnaire .field.file .dropzone .fileicon .name {
  margin-top: 20px;
  text-align: center;
  color: #58a6dd
}
article.questionnaire .field.file .dropzone button {
  margin: 20px 30px 30px 30px;
  width: 420px;
  background-color: transparent;
  color: #05519d;
  border: 1px solid #05519d
}
article.questionnaire .field.ok span.icon {
  background-image: url("")
}
article.questionnaire .field.ok input {
  border-color: #05519d
}
article.questionnaire .field.alert span.icon {
  background-image: url("")
}
article.questionnaire .field.alert input {
  border-color: #eb0f4d
}
article.questionnaire button {
  font-weight: bold;
  cursor: pointer;
  line-height: 22px;
  font-size: 16px;
  padding: 10px;
  margin: 10px 0;
  background-color: #05519d;
  border: none;
  color: white;
  text-decoration: none;
  display: block;
  text-align: center;
  border-radius: 2px
}
article.questionnaire .dropdown {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
  font-size: 16px;
  color: #707e89
}
article.questionnaire .dropdown .dropdown-toggle {
  display: block;
  height: 50px;
  padding-left: 20px;
  border: 1px solid #aebfcc;
  line-height: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
article.questionnaire .dropdown .dropdown-toggle.day {
  width: 100px
}
article.questionnaire .dropdown .dropdown-toggle.month {
  width: 150px
}
article.questionnaire .dropdown .dropdown-toggle.year {
  width: 100px
}
article.questionnaire .dropdown .dropdown-toggle::after {
  content: "";
  display: inline-block;
  float: right;
  width: 35px;
  height: 48px;
  background: url("") no-repeat center
}
article.questionnaire .dropdown .dropdown-toggle:hover {
  color: #05519d;
  border-color: #58a6dd
}
article.questionnaire .dropdown .dropdown-toggle:hover::after {
  width: 35px;
  background-image: url("")
}
article.questionnaire .dropdown .dropdown-toggle:active {
  color: white;
  background-color: #05519d;
  border-color: #58a6dd
}
article.questionnaire .dropdown .dropdown-toggle:active::after {
  width: 35px;
  background-image: url("")
}
article.questionnaire .dropdown ul.menu {
  display: none;
  position: absolute;
  z-index: 10;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 400px;
  overflow: auto;
  background-color: white;
  font-size: 16px;
  border-bottom: 1px solid #aebfcc
}
article.questionnaire .dropdown ul.menu li {
  color: #05519d;
  height: 50px;
  padding-left: 20px;
  line-height: 50px;
  border: 1px solid #58a6dd;
  border-top: none;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
article.questionnaire .dropdown ul.menu li:hover {
  color: white;
  background-color: #58a6dd
}
article.questionnaire .dropdown ul.menu li:active {
  color: white;
  background-color: #05519d
}
article.questionnaire .dropdown ul.menu li:last-child {
  border-bottom: none
}
article.questionnaire .dropdown.opened>ul.menu {
  display: block
}
article.questionnaire .field.required label {
  padding-left: 0
}
article.questionnaire .field:not(.required) span.icon {
  visibility: hidden
}
article.questionnaire .field.valid input, article.questionnaire .field.valid textarea, article.questionnaire .field.valid select, article.questionnaire .field.valid .dropzone, article.questionnaire .field.valid .dropdown .dropdown-toggle, article.questionnaire .field.valid .select {
  color: #05519d;
  border-color: #58a6dd !important
}
article.questionnaire .field.valid span.icon {
  background-image: url("")
}
article.questionnaire .field.invalid input, article.questionnaire .field.invalid textarea, article.questionnaire .field.invalid select, article.questionnaire .field.invalid .dropzone, article.questionnaire .field.invalid .dropdown .dropdown-toggle {
  border-color: #eb0f4d !important
}
article.questionnaire .field.invalid span.icon {
  background-image: url("")
}
.footer {
  padding-bottom: 20px
}
.footer .collection-head {
  margin: 25px auto;
  padding: 0 20px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  color: #05519d;
  font-weight: normal;
  word-wrap: break-word
}
.footer section.collection .cards {
  width: 100%;
  background-color: #05519d;
  border-bottom: 10px solid #05519d
}
.footer section.collection .cards .card {
  position: relative;
  width: 480px;
  height: 270px;
  box-sizing: content-box;
  outline: none;
  background-size: cover;
  background-position-x: center;
  border-right: 1px solid #05519d;
  border-top: 1px solid #05519d;
  display: none
}
@media (max-width: 732px) {
  .footer section.collection .cards .card {
    width: 320px;
    height: 180px
  }
}
.footer section.collection .cards .card.slick-slide, .footer section.collection .cards .card:only-child {
  display: block;
  margin: 0 auto
}
.footer section.collection .cards .card:hover .info .title {
  text-decoration: underline
}
.footer section.collection .cards .card.slick-current {
  opacity: 1
}
.footer section.collection .cards .card:not(.slick-current) {
  opacity: 0.6
}
.footer section.collection .cards .card .stats {
  position: relative;
  padding: 12px 0 0 19px;
  height: 54px;
  background-image: url("../images/footer-card-up-shadow-53de102f8c78297696375801e9c137e2594fca518d72e6caab0eaeff341ee79e.png");
  background-repeat: no-repeat;
  color: white;
  font-size: 12px;
  letter-spacing: 0.6px
}
.footer section.collection .cards .card .stats>div {
  display: inline-block
}
.footer section.collection .cards .card .stats .views .svg.icon, .footer section.collection .cards .card .stats .length .svg.icon {
  display: none
}
.footer section.collection .cards .card .stats .views::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
  width: 20px;
  height: 10px;
  background: url("../images/views-video-0fa75b04a3bad9eebb00bf870b66257ecc7bde50d177640f4d1cfce15b73ecba.svg") no-repeat
}
.footer section.collection .cards .card .stats .length {
  margin-left: 20px
}
.footer section.collection .cards .card .stats .length::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
  width: 13px;
  height: 13px;
  background: url("../images/playtime-icon-adc23cbc38f1a8ad1bf59a5cee14d48fd02692ea50d94c3d8d8f3b2c4c86fe25.svg") no-repeat
}
.footer section.collection .cards .card .stats .comments {
  margin-left: 22px
}
.footer section.collection .cards .card .stats .comments::before {
  content: "";
  display: inline-block;
  margin-right: 2px;
  width: 20px;
  height: 10px;
  background: url("") no-repeat
}
.footer section.collection .cards .card .stats .age {
  position: absolute;
  top: 10px;
  right: 17px;
  padding: 1px 3px;
  color: #9cbcdc;
  border: 1px solid;
  border-radius: 2px
}
.footer section.collection .cards .card .info {
  position: absolute;
  bottom: 0;
  padding: 19px;
  padding-bottom: 14px;
  width: 100%;
  color: white;
  font-size: 20px;
  font-weight: bold;
  z-index: 2
}
.footer section.collection .cards .card .info .show-name {
  font-size: 14px;
  font-weight: bold
}
.footer section.collection .cards .card .info .name {
  margin-top: 6px;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold
}
.footer section.collection .cards .card .info .title {
  width: 396px
}
@media (max-width: 732px) {
  .footer section.collection .cards .card .info .title {
    width: 270px;
    max-height: 80px;
    overflow: hidden
  }
}
.footer section.collection .cards .card .info .play-icon {
  position: absolute;
  width: 22px;
  height: 22px;
  right: 9px;
  bottom: 17px;
  font-size: 0;
  line-height: 0;
  background-image: url("../images/play-icon-4e126a4b2d6a86eb9fcb14fb79a451e190b4ff18362d3d7d6f3eed8299924ef7.svg");
  background-position: right bottom;
  z-index: 2
}
.footer section.collection .cards .card::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 141px;
  width: 100%;
  background-image: url("../images/footer-card-bottom-shadow-a0367dabf008e8b5aa382919c40512b44839ad4f3f960345740d500388c739cb.png");
  background-repeat: no-repeat
}
.footer .slick-slider .slick-arrow {
  margin: 0 auto;
  width: 60px;
  top: 0;
  bottom: 10px;
  background-size: 60px 60px
}
@media (max-width: 732px) {
  .footer .slick-slider .slick-arrow {
    display: none !important
  }
}
.footer .slick-slider ul.slick-dots {
  margin-top: 0
}
.footer .slick-slider ul.slick-dots li button {
  background-color: black
}
.footer .slick-slider ul.slick-dots li.slick-active button {
  background-color: white;
  border-color: black
}
.footer .links {
  margin-top: 35px
}
.footer .links>div {
  margin: 0 auto
}
.footer .links .logo {
  width: 50px;
  height: 50px;
  background-image: url("../images/logo-ac67852f1625b338f9d1fb96be089d03557d50bfc5790d5f48dc56799f59dec6.svg");
  background-repeat: no-repeat
}
.footer .links .channel-name {
  margin-top: 10px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #05519d;
  letter-spacing: 1.2px;
  text-transform: uppercase
}
.footer .links .footer-menu {
  margin-top: 20px;
  max-width: 600px
}
.footer .links .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center
}
.footer .links .footer-menu ul li {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold
}
.footer .links .footer-menu ul li a {
  color: #1b354a;
  text-decoration: none
}
.footer .links .footer-menu ul li a:hover {
  text-decoration: underline
}
.footer .links .small-social-buttons {
  width: 240px;
  margin-top: 20px;
  text-align: center
}
.footer .links .small-social-buttons .social-buttons-compact {
  margin-left: 0
}
.footer .links .small-social-buttons .global {
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 30px;
  font-weight: bold;
  color: #1b354a;
  font-size: 14px;
  line-height: 15px
}
.footer .links .small-social-buttons .global::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 22px;
  height: 22px;
  background: url("../images/world-icon-35fb6b31f19e5c556c402e36d91a622996c07a45c07895ad046ee5282f6c1014.svg") no-repeat center center
}
.footer .links .small-social-buttons .itv-push-settings-link {
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 30px;
  font-weight: bold;
  color: #1b354a;
  font-size: 14px;
  line-height: 15px
}
.footer .links .outtro {
  margin-top: 20px;
  padding: 0 15px;
  text-align: center;
  font-size: 14px;
  line-height: 20px
}
.footer .links .outtro span.nowrap {
  white-space: nowrap
}
.footer .social-widgets {
  width: 1008px;
  margin: 0 auto;
  margin-bottom: 60px;
  overflow: hidden
}
.footer .social-widgets .widgets-wrapper {
  margin: 0 -12px
}
.footer .social-widgets .widgets-wrapper .widget {
  display: inline-block;
  vertical-align: top;
  margin: 12px;
  width: 312px;
  max-width: 312px;
  height: 400px;
  overflow: hidden
}
.footer .social-widgets .widgets-wrapper .widget--bordered {
  border: 1px solid #e1e7eb;
  width: 310px
}
@media (max-width: 732px) {
  .footer .social-widgets {
    width: 100%
  }
  .footer .social-widgets .widgets-wrapper .widget {
    display: block;
    width: 312px;
    height: auto;
    margin: 20px auto
  }
}
.counters {
  margin: 0 auto !important;
  height: 0;
  overflow: hidden;
  width: 18px
}
.counters>a {
  margin-right: 7px
}
.counters>a:last-child {
  margin: 0
}
main>section.archive {
  padding-top: 33px;
  padding-bottom: 30px;
  background-color: #00162e
}
main>section.archive header {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #05519d
}
main>section.archive .pill-buttons {
  margin-top: 12px
}
main>section.archive .grid {
  border: 1px solid;
  border-top: none;
  display: flex;
  flex-wrap: wrap;
  margin: 29px auto;
  box-sizing: content-box;
  color: #092540
}
main>section.archive .grid .card {
  display: block;
  vertical-align: top;
  margin-bottom: -1px;
  padding: 20px 28px;
  box-sizing: border-box;
  width: 328px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-top: 1px solid
}
main>section.archive .grid .card:nth-child(3n) {
  border-right: none
}
main>section.archive .grid .card .letter {
  margin-bottom: 24px;
  width: 60px;
  font-size: 40px;
  color: #136eb5;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid;
  border-radius: 50px
}
main>section.archive .grid .card a {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: white;
  text-decoration: none
}
main>section.archive .grid .card a:hover {
  text-decoration: underline
}
@media (max-width: 732px) {
  section.archive .grid {
    border: none !important;
    flex-direction: column;
    align-items: center
  }
  section.archive .grid .card {
    border: 1px solid !important;
    width: calc(100% - 40px) !important
  }
  section.archive .grid .card:not(:last-of-type) {
    border-bottom: none
  }
}
.share-buttons .buttons-group {
  display: flex;
  align-items: center
}
.share-buttons .ya-share2 {
  width: 100%
}
.share-buttons .ya-share2__list {
  display: flex;
  padding: 0;
  list-style: none;
  justify-content: center
}
.share-buttons .ya-share2__item {
  width: 90px;
  height: 30px;
  overflow: hidden
}
@media (min-width: 733px) {
  .share-buttons .ya-share2__item:not(:last-child) {
    margin-right: 14px
  }
}
.share-buttons .wide .ya-share2__item {
  width: 144px
}
@media (max-width: 732px) {
  .share-buttons .wide .ya-share2__item {
    margin-right: 20px;
    margin-left: 20px
  }
}
@media (min-width: 733px) {
  .share-buttons .wide .ya-share2__item:not(:last-child) {
    margin-right: 24px
  }
}
.share-buttons .ya-share2__link {
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 10px;
  text-decoration: none !important;
  color: white;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer
}
.share-buttons .copy-link-video__button .ya-share2__link {
  padding-left: 8px;
  font-size: 20px
}
.share-buttons .copy-link-video__button .ya-share2__link.disabled {
  opacity: 0.6;
  cursor: default
}
.share-buttons .ya-share2__title {
  display: none
}
.share-buttons .ya-share2__badge {
  display: flex;
  justify-content: space-between
}
.share-buttons .ya-share2__icon {
  width: 30px;
  height: 30px;
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat
}
.ya-share2__item_service_vkontakte span.ya-share2__icon {
  background-image: url("../images/vk-white-918ec8259d0f4607115d6e94dbe4b0711a3a6315a51c4d238a732bdabf365f00.svg")
}
.ya-share2__item_service_twitter span.ya-share2__icon {
  background-image: url("../images/tw-white-c401b2cff22574ef4164b1e266e4d54a3d3383d238a29ed5b8d62b15955cb501.svg")
}
.ya-share2__item_service_odnoklassniki span.ya-share2__icon {
  background-image: url("../images/ok-white-6c99d65804abc73474f72c4e073ddbbc538595ac476f7d6b0f56a2188a9b28e7.svg")
}
.ya-share2__link {
  background-color: #1f7ac2
}
.ya-share2__link:hover {
  background-color: #eb0f4d
}
.ya-share2__link:active {
  background-color: #a50f48
}
@media (max-width: 732px) {
  .ya-share2__list {
    flex-wrap: wrap;
    justify-content: center
  }
  .ya-share2__item {
    margin: 12px 12px 12px 12px
  }
}
.social-buttons-compact {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px
}
.social-buttons-compact>a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  background-color: transparent;
  border-radius: 2px
}
.social-buttons-compact>a:hover {
  background-color: #5296DB
}
.social-buttons-compact>a:active {
  background-color: #05519D
}
.social-buttons-compact>a:last-child {
  margin-right: 0
}
.social-buttons-compact>a>span {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px
}
.social-buttons-compact>a .vk {
  background-image: url("../images/vk-blue-3625575f914d0ea3464222b1e382674e4b6186635c28f598a83002491196b66b.svg")
}
.social-buttons-compact>a .vk:hover {
  background-image: url("../images/vk-white-918ec8259d0f4607115d6e94dbe4b0711a3a6315a51c4d238a732bdabf365f00.svg")
}
.social-buttons-compact>a .twitter {
  background-image: url("../images/tw-blue-38674d48d3aa0e2791f77ecad5a7895dc813f3ccd5d84d7ed5b0454ea1fdd76c.svg")
}
.social-buttons-compact>a .twitter:hover {
  background-image: url("../images/tw-white-c401b2cff22574ef4164b1e266e4d54a3d3383d238a29ed5b8d62b15955cb501.svg")
}
.social-buttons-compact>a .ok {
  background-image: url("../images/ok-blue-88c90a73a6d3e166735a5e20c2248636e872c02ff6b2d721d2d1cc1af8b98d57.svg")
}
.social-buttons-compact>a .ok:hover {
  background-image: url("../images/ok-white-6c99d65804abc73474f72c4e073ddbbc538595ac476f7d6b0f56a2188a9b28e7.svg")
}
.social-buttons-compact>a .telegram {
  background-image: url("")
}
.social-buttons-compact>a .telegram:hover {
  background-image: url("")
}
.copy-link-video__form {
  margin-top: 20px;
  position: relative
}
.copy-link-video__form .form-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end
}
@media (max-width: 732px) {
  .copy-link-video__form .form-row {
    flex-wrap: wrap
  }
}
.copy-link-video__form .form__video-link {
  width: 100%;
  max-width: 325px;
  margin: 0;
  margin-right: 30px;
  margin-bottom: 10px;
  position: relative
}
@media (max-width: 732px) {
  .copy-link-video__form .form__video-link {
    max-width: 280px;
    margin-right: 10px
  }
}
.copy-link-video__form .form__start-time {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 10px
}
.copy-link-video__form .video-link {
  height: auto;
  line-height: 20px;
  font-size: 16px;
  border-bottom: 2px solid;
  word-break: break-all;
  overflow: hidden;
  position: relative;
  z-index: 1
}
.copy-link-video__form .copied-hint {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
  background-color: #bcbcbc;
  color: #fafafa;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2
}
.copy-link-video__form .copied-hint.hidden-hint {
  opacity: 0;
  z-index: 0
}
.copy-link-video__form .checkbox-start {
  display: inline-block;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  border: 2px solid;
  border-radius: 2px;
  border-color: #333333;
  background-color: #ffffff
}
.copy-link-video__form .checkbox-start__wrapper input[type='checkbox'], .copy-link-video__form .settings__item-title input[type='checkbox'] {
  display: none;
  width: 20px;
  height: 20px
}
.copy-link-video__form .checkbox-start__wrapper input[type='checkbox']:checked+label .checkbox-start, .copy-link-video__form .settings__item-title input[type='checkbox']:checked+label .checkbox-start {
  background-color: #333333;
  background-image: url("");
  background-size: 14px;
  background-position: center center;
  background-repeat: no-repeat
}
.copy-link-video__form .checkbox-start__wrapper input[type='checkbox']:focus, .copy-link-video__form .checkbox-start__wrapper input[type='checkbox']:active, .copy-link-video__form .settings__item-title input[type='checkbox']:focus, .copy-link-video__form .settings__item-title input[type='checkbox']:active {
  outline: 0;
  border: 0
}
.copy-link-video__form .checkbox-start__wrapper label, .copy-link-video__form .settings__item-title label {
  margin-right: 10px
}
.copy-link-video__form .start-time {
  width: 65px;
  height: 20px;
  padding: 0 2px;
  line-height: 20px;
  font-size: 16px;
  border: none;
  outline: none;
  border-bottom: 2px solid;
  border-radius: 0;
  opacity: 1
}
.copy-link-video__form .start-time[disabled] {
  opacity: 0.3
}
.copy-link-video__form .start-time--no-hours {
  width: 43px
}
.copy-link-video__form .start-time__label {
  margin-right: 4px;
  line-height: 20px;
  font-size: 16px;
  opacity: 1
}
.copy-link-video__form .start-time__label.disabled {
  opacity: 0.3
}
.copy-link-video__form .checkbox-start:before, .copy-link-video__form .checkbox-start:after, .copy-link-video__form .start-time, .copy-link-video__form .start_time_label {
  transition: all 0.2s ease-in-out
}
.copy-link-video__form .itv-push-suggest__buttons .itv-button {
  margin-left: 45px
}
@media all and (max-width: 399px) {
  .copy-link-video__form .itv-push-suggest__buttons {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around
  }
  .copy-link-video__form .itv-push-suggest__buttons .itv-button {
    margin: 0
  }
}
.popup[data-block='embed_modal'] {
  opacity: 0;
  z-index: 150
}
@media (min-width: 733px) {
  .popup[data-block='embed_modal'] .background {
    min-width: 1044px
  }
}
.popup[data-block='embed_modal'] .video-page {
  overflow: auto
}
@media all and (max-width: 1023px) {
  .popup[data-block='embed_modal'] {
    overflow-x: scroll
  }
}
@media all and (max-width: 1023px) and (max-width: 732px) {
  .popup[data-block='embed_modal'] {
    overflow-x: hidden
  }
}
@media all and (max-width: 1023px) {
  .popup[data-block='embed_modal'] .video-page {
    overflow: scroll
  }
}
.popup[data-block='embed_modal'] .content {
  margin-top: 60px
}
.popup[data-block='embed_modal'] .close-button {
  top: 20px
}
.popup[data-block='embed_modal'] .settings-container {
  padding-left: 20px
}
@media (max-width: 732px) {
  .popup[data-block='embed_modal'] .settings-container {
    padding-left: 0
  }
}
.popup[data-block='embed_modal'] .settings-container__header {
  margin-top: 10px;
  margin-bottom: 0
}
.popup[data-block='embed_modal'] .settings-container__form .form__video-link {
  display: block;
  max-width: calc(100% - 30px);
  height: 62px;
  margin-bottom: 20px
}
@media (max-width: 732px) {
  .popup[data-block='embed_modal'] .settings-container__form .form__video-link {
    max-width: 100%
  }
}
.popup[data-block='embed_modal'] .settings-container__form .video-link {
  max-height: 62px;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  border-bottom: 2px solid
}
.popup[data-block='embed_modal'] .settings-container__separator {
  width: calc(100% - 30px);
  height: 2px;
  margin-left: 0
}
@media (max-width: 732px) {
  .popup[data-block='embed_modal'] .settings-container__separator {
    width: 100%
  }
}
.popup[data-block='embed_modal'] .settings-container .settings__item-title .checkbox-start {
  margin-right: 10px;
  margin-bottom: 2px;
  vertical-align: middle
}
.popup[data-block='embed_modal'] .preview-container {
  width: 55%;
  min-width: 55%;
  max-width: 55%;
  padding-top: 10px
}
@media (max-width: 732px) {
  .popup[data-block='embed_modal'] .preview-container {
    width: 100%;
    min-width: 100%;
    max-width: 100%
  }
}
.popup[data-block='embed_modal'] .video-page {
  display: flex;
  padding: 10px 20px;
  background-color: #ffffff;
  overflow: hidden
}
@media (max-width: 732px) {
  .popup[data-block='embed_modal'] .video-page {
    flex-direction: column
  }
}
.popup[data-block='embed_modal'] .settings__item label {
  cursor: pointer
}
.popup[data-block='embed_modal'] .settings__item-title {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center
}
.popup[data-block='embed_modal'] .settings__item-description {
  font-size: 16px;
  margin-left: 28px;
  margin-top: 8px;
  margin-bottom: 12px
}
.popup[data-block='embed_modal'] .itv-push-suggest__buttons {
  display: flex;
  justify-content: flex-end;
  margin-right: 30px
}
@media (max-width: 732px) {
  .popup[data-block='embed_modal'] .itv-push-suggest__buttons {
    margin-right: 0
  }
  .popup[data-block='embed_modal'] .itv-push-suggest__buttons .itv-button {
    margin-left: 45px
  }
  .popup[data-block='embed_modal'] .itv-push-suggest__buttons .itv-button:first-of-type {
    margin-left: 0
  }
}
.popup[data-block='embed_modal'] .itv-push-suggest__buttons .itv-button {
  margin-top: 10px
}
.navbar.live .navbar-header a .logo {
  width: 40px;
  height: 40px;
  background-image: url("")
}
.navbar.live .navbar-info {
  display: none
}
.navbar.live .navbar-links ul.nav-left {
  margin-left: 25px;
  padding-left: 5px;
  margin-top: 4px
}
.navbar.live .navbar-links ul.nav-left li {
  vertical-align: middle
}
.navbar.live .navbar-links ul.nav-left li.search {
  margin-right: 50px
}
.navbar.live .navbar-links ul.nav-left li.social {
  height: 30px
}
.navbar.live .social-buttons-compact {
  height: 30px;
  float: right;
  margin: 0
}
.navbar.live .social-buttons-compact a {
  width: 30px;
  height: 30px;
  display: inline-block
}
article.live {
  position: relative;
  overflow: auto
}
article.live .player-wrapper {
  padding-bottom: 17px;
  margin: 0 auto;
  position: relative;
  overflow: hidden
}
@media (min-aspect-ratio: 1 / 1) and (max-width: 983px) {
  article.live .player-wrapper {
    max-width: 80%
  }
}
article.live .player-wrapper h2 {
  text-align: center
}
article.live .player-wrapper .player {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  background-color: #000000
}
article.live .player-wrapper .player img {
  width: 100%;
  height: auto
}
article.live .player-wrapper .player button {
  width: auto;
  height: auto
}
article.live .buttons {
  position: relative;
  max-width: 984px;
  padding: 0;
  margin: 0 auto;
  height: 45px
}
@media (max-width: 732px) {
  article.live .buttons {
    height: auto
  }
  article.live .buttons .feedback {
    text-align: center;
    width: auto;
    left: 0;
    right: -5px !important;
    margin: auto
  }
}
article.live .buttons section {
  display: inline-block
}
article.live .buttons .feedback {
  display: inline-block;
  height: 45px;
  position: absolute;
  top: 15px;
  right: 0
}
@media (max-width: 732px) {
  article.live .buttons .feedback {
    height: 50px;
    line-height: 47px;
    top: 0
  }
}
article.live .buttons .feedback a {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  line-height: 30px;
  vertical-align: middle
}
article.live .buttons .feedback a:last-of-type {
  margin-right: 0
}
article.live .buttons .feedback a.mail {
  width: 30px;
  height: 30px;
  background: url("") no-repeat center
}
article.live .buttons .feedback a.help {
  display: none;
  background: url("") no-repeat center
}
article.live .live-orbit-time-message {
  margin-top: 20px;
  text-align: center;
  color: #0757a8
}
@media (max-width: 983px) {
  article.live .live-orbit-time-message {
    margin-bottom: 20px
  }
}
article.live .under_schedule_banner {
  margin: 20px auto 0 auto;
  max-width: 984px
}
@media (max-width: 983px) {
  article.live .under_schedule_banner {
    display: none
  }
}
article.live section.collection .cards {
  width: 100%;
  background-color: #05519d;
  border-bottom: 10px solid #05519d
}
article.live section.collection .cards .card {
  position: relative;
  width: 480px;
  height: 270px;
  box-sizing: content-box;
  outline: none;
  background-size: cover;
  background-position-x: center;
  border-right: 1px solid #05519d;
  border-top: 1px solid #05519d;
  display: none
}
@media (max-width: 732px) {
  article.live section.collection .cards .card {
    width: 320px;
    height: 180px
  }
}
article.live section.collection .cards .card.slick-slide, article.live section.collection .cards .card:only-child {
  display: block;
  margin: 0 auto
}
article.live section.collection .cards .card:hover .info .title {
  text-decoration: underline
}
article.live section.collection .cards .card.slick-current {
  opacity: 1
}
article.live section.collection .cards .card:not(.slick-current) {
  opacity: 0.6
}
article.live section.collection .cards .card .stats {
  position: relative;
  padding: 12px 0 0 19px;
  height: 54px;
  background-image: url("../images/footer-card-up-shadow-53de102f8c78297696375801e9c137e2594fca518d72e6caab0eaeff341ee79e.png");
  background-repeat: no-repeat;
  color: white;
  font-size: 12px;
  letter-spacing: 0.6px
}
article.live section.collection .cards .card .stats>div {
  display: inline-block
}
article.live section.collection .cards .card .stats .views .svg.icon, article.live section.collection .cards .card .stats .length .svg.icon {
  display: none
}
article.live section.collection .cards .card .stats .views::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
  width: 20px;
  height: 10px;
  background: url("../images/views-video-0fa75b04a3bad9eebb00bf870b66257ecc7bde50d177640f4d1cfce15b73ecba.svg") no-repeat
}
article.live section.collection .cards .card .stats .length {
  margin-left: 20px
}
article.live section.collection .cards .card .stats .length::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
  width: 13px;
  height: 13px;
  background: url("../images/playtime-icon-adc23cbc38f1a8ad1bf59a5cee14d48fd02692ea50d94c3d8d8f3b2c4c86fe25.svg") no-repeat
}
article.live section.collection .cards .card .stats .comments {
  margin-left: 22px
}
article.live section.collection .cards .card .stats .comments::before {
  content: "";
  display: inline-block;
  margin-right: 2px;
  width: 20px;
  height: 10px;
  background: url("") no-repeat
}
article.live section.collection .cards .card .stats .age {
  position: absolute;
  top: 10px;
  right: 17px;
  padding: 1px 3px;
  color: #9cbcdc;
  border: 1px solid;
  border-radius: 2px
}
article.live section.collection .cards .card .info {
  position: absolute;
  bottom: 0;
  padding: 19px;
  padding-bottom: 14px;
  width: 100%;
  color: white;
  font-size: 20px;
  font-weight: bold;
  z-index: 2
}
article.live section.collection .cards .card .info .show-name {
  font-size: 14px;
  font-weight: bold
}
article.live section.collection .cards .card .info .name {
  margin-top: 6px;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold
}
article.live section.collection .cards .card .info .title {
  width: 396px
}
@media (max-width: 732px) {
  article.live section.collection .cards .card .info .title {
    width: 270px;
    max-height: 80px;
    overflow: hidden
  }
}
article.live section.collection .cards .card .info .play-icon {
  position: absolute;
  width: 22px;
  height: 22px;
  right: 9px;
  bottom: 17px;
  font-size: 0;
  line-height: 0;
  background-image: url("../images/play-icon-4e126a4b2d6a86eb9fcb14fb79a451e190b4ff18362d3d7d6f3eed8299924ef7.svg");
  background-position: right bottom;
  z-index: 2
}
article.live section.collection .cards .card::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 141px;
  width: 100%;
  background-image: url("../images/footer-card-bottom-shadow-a0367dabf008e8b5aa382919c40512b44839ad4f3f960345740d500388c739cb.png");
  background-repeat: no-repeat
}
article.live .slick-slider .slick-arrow {
  margin: 0 auto;
  width: 60px;
  top: 0;
  bottom: 10px;
  background-size: 60px 60px
}
@media (max-width: 732px) {
  article.live .slick-slider .slick-arrow {
    display: none !important
  }
}
article.live .slick-slider ul.slick-dots {
  margin-top: 0
}
article.live .slick-slider ul.slick-dots li button {
  background-color: black
}
article.live .slick-slider ul.slick-dots li.slick-active button {
  background-color: white;
  border-color: black
}
.under_schedule_banner, .top-banner {
  max-width: 984px;
  margin: 0 auto
}
@media (max-width: 983px) {
  .under_schedule_banner, .top-banner {
    display: none
  }
}
@media (max-width: 732px) {
  .live .share-buttons {
    display: none !important
  }
  .live .player-wrapper {
    padding-bottom: 50px !important
  }
  main {
    overflow: hidden
  }
  .schedule .slick-arrow {
    display: none
  }
  section.collection .cards a.card.slick-slide {
    width: 320px;
    height: 180px
  }
  section.collection .cards a.card.slick-slide .info .title {
    width: 270px;
    font-size: 18px;
    line-height: 20px
  }
}
#collections header {
  height: 90px;
  line-height: 103px;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  color: #05519d
}
.hbbtv-icon_tooltip {
  display: block;
  width: 290px;
  height: auto;
  padding: 0.5em 1em;
  box-sizing: content-box;
  white-space: normal;
  font-size: small;
  position: absolute;
  left: 0;
  top: calc(100% - 10px);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all var(--microtip-transition-duration, 0.18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
  background-color: #fff;
  color: #366799;
  border: 1px solid #7e9fb8;
  border-radius: 2px;
  cursor: pointer
}
.hbbtv-icon_tooltip:hover {
  text-decoration: underline
}
.unavailable .hbbtv-icon_live {
  opacity: 0.4
}
[data-block='hbbtv_icon_tooltip'] {
  position: relative
}
[data-block='hbbtv_icon_tooltip']:hover {
  opacity: 1
}
[data-block='hbbtv_icon_tooltip']:hover .hbbtv-icon_tooltip {
  opacity: 1;
  visibility: visible;
  top: 100%
}
@media (max-width: 732px) {
  [data-block='hbbtv_icon_tooltip']:hover .hbbtv-icon_tooltip {
    opacity: 0;
    visibility: hidden
  }
}
[data-block='hbbtv_icon_tooltip'].hbbtv-icon_live .hbbtv-icon_tooltip {
  width: 183px;
  left: auto;
  left: initial;
  top: calc(100% - 10px);
  right: -1px
}
[data-block='hbbtv_icon_tooltip'].hbbtv-icon_live:hover .hbbtv-icon_tooltip {
  top: 100%
}
.itv-schedule-week__time-of-day:nth-child(3) .hbbtv-icon_tooltip {
  left: auto;
  left: initial;
  right: 10px
}
.position-info {
  text-align: center;
  margin: 15px 25px
}
.position-info .postion-title {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 30px;
  color: #05519d
}
.position-info .position-lead {
  font-size: 16px;
  line-height: 20px;
  color: #010101
}
.interactivity-buttons {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.2s
}
@media (max-width: 732px) {
  .interactivity-buttons {
    flex-direction: column
  }
}
.interactivity-buttons--hidden {
  max-height: 0
}
.interactivity-buttons__button {
  display: block;
  width: 250px;
  margin: 11px 12px;
  padding: 1px 7px 2px;
  position: relative;
  z-index: 1;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #0757a8 !important;
  border: 2px solid #0757a8;
  border-radius: 7px;
  background-color: #ffffff;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s
}
@media (max-width: 732px) {
  .interactivity-buttons__button:not(:last-of-type) {
    margin-bottom: 0
  }
}
@media (min-width: 733px) and (max-width: 983px) {
  .interactivity-buttons__button {
    margin-bottom: 6px
  }
}
.interactivity-buttons__button:hover, .interactivity-buttons__button:active, .interactivity-buttons__button:focus {
  box-shadow: 0px 0px 7.6px 0.4px rgba(5, 45, 86, 0.4)
}
.interactivity-buttons__button:hover {
  transition: box-shadow 0.2s;
  text-decoration: none
}
.interactivity-buttons__button::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 0;
  opacity: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #06488a transparent transparent transparent;
  transition: opacity 0.2s
}
@media (max-width: 732px) {
  .interactivity-buttons__button::after {
    display: none;
    visibility: hidden
  }
}
.interactivity-buttons__button--active {
  color: white !important;
  background-color: #0757a8;
  border-color: rgba(5, 45, 86, 0.4);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4) inset
}
.interactivity-buttons__button--active:hover, .interactivity-buttons__button--active:active, .interactivity-buttons__button--active:focus {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4) inset;
  cursor: default
}
.interactivity-buttons__button--active::after {
  opacity: 1
}
.stream-player, .embedlive-remote {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: none;
  width: 100%;
  height: 100%
}
@media screen and (orientation: portrait) and (max-width: 732px) {
  *[data-block*='mobile_sticky_player'].sticked {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    height: auto;
    z-index: 100;
    transition: top 0.3s ease
  }
  *[data-block*='mobile_sticky_player'].sticked .description {
    visibility: collapse
  }
  *[data-block*='mobile_sticky_player'].sticked.short {
    top: 60px
  }
  .ratio-16-9_sticky-player {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
  }
  .ratio-16-9_sticky-player.sticked {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
  }
  .ratio-16-9_sticky-player.sticked:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%
  }
}
@media (orientation: landscape) {
  [data-role*='player_wrapper'] {
    height: auto !important
  }
}
.header-promo-place, .footer-promo-place, .middle-promo-place {
  position: relative;
  box-sizing: content-box;
  padding: 10px 0;
  overflow: hidden
}
@media (max-width: 732px) {
  .header-promo-place, .footer-promo-place, .middle-promo-place {
    display: none
  }
}
.header-promo-place .promo-place, .footer-promo-place .promo-place, .middle-promo-place .promo-place {
  text-align: center
}
.header-promo-place .promo-place .position, .footer-promo-place .promo-place .position, .middle-promo-place .promo-place .position {
  display: inline-block;
  margin: 0 auto
}
.header-promo-place [id^="adfox_"] [id^="yandex_rtb_"] {
  margin-top: -10px
}
.footer-promo-place {
  padding: 50px 0
}
.middle-promo-place .promo-place .position {
  display: flex;
  flex-direction: column;
  align-items: center
}
.promo-place .ya_partner_R-162266-9 img {
  max-width: 100% !important
}
.index-page .side-promo-place-right.tower {
  margin-top: -3px
}
.sticky_container {
  position: relative
}
.tower-offset {
  margin-top: 35px
}
.index-page .tower-offset {
  margin-top: 0
}
.right-column .content:empty+.tower-offset {
  margin-top: 0
}
.show-main .right-column .content .w_row:first-child .w__block__promo_position {
  margin-top: -11px
}
.right-column .w__block__promo_position::before {
  content: "Реклама";
  display: block;
  margin: 0 auto 5px;
  color: #bcbcbc;
  font-size: 10px;
  line-height: 6px
}
.right-column .w__block__promo_position .promo-place {
  border: 1px solid;
  padding: 6px
}
.right-column .w__block__promo_position .promo-place .standard-position {
  display: flex;
  justify-content: center
}
.itv-col-s-wide .side-promo-place-right {
  margin-left: auto;
  margin-right: auto
}
.side-promo-place-right {
  width: 312px;
  box-sizing: content-box;
  display: block;
  vertical-align: top
}
.side-promo-place-right::before {
  content: "Реклама";
  display: block;
  margin: 0 auto 5px;
  color: #bcbcbc;
  font-size: 10px;
  line-height: 6px
}
.side-promo-place-right .promo-place {
  border: 1px solid;
  padding: 4px;
  width: 312px;
  overflow: hidden;
  border-color: #e5e5e5
}
.side-promo-place-right .promo-place>.standard-position {
  display: flex;
  align-items: center;
  justify-content: flex-start
}
.side-promo-place-right .promo-place>img, .side-promo-place-right .promo-place>div, .side-promo-place-right .promo-place>span, .side-promo-place-right .promo-place>iframe, .side-promo-place-right .promo-place>div>img, .side-promo-place-right .promo-place>div>a>img, .side-promo-place-right .promo-place>a>img {
  max-width: 100% !important;
  max-height: 100% !important;
  overflow: hidden;
  display: block;
  margin: 0 auto
}
.side-promo-place-right.tower {
  margin-bottom: 10px;
  display: none
}
.side-promo-place-right.tower .promo-place {
  height: auto
}
@media (min-width: 733px) {
  .side-promo-place-right.tower {
    display: block
  }
  .side-promo-place-right.tower.sticked {
    position: fixed;
    padding-top: 20px;
    top: 90px
  }
}
@media (min-width: 733px) and (min-width: 768px) {
  .side-promo-place-right.tower.sticked {
    top: 60px
  }
}
@media (min-width: 733px) and (min-width: 1024px) {
  .side-promo-place-right.tower.sticked {
    top: 80px
  }
}
@media (min-width: 733px) and (min-width: 1280px) {
  .side-promo-place-right.tower.sticked {
    top: 90px
  }
}
@media (min-width: 733px) {
  .side-promo-place-right.tower.leftBehind {
    position: absolute;
    margin: 0
  }
}
section.article-container .side-promo-place-right:not(.tower) {
  margin: 0 auto;
  margin-top: 40px
}
@media (max-width: 732px) {
  section.article-container .side-promo-place-right:not(.tower) {
    margin-top: 0
  }
}
.banner#yandex_ad {
  margin: 50px auto 32px auto;
  width: 984px
}
@media (max-width: 732px) {
  div.banner {
    display: none
  }
  .banner #yandex_ad {
    max-width: 100%;
    margin: 0 auto
  }
}
.mobile-promo-place {
  position: fixed;
  bottom: -1px;
  width: 100%;
  z-index: 98;
  max-height: 100px;
  background-color: white
}
@media (min-width: 733px) {
  .mobile-promo-place {
    display: none
  }
}
.mobile-promo-place .promo-place {
  position: relative;
  width: 302px;
  overflow: hidden;
  margin: 0 auto;
  border: 1px solid #808080
}
.mobile-promo-place .promo-place:empty {
  display: none
}
.mobile-promo-place img {
  max-width: 100%
}
.mobile-promo-place__close-button, .middle_horizontal_banner__close-button {
  display: block;
  position: absolute;
  top: -35px;
  right: calc(50% - 160px);
  width: 70px;
  height: 70px;
  z-index: 103;
  cursor: pointer
}
.mobile-promo-place__close-button .icon, .middle_horizontal_banner__close-button .icon {
  width: 30px;
  height: 30px;
  margin: 20px
}
.middle_horizontal_banner__close-button {
  right: 0
}
.middle_horizontal_banner {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 102
}
.middle_horizontal_banner a, .middle_horizontal_banner a:hover {
  text-decoration: none;
  cursor: pointer
}
@media (max-width: 1023px) {
  .middle_horizontal_banner .banner_mobile {
    display: block
  }
  .middle_horizontal_banner .banner_desktop {
    display: none
  }
}
@media (min-width: 1024px) {
  .middle_horizontal_banner .banner_mobile {
    display: none
  }
  .middle_horizontal_banner .banner_desktop {
    display: block
  }
}
.middle_horizontal_banner .banner_wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 1000px 60px;
  background-position: top center
}
@media (max-width: 1023px) {
  .middle_horizontal_banner .banner_wrapper {
    justify-content: center
  }
}
@media (min-width: 1024px) {
  .middle_horizontal_banner .banner_wrapper {
    height: 120px;
    background-size: 1533px 120px;
    background-position: center
  }
}
.middle_horizontal_banner .banner_content {
  padding-left: 20px;
  font-family: "PT Sans"
}
@media (max-width: 1023px) {
  .middle_horizontal_banner .banner_content {
    width: 100%;
    max-width: 733px;
    padding-top: 70px;
    padding-right: 20px;
    padding-bottom: 30px
  }
}
@media (min-width: 1024px) {
  .middle_horizontal_banner .banner_content {
    width: 50%;
    max-width: 535px;
    margin-left: 50%
  }
}
.middle_horizontal_banner .banner_title {
  padding-bottom: 5px;
  font-weight: 700
}
@media (max-width: 732px) {
  .middle_horizontal_banner .banner_title {
    font-size: 16px;
    line-height: 20px
  }
}
@media (min-width: 733px) and (max-width: 1599px) {
  .middle_horizontal_banner .banner_title {
    font-size: 18px;
    line-height: 20px
  }
}
@media (min-width: 1600px) {
  .middle_horizontal_banner .banner_title {
    font-size: 20px;
    line-height: 30px
  }
}
.middle_horizontal_banner .banner_text {
  font-weight: 400
}
@media (max-width: 732px) {
  .middle_horizontal_banner .banner_text {
    font-size: 12px;
    line-height: 15px
  }
}
@media (min-width: 733px) and (max-width: 1599px) {
  .middle_horizontal_banner .banner_text {
    font-size: 13px;
    line-height: 20px
  }
}
@media (min-width: 1600px) {
  .middle_horizontal_banner .banner_text {
    font-size: 15px;
    line-height: 20px
  }
}
.middle_horizontal_banner .banner_text a {
  font-weight: 700
}
.linkwrap {
  position: relative;
  display: inline-block
}
.blocker {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1
}
.linkwrap iframe {
  z-index: 2
}
.playlist a.card.slick-current {
  border: 1px solid
}
.playlist .slick-arrow.slick-disabled {
  opacity: 0 !important;
  pointer-events: none
}
.error .navbar .menu a.logo {
  visibility: visible
}
section.error {
  width: 100%;
  background-color: #1974bb;
  color: white
}
section.error .searchbar {
  position: relative;
  top: 0;
  padding-top: 20px
}
section.error .searchbar .search {
  max-width: 984px
}
section.error .error-code {
  margin: 0 auto;
  padding: 35px 0;
  max-width: 984px;
  text-align: center;
  letter-spacing: 1.5px
}
section.error .error-code .name {
  padding: 0 20px;
  font-size: 80px;
  line-height: 90px
}
section.error .error-code .title {
  padding: 0 20px;
  font-size: 30px;
  margin-top: 3px
}
section.error .error-code .description {
  margin: 5px auto 0;
  padding: 0 20px 50px;
  max-width: 480px;
  font-size: 24px;
  font-style: italic;
  letter-spacing: 0
}
section.error .error-code .hint-wrapper {
  margin: 0 auto;
  background-color: #01478d;
  padding: 10px;
  max-width: 480px
}
section.error .error-code .hint-wrapper .hint {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 19px 10px;
  letter-spacing: 0
}
section.error .error-code .hint-wrapper .hint .title {
  margin: 0;
  color: rgba(255, 255, 255, 0.3);
  font-size: 20px;
  font-style: italic
}
section.error .error-code .hint-wrapper .hint .text {
  margin-top: 20px;
  margin-bottom: 13px;
  font-size: 24px;
  line-height: 30px
}
article.feedback {
  margin: 0 auto;
  width: 984px
}
article.feedback div[class*='col-'] {
  margin: 0 12px;
  padding: 0
}
article.feedback h2 {
  margin-left: 84px;
  font-size: 50px;
  font-weight: bold;
  color: #05519d
}
article.feedback .item {
  display: block;
  margin-top: 30px
}
article.feedback .item .icon {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 60px;
  margin-right: 24px;
  background-repeat: no-repeat;
  background-position: center center
}
article.feedback .item .text {
  display: inline-block;
  vertical-align: top;
  width: 564px
}
article.feedback .item .text .title {
  font-size: 20px;
  font-weight: bold;
  color: #05519d
}
article.feedback .item .text .desc {
  margin-top: 10px
}
article.feedback .item .text .message {
  margin-top: 10px;
  color: #7e95a7
}
article.feedback .item.warn .icon {
  background-image: url("")
}
article.feedback .item.warn .message {
  color: #7e95a7
}
article.feedback .item.ok .icon {
  background-image: url("")
}
article.feedback .item.ok .message {
  color: #05519d
}
article.feedback .item.alert {
  padding: 0;
  border: 0
}
article.feedback .item.alert .icon {
  background-image: url("")
}
article.feedback .item.alert .message {
  color: white;
  background-color: #f4506f;
  margin-top: 20px;
  padding: 15px;
  border-radius: 15px;
  width: 480px
}
article.feedback .results {
  margin: 50px 0 90px 84px
}
article.feedback .results .title {
  font-size: 20px;
  font-weight: bold;
  color: #05519d
}
article.feedback .results .score {
  font-size: 80px;
  font-weight: bold;
  color: #58a6dd
}
article.feedback .results .message {
  font-size: 16px;
  color: #05519d
}
.w1tv-collect-common .w1tv-collect-item, .w1tv-collect-common .w1tv-collect-item:hover, .w1tv-collect-common .w1tv-collect-item:active, .w1tv-collect-common .w1tv-collect-item-content {
  background-color: #257fc7;
  color: #ffffff
}
.brandable, article.live {
  position: relative;
  overflow: hidden
}
.brandable .branding, .brandable .branding__two-links, article.live .branding, article.live .branding__two-links {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center
}
.brandable .branding .branding_image-background, .brandable .branding__two-links .branding_image-background, article.live .branding .branding_image-background, article.live .branding__two-links .branding_image-background {
  display: block
}
@media (max-width: 732px) {
  .brandable .branding .branding_image-background img, .brandable .branding__two-links .branding_image-background img, article.live .branding .branding_image-background img, article.live .branding__two-links .branding_image-background img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto !important
  }
}
.brandable .branding__two-links, article.live .branding__two-links {
  flex-wrap: nowrap
}
.brandable .branding__two-links .branding__link, article.live .branding__two-links .branding__link {
  width: 50%
}
.brandable .branding-frame, article.live .branding-frame {
  width: 1044px;
  height: 110%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -10px;
  background-color: black;
  opacity: 0.5
}
@media (min-width: 1600px) {
  .brandable .branding-frame, article.live .branding-frame {
    width: 1380px
  }
}
@media (max-width: 732px) {
  .brandable .branding, article.live .branding {
    display: block;
    position: relative
  }
  .brandable .branding-offset, .brandable .branding-frame, article.live .branding-offset, article.live .branding-frame {
    display: none
  }
}
@media (max-width: 983px) {
  .brandable .branding-frame, article.live .branding-frame {
    display: none
  }
}
@media (min-width: 733px) {
  .brandable .branded, article.live .branded {
    max-width: 1024px;
    margin: 0 auto
  }
  .brandable .branded .w_row:not(.big-slider), article.live .branded .w_row:not(.big-slider) {
    width: 1024px !important;
    font-size: 0
  }
  .brandable .branded .right-column .w_row, article.live .branded .right-column .w_row {
    width: auto !important
  }
}
@media (min-width: 733px) {
  .brandable .branded {
    max-width: 1024px
  }
  .brandable .branded .w_row.w_row {
    width: 100% !important
  }
}
@media (min-width: 1600px) {
  .brandable .branded {
    max-width: 1360px
  }
}
.brandable .branding-offset {
  width: 100%
}
article.live .branding-frame {
  width: 1004px
}
.branding_promo_place {
  opacity: 0.01;
  transition: all 300ms
}
.branding_promo_place.loaded {
  opacity: 1
}
.popup .branding_promo_place {
  display: none
}
@media (max-width: 732px) {
  .branding_promo_place {
    min-height: 0 !important
  }
  .branding_promo_place::before {
    content: "";
    display: block;
    padding-top: 46.66%
  }
  div[data-block='commercial_branding'] .branding_promo_place::before {
    padding: 0;
    display: none
  }
  .branding_promo_place.loaded .branding {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0
  }
  .live .branding_promo_place {
    display: none
  }
  .live .branding_promo_place .branding {
    width: 100%;
    position: relative
  }
  .live .branding_promo_place:before {
    content: none
  }
  .brandable {
    overflow: initial
  }
}
.ie10 .slick-slider .slick-list {
  width: 100%
}
article.pages_mobile {
  margin: 0 auto
}
article.pages_mobile h2 {
  margin: 0;
  padding: 40px;
  min-height: 120px;
  font-size: 38px;
  line-height: 40px;
  color: #0757a8;
  text-align: center
}
article.pages_mobile section.page {
  padding: 70px 0 85px 0
}
article.pages_mobile section.page div {
  max-width: 984px;
  margin-left: auto;
  margin-right: auto
}
article.pages_mobile section.page .logo {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 10px;
  overflow: hidden
}
article.pages_mobile section.page .logo img {
  width: 100%
}
article.pages_mobile section.page .title {
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 40px;
  color: white;
  font-weight: bold;
  text-align: center
}
article.pages_mobile section.page .screenshot {
  position: relative;
  margin-bottom: 20px
}
article.pages_mobile section.page .screenshot img {
  display: block;
  margin: 0 auto;
  max-width: 95%
}
article.pages_mobile section.page .text {
  max-width: 100%;
  width: 836px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 0 20px;
  font-size: 20px;
  line-height: 25px;
  color: white;
  font-weight: bold
}
article.pages_mobile section.page .buttons {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 100%;
  width: 836px;
  padding: 0 20px;
  margin: 0 auto
}
@media (max-width: 732px) {
  article.pages_mobile section.page .buttons {
    justify-content: center
  }
}
article.pages_mobile section.page .buttons a {
  display: inline-block;
  width: 180px;
  height: 55px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center
}
@media (max-width: 732px) {
  article.pages_mobile section.page .buttons a {
    margin: 10px
  }
}
article.pages_mobile section.page .buttons .android {
  background-image: url("")
}
article.pages_mobile section.page .buttons .ios {
  background-image: url("")
}
article.pages_mobile section.page .buttons .huawei {
  background-image: url("")
}
.inline-comments h6 {
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  color: #0e61a2;
  margin: 20px 0
}
.inline-comments__comment {
  margin: 10px 0;
  padding: 20px;
  border: 1px solid #d9e3eb;
  font-size: 16px;
  line-height: 20px;
  -webkit-font-smoothing: auto
}
.inline-comments__comment .inline-comments__comment__meta {
  margin: 0;
  line-height: 18px;
  color: #798a95
}
.inline-comments__comment .inline-comments__comment__content {
  margin: 15px 0 0;
  color: #111e27;
  letter-spacing: -0.4px
}
.inline-comments__comment.inline-comments__comment_reply {
  margin-left: 84px
}
article.all-video {
  margin-top: 0;
  width: 100%
}
article.all-video>.container {
  width: 100%;
  background-color: white
}
article.all-video.title {
  padding-left: 0 !important
}
article.all-video.title h1 {
  padding-left: 5px
}
article.all-video .itv-col-4 .calendar {
  display: block
}
article.all-video .itv-col-4 .calendar .text h2 {
  color: black !important
}
article.all-video .itv-col-4 button {
  background-color: transparent;
  border: none
}
article.all-video .itv-col-4 button.border {
  border: 1px solid
}
article.all-video.search-results .search-more {
  margin-top: 15px
}
article.all-video.search-results .card {
  background-color: white !important;
  position: relative
}
article.all-video.search-results .card__label {
  width: calc(100% - 144px - 24px);
  height: 26px;
  line-height: 26px;
  left: calc(144px + 24px);
  bottom: 4px;
  font-size: 14px
}
@media (max-width: 732px) {
  article.all-video.search-results .card__label {
    height: auto;
    padding: 4px;
    line-height: 14px;
    font-size: 9px
  }
}
@media all and (max-width: 500px) {
  article.all-video.search-results .card__label {
    width: 100%;
    left: 0;
    bottom: -13px
  }
}
article.all-video.search-results a.result .stats, article.all-video.search-results a.result .info {
  display: none
}
article.all-video.search-results a.result .img-wrapper {
  display: inline-block;
  position: relative;
  margin-right: 24px;
  width: 144px;
  height: 81px;
  background-color: black
}
article.all-video.search-results a.result .img-wrapper img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto
}
article.all-video.search-results a.result .img-wrapper img[src=''] {
  opacity: 0
}
article.all-video.search-results a.result .play-icon {
  display: none
}
article.all-video.search-results a.result .text {
  display: inline-block;
  vertical-align: top;
  max-width: 480px;
  margin-top: -3px
}
article.all-video.search-results a.result .text .subtitle {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: black !important
}
article.all-video.search-results a.result .text>.hidden {
  display: block !important
}
article.all-video.search-results a.result .text .show-name {
  font-weight: bold
}
article.all-video.search-results a.result .text .date::before, article.all-video.search-results a.result .text .views::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  background-image: url("../images/gray-clock-1e991ca7c40ab06193e9f4edd8f243203dc425166917b50299fcd06018da0aca.svg");
  background-repeat: no-repeat;
  background-position: center center
}
article.all-video.search-results a.result .text .date, article.all-video.search-results a.result .text .views {
  display: inline-block;
  margin-top: 4px;
  color: #96a0a8;
  font-size: 13px
}
article.all-video.search-results a.result .text .views::before {
  margin-left: 20px;
  width: 10px;
  background-image: url("")
}
article.all-video.search-results a.result .text .title, article.all-video.search-results a.result .text .lead {
  font-size: 16px;
  line-height: 20px;
  color: black !important
}
article.all-video .all-projects {
  margin-top: 20px
}
@media (max-width: 732px) {
  article.all-video .all-projects {
    padding: 0 20px
  }
}
article.all-video .all-projects>.title {
  font-weight: bold;
  font-size: 22px;
  line-height: 20px
}
article.all-video .all-projects ul {
  margin-top: 15px;
  padding: 0;
  list-style: none
}
article.all-video .all-projects ul li a {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold
}
article.all-video .all-projects ul li:last-child a {
  text-transform: uppercase
}
article.all-video .title {
  font-size: 22px;
  line-height: 30px;
  word-break: break-word
}
@media (max-width: 732px) {
  article.all-video .search-more {
    padding: 0
  }
}
.note-list {
  width: 60px;
  height: 60px;
  margin-top: 0;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  font-weight: bold;
  color: white;
  background-color: #05519d
}
.note-list .w_text {
  width: 100%;
  height: 100%;
  line-height: 60px
}
.note-image {
  width: 60px;
  margin-top: 25px;
  background-color: transparent
}
.note-image .w_image {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center
}
.note-calendar {
  position: relative;
  width: 60px;
  margin-top: 25px;
  border-radius: 2px;
  padding-bottom: 5px;
  background-color: #05519d;
  color: white;
  text-align: center
}
@media (min-width: 733px) and (max-width: 1599px) {
  .note-calendar {
    top: 3px
  }
}
.note-calendar::before {
  content: ".....";
  display: block;
  position: absolute;
  top: -11px;
  left: 5px;
  color: white;
  font-size: 37px;
  font-weight: bold;
  line-height: 0;
  letter-spacing: 1px
}
.note-calendar .w_date {
  font-size: 16px;
  line-height: 22px;
  padding-top: 8px;
  text-transform: capitalize;
  font-weight: bold
}
.note-calendar .w_month {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 14px
}
.note-calendar .w_month::after {
  display: block;
  content: "";
  margin: 0 9px;
  max-width: 100%;
  height: 2px;
  background-color: white
}
.note-calendar .w_time {
  margin-top: 2px;
  font-size: 14px;
  font-weight: bold
}
.w1tv-collect-common .w1tv-collect-item, .w1tv-collect-common .w1tv-collect-item:hover, .w1tv-collect-common .w1tv-collect-item:active, .w1tv-collect-common .w1tv-collect-item-content {
  background-color: #257fc7;
  color: #ffffff
}
@media (min-width: 1600px) {
  section.teams .w_block.c-6 {
    width: 816px
  }
}
section.teams .w_row .w_block.o-0.c-8 {
  width: 100%
}
@media (max-width: 732px) {
  section.teams .w_row .w_block.o-0.c-8 {
    width: 100vw;
    max-width: 100vw;
    margin: 0 -20px !important
  }
}
section.teams .container {
  width: auto
}
section.teams .container .row {
  max-width: 984px;
  margin: 0 20px
}
section.teams .share-buttons {
  margin-top: 20px
}
section.teams .share-buttons .ya-share2 ul.ya-share2__list {
  justify-content: center
}
section.teams .team-link {
  display: block;
  margin-top: 20px;
  margin-bottom: 25px;
  max-width: 100%;
  text-decoration: initial
}
section.teams .team-link .photo {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: bottom center
}
section.teams .team-link .photo img {
  display: block;
  height: 100%;
  width: auto;
  margin: 0 auto
}
section.teams .team-link .name {
  font: bold 24px/30px PT Sans;
  text-align: center
}
section.teams .team-link .name .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  vertical-align: middle
}
section.teams .team-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}
section.teams .team-list .team-column {
  position: relative;
  flex-shrink: 0;
  padding: 0;
  margin: 0 12px 24px;
  min-height: 50px;
  transition: all 200ms
}
section.teams .team-list .team-column:first-child {
  margin-left: 0
}
section.teams .team-list .team-column:last-child {
  margin-right: 0
}
section.teams .team-list .team-column:hover::before {
  opacity: 1
}
section.teams .team-list .team-column::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transition: opacity 200ms linear;
  opacity: 0.5;
  z-index: 1
}
section.teams .team-list .team-column .talents, section.teams .team-list .team-column .coach {
  position: relative;
  z-index: 2
}
section.teams .team .person {
  display: block
}
section.teams .team .person .photo {
  width: 100%;
  overflow: hidden
}
section.teams .team .person .photo img {
  max-width: 100%;
  height: 100%;
  margin: 0 auto
}
section.teams .team .person .info {
  padding: 13px 60px 40px;
  text-align: center
}
section.teams .team .person .info .name {
  font: 34px/40px PT Sans
}
section.teams .team .person .info .name p {
  margin-top: 0;
  margin-bottom: 12px
}
section.teams .team .person .info .description {
  margin-top: 15px;
  font: 18px/24px PT Sans
}
section.teams .team .talents, section.teams .team .coaches {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0 40px
}
section.teams .team .talents .face, section.teams .team .coaches .face {
  width: 50%;
  margin: 0 0 30px
}
@media (min-width: 1600px) {
  section.teams .team .talents .face, section.teams .team .coaches .face {
    width: 33.3%
  }
}
section.teams .team .coaches {
  justify-content: center
}
section.teams .team .coaches .single-on-line {
  flex-basis: 100%
}
section.teams .team-column a.coach {
  display: block;
  margin: 10px;
  text-decoration: none !important
}
section.teams .team-column a.coach:hover {
  text-decoration: none
}
section.teams .team-column a.coach:hover .photo img {
  height: 115%
}
section.teams .team-column a.coach .photo {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  display: flex;
  justify-content: center
}
section.teams .team-column a.coach .photo img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  display: block;
  margin: auto;
  height: 100%;
  align-self: center;
  flex-shrink: 0;
  transition: height 700ms
}
section.teams .team-column a.coach .name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 120px;
  font: bold 17px/20px PT Sans;
  text-align: center
}
section.teams .team-column a.coach .name span {
  flex-shrink: 0
}
section.teams .team-column a.coach .name .icon {
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 10px auto 0
}
section.teams a.face {
  display: block;
  width: 160px;
  margin: 0 auto 24px;
  text-decoration: initial;
  outline: none
}
section.teams a.face:hover {
  text-decoration: none
}
section.teams a.face .border {
  position: relative;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  border-radius: 50%;
  border-width: 5px;
  border-style: solid;
  border-color: inherit;
  overflow: hidden;
  transition: border-color 300ms
}
section.teams a.face .photo {
  position: absolute;
  max-height: 100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  margin: auto
}
section.teams a.face .name {
  display: block;
  margin-top: 5px;
  font: bold 17px/20px PT Sans;
  text-align: center;
  background-color: transparent;
  min-height: 60px;
  word-wrap: normal;
  transition: color 200ms
}
section.teams a.face .name p {
  margin: 0
}
section.teams a.face.talent .name {
  font: bold 17px/20px PT Sans;
  word-wrap: break-word
}
section.teams a.face.coach .name {
  margin-top: 10px;
  font: bold 24px/30px PT Sans
}
@media (max-width: 732px) {
  section.teams .team-list {
    flex-wrap: wrap;
    justify-content: center
  }
  section.teams .team-list .team-column {
    margin: 0 0 24px 0
  }
  section.teams .team-list .talents {
    display: none
  }
  section.teams .container {
    max-width: 100%
  }
  section.teams .container .row {
    margin: 0
  }
  section.teams .container .row div[class*='col-'] {
    width: 100%;
    padding: 0
  }
  section.teams .team .talents .face, section.teams .team .coaches .face {
    width: 100%
  }
}
article.show-main .with-right-column, article.rubric-video .with-right-column {
  padding-top: 30px;
  float: left
}
article.show-main .with-right-column .w_row.big-slider, article.rubric-video .with-right-column .w_row.big-slider {
  margin-top: 0 !important
}
article.show-main .with-right-column .w_row.big-slider .w_collection_title:empty, article.rubric-video .with-right-column .w_row.big-slider .w_collection_title:empty {
  display: none
}
article.show-main .with-right-column .w__block__collection .w_collection_items, article.rubric-video .with-right-column .w__block__collection .w_collection_items {
  width: 100%
}
article.show-main .with-right-column .w__block__collection.type-big-slider a.card, article.rubric-video .with-right-column .w__block__collection.type-big-slider a.card {
  width: 648px
}
article.show-main .with-right-column .w__block__collection.type-slider .w_collection_items, article.rubric-video .with-right-column .w__block__collection.type-slider .w_collection_items {
  margin: 0
}
article.show-main .with-right-column .w__block__collection.type-slider .w_collection_items::before, article.show-main .with-right-column .w__block__collection.type-slider .w_collection_items::after, article.rubric-video .with-right-column .w__block__collection.type-slider .w_collection_items::before, article.rubric-video .with-right-column .w__block__collection.type-slider .w_collection_items::after {
  display: none
}
article.show-main .with-right-column .w__block__collection.type-tiles .w_collection_items, article.show-main .with-right-column .w__block__collection.type-row .w_collection_items, article.rubric-video .with-right-column .w__block__collection.type-tiles .w_collection_items, article.rubric-video .with-right-column .w__block__collection.type-row .w_collection_items {
  width: calc(100% + 24px)
}
@media (max-width: 732px) {
  article.show-main .with-right-column .w__block__collection.type-tiles .w_collection_items, article.show-main .with-right-column .w__block__collection.type-row .w_collection_items, article.rubric-video .with-right-column .w__block__collection.type-tiles .w_collection_items, article.rubric-video .with-right-column .w__block__collection.type-row .w_collection_items {
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }
}
article.show-main .right-column, article.rubric-video .right-column {
  padding-top: 30px;
  float: left
}
article.show-main .right-column .content .w_row, article.show-main .right-column .tower-bottom .w_row, article.rubric-video .right-column .content .w_row, article.rubric-video .right-column .tower-bottom .w_row {
  max-width: 312px !important
}
article.show-main .right-column .content .w_row .w_block, article.show-main .right-column .tower-bottom .w_row .w_block, article.rubric-video .right-column .content .w_row .w_block, article.rubric-video .right-column .tower-bottom .w_row .w_block {
  width: 100% !important
}
@media (max-width: 732px) {
  article.show-main .with-right-column, article.show-main .right-column, article.rubric-video .with-right-column, article.rubric-video .right-column {
    max-width: 100%;
    padding: 0
  }
  article.show-main .team .person .info, article.rubric-video .team .person .info {
    padding: 13px 20px 40px
  }
  article.show-main .columns-content-row .with-right-column .video-cards, article.rubric-video .columns-content-row .with-right-column .video-cards {
    width: 100%
  }
}
article.rubric-video .right-column {
  padding-top: 55px
}
.branded article.search.project {
  max-width: 1024px
}
.search.project {
  padding-bottom: 10px;
  margin-bottom: 10px;
  background-color: white
}
.search.project header.search-bar {
  position: relative;
  padding-bottom: 20px;
  max-width: 100%
}
.search.project article.search-results {
  margin-top: 0
}
.search.project article.search-results .row {
  margin: 0
}
.search.project .calendar .date-range-widget button {
  border: none
}
.search.project .calendar .date-range-widget button.border {
  border: 1px solid
}
.search.project .button.show-more {
  margin: 0
}
.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 label span {
  font-weight: bold
}
.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("../images/search-checkbox-v-white-4d59b6422d70bd3674bb83eb69e88085f204e5d3589a7d48376166f79bf18772.svg")
}
.search_in_project input[type="checkbox"]:active+label::before {
  background-color: white;
  background-image: url("../images/search-checkbox-v-10137fa952caa904c52342876f52a75fb72d4a907f0fd72c96a0f8cff4ac3ef8.svg")
}
.w1tv-collect-common .w1tv-collect-item, .w1tv-collect-common .w1tv-collect-item:hover, .w1tv-collect-common .w1tv-collect-item:active, .w1tv-collect-common .w1tv-collect-item-content {
  background-color: #257fc7;
  color: #ffffff
}
@media (min-width: 1600px) {
  article.show-main .w_content .w_row.big-slider .w_block .w__block__collection .w_collection_items.w__block__video.with_player {
    width: 100%;
    max-width: 1320px
  }
  .show-main .with-right-column .big-slider .video.video-player-with-playlist .player {
    max-width: 648px
  }
  .show-main .with-right-column .big-slider .video.video-player-with-playlist .playlist {
    max-height: 364px
  }
  article.video-page .video.video-player-with-playlist, .show-main .big-slider .video.video-player-with-playlist {
    display: flex
  }
  article.video-page .video.video-player-with-playlist .player, .show-main .big-slider .video.video-player-with-playlist .player {
    flex: 0 0 auto;
    width: 100%;
    max-width: 984px
  }
  article.video-page .video.video-player-with-playlist .playlist, .show-main .big-slider .video.video-player-with-playlist .playlist {
    display: block;
    height: 554px;
    padding: 0 20px 20px;
    flex: 1 1 auto;
    overflow-y: auto
  }
  article.video-page .video.video-player-with-playlist .playlist.noclick, .show-main .big-slider .video.video-player-with-playlist .playlist.noclick {
    pointer-events: all
  }
  article.video-page .video.video-player-with-playlist .playlist.noclick a.card, .show-main .big-slider .video.video-player-with-playlist .playlist.noclick a.card {
    pointer-events: none
  }
  article.video-page .video.video-player-with-playlist .playlist::after, .show-main .big-slider .video.video-player-with-playlist .playlist::after {
    content: none
  }
  article.video-page .video.video-player-with-playlist .playlist a.card, .show-main .big-slider .video.video-player-with-playlist .playlist a.card {
    display: flex;
    width: 100%;
    height: 100px;
    line-height: 19px;
    overflow: visible;
    background-color: transparent !important;
    transition: opacity 300ms
  }
  article.video-page .video.video-player-with-playlist .playlist a.card .image, .show-main .big-slider .video.video-player-with-playlist .playlist a.card .image {
    width: 144px;
    height: 81px;
    flex: 0 0 auto
  }
  article.video-page .video.video-player-with-playlist .playlist a.card .text, .show-main .big-slider .video.video-player-with-playlist .playlist a.card .text {
    position: relative;
    margin-top: -3px;
    margin-left: 20px;
    height: 90px;
    overflow: hidden
  }
  article.video-page .video.video-player-with-playlist .playlist a.card .text::after, .show-main .big-slider .video.video-player-with-playlist .playlist a.card .text::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    box-shadow: 0 8px 15px 11px black
  }
}
.eump-minimized {
  position: fixed !important;
  bottom: 25px !important;
  right: 25px !important;
  top: auto !important;
  left: auto !important;
  z-index: 100 !important;
  width: 400px !important;
  height: 225px !important
}
.eump-minimized .eump-header, .eump-minimized .eump-time-control, .eump-minimized .eump-time-delimiter, .eump-minimized .eump-control-options, .eump-minimized .eump-com-label-img {
  display: none !important
}
.eump-minimized .eump-com-label-holder {
  top: 0 !important;
  left: 0 !important;
  bottom: auto !important
}
.eump-minimized .eump-com-label-text {
  font-size: 1em !important;
  background-image: none !important
}
.eump-minimized .eump-footer {
  padding-left: 0 !important;
  padding-right: 0 !important
}
.eump-minimized-background {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  flex-direction: column;
  justify-content: space-between;
  display: block;
  width: 410px;
  height: 235px;
  padding: 5px !important;
  background-color: #0757a8;
  box-shadow: 0 0 5px 0px black
}
.eump-minimized-background .stub {
  display: block;
  width: 400px;
  height: 225px;
  background-color: black
}
.eump-minimized-background .close {
  position: absolute;
  top: -23px;
  right: 5px;
  width: 25px;
  height: 25px;
  background-image: url("../images/close-08b63a1fd5e72d487d7e8728d54f87f02e07d1bb5ec6fdb2aab91c6c03ee9094.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: black;
  border-radius: 50px;
  cursor: pointer;
  flex-grow: 0
}
.main-video-preview .eump-player .eump-muted-label {
  display: none !important
}
.main-video-preview {
  position: fixed;
  display: block;
  flex-direction: column;
  justify-content: space-between;
  bottom: 20px;
  right: 20px;
  width: 260px;
  height: 188px;
  z-index: 99;
  background-color: #0757a8;
  box-shadow: 0 0 5px 0px black;
  padding: 10px
}
.main-video-preview .eump {
  display: block;
  position: relative;
  flex-grow: 0;
  width: 240px;
  height: 135px;
  margin: 0 auto 0
}
.main-video-preview:hover .main-video-preview-close {
  opacity: 0.8
}
.main-video-preview-info {
  display: flex;
  height: 30px
}
.main-video-preview-title {
  flex-grow: 1;
  font-family: "PT Sans Narrow";
  color: white;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  letter-spacing: 1.4px
}
.main-video-preview-close {
  margin-top: -2px;
  width: 25px;
  height: 25px;
  background-image: url("../images/close-08b63a1fd5e72d487d7e8728d54f87f02e07d1bb5ec6fdb2aab91c6c03ee9094.svg");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  flex-grow: 0
}
.main-video-preview.eump {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.scroll-top.scroll-top.scroll-top {
  left: 20px;
  right: auto
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf");
  font-weight: normal
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.ttf");
  font-weight: bold
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("");
  font-weight: normal
}
.ol18-flex {
  display: flex
}
.ol18-flex-column {
  flex-direction: column
}
.ol18-flex-just-center {
  justify-content: center
}
.ol18-flex-wrap {
  flex-wrap: wrap
}
.ol18-align-center {
  align-items: center
}
.w_block.ui-resizable.ui-customdraggable.sport-player-wrapper {
  display: flex !important;
  flex-direction: column;
  align-items: center
}
.editor.text-block.active h2, .title.project_title {
  font-family: "Roboto-Medium";
  font-size: 32px;
  line-height: 50px;
  margin-top: 0;
  padding-top: 20px
}
h2.title.project_title:first-letter, .title.project_title:first-letter {
  text-transform: capitalize
}
.olympics-broadcats-player-wrapper {
  width: 100%;
  max-width: 984px;
  position: relative;
  background-color: black;
  margin-bottom: 24px;
  box-shadow: 0 0 8px 0 #222222
}
.olympics-broadcats-player-wrapper .olympics-player-iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}
.w1tv-ol18-broadcast-cards-container {
  margin: 0 -12px;
  max-width: 1008px
}
.w1tv-ol18-broadcast-card {
  position: relative;
  width: 228px;
  height: 342px;
  margin: 0 12px 24px;
  font-family: Roboto;
  font-weight: bold;
  color: white;
  cursor: pointer;
  align-self: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  box-shadow: 0 0 8px 0 #222222
}
.w1tv-ol18-broadcast-card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0px;
  bottom: 0;
  box-shadow: 0 0 35px 35px #0063af
}
.w1tv-ol18-broadcast-card-header {
  height: 50px
}
.w1tv-ol18-broadcast-card-logo {
  width: 50px;
  height: 40px;
  margin: 0 10px 0 4px
}
.w1tv-ol18-broadcast-card-logo[src="#"], img[src="#"] {
  visibility: hidden;
  margin-right: 0;
  width: 10px
}
.w1tv-ol18-broadcast-card-sport-title {
  font-size: 15px;
  line-height: 17px
}
.w1tv-ol18-broadcast-card-splash {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 128px;
  transition: height 0.2s
}
.w1tv-ol18-broadcast-card--current .w1tv-ol18-broadcast-card-splash::before {
  content: url("");
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 3
}
.w1tv-ol18-broadcast-card-splash-img {
  width: 100%;
  transition: transform 0.3s
}
.w1tv-ol18-broadcast-card:hover .w1tv-ol18-broadcast-card-splash-img {
  transform: scale(1.1)
}
.w1tv-ol18-broadcast-card-info {
  height: 140px;
  overflow: hidden;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  order: 3;
  flex-grow: 1
}
.w1tv-ol18-broadcast-card-info:hover+.w1tv-ol18-broadcast-card-splash {
  height: 0
}
.w1tv-ol18-broadcast-card-time {
  margin-bottom: 10px;
  margin-top: 10px
}
.w1tv-ol18-broadcast-card-time::before {
  content: url("");
  margin-right: 5px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px
}
.w1tv-ol18-broadcast-card--next .w1tv-ol18-broadcast-card-time::before {
  content: "Далее ";
  margin-right: 5px;
  line-height: 28px;
  background-image: url("");
  background-repeat: no-repeat;
  background-position: right -1px;
  padding-right: 30px;
  height: 30px;
  display: inline-block;
  margin-top: 0
}
.w1tv-ol18-broadcast-card-title {
  font-family: "Roboto-Medium";
  font-weight: normal;
  padding: 0 20px 15px
}
.olympics-player-iframe body {
  background-size: auto 100%;
  background-position: center
}
.w-block__announce {
  margin-top: 25px;
  margin-bottom: 35px
}
.w-announce__text {
  font-weight: bold;
  font-size: 15px;
  color: black;
  text-decoration: none
}
.w-announce__text::before {
  content: url("");
  display: inline-block;
  margin-right: 8px;
  margin-top: -8px;
  width: 22px;
  height: 25px;
  vertical-align: middle
}
@media (max-width: 732px) {
  .article-wide .w-announce__text {
    margin-left: 20px;
    margin-right: 20px
  }
}
.w-announce__text+.w-announce__link {
  margin-top: 40px
}
.w-announce__link {
  position: relative;
  display: flex;
  padding: 19px;
  border: 1px solid #d3d3d3
}
.w-announce__link-image {
  position: relative;
  width: 144px;
  height: 81px;
  margin-right: 24px;
  flex: 0 0 auto
}
.w-announce__link-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto
}
.w-announce__link-image::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 34px 34px
}
.w-announce__link-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 10px
}
.w-announce__link-logo {
  align-self: flex-start;
  max-width: 100%
}
.w-announce__link-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  max-width: 100%
}
@media (max-width: 732px) {
  .w-announce__link-image+.w-announce__link-info {
    margin-top: 10px
  }
  .w-announce__link-title+.w-announce__link-logo {
    margin-top: 10px
  }
  .w-announce__link {
    flex-direction: column;
    margin: 15px auto 0;
    max-width: 228px
  }
  .w-announce__link-image {
    width: 100%;
    height: auto;
    margin: 0
  }
  .w-announce__link-title {
    white-space: normal;
    text-align: center
  }
  .w-announce__link-logo {
    align-self: center
  }
}
span.w-announce__link-logo {
  display: inline-block;
  width: 118px;
  height: 38px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center
}
.w-announce__link-logo_1tvru {
  background-image: url("")
}
.w-announce__link-logo_kino1tvru {
  background-image: url("")
}
.text-block-incuts-wrapper .w-announce__link {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 9px;
  background-color: white;
  text-decoration: none
}
.text-block-incuts-wrapper .w-announce__link .img, .text-block-incuts-wrapper .w-announce__link img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center
}
.text-block-incuts-wrapper .w-announce__link .img+.title, .text-block-incuts-wrapper .w-announce__link img+.title {
  margin-top: 9px
}
.text-block-incuts-wrapper .w-announce__link .title {
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  font-weight: bold
}
.text-block-incuts-wrapper .w-announce__link .lead {
  text-align: center
}
.text-block-incuts-wrapper .w-announce__link .w-announce__link-logo {
  display: block;
  margin: 10px auto 0;
  background-repeat: no-repeat;
  background-position: top center
}
.text-block-incuts-wrapper a {
  text-decoration: none
}
.text-block-incuts-wrapper .w-announce__link+.w-announce__link {
  margin-top: 24px
}
.w-block__text-info-wrapper {
  display: flex;
  margin-top: 71px;
  margin-bottom: 50px;
  position: relative;
  text-align: left
}
.w-block__text-info-wrapper:before, .w-block__text-info-wrapper:after {
  content: "";
  display: block;
  width: calc(100% - 168px);
  height: 1px;
  position: absolute;
  left: 0;
  background-color: black;
  margin-left: 84px;
  margin-right: 84px
}
.w-block__text-info-wrapper:before {
  top: -25px
}
.w-block__text-info-wrapper:after {
  bottom: -25px
}
.w-text-info__logo {
  width: 60px;
  height: 56px;
  margin-right: 24px;
  padding: 0 2px;
  flex: 0 0 auto
}
.w-text-info {
  margin-right: 84px;
  outline: 0
}
.w .w-text-info {
  pointer-events: all !important;
  width: 100%
}
.w-block__text-info-wrapper p {
  margin-top: 0;
  margin-bottom: 0
}
.w-block__text-info-wrapper p:empty {
  height: 20px
}
.w_block .w-block__text-info-wrapper p {
  margin-top: 0
}
.w-block__text-info-wrapper a {
  font-weight: bold;
  text-decoration: underline;
  color: inherit
}
.w-block__text-info-wrapper b {
  color: black
}
hr.w-text-info-hr {
  margin: 0 84px 20px;
  width: 100%;
  height: 1px
}
.w-text-info--link {
  font-weight: bold;
  text-decoration: underline;
  color: inherit
}
@media (max-width: 732px) {
  .w-block__text-info-wrapper {
    flex-direction: column
  }
  .article-wide .w-block__text-info-wrapper {
    padding: 0 20px
  }
  .w-block__text-info-wrapper::before, .w-block__text-info-wrapper::after {
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }
  .article-wide .w-block__text-info-wrapper::before, .article-wide .w-block__text-info-wrapper::after {
    width: calc(100% - 40px)
  }
  .w-text-info__logo {
    margin-bottom: 20px
  }
  .w-text-info {
    margin-right: 0
  }
}
.w1tv-collect-common .w1tv-collect-item, .w1tv-collect-common .w1tv-collect-item:hover, .w1tv-collect-common .w1tv-collect-item:active, .w1tv-collect-common .w1tv-collect-item-content {
  background-color: #257fc7;
  color: #ffffff
}
.w__block__voting.itv-voting--started .w__block__collection.type-tiles .w_collection_items .card, .w__block__voting.type-tiles.itv-voting--started .collection_items .card {
  height: 440px;
  overflow: visible
}
.itv-voting--started.w__block__voting .card .itv-voting-crown {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  max-width: 100%;
  max-height: 100%
}
.itv-voting--started.w__block__voting .card .itv-voting-votes-img {
  width: auto;
  margin: 0;
  margin-bottom: 10px
}
.itv-voting--started.w__block__voting .card .itv-card-voting-elements {
  display: block;
  visibility: visible;
  bottom: 4px;
  left: 12px;
  right: 12px;
  z-index: 4
}
@media (min-width: 733px) {
  .itv-voting--started.w__block__voting .card .itv-card-voting-elements {
    position: absolute
  }
}
.itv-voting--started.w__block__voting .card.itv-card-voting--winner .itv-voting-crown {
  display: block;
  visibility: visible
}
@media (min-width: 733px) {
  .itv-voting--started.w__block__voting .card .lead {
    opacity: 0;
    transition: opacity 0.2s
  }
  .itv-voting--started.w__block__voting .card .text:hover .lead {
    opacity: 1
  }
}
.itv-voting--started .itv-vote--user-votes-out .itv-voting-button {
  display: none
}
.itv-voting--started .itv-vote--user-selected {
  opacity: 0.7
}
.itv-voting--started .itv-vote--user-selected .itv-voting-button {
  display: none
}
.itv-voting--started .itv-card-voting-votes {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  flex-direction: column
}
.itv-card-voting-elements, .itv-voting-crown {
  display: none;
  visibility: hidden
}
.w_collection_items.itv-voting--closed .itv-voting-button, .collection_items.itv-voting--closed .itv-voting-button {
  display: none
}
.w_collection_items.itv-voting--closed .card, .collection_items.itv-voting--closed .card {
  height: 380px !important
}
.itv-voting-votes-show--after_votes_end .itv-card-voting-votes {
  display: none
}
.itv-voting-votes-show--after_votes_end .itv-vote--user-votes-out .itv-card-voting-votes {
  display: flex
}
@media (min-width: 733px) {
  .w__block__voting.collection-1 .collection_items, .w__block__voting .w__block__collection .w_collection_items, .w__block__voting div[class*='collection-'] .w_collection_items {
    overflow: visible
  }
  .w__block__voting [aria-label][role~="tooltip"]::after {
    width: calc(100% + 4px);
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.4px;
    box-sizing: border-box
  }
  .w__block__voting [role~="tooltip"][data-microtip-position|="bottom"]::after {
    margin-top: 8px
  }
  .w__block__voting [role~="tooltip"][data-microtip-position|="bottom"]::before {
    margin-top: -2px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 12px solid
  }
}
.itv-broadcast-schedule-header, .itv-broadcast-schedule-item-wrapper, .itv-broadcast-schedule-item {
  width: 100%
}
.itv-broadcast-schedule-header {
  background-color: #078ac9
}
.itv-broadcast-schedule-items {
  color: white
}
.itv-broadcast-schedule-header {
  text-decoration: none;
  margin: 0 0 2px 0;
  background-repeat: no-repeat;
  background-position: left center
}
.itv-broadcast-schedule-header-link {
  color: white;
  margin-left: 10px
}
@media (min-width: 733px) {
  .itv-broadcast-schedule-header-link {
    margin-left: 30px
  }
}
.itv-broadcast-schedule-header-link:hover {
  color: white;
  text-decoration: none
}
.itv-broadcast-schedule-header-image {
  width: 60px;
  height: 60px
}
.itv-broadcast-schedule-item {
  margin-bottom: 2px;
  min-height: 120px;
  font-family: "Roboto"
}
.itv-broadcast-schedule-item-info, .itv-broadcast-schedule-item-text {
  background-color: #1267a4;
  margin-right: 2px
}
.itv-broadcast-schedule-item-info {
  width: 144px;
  justify-content: space-between;
  font-weight: bold;
  flex-shrink: 0
}
.itv-broadcast-schedule-item-info-time {
  flex-flow: row nowrap;
  align-items: flex-end;
  margin-top: 10px
}
.itv-broadcast-schedule-item-info-time>span {
  line-height: 16px
}
.itv-broadcast-schedule-item-info-time .tv-icon {
  width: 22px;
  margin-right: 5px
}
.itv-broadcast-schedule-item-info-current-note {
  display: none;
  font-size: 11px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center
}
.itv-broadcast-schedule-item-info-button {
  margin-bottom: 15px;
  padding: 2px 5px;
  font-size: 16px;
  text-decoration: none;
  color: white;
  fill: white;
  backgroun-color: transparent;
  border: 1px solid white;
  border-radius: 2px;
  transition: color 0.3s, background-color 0.3s, fill 0.3s
}
@media (max-width: 732px) {
  .itv-broadcast-schedule-item-info-button {
    font-size: 14px
  }
}
.itv-broadcast-schedule-item-info-button svg {
  fill: white;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 3px;
  fill: inherit
}
@media (max-width: 732px) {
  .itv-broadcast-schedule-item-info-button svg {
    width: 13px;
    height: 13px
  }
}
.itv-broadcast-schedule-item-info-button:hover {
  background-color: white;
  color: #1267a4;
  text-decoration: none;
  fill: #1267a4
}
.itv-broadcast-schedule-item-text {
  width: 100%;
  padding: 15px;
  font-size: 17px;
  line-height: 20px;
  word-break: break-word
}
@media (min-width: 733px) and (max-width: 1599px) {
  .itv-broadcast-schedule-item-text {
    max-width: 460px
  }
}
@media (max-width: 732px) {
  .itv-broadcast-schedule-item-text {
    font-size: 13px
  }
}
.itv-broadcast-schedule-item-commentator {
  margin-top: 10px
}
.itv-broadcast-schedule-item-commentator-icon {
  width: 15px;
  height: 20px;
  fill: white;
  margin-right: 10px
}
.itv-broadcast-schedule-item-commentator-text {
  font-size: 17px;
  line-height: 20px;
  font-weight: bold
}
.itv-broadcast-schedule-item-commentator-link {
  color: white;
  text-decoration: underline
}
.itv-broadcast-schedule-item-commentator-link:hover {
  color: inherit;
  text-decoration: none
}
.itv-broadcast-schedule-item-flags {
  width: 40px;
  flex-shrink: 0
}
.itv-broadcast-schedule-item-flag {
  width: 40px;
  height: 40px;
  position: relative
}
.itv-broadcast-schedule-item-flag+.itv-broadcast-schedule-item-flag {
  margin-top: 2px
}
.itv-broadcast-schedule-item-flag-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0b437f;
  opacity: 0.5
}
.itv-broadcast-schedule-item-flag:hover .itv-broadcast-schedule-item-flag-background {
  background-color: #0f5995
}
.itv-broadcast-schedule-item-flag-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}
.itv-broadcast-schedule-item-flag--medal .itv-broadcast-schedule-item-flag-icon::before, .itv-broadcast-schedule-item-flag--medal .itv-broadcast-schedule-item-flag-icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%
}
.itv-broadcast-schedule-item-flag--medal .itv-broadcast-schedule-item-flag-icon::before {
  width: 18px;
  height: 18px;
  background-color: white;
  box-shadow: 0 0 5px 0 black
}
.itv-broadcast-schedule-item-flag--medal .itv-broadcast-schedule-item-flag-icon::after {
  width: 14px;
  height: 14px;
  background-color: #edba07
}
.itv-broadcast-schedule-item-flag--flag .itv-broadcast-schedule-item-flag-icon {
  background-image: url("");
  background-repeat: no-repeat;
  background-position: center center
}
.itv-broadcast-schedule-item-wrapper+.itv-broadcast-schedule-header {
  margin-top: 40px
}
.itv-broadcast-schedule-item-flag-note {
  position: absolute;
  pointer-events: none;
  color: white;
  background-color: #1d95e4;
  line-height: 30px;
  margin-top: 5px;
  padding: 0 10px;
  left: 50px;
  white-space: pre;
  transition: opacity 0.2s;
  opacity: 0;
  z-index: 99;
  border-radius: 2px
}
@media (max-width: 732px) {
  .itv-broadcast-schedule-item-flag-note {
    left: auto;
    right: 40px;
    margin-top: 0
  }
}
.itv-broadcast-schedule-item-flag-note::before {
  content: "";
  display: block;
  position: absolute;
  left: -7px;
  top: 8px;
  bottom: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 7px 6px 0;
  border-color: transparent #1d94e4 transparent transparent
}
@media (max-width: 732px) {
  .itv-broadcast-schedule-item-flag-note::before {
    left: auto;
    right: -7px;
    transform: rotate(180deg)
  }
}
.itv-broadcast-schedule-item-flag:hover .itv-broadcast-schedule-item-flag-note {
  opacity: 1
}
.itv-broadcast-schedule-item {
  margin-bottom: 2px;
  min-height: 120px;
  font-family: "Roboto"
}
.itv-broadcast-schedule-item.past .itv-broadcast-schedule-item-text, .itv-broadcast-schedule-item.past .itv-broadcast-schedule-item-info, .itv-broadcast-schedule-item.past .itv-broadcast-schedule-item-flag-icon {
  opacity: 0.5
}
.itv-broadcast-schedule-item.past .itv-broadcast-schedule-item-flag-background {
  opacity: 0.3
}
.itv-broadcast-schedule-item.current .itv-broadcast-schedule-item-info-current-note {
  display: block
}
.itv-broadcast-schedule-item.current .itv-broadcast-schedule-item-info {
  background-color: white;
  color: #1166a4
}
.itv-broadcast-schedule-item.current .itv-broadcast-schedule-item-info .tv-icon path {
  fill: #1166a4
}
.itv-broadcast-schedule-item.current .itv-broadcast-schedule-item-info-button {
  color: #1267a4;
  border-color: #1267a4;
  fill: #1267a4
}
.itv-broadcast-schedule-item.current .itv-broadcast-schedule-item-info-button:hover {
  background-color: #1267a4;
  color: white;
  border-color: white;
  fill: white
}
@media (max-width: 732px) {
  .itv-broadcast-schedule-item-text {
    max-width: 100%
  }
}
@media (min-width: 1600px) {
  .itv-broadcast-schedule-items {
    width: 100%
  }
}
.itv-broadcast-schedule {
  position: relative;
  z-index: 1
}
.itv-broadcast-schedule-date-text {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%
}
.itv-broadcast-schedule-bg {
  background-color: #062e69;
  background: linear-gradient(to bottom, #011b4e 0%, #062e69 200px, #062e69 100%);
  padding-bottom: 50px
}
.itv-broadcast-schedule-bg .itv-broadcast-schedule-header-link {
  height: 60px
}
.itv-broadcast-schedule-bg .itv-broadcast-schedule-top {
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  color: white
}
.itv-broadcast-schedule-bg .itv-date__text {
  margin: 0 24px;
  flex-grow: 1;
  font-size: 32px;
  align-self: center;
  text-align: center
}
@media (max-width: 732px) {
  .itv-broadcast-schedule-bg .itv-date__text {
    font-size: 21px
  }
}
.itv-broadcast-schedule-bg .arrow {
  flex-grow: 0;
  height: 50px;
  width: 50px
}
.itv-broadcast-schedule-bg .arrow.disabled {
  opacity: 0.5;
  pointer-events: none
}
.itv-broadcast-schedule-bg .arrow-icon {
  width: 30px;
  height: 30px
}
.itv-broadcast-schedule-calendar {
  font-family: "Roboto";
  border: 1px solid #58a6dd;
  max-width: 312px;
  margin: 0 auto 20px
}
.itv-broadcast-schedule-calendar .calendar .pika-single {
  height: auto
}
.itv-broadcast-schedule-calendar .itv-theme td:not(.is-disabled) .pika-button {
  font-weight: bold;
  border: 1px solid white !important
}
.itv-broadcast-schedule-calendar .itv-theme .pika-table td .pika-button {
  border-color: #074880 !important
}
.itv-broadcast-schedule-calendar .itv-theme .pika-table td:nth-child(n+6) .pika-button {
  border-color: #4e3d6b !important
}
.itv-broadcast-schedule-calendar .itv-theme .pika-table td.is-selected .pika-button {
  background-color: white;
  color: #062e68
}
.itv-broadcast-schedule-calendar .itv-theme .pika-table td:hover .pika-button {
  background-color: #1267a4;
  color: #062e68
}
.itv-broadcast-schedule-calendar .itv-theme .pika-table td:hover:nth-child(n+6) .pika-button {
  background-color: #f36583;
  color: #062e68
}
.itv-broadcast-schedule-calendar .pika-title .pika-label {
  width: auto;
  margin-top: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  font-size: 18px;
  color: #58a6dd;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center
}
.itv-broadcast-schedule-calendar .pika-title .pika-label:after {
  display: none
}
.itv-broadcast-schedule-calendar .pika-title .pika-prev, .itv-broadcast-schedule-calendar .pika-title .pika-next {
  height: 20px
}
.itv-broadcast-schedule-calendar .pika-title .pika-prev:hover, .itv-broadcast-schedule-calendar .pika-title .pika-next:hover {
  background-color: transparent
}
.itv-broadcast-schedule-calendar .pika-title .pika-prev.is-disabled, .itv-broadcast-schedule-calendar .pika-title .pika-next.is-disabled {
  opacity: 0.3
}
.itv-broadcast-schedule-calendar .pika-single {
  border: none
}
.itv-broadcast-schedule-calendar .pika-broadcast-title {
  margin-top: 15px;
  text-align: center;
  font-size: 15px;
  color: #58a6dd
}
.itv-broadcast-schedule-calendar .pika-broadcast-month {
  margin-top: 20px;
  font-size: 18px;
  color: #58a6dd;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center
}
@media (max-width: 732px) {
  .itv-broadcast-schedule-bg .itv-date__text {
    margin: 0 10px
  }
  .itv-broadcast-schedule-bg .arrow-left, .itv-broadcast-schedule-bg .arrow-right {
    flex-shrink: 0;
    width: 40px
  }
  .itv-broadcast-schedule .itv-broadcast-schedule-container {
    flex-wrap: wrap
  }
  .itv-broadcast-schedule .itv-broadcast-schedule-items {
    order: 2;
    margin-left: 0;
    margin-right: 0
  }
  .itv-broadcast-schedule .itv-broadcast-schedule-item-info {
    width: 110px
  }
  .itv-broadcast-schedule .itv-broadcast-schedule-item-flags {
    width: 30px
  }
  .itv-broadcast-schedule .itv-broadcast-schedule-item-flag {
    width: 30px;
    height: 30px
  }
  .itv-broadcast-schedule-calendar {
    margin-top: 20px
  }
}
@media (min-width: 733px) {
  .itv-index-recommended {
    background-color: #edf1f6
  }
}
.itv-index-recommended .button-wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1024px
}
@media (min-width: 1600px) {
  .itv-index-recommended .button-wrapper {
    max-width: 1360px
  }
}
.itv-index-recommended-load {
  margin-top: 18px;
  font-size: 18px;
  max-height: 40px;
  margin-bottom: 0 !important
}
.itv-index-header {
  margin-top: 0;
  padding: 36px 20px 0;
  text-align: center;
  font-size: 26px;
  line-height: 30px;
  color: #00162e;
  font-weight: normal;
  letter-spacing: 0.2px;
  word-wrap: break-word
}
.itv-index-collection {
  max-width: 100%;
  width: 1024px;
  margin: 12px auto 0
}
.itv-index-collection__cards {
  max-width: 100%;
  width: 1024px;
  margin: 12px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}
.itv-index-card, .w .grid .w_content .type-mosaic .card {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  text-align: left
}
@media (max-width: 732px) {
  .itv-index-card, .w .grid .w_content .type-mosaic .card {
    margin-bottom: 0;
    padding-bottom: 60px
  }
}
.itv-index-card:hover a, .w .grid .w_content .type-mosaic .card:hover a {
  text-decoration: none
}
.itv-index-card .itv-index-card__header, .w .grid .w_content .type-mosaic .card .itv-index-card__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  overflow: hidden;
  z-index: 2
}
.itv-index-card .itv-index-card__header::before, .w .grid .w_content .type-mosaic .card .itv-index-card__header::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  box-shadow: 0px -20px 70px 60px rgba(0, 0, 0, 0.65)
}
.itv-index-card-promo {
  position: relative;
  display: block;
  width: 312px;
  margin: 12px
}
@media (max-width: 732px) {
  .itv-index-card-promo {
    margin-bottom: 42px
  }
  .itv-index-card-promo .titleicon {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    vertical-align: top;
    width: 20px;
    height: 20px;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url("../images/playicon-blue-4a640670c99f2caa7371a795dc13e933ac25855a53c62c494914525ffd78a9e1.svg")
  }
}
.itv-icon-views {
  width: 17px;
  height: 10px;
  margin-right: 5px
}
.itv-index-recommended .itv-index-card .views {
  position: absolute;
  top: 15px;
  left: 20px;
  fill: white;
  color: white;
  line-height: 18px;
  z-index: 2
}
.itv-index-card .stats {
  position: absolute;
  top: 0;
  left: 0
}
.itv-index-card .stats>* {
  margin-right: 20px;
  line-height: 18px
}
.itv-index-card .itv-icon-play {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 10px;
  z-index: 2
}
.itv-index-card__photo {
  width: 100%;
  overflow: hidden;
  line-height: 0
}
.itv-index-card__img, .w .grid .w_content .type-mosaic .card img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 700ms, -webkit-filter 300ms;
  transition: transform 700ms, filter 300ms;
  transition: transform 700ms, filter 300ms, -webkit-filter 300ms
}
.itv-index-card__footer, .w .grid .w_content .type-mosaic .card .text {
  width: 100%;
  padding: 10px 20px 0;
  transition: all 200ms;
  z-index: 3
}
.itv-index-card__title, .w .grid .w_content .type-mosaic .card .text .title {
  margin: 0 0 10px 0;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #0757a8
}
.itv-index-card__text, .w .grid .w_content .type-mosaic .card .text .lead {
  font-size: 15px;
  line-height: 20px;
  color: black
}
@media (max-width: 732px) {
  .itv-index-card.itv-index-card__with-label .card__label {
    bottom: auto;
    top: 0
  }
  .itv-index-card.itv-index-card__with-label .itv-index-card__header {
    top: 30px
  }
}
@media (min-width: 733px) {
  .itv-index-recommended {
    margin-top: 45px
  }
}
@media (min-width: 733px) and (max-width: 1599px) {
  .itv-index-recommended {
    min-width: 1024px
  }
  .itv-index-card {
    margin: 12px
  }
  .itv-index-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    box-shadow: 0 0 50px 45px #0d1f32;
    z-index: 3
  }
  .itv-index-card.itv-index-card__with-label::after {
    bottom: 10px
  }
  .itv-index-card:hover {
    text-decoration: none;
    color: white
  }
  .itv-index-card:hover .itv-index-card__img {
    transform: scale(1.17)
  }
  .itv-index-card .itv-index-card__footer, .itv-index-card .text {
    position: absolute
  }
  .itv-index-card .itv-index-card__footer:hover, .itv-index-card .text:hover {
    padding-top: 40px
  }
  .itv-index-card:nth-child(12n+1), .itv-index-card:nth-child(12n+2) {
    width: 480px;
    height: 271px
  }
  .itv-index-card:nth-child(12n+1)::after, .itv-index-card:nth-child(12n+2)::after {
    content: none
  }
  .itv-index-card:nth-child(12n+1) .itv-index-card__footer.with_splash_heading .itv-index-card__text, .itv-index-card:nth-child(12n+2) .itv-index-card__footer.with_splash_heading .itv-index-card__text {
    max-height: 500px !important
  }
  .itv-index-card:nth-child(12n+1):not(:hover) .itv-index-card__footer.with_splash_heading, .itv-index-card:nth-child(12n+2):not(:hover) .itv-index-card__footer.with_splash_heading {
    bottom: -100%
  }
  .itv-index-card:nth-child(12n+1):hover .itv-index-card__footer.with_splash_heading, .itv-index-card:nth-child(12n+2):hover .itv-index-card__footer.with_splash_heading {
    bottom: 0;
    top: auto;
    height: auto;
    min-height: 100%;
    color: white;
    background-color: rgba(13, 31, 50, 0.9);
    padding-top: 30px
  }
  .itv-index-card:nth-child(12n+1) .itv-index-card__footer, .itv-index-card:nth-child(12n+1) .text, .itv-index-card:nth-child(12n+2) .itv-index-card__footer, .itv-index-card:nth-child(12n+2) .text {
    top: auto;
    bottom: 0;
    min-height: 10px;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(13, 31, 50, 0) 0%, rgba(13, 31, 50, 0.9) 100%);
    transition: min-height 300ms linear, background-color 300ms linear, top 300ms linear, bottom 300ms linear, padding 300ms linear
  }
  .itv-index-card:nth-child(12n+1) .itv-index-card__footer.itv-index-card__with-label, .itv-index-card:nth-child(12n+1) .text.itv-index-card__with-label, .itv-index-card:nth-child(12n+2) .itv-index-card__footer.itv-index-card__with-label, .itv-index-card:nth-child(12n+2) .text.itv-index-card__with-label {
    padding-bottom: 20px
  }
  .itv-index-card:nth-child(12n+1) .itv-index-card__footer:hover, .itv-index-card:nth-child(12n+1) .text:hover, .itv-index-card:nth-child(12n+2) .itv-index-card__footer:hover, .itv-index-card:nth-child(12n+2) .text:hover {
    top: auto;
    height: auto;
    min-height: 100%;
    color: white;
    background-color: rgba(13, 31, 50, 0.9)
  }
  .itv-index-card:nth-child(12n+1) .itv-index-card__footer:hover .itv-index-card__text, .itv-index-card:nth-child(12n+1) .text:hover .itv-index-card__text, .itv-index-card:nth-child(12n+2) .itv-index-card__footer:hover .itv-index-card__text, .itv-index-card:nth-child(12n+2) .text:hover .itv-index-card__text {
    max-height: 500px;
    transition: all 300ms linear 150ms;
    transition-delay: 150ms
  }
  .itv-index-card:nth-child(12n+1) .itv-index-card__footer .itv-index-card__text, .itv-index-card:nth-child(12n+1) .itv-index-card__footer .lead, .itv-index-card:nth-child(12n+1) .text .itv-index-card__text, .itv-index-card:nth-child(12n+1) .text .lead, .itv-index-card:nth-child(12n+2) .itv-index-card__footer .itv-index-card__text, .itv-index-card:nth-child(12n+2) .itv-index-card__footer .lead, .itv-index-card:nth-child(12n+2) .text .itv-index-card__text, .itv-index-card:nth-child(12n+2) .text .lead {
    max-height: 0;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    transition: all 100ms linear 0ms;
    transition-delay: 0ms;
    overflow: hidden
  }
  .itv-index-card:nth-child(12n+1) .itv-index-card__title, .itv-index-card:nth-child(12n+1) .text .title, .itv-index-card:nth-child(12n+2) .itv-index-card__title, .itv-index-card:nth-child(12n+2) .text .title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 20px;
    color: white;
    position: relative;
    z-index: 2
  }
  .itv-index-card:nth-child(12n+1) .itv-index-card__text, .itv-index-card:nth-child(12n+1) .text .lead, .itv-index-card:nth-child(12n+2) .itv-index-card__text, .itv-index-card:nth-child(12n+2) .text .lead {
    color: white;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    z-index: 2
  }
  .itv-index-card:nth-child(12n+3) {
    width: 312px;
    height: 365px;
    color: white;
    background-color: #0d1f32
  }
  .itv-index-card:nth-child(12n+3) .itv-index-card__footer, .itv-index-card:nth-child(12n+3) .text {
    position: absolute;
    top: 176px;
    background-color: #0d1f32
  }
  .itv-index-card:nth-child(12n+3) .itv-index-card__footer.itv-index-card__with-label, .itv-index-card:nth-child(12n+3) .text.itv-index-card__with-label {
    top: 156px
  }
  .itv-index-card:nth-child(12n+3) .itv-index-card__footer:hover, .itv-index-card:nth-child(12n+3) .text:hover {
    height: 100%;
    top: 0;
    padding-top: 10px
  }
  .itv-index-card:nth-child(12n+3) .itv-index-card__title, .itv-index-card:nth-child(12n+3) .text .title {
    margin-bottom: 7px;
    font-size: 20px;
    line-height: 25px;
    color: white
  }
  .itv-index-card:nth-child(12n+3) .itv-index-card__text, .itv-index-card:nth-child(12n+3) .text .lead {
    font-size: 16px;
    line-height: 20px;
    color: white
  }
  .itv-index-card:nth-child(12n+3) .card__label_external_embed {
    font-size: 12px
  }
  .itv-index-card:nth-child(12n+4) {
    width: 648px;
    height: 365px
  }
  .itv-index-card:nth-child(12n+4)::after {
    content: none
  }
  .itv-index-card:nth-child(12n+4) .itv-index-card__footer.with_splash_heading .itv-index-card__text {
    max-height: 500px !important
  }
  .itv-index-card:nth-child(12n+4):not(:hover) .itv-index-card__footer.with_splash_heading {
    bottom: -100%
  }
  .itv-index-card:nth-child(12n+4):hover .itv-index-card__footer.with_splash_heading {
    bottom: 0;
    top: auto;
    height: auto;
    min-height: 100%;
    color: white;
    background-color: rgba(13, 31, 50, 0.9);
    padding-top: 30px
  }
  .itv-index-card:nth-child(12n+4) .itv-index-card__footer, .itv-index-card:nth-child(12n+4) .text {
    top: auto;
    bottom: 0;
    min-height: 10px;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(13, 31, 50, 0) 0%, rgba(13, 31, 50, 0.9) 100%);
    transition: min-height 300ms linear, background-color 300ms linear, top 300ms linear, bottom 300ms linear, padding 300ms linear
  }
  .itv-index-card:nth-child(12n+4) .itv-index-card__footer.itv-index-card__with-label, .itv-index-card:nth-child(12n+4) .text.itv-index-card__with-label {
    padding-bottom: 20px
  }
  .itv-index-card:nth-child(12n+4) .itv-index-card__footer:hover, .itv-index-card:nth-child(12n+4) .text:hover {
    top: auto;
    height: auto;
    min-height: 100%;
    color: white;
    background-color: rgba(13, 31, 50, 0.9)
  }
  .itv-index-card:nth-child(12n+4) .itv-index-card__footer:hover .itv-index-card__text, .itv-index-card:nth-child(12n+4) .text:hover .itv-index-card__text {
    max-height: 500px;
    transition: all 300ms linear 150ms;
    transition-delay: 150ms
  }
  .itv-index-card:nth-child(12n+4) .itv-index-card__footer .itv-index-card__text, .itv-index-card:nth-child(12n+4) .itv-index-card__footer .lead, .itv-index-card:nth-child(12n+4) .text .itv-index-card__text, .itv-index-card:nth-child(12n+4) .text .lead {
    max-height: 0;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    transition: all 100ms linear 0ms;
    transition-delay: 0ms;
    overflow: hidden
  }
  .itv-index-card:nth-child(12n+4) .itv-index-card__footer.itv-index-card__with-label, .itv-index-card:nth-child(12n+4) .text.itv-index-card__with-label {
    padding-bottom: 30px
  }
  .itv-index-card:nth-child(12n+4) .itv-index-card__title, .itv-index-card:nth-child(12n+4) .text .title {
    font-size: 26px;
    line-height: 30px;
    color: white;
    position: relative;
    z-index: 2
  }
  .itv-index-card:nth-child(12n+4) .itv-index-card__text, .itv-index-card:nth-child(12n+4) .text .lead {
    font-size: 18px;
    line-height: 22px;
    color: white;
    position: relative;
    z-index: 2
  }
  .itv-index-card:nth-child(12n+5), .itv-index-card:nth-child(12n+6), .itv-index-card:nth-child(12n+7), .itv-index-card:nth-child(12n+10), .itv-index-card:nth-child(12n+11), .itv-index-card:nth-child(12n+12) {
    width: 312px;
    height: 270px;
    background-color: white
  }
  .itv-index-card:nth-child(12n+5)::after, .itv-index-card:nth-child(12n+6)::after, .itv-index-card:nth-child(12n+7)::after, .itv-index-card:nth-child(12n+10)::after, .itv-index-card:nth-child(12n+11)::after, .itv-index-card:nth-child(12n+12)::after {
    box-shadow: 0 0 25px 25px #FFF
  }
  .itv-index-card:nth-child(12n+5):hover .itv-index-card__text, .itv-index-card:nth-child(12n+6):hover .itv-index-card__text, .itv-index-card:nth-child(12n+7):hover .itv-index-card__text, .itv-index-card:nth-child(12n+10):hover .itv-index-card__text, .itv-index-card:nth-child(12n+11):hover .itv-index-card__text, .itv-index-card:nth-child(12n+12):hover .itv-index-card__text {
    display: block
  }
  .itv-index-card:nth-child(12n+5) .itv-index-card__header, .itv-index-card:nth-child(12n+6) .itv-index-card__header, .itv-index-card:nth-child(12n+7) .itv-index-card__header, .itv-index-card:nth-child(12n+10) .itv-index-card__header, .itv-index-card:nth-child(12n+11) .itv-index-card__header, .itv-index-card:nth-child(12n+12) .itv-index-card__header {
    top: 10px;
    left: 10px;
    right: 10px
  }
  .itv-index-card:nth-child(12n+5) .itv-index-card__footer:hover, .itv-index-card:nth-child(12n+6) .itv-index-card__footer:hover, .itv-index-card:nth-child(12n+7) .itv-index-card__footer:hover, .itv-index-card:nth-child(12n+10) .itv-index-card__footer:hover, .itv-index-card:nth-child(12n+11) .itv-index-card__footer:hover, .itv-index-card:nth-child(12n+12) .itv-index-card__footer:hover {
    top: 0 !important;
    height: 100%;
    width: 100%;
    padding-top: 10px
  }
  .itv-index-card:nth-child(12n+5) .itv-index-card__footer:hover .itv-index-card__text, .itv-index-card:nth-child(12n+6) .itv-index-card__footer:hover .itv-index-card__text, .itv-index-card:nth-child(12n+7) .itv-index-card__footer:hover .itv-index-card__text, .itv-index-card:nth-child(12n+10) .itv-index-card__footer:hover .itv-index-card__text, .itv-index-card:nth-child(12n+11) .itv-index-card__footer:hover .itv-index-card__text, .itv-index-card:nth-child(12n+12) .itv-index-card__footer:hover .itv-index-card__text {
    opacity: 1
  }
  .itv-index-card:nth-child(12n+5) .itv-index-card__photo, .itv-index-card:nth-child(12n+6) .itv-index-card__photo, .itv-index-card:nth-child(12n+7) .itv-index-card__photo, .itv-index-card:nth-child(12n+10) .itv-index-card__photo, .itv-index-card:nth-child(12n+11) .itv-index-card__photo, .itv-index-card:nth-child(12n+12) .itv-index-card__photo {
    border: 10px solid white
  }
  .itv-index-card:nth-child(12n+5) .itv-index-card__footer, .itv-index-card:nth-child(12n+5) .text, .itv-index-card:nth-child(12n+6) .itv-index-card__footer, .itv-index-card:nth-child(12n+6) .text, .itv-index-card:nth-child(12n+7) .itv-index-card__footer, .itv-index-card:nth-child(12n+7) .text, .itv-index-card:nth-child(12n+10) .itv-index-card__footer, .itv-index-card:nth-child(12n+10) .text, .itv-index-card:nth-child(12n+11) .itv-index-card__footer, .itv-index-card:nth-child(12n+11) .text, .itv-index-card:nth-child(12n+12) .itv-index-card__footer, .itv-index-card:nth-child(12n+12) .text {
    position: absolute;
    top: 176px;
    background-color: white;
    color: #03396f;
    padding: 5px 10px 100%
  }
  .itv-index-card:nth-child(12n+5) .itv-index-card__footer.itv-index-card__with-label, .itv-index-card:nth-child(12n+5) .text.itv-index-card__with-label, .itv-index-card:nth-child(12n+6) .itv-index-card__footer.itv-index-card__with-label, .itv-index-card:nth-child(12n+6) .text.itv-index-card__with-label, .itv-index-card:nth-child(12n+7) .itv-index-card__footer.itv-index-card__with-label, .itv-index-card:nth-child(12n+7) .text.itv-index-card__with-label, .itv-index-card:nth-child(12n+10) .itv-index-card__footer.itv-index-card__with-label, .itv-index-card:nth-child(12n+10) .text.itv-index-card__with-label, .itv-index-card:nth-child(12n+11) .itv-index-card__footer.itv-index-card__with-label, .itv-index-card:nth-child(12n+11) .text.itv-index-card__with-label, .itv-index-card:nth-child(12n+12) .itv-index-card__footer.itv-index-card__with-label, .itv-index-card:nth-child(12n+12) .text.itv-index-card__with-label {
    top: 156px
  }
  .itv-index-card:nth-child(12n+5) .itv-index-card__title, .itv-index-card:nth-child(12n+5) .text .title, .itv-index-card:nth-child(12n+6) .itv-index-card__title, .itv-index-card:nth-child(12n+6) .text .title, .itv-index-card:nth-child(12n+7) .itv-index-card__title, .itv-index-card:nth-child(12n+7) .text .title, .itv-index-card:nth-child(12n+10) .itv-index-card__title, .itv-index-card:nth-child(12n+10) .text .title, .itv-index-card:nth-child(12n+11) .itv-index-card__title, .itv-index-card:nth-child(12n+11) .text .title, .itv-index-card:nth-child(12n+12) .itv-index-card__title, .itv-index-card:nth-child(12n+12) .text .title {
    color: #03396f
  }
  .itv-index-card:nth-child(12n+5) .itv-index-card__text, .itv-index-card:nth-child(12n+5) .text .lead, .itv-index-card:nth-child(12n+6) .itv-index-card__text, .itv-index-card:nth-child(12n+6) .text .lead, .itv-index-card:nth-child(12n+7) .itv-index-card__text, .itv-index-card:nth-child(12n+7) .text .lead, .itv-index-card:nth-child(12n+10) .itv-index-card__text, .itv-index-card:nth-child(12n+10) .text .lead, .itv-index-card:nth-child(12n+11) .itv-index-card__text, .itv-index-card:nth-child(12n+11) .text .lead, .itv-index-card:nth-child(12n+12) .itv-index-card__text, .itv-index-card:nth-child(12n+12) .text .lead {
    color: black;
    opacity: 0;
    transition: opacity 300ms
  }
  .itv-index-card:nth-child(12n+5) .card__label_external_embed, .itv-index-card:nth-child(12n+6) .card__label_external_embed, .itv-index-card:nth-child(12n+7) .card__label_external_embed, .itv-index-card:nth-child(12n+10) .card__label_external_embed, .itv-index-card:nth-child(12n+11) .card__label_external_embed, .itv-index-card:nth-child(12n+12) .card__label_external_embed {
    font-size: 12px
  }
  .itv-index-card:nth-child(12n+8), .itv-index-card:nth-child(12n+9) {
    width: 480px;
    height: 271px
  }
  .itv-index-card:nth-child(12n+8)::after, .itv-index-card:nth-child(12n+9)::after {
    content: none
  }
  .itv-index-card:nth-child(12n+8) .itv-index-card__footer.with_splash_heading .itv-index-card__text, .itv-index-card:nth-child(12n+9) .itv-index-card__footer.with_splash_heading .itv-index-card__text {
    max-height: 500px !important
  }
  .itv-index-card:nth-child(12n+8):not(:hover) .itv-index-card__footer.with_splash_heading, .itv-index-card:nth-child(12n+9):not(:hover) .itv-index-card__footer.with_splash_heading {
    bottom: -100%
  }
  .itv-index-card:nth-child(12n+8):hover .itv-index-card__footer.with_splash_heading, .itv-index-card:nth-child(12n+9):hover .itv-index-card__footer.with_splash_heading {
    bottom: 0;
    top: auto;
    height: auto;
    min-height: 100%;
    color: white;
    background-color: rgba(13, 31, 50, 0.9);
    padding-top: 30px
  }
  .itv-index-card:nth-child(12n+8) .itv-index-card__footer, .itv-index-card:nth-child(12n+8) .text, .itv-index-card:nth-child(12n+9) .itv-index-card__footer, .itv-index-card:nth-child(12n+9) .text {
    top: auto;
    bottom: 0;
    min-height: 10px;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(13, 31, 50, 0) 0%, rgba(13, 31, 50, 0.9) 100%);
    transition: min-height 300ms linear, background-color 300ms linear, top 300ms linear, bottom 300ms linear, padding 300ms linear
  }
  .itv-index-card:nth-child(12n+8) .itv-index-card__footer.itv-index-card__with-label, .itv-index-card:nth-child(12n+8) .text.itv-index-card__with-label, .itv-index-card:nth-child(12n+9) .itv-index-card__footer.itv-index-card__with-label, .itv-index-card:nth-child(12n+9) .text.itv-index-card__with-label {
    padding-bottom: 20px
  }
  .itv-index-card:nth-child(12n+8) .itv-index-card__footer:hover, .itv-index-card:nth-child(12n+8) .text:hover, .itv-index-card:nth-child(12n+9) .itv-index-card__footer:hover, .itv-index-card:nth-child(12n+9) .text:hover {
    top: auto;
    height: auto;
    min-height: 100%;
    color: white;
    background-color: rgba(13, 31, 50, 0.9)
  }
  .itv-index-card:nth-child(12n+8) .itv-index-card__footer:hover .itv-index-card__text, .itv-index-card:nth-child(12n+8) .text:hover .itv-index-card__text, .itv-index-card:nth-child(12n+9) .itv-index-card__footer:hover .itv-index-card__text, .itv-index-card:nth-child(12n+9) .text:hover .itv-index-card__text {
    max-height: 500px;
    transition: all 300ms linear 150ms;
    transition-delay: 150ms
  }
  .itv-index-card:nth-child(12n+8) .itv-index-card__footer .itv-index-card__text, .itv-index-card:nth-child(12n+8) .itv-index-card__footer .lead, .itv-index-card:nth-child(12n+8) .text .itv-index-card__text, .itv-index-card:nth-child(12n+8) .text .lead, .itv-index-card:nth-child(12n+9) .itv-index-card__footer .itv-index-card__text, .itv-index-card:nth-child(12n+9) .itv-index-card__footer .lead, .itv-index-card:nth-child(12n+9) .text .itv-index-card__text, .itv-index-card:nth-child(12n+9) .text .lead {
    max-height: 0;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    transition: all 100ms linear 0ms;
    transition-delay: 0ms;
    overflow: hidden
  }
  .itv-index-card:nth-child(12n+8) .itv-index-card__title, .itv-index-card:nth-child(12n+8) .text .title, .itv-index-card:nth-child(12n+9) .itv-index-card__title, .itv-index-card:nth-child(12n+9) .text .title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 20px;
    color: white;
    position: relative;
    z-index: 2
  }
  .itv-index-card:nth-child(12n+8) .itv-index-card__text, .itv-index-card:nth-child(12n+8) .text .lead, .itv-index-card:nth-child(12n+9) .itv-index-card__text, .itv-index-card:nth-child(12n+9) .text .lead {
    color: white;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    z-index: 2
  }
  .collection-item__card:nth-child(12n+1) .itv-index-card__footer, .collection-item__card:nth-child(12n+2) .itv-index-card__footer, .collection-item__card:nth-child(12n+4) .itv-index-card__footer, .collection-item__card:nth-child(12n+8) .itv-index-card__footer, .collection-item__card:nth-child(12n+9) .itv-index-card__footer {
    background-image: none !important;
    padding-top: 0
  }
  .collection-item__card:nth-child(12n+1) .itv-index-card__footer:before, .collection-item__card:nth-child(12n+2) .itv-index-card__footer:before, .collection-item__card:nth-child(12n+4) .itv-index-card__footer:before, .collection-item__card:nth-child(12n+8) .itv-index-card__footer:before, .collection-item__card:nth-child(12n+9) .itv-index-card__footer:before {
    content: "";
    display: block;
    background: #0d1f32;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.9
  }
  .collection-item__card:nth-child(12n+1) .itv-index-card__footer:hover, .collection-item__card:nth-child(12n+2) .itv-index-card__footer:hover, .collection-item__card:nth-child(12n+4) .itv-index-card__footer:hover, .collection-item__card:nth-child(12n+8) .itv-index-card__footer:hover, .collection-item__card:nth-child(12n+9) .itv-index-card__footer:hover {
    padding-top: 30px
  }
  .collection-item__card:nth-child(12n+1) .itv-index-card__footer .itv-index-card__title, .collection-item__card:nth-child(12n+2) .itv-index-card__footer .itv-index-card__title, .collection-item__card:nth-child(12n+4) .itv-index-card__footer .itv-index-card__title, .collection-item__card:nth-child(12n+8) .itv-index-card__footer .itv-index-card__title, .collection-item__card:nth-child(12n+9) .itv-index-card__footer .itv-index-card__title {
    margin-top: 0
  }
  .collection-item__card:nth-child(12n+1) .itv-index-card__footer .itv-index-card__title:before, .collection-item__card:nth-child(12n+2) .itv-index-card__footer .itv-index-card__title:before, .collection-item__card:nth-child(12n+4) .itv-index-card__footer .itv-index-card__title:before, .collection-item__card:nth-child(12n+8) .itv-index-card__footer .itv-index-card__title:before, .collection-item__card:nth-child(12n+9) .itv-index-card__footer .itv-index-card__title:before {
    content: "";
    display: block;
    background-image: linear-gradient(to top, #0d1f32 0%, transparent 100%);
    width: calc(100% + 40px);
    position: absolute;
    left: -20px;
    opacity: 0.9
  }
  .collection-item__card:nth-child(12n+1) .itv-index-card__footer .itv-index-card__title:before, .collection-item__card:nth-child(12n+2) .itv-index-card__footer .itv-index-card__title:before, .collection-item__card:nth-child(12n+8) .itv-index-card__footer .itv-index-card__title:before, .collection-item__card:nth-child(12n+9) .itv-index-card__footer .itv-index-card__title:before {
    height: 50px;
    top: -50px
  }
  .collection-item__card:nth-child(12n+4) .itv-index-card__footer .itv-index-card__title:before {
    height: 80px;
    top: -80px
  }
}
@media (min-width: 1600px) {
  .itv-index-recommended {
    min-width: 1360px
  }
  .itv-index-collection__cards {
    width: 1360px
  }
  .itv-index-card {
    margin: 12px
  }
  .itv-index-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    box-shadow: 0 0 50px 45px #0d1f32;
    z-index: 3
  }
  .itv-index-card.itv-index-card__with-label::after {
    bottom: 10px
  }
  .itv-index-card:hover {
    text-decoration: none;
    color: white
  }
  .itv-index-card:hover .itv-index-card__img {
    transform: scale(1.17)
  }
  .itv-index-card .itv-index-card__footer, .itv-index-card .text {
    position: absolute
  }
  .itv-index-card .itv-index-card__footer:hover, .itv-index-card .text:hover {
    padding-top: 40px
  }
  .itv-index-card:nth-child(12n+1), .itv-index-card:nth-child(12n+2) {
    width: 648px;
    height: 365px
  }
  .itv-index-card:nth-child(12n+1)::after, .itv-index-card:nth-child(12n+2)::after {
    content: none
  }
  .itv-index-card:nth-child(12n+1) .itv-index-card__footer.with_splash_heading .itv-index-card__text, .itv-index-card:nth-child(12n+2) .itv-index-card__footer.with_splash_heading .itv-index-card__text {
    max-height: 500px !important
  }
  .itv-index-card:nth-child(12n+1):not(:hover) .itv-index-card__footer.with_splash_heading, .itv-index-card:nth-child(12n+2):not(:hover) .itv-index-card__footer.with_splash_heading {
    bottom: -100%
  }
  .itv-index-card:nth-child(12n+1):hover .itv-index-card__footer.with_splash_heading, .itv-index-card:nth-child(12n+2):hover .itv-index-card__footer.with_splash_heading {
    bottom: 0;
    top: auto;
    height: auto;
    min-height: 100%;
    color: white;
    background-color: rgba(13, 31, 50, 0.9);
    padding-top: 30px
  }
  .itv-index-card:nth-child(12n+1) .itv-index-card__footer, .itv-index-card:nth-child(12n+1) .text, .itv-index-card:nth-child(12n+2) .itv-index-card__footer, .itv-index-card:nth-child(12n+2) .text {
    top: auto;
    bottom: 0;
    min-height: 10px;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(13, 31, 50, 0) 0%, rgba(13, 31, 50, 0.9) 100%);
    transition: min-height 300ms linear, background-color 300ms linear, top 300ms linear, bottom 300ms linear, padding 300ms linear
  }
  .itv-index-card:nth-child(12n+1) .itv-index-card__footer.itv-index-card__with-label, .itv-index-card:nth-child(12n+1) .text.itv-index-card__with-label, .itv-index-card:nth-child(12n+2) .itv-index-card__footer.itv-index-card__with-label, .itv-index-card:nth-child(12n+2) .text.itv-index-card__with-label {
    padding-bottom: 20px
  }
  .itv-index-card:nth-child(12n+1) .itv-index-card__footer:hover, .itv-index-card:nth-child(12n+1) .text:hover, .itv-index-card:nth-child(12n+2) .itv-index-card__footer:hover, .itv-index-card:nth-child(12n+2) .text:hover {
    top: auto;
    height: auto;
    min-height: 100%;
    color: white;
    background-color: rgba(13, 31, 50, 0.9)
  }
  .itv-index-card:nth-child(12n+1) .itv-index-card__footer:hover .itv-index-card__text, .itv-index-card:nth-child(12n+1) .text:hover .itv-index-card__text, .itv-index-card:nth-child(12n+2) .itv-index-card__footer:hover .itv-index-card__text, .itv-index-card:nth-child(12n+2) .text:hover .itv-index-card__text {
    max-height: 500px;
    transition: all 300ms linear 150ms;
    transition-delay: 150ms
  }
  .itv-index-card:nth-child(12n+1) .itv-index-card__footer .itv-index-card__text, .itv-index-card:nth-child(12n+1) .itv-index-card__footer .lead, .itv-index-card:nth-child(12n+1) .text .itv-index-card__text, .itv-index-card:nth-child(12n+1) .text .lead, .itv-index-card:nth-child(12n+2) .itv-index-card__footer .itv-index-card__text, .itv-index-card:nth-child(12n+2) .itv-index-card__footer .lead, .itv-index-card:nth-child(12n+2) .text .itv-index-card__text, .itv-index-card:nth-child(12n+2) .text .lead {
    max-height: 0;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    transition: all 100ms linear 0ms;
    transition-delay: 0ms;
    overflow: hidden
  }
  .itv-index-card:nth-child(12n+1) .itv-index-card__footer.itv-index-card__with-label, .itv-index-card:nth-child(12n+1) .text.itv-index-card__with-label, .itv-index-card:nth-child(12n+2) .itv-index-card__footer.itv-index-card__with-label, .itv-index-card:nth-child(12n+2) .text.itv-index-card__with-label {
    padding-bottom: 30px
  }
  .itv-index-card:nth-child(12n+1) .itv-index-card__title, .itv-index-card:nth-child(12n+1) .text .title, .itv-index-card:nth-child(12n+2) .itv-index-card__title, .itv-index-card:nth-child(12n+2) .text .title {
    font-size: 26px;
    line-height: 30px;
    color: white;
    position: relative;
    z-index: 2
  }
  .itv-index-card:nth-child(12n+1) .itv-index-card__text, .itv-index-card:nth-child(12n+1) .text .lead, .itv-index-card:nth-child(12n+2) .itv-index-card__text, .itv-index-card:nth-child(12n+2) .text .lead {
    font-size: 18px;
    line-height: 22px;
    color: white;
    position: relative;
    z-index: 2
  }
  .itv-index-card:nth-child(12n+3), .itv-index-card:nth-child(12n+4) {
    width: 480px;
    height: 271px
  }
  .itv-index-card:nth-child(12n+3)::after, .itv-index-card:nth-child(12n+4)::after {
    content: none
  }
  .itv-index-card:nth-child(12n+3) .itv-index-card__footer.with_splash_heading .itv-index-card__text, .itv-index-card:nth-child(12n+4) .itv-index-card__footer.with_splash_heading .itv-index-card__text {
    max-height: 500px !important
  }
  .itv-index-card:nth-child(12n+3):not(:hover) .itv-index-card__footer.with_splash_heading, .itv-index-card:nth-child(12n+4):not(:hover) .itv-index-card__footer.with_splash_heading {
    bottom: -100%
  }
  .itv-index-card:nth-child(12n+3):hover .itv-index-card__footer.with_splash_heading, .itv-index-card:nth-child(12n+4):hover .itv-index-card__footer.with_splash_heading {
    bottom: 0;
    top: auto;
    height: auto;
    min-height: 100%;
    color: white;
    background-color: rgba(13, 31, 50, 0.9);
    padding-top: 30px
  }
  .itv-index-card:nth-child(12n+3) .itv-index-card__footer, .itv-index-card:nth-child(12n+3) .text, .itv-index-card:nth-child(12n+4) .itv-index-card__footer, .itv-index-card:nth-child(12n+4) .text {
    top: auto;
    bottom: 0;
    min-height: 10px;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(13, 31, 50, 0) 0%, rgba(13, 31, 50, 0.9) 100%);
    transition: min-height 300ms linear, background-color 300ms linear, top 300ms linear, bottom 300ms linear, padding 300ms linear
  }
  .itv-index-card:nth-child(12n+3) .itv-index-card__footer.itv-index-card__with-label, .itv-index-card:nth-child(12n+3) .text.itv-index-card__with-label, .itv-index-card:nth-child(12n+4) .itv-index-card__footer.itv-index-card__with-label, .itv-index-card:nth-child(12n+4) .text.itv-index-card__with-label {
    padding-bottom: 20px
  }
  .itv-index-card:nth-child(12n+3) .itv-index-card__footer:hover, .itv-index-card:nth-child(12n+3) .text:hover, .itv-index-card:nth-child(12n+4) .itv-index-card__footer:hover, .itv-index-card:nth-child(12n+4) .text:hover {
    top: auto;
    height: auto;
    min-height: 100%;
    color: white;
    background-color: rgba(13, 31, 50, 0.9)
  }
  .itv-index-card:nth-child(12n+3) .itv-index-card__footer:hover .itv-index-card__text, .itv-index-card:nth-child(12n+3) .text:hover .itv-index-card__text, .itv-index-card:nth-child(12n+4) .itv-index-card__footer:hover .itv-index-card__text, .itv-index-card:nth-child(12n+4) .text:hover .itv-index-card__text {
    max-height: 500px;
    transition: all 300ms linear 150ms;
    transition-delay: 150ms
  }
  .itv-index-card:nth-child(12n+3) .itv-index-card__footer .itv-index-card__text, .itv-index-card:nth-child(12n+3) .itv-index-card__footer .lead, .itv-index-card:nth-child(12n+3) .text .itv-index-card__text, .itv-index-card:nth-child(12n+3) .text .lead, .itv-index-card:nth-child(12n+4) .itv-index-card__footer .itv-index-card__text, .itv-index-card:nth-child(12n+4) .itv-index-card__footer .lead, .itv-index-card:nth-child(12n+4) .text .itv-index-card__text, .itv-index-card:nth-child(12n+4) .text .lead {
    max-height: 0;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    transition: all 100ms linear 0ms;
    transition-delay: 0ms;
    overflow: hidden
  }
  .itv-index-card:nth-child(12n+3) .itv-index-card__title, .itv-index-card:nth-child(12n+3) .text .title, .itv-index-card:nth-child(12n+4) .itv-index-card__title, .itv-index-card:nth-child(12n+4) .text .title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 20px;
    color: white;
    position: relative;
    z-index: 2
  }
  .itv-index-card:nth-child(12n+3) .itv-index-card__text, .itv-index-card:nth-child(12n+3) .text .lead, .itv-index-card:nth-child(12n+4) .itv-index-card__text, .itv-index-card:nth-child(12n+4) .text .lead {
    color: white;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    z-index: 2
  }
  .itv-index-card:nth-child(12n+5), .itv-index-card:nth-child(12n+6), .itv-index-card:nth-child(12n+7), .itv-index-card:nth-child(12n+8), .itv-index-card:nth-child(12n+9) {
    width: 312px;
    height: 270px;
    background-color: white
  }
  .itv-index-card:nth-child(12n+5)::after, .itv-index-card:nth-child(12n+6)::after, .itv-index-card:nth-child(12n+7)::after, .itv-index-card:nth-child(12n+8)::after, .itv-index-card:nth-child(12n+9)::after {
    box-shadow: 0 0 25px 25px #FFF
  }
  .itv-index-card:nth-child(12n+5):hover .itv-index-card__text, .itv-index-card:nth-child(12n+6):hover .itv-index-card__text, .itv-index-card:nth-child(12n+7):hover .itv-index-card__text, .itv-index-card:nth-child(12n+8):hover .itv-index-card__text, .itv-index-card:nth-child(12n+9):hover .itv-index-card__text {
    display: block
  }
  .itv-index-card:nth-child(12n+5) .itv-index-card__header, .itv-index-card:nth-child(12n+6) .itv-index-card__header, .itv-index-card:nth-child(12n+7) .itv-index-card__header, .itv-index-card:nth-child(12n+8) .itv-index-card__header, .itv-index-card:nth-child(12n+9) .itv-index-card__header {
    top: 10px;
    left: 10px;
    right: 10px
  }
  .itv-index-card:nth-child(12n+5) .itv-index-card__footer:hover, .itv-index-card:nth-child(12n+6) .itv-index-card__footer:hover, .itv-index-card:nth-child(12n+7) .itv-index-card__footer:hover, .itv-index-card:nth-child(12n+8) .itv-index-card__footer:hover, .itv-index-card:nth-child(12n+9) .itv-index-card__footer:hover {
    top: 0 !important;
    height: 100%;
    width: 100%;
    padding-top: 10px
  }
  .itv-index-card:nth-child(12n+5) .itv-index-card__footer:hover .itv-index-card__text, .itv-index-card:nth-child(12n+6) .itv-index-card__footer:hover .itv-index-card__text, .itv-index-card:nth-child(12n+7) .itv-index-card__footer:hover .itv-index-card__text, .itv-index-card:nth-child(12n+8) .itv-index-card__footer:hover .itv-index-card__text, .itv-index-card:nth-child(12n+9) .itv-index-card__footer:hover .itv-index-card__text {
    opacity: 1
  }
  .itv-index-card:nth-child(12n+5) .itv-index-card__photo, .itv-index-card:nth-child(12n+6) .itv-index-card__photo, .itv-index-card:nth-child(12n+7) .itv-index-card__photo, .itv-index-card:nth-child(12n+8) .itv-index-card__photo, .itv-index-card:nth-child(12n+9) .itv-index-card__photo {
    border: 10px solid white
  }
  .itv-index-card:nth-child(12n+5) .itv-index-card__footer, .itv-index-card:nth-child(12n+5) .text, .itv-index-card:nth-child(12n+6) .itv-index-card__footer, .itv-index-card:nth-child(12n+6) .text, .itv-index-card:nth-child(12n+7) .itv-index-card__footer, .itv-index-card:nth-child(12n+7) .text, .itv-index-card:nth-child(12n+8) .itv-index-card__footer, .itv-index-card:nth-child(12n+8) .text, .itv-index-card:nth-child(12n+9) .itv-index-card__footer, .itv-index-card:nth-child(12n+9) .text {
    position: absolute;
    top: 176px;
    background-color: white;
    color: #03396f;
    padding: 5px 10px 100%
  }
  .itv-index-card:nth-child(12n+5) .itv-index-card__footer.itv-index-card__with-label, .itv-index-card:nth-child(12n+5) .text.itv-index-card__with-label, .itv-index-card:nth-child(12n+6) .itv-index-card__footer.itv-index-card__with-label, .itv-index-card:nth-child(12n+6) .text.itv-index-card__with-label, .itv-index-card:nth-child(12n+7) .itv-index-card__footer.itv-index-card__with-label, .itv-index-card:nth-child(12n+7) .text.itv-index-card__with-label, .itv-index-card:nth-child(12n+8) .itv-index-card__footer.itv-index-card__with-label, .itv-index-card:nth-child(12n+8) .text.itv-index-card__with-label, .itv-index-card:nth-child(12n+9) .itv-index-card__footer.itv-index-card__with-label, .itv-index-card:nth-child(12n+9) .text.itv-index-card__with-label {
    top: 156px
  }
  .itv-index-card:nth-child(12n+5) .itv-index-card__title, .itv-index-card:nth-child(12n+5) .text .title, .itv-index-card:nth-child(12n+6) .itv-index-card__title, .itv-index-card:nth-child(12n+6) .text .title, .itv-index-card:nth-child(12n+7) .itv-index-card__title, .itv-index-card:nth-child(12n+7) .text .title, .itv-index-card:nth-child(12n+8) .itv-index-card__title, .itv-index-card:nth-child(12n+8) .text .title, .itv-index-card:nth-child(12n+9) .itv-index-card__title, .itv-index-card:nth-child(12n+9) .text .title {
    color: #03396f
  }
  .itv-index-card:nth-child(12n+5) .itv-index-card__text, .itv-index-card:nth-child(12n+5) .text .lead, .itv-index-card:nth-child(12n+6) .itv-index-card__text, .itv-index-card:nth-child(12n+6) .text .lead, .itv-index-card:nth-child(12n+7) .itv-index-card__text, .itv-index-card:nth-child(12n+7) .text .lead, .itv-index-card:nth-child(12n+8) .itv-index-card__text, .itv-index-card:nth-child(12n+8) .text .lead, .itv-index-card:nth-child(12n+9) .itv-index-card__text, .itv-index-card:nth-child(12n+9) .text .lead {
    color: black;
    opacity: 0;
    transition: opacity 300ms
  }
  .itv-index-card:nth-child(12n+5) .card__label_external_embed, .itv-index-card:nth-child(12n+6) .card__label_external_embed, .itv-index-card:nth-child(12n+7) .card__label_external_embed, .itv-index-card:nth-child(12n+8) .card__label_external_embed, .itv-index-card:nth-child(12n+9) .card__label_external_embed {
    font-size: 12px
  }
  .itv-index-card:nth-child(12n+10), .itv-index-card:nth-child(12n+12) {
    width: 312px;
    height: 365px;
    color: white;
    background-color: #0d1f32
  }
  .itv-index-card:nth-child(12n+10) .itv-index-card__footer, .itv-index-card:nth-child(12n+10) .text, .itv-index-card:nth-child(12n+12) .itv-index-card__footer, .itv-index-card:nth-child(12n+12) .text {
    position: absolute;
    top: 176px;
    background-color: #0d1f32
  }
  .itv-index-card:nth-child(12n+10) .itv-index-card__footer.itv-index-card__with-label, .itv-index-card:nth-child(12n+10) .text.itv-index-card__with-label, .itv-index-card:nth-child(12n+12) .itv-index-card__footer.itv-index-card__with-label, .itv-index-card:nth-child(12n+12) .text.itv-index-card__with-label {
    top: 156px
  }
  .itv-index-card:nth-child(12n+10) .itv-index-card__footer:hover, .itv-index-card:nth-child(12n+10) .text:hover, .itv-index-card:nth-child(12n+12) .itv-index-card__footer:hover, .itv-index-card:nth-child(12n+12) .text:hover {
    height: 100%;
    top: 0;
    padding-top: 10px
  }
  .itv-index-card:nth-child(12n+10) .itv-index-card__title, .itv-index-card:nth-child(12n+10) .text .title, .itv-index-card:nth-child(12n+12) .itv-index-card__title, .itv-index-card:nth-child(12n+12) .text .title {
    margin-bottom: 7px;
    font-size: 20px;
    line-height: 25px;
    color: white
  }
  .itv-index-card:nth-child(12n+10) .itv-index-card__text, .itv-index-card:nth-child(12n+10) .text .lead, .itv-index-card:nth-child(12n+12) .itv-index-card__text, .itv-index-card:nth-child(12n+12) .text .lead {
    font-size: 16px;
    line-height: 20px;
    color: white
  }
  .itv-index-card:nth-child(12n+10) .card__label_external_embed, .itv-index-card:nth-child(12n+12) .card__label_external_embed {
    font-size: 12px
  }
  .itv-index-card:nth-child(12n+11) {
    width: 648px;
    height: 365px
  }
  .itv-index-card:nth-child(12n+11)::after {
    content: none
  }
  .itv-index-card:nth-child(12n+11) .itv-index-card__footer.with_splash_heading .itv-index-card__text {
    max-height: 500px !important
  }
  .itv-index-card:nth-child(12n+11):not(:hover) .itv-index-card__footer.with_splash_heading {
    bottom: -100%
  }
  .itv-index-card:nth-child(12n+11):hover .itv-index-card__footer.with_splash_heading {
    bottom: 0;
    top: auto;
    height: auto;
    min-height: 100%;
    color: white;
    background-color: rgba(13, 31, 50, 0.9);
    padding-top: 30px
  }
  .itv-index-card:nth-child(12n+11) .itv-index-card__footer, .itv-index-card:nth-child(12n+11) .text {
    top: auto;
    bottom: 0;
    min-height: 10px;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(13, 31, 50, 0) 0%, rgba(13, 31, 50, 0.9) 100%);
    transition: min-height 300ms linear, background-color 300ms linear, top 300ms linear, bottom 300ms linear, padding 300ms linear
  }
  .itv-index-card:nth-child(12n+11) .itv-index-card__footer.itv-index-card__with-label, .itv-index-card:nth-child(12n+11) .text.itv-index-card__with-label {
    padding-bottom: 20px
  }
  .itv-index-card:nth-child(12n+11) .itv-index-card__footer:hover, .itv-index-card:nth-child(12n+11) .text:hover {
    top: auto;
    height: auto;
    min-height: 100%;
    color: white;
    background-color: rgba(13, 31, 50, 0.9)
  }
  .itv-index-card:nth-child(12n+11) .itv-index-card__footer:hover .itv-index-card__text, .itv-index-card:nth-child(12n+11) .text:hover .itv-index-card__text {
    max-height: 500px;
    transition: all 300ms linear 150ms;
    transition-delay: 150ms
  }
  .itv-index-card:nth-child(12n+11) .itv-index-card__footer .itv-index-card__text, .itv-index-card:nth-child(12n+11) .itv-index-card__footer .lead, .itv-index-card:nth-child(12n+11) .text .itv-index-card__text, .itv-index-card:nth-child(12n+11) .text .lead {
    max-height: 0;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    transition: all 100ms linear 0ms;
    transition-delay: 0ms;
    overflow: hidden
  }
  .itv-index-card:nth-child(12n+11) .itv-index-card__footer.itv-index-card__with-label, .itv-index-card:nth-child(12n+11) .text.itv-index-card__with-label {
    padding-bottom: 30px
  }
  .itv-index-card:nth-child(12n+11) .itv-index-card__title, .itv-index-card:nth-child(12n+11) .text .title {
    font-size: 26px;
    line-height: 30px;
    color: white;
    position: relative;
    z-index: 2
  }
  .itv-index-card:nth-child(12n+11) .itv-index-card__text, .itv-index-card:nth-child(12n+11) .text .lead {
    font-size: 18px;
    line-height: 22px;
    color: white;
    position: relative;
    z-index: 2
  }
  .collection-item__card:nth-child(12n+1) .itv-index-card__footer, .collection-item__card:nth-child(12n+2) .itv-index-card__footer, .collection-item__card:nth-child(12n+3) .itv-index-card__footer, .collection-item__card:nth-child(12n+4) .itv-index-card__footer, .collection-item__card:nth-child(12n+11) .itv-index-card__footer {
    background-image: none;
    background-image: none !important;
    padding-top: 0
  }
  .collection-item__card:nth-child(12n+1) .itv-index-card__footer:before, .collection-item__card:nth-child(12n+2) .itv-index-card__footer:before, .collection-item__card:nth-child(12n+3) .itv-index-card__footer:before, .collection-item__card:nth-child(12n+4) .itv-index-card__footer:before, .collection-item__card:nth-child(12n+11) .itv-index-card__footer:before {
    content: "";
    display: block;
    background: #0d1f32;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.9
  }
  .collection-item__card:nth-child(12n+1) .itv-index-card__footer:hover, .collection-item__card:nth-child(12n+2) .itv-index-card__footer:hover, .collection-item__card:nth-child(12n+3) .itv-index-card__footer:hover, .collection-item__card:nth-child(12n+4) .itv-index-card__footer:hover, .collection-item__card:nth-child(12n+11) .itv-index-card__footer:hover {
    padding-top: 30px
  }
  .collection-item__card:nth-child(12n+1) .itv-index-card__footer .itv-index-card__title, .collection-item__card:nth-child(12n+2) .itv-index-card__footer .itv-index-card__title, .collection-item__card:nth-child(12n+3) .itv-index-card__footer .itv-index-card__title, .collection-item__card:nth-child(12n+4) .itv-index-card__footer .itv-index-card__title, .collection-item__card:nth-child(12n+11) .itv-index-card__footer .itv-index-card__title {
    margin-top: 0
  }
  .collection-item__card:nth-child(12n+1) .itv-index-card__footer .itv-index-card__title:before, .collection-item__card:nth-child(12n+2) .itv-index-card__footer .itv-index-card__title:before, .collection-item__card:nth-child(12n+3) .itv-index-card__footer .itv-index-card__title:before, .collection-item__card:nth-child(12n+4) .itv-index-card__footer .itv-index-card__title:before, .collection-item__card:nth-child(12n+11) .itv-index-card__footer .itv-index-card__title:before {
    content: "";
    display: block;
    background-image: linear-gradient(to top, #0d1f32 0%, transparent 100%);
    width: calc(100% + 40px);
    position: absolute;
    left: -20px;
    opacity: 0.9
  }
  .collection-item__card:nth-child(12n+3) .itv-index-card__footer .itv-index-card__title:before, .collection-item__card:nth-child(12n+4) .itv-index-card__footer .itv-index-card__title:before {
    height: 50px;
    top: -50px
  }
  .collection-item__card:nth-child(12n+1) .itv-index-card__footer .itv-index-card__title:before, .collection-item__card:nth-child(12n+2) .itv-index-card__footer .itv-index-card__title:before, .collection-item__card:nth-child(12n+11) .itv-index-card__footer .itv-index-card__title:before {
    height: 80px;
    top: -80px
  }
}
@media (max-width: 732px) {
  .w .grid .w_content .type-mosaic .w_collection_items {
    justify-content: space-around
  }
  .w .grid .w_content .type-mosaic .w_collection_items .card {
    margin: 12px;
    width: 648px;
    height: 365px;
    width: 47%;
    height: 260px !important
  }
  .w .grid .w_content .type-mosaic .w_collection_items .card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    box-shadow: 0 0 50px 45px #0d1f32;
    z-index: 3
  }
  .w .grid .w_content .type-mosaic .w_collection_items .card.itv-index-card__with-label::after {
    bottom: 10px
  }
  .w .grid .w_content .type-mosaic .w_collection_items .card:hover {
    text-decoration: none;
    color: white
  }
  .w .grid .w_content .type-mosaic .w_collection_items .card:hover .itv-index-card__img {
    transform: scale(1.17)
  }
  .w .grid .w_content .type-mosaic .w_collection_items .card .itv-index-card__footer, .w .grid .w_content .type-mosaic .w_collection_items .card .text {
    position: absolute
  }
  .w .grid .w_content .type-mosaic .w_collection_items .card .itv-index-card__footer:hover, .w .grid .w_content .type-mosaic .w_collection_items .card .text:hover {
    padding-top: 40px
  }
  .w .grid .w_content .type-mosaic .w_collection_items .card::after {
    content: none
  }
  .w .grid .w_content .type-mosaic .w_collection_items .card .itv-index-card__footer.with_splash_heading .itv-index-card__text {
    max-height: 500px !important
  }
  .w .grid .w_content .type-mosaic .w_collection_items .card:not(:hover) .itv-index-card__footer.with_splash_heading {
    bottom: -100%
  }
  .w .grid .w_content .type-mosaic .w_collection_items .card:hover .itv-index-card__footer.with_splash_heading {
    bottom: 0;
    top: auto;
    height: auto;
    min-height: 100%;
    color: white;
    background-color: rgba(13, 31, 50, 0.9);
    padding-top: 30px
  }
  .w .grid .w_content .type-mosaic .w_collection_items .card .itv-index-card__footer, .w .grid .w_content .type-mosaic .w_collection_items .card .text {
    top: auto;
    bottom: 0;
    min-height: 10px;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(13, 31, 50, 0) 0%, rgba(13, 31, 50, 0.9) 100%);
    transition: min-height 300ms linear, background-color 300ms linear, top 300ms linear, bottom 300ms linear, padding 300ms linear
  }
  .w .grid .w_content .type-mosaic .w_collection_items .card .itv-index-card__footer.itv-index-card__with-label, .w .grid .w_content .type-mosaic .w_collection_items .card .text.itv-index-card__with-label {
    padding-bottom: 20px
  }
  .w .grid .w_content .type-mosaic .w_collection_items .card .itv-index-card__footer:hover, .w .grid .w_content .type-mosaic .w_collection_items .card .text:hover {
    top: auto;
    height: auto;
    min-height: 100%;
    color: white;
    background-color: rgba(13, 31, 50, 0.9)
  }
  .w .grid .w_content .type-mosaic .w_collection_items .card .itv-index-card__footer:hover .itv-index-card__text, .w .grid .w_content .type-mosaic .w_collection_items .card .text:hover .itv-index-card__text {
    max-height: 500px;
    transition: all 300ms linear 150ms;
    transition-delay: 150ms
  }
  .w .grid .w_content .type-mosaic .w_collection_items .card .itv-index-card__footer .itv-index-card__text, .w .grid .w_content .type-mosaic .w_collection_items .card .itv-index-card__footer .lead, .w .grid .w_content .type-mosaic .w_collection_items .card .text .itv-index-card__text, .w .grid .w_content .type-mosaic .w_collection_items .card .text .lead {
    max-height: 0;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    transition: all 100ms linear 0ms;
    transition-delay: 0ms;
    overflow: hidden
  }
  .w .grid .w_content .type-mosaic .w_collection_items .card .itv-index-card__footer.itv-index-card__with-label, .w .grid .w_content .type-mosaic .w_collection_items .card .text.itv-index-card__with-label {
    padding-bottom: 30px
  }
  .w .grid .w_content .type-mosaic .w_collection_items .card .itv-index-card__title, .w .grid .w_content .type-mosaic .w_collection_items .card .text .title {
    font-size: 26px;
    line-height: 30px;
    color: white;
    position: relative;
    z-index: 2
  }
  .w .grid .w_content .type-mosaic .w_collection_items .card .itv-index-card__text, .w .grid .w_content .type-mosaic .w_collection_items .card .text .lead {
    font-size: 18px;
    line-height: 22px;
    color: white;
    position: relative;
    z-index: 2
  }
  .w .grid .w_content .type-mosaic .w_collection_items .card .text {
    top: auto !important;
    position: absolute !important
  }
  .w .grid .w_content .type-mosaic .w_collection_items .card .text .title {
    font-size: 18px;
    line-height: 26px
  }
  .w .grid .w_content .type-mosaic .w_collection_items .card img {
    width: auto !important;
    max-width: initial !important;
    height: 100% !important
  }
}
@media (min-width: 733px) {
  .w .grid .w_content .type-mosaic .card {
    margin: 12px
  }
  .w .grid .w_content .type-mosaic .card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    box-shadow: 0 0 50px 45px #0d1f32;
    z-index: 3
  }
  .w .grid .w_content .type-mosaic .card.itv-index-card__with-label::after {
    bottom: 10px
  }
  .w .grid .w_content .type-mosaic .card:hover {
    text-decoration: none;
    color: white
  }
  .w .grid .w_content .type-mosaic .card:hover .itv-index-card__img {
    transform: scale(1.17)
  }
  .w .grid .w_content .type-mosaic .card .itv-index-card__footer, .w .grid .w_content .type-mosaic .card .text {
    position: absolute
  }
  .w .grid .w_content .type-mosaic .card .itv-index-card__footer:hover, .w .grid .w_content .type-mosaic .card .text:hover {
    padding-top: 40px
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+1), .w .grid .w_content .type-mosaic .card:nth-child(12n+2) {
    width: 480px;
    height: 271px
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+1)::after, .w .grid .w_content .type-mosaic .card:nth-child(12n+2)::after {
    content: none
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+1) .itv-index-card__footer.with_splash_heading .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+2) .itv-index-card__footer.with_splash_heading .itv-index-card__text {
    max-height: 500px !important
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+1):not(:hover) .itv-index-card__footer.with_splash_heading, .w .grid .w_content .type-mosaic .card:nth-child(12n+2):not(:hover) .itv-index-card__footer.with_splash_heading {
    bottom: -100%
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+1):hover .itv-index-card__footer.with_splash_heading, .w .grid .w_content .type-mosaic .card:nth-child(12n+2):hover .itv-index-card__footer.with_splash_heading {
    bottom: 0;
    top: auto;
    height: auto;
    min-height: 100%;
    color: white;
    background-color: rgba(13, 31, 50, 0.9);
    padding-top: 30px
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+1) .itv-index-card__footer, .w .grid .w_content .type-mosaic .card:nth-child(12n+1) .text, .w .grid .w_content .type-mosaic .card:nth-child(12n+2) .itv-index-card__footer, .w .grid .w_content .type-mosaic .card:nth-child(12n+2) .text {
    top: auto;
    bottom: 0;
    min-height: 10px;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(13, 31, 50, 0) 0%, rgba(13, 31, 50, 0.9) 100%);
    transition: min-height 300ms linear, background-color 300ms linear, top 300ms linear, bottom 300ms linear, padding 300ms linear
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+1) .itv-index-card__footer.itv-index-card__with-label, .w .grid .w_content .type-mosaic .card:nth-child(12n+1) .text.itv-index-card__with-label, .w .grid .w_content .type-mosaic .card:nth-child(12n+2) .itv-index-card__footer.itv-index-card__with-label, .w .grid .w_content .type-mosaic .card:nth-child(12n+2) .text.itv-index-card__with-label {
    padding-bottom: 20px
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+1) .itv-index-card__footer:hover, .w .grid .w_content .type-mosaic .card:nth-child(12n+1) .text:hover, .w .grid .w_content .type-mosaic .card:nth-child(12n+2) .itv-index-card__footer:hover, .w .grid .w_content .type-mosaic .card:nth-child(12n+2) .text:hover {
    top: auto;
    height: auto;
    min-height: 100%;
    color: white;
    background-color: rgba(13, 31, 50, 0.9)
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+1) .itv-index-card__footer:hover .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+1) .text:hover .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+2) .itv-index-card__footer:hover .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+2) .text:hover .itv-index-card__text {
    max-height: 500px;
    transition: all 300ms linear 150ms;
    transition-delay: 150ms
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+1) .itv-index-card__footer .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+1) .itv-index-card__footer .lead, .w .grid .w_content .type-mosaic .card:nth-child(12n+1) .text .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+1) .text .lead, .w .grid .w_content .type-mosaic .card:nth-child(12n+2) .itv-index-card__footer .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+2) .itv-index-card__footer .lead, .w .grid .w_content .type-mosaic .card:nth-child(12n+2) .text .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+2) .text .lead {
    max-height: 0;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    transition: all 100ms linear 0ms;
    transition-delay: 0ms;
    overflow: hidden
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+1) .itv-index-card__title, .w .grid .w_content .type-mosaic .card:nth-child(12n+1) .text .title, .w .grid .w_content .type-mosaic .card:nth-child(12n+2) .itv-index-card__title, .w .grid .w_content .type-mosaic .card:nth-child(12n+2) .text .title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 20px;
    color: white;
    position: relative;
    z-index: 2
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+1) .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+1) .text .lead, .w .grid .w_content .type-mosaic .card:nth-child(12n+2) .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+2) .text .lead {
    color: white;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    z-index: 2
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+3) {
    width: 312px;
    height: 365px;
    color: white;
    background-color: #0d1f32
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+3) .itv-index-card__footer, .w .grid .w_content .type-mosaic .card:nth-child(12n+3) .text {
    position: absolute;
    top: 176px;
    background-color: #0d1f32
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+3) .itv-index-card__footer.itv-index-card__with-label, .w .grid .w_content .type-mosaic .card:nth-child(12n+3) .text.itv-index-card__with-label {
    top: 156px
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+3) .itv-index-card__footer:hover, .w .grid .w_content .type-mosaic .card:nth-child(12n+3) .text:hover {
    height: 100%;
    top: 0;
    padding-top: 10px
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+3) .itv-index-card__title, .w .grid .w_content .type-mosaic .card:nth-child(12n+3) .text .title {
    margin-bottom: 7px;
    font-size: 20px;
    line-height: 25px;
    color: white
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+3) .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+3) .text .lead {
    font-size: 16px;
    line-height: 20px;
    color: white
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+3) .card__label_external_embed {
    font-size: 12px
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+4) {
    width: 648px;
    height: 365px
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+4)::after {
    content: none
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+4) .itv-index-card__footer.with_splash_heading .itv-index-card__text {
    max-height: 500px !important
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+4):not(:hover) .itv-index-card__footer.with_splash_heading {
    bottom: -100%
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+4):hover .itv-index-card__footer.with_splash_heading {
    bottom: 0;
    top: auto;
    height: auto;
    min-height: 100%;
    color: white;
    background-color: rgba(13, 31, 50, 0.9);
    padding-top: 30px
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+4) .itv-index-card__footer, .w .grid .w_content .type-mosaic .card:nth-child(12n+4) .text {
    top: auto;
    bottom: 0;
    min-height: 10px;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(13, 31, 50, 0) 0%, rgba(13, 31, 50, 0.9) 100%);
    transition: min-height 300ms linear, background-color 300ms linear, top 300ms linear, bottom 300ms linear, padding 300ms linear
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+4) .itv-index-card__footer.itv-index-card__with-label, .w .grid .w_content .type-mosaic .card:nth-child(12n+4) .text.itv-index-card__with-label {
    padding-bottom: 20px
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+4) .itv-index-card__footer:hover, .w .grid .w_content .type-mosaic .card:nth-child(12n+4) .text:hover {
    top: auto;
    height: auto;
    min-height: 100%;
    color: white;
    background-color: rgba(13, 31, 50, 0.9)
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+4) .itv-index-card__footer:hover .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+4) .text:hover .itv-index-card__text {
    max-height: 500px;
    transition: all 300ms linear 150ms;
    transition-delay: 150ms
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+4) .itv-index-card__footer .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+4) .itv-index-card__footer .lead, .w .grid .w_content .type-mosaic .card:nth-child(12n+4) .text .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+4) .text .lead {
    max-height: 0;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    transition: all 100ms linear 0ms;
    transition-delay: 0ms;
    overflow: hidden
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+4) .itv-index-card__footer.itv-index-card__with-label, .w .grid .w_content .type-mosaic .card:nth-child(12n+4) .text.itv-index-card__with-label {
    padding-bottom: 30px
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+4) .itv-index-card__title, .w .grid .w_content .type-mosaic .card:nth-child(12n+4) .text .title {
    font-size: 26px;
    line-height: 30px;
    color: white;
    position: relative;
    z-index: 2
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+4) .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+4) .text .lead {
    font-size: 18px;
    line-height: 22px;
    color: white;
    position: relative;
    z-index: 2
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+5), .w .grid .w_content .type-mosaic .card:nth-child(12n+6), .w .grid .w_content .type-mosaic .card:nth-child(12n+7), .w .grid .w_content .type-mosaic .card:nth-child(12n+10), .w .grid .w_content .type-mosaic .card:nth-child(12n+11), .w .grid .w_content .type-mosaic .card:nth-child(12n+12) {
    width: 312px;
    height: 270px;
    background-color: white
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+5)::after, .w .grid .w_content .type-mosaic .card:nth-child(12n+6)::after, .w .grid .w_content .type-mosaic .card:nth-child(12n+7)::after, .w .grid .w_content .type-mosaic .card:nth-child(12n+10)::after, .w .grid .w_content .type-mosaic .card:nth-child(12n+11)::after, .w .grid .w_content .type-mosaic .card:nth-child(12n+12)::after {
    box-shadow: 0 0 25px 25px #FFF
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+5):hover .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+6):hover .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+7):hover .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+10):hover .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+11):hover .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+12):hover .itv-index-card__text {
    display: block
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+5) .itv-index-card__header, .w .grid .w_content .type-mosaic .card:nth-child(12n+6) .itv-index-card__header, .w .grid .w_content .type-mosaic .card:nth-child(12n+7) .itv-index-card__header, .w .grid .w_content .type-mosaic .card:nth-child(12n+10) .itv-index-card__header, .w .grid .w_content .type-mosaic .card:nth-child(12n+11) .itv-index-card__header, .w .grid .w_content .type-mosaic .card:nth-child(12n+12) .itv-index-card__header {
    top: 10px;
    left: 10px;
    right: 10px
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+5) .itv-index-card__footer:hover, .w .grid .w_content .type-mosaic .card:nth-child(12n+6) .itv-index-card__footer:hover, .w .grid .w_content .type-mosaic .card:nth-child(12n+7) .itv-index-card__footer:hover, .w .grid .w_content .type-mosaic .card:nth-child(12n+10) .itv-index-card__footer:hover, .w .grid .w_content .type-mosaic .card:nth-child(12n+11) .itv-index-card__footer:hover, .w .grid .w_content .type-mosaic .card:nth-child(12n+12) .itv-index-card__footer:hover {
    top: 0 !important;
    height: 100%;
    width: 100%;
    padding-top: 10px
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+5) .itv-index-card__footer:hover .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+6) .itv-index-card__footer:hover .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+7) .itv-index-card__footer:hover .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+10) .itv-index-card__footer:hover .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+11) .itv-index-card__footer:hover .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+12) .itv-index-card__footer:hover .itv-index-card__text {
    opacity: 1
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+5) .itv-index-card__photo, .w .grid .w_content .type-mosaic .card:nth-child(12n+6) .itv-index-card__photo, .w .grid .w_content .type-mosaic .card:nth-child(12n+7) .itv-index-card__photo, .w .grid .w_content .type-mosaic .card:nth-child(12n+10) .itv-index-card__photo, .w .grid .w_content .type-mosaic .card:nth-child(12n+11) .itv-index-card__photo, .w .grid .w_content .type-mosaic .card:nth-child(12n+12) .itv-index-card__photo {
    border: 10px solid white
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+5) .itv-index-card__footer, .w .grid .w_content .type-mosaic .card:nth-child(12n+5) .text, .w .grid .w_content .type-mosaic .card:nth-child(12n+6) .itv-index-card__footer, .w .grid .w_content .type-mosaic .card:nth-child(12n+6) .text, .w .grid .w_content .type-mosaic .card:nth-child(12n+7) .itv-index-card__footer, .w .grid .w_content .type-mosaic .card:nth-child(12n+7) .text, .w .grid .w_content .type-mosaic .card:nth-child(12n+10) .itv-index-card__footer, .w .grid .w_content .type-mosaic .card:nth-child(12n+10) .text, .w .grid .w_content .type-mosaic .card:nth-child(12n+11) .itv-index-card__footer, .w .grid .w_content .type-mosaic .card:nth-child(12n+11) .text, .w .grid .w_content .type-mosaic .card:nth-child(12n+12) .itv-index-card__footer, .w .grid .w_content .type-mosaic .card:nth-child(12n+12) .text {
    position: absolute;
    top: 176px;
    background-color: white;
    color: #03396f;
    padding: 5px 10px 100%
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+5) .itv-index-card__footer.itv-index-card__with-label, .w .grid .w_content .type-mosaic .card:nth-child(12n+5) .text.itv-index-card__with-label, .w .grid .w_content .type-mosaic .card:nth-child(12n+6) .itv-index-card__footer.itv-index-card__with-label, .w .grid .w_content .type-mosaic .card:nth-child(12n+6) .text.itv-index-card__with-label, .w .grid .w_content .type-mosaic .card:nth-child(12n+7) .itv-index-card__footer.itv-index-card__with-label, .w .grid .w_content .type-mosaic .card:nth-child(12n+7) .text.itv-index-card__with-label, .w .grid .w_content .type-mosaic .card:nth-child(12n+10) .itv-index-card__footer.itv-index-card__with-label, .w .grid .w_content .type-mosaic .card:nth-child(12n+10) .text.itv-index-card__with-label, .w .grid .w_content .type-mosaic .card:nth-child(12n+11) .itv-index-card__footer.itv-index-card__with-label, .w .grid .w_content .type-mosaic .card:nth-child(12n+11) .text.itv-index-card__with-label, .w .grid .w_content .type-mosaic .card:nth-child(12n+12) .itv-index-card__footer.itv-index-card__with-label, .w .grid .w_content .type-mosaic .card:nth-child(12n+12) .text.itv-index-card__with-label {
    top: 156px
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+5) .itv-index-card__title, .w .grid .w_content .type-mosaic .card:nth-child(12n+5) .text .title, .w .grid .w_content .type-mosaic .card:nth-child(12n+6) .itv-index-card__title, .w .grid .w_content .type-mosaic .card:nth-child(12n+6) .text .title, .w .grid .w_content .type-mosaic .card:nth-child(12n+7) .itv-index-card__title, .w .grid .w_content .type-mosaic .card:nth-child(12n+7) .text .title, .w .grid .w_content .type-mosaic .card:nth-child(12n+10) .itv-index-card__title, .w .grid .w_content .type-mosaic .card:nth-child(12n+10) .text .title, .w .grid .w_content .type-mosaic .card:nth-child(12n+11) .itv-index-card__title, .w .grid .w_content .type-mosaic .card:nth-child(12n+11) .text .title, .w .grid .w_content .type-mosaic .card:nth-child(12n+12) .itv-index-card__title, .w .grid .w_content .type-mosaic .card:nth-child(12n+12) .text .title {
    color: #03396f
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+5) .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+5) .text .lead, .w .grid .w_content .type-mosaic .card:nth-child(12n+6) .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+6) .text .lead, .w .grid .w_content .type-mosaic .card:nth-child(12n+7) .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+7) .text .lead, .w .grid .w_content .type-mosaic .card:nth-child(12n+10) .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+10) .text .lead, .w .grid .w_content .type-mosaic .card:nth-child(12n+11) .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+11) .text .lead, .w .grid .w_content .type-mosaic .card:nth-child(12n+12) .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+12) .text .lead {
    color: black;
    opacity: 0;
    transition: opacity 300ms
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+5) .card__label_external_embed, .w .grid .w_content .type-mosaic .card:nth-child(12n+6) .card__label_external_embed, .w .grid .w_content .type-mosaic .card:nth-child(12n+7) .card__label_external_embed, .w .grid .w_content .type-mosaic .card:nth-child(12n+10) .card__label_external_embed, .w .grid .w_content .type-mosaic .card:nth-child(12n+11) .card__label_external_embed, .w .grid .w_content .type-mosaic .card:nth-child(12n+12) .card__label_external_embed {
    font-size: 12px
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+8), .w .grid .w_content .type-mosaic .card:nth-child(12n+9) {
    width: 480px;
    height: 271px
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+8)::after, .w .grid .w_content .type-mosaic .card:nth-child(12n+9)::after {
    content: none
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+8) .itv-index-card__footer.with_splash_heading .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+9) .itv-index-card__footer.with_splash_heading .itv-index-card__text {
    max-height: 500px !important
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+8):not(:hover) .itv-index-card__footer.with_splash_heading, .w .grid .w_content .type-mosaic .card:nth-child(12n+9):not(:hover) .itv-index-card__footer.with_splash_heading {
    bottom: -100%
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+8):hover .itv-index-card__footer.with_splash_heading, .w .grid .w_content .type-mosaic .card:nth-child(12n+9):hover .itv-index-card__footer.with_splash_heading {
    bottom: 0;
    top: auto;
    height: auto;
    min-height: 100%;
    color: white;
    background-color: rgba(13, 31, 50, 0.9);
    padding-top: 30px
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+8) .itv-index-card__footer, .w .grid .w_content .type-mosaic .card:nth-child(12n+8) .text, .w .grid .w_content .type-mosaic .card:nth-child(12n+9) .itv-index-card__footer, .w .grid .w_content .type-mosaic .card:nth-child(12n+9) .text {
    top: auto;
    bottom: 0;
    min-height: 10px;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(13, 31, 50, 0) 0%, rgba(13, 31, 50, 0.9) 100%);
    transition: min-height 300ms linear, background-color 300ms linear, top 300ms linear, bottom 300ms linear, padding 300ms linear
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+8) .itv-index-card__footer.itv-index-card__with-label, .w .grid .w_content .type-mosaic .card:nth-child(12n+8) .text.itv-index-card__with-label, .w .grid .w_content .type-mosaic .card:nth-child(12n+9) .itv-index-card__footer.itv-index-card__with-label, .w .grid .w_content .type-mosaic .card:nth-child(12n+9) .text.itv-index-card__with-label {
    padding-bottom: 20px
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+8) .itv-index-card__footer:hover, .w .grid .w_content .type-mosaic .card:nth-child(12n+8) .text:hover, .w .grid .w_content .type-mosaic .card:nth-child(12n+9) .itv-index-card__footer:hover, .w .grid .w_content .type-mosaic .card:nth-child(12n+9) .text:hover {
    top: auto;
    height: auto;
    min-height: 100%;
    color: white;
    background-color: rgba(13, 31, 50, 0.9)
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+8) .itv-index-card__footer:hover .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+8) .text:hover .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+9) .itv-index-card__footer:hover .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+9) .text:hover .itv-index-card__text {
    max-height: 500px;
    transition: all 300ms linear 150ms;
    transition-delay: 150ms
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+8) .itv-index-card__footer .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+8) .itv-index-card__footer .lead, .w .grid .w_content .type-mosaic .card:nth-child(12n+8) .text .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+8) .text .lead, .w .grid .w_content .type-mosaic .card:nth-child(12n+9) .itv-index-card__footer .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+9) .itv-index-card__footer .lead, .w .grid .w_content .type-mosaic .card:nth-child(12n+9) .text .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+9) .text .lead {
    max-height: 0;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    transition: all 100ms linear 0ms;
    transition-delay: 0ms;
    overflow: hidden
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+8) .itv-index-card__title, .w .grid .w_content .type-mosaic .card:nth-child(12n+8) .text .title, .w .grid .w_content .type-mosaic .card:nth-child(12n+9) .itv-index-card__title, .w .grid .w_content .type-mosaic .card:nth-child(12n+9) .text .title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 20px;
    color: white;
    position: relative;
    z-index: 2
  }
  .w .grid .w_content .type-mosaic .card:nth-child(12n+8) .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+8) .text .lead, .w .grid .w_content .type-mosaic .card:nth-child(12n+9) .itv-index-card__text, .w .grid .w_content .type-mosaic .card:nth-child(12n+9) .text .lead {
    color: white;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    z-index: 2
  }
}
.w-paragraph {
  margin: 0 0 25px 0 !important
}
.w-paragraph-quote {
  display: flex;
  flex-wrap: nowrap;
  border-left: 4px solid cornflowerblue;
  padding-left: 20px;
  padding-top: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative
}
.w-paragraph-quote__image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
  width: 120px;
  height: 120px;
  margin-top: 5px;
  margin-right: 26px;
  overflow: hidden;
  border-radius: 50%
}
.w-paragraph-quote__image {
  flex: none;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  width: auto;
  height: auto
}
.w-paragraph-quote__image-wrapper .img {
  margin: 0 auto;
  display: block;
  width: 120px;
  height: 120px;
  background-size: cover;
  background-position: center center
}
.w-paragraph-quote__title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 2px;
  color: inherit
}
.w-paragraph-quote__title a {
  text-decoration: underline
}
.w-paragraph-quote__subtitle {
  display: block;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 2px;
  color: inherit
}
.w-paragraph-quote__subtitle a {
  text-decoration: underline
}
.w-paragraph-quote__subtitle p {
  margin: 0 !important
}
.w-paragraph-quote__text {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: black
}
.w-paragraph-quote__text p {
  margin: 0 !important
}
.w-paragraph-quote__title+.w-paragraph-quote__text, .w-paragraph-quote__subtitle+.w-paragraph-quote__text {
  margin-top: 8px
}
@media (max-width: 732px) {
  .w-paragraph-quote {
    flex-wrap: wrap
  }
  .w-paragraph-quote__image-wrapper {
    margin-bottom: 15px
  }
}
.w1tv-collect-common .w1tv-collect-item, .w1tv-collect-common .w1tv-collect-item:hover, .w1tv-collect-common .w1tv-collect-item:active, .w1tv-collect-common .w1tv-collect-item-content {
  background-color: #257fc7;
  color: #ffffff
}
.widget.youtube {
  max-height: initial
}
.widget.youtube .widget_text {
  white-space: normal
}
.article .w_content .w_row .w_block[data-type="widget"]:first-of-type:not([class*="o-"]), .show-main .w_content .with-right-column .w_row .w_block[data-type="widget"]:first-of-type:not([class*="o-"]) {
  margin-left: 12px
}
@media (min-width: 1600px) {
  .article .w_content .w_row .w_block[data-type="widget"].c-1, .show-main .w_content .with-right-column .w_row .w_block[data-type="widget"].c-1 {
    width: 396px
  }
  .article .w_content .w_row .w_block[data-type="widget"].c-2, .show-main .w_content .with-right-column .w_row .w_block[data-type="widget"].c-2 {
    width: 480px
  }
  .article .w_content .w_row .w_block[data-type="widget"].c-3, .show-main .w_content .with-right-column .w_row .w_block[data-type="widget"].c-3 {
    width: 564px
  }
  .article .w_content .w_row .w_block[data-type="widget"].c-4, .show-main .w_content .with-right-column .w_row .w_block[data-type="widget"].c-4 {
    width: 648px
  }
  .article .w_content .w_row .w_block[data-type="widget"].c-5, .show-main .w_content .with-right-column .w_row .w_block[data-type="widget"].c-5 {
    width: 732px
  }
  .article .w_content .w_row .w_block[data-type="widget"].c-6, .show-main .w_content .with-right-column .w_row .w_block[data-type="widget"].c-6 {
    width: 816px
  }
  .article .w_content .w_row .w_block[data-type="widget"].c-7, .show-main .w_content .with-right-column .w_row .w_block[data-type="widget"].c-7 {
    width: 900px
  }
  .article .w_content .w_row .w_block[data-type="widget"].c-8, .show-main .w_content .with-right-column .w_row .w_block[data-type="widget"].c-8 {
    width: 984px
  }
  .article .w_content .w_row .w_block[data-type="widget"].c-9, .show-main .w_content .with-right-column .w_row .w_block[data-type="widget"].c-9 {
    width: 1068px
  }
  .article .w_content .w_row .w_block[data-type="widget"].c-10, .show-main .w_content .with-right-column .w_row .w_block[data-type="widget"].c-10 {
    width: 1152px
  }
  .article .w_content .w_row .w_block[data-type="widget"].c-11, .show-main .w_content .with-right-column .w_row .w_block[data-type="widget"].c-11 {
    width: 1236px
  }
  .article .w_content .w_row .w_block[data-type="widget"].c-12, .show-main .w_content .with-right-column .w_row .w_block[data-type="widget"].c-12 {
    width: 1320px
  }
}
.youtube-iframe-widget {
  position: relative;
  margin: 20px auto;
  padding-top: 56.25%
}
.youtube-iframe-widget>iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none
}
@media (max-width: 732px) {
  .youtube-iframe-widget .youtube-iframe-widget {
    width: calc(100% + 40px);
    padding-top: calc(56.25% + 22px);
    margin-left: -20px;
    margin-top: 20px
  }
}
.itv-tag-list {
  position: relative;
  margin-top: 20px
}
.itv-tag-list--with-selector::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  margin-top: 15px;
  width: 10px;
  height: 10px;
  background-image: url("../images/nib-blue-bb09c2b3c592d4c96f46ca91c2647144f30ced097b10c478375aee08b94a17bd.svg");
  background-repeat: no-repeat
}
.itv-tag-list--padded {
  padding: 0 20px
}
.itv-tag {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 0 9px;
  width: auto;
  height: 30px;
  line-height: 28px;
  font-size: 13px;
  letter-spacing: 0.1px;
  font-weight: normal;
  background-color: transparent;
  color: #366799;
  border: 1px solid #7e9fb8;
  border-radius: 2px;
  text-decoration: none;
  transition: all 300ms
}
.itv-tag:hover {
  background-color: #348bcd;
  border-color: #348bcd;
  color: white;
  text-decoration: none
}
.itv-tag.active, .itv-tag:active {
  background-color: #01478d;
  border-color: #01478d;
  color: white;
  text-decoration: none
}
.itv-tag-list-selector {
  display: block;
  height: 40px;
  margin: 20px 0;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  background-color: white;
  -webkit-appearance: none;
  padding: 0 10px;
  border-radius: 0;
  border: 1px solid #136eb5;
  color: #136eb5
}
@media (max-width: 732px) {
  .itv-tag-list--with-selector .itv-tag {
    display: none
  }
}
@media (min-width: 733px) {
  .itv-tag-list-selector, .itv-tag-list::after {
    display: none
  }
}
.text-align-center {
  text-align: center
}
.w1tv-header {
  margin-top: 0
}
.w1tv-button-link {
  width: 100%;
  display: block;
  margin: 10px 0;
  padding: 8px 5px;
  min-height: 40px;
  line-height: 20px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  border-radius: 2px;
  transition: color 200ms, background-color 200ms, border-color 200ms, fill 200ms;
  background-color: transparent;
  border-width: 2px;
  border-style: solid
}
.w1tv-button-link:hover, .w1tv-button-link:active {
  text-decoration: none
}
.w1tv-collect-common .w1tv-collect-item, .w1tv-collect-common .w1tv-collect-item:hover, .w1tv-collect-common .w1tv-collect-item:active, .w1tv-collect-common .w1tv-collect-item-content {
  background-color: #257fc7;
  color: #ffffff
}
.w1tv-collect-common .w1tv-collect-title {
  text-align: center
}
.w1tv-collect-common .w1tv-collect-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start
}
.w1tv-collect-common .w1tv-collect-item {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 312px;
  height: 340px;
  margin: 0 12px 24px;
  padding: 4px;
  text-decoration: none;
  overflow: hidden
}
.w1tv-collect-common .w1tv-collect-item:hover, .w1tv-collect-common .w1tv-collect-item:active {
  text-decoration: none
}
.w1tv-collect-common .w1tv-collect-item:hover .w1tv-collect-item-image, .w1tv-collect-common .w1tv-collect-item:active .w1tv-collect-item-image {
  transform: scale(1.15)
}
.w1tv-collect-common .w1tv-collect-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 0px;
  position: absolute;
  bottom: -1px;
  box-shadow: 0 0 20px 20px #257fc7;
  transition: all 200ms
}
.w1tv-collect-common .w1tv-collect-items-stats {
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  margin: auto;
  height: 42px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  fill: white;
  background: black;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #000), color-stop(100%, transparent));
  background: linear-gradient(to bottom, #000 0%, transparent 100%)
}
.w1tv-collect-common .w1tv-collect-items-stats--views-count, .w1tv-collect-common .w1tv-collect-items-stats--length {
  margin: 0 9px 0 11px;
  color: white;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-align: left
}
.w1tv-collect-common .w1tv-collect-item-image-wrapper {
  background-color: #000000;
  width: 304px;
  height: 171px;
  overflow: hidden
}
.w1tv-collect-common .w1tv-collect-item-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  transition: transform 0.7s
}
.w1tv-collect-common .w1tv-collect-item-content {
  padding: 11px 16px;
  position: absolute;
  top: 175px;
  bottom: 0;
  left: 0;
  right: 0;
  transition: top 0.2s
}
.w1tv-collect-common .w1tv-collect-item-content.hoverable:hover {
  top: 4px
}
.w1tv-collect-common .w1tv-collect-item-title {
  margin-bottom: 9px;
  font-size: 19px;
  width: 100%;
  line-height: 22px;
  font-weight: bold;
  overflow: hidden
}
.w1tv-collect-common .w1tv-collect-item-lead {
  font-size: 16px;
  line-height: 21px
}
.w1tv-collect-common .w1tv-collect-item, .w1tv-collect-common .w1tv-collect-item:hover, .w1tv-collect-common .w1tv-collect-item:active, .w1tv-collect-common .w1tv-collect-item-content {
  background-color: #257fc7;
  color: #ffffff
}
.w1tv-collect-right-column {
  max-width: 312px;
  border: 2px solid;
  overflow: hidden;
  position: relative
}
.w1tv-collect-right-column .w1tv-collect-title {
  display: block;
  position: relative;
  padding: 0 20px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 1.1px;
  text-transform: uppercase
}
.w1tv-collect-right-column .w1tv-collect-item {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  fill: #257fc7;
  transition: fill 0.2s linear, color 0.2s linear
}
.w1tv-collect-right-column .w1tv-collect-item:hover, .w1tv-collect-right-column .w1tv-collect-item:active {
  text-decoration: none;
  fill: #348bcd
}
.w1tv-collect-right-column .w1tv-collect-items-stats {
  display: flex;
  justify-content: center;
  font-size: 11px;
  line-height: 25px;
  letter-spacing: 0.6px
}
.w1tv-collect-right-column .w1tv-collect-items-stats .itv-icon-play {
  position: absolute;
  top: 10px;
  margin: 0 auto;
  left: 85px;
  right: 0;
  fill: white
}
.w1tv-collect-right-column .w1tv-collect-items-stats .itv-flex-spacer {
  display: none
}
.w1tv-collect-right-column .w1tv-collect-items-stats--views-count, .w1tv-collect-right-column .w1tv-collect-items-stats--length {
  margin: 0 5px
}
.w1tv-collect-right-column .w1tv-collect-item-image-wrapper {
  width: 144px;
  height: 81px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  background-color: black;
  color: white;
  font-size: 12px
}
.w1tv-collect-right-column .w1tv-collect-item-image {
  width: 100%
}
.w1tv-collect-right-column .w1tv-collect-item-content {
  padding: 11px 42px;
  text-align: center
}
.w1tv-collect-right-column .w1tv-collect-item-title {
  font-style: 14px;
  line-height: 18px;
  font-weight: bold
}
.w1tv-collect-right-column .w1tv-collect-item-lead {
  display: none
}
.w1tv-collect-right-column .itv-icon-views {
  width: 17px;
  height: 10px;
  margin-right: 5px
}
.w1tv-promo {
  display: block;
  position: relative
}
.w1tv-promo-place-right-square {
  width: 312px;
  min-height: 250px;
  padding: 4px;
  overflow: hidden
}
.w1tv-promo--subtitle {
  margin-top: 15px
}
.w1tv-promo--subtitle::before {
  content: "Реклама";
  position: absolute;
  top: -15px;
  display: block;
  margin: 0 auto 5px;
  color: #bcbcbc;
  font-size: 10px;
  line-height: 6px
}
.w1tv-promo--border {
  border: 1px solid
}
.promo-position__image {
  max-width: 100%
}
.w1tv-block {
  margin-bottom: 24px
}
.layout-2020 a:hover {
  color: inherit;
  text-decoration: inherit
}
@media (min-width: 1024px) {
  .layout-2020 {
    min-width: auto
  }
}
@media (min-width: 733px) {
  .layout-2020 {
    min-width: auto
  }
}
.layout-2020 .itv-container {
  width: auto !important
}
.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
}
.layout-2020 div[class^='itv-col-'] {
  width: auto !important;
  float: none !important
}
@media (min-width: 320px) {
  .layout-2020 .container {
    width: auto
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .layout-2020 main, .layout-2020 section.footer, .layout-2020 hr.fat, .layout-2020 footer.footer {
    width: auto
  }
}
@media (min-width: 733px) {
  .layout-2020 .itv-container {
    width: auto
  }
}
@media (max-width: 767px) {
  .layout-2020 .container .row {
    margin-left: -12px;
    margin-right: -12px;
    width: auto
  }
}
@media (max-width: 732px) {
  .layout-2020 .container .row {
    margin-left: -12px;
    margin-right: -12px;
    width: auto
  }
  .layout-2020 .branding_promo_place.loaded .branding {
    position: relative
  }
  .layout-2020 .branding_promo_place::before {
    padding-top: 1px
  }
}
@media (min-width: 733px) and (max-width: 983px) {
  .layout-2020 main, .layout-2020 section.footer, .layout-2020 hr.fat, .layout-2020 footer.footer {
    width: auto
  }
  .layout-2020 main .collection-projects .cards {
    width: auto
  }
}
.layout-2020 button.slick-arrow {
  background-image: none
}
.layout-2020 .banner#yandex_ad {
  width: auto
}
.layout-2020 .popup .content {
  margin-top: 170px
}
.layout-2020 .popup .close-button {
  top: 120px
}
.layout-2020 .slick-slider .slick-track, .layout-2020 .slick-slider .slick-list {
  height: 100%
}
body.active-popup {
  overflow: hidden
}
.scroll-element {
  overflow-y: scroll;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 999999999999999999;
  display: none
}
.scroll-element_active {
  display: block
}
.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 main {
  font-family: Roboto
}
.layout-2020 .button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  width: auto;
  min-height: auto;
  align-items: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-color: transparent;
  color: #4A9FFF;
  outline: none;
  padding: 11px 20px;
  font-size: 12px;
  border: 1px #4A9FFF solid;
  font-weight: normal;
  text-decoration: none;
  border-radius: 50px;
  line-height: 100%;
  cursor: pointer;
  margin: 20px auto;
  text-align: center;
  transition: all 0.2s linear
}
@media (max-width: 767px) {
  .layout-2020 .button {
    margin: 10px auto
  }
}
.layout-2020 .button:hover {
  color: black;
  border-color: #4A9FFF;
  background-color: #4A9FFF;
  text-decoration: none
}
.layout-2020 .button svg {
  margin-right: 10px
}
.layout-2020 .button svg path {
  fill: #4A9FFF
}
.layout-2020 .button_active {
  background-color: white;
  border-color: white;
  color: #15191C
}
.layout-2020 .button_active:hover {
  color: #15191C;
  background-color: white;
  border-color: white
}
.layout-2020 .button_icon {
  width: 40px;
  height: 40px;
  padding: 10px;
  margin-bottom: 30px;
  opacity: 0.8
}
.layout-2020 .button_icon svg {
  margin-right: 0
}
.layout-2020 .button_icon svg path {
  transition: all 0.2s linear;
  fill: #4A9FFF
}
.layout-2020 .button_icon:after {
  transition: all 0.2s linear;
  position: absolute;
  bottom: -32px;
  text-transform: uppercase;
  min-width: 60px;
  font-size: 9px
}
.layout-2020 .button_icon:hover {
  opacity: 1
}
.layout-2020 .button_icon:hover:after {
  color: #4A9FFF
}
.layout-2020 .button_icon:hover svg path {
  fill: black
}
.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 .special-hover-container_hover-on-link a {
  color: #737373
}
.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)
}
.white-header .layout-2020 .dropdown-arrow::before, .white-header .layout-2020 .dropdown-arrow::after {
  background-color: #2657A2
}
.white-header .layout-2020 .circle-icon::before, .white-header .layout-2020 .circle-icon::after {
  background-color: #2657A2
}
.white-header .layout-2020 .circle-icon:hover {
  border-color: #2657A2
}
.white-header .layout-2020 .circle-icon:active {
  background-color: #2657A2
}
.white-header .layout-2020 .circle-icon:active::before, .white-header .layout-2020 .circle-icon:active::after {
  background-color: #fff
}
.white-header .layout-2020 .circle-icon:active path {
  fill: #fff
}
.white-header .layout-2020 .special-hover-container_hover-on-link a {
  color: #8195b3
}
.layout-2020 body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #fff
}
.layout-2020 h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 10%;
  color: #1F5DD6;
  text-transform: uppercase;
  text-align: center
}
.layout-2020 .standart-text {
  font-family: "Roboto", serif;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400
}
.layout-2020 .standart-text_semi-bold {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px
}
.layout-2020 .standart-text_bold {
  font-weight: 700
}
.layout-2020 .standart-text_extra-bold {
  font-weight: 900;
  font-size: 14px;
  line-height: 18.75px
}
.layout-2020 .accent-text {
  font-family: "Montserrat", 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 .accent-text_big {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 4%
}
.layout-2020 .accent-text_mini {
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  font-weight: 400
}
.layout-2020 .accent-text_mini_semi-bold {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px
}
.layout-2020 .accent-text_mini_bold {
  font-weight: 700
}
.layout-2020 .accent-text_mini_extra-bold {
  font-weight: 900;
  font-size: 14px;
  line-height: 18.75px
}
.layout-2020 .accent-text .accent-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1px
}
.layout-2020 .tabs {
  display: flex;
  font-family: "Roboto", serif;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #278AD1;
  box-sizing: border-box
}
.layout-2020 .tabs__tab {
  border: 1px solid #278AD1;
  border-radius: 50px;
  padding: 12px 20px 10px 20px;
  margin-right: 20px
}
.layout-2020 .tabs__tab_active {
  background-color: #fff;
  color: #000;
  position: relative;
  padding-left: 40px;
  border-color: #fff
}
.layout-2020 .tabs__tab_active::before {
  display: block;
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: red;
  border-radius: 50%;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%)
}
.layout-2020 .tabs__tab:hover {
  background-color: #278AD1;
  border-color: #278AD1;
  color: #000
}
.layout-2020 .btn {
  font-family: "Roboto";
  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_blue {
  padding: 5px 35px;
  background: linear-gradient(180deg, #0B1B43 0%, #001958 100%), #001958;
  box-shadow: 0px 0px 12px 0px #00000070
}
.layout-2020 .btn_blue:hover {
  text-decoration: underline
}
.layout-2020 .btn_blue .btn__btn-arrow::after {
  background-color: #fff
}
.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
}
.white-header .layout-2020 .btn_light-blue {
  color: #2657A2 !important;
  border: 1px solid #2657A2
}
.white-header .layout-2020 .btn_light-blue .btn__btn-arrow::after {
  background-color: #2657A2 !important
}
.white-header .layout-2020 .btn_light-blue:hover {
  background-color: #2657A2;
  color: #fff !important
}
.white-header .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, .layout-2020 .container-fluid {
  position: relative;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px
}
.layout-2020 .container-fluid {
  width: calc(100% - 24px)
}
.layout-2020 .row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px
}
.layout-2020 .row_reverse {
  flex-direction: row-reverse
}
.layout-2020 .flex {
  display: flex
}
.layout-2020 .flex_align_center {
  align-items: center
}
.layout-2020 .flex_align_end {
  align-items: flex-end
}
.layout-2020 .flex_align_start {
  align-items: flex-start
}
.layout-2020 .flex_justify_center {
  justify-content: center
}
@media (max-width: 767px) {
  .layout-2020 .text-xs-left {
    text-align: left
  }
}
@media (max-width: 1279px) {
  .layout-2020 .text-sm-left {
    text-align: left
  }
}
@media (min-width: 1024px) {
  .layout-2020 .text-md-left {
    text-align: left
  }
}
@media (min-width: 1280px) {
  .layout-2020 .text-lg-left {
    text-align: left
  }
}
@media (max-width: 767px) {
  .layout-2020 .text-xs-center {
    text-align: center
  }
}
@media (max-width: 1279px) {
  .layout-2020 .text-sm-center {
    text-align: center
  }
}
@media (min-width: 1024px) {
  .layout-2020 .text-md-center {
    text-align: center
  }
}
@media (min-width: 1280px) {
  .layout-2020 .text-lg-center {
    text-align: center
  }
}
@media (max-width: 767px) {
  .layout-2020 .text-xs-right {
    text-align: right
  }
}
@media (max-width: 1279px) {
  .layout-2020 .text-sm-right {
    text-align: right
  }
}
@media (min-width: 1024px) {
  .layout-2020 .text-md-right {
    text-align: right
  }
}
@media (min-width: 1280px) {
  .layout-2020 .text-lg-right {
    text-align: right
  }
}
.layout-2020 .hide-on-mobile {
  display: none
}
@media (min-width: 767px) {
  .layout-2020 .hide-on-mobile {
    display: block
  }
}
.layout-2020 .show-on-mobile {
  display: none
}
@media (max-width: 1023px) {
  .layout-2020 .show-on-mobile {
    display: block
  }
}
.layout-2020 .hide-on-desktop {
  display: none
}
@media (max-width: 1023px) {
  .layout-2020 .hide-on-desktop {
    display: block
  }
}
.layout-2020 .show-on-desktop {
  display: none
}
@media (min-width: 1023px) {
  .layout-2020 .show-on-desktop {
    display: block
  }
}
@media (max-height: 730px) and (orientation: landscape) {
  .layout-2020 .hide-on-narrow {
    display: none
  }
}
.layout-2020 .show-on-narrow {
  display: none
}
@media (max-height: 730px) and (orientation: landscape) {
  .layout-2020 .show-on-narrow {
    display: block
  }
}
.layout-2020 [class^="col-"] {
  position: relative;
  flex: 0 0 auto;
  padding-right: 12px;
  padding-left: 12px;
  flex-basis: 100%;
  width: 100%
}
.layout-2020 .col-xs-1 {
  flex-basis: 8.3333333333%;
  width: 8.3333333333%
}
.layout-2020 .col-xs-offset-1 {
  margin-left: 8.3333333333%
}
.layout-2020 .col-xs-offset-right-1 {
  margin-right: 8.3333333333%
}
.layout-2020 .col-xs-2 {
  flex-basis: 16.6666666667%;
  width: 16.6666666667%
}
.layout-2020 .col-xs-offset-2 {
  margin-left: 16.6666666667%
}
.layout-2020 .col-xs-offset-right-2 {
  margin-right: 16.6666666667%
}
.layout-2020 .col-xs-3 {
  flex-basis: 25%;
  width: 25%
}
.layout-2020 .col-xs-offset-3 {
  margin-left: 25%
}
.layout-2020 .col-xs-offset-right-3 {
  margin-right: 25%
}
.layout-2020 .col-xs-4 {
  flex-basis: 33.3333333333%;
  width: 33.3333333333%
}
.layout-2020 .col-xs-offset-4 {
  margin-left: 33.3333333333%
}
.layout-2020 .col-xs-offset-right-4 {
  margin-right: 33.3333333333%
}
.layout-2020 .col-xs-5 {
  flex-basis: 41.6666666667%;
  width: 41.6666666667%
}
.layout-2020 .col-xs-offset-5 {
  margin-left: 41.6666666667%
}
.layout-2020 .col-xs-offset-right-5 {
  margin-right: 41.6666666667%
}
.layout-2020 .col-xs-6 {
  flex-basis: 50%;
  width: 50%
}
.layout-2020 .col-xs-offset-6 {
  margin-left: 50%
}
.layout-2020 .col-xs-offset-right-6 {
  margin-right: 50%
}
.layout-2020 .col-xs-7 {
  flex-basis: 58.3333333333%;
  width: 58.3333333333%
}
.layout-2020 .col-xs-offset-7 {
  margin-left: 58.3333333333%
}
.layout-2020 .col-xs-offset-right-7 {
  margin-right: 58.3333333333%
}
.layout-2020 .col-xs-8 {
  flex-basis: 66.6666666667%;
  width: 66.6666666667%
}
.layout-2020 .col-xs-offset-8 {
  margin-left: 66.6666666667%
}
.layout-2020 .col-xs-offset-right-8 {
  margin-right: 66.6666666667%
}
.layout-2020 .col-xs-9 {
  flex-basis: 75%;
  width: 75%
}
.layout-2020 .col-xs-offset-9 {
  margin-left: 75%
}
.layout-2020 .col-xs-offset-right-9 {
  margin-right: 75%
}
.layout-2020 .col-xs-10 {
  flex-basis: 83.3333333333%;
  width: 83.3333333333%
}
.layout-2020 .col-xs-offset-10 {
  margin-left: 83.3333333333%
}
.layout-2020 .col-xs-offset-right-10 {
  margin-right: 83.3333333333%
}
.layout-2020 .col-xs-11 {
  flex-basis: 91.6666666667%;
  width: 91.6666666667%
}
.layout-2020 .col-xs-offset-11 {
  margin-left: 91.6666666667%
}
.layout-2020 .col-xs-offset-right-11 {
  margin-right: 91.6666666667%
}
.layout-2020 .col-xs-12 {
  flex-basis: 100%;
  width: 100%
}
.layout-2020 .col-xs-offset-12 {
  margin-left: 100%
}
.layout-2020 .col-xs-offset-right-12 {
  margin-right: 100%
}
@media (min-width: 768px) {
  .layout-2020 .col-sm-1 {
    flex-basis: 8.3333333333%;
    width: 8.3333333333%
  }
  .layout-2020 .col-sm-offset-1 {
    margin-left: 8.3333333333%
  }
  .layout-2020 .col-sm-offset-right-1 {
    margin-right: 8.3333333333%
  }
}
@media (min-width: 768px) {
  .layout-2020 .col-sm-2 {
    flex-basis: 16.6666666667%;
    width: 16.6666666667%
  }
  .layout-2020 .col-sm-offset-2 {
    margin-left: 16.6666666667%
  }
  .layout-2020 .col-sm-offset-right-2 {
    margin-right: 16.6666666667%
  }
}
@media (min-width: 768px) {
  .layout-2020 .col-sm-3 {
    flex-basis: 25%;
    width: 25%
  }
  .layout-2020 .col-sm-offset-3 {
    margin-left: 25%
  }
  .layout-2020 .col-sm-offset-right-3 {
    margin-right: 25%
  }
}
@media (min-width: 768px) {
  .layout-2020 .col-sm-4 {
    flex-basis: 33.3333333333%;
    width: 33.3333333333%
  }
  .layout-2020 .col-sm-offset-4 {
    margin-left: 33.3333333333%
  }
  .layout-2020 .col-sm-offset-right-4 {
    margin-right: 33.3333333333%
  }
}
@media (min-width: 768px) {
  .layout-2020 .col-sm-5 {
    flex-basis: 41.6666666667%;
    width: 41.6666666667%
  }
  .layout-2020 .col-sm-offset-5 {
    margin-left: 41.6666666667%
  }
  .layout-2020 .col-sm-offset-right-5 {
    margin-right: 41.6666666667%
  }
}
@media (min-width: 768px) {
  .layout-2020 .col-sm-6 {
    flex-basis: 50%;
    width: 50%
  }
  .layout-2020 .col-sm-offset-6 {
    margin-left: 50%
  }
  .layout-2020 .col-sm-offset-right-6 {
    margin-right: 50%
  }
}
@media (min-width: 768px) {
  .layout-2020 .col-sm-7 {
    flex-basis: 58.3333333333%;
    width: 58.3333333333%
  }
  .layout-2020 .col-sm-offset-7 {
    margin-left: 58.3333333333%
  }
  .layout-2020 .col-sm-offset-right-7 {
    margin-right: 58.3333333333%
  }
}
@media (min-width: 768px) {
  .layout-2020 .col-sm-8 {
    flex-basis: 66.6666666667%;
    width: 66.6666666667%
  }
  .layout-2020 .col-sm-offset-8 {
    margin-left: 66.6666666667%
  }
  .layout-2020 .col-sm-offset-right-8 {
    margin-right: 66.6666666667%
  }
}
@media (min-width: 768px) {
  .layout-2020 .col-sm-9 {
    flex-basis: 75%;
    width: 75%
  }
  .layout-2020 .col-sm-offset-9 {
    margin-left: 75%
  }
  .layout-2020 .col-sm-offset-right-9 {
    margin-right: 75%
  }
}
@media (min-width: 768px) {
  .layout-2020 .col-sm-10 {
    flex-basis: 83.3333333333%;
    width: 83.3333333333%
  }
  .layout-2020 .col-sm-offset-10 {
    margin-left: 83.3333333333%
  }
  .layout-2020 .col-sm-offset-right-10 {
    margin-right: 83.3333333333%
  }
}
@media (min-width: 768px) {
  .layout-2020 .col-sm-11 {
    flex-basis: 91.6666666667%;
    width: 91.6666666667%
  }
  .layout-2020 .col-sm-offset-11 {
    margin-left: 91.6666666667%
  }
  .layout-2020 .col-sm-offset-right-11 {
    margin-right: 91.6666666667%
  }
}
@media (min-width: 768px) {
  .layout-2020 .col-sm-12 {
    flex-basis: 100%;
    width: 100%
  }
  .layout-2020 .col-sm-offset-12 {
    margin-left: 100%
  }
  .layout-2020 .col-sm-offset-right-12 {
    margin-right: 100%
  }
}
@media (min-width: 1024px) {
  .layout-2020 .col-md-1 {
    flex-basis: 8.3333333333%;
    width: 8.3333333333%
  }
  .layout-2020 .col-md-offset-1 {
    margin-left: 8.3333333333%
  }
  .layout-2020 .col-md-offset-right-1 {
    margin-right: 8.3333333333%
  }
}
@media (min-width: 1024px) {
  .layout-2020 .col-md-2 {
    flex-basis: 16.6666666667%;
    width: 16.6666666667%
  }
  .layout-2020 .col-md-offset-2 {
    margin-left: 16.6666666667%
  }
  .layout-2020 .col-md-offset-right-2 {
    margin-right: 16.6666666667%
  }
}
@media (min-width: 1024px) {
  .layout-2020 .col-md-3 {
    flex-basis: 25%;
    width: 25%
  }
  .layout-2020 .col-md-offset-3 {
    margin-left: 25%
  }
  .layout-2020 .col-md-offset-right-3 {
    margin-right: 25%
  }
}
@media (min-width: 1024px) {
  .layout-2020 .col-md-4 {
    flex-basis: 33.3333333333%;
    width: 33.3333333333%
  }
  .layout-2020 .col-md-offset-4 {
    margin-left: 33.3333333333%
  }
  .layout-2020 .col-md-offset-right-4 {
    margin-right: 33.3333333333%
  }
}
@media (min-width: 1024px) {
  .layout-2020 .col-md-5 {
    flex-basis: 41.6666666667%;
    width: 41.6666666667%
  }
  .layout-2020 .col-md-offset-5 {
    margin-left: 41.6666666667%
  }
  .layout-2020 .col-md-offset-right-5 {
    margin-right: 41.6666666667%
  }
}
@media (min-width: 1024px) {
  .layout-2020 .col-md-6 {
    flex-basis: 50%;
    width: 50%
  }
  .layout-2020 .col-md-offset-6 {
    margin-left: 50%
  }
  .layout-2020 .col-md-offset-right-6 {
    margin-right: 50%
  }
}
@media (min-width: 1024px) {
  .layout-2020 .col-md-7 {
    flex-basis: 58.3333333333%;
    width: 58.3333333333%
  }
  .layout-2020 .col-md-offset-7 {
    margin-left: 58.3333333333%
  }
  .layout-2020 .col-md-offset-right-7 {
    margin-right: 58.3333333333%
  }
}
@media (min-width: 1024px) {
  .layout-2020 .col-md-8 {
    flex-basis: 66.6666666667%;
    width: 66.6666666667%
  }
  .layout-2020 .col-md-offset-8 {
    margin-left: 66.6666666667%
  }
  .layout-2020 .col-md-offset-right-8 {
    margin-right: 66.6666666667%
  }
}
@media (min-width: 1024px) {
  .layout-2020 .col-md-9 {
    flex-basis: 75%;
    width: 75%
  }
  .layout-2020 .col-md-offset-9 {
    margin-left: 75%
  }
  .layout-2020 .col-md-offset-right-9 {
    margin-right: 75%
  }
}
@media (min-width: 1024px) {
  .layout-2020 .col-md-10 {
    flex-basis: 83.3333333333%;
    width: 83.3333333333%
  }
  .layout-2020 .col-md-offset-10 {
    margin-left: 83.3333333333%
  }
  .layout-2020 .col-md-offset-right-10 {
    margin-right: 83.3333333333%
  }
}
@media (min-width: 1024px) {
  .layout-2020 .col-md-11 {
    flex-basis: 91.6666666667%;
    width: 91.6666666667%
  }
  .layout-2020 .col-md-offset-11 {
    margin-left: 91.6666666667%
  }
  .layout-2020 .col-md-offset-right-11 {
    margin-right: 91.6666666667%
  }
}
@media (min-width: 1024px) {
  .layout-2020 .col-md-12 {
    flex-basis: 100%;
    width: 100%
  }
  .layout-2020 .col-md-offset-12 {
    margin-left: 100%
  }
  .layout-2020 .col-md-offset-right-12 {
    margin-right: 100%
  }
}
@media (min-width: 1280px) {
  .layout-2020 .col-lg-1 {
    flex-basis: 8.3333333333%;
    width: 8.3333333333%
  }
  .layout-2020 .col-lg-offset-1 {
    margin-left: 8.3333333333%
  }
  .layout-2020 .col-lg-offset-right-1 {
    margin-right: 8.3333333333%
  }
}
@media (min-width: 1280px) {
  .layout-2020 .col-lg-2 {
    flex-basis: 16.6666666667%;
    width: 16.6666666667%
  }
  .layout-2020 .col-lg-offset-2 {
    margin-left: 16.6666666667%
  }
  .layout-2020 .col-lg-offset-right-2 {
    margin-right: 16.6666666667%
  }
}
@media (min-width: 1280px) {
  .layout-2020 .col-lg-3 {
    flex-basis: 25%;
    width: 25%
  }
  .layout-2020 .col-lg-offset-3 {
    margin-left: 25%
  }
  .layout-2020 .col-lg-offset-right-3 {
    margin-right: 25%
  }
}
@media (min-width: 1280px) {
  .layout-2020 .col-lg-4 {
    flex-basis: 33.3333333333%;
    width: 33.3333333333%
  }
  .layout-2020 .col-lg-offset-4 {
    margin-left: 33.3333333333%
  }
  .layout-2020 .col-lg-offset-right-4 {
    margin-right: 33.3333333333%
  }
}
@media (min-width: 1280px) {
  .layout-2020 .col-lg-5 {
    flex-basis: 41.6666666667%;
    width: 41.6666666667%
  }
  .layout-2020 .col-lg-offset-5 {
    margin-left: 41.6666666667%
  }
  .layout-2020 .col-lg-offset-right-5 {
    margin-right: 41.6666666667%
  }
}
@media (min-width: 1280px) {
  .layout-2020 .col-lg-6 {
    flex-basis: 50%;
    width: 50%
  }
  .layout-2020 .col-lg-offset-6 {
    margin-left: 50%
  }
  .layout-2020 .col-lg-offset-right-6 {
    margin-right: 50%
  }
}
@media (min-width: 1280px) {
  .layout-2020 .col-lg-7 {
    flex-basis: 58.3333333333%;
    width: 58.3333333333%
  }
  .layout-2020 .col-lg-offset-7 {
    margin-left: 58.3333333333%
  }
  .layout-2020 .col-lg-offset-right-7 {
    margin-right: 58.3333333333%
  }
}
@media (min-width: 1280px) {
  .layout-2020 .col-lg-8 {
    flex-basis: 66.6666666667%;
    width: 66.6666666667%
  }
  .layout-2020 .col-lg-offset-8 {
    margin-left: 66.6666666667%
  }
  .layout-2020 .col-lg-offset-right-8 {
    margin-right: 66.6666666667%
  }
}
@media (min-width: 1280px) {
  .layout-2020 .col-lg-9 {
    flex-basis: 75%;
    width: 75%
  }
  .layout-2020 .col-lg-offset-9 {
    margin-left: 75%
  }
  .layout-2020 .col-lg-offset-right-9 {
    margin-right: 75%
  }
}
@media (min-width: 1280px) {
  .layout-2020 .col-lg-10 {
    flex-basis: 83.3333333333%;
    width: 83.3333333333%
  }
  .layout-2020 .col-lg-offset-10 {
    margin-left: 83.3333333333%
  }
  .layout-2020 .col-lg-offset-right-10 {
    margin-right: 83.3333333333%
  }
}
@media (min-width: 1280px) {
  .layout-2020 .col-lg-11 {
    flex-basis: 91.6666666667%;
    width: 91.6666666667%
  }
  .layout-2020 .col-lg-offset-11 {
    margin-left: 91.6666666667%
  }
  .layout-2020 .col-lg-offset-right-11 {
    margin-right: 91.6666666667%
  }
}
@media (min-width: 1280px) {
  .layout-2020 .col-lg-12 {
    flex-basis: 100%;
    width: 100%
  }
  .layout-2020 .col-lg-offset-12 {
    margin-left: 100%
  }
  .layout-2020 .col-lg-offset-right-12 {
    margin-right: 100%
  }
}
.layout-2020 .footer {
  font-family: Roboto;
  background-image: linear-gradient(180deg, #00000000 0px, #00162E 120px);
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  padding: 100px 0 50px 0
}
.layout-2020 .footer p {
  margin-bottom: 15px
}
.layout-2020 .footer a {
  color: #fff;
  font-weight: bold;
  line-height: 20px;
  text-decoration: none
}
.layout-2020 .footer a:active, .layout-2020 .footer a:hover {
  color: #fff
}
.layout-2020 .footer a:hover {
  text-decoration: underline
}
.layout-2020 .footer a.button {
  font-size: 14px;
  padding: 15px 50px;
  border-radius: 50px;
  font-weight: 500;
  color: #fff;
  border-color: #fff
}
.layout-2020 .footer a.button:hover {
  color: #fff;
  text-decoration: none
}
.layout-2020 .footer__links {
  margin-bottom: 40px
}
.layout-2020 .footer__links__columns {
  -moz-column-count: 1;
  column-count: 1;
  -moz-column-gap: 24px;
  column-gap: 24px
}
@media (min-width: 768px) {
  .layout-2020 .footer__links__columns {
    -moz-column-count: 3;
    column-count: 3
  }
}
@media (min-width: 1024px) {
  .layout-2020 .footer__links__columns {
    -moz-column-count: 4;
    column-count: 4
  }
}
.layout-2020 .footer__links__columns span {
  display: block
}
@media (max-width: 767px) {
  .layout-2020 .footer__links__columns span {
    text-align: center
  }
}
.layout-2020 .footer__links__columns a {
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
  white-space: normal;
  letter-spacing: 0;
  overflow: hidden;
  line-height: 20px
}
.layout-2020 .footer__link {
  display: inline-block;
  margin-bottom: 20px
}
.layout-2020 .footer__link__icon {
  display: block;
  height: 40px
}
@media (max-width: 767px) {
  .layout-2020 .footer__link__icon {
    margin-top: 20px
  }
}
.layout-2020 .footer__link__icon svg {
  max-height: 40px
}
.layout-2020 .footer__notifications a.button {
  border-width: 2px;
  margin-bottom: 40px
}
@media (max-width: 767px) {
  .layout-2020 .footer__notifications a.button {
    width: 100%
  }
}
.layout-2020 .footer__notifications a.button svg path {
  fill: white
}
.layout-2020 .footer__notifications a.button:hover {
  background-color: white;
  color: black
}
.layout-2020 .footer__notifications a.button:hover svg path {
  fill: black
}
.layout-2020 .footer__applications__logo {
  display: inline-block;
  width: 72px;
  height: 72px;
  background: url("") 50% no-repeat;
  background-size: contain;
  margin-right: 20px
}
.layout-2020 .footer__applications__desc {
  font-size: 14px;
  line-height: 20px
}
.layout-2020 .footer__applications__all {
  line-height: 20px
}
.layout-2020 .footer__applications__all span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  padding-left: 5px
}
.layout-2020 .footer__applications__buttons {
  margin: 20px 0
}
.layout-2020 .footer__applications__buttons a.button_ios, .layout-2020 .footer__applications__buttons a.button_android, .layout-2020 .footer__applications__buttons a.button_agallery {
  display: inline-block;
  justify-content: center;
  margin: 20px 20px 0 0;
  height: 46px;
  width: 165px
}
.layout-2020 .footer__description__title {
  font-size: 14px
}
.layout-2020 .footer__description__text {
  font-size: 11px;
  color: #A4C5CC
}
.layout-2020 .footer__description a {
  font-size: 12px
}
.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
  }
  .layout-2020 header.active-dropdown .header-background::before {
    opacity: 1
  }
  .layout-2020 header.active-dropdown::after {
    opacity: 0.7;
    pointer-events: auto
  }
}
@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.hidden-header {
  top: -100px
}
.layout-2020 header a {
  color: #fff
}
@media (max-width: 767px) {
  .layout-2020 header {
    transition: height 0.5s, background 0.5s, top 0.5s
  }
}
@media (min-width: 768px) {
  .layout-2020 .active-sub .header-background {
    height: 105px
  }
}
@media (min-width: 1024px) {
  .layout-2020 .active-sub .header-background {
    height: 125px
  }
}
@media (min-width: 1280px) {
  .layout-2020 .active-sub .header-background {
    height: 135px
  }
}
@media (max-width: 767px) {
  .layout-2020 .active-sub {
    height: 200vh;
    overflow: hidden;
    background: linear-gradient(180deg, #000 0%, #000000bd 50%, rgba(4, 2, 17, 0) 100%)
  }
}
.layout-2020 .active-sub .header::before {
  pointer-events: auto;
  opacity: 0.5
}
.layout-2020 .active-sub .header__menu-field {
  background-color: #fff
}
@media (max-width: 767px) {
  .layout-2020 .active-sub .header__menu-field {
    z-index: 99999
  }
}
.layout-2020 .active-sub .header__menu-field .dropdown-arrow {
  transform: rotate(-180deg)
}
.layout-2020 .active-sub .header__menu-field .dropdown-arrow::before, .layout-2020 .active-sub .header__menu-field .dropdown-arrow::after {
  background-color: black
}
@media (max-width: 767px) {
  .layout-2020 .active-sub .header__menu-field .dropdown-arrow {
    display: none
  }
}
.layout-2020 .active-sub .header__menu-field::before {
  background-color: #000 !important;
  transform: rotate(-45deg)
}
.layout-2020 .active-sub .header__menu-field::after {
  background-color: #000 !important;
  transform: rotate(45deg)
}
.layout-2020 .active-sub .header__page-title {
  display: none
}
.layout-2020 .active-sub .header__menu-field-text-active-sub {
  display: block;
  letter-spacing: 0
}
.layout-2020 .active-sub .header__burger {
  background-color: #000;
  transform: rotate(90deg)
}
.layout-2020 .active-sub .header__burger::after, .layout-2020 .active-sub .header__burger::before {
  background-color: #000
}
@media (max-width: 767px) {
  .layout-2020 .active-sub .header__burger {
    transform: none;
    background-color: transparent
  }
  .layout-2020 .active-sub .header__burger::after {
    transform: rotate(-45deg);
    top: 0
  }
  .layout-2020 .active-sub .header__burger::before {
    transform: rotate(45deg);
    top: 0
  }
}
.layout-2020 .active-sub .sub-header {
  height: auto;
  opacity: 1;
  pointer-events: auto;
  position: relative;
  top: 0;
  overflow: unset;
  align-items: flex-start
}
@media (max-width: 767px) {
  .layout-2020 .active-sub .sub-header {
    height: calc(100vh - 100px);
    position: absolute;
    top: 90px;
    left: -12px;
    width: calc(100% + 24px)
  }
}
@media (max-width: 767px) {
  .layout-2020 .show-shadow {
    height: 200vh
  }
}
@media (min-width: 768px) {
  .layout-2020 .show-shadow .header-background {
    height: 130px
  }
}
.layout-2020 .show-shadow .header::before {
  pointer-events: auto;
  opacity: 0.5;
  height: 90px
}
.layout-2020 .show-shadow .header__social-block {
  z-index: 1120
}
.layout-2020 .show-shadow .header__social-block .header__social-block-wrapper {
  opacity: 1;
  visibility: visible
}
.layout-2020 .show-shadow .header__social-block .header__social-block-icon {
  background-color: #fff
}
.layout-2020 .show-shadow .header__social-block .common-social-icon {
  fill: #000
}
.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__social-block-wrapper, .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_live {
  position: relative;
  padding-left: 18px
}
.layout-2020 .header__page-title_live::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  background-color: #F32B4F;
  border-radius: 100%;
  top: 50%;
  transform: translate(0, -50%)
}
@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__right-block_with-open-share::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  z-index: 1130;
  height: 70px
}
.layout-2020 .header__advertising-block {
  display: block;
  cursor: pointer
}
@media (max-width: 767px) {
  .layout-2020 .header__advertising-block {
    display: none
  }
}
.layout-2020 .header__social-block {
  justify-content: space-between;
  margin-right: 36px;
  margin-left: 12px
}
@media (min-width: 768px) {
  .layout-2020 .header__social-block {
    position: relative
  }
}
@media (max-width: 1023px) {
  .layout-2020 .header__social-block {
    width: 36px;
    height: 36px;
    padding: 0;
    margin-right: 30px;
    margin-left: 30px
  }
}
@media (max-width: 767px) {
  .layout-2020 .header__social-block {
    margin-right: 26px;
    margin-left: 0
  }
}
.layout-2020 .header__social-block-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid transparent;
  border-radius: 20px;
  transition: all 0.5s
}
@media (min-width: 1024px) {
  .layout-2020 .header__social-block-icon {
    display: none
  }
}
.layout-2020 .header__social-block-icon svg {
  margin-right: 4px
}
.layout-2020 .header__social-block-text {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  color: #878787;
  font-weight: 400;
  text-transform: none;
  margin-right: 32px
}
@media (min-width: 1024px) {
  .layout-2020 .header__social-block-text {
    display: none
  }
}
@media (max-width: 767px) {
  .layout-2020 .header__social-block-text {
    position: absolute;
    left: 0;
    top: -15px;
    text-align: center;
    width: 100%;
    margin-right: 0
  }
}
@media (max-width: 1023px) {
  .layout-2020 .header__social-block-wrapper {
    position: absolute;
    left: -275px;
    top: auto;
    padding-top: 20px;
    visibility: hidden;
    opacity: 0;
    width: 390px;
    transition: opacity 0.5s, visibility 0.5s
  }
}
@media (max-width: 767px) {
  .layout-2020 .header__social-block-wrapper {
    justify-content: space-around;
    left: 0;
    width: 100%;
    padding: 20px;
    margin-top: 36px
  }
}
.layout-2020 .header__social-element {
  position: relative;
  width: 36px;
  height: 36px
}
.layout-2020 .header__social-element:not(:last-child) {
  margin-right: 5px
}
.layout-2020 .header__geo-and-search-block {
  width: 160px;
  justify-content: center
}
@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.authorized {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 20px;
  transition: border-color 0.5s, opacity 0.5s, visibility 0.5s, transform 0.5s
}
.layout-2020 .header__user.authorized svg {
  display: block
}
.layout-2020 .header__user.authorized span {
  display: none
}
.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__user.notification::after {
  opacity: 1
}
.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_active {
  z-index: 1120;
  outline: none;
  background-color: #fff
}
.layout-2020 .header__geo_active::before, .layout-2020 .header__geo_active::after {
  background-color: #000 !important
}
.layout-2020 .header__geo_active path {
  fill: #000 !important
}
.layout-2020 .header__geo_active .dropdown-arrow {
  transform: rotate(-180deg)
}
.layout-2020 .header__geo_active .dropdown-arrow::before, .layout-2020 .header__geo_active .dropdown-arrow::after {
  background-color: black
}
.layout-2020 .header__geo svg {
  margin-right: 5px
}
.layout-2020 .header__geo .dropdown-arrow {
  right: 3px
}
.layout-2020 .header__search_active {
  z-index: 1120;
  outline: none;
  background-color: #fff
}
.layout-2020 .header__search_active path {
  fill: #000000e1 !important
}
.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
}
@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("../images/all-shows-d5e9abd6079474aa078cba37578269bf34741e9797d82c45bc6387bc0538408d.svg") no-repeat;
  margin-right: 10px
}
.layout-2020 .sub-header__dropdown-wrapper {
  margin-right: 10px
}
.layout-2020 .sub-header__dropdown-wrapper::before {
  z-index: 100
}
.layout-2020 .sub-header__dropdown-wrapper.mobile-hover::before {
  pointer-events: auto
}
.layout-2020 .sub-header__dropdown-wrapper.mobile-hover .sub-header__dropdown-menu {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.5s, opacity 0.5s, left 0.5s
}
@media (max-width: 767px) {
  .layout-2020 .sub-header__dropdown-wrapper.mobile-hover .sub-header__dropdown-menu {
    left: 0
  }
}
.layout-2020 .sub-header__dropdown-wrapper.mobile-hover .sub-header__link {
  border-color: #ffffff
}
.layout-2020 .sub-header__dropdown-wrapper.mobile-hover .sub-header__link_with-dropdown {
  z-index: 300
}
@media (min-width: 768px) {
  .layout-2020 .sub-header__dropdown-wrapper.mobile-hover::before {
    opacity: 0.9
  }
}
.layout-2020 .sub-header__dropdown-wrapper.mobile-hover .dropdown-arrow {
  transform: rotate(-180deg)
}
@media (max-width: 767px) {
  .layout-2020 .sub-header__dropdown-wrapper.mobile-hover .dropdown-arrow {
    transform: rotate(-90deg)
  }
}
@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)
  }
}
.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__shows-wrapper_sport {
  -moz-column-count: 3;
  column-count: 3
}
.layout-2020 .sub-header__shows-wrapper_hover-on-link .sub-header__show {
  color: #737373
}
.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_active {
  opacity: 1;
  visibility: visible
}
.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_active {
  opacity: 1;
  visibility: visible
}
.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: "Montserrat";
  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::-webkit-input-placeholder {
  color: transparent
}
.layout-2020 .search-block__input:focus::-moz-placeholder {
  color: transparent
}
.layout-2020 .search-block__input:focus:-ms-input-placeholder {
  color: transparent
}
.layout-2020 .search-block__input:focus::-ms-input-placeholder {
  color: transparent
}
.layout-2020 .search-block__input:focus::placeholder {
  color: transparent
}
.layout-2020 .search-block__input::-webkit-input-placeholder {
  color: #fff;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 20px;
  line-height: 20px
}
.layout-2020 .search-block__input::-moz-placeholder {
  color: #fff;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 20px;
  line-height: 20px
}
.layout-2020 .search-block__input:-ms-input-placeholder {
  color: #fff;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 20px;
  line-height: 20px
}
.layout-2020 .search-block__input::-ms-input-placeholder {
  color: #fff;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 20px;
  line-height: 20px
}
.layout-2020 .search-block__input::placeholder {
  color: #fff;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 20px;
  line-height: 20px
}
@media (max-width: 767px) {
  .layout-2020 .search-block__input::-webkit-input-placeholder {
    font-size: 13px
  }
  .layout-2020 .search-block__input::-moz-placeholder {
    font-size: 13px
  }
  .layout-2020 .search-block__input:-ms-input-placeholder {
    font-size: 13px
  }
  .layout-2020 .search-block__input::-ms-input-placeholder {
    font-size: 13px
  }
  .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: "Montserrat";
  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 .search-block ul.ui-autocomplete li.ui-menu-item {
  padding: 20px 15px;
  border-top: none;
  cursor: pointer
}
.layout-2020 .search-block ul.ui-autocomplete li.ui-menu-item:first-child {
  margin-top: 20px;
  border: none
}
.layout-2020 .search-block ul.ui-autocomplete li.ui-menu-item:hover {
  color: white;
  background-color: #58a6dd
}
.layout-2020 .search-block ul.ui-autocomplete li.ui-menu-item:active {
  color: white;
  background-color: #05519d
}
.layout-2020 .search-block ul.ui-autocomplete li.ui-menu-item.ui-state-focus {
  color: white;
  background-color: #58a6dd
}
.layout-2020 .search-block ul.ui-autocomplete li.ui-menu-item--date::before {
  display: inline-block;
  content: url("");
  margin-right: 10px;
  width: 20px;
  height: 36px;
  vertical-align: middle
}
.layout-2020 .main-menu-promo svg {
  pointer-events: none
}
.layout-2020 .main-menu-promo svg path, .layout-2020 .main-menu-promo svg polygon {
  fill: white
}
.layout-2020 .main-menu-promo svg *[stroke^='#'] {
  stroke: white
}
.white-header .layout-2020 {
  background: #fff
}
@media (max-width: 767px) {
  .white-header .layout-2020 header {
    background: linear-gradient(180deg, #fff 27.78%, #ffffffeb 100%);
    border-bottom: 1px solid #CDCDCD
  }
}
.white-header .layout-2020 header .header-background {
  background: linear-gradient(180deg, #fff 27.78%, #ffffffeb 100%);
  border-bottom: 1px solid #CDCDCD
}
.white-header .layout-2020 header .header-background::before {
  background: #fff
}
@media (max-width: 767px) {
  .white-header .layout-2020 header .header-background {
    background: none;
    border-bottom: none
  }
}
.white-header .layout-2020 header.active-dropdown .header-background::before {
  opacity: 1
}
.white-header .layout-2020 header a {
  color: #2657A2
}
.white-header .layout-2020 header .header {
  color: #2657A2
}
.white-header .layout-2020 header .header::before {
  background: linear-gradient(180deg, #fff 80%, #ffffff00 100%)
}
.white-header .layout-2020 header .header__logo svg path, .white-header .layout-2020 header .header__social-block-icon svg path, .white-header .layout-2020 header .header__geo-and-search-block svg path, .white-header .layout-2020 header .header__social-element svg path {
  fill: #2657A2
}
.white-header .layout-2020 header .header__menu-field, .white-header .layout-2020 header .header__menu-field:hover {
  border: 1px solid #2657A2
}
.white-header .layout-2020 header .header__menu-field .header__burger, .white-header .layout-2020 header .header__menu-field .header__burger::before, .white-header .layout-2020 header .header__menu-field .header__burger::after, .white-header .layout-2020 header .header__menu-field:hover .header__burger, .white-header .layout-2020 header .header__menu-field:hover .header__burger::before, .white-header .layout-2020 header .header__menu-field:hover .header__burger::after {
  background: #2657A2 !important
}
.white-header .layout-2020 header .header__menu-field-text-active-sub {
  color: #2657A2
}
.white-header .layout-2020 header .header__social-block:hover .header__social-block-icon {
  background-color: #2657A2
}
.white-header .layout-2020 header .header__social-block:hover .header__social-block-icon .common-social-icon {
  fill: #fff
}
.white-header .layout-2020 header .header__geo_active, .white-header .layout-2020 header .header__search_active {
  background-color: #0757a7
}
.white-header .layout-2020 header .header__geo_active svg path, .white-header .layout-2020 header .header__search_active svg path {
  fill: #fff !important
}
.white-header .layout-2020 header .header__geo_active .dropdown-arrow::before, .white-header .layout-2020 header .header__geo_active .dropdown-arrow::after, .white-header .layout-2020 header .header__search_active .dropdown-arrow::before, .white-header .layout-2020 header .header__search_active .dropdown-arrow::after {
  background-color: #fff
}
.white-header .layout-2020 header .header__user:hover {
  border-color: #2657A2
}
.white-header .layout-2020 header .sub-header__show:hover {
  color: #2657A2 !important
}
.white-header .layout-2020 header .sub-header__link:hover {
  border-color: #2657A2
}
.white-header .layout-2020 header .sub-header__link_active {
  background-color: #2657A2;
  color: #fff !important
}
.white-header .layout-2020 header .sub-header__link_active .sub-header__link-title {
  color: #fff !important
}
.white-header .layout-2020 header .sub-header__link_active .sub-header__link-title .dropdown-arrow::before, .white-header .layout-2020 header .sub-header__link_active .sub-header__link-title .dropdown-arrow::after {
  background-color: #fff
}
.white-header .layout-2020 header .sub-header__all-elements-link::before {
  background: url("../images/all-shows-blue-95e1cc96f5aca09ef9bd15e33bc820b675c2d2f515130409a6ffa40e7bacf611.svg") no-repeat
}
.white-header .layout-2020 header .sub-header__dropdown-wrapper::before {
  background: #fff
}
.white-header .layout-2020 header .sub-header__dropdown-column-descriptiion {
  color: #000
}
@media (max-width: 767px) {
  .white-header .layout-2020 header .sub-header__dropdown-column-descriptiion::after {
    background: #d6dfec
  }
}
.white-header .layout-2020 header .sub-header__back-arrow {
  border-color: #2657A2
}
.white-header .layout-2020 header .sub-header__back-arrow svg path {
  fill: #2657A2
}
@media (max-width: 767px) {
  .white-header .layout-2020 header .sub-header__dropdown-row-descriptiion {
    background-color: #d6dfec
  }
}
.white-header .layout-2020 header .sub-header__dropdown-menu {
  background: #fff
}
@media (max-width: 767px) {
  .white-header .layout-2020 header .sub-header__dropdown-menu {
    background-color: #d6dfec
  }
}
@media (min-width: 768px) {
  .white-header .layout-2020 header .sub-header__dropdown-menu::before {
    background: #fff
  }
}
.white-header .layout-2020 header .sub-header__watching-now-title {
  color: #2657A2
}
@media (max-width: 767px) {
  .white-header .layout-2020 .active-sub .header__menu-field .header__burger, .white-header .layout-2020 .active-sub .header__menu-field:hover .header__burger {
    background: transparent !important
  }
}
.white-header .layout-2020 .active-sub .dropdown-arrow::before, .white-header .layout-2020 .active-sub .dropdown-arrow::after {
  background-color: #2657A2
}
.white-header .layout-2020 .location-popup::before {
  background: #fff
}
.white-header .layout-2020 .location-popup__city:hover, .white-header .layout-2020 .location-popup__active-city {
  color: #2657A2
}
.white-header .layout-2020 .location-popup__title {
  color: #000
}
.white-header .layout-2020 .search-block::before {
  background: #fff
}
.white-header .layout-2020 .search-block__text {
  color: #2657A2
}
.white-header .layout-2020 .search-block__input {
  color: #2657A2;
  border-color: #2657A2
}
.white-header .layout-2020 .search-block__input::-webkit-input-placeholder {
  color: #2657A2
}
.white-header .layout-2020 .search-block__input::-moz-placeholder {
  color: #2657A2
}
.white-header .layout-2020 .search-block__input:-ms-input-placeholder {
  color: #2657A2
}
.white-header .layout-2020 .search-block__input::-ms-input-placeholder {
  color: #2657A2
}
.white-header .layout-2020 .search-block__input::placeholder {
  color: #2657A2
}
.white-header .layout-2020 .search-block__search-btn svg path {
  fill: #2657A2
}
.white-header .layout-2020 .main-menu-promo svg path, .white-header .layout-2020 .main-menu-promo svg polygon {
  fill: inherit
}
.white-header .layout-2020 .main-menu-promo svg *[stroke^='#'] {
  stroke: inherit
}
.white-header .layout-2020:hover {
  border-color: #2657A2
}
.layout-2020 {
  font-family: Roboto
}
.layout-2020 .live-branding {
  margin-top: -90px
}
@media (min-width: 768px) {
  .layout-2020 .live-branding {
    margin-top: -60px
  }
}
@media (min-width: 1024px) {
  .layout-2020 .live-branding {
    margin-top: -80px
  }
}
@media (min-width: 1280px) {
  .layout-2020 .live-branding {
    margin-top: -90px
  }
}
.layout-2020 .player__container {
  padding-bottom: 20px
}
.layout-2020 .player__container .interactivity-buttons, .layout-2020 .player__container .position-info {
  display: none !important
}
@media (min-width: 1024px) {
  .layout-2020 .player__container .button {
    margin-left: 10px;
    margin-right: 10px
  }
}
.layout-2020 .player__container .button_audio, .layout-2020 .player__container .button_feedback {
  padding: 10px;
  width: 40px;
  height: 40px;
  margin-bottom: 30px
}
.layout-2020 .player__container .button_audio:after, .layout-2020 .player__container .button_feedback:after {
  position: absolute;
  bottom: -30px;
  min-width: 60px;
  font-size: 9px;
  text-transform: uppercase
}
@media (min-width: 1024px) {
  .layout-2020 .player__container .button_audio {
    margin-bottom: 50px
  }
}
.layout-2020 .player__container .button_audio:after {
  content: "Аудио-версия"
}
.layout-2020 .player__container .button_feedback:after {
  content: "Сообщить о проблеме"
}
.layout-2020 .player__container .button_share-link:after {
  content: "Поделиться";
  bottom: -20px
}
.layout-2020 .player__container__left {
  order: 2;
  text-align: left;
  flex-direction: row
}
@media (min-width: 768px) {
  .layout-2020 .player__container__left {
    flex-direction: column;
    order: 1;
    text-align: center
  }
}
.layout-2020 .player__container__middle {
  order: 1
}
@media (min-width: 768px) {
  .layout-2020 .player__container__middle {
    order: 2
  }
}
.layout-2020 .player__container__middle .button {
  margin-right: 20px;
  transition: background 0.2s linear, border 0.2s linear, color 0.2s linear
}
@media (min-width: 1024px) {
  .layout-2020 .player__container__middle .button {
    margin-left: 0px
  }
}
.layout-2020 .player__container__middle .button_active {
  padding-left: 33px
}
.layout-2020 .player__container__middle .button_active:before {
  content: "";
  position: absolute;
  left: 13px;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: #ED1958
}
@media (max-width: 767px) {
  .layout-2020 .player__container__middle .ratio-16-9 {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 0;
    padding-right: 0
  }
}
.layout-2020 .player__container__right {
  order: 3;
  text-align: right
}
@media (max-width: 767px) {
  .layout-2020 .player__container__right {
    align-self: flex-start
  }
}
@media (min-width: 768px) {
  .layout-2020 .player__container__right {
    order: 3;
    text-align: center
  }
}
.layout-2020 .player__container__right .button {
  margin-bottom: 8px;
  margin-top: 8px
}
.layout-2020 .player__container__right .button:last-child {
  margin-bottom: 20px
}
.layout-2020 .player__container .ratio-16-9 {
  position: relative
}
.layout-2020 .player__container .ratio-16-9:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%
}
.layout-2020 .player__container .embedlive-remote {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  border: none;
  width: 100%;
  height: 100%
}
.layout-2020 article.live .schedule {
  position: relative
}
.layout-2020 article.live .schedule-line {
  height: 130px;
  margin: 0 auto 20px auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}
.layout-2020 article.live .schedule-line .card {
  height: 100%;
  width: 250px;
  padding: 15px 20px;
  position: relative;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  line-height: 0;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #01081A;
  cursor: pointer;
  transition: all 200ms;
  color: #7EB4F3;
  opacity: 0.7
}
.layout-2020 article.live .schedule-line .card:hover {
  color: white;
  opacity: 1
}
.layout-2020 article.live .schedule-line .card .time {
  font-size: 14px;
  font-weight: 900;
  line-height: 25px
}
.layout-2020 article.live .schedule-line .card.banner {
  width: 250px;
  opacity: 1;
  cursor: pointer !important;
  padding: 0
}
.layout-2020 article.live .schedule-line .card .watching-now, .layout-2020 article.live .schedule-line .card .on-air {
  display: none;
  font-size: 12px;
  line-height: 10px
}
.layout-2020 article.live .schedule-line .card .watching-now {
  padding-left: 10px
}
.layout-2020 article.live .schedule-line .card .on-air:before {
  content: "";
  display: inline-block;
  margin: 0 3px 1px 4px;
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background-color: #F32B4F
}
.layout-2020 article.live .schedule-line .card.current .watching-now, .layout-2020 article.live .schedule-line .card.now .on-air {
  display: inline
}
.layout-2020 article.live .schedule-line .card.current.now .watching-now {
  display: none
}
.layout-2020 article.live .schedule-line .card .title {
  max-height: 45px;
  overflow: hidden
}
.layout-2020 article.live .schedule-line .card .title__text, .layout-2020 article.live .schedule-line .card .title__text * {
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px
}
.layout-2020 article.live .schedule-line .card .age {
  display: none;
  margin-left: 5px;
  padding: 0 1px;
  height: 15px;
  font-size: 11px;
  line-height: 15px;
  font-weight: normal;
  border: 1px solid #7EB4F3;
  border-radius: 2px;
  vertical-align: middle;
  text-decoration: none
}
.layout-2020 article.live .schedule-line .card .button {
  font-size: 10px;
  font-weight: 500;
  position: absolute;
  bottom: 15px;
  margin: 0;
  padding: 0 17px 0 9px;
  height: 20px
}
.layout-2020 article.live .schedule-line .card .button_play:before, .layout-2020 article.live .schedule-line .card .button_play:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  left: auto;
  right: 8px;
  top: calc(50% - 3px);
  width: 5px;
  height: 6px;
  transition: opacity 0.2s linear
}
.layout-2020 article.live .schedule-line .card .button_play:before {
  background: 50% 50% no-repeat;
  background-size: 5px 6px;
  background-image: url("")
}
.layout-2020 article.live .schedule-line .card .button_play:after {
  opacity: 0;
  background: 50% 50% no-repeat;
  background-size: 5px 6px;
  background-image: url("")
}
.layout-2020 article.live .schedule-line .card .button_play:hover:after {
  opacity: 1
}
.layout-2020 article.live .schedule-line .card.unavailable {
  opacity: 0.5
}
.layout-2020 article.live .schedule-line .card.unavailable:hover {
  color: #7EB4F3
}
.layout-2020 article.live .schedule-line .card.unavailable .button_play {
  display: none
}
.layout-2020 article.live .schedule-line .card .hbbtv-icon_live {
  display: inline-block;
  width: 70px;
  height: 10px;
  vertical-align: -1px;
  box-sizing: content-box;
  z-index: 101;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 70px 10px;
  transition: opacity 0.2s linear
}
.layout-2020 article.live .schedule-line .card .hbbtv-icon_live:hover {
  cursor: pointer
}
.layout-2020 article.live .schedule-line .card.now {
  color: white
}
.layout-2020 article.live .schedule-line .card.now .time {
  font-size: 16px
}
.layout-2020 article.live .schedule-line .card.current .button_play {
  display: none
}
.layout-2020 article.live .schedule__banner {
  margin: 30px auto 0 auto
}
@media (max-width: 767px) {
  .layout-2020 article.live .schedule__banner {
    display: none
  }
}
.layout-2020 .kino1tv {
  font-family: "Roboto";
  font-size: 16px;
  line-height: 20px
}
.layout-2020 .kino1tv_sample {
  color: transparent;
  text-shadow: 0 0 6px #4a9eff
}
.layout-2020 .kino1tv_sample img {
  -webkit-filter: blur(10px);
  filter: blur(10px)
}
.layout-2020 .kino1tv_sample .kino1tv__genre {
  color: transparent
}
@media (max-width: 1023px) {
  .layout-2020 .kino1tv {
    font-size: 12px;
    line-height: 17px
  }
}
.layout-2020 .kino1tv__container {
  overflow: hidden
}
@media (min-width: 768px) {
  .layout-2020 .kino1tv__container .row {
    flex-wrap: nowrap
  }
}
.layout-2020 .kino1tv__title-wrapper {
  font-family: "Montserrat";
  text-align: center;
  color: #4A9EFF;
  margin: 60px 0 30px 0
}
.layout-2020 .kino1tv__logo {
  margin-bottom: 5px
}
.layout-2020 .kino1tv__logo svg path {
  fill: #4A9EFF
}
.layout-2020 .kino1tv__title {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px
}
@media (max-width: 1023px) {
  .layout-2020 .kino1tv__title {
    font-size: 16px;
    line-height: 20px
  }
}
.layout-2020 .kino1tv__now {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500
}
@media (max-width: 1023px) {
  .layout-2020 .kino1tv__now {
    font-size: 13px
  }
}
.layout-2020 .kino1tv__card {
  color: inherit;
  display: block
}
@media (max-width: 767px) {
  .layout-2020 .kino1tv__card {
    margin-bottom: 20px
  }
}
.layout-2020 .kino1tv__card-wrapper {
  position: relative;
  background-color: #1A192D;
  padding-top: 135%;
  border-radius: 4px;
  overflow: hidden
}
.layout-2020 .kino1tv__card-wrapper-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 90px;
  overflow: hidden
}
.layout-2020 .kino1tv__card-wrapper-inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  height: 24px;
  top: auto;
  bottom: 0;
  background: linear-gradient(to top, #1a192d 17%, #1a192d00 100%)
}
.layout-2020 .kino1tv__genre {
  color: #4A9EFF;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px
}
.layout-2020 .kino1tv__picture {
  height: 60%;
  display: flex;
  transition: height 0.5s;
  overflow: hidden
}
.layout-2020 .kino1tv__picture img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}
.layout-2020 .kino1tv__progress-bard {
  height: 5px;
  width: 100%;
  background-color: #01298E;
  position: relative
}
.layout-2020 .kino1tv__progress-bard-inside {
  height: 100%;
  background-color: #2253FF
}
.layout-2020 .kino1tv__description {
  padding: 24px 24px 0 24px;
  max-height: 100%
}
.layout-2020 .kino1tv__description:hover {
  height: 100%
}
.layout-2020 .kino1tv__card-title {
  margin-bottom: 20px;
  font-weight: 700
}
@media (max-width: 1023px) {
  .layout-2020 .kino1tv__card-title {
    margin-bottom: 10px
  }
}
.layout-2020 .kino1tv__button {
  position: absolute;
  bottom: 24px;
  right: 24px;
  left: 24px;
  line-height: 28px;
  height: 40px;
  background-color: #001958;
  text-align: center;
  overflow: hidden
}
.layout-2020 .kino1tv__button-text {
  z-index: 1;
  position: relative
}
.layout-2020 .kino1tv__bg-button {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 100%;
  background: linear-gradient(180deg, #0F33B4 0%, rgba(15, 51, 180, 0) 100%), #001958
}
.layout-2020 #kino1tv.kino1tv .slick-slider .slick-arrow .button {
  top: -80px
}
.layout-2020 .live-broadcasts__title-wrapper {
  font-family: "Montserrat";
  text-align: center;
  color: #4A9EFF;
  margin: 60px 0 30px 0
}
.layout-2020 .live-broadcasts__title {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px
}
@media (max-width: 1023px) {
  .layout-2020 .live-broadcasts__title {
    font-size: 16px;
    line-height: 20px
  }
}
.layout-2020 .live-broadcasts__card {
  position: relative;
  display: block;
  min-height: 270px
}
@media (min-width: 1024px) {
  .layout-2020 .live-broadcasts__card {
    min-height: 350px
  }
}
@media (min-width: 1280px) {
  .layout-2020 .live-broadcasts__card {
    min-height: 400px
  }
}
@media (min-width: 1568px) {
  .layout-2020 .live-broadcasts__card {
    min-height: 500px
  }
}
.layout-2020 .live-broadcasts .button {
  font-size: 14px;
  font-weight: 500;
  margin: 20px 0 30px;
  padding: 19px 45px 19px 40px;
  height: 20px
}
.layout-2020 .live-broadcasts .button_play:before, .layout-2020 .live-broadcasts .button_play:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  left: auto;
  right: 31px;
  top: calc(50% - 3px);
  width: 6px;
  height: 7px;
  transition: opacity 0.2s linear
}
.layout-2020 .live-broadcasts .button_play:before {
  background: 50% 50% no-repeat;
  background-size: 6px 7px;
  background-image: url("")
}
.layout-2020 .live-broadcasts .button_play:after {
  opacity: 0;
  background: 50% 50% no-repeat;
  background-size: 6px 7px;
  background-image: url("")
}
.layout-2020 .live-broadcasts .button_play:hover:after {
  opacity: 1
}
.layout-2020 .live-broadcasts__description__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background-image: linear-gradient(180deg, #00000000 30%, #310000 50%);
  color: #F9D9C7
}
.layout-2020 .live-broadcasts__description__wrapper .button {
  color: #fff;
  border-color: #fff
}
.layout-2020 .live-broadcasts__description__wrapper .button:hover {
  background-color: #fff;
  color: #000 !important;
  border-color: #fff
}
.layout-2020 .live-broadcasts__description__wrapper svg path {
  fill: #B00F0F
}
.layout-2020 .live-broadcasts__description__wrapper svg line {
  stroke: #B00F0F
}
.layout-2020 .live-broadcasts__description {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding: 0 10px
}
.layout-2020 .live-broadcasts__description__text {
  display: none;
  font-weight: 400;
  margin-top: 10px
}
.layout-2020 .live-broadcasts__channel {
  display: inline-flex;
  padding: 4px 15px;
  margin: 20px 0;
  background-color: white;
  border-radius: 3px;
  text-transform: uppercase;
  color: #B00F0F
}
.layout-2020 .live-broadcasts__coming-soon {
  position: absolute;
  top: 0;
  background-color: #ED1649;
  color: white;
  padding: 4px 37px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 700
}
.layout-2020 .live-broadcasts__coming-soon:before {
  position: relative;
  content: "Скоро"
}
.layout-2020 .live-broadcasts__description__wrapper__blue {
  background-image: linear-gradient(180deg, #00000000 30%, #271543 50%)
}
.layout-2020 .live-broadcasts__description__wrapper__blue {
  color: white
}
.layout-2020 .live-broadcasts__description__wrapper__blue .button {
  color: white;
  border-color: white
}
.layout-2020 .live-broadcasts__description__wrapper__blue .button:before {
  background: 50% 50% no-repeat;
  background-size: 6px 7px;
  background-image: url("")
}
.layout-2020 .live-broadcasts__description__wrapper__blue .button:hover {
  color: black;
  background-color: white
}
.layout-2020 .live-broadcasts__description__wrapper__blue .live-broadcasts__channel {
  color: #271543
}
.layout-2020 .live-broadcasts__description__wrapper__blue .live-broadcasts__channel svg path {
  fill: #271543
}
.layout-2020 .live-broadcasts__description__wrapper__blue .live-broadcasts__channel svg line {
  stroke: #271543
}
.layout-2020 .footer-promo-place {
  margin-top: 50px
}
@media (max-width: 767px) {
  .layout-2020 #schedule.schedule .slick-slider .slick-arrow.slick-next {
    display: block !important
  }
  .layout-2020 #schedule.schedule .slick-slider .slick-arrow.slick-next .button {
    display: none
  }
}
.layout-2020 .eump-minimized-background {
  background-color: #1c1e25
}
.layout-2020 .branding_promo_place:not(.loaded) [data-promo-type="live_brand"] {
  height: 90px
}
.layout-2020 .branding {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  background-color: #e3e2db;
  height: auto;
  overflow: hidden
}
@media (min-width: 768px) {
  .layout-2020 .branding {
    width: auto;
    height: 240px
  }
}
@media (min-width: 1024px) {
  .layout-2020 .branding {
    height: 300px
  }
}
.layout-2020 .branding:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background-image: linear-gradient(0deg, #000 0px, #00000000 60px)
}
.layout-2020 .branding__background {
  display: block
}
.layout-2020 .branding__background img {
  max-width: none
}
@media (max-width: 767px) {
  .layout-2020 .branding__background {
    width: 100%
  }
  .layout-2020 .branding__background img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto !important
  }
}
.layout-2020 .share {
  padding-bottom: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center
}
@media (max-width: 767px) {
  .layout-2020 .share {
    justify-content: flex-end;
    flex-direction: row
  }
}
.layout-2020 .share a {
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  display: flex;
  opacity: 1
}
.layout-2020 .share *:focus, .layout-2020 .share *:active {
  outline: none
}
.layout-2020 .share:after {
  content: "Поделиться";
  position: absolute;
  display: block;
  bottom: 0;
  text-transform: uppercase;
  min-width: 60px;
  font-size: 9px;
  line-height: 120%;
  color: #4A9FFF
}
@media (max-width: 767px) {
  .layout-2020 .share:after {
    content: none
  }
}
.layout-2020 .share_hint:after {
  content: "Скопировано"
}
.layout-2020 .share .ya-share2__list {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
  list-style-type: none
}
.layout-2020 .share__popup {
  border: none;
  box-shadow: none;
  background-color: transparent;
  bottom: 30px;
  padding: 60px 25px 25px 25px;
  right: -20px
}
@media (min-width: 768px) {
  .layout-2020 .share__popup {
    display: block
  }
}
.layout-2020 .share__popup_visible {
  display: none
}
.layout-2020 .share .ya-share2__list_direction_vertical li {
  transition: opacity 0.3s linear
}
.layout-2020 .share .ya-share2__list_direction_vertical:hover li {
  opacity: 0.8
}
.layout-2020 .share .ya-share2__list_direction_vertical:hover li:before {
  opacity: 1
}
.layout-2020 .share .ya-share2__list_direction_vertical:hover li:hover {
  opacity: 1
}
.layout-2020 .share .ya-share2__item {
  margin: 0;
  position: relative
}
.layout-2020 .share .ya-share2__item_more {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer
}
@media (min-width: 768px) {
  .layout-2020 .share .ya-share2__item_more {
    height: 0;
    border-width: 0
  }
}
.layout-2020 .share .ya-share2__item_more:hover:before {
  opacity: 1
}
.layout-2020 .share .ya-share2__item_more:hover .ya-share2__popup {
  display: block
}
.layout-2020 .share .ya-share2__link {
  background-color: transparent
}
.layout-2020 .share .ya-share2__link_more .ya-share2__icon_more {
  background-size: auto;
  background-color: transparent;
  border: transparent
}
.layout-2020 .share .ya-share2__link_more .ya-share2__icon_more:before, .layout-2020 .share .ya-share2__link_more .ya-share2__icon_more:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  transition: opacity 0.3s linear
}
.layout-2020 .share .ya-share2__link_more .ya-share2__icon_more:before {
  background: 50% 50% no-repeat;
  background-size: 23px 24px;
  background-image: url("")
}
.color-scheme-black .layout-2020 .share .ya-share2__link_more .ya-share2__icon_more:before {
  background: 50% 50% no-repeat;
  background-size: 23px 24px;
  background-image: url("")
}
@media (min-width: 1024px) {
  .layout-2020 .share .ya-share2__link_more .ya-share2__icon_more:before {
    background: 50% 50% no-repeat;
    background-size: 23px 24px;
    background-image: url("")
  }
  .color-scheme-black .layout-2020 .share .ya-share2__link_more .ya-share2__icon_more:before {
    background: 50% 50% no-repeat;
    background-size: 23px 24px;
    background-image: url("")
  }
}
.layout-2020 .share .ya-share2__link_more .ya-share2__icon_more:after {
  opacity: 0;
  background: 50% 50% no-repeat;
  background-size: 23px 24px;
  background-image: url("")
}
.color-scheme-black .layout-2020 .share .ya-share2__link_more .ya-share2__icon_more:after {
  background: 50% 50% no-repeat;
  background-size: 23px 24px;
  background-image: url("")
}
.layout-2020 .share .ya-share2__item {
  border: 1px #4A9FFF solid;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  margin: 10px 0;
  transition: background-color 0.3s linear
}
@media (max-width: 767px) {
  .layout-2020 .share .ya-share2__item {
    display: inline-block;
    margin: 10px 4px
  }
}
.layout-2020 .share .ya-share2__item_copy_embed {
  margin-top: 0
}
@media (max-width: 767px) {
  .layout-2020 .share .ya-share2__item_copy_embed {
    margin-top: 10px;
    margin-right: 0
  }
}
.layout-2020 .share .ya-share2__item:hover {
  opacity: 1;
  background-color: #4A9FFF
}
.layout-2020 .share .ya-share2__item:hover:before {
  opacity: 1
}
.layout-2020 .share .ya-share2__item_more:hover .ya-share2__icon_more:before {
  opacity: 0
}
.layout-2020 .share .ya-share2__item_more:hover .ya-share2__icon_more:after {
  opacity: 1
}
.layout-2020 .share .ya-share2__item_service_odnoklassniki .ya-share2__icon, .layout-2020 .share .ya-share2__item_service_vkontakte .ya-share2__icon, .layout-2020 .share .ya-share2__item_service_twitter .ya-share2__icon, .layout-2020 .share .ya-share2__item_copy_embed .ya-share2__icon {
  background: transparent
}
.layout-2020 .share .ya-share2__item_service_odnoklassniki .ya-share2__icon:before, .layout-2020 .share .ya-share2__item_service_odnoklassniki .ya-share2__icon:after, .layout-2020 .share .ya-share2__item_service_vkontakte .ya-share2__icon:before, .layout-2020 .share .ya-share2__item_service_vkontakte .ya-share2__icon:after, .layout-2020 .share .ya-share2__item_service_twitter .ya-share2__icon:before, .layout-2020 .share .ya-share2__item_service_twitter .ya-share2__icon:after, .layout-2020 .share .ya-share2__item_copy_embed .ya-share2__icon:before, .layout-2020 .share .ya-share2__item_copy_embed .ya-share2__icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  transition: opacity 0.2s linear
}
.layout-2020 .share .ya-share2__item_service_odnoklassniki .ya-share2__icon:after, .layout-2020 .share .ya-share2__item_service_vkontakte .ya-share2__icon:after, .layout-2020 .share .ya-share2__item_service_twitter .ya-share2__icon:after, .layout-2020 .share .ya-share2__item_copy_embed .ya-share2__icon:after {
  opacity: 0
}
.layout-2020 .share .ya-share2__item_service_odnoklassniki:hover .ya-share2__icon:before, .layout-2020 .share .ya-share2__item_service_vkontakte:hover .ya-share2__icon:before, .layout-2020 .share .ya-share2__item_service_twitter:hover .ya-share2__icon:before, .layout-2020 .share .ya-share2__item_copy_embed:hover .ya-share2__icon:before {
  opacity: 0
}
.layout-2020 .share .ya-share2__item_service_odnoklassniki:hover .ya-share2__icon:after, .layout-2020 .share .ya-share2__item_service_vkontakte:hover .ya-share2__icon:after, .layout-2020 .share .ya-share2__item_service_twitter:hover .ya-share2__icon:after, .layout-2020 .share .ya-share2__item_copy_embed:hover .ya-share2__icon:after {
  opacity: 1
}
.layout-2020 .share .ya-share2__item_service_odnoklassniki .ya-share2__icon:before {
  background: 50% 50% no-repeat;
  background-size: 30px 30px;
  background-image: url("")
}
.layout-2020 .share .ya-share2__item_service_odnoklassniki .ya-share2__icon:after {
  background: 50% 50% no-repeat;
  background-size: 30px 30px;
  background-image: url("")
}
.layout-2020 .share .ya-share2__item_service_vkontakte .ya-share2__icon:before {
  background: 50% 50% no-repeat;
  background-size: 30px 30px;
  background-image: url("")
}
.layout-2020 .share .ya-share2__item_service_vkontakte .ya-share2__icon:after {
  background: 50% 50% no-repeat;
  background-size: 30px 30px;
  background-image: url("")
}
.layout-2020 .share .ya-share2__item_service_twitter .ya-share2__icon:before {
  background: 50% 50% no-repeat;
  background-size: 30px 30px;
  background-image: url("")
}
.layout-2020 .share .ya-share2__item_service_twitter .ya-share2__icon:after {
  background: 50% 50% no-repeat;
  background-size: 30px 30px;
  background-image: url("")
}
.layout-2020 .share .ya-share2__item_copy_embed .ya-share2__icon:before {
  background: 50% 50% no-repeat;
  background-size: 25px 25px;
  background-image: url("")
}
.layout-2020 .share .ya-share2__item_copy_embed .ya-share2__icon:after {
  background: 50% 50% no-repeat;
  background-size: 25px 25px;
  background-image: url("")
}
.layout-2020 .share .ya-share2__icon {
  border-radius: 40px
}
.layout-2020 .share .ya-share2__title {
  display: none
}
.layout-2020 .share .ya-share2__input_copy {
  display: none
}
.layout-2020 .share .ya-share2__badge {
  background-color: transparent;
  overflow: visible
}
.layout-2020 .share .ya-share2__icon:before, .layout-2020 .share .ya-share2__link_copy:before {
  content: none
}
.layout-2020 .share .ya-share2__link_copy:before, .layout-2020 .share .ya-share2__link_copy:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  transition: opacity 0.2s linear
}
.layout-2020 .share .ya-share2__link_copy:before {
  background: 50% 50% no-repeat;
  background-size: 24px 14px;
  background-image: url("")
}
.layout-2020 .share .ya-share2__link_copy:after {
  background: 50% 50% no-repeat;
  background-size: 24px 14px;
  background-image: url("");
  opacity: 0
}
.layout-2020 .share .ya-share2__link_copy:hover:before {
  opacity: 0
}
.layout-2020 .share .ya-share2__link_copy:hover:after {
  opacity: 1
}
.layout-2020 .itv-push-settings {
  max-width: 984px;
  width: 100%;
  background-color: white;
  padding: 30px 0;
  color: #000
}
@media (max-width: 767px) {
  .layout-2020 .itv-push-settings {
    max-width: 100%
  }
}
.layout-2020 .itv-push-settings__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 30px;
  color: #0757a8;
  text-align: center
}
@media (min-width: 1024px) {
  .layout-2020 .itv-push-settings__projects {
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
  }
}
.layout-2020 .itv-push-settings__project {
  width: calc(33% - 20px);
  min-width: 280px;
  margin-bottom: 1px;
  margin-left: 10px;
  margin-right: 10px;
  -moz-column-break-inside: avoid;
  break-inside: avoid
}
@media (max-width: 767px) {
  .layout-2020 .itv-push-settings__project {
    width: calc(100% - 40px)
  }
}
.layout-2020 .itv-push-settings__project:active .itv-push-settings__project_icon {
  background-image: url("../images/bell-ding-gray-d8faa1f4a2738eaa58e365715b4829bba52b735b4ae6e8bff28ee95eb2b64d2e.svg")
}
.layout-2020 .itv-push-settings__hover-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 8px;
  font-size: 18px;
  line-height: 20px;
  border: 1px solid transparent;
  border-radius: 50px;
  cursor: pointer
}
@media (min-width: 1024px) {
  .layout-2020 .itv-push-settings__hover-wrapper:hover {
    border-color: gray
  }
}
.layout-2020 .itv-push-settings__project--subscribed .itv-push-settings__project_icon {
  background-image: url("")
}
.layout-2020 .itv-push-settings__project_icon {
  min-width: 40px;
  height: 20px;
  background-image: url("../images/bell-gray-15cdb12ea09d074428843552b2eec316d89da3da90eba45f21b7c7ec298bc379.svg");
  background-size: 25px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none
}
.layout-2020 .itv-push-settings__project_text {
  min-width: 228px;
  pointer-events: none
}
.layout-2020 .slick-slider {
  justify-content: center
}
.layout-2020 .slick-slide:focus, .layout-2020 .slick-slide:active {
  outline: none
}
.layout-2020 .slick-arrow {
  z-index: 12;
  opacity: 1 !important;
  transition: opacity 300ms;
  display: block;
  position: absolute;
  height: calc(100% + 6px);
  top: -3px !important;
  width: 80px !important;
  margin: 0;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center
}
.layout-2020 .slick-arrow.slick-next {
  right: 0;
  background-image: linear-gradient(90deg, #00000000 0%, #000 60%);
  background-size: cover !important
}
.layout-2020 .slick-arrow.slick-prev {
  left: 0;
  background-image: linear-gradient(270deg, #00000000 0%, #000 60%);
  background-size: cover !important
}
.layout-2020 .slick-arrow .button {
  transition: opacity 0.2s linear, background-color 0.2s linear;
  width: 32px;
  height: 32px;
  margin: 0
}
.layout-2020 .slick-arrow:hover .button {
  background-color: #4A9FFF
}
.layout-2020 .slick-arrow:hover .button svg path {
  fill: black
}
.layout-2020 .slick-dots button {
  height: 6px;
  width: 6px
}
.layout-2020 .slick-dots li {
  height: auto;
  margin: 0 2px !important
}
.layout-2020 .slick-dots li.slick-active button {
  border-color: #fff !important
}
.layout-2020 .slick-slider ul.slick-dots li button {
  border: 1px solid #fff
}
@media (max-width: 767px) {
  .layout-2020 .slick-slider .slick-arrow {
    display: none !important
  }
}
.layout-2020 .search_in_project {
  opacity: 1;
  text-transform: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: initial;
  padding: 0 10px
}
.white-header .layout-2020 .search_in_project {
  color: #2657A2
}
.white-header .layout-2020 .search_in_project label::before {
  border-color: #2657A2
}
.white-header .layout-2020 .search_in_project input:checked+label::before {
  background-image: url("../images/search-checkbox-v-10137fa952caa904c52342876f52a75fb72d4a907f0fd72c96a0f8cff4ac3ef8.svg") !important
}
.white-header .layout-2020 .search_in_project input:active+label::before {
  background-color: inherit !important
}
* {
  box-sizing: border-box
}
body {
  min-width: 320px;
  margin: 0
}
.th-def-color-base {
  color: #05519d
}
a {
  text-decoration: none;
  color: #337ab7
}
a:hover {
  color: #23527c;
  text-decoration: underline
}
p a {
  text-decoration: underline
}
.invisible {
  visibility: hidden
}
.hidden {
  display: none !important
}
input, textarea, select, button {
  font-family: "PT Sans", sans-serif
}
.clearfix::after {
  content: "";
  display: block;
  clear: both
}
img.cols {
  width: 100%
}
html {
  -ms-overflow-style: scrollbar;
  -webkit-text-size-adjust: 100%
}
html.noscroll {
  overflow: hidden;
  -ms-overflow-style: hidden
}
body {
  font-family: "PT Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
body::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1
}
.ui-helper-hidden-accessible {
  display: none
}
#overlay {
  position: absolute;
  z-index: 99;
  top: -500px;
  left: 0;
  width: 100%;
  height: 3000px
}
.header_ads {
  height: 130px;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5
}
.header_ads img {
  max-width: 100%;
  display: block;
  margin: 0 auto
}
.bg-white {
  background-color: white
}
.nowrap {
  white-space: pre
}
.normal-wrap {
  white-space: normal
}
.itv-nowrap {
  white-space: nowrap
}
.inline-block {
  display: inline-block
}
.container {
  padding: 0
}
.noclick {
  pointer-events: none
}
.ads {
  border: 1px solid #e0e0e0;
  padding: 36px
}
.ads img {
  margin-left: auto;
  margin-right: auto
}
.margin-side-20 {
  margin-left: 20px;
  margin-right: 20px
}
.height-30 {
  height: 30px
}
@media (min-width: 733px) {
  body {
    min-width: 1024px
  }
  .hide-on-desktop {
    display: none;
    visibility: hidden
  }
}
@media (max-width: 732px) and (orientation: landscape) {
  .hide-on-landscape {
    display: none;
    visibility: hidden
  }
}
.ratio-9-16 {
  display: block;
  width: 31.694%;
  margin: 0 auto
}
.ratio-9-16::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 177.8%
}
@media (max-width: 732px) {
  .ratio-9-16 {
    width: 100%
  }
}
.ratio-16-9 {
  position: relative
}
.ratio-16-9::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%
}
.ratio-16-9>img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
@media (max-width: 732px) and (orientation: portrait) {
  .ratio-16-9.mobile-interactivity-iframe {
    height: 120vw
  }
}
.ratio-16-9.video_illustration>.player {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
.ratio-16-9 .stream-player-cover {
  stroke: #FFF;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20
}
.ratio-16-9 .stream-player-cover .eump-big-button-reload {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 10em;
  width: 10em
}
.side-ads {
  margin: 20px auto;
  display: block;
  vertical-align: top
}
.side-ads::before {
  content: "Реклама";
  display: block;
  width: 312px;
  margin: 0 auto;
  color: #bcbcbc;
  opacity: 0.5;
  font-size: 10px
}
.side-ads .ads-block {
  margin: 0 auto
}
.side-ads .ads-block img {
  display: block;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #e0e0e0
}
.th-color-black {
  color: black
}
.th-bg-black {
  background-color: black
}
.th-bg-white {
  background-color: white
}
.th-color-text-article {
  color: #05519d
}
section.video-cards .side-promo-place-right, section.video-cards .side-ads {
  margin: 0
}
hr {
  border: 0;
  height: 1px;
  background: #333
}
hr.blue {
  background-color: #58a6dd
}
hr.fat {
  position: relative;
  height: 10px;
  background-color: #05519d;
  margin: 0 auto;
  padding: 0
}
.uppercase {
  text-transform: uppercase;
  letter-spacing: 0.25px
}
main {
  font-family: "PT Sans", serif;
  transition: all 0.1s linear
}
main.blurred {
  -webkit-filter: blur(20px);
  filter: blur(20px)
}
.row>div[class^="col-"]:first-child {
  padding-left: 0
}
.row>div[class^="col-"]:last-child {
  padding-right: 0
}
section[class*="-cards"] {
  padding: 0
}
section[class*="-cards"] .card {
  border-top: 1px solid #a1c5e1;
  padding: 20px 0 20px 0;
  line-height: 20px;
  font-size: 18px;
  position: relative
}
section[class*="-cards"] .card section.time, section[class*="-cards"] .card section.body, section[class*="-cards"] .card .image, section[class*="-cards"] .card .text, section[class*="-cards"] .card .age, section[class*="-cards"] .card section.content {
  display: inline-block;
  vertical-align: top
}
section[class*="-cards"] .card.card-small {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px
}
section[class*="-cards"] .card.card-small .time {
  float: left
}
section[class*="-cards"] .card.card-small a.title {
  margin: 0 0 0 50px;
  font-size: 16px;
  color: black
}
section[class*="-cards"] .card.card-small a.title span.icon {
  margin-left: 5px
}
section[class*="-cards"] .card.dim {
  opacity: 0.9
}
section[class*="-cards"] .card .padded {
  padding: 0 20px
}
section[class*="-cards"] .card .padded .title {
  margin: 0 0 15px 0
}
section[class*="-cards"] .card .title, section[class*="-cards"] .card a.title {
  margin: 0 0 5px 0;
  display: block;
  font-size: 18px;
  font-weight: bold
}
section[class*="-cards"] .card .title h2, section[class*="-cards"] .card a.title h2 {
  margin: -7px 0 15px 0;
  color: black;
  font-size: 26px;
  line-height: 30px
}
section[class*="-cards"] .card.hot .time, section[class*="-cards"] .card.hot .title h2, section[class*="-cards"] .card.hot .title a, section[class*="-cards"] .card.hot a.title, section[class*="-cards"] .card.hot .title {
  color: #eb0f4d
}
section[class*="-cards"] .card p {
  margin: 0;
  font-size: 14px
}
section[class*="-cards"] .card .red {
  color: #eb0f4d
}
section[class*="-cards"] .card .gray {
  color: #96a0a8
}
section[class*="-cards"] .card .date {
  margin: 0 20px 0 0
}
section[class*="-cards"] .card .time {
  font-weight: bold;
  color: #05519d;
  text-align: left;
  margin-bottom: 5px
}
section[class*="-cards"] .card .image .border {
  position: relative;
  border: 1px solid #96a0a8;
  padding: 3px
}
section[class*="-cards"] .card .image .border img {
  width: 100%;
  height: 100%
}
section[class*="-cards"] .card .image .info {
  position: absolute;
  height: 20px;
  width: 100%;
  margin-top: -20px
}
section[class*="-cards"] .card .image .info .play {
  position: absolute;
  right: 10px;
  bottom: 5px;
  width: 20px;
  height: 20px;
  background: url("../images/play-icon-4e126a4b2d6a86eb9fcb14fb79a451e190b4ff18362d3d7d6f3eed8299924ef7.svg")
}
section[class*="-cards"] .card .age {
  font-size: 14px;
  display: inline-block
}
section[class*="-cards"] .card .age .border {
  float: right;
  margin-right: 10px;
  color: #96a0a8;
  border: 1px solid #96a0a8;
  padding: 0 2px;
  border-radius: 2px
}
section[class*="-cards"].video-cards .card {
  display: inline-block;
  position: relative;
  vertical-align: top;
  text-decoration: none;
  padding: 3px 0
}
section[class*="-cards"].video-cards .card.card-width-4 {
  width: 312px;
  margin: 0 12px 24px 12px
}
section[class*="-cards"].video-cards .card.card-width-3 {
  width: 228px;
  margin: 0 24px 24px 0
}
section[class*="-cards"].video-cards .card.card-width-3:nth-child(4n) {
  margin: 0 0 24px 0
}
section[class*="-cards"].video-cards .card.no-border {
  border: none
}
section[class*="-cards"].video-cards .card.watched {
  opacity: 0.5
}
section[class*="-cards"].video-cards .card .text {
  font-size: 18px;
  padding: 17px
}
section[class*="-cards"].video-cards .card .text .title {
  font-size: 26px;
  color: #05519d
}
section[class*="-cards"].video-cards .card .text p.subtitle {
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  color: #05519d
}
section[class*="-cards"].video-cards .card .text a.issue {
  color: black;
  text-decoration: none;
  display: block;
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 10px;
  font-weight: bold
}
section[class*="-cards"].video-cards .card img {
  max-width: 100%;
  max-height: 171px
}
section[class*="-cards"].video-cards .card .info {
  color: #ffffff;
  position: absolute;
  margin-top: -40px;
  height: 40px;
  text-align: center;
  width: 100%
}
section[class*="-cards"].video-cards .card .info div {
  height: 100%
}
section[class*="-cards"].video-cards .card .info .counter, section[class*="-cards"].video-cards .card .info .time {
  width: 100px;
  font-size: 26px;
  background-color: #257fc7;
  color: #ffffff;
  line-height: 40px
}
section[class*="-cards"].video-cards .card .info .date {
  position: absolute;
  left: 100px;
  margin-top: -40px;
  width: 100px;
  font-size: 16px;
  line-height: 46px;
  vertical-align: top;
  background-color: rgba(37, 127, 199, 0.7)
}
section[class*="-cards"].video-cards .card .info .play {
  background: url("../images/play-icon-4e126a4b2d6a86eb9fcb14fb79a451e190b4ff18362d3d7d6f3eed8299924ef7.svg");
  position: absolute;
  bottom: 10px;
  right: 15px;
  width: 20px;
  height: 20px
}
section[class*="-cards"].video-cards .card.promo img {
  max-height: 120%
}
.hot.hasVideo .title span.titleicon {
  background-image: url("")
}
.hasVideo .title span.titleicon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 19px;
  height: 19px;
  background-image: url("../images/playicon-blue-4a640670c99f2caa7371a795dc13e933ac25855a53c62c494914525ffd78a9e1.svg")
}
.title {
  word-break: break-word
}
.title:hover span {
  text-decoration: underline
}
.tag-container {
  font-size: 13px
}
.tag-container .tag-group {
  margin-top: 5px
}
.tag-container .tag-group .name {
  opacity: 0.4;
  margin-bottom: 12px
}
.tag-container .tag {
  text-decoration: none;
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 5px;
  border: 1px solid #58a6dd;
  border-radius: 2px;
  color: #5296db
}
.tag-container .tag:hover {
  background-color: #58a6dd;
  color: white
}
.tag-container .tag:active {
  background-color: #1b354a
}
section.face img {
  width: 144px;
  display: block;
  border-radius: 50%;
  margin: 0 auto
}
section.face .name {
  word-spacing: 500px;
  text-align: center;
  width: 100%;
  color: #05519d;
  font-size: 20px
}
section.face .text {
  text-align: center;
  width: 100%;
  color: #96a0a8;
  font-size: 16px
}
section.collection-faces .collection-name {
  text-align: center;
  margin: 30px 0;
  font-size: 24px;
  letter-spacing: 0.5px;
  overflow: hidden
}
section.collection-faces section.cards {
  text-align: center;
  margin: 0 -24px
}
section.collection-faces section.cards .face {
  display: inline-block;
  padding: 0 12px;
  margin-bottom: 40px
}
section.collection-faces section.cards .face .name {
  margin-top: 15px;
  font-weight: bold
}
span.icon {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px
}
span.icon.arrow-up {
  margin-top: -5px;
  margin-right: 10px;
  background-image: url("")
}
span.icon.play {
  width: 19px;
  height: 19px;
  background-image: url("../images/play-icon-4e126a4b2d6a86eb9fcb14fb79a451e190b4ff18362d3d7d6f3eed8299924ef7.svg")
}
.display_none {
  display: none
}
.slick-slider {
  z-index: 11
}
.slick-slider .slick-arrow {
  opacity: 0
}
.slick-slider:hover .slick-arrow {
  opacity: 0.8
}
.slick-slider:hover .slick-arrow:hover {
  opacity: 1
}
@media (max-width: 732px) {
  .hide-on-mobile {
    display: none !important
  }
  .scroll-top {
    display: none !important
  }
  .container {
    width: 100%
  }
  .container .row {
    width: 100%;
    margin: 0
  }
}
a.player-feedback {
  color: #337ab7 !important;
  display: inline-block;
  margin-top: 15px;
  float: right;
  font-size: 14px
}
a.player-feedback.mobile {
  display: none
}
.flex-center {
  display: flex;
  justify-content: center
}
.welcome-popup {
  max-width: 984px;
  margin: 0 auto;
  padding: 70px 0 60px 0;
  background-color: white
}
.welcome-popup h2 {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 0;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #05519d
}
.welcome-popup h2 span {
  white-space: pre;
  display: inline-block
}
.welcome-popup h2 span::after {
  content: " ";
  display: inline-block
}
.welcome-popup .buttons {
  margin: 80px 72px 0;
  text-align: center
}
.welcome-popup .buttons a {
  max-width: 396px;
  display: inline-block;
  margin: 10px 12px
}
.welcome-popup .buttons a.white {
  border: 1px solid #05519d;
  border-radius: 3px
}
@media (max-width: 732px) {
  .welcome-popup {
    margin: 0 20px;
    padding: 20px 0
  }
  .welcome-popup h2 {
    font-size: 22px;
    line-height: 30px
  }
  .welcome-popup .buttons {
    margin: 50px 0 0 0
  }
  .welcome-popup .buttons a {
    margin: 0 20px 20px;
    width: calc(100% - 40px)
  }
}
.centered-text {
  text-align: center
}
#user_comments {
  position: relative;
  text-align: center;
  min-height: 90px
}
#user_comments iframe {
  position: relative;
  margin-top: 10px !important;
  background-color: white;
  max-width: 984px;
  width: 1px;
  min-width: 100%
}
#user_comments .placeholder {
  position: absolute;
  display: block;
  width: 100%;
  margin: 30px auto;
  font-size: 24px;
  font-weight: bold;
  vertical-align: middle;
  color: #0e61a2
}
#user_comments .placeholder::after {
  content: "";
  display: inline-block;
  position: relative;
  margin-top: -6px;
  margin-left: 10px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
@media (max-width: 732px) {
  #user_comments {
    margin: 20px auto 0
  }
  #user_comments .placeholder {
    margin: 10px auto
  }
}
@media (max-width: 732px) {
  .article-wide #user_comments {
    margin-left: 20px;
    margin-right: 20px
  }
}
.pill-buttons {
  margin-bottom: 35px;
  padding: 0
}
.pill-buttons button, .pill-buttons a.button {
  display: inline-block;
  margin: 0;
  width: 50%;
  line-height: 38px;
  color: #5296db;
  border: 1px solid #5296db;
  background-color: transparent;
  font-weight: bold;
  border-radius: 0
}
.pill-buttons button:first-child, .pill-buttons a.button:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px
}
.pill-buttons button:last-child, .pill-buttons a.button:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px
}
.pill-buttons button.active, .pill-buttons a.button.active {
  color: white;
  background-color: #5296db
}
@media (max-width: 732px) {
  .pill-buttons {
    width: 100%;
    margin-top: 10px;
    box-sizing: border-box !important
  }
  .pill-buttons button {
    display: block;
    width: 100%
  }
  .pill-buttons button.full {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 0
  }
  .pill-buttons button.short {
    border-top-left-radius: 0;
    border-bottom-left-radius: 2px
  }
}
.lazyloading, .lazyload {
  -webkit-filter: blur(0.5px);
  filter: blur(0.5px);
  transition: filter 300ms, -webkit-filter 300ms
}
.tv1player .tv1-list-popup-items .tv1-list-popup-item p {
  color: white;
  padding-bottom: 0.5em
}
p[data-role='incut_focus'] {
  display: none
}
svg.svg.icon {
  transition: all 200ms
}
.w_row:not(.big-slider) {
  font-size: 0
}
.w_row:not(.big-slider) .w_block {
  font-size: 16px
}
@media (min-width: 733px) {
  .w_row:not(.big-slider) {
    width: 1008px
  }
}
@media (min-width: 1600px) {
  .w_row:not(.big-slider) {
    width: 1344px
  }
}
.toggle-desktop-version {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  font-weight: bold;
  color: #1b354a;
  font-size: 14px;
  line-height: 15px;
  text-decoration: none;
  text-align: center
}
.playlist::-webkit-scrollbar {
  width: 12px
}
.playlist::-webkit-scrollbar-track {
  background-color: #0e0b0b
}
.playlist::-webkit-scrollbar-thumb {
  background-color: #747574;
  border-right: 2px solid black
}
.itv-comments {
  min-height: 1px
}
.sticky-banner.sticked {
  position: fixed;
  top: 61px
}
.sticky-banner.leftBehind {
  position: absolute;
  margin: 0;
  margin-top: 50px !important
}
.mod-col {
  margin-left: 12px;
  margin-right: 12px
}
.mod-flex {
  display: flex
}
.mod-flex-grow {
  flex-grow: 1
}
.mod-flex-no-shrink {
  flex-shrink: 0
}
.mod-flex-column {
  flex-direction: column
}
.mod-flex-justify-center {
  justify-content: center
}
.mod-flex-align-center {
  align-items: center
}
@media (min-width: 733px) and (max-width: 983px) {
  main, section.footer, hr.fat, footer.footer {
    width: 1024px
  }
  main .collection-projects .cards {
    width: 1024px
  }
  html.noscroll #popupContainer .background {
    height: 120%
  }
}
.itv-icon-play {
  width: 20px;
  height: 20px
}
.w_block a.button {
  line-height: 38px;
  height: auto
}
.brandable .branded .right-column .w_row:not(.big-slider), article.live .branded .right-column .w_row:not(.big-slider) {
  width: auto !important
}
article .w_row .w_block[data-type='widget'] iframe {
  position: relative
}
article .w_row .w_block[data-type='widget'] .youtube-iframe-widget iframe {
  position: absolute
}
article .w_row .w_block[data-type='widget'] .instagram-media {
  margin-left: auto !important;
  margin-right: auto !important
}




.vk-container {   color: #000; text-decoration: none; float: left; margin-top: 10px; width:100%; padding:5px; }

.vk-link { text-decoration: none !important; cursor: default !important; }

.vk-header { background: none repeat scroll 0 0 #e08733; padding: 4px 4px 4px 6px; margin-bottom: 10px; border-radius: 5px;}

.vk-logo { width: 16px; height: 16px; float: right; margin-top: -1px; }

.vk-header-text { padding: 2px 3px 1px; line-height: 100%; color: white; font-weight: 400; }

.vk-avatar img { float: left; margin-right: 10px; }

.vk-comment, .vk-comment-load { margin-bottom: 15px; position: relative; border-bottom: 1px solid #dae1e8; padding-bottom: 15px; }

.vk-comment:last-child { border-bottom: 0 none; }

.vk-comment-name { color: #666; font-weight: 600; font-size: 12px; text-indent:0px!important; font-size: 16px; padding-bottom: 5px;}

.vk-comment-text { margin-left: 70px; text-indent:0px!important; font-size: 18px;line-height:20px; padding-bottom: 20px;}

.vk-comment-date { margin-left: 60px; color: #999; text-indent:0px!important; font-size: 14px; padding-bottom: 5px;}

.vk-comment-like { margin-left: 70px; bottom: 10px;   display: inline-block; }

.vk-comment-like:hover { opacity: .5; cursor: pointer; }

.vk-comment-like-count {  font-weight: 400; color: #666; font-size: 16px; text-indent:0px!important;}

.vk-comment-answer { color: #2b587a; }

.vk-comment-answer:hover { opacity: .5; cursor: pointer; }

.vk-avatar img { width: 60px;border-radius:60px; }

@media all and (max-width: 980px) { #page { width: 100%; }
  #leftbar { display: none; }
  #content { margin-left: 0; }
  .img_cont { width: 100%; } }

@media all and (min-width: 980px) { #page { width: 980px; margin: 20px auto; } }

#page { background: none repeat scroll 0% 0% #fff; padding: 10px; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

#leftbar center img { margin-top: 13px; }

.dark-color { font-weight: normal; text-decoration: none; color: black; cursor: text; }