﻿@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;
}
@media (max-width: 767px) {
  .header {
    height: 100px;
    box-shadow: none;
    background-color: unset;
  }
  .header .nav.show-nav {
    top: 0;
    z-index: 1000;
    height: 100vh;
    padding-top: 15px;
  }
  .header .header-logo img {
    width: auto;
    height: 100%;
  }
  .header .btn-group {
    right: 65px;
    /*display: flex;*/
    display: none;
    flex-direction: row-reverse;
    align-items: stretch;
  }
  .header .btn-group .btn {
    height: 100px;
    display: flex;
    align-items: center;
    line-height: normal;
    border-left: none;
    padding: 0 7px;
  }
  .header .btn-group .btn .ico-signs-pink {
    background: url(/css/images/sprite.png) no-repeat -146px -160px;
    height: 27px;
    width: 22px;
  }
  .header .btn-group .btn .ico-date-white {
    background: url(/css/images/sprite.@2x.png) no-repeat -198px bottom;
    background-size: 230px 144px;
    width: 24px;
    height: 19px;
    display: inline-block;
  }
  .header .btn-group .btn .pic {
    display: none;
  }
  .header .header-counter-menu .inner {
    border-bottom: 1px solid #3b3b3b;
  }
  .header .header-counter-menu ul {
    border-bottom: none;
    white-space: nowrap;
    overflow-y: hidden;
    margin-left: 35px;
    padding-left: 0;
  }
  .main {
    padding-top: 100px;
  }
  .section-news .section-actions {
    width: 0;
    height: 100%;
    background: none;
    box-shadow: none;
  }
  .section-news .section-actions .open-news-panel {
    border-radius: 50%;
    background-color: #f25e61;
    box-shadow: 0 10px 20px 0 rgba(242, 94, 97, 0.3);
    position: absolute;
    right: 20px;
    top: auto;
    bottom: 40px;
    width: 50px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-news .section-actions .open-news-panel:before {
    background: url(/css/images/sprite.png) no-repeat -119px -163px;
    height: 27px;
    width: 22px;
    display: block;
    position: relative;
    top: auto;
    right: auto;
    z-index: 1;
  }
  .section-news .section-actions .open-news-panel span {
    display: none;
  }
  .section-news .section-actions .open-news-panel i {
    display: none;
  }
  .section-events {
    margin-top: -100px;
    padding-top: 0;
  }
  .section-events .section-inner {
    margin-top: 100px;
  }
  .section-events .section-head {
    padding: 0 30px 0 0;
    margin: 0;
    width: auto;
    height: 100px;
    position: fixed;
    top: 100px;
    right: 0;
    left: 0;
  }
  .section-events .section-head:after {
    right: 30px;
  }
  .section-events .section-head .search {
    min-width: 0;
    width: auto;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .section-events .section-head .search .search-field {
    background: none;
    position: relative;
    z-index: 1;
    width: 30px;
    transition: width 0.5s linear;
  }
  .section-events .section-head .search .search-field:focus {
    width: 100vw;
    background: #1c1c1c;
  }
  .section-events .section-head .search .search-field:focus ~ .search-btn {
    z-index: 2;
  }
  .section-events .section-head .search .search-btn {
    width: 30px;
    justify-content: flex-start;
    background: #1c1c1c;
  }
  .section-events .section-head.v2:after {
    right: 30px;
  }
  .section-events .section-filter ul li:first-child {
    display: none;
  }
  .section-events .section-body .feed-item {
    padding-bottom: 0;
    margin-bottom: 0;
    height: 100%;
    max-width: 100%;
  }
  .section-events .section-body .feed-item.isBtn:hover .feed-item-content__definition {
    opacity: 1;
  }
  .section-events .section-body .feed-item.isBtn:hover .feed-item-content .meta {
    opacity: 1;
  }
  .section-events .section-body .feed-item .feed-item-content {
    flex: 1;
    padding: 20px 15px;
    position: absolute;
    z-index: 12;
    top: auto;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.55) 25%, #333333 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section-events .section-body .feed-item .feed-item-content .textContainer {
    height: 57px;
    margin-bottom: 5px;
  }
  .section-events .section-body .feed-item .feed-item-content__header {
    text-align: center;
    font-family: 'AbrahamBlack', sans-serif;
    font-size: 2rem;
    color: white;
  }
  .section-events .section-body .feed-item .feed-item-content__definition {
    height: 46px;
    text-align: center;
    font-size: 1.2em;
    color: white;
  }
  .section-events .section-body .feed-item .feed-item-content .meta {
    height: auto;
    line-height: 1;
    margin: 0;
    font-size: 1.2em;
  }
  .section-events .section-body .feed-item .feed-item-content .meta span {
    font-size: 1em;
  }
  .section-events .section-body .feed-item .feed-item-content .meta span.triangle {
    border-width: 4px 5.5px 4px 0;
  }
  .section-events .section-body .feed-item .feed-item-content .btn-lead {
    margin-top: 10px;
    padding: 3px 25px;
    position: static;
    transform: none;
    opacity: 1;
  }
  .section-events .section-body .feed-item .feed-item-content .link {
    bottom: 0;
    z-index: 15;
  }
  .section-events .section-body .feed-item .feed-item-image {
    height: 100%;
    z-index: 11;
  }
  .section-events .section-body .feed-item .imgContainer {
    height: 100%;
  }
  .section-events .section-body .feed-item .soldOutcontainer {
    width: 244px;
  }
  .section-events .section-body .feed-item .pic {
    display: block;
    height: 100%;
  }
  .section-events .section-body .feed-item .pic:nth-child(2) {
    display: none;
  }
  .section-events .section-body .feed-item .pic:nth-child(3) {
    display: none;
  }
  .section-events .section-body .feed-item .progressBar {
    display: none;
  }
  .section-events .section-body.bottom-events .feed-item .feed-item-image .imgContainer img {
    height: 100%;
  }
  .section-events .section-body.bottom-events .feed-item .feed-item-content {
    position: absolute;
  }
  .section-events .section-body.bottom-events .feed-item .feed-item-content h3 {
    text-align: center;
  }
  .section-events .section-body .col {
    margin: 0 auto 10px !important;
    position: static !important;
    padding: 0;
  }
  .section-events .section-body .baraja-container .feed-item {
    height: 100%;
    display: block;
  }
  .section-events .section-body .baraja-container .feed-item .feed-item-content {
    position: absolute;
    left: 0;
    right: 0;
  }
  .section-events .section-body .baraja-container .feed-item .feed-item-image {
    width: auto;
  }
  .section-intro-video {
    display: none;
  }
  .fullPageSection .fp-tableCell {
    align-items: flex-start;
    padding: 125px 30px calc(10% + 54px);
  }
  .fullPageSection .btnMoveDown {
    width: 33px;
    height: 33px;
  }
  .fullPageSection .btnMoveDown:after {
    width: 9px;
    height: 9px;
    left: 12px;
    top: 12px;
    border-left-width: 2px;
    border-bottom-width: 2px;
  }
  .fullPageSection .imgContainer {
    background: no-repeat right bottom;
    background-size: contain;
  }
  .fullPageSection .title {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .fullPageSection .subTitle {
    font-size: 22px;
  }
  .fullPageSection .text {
    font-size: 13px;
    padding: 0;
  }
  .fullPageSection .text:after {
    content: none;
  }
  .slideContainer {
    white-space: nowrap;
    margin: 0 -1.5px;
    height: 90px;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .slideContainer > div {
    display: inline-block;
    padding: 1.5px;
    height: 100% !important;
    margin: 0 !important;
    width: auto !important;
  }
  .slideContainer .play-video {
    display: block;
    height: 100%;
  }
  .slideContainer img {
    display: block;
    height: 100%;
  }
  .mfp-gallery .mfp-title {
    font-size: 11px;
  }
  .article-event .article-video a .play-btn {
    background-size: 10px auto;
    height: 40px;
    width: 40px;
  }
  .article-event .article-entry p {
    font-size: 16px;
  }
  .article-event .article-meta {
    display: none;
  }
  .btnReadMore {
    display: block !important;
    color: #f25e61;
    font-size: 1em;
    font-family: 'AbrahamBlack', sans-serif;
    text-decoration: unset;
  }
  .readMoreContainer {
    line-height: 24px;
    overflow: hidden;
  }
  .readMoreContainer.collapsed {
    height: 86px;
  }
  .hideSection {
    display: none !important;
  }
  .section-event .section-sidebar {
    display: block !important;
  }
  .section-event .section-sidebar .widget-icons {
    display: block !important;
  }
  .section-event .section-sidebar .label-soldout {
    display: none;
  }
  .section-event .section-sidebar .widget.widget-other {
    display: none;
  }
  .section-events-default .section-body .cols.grid {
    height: auto !important;
  }
  .card-group-body {
    overflow: hidden;
  }
  .article-event .article-video a img {
    height: 100%;
    width: auto;
  }
  .section-events.section-help.active .section-head {
    height: auto;
  }
  .section-events.section-help.active .shell {
    padding: 0 10px;
  }
  .btnPlayVideo {
    display: none !important;
  }
  .article-event-ongoing .article-entry p {
    font-size: 16px;
  }
  .doneModalContainer {
    display: none;
  }
  .doneModal {
    display: block;
  }
  .doneModal .gifText {
    display: flex;
    margin-right: 0;
  }
  .doneModal .gif {
    margin-left: 35px;
  }
  .doneModal .gif img {
    width: 110px;
  }
  .doneModal .titleBox {
    margin-top: 0;
    font-size: 2.2em;
  }
  .doneModal .title {
    margin-bottom: 6px;
  }
  .languageText {
    margin-top: 30px;
  }
  .languageText .text {
    margin-bottom: 15px;
    font-size: 1.5em;
  }
  .languageText .text.en {
    text-align: left;
  }
  .footer {
    margin-top: 0;
  }
  .footer .shell {
    margin-bottom: 30px;
  }
  .footer-header {
    margin-bottom: 40px;
  }
  .footer .footer-logo {
    display: none;
  }
  .footer .footer-nav {
    width: 100%;
  }
  .footer .footer-nav ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    font-size: unset;
  }
  .footer .footer-nav ul li {
    margin-right: 0;
    margin-left: 30px;
  }
  .footer .footer-nav ul li:last-child {
    margin-left: 0;
  }
  .footer .footer-nav ul li:before {
    height: 20px;
    left: -15px;
  }
  .footer .footer-nav ul a {
    color: #fff;
    font-size: 0.9em;
  }
  .footer .subscribe {
    margin-bottom: 20px;
  }
  .footer .subscribe label {
    font-size: 0.9em;
  }
  .footer .subscribe .subscribe-field {
    font-size: 0.8em;
    height: 50px;
    width: auto;
  }
  .footer .subscribe .btn-pink {
    padding: 0 13px;
    font-size: 0.8em;
    bottom: 8px;
  }
  .footer .socials ul a {
    width: 50px;
    height: 50px;
  }
  .footer .socials .fa {
    font-size: 1.2em;
  }
  .footer-subImage {
    height: 30px;
  }
  .footer-instagram-icon:before {
    width: 16px;
    height: 16px;
  }
  .footer-instagram-icon:after {
    width: 8px;
    height: 8px;
  }
  .footer-mail-icon {
    width: 18px;
    height: 13px;
  }
  .footer-mail-icon:before,
  .footer-mail-icon:after {
    width: 10px;
    height: 13px;
  }
  .article-event__cols {
    flex-direction: column;
  }
  .article-event__text-block {
    width: 100%;
  }
  .article-event__text-block_bottom {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #000;
  }
  .flex-grid__item {
    min-width: 280px;
    min-height: 435px;
  }
  .multiple-event .section-event .label-soldout span {
    left: 5px;
    top: 55px;
  }
  .multiple-event .section-image-text,
  .single-event .section-image-text {
    right: 0 !important;
  }
  .multiple-event .readMoreContainer,
  .single-event .readMoreContainer {
    border: none;
    font-size: 0.9em;
    line-height: 1.3em;
  }
  .multiple-event .col-size1,
  .single-event .col-size1 {
    margin-top: 25px;
  }
  .multiple-event .section-image,
  .single-event .section-image {
    height: calc(100vh - 100px);
  }
  .multiple-event .widget-tickets,
  .single-event .widget-tickets {
    padding-left: 0;
  }
  .multiple-event .image-text-wrap,
  .single-event .image-text-wrap {
    text-align: center;
  }
  .multiple-event .image-text-wrap .event__date,
  .single-event .image-text-wrap .event__date {
    justify-content: center;
    font-size: 1em;
  }
  .multiple-event .image-text-wrap .event__title,
  .single-event .image-text-wrap .event__title {
    width: 75%;
    font-size: 2.4em;
    margin: 0 auto;
  }
  .multiple-event .image-text-wrap .event__subTitle,
  .single-event .image-text-wrap .event__subTitle {
    font-size: 1.1em;
    width: 75%;
    margin: 0 auto;
  }
  .multiple-event .section-events,
  .single-event .section-events {
    margin-top: 60px;
    padding-top: 0;
  }
  .multiple-event .section-event .section-events .section-head,
  .single-event .section-event .section-events .section-head {
    padding-top: 60px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .multiple-event .section-event .section-events .section-head h2,
  .single-event .section-event .section-events .section-head h2 {
    font-size: 1.3em;
  }
  .multiple-event .section-event .section-events .section-body,
  .single-event .section-event .section-events .section-body {
    margin-top: 20px;
    margin-bottom: 50px;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .multiple-event .section-event .section-events .section-body .col,
  .single-event .section-event .section-events .section-body .col {
    margin: 0 0 5px 20px !important;
  }
  .multiple-event .section-event .section-events .feed-item,
  .single-event .section-event .section-events .feed-item {
    height: 500px;
  }
  .multiple-event .section-event .section-events .feed-item .feed-item-content,
  .single-event .section-event .section-events .feed-item .feed-item-content {
    align-items: flex-start;
    justify-content: flex-end;
  }
  .multiple-event .section-event .section-events .feed-item .feed-item-content__header,
  .single-event .section-event .section-events .feed-item .feed-item-content__header {
    margin-bottom: 0;
    font-size: 1.7em;
    text-align: right;
    height: unset;
  }
  .multiple-event .section-event .section-events .feed-item .feed-item-content .meta,
  .single-event .section-event .section-events .feed-item .feed-item-content .meta {
    margin-bottom: 30px;
  }
  .multiple-event .btn-pink-alt,
  .single-event .btn-pink-alt {
    font-size: 1em;
    height: 48px;
    padding: 0 24px;
  }
  .multiple-event .widget-tickets__content-wrap:before,
  .single-event .widget-tickets__content-wrap:before {
    content: unset;
  }
  .multiple-event .article-event .article-title,
  .single-event .article-event .article-title {
    font-size: 1.2em;
    margin-bottom: 20px;
  }
  .multiple-event .article-instruction__text,
  .single-event .article-instruction__text {
    font-size: 0.9em;
    line-height: 1.5em;
  }
  .header-black-color {
    background-color: black !important;
  }
  .header-black-color .blockLogo {
    display: block !important;
  }
  .start-mobile-area__date {
    margin-top: 25vh;
  }
  .start-mobile-area__link {
    margin-top: 3vh;
  }
  .parallax-box__img {
    margin-right: -20px;
    position: absolute;
    height: 100%;
    min-width: 100vw;
  }
  .section-events-default .color-lightgray {
    background-color: #f0f2f4;
  }
  .section-social-tool {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-social-tool .social-tool__button {
    width: calc(33.33333333%);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.9em;
    color: #000;
    border: none;
    border-left: 1px solid #e6e6e6;
    background-color: transparent;
    text-decoration: none;
  }
  .section-social-tool .social-tool__button:last-child {
    border-left: none;
  }
  .section-social-tool .social-tool__image {
    height: 30px;
  }
  .modalNewSocial {
    display: none;
  }
  .header-black-color {
    background-color: black !important;
  }
  .header-black-color .header-logo {
    display: block;
  }
  .contact-page .footer-mail-icon {
    height: 12px;
  }
  .contact-page .footer-mail-icon:before,
  .contact-page .footer-mail-icon:after {
    height: 10px;
  }
  .contact-page .col-1 {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .special-packages .card-group {
    flex-direction: column;
  }
  .special-packages .card-right {
    padding: 20px 20px 0;
  }
  .special-packages .card-right__top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .special-packages .card-right__header {
    text-align: center;
    font-size: 1.5em;
  }
  .special-packages .card-right .meta {
    margin-bottom: 10px;
  }
  .special-packages .card-group-body {
    margin-bottom: 0;
  }
  .special-packages .card-left__mobile {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .special-packages .card-left__mobile > div {
    margin-left: 20px;
  }
  .special-packages .card-left ~ .btn-pink {
    margin: 25px auto;
    height: 55px;
    width: 225px;
    padding: 10px 0;
    display: inline-block;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    font-weight: 400;
    border-radius: 30px;
  }
  .special-packages .section-body .col-1of2 {
    margin: 0 10px 50px !important;
    width: calc(100vw - 20px);
    overflow: hidden;
  }
  .special-packages .section-events .section-inner {
    margin-top: 100px;
  }
  .special-packages .section-events .section-body .feed-item {
    height: auto;
    min-width: 270px;
  }
  .special-packages .section-events .section-body .feed-item img {
    height: 360px;
  }
  .special-packages .section-events .section-body .feed-item .feed-item-content {
    top: unset;
    bottom: 20px;
    padding: 10px 10px 0;
  }
  .special-packages .section-events .section-body .feed-item .feed-item-content__definition,
  .special-packages .section-events .section-body .feed-item .feed-item-content .meta,
  .special-packages .section-events .section-body .feed-item .feed-item-content .btn-lead {
    display: none;
  }
  .special-packages .section-events .section-body .feed-item .feed-item-content__header {
    height: auto;
    margin: 0;
    line-height: 1;
    font-size: 1.5em;
    text-align: right;
  }
  .special-packages .cols__title {
    display: none;
  }
  .special-packages .parallax-box__img {
    height: 100%;
    margin: 0;
  }
  .special-packages .section-events-default .section-body {
    margin: 0;
  }
  .parallax-image.header {
    background-image: url('/Css/images/gradientMapBig.png');
    height: 86px;
  }
  .parallax-image .header-logo__page-title {
    display: block;
    font-family: 'AbrahamBlack', sans-serif;
    font-size: 1.1em;
    color: #fff;
  }
  .parallax-image .header-logo {
    display: none !important;
  }
  .content-page .article-primary {
    margin-top: -25vh;
  }
  .content-page .article-primary .article-head h3 {
    font-size: 1.5em;
  }
  .content-page .article-body {
    padding: 0;
    flex-direction: column;
  }
  .social-modal {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
  }
  .social-modal__wrap-content {
    position: absolute;
    top: 827px;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    z-index: 1;
  }
  .social-modal__wrap-content:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 9px 10px 9px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    right: 7%;
    top: -10px;
  }
  .social-modal__gray-wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
  }
  .social-modal .social-modal__header {
    margin-bottom: 10px;
    font-size: 1em;
    color: black;
  }
  .social-modal a.social-modal__link {
    margin: 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .social-modal .fa {
    position: relative;
    color: #fff;
  }
  .social-modal .fa-whatsapp {
    font-size: 24px;
  }
  .complexArticleEvent .innerShell {
    padding: 0;
  }
  .complexArticleEvent .innerShell .section-body .flex-grid .col {
    margin: 0 auto 10px !important;
  }
  .complexArticleEvent .innerShell .section-body .flex-grid .col .feed-item {
    height: 100%;
  }
  .complexArticleEvent .innerShell .section-body .flex-grid .col .feed-item-image img {
    height: 100%;
  }
  .complexArticleEvent .innerShell .section-body .flex-grid .col .feed-item-content {
    align-items: center;
    position: absolute;
  }
  .complexArticleEvent .innerShell .section-body .flex-grid .col .feed-item-content h2 {
    text-align: center;
  }
  .complexArticleEvent .innerShell .section-body .flex-grid .col .feed-item-content__definition {
    height: 100%;
  }
  .complexArticleEvent .article-event__text-block_bottom {
    width: 100%;
  }
}
@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');
}