@font-face {
  font-family: "MAK";
  src: url(../fonts/MAK.otf);
}
@font-face {
  font-family: "Lovelacy";
  src: url(../fonts/LovelaceTextRegular.otf);
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #FAF2EF;
  max-width: 1920px;
  margin: 0 auto;
}

.header {
  position: relative;
  height: 100svh;
  max-height: 1048px;
}
.header__inner {
  position: relative;
  height: 100%;
  max-width: 1480px;
  padding: 0 20px;
  margin: 0 auto;
  padding-top: 60px;
}
.header__top {
  font-family: "MAK";
  text-transform: uppercase;
}
.header__top-block {
  background-color: #AB0A36;
  width: 100%;
  height: 50px;
}
.header__top-title {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
  font-size: 64px;
  color: #562237;
}
.header__top-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  width: 100%;
  border: 2px solid #AB0A36;
  color: #562237;
  font-size: 36px;
  text-transform: uppercase;
}
.header__top-date {
  width: 50%;
  font-weight: 300;
  border-right: 2px solid #AB0A36;
  padding: 19px 0;
}
.header__top-time {
  width: 50%;
  font-weight: 300;
  padding: 19px 0;
}
.header__bottom {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__img {
  width: 40%;
  display: block;
}
.header__descr {
  width: 60%;
  text-align: center;
}
.header__descr-title {
  font-size: 40px;
  font-family: "MAK";
  font-weight: 300;
  margin-bottom: 30px;
  color: #AB0A36;
  text-transform: uppercase;
}
.header__descr-subtitle {
  color: #562237;
  font-family: "Lovelacy";
  font-size: 24px;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.header__descr-subtitle--two {
  color: #562237;
  font-family: "Lovelacy";
  font-size: 24px;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 90px;
}
.header__link {
  display: block;
  background-color: #AB0A36;
  text-decoration: none;
  color: #FAF2EF;
  text-transform: uppercase;
  font-family: "MAK";
  font-weight: 300;
  font-size: 32px;
  padding: 13px 50px;
}
.header__link:hover {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__deco-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 23%;
}
.header__deco-right {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  width: 23%;
}

.wrap__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.programm {
  padding-top: 150px;
  position: relative;
  padding-bottom: 100px;
}
.programm__inner {
  max-width: 1480px;
  padding: 0 20px;
  margin: 0 auto;
}
.programm__deco-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 23%;
}
.programm__deco-right {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  width: 23%;
}
.programm__title {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #562237;
  text-transform: uppercase;
  font-family: "MAK";
  font-size: clamp(2.25rem, 1.731rem + 2.59vw, 4rem);
  padding: 0 50px;
  padding-bottom: 100px;
}
.programm__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
.programm__item {
  position: relative;
  width: 635px;
  height: 495px;
}
.programm__block-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.programm__item-img {
  display: block;
  height: 80px;
  margin: 0 auto;
  margin-top: 65px;
}
.programm__time {
  font-family: "Lovelacy";
  font-size: 25px;
  text-align: center;
  color: #562237;
  margin-top: 20px;
  margin-bottom: 20px;
}
.programm__name {
  text-align: center;
  font-size: 28px;
  color: #562237;
  font-family: "Lovelacy";
  margin-bottom: 10px;
}
.programm__desc {
  color: rgba(86, 34, 55, 0.6);
  text-align: center;
  font-size: 19px;
  font-family: "Lovelacy";
  max-width: 420px;
  margin: 0 auto;
}

.pay {
  height: 100vh;
  position: relative;
  background-color: #AB0A36;
  padding-top: 25px;
  padding-bottom: 25px;
  max-height: 1050px;
}
.pay__title {
  text-align: center;
  color: #FAF2EF;
  font-family: "MAK";
  font-size: 60px;
}
.pay__inner {
  padding: 0 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 10px;
}
.pay__instruct {
  color: #FAF2EF;
  font-family: "Lovelacy";
}
.pay__block {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.2;
}
.pay__block:last-child {
  margin-bottom: 0;
}
.pay__tel {
  color: #FAF2EF;
}
.pay__check {
  display: block;
  width: 100%;
  padding: 10px;
  color: #AB0A36;
  background-color: #FAF2EF;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
}
.pay__qr {
  position: relative;
  text-align: center;
}
.pay__qr-text {
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
  color: #FAF2EF;
  font-family: "Lovelacy";
}
.pay__qr-img {
  display: block;
  width: 400px;
  margin: 0 auto;
}

.play {
  position: relative;
  padding-bottom: 200px;
}
.play__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  max-width: 1480px;
  padding: 0 20px;
  margin: 0 auto;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.play__text {
  width: 55%;
  text-align: center;
}
.play__img {
  width: 45%;
}
.play__title {
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #AB0A36;
  font-family: "MAK";
  font-size: 40px;
}
.play__subtitle, .play__subtitle--2 {
  color: #562237;
  font-family: "Lovelacy";
  font-size: 24px;
}
.play__subtitle {
  margin-bottom: 20px;
}
.play__buy {
  margin-top: 90px;
  color: #fff;
  background-color: #AB0A36;
  padding: 14px 50px;
  text-transform: uppercase;
  font-family: "MAK";
  font-size: 32px;
  text-decoration: none;
}
.play__buy:hover {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.play__deco-left, .play__deco-right {
  bottom: 0 !important;
  top: auto;
}

.guest {
  position: relative;
  padding-bottom: 400px;
}
.guest__inner {
  max-width: 1480px;
  padding: 0 20px;
  margin: 0 auto;
}
.guest__block--one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.guest__block--two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: -300px;
}
.guest__img {
  width: 45%;
}
.guest__block-text {
  width: 65%;
  padding-top: 55px;
  text-align: center;
}
.guest__block-name {
  margin-bottom: 40px;
  padding: 15px;
  border: 2px solid #AB0A36;
  color: #AB0A36;
  text-transform: uppercase;
  font-family: "MAK";
  font-size: 36px;
}
.guest__block-subtitle {
  text-align: left;
  font-size: 24px;
  color: #562237;
  font-family: "Lovelacy";
}
.guest__block-subtitle--one {
  margin-bottom: 20px;
}
.guest__deco-left {
  bottom: 0;
  top: auto;
}
.guest__deco-right {
  bottom: 0;
  top: auto;
}

.place {
  margin-top: -180px;
  position: relative;
  padding-bottom: 200px;
}
.place__inner {
  max-width: 1480px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.place__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.place__text {
  width: 55%;
  text-align: center;
}
.place__img {
  width: 45%;
}
.place__pretitle {
  font-family: "Lovelacy";
  font-size: 21px;
  color: #562237;
  margin-bottom: 20px;
}
.place__title {
  color: #AB0A36;
  font-family: "MAK";
  margin-bottom: 20px;
  font-size: 32px;
  text-transform: uppercase;
}
.place__decsr {
  font-family: "Lovelacy";
  font-size: 21px;
  color: #562237;
  margin-bottom: 20px;
}
.place__address {
  text-transform: uppercase;
  color: #AB0A36;
  font-family: "MAK";
  margin-bottom: 60px;
  font-size: 32px;
}
.place__link {
  background-color: #AB0A36;
  font-family: "MAK";
  color: #fff;
  padding: 13px 50px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 30px;
}

.place__titles {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 80px !important;
}

.ticket {
  position: relative;
}
.ticket__inner {
  max-width: 1480px;
  padding: 0 20px;
  margin: 0 auto;
}
.ticket__title {
  padding-bottom: 80px;
}
.ticket__block {
  position: relative;
  overflow: hidden;
}
.ticket__img {
  max-width: 100%;
  display: block;
  width: 100%;
}
.ticket__img-mobi {
  max-width: 100%;
  display: block;
  width: 100%;
  display: none;
}
.ticket__top {
  position: absolute;
  left: 75px;
  top: 100px;
  color: #fff;
  font-family: "Lovelacy";
}
.ticket__count {
  font-size: 30px;
  margin-bottom: 10px;
}
.ticket__child {
  font-size: 20px;
  color: rgba(250, 242, 239, 0.6);
  margin-bottom: 40px;
}
.ticket__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.ticket__input span {
  font-size: 26px;
}
.ticket__input--one {
  margin-bottom: 20px;
}
.ticket__footer {
  font-size: 20px;
  color: rgba(250, 242, 239, 0.6);
  margin-top: 10px;
}
.ticket__bottom {
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 110px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ticket__text {
  color: rgba(250, 242, 239, 0.6);
  font-family: "Lovelacy";
  font-size: 22px;
  margin: 0 auto;
  margin-top: 30px;
  width: 100%;
  max-width: 600px;
}
.ticket__link {
  background-color: #fff;
  text-decoration: none;
  color: #AB0A36;
  font-size: 32px;
  font-family: "MAK";
  padding: 13px 60px;
  text-transform: uppercase;
}

input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 25px;
  height: 25px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
}

input[type=radio]:checked {
  background-color: #fff;
  border-color: #fff;
}

.contacts {
  padding-top: 200px;
  padding-bottom: 130px;
  position: relative;
}
.contacts__title {
  padding-bottom: 80px;
}
.contacts__inner {
  max-width: 1480px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.contacts__text {
  max-width: 700px;
  margin: 0 auto;
  font-size: 24px;
  font-family: "Lovelacy";
  margin-bottom: 40px;
  color: #562237;
}
.contacts__link {
  text-decoration: none;
  color: #AB0A36;
  border: 1px solid #AB0A36;
  font-family: "MAK";
  padding: 13px 40px;
  font-size: 32px;
  margin-bottom: 50px;
}
.contacts__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FAF2EF;
}

.loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  -webkit-mask: conic-gradient(from 15deg, rgba(0, 0, 0, 0), #000);
  -webkit-animation: l26 1s infinite steps(12);
  animation: l26 1s infinite steps(12);
}

.loader,
.loader:before,
.loader:after {
  background: radial-gradient(closest-side at 50% 12.5%, #f03355 96%, rgba(0, 0, 0, 0)) 50% 0/20% 80% repeat-y, radial-gradient(closest-side at 12.5% 50%, #f03355 96%, rgba(0, 0, 0, 0)) 0 50%/80% 20% repeat-x;
}

.loader:before,
.loader:after {
  content: "";
  grid-area: 1/1;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.loader:after {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

@-webkit-keyframes l26 {
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes l26 {
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@media (max-width: 1600px) {
  .guest__block--two {
    margin-top: -275px;
  }
}
@media (min-width: 1500px) and (max-height: 1048px) {
  .header__inner {
    padding-top: 40px;
  }
}
@media (min-width: 1500px) and (max-height: 1000px) {
  .header__bottom {
    padding-top: 40px;
  }
  .header__top-time,
  .header__top-date {
    padding: 15px 0;
  }
  .header__inner {
    padding-top: 21px;
  }
}
@media (min-width: 1500px) and (max-height: 950px) {
  .header__top-block {
    height: 30px;
  }
  .header__top-title {
    font-size: 54px;
  }
  .header__top-flex {
    font-size: 30px;
  }
  .header__img {
    width: 39%;
  }
}
@media (min-width: 1500px) and (max-height: 900px) {
  .header__img {
    width: 36%;
  }
}
@media (min-width: 1500px) and (max-height: 850px) {
  .header__inner {
    padding-top: 15px;
  }
  .header__top-title {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header__bottom {
    padding-top: 30px;
  }
  .header__img {
    width: 35%;
  }
}
@media (min-width: 1500px) and (max-height: 800px) {
  .header {
    height: 820px;
  }
}
@media (max-width: 1499px) {
  .header {
    max-height: 1000px;
  }
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header__bottom {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .play__title {
    font-size: 36px;
  }
  .play__subtitle,
  .play__subtitle--2 {
    font-size: 22px;
  }
  .guest__block--two {
    margin-top: -210px;
  }
  .guest__block-subtitle {
    font-size: 22px;
  }
  .guest__block-name {
    font-size: 32px;
  }
}
@media (max-width: 1499px) and (max-height: 1000px) {
  .header__bottom {
    padding-top: 40px;
  }
  .header__top-time,
  .header__top-date {
    padding: 15px 0;
  }
  .header__inner {
    padding-top: 21px;
  }
}
@media (max-width: 1499px) and (max-height: 950px) {
  .header__top-block {
    height: 30px;
  }
  .header__top-title {
    font-size: 54px;
  }
  .header__top-flex {
    font-size: 30px;
  }
  .header__img {
    width: 39%;
  }
}
@media (max-width: 1499px) and (max-height: 900px) {
  .header__top-title {
    font-size: 54px;
  }
  .header__top-flex {
    font-size: 30px;
  }
  .header__img {
    width: 36%;
  }
}
@media (max-width: 1499px) and (max-height: 850px) {
  .header__inner {
    padding-top: 15px;
  }
  .header__top-title {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header__bottom {
    padding-top: 30px;
  }
  .header__img {
    width: 35%;
  }
}
@media (max-width: 1499px) and (max-height: 800px) {
  .header {
    height: 820px;
  }
}
@media (max-width: 1400px) {
  .programm__item {
    width: 45%;
    height: 460px;
  }
  .programm__desc {
    font-size: 17px;
    max-width: 360px;
  }
  .programm__item-img {
    margin-top: 50px;
  }
  .programm__name {
    font-size: 24px;
  }
  .programm__time {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .play__buy {
    margin-top: 70px;
  }
  .guest__block--two {
    margin-top: -190px;
  }
  .guest__block-subtitle {
    font-size: 20px;
  }
  .guest__block-name {
    font-size: 28px;
  }
  .ticket__top {
    top: 75px;
  }
  .ticket__img {
    height: 600px;
  }
  .ticket__bottom {
    bottom: 90px;
  }
  .ticket__link {
    font-size: 28px;
  }
  .ticket__text {
    font-size: 20px;
  }
}
@media (max-width: 1300px) {
  .header__inner {
    padding-top: 60px;
  }
  .play__title {
    font-size: 32px;
  }
  .play__subtitle,
  .play__subtitle--2 {
    font-size: 20px;
  }
  .play__buy {
    font-size: 28px;
    margin-top: 60px;
  }
  .guest__block--two {
    margin-top: -165px;
  }
  .guest {
    padding-bottom: 330px;
  }
  .place__decsr {
    font-size: 19px;
  }
  .place__pretitle {
    font-size: 19px;
  }
  .place__address {
    font-size: 28px;
  }
  .place__title {
    font-size: 28px;
  }
  .ticket__img {
    height: 600px;
  }
  .ticket__count {
    font-size: 27px;
  }
  .ticket__child {
    margin-bottom: 30px;
  }
}
@media (max-width: 1300px) and (max-height: 950px) {
  .header__top-block {
    height: 50px;
  }
  .header__top-title {
    font-size: 64px;
  }
  .header__top-time,
  .header__top-date {
    padding: 19px 0;
  }
  .header__top-flex {
    font-size: 36px;
  }
}
@media (max-width: 1300px) and (max-height: 900px) {
  .header__img {
    width: 38%;
  }
}
@media (max-width: 1300px) and (max-height: 850px) {
  .header__inner {
    padding-top: 30px;
  }
  .header__top-block {
    height: 30px;
  }
}
@media (max-width: 1200px) {
  .programm__block {
    row-gap: 25px;
  }
  .programm__item {
    width: 70%;
    height: 550px;
  }
  .programm__item-img {
    margin-top: 75px;
    height: 100px;
  }
  .programm__time {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .programm__name {
    font-size: 32px;
  }
  .programm__desc {
    font-size: 20px;
    max-width: 420px;
  }
  .play__title {
    font-size: 29px;
  }
  .play__subtitle,
  .play__subtitle--2 {
    font-size: 18px;
  }
  .play__buy {
    font-size: 26px;
    margin-top: 50px;
  }
  .guest__block-name {
    font-size: 25px;
  }
  .guest__block-subtitle {
    font-size: 19px;
  }
  .guest__block--two {
    margin-top: -140px;
  }
  .guest {
    padding-bottom: 270px;
  }
  .place__link {
    font-size: 26px;
  }
  .place__address {
    margin-bottom: 40px;
  }
}
@media (max-width: 1100px) {
  .play__img {
    width: 50%;
  }
  .play__text {
    width: 50%;
  }
  .play__title {
    font-size: 25px;
  }
  .play__buy {
    font-size: 22px;
    margin-top: 40px;
  }
  .play__subtitle,
  .play__subtitle--2 {
    font-size: 17px;
  }
  .guest__block-name {
    font-size: 22px;
  }
  .guest__block-subtitle {
    font-size: 18px;
  }
  .guest__block--two {
    margin-top: -111px;
  }
  .place__decsr {
    font-size: 17px;
  }
  .place__pretitle {
    font-size: 17px;
  }
  .place__title {
    font-size: 26px;
  }
  .place__address {
    font-size: 26px;
  }
  .place__link {
    font-size: 22px;
  }
  .contacts {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1000px) {
  .header__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header__inner {
    padding-top: 40px;
  }
  .header__top-block {
    height: 20px;
  }
  .header__descr-subtitle--two {
    margin-bottom: 30px;
  }
  .header__top-title {
    font-size: 50px;
  }
  .header__top-flex {
    font-size: 30px;
  }
  .header__top-time,
  .header__top-date {
    padding: 10px 0;
  }
  .header__descr {
    width: 100%;
  }
  .header__descr-title {
    font-size: 34px;
  }
  .header__descr-subtitle {
    font-size: 22px;
  }
  .header__descr-subtitle--two {
    font-size: 22px;
  }
  .header__link {
    font-size: 26px;
  }
  .header__bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header__bottom {
    padding-top: 0px;
  }
  .header__img {
    padding-bottom: 20px;
  }
  .header__top-flex {
    border-right: none;
    border-left: none;
  }
  .programm__deco-left,
  .programm__deco-right,
  .header__deco-left,
  .header__deco-right {
    width: 33%;
  }
  .programm__item {
    width: 90%;
    height: 550px;
  }
  .programm__item-img-last {
    margin-top: 125px;
  }
  .play__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 50px;
  }
  .play__text {
    width: 100%;
  }
  .play__subtitle,
  .play__subtitle--2 {
    max-width: 550px;
    margin: 0 auto;
    font-size: 19px;
  }
  .play__subtitle {
    padding-bottom: 20px;
  }
  .play__title {
    font-size: 30px;
  }
  .play__buy {
    font-size: 26px;
  }
  .guest__block--two {
    margin-top: 0;
  }
  .guest__block--one {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .guest__block--two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .guest__img {
    width: 55%;
  }
  .place__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 50px;
  }
  .place__img {
    width: 55%;
  }
  .place__decsr {
    font-size: 19px;
  }
  .place__pretitle {
    font-size: 19px;
  }
  .place__title {
    font-size: 30px;
  }
  .place__address {
    font-size: 30px;
  }
  .place__text {
    width: 60%;
  }
  .place__link {
    font-size: 25px;
  }
  .ticket__img {
    display: none;
  }
  .ticket__img-mobi {
    display: block;
  }
  .ticket__top {
    top: 100px;
  }
  .contacts__text {
    max-width: 600px;
    font-size: 20px;
  }
  .contacts__title {
    padding-bottom: 40px;
  }
  .contacts__link {
    font-size: 24px;
  }
  .contacts__icon img {
    width: 60px;
  }
}
@media (max-width: 1000px) and (max-height: 950px) {
  .header__inner {
    padding-top: 20px;
  }
  .header__top-title {
    font-size: 44px;
  }
}
@media (max-width: 1000px) and (max-height: 900px) {
  .header__top-flex {
    font-size: 26px;
  }
  .header__top-title {
    font-size: 42px;
  }
  .header__descr-title {
    font-size: 30px;
  }
  .header__descr-title {
    margin-bottom: 20px;
  }
  .header__img {
    width: 36%;
  }
}
@media (max-width: 1000px) and (max-height: 850px) {
  .header__img {
    width: 34%;
  }
}
@media (max-width: 900px) {
  .header__img {
    width: 45%;
  }
  .play__img {
    width: 55%;
  }
  .guest {
    padding-bottom: 240px;
  }
  .place__img {
    width: 60%;
  }
  .place__text {
    width: 65%;
  }
  .ticket__top {
    top: 90px;
  }
}
@media (max-width: 900px) and (max-height: 950px) {
  .header__img {
    width: 44%;
  }
}
@media (max-width: 900px) and (max-height: 900px) {
  .header__img {
    width: 42%;
  }
}
@media (max-width: 900px) and (max-height: 850px) {
  .header__img {
    width: 38%;
  }
}
@media (max-width: 800px) {
  .header__img {
    width: 55%;
  }
  .programm__item {
    width: 95%;
    height: 550px;
  }
  .programm__name {
    font-size: 30px;
  }
  .programm__item-img {
    margin-top: 60px;
    height: 100px;
  }
  .programm__item-img-last {
    margin-top: 125px;
  }
  .play__img {
    width: 60%;
  }
  .programm__title {
    padding-bottom: 50px;
  }
  .play {
    padding-bottom: 150px;
  }
  .guest__img {
    width: 65%;
  }
  .guest__block-text {
    width: 65%;
  }
  .place {
    margin-top: -90px;
  }
  .place__img {
    width: 65%;
  }
  .place__text {
    width: 70%;
  }
  .place__address {
    font-size: 28px;
  }
  .place__title {
    font-size: 28px;
  }
  .ticket__count {
    font-size: 25px;
  }
  input[type=radio] {
    width: 20px;
    height: 20px;
  }
  .ticket__input span {
    font-size: 22px;
  }
  .ticket__footer {
    font-size: 18px;
  }
  .ticket__text {
    font-size: 18px;
    max-width: 600px;
  }
  .ticket__link {
    font-size: 22px;
  }
  .ticket {
    padding-bottom: 100px;
  }
}
@media (max-width: 800px) and (max-height: 950px) {
  .header__img {
    width: 52%;
  }
}
@media (max-width: 800px) and (max-height: 900px) {
  .header__img {
    width: 48%;
  }
}
@media (max-width: 800px) and (max-height: 850px) {
  .header__img {
    width: 41%;
  }
}
@media (max-width: 700px) {
  .header__img {
    width: 60%;
  }
  .header__top-flex {
    font-size: 26px;
  }
  .programm__item {
    height: 470px;
  }
  .programm__item-img {
    margin-top: 60px;
    height: 80px;
  }
  .programm__time {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .programm__name {
    font-size: 26px;
  }
  .programm__desc {
    font-size: 17px;
    max-width: 360px;
  }
  .programm__item-img-last {
    margin-top: 105px;
  }
  .play__img {
    width: 65%;
  }
  .play___buy:hover,
  .header__link:hover {
    opacity: 1;
    -webkit-transition: 0;
    transition: 0;
  }
  .guest__img {
    width: 75%;
  }
  .guest__block-text {
    width: 75%;
  }
  .place {
    margin-top: -80px;
  }
  .place__img {
    width: 80%;
  }
  .place__text {
    width: 90%;
  }
  .ticket__top {
    top: 50px;
    left: 50px;
  }
  .ticket__child {
    margin-bottom: 20px;
  }
  .ticket__input--one {
    margin-bottom: 10px;
  }
  .ticket__child {
    font-size: 18px;
  }
  .ticket__footer {
    font-size: 16px;
  }
  .ticket__bottom {
    bottom: 70px;
  }
  .ticket__link {
    font-size: 20px;
  }
  .ticket__text {
    margin-top: 20px;
    font-size: 16px;
  }
  .contacts__text {
    max-width: 500px;
    font-size: 18px;
  }
}
@media (max-width: 700px) and (max-height: 950px) {
  .header__img {
    width: 57%;
  }
}
@media (max-width: 700px) and (max-height: 900px) {
  .header__img {
    width: 54%;
  }
}
@media (max-width: 700px) and (max-height: 850px) {
  .header__img {
    width: 47%;
  }
}
@media (max-width: 600px) {
  .header__top-flex {
    font-size: 22px;
  }
  .header__img {
    width: 70%;
  }
  .header__descr-title {
    font-size: 28px;
  }
  .header__descr-subtitle,
  .header__descr-subtitle--two {
    font-size: 20px;
  }
  .header__top-flex {
    font-size: 21px;
  }
  .programm {
    padding-top: 100px;
  }
  .programm__item {
    width: 100%;
    height: 420px;
  }
  .programm__item-img {
    margin-top: 50px;
    height: 70px;
  }
  .programm__time {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .programm__name {
    font-size: 22px;
  }
  .programm__desc {
    font-size: 16px;
    max-width: 340px;
  }
  .programm__item-img-last {
    margin-top: 95px;
  }
  .programm__time {
    font-size: 22px;
  }
  .play__img {
    width: 75%;
  }
  .play__title {
    font-size: 25px;
  }
  .play__buy {
    font-size: 24px;
  }
  .guest__block-text {
    width: 90%;
  }
  .guest__img {
    width: 90%;
  }
  .guest {
    padding-bottom: 130px;
  }
  .place {
    margin-top: 20px;
  }
  .place__img {
    width: 85%;
  }
  .place__text {
    width: 90%;
  }
  .place__link {
    font-size: 22px;
  }
  .place {
    padding-bottom: 140px;
  }
  .ticket__text {
    width: 400px;
  }
  .ticket__link {
    font-size: 18px;
    padding: 11px 50px;
  }
  .ticket__bottom {
    bottom: 50px;
  }
  .ticket__count {
    font-size: 21px;
  }
  .ticket__child {
    font-size: 16px;
  }
  .ticket__input span {
    font-size: 18px;
  }
  input[type=radio] {
    width: 18px;
    height: 18px;
  }
  .ticket__footer {
    font-size: 14px;
  }
  .contacts__title {
    padding-bottom: 20px !important;
    font-size: 36px;
  }
  .contacts__text {
    margin-bottom: 20px;
  }
  .contacts__link {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .contacts__icon {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .contacts__icon img {
    width: 50px;
  }
}
@media (max-width: 600px) and (max-height: 900px) {
  .header__img {
    width: 65%;
  }
}
@media (max-width: 600px) and (max-height: 850px) {
  .header__img {
    width: 62%;
  }
  .header__descr-subtitle,
  .header__descr-subtitle--two {
    font-size: 20px;
  }
  .header__link {
    font-size: 24px;
  }
  .header__descr-title {
    font-size: 28px;
  }
  .header__top-title {
    font-size: 38px;
  }
  .header__descr-subtitle--two {
    margin-bottom: 20px;
  }
  .header__descr-subtitle {
    margin-bottom: 10px;
  }
  .header__link {
    padding: 10px 44px;
  }
}
@media (min-width: 500px) and (max-height: 850px) {
  .pay__qr-img {
    width: 300px;
  }
}
@media (min-width: 500px) and (max-height: 750px) {
  .pay {
    height: 770px;
  }
}
@media (max-width: 500px) {
  .header__top-title {
    font-size: 40px;
  }
  .header__top-flex {
    font-size: 18px;
  }
  .header__descr-title {
    font-size: 24px;
  }
  .header__link {
    font-size: 20px;
  }
  .header__img {
    width: 100%;
  }
  .programm__deco-left,
  .programm__deco-right,
  .header__deco-left,
  .header__deco-right {
    width: 40%;
  }
  .programm__desc {
    font-size: 15px;
    max-width: 300px;
  }
  .play__img {
    width: 88%;
  }
  .play__title {
    font-size: 22px;
  }
  .play__subtitle,
  .play__subtitle--2 {
    font-size: 18px;
  }
  .play__buy {
    font-size: 20px;
  }
  .programm__title {
    padding-bottom: 50px;
  }
  .guest__block-text {
    width: 95%;
  }
  .guest__img {
    width: 95%;
  }
  .guest {
    padding-bottom: 100px;
  }
  .place__img {
    width: 90%;
  }
  .place__text {
    width: 100%;
  }
  .place__address {
    font-size: 25px;
  }
  .ticket__top {
    top: 35px;
    left: 30px;
  }
  .ticket__count {
    font-size: 19px;
    margin-bottom: 5px;
  }
  .ticket__input {
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }
  .ticket__input span {
    font-size: 16px;
  }
  .ticket__text {
    width: 350px;
    font-size: 14px;
  }
  .ticket__link {
    font-size: 18px;
    padding: 8px 30px;
  }
  .contacts__title {
    font-size: 33px;
  }
  .contacts__text {
    max-width: 500px;
    font-size: 16px;
  }
  .contacts {
    padding-top: 100px;
  }
  .pay__qr-img {
    width: 300px;
  }
}
@media (max-width: 500px) and (max-height: 1000px) {
  .header__img {
    width: 95%;
  }
}
@media (max-width: 500px) and (max-height: 950px) {
  .header__img {
    width: 82%;
  }
}
@media (max-width: 500px) and (max-height: 850px) {
  .header__img {
    width: 74%;
  }
}
@media (max-width: 500px) and (max-height: 800px) {
  .pay__title {
    font-size: 50px;
  }
  .pay__qr-img {
    width: 275px;
  }
}
@media (max-width: 500px) and (max-height: 750px) {
  .pay {
    height: 770px;
  }
}
@media (max-width: 450px) {
  .header__top-title {
    font-size: 36px;
  }
  .header__top-flex {
    font-size: 16px;
  }
  .header__descr-title {
    font-size: 21px;
  }
  .header__img {
    width: 100%;
  }
  .programm__item {
    height: 360px;
  }
  .programm__item-img {
    margin-top: 45px;
    height: 55px;
  }
  .programm__time {
    font-size: 18px;
  }
  .programm__name {
    font-size: 20px;
  }
  .programm__desc {
    font-size: 14px;
    max-width: 280px;
  }
  .programm__inner {
    padding: 0 15px;
  }
  .programm__item-img-last {
    margin-top: 90px;
  }
  .play__img {
    width: 95%;
  }
  .play__title {
    font-size: 20px;
  }
  .play__subtitle,
  .play__subtitle--2 {
    font-size: 16px;
  }
  .play__buy {
    font-size: 18px;
  }
  .programm__title {
    font-size: 34px;
  }
  .play {
    padding-bottom: 100px;
  }
  .guest__block-text {
    width: 100%;
  }
  .guest__img {
    width: 100%;
  }
  .guest__block-name {
    font-size: 20px;
  }
  .guest__block-subtitle {
    font-size: 16px;
  }
  .place {
    margin-top: 50px;
  }
  .place__img {
    width: 100%;
  }
  .place__decsr {
    font-size: 17px;
  }
  .place__address {
    font-size: 22px;
  }
  .place__title {
    font-size: 22px;
  }
  .place__link {
    font-size: 18px;
  }
  .place__titles {
    padding-bottom: 40px !important;
  }
  .ticket__count {
    font-size: 16px;
  }
  .ticket__child {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .ticket__input span {
    font-size: 14px;
  }
  input[type=radio] {
    width: 14px;
    height: 14px;
  }
  .ticket__bottom {
    bottom: 30px;
  }
  .ticket__link {
    font-size: 14px;
  }
  .contacts__title {
    font-size: 29px;
  }
  .contacts__text {
    font-size: 14px;
  }
  .contacts__link {
    font-size: 18px;
    padding: 10px 30px;
  }
}
@media (max-width: 450px) and (max-height: 950px) {
  .header__img {
    width: 97%;
  }
}
@media (max-width: 450px) and (max-height: 900px) {
  .header__img {
    width: 90%;
  }
}
@media (max-width: 450px) and (max-height: 850px) {
  .header__img {
    width: 85%;
  }
}
@media (max-width: 450px) and (max-height: 800px) {
  .header {
    height: 100svh;
  }
  .header__img {
    width: 76%;
  }
}
@media (max-width: 450px) and (max-height: 750px) {
  .header__img {
    width: 73%;
  }
  .header__descr-subtitle,
  .header__descr-subtitle--two {
    font-size: 17px;
  }
  .header__link {
    font-size: 17px;
  }
}
@media (max-width: 450px) and (max-height: 700px) {
  .header {
    height: 720px;
  }
}
@media (max-width: 400px) {
  .header {
    max-height: 900px;
  }
  .header__img {
    width: 100%;
  }
  .header__top-title {
    font-size: 26px;
  }
  .header__top-flex {
    font-size: 14px;
  }
  .header__descr-title {
    font-size: 18px;
  }
  .header__descr-subtitle,
  .header__descr-subtitle--two {
    font-size: 16px;
  }
  .header__link {
    font-size: 16px;
  }
  .programm__item {
    height: 320px;
  }
  .programm__item-img {
    margin-top: 35px;
    height: 40px;
  }
  .programm__time {
    font-size: 16px;
  }
  .programm__name {
    font-size: 17px;
  }
  .programm__desc {
    font-size: 12px;
    max-width: 260px;
  }
  .programm__item-img-last {
    margin-top: 80px;
  }
  .play__img {
    width: 100%;
  }
  .play__title {
    font-size: 17px;
  }
  .play__subtitle,
  .play__subtitle--2 {
    font-size: 14px;
  }
  .play__buy {
    font-size: 14px;
    padding: 11px 40px;
  }
  .programm__title {
    font-size: 28px;
    padding-bottom: 50px;
  }
  .guest__block-name {
    font-size: 18px;
  }
  .guest__block-subtitle {
    font-size: 14px;
  }
  .place__pretitle {
    font-size: 14px;
  }
  .place__decsr {
    font-size: 14px;
  }
  .place__address {
    font-size: 18px;
  }
  .place__title {
    font-size: 18px;
  }
  .place__link {
    font-size: 16px;
    padding: 10px 40px;
  }
  .place__address {
    margin-bottom: 20px;
  }
  .ticket__text {
    width: 300px;
    font-size: 12px;
    margin-top: 10px;
  }
  .ticket__top {
    top: 25px;
    left: 20px;
  }
  .ticket__footer {
    font-size: 12px;
  }
  .ticket__child {
    font-size: 12px;
  }
  .contacts__title {
    font-size: 26px;
  }
  .pay__title {
    font-size: 45px;
  }
  .pay__block {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .pay__qr-img {
    width: 250px;
  }
  .pay__qr-text {
    font-size: 16px;
  }
}
@media (max-width: 400px) and (max-height: 800px) {
  .header__img {
    width: 95%;
  }
  .header__top-block {
    height: 10px;
  }
}
@media (max-width: 400px) and (max-height: 750px) {
  .header__img {
    width: 86%;
  }
}
@media (max-width: 400px) and (max-height: 750px) {
  .pay {
    height: 100vh;
  }
}
@media (max-width: 400px) and (max-height: 700px) {
  .pay {
    height: 720px;
  }
}
@media (max-width: 389px) and (max-height: 800px) {
  .header__top-block {
    height: 10px;
  }
}
@media (max-width: 350px) {
  .header {
    max-height: 750px;
    height: 100svh;
  }
  .header__top-flex {
    font-size: 13px;
  }
  .header__descr-title {
    font-size: 17px;
  }
  .header__descr-subtitle,
  .header__descr-subtitle--two {
    font-size: 14px;
  }
  .programm__desc {
    max-width: 240px;
  }
  .programm__title {
    font-size: 24px;
    padding-bottom: 50px;
  }
  .play__title {
    font-size: 15px;
  }
  .play__subtitle,
  .play__subtitle--2 {
    font-size: 12px;
  }
  .guest__block-name {
    font-size: 16px;
  }
  .place__decsr {
    font-size: 12px;
  }
  .place__pretitle {
    font-size: 12px;
  }
  .place__address {
    font-size: 16px;
  }
  .place__title {
    font-size: 16px;
  }
  .ticket__img-mobi {
    height: 330px;
  }
  .ticket__count {
    font-size: 14px;
  }
  .ticket__text {
    width: 251px;
    font-size: 12px;
    margin-top: 10px;
  }
  .contacts__title {
    font-size: 23px;
  }
  .contacts__text {
    font-size: 12px;
  }
  .contacts__link {
    font-size: 14px;
    padding: 10px 30px;
  }
  .contacts__icon img {
    width: 40px;
  }
  .pay__title {
    font-size: 40px;
  }
  .pay__block {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .pay__qr-img {
    width: 201px;
  }
  .pay {
    height: 100vh;
  }
}
@media (max-width: 350px) and (max-height: 630px) {
  .header__img {
    width: 80%;
  }
  .pay {
    height: 631px;
  }
}
@media (max-width: 350px) and (max-height: 600px) {
  .header__descr-title {
    margin-bottom: 10px;
  }
  .header__descr-subtitle {
    margin-bottom: 5px;
  }
  .header__descr-subtitle--two {
    margin-bottom: 15px;
  }
  .header__link {
    padding: 7px 35px;
  }
  .header__inner {
    padding-top: 10px;
  }
  .header__top-title {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
@media (max-width: 350px) and (max-height: 550px) {
  .header__img {
    width: 60%;
  }
}