.et-top {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  padding-top: 100px;
  min-height: 100vh; }
  .et-top.bg-top .et-top__media > * {
    object-position: top; }
  .et-top__logo {
    position: absolute; }
  .et-top__main {
    margin: auto 0;
    color: var(--white);
    text-align: center; }
    .et-top__main h1 {
      text-shadow: 0px 4px 60px rgba(50, 44, 88, 0.5); }
      .et-top__main h1.et-txt-cut {
        font-size: 122px; }
      .et-top__main h1.et-h2 {
        font-size: 86px; }
      .et-top__main h1.et-h3 {
        margin-top: 0.5em; }
    .et-top__main h2 {
      font-size: 86px; }
    .et-top__main h3 {
      margin-top: 0.5em; }
    .et-top__main h4 {
      font-weight: normal;
      text-transform: capitalize; }
    @media (max-width: 991px) {
      .et-top__main h1 {
        font-size: calc(50px + 50 * ((100vw - 320px) / 448)); }
        .et-top__main h1.et-txt-cut {
          font-size: calc(48px + 48 * ((100vw - 320px) / 448)); }
        .et-top__main h1.et-h2 {
          font-size: calc(36px + 36 * ((100vw - 320px) / 448)); }
        .et-top__main h1.et-h3 {
          font-size: 44px; } }
    @media (max-width: 767px) {
      .et-top__main h1.et-txt-cut {
        font-size: calc(44px + 44 * ((100vw - 320px) / 448)); } }
    @media (max-width: 575px) {
      .et-top__main h1 {
        font-size: calc(44px + 44 * ((100vw - 320px) / 448)); }
        .et-top__main h1.et-txt-cut {
          font-size: calc(36px + 36 * ((100vw - 320px) / 448)); }
        .et-top__main h1.et-h2 {
          font-size: calc(34px + 34 * ((100vw - 320px) / 448)); }
        .et-top__main h1.et-h3 {
          font-size: 44px; } }

.et-list {
  position: relative;
  margin-top: -16vh; }
  .et-list .et-txt-bg {
    top: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center; }
  .et-list__list > li {
    display: flex;
    position: relative;
    align-items: center;
    margin: 0 auto 35px; }
  .et-list__list-preview {
    position: relative; }
    @media (min-width: 1201px) {
      .et-list__list-preview {
        width: 50%;
        height: 445px; } }

@media (min-width: 577px) and (max-width: 1200px) {
  .et-list__list-preview {
    width: 100%;
    height: 430px; } }
    @media (max-width: 576px) {
      .et-list__list-preview {
        max-height: 300px;
        min-height: 200px;
        margin-left: calc(var(--halfGap) * -1);
        margin-right: calc(var(--halfGap) * -1);
        width: auto; } }
    .et-list__list-preview[style] {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
    .et-list__list-preview-poster {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
    .et-list__list-preview-media {
      width: 100%;
      height: 100%;
      background: radial-gradient(circle at 50px 50px, black 0%, white 100%); }
      @media (min-width: 700px) {
        .et-list__list-preview-media {
          min-height: 445px;
          min-width: 270px; } }
      @media (max-width: 699px) {
        .et-list__list-preview-media {
          min-height: 300px; } }
    .et-list__list-preview button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0);
      display: block; }
  .et-list__list-details {
    display: flex;
    flex-direction: column;
    transform: translate3d(0, 0, 0);
    min-height: 370px;
    margin: auto 0;
    background-color: #2F3034;
    text-align: left;
    color: #FFFFFF; }
    @media (min-width: 1201px) {
      .et-list__list-details {
        padding: 30px 40px 30px 40px;
        width: 50%;
        min-width: 660px;
        box-shadow: 0 0 29px rgba(0, 0, 0, 0.4); } }
    @media (max-width: 1200px) {
      .et-list__list-details {
        padding: 30px 20px; } }
    @media (max-width: 699px) {
      .et-list__list-details-desc {
        display: none; } }
    .et-list__list-details > .et-h3 {
      font-size: 24px;
      margin-bottom: 1em; }
    .et-list__list-details-row {
      display: flex;
      justify-content: space-between;
      margin-top: auto;
      padding-top: 10px; }
    .et-list__list-details-time {
      padding-right: 10px; }
      .et-list__list-details-time > div {
        padding: 1.25em 0; }
        @media (min-width: 700px) {
          .et-list__list-details-time > div {
            display: flex;
            align-items: center; } }
        .et-list__list-details-time > div > svg {
          margin-top: -4px; }
          @media (min-width: 700px) {
            .et-list__list-details-time > div > svg {
              flex: none; } }
        .et-list__list-details-time > div > span {
          padding-left: 10px; }
          @media (min-width: 700px) {
            .et-list__list-details-time > div > span {
              white-space: nowrap; } }

@media (min-width: 700px) and (max-width: 767px) {
  .et-list__list-details-time > div:last-of-type {
    justify-content: flex-end; } }
    .et-list__list-details-prices {
      flex: none; }
      .et-list__list-details-prices > div {
        height: 60px;
        line-height: 60px;
        text-align: right; }
        @media (max-width: 576px) {
          .et-list__list-details-prices > div {
            display: flex;
            align-items: center;
            justify-content: space-between; } }
        .et-list__list-details-prices > div > p {
          margin-left: 15px;
          font-size: 46px; }
    .et-list__list-details-mobile {
      display: none;
      margin-top: 10px; }
      .et-list__list-details-mobile > button {
        width: 100%; }
      .et-list__list-details-mobile > div {
        max-height: 0;
        margin: 0.5em 0;
        overflow: hidden;
        transition: 1s all ease; }
      .et-list__list-details-mobile.js-show button svg {
        transform: rotate(180deg); }
      .et-list__list-details-mobile.js-show > div {
        max-height: none; }
    .et-list__list-details-bottom {
      clear: both;
      display: flex;
      justify-content: flex-end;
      margin: 20px -10px 0 -20px; }
      .et-list__list-details-bottom > button.et-btn--cut {
        min-width: 0;
        padding: 0 0 0 20px;
        background-color: #171717; }
        .et-list__list-details-bottom > button.et-btn--cut > span > span {
          padding-right: 10px; }
      .et-list__list-details-bottom > a.et-btn {
        cursor: pointer; }
      .et-list__list-details-bottom > * {
        margin: 0 5px; }
      @media (max-width: 576px) {
        .et-list__list-details-bottom-order {
          margin-top: 20px; } }
  @media (max-width: 1199px) {
    .et-list__list > li {
      display: block; }
    .et-list__list-details > p:not(.et-h3) {
      height: auto;
      font-size: 16px;
      line-height: 1.5em; }
    .et-list__list-details-row {
      display: block; }
    .et-list__list-details-time {
      display: flex; }
      .et-list__list-details-time > div {
        width: 50%; }
    .et-list__list-details-prices {
      display: flex;
      margin: 20px 0 0 0; }
      .et-list__list-details-prices > div {
        width: 50%; }
        .et-list__list-details-prices > div > p {
          font-size: 52px; }
        .et-list__list-details-prices > div:nth-child(1) {
          text-align: left; }
    .et-list__list-details-bottom {
      margin-top: 50px; } }
  @media (max-width: 699px) {
    .et-list__list {
      margin: 0 0; }
      .et-list__list-details-time {
        display: block; }
        .et-list__list-details-time > div {
          width: 100%;
          height: auto;
          padding-left: 25px;
          line-height: 1.5em; }
          .et-list__list-details-time > div > svg {
            margin-left: -25px; }
          .et-list__list-details-time > div > span.et-red {
            white-space: nowrap; }
      .et-list__list-details-prices {
        display: block; }
        .et-list__list-details-prices > div {
          width: 100%;
          white-space: nowrap; }
          .et-list__list-details-prices > div > p {
            font-size: 36px; }
          .et-list__list-details-prices > div:nth-child(2) {
            margin-top: 10px;
            text-align: left; }
      .et-list__list-details-mobile {
        display: block; }
      .et-list__list-details-bottom {
        justify-content: flex-start;
        margin: 0 0 0 0; } }
  @media (max-width: 575px) {
    .et-list__list-details-bottom {
      display: block; }
      .et-list__list-details-bottom > * {
        margin-left: 0;
        margin-right: 0; }
      .et-list__list-details-bottom > button {
        margin-top: 1em; } }
  .et-list__bottom {
    height: 56px;
    margin: 0 auto;
    color: #FFFFFF;
    background: var(--grad);
    line-height: 56px;
    text-align: center;
    cursor: pointer; }
    .et-list__bottom + .et-paginator {
      padding-top: 40px; }
  @media (max-width: 699px) {
    .et-list {
      margin-top: 0; } }

.et-questions-sec {
  margin-top: 50px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-color: #000; }
  .et-why-sec + .et-questions-sec {
    margin-top: 0; }
  @media (min-width: 2001px) {
    .et-questions-sec::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100vw;
      max-width: 2500px;
      left: 50%;
      transform: translate3d(-50%, 0, 0);
      background-image: url("/images/common/questions/bg-2500.jpg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      pointer-events: none; } }

@media (min-width: 1501px) and (max-width: 2000px) {
  .et-questions-sec {
    background-image: url("/images/common/questions/bg-2000.jpg"); } }

@media (min-width: 1201px) and (max-width: 1500px) {
  .et-questions-sec {
    background-image: url("/images/common/questions/bg-1500.jpg"); } }

@media (min-width: 993px) and (max-width: 1200px) {
  .et-questions-sec {
    background-image: url("/images/common/questions/bg-1200.jpg"); } }

@media (min-width: 769px) and (max-width: 992px) {
  .et-questions-sec {
    background-image: url("/images/common/questions/bg-992.jpg"); } }

@media (min-width: 577px) and (max-width: 768px) {
  .et-questions-sec {
    background-image: url("/images/common/questions/bg-768.jpg"); } }
  @media (max-width: 576px) {
    .et-questions-sec {
      background-image: url("/images/common/questions/bg-576.jpg"); } }
  @media (min-width: 2001px) {
    .et-questions-sec {
      padding-top: 170px;
      padding-bottom: 170px; } }

@media (min-width: 993px) and (max-width: 2000px) {
  .et-questions-sec {
    padding-top: 136px;
    padding-bottom: 150px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-questions-sec {
    padding-top: 133px;
    padding-bottom: 153px; } }
  @media (max-width: 576px) {
    .et-questions-sec {
      padding-top: 30px;
      padding-bottom: 75px; } }
  .et-questions-sec::after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%); }

.et-questions {
  position: relative;
  z-index: 1; }
  .et-questions .et-input-block--btn {
    align-items: flex-start; }
  @media (max-width: 576px) {
    .et-questions {
      text-align: center; } }
  .et-questions__title {
    padding-bottom: 6px; }
  .et-questions__subtitle {
    padding-bottom: 32px; }
    @media (min-width: 993px) {
      .et-questions__subtitle {
        max-width: 900px; } }
  .et-questions__form .et-input-block {
    max-width: 558px;
    width: 100%; }
  .et-questions__form .et-input-txt {
    width: 100%; }

.et-empty-state {
  margin-top: calc(16vh + 40px); }

/*# sourceMappingURL=events.css.map */
