@font-face {
  font-family: 'Futuris';
  src: url("FuturaFuturisC-Bold.woff") format("woff");
}

@font-face {
  font-family: 'FuturaLightC';
  src: url("FuturaLT-Light.woff2") format("woff2");
}

@font-face {
  font-family: 'FuturaDemiC';
  src: url("FuturaDemiC.woff") format("woff");
}

@font-face {
  font-family: 'FuturaBookC';
  src: url("FuturaBookC.woff") format("woff");
}

body .fancybox-container {
  z-index: 9999992;
}

.is-over .popup_email {
  z-index: 99;
}

@media screen and (min-width: 1300px) {
  .events-list .banner-list:nth-child(1) .banner .row-1 {
    padding: 0;
    margin-top: -20px;
  }
  .events-list .concert-card-list:nth-child(2) .slider-top-nav {
    margin-top: -20px;
  }
  .events-list .banner-list {
    margin-top: 0;
  }
  .events-list .concert-card-list {
    padding: 20px 0 30px;
  }
  .events-list .concert-card-list .slider-top-nav,
  .events-list .event-card-list .slider-top-nav {
    margin-bottom: 5px;
  }
  .events-list .events-schedule .slider-top-nav {
    margin-bottom: 15px;
  }
  .events-list .events-schedule {
    padding: 30px 0 20px;
  }
  .events-list .banner-list + .event-card-list {
    padding-top: 0;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1299px) {
  .events-list .banner-list:nth-child(1) .banner .row-1 {
    margin-top: -10px;
  }
  .events-list .concert-card-list .slider-top-nav,
  .events-list .event-card-list .slider-top-nav,
  .events-list .events-schedule .slider-top-nav {
    margin-bottom: 15px;
  }
  .events-list .events-schedule {
    padding: 30px 0 20px;
  }
}

@media screen and (min-width: 700px) and (max-width: 999px) {
  .events-list .concert-card-list .slider-top-nav,
  .events-list .event-card-list .slider-top-nav,
  .events-list .events-schedule .slider-top-nav {
    margin-bottom: 15px;
  }
  .events-list .events-schedule {
    padding: 30px 0 20px;
  }
  .events-list .concert-card-list {
    padding: 20px 0 30px;
  }
}

.popup_email {
  position: fixed;
  z-index: 99999;
  width: 17.7vh;
  height: 22.7vh;
  bottom: 45px;
  left: 1vh;
}

@media screen and (max-width: 650px) {
  .popup_email {
    width: 32.875vw;
    height: 32.875vw;
    bottom: 14vw;
  }
}

.popup_email_hide {
  width: 12.7vh;
  height: 12.7vh;
}

@media screen and (max-width: 650px) {
  .popup_email_hide {
    bottom: 0;
    left: 0;
  }
}

.popup_email_hide .popup_email__link, .popup_email_hide .popup_email__link_close {
  display: none;
}

.popup_email_hide .popup_email__link_hide {
  display: inline-block;
}

.popup_email__link {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.popup_email__link_hide {
  display: none;
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

@media screen and (max-width: 650px) {
  .popup_email__link_hide {
    width: 22vw;
    height: 22vw;
    margin-top: 19vw;
    margin-left: 0;
  }
}

.popup_email__link_hide img {
  width: 100%;
  height: auto;
}

.popup_email__link_close {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.5vh;
  height: 5.5vh;
  right: -2vh;
  cursor: pointer;
  z-index: 99;
  opacity: 0;
  -webkit-animation: close_show .4s 1;
          animation: close_show .4s 1;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media screen and (max-width: 650px) {
  .popup_email__link_close {
    width: 9.81vw;
    height: 9.81vw;
    right: -3vw;
  }
}

.popup_email__link_close span {
  width: 60%;
  height: 60%;
  display: inline-block;
  background: url(link_close.svg) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 650px) {
  .popup_email__link_close span {
    width: 7vw;
    height: 7vw;
  }
}

.popup_email__link img {
  width: 100%;
  height: auto;
}

@-webkit-keyframes close_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes close_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.email__popup__txt_sucess,
.email__popup__title_sucess {
  display: none;
}

.email__popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

@media screen and (max-width: 650px) {
  .email__popup {
    overflow: hidden;
  }
}

.email__popup_open {
  display: block;
}

.email__popup__false {
  border: 1.4px solid red;
  padding: 1.4px;
}

.email__popup__container {
  width: 100%;
  height: 100%;
  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;
}

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

@media screen and (max-width: 1023px) {
  .email__popup__icons {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

.email__popup__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 650px) {
  .email__popup__bg {
    background: #FEEE59;
  }
}

.email__popup__telegram_bottom {
  display: none;
  -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;
  margin-top: 1.232vh;
}

.email__popup__telegram_bottom p {
  font-family: 'FuturaBookC',sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.918vh;
  line-height: 3.416vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #080A3E;
  margin-bottom: 0.56vh;
}

.email__popup__telegram_bottom a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.email__popup__telegram_bottom a img {
  width: auto;
  height: 4.375vh;
}

.email__popup__telegram {
  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;
}

.email__popup__telegram p {
  font-family: 'FuturaBookC',sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 2.464vh;
  line-height: 6.3vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #080A3E;
}

.email__popup__telegram a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.email__popup__telegram a img {
  width: auto;
  height: 5.74vh;
}

.email__popup__close {
  width: 3.822vh;
  height: 3.822vh;
  position: absolute;
  right: 6.146vh;
  top: 6.146vh;
  background: url(close.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  cursor: pointer;
}

.email__popup__close_mb {
  display: none;
}

@media screen and (max-width: 1023px) {
  .email__popup__close_mb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    right: 0;
  }
}

.email__popup__close_mb .diya__popup__close {
  right: 0;
}

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

.email__popup__wrapper {
  background: #FEEE59;
  padding: 4.375vh 5.88vh 2.464vh 5.88vh;
  position: relative;
  max-width: 59.5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 2.044vh;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 78.4vh;
}

@media screen and (max-width: 650px) {
  .email__popup__wrapper {
    padding: 4.2vh;
    height: 100vh;
    width: 100vw;
    border-radius: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 0;
  }
}

.email__popup__wrapper_error {
  min-height: 32.27vh;
  min-width: 48.16vh;
}

@media screen and (max-width: 650px) {
  .email__popup__wrapper_error {
    min-height: 0;
    min-width: 0;
  }
}

.email__popup__wrapper_error .email__popup__txt_error {
  display: inline-block;
}

.email__popup__wrapper_error .email__popup__txt_error {
  margin-bottom: 1.372vh;
}

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

@media screen and (max-width: 650px) {
  .email__popup__wrapper_error .email__popup__close {
    right: -15.946vh;
    top: 3.346vh;
  }
}

@media screen and (max-width: 650px) {
  .email__popup__wrapper_error .email__popup__close_mb {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

.email__popup__wrapper_sucess {
  min-height: 39.9vh;
  min-width: 48.16vh;
  padding-bottom: 3.276vh;
  padding-left: 5.6vh;
  padding-right: 5.6vh;
}

@media screen and (max-width: 650px) {
  .email__popup__wrapper_sucess {
    min-height: 0;
    min-width: 0;
  }
}

.email__popup__wrapper_sucess .email__popup__txt span,
.email__popup__wrapper_sucess .email__popup__title span,
.email__popup__wrapper_sucess .email__popup__txt_error,
.email__popup__wrapper_sucess .email__popup__form,
.email__popup__wrapper_sucess .email__popup__img {
  display: none;
}

.email__popup__wrapper_sucess .email__popup__txt .email__popup__txt_sucess,
.email__popup__wrapper_sucess .email__popup__title .email__popup__title_sucess,
.email__popup__wrapper_sucess .email__popup__img_sucess {
  display: inline-block;
}

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

.email__popup__wrapper_sucess .email__popup__txt_sucess {
  margin-bottom: 1.372vh;
}

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

@media screen and (max-width: 650px) {
  .email__popup__wrapper_sucess .email__popup__close {
    right: -15.946vh;
    top: 3.346vh;
  }
}

@media screen and (max-width: 650px) {
  .email__popup__wrapper_sucess .email__popup__close_mb {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

.email__popup__icons {
  text-align: center;
  margin-bottom: 4.102vh;
}

.email__popup__img {
  height: 14.07vh;
  width: auto;
  margin-right: 6.846vh;
}

@media screen and (max-width: 1023px) {
  .email__popup__img {
    margin-right: 0;
  }
}

.email__popup__img_sucess {
  height: 11.2vh;
  width: auto;
  display: none;
}

.email__popup__img_error {
  background-color: #ed2113;
  height: 11.2vh;
  width: 11.2vh;
  line-height: 11.2vh;
  display: none;
  font-size: 42px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  font-style: normal;
  font-weight: 400;
  vertical-align: middle;
  position: relative;
  -webkit-transition: border-color .2s, background-color .2s;
  transition: border-color .2s, background-color .2s;
}

.email__popup__img_error::before {
  font-family: "icon";
  content: "\e14c";
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  text-indent: 0;
  line-height: 11.2vh;
  width: 11.2vh;
}

.email__popup__title {
  font-family: 'Futuris', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 3.28125vh;
  line-height: 4.375vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4.102vh;
}

.email__popup__form {
  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;
  margin-bottom: 4.102vh;
}

.email__popup__form input {
  width: 42.658vh;
  height: 5.74vh;
  background: #FFFFFF;
  border-radius: 0.686vh;
  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;
  font-style: normal;
  font-weight: 300;
  font-size: 2.464vh;
  line-height: 3.962vh;
  text-align: center;
  color: #797979;
}

.email__popup__form input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 2.464vh;
  line-height: 3.962vh;
  color: #797979;
}

.email__popup__form input:-ms-input-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 2.464vh;
  line-height: 3.962vh;
  color: #797979;
}

.email__popup__form input::-ms-input-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 2.464vh;
  line-height: 3.962vh;
  color: #797979;
}

.email__popup__form input::placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 2.464vh;
  line-height: 3.962vh;
  color: #797979;
}

.email__popup__form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.016vh;
}

.email__popup__form__wrapper button {
  width: 26.25vh;
  height: 6.72vh;
  background: #FD2626;
  border-radius: 1.232vh;
  font-family: 'FuturaDemiC',sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 3.276vh;
  line-height: 3.92vh;
  color: #FFFFFF;
}

.email__popup__txt {
  font-family: 'FuturaBookC',sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 2.464vh;
  line-height: 3.416vh;
  text-align: center;
  color: #080A3E;
  max-width: 33.46vh;
}

.email__popup__txt_error {
  display: none;
  color: #ed2113;
  margin-top: 14px;
  font-family: 'FuturaBookC',sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 2.464vh;
  line-height: 3.416vh;
  text-align: center;
  max-width: 33.46vh;
}
/*# sourceMappingURL=style.css.map */