.clear { clear: both; line-height: 0; height: 0; }
.alignCenter { text-align: center; }

body {
  font: 14px Helvetica, Arial, sans-serif;
  color: black;
  margin: 0;
  padding: 0;
  background-color: white;
}

a {
  color: #00B7FF;
}

header {
  background-color: black;
  position: relative;
  margin: 0;
  padding: 0;
}

header img {
  width: 100%;
  margin: 0;
  padding:0;
}

.pressrelease {
  font-size: 24px;
  background-color: black;
  color: white;
  padding: 100px 15% 12px 15%;
  margin: 0;
}

.buy-ticket-button-long {
  position: absolute;
  top: 0px;
  width: 100%;
  text-align: center;
  /* процент считается от ширины шапки, не от её высоты */
  padding-top: 10%;
}

/* оформление закомментированной кнопки <a data-fancybox href="/buy"> в шапке */
.buy-ticket-button-long a {
  font-size: 18px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  background: #014CC7;
  padding: 10px 32px;
  border-radius: 22px;
  font-weight: bold;
  margin-right: 0;
}

.buy-ticket-button-simple {
  margin: 0px auto 60px auto;
  text-align: center;
  width: 100%;
}

/* оформление закомментированных кнопок <a data-fancybox href="/buy"> в пресс-релизе */
.buy-ticket-button-simple a {
 font-size: 14px;
 color: black;
 text-decoration: none;
  text-align: center;
  background: white;
 padding: 12px 21px;
 border: 4px solid white;
 border-radius: 28px;
  font-weight: bold;
}

.videos {
  width: 100%;
  text-align: center;
  background-color: black;
}
.videos iframe {
  width: 80%;
  height: 50vh;
  margin-bottom: 40px;
  /* плеер приходит с инлайновой шириной в пикселях — не даём ему вылезти за экран */
  max-width: 100%;
}

/* модалка fancybox: классы создаёт сама библиотека в рантайме */
.fancybox-slide--iframe .fancybox-content {
	padding: 40px !important;
}

.socialLink {
  height: 40px;
  margin: 4px;
}

.map {
  margin-top: 50px;
}

@media (max-width : 640px) {
  .pressrelease {
    margin: 0 auto;
    font-size: 16px;
    padding: 16px;
  }

  .buy-ticket-button-simple {
    margin: 8px auto 40px auto;
    text-align: center;
    width: 100%;
  }

  .buy-ticket-button-simple a {
    font-size: 14px;
    color: white;
    text-decoration: none;
    text-align: center;
    background: black;
    padding: 8px 14px;
    border: 3px solid white;
    border-radius: 28px;
    font-weight: bold;
  }

  .buy-ticket-button-long {
    display: none;
  }

  .buy-ticket-button-long a:hover {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }

  .fancybox-iframe {
    z-index: 9999;
  }

  .fancybox-slide--iframe .fancybox-content {
    padding: 0 10px !important;
    width  : 100% !important;
    height : 100% !important;
    margin: 0;
    max-width: 100% !important;
    max-height: 100% !important;
  }
}
