@import url('../css/reset.css');

@import url('../css/fonts.css');

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev {
  left: -25px;
  width: 50px;
  height: 50px;
  background: url('../img/prev.png') no-repeat;
}

.slick-next {
  right: -25px;
  width: 50px;
  height: 50px;
  background: url('../img/next.png') no-repeat;
}

/* Dots */

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background-color: red;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

*:hover,
*:focus {
  outline: 0;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  color: #101010;
}

body.hidden {
  overflow: hidden;
}

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

.button {
  min-width: 200px;
  max-width: 100%;
  min-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px;
  background: #C7A771;
  color: #FCFCFC;
  border: none;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.17;
  letter-spacing: 0.01em;
}

.button:hover {
  background: #60080E;
}

section.top-line-section {
  background: #101010;
}

.top-line-wrapper {
  width: 100%;
  max-width: 1850px;
  padding: 0 15px;
  margin: 0 auto;
}

.top-line-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 85px;
  padding: 10px 0;
}

a.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

a.logo .text {
  padding-left: 20px;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: 300;
}

a.logo .text strong {
  display: block;
  font-family: GeorgiaBold;
  font-size: 19px;
  letter-spacing: normal;
}

ul.top-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.top-menu li {
  font-size: 18px;
  margin-right: 100px;
}

ul.top-menu li:last-child {
  margin-right: 0;
}

ul.top-menu li a {
  color: #fff;
  border-bottom: 1px solid transparent;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

ul.top-menu li a:hover {
  border-bottom-color: #fff;
}

.top-search {
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.top-search img {
  width: 100%;
  height: 100%;
}

.top-phone a {
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: 0.01em;
  color: #fff;
  border-bottom: 1px solid transparent;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.top-phone a:hover {
  border-bottom-color: #fff;
}

.burger {
  width: 35px;
  cursor: pointer;
  display: none;
}

.burger .line {
  width: 100%;
  height: 2px;
  background: #C7A771;
  margin-bottom: 8px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.burger .line:last-child {
  margin-bottom: 0;
}

.burger.active .line:nth-child(2) {
  opacity: 0;
}

.burger.active .line:first-child {
  -webkit-transform: rotate(-45deg) translate(-7px, 8px);
  -ms-transform: rotate(-45deg) translate(-7px, 8px);
  transform: rotate(-45deg) translate(-7px, 8px);
}

.burger.active .line:last-child {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
  -ms-transform: rotate(45deg) translate(-6px, -6px);
  transform: rotate(45deg) translate(-6px, -6px);
}

header.page-header {
  min-height: 615px;
  padding-top: 168px;
  padding-bottom: 150px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
}

header.page-header h1 {
  text-transform: uppercase;
  color: #FCFCFC;
  font-family: GeorgiaBold;
  text-align: center;
  margin: 0 auto;
  font-size: 72px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

header.page-header p.sub {
  text-align: center;
  margin-top: 26px;
  color: #FCFCFC;
  font-size: 24px;
  letter-spacing: 0.01em;
}

header.page-header .header-button {
  margin-top: 89px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header.page-header .header-button a {
  width: 240px;
}

header.page-header .play-button {
  position: absolute;
  bottom: 160px;
  right: 50%;
  -webkit-transform: translate(460px, 0);
  -ms-transform: translate(460px, 0);
  transform: translate(460px, 0);
  cursor: pointer;
}

ul.crumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 67px;
}

ul.crumbs li {
  margin-right: 30px;
  font-weight: 500;
  font-size: 18px;
  position: relative;
}

ul.crumbs li::after {
  content: '/';
  position: absolute;
  top: 0;
  right: -19px;
  color: #FCFCFC;
}

ul.crumbs li:last-child {
  margin-right: 0;
}

ul.crumbs li:last-child::after {
  display: none;
}

ul.crumbs li a {
  color: #FCFCFC;
}

ul.crumbs li span {
  color: #868686;
}

.header-slider-wrap {
  height: 700px;
  position: relative;
}

.header-slider-wrap .slick-initialized .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-slider-wrap .slick-list,
.header-slider-wrap .slick-track {
  height: 100%;
}

.header-slider-wrap ul.slick-dots {
  bottom: 40px;
}

.header-slider-wrap ul.slick-dots li {
  width: 11px;
  height: 11px;
  background: transparent;
  border: 1px solid #FCFCFC;
  margin: 0 7px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.header-slider-wrap ul.slick-dots li.slick-active {
  background: #FCFCFC;
}

.header-arrow {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.header-arrow.prev {
  left: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-arrow.next {
  right: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header-arrow:hover {
  background: rgba(0, 0, 0, 0.2);
}

.header-slider {
  height: 100%;
}

.header-slider-item {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.header-slider-item h1,
.header-slider-item h2 {
  text-transform: uppercase;
  font-family: GeorgiaBold;
  font-size: 72px;
  line-height: 1.1;
  letter-spacing: 0.04em;
  color: #FCFCFC;
  margin-bottom: 35px;
}

.header-slider-item p.sub {
  margin-bottom: 89px;
  font-size: 24px;
  letter-spacing: 0.01em;
  color: #FCFCFC;
}

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

.header-button a {
  max-width: 220px;
}

section.menu-section {
  background: #60080E;
  height: 100px;
}

section.menu-section .wrapper {
  height: 100%;
}

.big-menu-wrap {
  height: 100%;
}

ul.big-menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

ul.big-menu li {
  height: 100%;
  font-size: 24px;
  line-height: 1.17;
}

ul.big-menu li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding: 5px 70px;
  color: #FCFCFC;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

ul.big-menu li a:hover {
  background: #7C0E16;
}

section.events-section {
  padding-top: 119px;
}

section.events-section h2 {
  text-align: center;
  margin-bottom: 89px;
  font-family: GeorgiaBold;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: 0.04em;
}

.events-block {
  border-top: 2px solid #101010;
  padding: 55px 0;
  cursor: default;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.events-block:hover {
  background: #101010;
}

.events-block:hover .events-wrap .left .time {
  color: #FCFCFC;
}

.events-block:hover .events-wrap .right .text {
  color: #FCFCFC;
}

.events-block:hover .events-wrap .right .events-right-button a.button {
  background: #C7A771;
}

.events-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.events-wrap .left {
  width: 300px;
  padding-right: 15px;
}

.events-wrap .left .date {
  font-family: Georgia;
  color: #C7A771;
  margin-bottom: 18px;
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: 0.02em;
}

.events-wrap .left .time {
  line-height: 1.15;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.events-wrap .right {
  width: -webkit-calc(100% - 300px);
  width: calc(100% - 300px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.events-wrap .right .text {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  padding-right: 30px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.events-wrap .right .text h3 {
  font-family: Georgia;
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.events-wrap .right .text p.sub {
  line-height: 1.15;
  margin-bottom: 35px;
}

.events-wrap .right .text ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 13px;
}

.events-wrap .right .text ul li:last-child {
  margin-bottom: 0;
}

.events-wrap .right .text ul li span:first-child {
  color: #868686;
  width: 200px;
  padding-right: 15px;
}

.events-wrap .right .text ul li span:last-child {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
}

.events-wrap .right .events-right-button {
  width: 200px;
}

.events-wrap .right .events-right-button a.button {
  background: #101010;
}

section.story-section {
  padding-top: 135px;
  padding-bottom: 70px;
  background: #60080E;
}

section.story-section h2 {
  max-width: 610px;
  margin-bottom: 110px;
  color: #FCFCFC;
  font-family: Georgia;
  font-size: 36px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

section.story-section.play-story {
  padding-bottom: 199px;
}

.story-top-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #FAFAFA;
  margin-bottom: 120px;
}

.story-top-wrap .left {
  width: -webkit-calc(100% - 580px);
  width: calc(100% - 580px);
  padding-right: 115px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.story-top-wrap .right {
  width: 580px;
}

.story-top-wrap .right p {
  margin-bottom: 30px;
}

.story-top-wrap .right p:last-child {
  margin-bottom: 0;
}

.story1-top-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #FAFAFA;
  margin-bottom: 120px;
}

.story1-top-wrap .left {
  width: -webkit-calc(100% - 615px);
  width: calc(100% - 615px);
  padding-right: 155px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.story1-top-wrap .right {
  width: 615px;
}

.story1-top-wrap .right ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}

.story1-top-wrap .right ul li:last-child {
  margin-bottom: 0;
}

.story1-top-wrap .right ul li span:first-child {
  width: 250px;
  color: #9F5C60;
}

.story1-top-wrap .right ul li span:last-child {
  width: -webkit-calc(100% - 250px);
  width: calc(100% - 250px);
}

.story-slider-block {
  margin-bottom: 85px;
  border: 2px solid #FCFCFC;
  padding: 30px;
  padding-bottom: 115px;
}

.story-slider-block ul.slick-dots {
  bottom: -55px;
}

.story-slider-block ul.slick-dots li {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #FCFCFC;
  margin: 0 10px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.story-slider-block ul.slick-dots li.slick-active {
  background: #FCFCFC;
}

.story-slider-wrap {
  position: relative;
}

.story-arrow {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 70px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.story-arrow img {
  width: 50px;
}

.story-arrow.prev {
  left: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.story-arrow.next {
  right: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.story-arrow:hover {
  background: rgba(0, 0, 0, 0.2);
}

.story-slider-item img {
  display: block;
  width: auto;
  max-width: 100%;
}

.story-bottom-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #FAFAFA;
}

.story-bottom-wrap .left {
  width: -webkit-calc(100% - 580px);
  width: calc(100% - 580px);
  padding-right: 155px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 30px;
}

.story-bottom-wrap .right {
  width: 580px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.story-bottom-wrap .right .digit-item {
  width: 50%;
  padding-right: 15px;
  margin-bottom: 45px;
  font-size: 18px;
}

.story-bottom-wrap .right .digit-item strong {
  font-family: GeorgiaBold;
  color: #C7A771;
  font-size: 72px;
  letter-spacing: 0.02em;
}

.story1-bottom-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #FAFAFA;
}

.story1-bottom-wrap .left {
  width: -webkit-calc(100% - 615px);
  width: calc(100% - 615px);
  padding-right: 155px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.story1-bottom-wrap .right {
  width: 615px;
}

.story1-bottom-wrap .right p {
  margin-bottom: 30px;
}

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

section.artists-section {
  padding-top: 119px;
  padding-bottom: 130px;
}

section.artists-section h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 89px;
  font-family: GeorgiaBold;
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: 0.04em;
}

.artists-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.artists-item {
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px);
  margin: 0 15px;
  margin-bottom: 40px;
  cursor: pointer;
  display: none;
}

.artists-item.active,
.artists-item:nth-child(-n+4) {
  display: block !important;
}

.artists-item .img {
  margin-bottom: 15px;
}

.artists-item .img img {
  max-width: 100%;
}

.artists-item h3 {
  margin-bottom: 13px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.17;
  letter-spacing: 0.02em;
}

.artists-item p {
  color: #868686;
  font-size: 16px;
  line-height: 1.1875;
}

.artists-more {
  margin-top: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.artists-more a {
  width: 225px;
  color: #101010;
  background: transparent;
  border: 2px solid #101010;
}

.artists-more a:hover {
  color: #fff;
  background: #C7A771;
  border-color: #C7A771;
}

section.accordeon-section {
  padding-top: 122px;
  padding-bottom: 159px;
  background: #101010;
  color: #FCFCFC;
}

section.accordeon-section h2 {
  margin-bottom: 45px;
  max-width: 880px;
  text-transform: uppercase;
  font-family: Georgia;
  font-size: 48px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.accordeon-item {
  padding: 30px 0;
  border-bottom: 2px solid #FCFCFC;
}

.accordeon-item .ques {
  position: relative;
  padding-right: 50px;
  font-family: Georgia;
  font-size: 36px;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.accordeon-item .ques img.plus {
  position: absolute;
  top: 15px;
  right: 15px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.accordeon-item .answ {
  margin-top: 25px;
  display: none;
}

.accordeon-item.active .ques img.plus {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#map {
  width: 100%;
  height: 600px;
}

section.form-section {
  padding-top: 120px;
  padding-bottom: 127px;
  border-top: 2px solid #101010;
}

.form-top-wrap {
  margin-bottom: 89px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 38px;
}

.form-top-wrap h2 {
  max-width: 380px;
  font-family: Georgia;
  font-size: 36px;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.form-top-wrap p {
  max-width: 520px;
  color: #868686;
  font-size: 18px;
}

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

.form-block input {
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
  height: 60px;
  border: none;
  background: #EDEDED;
  padding: 0 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1875;
  letter-spacing: 0.035em;
  color: #101010;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.form-block input:focus {
  background: #e0e0e0;
}

.form-block input::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1875;
  letter-spacing: 0.035em;
  color: #868686;
}

.form-block input::-moz-placeholder {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1875;
  letter-spacing: 0.035em;
  color: #868686;
}

.form-block input:-ms-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1875;
  letter-spacing: 0.035em;
  color: #868686;
}

.form-block input::placeholder {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1875;
  letter-spacing: 0.035em;
  color: #868686;
}

.form-block button {
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
}

footer {
  padding-top: 90px;
  padding-bottom: 100px;
  border-top: 2px solid #101010;
  border-bottom: 2px solid #101010;
}

footer h3 {
  margin-bottom: 33px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

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

.footer-logo {
  width: 175px;
  text-align: center;
}

.footer-logo img {
  max-width: 100%;
}

.footer-logo .text {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.footer-logo .text strong {
  font-family: GeorgiaBold;
  margin-bottom: 1px;
  display: block;
  font-size: 20px;
  line-height: 1.4;
}

.footer-menu ul li {
  margin-bottom: 19px;
  font-size: 18px;
}

.footer-menu ul li:last-child {
  margin-bottom: 0;
}

.footer-menu ul li a {
  color: #101010;
  border-bottom: 1px solid transparent;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.footer-menu ul li a:hover {
  border-bottom-color: #101010;
}

.footer-pay {
  max-width: 290px;
}

.footer-pay ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-pay ul li {
  width: 33.33%;
  margin-bottom: 10px;
}

.footer-pay ul li img {
  max-width: 100%;
}

.footer-contacts p {
  color: #868686;
  font-size: 18px;
  line-height: 1.17;
  margin-top: 10px;
}

.footer-contacts .phone {
  margin-bottom: 35px;
}

.footer-contacts .phone a {
  font-size: 30px;
  letter-spacing: 0.01em;
  color: #101010;
  line-height: 1.17;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.footer-contacts .phone a:hover {
  color: #C7A771;
}

.footer-contacts .mail a {
  color: #101010;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.footer-contacts .mail a:hover {
  color: #C7A771;
}

section.bottom-line-section {
  padding: 25px 0;
}

.bottom-line-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1.5;
  color: #868686;
}

.bottom-line-wrap p:first-child {
  color: #101010;
  line-height: 1.6;
}

.bottom-line-wrap p a {
  display: block;
  color: #101010;
  border-bottom: 1px solid transparent;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.bottom-line-wrap p a:hover {
  border-bottom-color: #101010;
}

section.popular-section {
  padding-top: 119px;
  padding-bottom: 133px;
}

section.popular-section h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 89px;
  font-family: GeorgiaBold;
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: 0.04em;
}

.popular-wrap {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.popular-item {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  margin: 0 15px;
  margin-bottom: 60px;
  position: relative;
}

.popular-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.popular-item .text {
  position: absolute;
  z-index: 2;
  left: 48px;
  bottom: 45px;
}

.popular-item .text .name {
  font-weight: 500;
  color: #FCFCFC;
  font-size: 24px;
  line-height: 1.17;
  margin-bottom: 10px;
  display: block;
}

.popular-item .text .desc {
  color: #A5A5A5;
  font-size: 20px;
  line-height: 1.15;
  display: block;
}

section.scene-section {
  padding-top: 114px;
  padding-bottom: 80px;
}

section.scene-section.red {
  background: #60080E;
}

section.scene-section.red h2 {
  color: #FCFCFC;
}

section.scene-section h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 83px;
  font-family: GeorgiaBold;
  font-size: 48px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.scene-wrap {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.scene-item {
  width: -webkit-calc(33.33% - 30px);
  width: calc(33.33% - 30px);
  margin: 0 15px;
  margin-bottom: 50px;
  position: relative;
}

.scene-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.scene-item .text {
  position: absolute;
  z-index: 2;
  left: 34px;
  bottom: 31px;
}

.scene-item .text .name {
  font-weight: 500;
  color: #FCFCFC;
  font-size: 18px;
  line-height: 1.17;
  margin-bottom: 8px;
  display: block;
}

.scene-item .text .desc {
  color: #A5A5A5;
  font-size: 16px;
  line-height: 1.1875;
  display: block;
}

section.dates-section {
  padding: 130px 0;
  overflow: hidden;
}

.dates-wrap {
  margin: 0 -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dates-item {
  width: -webkit-calc(33.33% - 40px);
  width: calc(33.33% - 40px);
  margin: 0 20px;
  margin-bottom: 60px;
  border: 2px solid #000;
  padding: 42px;
  padding-top: 26px;
  padding-right: 15px;
  display: none;
}

.dates-item.active,
.dates-item:nth-child(-n+6) {
  display: block;
}

.dates-item .date {
  margin-bottom: 18px;
  font-family: Georgia;
  font-size: 42px;
  line-height: 1.15;
  letter-spacing: 0.02em;
}

.dates-item p {
  line-height: 1.15;
  margin-bottom: 35px;
}

.dates-button a {
  max-width: 235px;
}

.dates-more {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dates-more a {
  background: transparent;
  border: 2px solid #101010;
  color: #101010;
}

.dates-more a:hover {
  background: #C7A771;
  border-color: #C7A771;
  color: #FCFCFC;
}

section.quote-section {
  background: #101010;
  color: #FAFAFA;
  padding-top: 220px;
  padding-bottom: 180px;
  position: relative;
}

section.quote-section::before {
  content: '';
  position: absolute;
  top: -58px;
  left: 0;
  width: 100%;
  height: 59px;
  background: url('../img/triangle.svg') repeat-x;
}

.quote {
  max-width: 1000px;
  position: relative;
  font-family: Georgia;
  font-size: 48px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-bottom: 83px;
}

.quote::before {
  content: '“';
  position: absolute;
  top: -145px;
  left: 0;
  font-size: 150px;
  line-height: 1.4;
}

.quote-who {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote-who .img {
  width: 130px;
  height: 130px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.quote-who .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.quote-who .text {
  width: -webkit-calc(100% - 130px);
  width: calc(100% - 130px);
  padding-left: 40px;
}

.quote-who .text h4 {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.02em;
}

.quote-who .text p {
  color: #FAFAFA;
  opacity: 0.7;
}

section.press-section {
  padding-top: 120px;
  padding-bottom: 131px;
  border-top: 2px solid #101010;
  overflow: hidden;
}

section.press-section h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 79px;
  font-family: GeorgiaBold;
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: 0.04em;
}

.press-slider-wrap {
  position: relative;
}

.press-slider-wrap .slick-list,
.press-slider-wrap .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.press-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}

.press-arrow.prev {
  left: 50px;
}

.press-arrow.next {
  right: 50px;
}

.press-slider {
  margin: 0 -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.press-slider-item {
  margin: 0 20px;
  border: 2px solid #101010;
  padding: 60px;
  padding-top: 80px;
  padding-right: 45px;
}

.press-slider-item img {
  max-width: 100%;
  display: block;
  margin-bottom: 42px;
}

.press-slider-item .data {
  margin-top: 32px;
  margin-bottom: 51px;
}

.press-slider-item .data h4 {
  font-weight: 500;
  margin-bottom: 3px;
}

.press-slider-item .data p {
  font-size: 18px;
  color: #868686;
}

.press-slider-item .press-more a {
  max-width: 281px;
  background: #101010;
}

.press-slider-item .press-more a:hover {
  background: #C7A771;
}

section.recommendation-section {
  background: #60080E;
  padding-top: 120px;
  padding-bottom: 80px;
}

section.recommendation-section h2 {
  text-align: center;
  text-transform: uppercase;
  color: #FCFCFC;
  font-family: GeorgiaBold;
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: 0.02em;
  margin-bottom: 90px;
}

.recom-wrap {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recom-item {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  margin: 0 15px;
  margin-bottom: 50px;
  position: relative;
}

.recom-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.recom-item .text {
  position: absolute;
  z-index: 2;
  left: 48px;
  bottom: 45px;
}

.recom-item .text .name {
  font-weight: 500;
  color: #FCFCFC;
  font-size: 24px;
  line-height: 1.17;
  margin-bottom: 10px;
  display: block;
}

.recom-item .text .desc {
  color: #A5A5A5;
  font-size: 20px;
  line-height: 1.15;
  display: block;
}

section.premiere-section {
  background: #101010;
  color: #FAFAFA;
  padding-top: 280px;
  padding-bottom: 110px;
  position: relative;
}

section.premiere-section::before {
  content: '';
  position: absolute;
  top: -58px;
  left: 0;
  width: 100%;
  height: 59px;
  background: url('../img/triangle.svg') repeat-x;
}

section.premiere-section .title-wrap {
  position: absolute;
  left: 0;
  top: 165px;
  width: 100%;
  overflow: hidden;
  height: 227px;
  z-index: 2;
}

section.premiere-section .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 5100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: premiere 30s linear infinite;
  animation: premiere 30s linear infinite;
}

section.premiere-section .title-item {
  margin-right: 100px;
}

section.premiere-section .title-item:last-child {
  margin-right: 0;
}

@-webkit-keyframes premiere {
  0% {
    left: 0;
  }

  100% {
    left: -5100px;
  }
}

@keyframes premiere {
  0% {
    left: 0;
  }

  100% {
    left: -5100px;
  }
}

.premiere-wrap {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.premiere-item {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  margin: 0 15px;
  margin-bottom: 50px;
  position: relative;
}

.premiere-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.premiere-item .text {
  position: absolute;
  z-index: 2;
  left: 48px;
  bottom: 45px;
}

.premiere-item .text .name {
  font-weight: 500;
  color: #FCFCFC;
  font-size: 24px;
  line-height: 1.17;
  margin-bottom: 10px;
  display: block;
}

.premiere-item .text .desc {
  color: #A5A5A5;
  font-size: 20px;
  line-height: 1.15;
  display: block;
}

.artists-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(16, 16, 16, 0.9);
  display: none;
}

.artists-overlay .close {
  position: absolute;
  top: 26px;
  right: 26px;
  cursor: pointer;
}

.artists-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 960px;
  max-width: 100%;
  max-height: 100%;
  background: #FCFCFC;
  overflow: auto;
  display: none;
}

.artists-modal::-webkit-scrollbar {
  width: 0;
}

.artists-modal-top {
  padding: 70px;
  padding-right: 90px;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.artists-modal-top .img {
  width: 215px;
}

.artists-modal-top .img img {
  max-width: 100%;
}

.artists-modal-top .text {
  width: -webkit-calc(100% - 215px);
  width: calc(100% - 215px);
  padding-left: 79px;
}

.artists-modal-top .text h3 {
  font-family: GeorgiaBold;
  font-size: 36px;
  letter-spacing: 0.02em;
  margin-bottom: 5px;
}

.artists-modal-top .text p {
  color: #868686;
  letter-spacing: 0.02em;
}

.artists-modal-text {
  padding: 102px 70px;
  padding-top: 0;
  padding-right: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 18px;
}

.artists-modal-text .left {
  width: -webkit-calc(100% - 510px);
  width: calc(100% - 510px);
}

.artists-modal-text .right {
  width: 510px;
}

.artists-modal-text .right p {
  margin-bottom: 30px;
}

.artists-modal-text .right p:last-child {
  margin-bottom: 0;
}

.artists-modal-repertoire {
  background: #60080E;
  padding: 93px 100px;
  padding-bottom: 70px;
}

.artists-modal-repertoire h3 {
  font-family: GeorgiaBold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 74px;
  color: #FCFCFC;
  font-size: 36px;
  letter-spacing: 0.04em;
}

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

.artists-modal-repertoire-item {
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  margin-bottom: 40px;
  position: relative;
}

.artists-modal-repertoire-item img {
  max-width: 100%;
}

.artists-modal-repertoire-item .text {
  position: absolute;
  left: 34px;
  bottom: 31px;
}

.artists-modal-repertoire-item .text .name {
  font-weight: 500;
  color: #FCFCFC;
  font-size: 18px;
  line-height: 1.17;
  margin-bottom: 10px;
  display: block;
}

.artists-modal-repertoire-item .text .desc {
  color: #A5A5A5;
  font-size: 16px;
  line-height: 1.15;
  display: block;
}

section.mob-menu-section {
  position: absolute;
  top: 85px;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% - 85px);
  height: calc(100% - 85px);
  overflow: auto;
  background: #60080E;
  z-index: 50;
  display: none;
}

section.mob-menu-section::-webkit-scrollbar {
  width: 0;
}

.mob-menu-inner {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

ul.mob-menu {
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

ul.mob-menu li {
  font-size: 20px;
  text-transform: uppercase;
  font-family: Georgia;
}

ul.mob-menu li a {
  display: block;
  padding: 8px 0;
  color: #fff;
  text-align: center;
}

.mob-menu-phone {
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #fff;
  font-family: GeorgiaBold;
  display: block;
  width: 100%;
  text-align: center;
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(16, 16, 16, 0.9);
  display: none;
}

.search-overlay .close {
  position: absolute;
  top: 26px;
  right: 26px;
  cursor: pointer;
}

.search-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 660px;
  max-width: 100%;
  max-height: 100%;
  background: #FCFCFC;
  overflow: auto;
  padding: 50px 30px;
  display: none;
}

.search-modal::-webkit-scrollbar {
  width: 0;
}

.search-modal h3 {
  font-family: GeorgiaBold;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

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

.search-modal form input {
  width: -webkit-calc(100% - 220px);
  width: calc(100% - 220px);
  height: 60px;
  border: none;
  border: 1px solid #101010;
  padding: 0 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0.035em;
  color: #101010;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.search-modal form input::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0.035em;
  color: #868686;
}

.search-modal form input::-moz-placeholder {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0.035em;
  color: #868686;
}

.search-modal form input:-ms-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0.035em;
  color: #868686;
}

.search-modal form input::placeholder {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0.035em;
  color: #868686;
}

.search-modal form button {
  width: 200px;
}

.page_content p{margin-bottom: 10px; font-size: 16px;}
.page_content strong, .page_content b{font-weight: bold;}
.page_content ul, .page_content ol {  list-style: disc; margin: 0 0 50px 50px; font-size: 16px;}
.page_content h6 {font-size: 16px;font-weight: bold;}
.page_content h5 {font-size: 17px;font-weight: bold;}
.page_content h4 {font-size: 18px;font-weight: bold;}
.page_content h3 {font-size: 22px;font-weight: bold;}
.page_content h2 {font-size: 24px;font-weight: bold;}

@media screen and (max-width: 1400px) {
  .press-arrow.prev {
    left: 15px;
  }

  .press-arrow.next {
    right: 15px;
  }

  .press-slider {
    padding: 0 60px;
  }
}

@media screen and (max-width: 1200px) {
  ul.top-menu li {
    margin-right: 30px;
  }

  .top-phone a {
    font-size: 20px;
  }

  ul.big-menu li a {
    padding: 5px 35px;
  }

  .form-top-wrap {
    padding-right: 0;
  }

  .artists-modal {
    width: 620px;
    top: 120px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-height: -webkit-calc(100% - 120px);
    max-height: calc(100% - 120px);
  }

  .artists-modal-top {
    padding: 50px;
    padding-bottom: 0;
    margin-bottom: 83px;
  }

  .artists-modal-top .img {
    width: 200px;
  }

  .artists-modal-top .text {
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
    padding-left: 50px;
  }

  .artists-modal-top .text h3 {
    font-size: 30px;
    margin-bottom: 9px;
  }

  .artists-modal-top .text p {
    font-size: 16px;
  }

  .artists-modal-text {
    padding: 50px;
    padding-top: 0;
    padding-bottom: 82px;
    display: block;
    font-size: 16px;
  }

  .artists-modal-text .left {
    width: 100%;
    margin-bottom: 45px;
  }

  .artists-modal-text .right {
    width: 100%;
  }

  .artists-modal-repertoire {
    padding: 76px 15px;
    padding-bottom: 60px;
  }

  .artists-modal-repertoire h3 {
    font-size: 30px;
    margin-bottom: 48px;
  }

  .artists-modal-repertoire-item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }

  .artists-modal-repertoire-item .text {
    left: 23px;
    bottom: 25px;
  }

  .artists-modal-repertoire-item .text .name {
    font-size: 16px;
    margin-bottom: 7px;
  }

  .artists-modal-repertoire-item .text .desc {
    font-size: 14px;
  }
}

@media screen and (max-width: 960px) {
  .button {
    min-height: 50px;
    font-size: 16px;
    line-height: 1.1875;
    min-width: 185px;
  }

  ul.top-menu {
    display: none;
  }

  .top-phone a {
    font-size: 22px;
  }

  .header-slider-item h1,
  .header-slider-item h2 {
    font-size: 58px;
    line-height: 1.2;
    margin-bottom: 27px;
  }

  .header-slider-item p.sub {
    font-size: 18px;
    margin-bottom: 72px;
  }

  section.menu-section {
    height: 80px;
  }

  ul.big-menu li {
    font-size: 18px;
  }

  section.events-section {
    padding-top: 121px;
  }

  section.events-section h2 {
    margin-bottom: 102px;
    font-size: 38px;
  }

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

  .events-wrap .left {
    width: 191px;
  }

  .events-wrap .left .date {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .events-wrap .left .time {
    font-size: 16px;
  }

  .events-wrap .right {
    width: 400px;
    display: block;
  }

  .events-wrap .right .text {
    width: 100%;
    padding: 0;
  }

  .events-wrap .right .text h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .events-wrap .right .text p.sub {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .events-wrap .right .text ul li {
    margin-bottom: 11px;
    font-size: 16px;
  }

  .events-wrap .right .events-right-button {
    margin-top: 40px;
  }

  .events-wrap .right .events-right-button a.button {
    width: 175px;
  }

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

  section.story-section h2 {
    margin-bottom: 92px;
    font-size: 30px;
    max-width: 500px;
  }

  section.story-section.play-story {
    padding-bottom: 169px;
  }

  .story-top-wrap {
    margin-bottom: 100px;
    font-size: 16px;
  }

  .story-top-wrap .left {
    padding-right: 15px;
    display: block;
    width: -webkit-calc(100% - 450px);
    width: calc(100% - 450px);
  }

  .story-top-wrap .right {
    width: 450px;
  }

  .story1-top-wrap {
    margin-bottom: 100px;
    font-size: 16px;
  }

  .story1-top-wrap .left {
    padding-right: 15px;
    display: block;
    width: -webkit-calc(100% - 450px);
    width: calc(100% - 450px);
  }

  .story1-top-wrap .right {
    width: 450px;
  }

  .story1-top-wrap .right ul li {
    margin-bottom: 16px;
  }

  .story1-top-wrap .right ul li span:first-child {
    width: 160px;
  }

  .story1-top-wrap .right ul li span:last-child {
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
  }

  .story-slider-block {
    padding: 15px;
    padding-bottom: 75px;
    margin-bottom: 67px;
  }

  .story-slider-block ul.slick-dots {
    bottom: -45px;
  }

  .story-slider-block ul.slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 7px;
  }

  .story-bottom-wrap {
    font-size: 16px;
  }

  .story-bottom-wrap .left {
    padding-right: 15px;
    display: block;
    width: -webkit-calc(100% - 450px);
    width: calc(100% - 450px);
  }

  .story-bottom-wrap .right {
    width: 450px;
  }

  .story-bottom-wrap .right .digit-item {
    margin-bottom: 23px;
    font-size: 16px;
  }

  .story-bottom-wrap .right .digit-item strong {
    font-size: 64px;
  }

  .story1-bottom-wrap {
    font-size: 16px;
  }

  .story1-bottom-wrap .left {
    padding-right: 15px;
    display: block;
    width: -webkit-calc(100% - 450px);
    width: calc(100% - 450px);
  }

  .story1-bottom-wrap .right {
    width: 450px;
  }

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

  section.artists-section {
    padding-top: 121px;
    padding-bottom: 130px;
  }

  section.artists-section h2 {
    margin-bottom: 100px;
    font-size: 38px;
  }

  .artists-wrap {
    width: 600px;
    margin: 0 auto;
  }

  .artists-item {
    width: -webkit-calc(33.33% - 30px);
    width: calc(33.33% - 30px);
    margin-bottom: 55px;
  }

  .artists-item:nth-child(-n+6) {
    display: block;
  }

  .artists-item .img {
    margin-bottom: 10px;
  }

  .artists-item h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .artists-item p {
    font-size: 14px;
  }

  .artists-more {
    margin-top: 22px;
  }

  .artists-more a {
    width: 195px;
  }

  section.accordeon-section {
    padding-top: 116px;
    padding-bottom: 130px;
  }

  section.accordeon-section h2 {
    max-width: 530px;
    margin-bottom: 60px;
    font-size: 38px;
  }

  .accordeon-item .ques {
    font-size: 30px;
  }

  .accordeon-item .answ {
    font-size: 16px;
    margin-top: 15px;
  }

  #map {
    height: 400px;
  }

  section.form-section {
    padding-top: 103px;
    padding-bottom: 110px;
  }

  .form-top-wrap {
    display: block;
    margin-bottom: 52px;
  }

  .form-top-wrap h2 {
    font-size: 30px;
    margin-bottom: 34px;
  }

  .form-top-wrap p {
    max-width: 460px;
    font-size: 16px;
  }

  .form-block input {
    height: 50px;
    padding: 0 25px;
    font-size: 16px;
  }

  .form-block input::-webkit-input-placeholder {
    font-size: 16px;
  }

  .form-block input::-moz-placeholder {
    font-size: 16px;
  }

  .form-block input:-ms-input-placeholder {
    font-size: 16px;
  }

  .form-block input::placeholder {
    font-size: 16px;
  }

  footer {
    padding-top: 94px;
    padding-bottom: 91px;
  }

  footer h3 {
    font-size: 18px;
    margin-bottom: 23px;
  }

  .footer-wrap {
    width: 630px;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-logo {
    width: 145px;
  }

  .footer-logo .text {
    font-size: 10px;
  }

  .footer-logo .text strong {
    font-size: 16px;
  }

  .footer-menu ul li {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .footer-pay {
    max-width: 250px;
  }

  .footer-contacts {
    margin-top: 40px;
    padding-left: 220px;
  }

  .footer-contacts p {
    font-size: 16px;
  }

  .footer-contacts .phone {
    margin-bottom: 33px;
  }

  .footer-contacts .phone a {
    font-size: 22px;
  }

  .footer-contacts .mail a {
    font-size: 18px;
  }

  .bottom-line-wrap {
    font-size: 14px;
  }

  header.page-header {
    padding-top: 182px;
    padding-bottom: 195px;
  }

  header.page-header h1 {
    max-width: 480px;
    font-size: 58px;
    line-height: 1.2;
  }

  ul.crumbs {
    margin-bottom: 38px;
  }

  section.popular-section {
    padding-top: 117px;
    padding-bottom: 127px;
  }

  section.popular-section h2 {
    margin-bottom: 97px;
    font-size: 38px;
  }

  .popular-wrap {
    margin: 0 -10px;
  }

  .popular-item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px;
    margin-bottom: 40px;
  }

  .popular-item .text {
    left: 23px;
    bottom: 21px;
  }

  .popular-item .text .name {
    font-size: 16px;
    margin-bottom: 7px;
  }

  .popular-item .text .desc {
    font-size: 14px;
  }

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

  section.scene-section h2 {
    margin-bottom: 97px;
    font-size: 38px;
  }

  .scene-wrap {
    margin: 0 -10px;
  }

  .scene-item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px;
    margin-bottom: 40px;
    _display: none;
  }

  .scene-item:nth-child(-n+6) {
    _display: block;
  }

  .scene-item .text {
    left: 23px;
    bottom: 21px;
  }

  .scene-item .text .name {
    font-size: 16px;
    margin-bottom: 7px;
  }

  .scene-item .text .desc {
    font-size: 14px;
  }

  header.page-header .play-button {
    bottom: 30px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  header.page-header .play-button img {
    width: 100px;
  }

  header.page-header p.sub {
    margin-top: 27px;
    font-size: 18px;
  }

  header.page-header .header-button {
    margin-top: 72px;
  }

  section.dates-section {
    padding-top: 110px;
  }

  .dates-wrap {
    width: 640px;
    margin: 0 auto;
  }

  .dates-item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px;
    margin-bottom: 40px;
    padding: 35px;
    padding-top: 25px;
    padding-right: 15px;
  }

  .dates-item .date {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .dates-item p {
    font-size: 16px;
    line-height: 1.1875;
    margin-bottom: 31px;
  }

  .dates-button a {
    max-width: 215px;
  }

  section.quote-section {
    padding-top: 215px;
    padding-bottom: 130px;
  }

  .quote {
    font-size: 38px;
    margin-bottom: 67px;
  }

  .quote-who .img {
    width: 85px;
    height: 85px;
  }

  .quote-who .text {
    width: -webkit-calc(100% - 85px);
    width: calc(100% - 85px);
    padding-left: 25px;
  }

  .quote-who .text h4 {
    font-size: 18px;
  }

  .quote-who .text p {
    font-size: 16px;
  }

  section.recommendation-section {
    padding-top: 114px;
    padding-bottom: 100px;
  }

  section.recommendation-section h2 {
    margin: 0 auto;
    margin-bottom: 97px;
    font-size: 38px;
    max-width: 420px;
    line-height: 1.4;
  }

  .recom-wrap {
    margin: 0 -10px;
  }

  .recom-item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px;
    margin-bottom: 40px;
  }

  .recom-item .text {
    left: 23px;
    bottom: 21px;
  }

  .recom-item .text .name {
    font-size: 16px;
    margin-bottom: 7px;
  }

  .recom-item .text .desc {
    font-size: 14px;
  }

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

  section.premiere-section .title-wrap {
    top: 90px;
  }

  .premiere-wrap {
    margin: 0 -10px;
  }

  .premiere-item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px;
    margin-bottom: 40px;
  }

  .premiere-item .text {
    left: 23px;
    bottom: 21px;
  }

  .premiere-item .text .name {
    font-size: 16px;
    margin-bottom: 7px;
  }

  .premiere-item .text .desc {
    font-size: 14px;
  }

  .search-modal form input {
    height: 50px;
  }
}

@media screen and (max-width: 750px) {
  .burger {
    display: block;
  }

  .button {
    min-height: 45px;
  }

  .top-search,{
    display: none;
  }
  
  .top-phone a {
	  font-size: 18px;
	}

  a.logo .text {
    padding-left: 10px;
    font-size: 10px;
  }

  a.logo .text strong {
    font-size: 14px;
  }

  .header-slider-wrap {
    height: 600px;
  }

  .header-arrow {
    display: none;
  }

  .header-slider-item h1,
  .header-slider-item h2 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 23px;
  }

  .header-slider-item p.sub {
    font-size: 16px;
    margin-bottom: 62px;
  }

  .header-button a {
    width: 100%;
    max-width: 345px;
  }

  section.menu-section {
    height: auto;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  section.menu-section .wrapper {
    height: auto;
  }

  .big-menu-wrap {
    overflow: auto;
    height: auto;
  }

  .big-menu-wrap::-webkit-scrollbar {
    width: 0;
  }

  ul.big-menu {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 420px;
    height: 40px;
    margin: 0 auto;
  }

  ul.big-menu li {
    width: 90px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: #7C0E16;
    margin-right: 20px;
    font-size: 14px;
  }

  ul.big-menu li:last-child {
    margin-right: 0;
  }

  ul.big-menu li a {
    padding: 0;
    display: inline;
    height: auto;
  }

  section.events-section {
    padding-top: 81px;
  }

  section.events-section h2 {
    margin-bottom: 51px;
    font-size: 30px;
    text-align: left;
  }

  .events-block {
    padding-top: 42px;
    padding-bottom: 60px;
  }

  .events-wrap {
    display: block;
  }

  .events-wrap .left {
    width: 100%;
    padding: 0;
    margin-bottom: 31px;
  }

  .events-wrap .left .date {
    font-size: 26px;
    margin-bottom: 11px;
  }

  .events-wrap .left .time {
    font-size: 14px;
  }

  .events-wrap .right {
    width: 100%;
  }

  .events-wrap .right .text h3 {
    font-size: 26px;
    margin-bottom: 11px;
  }

  .events-wrap .right .text p.sub {
    font-size: 14px;
    margin-bottom: 31px;
  }

  .events-wrap .right .text ul li {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .events-wrap .right .text ul li span:first-child {
    width: 150px;
  }

  .events-wrap .right .text ul li span:last-child {
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
  }

  .events-wrap .right .events-right-button {
    margin-top: 44px;
    width: 100%;
  }

  .events-wrap .right .events-right-button a.button {
    width: 100%;
    max-width: 345px;
  }

  section.story-section {
    padding-top: 82px;
    padding-bottom: 69px;
  }

  section.story-section .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  section.story-section h2 {
    margin-bottom: 45px;
    font-size: 24px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  section.story-section.play-story {
    padding-bottom: 113px;
  }

  .story-top-wrap {
    margin-bottom: 54px;
    font-size: 14px;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }

  .story-top-wrap .left {
    padding: 0;
    display: block;
    width: 100%;
    margin-bottom: 39px;
  }

  .story-top-wrap .right {
    width: 100%;
  }

  .story-top-wrap .right p {
    margin-bottom: 20px;
  }

  .story1-top-wrap {
    margin-bottom: 54px;
    font-size: 14px;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }

  .story1-top-wrap .left {
    padding: 0;
    display: block;
    width: 100%;
    margin-bottom: 28px;
  }

  .story1-top-wrap .right {
    width: 100%;
  }

  .story1-top-wrap .right ul li {
    margin-bottom: 13px;
  }

  .story-slider-block {
    padding: 0;
    margin-bottom: 54px;
    border: none;
  }

  .story-slider-block ul.slick-dots {
    bottom: 15px;
  }

  .story-slider-block ul.slick-dots li {
    width: 9px;
    height: 9px;
  }

  .story-arrow {
    width: 40px;
  }

  .story-arrow img {
    width: 30px;
  }

  .story-bottom-wrap {
    font-size: 14px;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }

  .story-bottom-wrap .left {
    padding: 0;
    width: 100%;
    margin-bottom: 15px;
  }

  .story-bottom-wrap .right {
    width: 100%;
  }

  .story-bottom-wrap .right .digit-item {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .story-bottom-wrap .right .digit-item strong {
    font-size: 48px;
  }

  .story1-bottom-wrap {
    font-size: 14px;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }

  .story1-bottom-wrap .left {
    padding: 0;
    width: 100%;
    margin-bottom: 28px;
  }

  .story1-bottom-wrap .right {
    width: 100%;
  }

  section.artists-section {
    padding-top: 93px;
    padding-bottom: 100px;
  }

  section.artists-section h2 {
    margin-bottom: 50px;
    font-size: 30px;
    text-align: left;
  }

  .artists-wrap {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .artists-item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 0;
    margin-bottom: 35px;
  }

  .artists-item:nth-child(-n+6) {
    display: none;
  }

  .artists-item:nth-child(-n+4) {
    display: block;
  }

  .artists-item .img {
    margin-bottom: 10px;
  }

  .artists-item h3 {
    font-size: 14px;
  }

  .artists-item p {
    font-size: 12px;
  }

  .artists-more {
    margin-top: 20px;
  }

  .artists-more a {
    width: 100%;
    max-width: 345px;
    border-width: 1px;
  }

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

  section.accordeon-section h2 {
    max-width: 100%;
    margin-bottom: 17px;
    font-size: 24px;
  }

  .accordeon-item {
    padding: 25px 0;
  }

  .accordeon-item .ques {
    font-size: 20px;
  }

  .accordeon-item .ques img.plus {
    width: 23px;
    top: 5px;
  }

  .accordeon-item .answ {
    font-size: 14px;
  }

  #map {
    height: 350px;
  }

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

  .form-top-wrap {
    margin-bottom: 44px;
  }

  .form-top-wrap h2 {
    font-size: 24px;
    margin-bottom: 27px;
    max-width: 265px;
  }

  .form-top-wrap p {
    max-width: 325px;
    font-size: 14px;
  }

  .form-block {
    display: block;
  }

  .form-block input {
    width: 100%;
    margin-bottom: 20px;
    height: 45px;
    padding: 0 20px;
    font-size: 18px;
  }

  .form-block input::-webkit-input-placeholder {
    font-size: 18px;
  }

  .form-block input::-moz-placeholder {
    font-size: 18px;
  }

  .form-block input:-ms-input-placeholder {
    font-size: 18px;
  }

  .form-block input::placeholder {
    font-size: 18px;
  }

  .form-block button {
    width: 100%;
  }

  footer {
    padding-top: 72px;
    padding-bottom: 74px;
  }

  footer h3 {
    font-size: 16px;
    margin-bottom: 25px;
  }

  section.bottom-line-section {
    padding: 20px 0;
  }

  .bottom-line-wrap {
    display: block;
  }

  .bottom-line-wrap p:first-child {
    margin-bottom: 16px;
  }

  .footer-wrap {
    width: 100%;
    margin: 0;
  }

  .footer-logo {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 55px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer-logo img {
    width: 110px;
  }

  .footer-logo .text {
    padding-left: 20px;
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
    font-size: 14px;
    text-align: left;
  }

  .footer-logo .text strong {
    font-size: 24px;
  }

  .footer-contacts {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
    width: 100%;
  }

  .footer-contacts p {
    font-size: 14px;
    margin-top: 7px;
  }

  .footer-contacts .phone {
    margin-bottom: 20px;
  }

  .footer-contacts .phone a {
    font-size: 20px;
  }

  .footer-contacts .mail a {
    font-size: 16px;
  }

  .footer-menu {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 142px;
    padding-right: 15px;
  }

  .footer-menu ul li {
    font-size: 14px;
    margin-bottom: 18px;
  }

  .footer-pay {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    width: -webkit-calc(100% - 142px);
    width: calc(100% - 142px);
    max-width: 100%;
  }

  .footer-pay ul li img {
    max-width: 70%;
  }

  header.page-header {
    padding-top: 99px;
    padding-bottom: 104px;
    min-height: 400px;
  }

  header.page-header h1 {
    max-width: 290px;
    font-size: 18px;
    line-height: 1.3;
  }

  header.page-header .play-button {
    bottom: 10px;
  }

  header.page-header .play-button img {
    width: 90px;
  }

  ul.crumbs {
    margin-bottom: 31px;
  }

  ul.crumbs li {
    font-size: 16px;
  }

  section.popular-section {
    padding-top: 81px;
    padding-bottom: 79px;
  }

  section.popular-section h2 {
    margin-bottom: 51px;
    font-size: 30px;
    text-align: left;
  }

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

  section.scene-section h2 {
    margin-bottom: 51px;
    font-size: 30px;
    text-align: left;
  }

  section.scene-section h2 br {
    display: none;
  }

  header.page-header p.sub {
    margin-top: 22px;
    font-size: 16px;
  }

  header.page-header .header-button {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  header.page-header .header-button a {
    width: 100%;
    max-width: 345px;
    margin: 0 10px;
    margin-bottom: 20px;
  }

  header.page-header .header-button a.video {
    width: 100%;
    max-width: 345px;
    margin-right: 10px;
  }

  section.dates-section {
    padding: 0;
  }

  section.dates-section .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .dates-wrap {
    width: 100%;
    margin: 0;
    display: block;
  }

  .dates-item {
    width: 100%;
    margin: 0;
    padding: 35px 15px;
    padding-bottom: 44px;
    border: none;
    border-bottom: 2px solid #101010;
  }

  .dates-item:first-child {
    border-top: 2px solid #101010;
  }

  .dates-item:nth-child(-n+6) {
    display: none;
  }

  .dates-item:nth-child(-n+4) {
    display: block;
  }

  .dates-item .date {
    margin-bottom: 7px;
  }

  .dates-item p {
    margin-bottom: 36px;
  }

  .dates-button a {
    max-width: 345px;
  }

  .dates-more {
    display: none;
  }

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

  section.quote-section::before {
    background: url('../img/triangle-mob.svg') repeat-x;
    height: 31px;
    top: -29px;
  }

  .quote {
    font-size: 24px;
    margin-bottom: 51px;
  }

  .quote::before {
    font-size: 120px;
    top: -98px;
  }

  .quote-who .img {
    width: 70px;
    height: 70px;
  }

  .quote-who .text {
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    padding-left: 20px;
  }

  .quote-who .text h4 {
    font-size: 16px;
  }

  .quote-who .text p {
    font-size: 14px;
  }

  section.press-section {
    padding: 0;
    border-top: none;
  }

  section.press-section .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  section.press-section h2 {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    margin-bottom: 51px;
    font-size: 30px;
  }

  .press-arrow {
    display: none;
  }

  .press-slider {
    padding: 0;
    margin: 0;
    display: block;
  }

  .press-slider-item {
    margin: 0;
    border: none;
    border-bottom: 2px solid #101010;
    padding: 50px 15px;
    padding-bottom: 57px;
  }

  .press-slider-item:first-child {
    border-top: 2px solid #101010;
  }

  .press-slider-item img {
    margin-bottom: 29px;
  }

  .press-slider-item p {
    font-size: 14px;
  }

  .press-slider-item .data {
    margin-top: 28px;
    margin-bottom: 45px;
  }

  .press-slider-item .data h4 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .press-slider-item .data p {
    font-size: 12px;
  }

  .press-slider-item .press-more a {
    max-width: 345px;
  }

  section.recommendation-section {
    padding-top: 79px;
    padding-bottom: 50px;
  }

  section.recommendation-section h2 {
    margin-bottom: 51px;
    font-size: 30px;
    max-width: 100%;
    line-height: 1.3;
  }

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

  section.premiere-section::before {
    background: url('../img/triangle-mob.svg') repeat-x;
    height: 31px;
    top: -29px;
  }

  section.premiere-section .title-wrap {
    top: 80px;
  }

  section.premiere-section .title {
    width: 3100px;
  }

  section.premiere-section .title-item {
    width: 1500px;
  }

  section.premiere-section .title-item img {
    max-width: 100%;
  }

@-webkit-keyframes premiere {
    0% {
      left: 0;
    }

    100% {
      left: -3100px;
    }
}

@keyframes premiere {
    0% {
      left: 0;
    }

    100% {
      left: -3100px;
    }
}

  .artists-overlay .close {
    top: 0;
    right: 0;
  }

  .artists-overlay .close img {
    width: 50px;
  }

  .artists-modal {
    width: 100%;
    top: 50px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-height: -webkit-calc(100% - 50px);
    max-height: calc(100% - 50px);
  }

  .artists-modal-top {
    padding: 68px 15px;
    padding-bottom: 0;
    margin-bottom: 38px;
    display: block;
  }

  .artists-modal-top .img {
    width: 100%;
    margin-bottom: 10px;
  }

  .artists-modal-top .img img {
    width: 120px;
  }

  .artists-modal-top .text {
    width: 100%;
    padding: 0;
  }

  .artists-modal-top .text h3 {
    font-size: 24px;
    margin-bottom: 7px;
  }

  .artists-modal-top .text p {
    font-size: 14px;
  }

  .artists-modal-text {
    padding: 15px;
    padding-top: 0;
    padding-bottom: 84px;
    display: block;
    font-size: 14px;
  }

  .artists-modal-text .left {
    margin-bottom: 27px;
  }

  .artists-modal-text .right p {
    margin-bottom: 20px;
  }

  .artists-modal-repertoire {
    padding: 81px 15px;
    padding-bottom: 60px;
  }

  .artists-modal-repertoire h3 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 51px;
  }

  .artists-modal-repertoire-wrap {
    display: block;
  }

  .artists-modal-repertoire-item {
    width: 100%;
    margin-bottom: 30px;
    display: block;
  }

  .artists-modal-repertoire-item .text {
    bottom: 30px;
  }

  .search-overlay .close {
    top: 0;
    right: 0;
  }

  .search-overlay .close img {
    width: 50px;
  }

  .search-modal {
    padding: 40px 15px;
  }

  .search-modal h3 {
    font-size: 28px;
  }

  .search-modal form {
    display: block;
  }

  .search-modal form input {
    width: 100%;
    height: 45px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    max-width: 360px;
  }

  .search-modal form button {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 560px) {
  .popular-wrap {
    display: block;
    margin: 0;
  }

  .popular-item {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
    display: none;
  }

  .popular-item:nth-child(-n+3) {
    display: block;
  }

  .popular-item .text {
    left: 23px;
    bottom: 30px;
  }

  .popular-item .text .name {
    font-size: 14px;
  }

  .popular-item .text .desc {
    font-size: 12px;
  }

  .scene-wrap {
    display: block;
    margin: 0;
  }

  .scene-item {
    width: 100%;
    margin: 0;
    display: block;
    margin-bottom: 0;
	line-height: 64px;
  }

  .scene-item:nth-child(-n+6) {
    _display: none;
  }

  .scene-item:nth-child(-n+3) {
    _display: block;
  }

  .scene-item .text {
    left: 23px;
    bottom: 30px;
  }

  .scene-item .text .name {
    font-size: 14px;
  }

  .scene-item .text .desc {
    font-size: 12px;
  }

  .recom-wrap {
    display: block;
    margin: 0;
  }

  .recom-item {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
    display: none;
  }

  .recom-item:nth-child(-n+3) {
    display: block;
  }

  .recom-item .text {
    left: 23px;
    bottom: 30px;
  }

  .recom-item .text .name {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .recom-item .text .desc {
    font-size: 12px;
  }

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

  .premiere-item .text {
    left: 23px;
    bottom: 30px;
  }

  .premiere-item .text .name {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .premiere-item .text .desc {
    font-size: 12px;
  }
}

@media screen and (max-width: 440px) {
  section.menu-section {
    padding-bottom: 0;
    padding-top: 0;
  }

  .story-slider-item img {
    height: 270px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.button-up {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  background-image: url(../img/button-up.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 58px;
  height: 58px;
  display: none;
}
.button-up-show {
  display: block;
}