*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

*::-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

*::placeholder {
  color: #666;
  opacity: 1;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  color: #47362A;
  font-size: 20px;
  line-height: 1.6;
  font-family: "Gabriela", serif;
  min-width: 320px;
  position: relative;
  font-weight: 400;
  overflow-x: hidden;
  margin: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: bottom;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

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

ul,
ol,
menu {
  display: block;
  margin: 0;
  padding-left: 0;
}

button {
  outline: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  line-height: inherit;
  outline: none;
  background: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

input {
  display: block;
  width: 100%;
  font-family: inherit;
  line-height: inherit;
  outline: none;
}

textarea {
  display: block;
  width: 100%;
  font-family: inherit;
  line-height: inherit;
  outline: none;
  resize: none;
}

.hidden {
  display: none;
}

.site-wrap {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
  width: 100%;
  max-width: 1190px;
}

.btn1 {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
  border: 2px solid #fff;
  padding: 15.5px 50.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn2 {
  display: inline-block;
  font-size: 22px;
  color: #47362A;
  border-radius: 5px;
  background-color: #AEB589;
  padding: 16.5px 50.5px;
  border: 1px solid #AEB589;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.no-touch .btn1:hover {
  background-color: #AEB589;
  border: 2px solid #AEB589;
  color: #47362A;
}

.no-touch .btn2:hover {
  background-color: transparent;
  color: #AEB589;
}

.title {
  text-transform: uppercase;
  font-size: 72px;
  line-height: 1.37;
  text-align: center;
  margin-bottom: 60px;
}

.title--dark {
  color: #47362A;
}

.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.logo img {
  height: 50px;
  width: auto;
}

.header {
  padding: 17px 0;
  background-color: #AEB589;
  position: relative;
}

.header .container {
  max-width: 1320px;
}

.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo2 {
  display: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}

.header__menu {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__menu-item {
  margin-right: 80px;
}

.header__menu-item:nth-child(3) {
  margin-right: 0;
}

.header__menu-item:nth-child(3) ~ .header__menu-item {
  display: none;
}

.header__menu-item:last-child {
  margin-right: 0;
}

.header__menu-link {
  display: inline-block;
  padding: 0px 10px;
  text-transform: uppercase;
  font-size: 21px;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.header__menu-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #47362A;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__menu-link:active {
  color: #fff;
}

.header__menu-link:active::after {
  opacity: 0;
}

.header__contacts {
  max-width: 317px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__contacts1 {
  display: none;
  text-align: center;
}

.header__tel1 {
  display: inline-block;
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__search svg {
  width: 23px;
  height: 23px;
  fill: #47362A;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.header__tel {
  font-size: 26px;
}

.toggle {
  width: 40px;
  height: 25px;
  position: relative;
  z-index: 50;
  display: none;
  cursor: pointer;
}

.toggle__line {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 3px;
  background-color: #47362A;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.toggle__line::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #47362A;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.toggle__line::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #47362A;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.toggle.active .toggle__line {
  background-color: transparent;
}

.toggle.active .toggle__line::after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}

.toggle.active .toggle__line::before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
}

.no-touch .header__menu-link:hover::after {
  width: 100%;
}

.no-touch .header__search:hover svg {
  fill: #fff;
}

.mainscreen {
  background-color: #47362A;
}

.mainscreen__slider {
  position: relative;
}

.mainscreen__slider .swiper-pagination-style1 {
  display: none;
  bottom: 50px !important;
}

.mainscreen__wrap1 {
  background-color: #AEB589;
}

.mainscreen__menu {
  max-width: 955px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainscreen__menu-link {
  display: inline-block;
  font-size: 24px;
  padding: 0px 10px;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.mainscreen__menu-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #47362A;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mainscreen__menu-link:active {
  color: #fff;
}

.mainscreen__menu-link:active::after {
  opacity: 0;
}

.mainscreen-item {
  position: relative;
  color: #fff;
}

.mainscreen-item__img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mainscreen-item__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.mainscreen-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mainscreen-item__wrap {
  width: 100%;
  min-height: 580px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.mainscreen-item__title {
  margin-bottom: 13px;
}

.mainscreen-item__subtitle {
  font-size: 24px;
  margin-bottom: 60px;
}

.no-touch .mainscreen__menu-link:hover::after {
  width: 100%;
}

.swiper-button-next-style1,
.swiper-button-prev-style1 {
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  height: auto;
}

.swiper-button-next-style1 svg,
.swiper-button-prev-style1 svg {
  width: 71px;
  height: 71px;
  fill: #fff;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.swiper-button-next-style1::after,
.swiper-button-prev-style1::after {
  display: none;
}

.swiper-button-next-style1 {
  right: 10px;
}

.swiper-button-prev-style1 {
  left: 10px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.swiper-button-next-style2,
.swiper-button-prev-style2 {
  position: static;
  width: auto;
  height: auto;
  margin-top: 0;
}

.swiper-button-next-style2 svg,
.swiper-button-prev-style2 svg {
  width: 30px;
  height: 30px;
  fill: #000;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.swiper-button-next-style2::after,
.swiper-button-prev-style2::after {
  display: none;
}

.swiper-button-prev-style2 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-pagination-style1 {
  bottom: 18px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-pagination-style1 .swiper-pagination-bullet {
  opacity: 1;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0px 10px !important;
  background-color: transparent;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.swiper-pagination-style1 .swiper-pagination-bullet-active {
  background-color: #fff;
}

.no-touch .swiper-button-next-style1:hover svg,
.no-touch .swiper-button-prev-style1:hover svg {
  fill: #B11733;
}

.no-touch .swiper-button-next-style2:hover svg,
.no-touch .swiper-button-prev-style2:hover svg {
  fill: #B11733;
}

.no-touch .swiper-pagination-bullet:hover {
  background-color: #fff;
}

.main-menu {
  background-color: #AEB589;
  overflow: auto;
  color: #47362A;
}

.main-menu__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  min-height: 100px;
  padding: 10px 0;
}

.main-menu__menu-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.main-menu__menu-link {
  display: inline-block;
  font-size: 24px;
  padding: 0px 10px;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.main-menu__menu-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #47362A;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-menu__menu-link:active {
  color: #fff;
}

.main-menu__menu-link:active::after {
  opacity: 0;
}

.no-touch .main-menu__menu-link:hover::after {
  width: 100%;
}

.events {
  background-color: #47362A;
  color: #fff;
}

.events--small-pt {
  padding-top: 60px;
}

.events__wrap {
  margin-top: 60px;
}

.events__btn-wrap {
  padding: auto;
  text-align: center;
}

.affiche {
  color: #fff;
}

.affiche__wrap {
  margin-bottom: 60px;
}

.affiche__wrap:last-child {
  margin-bottom: 0;
}

.affiche__form-container {
  margin-top: -20px;
  padding-top: 60px;
  border-top: 2px solid #AEB589;
}

.affiche__form-wrap {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.affiche__form-title {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 24px;
}

.affiche__form-subtitle {
  color: #AEB589;
  line-height: 1.6;
  margin-bottom: 40px;
}

.affiche__form {
  max-width: 565px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.affiche__form-btn2 {
  display: block;
  width: 100%;
  text-align: center;
  padding: 16.5px 10px;
}

.affiche-item {
  display: block;
  padding: 56px 0;
  border-top: 1px solid #AEB589;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.affiche-item:last-child {
  border-bottom: none;
}

.affiche-item__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0px -5px;
}

.affiche-item__wrap {
  padding: 0px 5px;
  width: 20%;
}

.affiche-item__wrap:nth-child(1) {
  width: 27%;
}

.affiche-item__wrap:nth-child(2) {
  width: 40%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.affiche-item__wrap:nth-child(3) {
  width: 8%;
}

.affiche-item__day {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.affiche-item__time {
  color: #AEB589;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 24px;
}

.affiche-item__wrap2 {
  margin-top: 46px;
}

.affiche-item__duration-title {
  font-size: 16px;
  margin-bottom: 8px;
}

.affiche-item__duration {
  color: #AEB589;
  font-size: 18px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.affiche-item__name {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 11px;
}

.affiche-item__genre {
  color: #AEB589;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 22px;
}

.affiche-item__list {
  margin-top: 36px;
}

.affiche-item__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.affiche-item__list-item:last-child {
  margin-bottom: 0;
}

.affiche-item__list-item span {
  max-width: 100px;
  width: 100%;
  margin-right: 100px;
}

.affiche-item__list-item b {
  color: #AEB589;
  font-weight: 400;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.affiche-item__years {
  margin-top: 10px;
  font-size: 28px;
  letter-spacing: 1.44px;
}

.affiche-item__price {
  max-width: 200px;
  width: 100%;
  text-align: center;
  color: #47362A;
  font-size: 22px;
  border-radius: 5px;
  background: #AEB589;
  padding: 17.2px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.no-touch .affiche-item:hover {
  background-color: #AEB589;
  color: #47362A;
}

.no-touch .affiche-item:hover .affiche-item__time,
.no-touch .affiche-item:hover .affiche-item__genre,
.no-touch .affiche-item:hover .affiche-item__duration,
.no-touch .affiche-item:hover .affiche-item__list-item b {
  color: #47362A;
}

.no-touch .affiche-item:hover .affiche-item__price {
  background-color: #47362A;
  color: #AEB589;
}

.info1 {
  background-color: #AEB589;
}

.info1__title1 {
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.info1__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.info1__wrap1 {
  width: 46.5%;
}

.info1__title2 {
  font-size: 36px;
  line-height: 1.2;
  padding-bottom: 18px;
  margin-bottom: 55px;
  border-bottom: 1px solid #47362A;
}

.info1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0px -15px;
  margin-top: -60px;
}

.info1__col {
  width: 50%;
  padding: 0px 15px;
  margin-top: 60px;
}

.info1__wrap2 {
  width: 50%;
}

.info1__text-wrap p {
  line-height: 1.6;
  margin-bottom: 30px;
}

.info1__text-wrap p:last-child {
  margin-bottom: 0;
}

.info1__slider-wrap {
  width: 100%;
  position: relative;
  padding-bottom: 55px;
  margin-top: 60px;
}

.info1__slider {
  position: relative;
}

.info1__slider .swiper-button-next-style1 svg,
.info1__slider .swiper-button-prev-style1 svg {
  width: 50px;
  height: 50px;
}

.info1__slider .swiper-slide-active .info1-item1__img::after {
  opacity: 0;
}

.info1-item__val {
  font-size: 72px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.info1-item__title {
  font-size: 18px;
}

.info1-item1__img {
  position: relative;
  padding-top: 63.2%;
}

.info1-item1__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(174, 181, 137, 0.7);
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.info1-item1__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.artists {
  background-color: #47362A;
  color: #fff;
}

.artists__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0px -20px;
  margin-top: -30px;
  margin-bottom: 100px;
}

.artists__col {
  width: 25%;
  padding: 0px 20px;
  margin-top: 30px;
}

.artists__btn-wrap {
  text-align: center;
}

.artists-item {
  display: block;
  text-align: center;
}

.artists-item__img {
  position: relative;
  padding-top: 135%;
  margin-bottom: 20px;
}

.artists-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.artists-item__name {
  font-size: 18px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.no-touch .artists-item:hover .artists-item__name {
  color: #AEB589;
}

.performances {
  background-color: #47362A;
  color: #fff;
}

.performances__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0px -15px;
  margin-top: -30px;
}

.performances__col {
  width: 50%;
  padding: 0px 15px;
  margin-top: 30px;
}

.performances--recomended {
  background-color: #BE1E2D;
}

.performances-item {
  display: block;
  position: relative;
  overflow: hidden;
}

.performances-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.performances-item__img {
  position: relative;
  padding-top: 65.3%;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.performances-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.performances-item__text-container {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 26px 23px 26px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.performances-item__text-wrap {
  width: calc(100% - 54px);
}

.performances-item__text-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.performances-item__text-icon svg {
  width: 34px;
  height: 34px;
  fill: #fff;
}

.performances-item__title {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 13px;
  text-transform: uppercase;
}

.performances-item__ganre {
  font-size: 18px;
}

.no-touch .performances-item:hover .performances-item__img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.faq {
  background-color: #AEB589;
}

.faq__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faq__wrap1 {
  width: 48%;
}

.faq__title {
  max-width: 410px;
  width: 100%;
  font-size: 36px;
  line-height: 1.333;
}

.faq__wrap2 {
  width: 50%;
}

.faq-item {
  border-top: 2px solid #47362A;
}

.faq-item:last-child {
  border-bottom: 2px solid #47362A;
}

.faq-item__title {
  font-size: 30px;
  line-height: 1.2;
  padding: 34px 60px 34px 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.faq-item__title.active .faq-item__title-icon {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.faq-item__title-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  width: 30px;
  height: 30px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.faq-item__title-icon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  background-color: #47362A;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.faq-item__title-icon::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  background-color: #47362A;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.faq-item__text {
  padding-bottom: 30px;
  display: none;
}

.faq-item__text p {
  font-size: 18px;
  line-height: 1.56;
  margin-bottom: 20px;
}

.faq-item__text p:last-child {
  margin-bottom: 0;
}

.no-touch .faq-item__title:hover {
  color: #fff;
}

.no-touch .faq-item__title:hover .faq-item__title-icon:after,
.no-touch .faq-item__title:hover .faq-item__title-icon:before {
  background-color: #fff;
}

.map {
  position: relative;
}

.map__wrap1 {
  height: 600px;
}

.map__wrap2 {
  position: absolute;
  z-index: 15;
  left: 50%;
  -webkit-transform: translateX(-580px);
  -ms-transform: translateX(-580px);
  transform: translateX(-580px);
  top: 90px;
  width: 400px;
  background-color: #47362A;
  color: #fff;
  padding: 56px 30px 80px 30px;
}

.map__title {
  font-size: 24px;
  color: #AEB589;
  margin-bottom: 24px;
}

.map__metro {
  margin-bottom: 10px;
}

.map__adress {
  font-size: 24px;
  line-height: 1.333;
}

.callback {
  background-color: #47362A;
  color: #fff;
  padding-top: 90px;
  padding-bottom: 90px;
}

.callback__wrap {
  text-align: center;
}

.callback__title {
  max-width: 915px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.callback__subtitle {
  color: #AEB589;
  max-width: 725px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  margin-bottom: 40px;
}

.callback__form {
  max-width: 565px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.callback__form-btn2 {
  display: block;
  width: 100%;
  text-align: center;
  padding: 16.5px 10px;
}

.input1 {
  font-size: 18px;
  color: #47362A;
  padding: 17px 10px;
  padding-left: 30px;
  background-color: #fff;
  border: none;
  border-radius: 3px;
  margin-bottom: 20px;
}

.input1::-webkit-input-placeholder {
  color: #868686;
}

.input1::-moz-placeholder {
  color: #868686;
}

.input1:-ms-input-placeholder {
  color: #868686;
}

.input1::-ms-input-placeholder {
  color: #868686;
}

.input1::placeholder {
  color: #868686;
}

.input2 {
  font-size: 18px;
  color: #47362A;
  padding: 16.5px 10px;
  padding-left: 30px;
  background-color: #fff;
  border: 1px solid #47362A;
  border-radius: 3px;
  margin-bottom: 20px;
}

.input2::-webkit-input-placeholder {
  color: #868686;
}

.input2::-moz-placeholder {
  color: #868686;
}

.input2:-ms-input-placeholder {
  color: #868686;
}

.input2::-ms-input-placeholder {
  color: #868686;
}

.input2::placeholder {
  color: #868686;
}

.label-checkbox-wrap1 {
  margin-bottom: 14px;
}

.label-checkbox-wrap1:last-child {
  margin-bottom: 0;
}

.label-checkbox1 {
  display: inline-block;
  cursor: pointer;
  padding-left: 35px;
  position: relative;
  color: #47362A;
}

.label-checkbox1 input {
  display: none;
}

.label-checkbox1 input:checked ~ .label-checkbox1__icon-wrap .label-checkbox1__icon {
  opacity: 1;
}

.label-checkbox1__icon-wrap {
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #47362A;
}

.label-checkbox1__icon {
  position: absolute;
  bottom: 4px;
  left: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.label-checkbox1__icon svg {
  width: 10px;
  height: 10px;
  fill: #4B0E0E;
}

.label-checkbox1__text {
  display: block;
  font-size: 14px;
}

.label-checkbox2 {
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  padding-left: 34px;
  position: relative;
}

.label-checkbox2 input {
  display: none;
}

.label-checkbox2 input:checked ~ .label-checkbox2__icon-wrap .label-checkbox2__icon {
  opacity: 1;
}

.label-checkbox2__icon-wrap {
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #AEB589;
}

.label-checkbox2__icon {
  position: absolute;
  bottom: 3px;
  right: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.label-checkbox2__icon svg {
  width: 10px;
  height: 10px;
  fill: #fff;
}

.label-checkbox2__text {
  display: block;
}

.label3 {
  display: block;
  cursor: pointer;
  position: relative;
}

.label3__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.label3__icon svg {
  width: 24px;
  height: 24px;
  fill: #AEB589;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.input3 {
  font-size: 16px;
  color: #AEB589;
  background: none;
  border: none;
  padding: 13.5px 10px;
  padding-left: 40px;
}

.input3::-webkit-input-placeholder {
  color: #AEB589;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.input3::-moz-placeholder {
  color: #AEB589;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.input3:-ms-input-placeholder {
  color: #AEB589;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}

.input3::-ms-input-placeholder {
  color: #AEB589;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}

.input3::placeholder {
  color: #AEB589;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.input3:focus::-webkit-input-placeholder {
  color: transparent;
}

.input3:focus::-moz-placeholder {
  color: transparent;
}

.input3:focus:-ms-input-placeholder {
  color: transparent;
}

.input3:focus::-ms-input-placeholder {
  color: transparent;
}

.input3:focus::placeholder {
  color: transparent;
}

.input3:focus + .label3__icon svg {
  fill: #fff;
}

.label4 {
  display: block;
  cursor: pointer;
  position: relative;
}

.label4__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.label4__icon svg {
  width: 23px;
  height: 23px;
  fill: #AEB589;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.input4 {
  font-size: 16px;
  color: #fff;
  background: none;
  border-radius: 4px;
  border: 1px solid #AEB589;
  padding: 13px 10px;
  padding-left: 64px;
}

.input4::-webkit-input-placeholder {
  color: #B3ADA8;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.input4::-moz-placeholder {
  color: #B3ADA8;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.input4:-ms-input-placeholder {
  color: #B3ADA8;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}

.input4::-ms-input-placeholder {
  color: #B3ADA8;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}

.input4::placeholder {
  color: #B3ADA8;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.input4:focus::-webkit-input-placeholder {
  color: transparent;
}

.input4:focus::-moz-placeholder {
  color: transparent;
}

.input4:focus:-ms-input-placeholder {
  color: transparent;
}

.input4:focus::-ms-input-placeholder {
  color: transparent;
}

.input4:focus::placeholder {
  color: transparent;
}

.input4:focus + .label3__icon svg {
  fill: #fff;
}

.no-touch .label3:hover .label3__icon svg {
  fill: #fff;
}

.no-touch .label4:hover .label4__icon svg {
  fill: #fff;
}

.popup-search {
  max-width: 660px;
  width: 100%;
  padding: 50px 30px;
  background-color: #fff;
}

.popup-search__title {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
}

.popup-search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-search__input2 {
  width: calc(100% - 220px);
  margin-bottom: 0;
}

.popup-search__btn2 {
  max-width: 200px;
  width: 100%;
  padding: 16.5px 10px;
  text-align: center;
}

.mainscreen1 {
  color: #fff;
}

.mainscreen1__wrap1 {
  position: relative;
}

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

.mainscreen1__img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.mainscreen1__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mainscreen1__wrap3 {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  min-height: 580px;
  padding: 30px 0;
  position: relative;
}

.mainscreen1__title {
  text-transform: uppercase;
  font-size: 72px;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 60px;
}

.mainscreen1__subtitle {
  font-size: 24px;
}

.mainscreen1__btn1 {
  margin-top: 56px;
}

.mainscreen1__play-btn {
  position: absolute;
  bottom: 88px;
  right: 87px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mainscreen1__play-btn svg {
  width: 128px;
  height: 128px;
  fill: #fff;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.no-touch .mainscreen1__play-btn:hover svg {
  fill: #AEB589;
}

.breadcrumbs {
  color: #fff;
}

.breadcrumbs--dark .breadcrumbs__list-link,
.breadcrumbs--dark .breadcrumbs__list-item::after {
  color: #47362A;
}

.breadcrumbs--dark .breadcrumbs__list-item {
  color: #BE1E2D;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs__list-item {
  font-size: 18px;
  color: #AEB589;
  margin-right: 10px;
}

.breadcrumbs__list-item:last-child {
  margin-right: 0;
}

.breadcrumbs__list-item:last-child::after {
  display: none;
}

.breadcrumbs__list-item::after {
  content: "/";
}

.breadcrumbs__list-link {
  display: inline-block;
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.no-touch .breadcrumbs__list-link:hover {
  color: #AEB589;
}

.filter-container {
  margin-bottom: 65px;
}

.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter__wrap1 {
  position: relative;
}

.filter__btn1 {
  font-size: 18px;
  text-transform: uppercase;
  padding-right: 36px;
  position: relative;
  cursor: pointer;
}

.filter__btn1.active .filter__btn1-icon {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.filter__btn1-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.filter__btn1-icon svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.filter__wrap2 {
  position: absolute;
  z-index: 11;
  left: -9px;
  top: calc(100% + 10px);
  width: 160px;
  border-radius: 4px;
  background-color: #AEB589;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 14px 10px;
  display: none;
}

.filter__search {
  max-width: 360px;
  width: 100%;
  border-bottom: 1px solid #fff;
}

.premiere {
  background-color: #BE1E2D;
  color: #fff;
  position: relative;
  margin: 30px 0;
}

.premiere::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background: #47362A url(../img/triangle-bg.svg) center repeat;
  height: 30px;
}

.premiere::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #47362A url(../img/triangle-bg-bottom.svg) center repeat;
  height: 30px;
}

.premiere__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0px -15px;
  margin-top: -20px;
}

.premiere__col {
  width: 50%;
  padding: 0px 15px;
  margin-top: 20px;
}

.premiere-item {
  display: block;
  position: relative;
  overflow: hidden;
}

.premiere-item__img {
  position: relative;
  padding-top: 82%;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.premiere-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.premiere-item__img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.premiere-item__text-wrap {
  position: absolute;
  padding: 29px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.premiere-item__text1 {
  width: 100%;
  font-size: 24px;
  text-transform: uppercase;
  padding-left: 25px;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #fff;
}

.premiere-item__text1::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #AEB589;
  border-radius: 50%;
}

.premiere-item__title {
  margin-top: auto;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.premiere-item__ganre {
  font-size: 18px;
}

.no-touch .premiere-item:hover .premiere-item__img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.repertoire {
  background-color: #47362A;
  color: #fff;
}

.repertoire__wrap1 {
  margin-bottom: 120px;
}

.repertoire__wrap1:last-child {
  margin-bottom: 0;
}

.repertoire__title:last-child {
  margin-bottom: 0;
}

.repertoire__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0px -12px;
  margin-top: -25px;
}

.repertoire__col {
  width: 33.333%;
  padding: 0px 12px;
  margin-top: 25px;
}

.repertoire-item {
  display: block;
  position: relative;
  overflow: hidden;
}

.repertoire-item__img {
  padding-top: 66.2%;
  position: relative;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.repertoire-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.repertoire-item__img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(51.04%, rgba(0, 0, 0, 0.7)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 51.04%, #000 100%);
}

.repertoire-item__text-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
}

.repertoire-item__title {
  line-height: 1.3;
  margin-bottom: 12px;
  font-size: 24px;
  text-transform: uppercase;
}

.repertoire-item__ganre {
  font-size: 16px;
  line-height: 1.31;
}

.no-touch .repertoire-item:hover .repertoire-item__img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.actor__title1 {
  font-size: 70px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 10px;
}

.actor__wrap1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 56px;
}

.actor__img {
  max-width: 365px;
  width: 100%;
}

.actor__text {
  width: calc(100% - 405px);
  color: #303030;
  line-height: 1.6;
}

.actor__wrap2 {
  font-size: 36px;
}

.actor__title2 {
  font-size: 36px;
  margin-bottom: 38px;
  padding-right: 100px;
}

.actor__title3 {
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 67px;
}

.actor__slider {
  position: relative;
}

.actor__slider .swiper {
  overflow: initial;
}

.actor__slider-nav {
  position: absolute;
  right: 0;
  top: -76px;
  width: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.actor-item {
  display: block;
  overflow: hidden;
  color: #fff;
}

.actor-item__img {
  padding-top: 64.2%;
  position: relative;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.actor-item__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.actor-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.actor-item__text-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 38px 40px;
}

.actor-item__title {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.actor-item__ganre {
  font-size: 18px;
}

.no-touch .actor-item:hover .actor-item__img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.actortext-mob {
  display: none;
  background-color: #AEB589;
}

.actors {
  background-color: #47362A;
  color: #fff;
  padding-top: 60px;
}

.actors__form {
  margin-bottom: 40px;
}

.actors__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0px -10px;
  margin-top: -60px;
  margin-bottom: 60px;
}

.actors__col {
  width: 25%;
  padding: 0px 10px;
  margin-top: 60px;
}

.actors__btn-wrap {
  text-align: center;
}

.actors-item {
  display: block;
}

.actors-item__img {
  padding-top: 73%;
  position: relative;
  margin-bottom: 16px;
}

.actors-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.actors-item__text {
  font-size: 18px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.no-touch .actors-item:hover .actors-item__text {
  color: #AEB589;
}

.politic {
  background-color: #47362A;
  color: #fff;
}

.politic__text-wrap {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}

.politic__text-wrap h2 {
  text-align: center;
  font-size: 24px;
  margin-top: 55px;
  margin-bottom: 40px;
}

.politic__text-wrap h2:first-child {
  margin-top: 0;
}

.politic__text-wrap ul li {
  padding-left: 28px;
  position: relative;
}

.politic__text-wrap ul li::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
}

.payment {
  background-color: #47362A;
  color: #fff;
}

.payment__text-wrap {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.payment__text-wrap h2 {
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1.2;
  text-align: center;
  margin-top: 120px;
  margin-bottom: 60px;
}

.payment__text-wrap h2:first-child {
  margin-top: 0;
}

.payment__text-wrap h3 {
  font-size: 24px;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

.payment__text-wrap h3:first-child {
  margin-top: 0;
}

.payment__text-wrap ul {
  margin: 20px 0;
}

.payment__text-wrap ul li {
  padding-left: 28px;
  position: relative;
}

.payment__text-wrap ul li::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
}

.tickets {
  background-color: #47362A;
  color: #fff;
  padding-top: 60px;
}

.tickets__list-wrap {
  max-width: 925px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 32px;
}

.tickets__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0px -10px;
  margin-top: -60px;
}

.tickets__col {
  width: 33.3333%;
  padding: 0px 10px;
  margin-top: 60px;
}

.tickets-item {
  border: 2px solid #AEB589;
  padding: 15px 10px 60px 10px;
  text-align: center;
  position: relative;
}

.tickets-item__time {
  color: #AEB589;
  margin-bottom: 8px;
}

.tickets-item__date {
  font-size: 42px;
  line-height: 1.2;
}

.tickets-item__btn2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  max-width: 220px;
  width: 95%;
}

.no-touch .tickets-item__btn2:hover {
  background-color: #47362A;
}

.information-performance {
  background-color: #AEB589;
}

.information-performance__container1 {
  margin-bottom: 94px;
}

.information-performance__wrap1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.information-performance__title1 {
  width: 41%;
  font-size: 36px;
  line-height: 1.2;
  border-bottom: 2px solid #47362A;
  padding-bottom: 15px;
}

.information-performance__title2 {
  width: 41%;
  font-size: 36px;
  line-height: 1.2;
  border-bottom: 2px solid #47362A;
  padding-bottom: 15px;
}

.information-performance__text-wrap1 {
  width: 50%;
}

.information-performance__text-wrap3 {
  margin-bottom: 58px;
}

.information-performance__text-wrap4 ul {
  max-width: 480px;
  width: 100%;
}

.information-performance__text-wrap4 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 23px;
}

.information-performance__text-wrap4 ul li:last-child {
  margin-bottom: 0;
}

.information-performance__text-wrap4 ul b {
  width: 48%;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.2;
}

.information-performance__text-wrap4 ul span {
  width: 48%;
}

.information-performance__ganre {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 41px;
}

.information-performance__date-title {
  margin-bottom: 3px;
}

.information-performance__date {
  font-size: 38px;
  line-height: 1.2;
}

.information-performance__slider-wrap {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 90px;
}

.information-performance__slider-wrap .swiper-pagination-style1 {
  bottom: 0 !important;
}

.information-performance__slider {
  position: relative;
}

.information-performance__slider .swiper-button-next-style1 svg,
.information-performance__slider .swiper-button-prev-style1 svg {
  width: 50px;
  height: 50%;
}

.information-performance__slider .swiper {
  overflow: initial;
}

.information-performance__slider .swiper-slide {
  opacity: 0.3;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.information-performance__slider .swiper-slide-active {
  opacity: 1;
}

.information-performance__wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.information-performance__text-wrap2 {
  width: 50%;
  line-height: 1.6;
}

.information-performance__text-wrap2 p {
  margin-bottom: 13px;
}

.information-performance__text-wrap2 p:last-child {
  margin-bottom: 0;
}

.information-performance__text-wrap2 p:first-child::first-letter {
  font-size: 110px;
  line-height: 1;
  float: left;
  margin-bottom: 40px;
  margin-right: 8px;
}

.information-performance-item__img {
  position: relative;
  padding-top: 60.6%;
}

.information-performance-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reviews {
  background-color: #BE1E2D;
  color: #fff;
  position: relative;
}

.reviews::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 30px;
  background: url(../img/triangle-bg.svg) center repeat;
}

.reviews__text-container {
  margin-bottom: 16px;
}

.reviews__quotes-line1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.reviews__quotes-line1::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 2px;
  background-color: #fff;
  margin-bottom: 6px;
}

.reviews__quotes-line1-icon {
  width: 61px;
  margin-right: 21px;
}

.reviews__text-wrap {
  padding: 55px 0;
  font-size: 24px;
  line-height: 1.58;
}

.reviews__text-wrap p {
  margin-bottom: 20px;
}

.reviews__text-wrap p:last-child {
  margin-bottom: 0;
}

.reviews__quotes-line2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.reviews__quotes-line2::before {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 2px;
  background-color: #fff;
  margin-top: 6px;
}

.reviews__quotes-line2-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 61px;
  margin-left: 21px;
}

.reviews__reviewer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews__reviewer-img-wrap {
  max-width: 150px;
  width: 100%;
}

.reviews__reviewer-img {
  padding-top: 100%;
  position: relative;
}

.reviews__reviewer-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.reviews__reviewer-text-wrap {
  width: calc(100% - 180px);
}

.reviews__reviewer-name {
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 9px;
}

.reviews__reviewer-pos {
  color: rgba(255, 255, 255, 0.6);
}

.press {
  background-color: #47362A;
  color: #fff;
}

.press .container {
  max-width: 1790px;
}

.press__slider .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.press__slider-nav {
  width: 154px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.press__slider-nav .swiper-button-next-style2 svg,
.press__slider-nav .swiper-button-prev-style2 svg {
  width: 38px;
  height: 38px;
  fill: #fff;
}

.press-item {
  width: 100%;
  border: 2px solid #AEB589;
  padding: 60px 40px;
}

.press-item.visible .press-item__text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 13;
  line-clamp: 13;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}

.press-item.visible .press-item__text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(71, 54, 42, 0)), color-stop(80%, #47362a));
  background: linear-gradient(180deg, rgba(71, 54, 42, 0) 0, #47362a 80%);
}

.press-item.visible .press-item__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.press-item__name {
  font-size: 25px;
}

.press-item__subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
}

.press-item__text {
  position: relative;
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: -15px;
}

.press-item__btn {
  position: relative;
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #AEB589;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.press-item__btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}

.press-item__btn-icon svg {
  width: 18px;
  height: 8px;
  fill: #AEB589;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.presspopup {
  display: none;
  border: 2px solid #AEB589;
  background-color: #47362A;
  color: #fff;
  max-width: 640px;
  width: 100%;
  padding: 60px 40px;
}

.presspopup__name {
  font-size: 25px;
}

.presspopup__subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
}

.presspopup__text {
  font-size: 18px;
}

.no-touch .press-item__btn:hover {
  color: #fff;
}

.no-touch .press-item__btn:hover .press-item__btn-icon svg {
  fill: #fff;
}

.footer {
  background-color: #47362A;
  color: #fff;
}

.footer__logo img {
  height: 50px;
}

.footer__container1 {
  padding-top: 87px;
  padding-bottom: 90px;
  border-top: 2px solid #AEB589;
  border-bottom: 2px solid #AEB589;
}

.footer__wrap1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__payment {
  max-width: 215px;
  width: 100%;
}

.footer__payment-title {
  margin-bottom: 35px;
}

.footer__payment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__payment-item img {
  border-radius: 2px;
}

.footer__nav-title {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 33px;
}

.footer__menu-item {
  margin-bottom: 15px;
}

.footer__menu-item:last-child {
  margin-bottom: 0;
}

.footer__menu-link {
  display: inline-block;
  font-size: 18px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.footer__tel-wrap {
  margin-bottom: 25px;
}

.footer__tel {
  display: inline-block;
  font-size: 30px;
}

.footer__email {
  color: #AEB589;
}

.footer__container2 {
  padding: 23.5px 0;
}

.footer__wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__copy {
  font-size: 16px;
  margin-bottom: 4px;
}

.footer__link {
  display: inline-block;
  font-size: 16px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.footer__text {
  max-width: 355px;
  width: 100%;
  color: #868686;
  font-size: 16px;
  line-height: 1.5;
}

.totop-wrap {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 12;
}

.totop {
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.totop__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.totop__icon svg {
  width: 25px;
  height: 25px;
  fill: #fff;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.no-touch .footer__menu-link:hover,
.no-touch .footer__link:hover {
  color: #AEB589;
}

.no-touch .totop:hover .totop__icon svg {
  fill: #BE1E2D;
}

.affiche__title, .info1__title1, .tickets__title, .actors .title, .artists__title, .callback__title, .rekom_title, .premiere__title, .repertoire__title, .popular_title{
	font-size: 60px;
}

@media (max-width: 1300px) {
  .header__menu-item {
    margin-right: 20px;
  }

  .mainscreen-item__wrap {
    padding: 0px 70px;
  }
}

@media (max-width: 1250px) {
  .header__contacts {
    max-width: 275px;
  }
}

@media (max-width: 1200px) {
  .map__wrap2 {
    left: 15px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media (max-width: 1100px) {
  .header__menu {
    left: 46%;
  }

  .repertoire__col {
    width: 50%;
  }
}

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

  .body-overflow {
    overflow: hidden;
  }

  .header__nav {
    text-align: center;
    display: none;
    position: fixed;
    z-index: 40;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #AEB589;
    border-top: 90px solid #47362A;
    padding: 100px 15px 80px 15px;
  }

  .header__logo2 {
    display: inline-block;
  }

  .header__menu-link {
    text-transform: none;
    padding: 0;
    font-size: 24px;
  }

  .header__menu-item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }

  .header__menu-item:last-child {
    margin-bottom: 0;
  }

  .header__menu {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-bottom: 80px;
  }

  .header__contacts1 {
    display: block;
  }

  .header__tel {
    display: none;
  }

  .header__contacts {
    max-width: none;
    width: auto;
    margin-left: auto;
    margin-right: 60px;
  }

  .header__logo1 {
    max-width: 212px;
  }

  .toggle {
    display: block;
  }

  .header__tel1-subtitle {
    font-size: 20px;
  }

  .header__menu-item:nth-child(3) ~ .header__menu-item {
    display: block;
  }
}

@media (max-width: 1000px) {
  .btn1 {
    font-size: 16px;
    padding: 12px 49px;
  }

  .title {
    font-size: 40px;
    margin-bottom: 40px;
  }

  .mainscreen-item__subtitle {
    font-size: 16px;
  }

  body {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .mainscreen-item__wrap {
    padding: 0px 50px;
  }

  .mainscreen-item__title {
    font-size: 46px;
    margin-bottom: 15px;
  }

  .swiper-button-next-style1 svg,
  .swiper-button-prev-style1 svg {
    width: 60px;
    height: 60px;
  }

  .swiper-pagination-style1 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0px 7px !important;
  }

  .main-menu__menu-link {
    font-size: 20px;
  }

  .main-menu__menu {
    min-height: 55px;
  }

  .main-menu__menu {
    min-height: 50px;
  }

  .events__wrap {
    margin-top: 40px;
  }

  .events--small-pt {
    padding-top: 60px;
  }

  .affiche-item__name {
    font-size: 30px;
  }

  .affiche-item__duration-title {
    font-size: 14px;
  }

  .affiche-item__wrap2 {
    margin-top: 30px;
  }

  .affiche-item__list,
  .affiche-item__time,
  .affiche-item__genre {
    font-size: 16px;
  }

  .affiche-item__list {
    margin-top: 29px;
  }

  .affiche-item__duration {
    font-size: 14px;
  }

  .affiche-item__years {
    font-size: 20px;
    margin-top: 4px;
  }

  .affiche-item__price {
    max-width: 185px;
    font-size: 16px;
    padding: 13.5px 10px;
  }

  .affiche-item__wrap:nth-child(4) {
    width: 21%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 27%;
    margin-top: 30px;
  }

  .affiche-item {
    padding: 40px 0;
  }

  .affiche__form-title {
    font-size: 30px;
  }

  .affiche__form-subtitle {
    font-size: 20px;
  }

  .affiche__form-container {
    margin-top: 0;
  }

  .info1__wrap1 {
    max-width: 450px;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .info1__wrap2 {
    width: 100%;
  }

  .info1__slider-wrap {
    padding-bottom: 40px;
  }

  .info1__slider-wrap .swiper-pagination-style1 {
    bottom: 10px !important;
  }

  .info1__slider-wrap {
    margin-bottom: 40px;
  }

  .info1__title2 {
    max-width: 415px;
    width: 100%;
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }

  .info1-item__val {
    font-size: 64px;
    margin-bottom: 5px;
  }

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

  .info1__list {
    margin-top: -40px;
  }

  .info1__col {
    margin-top: 40px;
  }

  .artists__list {
    margin-bottom: 45px;
  }

  .artists-item__name {
    font-size: 16px;
  }

  .artists__list {
    margin-left: -10px;
    margin-right: -10px;
  }

  .artists__col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .performances-item__img {
    padding-top: 104%;
  }

  .performances-item__title {
    font-size: 24px;
  }

  .performances-item__ganre {
    font-size: 15px;
  }

  .performances-item__text-container {
    padding: 20px 10px 20px 20px;
  }

  .faq__wrap1 {
    width: 100%;
    margin-bottom: 40px;
  }

  .faq__title {
    max-width: 560px;
    font-size: 30px;
  }

  .faq__wrap2 {
    width: 100%;
  }

  .faq-item__title {
    font-size: 20px;
  }

  .faq-item__text p {
    font-size: 15px;
  }

  .map__wrap1 {
    height: 400px;
  }

  .map__wrap2 {
    position: static;
    width: 100%;
    border-bottom: 2px solid #AEB589;
    text-align: center;
    padding: 30px 15px;
  }

  .map__title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .map__metro {
    font-size: 16px;
  }

  .map__adress {
    font-size: 20px;
  }

  .callback__title {
    margin-bottom: 20px;
  }

  .callback__subtitle {
    font-size: 20px;
  }

  .mainscreen1__title {
    font-size: 46px;
    margin-top: 40px;
  }

  .mainscreen1__subtitle {
    margin-top: 15px;
  }

  .mainscreen1__play-btn {
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
  }

  .mainscreen1__play-btn svg {
    width: 100px;
    height: 100px;
  }

  .filter__search {
    max-width: none;
    margin-top: 13px;
  }

  .filter__search .label3 {
    max-width: 280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .filter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .filter__wrap1 {
    margin-right: 110px;
  }

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

  .label-checkbox2__text {
    font-size: 20px;
  }

  .filter__btn1 {
    font-size: 20px;
  }

  .premiere-item__text1 {
    font-size: 16px;
    padding-left: 16px;
    padding-bottom: 6px;
  }

  .premiere-item__text1::after {
    top: 7px;
    width: 6px;
    height: 6px;
  }

  .premiere-item__text-wrap {
    padding: 20px;
  }

  .premiere-item__title {
    font-size: 24px;
  }

  .premiere-item__ganre {
    font-size: 15px;
  }

  .premiere__col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .premiere__list {
    margin-left: -10px;
    margin-right: -10px;
  }

  .repertoire__list {
    margin: 0px -10px;
    margin-top: -20px;
  }

  .repertoire__col {
    width: 50%;
    padding: 0px 10px;
    margin-top: 20px;
  }

  .repertoire-item__title {
    font-size: 21px;
  }
  .repertoire-item__ganre {
	  font-size: 15px;
	}

  .repertoire-item__text-wrap {
    padding: 20px;
  }

  .actor__title1 {
    font-size: 46px;
    margin: 40px 0 0 0;
  }

  .actor__title3 {
    font-size: 25px;
  }

  .actor .actor__text {
    display: none;
  }

  .actor__img {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
  }

  .actor__title2 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .actor__slider-nav {
    top: -64px;
  }

  .actor-item__title {
    font-size: 26px;
  }

  .actor-item__ganre {
    font-size: 16px;
  }

  .actor-item__text-wrap {
    padding: 30px;
  }

  .actor__text {
    width: 100%;
  }

  .actortext-mob {
    display: block;
  }

  .actors__container {
    max-width: 570px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .actors__col {
    width: 33.3333%;
    padding: 0px 10px;
    margin-top: 50px;
  }

  .actors__col:nth-child(12) ~ .actors__col {
    display: none;
  }

  .actors__list {
    margin: 0px -10px;
    margin-top: -50px;
    margin-bottom: 55px;
  }

  .actors-item__text {
    font-size: 16px;
  }

  .politic__text-wrap {
    font-size: 20px;
  }

  .payment__text-wrap h2 {
    margin-top: 90px;
    font-size: 40px;
  }

  .payment__text-wrap h3 {
    margin-bottom: 20px;
  }

  .payment__text-wrap {
    font-size: 20px;
  }

  .tickets__list-wrap {
    max-width: 610px;
  }

  .tickets__col {
    width: 50%;
  }

  .tickets-item__time {
    font-size: 20px;
  }

  .tickets {
    padding-top: 60px;
  }

  .information-performance__title1 {
    max-width: 420px;
    width: 100%;
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }

  .information-performance__title2 {
    width: 38%;
    font-size: 30px;
    padding-bottom: 10px;
  }

  .information-performance__text-wrap1 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .information-performance__text-wrap3 {
    margin-bottom: 0;
    width: 38%;
  }

  .information-performance__text-wrap4 {
    width: 60%;
  }

  .information-performance__ganre {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .information-performance__date-title {
    font-size: 16px;
  }

  .information-performance__date {
    font-size: 24px;
  }

  .information-performance__text-wrap4 ul b {
    font-size: 20px;
  }

  .information-performance__text-wrap4 ul span {
    font-size: 16px;
  }

  .information-performance__text-wrap4 ul li {
    margin-bottom: 16px;
  }

  .information-performance__container1 {
    margin-bottom: 60px;
  }

  .information-performance__slider-wrap {
    padding: 0px 15px 34px 15px;
    margin-bottom: 60px;
  }

  .information-performance__text-wrap2 {
    width: 60%;
  }

  .information-performance__text-wrap2 p:first-child:first-letter {
    font-size: 86px;
    margin-bottom: 0;
  }

  .reviews__quotes-line1-icon {
    width: 46px;
    margin-right: 15px;
  }

  .reviews__quotes-line2-icon {
    width: 46px;
    margin-left: 15px;
  }

  .reviews__text-wrap {
    font-size: 20px;
    padding: 40px 0;
  }

  .reviews__text-container {
    margin-bottom: 10px;
  }

  .reviews__reviewer-img-wrap {
    max-width: 100px;
  }

  .reviews__reviewer-name {
    font-size: 24px;
    margin-bottom: 0;
  }

  .reviews__reviewer-text-wrap {
    width: calc(100% - 120px);
  }

  .footer__payment-list {
    margin-bottom: 116px;
  }

  .footer__tel {
    font-size: 22px;
  }

  .footer__tel-wrap {
    margin-bottom: 18px;
  }

  .footer__nav-title {
    font-size: 18px;
    margin-bottom: 23px;
  }

  .footer__menu-link {
    font-size: 16px;
  }

  .footer__menu-item {
    margin-bottom: 18px;
  }

  .footer__container1 {
    padding-top: 60px;
  }

  .footer__copy,
  .footer__link {
    font-size: 14px;
  }

  .footer__text {
    font-size: 14px;
    max-width: 315px;
  }
}

@media (max-width: 940px) {
  .footer__logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
  }

  .footer__nav {
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
  }

  .footer__nav-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .footer__payment {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer__menu-link {
    font-size: 18px;
  }

  .footer__payment {
    max-width: none;
    text-align: center;
  }

  .footer__payment-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .footer__payment-item {
    margin-right: 12px;
  }

  .footer__payment-item:last-child {
    margin-right: 0;
  }

  .footer__contacts {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .footer__tel {
    font-size: 20px;
  }

  .footer__email {
    font-size: 16px;
  }

  .footer__tel-wrap {
    margin-bottom: 15px;
  }

  .footer__payment-title {
    margin-bottom: 25px;
  }

  .footer__wrap2 {
    text-align: center;
  }

  .footer__copy-wrap {
    width: 100%;
    margin-bottom: 16px;
  }

  .footer__text {
    margin-left: auto;
    margin-right: auto;
  }

  .totop-wrap {
    bottom: 20px;
    right: 10px;
  }

  .totop {
    width: 40px;
    height: 40px;
  }

  .totop__icon svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 750px) {
  .map__wrap1 {
    height: 350px;
  }
}

@media (max-width: 700px) {
  .btn1 {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 10px;
  }

  .title {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .affiche__title, .info1__title1, .tickets__title, .actors .title, .artists__title, .callback__title, .rekom_title, .premiere__title, .repertoire__title, .popular_title{
		font-size: 32px;
  }

  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .toggle {
    width: 35px;
    height: 22px;
  }

  .toggle__line {
    height: 2px;
  }

  .toggle__line::before {
    height: 2px;
    bottom: -9px;
  }

  .toggle__line::after {
    height: 2px;
    top: -9px;
  }

  .header {
    padding: 24.5px 0;
  }

  .header__logo2 {
    margin-bottom: 63px;
  }

  .header__menu-link {
    font-size: 22px;
    text-transform: uppercase;
  }

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

  .header__tel1 {
    font-size: 28px;
  }

  .header__tel1-subtitle {
    font-size: 16px;
  }

  .header__nav {
    padding: 65px 15px 85px 15px;
    border-top: 85px solid #47362A;
  }

  .header__contacts {
    margin-right: 40px;
  }

  .mainscreen__slider .swiper-button-next-style1,
  .mainscreen__slider .swiper-button-prev-style1 {
    display: none;
  }

  .mainscreen__slider .swiper-pagination-style1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .mainscreen-item__wrap {
    padding: 70px 0;
    min-height: 480px;
  }

  .info1__slider .swiper-button-next-style1 svg,
  .info1__slider .swiper-button-prev-style1 svg {
    width: 30px;
    height: 30px;
  }

  .swiper-button-next-style1 svg,
  .swiper-button-prev-style1 svg {
    width: 30px;
    height: 30px;
  }

  .swiper-button-next-style2 svg,
  .swiper-button-prev-style2 svg {
    width: 22px;
    height: 22px;
  }

  .events__wrap {
    margin-top: 30px;
  }

  .affiche-item__wrap:nth-child(1) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .affiche-item__wrap1 {
    width: 48%;
  }

  .affiche-item__wrap2 {
    width: 48%;
    margin-top: 0;
  }

  .affiche-item__wrap:nth-child(3) {
    width: auto;
  }

  .affiche-item__wrap:nth-child(4) {
    margin-top: 42px;
    width: 100%;
    margin-left: 0;
  }

  .affiche-item__price {
    max-width: none;
  }

  .affiche__form-subtitle {
    font-size: 16px;
  }

  .affiche--smalltitle-mob .affiche__title {
    font-size: 32px;
    padding: 0 15px;
  }

  .info1__slider-wrap {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    padding-bottom: 0;
    margin-bottom: 60px;
  }

  .info1__slider-wrap .swiper-pagination-style1 {
    bottom: 26px !important;
  }

  .info1__title2 {
    font-size: 25px;
    max-width: 380px;
  }

  .info1-item__val {
    font-size: 48px;
  }

  .info1-item__title {
    font-size: 14px;
  }

  .info1__list {
    margin-top: -30px;
  }

  .info1__col {
    margin-top: 30px;
  }

  .artists__list {
    margin-bottom: 45px;
  }

  .artists-item__name {
    font-size: 16px;
  }

  .artists__col {
    width: 50%;
  }

  .artists__list {
    margin-bottom: 60px;
  }

  .performances__list {
    margin-top: -20px;
  }

  .performances__col {
    width: 100%;
    margin-top: 20px;
  }

  .performances-item__img {
    padding-top: 89%;
  }

  .performances-item__text-icon svg {
    width: 32px;
    height: 32px;
  }

  .performances-item__text-wrap {
    width: 100%;
  }

  .performances-item__text-icon {
    display: none;
  }

  .faq__wrap1 {
    margin-bottom: 30px;
  }

  .faq__title {
    font-size: 25px;
  }

  .faq-item__title-icon {
    width: 23px;
    height: 23px;
  }

  .faq-item__title {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 50px;
  }

  .callback__title {
    margin-bottom: 20px;
  }

  .label-checkbox-wrap1 {
    margin-bottom: 10px;
  }

  .filter__wrap2 {
    padding: 10px;
  }

  .popup-search__title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .popup-search__input2 {
    width: 100%;
    margin-bottom: 15px;
  }

  .popup-search__btn2 {
    max-width: none;
  }

  .popup-search {
    padding: 30px 15px;
  }

  .mainscreen1__wrap3 {
    min-height: 400px;
  }

  .mainscreen1__title {
    font-size: 40px;
  }

  .mainscreen1__subtitle {
    font-size: 16px;
  }

  .mainscreen1__btn1 {
    margin-top: 40px;
  }

  .mainscreen1__play-btn {
    margin-top: 25px;
  }

  .mainscreen1__play-btn svg {
    width: 90px;
    height: 90px;
  }

  .mainscreen1__title--small {
    font-size: 23px;
    line-height: 1.4;
  }

  .mainscreen1__wrap3 {
    padding: 40px 0;
  }

  .breadcrumbs__list-item {
    font-size: 16px;
  }

  .filter__wrap1 {
    margin-right: 35px;
  }

  .filter__btn1 {
    font-size: 14px;
    padding-right: 28px;
  }

  .filter__btn1-icon svg {
    width: 12px;
    height: 12px;
  }

  .label-checkbox2__text {
    font-size: 14px;
  }

  .label-checkbox2__icon-wrap {
    top: -1px;
  }

  .premiere__col {
    width: 100%;
  }

  .premiere {
    margin: 29px 0;
  }

  .premiere::after {
    height: 29px;
    background-image: url(../img/triangle-bg-mob.svg);
  }

  .premiere::before {
    height: 29px;
    background-image: url(../img/triangle-bg-bottom-mob.svg);
  }

  .repertoire__col {
    width: 100%;
  }

  .actor__title1 {
    font-size: 35px;
    margin: 30px 0 0 0;
  }

  .actor__wrap1 {
    margin-bottom: 30px;
  }

  .actor__title2 {
    font-size: 25px;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .actor__slider-nav {
    top: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 85px;
  }

  .actor__slider {
    padding-bottom: 46px;
  }

  .actor-item__title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .actor-item__ganre {
    font-size: 14px;
  }

  .actor-item__text-wrap {
    padding: 20px;
  }

  .actor__title3 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .actors__col {
    width: 50%;
    padding: 0px 15px;
    margin-top: 20px;
  }

  .actors__list {
    margin: 0px -15px;
    margin-top: -20px;
    margin-bottom: 40px;
  }

  .actors-item__text {
    font-size: 14px;
  }

  .politic__text-wrap {
    font-size: 18px;
  }

  .politic__text-wrap h2 {
    margin-bottom: 30px;
    margin-top: 40px;
    text-align: left;
  }

  .politic__text-wrap ul li::after {
    top: 11px;
  }

  .payment__text-wrap h2 {
    font-size: 35px;
    margin-bottom: 30px;
    margin-top: 60px;
  }

  .payment__text-wrap h3 {
    margin: 30px 0;
  }

  .payment__text-wrap {
    font-size: 18px;
  }

  .payment__text-wrap ul li::after {
    top: 11px;
  }

  .tickets__col {
    width: 100%;
  }

  .information-performance__title1 {
    font-size: 25px;
    margin-bottom: 30px;
  }

  .information-performance__text-wrap3 {
    width: 100%;
    margin-bottom: 20px;
  }

  .information-performance__ganre {
    font-size: 18px;
  }

  .information-performance__date-title {
    font-size: 14px;
  }

  .information-performance__date {
    font-size: 20px;
    line-height: 1.4;
  }

  .information-performance__text-wrap4 {
    width: 100%;
  }

  .information-performance__slider .swiper-button-next-style1 svg,
  .information-performance__slider .swiper-button-prev-style1 svg {
    width: 30px;
    height: 30px;
  }

  .information-performance__slider-wrap {
    padding: 0;
  }

  .information-performance__slider-wrap .swiper-pagination-style1 {
    bottom: 25px !important;
  }

  .information-performance-item__img {
    padding-top: 69%;
  }

  .information-performance__title2 {
    width: 100%;
    font-size: 25px;
    margin-bottom: 30px;
  }

  .information-performance__text-wrap2 {
    width: 100%;
  }

  .reviews::after {
    display: none;
  }

  .reviews__quotes-line1-icon {
    width: 37px;
  }

  .reviews__quotes-line2-icon {
    width: 37px;
  }

  .reviews__text-wrap {
    padding: 20px 0;
  }

  .reviews__reviewer-name {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .reviews__reviewer-pos {
    font-size: 16px;
  }

  .press__slider-nav {
    margin-top: 40px;
  }

  .press-item {
    padding: 34px 15px 17px 15px;
  }

  .press-item__subtitle {
    margin-bottom: 20px;
  }

  .presspopup {
    padding: 40px 15px;
    border: none;
  }

  .presspopup__subtitle {
    margin-bottom: 20px;
  }
}

@media (max-width: 389px) {
  .filter__wrap1 {
    margin-right: 15px;
  }

  .filter__btn1 {
    padding-right: 20px;
  }
}

@media (max-width: 360px) {
  .header__logo1 img {
    height: 42px;
  }

  .header__contacts {
    margin-right: 25px;
  }
}