/*-------------------------------------------------
  #1. Globals
 -------------------------------------------------*/

#spacer {
  height: 300px;
}

html {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 10px;
  color: #231f20;
  line-height: 1.5;
  position: relative;
  background: #1d1d1b;
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 7px;
  }
}

body {
  font-size: 1.6rem;
  width: 100vw;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  padding: 0px;
  margin: 0px;
}

a {
  color: #51c0f7;
  cursor: pointer;
  text-decoration: underline;
}

a:hover {
  color: #ffe67b;
}

img {
  max-width: 100%;
  height: auto;
}

*:focus {
  outline: 1px dashed #ffe67b;
}

.dsp-none {
  display: none;
}

::selection {
  background: #ef018d;
  color: #fff;
}

.required {
  color: #fc0000;
}

.wrap {
  width: 99vw;
  min-height: 100vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wrap.partners {
  min-height: auto;
  margin-top: 40px;
}

.innerWrap {
  width: 1500px;
  min-height: 50px;
  background: url("../images/syzirya_back.png");
  color: #fff;
  z-index: 2;
}

@media screen and (max-width: 1680px) {
  .innerWrap {
    width: 1300px;
  }
}

@media screen and (max-width: 1500px) {
  .innerWrap {
    width: 1100px;
  }
}

@media screen and (max-width: 1366px) {
  .innerWrap {
    width: 1024px;
  }
}

@media screen and (max-width: 1024px) {
  .innerWrap {
    width: 800px;
  }
}

@media screen and (max-width: 768px) {
  .innerWrap {
    width: 600px;
  }
}

@media screen and (max-width: 670px) {
  .innerWrap {
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
  }
}

@media screen and (max-width: 670px) {
  .innerWrap {
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
  }
}

.preloaded {
  transition: all 500ms ease 0s;
  transition-delay: 164.80796586ms;
  transition-timing-function: ease;
  opacity: 1;
}

.preloaded__hide {
  opacity: 0;
}

.full__width {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .full__width {
    max-width: 120%;
    width: 120%;
  }
}

@media screen and (max-width: 670px) {
  .full__width {
    max-width: 200%;
    width: 200%;
  }
}

.breadcrumbs {
  display: inline-flex;
}

.breadcrumbs__item {
  color: #b2b2b2;
}

.breadcrumbs__divider {
  margin: 0px 5px;
}

.announcement {
  position: fixed;
  bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 999;
}

.announcement.hide {
  animation: hide 1s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(200%);
  }
}

.announcement.hided {
  display: none;
}

.announcement__header {
  display: flex;
  justify-content: space-between;
}

.announcement__close {
  background: transparent;
  text-decoration: underline;
  color: #3b96d2;
  border: none;
}

.announcement__close:hover {
  color: #fc0000;
}

.announcement__wrap {
  width: 800px;
  border-radius: 5px;
  background: #f9f5e4;
  font-size: 1.6rem;
  box-sizing: border-box;
  padding: 20px 40px;
}

blockquote {
  border-left: 3px solid #ffe67b;
  padding: 5px 20px;
  margin: 0px;
}

@media screen and (max-width: 670px) {
  .actors .perfomance__title {
    text-align: center;
  }
}

.actors__list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 670px) {
  .actors__list {
    flex-direction: column;
  }
}

.actors__item {
  width: 33%;
  box-sizing: border-box;
  padding: 10px 20px 30px;
  position: relative;
  color: #ffe67b;
  text-decoration: none;
  margin-bottom: 20px;
}

@media screen and (max-width: 670px) {
  .actors__item {
    width: 100%;
  }
}

.actors__item:hover {
  color: #c9eafd;
  cursor: pointer;
  text-decoration: underline;
}

.actors__itemName {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 700;
  position: relative;
  top: -25px;
  z-index: 35;
}

.actors__itemImg {
  display: flex;
  justify-content: center;
  align-items: center;
}

.actors__photo {
  position: absolute;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.actors__photo img {
  position: relative;
  max-width: 75%;
  top: -50px;
}

.actors__border {
  position: relative;
  z-index: 15;
}

.actor {
  display: flex;
  padding-top: 100px;
}

@media screen and (max-width: 670px) {
  .actor {
    flex-direction: column;
  }
}

.actor__data {
  width: 60%;
  box-sizing: border-box;
  padding-right: 90px;
}

@media screen and (max-width: 670px) {
  .actor__data {
    width: 100%;
    padding: 0 30px;
  }
}

.actor__photo {
  width: 40%;
}

@media screen and (max-width: 670px) {
  .actor__photo {
    width: 100%;
  }
}

.actor__history {
  font-size: 2rem;
}

@media screen and (max-width: 670px) {
  .actor__history {
    font-size: 2.5rem;
  }
}

.actor__title {
  font-size: 6rem;
  color: #ffe67b;
}

.actor__position {
  font-style: italic;
}

@keyframes wiggle {
  0% {
    transform: rotate(-5deg);
  }

  50% {
    transform: rotate(10deg);
  }

  100% {
    transform: rotate(-5deg);
  }
}

.actor__itemImg {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  animation: wiggle 7s infinite;
  animation-timing-function: ease;
  transform-origin: 50% 0%;
}

@media screen and (max-width: 670px) {

}

.actor__photoItem {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 70px 80px 40px;
}

@media screen and (max-width: 1500px) {
  .actor__photoItem {
    padding: 70px 60px 40px;
  }
}

@media screen and (max-width: 670px) {
  .actor__photoItem {
    padding: 50px 50px 40px;
  }
}

.actor__photoItem img {
  position: relative;
  max-width: 100%;
}

.actor__perfomances h3 {
  font-size: 3rem;
}

.actor__perfomancesList {
  display: flex;
  flex-direction: column;
}

.actor__perfomancesItem {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 10px 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ffe67b;
  font-size: 2rem;
  font-weight: 700;
  color: #ffe67b;
}

@media screen and (max-width: 670px) {
  .actor__perfomancesItem {
    justify-content: center;
    text-align: center;
    font-size: 2.5rem;
  }
}

/*
    Adaptation Checklist:

    1)1920x1080
    1600x900
    3) 1440x900
    2) 1366x768
    1280x800
    4) 1024x768
    768x1024
    414x736
    375x667
    320x568 
*/

.feedback__list {
  width: 70%;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.feedback__item {
  margin-bottom: 20px;
}

.feedback__itemName {
  font-weight: 700;
}

.footer {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 50px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 670px) {
  .footer {
    margin-top: 20px;
  }
}

.footer__inner {
  width: 1500px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  box-sizing: border-box;
  padding: 0px 20px;
  font-size: 2rem;
}

@media screen and (max-width: 1680px) {
  .footer__inner {
    width: 1300px;
  }
}

@media screen and (max-width: 1500px) {
  .footer__inner {
    width: 1100px;
  }
}

@media screen and (max-width: 1366px) {
  .footer__inner {
    width: 1024px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1024px) {
  .footer__inner {
    width: 800px;
  }
}

@media screen and (max-width: 768px) {
  .footer__inner {
    width: 600px;
  }
}

@media screen and (max-width: 670px) {
  .footer__inner {
    width: 100%;
    box-sizing: border-box;
    padding: 0 50px;
    flex-direction: column;
    font-size: 2.5rem;
  }
}

.footer__item.cp {
  display: flex;
  flex-direction: column;
}

.footer__menu {
  width: 50%;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 670px) {
  .footer__menu {
    width: 100%;
    flex-direction: column;
  }
}

@media screen and (max-width: 670px) {
  .footer__menuBlock {
    margin-bottom: 10px;
  }
}

.footer__menuBlock h4 {
  font-size: 3rem;
}

@media screen and (max-width: 1366px) {
  .footer__menuBlock h4 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 670px) {
  .footer__menuBlock h4 {
    font-size: 3rem;
  }
}

.footer__menuList {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer__menuLink {
  color: #ffe67b;
  text-decoration: underline;
}

@media screen and (max-width: 670px) {
  .footer__menuLink {
    font-size: 2.5rem;
  }
}

.footer__menuLink:hover {
  color: #c9eafd;
}

.footer__copywrite {
  padding-top: 7px;
  box-sizing: border-box;
  text-align: right;
  color: #fff;
  text-decoration: none;
  display: block;
}

@media screen and (max-width: 670px) {
  .footer__copywrite {
    font-size: 2.5rem;
    text-align: left;
  }
}

.footer__copywrite img {
  margin-top: 5px;
}

.footer__logos {
  display: flex;
}

@media screen and (max-width: 1024px) {
  .footer__logos {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 0;
  }
}

.footer__logos img {
  margin-right: 5px;
}

@media screen and (max-width: 1024px) {
  .footer__logos img {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

.header {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  top: 50px;
  left: 0px;
  z-index: 50;
}

@media screen and (max-width: 670px) {
  .header {
    top: 40px;
  }
}

.header__inner {
  width: 1500px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1680px) {
  .header__inner {
    width: 1300px;
  }
}

@media screen and (max-width: 1500px) {
  .header__inner {
    width: 1100px;
  }
}

@media screen and (max-width: 1366px) {
  .header__inner {
    width: 1024px;
  }
}

@media screen and (max-width: 1024px) {
  .header__inner {
    width: 800px;
  }
}

@media screen and (max-width: 768px) {
  .header__inner {
    width: 600px;
  }
}

@media screen and (max-width: 670px) {
  .header__inner {
    width: 100%;
    box-sizing: border-box;
    padding: 0 80px;
    flex-direction: column;
  }
}

.header__logo {
  opacity: 0.9;
  transition: 0.3s;
}

.header__logo:hover {
  opacity: 1;
}

@media screen and (max-width: 670px) {
  .header__logo {
    opacity: 1;
    display: flex;
    justify-content: center;
  }
}

.header__left {
  display: flex;
}

@media screen and (max-width: 670px) {
  .header__left {
    flex-direction: column;
    justify-content: center;
  }
}

.header__menu-container {
  margin-left: 20px;
}

@media screen and (max-width: 670px) {
  .header__menu-container {
    margin-left: 0px;
    display: flex;
    justify-content: center;
    padding: 30px 0px;
  }
}

.header__right {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .header__right {
    padding-right: 30px;
  }
}

@media screen and (max-width: 670px) {
  .header__right {
    width: 100%;
    padding-right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (max-width: 670px) {
  .header__addres {
    width: 130%;
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 10px;
    position: relative;
    left: -15%;
  }
}

.header__phones {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 670px) {
  .header__phones {
    justify-content: center;
  }
}

.header__phones-item {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 670px) {
  .header__phones-item {
    font-size: 2.2rem;
    justify-content: space-between;
  }
}

.header__phones a {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 670px) {
  .header__phones a {
    font-size: 2.2rem;
  }
}

.header__phones a:first-child {
  margin-right: 30px;
}

@media screen and (max-width: 670px) {
  .header__phones a:first-child {
    margin-right: 0px;
  }
}

.header__phones a:hover {
  color: #ffe67b;
}

.loader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  display: flex;
  justify-content: space-between;
}

.loader__container {
  max-width: 100vw;
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0px;
}

.loader__content {
  width: 100vw;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  background: #1d1d1b;
}

.loader__content.closed {
  display: flex;
}

.loader__left {
  z-index: 999;
  transform: translate(-190px);
  transition: 0.7s;
  transition-timing-function: ease-out;
  position: absolute;
  left: 0px;
  top: 0px;
}

@media screen and (max-width: 1280px) {
  .loader__left {
    transform: translate(-220px);
  }
}

@media screen and (max-width: 670px) {
  .loader__left {
    width: 290px;
    height: 916px;
    transform: translate(-250px);
  }
}

.loader__left.closed {
  transform: translate(0px);
}

@media screen and (max-width: 768px) {
  .loader__left.closed {
    transform: translate(-110px);
  }
}

@media screen and (max-width: 670px) {
  .loader__left.closed {
    transform: translate(-190px);
  }
}

.loader__right {
  z-index: 999;
  transform: translate(190px);
  transition: 0.5s;
  transition-timing-function: ease-out;
  position: absolute;
  right: 0px;
  top: 0px;
}

@media screen and (max-width: 1280px) {
  .loader__right {
    transform: translate(220px);
  }
}

@media screen and (max-width: 670px) {
  .loader__right {
    width: 290px;
    height: 916px;
    transform: translate(250px);
  }
}

.loader__right.closed {
  transform: translate(0px);
}

@media screen and (max-width: 768px) {
  .loader__right.closed {
    transform: translate(110px);
  }
}

@media screen and (max-width: 670px) {
  .loader__right.closed {
    transform: translate(190px);
  }
}

.loader__right img {
  transform: scale(-1, 1);
}

.loader__title {
  text-align: center;
  width: 300px;
  color: #fff;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .loader__title {
    width: 100%;
    font-size: 3rem;
  }
}

@media screen and (max-width: 670px) {
  .loader__title {
    width: 75%;
    font-size: 2.5rem;
  }
}

.loader__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .loader__info {
    width: 60%;
    position: relative;
    top: -50px;
  }
}

.loader__img {
  margin-top: 20px;
}

.page {
  padding-top: 200px;
}

@media screen and (max-width: 670px) {
  .page {
    padding-top: 100px;
  }
}

.page .primary-title {
  font-size: 5rem;
  color: #ffe67b;
}

.page .request-form__label {
  display: flex;
  margin-top: 20px;
}

.page .request-form__name {
  width: 10%;
}

.page .request-form__parent {
  width: 30%;
}

.page .request-form__input {
  width: 100%;
  padding: 10px 30px;
  box-sizing: border-box;
  color: #1d1d1b;
}

.page .request-form__button {
  border-radius: 20px;
  width: 30%;
  height: 50px;
  background: #ffe67b;
  border: none;
  margin-top: 20px;
  margin-left: 10%;
  color: #1d1d1b;
  font-weight: 800;
}

.page .request-form__button:hover {
  background: #c9eafd;
}

.hero {
  display: flex;
  min-height: 90vh;
  position: relative;
}

@media screen and (max-width: 1680px) {
  .hero {
    min-height: 90vh;
  }
}

@media screen and (max-width: 1366px) {
  .hero {
    min-height: 100vh;
  }
}

@media screen and (max-width: 1280px) {
  .hero {
    min-height: 90vh;
  }
}

@media screen and (max-width: 768px) {
  .hero {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-end;
  }
}

.hero__info {
  width: 50%;
  box-sizing: border-box;
  padding-top: 270px;
}

@media screen and (max-width: 1680px) {
  .hero__info {
    padding-top: 250px;
  }
}

@media screen and (max-width: 1500px) {
  .hero__info {
    padding-top: 250px;
  }
}

@media screen and (max-width: 1400px) {
  .hero__info {
    padding-top: 190px;
  }
}

@media screen and (max-width: 768px) {
  .hero__info {
    width: 100%;
    padding-top: 0px;
    min-height: 30vh;
  }
}

.hero__images {
  width: 50%;
  z-index: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .hero__images {
    width: 100%;
    min-height: 50vh;
  }
}

.hero__scroll-down {
  position: absolute;
  left: 49%;
  bottom: 10vh;
}

@media screen and (max-width: 670px) {
  .hero__scroll-down {
    left: 47%;
    bottom: unset;
    top: 11vh;
  }
}

.hero__container {
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .hero__container {
    height: 512px;
  }
}

@media screen and (max-width: 670px) {
  .hero__container {
    height: 440px;
    overflow-x: hidden;
  }
}

.hero__light {
  position: absolute;
  top: -18.8%;
  right: 16%;
  z-index: 15;
  transform: rotate(10deg);
}

@media screen and (max-height: 650px) {
  .hero__light {
    top: -27.8%;
    right: 12%;
  }
}

@media screen and (max-height: 768px) {
  .hero__light {
    top: -22%;
  }
}

@media screen and (max-width: 670px) {
  .hero__light {
    top: -50%;
    right: 10%;
    overflow: hidden;
  }

  .hero__light img {
    max-width: 110%;
    width: 110%;
  }
}

.hero__chairs {
  z-index: 0;
  position: absolute;
  top: 0px;
  right: 0px;
  padding-top: 190px;
}

@media screen and (max-width: 768px) {
  .hero__chairs {
    padding-top: 140px;
  }
}

@media screen and (max-width: 670px) {
  .hero__chairs {
    width: 80%;
    margin: 0 10%;
    padding-top: 170px;
  }
}

.hero__character {
  width: 50%;
  position: absolute;
  right: 35%;
}

@media screen and (max-width: 670px) {
  .hero__character {
    width: 65%;
    right: 24%;
  }
}

.hero__character.char-1 {
  top: 19.4%;
}

@media screen and (max-width: 1680px) {
  .hero__character.char-1 {
    top: 24%;
  }
}

@media screen and (max-height: 768px) {
  .hero__character.char-1 {
    top: 26%;
  }
}

@media screen and (max-height: 650px) {
  .hero__character.char-1 {
    top: 32%;
  }
}

@media screen and (max-width: 1024px) {
  .hero__character.char-1 {
    top: 31%;
  }
}

@media screen and (max-width: 768px) {
  .hero__character.char-1 {
    top: 19%;
  }
}

.hero__character.char-2 {
  top: 23%;
}

@media screen and (max-width: 1680px) {
  .hero__character.char-2 {
    top: 28%;
  }
}

@media screen and (max-height: 768px) {
  .hero__character.char-2 {
    top: 30%;
  }
}

@media screen and (max-height: 650px) {
  .hero__character.char-2 {
    top: 36%;
  }
}

@media screen and (max-width: 1024px) {
  .hero__character.char-2 {
    top: 35%;
  }
}

@media screen and (max-width: 768px) {
  .hero__character.char-2 {
    top: 23%;
  }
}

@media screen and (max-width: 670px) {
  .hero__character.char-2 {
    top: 35%;
  }
}

.hero__character.char-3 {
  top: 18%;
  right: 36%;
}

@media screen and (max-width: 1680px) {
  .hero__character.char-3 {
    top: 22%;
  }
}

@media screen and (max-height: 768px) {
  .hero__character.char-3 {
    top: 24%;
  }
}

@media screen and (max-height: 650px) {
  .hero__character.char-3 {
    top: 30%;
  }
}

@media screen and (max-width: 1024px) {
  .hero__character.char-3 {
    top: 29%;
  }
}

@media screen and (max-width: 768px) {
  .hero__character.char-3 {
    top: 17%;
  }
}

@media screen and (max-width: 670px) {
  .hero__character.char-3 {
    right: 27%;
    top: 30%;
  }
}

.hero__character.char-4 {
  top: 21%;
}

@media screen and (max-width: 1680px) {
  .hero__character.char-4 {
    top: 26%;
  }
}

@media screen and (max-height: 768px) {
  .hero__character.char-4 {
    top: 28%;
  }
}

@media screen and (max-height: 650px) {
  .hero__character.char-4 {
    top: 34%;
  }
}

@media screen and (max-width: 1024px) {
  .hero__character.char-4 {
    top: 33%;
  }
}

@media screen and (max-width: 670px) {
  .hero__character.char-4 {
    top: 33%;
    right: 25%;
  }
}

.hero__character.char-5 {
  top: 20%;
  right: 37%;
}

@media screen and (max-width: 1680px) {
  .hero__character.char-5 {
    top: 25%;
  }
}

@media screen and (max-height: 768px) {
  .hero__character.char-5 {
    top: 27%;
  }
}

@media screen and (max-height: 650px) {
  .hero__character.char-5 {
    top: 33%;
  }
}

@media screen and (max-width: 1024px) {
  .hero__character.char-5 {
    top: 32%;
  }
}

@media screen and (max-width: 768px) {
  .hero__character.char-5 {
    top: 19%;
  }
}

@media screen and (max-width: 670px) {
  .hero__character.char-5 {
    right: 29%;
    top: 30%;
  }
}

.hero__particles {
  position: absolute;
  top: 200px;
  width: 100%;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .hero__particles {
    top: 100px;
  }
}

@media screen and (max-width: 670px) {
  .hero__particles {
    top: 150px;
  }
}

.hero__title h2 {
  width: 80%;
  font-size: 7rem;
  line-height: 1.1;
  color: #ffe67b;
  font-weight: 900;
}

@media screen and (max-width: 1680px) {
  .hero__title h2 {
    width: 100%;
  }
}

@media screen and (max-width: 1500px) {
  .hero__title h2 {
    font-size: 6rem;
  }
}

@media screen and (max-width: 768px) {
  .hero__title h2 {
    font-size: 9rem;
    text-align: center;
  }
}

@media screen and (max-width: 670px) {
  .hero__title h2 {
    font-size: 5rem;
  }
}

.hero__links {
  position: relative;
  left: -30px;
  margin-top: 30px;
  display: flex;
}

@media screen and (max-width: 768px) {
  .hero__links {
    justify-content: center;
    margin-top: 40px;
  }
}

@media screen and (max-width: 670px) {
  .hero__links {
    flex-direction: column;
    margin-top: 25px;
    left: 0px;
  }
}

.hero__links-item {
  color: #fff;
  font-size: 3rem;
  text-decoration: none;
  font-weight: 900;
  padding-left: 40px;
  position: relative;
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .hero__links-item {
    flex-grow: unset;
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 670px) {
  .hero__links-item {
    width: 100%;
    padding: 0px;
    text-align: center;
    margin-bottom: 10px;
  }
}

.hero__links-item:hover {
  cursor: pointer;
  color: #ffe67b;
}

.hero__links-item:hover::before {
  content: '';
  width: 40px;
  height: 27px;
  display: block;
  position: absolute;
  left: -10px;
  top: 17%;
  background: url("../images/marker.svg") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 670px) {
  .hero__links-item:hover::before {
    display: none;
  }
}

.divider {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.divider__title {
  font-size: 4rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .divider__title {
    font-size: 6rem;
  }
}

@media screen and (max-width: 670px) {
  .divider__title {
    font-size: 4rem;
  }
}

.divider__title::before {
  content: '';
  width: 38%;
  height: 1px;
  background: #ffe67b;
  position: absolute;
  left: 0px;
  top: 30px;
}

@media screen and (max-width: 768px) {
  .divider__title::before {
    width: 29%;
    top: 40px;
  }
}

@media screen and (max-width: 670px) {
  .divider__title::before {
    width: 25%;
    top: 22px;
  }
}

.divider__title::after {
  content: '';
  width: 38%;
  height: 1px;
  background: #ffe67b;
  position: absolute;
  right: 0px;
  top: 30px;
}

@media screen and (max-width: 768px) {
  .divider__title::after {
    width: 29%;
    top: 40px;
  }
}

@media screen and (max-width: 670px) {
  .divider__title::after {
    width: 25%;
    top: 22px;
  }
}

.scroll-down {
  display: flex;
  flex-direction: column;
}

.scroll-down__item {
  width: 40px;
  height: 20px;
  background: url("../images/tringle-down.svg") no-repeat;
}

@media screen and (max-width: 670px) {
  .scroll-down__item {
    width: 25px;
    height: 15px;
    background-size: contain;
  }
}

.scroll-down__item:nth-child(1) {
  animation: scrollDown 2s infinite;
  animation-fill-mode: forwards;
}

.scroll-down__item:nth-child(2) {
  animation: scrollDown 2s infinite;
  animation-delay: -0.2s;
  animation-fill-mode: forwards;
}

.scroll-down__item:nth-child(3) {
  animation: scrollDown 2s infinite;
  animation-delay: -0.4s;
  animation-fill-mode: forwards;
}

@keyframes scrollDown {
  0% {
    opacity: 0;
    transform: translate(0px, -20px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(0px, 20px);
  }
}

.show__container {
  position: relative;
  overflow: hidden;
  margin-top: 100px;
}

@media screen and (max-width: 670px) {
  .show__container {
    margin-top: 50px;
  }
}

.show__premier {
  width: 400px;
  box-sizing: border-box;
  position: absolute;
  left: -80px;
  top: 70px;
  padding: 8px 30px 12px;
  transform: rotate(-45deg);
  z-index: 10;
  background: #ffe67b;
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
}

@media screen and (max-width: 1366px) {
  .show__premier {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1024px) {
  .show__premier {
    width: 250px;
    left: -25px;
    top: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .show__premier {
    width: 300px;
    left: -80px;
  }
}

@media screen and (max-width: 670px) {
  .show__premier {
    width: 80%;
    position: relative;
    transform: rotate(0deg);
    margin: 0 10%;
    left: 0px;
    border: 2px dashed #ffe67b;
    color: #ffe67b;
    background: transparent;
    margin-bottom: 20px;
  }
}

.show__innerWrap {
  width: 1500px;
  min-height: 50px;
  height: 100%;
  display: flex;
  position: relative;
}

@media screen and (max-width: 1680px) {
  .show__innerWrap {
    width: 1300px;
  }
}

@media screen and (max-width: 1500px) {
  .show__innerWrap {
    width: 1100px;
  }
}

@media screen and (max-width: 1366px) {
  .show__innerWrap {
    width: 1024px;
  }
}

@media screen and (max-width: 1024px) {
  .show__innerWrap {
    width: 750px;
  }
}

@media screen and (max-width: 768px) {
  .show__innerWrap {
    width: 600px;
  }
}

@media screen and (max-width: 670px) {
  .show__innerWrap {
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
  }
}

.show__innerWrap.left {
  flex-direction: row;
}

@media screen and (max-width: 670px) {
  .show__innerWrap.left {
    flex-direction: column;
  }
}

.show__innerWrap.right {
  flex-direction: row-reverse;
}

@media screen and (max-width: 670px) {
  .show__innerWrap.right {
    flex-direction: column;
  }
}

.show__innerWrap.right .show__title {
  flex-direction: row-reverse;
}

.show__innerWrap.right .show__main {
  align-items: flex-end;
}

.show__innerWrap.right .show__additional {
  align-items: flex-start;
}

.show__innerWrap.right .show__cast-title,
.show__innerWrap.right .show__cast-value {
  text-align: left;
}

.show__innerWrap.right .show__subtitle,
.show__innerWrap.right .show__title,
.show__innerWrap.right .show__datesTitle {
  text-align: right;
}

.show__innerWrap.right .show__date {
  margin-right: 0px;
  margin-left: 20px;
}

.show__innerWrap.right .show__datesContainer {
  justify-content: flex-end;
}

.show__item {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .show__item {
    height: 90vh;
  }
}

@media screen and (max-height: 768px) {
  .show__item {
    height: 75vh;
  }
}

@media screen and (max-width: 768px) {
  .show__item {
    height: 50vh;
  }
}

@media screen and (max-width: 670px) {
  .show__item {
    height: 60vh;
  }
}

.show__banner {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
}

@media screen and (max-width: 670px) {
  .show__banner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.show__blackwrap {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}

.show__content {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 11;
  box-sizing: border-box;
  padding-top: 150px;
  color: #fff;
  height: 85%;
}

@media screen and (max-width: 1366px) {
  .show__content {
    padding-top: 100px;
  }
}

@media screen and (max-width: 1280px) {
  .show__content {
    padding-top: 100px;
  }
}

@media screen and (max-width: 670px) {
  .show__content {
    padding-top: 40px;
  }
}

.show__title {
  width: 100%;
  font-size: 7rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.3;
  display: inline-flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1500px) {
  .show__title {
    font-size: 5rem;
  }
}

.show__subtitle {
  font-size: 2rem;
  line-height: 1.3;
}

@media screen and (max-width: 670px) {
  .show__subtitle {
    margin-bottom: 10px;
  }
}

.show__main {
  width: 60%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 670px) {
  .show__main {
    width: 100%;
  }
}

.show__mainLink {
  width: 550px;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 15px 50px;
  background: #ffe67b;
  color: #1d1d1b;
  text-align: center;
  font-weight: 900;
  font-size: 2.5rem;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 0px 0px 0px 0px #ffe67b;
}

@media screen and (max-width: 1280px) {
  .show__mainLink {
    width: 80%;
  }
}

@media screen and (max-width: 670px) {
  .show__mainLink {
    width: 100%;
  }
}

.show__mainLink:hover {
  background: #c9eafd;
  color: #1d1d1b;
}

.show__helmet {
  margin-bottom: 30px;
}

.show__dates {
  display: flex;
  flex-direction: column;
}

.show__datesTitle {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 5px;
}

.show__datesContainer {
  display: flex;
  flex-wrap: wrap;
}

.show__date {
  color: #ffe67b;
  font-size: 2rem;
  font-weight: 900;
  margin-right: 20px;
}

@media screen and (max-width: 670px) {
  .show__date {
    margin-right: 10px;
  }
}

.show__date:hover {
  color: #c9eafd;
}

.show__additional {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}

@media screen and (max-width: 670px) {
  .show__additional {
    display: none;
  }
}

.show__castContainer {
  display: flex;
  flex-direction: column;
}

.show__castItem {
  margin-bottom: 15px;
}

.show__cast-title {
  line-height: 1;
  font-size: 2rem;
  text-align: right;
}

.show__cast-value {
  font-size: 2rem;
  font-weight: 900;
  text-align: right;
}

.show__cast-link {
  color: #ffe67b;
  font-weight: 900;
  margin-right: 10px;
  display: inline-flex;
}

.show__cast-link:hover {
  color: #c9eafd;
  cursor: pointer;
}

.dress-code {
  width: 90%;
  box-sizing: border-box;
  padding: 30px 0px;
  margin: 0px 5% 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 50px;
  border: 3px solid #ffe67b;
  z-index: 12;
}

@media screen and (max-width: 768px) {
  .dress-code {
    padding: 30px 70px;
    text-align: center;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 670px) {
  .dress-code {
    padding: 30px 20px 300px;
    margin: 20px 5% 50px;
    overflow: hidden;
  }
}

.dress-code__title {
  font-size: 3.5rem;
  color: #ffe67b;
}

@media screen and (max-width: 768px) {
  .dress-code__title {
    font-size: 4rem;
  }
}

@media screen and (max-width: 670px) {
  .dress-code__title {
    font-weight: 900;
    font-size: 3rem;
  }
}

.dress-code__dress {
  position: absolute;
  left: -90px;
}

@media screen and (max-width: 670px) {
  .dress-code__dress {
    left: -15px;
    bottom: -20px;
  }
}

.dress-code__dress.aos-animate {
  animation: wiggleDress 5s infinite;
  transform-origin: 50% 0%;
  animation-timing-function: ease;
  animation-direction: reverse;
}

.dress-code__smoking {
  position: absolute;
  right: -90px;
}

@media screen and (max-width: 670px) {
  .dress-code__smoking {
    right: -15px;
    bottom: -20px;
  }
}

.dress-code__smoking.aos-animate {
  animation: wiggleDress 5s infinite;
  transform-origin: 50% 0%;
  animation-timing-function: ease;
}

@keyframes wiggleDress {
  0% {
    transform: rotate(10deg);
  }

  50% {
    transform: rotate(-10deg);
  }

  100% {
    transform: rotate(10deg);
  }
}

.buy_tickets {
  width: 50px;
  height: 220px;
  background: #223f6d;
  position: fixed;
  bottom: 40px;
  left: 0px;
  z-index: 999;
  animation: showTikets 0.5s 1;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  transform: translateX(-200px);
}

@keyframes showTikets {
  0% {
    transform: translateX(-200px);
  }

  100% {
    transform: translateX(0px);
  }
}

.buy_tickets:hover {
  background: #ffe67b;
}

.buy_tickets:hover .buy_tickets__link {
  color: #3c3c3b;
}

.buy_tickets__tickets {
  width: 60%;
}

.buy_tickets__link {
  width: 100%;
  height: 100%;
  position: absolute;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  color: #ffe67b;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  font-weight: 800;
}

@media screen and (max-width: 670px) {
  .main-page__partners {
    margin-top: 50px;
  }
}

.main-page__container {
  display: flex;
}

@media screen and (max-width: 670px) {
  .main-page__container {
    flex-direction: column;
    margin-top: 20px;
    align-items: flex-start;
  }
}

.main-page__container > .partners__item {
  justify-content: flex-start;
}

/* common */

.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/

.ribbon-top-left {
  top: -10px;
  left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}

.ribbon-top-left::before {
  top: 0;
  right: 0;
}

.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}

.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/

.ribbon-top-right {
  top: -10px;
  right: -10px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}

.ribbon-top-right::before {
  top: 0;
  left: 0;
}

.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}

.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* bottom left*/

.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}

.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}

.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}

.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/

.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}

.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}

.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}

.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}

.main-menu {
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  padding-top: 15vh;
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  background: url("../images/syzirya_back.png") #1d1d1b;
  transition: 0.4s;
  animation-fill-mode: forwards;
  z-index: 900;
  /*
        Button on header
    */
}

.main-menu.open {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  animation: showMenu 0.4s 1;
}

@keyframes showMenu {
  0% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

.main-menu__container {
  width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .main-menu__container {
    width: 800px;
  }
}

@media screen and (max-width: 768px) {
  .main-menu__container {
    width: 600px;
  }
}

@media screen and (max-width: 670px) {
  .main-menu__container {
    width: 100%;
    box-sizing: border-box;
    padding: 0 50px;
  }
}

.main-menu__title-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.main-menu__title {
  font-size: 10rem;
  color: #ffe67b;
  font-weight: 900;
}

@media screen and (max-width: 670px) {
  .main-menu__title {
    font-size: 5rem;
  }
}

.main-menu__close {
  border: none;
  background: transparent;
  font-size: 2rem;
  color: #fff;
  font-weight: 900;
}

.main-menu__close:hover {
  color: #ffe67b;
  text-decoration: underline;
}

.main-menu__nav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 55vh;
}

@media screen and (max-width: 670px) {
  .main-menu__nav {
    max-height: unset;
    margin-top: 10px;
  }
}

.main-menu__nav-container {
  width: 100%;
}

.main-menu__nav-item {
  font-size: 6rem;
  font-weight: 900;
  color: #fff;
  text-decoration: none;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 670px) {
  .main-menu__nav-item {
    font-size: 4rem;
  }
}

.main-menu__nav-item:hover {
  color: #ffe67b;
  text-decoration: underline;
}

.main-menu__nav-item:hover::before {
  content: '';
  width: 40px;
  height: 27px;
  display: block;
  position: absolute;
  left: -50px;
  top: 45%;
  background: url("../images/marker.svg") no-repeat;
  background-size: contain;
}

.main-menu__nav-item.contacts {
  display: flex;
}

.main-menu__nav-item.contacts::after {
  content: '';
  display: block;
  width: 200px;
  height: 200px;
  background: url("../images/heat.png") no-repeat;
  position: absolute;
  right: 40px;
  top: -100px;
  transform: rotate(15deg);
}

.main-menu__social {
  height: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

@media screen and (max-width: 670px) {
  .main-menu__social {
    height: 50px;
  }
}

.main-menu__social-link {
  color: #fff;
  font-size: 2.5rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.main-menu__social-link::before {
  content: '';
  display: flex;
  width: 25px;
  height: 25px;
  background: red;
  margin-right: 10px;
}

.main-menu__social-link.fb::before {
  background: url("../images/facebook.svg");
  background-size: cover;
}

.main-menu__social-link.inst::before {
  background: url("../images/instagram.svg");
  background-size: cover;
}

.main-menu__social-link:first-child {
  margin-right: 20px;
}

.main-menu__social-link:hover.fb::before {
  background: url("../images/facebook_h.svg");
}

.main-menu__social-link:hover.inst::before {
  background: url("../images/instagram_h.svg");
}

.main-menu__btn {
  display: flex;
  align-items: center;
  border: none;
  padding: 0px;
  margin: 0px;
  margin-left: 20px;
  background: none;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
}

@media screen and (max-width: 670px) {
  .main-menu__btn {
    font-size: 3rem;
    margin-left: 0px;
  }
}

.main-menu__btn:hover {
  color: #ffe67b;
  cursor: pointer;
}

.main-menu__btn:hover .main-menu__line {
  background: #ffe67b;
}

.main-menu__btn:hover .main-menu__line:first-child {
  transform: translate(5px);
}

.main-menu__btn:hover .main-menu__line:last-child {
  transform: translate(-5px);
}

.main-menu__icon {
  display: flex;
  flex-direction: column;
  margin-right: 15px;
}

.main-menu__line {
  width: 20px;
  height: 3px;
  background: #fff;
  margin-bottom: 3px;
  position: relative;
  transition: 0.3s;
}

.main-menu__line:first-child {
  transform: translate(-5px);
}

.main-menu__line:last-child {
  transform: translate(5px);
  margin-bottom: 0px;
}

.page {
  min-height: 50vh;
}

.page.no-padding {
  padding: 0px;
}

.page.categories {
  padding-top: 100px;
}

.page__title {
  font-size: 7rem;
  line-height: 1.3;
  color: #ffe67b;
  font-weight: 900;
}

@media screen and (max-width: 670px) {
  .page__title {
    text-align: center;
    font-size: 6rem;
  }
}

.page__list {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px 0px 30px;
  position: relative;
  left: -20px;
}

@media screen and (max-width: 670px) {
  .page__list {
    left: 0px;
  }
}

.page__list-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 10px 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ffe67b;
  font-size: 2rem;
  text-decoration: none;
}

@media screen and (max-width: 670px) {
  .page__list-item {
    flex-direction: column;
  }
}

.page__list-item:hover .page__list-buy {
  opacity: 1;
}

.page__list-title {
  width: 60%;
  color: #ffe67b;
  text-decoration: none;
  font-weight: 900;
}

@media screen and (max-width: 670px) {
  .page__list-title {
    width: 100%;
    font-size: 3rem;
    text-align: center;
  }
}

.page__list-title:hover {
  color: #c9eafd;
  text-decoration: underline;
}

.page__list-date {
  width: 25%;
  font-weight: 900;
}

@media screen and (max-width: 670px) {
  .page__list-date {
    width: 100%;
    text-align: center;
  }
}

.page__list-buy {
  width: 15%;
  opacity: 0;
  transition: 0.3s;
  color: #ffe67b;
}

@media screen and (max-width: 670px) {
  .page__list-buy {
    display: none;
  }
}

.page__list-buy:hover {
  color: #c9eafd;
  text-decoration: underline;
}

.page__text {
  width: 60%;
  font-size: 2rem;
}

@media screen and (max-width: 670px) {
  .page__text {
    width: 100%;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 670px) {
  .page .primary__wrap-title {
    padding: 0 20px;
  }

  .page__wrap {
    box-sizing: border-box;
    padding: 0 20px;
  }
}

.page__pagination {
  display: flex;
}

.page__pagination .pagination {
  width: 50%;
  display: flex;
  list-style: none;
  list-style-image: none;
  padding: 0px;
}

.page__pagination .page-item {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}

.page__pagination .page-item.disabled .page-link {
  opacity: 0.5;
}

.page__pagination .page-item.active .page-link {
  font-weight: 800;
  color: #ffe67b;
  text-decoration: underline;
}

.page__pagination .page-link {
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
}

.page__pagination .page-link:hover {
  color: #ffe67b;
  text-decoration: underline;
}

.contacts__container {
  display: flex;
}

@media screen and (max-width: 768px) {
  .contacts__container {
    flex-direction: column;
    font-size: 2rem;
  }
}

.contacts__main {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .contacts__main {
    width: 100%;
  }
}

.contacts__aside {
  width: 60%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .contacts__aside {
    width: 100%;
    margin-top: 30px;
  }
}

.gmap_canvas {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

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

.partners__container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.partners__item {
  width: 30%;
  margin-right: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .partners__item {
    width: 100%;
  }
}

.perfomance {
  display: flex;
  flex-direction: column;
}

.perfomance__image {
  width: 100vw;
  height: 90vh;
  position: absolute;
  z-index: 0;
  left: 0px;
  top: 0px;
  overflow: hidden;
}

.perfomance__image::after {
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  bottom: 0px;
  position: absolute;
  background: rgba(29, 29, 27, 0);
  background: -moz-linear-gradient(top, rgba(29, 29, 27, 0) 0%, #1d1d1b 50%, #1d1d1b 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(29, 29, 27, 0)), color-stop(50%, #1d1d1b), color-stop(100%, #1d1d1b));
  background: -webkit-linear-gradient(top, rgba(29, 29, 27, 0) 0%, #1d1d1b 50%, #1d1d1b 100%);
  background: -o-linear-gradient(top, rgba(29, 29, 27, 0) 0%, #1d1d1b 50%, #1d1d1b 100%);
  background: -ms-linear-gradient(top, rgba(29, 29, 27, 0) 0%, #1d1d1b 50%, #1d1d1b 100%);
  background: linear-gradient(to bottom, rgba(29, 29, 27, 0) 0%, #1d1d1b 50%, #1d1d1b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d1d1b', endColorstr='#1d1d1b', GradientType=0);
  z-index: 999;
}

.perfomance__image img {
  width: 100%;
}

@media screen and (max-width: 670px) {
  .perfomance__image {
    width: 100%;
    height: auto;
    margin-top: 100px;
    position: relative;
  }
}

.perfomance__header {
  margin-bottom: 20px;
}

@media screen and (max-width: 670px) {
  .perfomance__header {
    margin-bottom: 20px;
  }
}

.perfomance__container {
  width: 100%;
  padding-top: 55vh;
  position: relative;
  z-index: 10;
  display: flex;
}

@media screen and (max-width: 670px) {
  .perfomance__container {
    padding-top: 50px;
    flex-direction: column;
  }
}

.perfomance__info {
  width: 60%;
  box-sizing: border-box;
  padding: 0px 30px;
  font-size: 1.6rem;
}

@media screen and (max-width: 670px) {
  .perfomance__info {
    width: 100%;
    padding: 0px 15px;
    font-size: 2.5rem;
  }
}

.perfomance__title {
  font-size: 6rem;
  font-weight: 900;
  color: #ffe67b;
  line-height: 1.2;
  margin-bottom: 30px;
}

@media screen and (max-width: 670px) {
  .perfomance__title {
    margin-bottom: 5px;
  }
}

.perfomance__about {
  font-size: 1.6rem;
  line-height: 1.5;
}

.perfomance__about p {
  margin: 0px;
  padding: 0px;
}

@media screen and (max-width: 670px) {
  .perfomance__about {
    font-size: 2.5rem;
    line-height: 1.7;
  }
}

.perfomance__aboutTitle {
  font-size: 5rem;
  margin-bottom: 30px;
}

.perfomance__author {
  font-size: 1.6rem;
  font-weight: 400;
}

@media screen and (max-width: 670px) {
  .perfomance__author {
    font-size: 2.5rem;
    line-height: 1.7;
  }
}

.perfomance__aside {
  width: 40%;
  display: flex;
  flex-direction: column;
  position: relative;
  top: 10vh;
}

@media screen and (max-width: 670px) {
  .perfomance__aside {
    width: 100%;
    top: 0px;
    box-sizing: border-box;
    padding: 0px 15px;
  }
}

.perfomance__asideBlock {
  margin-bottom: 20px;
  font-size: 1.6rem;
}

@media screen and (max-width: 670px) {
  .perfomance__asideBlock {
    font-size: 2.5rem;
    line-height: 1.7;
  }
}

.perfomance__ActorsLinks {
  display: flex;
  flex-wrap: wrap;
}

.perfomance__dates {
  display: flex;
  flex-direction: column;
}

.perfomance__dates h2 {
  font-size: 3rem;
  color: #fff;
}

.perfomance__message {
  color: red;
}

.perfomance__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.perfomance__listItem {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 20px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #ffe67b;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  color: #ffe67b;
  font-size: 1.6rem;
  text-decoration: none;
}

@media screen and (max-width: 670px) {
  .perfomance__listItem {
    text-align: center;
  }
}

.perfomance__listItem .perfomance__listBuy {
  opacity: 0;
  transition: 0.3s;
  display: none;
  right: 0px;
  top: 0px;
  position: absolute;
  align-items: center;
  height: 100%;
  background: #1d1d1b;
  padding: 0px 20px;
}

@media screen and (max-width: 670px) {
  .perfomance__listItem .perfomance__listBuy {
    display: none;
  }
}

.perfomance__listItem:hover {
  color: #c9eafd;
  border-bottom: 1px solid #c9eafd;
  border-top: 1px solid #c9eafd;
}

.perfomance__listItem:hover .perfomance__listBuy {
  opacity: 1;
  display: flex;
  z-index: 99;
}

.perfomance__photos {
  display: flex;
  flex-wrap: wrap;
}

.perfomance__photo {
  width: 30%;
  height: 15vh;
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.projector {
  width: 300px;
  height: 317px;
  background: url("../images/projector.png");
  position: fixed;
  top: 30px;
  right: 150px;
  transform-origin: 65% 20%;
}

@media screen and (max-width: 1024px) {
  .projector {
    display: none;
  }
}

.light {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(255, 230, 123, 0.3);
  position: fixed;
  z-index: 0;
}

.popup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  box-sizing: border-box;
  padding: 10%;
  top: 0px;
  left: 0px;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup__image-container {
  position: relative;
  z-index: 10000;
}

.popup__image-container img {
  max-height: 80vh;
}

.popup__close {
  border: none;
  position: absolute;
  background: transparent;
  top: 20px;
  right: 20px;
  color: #ffe67b;
  font-weight: 800;
}

.popup__close:hover {
  cursor: pointer;
  color: #c9eafd;
  text-decoration: underline;
}