@import url(fonts/raleway.css);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=cyrillic,cyrillic-ext');
* {
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
html {
  font-family: 'Raleway';
  font-size: 10px;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
@media (min-width: 992px) AND (max-width: 1025px) {
  html {
    font-size: 6.5px;
  }
}
@media (min-width: 1026px) AND (max-width: 1500px) {
  html {
    font-size: 8px;
  }
}
body {
  position: relative;
  padding: 0 7rem 3rem 7rem;
  min-height: 100vh;
}
@media (max-width: 1500px) {
  body {
    padding-bottom: 6rem;
  }
}
@media (max-width: 768px) {
  body {
    padding: 0;
  }
}
header {
  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-top: 5rem;
}
@media (max-width: 768px) {
  header {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 3rem;
  }
  header img {
    width: 150px;
  }
}
.menu ul {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.menu ul li {
  color: rgba(255, 255, 255, 0.4);
  font-size: 2rem;
  font-weight: 600;
  padding: 0 3rem;
  position: relative;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  cursor: pointer;
}
.menu ul li:after {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  content: '';
  opacity: 0.4;
}
.menu ul li.phone {
  padding-right: 0;
  color: #f0d11c;
}
.menu ul li.phone:after {
  display: none;
}
.menu ul li:hover:not(.phone) {
  color: #ffffff;
}
.meta-info {
  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;
  padding: 7rem 0 2rem;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 600;
}
.meta-info > div {
  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;
}
.meta-info > div img {
  margin-right: 1.5rem;
}
.meta-info > div.date {
  color: #f0d11c;
  margin: 0 3rem;
}
@media (max-width: 768px) {
  .meta-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 1.5rem;
    padding: 3rem 0;
  }
  .meta-info img {
    display: none;
  }
  .meta-info .sub-header {
    font-size: 1.3rem;
  }
  .meta-info .date {
    padding: 1rem 0;
  }
}
.page-title {
  color: #fff;
  font-weight: bold;
  font-size: 6.5rem;
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  .page-title {
    font-size: 3em;
    padding-bottom: 3rem;
    text-align: center;
  }
}
.opacity-block {
  padding: 2rem 3rem 2rem 7rem;
  margin-left: -7rem;
  margin-bottom: 5rem;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.05);
  display: inline-block;
}
.opacity-block p {
  margin-bottom: 0.5rem;
}
.opacity-block span {
  color: #f0d11c;
}
@media (max-width: 768px) {
  .opacity-block {
    margin-left: 0;
    text-align: center;
    font-size: 1.5rem;
    padding: 2rem 0;
    line-height: 1.4;
    margin-bottom: 3rem;
    display: block;
  }
}
.toggle-list ul {
  list-style-type: none;
  overflow: hidden;
}
.toggle-list ul li {
  opacity: 0.5;
  font-size: 2rem;
  color: #fff;
  padding-bottom: 1.5rem;
  padding-left: 3rem;
  position: relative;
}
.toggle-list ul li:before {
  width: 10px;
  height: 10px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  background: #fff;
  border-radius: 50%;
}
.toggle-list span {
  color: #0088fc;
  font-size: 2rem;
  display: inline-block;
  margin-top: 0.5rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .toggle-list {
    padding: 0 2rem;
  }
  .toggle-list ul li {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .toggle-list span {
    margin-left: 3rem;
  }
}
.yellow-title {
  color: #f0d11c;
  font-weight: 600;
  font-size: 2.5rem;
  padding: 5rem 0;
}
.yellow-title br {
  display: none;
}
@media (max-width: 768px) {
  .yellow-title {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.4;
    padding: 3rem 4rem;
  }
  .yellow-title br {
    display: inline-block;
  }
}
footer {
  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;
}
footer .long-text {
  color: rgba(255, 255, 255, 0.25);
  font-size: 1.6rem;
  line-height: 1.4;
  margin-left: 4rem;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
footer .long-text a {
  text-decoration: none;
  color: #0088fc;
  opacity: 0.5;
}
footer .long-text:hover {
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 3rem;
  }
  footer .long-text {
    margin: 3rem 0 0 0;
  }
}
.button {
  background: #f0d11c;
  color: #564f0c;
  font-weight: 500;
  font-size: 2.5rem;
  padding: 2rem 3.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  text-align: center;
  border: none;
  outline: none;
}
.button:hover {
  background: #f3db4c;
}
@media (max-width: 768px) {
  .button {
    font-size: 2rem;
  }
}
.phone-bg {
  position: absolute;
  bottom: 0;
  right: 25rem;
  z-index: -1;
}
@media (max-width: 1500px) {
  .phone-bg {
    max-height: 80%;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .hiddex-xs {
    display: none;
  }
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.popup.active {
  opacity: 1;
  pointer-events: auto;
}
.popup .overlay {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.popup .content {
  background: #fff;
  position: relative;
}
@media (max-width: 766px) {
  .popup {
    display: block;
    overflow-y: scroll;
  }
}
form label {
  color: #848585;
  font-size: 1.3rem;
  padding-bottom: 0.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
form label .no-required {
  color: #c4c4c4;
}
form input {
  display: block;
  color: #0a0b0b;
  font-size: 1.8rem;
  outline: none;
  padding: 0.75rem 00.5rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border: 1px solid #ededed;
  background-position: center right !important;
  background-repeat: no-repeat;
  line-height: 1.4;
  width: -webkit-calc(100% - 1rem);
  width: calc(100% - 1rem);
}
form input:focus {
  background-color: #f7f7f8;
}
form input:before {
  position: absolute;
  display: block;
  content: 'q';
}
form input.error,
form input.error-field {
  border: 1px solid #ea5050;
  background-image: url(../img/error-icon.svg) !important;
}
form input.valid,
form input.valid-field {
  background-image: url(../img/valid-icon.svg);
}
form .button {
  margin-top: 2rem;
}
.form-title {
  font-size: 2.5rem;
  color: #292929;
  font-weight: 600;
  padding-bottom: 3.5rem;
}
.form {
  background: #ffffff;
  padding: 10rem 0 5rem;
}
.form .c {
  max-width: 990px;
}
.form .title {
  font-family: 'Raleway';
  font-weight: 700;
  color: #1a5bde;
  font-size: 3.3rem;
  line-height: 1.3;
  padding-bottom: 7rem;
}
@media (max-width: 992px) {
  .form {
    padding: 3rem 1.5rem 5rem;
  }
  .form .title {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: center;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1025px) AND (max-width: 1500px) {
  .form {
    padding: 6rem 0 7rem;
  }
}
.form-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 64.4px 5.6px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 0px 64.4px 5.6px rgba(0, 0, 0, 0.7);
  padding-bottom: 5rem;
  background: #fff;
  max-width: 907px;
  margin: 0 auto;
}
.form-body .form-body-left {
  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-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.form-body .city-date {
  font-size: 2.1em;
  font-family: 'Open Sans', sans-serif;
  color: #0a0b0b;
  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;
  font-weight: 700;
  padding: 4.5rem 0 3rem 0;
  margin: 0 0 3rem 5rem;
  border-bottom: 2px solid #f8f8f8;
}
.form-body .city-date .city {
  padding: 0 42px 0 21px;
  position: relative;
}
.form-body .city-date .city:after {
  display: block;
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #3e3e3e;
  border-right: 2px solid #3e3e3e;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  right: 16px;
}
.form-body .city-date img {
  display: block;
}
.form-body .price-time {
  background: #f7f7f8;
  border-left: 4px solid #1a5bdd;
  font-family: 'Open Sans', sans-serif;
  padding: 3.5rem 4rem;
  margin-left: 5rem;
  display: inline-block;
}
.form-body .price-time .price {
  color: #a7a7a7;
  font-size: 1.5rem;
}
.form-body .price-time .new-price {
  color: #0a0b0b;
  font-size: 1.5rem;
  font-weight: 700;
}
.form-body .price-time .new-price td {
  padding-top: 0.5em;
}
.form-body .price-time .new-price td:first-child {
  padding-right: 1rem;
}
.form-body .price-time .new-price td:last-child {
  color: #1a5bde;
}
.form-body .date-time {
  color: #0a0b0b;
  font-size: 1.5rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-left: 5rem;
}
.form-body .date-time .date {
  padding: 0.5rem 0;
  background: url(../img/date.png) no-repeat left center;
  padding-left: 5rem;
  margin: 2rem 0 1rem;
}
.form-body .date-time .time {
  padding: 0.5rem 0;
  background: url(../img/time.png) no-repeat left center;
  padding-left: 5rem;
  margin-bottom: 2rem;
}
.form-body .tickets {
  color: #0a0b0b;
  line-height: 1.3;
  font-size: 1.3rem;
  border-left: 4px solid #9f1818;
  font-family: 'Open Sans', sans-serif;
  padding: 3.3rem 3.5rem 3.5rem 4rem;
  background: #f7f7f8;
  font-weight: 600;
  margin-left: 5rem;
  display: inline-block;
}
.form-body .form-body-right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.form-body .form-body-right .city-date {
  margin: 0 5rem 3rem 0;
  padding-left: 6rem;
}
.form-body .form-body-right form {
  padding: 0 5rem 0 6rem;
}
.form-body .form-body-right form > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2rem;
  position: relative;
}
.form-body .form-body-right label {
  color: #848585;
  font-size: 1.3rem;
  padding-bottom: 0.7rem;
  font-family: 'Open Sans', sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-body .form-body-right label .no-required {
  color: #c4c4c4;
}
.form-body .form-body-right input {
  display: block;
  color: #0a0b0b;
  font-size: 1.8rem;
  font-family: 'Open Sans', sans-serif;
  outline: none;
  padding: 0.75rem 0.5rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border: 1px solid #ededed;
  background-position: center right !important;
  background-repeat: no-repeat;
  line-height: 1.4;
  width: -webkit-calc(100% - 1rem);
  width: calc(100% - 1rem);
}
.form-body .form-body-right input:focus {
  background-color: #f7f7f8;
}
.form-body .form-body-right input:before {
  position: absolute;
  display: block;
  content: 'q';
}
.form-body .form-body-right input.error,
.form-body .form-body-right input.error-field {
  border: 1px solid #ea5050;
  background-image: url(../img/error-icon.svg) !important;
}
.form-body .form-body-right input.valid,
.form-body .form-body-right input.valid-field {
  background-image: url(../img/valid-icon.svg);
}
.form-body .form-body-right .promo.status {
  position: absolute;
  bottom: 1.4rem;
  right: 1rem;
  font-size: 1.3rem;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #00aa51;
}
.form-body .form-body-right .politics {
  color: #c1c2c2;
  line-height: 1.3;
  font-size: 1.3rem;
}
.form-body .form-body-right .politics a {
  color: #b0c6f3;
}
@media (max-width: 992px) {
  .form-body .form-body-right .politics br {
    display: none;
  }
}
.form-body .timer {
  margin-top: 3rem;
  max-width: 250px;
}
.form-body .timer-head-block {
  color: #a7a7a7;
  font-size: 1.5rem;
  font-weight: 400;
  padding-bottom: 0.4rem;
  font-family: 'Open Sans', sans-serif;
}
.form-body .timer-body-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.form-body .timer-body-block .table-cell {
  width: 44px;
}
.form-body .timer-body-block .tab-metr {
  color: #a7a7a7;
  font-size: 1.3em;
  position: relative;
  text-align: center;
}
.form-body .timer-body-block .tab-val {
  color: #1a5bde;
  font-size: 3.8rem;
  position: relative;
  width: 100%;
  text-align: center;
}
.form-body .timer-body-block .tab-val:after {
  position: absolute;
  display: block;
  content: ':';
  top: -0.1rem;
  right: -2rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .form-body .timer-body-block .tab-val:after {
    right: -1.6rem;
  }
}
.form-body .timer-body-block .second .tab-val:after {
  content: '';
}
@media (max-width: 992px) {
  .form-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 1rem;
  }
  .form-body .form-body-left {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .form-body .form-body-left > div {
    margin-left: 0;
  }
  .form-body .city-date {
    padding-left: 0;
    margin-right: 0 !important;
  }
  .form-body .form-body-right form {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .form-body .form-body-right .city-date {
    margin-left: 1.5rem;
    padding-left: 0;
  }
  .form-body .price-time {
    padding: 3rem 1rem 3rem 1.5rem;
  }
  .form-body table {
    width: 100%;
    max-width: 400px;
  }
}
.close-modal {
  position: absolute;
  cursor: pointer;
  right: -35px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.close-modal:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 768px) {
  .close-modal {
    background: #d2d2d3;
    right: 0;
  }
}
.sales {
  font-size: 13px;
  font-weight: 700;
  color: #1a5bde;
  padding-top: 1rem;
  cursor: pointer;
}
.sales span {
  text-decoration: underline;
}
#email-modal .content {
  padding: 5rem 4rem;
}
.open-popup {
  cursor: pointer;
}
