@charset "UTF-8";
@font-face {
  font-family: "TT Norms";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/TTNorms-Regular.eot");
  src: url("../fonts/TTNorms-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNorms-Regular.woff") format("woff"), url("../fonts/TTNorms-Regular.ttf") format("truetype"), url("../fonts/TTNorms-Regular.svg#TT Norms") format("svg"); }

@font-face {
  font-family: "TT Norms";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/TTNorms-Bold.eot");
  src: url("../fonts/TTNorms-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNorms-Bold.woff") format("woff"), url("../fonts/TTNorms-Bold.ttf") format("truetype"), url("../fonts/TTNorms-Bold.svg#TT Norms") format("svg"); }

@font-face {
  font-family: "Oswald";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/OswaldMedium.eot");
  src: url("../fonts/OswaldMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/OswaldMedium.woff") format("woff"), url("../fonts/OswaldMedium.ttf") format("truetype"), url("../fonts/OswaldMedium.svg#Oswald") format("svg"); }

@font-face {
  font-family: "DIN Pro";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/dinpro.eot");
  src: url("../fonts/dinpro.eot?#iefix") format("embedded-opentype"), url("../fonts/dinpro.woff") format("woff"), url("../fonts/dinpro.ttf") format("truetype"), url("../fonts/dinpro.svg#DIN Pro") format("svg"); }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, video {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  min-width: 340px;
  color: #333333;
  position: relative;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.hidden {
  display: none; }

.wrapper {
  margin: 0 auto; }

a {
  color: #333333;
  text-decoration: none; }

form input.error {
  box-shadow: inset 0px 0px 20px 1px rgba(255, 0, 0, 0.3);
  border: 2px solid red !important; }

form input.not_error {
  box-shadow: inset 0px 0px 20px 1px rgba(100, 255, 100, 0.3);
  border: 2px solid #99FF99 !important; }

section {
  padding: 120px 0; }

section,
header,
footer {
  overflow: hidden; }

.container {
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 10px;
  width: 100%; }

.countdownHolder {
  width: 100%;
  margin: 0 auto;
  font: 100px/1.5 DIN Pro, sans-serif;
  text-align: center;
  letter-spacing: -30px;
  /*Параметры цифр */
  /*Параметры подложки для секций */
  /*Параметры секций разделения (:)*/
  /*Параметры вспомогательного текста (дни, часы, минуты, секунды)*/ }
  .countdownHolder .position {
    display: inline-block;
    height: 1.7em;
    overflow: hidden;
    position: relative;
    width: 0.55em; }
  .countdownHolder .digit {
    position: absolute;
    display: block;
    width: 0.5em;
    border-radius: 0.2em;
    text-align: center;
    color: #fff;
    letter-spacing: -1px; }
    .countdownHolder .digit.static {
      margin-top: 18px; }
  .countdownHolder .countDays,
  .countdownHolder .countHours,
  .countdownHolder .countMinutes,
  .countdownHolder .countSeconds {
    border-radius: 5px;
    padding: 10px 20px;
    margin: 5px; }
  .countdownHolder .countDiv {
    display: none;
    width: 16px;
    height: 1.6em;
    position: relative; }
    .countdownHolder .countDiv:before, .countdownHolder .countDiv:after {
      position: absolute;
      width: 5px;
      height: 5px;
      background-color: #444;
      border-radius: 50%;
      left: 50%;
      margin-left: -3px;
      top: 0.5em;
      box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
      content: ''; }
    .countdownHolder .countDiv:after {
      top: 0.9em; }
  .countdownHolder .textdigit {
    font-family: DIN Pro;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: -30px; }

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

form.standart-form {
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px; }
  form.standart-form input.name,
  form.standart-form input.email,
  form.standart-form input.phone {
    width: 100%;
    height: 64px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    padding-left: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 45px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px; }
  form.standart-form .intl-tel-input {
    width: 100%; }
  form.standart-form input.email {
    margin-top: 15px; }
  form.standart-form:after {
    content: "";
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.7) url(../img/loading.svg) 50% no-repeat;
    z-index: 10; }
  form.standart-form.loading:after {
    display: block; }

.btn.subm {
  cursor: pointer;
  border: none;
  display: block;
  margin: 0 auto;
  transition: all 0.3s linear;
  margin-top: 40px; }
  .subm:hover, .subm:focus {
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.sec1 {
  background: transparent url("../img/bg1.jpg") top no-repeat;
  height: 746px;
  padding-top: 40px;
  position: relative; }
  .sec1 .container {
    position: relative;
    z-index: 2; }
  .sec1 .chernyak {
    width: 700px;
    height: 570px;
    background: transparent url("../img/chernyak1.png") left top no-repeat;
    position: absolute;
    bottom: -50px;
    left: calc(50% - 200px);
    z-index: 1; }
  .sec1 .topline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .sec1 .logo {
    width: 181px;
    height: 47px;
    background: transparent url("../img/logo.svg") left top no-repeat; }
  .sec1 .text {
    font-family: TT Norms;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    margin-left: 45px; }
  .sec1 .text1 {
    font-family: TT Norms;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: #FFFFFF; }
  .sec1 .text2 {
    font-family: DIN Pro;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #FFFFFF; }
  .sec1 .start {
    margin-left: 170px;
    text-align: left; }
  .sec1 .presentation {
    margin-left: 170px;
    text-align: right; }
  .sec1 .text3 {
    color: #fff;
    font-family: Oswald;
    font-weight: 600;
    font-size: 115px;
    line-height: 120%;
    text-transform: uppercase;
    background: linear-gradient(170deg, #EEE00B 0%, #fff 46%, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .sec1 .text4 {
    font-family: Oswald;
    font-style: normal;
    font-weight: 600;
    font-size: 75px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff; }
  .sec1 .text5 {
    font-family: TT Norms;
    font-size: 22px;
    line-height: 140%;
    color: #fff;
    width: 450px;
    margin-top: 30px; }
  .sec1 .parts {
    display: -ms-flexbox;
    display: flex;
    margin-top: 140px;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .sec1 .part2 {
    padding-top: 40px;
    padding-right: 40px; }
  .sec1 .text6 {
    font-family: TT Norms;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    width: 300px;
    margin: 0 auto; }
    .sec1 .text6:before {
      position: absolute;
      content: '';
      width: 40px;
      height: 70px;
      background: transparent url("../img/arrow1.svg") 50% 50% no-repeat;
      bottom: -50px;
      right: 0px; }
    .sec1 .text6 b {
      font-weight: 700; }
  .sec1 .btn {
    margin-top: 60px; }

.btn {
  display: block;
  font-family: Oswald;
  font-size: 16px;
  line-height: 72px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #222222;
  box-shadow: 0px 0px 44px #40B8B7;
  background: linear-gradient(180deg, #FFC124 0%, #F9D100 100%);
  box-shadow: inset 0px 2px 1px #FFE09F, inset 0px -3px 3px #CE840F, 0px 0px 44px #40B8B7;
  border-radius: 100px;
  width: 352px;
  height: 72px; }

.sec2 {
  background: linear-gradient(180deg, #2E2E2E 0%, #000000 70%);
  position: relative; }
  .sec2 .photo {
    position: absolute; }
  .sec2 .photo1 {
    width: 288px;
    height: 446px;
    background: transparent url("../img/photo21.jpg") left top no-repeat;
    top: 0px;
    left: calc(50% + 50px); }
  .sec2 .photo2 {
    width: 401px;
    height: 408px;
    background: transparent url("../img/photo22.jpg") left top no-repeat;
    top: 446px;
    left: calc(50% + 50px); }
  .sec2 .photo3 {
    width: 206px;
    height: 186px;
    background: transparent url("../img/photo23.jpg") left top no-repeat;
    top: 106px;
    left: calc(50% + 370px); }
  .sec2 .text {
    font-family: DIN Pro;
    font-size: 68px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFFFFF; }
  .sec2 .text1 {
    font-family: TT Norms;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    width: 450px;
    margin-top: 40px;
    margin-bottom: 40px; }
  .sec2 .text2 {
    font-family: DIN Pro;
    font-size: 22px;
    line-height: 140%;
    color: #FFFFFF;
    margin-top: 20px; }
    .sec2 .text2 span {
      position: relative;
      color: #9B9B9B; }
      .sec2 .text2 span:before {
        width: 100%;
        height: 3px;
        background: #FBED10;
        content: '';
        position: absolute;
        top: 16px;
        left: 0px; }
  .sec2 .btn {
    margin-top: 50px; }

.sec3 .text {
  font-family: TT Norms;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #000000;
  max-width: 800px;
  margin: 0 auto; }

.sec3 .text1 {
  font-family: DIN Pro;
  font-size: 78px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-top: 40px; }

.sec3 .text2 {
  font-family: TT Norms;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #000000;
  max-width: 760px;
  margin: 0 auto;
  margin-top: 45px; }
  .sec3 .text2 b {
    font-weight: 700; }

.sec3 .btn {
  margin: 0 auto;
  margin-top: 100px; }

.sec3 .text3 {
  font-family: TT Norms;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #000000;
  margin-top: 40px; }

.hvr-grow {
  transition: 0.2s linear; }
  .hvr-grow:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.modal-overlay {
  display: none;
  padding-top: 1px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000000;
  overflow: auto;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .modal-overlay .modal-content {
    max-width: 500px;
    margin: auto;
    margin-bottom: 0px;
    border-radius: 4px; }
  .modal-overlay .close-button {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 30px;
    right: 40px;
    padding: 0px 14px;
    padding-top: 4px;
    cursor: pointer;
    transition: 0.2s linear; }
    .modal-overlay .close-button .one {
      height: 50px;
      width: 2px;
      background-color: #fff;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transition: 0.2s linear; }
    .modal-overlay .close-button .two {
      margin-top: -50px;
      height: 50px;
      width: 2px;
      background-color: #fff;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transition: 0.2s linear; }
    .modal-overlay .close-button:hover .one {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transition: 0.2s linear;
      background-color: #fff; }
    .modal-overlay .close-button:hover .two {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transition: 0.2s linear;
      background-color: #fff; }

#modal-video .modal-content {
  height: auto;
  width: 100%; }

#modal-video .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  #modal-video .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.sec13 {
  /*background: linear-gradient(0deg, #161616 28.89%, rgba(62, 62, 62, 0) 84.53%);*/
  background: #161616;
  padding-top: 50px!important;
  padding-bottom: 35px; }
  .sec13 .blocks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .sec13 .tickets {
    width: 504px;
    height: 483px;
    background: transparent url("../../img/city/tickets13.png") left top/contain no-repeat; }
  .sec13 .text {
    font-family: Oswald;
    font-weight: 600;
    font-size: 40px;
    line-height: 131%;
    text-align: center;
    text-transform: uppercase;
    color: #000000; }
  .sec13 .btn {
    margin: 0 auto;
    margin-top: 40px; }
  .sec13 .block2 {
    margin-left: 50px; }
  .sec13 .footer {
    background: rgba(47, 47, 47, 0.6);
    padding-top: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .sec13 .logo1 {
    width: 164px;
    height: 34px;
     }
  .sec13 .logo2 {
    width: 137px;
    height: 48px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 20px; }
  .sec13 .link {
    display: block;
    font-family: TT Norms;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 15px;
    opacity: 0.5;
    transition: 0.2s linear; }
  .sec13 .link:hover {
    opacity: 1; }
  .sec13 .link:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #FADD00;
    top: 5px;
    left: -30px;
    border-radius: 50%; }
  .sec13 .part1 {
    margin-left: 65px; }
  .sec13 .part2 {
    margin-left: 240px; }
  .sec13 .part {
    padding-bottom: 40px; }
  .sec13 .soc-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px; }
  .sec13 .soc {
    width: 31px;
    height: 31px;
    display: block; }
  .sec13 .soc1 {
    background: transparent url("../../img/city/tg.svg") 50% 50% no-repeat; }
  .sec13 .soc2 {
    background: transparent url("../../img/city/in.svg") 50% 50% no-repeat; }
  .sec13 .soc3 {
    background: transparent url("../../img/city/fb.svg") 50% 50% no-repeat; }
  .sec13 .soc4 {
    background: transparent url("../../img/city/yt.svg") 50% 50% no-repeat; }
  .sec13 .text1 {
    font-family: TT Norms;
    font-size: 13px;
    line-height: 120%;
    text-transform: uppercase;
    color: #ACAAAA; }
  .sec13 .telephone {
    font-family: Oswald;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px; }
  .sec13 .mail {
    font-family: TT Norms;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
    display: block; }
  .sec13 .part3 {
    width: 245px; }
  .sec13 .line {
    width: 1px;
    height: 151px;
    background: rgba(196, 196, 196, 0.2);
    margin-left: 125px;
    margin-right: 125px; }
  .sec13 .docs {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(166, 166, 166, 0.2);
    height: 110px;
    padding-left: 40px;
    padding-right: 40px; }
  .sec13 .doc {
    font-family: TT Norms;
    font-size: 15px;
    line-height: 120%;
    color: #FFFFFF;
    opacity: 0.5;
    transition: 0.2s linear;
    display: block; }
  .sec13 .doc:hover {
    opacity: 1; }
  .sec13 .copy {
    font-family: TT Norms;
    font-size: 13px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.4;
    margin-top: 30px; }
    .org{
    font-family: Oswald;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFFFFF;
  }
  #modal-form .text01{
    font-family: DIN Pro;
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    
  }