@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeInRightSD {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRightSD {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeInUpPopup {
  0% {
    opacity: 0;
    transform: translate(-50%, -20%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes fadeInUpPopup {
  0% {
    opacity: 0;
    transform: translate(-50%, -20%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes fadeOutUpPopup {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  99% {
    opacity: 0;
    transform: translate(-50%, -20%);
  }
  100% {
    display: none;
  }
}
@keyframes fadeOutUpPopup {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  99% {
    opacity: 0;
    transform: translate(-50%, -20%);
  }
  100% {
    display: none;
  }
}
html, * {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  color: #000;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}
body p {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 500;
}

h1 {
  font-size: 42px;
  line-height: 49px;
}

h2 {
  font-size: 34px;
  line-height: 40px;
}

h3 {
  font-size: 29px;
  line-height: 34px;
}

.container {
  max-width: 520px;
}
.container.wide {
  max-width: 1215px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
select {
  background: none;
  border: 1px #000 solid;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  color: #000;
  padding: 13px 16px;
  width: 100%;
}

.btn {
  color: #fff;
  background-color: #000;
  font-size: 18px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 15px 18px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 400;
}
.btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #000;
}
.btn.btn-lg {
  width: 100%;
  font-size: 26px;
  line-height: 31px;
  padding: 17px 30px;
}
.btn.btn-outline {
  background: none;
  color: #000;
  border: 2px #000 solid;
}
.btn.btn-outline:hover {
  background-color: black;
  color: #fff;
  border-color: #000;
}

.return-to-shop {
  display: none !important;
}

.woocommerce-form-login__rememberme {
  margin-bottom: 0 !important;
  margin-top: 10px;
  float: right;
}
.woocommerce-form-login__rememberme .woocommerce-form__input-checkbox, .woocommerce-form-login__rememberme span {
  vertical-align: middle;
}

body.woocommerce-page .page-title {
  margin-bottom: 40px;
}

.select2-container .select2-selection--single {
  height: 48px;
}
.select2-container .select2-selection--single * {
  color: #000 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
}

.select2-dropdown {
  background-color: #000;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  background: none;
}

#customer_details .woocommerce-additional-fields {
  display: none !important;
}

.woocommerce-order-received .woocommerce-customer-details h2 {
  display: none;
}
.woocommerce-order-received .woocommerce-customer-details address {
  font-size: 0;
}

.woocommerce-thankyou-order-details {
  padding-left: 0 !important;
}
.woocommerce-thankyou-order-details li {
  width: 100%;
  margin: 0 0 15px 0 !important;
  border-right: none !important;
}

.woocommerce-order-details__title {
  margin-bottom: 20px;
}

.product-remove .remove {
  font-size: 0 !important;
  background: url("../images/close.svg") no-repeat center center !important;
  position: relative;
  width: 26px !important;
  height: 26px !important;
  background-size: 16px;
}
.product-remove .remove:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s;
  background: red;
}
.product-remove .remove:hover:before {
  opacity: 0.3;
}

.single-product .container {
  max-width: 1215px;
}
.single-product .site-content {
  padding-top: 64px;
}
.single-product h1 {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 64px;
}
.single-product .woocommerce-tabs,
.single-product .related.products,
.single-product .reset_variations,
.single-product .woocommerce-variation-availability,
.single-product .woocommerce-product-gallery__trigger,
.single-product .product_meta {
  display: none !important;
}
.single-product .woocommerce .product {
  overflow: hidden;
}
.single-product .woocommerce .product form.cart .variations select {
  padding-left: 5px;
}
.single-product .woocommerce .product form.cart .variations select option {
  background-color: #000;
}
.single-product .woocommerce .product .price {
  color: #000;
}
.single-product .woocommerce .product .woocommerce-variation-price {
  margin-bottom: 30px;
}
.single-product .woocommerce .product .variations {
  text-align: left;
}
.single-product .woocommerce .product .variations .value {
  width: 300px;
}
.single-product .woocommerce .product .single_add_to_cart_button {
  width: auto;
}
.single-product .woocommerce .product .single_add_to_cart_button.disabled {
  background: #ccc;
}
.single-product .woocommerce .product .single_add_to_cart_button.disabled:hover {
  background: #ebebeb;
}
.single-product .woocommerce .product .quantity input {
  height: 48px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 36px;
  z-index: 20;
}
.header.header-inner {
  position: relative;
  justify-content: space-between;
  padding: 20px;
}
.header .language {
  position: relative;
  z-index: 10;
}
.header .language .wpml-ls-legacy-dropdown {
  width: auto;
}
.header .language .wpml-ls-item-toggle {
  padding: 0;
  background: none;
  border: none;
  color: #000;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  white-space: nowrap;
}
.header .language .wpml-ls-item-toggle:after {
  display: none;
}
.header .language .wpml-ls-sub-menu {
  border: none;
  transition: 0.2s;
}
.header .language .wpml-ls-sub-menu a {
  padding: 0;
  background: none;
  border: none;
  color: #000;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  white-space: nowrap;
  display: block;
}
.header__right {
  display: flex;
  align-items: center;
}
.header__right .menu-bar {
  width: 24px;
  margin-left: 36px;
  cursor: pointer;
}
.header__right .menu-bar div {
  height: 1px;
  background: #000;
}
.header__right .menu-bar div:first-child {
  margin-bottom: 8px;
}

.page-content {
  padding-top: 50px;
}

.wpml-ls-legacy-list-horizontal a {
  padding: 0 !important;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.popup .popup-overlay {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.popup .popup-close {
  width: 24px;
  position: absolute;
  right: 19px;
  top: 30px;
  z-index: 100;
}
.popup .popup-close div {
  height: 1px;
  background: #000;
  transition: 0.5s;
  position: absolute;
  top: 9px;
  width: 100%;
}
.popup .popup-close div:first-child {
  top: 9px;
}
.popup .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  max-height: 90vh;
  overflow-y: auto;
  opacity: 0;
  transition: 0.5s;
  width: 100%;
  padding: 20px 10px;
}
.popup .popup-content .popup-logo {
  margin-bottom: 63px;
}
.popup .popup-content .popup-menu-wrap {
  display: flex;
  flex-wrap: wrap;
}
.popup .popup-content .popup-menu-wrap .popup-menu {
  width: 80%;
}
.popup .popup-content .popup-menu-wrap .popup-menu .menu, .popup .popup-content .popup-menu-wrap .popup-menu .menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.popup .popup-content .popup-menu-wrap .popup-menu .menu li, .popup .popup-content .popup-menu-wrap .popup-menu .menu ul li {
  margin-bottom: 24px;
}
.popup .popup-content .popup-menu-wrap .popup-menu .menu li:last-child, .popup .popup-content .popup-menu-wrap .popup-menu .menu ul li:last-child {
  margin-bottom: 0;
}
.popup .popup-content .popup-menu-wrap .popup-menu .menu li a, .popup .popup-content .popup-menu-wrap .popup-menu .menu ul li a {
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.popup .popup-content .popup-menu-wrap .socials {
  width: 20%;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
.popup .popup-content .popup-menu-wrap .socials a {
  max-width: 24px;
  margin-bottom: 30px;
}
.popup .popup-content .popup-menu-wrap .socials a:last-child {
  margin-bottom: 0;
}
.popup.open {
  display: block;
}
.popup.open .popup-content {
  -webkit-animation-name: fadeInUpPopup;
          animation-name: fadeInUpPopup;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 1;
}
.popup.open .popup-close div {
  transform: rotate(45deg);
}
.popup.open .popup-close div:first-child {
  transform: rotate(-45deg);
}
.popup:not(.open) .popup-content {
  -webkit-animation-name: fadeOutUpPopup;
          animation-name: fadeOutUpPopup;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 0;
}

.footer {
  padding: 128px 0 136px;
}
.footer .form-label {
  display: block;
  font-size: 19px;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .footer {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.footer .mc4wp-form {
  margin-bottom: 10px;
}
.footer .mc4wp-form .mailchimp-footer-form label {
  display: block;
  font-size: 19px;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 400;
}
.footer .mc4wp-form .mailchimp-footer-form .input-wrap {
  position: relative;
}
.footer .mc4wp-form .mailchimp-footer-form .input-wrap input {
  font-weight: normal;
  font-size: 19px;
  line-height: 22px;
  letter-spacing: normal;
  text-transform: inherit;
}
.footer .mc4wp-form .mailchimp-footer-form .input-wrap input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.footer .mc4wp-form .mailchimp-footer-form .input-wrap input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.footer .mc4wp-form .mailchimp-footer-form .input-wrap input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.footer .mc4wp-form .mailchimp-footer-form .input-wrap button {
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
  right: 0;
  background: none;
  outline: none;
  border: none;
  opacity: 0;
}
.footer .form-subtitle {
  margin-bottom: 64px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.footer__info .info-title {
  font-weight: normal;
  font-size: 31px;
  line-height: 37px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .footer__info .info-title {
    font-size: 28px;
    line-height: 37px;
  }
}
.footer__info .info-date {
  font-weight: 300;
  font-size: 46px;
  line-height: 54px;
  text-align: center;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .footer__info .info-date {
    font-size: 33px;
    line-height: normal;
    letter-spacing: 0.04em;
  }
}
.footer .buy-ticket {
  padding-top: 64px;
  margin-bottom: 128px;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.socials a {
  display: block;
  max-width: 40px;
}

.copyright {
  text-align: center;
  text-transform: uppercase;
}
.copyright, .copyright p {
  letter-spacing: 0.1em;
  font-size: 19px;
  line-height: 21px;
  font-weight: 400;
  margin: 0;
}
.copyright a {
  text-decoration: underline;
}

.footer-inner {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 64px 20px 15px;
  align-items: center;
}
.footer-inner .copyright, .footer-inner .copyright p {
  font-size: 12px;
  line-height: 14px;
}
@media (max-width: 480px) {
  .footer-inner .copyright {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
}
.footer-inner .socials a {
  width: 24px;
  margin-left: 32px;
}
@media (max-width: 480px) {
  .footer-inner .socials {
    width: 100%;
  }
}

html[lang=ru-RU] .footer__info .info-title {
  font-size: 25px;
  line-height: 25px;
}

body:not(.home) {
  padding-bottom: 160px;
  position: relative;
  min-height: 100vh;
}
body:not(.home) .footer-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.tickets-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
.tickets-popup--overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.tickets-popup--content {
  position: absolute;
  width: calc(100% - 30px);
  max-width: 400px;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 20px;
  border: 1px rgba(255, 255, 255, 0.3) solid;
}
.tickets-popup--content .btn {
  width: 100%;
}
.tickets-popup--content .btn:first-child {
  margin-bottom: 20px;
}
.tickets-popup--content .btn:hover {
  background-color: white;
}
.tickets-popup--close {
  width: 24px;
  position: absolute;
  right: 19px;
  top: 30px;
  z-index: 100;
  cursor: pointer;
}
.tickets-popup--close div {
  height: 1px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
  top: 9px;
  width: 100%;
  transform: rotate(45deg);
}
.tickets-popup--close div:first-child {
  transform: rotate(-45deg);
}

.hero-block {
  position: relative;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
}
.hero-block canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: -2;
}
.hero-block:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}
.hero-block.scrolled:before {
  opacity: 1;
}
.hero-block .top-bar {
  position: relative;
  z-index: 2;
  padding: 158px 15px 40px 15px;
}
@media (max-width: 1600px) {
  .hero-block .top-bar {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .hero-block .top-bar {
    padding: 40px;
  }
}
.hero-block .top-bar .logo {
  margin-bottom: 63px;
}
.hero-block .top-bar .event-date {
  font-weight: 300;
  font-size: 46px;
  line-height: 54px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 24px;
  letter-spacing: 0.11em;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .hero-block .top-bar .event-date {
    font-size: 33px;
    letter-spacing: 0.04em;
    line-height: normal;
  }
}
.hero-block .socials {
  margin-bottom: 24px;
}
.hero-block .buy-ticket {
  margin-bottom: 64px;
}
.hero-block .transfer-block h4 {
  font-size: 32px;
  line-height: 37.5px;
  margin: 0 0 8px;
  font-weight: 500;
}
.hero-block .transfer-block .description {
  font-size: 18px;
  line-height: 21px;
  margin: 0 0 24px;
  font-weight: 500;
}

.line-up {
  width: 100%;
  overflow-x: hidden;
}
.line-up__row {
  margin: 0 -12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.line-up__row .artist {
  width: 12.5%;
  flex: 0 0 12.5%;
  padding: 0 12px;
  margin-bottom: 48px;
  text-align: center;
  display: block;
}
@media (max-width: 1200px) {
  .line-up__row .artist {
    width: 20%;
    flex: 0 0 20%;
  }
}
@media (max-width: 767px) {
  .line-up__row .artist {
    width: 33.333%;
    flex: 0 0 33.333%;
  }
}
@media (max-width: 480px) {
  .line-up__row .artist {
    width: 50%;
    flex: 0 0 50%;
  }
}
.line-up__row .artist-thumbnail {
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 100%;
}
.line-up__row .artist-thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.line-up__row .artist-name {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  padding: 0 7px;
}

.single-artist-content, .single-artist-content p {
  font-weight: 400;
}
.single-artist-content .line-up-title-box {
  display: flex;
  padding-bottom: 56px;
  padding-top: 44px;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .single-artist-content .line-up-title-box {
    display: block;
  }
}
.single-artist-content .line-up-title-box h1 {
  min-width: 240px;
  padding-right: 20px;
  font-size: 64px;
  line-height: 75px;
}
@media (max-width: 1024px) {
  .single-artist-content .line-up-title-box h1 {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .single-artist-content .line-up-title-box h1 {
    font-size: 32px;
    line-height: 37px;
  }
}
.single-artist-content .line-up-title-box .artists .slick-dots {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.single-artist-content .line-up-title-box .artists .slick-dots li {
  display: block;
  font-size: 17px;
  line-height: 20px;
  opacity: 0.5;
  transition: 0.3s;
  cursor: pointer;
  margin-right: 16px;
  margin-bottom: 8px;
}
.single-artist-content .line-up-title-box .artists .slick-dots li:hover, .single-artist-content .line-up-title-box .artists .slick-dots li.slick-active {
  opacity: 1;
}
.single-artist-content .artist-slider .artist-slide .artist-slide-wrap {
  display: flex;
  flex-wrap: wrap;
}
.single-artist-content .artist-slider .artist-slide .artist-slide-wrap .artist-image {
  width: 37%;
  flex: 0 0 37%;
}
.single-artist-content .artist-slider .artist-slide .artist-slide-wrap .artist-image img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 720px) {
  .single-artist-content .artist-slider .artist-slide .artist-slide-wrap .artist-image {
    width: 100%;
    flex: 0 0 100%;
  }
}
.single-artist-content .artist-slider .artist-slide .artist-slide-wrap .artist-content {
  width: 63%;
  flex: 0 0 63%;
  padding: 73px 0 73px 64px;
}
@media (max-width: 1024px) {
  .single-artist-content .artist-slider .artist-slide .artist-slide-wrap .artist-content {
    padding: 0 0 0 32px;
  }
}
@media (max-width: 720px) {
  .single-artist-content .artist-slider .artist-slide .artist-slide-wrap .artist-content {
    width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-top: 34px;
  }
}
.single-artist-content .artist-slider .artist-slide .artist-slide-wrap .artist-content .artist-title-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 48px;
  justify-content: space-between;
}
.single-artist-content .artist-slider .artist-slide .artist-slide-wrap .artist-content .artist-title-wrap .artist-title {
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .single-artist-content .artist-slider .artist-slide .artist-slide-wrap .artist-content .artist-title-wrap .artist-title {
    font-size: 26px;
    line-height: 32px;
  }
}
.single-artist-content .artist-slider .artist-slide .artist-slide-wrap .artist-content .artist-title-wrap .arrows span {
  display: inline-block;
  margin-left: 32px;
}
.single-artist-content .artist-slider .artist-slide .artist-slide-wrap .artist-content .artist-info, .single-artist-content .artist-slider .artist-slide .artist-slide-wrap .artist-content .artist-info p {
  font-size: 14px;
  line-height: 16.4px;
}
.single-artist-content .artist-slider .artist-slide .artist-slide-wrap .artist-content .artist-info p {
  margin-top: 0;
}

.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}

.slick-active .artist-image {
  -webkit-animation-name: fadeInRightSD;
          animation-name: fadeInRightSD;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 1;
}

.slick-active .artist-content .artist-title, .slick-active .artist-content .artist-info {
  -webkit-animation-name: fadeInUpSD;
          animation-name: fadeInUpSD;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 1;
}

.page-template-page-text-template, .page-template-page-text-template p {
  font-weight: 400;
}
.page-template-page-text-template .text-page-wrapper {
  padding-top: 64px;
}
.page-template-page-text-template .text-page-wrapper .text-page-title {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 64px;
}
.page-template-page-text-template .text-page-wrapper .text-page-content, .page-template-page-text-template .text-page-wrapper .text-page-content p {
  font-size: 14px;
  line-height: 16px;
}
.page-template-page-text-template .text-page-wrapper .text-page-content p {
  margin: 0 0 20px 0;
  min-height: 1px;
}
.page-template-page-text-template .text-page-wrapper .text-page-content h6, .page-template-page-text-template .text-page-wrapper .text-page-content h5 {
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 28px;
}
.page-template-page-text-template .text-page-wrapper .text-page-content h3, .page-template-page-text-template .text-page-wrapper .text-page-content h4 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 32px;
  margin-top: 64px;
}
.page-template-page-text-template .text-page-wrapper .text-page-content ul {
  padding-left: 15px;
}

#ticket_checker, #transfer_ticket_checker, #registration_checker {
  text-align: center;
  padding: 50px;
  background-color: #fff;
}
@media (max-width: 480px) {
  #ticket_checker, #transfer_ticket_checker, #registration_checker {
    padding: 30px 20px;
  }
}
#ticket_checker button, #transfer_ticket_checker button, #registration_checker button {
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #000;
  color: #fff;
  cursor: pointer;
}
#ticket_checker button.disabled, #transfer_ticket_checker button.disabled, #registration_checker button.disabled {
  display: none !important;
}
#ticket_checker #ticket_activate, #transfer_ticket_checker #ticket_activate, #registration_checker #ticket_activate {
  background-color: green;
  color: #fff;
}
#ticket_checker .ticket_checker_buttons, #transfer_ticket_checker .ticket_checker_buttons, #registration_checker .ticket_checker_buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#ticket_checker h1, #transfer_ticket_checker h1, #registration_checker h1 {
  margin: 30px 0;
}
#ticket_checker h1.error, #transfer_ticket_checker h1.error, #registration_checker h1.error {
  color: red;
}
#ticket_checker h1.success, #transfer_ticket_checker h1.success, #registration_checker h1.success {
  color: green;
}
#ticket_checker h1.activated, #transfer_ticket_checker h1.activated, #registration_checker h1.activated {
  color: orange;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: none;
  padding: 0;
}

.woocommerce form .form-row label {
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 400;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  background-color: transparent;
  color: #000;
  border: solid 1px #000;
  height: 48px;
  padding: 8px 16px;
  font-size: 19px;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.woocommerce form .form-row {
  padding: 0;
  margin: 0 0 24px;
}

input[type=checkbox] {
  margin: 0 8px 0 0;
  width: 24px;
  height: 24px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  border-radius: 0px;
  background-color: #fff;
  color: #000;
  font-weight: normal;
  font-size: 19px;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  height: 48px;
}

p.woocommerce-LostPassword.lost_password a {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: underline;
}

.page-content {
  padding-top: 40px;
}

h1.page-title {
  font-weight: normal;
  font-size: 36px;
  line-height: 37px;
  text-align: left;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 36px;
}

.woocommerce table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4px 0px;
  vertical-align: middle;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 4px 0px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

tr.cart-subtotal {
  display: none;
}

h3#order_review_heading {
  font-weight: normal;
  font-size: 24px;
  line-height: 37px;
  text-align: left;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.woocommerce-billing-fields {
  padding-bottom: 36px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: transparent;
  border-radius: 0;
}

.woocommerce-terms-and-conditions-wrapper p {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.woocommerce-checkout #payment div.form-row {
  padding: 0;
}

.woocommerce button.button.alt {
  background-color: #ffffff;
  color: #000;
  border-radius: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: 100%;
  height: 48px;
  -webkit-font-smoothing: antialiased;
  transition: 0.3s;
}

.woocommerce button.button.alt:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #000;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  text-align: left;
  padding: 0;
  border-bottom: 1px solid #ffffff;
  margin: 0;
  padding-bottom: 16px;
  list-style: none outside;
}

.wc_payment_method payment_method_bacs label {
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 400;
}

.woocommerce-checkout #payment div.payment_box p:last-child {
  margin-top: 0;
  margin-top: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 0.92em;
  border-radius: 0;
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid rgba(255, 255, 255, 0.2);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -1em;
  left: 0;
  margin: -1em 0 0 2em;
}

.woocommerce .quantity .qty {
  width: 76px;
  text-align: center;
  height: 32px;
  padding: 6px 6px 6px 16px;
}

.woocommerce a.remove {
  color: white !important;
}

.woocommerce a.remove:hover {
  color: red !important;
}

.cart_totals.calculated_shipping h2 {
  display: none;
}

#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  margin: 0;
  cursor: pointer;
  position: relative;
  overflow: visible;
  padding: 15px 15px;
  border-radius: 0;
  left: auto;
  color: #000000;
  background-color: #ffffff;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
  font-size: 15px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: 100%;
  height: 48px;
  -webkit-font-smoothing: antialiased;
  transition: 0.3s;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #000;
}

.woocommerce table.shop_table [data-title=Total] {
  text-align: right;
}

#add_payment_method .cart-collaterals .cart_totals table td, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table th {
  vertical-align: middle;
}

tr.order-total {
  height: 48px;
}

.woocommerce table.shop_table th {
  line-height: 2;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
  float: none;
  border-radius: 0;
  background: none;
  border: solid 1px #000;
  color: #000;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  background-image: none;
  color: #ffffff;
  border: solid 1px transparent;
}

.woocommerce table.shop_table td {
  padding: 12px 0px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
}

.cart_totals h2 {
  display: none;
}

.billing-details {
  padding: 0;
}

.billing-details h3 {
  display: none;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  background-color: transparent;
  color: #000;
  border: solid 1px #000;
  height: 48px;
  padding: 8px 16px;
  font-size: 15px;
  line-height: 22px;
}

.woocommerce ul.order_details {
  padding: 0;
  margin: 0 0 2em;
}

.woocommerce ul.order_details li {
  width: 50%;
  padding: 8px 0;
  margin: 0;
  border: 0;
  letter-spacing: 0.1em;
}

.page-content .woocommerce p {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #000;
  color: #fff;
  border-radius: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  height: 48px;
  -webkit-font-smoothing: antialiased;
  transition: 0.3s;
  border: 0;
  padding: 8px 16px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: #464646;
  color: #fff;
  border-radius: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  height: 48px;
  -webkit-font-smoothing: antialiased;
  transition: 0.3s;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 16px;
  margin-right: 8px;
  cursor: pointer;
}

.woocommerce a.button.checkout-button {
  padding: 14px 16px !important;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  border: 0;
}

.box.woocommerce_message.woocommerce_message_info-box {
  font-weight: 400;
}

.woocommerce .blockUI.blockOverlay, .woocommerce .loader {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.woocommerce-checkout #payment ul.payment_methods li img {
  width: 120px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border: solid 1px rgba(0, 0, 0, 0.5);
  background: transparent;
  padding: 1em 0.4em 1em 2.5em;
  color: #000;
  margin: 0 0 1em;
}

.woocommerce-error {
  border-top-color: rgba(0, 0, 0, 0.5);
}

.woocommerce-message {
  border-top-color: rgba(0, 0, 0, 0.5);
}

.woocommerce-info {
  border-top-color: rgba(0, 0, 0, 0.5);
}

.woocommerce-message::before {
  color: #000;
}

.woocommerce-error::before {
  color: #ff000b;
}

.woocommerce-info::before {
  color: #000;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  left: 1em;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  border: solid 1px #fff;
}

.popup .popup-content .popup-menu-wrap .popup-menu .menu li a, .popup .popup-content .popup-menu-wrap .popup-menu .menu ul li a {
  font-weight: 400;
}

input[type=email] {
  text-transform: none !important;
}
