﻿@font-face {
  font-family: 'reformanarrow';
  src: url('/fonts/reformanarrowregularwebfont.eot') format('embedded-opentype'), url('/fonts/reformanarrowregularwebfont.svg') format('svg'), url('/fonts/reformanarrowregularwebfont.ttf') format('truetype'), url('/fonts/reformanarrowregularwebfont.woff') format('woff');
}
@font-face {
  font-family: 'OEDooPro-Regular';
  src: url('/fonts/OEDooPro-Regular.woff') format('woff'), url('/fonts/OEDooPro-Regular.eot') format('embedded-opentype');
}
/*media-size*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
body {
  background-color: transparent;
}
input::-ms-clear {
  display: none;
}
.header {
  height: 118px;
  background-color: #fff;
  transition: all 0.4s linear;
}
.header.expanded {
  background-color: #252525 !important;
}
.header.expanded .headerInnerMobile__btnGroup,
.header.expanded .headerInnerMobile__btnGroupLeft {
  display: none;
}
.header .header-logo {
  left: 0;
  bottom: 0;
  height: 100%;
  background-color: #000;
  width: 226px;
  transition: all 1.5s ease-in-out;
}
.header .logo {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .nav {
  left: 226px;
  bottom: 33px;
  padding: 0 25px;
}
.header .btn-group .btn {
  height: 118px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 100px;
  font-size: 1.1em;
  border-right: none;
  color: #000;
}
.header .btn-group .btn:hover {
  opacity: 1;
}
.header .btn-group .btn .icon {
  display: none;
}
.feed-item .feed-item-content .buttons {
  display: none;
}
.section-events {
  margin-top: -118px;
  padding-top: 118px;
}
.section-events .section-inner {
  margin-top: 175px;
}
.section-events .section-head.v2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  top: -7px;
  margin-bottom: 20px;
}
.section-events .section-head .search {
  position: relative;
  right: 0;
  min-width: 335px;
  margin-left: -30px;
}
.section-events .section-head .search__form {
  border-bottom: 1px solid gray;
}
.section-events .section-head .search .search-field {
  caret-color: #f25e61;
  width: 285px;
  max-width: 100%;
  padding-right: 50px;
  padding: 0;
  background-color: transparent;
}
.section-events .section-head .search .search-field:-webkit-autofill,
.section-events .section-head .search .search-field:-webkit-autofill:hover {
  -webkit-text-fill-color: #fff !important;
  box-shadow: 0 0 0 1000px transparent inset !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
.section-events .section-head .search .search-btn {
  right: 0;
  top: 0;
  margin-top: 0;
  margin-left: -15px;
  height: 100%;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-top-right-radius: 30px;
  border-top-right-radius: 30px;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: transparent;
}
.section-events .section-head .search__icon {
  width: 19px;
}
.section-events .section-head .mCustomScrollBox {
  padding: 20px 0;
}
.section-events .section-head .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-events .section-filter {
  padding: 0;
  position: relative;
  flex: 1;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.section-events .section-filter ul {
  display: flex;
  position: relative;
}
.section-events .section-filter ul li:first-child {
  color: #fff;
}
.section-events .section-filter ul li:last-child {
  padding-right: 50px;
}
.section-events .section-filter ul li.active align-content:after {
  background-color: #fff;
}
.section-events .section-body .feed-item {
  min-width: 335px;
  height: 100%;
}
.section-events .section-body .feed-item .feed-item-content {
  padding-bottom: 10px;
  bottom: 0;
  color: #000;
  align-items: flex-start;
  background-color: transparent;
}
.section-events .section-body .feed-item .feed-item-content .btn-lead {
  top: auto;
  bottom: 30px;
  height: 55px;
  padding: 4px 35px;
  font-size: 1.2em;
  z-index: 25;
}
.section-events .section-body .feed-item .feed-item-content .textContainer {
  height: 90px;
  overflow: hidden;
  margin-bottom: 15px;
}
.section-events .section-body .feed-item .feed-item-content__header {
  margin: 0 0 5px;
  height: 60px;
  width: 85%;
  line-height: 1;
  font-size: 1.5em;
  overflow: hidden;
  color: #000;
}
.section-events .section-body .feed-item .feed-item-content__definition {
  margin: 0 0 10px;
  height: 42px;
  font-size: 1em;
  line-height: 1.1;
  overflow: hidden;
  transition: opacity 0.4s ease;
}
.section-events .section-body .feed-item .feed-item-content .meta {
  margin-bottom: 5px;
  font-family: 'AbrahamRegular', sans-serif;
  font-size: 1em;
  color: #f25e61;
  transition: opacity 0.4s ease;
}
.section-events .section-body .feed-item .feed-item-content .meta__line {
  height: 2px;
  width: 25px;
  margin: 0 3px;
  background-color: #f25e61;
}
.section-events .section-body .feed-item .feed-item-content .meta__text {
  font-family: 'AbrahamRegular', sans-serif;
  font-size: 1.3em;
}
.section-events .section-body .feed-item .feed-item-content .link {
  bottom: 0;
}
.section-events .section-body .feed-item .soldOutcontainer {
  top: 35px;
  right: -55px;
  left: unset;
  z-index: 14;
}
.section-events .section-body .feed-item .imgContainer {
  display: block;
  position: relative;
}
.section-events .section-body .feed-item .pic {
  right: 0;
  top: 0;
  transform: translateZ(0);
}
.section-events .section-body .feed-item .pic:nth-child(1) {
  position: relative;
}
.section-events .section-body .feed-item .pic:nth-child(2) {
  opacity: 0;
  position: absolute;
}
.section-events .section-body .feed-item .pic:nth-child(3) {
  opacity: 0;
  position: absolute;
}
.section-events .section-body .feed-item .progressBar {
  position: absolute;
  right: 17px;
  left: 17px;
  bottom: 17px;
  display: flex;
  flex-direction: row;
  visibility: hidden;
}
.section-events .section-body .feed-item .progressBar span {
  width: calc(100% / 3);
  padding: 0 4px;
  height: 3px;
  display: block;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.section-events .section-body .feed-item .progressBar span:after,
.section-events .section-body .feed-item .progressBar span:before {
  content: '';
  display: block;
  height: 100%;
}
.section-events .section-body .feed-item .progressBar span:before {
  background: rgba(255, 255, 255, 0.3);
}
.section-events .section-body .feed-item .progressBar span:after {
  background: #fff;
  position: absolute;
  left: 4px;
  top: 0;
  width: 0;
}
.section-events .section-body .feed-item.isBtn:hover .meta,
.section-events .section-body .feed-item.isBtn:hover .feed-item-content__definition {
  opacity: 0;
}
.section-events .section-body .feed-item:hover .pic {
  opacity: 1;
  transform: scale(1.1) translateZ(0);
  transition: opacity 0.2s linear, transform 1s linear;
}
.section-events .section-body .feed-item:hover .pic:nth-child(1) {
  transition: transform 1s linear;
}
.section-events .section-body .feed-item:hover .pic:nth-child(2) {
  transition-delay: 0.9s;
}
.section-events .section-body .feed-item:hover .pic:nth-child(3) {
  transition-delay: 1.8s;
}
.section-events .section-body .feed-item:hover .progressBar {
  visibility: visible;
}
.section-events .section-body .feed-item:hover .progressBar span:after {
  width: calc(100% - 8px);
  transition: all 1s linear;
}
.section-events .section-body .feed-item:hover .progressBar span:nth-child(2):after {
  transition-delay: 0.9s;
}
.section-events .section-body .feed-item:hover .progressBar span:nth-child(3):after {
  transition-delay: 1.8s;
}
.section-events .section-body .feed-item:hover .feed-item-image {
  opacity: 1;
}
.section-events .section-body .feed-item:hover .feed-item-content {
  padding-top: 20px;
  background-color: transparent;
}
.section-events .section-body .feed-item:hover .feed-item-content h5 span {
  max-height: 0;
}
.section-events .section-body .feed-item:hover .feed-item-content .btn-lead {
  opacity: 1;
}
.section-events .section-body .feed-item:hover .meta,
.section-events .section-body .feed-item:hover .feed-item-content__definition {
  opacity: 1;
}
.section-events .section-body-inner .baraja-container .feed-item .btn-lead {
  bottom: 40px;
}
.section-events.section-help.active {
  margin-top: 0;
  padding-top: 0;
}
.section-events.section-help.active .section-head {
  position: relative;
  z-index: 2;
  top: 0;
}
.section-events.section-help.active .section-head:after {
  content: none;
}
.section-events.section-help.active .section-body .feed-item .feed-item-content h5 span {
  max-height: none;
}
.section-events.section-help.active .section-body-inner .baraja-container .feed-item .btn-lead {
  bottom: 12px;
}
.section-about .section-overlay,
.main-overlay-secondary ul {
  display: none;
}
.main {
  padding-top: 118px;
}
.main.noSpace {
  padding-top: 0;
}
.fullPageSection {
  visibility: hidden;
  transform: translate3d(0, 0, 0) !important;
  transition: opacity 0.7s ease-in-out !important;
}
.fullPageSection.fullpage-wrapper {
  visibility: visible;
}
.fullPageSection.fullpage-wrapper ~ .footer {
  display: none;
}
.fullPageSection ~ .footer {
  display: none;
}
.fullPageSection .fp-section {
  width: 100% !important;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  transition: all 0.7s ease-in-out;
}
.fullPageSection .fp-section.active {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.fullPageSection .fp-section.active .textContainer {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease, transform 1s ease;
}
.fullPageSection .section {
  background-color: #252525;
}
.fullPageSection .fp-tableCell {
  display: flex;
  align-items: center;
  position: relative;
  padding: 118px 50px calc(10% + 54px) 50%;
}
.fullPageSection .btnMoveDown {
  position: absolute;
  right: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #f25e61;
  border: none;
}
.fullPageSection .btnMoveDown:after {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  width: 13px;
  height: 13px;
  transform: rotate(-45deg);
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.fullPageSection .imgContainer {
  background: no-repeat center bottom;
  background-size: cover;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  transform: scale(-1, 1);
}
.fullPageSection .section-bg-video {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.fullPageSection .textContainer {
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(40px);
}
.fullPageSection .title {
  color: #f25e61;
  font: 900 100px/1 'AlmoniDLAAA';
}
.fullPageSection .subTitle {
  font: 47px/1 'AlmoniDLAAA';
  color: #c6c6c6;
  margin-bottom: 16px;
}
.fullPageSection .text {
  font: 18px/1.5 'AlmoniDLAAA';
  color: #c6c6c6;
  position: relative;
  padding: 0 0 0 20px;
  max-width: 360px;
}
.fullPageSection .text:after {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  bottom: 7px;
  background: #f25e61;
  width: 2px;
}
.fullPageSection .whiteBgColor {
  background-color: #fff;
}
.fullPageSection .whiteBgColor .subTitle {
  color: #1c1c1c;
}
.fullPageSection .whiteBgColor .text {
  color: #1c1c1c;
}
.article-event {
  margin-bottom: 150px;
}
.article-event .article-video a {
  margin-bottom: 0;
}
.article-event .article-video a .play-btn {
  background: url('/css/images/btn-play.png') no-repeat 58% center #252525;
  height: 80px;
  width: 80px;
  box-shadow: 0 2px 3px 0 rgba(133, 17, 22, 0.35);
}
.article-event .article-video a .ico-play {
  display: none;
}
.article-event__text-block {
  margin-left: -45px;
  width: 65%;
  display: flex;
  flex-direction: column;
  color: #000;
}
.article-event__text-block_bottom {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  font-size: 0.8em;
}
.article-event__cols {
  margin: 0px -25px;
  display: flex;
  justify-content: space-between;
}
.article-event .article-title {
  font-size: 1.8em;
  color: #000;
  line-height: 1.2;
  margin-bottom: 35px;
}
.mfp-gallery .mfp-title {
  padding: 5px 0 0;
  text-align: right;
  font-size: 22px;
  color: #6b6b6b;
}
.mfp-gallery button.mfp-close {
  position: fixed;
  right: 0;
  top: 0;
  left: auto;
  height: 50px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 40px arial;
  color: #fff;
  opacity: 1;
}
.mfp-gallery .mfp-arrow {
  opacity: 1;
}
.mfp-gallery .mfp-arrow:before,
.mfp-gallery .mfp-arrowafter,
.mfp-gallery .mfp-arrow .mfp-b,
.mfp-gallery .mfp-arrow .mfp-a {
  display: none;
}
.mfp-content .doneModalContainer button.mfp-close {
  position: absolute;
  top: -55px;
  right: -65px;
  font-size: 0;
}
.mfp-content .doneModalContainer button.mfp-close:before,
.mfp-content .doneModalContainer button.mfp-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 1px;
  background: #fff;
}
.mfp-content .doneModalContainer button.mfp-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mfp-content .doneModalContainer button.mfp-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.mfp-content button.mfp-close {
  position: fixed;
  right: 0;
  top: 0;
  left: auto;
  height: 50px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 40px arial;
  color: #fff;
  opacity: 1;
}
.open + .btnReadMore {
  margin-top: 0;
}
.btnReadMore {
  margin-top: 10px;
  text-decoration: underline;
  color: #858585;
  font-size: 20px;
  display: inline-block;
}
.btnReadMore:hover {
  text-decoration: unset;
}
.btnReadMore span:first-child {
  display: none;
}
.btnReadMore span:last-child {
  display: block;
}
.btnReadMore.collapsed span:first-child {
  display: block;
}
.btnReadMore.collapsed span:last-child {
  display: none;
}
.header .header-counter-menu ul {
  padding-right: 30px;
}
.header .header-counter-menu ul li {
  margin: 0 9px !important;
}
.list-program a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.list-program .content,
.list-program .meta {
  border-bottom: none;
}
.list-program .content h3 {
  max-height: 80px;
  overflow: hidden;
  padding-top: 0;
}
.collapsed {
  overflow: hidden;
}
.page404Section p {
  line-height: 1;
}
.nav .nav-dropdown {
  min-width: 140px;
  width: 100%;
  right: 0;
  background-color: #fff;
}
.nav .nav-dropdown:before {
  right: 50%;
  border-color: transparent transparent #fff transparent;
  transform: translateX(50%);
}
.nav .nav-dropdown a {
  color: #000;
}
.nav > ul {
  font-size: inherit;
}
.nav > ul > li {
  margin: 0 20px;
}
.nav > ul > li ~ li {
  margin: 0 20px;
}
.nav > ul > li a {
  color: #000;
}
.nav > ul > li.current a:after {
  height: 3px;
}
.nav > ul > li:after {
  content: '';
  position: absolute;
  height: 27px;
  width: 1px;
  transform: translateY(-50%) rotate(15deg);
  top: 50%;
  background-color: #1c1c1c;
  left: -20px;
}
.nav > ul > li:hover > a {
  color: #000;
}
.nav > ul > li:hover > .nav-dropdown {
  background-color: #fff;
  box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.1);
}
.nav > ul > li.nav-lang ul {
  background-color: #fff;
  box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.1);
}
.nav > ul > li.nav-lang ul:before {
  border-color: transparent transparent #fff transparent;
}
.nav > ul > li.nav-lang > a:before {
  border-color: #fff transparent transparent transparent;
}
.nav > ul > li.nav-lang:after {
  content: none;
}
.nav > ul > li.nav-lang:hover a:before {
  border-color: #000 transparent transparent transparent;
  transition: all 0.4s ease;
}
.priceBox {
  color: #fff;
  font: 700 40px 'Poppins', sans-serif;
}
.priceBox small {
  font-size: 18px;
}
.article-video:empty {
  display: none;
}
.section-no-results {
  padding-top: 40px;
}
.section-no-results header {
  position: static;
}
.section-no-results header .more {
  font-size: 20px;
  color: #d7d7d7;
}
.section-grid {
  display: none;
}
.article-event-ongoing .article-entry p:not([class]) {
  display: block;
}
.main-home .flex-grid:after {
  position: absolute;
}
.main-home ~ .footer {
  margin-top: 80px;
}
.footer {
  margin-top: 0px;
  padding-bottom: 0;
  background-color: #000;
}
.footer h5 {
  margin: 0 0 10px;
}
.footer h5:after {
  content: none;
}
.footer .footer-nav {
  display: flex;
  align-items: center;
}
.footer .footer-nav ul li {
  margin-right: 50px;
  position: relative;
}
.footer .footer-nav ul li a {
  font-size: 20px;
}
.footer .footer-nav ul li:before {
  content: '';
  position: absolute;
  transform: translateY(-50%) rotate(15deg);
  top: 55%;
  left: -23px;
  height: 27px;
  width: 1px;
  background-color: white;
}
.footer .footer-nav ul li:last-child:before {
  content: none;
}
.footer-header {
  margin-bottom: 90px;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #303440;
}
.footer .footer-logo {
  margin-bottom: 0;
}
.footer .subscribe {
  margin-bottom: 25px;
}
.footer .subscribe label {
  padding-bottom: 15px;
  font-size: 1.4em;
  color: white;
  cursor: default;
}
.footer .subscribe .field-wrapper {
  margin-right: 0;
}
.footer .subscribe .subscribe-field {
  width: 440px;
  height: 65px;
  padding-right: 30px;
  font-size: 1em;
  color: #8a8a8a;
  background-color: #151515;
}
.footer .subscribe .btn-pink {
  bottom: 15px;
  padding: 0 20px 0 30px;
  font-family: 'AbrahamBlack', sans-serif;
  font-size: 1em;
  color: #f25e61;
  background-color: transparent;
}
.footer .socials ul li {
  margin: 0 5px;
}
.footer .socials ul a {
  width: 60px;
  height: 60px;
  position: relative;
  background-color: transparent;
  border: 1px solid #303440;
}
.footer .socials .fa {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 1.3em;
}
.footer .buffer-top {
  margin-top: 25px;
}
.footer .shell {
  margin-bottom: 70px;
}
.thankU__icon {
  margin: 0 auto 10px;
  position: relative;
  width: 48px;
  height: 48px;
  border: 1px solid #f24951;
  border-radius: 50%;
}
.thankU__icon:before {
  content: "";
  width: 10px;
  height: 40px;
  display: block;
  position: absolute;
  top: 14%;
  left: 39%;
  transform: rotate(45deg) translate(-50%, -50%);
  border-right: 2px solid white;
  border-bottom: 2px solid white;
}
.thankU__big-text {
  margin-bottom: 0;
  color: white;
}
.thankU__text {
  display: block;
  font-size: 18px;
  color: #989898;
}
.footer-instagram-icon:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  border: 1px solid white;
  border-radius: 5px;
}
.footer-instagram-icon:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: block;
  border: 1px solid white;
  border-radius: 7px;
}
.footer-mail-icon {
  width: 22px;
  height: 16px;
  background-color: white;
  border-radius: 1px;
}
.footer-mail-icon:before {
  content: '';
  width: 10px;
  height: 15px;
  position: absolute;
  top: 10%;
  left: 30%;
  transform: translate(-50%, -50%) rotate(-75deg);
  border-left: 2px solid black;
}
.footer-mail-icon:after {
  content: '';
  width: 10px;
  height: 15px;
  position: absolute;
  top: 10%;
  left: 70%;
  transform: translate(-50%, -50%) rotate(75deg);
  border-right: 2px solid black;
}
.section-news .section-actions .open-news-panel i {
  transform: scale(-1, 1);
}
.section-event .section-image .image-wrapper {
  top: 0 !important;
}
.section-event .section-content {
  width: 100%;
}
.btnPlayVideo {
  display: block;
  width: 68px;
  height: 68px;
  position: absolute;
  left: 30px;
  bottom: 42px;
  z-index: 99;
  border: none;
  background: none;
}
.btnPlayVideo:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: solid 3px #fff;
}
.btnPlayVideo:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 55%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid #fff;
  transform: translate(-50%, -50%);
  transition: all 0.7s ease-in-out;
}
.btnPlayVideo.btnPause:after {
  left: 50%;
  width: 18px;
  height: 20px;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top: none;
  border-bottom: none;
}
.doneModalContainer {
  max-width: 888px;
  padding: 55px 80px 55px 60px;
  background: #252525;
  margin: auto;
  text-align: right;
  font-size: 10px;
  position: relative;
}
.doneModal {
  display: flex;
}
.doneModal .gifText {
  min-width: 205px;
  margin-right: 74px;
}
.doneModal .titleBox {
  margin-top: 55px;
  font: 4.4em 'AlmoniDLAAA';
  color: #fff;
}
.languageText .text {
  margin-bottom: 40px;
  font: 1.8em/1.4 'AlmoniDLAAA';
  color: #fff;
}
.ico-book-black {
  background-image: url(/css/images/ico-book-black.png);
  background-repeat: no-repeat;
  width: 21px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.headerInnerMobile {
  height: 100px;
  padding-top: 30px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.headerInnerMobile__btnGroup {
  display: flex;
  flex: 1 0 auto;
  align-items: center;
}
.headerInnerMobile__btnGroup .btnStatic {
  position: static;
  margin-right: 5vw;
}
.headerInnerMobile__icon {
  width: 25px;
}
.headerInnerMobile .btn-nav {
  width: 26px;
}
.headerInnerMobile .btn-nav.active {
  z-index: 1001;
}
.headerInnerMobile .btn-nav .bar {
  top: 4px;
  height: 2px;
}
.headerInnerMobile .btn-nav .bar ~ .bar {
  margin-top: 8px;
}
.headerInnerMobile__btnGroupLeft {
  display: flex;
  flex: 1 0 auto;
  align-items: center;
  justify-content: flex-end;
}
.headerInnerMobile__btnGroupLeft .btnStatic {
  position: static;
  margin-left: 5vw;
}
.headerInnerMobile .btnSearch {
  background-color: transparent;
  border: none;
}
.headerInnerMobile .header-logo {
  height: auto;
  position: static;
  background-color: unset;
}
.headerInnerMobile .header-logo__page-title {
  display: none;
}
.headerInnerMobile .header-program {
  display: none;
}
.section-intro-video .section-content .scroll-down {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background-color: #000;
  text-decoration: unset;
}
.section-intro-video .logoVideo {
  position: absolute;
  width: 284px;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
.section-intro-video .section-overlay ul li {
  border-right: none;
}
.section-events-default .section-body {
  height: auto;
}
.parallax-box {
  position: absolute;
  margin-top: 65px;
  height: 55vh;
  overflow: hidden;
}
.parallax-box__header {
  position: absolute;
  top: 30%;
  font-size: 2.5em;
  font-family: 'AbrahamBlack', sans-serif;
  color: white;
  z-index: 1;
}
.parallax-box__img {
  height: 500px;
  width: 100vw;
}
.parallax-box__scene {
  width: 100vw;
}
.start-mobile-area {
  padding: 0 50px;
  height: 80vh;
  display: none;
  flex-direction: column;
  align-items: center;
  color: white;
  direction: rtl;
}
.start-mobile-area__date {
  margin-top: 25vh;
  margin-bottom: 2vh;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.start-mobile-area__under-logo {
  margin-bottom: 15vh;
  width: 100%;
  display: flex;
}
.start-mobile-area__under-space {
  height: 100%;
  flex: 1 0 auto;
}
.start-mobile-area__under-text-wrap {
  padding-top: 10px;
  display: flex;
  width: 70px;
}
.start-mobile-area__text {
  font-size: 0.8em;
  line-height: 1.1;
}
.start-mobile-area__link {
  position: relative;
  display: block;
  font-family: 'AbrahamBlack', sans-serif;
  font-size: 1.1em;
}
.start-mobile-area__link:hover {
  text-decoration: none;
}
.start-mobile-area__line {
  height: 2px;
  width: 25px;
  background-color: white;
  margin: 0 5px;
}
.start-mobile-area__arrow-bottom:before {
  content: '';
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg) translateX(-50%);
  position: absolute;
  left: 50%;
  top: 80%;
}
.flex-grid {
  height: auto !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}
.flex-grid__item {
  min-width: 335px;
  min-height: 544px;
  width: auto;
  position: static !important;
  height: unset;
  float: none;
}
.multiple-event .image-text-wrap,
.single-event .image-text-wrap {
  color: #fff;
}
.multiple-event .image-text-wrap .event__title,
.single-event .image-text-wrap .event__title {
  width: 50%;
  font-family: 'AbrahamBlack', sans-serif;
  font-size: 4em;
}
.multiple-event .image-text-wrap .event__subTitle,
.single-event .image-text-wrap .event__subTitle {
  width: 75%;
  font-size: 1.8em;
}
.multiple-event .image-text-wrap .event__date,
.single-event .image-text-wrap .event__date {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 1.3em;
  color: #f25e61;
}
.multiple-event .image-text-wrap .event__place,
.single-event .image-text-wrap .event__place {
  font-size: 1.3em;
}
.multiple-event .image-text-wrap .btn-pink,
.single-event .image-text-wrap .btn-pink {
  margin-top: 25px;
  padding: 22px 35px;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  height: 70px;
  line-height: 1;
  border-radius: 50px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
  font-size: 1.2em;
}
.multiple-event .image-text-wrap .red-line,
.single-event .image-text-wrap .red-line {
  width: 50px;
}
.multiple-event .image-text-wrap .ico-place,
.single-event .image-text-wrap .ico-place {
  width: 18px;
  opacity: 1;
}
.multiple-event p,
.single-event p {
  margin: 0;
}
.multiple-event .btn-pink-alt,
.single-event .btn-pink-alt {
  margin-right: 0;
  margin-top: 2px;
  padding: 9px 20px;
  height: 68px;
  font-size: 26px;
  color: #fff;
  background-color: #f24951;
  border-radius: 50px;
}
.multiple-event .widget-tickets,
.single-event .widget-tickets {
  padding-right: 0;
  border-top: none;
  position: absolute;
  z-index: 5;
  width: 100%;
}
.multiple-event .widget-tickets h3.widget-tickets__header,
.single-event .widget-tickets h3.widget-tickets__header {
  margin: 0;
  font-size: 1.3em;
}
.multiple-event .widget-tickets__content-wrap,
.single-event .widget-tickets__content-wrap {
  margin-right: 5px;
  margin-bottom: 15px;
  font-size: unset;
}
.multiple-event .widget-tickets__content-wrap:before,
.single-event .widget-tickets__content-wrap:before {
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
  border-width: 6px 12px 6px 0;
}
.multiple-event .widget-tickets__new-price,
.single-event .widget-tickets__new-price {
  font-size: 1.6em;
  color: #fff;
}
.multiple-event .widget-tickets__old-price,
.single-event .widget-tickets__old-price {
  font-size: 1.2em;
}
.multiple-event .readMoreContainer,
.single-event .readMoreContainer {
  padding-bottom: 65px;
  font-size: 1.1em;
  line-height: 1.6em;
  border-bottom: 1px solid #000;
}
.multiple-event .readMoreContainer p,
.single-event .readMoreContainer p {
  margin-bottom: 20px;
}
.multiple-event .socials ul a,
.single-event .socials ul a {
  color: #fff;
  background-color: #000;
}
.multiple-event .footer-mail-icon,
.single-event .footer-mail-icon {
  position: relative;
  width: 16px;
  height: 12px;
}
.multiple-event .footer-mail-icon:before,
.single-event .footer-mail-icon:before,
.multiple-event .footer-mail-icon:after,
.single-event .footer-mail-icon:after {
  height: 12px;
}
.multiple-event .article-video,
.single-event .article-video,
.multiple-event .article-audio,
.single-event .article-audio {
  margin: 0;
}
.multiple-event .article-wrap,
.single-event .article-wrap {
  margin-bottom: 30px;
}
.multiple-event .article-name,
.single-event .article-name {
  margin-top: 5px;
  font-size: 0.9em;
  color: #000;
}
.multiple-event .meta__accessibility-text,
.single-event .meta__accessibility-text {
  margin-top: 30px;
}
.multiple-event .meta__accessibility-text img,
.single-event .meta__accessibility-text img {
  width: 21px;
  height: 21px;
}
.multiple-event .article-instruction,
.single-event .article-instruction {
  padding-top: 30px;
  margin-left: 10px;
  border-top: 1px solid #000;
  color: #000;
}
.multiple-event .article-instruction__header,
.single-event .article-instruction__header {
  font-family: 'AbrahamBlack', sans-serif;
  font-size: 1.1em;
}
.multiple-event .article-instruction__text,
.single-event .article-instruction__text {
  font-size: 1em;
  line-height: 1.5em;
}
.multiple-event .section-events,
.single-event .section-events {
  position: relative;
  /*margin-top: 150px;*/
  padding-top: 90px;
}
.multiple-event .section-events .section-body .feed-item,
.single-event .section-events .section-body .feed-item {
  height: 545px;
}
.multiple-event .section-events .section-body .feed-item .feed-item-content,
.single-event .section-events .section-body .feed-item .feed-item-content {
  position: static;
}
.multiple-event .section-events .section-body .feed-item .feed-item-content__definition,
.single-event .section-events .section-body .feed-item .feed-item-content__definition {
  margin-bottom: 13px;
  line-height: 1.2;
}
.multiple-event .section-events .section-body .feed-item .feed-item-content__header,
.single-event .section-events .section-body .feed-item .feed-item-content__header {
  margin-top: 3px;
  margin-bottom: 14px;
}
.multiple-event .section-events .section-body .feed-item .feed-item-content .meta,
.single-event .section-events .section-body .feed-item .feed-item-content .meta {
  margin: 0;
}
.multiple-event .section-events .section-body .feed-item .feed-item-content h3,
.single-event .section-events .section-body .feed-item .feed-item-content h3 {
  margin: 3px 0 14px;
  font-size: 1.6em;
}
.multiple-event .parallax-box,
.single-event .parallax-box {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  min-height: 820px;
  margin-top: 0;
  margin-left: -18px;
}
.multiple-event .parallax-box ul,
.single-event .parallax-box ul {
  height: 100%;
}
.multiple-event .parallax-box .layer,
.single-event .parallax-box .layer {
  height: 100%;
}
.multiple-event .parallax-box__scene,
.single-event .parallax-box__scene {
  height: 100%;
}
.multiple-event .section-event .section-events .section-head,
.single-event .section-event .section-events .section-head {
  margin: 0 -10px 30px;
}
.multiple-event .section-event .section-events .section-head:before,
.single-event .section-event .section-events .section-head:before {
  content: none;
}
.multiple-event .section-event .section-events .section-head h2,
.single-event .section-event .section-events .section-head h2 {
  font-family: 'AbrahamBlack', sans-serif;
  font-size: 2.5em;
  color: #fff;
}
.multiple-event .col-size1,
.single-event .col-size1 {
  margin-left: -90px;
}
.multiple-event .feed-item .feed-item-image img,
.single-event .feed-item .feed-item-image img {
  height: 335px;
}
.multiple-event .meta,
.single-event .meta {
  font-size: 18px;
  line-height: 23px;
}
.red-line {
  height: 2px;
  width: 40px;
  margin: 0 13px;
  display: inline-block;
  background-color: #f25e61;
}
.footer-image {
  display: none;
}
.meta__accessibility-text {
  margin-top: 30px;
}
.events-search .search__form {
  border-bottom: 1px solid #c6c6c6;
}
.contact-page .section-head {
  margin-top: 18px;
}
.contact-page .main-inner {
  background-color: #1c1c1c;
}
.contact-page .footer-mail-icon {
  position: relative;
  width: 16px;
  height: 9px;
  background-color: #d7d7d7;
}
.contact-page .footer-mail-icon:before,
.contact-page .footer-mail-icon:after {
  height: 9px;
}
.contact-page .section-head .section-body {
  margin-top: 18px;
}
.contact-page .section-head h3 {
  font-size: 1.9em;
}
.contact-page .col-1 {
  width: 60%;
  padding: 0;
  margin-right: 7px;
}
.contact-page .col-2 {
  width: 30%;
}
.contact-page .form-contact {
  padding: 50px 37px 27px;
}
.contact-page .form-contact .btn-pink {
  font-size: 24px;
  padding: 5px 30px;
  height: 43px;
}
.contact-page .form-label {
  font-size: 1.1em;
}
.contact-page .field {
  height: 60px;
  margin-top: -2px;
  margin-bottom: 7px;
}
.contact-page .textarea {
  height: 174px;
}
.contact-page .contact-info {
  padding-right: 42px;
}
.contact-page .contact-info h4 {
  font-size: 1.3em;
}
.contact-page .contact-info > ul {
  margin: 0 0 35px;
}
.contact-page .contact-info > ul a {
  font-size: 1.2em;
  line-height: 26px;
}
.contact-page .socials ul li {
  margin: 0 4px;
}
.contact-page .socials ul a {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-page .section-contact {
  padding-bottom: 160px;
}
.special-packages .cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.special-packages .cols__title {
  position: absolute;
  top: -70px;
  margin-right: -10px;
  font-size: 2.5em;
  font-family: 'AbrahamBlack', sans-serif;
  color: white;
  z-index: 1;
}
.special-packages .cols:after {
  content: none;
}
.special-packages .col-1of2 {
  width: 632px;
  height: 620px;
  margin-top: 12px;
  margin-bottom: 50px;
  margin-left: 40px;
  padding: 0;
  background-color: #000;
  box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.special-packages .col-1of2:nth-child(even) {
  margin-left: 0;
}
.special-packages .col-1of2:hover .btn-pink {
  opacity: 1;
}
.special-packages .card-group {
  margin: 0;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  background-color: transparent;
  z-index: 10;
}
.special-packages .card-group-head {
  background-color: unset;
}
.special-packages .card-group-actions {
  position: relative;
}
.special-packages .card-left {
  display: flex;
  align-items: center;
}
.special-packages .card-group-body {
  margin-left: -40px;
  margin-bottom: 10px;
  background-color: transparent;
  box-shadow: none;
}
.special-packages .card-group-body:after {
  content: '';
  width: 315px;
  height: 10px;
  position: absolute;
  bottom: -14px;
  margin-right: 10px;
  background: #eee;
}
.special-packages .card-right {
  padding: 70px 35px 40px;
  max-width: 337px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.special-packages .card-right__top {
  color: #c6c6c6;
}
.special-packages .card-right__comments {
  margin: 0;
  font-size: 1em;
}
.special-packages .card-right__comments img {
  margin-left: 10px;
}
.special-packages .card-right__header {
  margin-bottom: 5px;
  font-size: 2em;
  line-height: 1;
}
.special-packages .card-right__definition {
  margin-bottom: 10px;
}
.special-packages .card-right .meta {
  color: #f25e61;
  font-size: 1.2em;
  display: flex;
  align-items: center;
}
.special-packages .card-right .red-line {
  width: 30px;
  margin: 0px 10px;
}
.special-packages .card-right .btn-pink {
  height: 55px;
  padding: 10px 35px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  font-weight: 400;
  border-radius: 30px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.special-packages ul.baraja-container {
  width: 335px;
  height: 555px;
  margin: 0 0 -4px;
}
.special-packages .baraja-prev {
  right: 80px;
  background-color: transparent;
  border: 2px solid #f25e61;
  bottom: 0;
  top: auto;
}
.special-packages .baraja-prev .fa {
  color: #fff;
}
.special-packages .baraja-next {
  left: auto;
  right: 0;
  background-color: transparent;
  border: 2px solid #f25e61;
  bottom: 0;
  top: auto;
}
.special-packages .baraja-next .fa {
  color: #fff;
}
.special-packages .section-events .section-body .feed-item {
  height: 555px;
  margin: 0;
  border: 0;
  box-shadow: none;
}
.special-packages .section-events .section-body .feed-item .feed-item-content {
  padding: 25px;
}
.special-packages .section-events .section-body .feed-item .feed-item-content__definition {
  margin: 0 0 10px;
  height: 50px;
  line-height: 1.2;
}
.special-packages .section-events .section-body .feed-item .feed-item-content__header {
  margin: 0 0 10px;
  height: 65px;
  line-height: 1.1;
}
.special-packages .section-events .section-body .feed-item .feed-item-content .meta span {
  font-size: 1.2em;
}
.special-packages .section-events .section-body .feed-item:hover .meta,
.special-packages .section-events .section-body .feed-item:hover .feed-item-content__definition {
  opacity: 1;
}
.special-packages .section-events .section-inner {
  margin-top: 184px;
}
.special-packages .section-events-default .section-body {
  margin-right: 10px;
  margin-left: 50px;
}
.special-packages .parallax-box {
  top: 118px;
  margin-top: 0;
  height: calc(100vh - 118px);
  width: 100vw;
}
.special-packages .parallax-box__wrap {
  position: fixed;
  top: 0;
  height: 100%;
  z-index: -1;
}
.special-packages .parallax-box .shell {
  display: none;
}
.special-packages .parallax-box ul {
  height: 100%;
}
.special-packages .parallax-box .layer {
  height: 100%;
}
.special-packages .parallax-box__scene {
  height: 100%;
}
.special-packages ~ .footer .footer-header {
  margin: 0 -10px 90px;
}
.content-page .parallax-box {
  margin-top: 0;
  top: 118px;
  height: 25vh;
}
.content-page .parallax-box__header {
  top: 40%;
}
.content-page .article-primary {
  padding: calc(25vh + 118px) 0 0;
  color: #000;
  background-color: transparent;
}
.content-page .article-primary .article-head h3 {
  color: #000;
}
.content-page .article-primary .article-foot:before {
  width: 100%;
  background-color: #555555;
}
.content-page .article-primary .article-foot ul li {
  color: #000;
}
.content-page .article-body {
  padding-top: 50px;
  display: flex;
}
.content-page .article-body__text-part {
  padding-left: 50px;
}
.content-page .article-body__image-part {
  flex: 1 0 auto;
}
.content-page .article-body__image-part figure img {
  margin-bottom: 25px;
}
.content-page .article-body__image-part figure figcaption {
  margin-top: 10px;
  margin-bottom: 25px;
}
.content-page .section-overlay {
  display: none;
}
.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(-100%);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.multiple-event .section-image .widget-tickets .label-soldout {
  display: block;
  width: 180px;
  height: 180px;
  background: url(/css/images/soldout-rtl.png) no-repeat 0 0;
  position: absolute;
  right: -3px;
  top: -3px;
  z-index: 999;
  transform: rotate(90deg);
  background-size: cover;
}
.multiple-event .section-image .widget-tickets .label-soldout span {
  display: block;
  font-size: 20px;
  color: #fff;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: 5px;
  top: 55px;
}
.mCSB_scrollTools_vertical {
  right: 0 !important;
  left: auto !important;
}
.mCSB_scrollTools_vertical .mCSB_dragger_bar {
  background-color: #c1c1c1 !important;
}
.mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
  background-color: #c1c1c1 !important;
}
.complexArticleEvent .cols,
.complexArticleEvent .withresults {
  width: 100%;
}
.complexArticleEvent .readMoreContainer {
  padding: 0;
  border: 0;
}
.complexArticleEvent .innerShell {
  padding: 0;
}
.complexArticleEvent .article-event__text-block_bottom {
  width: 56%;
  margin: 0;
  align-items: center;
  padding-top: 35px;
  border-top: 1px solid #000;
}
.complexArticleEvent .article-event__text-block_bottom .meta {
  margin-top: 0;
}
.complexArticleEvent .article-event__text-block_bottom .meta span {
  color: #000;
}
@font-face {
  font-family: 'reformanarrow';
  src: url('/fonts/reformanarrowregularwebfont.eot') format('embedded-opentype'), url('/fonts/reformanarrowregularwebfont.svg') format('svg'), url('/fonts/reformanarrowregularwebfont.ttf') format('truetype'), url('/fonts/reformanarrowregularwebfont.woff') format('woff');
}
@font-face {
  font-family: 'OEDooPro-Regular';
  src: url('/fonts/OEDooPro-Regular.woff') format('woff'), url('/fonts/OEDooPro-Regular.eot') format('embedded-opentype');
}