/*
*
* Media queries
*
*/

/*
*
* Resize child block to all size of closest
* position: relative parent
*
*/

/*
*
* Inline block mixins
*
*/

/*
*
* Safari position fixed on bottom toolbar hide fix
* (add on container that contains background)
*
*/

/*
*
* Placeholders
*
*/

/*
*
* Selections
*
*/

/*
*
* Custom mixins
*
*/

@font-face {
  font-family: 'Lato';
  src: url("/fonts/Lato/latolight.woff2") format("woff2"), url("/fonts/Lato/latolight.woff") format("woff"), url("/fonts/Lato/latolight.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'Lato';
  src: url("/fonts/Lato/latolightitalic.woff2") format("woff2"), url("/fonts/Lato/latolightitalic.woff") format("woff"), url("/fonts/Lato/latolightitalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 300;
}

@font-face {
  font-family: 'Lato';
  src: url("/fonts/Lato/latoregular.woff2") format("woff2"), url("/fonts/Lato/latoregular.woff") format("woff"), url("/fonts/Lato/latoregular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Lato';
  src: url("/fonts/Lato/latoitalic.woff2") format("woff2"), url("/fonts/Lato/latoitalic.woff") format("woff"), url("/fonts/Lato/latoitalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: 'Lato';
  src: url("/fonts/Lato/latobold.woff2") format("woff2"), url("/fonts/Lato/latobold.woff") format("woff"), url("/fonts/Lato/latobold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'Lato';
  src: url("/fonts/Lato/latoheavy.woff2") format("woff2"), url("/fonts/Lato/latoheavy.woff") format("woff"), url("/fonts/Lato/latoheavy.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}

@font-face {
  font-family: 'Lato';
  src: url("/fonts/Lato/latoblack.woff2") format("woff2"), url("/fonts/Lato/latoblack.woff") format("woff"), url("/fonts/Lato/latoblack.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}

body,
html,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main,
mark,
output,
div,
p,
br,
img,
a,
span,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
input,
button,
textarea,
select,
option,
label,
table,
tbody,
thead,
th,
tr,
td {
  padding: 0;
  margin: 0;
  border: 0;
  position: relative;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
  font-style: normal;
  vertical-align: baseline;
  outline: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

table {
  border-spacing: 0 0;
}

pre {
  width: 100%;
  white-space: pre-wrap;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main,
mark,
output {
  display: block;
}

:focus {
  outline: none;
}

img {
  border: none;
}

iframe {
  overflow: hidden;
  border: 0;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea,
input {
  border-radius: 0;
  -webkit-appearance: none;
}

label[for] {
  cursor: pointer;
}

ul {
  -webkit-padding-start: 0 !important;
}

ul,
ol,
li {
  list-style: none;
}

blockquote {
  position: relative;
  margin: 0;
}

a {
  color: inherit;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

@-ms-viewport {
  user-zoom: fixed;
}

@-o-viewport {
  user-zoom: fixed;
}

@viewport {
  user-zoom: fixed;
}

html,
body {
  margin: 0 auto;
  min-height: 100vh;
  max-width: 1920px;
}

body {
  background-color: #b8b8b8;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  text-align: center;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 0;
}

body.is-fixed {
  overflow: hidden;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
}

a {
  position: relative;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: 100%;
  width: 100%;
}

svg {
  position: relative;
  pointer-events: none;
}

svg path {
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
}

iframe {
  width: 100%;
}

@media all and (max-width: 1154px) {
  body {
    background-color: #ffffff;
  }
}

@media all and (min-width: 1025px) {
  body.has-shown-cookie {
    padding-top: 50px;
  }

  body.has-shown-cookie .header {
    top: 50px;
  }

  body.has-shown-cookie .cookies {
    height: 50px;
  }
}

@media all and (max-width: 1024px) {
  body.has-shown-cookie .cookies {
    height: auto;
  }
}

.u-clearfix:before,
.u-clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.u-center {
  margin: 0 auto;
  text-align: center;
}

.u-padding-header {
  padding-top: 50px;
}

.u-padding-bottom {
  padding-bottom: 70px;
}

.u-bg-black {
  background-color: #000000;
}

.u-bg-white {
  background-color: #ffffff;
}

.u-magic-margin-reset {
  font-size: 0;
}

@media all and (min-width: 768px) and (max-width: 1154px) {
  .u-padding-bottom {
    padding-bottom: 60px;
  }
}

@media all and (min-width: 768px) {
  .u-hide-on-desktop {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .u-padding-bottom {
    padding-bottom: 30px;
  }
}

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

.l-container {
  margin: 0 auto;
  display: inline-block;
  max-width: 1155px;
  height: 100%;
  width: 100%;
}

.l-content {
  padding: 0 70px;
}

@media all and (min-width: 1024px) and (max-width: 1154px) {
  .l-container {
    max-width: 990px;
  }

  .l-content {
    padding: 0 60px;
  }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .l-container {
    max-width: 768px;
  }

  .l-content {
    padding: 0 40px;
  }
}

@media all and (min-width: 414px) and (max-width: 767px) {
  .l-content {
    padding: 0 20px;
  }
}

@media all and (max-width: 413px) {
  .l-content {
    padding: 0 10px;
  }
}

.aside {
  margin-top: 20px;
  width: 300px;
  display: inline-block;
  vertical-align: top;
}

.aside > div {
  margin-bottom: 30px;
}

.aside > div:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 1154px) {
  .aside {
    display: block;
    width: 100%;
  }
}

.banner {
  background-color: #f2f2f2;
  overflow: hidden;
}

.banner--s-small {
  margin-left: auto;
  margin-right: auto;
  height: 250px;
  width: 300px;
}

@media all and (min-width: 640px) and (max-width: 1154px) {
  .banner--s-small {
    min-height: 300px;
    width: 600px;
  }
}

@media all and (max-width: 639px) {
  .banner--s-small {
    min-height: 250px;
    width: 300px;
  }
}

.branding {
  position: absolute;
  top: 630px;
  left: 0;
  height: 1300px;
  width: 100%;
  overflow-x: hidden;
}

.branding__right,
.branding__left {
  position: absolute;
  top: 0;
  height: 100%;
  width: calc((100% - 1155px) / 2);
}

.branding__left {
  -o-object-position: right top;
     object-position: right top;
  left: 0;
}

.branding__right {
  -o-object-position: left top;
     object-position: left top;
  right: 0;
}

@media all and (min-width: 1155px) and (max-width: 1365px) {
  .branding {
    top: 470px;
  }
}

.cookies {
  background-color: #000000;
  overflow: hidden;
  padding: 0 30px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  height: 0;
  width: 100%;
  z-index: 999;
}

.cookies__container {
  margin: 0 auto;
  position: relative;
  max-width: 1155px;
  width: 100%;
  height: 100%;
  width: 100%;
}

.cookies__close {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  height: 19px;
  width: 19px;
  z-index: 100;
}

.cookies__close:hover:before,
.cookies__close:hover:after {
  background-color: #ff0008;
}

.cookies__close:before,
.cookies__close:after {
  content: '';
  background-color: #ffffff;
  pointer-events: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: absolute;
  top: 9px;
  left: 2px;
  height: 3px;
  width: 15px;
}

.cookies__close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cookies__close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cookies__desc {
  color: #b2b2b2;
  font-size: 14px;
  letter-spacing: 0.03em;
  margin: 16px 22px 0 0;
  display: inline-block;
  vertical-align: top;
}

.cookies__desc a {
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.cookies__desc a:hover {
  color: #ff0008;
}

.cookies__accept {
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 10px 0 transparent;
          box-shadow: 0 4px 10px 0 transparent;
  color: #a6a6a6;
  cursor: pointer;
  text-align: center;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, z-index 0s 0.2s, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, z-index 0s 0.2s, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, z-index 0s 0.2s;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, z-index 0s 0.2s, -webkit-box-shadow 0.2s ease;
  background-color: #b3b3b3;
  border-radius: 14px;
  color: #ffffff;
  font-size: 14px;
  line-height: 28px;
  margin-top: 11px;
  padding: 0 25px;
  height: 28px;
  display: inline-block;
  vertical-align: top;
}

.cookies__accept:after {
  content: '';
  border-radius: inherit;
  -webkit-box-shadow: inset 0 0 40px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 40px rgba(255, 255, 255, 0.5);
  -webkit-transition: opacity 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: opacity 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, opacity 0.2s ease;
  transition: box-shadow 0.2s ease, opacity 0.2s ease, -webkit-box-shadow 0.2s ease;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.cookies__accept:hover,
.cookies__accept:active {
  background-color: #ff0008;
  color: #ffffff;
}

.cookies__accept:hover:after,
.cookies__accept:active:after {
  opacity: 1;
}

.cookies__accept:hover {
  -webkit-box-shadow: 0 3px 9px 0 rgba(255, 0, 17, 0.34);
          box-shadow: 0 3px 9px 0 rgba(255, 0, 17, 0.34);
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, z-index 0s 0s, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, z-index 0s 0s, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease, z-index 0s 0s;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease, z-index 0s 0s, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}

.cookies__accept:active {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 17, 0.34);
          box-shadow: 0 0 0 0 rgba(255, 0, 17, 0.34);
  -webkit-transition: background-color 0.02s cubic-bezier(0.6, 0, 1, 1), color 0.02s cubic-bezier(0.6, 0, 1, 1), z-index 0s 0s, -webkit-box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1);
  transition: background-color 0.02s cubic-bezier(0.6, 0, 1, 1), color 0.02s cubic-bezier(0.6, 0, 1, 1), z-index 0s 0s, -webkit-box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1);
  transition: background-color 0.02s cubic-bezier(0.6, 0, 1, 1), box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1), color 0.02s cubic-bezier(0.6, 0, 1, 1), z-index 0s 0s;
  transition: background-color 0.02s cubic-bezier(0.6, 0, 1, 1), box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1), color 0.02s cubic-bezier(0.6, 0, 1, 1), z-index 0s 0s, -webkit-box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1);
}

.cookies__accept:active:after {
  -webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.65);
          box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.65);
  opacity: 0;
  -webkit-transition: opacity 0.02s cubic-bezier(0.6, 0, 1, 1), -webkit-box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1);
  transition: opacity 0.02s cubic-bezier(0.6, 0, 1, 1), -webkit-box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1);
  transition: box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1), opacity 0.02s cubic-bezier(0.6, 0, 1, 1);
  transition: box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1), opacity 0.02s cubic-bezier(0.6, 0, 1, 1), -webkit-box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1);
}

.cookies__accept.is-active {
  background-color: #b2b2b2;
  color: #ffffff;
  pointer-events: none;
}

@media all and (min-width: 1024px) and (max-width: 1154px) {
  .cookies__desc {
    font-size: 13px;
    margin: 17px 22px 0 0;
  }

  .cookies__accept {
    font-size: 13px;
  }
}

@media all and (max-width: 1024px) {
  .cookies {
    background-color: #000000;
    border-top: 1px solid #212121;
    top: auto;
    bottom: 0;
    padding: 0;
  }

  .cookies__close {
    right: 15px;
  }

  .cookies__desc,
  .cookies__accept {
    font-size: 13px;
    margin: 0;
  }

  .cookies__desc {
    letter-spacing: 0.03em;
    line-height: 18px;
    padding: 15px 55px 15px 20px;
  }

  .cookies__accept {
    background-color: #4d4d4d;
    border-radius: 0;
    line-height: 36px;
    padding: 0;
    text-align: center;
    display: block;
    height: 35px;
    width: 100%;
  }
}

.error {
  background-image: url("/images/404-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 70px;
  margin-top: 50px;
  height: 630px;
}

.error__content {
  margin-top: 123px;
}

.error__title {
  color: #ff0008;
  font-size: 86px;
  font-weight: 900;
  line-height: 1.1em;
  margin-bottom: 23px;
  text-transform: uppercase;
}

.error__title span {
  display: block;
}

.error__desc {
  color: #ffffff;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.3em;
  max-width: 375px;
}

.error__image {
  position: absolute;
  right: 60px;
  bottom: 27px;
  height: auto;
  width: 530px;
}

@media all and (max-width: 1365px) {
  .error__image {
    right: 0;
  }
}

@media all and (min-width: 1155px) and (max-width: 1365px) {
  .error {
    height: 610px;
  }

  .error__image {
    bottom: 60px;
    width: 480px;
  }
}

@media all and (min-width: 1024px) and (max-width: 1154px) {
  .error {
    padding: 0 60px;
    height: 560px;
  }

  .error__title {
    font-size: 68px;
    margin-bottom: 25px;
  }

  .error__desc {
    max-width: 385px;
  }

  .error__image {
    right: 0;
    bottom: 40px;
    width: 450px;
  }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .error {
    padding: 0 40px;
    height: 400px;
  }

  .error__content {
    margin-top: 70px;
  }

  .error__title {
    font-size: 52px;
    margin-bottom: 25px;
  }

  .error__desc {
    font-size: 22px;
    max-width: 345px;
  }

  .error__image {
    right: 0;
    bottom: 40px;
    width: 300px;
  }
}

@media all and (max-width: 767px) {
  .error {
    height: auto;
  }

  .error__image {
    display: none;
  }
}

@media all and (min-width: 414px) and (max-width: 767px) {
  .error {
    padding: 0 20px;
  }

  .error__content {
    margin: 70px 0;
  }

  .error__title {
    font-size: 58px;
    margin-bottom: 25px;
  }

  .error__desc {
    font-size: 22px;
  }
}

@media all and (max-width: 413px) {
  .error {
    padding: 0 10px;
  }

  .error__content {
    margin: 60px 0;
  }

  .error__title {
    font-size: 48px;
    margin-bottom: 15px;
  }

  .error__desc {
    font-size: 18px;
  }
}

.footer {
  background-color: #000000;
  padding: 0 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.footer:after {
  content: '';
  background-color: #000000;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100vw;
  z-index: -1;
}

.footer__container {
  padding: 45px 0 80px;
}

.footer__logos {
  margin: 0 auto 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__logo-container {
  display: inline-block;
  vertical-align: top;
}

.footer__nav {
  margin-bottom: 20px;
  text-align: center;
}

.footer__nav-link {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1em;
  padding: 0 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.footer__nav-link:hover {
  color: #ff0008;
}

.footer__nav-link:active {
  color: #e8000c;
  -webkit-transition: color 0.02s cubic-bezier(0.6, 0, 1, 1);
  transition: color 0.02s cubic-bezier(0.6, 0, 1, 1);
}

.footer__nav-link:before {
  content: '';
  background-color: #606060;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 13px;
  width: 1px;
}

.footer__nav-link:first-child:before {
  display: none;
}

.footer__phone {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1em;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-align: center;
}

.footer__phone a {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.footer__phone a:hover {
  color: #ff0008;
}

.footer__phone a:active {
  color: #e8000c;
  -webkit-transition: color 0.02s cubic-bezier(0.6, 0, 1, 1);
  transition: color 0.02s cubic-bezier(0.6, 0, 1, 1);
}

.footer__logo--opo {
  margin: 15px 0;
  height: 36px;
  width: 62px;
}

.footer__logo--opo path:first-child {
  fill: #e00002;
}

.footer__logo--opo path:nth-child(2) {
  fill: #ffffff;
}

.footer__logo--tsn {
  margin: 16px  0;
  height: 27px;
  width: 67px;
}

.footer__logo--tsn path {
  fill: #ac0000;
}

.footer__logo--tpt {
  margin: 16px 0;
  height: 25px;
  width: 63px;
}

.footer__logo--tpt path {
  fill: #ff5000;
}

.footer__logo--tet {
  margin: 18px 0;
  height: 22px;
  width: 72px;
}

.footer__logo--tet path {
  fill: #ffffff;
}

.footer__logo--pp {
  margin: 16px  0;
  height: 28px;
  width: 53px;
}

.footer__logo--pp path {
  fill: #ffffff;
}

.footer__logo--opoi {
  margin: 15px  0;
  height: 33px;
  width: 63px;
}

.footer__logo--opoi path {
  fill: #bf0008;
}

.footer__logo--bgd {
  margin: 7px  0;
  height: 47px;
  width: 62px;
}

.footer__logo--bgd path,
.footer__logo--bgd ellipse {
  fill: #d40b71;
}

.footer__logo--unn {
  margin: 4px 0;
  height: 42px;
  width: 66px;
}

.footer__logo--unn path {
  fill: #ffffff;
}

.footer__logo--opov {
  margin: 13px 0;
  height: 34px;
  width: 74px;
}

.footer__logo--opov path {
  fill: #ffffff;
}

.footer__logo--opov path:first-child,
.footer__logo--opov path:nth-child(2) {
  fill: #ff0003;
}

.footer__logo--prm {
  height: 62px;
  width: 54px;
}

.footer__logo--prm path:first-child {
  fill: #cc4039;
}

.footer__logo--prm path:nth-child(2) {
  fill: #191919;
}

.footer__logo--prm path:nth-child(3),
.footer__logo--prm path:nth-child(4),
.footer__logo--prm path:nth-child(5) {
  fill: #f2f2f2;
}

.footer__logo--kyiv {
  width: 75px;
}

.footer__logo--kyiv .dots {
  fill: #FDDA24;
}

@media all and (max-width: 1154px) {
  .footer__nav {
    margin-top: 40px;
  }

  .footer__nav-link:before {
    display: none;
  }
}

@media all and (min-width: 1024px) and (max-width: 1210px) {
  .footer__logos {
    width: 1000px;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .footer__nav-link:last-child:before {
    display: none;
  }
}

@media all and (min-width: 414px) and (max-width: 1024px) {
  .footer__nav-link {
    margin-bottom: 20px;
  }

  .footer__logo--opo {
    height: 36px;
    width: 62px;
  }

  .footer__logo--tsn {
    height: 27px;
    width: 67px;
  }

  .footer__logo--tpt {
    height: 25px;
    width: 63px;
  }

  .footer__logo--tet {
    height: 22px;
    width: 72px;
  }

  .footer__logo--pp {
    height: 28px;
    width: 53px;
  }

  .footer__logo--opoi {
    height: 31px;
    width: 59px;
  }

  .footer__logo--bgd {
    height: 47px;
    width: 62px;
  }

  .footer__logo--unn {
    height: 42px;
    width: 66px;
  }

  .footer__logo--opov {
    height: 34px;
    width: 74px;
  }

  .footer__logo--prm {
    height: 61px;
    width: 54px;
  }
}

@media all and (min-width: 640px) and (max-width: 1024px) {
  .footer__logos {
    width: 545px;
  }

  .footer__logo--opo {
    margin: 0 56px 0 0;
  }

  .footer__logo--tsn {
    margin: 0 56px 0 0;
  }

  .footer__logo--tpt {
    margin: 1px 56px 0 0;
  }

  .footer__logo--tet {
    margin: 2px 55px 0 0;
  }

  .footer__logo--pp {
    margin: 0;
  }

  .footer__logo--opoi {
    margin: 42px 55px 0 0;
  }

  .footer__logo--bgd {
    margin: 32px 59px 0 0;
  }

  .footer__logo--unn {
    margin: 27px 55px 0 0;
  }

  .footer__logo--opov {
    margin: 36px 55px 0 0;
  }

  .footer__logo--prm {
    margin: 19px 0 0 0;
  }
}

@media all and (max-width: 767px) {
  .footer__nav {
    margin-bottom: 40px;
  }

  .footer__nav-link {
    text-align: center;
    display: block;
  }

  .footer__nav-link:before {
    display: none;
  }
}

@media all and (min-width: 414px) and (max-width: 639px) {
  .footer__logos {
    width: 295px;
  }

  .footer__logo--opo {
    margin: 0 52px 0 0;
  }

  .footer__logo--tsn {
    margin: 0 50px 0 0;
  }

  .footer__logo--tpt {
    margin: 1px 0 0 0;
  }

  .footer__logo--tet {
    margin: 38px 49px 0 0;
  }

  .footer__logo--pp {
    margin: 38px 58px 0 0;
  }

  .footer__logo--opoi {
    margin: 38px 0 0 0;
  }

  .footer__logo--bgd {
    margin: 32px 48px 0 0;
  }

  .footer__logo--unn {
    margin: 27px 45px 0 0;
  }

  .footer__logo--opov {
    margin: 36px 0 0 0;
  }

  .footer__logo--prm {
    margin: 19px 0 0 0;
  }

  .footer__logo--kyiv {
    margin-top: 20px;
    margin-left: 50px;
  }
}

@media all and (max-width: 413px) {
  .footer {
    padding: 0;
  }

  .footer__container {
    padding: 50px 0;
  }

  .footer__nav-link {
    margin-bottom: 15px;
  }

  .footer__logos {
    width: 230px;
  }

  .footer__logo--opo {
    margin: 0 40px 0 0;
    height: 28px;
    width: 48px;
  }

  .footer__logo--tsn {
    margin: 0 39px 0 0;
    height: 22px;
    width: 52px;
  }

  .footer__logo--tpt {
    margin: 1px 0 0 0;
    height: 20px;
    width: 48px;
  }

  .footer__logo--pp {
    margin: 31px 46px 0 0;
    height: 23px;
    width: 41px;
  }

  .footer__logo--tet {
    margin: 33px 37px 0 0;
    height: 18px;
    width: 57px;
  }

  .footer__logo--opoi {
    margin: 30px 0 0 0;
    height: 24px;
    width: 45px;
  }

  .footer__logo--bgd {
    margin: 25px 45px 0 0;
    height: 37px;
    width: 48px;
  }

  .footer__logo--unn {
    margin: 20px 28px 0 0;
    height: 34px;
    width: 52px;
  }

  .footer__logo--opov {
    margin: 28px 0 0 0;
    height: 26px;
    width: 57px;
  }

  .footer__logo--prm {
    margin: 12px 20px 0 20px;
    height: 47px;
    width: 42px;
  }

  .footer__logo--kyiv {
    margin-top: 20px;
    margin-left: 0px;
  }
}

@media all and (max-width: 490px) {
  .footer__logos {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.header {
  background-color: #000000;
  padding: 0 30px;
  position: fixed;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  z-index: 5;
  font-size: 0;
}

.header__container {
  margin: 0 auto;
  max-width: 1155px;
}

.header__head,
.header__body,
.header__nav,
.header__controls {
  display: inline-block;
  vertical-align: top;
}

.header__widget,
.header__logo {
  display: inline-block;
  vertical-align: top;
}

.header__logo {
  position: relative;
  margin: 0 35px 0 0;
  height: 50px;
  width: 77px;
}

.header__logo svg {
  height: 50px;
  width: 77px;
}

.header__mob-hamb {
  display: none;
}

.header__body {
  text-align: right;
  float: right;
  width: calc(100% - 215px);
}

.header__nav {
  margin-right: 10px;
}

.header__nav-link {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 0.8em;
  letter-spacing: 0.01em;
  margin: 20px 0 0 30px;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.header__nav-link:hover {
  color: #ff0008;
}

.header__nav-link:first-child {
  margin-left: 0;
}

.header__nav__controls {
  position: absolute;
  top: 0;
  right: 0;
}

.header__nav__profile {
  display: inline-block;
  vertical-align: top;
}

.header__nav-link.is-active {
  color: #ff0008;
}

.header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 15px;
  height: 50px;
}

.header__social a:hover svg path {
  fill: #ff0008;
}

@media all and (min-width: 1025px) {
  .header__nav-link--online {
    padding-left: 17px;
  }

  .header__nav-link--online:before {
    content: '';
    background-color: #ff0008;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 3px;
    display: block;
    height: 8px;
    width: 8px;
  }
}

@media all and (max-width: 1024px) {
  .header {
    padding: 0 15px;
  }

  .header__logo {
    margin: 0 15px 0 0;
    height: 50px;
    width: 50px;
  }

  .header__head {
    background-color: #000000;
    height: 50px;
    width: 100%;
    z-index: 2;
  }

  .header__mob-hamb {
    cursor: pointer;
    position: absolute;
    top: 17px;
    right: 0;
    display: block;
    height: 16px;
    width: 21px;
  }

  .header__mob-hamb span {
    background-color: #ffffff;
    -webkit-transition: top 0.3s ease, left 0.3s ease, -webkit-transform 0.3s ease;
    transition: top 0.3s ease, left 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, top 0.3s ease, left 0.3s ease;
    transition: transform 0.3s ease, top 0.3s ease, left 0.3s ease, -webkit-transform 0.3s ease;
    display: block;
    height: 2px;
    width: 100%;
  }

  .header__mob-hamb span:nth-child(1),
  .header__mob-hamb span:nth-child(2) {
    margin-bottom: 5px;
  }

  .header__mob-hamb span:nth-child(1) {
    -webkit-transform-origin: 15% 100%;
            transform-origin: 15% 100%;
  }

  .header__mob-hamb span:nth-child(3) {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }

  .header__body {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 120px 0 80px;
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .header__nav {
    border-bottom: 1px solid #939393;
    margin-left: 0;
    padding-left: 15px;
    padding-bottom: 40px;
    width: 100%;
    z-index: 1;
  }

  .header__nav-link {
    font-size: 19px;
    letter-spacing: 0.05em;
    margin: 0 0 30px 0;
    display: block;
  }

  .header__nav-link:before {
    display: none;
  }

  .header__controls {
    position: relative;
    top: 0;
    right: auto;
    width: 100%;
    z-index: 1;
  }

  .header__profile {
    border-bottom: 1px solid #939393;
    display: block;
  }

  .header__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
    height: 50px;
  }

  .header.is-open .header__mob-hamb span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 1px;
    left: -1px;
  }

  .header.is-open .header__mob-hamb span:nth-child(2) {
    opacity: 0;
  }

  .header.is-open .header__mob-hamb span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .header.is-open .header__body {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    overflow-y: auto;
    padding-bottom: 70px;
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: -70px;
  }
}

@media all and (min-width: 415px) and (max-width: 1024px) {
  .header__nav {
    padding-left: 0;
  }

  .header__nav-link {
    text-align: center;
  }

  .header__controls,
  .header__profile {
    text-align: center;
  }
}

@media all and (max-width: 414px) {
  .header__body {
    padding-top: 100px;
  }

  .header__nav {
    padding-bottom: 20px;
  }

  .header__profile {
    padding-left: 15px;
  }
}

.header__profile {
  width: 50px;
  height: 50px;
}

.header__profile {
  padding: 5px;
}

.header .ovva-profile {
  width: 40px;
  height: 40px;
}

.header .ovva-profile:not(._opov_api-login_user-profile) a {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}

.header .ovva-profile:not(._opov_api-login_user-profile) a i {
  display: block;
  width: 40px;
  height: 40px;
}

.header .ovva-profile:not(._opov_api-login_user-profile) a span {
  display: none;
}

.header .ovva-profile:not(._opov_api-login_user-profile) a svg {
  width: 16px;
  height: 16px;
  margin: 12px;
}

.header .ovva-profile:not(._opov_api-login_user-profile) a svg path {
  fill: #FFFFFF;
}

.header .ovva-profile:not(._opov_api-login_user-profile) a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.header .ovva-profile._opov_api-login_user-profile ._opo_-header-user-profile-icon {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.header .ovva-profile._opov_api-login_user-profile ._opo_-header-user-profile-icon a {
  display: block;
  width: 40px;
  height: 40px;
}

.header .ovva-profile._opov_api-login_user-profile ._opo_-header-user-profile-icon a img {
  width: 100%;
  height: auto;
}

.header .ovva-profile._opov_api-login_user-profile ._opo_-header-user-profile {
  display: none;
}

.header .ovva-profile ._opo_-header-user-profile-menu {
  display: none;
}

@media all and (max-width: 1024px) {
  .header__profile {
    width: unset;
    height: unset;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #939393;
  }

  .header .ovva-profile {
    width: 40px;
    height: 40px;
  }

  .header .ovva-profile a {
    color: #FFFFFF;
  }

  .header .ovva-profile:not(._opov_api-login_user-profile) {
    width: unset;
    height: unset;
    position: relative;
  }

  .header .ovva-profile:not(._opov_api-login_user-profile) a {
    width: unset;
    height: 40px;
    position: relative;
    border-radius: 0;
    background-color: transparent;
    padding-left: 50px;
  }

  .header .ovva-profile:not(._opov_api-login_user-profile) a i {
    display: block;
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
  }

  .header .ovva-profile:not(._opov_api-login_user-profile) a span {
    display: block;
    line-height: 40px;
    font-size: 16px;
  }

  .header .ovva-profile:not(._opov_api-login_user-profile) a:hover {
    background-color: transparent;
  }

  .header .ovva-profile:not(._opov_api-login_user-profile) a:hover i {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .header .ovva-profile._opov_api-login_user-profile {
    width: unset;
    height: unset;
  }

  .header .ovva-profile._opov_api-login_user-profile ._opo_-header-user-profile-icon {
    display: none;
  }

  .header .ovva-profile._opov_api-login_user-profile ._opo_-header-user-profile {
    display: block;
  }

  .header .ovva-profile._opov_api-login_user-profile ._opo_-header-user-profile ._opo_-header-user-profile-content {
    display: block;
    position: relative;
    height: 40px;
    padding-left: 50px;
  }

  .header .ovva-profile._opov_api-login_user-profile ._opo_-header-user-profile ._opo_-header-user-profile-content ._opo_-header-user-profile-content-icon {
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
  }

  .header .ovva-profile._opov_api-login_user-profile ._opo_-header-user-profile ._opo_-header-user-profile-content ._opo_-header-user-profile-content-info ._opo_-header-user-profile-info-name {
    display: block;
    line-height: 40px;
    font-size: 16px;
  }

  .header .ovva-profile._opov_api-login_user-profile ._opo_-header-user-profile ._opo_-header-user-profile-content ._opo_-header-user-profile-content-info ._opo_-header-user-profile-info-email {
    display: none;
  }

  .header .ovva-profile._opov_api-login_user-profile ._opo_-header-user-profile ._opo_-header-user-profile-logout {
    margin-top: 10px;
    margin-left: 50px;
    line-height: 24px;
    font-size: 14px;
  }
}

.ownership {
  padding-bottom: 62.34%;
}

.ownership iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

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

.slide {
  padding: 0 70px;
  height: 100%;
  width: 100%;
}

.slide__image {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100vw;
}

.slide__content {
  position: absolute;
  left: 0;
  bottom: 140px;
  max-width: 460px;
}

.slide__header {
  margin-bottom: 25px;
}

.slide__footer {
  margin-top: 15px;
}

.slide__time {
  color: #ff0008;
  font-size: 96px;
  font-weight: 900;
  line-height: 0.8em;
}

.slide__marker,
.slide__title,
.slide__desc {
  color: #ffffff;
}

.slide__marker {
  font-size: 30px;
  letter-spacing: 0.035em;
  line-height: 1.2em;
  margin-bottom: 6px;
}

.slide__title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1em;
  margin-bottom: 10px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.slide__title:hover {
  color: #ff0008;
}

.slide__title:active {
  color: #e8000c;
  -webkit-transition: color 0.02s cubic-bezier(0.6, 0, 1, 1);
  transition: color 0.02s cubic-bezier(0.6, 0, 1, 1);
}

.slide__desc {
  font-size: 16px;
  line-height: 1.5em;
}

.slide__button {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0.012em;
  line-height: 36px;
  margin-right: 20px;
  padding: 0 35px;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  height: 40px;
}

.slide__button:last-child {
  margin-right: 0;
}

.slide__button:hover,
.slide__button:active {
  background-color: rgba(0, 0, 0, 0.4);
}

.slide__button:hover {
  border-color: rgba(255, 255, 255, 0.9);
}

.slide__button:active {
  border-color: transparent;
  -webkit-transition: background-color 0.02s cubic-bezier(0.6, 0, 1, 1), border-color 0.02s cubic-bezier(0.6, 0, 1, 1);
  transition: background-color 0.02s cubic-bezier(0.6, 0, 1, 1), border-color 0.02s cubic-bezier(0.6, 0, 1, 1);
}

@media all and (min-width: 1024px) and (max-width: 1154px) {
  .slide {
    padding: 0 60px;
  }
}

@media all and (min-width: 768px) and (max-width: 1365px) {
  .slide__content {
    bottom: 115px;
  }

  .slide__marker {
    font-size: 24px;
  }

  .slide__time {
    font-size: 76px;
  }

  .slide__title {
    font-size: 32px;
  }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .slide {
    padding: 0 40px;
  }
}

@media all and (max-width: 767px) {
  .slide {
    padding: 0;
  }

  .slide__image {
    width: 100%;
  }

  .slide__title {
    margin-bottom: 0;
  }

  .slide__desc,
  .slide__footer {
    display: none;
  }
}

@media all and (min-width: 414px) and (max-width: 767px) {
  .slide__content {
    max-width: 290px;
    left: 20px;
    bottom: 60px;
  }

  .slide__header {
    margin-bottom: 10px;
  }

  .slide__marker {
    font-size: 16px;
  }

  .slide__time {
    font-size: 48px;
  }

  .slide__title {
    font-size: 32px;
  }
}

@media all and (max-width: 413px) {
  .slide__content {
    left: 10px;
    bottom: 50px;
  }

  .slide__header {
    margin-bottom: 10px;
  }

  .slide__marker {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .slide__time {
    font-size: 36px;
  }

  .slide__title {
    font-size: 20px;
  }
}

.slider {
  background-color: #333;
  margin-top: 50px;
  height: 630px;
  width: 100%;
}

.slider .owl-stage-outer,
.slider .owl-stage,
.slider .owl-item {
  height: 100%;
  width: 100%;
}

.slider .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 35px;
  left: 0;
  height: 8px;
  width: 100%;
}

.slider .owl-dot {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  margin-right: 40px;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  height: 100%;
  width: 70px;
  display: inline-block;
  vertical-align: top;
}

.slider .owl-dot:last-child {
  margin-right: 0;
}

.slider .owl-dot:hover .slider__nav-bullet,
.slider .owl-dot:active .slider__nav-bullet {
  background-color: rgba(0, 0, 0, 0.4);
}

.slider .owl-dot:hover {
  border-color: rgba(255, 255, 255, 0.9);
}

.slider .owl-dot:active {
  border-color: transparent;
  -webkit-transition: background-color 0.02s cubic-bezier(0.6, 0, 1, 1), border-color 0.02s cubic-bezier(0.6, 0, 1, 1);
  transition: background-color 0.02s cubic-bezier(0.6, 0, 1, 1), border-color 0.02s cubic-bezier(0.6, 0, 1, 1);
}

.slider .owl-dot.active {
  background-color: rgba(255, 255, 255, 0.4);
  border-color: transparent;
}

@media all and (min-width: 1154px) and (max-width: 1365px) {
  .slider {
    height: 475px;
  }
}

@media all and (min-width: 768px) and (max-width: 1154px) {
  .slider {
    height: 460px;
  }

  .slider .owl-dot {
    width: 60px;
  }
}

@media all and (max-width: 767px) {
  .slider .owl-dots {
    height: 5px;
  }

  .slider .owl-dot {
    margin-right: 20px;
    height: 100%;
    width: 40px;
  }
}

@media all and (min-width: 414px) and (max-width: 767px) {
  .slider .owl-dots {
    bottom: 20px;
  }
}

@media all and (min-width: 616px) and (max-width: 767px) {
  .slider {
    height: 345px;
  }
}

@media all and (min-width: 414px) and (max-width: 615px) {
  .slider {
    height: 280px;
  }
}

@media all and (max-width: 413px) {
  .slider {
    height: 220px;
  }

  .slider .owl-dots {
    bottom: 15px;
  }
}

.terms__content {
  padding: 60px 0;
  margin: 0 auto;
  width: 665px;
}

.terms__content h1 {
  font-size: 38px;
  line-height: 1.2em;
  letter-spacing: 0.02em;
  margin-bottom: 50px;
}

.terms__content h2 {
  font-size: 28px;
  margin: 30px 0 25px 0;
  line-height: 1.67em;
}

.terms__content img {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  top: 3px;
  display: inline;
  height: auto;
  width: auto;
}

.terms__content p,
.terms__content a,
.terms__content b,
.terms__content i,
.terms__content li,
.terms__content span {
  color: #000000;
  font-size: 18px;
  line-height: 1.4em;
}

.terms__content > p {
  margin-bottom: 30px;
}

.terms__content > span {
  font-family: inherit;
  font-weight: bold;
  margin: 30px 0 28px 0;
  display: block;
}

.terms__content a {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.terms__content a:hover {
  color: #cd004b;
}

.terms__content li {
  margin-bottom: 18px;
}

.terms__content ol {
  counter-reset: olListCounter;
}

.terms__content ol li {
  padding-left: 25px;
}

.terms__content ol li:before {
  content: counter(olListCounter) ".";
  counter-increment: olListCounter;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
}

.terms__content ul li:before {
  content: '';
  background-color: #000000;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  top: 10px;
  left: 0;
  height: 6px;
  width: 6px;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
}

@media all and (max-width: 1024px) {
  .terms__content,
  .terms__inner {
    width: 100%;
  }
}

@media all and (min-width: 415px) and (max-width: 719px) {
  .terms__inner h1 {
    font-size: 30px;
  }

  .terms__inner h2 {
    font-size: 22px;
    line-height: 26px;
  }
}

@media all and (max-width: 414px) {
  .terms__inner h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .terms__inner h2 {
    font-size: 18px;
    line-height: 1.3em;
    margin-bottom: 10px;
  }

  .terms__inner p,
  .terms__inner a,
  .terms__inner b,
  .terms__inner i,
  .terms__inner li {
    font-size: 14px;
    line-height: 24px;
  }

  .terms__inner a {
    word-wrap: break-word;
    width: 100%;
  }

  .terms__inner > p {
    margin-bottom: 25px;
  }

  .terms__inner li {
    margin-bottom: 15px;
  }

  .terms__inner ol,
  .terms__inner ul {
    margin-bottom: 30px;
  }

  .terms__inner ol li:before {
    font-size: 14px;
  }
}

.topic {
  margin: 68px 0 39px;
}

.topic__title {
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.8em;
  letter-spacing: 0.14em;
}

@media all and (max-width: 1154px) {
  .topic__title {
    letter-spacing: 0.05em;
  }
}

@media all and (min-width: 414px) and (max-width: 1154px) {
  .topic {
    margin: 54px 0 30px;
  }

  .topic__title {
    font-size: 35px;
  }
}

@media all and (max-width: 413px) {
  .topic {
    margin: 54px 0 20px;
  }

  .topic__title {
    font-size: 28px;
  }
}

.tv-dates {
  white-space: nowrap;
  height: 100%;
  width: 100%;
}

.tv-dates__section {
  margin-top: 30px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.tv-dates__button {
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  color: #a6a6a6;
  cursor: pointer;
  text-align: center;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, z-index 0s 0.2s, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, z-index 0s 0.2s, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, z-index 0s 0.2s;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, z-index 0s 0.2s, -webkit-box-shadow 0.2s ease;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: inline-block;
  vertical-align: top;
}

.tv-dates__button:hover span:before,
.tv-dates__button:hover span:after {
  background-color: #ffffff;
}

.tv-dates__button:after {
  -webkit-box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.tv-dates__button span {
  display: block;
  height: 100%;
  width: 100%;
}

.tv-dates__button span:before,
.tv-dates__button span:after {
  content: '';
  background-color: #a6a6a6;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  position: absolute;
  display: block;
  height: 8px;
  width: 2px;
}

.tv-dates__button span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.tv-dates__button span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.tv-dates__button:after {
  content: '';
  border-radius: inherit;
  -webkit-box-shadow: inset 0 0 40px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 40px rgba(255, 255, 255, 0.5);
  -webkit-transition: opacity 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: opacity 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, opacity 0.2s ease;
  transition: box-shadow 0.2s ease, opacity 0.2s ease, -webkit-box-shadow 0.2s ease;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.tv-dates__button:hover,
.tv-dates__button:active {
  background-color: #ff0008;
  color: #ffffff;
}

.tv-dates__button:hover:after,
.tv-dates__button:active:after {
  opacity: 1;
}

.tv-dates__button:hover {
  -webkit-box-shadow: 0 3px 9px 0 rgba(255, 0, 17, 0.34);
          box-shadow: 0 3px 9px 0 rgba(255, 0, 17, 0.34);
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, z-index 0s 0s, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, z-index 0s 0s, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease, z-index 0s 0s;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease, z-index 0s 0s, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}

.tv-dates__button:active {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 17, 0.34);
          box-shadow: 0 0 0 0 rgba(255, 0, 17, 0.34);
  -webkit-transition: background-color 0.02s cubic-bezier(0.6, 0, 1, 1), color 0.02s cubic-bezier(0.6, 0, 1, 1), z-index 0s 0s, -webkit-box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1);
  transition: background-color 0.02s cubic-bezier(0.6, 0, 1, 1), color 0.02s cubic-bezier(0.6, 0, 1, 1), z-index 0s 0s, -webkit-box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1);
  transition: background-color 0.02s cubic-bezier(0.6, 0, 1, 1), box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1), color 0.02s cubic-bezier(0.6, 0, 1, 1), z-index 0s 0s;
  transition: background-color 0.02s cubic-bezier(0.6, 0, 1, 1), box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1), color 0.02s cubic-bezier(0.6, 0, 1, 1), z-index 0s 0s, -webkit-box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1);
}

.tv-dates__button:active:after {
  -webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.65);
          box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.65);
  opacity: 0;
  -webkit-transition: opacity 0.02s cubic-bezier(0.6, 0, 1, 1), -webkit-box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1);
  transition: opacity 0.02s cubic-bezier(0.6, 0, 1, 1), -webkit-box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1);
  transition: box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1), opacity 0.02s cubic-bezier(0.6, 0, 1, 1);
  transition: box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1), opacity 0.02s cubic-bezier(0.6, 0, 1, 1), -webkit-box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1);
}

.tv-dates__button.is-active {
  background-color: #b2b2b2;
  color: #ffffff;
  pointer-events: none;
}

.tv-dates__button--prev span:before,
.tv-dates__button--prev span:after {
  left: 18px;
}

.tv-dates__button--prev span:before {
  top: 13px;
}

.tv-dates__button--prev span:after {
  top: 18px;
}

.tv-dates__button--next span:before,
.tv-dates__button--next span:after {
  left: 20px;
}

.tv-dates__button--next span:before {
  top: 18px;
}

.tv-dates__button--next span:after {
  top: 13px;
}

.tv-dates .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.tv-dates .owl-prev,
.tv-dates .owl-next {
  position: absolute;
  top: 30px;
}

.tv-dates .owl-prev {
  left: 0;
}

.tv-dates .owl-next {
  right: 0;
}

.tv-dates .owl-stage-outer {
  margin: 0 auto;
  overflow: hidden;
  width: 910px;
}

.tv-dates .owl-item {
  display: inline-block;
  vertical-align: top;
}

.tv-dates .owl-item .tv-date {
  opacity: 1;
}

.tv-date {
  background-color: #ffffff;
  border-radius: 10px;
  cursor: pointer;
  padding: 30px 10px 25px;
  margin: 0 10px 15px;
  opacity: 0;
  text-align: center;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, -webkit-box-shadow 0.2s ease;
  height: 100px;
  width: 110px;
  display: inline-block;
  vertical-align: top;
}

.tv-date:after {
  content: '';
  border-radius: inherit;
  -webkit-box-shadow: inset 0 0 40px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 40px rgba(255, 255, 255, 0.5);
  -webkit-transition: opacity 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: opacity 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, opacity 0.2s ease;
  transition: box-shadow 0.2s ease, opacity 0.2s ease, -webkit-box-shadow 0.2s ease;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.tv-date:hover,
.tv-date:active {
  background-color: #ff0008;
  color: #ffffff;
}

.tv-date:hover:after,
.tv-date:active:after {
  opacity: 1;
}

.tv-date:hover .tv-date__weekday,
.tv-date:hover .tv-date__day,
.tv-date:active .tv-date__weekday,
.tv-date:active .tv-date__day {
  color: #ffffff;
}

.tv-date:hover {
  -webkit-box-shadow: 0 3px 9px 0 rgba(255, 0, 17, 0.34);
          box-shadow: 0 3px 9px 0 rgba(255, 0, 17, 0.34);
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, z-index 0s 0s, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, z-index 0s 0s, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease, z-index 0s 0s;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease, z-index 0s 0s, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}

.tv-date:active {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 17, 0.34);
          box-shadow: 0 0 0 0 rgba(255, 0, 17, 0.34);
  -webkit-transition: background-color 0.02s cubic-bezier(0.6, 0, 1, 1), color 0.02s cubic-bezier(0.6, 0, 1, 1), z-index 0s 0s, -webkit-box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1);
  transition: background-color 0.02s cubic-bezier(0.6, 0, 1, 1), color 0.02s cubic-bezier(0.6, 0, 1, 1), z-index 0s 0s, -webkit-box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1);
  transition: background-color 0.02s cubic-bezier(0.6, 0, 1, 1), box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1), color 0.02s cubic-bezier(0.6, 0, 1, 1), z-index 0s 0s;
  transition: background-color 0.02s cubic-bezier(0.6, 0, 1, 1), box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1), color 0.02s cubic-bezier(0.6, 0, 1, 1), z-index 0s 0s, -webkit-box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1);
}

.tv-date:active:after {
  -webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.65);
          box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.65);
  opacity: 0;
  -webkit-transition: opacity 0.02s cubic-bezier(0.6, 0, 1, 1), -webkit-box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1);
  transition: opacity 0.02s cubic-bezier(0.6, 0, 1, 1), -webkit-box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1);
  transition: box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1), opacity 0.02s cubic-bezier(0.6, 0, 1, 1);
  transition: box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1), opacity 0.02s cubic-bezier(0.6, 0, 1, 1), -webkit-box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1);
}

.tv-date__weekday,
.tv-date__day {
  color: inherit;
  text-align: center;
}

.tv-date__weekday {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 0.8em;
  margin-bottom: 8px;
}

.tv-date__day {
  color: #838383;
  font-size: 13px;
}

.tv-dates .owl-prev.disabled .tv-dates__button,
.tv-dates .owl-next.disabled .tv-dates__button {
  background-color: #d9d9d9;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0);
  pointer-events: none;
}

.tv-dates .owl-prev.disabled .tv-dates__button:after,
.tv-dates .owl-next.disabled .tv-dates__button:after {
  -webkit-box-shadow: inset 0 0 15px rgba(255, 255, 255, 0);
          box-shadow: inset 0 0 15px rgba(255, 255, 255, 0);
}

.tv-dates .owl-prev.disabled .tv-dates__button span:before,
.tv-dates .owl-prev.disabled .tv-dates__button span:after,
.tv-dates .owl-next.disabled .tv-dates__button span:before,
.tv-dates .owl-next.disabled .tv-dates__button span:after {
  background-color: #a7a7a7;
}

.tv-date.is-active {
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.tv-date.is-active .tv-date__weekday {
  color: #ff0008;
}

.tv-date.is-active:hover,
.tv-date.is-active:active {
  background-color: #ff0008;
  color: #ffffff;
}

.tv-date.is-active:hover:after,
.tv-date.is-active:active:after {
  opacity: 1;
}

.tv-date.is-active:hover .tv-date__weekday,
.tv-date.is-active:hover .tv-date__day,
.tv-date.is-active:active .tv-date__weekday,
.tv-date.is-active:active .tv-date__day {
  color: #ffffff;
}

@media all and (max-width: 1154px) {
  .tv-date__day {
    font-size: 12px;
  }
}

@media all and (min-width: 1024px) and (max-width: 1154px) {
  .tv-dates .owl-stage-outer {
    width: 770px;
  }

  .tv-date {
    padding: 30px 5px 20px;
    height: 100px;
    width: 90px;
  }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .tv-dates .owl-stage-outer {
    width: 575px;
  }

  .tv-dates .owl-prev,
  .tv-dates .owl-next {
    top: 25px;
  }

  .tv-date {
    padding: 25px 5px 20px;
    height: 90px;
    width: 95px;
  }
}

@media all and (max-width: 767px) {
  .tv-dates .owl-stage-outer {
    overflow: visible;
    width: 100%;
  }

  .tv-dates .owl-nav {
    display: none;
  }

  .tv-dates .owl-item:first-child .tv-date {
    margin-left: 0;
  }

  .tv-dates .owl-item:last-child .tv-date {
    margin-right: 0;
  }
}

@media all and (min-width: 414px) and (max-width: 768px) {
  .tv-date {
    padding: 25px 5px 20px;
    height: 80px;
    width: 85px;
  }

  .tv-date__container {
    padding: 0 10px 15px 0;
  }

  .tv-date__container:last-child {
    padding: 0;
  }

  .tv-date__weekday {
    font-size: 21px;
  }
}

.tv-items {
  margin-top: 20px;
  padding-right: 60px;
  width: calc(100% - 300px);
  display: inline-block;
  vertical-align: top;
}

.tv-item {
  margin-bottom: 25px;
}

.tv-item__left,
.tv-item__middle,
.tv-item__right {
  display: inline-block;
  vertical-align: top;
}

.tv-item__left {
  width: 115px;
}

.tv-item__middle {
  text-align: center;
  width: 110px;
}

.tv-item__right {
  width: calc(100% - 225px);
}

.tv-item__time {
  margin-top: 4px;
}

.tv-item__time span {
  font-size: 13px;
  letter-spacing: 0.06em;
}

.tv-item__time span:last-child {
  padding-left: 35px;
}

.tv-item__time span:last-child:before {
  content: '';
  background-color: #000000;
  position: absolute;
  top: 7px;
  left: 13px;
  height: 1px;
  width: 10px;
}

.tv-item__online {
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  color: #a6a6a6;
  cursor: pointer;
  text-align: center;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, z-index 0s 0.2s, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, z-index 0s 0.2s, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, z-index 0s 0.2s;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, z-index 0s 0.2s, -webkit-box-shadow 0.2s ease;
  background-color: #cccccc;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: inline-block;
  vertical-align: top;
  display: none;
}

.tv-item__online:hover span:before,
.tv-item__online:hover span:after {
  background-color: #ffffff;
}

.tv-item__online:before {
  content: '';
  border: 6px solid transparent;
  border-left: 10px solid #ffffff;
  display: block;
  position: absolute;
  top: 14px;
  left: 16px;
}

.tv-item__online:after {
  -webkit-box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.tv-item__online:after {
  content: '';
  border-radius: inherit;
  -webkit-box-shadow: inset 0 0 40px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 40px rgba(255, 255, 255, 0.5);
  -webkit-transition: opacity 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: opacity 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, opacity 0.2s ease;
  transition: box-shadow 0.2s ease, opacity 0.2s ease, -webkit-box-shadow 0.2s ease;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.tv-item__online:hover,
.tv-item__online:active {
  background-color: #ff0008;
  color: #ffffff;
}

.tv-item__online:hover:after,
.tv-item__online:active:after {
  opacity: 1;
}

.tv-item__online:hover {
  -webkit-box-shadow: 0 3px 9px 0 rgba(255, 0, 17, 0.34);
          box-shadow: 0 3px 9px 0 rgba(255, 0, 17, 0.34);
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, z-index 0s 0s, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, z-index 0s 0s, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease, z-index 0s 0s;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease, z-index 0s 0s, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}

.tv-item__online:active {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 17, 0.34);
          box-shadow: 0 0 0 0 rgba(255, 0, 17, 0.34);
  -webkit-transition: background-color 0.02s cubic-bezier(0.6, 0, 1, 1), color 0.02s cubic-bezier(0.6, 0, 1, 1), z-index 0s 0s, -webkit-box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1);
  transition: background-color 0.02s cubic-bezier(0.6, 0, 1, 1), color 0.02s cubic-bezier(0.6, 0, 1, 1), z-index 0s 0s, -webkit-box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1);
  transition: background-color 0.02s cubic-bezier(0.6, 0, 1, 1), box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1), color 0.02s cubic-bezier(0.6, 0, 1, 1), z-index 0s 0s;
  transition: background-color 0.02s cubic-bezier(0.6, 0, 1, 1), box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1), color 0.02s cubic-bezier(0.6, 0, 1, 1), z-index 0s 0s, -webkit-box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1);
}

.tv-item__online:active:after {
  -webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.65);
          box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.65);
  opacity: 0;
  -webkit-transition: opacity 0.02s cubic-bezier(0.6, 0, 1, 1), -webkit-box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1);
  transition: opacity 0.02s cubic-bezier(0.6, 0, 1, 1), -webkit-box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1);
  transition: box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1), opacity 0.02s cubic-bezier(0.6, 0, 1, 1);
  transition: box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1), opacity 0.02s cubic-bezier(0.6, 0, 1, 1), -webkit-box-shadow 0.02s cubic-bezier(0.6, 0, 1, 1);
}

.tv-item__online.is-active {
  background-color: #b2b2b2;
  color: #ffffff;
  pointer-events: none;
}

.tv-item__title {
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 4px;
}

.tv-item__title {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.tv-item__title:not(p):hover {
  color: #ff0008;
}

.tv-item__title:not(p):active {
  color: #e8000c;
  -webkit-transition: color 0.02s cubic-bezier(0.6, 0, 1, 1);
  transition: color 0.02s cubic-bezier(0.6, 0, 1, 1);
}

.tv-item__category,
.tv-item__series {
  color: #838383;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.025em;
}

.tv-item__category:first-child,
.tv-item__series:first-child {
  margin-right: 15px;
}

.tv-item.is-active .tv-item__online {
  display: inline-block;
}

.tv-item.is-active .tv-item__title,
.tv-item.is-active .tv-item__time {
  color: #ff0008;
}

.tv-item.is-active .tv-item__time span:nth-child(2):before {
  background-color: #ff0008;
}

@media all and (max-width: 1154px) {
  .tv-items {
    padding: 0;
    width: 100%;
  }
}

@media all and (max-width: 640px) {
  .tv-item__left {
    width: 40px;
  }

  .tv-item__time span {
    display: block;
  }

  .tv-item__time span:last-child {
    padding-left: 0;
  }

  .tv-item__time span:last-child:before {
    display: none;
  }

  .tv-item__online {
    margin-top: 3px;
    height: 35px;
    width: 35px;
  }

  .tv-item__online:before {
    border: 5px solid transparent;
    border-left: 8px solid #ffffff;
    top: 13px;
    left: 15px;
  }

  .tv-item__category,
  .tv-item__series {
    display: block;
  }

  .tv-item__category:first-child,
  .tv-item__series:first-child {
    margin-right: 0;
  }
}

@media all and (min-width: 414px) and (max-width: 640px) {
  .tv-item__middle {
    width: 80px;
  }

  .tv-item__right {
    width: calc(100% - 120px);
  }

  .tv-item__title {
    font-size: 16px;
  }
}

@media all and (max-width: 413px) {
  .tv-item__middle {
    width: 60px;
  }

  .tv-item__right {
    width: calc(100% - 100px);
  }

  .tv-item__title {
    font-size: 15px;
  }
}

/*

@include res-to(615px) {
  .tv-item {
    &__time {
      font-size: 13px;
      margin-right: 20px;
      width: 100px;

      &-delimiter {
        width: 10px;
      }
    }

    &__title {
      font-size: 15px;
    }
  }
}

@include res-to(477px) {
  .tv-item {
    &__time {
      padding-top: 0;
      line-height: 1.5em;
      width: 40px;

      &-delimiter {
        display: none;
      }
    }

    &__online {
      margin-top: 4px;
      font-size: 0;
      padding: 0;
      width: 100%;

      &:after {
        right: 7px;
      }

      &-col {
        width: 30px;
      }
    }

    &__title {
      font-size: 15px;
    }

    &__data {
      margin-top: 4px;
    }
  }
}
*/

.tv-program {
  padding-bottom: 120px;
}

.weather--header .weather {
  height: 50px;
}

.weather--header .weather__image,
.weather--header .weather__deg,
.weather--header .weather__city {
  display: inline-block;
  vertical-align: top;
}

.weather--header .weather__image {
  margin: 8px 5px 0 0;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 35px;
}

.weather--header .weather__deg,
.weather--header .weather__city {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-top: 15px;
}

.weather--header .weather__deg {
  margin-right: 5px;
}

.weather--aside {
  background-image: url("/images/widget-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  overflow: hidden;
  height: 250px;
  width: 300px;
}

.weather--aside:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.weather--aside .weather {
  text-align: center;
  z-index: 2;
  height: 100%;
  width: 100%;
}

.weather--aside .weather__top {
  text-align: center;
}

.weather--aside .weather__image,
.weather--aside .weather__city {
  display: inline-block;
  vertical-align: top;
}

.weather--aside .weather__image {
  margin-top: 22px;
  left: -5px;
  width: 40px;
}

.weather--aside .weather__city,
.weather--aside .weather__deg,
.weather--aside .weather__link {
  color: #ffffff;
  letter-spacing: 0.02em;
}

.weather--aside .weather__city {
  font-size: 18px;
  margin-top: 30px;
}

.weather--aside .weather__deg {
  font-size: 108px;
  font-weight: 700;
  text-align: center;
}

.weather--aside .weather__deg small:last-child {
  font-size: 60px;
  position: relative;
  top: -40px;
}

.weather--aside .weather__link {
  font-size: 15px;
  font-weight: 400;
  text-transform: lowercase;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: 20px;
}

.weather--aside .weather__link:hover {
  text-decoration: underline;
}

@media all and (min-width: 640px) and (max-width: 1154px) {
  .weather--aside {
    height: 250px;
    width: 600px;
  }
}

