@charset "UTF-8";

/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

/*Сброс стилей*/

/* Указываем box sizing */

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Убираем внутренние отступы */

ul,
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */

body,
h1,
h2,
h3,
h4,
h6,
p,
ul,
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/

ul,
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */

img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/

article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */

input,
button,
textarea,
select {
  font: inherit;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@font-face {
  font-family: "rubik";
  src: url(/fonts/Rubik-Regular.ttf?b3d0902b533ff4c4f1698a2f96ddabab);
  font-style: normal;
}

@font-face {
  font-family: "rubik-medium";
  src: url(/fonts/Rubik-Medium.ttf?c87313aa86b7caa31a9a0accaa584970);
  font-style: normal;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #141414;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-family: 'rubik', sans-serif;
  display: flex;
  height: 100vh;
  flex-direction: column;
}

.container {
  position: relative;
  display: block;
  max-width: 1260px;
  width: 67%;
  margin: 0 auto;
}

.footer .footer-apps__item{
      max-width: 42%!important;
}

@media (min-aspect-ratio:16/10) and (max-width: 1600px) and (min-width: 1025px){
    .footer .footer-apps__item{
      max-width: 42%!important;
    }
    .performance__header img{
      margin:20px 0 0px!important;
    }
    .performance__player .video-wraper{
      margin: 15px 0 20px!important;
    }
   .performance__name{
      margin: 0px!important;
    }
   .container {
    width: 67%!important;
    }
    .header{
      height:60px!important;
    }
    .header img{
      max-width:90%!important;
    }
    .performance__header img{
      max-width: 136px!important;
    }
    .performance__name{
      font-size: 35px!important;
      line-height: 46px!important;
    }
    .performance__date, .performance__time, .performance__dash{
      font-size: 25px!important;
      line-height: 33px!important;
    }
}
@media (max-width: 1259px) and (min-width: 1025px) {
  .container {
    max-width: 93%;
  }
}

@media (max-width: 770px) {
  .container {
    width: 90%;
  }
}

.video-container {
  max-width: 1280px;
}

.header {
  width: 100%;
  padding: 20px 0;
  max-height: 80px;
  background-color: #000;
}

@media (max-width: 450px) {
  .header {
    padding: 12px 0;
  }
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.header .container {
  margin: 0 auto;
}

@media (max-width: 770px) {
  .header__block--left {
    width: 29%;
  }
}

@media (max-width: 450px) {
  .header__block--left {
    width: 40%;
  }
}

main {
  flex: 1 0 auto;
}

.performance {
  position: relative;
  padding-bottom: 100px;
  background: url(/images/bg_1920.jpg?843842098470424553c3a50bbe943483);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
  max-width: 1920px;
  margin: 0 auto;
}

@media (min-width: 1005px) {
  .performance::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, #141414 0%, rgba(7, 7, 7, 0) 100%);
    top: 0;
    height: 50%;
    width: 100%;
  }
}

@media (min-width: 1005px) {
  .performance::after {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, #141414 0%, rgba(7, 7, 7, 0) 100%);
    transform: rotate(-180deg);
    bottom: 0;
    height: 50%;
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .performance {
    background-image: url(/images/bg_768.png?78b63e9eede4729d0ce8ec5364059a38);
  }
}

@media (max-width: 440px) {
  .performance {
    background-image: url(/images/bg_320.png?95608609d2e3a82dc3681aee8cb43c79);
  }
}

@media (max-width: 770px) {
  .performance {
    padding-bottom: 40px;
  }
}

.performance__header {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 440px) {
  .performance__header {
    justify-content: center;
  }
}

.performance__header img {
  margin: 60px 0 10px;
  max-width: 166px;
}

@media (max-width: 770px) {
  .performance__header img {
    margin: 20px 0 20px;
    max-width: 130px;
  }
}

@media (max-width: 440px) {
  .performance__header img {
    margin: 20px 0 20px;
    width: 30%;
  }
}

.performance__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 440px) {
  .performance__content {
    display: block;
    text-align: center;
  }
}

.performance__author {
  font-family: "rubik";
  font-size: 18px;
  line-height: 23px;
}

.performance__author span {
  text-transform: uppercase;
}

@media (max-width: 770px) {
  .performance__author {
    font-size: 12px;
    line-height: 15px;
  }
}

.performance__name {
  font-family: "rubik-medium";
  font-size: 45px;
  line-height: 56px;
  margin: 10px 0 5px;
}

@media (max-width: 770px) {
  .performance__name {
    font-size: 22px;
    line-height: 27px;
  }
}

@media (max-width: 440px) {
  .performance__name {
    margin: 5px 0 5px;
  }
}

.performance__about {
  font-family: "rubik-medium";
  font-size: 18px;
  line-height: 23px;
}

@media (max-width: 770px) {
  .performance__about {
    font-size: 12px;
    line-height: 15px;
  }
}

.performance__date {
  text-transform: uppercase;
}

.performance__date,
.performance__time,
.performance__dash {
  font-family: "rubik-medium";
  font-size: 30px;
  line-height: 38px;
  white-space: nowrap;
}

@media (max-width: 770px) {
  .performance__date,
  .performance__time,
  .performance__dash {
    font-size: 16px;
    line-height: 20px;
  }
}

.performance__dash {
  color: #FFCD7E;
  margin: 0 18px;
}

.performance__block--right {
  display: flex;
}

@media (max-width: 770px) {
  .performance__block--right {
    margin-top: 20px;
    justify-content: center;
  }
}

@media (max-width: 440px) {
  .performance__block--right {
    margin-top: 10px;
  }
}

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

.performance__player .video-wraper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 25px 0 20px;
  z-index: 9;
}

.performance__player .video-wraper .icon {
  z-index: 99;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 50%;
  left: 50%;
  margin-left: -67px;
  margin-top: -67px;
  border-radius: 50%;
  border: 3px solid #FFCD7E;
  display: none;
  cursor: pointer;
  transition: all .3s ease;
}

.performance__player .video-wraper .icon.active {
  display: block;
}

.performance__player .video-wraper .icon:hover,
.performance__player .video-wraper .icon:active {
  transform: scale(1.2);
  transform-origin: center center;
}

@media (max-width: 770px) {
  .performance__player .video-wraper .icon {
    width: 67px;
    height: 67px;
    margin-left: -33.5px;
    margin-top: -33.5px;
  }
}

@media (max-width: 440px) {
  .performance__player .video-wraper .icon {
    width: 42px;
    height: 42px;
    margin-left: -21px;
    margin-top: -21px;
  }
}

.performance__player .video-wraper__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.performance__player .video-wraper__cover img {
  border: 3px solid #FFCD7E;
}

@media (max-width: 440px) {
  .performance__player .video-wraper__cover img {
    border: 1px solid #FFCD7E;
  }
}

.performance__player .video-wraper__cover.active {
  display: block;
}

.performance__player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.performance__player iframe.active {
  display: block;
}

.performance__duration {
  display: flex;
  justify-content: center;
  font-family: "rubik";
  font-size: 18px;
  line-height: 23px;
}

@media (max-width: 770px) {
  .performance__duration {
    font-size: 12px;
    line-height: 15px;
  }
}

.performance-bottom__menu {
  display: flex;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 15px;
}

.performance-bottom__menu--desktop {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

@media (max-width: 450px) {
  .performance-bottom__menu {
    display: block;
  }
}

@media (max-width: 770px) {
  .performance-bottom__menu {
    font-size: 14px;
    line-height: 17px;
  }
}

.performance-bottom__menu li {
  text-align: left;
  position: relative;
}

.performance-bottom__menu .slider-text-block--mobile {
  font-size: 12px;
  line-height: 30px;
}

.performance-bottom .slider-wrapper {
  padding: 50px 0 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 40px;
  color: #fff;
}

@media (max-width: 770px) {
  .performance-bottom .slider-wrapper {
    margin-bottom: 30px;
  }
}

@media (max-width: 770px) {
  .performance-bottom .slider-wrapper {
    padding: 40px 0 30px;
    font-size: 14px;
    line-height: 18px;
  }
}

.performance-bottom .slider-wrapper .slider-text-block-wrap {
  display: flex;
}

.performance-bottom .slider-wrapper .slider-text-block-wrap .slider-text-block {
  display: block;
}

.performance-bottom .slider-wrapper .slider-text-block-wrap .slider-text-block--left {
  text-align: right;
  font-family: "rubik";
  font-size: 18px;
  line-height: 40px;
}

@media (max-width: 770px) {
  .performance-bottom .slider-wrapper .slider-text-block-wrap .slider-text-block--left {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 450px) {
  .performance-bottom .slider-wrapper .slider-text-block-wrap .slider-text-block--left {
    font-size: 12px;
    line-height: 17px;
  }
}

.performance-bottom .slider-wrapper .slider-text-block-wrap .slider-text-block--right {
  font-family: "rubik-medium";
  font-size: 18px;
  line-height: 40px;
  margin-left: 40px;
}

@media (max-width: 770px) {
  .performance-bottom .slider-wrapper .slider-text-block-wrap .slider-text-block--right {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 450px) {
  .performance-bottom .slider-wrapper .slider-text-block-wrap .slider-text-block--right {
    font-size: 12px;
    line-height: 17px;
  }
}

.performance-bottom .slider-wrapper .slider-text-block-wrap .slider-text-block li {
  margin-left: 0;
}

.performance-bottom .slider-wrapper p {
  font-family: "rubik";
  font-size: 16px;
  line-height: 19px;
  color: #FFCD7E;
  text-transform: uppercase;
}

@media (max-width: 770px) {
  .performance-bottom .slider-wrapper p {
    font-size: 14px;
    line-height: 16px;
  }
}

.performance-bottom .slider-wrapper p:first-of-type {
  color: #ffffff;
  font-size: 16px;
  line-height: 19px;
  font-family: "rubik";
  text-transform: none;
}

@media (max-width: 770px) {
  .performance-bottom .slider-wrapper p:first-of-type {
    font-size: 14px;
    line-height: 16px;
  }
}

.performance-bottom .slider-wrapper p:nth-child(3) {
  color: #ffffff;
  margin-top: 40px;
  font-family: "rubik-medium";
  font-size: 18px;
  line-height: 21px;
}

@media (max-width: 770px) {
  .performance-bottom .slider-wrapper p:nth-child(3) {
    margin-top: 30px;
    font-size: 14px;
    line-height: 18px;
  }
}

.performance-partner {
  padding-bottom: 70px;
}

@media (max-width: 450px) {
  .performance-partner {
    padding-bottom: 30px;
  }
}

.performance-partner img {
  max-width: 289px;
}

@media (max-width: 770px) {
  .performance-partner img {
    max-width: 270px;
  }
}

@media (max-width: 450px) {
  .performance-partner img {
    max-width: 230px;
  }
}

.performance-partner__title {
  font-family: "rubik";
  font-size: 14px;
  line-height: 17px;
  padding-left: 70px;
  padding-top: 5px;
}

@media (max-width: 770px) {
  .performance-partner__title {
    padding-left: 64px;
  }
}

@media (max-width: 450px) {
  .performance-partner__title {
    font-size: 12px;
    line-height: 17px;
    padding-left: 55px;
  }
}

.footer {
  padding: 30px 0;
  background-color: #000000;
  text-align: center;
  font-family: "rubik";
  font-size: 16px;
  line-height: 19px;
}

@media (min-width: 770px) {
  .footer {
    text-align: left;
  }
}

@media (max-width: 770px) {
  .footer {
    font-size: 14px;
    line-height: 17px;
  }
}

.footer h1 {
  font-family: "rubik";
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
}

@media (max-width: 770px) {
  .footer h1 {
    font-size: 14px;
    line-height: 17px;
  }
}

.footer .page-description {
  color: #7A7A7A;
  margin-top: 30px;
}

.footer__inside {
  margin-top: 40px;
}

@media (max-width: 770px) {
  .footer__inside {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 770px) {
  .footer__inside {
    display: flex;
    justify-content: space-between;
  }
}

.footer__links {
  font-family: "rubik";
}

.footer__links li a {
  color: #7A7A7A;
  transition: color .3s ease;
}

.footer__links li a:hover {
  color: #FFCD7E;
}

.footer__links li + li {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer .footer__column {
  color: #7A7A7A;
  text-align: center;
}

@media (max-width: 770px) {
  .footer .footer__column {
    margin-bottom: 30px;
  }
}

.footer .footer__column p {
  text-transform: uppercase;
}

@media (min-width: 770px) {
  .footer .footer__column {
    text-align: left;
  }
}

.footer .footer__column:first-of-type {
  order: 2;
}

@media (min-width: 770px) {
  .footer .footer__column:first-of-type {
    order: initial;
  }
}

.footer .footer-social {
  display: block;
  margin-bottom: 15px;
}

@media (min-width: 770px) {
  .footer .footer-social {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
  }
}

.footer .footer-social__header {
  font-size: 16px;
}

.footer .footer-social__list {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-left: 5px;
}

@media (min-width: 770px) {
  .footer .footer-social__list {
    display: flex;
    jjustify-content: flex-end;
  }
}

.footer .footer-social__item {
  font-size: 1rem;
  line-height: 1;
  background-color: #7A7A7A;
  border-radius: 50%;
  color: #000;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  justify-content: center;
  align-items: center;
  transition: background .3s ease;
}

.footer .footer-social__item i {
  display: flex;
}

.footer .footer-social__item:not(:first-child) {
  margin-left: 10px;
}

.footer .footer-social__item a {
  color: #000;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.footer .footer-social__item:hover {
  background: #FFCD7E;
}

.footer .footer-apps__item {
  margin-left: 15px;
  display: inline-block;
}

.footer .copyright span {
  text-transform: none;
}
@media (min-aspect-ratio: 16/10) and (max-width: 1600px) and (min-width: 1025px) {
    .footer .footer-apps__item {
        max-width: 42% !important;
    }
    .performance__header img {
        margin: 20px 0 0px !important;
    }
    .performance__player .video-wraper {
        margin: 15px 0 20px !important;
    }
    .performance__name {
        margin: 0px !important;
    }
    .container {
        width: 67% !important;
    }
    .header {
        height: 60px !important;
    }
    .header img {
        max-width: 90% !important;
    }
.performance__content container{
padding-top: 50px;
}
    .performance__date,
    .performance__time,
    .performance__dash {
        font-size: 25px !important;
        line-height: 33px !important;
    }
}

