@charset "UTF-8";
.et-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  min-height: 100vh;
  overflow: hidden; }
  @media (min-width: 993px) {
    .et-hero {
      padding-top: 100px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-hero {
    padding-top: 80px; } }
  @media (max-width: 576px) {
    .et-hero {
      padding-top: 76px; } }
  .et-hero-media {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none; }
    .et-hero-media::after {
      content: '';
      display: block;
      position: absolute;
      pointer-events: none;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      background-image: url("/images/main/hero/intro-poster.jpg");
      transition: filter .8s linear, opacity .8s linear;
      opacity: 0;
      filter: blur(4px); }
    .et-hero-media.js-loading::after {
      opacity: 1;
      filter: blur(0px); }
    .et-hero-media.js-loading .et-hero-media-intro-text {
      pointer-events: auto;
      animation: none; }
    .et-hero-media > video {
      object-fit: cover;
      height: 100%;
      width: 100%; }
    .et-hero-media-intro-text {
      position: absolute;
      left: 50%;
      top: 50%;
      animation: intoTextAnim 3.8s linear forwards;
      width: 100vw;
      opacity: 0;
      pointer-events: none; }
  @media (min-width: 577px) {
    .et-hero-media-info {
      margin: auto !important;
      position: relative; } }
  @media (max-width: 576px) {
    .et-hero-media-info {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-bottom: 10px; } }
  .et-hero-media-info.js-info-hidden .et-hero-media-info__more {
    pointer-events: none;
    opacity: 0;
    transform: translate3d(0, 50px, 0); }
  .et-hero-media-info.js-info-hidden .et-hero-media-info__title::after {
    transform: translate3d(0, 100%, 0); }
  .et-hero-media-info.js-info-hidden .et-hero-media-info__subtitle::after {
    transform: translate3d(0, -100%, 0); }
  @media (min-width: 577px) {
    .et-hero-media-info__text {
      max-width: 1200px; } }
  @media (max-width: 576px) {
    .et-hero-media-info__text {
      position: relative;
      text-align: center;
      padding-top: 40px;
      padding-bottom: 100px;
      margin: auto; } }
  .et-hero-media-info__title, .et-hero-media-info__subtitle {
    color: rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    user-select: none; }
    .et-hero-media-info__title::after, .et-hero-media-info__subtitle::after {
      content: attr(data-text);
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      transition: transform .8s ease-in-out;
      font: inherit;
      color: var(--white);
      text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8); }
  @media screen and (max-width: 320px) {
    .et-hero-media-info__title {
      font-size: 30px; } }
  @media screen and (max-width: 1199px) and (min-width: 321px) {
    .et-hero-media-info__title {
      font-size: calc(30px + 70 * ((100vw - 320px) / 880)); } }
  @media screen and (min-width: 1200px) {
    .et-hero-media-info__title {
      font-size: 100px; } }
  @media screen and (max-width: 320px) {
    .et-hero-media-info__subtitle {
      font-size: 24px; } }
  @media screen and (max-width: 1199px) and (min-width: 321px) {
    .et-hero-media-info__subtitle {
      font-size: calc(24px + 16 * ((100vw - 320px) / 880)); } }
  @media screen and (min-width: 1200px) {
    .et-hero-media-info__subtitle {
      font-size: 40px; } }
  .et-hero-media-info__more {
    transition: opacity .8s linear, transform .8s ease-in-out; }
    @media (min-width: 577px) {
      .et-hero-media-info__more {
        margin-top: 60px;
        margin-bottom: 90px; } }
    @media (max-width: 576px) {
      .et-hero-media-info__more {
        margin-top: auto;
        text-align: center; } }
    @media (min-width: 577px) {
      .et-hero-media-info__more__btn {
        margin-bottom: 40px; } }
    @media (max-width: 576px) {
      .et-hero-media-info__more__btn {
        margin-bottom: 20px; } }
  .et-hero__footer {
    overflow: hidden;
    flex: none;
    background-image: linear-gradient(to right, rgba(var(--white), 0.5), rgba(var(--white), 0.5));
    background-position: center;
    background-size: 100% 1px;
    background-repeat: repeat-x; }
    @media (max-width: 576px) {
      .et-hero__footer {
        margin-bottom: 40px; } }
    @media (min-width: 577px) {
      .et-hero__footer-inner {
        overflow: initial !important; } }
    @media (max-width: 576px) {
      .et-hero__footer-inner {
        position: relative; }
        .et-hero__footer-inner::after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          right: 0;
          top: 40%;
          border-top: 1px solid #B3BCC0;
          z-index: -1;
          pointer-events: none; } }
    @media (min-width: 577px) {
      .et-hero__footer-pagin {
        display: none; } }
    @media (min-width: 577px) {
      .et-hero__footer-list {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap; } }
    .et-hero__footer-list > li {
      position: relative;
      padding: 12px; }
      @media (min-width: 577px) {
        .et-hero__footer-list > li {
          width: auto !important;
          height: auto !important; }
          .et-hero__footer-list > li::after {
            position: absolute;
            content: '';
            display: block;
            pointer-events: none;
            width: 200vw;
            border-top: 1px solid #B3BCC0;
            left: 50%;
            top: 50%;
            transform: translate3d(-50%, -50%, 0);
            z-index: -1; } }
      @media (max-width: 576px) {
        .et-hero__footer-list > li > .et-socials-list {
          display: inline-flex; } }
      @media (max-width: 576px) {
        .et-hero__footer-list > li {
          text-align: center; } }
      .et-hero__footer-list > li > a {
        display: inline-flex;
        align-items: center;
        background-color: var(--white);
        height: 40px;
        border-radius: 20px;
        font-weight: 700;
        font-size: 14px;
        padding: 0 20px;
        border: 1px solid rgba(0, 0, 0, 0);
        transition: border-color .2s linear; }
        .et-hero__footer-list > li > a:hover {
          border-color: var(--blue-1); }
          .et-hero__footer-list > li > a:hover > svg {
            color: var(--blue-1); }
        .et-hero__footer-list > li > a > span {
          font: inherit;
          color: inherit; }
        .et-hero__footer-list > li > a > svg {
          margin-left: -10px;
          color: var(--red);
          margin-right: 10px;
          transition: color .2s linear;
          pointer-events: none; }
  .et-hero__video-mute {
    position: absolute !important; }
    @media (min-width: 577px) {
      .et-hero__video-mute {
        right: 50px;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        z-index: 1;
        pointer-events: auto; } }
    @media (max-width: 576px) {
      .et-hero__video-mute {
        width: 64px;
        height: 64px;
        right: 10px;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        z-index: 1;
        pointer-events: auto; }
        .et-hero__video-mute svg {
          font-style: 14px; } }
  @media (min-width: 577px) {
    .et-hero__video-play {
      display: none; } }
  @media (max-width: 576px) {
    .et-hero__video-play {
      display: block;
      margin: auto;
      position: absolute !important;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0);
      z-index: 1;
      pointer-events: auto; } }

@keyframes intoTextAnim {
  0% {
    transform: translate3d(-50%, -50%, 0);
    opacity: 1; }
  90% {
    transform: translate3d(-50%, -14%, 0);
    opacity: 1; }
  100% {
    transform: translate3d(-50%, -10%, 0);
    opacity: 0; } }

@media (min-width: 993px) {
  .et-advan-sec {
    padding-top: 50px;
    padding-bottom: 60px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-advan-sec {
    padding-bottom: 40px; } }

@media (min-width: 577px) {
  .et-advan-sec {
    background-image: linear-gradient(to right, rgba(205, 205, 205, 0) 0%, #CDCDCD 100%), url("/images/common/advantage/bg.png");
    background-position: left bottom, right -60px;
    background-repeat: no-repeat;
    background-size: 100% 1px, auto calc(100% + 60px); } }

@media (max-width: 576px) {
  .et-advan-sec {
    display: none; } }

@media (min-width: 577px) {
  .et-advan {
    position: relative; } }

@media (min-width: 993px) {
  .et-advan {
    padding-top: 50px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-advan {
    padding-top: 50px; } }

.et-advan > .et-txt-bg {
  z-index: 0; }

.et-advan .et-h2 {
  position: relative; }
  @media (min-width: 577px) {
    .et-advan .et-h2 > strong {
      font: inherit;
      display: block; } }

@media (min-width: 577px) {
  .et-advan__list {
    display: flex;
    flex-wrap: wrap;
    width: auto; } }

@media (min-width: 993px) {
  .et-advan__list {
    padding-top: 20px;
    margin-left: -16px;
    margin-right: -16px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-advan__list {
    padding-top: 20px;
    margin-left: -8px;
    margin-right: -8px; } }

@media (min-width: 993px) {
  .et-advan__list > li {
    padding-left: 16px;
    padding-right: 16px;
    flex: 1; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-advan__list > li {
    padding-left: 8px;
    padding-right: 8px;
    flex: 0 0 33.33333%;
    padding-bottom: 16px;
    padding-top: 8px; } }

@media (min-width: 577px) {
  .et-advan__list > li > i {
    display: block;
    margin-bottom: 20px; } }

@media (min-width: 993px) {
  .et-advan__list > li > p {
    max-width: 170px; } }

.et-top {
  overflow: hidden;
  position: relative;
  padding-bottom: 16px; }
  @media (min-width: 993px) {
    .et-top {
      padding-top: 65px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-top {
    padding-top: 48px; } }
  @media (max-width: 576px) {
    .et-top {
      padding-top: 20px; } }
  @media (max-width: 575px) {
    .et-top__title {
      position: relative; } }
  .et-top__txt-bg {
    margin-bottom: -.7em; }
  .et-top__group {
    position: relative;
    background-color: var(--bg);
    overflow: hidden; }
    @media (min-width: 993px) {
      .et-top__group {
        padding-top: 40px;
        padding-bottom: 50px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-top__group {
    padding-top: 30px;
    padding-bottom: 56px; } }
    @media (max-width: 576px) {
      .et-top__group {
        padding-top: 16px; } }
    @media (max-width: 576px) {
      .et-top__group__inner {
        padding-right: 0 !important;
        padding-left: 0 !important; } }
    .et-top__group-controll {
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: var(--white); }
      @media (min-width: 993px) {
        .et-top__group-controll {
          max-width: 450px;
          margin-bottom: 30px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-top__group-controll {
    margin-bottom: 30px; } }
      @media (max-width: 576px) {
        .et-top__group-controll {
          margin-bottom: 18px; } }
      .et-top__group-controll > button {
        color: inherit;
        font-size: 30px;
        transition: opacity .2s linear; }
        .et-top__group-controll > button.swiper-button-disabled {
          opacity: 0;
          pointer-events: none; }
        .et-top__group-controll > button > svg {
          font: inherit;
          transition: all 0.2s;
          pointer-events: none; }
        .et-top__group-controll > button:hover > svg {
          transform: scale(1.15); }
  .et-top__list {
    position: relative; }
    @media (min-width: 577px) {
      .et-top__list {
        overflow: initial !important; } }
    .et-top__list > ul {
      perspective: 20px;
      perspective-origin: center;
      height: 100%; }
  .et-top__next-btn {
    padding: 5px; }
    @media (min-width: 577px) {
      .et-top__next-btn {
        position: absolute;
        border-radius: 50%;
        color: var(--white);
        overflow: hidden;
        z-index: 2; } }
    @media (min-width: 993px) {
      .et-top__next-btn {
        transform: translate3d(-50%, -50%, 0);
        left: 50%;
        top: 50%;
        width: 180px;
        height: 180px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-top__next-btn {
    top: 30%;
    left: 16px;
    width: 160px;
    height: 160px; } }
    @media (max-width: 576px) {
      .et-top__next-btn {
        display: none; } }
    .et-top__next-btn:after {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      border-radius: 50%;
      background-color: var(--red);
      z-index: -1;
      transition: filter 0.2s; }
    .et-top__next-btn:hover:after {
      filter: brightness(0.8); }
  @media (min-width: 993px) {
    .et-top__item {
      display: grid;
      grid-template-areas: "head main" "bot main";
      grid-template-columns: 50% 50%;
      grid-template-rows: max-content; } }
  @media (max-width: 576px) {
    .et-top__item {
      padding-bottom: 24px; } }
  @media (min-width: 993px) {
    .et-top__item__head {
      display: flex;
      justify-content: flex-end;
      grid-area: head; } }
  @media (max-width: 576px) {
    .et-top__item__head {
      padding-left: var(--halfGap);
      padding-right: var(--halfGap); } }
  @media (min-width: 1701px) {
    .et-top__item__head__inner {
      width: calc(var(--wrap) / 2); } }
  @media (max-width: 1700px) {
    .et-top__item__head__inner {
      width: 100%; } }
  @media (min-width: 993px) {
    .et-top__item__head__inner {
      padding-right: 100px;
      padding-left: var(--halfGap); } }
  @media (max-width: 992px) {
    .et-top__item__head__inner {
      padding-left: var(--halfGap);
      padding-right: var(--halfGap); } }
  @media (min-width: 993px) {
    .et-top__item__main {
      grid-area: main;
      position: relative; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-top__item__main {
    margin-bottom: 32px;
    margin-left: 16px;
    position: relative; } }
  @media (max-width: 576px) {
    .et-top__item__main {
      padding-bottom: 16px; } }
  @media (min-width: 993px) {
    .et-top__item__bot {
      grid-area: bot;
      display: flex;
      justify-content: flex-end; } }
  @media (max-width: 576px) {
    .et-top__item__bot {
      padding-right: var(--halfGap);
      padding-left: var(--halfGap); } }
  @media (min-width: 1701px) {
    .et-top__item__bot__inner {
      width: calc(var(--wrap) / 2); } }
  @media (max-width: 1700px) {
    .et-top__item__bot__inner {
      width: 100%; } }
  @media (min-width: 993px) {
    .et-top__item__bot__inner {
      padding-left: var(--halfGap);
      padding-right: 100px; } }
  @media (max-width: 992px) {
    .et-top__item__bot__inner {
      padding-left: var(--halfGap);
      padding-right: var(--halfGap); } }
  .et-top__item-info {
    display: flex;
    flex-direction: column;
    height: 100%; }
  @media (min-width: 577px) {
    .et-top__item-country {
      margin-bottom: 10px; } }
  @media (min-width: 993px) {
    .et-top__item-title {
      margin-bottom: 30px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-top__item-title {
    margin-bottom: 18px; } }
  @media (max-width: 576px) {
    .et-top__item-title {
      margin-bottom: 14px; } }
  @media (min-width: 993px) {
    .et-top__item-note {
      margin-bottom: 50px; }
      .et-top__item-note::before {
        display: block;
        float: right;
        content: '';
        width: 80px;
        height: 80px;
        shape-outside: ellipse(67px 65px at 83.38% 111%); } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-top__item-note {
    margin-bottom: 28px; } }
  @media (max-width: 576px) {
    .et-top__item-note {
      display: none; } }
  @media (min-width: 1201px) {
    .et-top__item-shedule {
      padding-left: 30px; } }

@media (min-width: 901px) and (max-width: 992px) {
  .et-top__item-shedule {
    columns: 2; } }
  @media (max-width: 576px) {
    .et-top__item-shedule {
      max-height: 0;
      overflow: hidden; } }
  @media (max-width: 576px) {
    .et-top__item-shedule__wrap.js-show .et-top__item-shedule__show-more > svg {
      transform: rotate(180deg); } }
  @media (min-width: 577px) {
    .et-top__item-shedule__show-more {
      display: none; } }
  .et-top__item-shedule > li {
    font: inherit;
    color: var(--white); }
    @media (min-width: 577px) {
      .et-top__item-shedule > li {
        display: flex;
        padding: 6px 0; } }
    @media (max-width: 576px) {
      .et-top__item-shedule > li {
        padding: 9px 0; }
        .et-top__item-shedule > li:first-of-type {
          padding-top: 28px; }
        .et-top__item-shedule > li:last-of-type {
          padding-bottom: 20px; } }
    .et-top__item-shedule > li > p {
      font: inherit; }
      @media (min-width: 577px) {
        .et-top__item-shedule > li > p {
          display: block; }
          .et-top__item-shedule > li > p:first-of-type {
            min-width: 260px;
            padding-right: 10px; }
          .et-top__item-shedule > li > p:last-of-type {
            flex: 1; } }
      @media (max-width: 576px) {
        .et-top__item-shedule > li > p {
          display: block; } }
      @media (max-width: 576px) {
        .et-top__item-shedule > li > p:last-of-type {
          margin-left: 34px; } }
      .et-top__item-shedule > li > p > svg {
        opacity: 0.6;
        margin-right: 10px; }
  .et-top__item-action {
    margin-top: auto;
    display: flex;
    align-items: center; }
    .et-top__item-action > *:last-child {
      margin-left: 16px; }
    @media (min-width: 993px) {
      .et-top__item-action {
        padding-top: 50px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-top__item-action {
    padding-top: 24px; } }
    @media (max-width: 576px) {
      .et-top__item-action {
        padding-top: 18px; }
        .et-top__item-action > * {
          flex: 0 0 calc(50% - 8px); } }
  .et-top__item-poster {
    position: relative; }
    @media (min-width: 993px) {
      .et-top__item-poster {
        height: 800px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-top__item-poster {
    height: 460px;
    margin-left: 80px; } }
    @media (max-width: 576px) {
      .et-top__item-poster {
        height: 240px;
        width: 100%;
        position: relative; } }
    .et-top__item-poster::after {
      content: '';
      position: absolute;
      right: 0;
      left: 0;
      height: 30%;
      bottom: 0;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      background-image: linear-gradient(180deg, rgba(29, 26, 26, 0) 30.77%, rgba(0, 0, 0, 0.7) 100%); }
    @media (min-width: 577px) {
      .et-top__item-poster-shadow {
        position: absolute;
        z-index: -1;
        pointer-events: none;
        opacity: .5; }
        .et-top__item-poster-shadow img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .et-top__item-poster-shadow::after {
          position: absolute;
          content: '';
          display: block;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-image: linear-gradient(180deg, rgba(29, 26, 26, 0) 0%, rgba(0, 0, 0, 0.6) 100%); } }
    @media (min-width: 993px) {
      .et-top__item-poster-shadow {
        top: 44px;
        bottom: 28px;
        left: -48px;
        width: 80%; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-top__item-poster-shadow {
    top: 40px;
    left: 24px;
    bottom: 32px;
    width: 80%; } }
    @media (max-width: 576px) {
      .et-top__item-poster-shadow {
        display: none; } }
    .et-top__item-poster img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
    .et-top__item-poster .et-price {
      position: absolute;
      z-index: 1; }
      @media (min-width: 577px) {
        .et-top__item-poster .et-price {
          bottom: 30px;
          left: 60px; } }
      @media (max-width: 576px) {
        .et-top__item-poster .et-price {
          bottom: 30px;
          left: 50%;
          transform: translate3d(-50%, 0, 0); } }

@media (min-width: 993px) {
  .et-main-deals-sec {
    padding-top: 58px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-main-deals-sec {
    padding-top: 50px; } }

.et-main-deals__head {
  position: relative; }
  @media (min-width: 993px) {
    .et-main-deals__head {
      padding-top: 20px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-main-deals__head {
    padding-top: 10px; } }
  @media (max-width: 576px) {
    .et-main-deals__head > .et-txt-bg {
      position: relative;
      margin-bottom: -22px; } }

@media (min-width: 993px) {
  .et-main-deals__title {
    padding-bottom: 36px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-main-deals__title {
    padding-bottom: 40px; } }

@media (max-width: 576px) {
  .et-main-deals__title {
    padding-bottom: 24px; } }

.et-main-deals__list {
  display: flex; }
  @media (min-width: 993px) {
    .et-main-deals__list {
      min-height: 924px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-main-deals__list {
    min-height: 1124px;
    flex-direction: column; } }
  @media (max-width: 576px) {
    .et-main-deals__list {
      min-height: 860px;
      flex-direction: column; } }
  .et-main-deals__list__li {
    flex: 1; }
    @media (max-width: 992px) {
      .et-main-deals__list__li {
        display: flex;
        flex-direction: column; } }

.et-main-deals__deal {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5; }
  @media (min-width: 993px) {
    .et-main-deals__deal {
      height: 100%; } }
  @media (max-width: 992px) {
    .et-main-deals__deal {
      flex: 1; } }
  .et-main-deals__deal__bg {
    position: absolute;
    pointer-events: none;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media (min-width: 993px) {
      .et-main-deals__deal__bg {
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        width: 100vw; } }
    @media (max-width: 992px) {
      .et-main-deals__deal__bg {
        left: 0;
        right: 0; } }
    .et-main-deals__deal__bg::after {
      content: "";
      display: block;
      position: absolute;
      pointer-events: none;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 49.72%);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .et-main-deals__deal__prew {
    height: 100%;
    text-align: center;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    transition: opacity .15s linear;
    pointer-events: none; }
    @media (min-width: 993px) {
      .et-main-deals__deal__prew {
        padding: 80px 16px 100px;
        flex-direction: column; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-main-deals__deal__prew {
    padding: 16px 20px 16px 72px;
    flex: 1;
    flex-direction: row; } }
    @media (max-width: 576px) {
      .et-main-deals__deal__prew {
        padding: 16px 16px 16px 40px; } }
    .et-main-deals__deal__prew::after, .et-main-deals__deal__prew::before {
      content: '';
      display: block;
      position: absolute;
      pointer-events: none; }
    .et-main-deals__deal__prew::after {
      background-color: var(--red);
      border-radius: 2px; }
      @media (min-width: 993px) {
        .et-main-deals__deal__prew::after {
          height: 4px;
          width: 80px;
          bottom: 50px;
          left: 50%;
          transform: translate3d(-50%, 0, 0); } }
      @media (max-width: 992px) {
        .et-main-deals__deal__prew::after {
          width: 4px;
          top: 50%;
          transform: translate3d(0, -50%, 0); } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-main-deals__deal__prew::after {
    height: 82px;
    left: 24px; } }
      @media (max-width: 576px) {
        .et-main-deals__deal__prew::after {
          height: 56px;
          left: 16px; } }
    .et-main-deals__deal__prew::before {
      top: 0;
      right: 0;
      left: 0;
      bottom: 0; }
      @media (min-width: 993px) {
        .et-main-deals__deal__prew::before {
          opacity: .7;
          background-image: linear-gradient(to top, rgba(60, 1, 170, 0.8) 2.42%, rgba(220, 41, 46, 0.3) 80%, rgba(220, 41, 46, 0) 100%); } }
      @media (max-width: 992px) {
        .et-main-deals__deal__prew::before {
          background-image: linear-gradient(to right, rgba(60, 1, 170, 0.8) 2.42%, rgba(220, 41, 46, 0.3) 80%, rgba(220, 41, 46, 0) 100%); } }
    .et-main-deals__deal__prew__title {
      text-align: left; }
      @media (min-width: 993px) {
        .et-main-deals__deal__prew__title {
          writing-mode: vertical-rl;
          transform: rotate(180deg);
          margin-top: auto; } }
      @media (max-width: 992px) {
        .et-main-deals__deal__prew__title {
          position: relative; } }
  .et-main-deals__deal__block {
    display: none;
    flex-direction: column;
    opacity: 0;
    animation: dealBlockShowed .15s linear forwards; }
    .et-main-deals__deal__block::after {
      position: absolute;
      content: '';
      display: block;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      pointer-events: none;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 49.72%); }
    @media (min-width: 993px) {
      .et-main-deals__deal__block {
        position: relative;
        padding: 50px;
        height: 100%; } }
    @media (max-width: 992px) {
      .et-main-deals__deal__block {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-main-deals__deal__block {
    padding: 50px 24px; } }
    @media (max-width: 576px) {
      .et-main-deals__deal__block {
        padding: 24px 14px; } }
    .et-main-deals__deal__block__inner {
      min-height: 60%;
      margin-top: auto;
      display: flex;
      flex-direction: column;
      position: relative;
      z-index: 1; }
    @media (min-width: 993px) {
      .et-main-deals__deal__block__head {
        padding-bottom: 50px; } }
    @media (min-width: 993px) {
      .et-main-deals__deal__block__main {
        padding-bottom: 20px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-main-deals__deal__block__main {
    padding-bottom: 35px; } }
    @media (max-width: 576px) {
      .et-main-deals__deal__block__main {
        padding-bottom: 16px; } }
    .et-main-deals__deal__block__main > .et-reg {
      padding-bottom: 8px; }
    .et-main-deals__deal__block__bot {
      margin-top: auto; }

@media (min-width: 577px) and (max-width: 992px) {
  .et-main-deals__deal__block__bot {
    display: flex;
    align-items: center;
    justify-content: space-between; } }
    @media (min-width: 993px) {
      .et-main-deals__deal__block__price {
        margin-bottom: 60px; } }
    @media (max-width: 576px) {
      .et-main-deals__deal__block__price {
        margin-bottom: 40px; } }
    .et-main-deals__deal__block__btns {
      display: flex;
      align-items: center; }
      .et-main-deals__deal__block__btns > * + * {
        margin-left: 16px; }
      @media (max-width: 576px) {
        .et-main-deals__deal__block__btns > * {
          flex: 0 0 calc(50% - 8px); } }

@keyframes dealBlockShowed {
  100% {
    opacity: 1; } }

.et-tours__bot {
  display: flex;
  align-items: center;
  padding-top: 16px; }
  .et-tours__bot::after, .et-tours__bot::before {
    content: "";
    flex: 1;
    border-top: 1px solid #ccc; }
  @media (max-width: 576px) {
    .et-tours__bot {
      padding-right: var(--halfGap);
      padding-left: var(--halfGap); } }

@media (min-width: 1501px) {
  .et-tours__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; } }

@media (min-width: 993px) {
  .et-tours__list {
    position: relative; }
    .et-tours__list.js-disabled {
      pointer-events: none; }
      .et-tours__list.js-disabled::after {
        opacity: 1; } }

@media (min-width: 1501px) {
  .et-tours__list__li {
    flex: 0 0 50%; } }

@media (min-width: 993px) {
  .et-tours__list__li {
    position: relative; }
    .et-tours__list__li:hover .et-tours__tour-det {
      display: flex;
      animation: detTourShow .25s linear forwards; } }

.et-tours__tour-det, .et-tours__tour {
  background-color: #000;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative; }
  .et-tours__tour-det[data-tour-type="популярная"]::after, .et-tours__tour-det[data-tour-type="ПОПУЛЯРНАЯ"]::after, .et-tours__tour[data-tour-type="популярная"]::after, .et-tours__tour[data-tour-type="ПОПУЛЯРНАЯ"]::after {
    background-color: var(--red); }
  .et-tours__tour-det[data-tour-type="новинка"]::after, .et-tours__tour-det[data-tour-type="НОВИНКА"]::after, .et-tours__tour[data-tour-type="новинка"]::after, .et-tours__tour[data-tour-type="НОВИНКА"]::after {
    background-color: var(--blue-1); }
  .et-tours__tour-det[data-tour-type="акция"]::after, .et-tours__tour-det[data-tour-type="АКЦИЯ"]::after, .et-tours__tour[data-tour-type="акция"]::after, .et-tours__tour[data-tour-type="АКЦИЯ"]::after {
    background-color: var(--purp-1); }
  .et-tours__tour-det::after, .et-tours__tour::after {
    content: attr(data-tour-type);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white);
    position: absolute;
    display: block;
    text-align: center;
    transform: rotate(45deg);
    z-index: 1; }
    @media (min-width: 577px) {
      .et-tours__tour-det::after, .et-tours__tour::after {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
        width: 220px;
        top: 40px;
        right: -50px; } }
    @media (max-width: 576px) {
      .et-tours__tour-det::after, .et-tours__tour::after {
        font-size: 12px;
        padding-top: 6px;
        padding-bottom: 6px;
        width: 170px;
        top: 30px;
        right: -40px; } }

@media (min-width: 1501px) {
  .et-tours__tour {
    min-height: 910px; } }

@media (min-width: 993px) and (max-width: 1500px) {
  .et-tours__tour {
    min-height: 670px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-tours__tour {
    min-height: 512px; } }

@media (max-width: 576px) {
  .et-tours__tour {
    min-height: 368px; } }

.et-tours__tour--pack .et-tours__tour__bg::after {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); }

.et-tours__tour--indi .et-tours__tour__bg::after {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); }

.et-tours__tour__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .et-tours__tour__bg::after {
    position: absolute;
    pointer-events: none;
    display: block;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }

.et-tours__tour__cont {
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 42px;
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative; }
  .et-tours__tour__cont__main {
    margin-top: auto;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px; }
    @media (min-width: 993px) {
      .et-tours__tour__cont__main-title {
        min-height: 116px; } }
    .et-tours__tour__cont__main-title .et-h3 {
      padding-bottom: 16px; }
    .et-tours__tour__cont__main-title .et-h4 {
      padding-bottom: 40px; }
    .et-tours__tour__cont__main__meter {
      display: inline-block;
      margin: 0 auto 28px; }
    .et-tours__tour__cont__main__price {
      text-align: center; }
    .et-tours__tour__cont__main__time {
      text-align: center; }
      @media (min-width: 577px) {
        .et-tours__tour__cont__main__time {
          padding-top: 26px;
          padding-bottom: 20px; } }
      @media (max-width: 576px) {
        .et-tours__tour__cont__main__time {
          padding-top: 16px;
          padding-bottom: 16px; } }
      .et-tours__tour__cont__main__time > p > .et-icons {
        margin-right: 6px; }
      .et-tours__tour__cont__main__time > p > .et-reg {
        font-weight: 700; }
      .et-tours__tour__cont__main__time > p > span + span {
        margin-left: 10px; }
  .et-tours__tour__cont__bot {
    margin-top: auto;
    display: flex;
    align-items: center; }
    @media (min-width: 577px) {
      .et-tours__tour__cont__bot::after, .et-tours__tour__cont__bot::before {
        content: '';
        height: 5px; }
      .et-tours__tour__cont__bot::before {
        flex: 10;
        background-image: var(--grad); }
      .et-tours__tour__cont__bot::after {
        background-color: var(--red); } }
    @media (min-width: 993px) {
      .et-tours__tour__cont__bot::after {
        flex: 0 0 100px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-tours__tour__cont__bot::after {
    flex: 1; } }
    @media (max-width: 576px) {
      .et-tours__tour__cont__bot {
        padding-right: 20px;
        padding-left: 20px;
        justify-content: space-between; } }
    @media (min-width: 577px) {
      .et-tours__tour__cont__bot__sec {
        margin-left: 16px;
        margin-right: 16px; } }
    @media (max-width: 576px) {
      .et-tours__tour__cont__bot__sec {
        margin-left: 8px; } }
    @media (min-width: 577px) {
      .et-tours__tour__cont__bot__first {
        margin-left: 16px; } }

@media (min-width: 993px) {
  .et-tours__tour-det {
    position: absolute;
    display: none;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0; }
    .et-tours__tour-det.js-hovered {
      display: flex;
      pointer-events: auto;
      opacity: 1 !important; }
    .et-tours__tour-det__bg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      pointer-events: none;
      overflow: hidden; }
      .et-tours__tour-det__bg::after, .et-tours__tour-det__bg::before {
        content: '';
        display: block;
        position: absolute;
        pointer-events: none;
        right: 0;
        left: 0; }
      .et-tours__tour-det__bg::before {
        height: 20%;
        top: 0;
        z-index: 1;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); }
      .et-tours__tour-det__bg::after {
        height: 40%;
        bottom: 0;
        background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%); }
    .et-tours__tour-det-bg-carusel {
      display: block;
      width: 100%;
      height: 100%; }
      .et-tours__tour-det-bg-carusel__list {
        width: 100%;
        height: 100%;
        background-size: cover;
        pointer-events: none;
        background-position: center; }
        .et-tours__tour-det-bg-carusel__list > li {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-size: cover;
          pointer-events: none;
          background-position: center;
          opacity: 0;
          transition: opacity .5s linear, transform .5s ease-in-out;
          transform: scale(1); }
          .et-tours__tour-det-bg-carusel__list > li.active {
            transition: opacity .5s .5s linear, transform .5s .5s ease-in-out;
            opacity: 1;
            transform: scale(1.1); }
    .et-tours__tour-det__cont {
      display: flex;
      flex-direction: column;
      padding: 0 32px 40px;
      position: relative;
      flex: 1; }
      .et-tours__tour-det__cont__head {
        text-align: center;
        padding-top: 36px;
        padding-bottom: 36px;
        margin-bottom: 50px;
        position: relative; }
        .et-tours__tour-det__cont__head::after {
          content: '';
          display: block;
          pointer-events: none;
          position: absolute;
          bottom: 0;
          left: 10%;
          right: 10%;
          border-top: 1px solid #5F6062; }
        .et-tours__tour-det__cont__head > .et-h5 {
          position: relative;
          z-index: 1; }
      .et-tours__tour-det__cont__main {
        margin-top: auto;
        min-height: 340px;
        background-color: rgba(0, 0, 0, 0.7);
        border-radius: 10px;
        padding: 16px 18px 20px;
        margin-left: -18px;
        margin-right: -18px;
        margin-bottom: 16px; }
      .et-tours__tour-det__cont__bot {
        display: flex;
        align-items: center;
        margin-right: -32px; }
        .et-tours__tour-det__cont__bot::after {
          content: '';
          height: 5px;
          flex: 0 0 100px;
          background-color: var(--red); }
        .et-tours__tour-det__cont__bot__first {
          margin-right: 8px;
          display: flex;
          align-items: center;
          position: relative;
          flex: 1; }
          .et-tours__tour-det__cont__bot__first::after {
            content: '';
            margin-left: 14px;
            height: 5px;
            flex: 10;
            background-image: var(--grad); }
        .et-tours__tour-det__cont__bot__sec {
          margin-left: 8px; }
        .et-tours__tour-det__cont__bot__third {
          margin-left: 16px;
          margin-right: 16px; }
    .et-tours__tour-det__targets {
      padding-top: 32px;
      padding-bottom: 28px;
      min-height: 250px;
      max-height: 540px;
      overflow-y: auto; }
      .et-tours__tour-det__targets > [data-tab-target] {
        display: none;
        opacity: 0; }
        .et-tours__tour-det__targets > [data-tab-target].js-tab-active {
          display: block;
          animation: detTabShow .2s linear forwards; }
    .et-tours__tour-det__shedule-list__li {
      padding-bottom: 12px; }
    .et-tours__tour-det__shedule__td {
      display: flex;
      align-items: center; }
      .et-tours__tour-det__shedule__td > .td-1 {
        display: flex;
        width: 30px;
        margin-right: 10px;
        flex: none;
        justify-content: center; }
        .et-tours__tour-det__shedule__td > .td-1 > .et-icons {
          color: #A8A5A1; }
        .et-tours__tour-det__shedule__td > .td-1 > .et-icon-pin {
          font-size: 24px; }
      .et-tours__tour-det__shedule__td > .td-2 {
        display: block;
        padding-right: 10px;
        min-width: 220px; }
      .et-tours__tour-det__shedule__td > .td-3 {
        display: block;
        flex: 1; }
      .et-tours__tour-det__shedule__td a:hover {
        filter: brightness(150%); }
    .et-tours__tour-det__feedback .et-feedback-carusel {
      padding-left: 68px;
      padding-right: 68px;
      padding-bottom: 20px; }
    .et-tours__tour-det-tabs {
      padding-bottom: 14px;
      position: relative; }
      .et-tours__tour-det-tabs::after {
        content: '';
        display: block;
        position: absolute;
        pointer-events: none;
        height: 2px;
        background-image: var(--grad);
        left: 0;
        right: 0;
        bottom: 0; }
      .et-tours__tour-det-tabs__list {
        display: flex;
        margin: 0 -8px; }
        .et-tours__tour-det-tabs__list__li {
          padding: 0 8px; }
    .et-tours__tour-det-tab {
      display: block; }
      .et-tours__tour-det-tab > input[type="radio"] {
        display: none; }
        .et-tours__tour-det-tab > input[type="radio"]:checked ~ .et-tours__tour-det-tab__cont {
          opacity: 1;
          background-color: var(--white); }
          .et-tours__tour-det-tab > input[type="radio"]:checked ~ .et-tours__tour-det-tab__cont .et-tours__tour-det-tab__cont__txt {
            color: var(--text); }
      .et-tours__tour-det-tab:hover .et-tours__tour-det-tab__cont {
        background-color: var(--white); }
        .et-tours__tour-det-tab:hover .et-tours__tour-det-tab__cont__txt {
          color: var(--text); }
      .et-tours__tour-det-tab__cont {
        display: block;
        transition: background .25s linear, opacity .25s linear;
        border-radius: 234px;
        padding: 7px 24px;
        opacity: .7; }
        .et-tours__tour-det-tab__cont__txt {
          transition: color .25s linear; } }

@media (max-width: 992px) {
  .et-tours__tour-det {
    display: none; } }

@keyframes detTourShow {
  100% {
    opacity: 1; } }

@keyframes detTabShow {
  100% {
    opacity: 1; } }

@media (min-width: 577px) {
  .et-tours {
    position: relative; } }

@media (min-width: 993px) {
  .et-tours {
    padding-top: 110px; } }

@media (min-width: 769px) and (max-width: 992px) {
  .et-tours {
    padding-top: 90px; } }

@media (min-width: 577px) and (max-width: 768px) {
  .et-tours {
    padding-top: 70px; } }

@media (max-width: 576px) {
  .et-tours {
    padding-top: 20px; } }

@media (min-width: 577px) {
  .et-tours__txt-bg {
    top: -.5em;
    text-align: center; } }

@media (max-width: 576px) {
  .et-tours__txt-bg {
    margin-bottom: -0.7em; } }

.et-tours__head {
  position: relative; }

@media (min-width: 577px) {
  .et-tours__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px; } }

@media (max-width: 576px) {
  .et-tours__title {
    padding-bottom: 10px;
    position: relative; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-tours__title > .et-h2 > strong {
    display: block; } }

@media (max-width: 576px) {
  .et-tours__title > .et-h2 {
    padding-bottom: 18px; } }

.et-tours__title__date {
  position: relative; }
  @media (min-width: 577px) {
    .et-tours__title__date-wrap {
      display: flex;
      padding-left: 10px; } }
  @media (min-width: 993px) {
    .et-tours__title__date-wrap .et-btn-clear {
      margin-left: 25px; } }
  @media (max-width: 992px) {
    .et-tours__title__date-wrap .et-btn-clear {
      margin-left: 15px; } }
  @media (min-width: 577px) {
    .et-tours__title__date-wrap .et-btn-clear {
      order: 1; } }
  @media (max-width: 576px) {
    .et-tours__title__date-wrap .et-btn-clear {
      display: block;
      margin: -36px 0 10px auto; } }

@media (min-width: 993px) and (max-width: 1200px) {
  .et-tours__title__date-wrap .et-btn-clear span {
    display: none !important; } }
  .et-tours__title__date-wrap .et-btn-clear i {
    box-shadow: 0px 2px 16px rgba(40, 32, 84, 0.24); }
  @media (min-width: 577px) {
    .et-tours__title__date-wrap .et-btn-clear[disabled] i {
      box-shadow: 0px 2px 16px rgba(40, 32, 84, 0.1); } }
  @media (max-width: 576px) {
    .et-tours__title__date-wrap .et-btn-clear[disabled] {
      opacity: 0; } }
  @media (min-width: 577px) {
    .et-tours__title__date > .et-reg {
      position: absolute;
      bottom: 100%;
      left: 0;
      padding: 10px; } }
  @media (max-width: 576px) {
    .et-tours__title__date > .et-reg {
      display: block;
      padding-bottom: 6px; } }
  @media (min-width: 769px) {
    .et-tours__title__date > .et-datapick + .et-datapick {
      margin-left: 8px; } }
  @media (max-width: 768px) {
    .et-tours__title__date > .et-datapick + .et-datapick {
      margin-top: 8px; } }

.et-tours__tabs {
  padding-bottom: 30px; }
  @media (max-width: 576px) {
    .et-tours__tabs {
      position: relative; }
      .et-tours__tabs.js-opened .et-tours__tabs__show-btn {
        background-color: var(--white);
        border-radius: 32px 32px 0 0;
        box-shadow: 0px 15px 24px rgba(40, 32, 84, 0.5); }
        .et-tours__tabs.js-opened .et-tours__tabs__show-btn > .et-icon-arrow-b {
          transform: rotate(180deg); }
      .et-tours__tabs.js-opened .et-tours__tabs__list {
        opacity: 1;
        pointer-events: auto; }
        .et-tours__tabs.js-opened .et-tours__tabs__list::before {
          opacity: 1; } }
  @media (min-width: 577px) {
    .et-tours__tabs__show-btn {
      display: none !important; } }
  @media (max-width: 576px) {
    .et-tours__tabs__show-btn {
      transition: background .15s linear, border-radius .15s linear, box-shadow .15s linear;
      font-weight: 500; } }
  @media (min-width: 577px) {
    .et-tours__tabs__list {
      display: flex;
      flex-wrap: wrap; } }
  @media (max-width: 576px) {
    .et-tours__tabs__list {
      position: absolute;
      top: 40px;
      left: 0;
      right: 0;
      z-index: 2;
      background-color: var(--white);
      box-shadow: 0px 20px 24px rgba(40, 32, 84, 0.5);
      border-radius: 0 0 32px 32px;
      opacity: 0;
      pointer-events: none;
      transition: opacity .2s linear; }
      .et-tours__tabs__list::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 14px;
        right: 14px;
        border-bottom: 1px solid #E1E2E6;
        opacity: 0;
        transition: opacity .15s linear; } }
  @media (min-width: 1401px) {
    .et-tours__tabs__list__li {
      flex: 1; } }

@media (min-width: 769px) and (max-width: 1400px) {
  .et-tours__tabs__list__li {
    flex: 0 0 25%; } }

@media (min-width: 577px) and (max-width: 768px) {
  .et-tours__tabs__list__li {
    flex: 0 0 25%; } }
  @media (max-width: 576px) {
    .et-tours__tabs__list__li {
      padding: 4px 14px;
      min-height: 64px; } }

.et-tours__tab {
  display: block; }
  @media (min-width: 577px) {
    .et-tours__tab:hover .et-tours__tab__cont > .et-tours__tab__icon,
    .et-tours__tab:hover .et-tours__tab__cont > .et-tours__tab__txt {
      color: var(--red); } }
  .et-tours__tab > input[type="checkbox"] {
    display: none; }
    .et-tours__tab > input[type="checkbox"]:checked ~ .et-tours__tab__cont::after {
      opacity: 1; }
    .et-tours__tab > input[type="checkbox"]:checked ~ .et-tours__tab__cont > .et-tours__tab__icon,
    .et-tours__tab > input[type="checkbox"]:checked ~ .et-tours__tab__cont > .et-tours__tab__txt {
      color: var(--red); }
  @media (min-width: 577px) {
    .et-tours__tab__cont {
      display: block;
      position: relative;
      text-align: center;
      padding: 16px; }
      .et-tours__tab__cont::after {
        position: absolute;
        display: block;
        content: '';
        left: 50%;
        top: 50%;
        pointer-events: none;
        border-radius: 50%;
        width: 160px;
        height: 160px;
        transform: translate3d(-50%, -50%, 0);
        border: 1px solid #C8C7C8;
        transition: opacity .2s linear;
        opacity: 0; } }
  @media (max-width: 576px) {
    .et-tours__tab__cont {
      display: flex;
      align-items: center; } }
  .et-tours__tab__icon {
    color: var(--grey-1);
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 577px) {
      .et-tours__tab__icon {
        transition: color .2s linear;
        width: 100%;
        height: 80px;
        margin-bottom: 10px; } }
    @media (max-width: 576px) {
      .et-tours__tab__icon {
        width: 46px;
        height: 46px;
        margin-right: 16px; } }
  .et-tours__tab__txt {
    transition: color .2s linear;
    display: inline-block; }
    @media (min-width: 577px) {
      .et-tours__tab__txt {
        min-height: 50px;
        max-width: 140px; } }

.et-bonus-sec {
  overflow: hidden; }
  @media (max-width: 576px) {
    .et-bonus-sec {
      padding-top: 36px; } }

.et-bonus {
  position: relative; }
  .et-bonus__title {
    padding-bottom: 10px; }

@media (min-width: 577px) and (max-width: 992px) {
  .et-bonus__title {
    max-width: 296px; } }
  @media (min-width: 993px) {
    .et-bonus__subtitle {
      padding-bottom: 16px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-bonus__subtitle {
    padding-bottom: 80px;
    max-width: 296px; } }
  @media (min-width: 993px) {
    .et-bonus__head {
      width: calc(50% - var(--halfGap));
      padding-top: 115px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-bonus__head {
    position: relative;
    padding-top: 86px; } }
  .et-bonus__head::after {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("/images/main/bonus/bg.png"); }
    @media (min-width: 577px) {
      .et-bonus__head::after {
        top: 0;
        bottom: 0;
        right: 0;
        width: 60%;
        position: absolute; } }
    @media (max-width: 576px) {
      .et-bonus__head::after {
        padding-bottom: 60%; } }
  @media (min-width: 993px) {
    .et-bonus__main {
      width: calc(50% - var(--halfGap));
      padding-bottom: 28px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-bonus__main {
    padding-bottom: 80px;
    padding-bottom: 28px; } }
  @media (max-width: 576px) {
    .et-bonus__main {
      padding-bottom: 14px;
      text-align: center; } }
  @media (min-width: 577px) {
    .et-bonus__main__show-more {
      display: none; } }
  @media (max-width: 576px) {
    .et-bonus__main__show-more {
      margin-top: 20px; } }
  .et-bonus__main.js-show .et-bonus__list::after {
    opacity: 0; }
  .et-bonus__main.js-show .et-bonus__main__show-more > svg {
    transform: rotate(-180deg); }
  .et-bonus__bot {
    flex: 0 0 100%;
    text-align: center; }
  @media (min-width: 577px) {
    .et-bonus__list {
      columns: 2; } }
  @media (max-width: 576px) {
    .et-bonus__list {
      max-height: 220px;
      overflow: hidden;
      position: relative;
      transition: max-height .2s ease-in-out; }
      .et-bonus__list::after {
        pointer-events: none;
        content: '';
        display: block;
        transition: opacity .2s linear;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        height: 20%;
        background-image: linear-gradient(to top, var(--white) 0%, rgba(255, 255, 255, 0) 100%); } }
  .et-bonus__list__li {
    display: inline-block;
    width: 100%; }
    @media (min-width: 577px) {
      .et-bonus__list__li {
        padding: 11px 0; } }
    @media (max-width: 576px) {
      .et-bonus__list__li {
        padding: 9px 0; } }
  .et-bonus__bonus {
    display: flex;
    align-items: center; }
    .et-bonus__bonus__icon {
      display: block;
      width: 38px;
      height: 38px;
      margin-right: 10px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .et-bonus__bonus__txt {
      display: block; }

.et-awards-sec {
  padding-top: 8px; }
  @media (max-width: 576px) {
    .et-awards-sec {
      padding-bottom: 122px; } }

.et-awards__head {
  overflow: hidden;
  position: relative; }
  @media (min-width: 1201px) {
    .et-awards__head {
      padding-top: 120px; } }

@media (min-width: 993px) and (max-width: 1200px) {
  .et-awards__head {
    padding-top: 100px; } }

@media (min-width: 769px) and (max-width: 992px) {
  .et-awards__head {
    padding-top: 80px; } }

@media (min-width: 577px) and (max-width: 768px) {
  .et-awards__head {
    padding-top: 60px; } }

.et-awards__main {
  position: relative;
  text-align: center; }
  @media (min-width: 993px) {
    .et-awards__main {
      padding-top: 170px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-awards__main {
    padding-top: 180px; } }
  @media (max-width: 576px) {
    .et-awards__main {
      padding-top: 28px; } }
  .et-awards__main__bg {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media (min-width: 1201px) {
      .et-awards__main__bg {
        background-image: url("/images/main/awards/bg-1657.jpg"); } }

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

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

@media (min-width: 577px) and (max-width: 768px) {
  .et-awards__main__bg {
    background-image: url("/images/main/awards/bg-768.jpg"); } }
    @media (max-width: 576px) {
      .et-awards__main__bg {
        background-image: url("/images/main/awards/bg-576.jpg"); } }

@media (min-width: 993px) {
  .et-awards__title {
    padding-bottom: 90px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-awards__title {
    padding-bottom: 86px; } }

@media (max-width: 576px) {
  .et-awards__title {
    padding-bottom: 45px; } }

.et-awards-swiper {
  transform: translate3d(0, 90px, 0);
  margin-top: -100px;
  position: relative;
  padding-bottom: 20px; }
  .et-awards-swiper__list__li {
    text-align: center;
    padding-bottom: 30px; }
  .et-awards-swiper__slide {
    display: inline-block;
    height: 282px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25); }
    .et-awards-swiper__slide > img {
      width: auto;
      height: 100%;
      object-fit: contain; }
  @media (min-width: 577px) {
    .et-awards-swiper__cntrs {
      transform: translate3d(0, -50%, 0);
      justify-content: space-between;
      z-index: 1;
      position: absolute;
      pointer-events: none;
      left: 0;
      right: 0;
      top: 45%;
      padding-right: 10px;
      padding-left: 10px;
      display: flex; } }
  @media (max-width: 576px) {
    .et-awards-swiper__cntrs {
      position: relative;
      z-index: 2; } }
  @media (min-width: 577px) {
    .et-awards-swiper__cntrs__pagin {
      display: none !important; } }
  .et-awards-swiper__cntrs__btn-next, .et-awards-swiper__cntrs__btn-prew {
    pointer-events: auto; }
    @media (max-width: 576px) {
      .et-awards-swiper__cntrs__btn-next, .et-awards-swiper__cntrs__btn-prew {
        display: none; } }

@media (min-width: 993px) {
  .et-main-partners-sec {
    padding-top: 136px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-main-partners-sec {
    padding-top: 156px;
    padding-bottom: 60px; } }

@media (max-width: 576px) {
  .et-main-partners-sec {
    padding-top: 64px;
    padding-bottom: 40px; } }

.et-main-partners__title {
  text-align: center; }
  @media (min-width: 993px) {
    .et-main-partners__title {
      padding-bottom: 45px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-main-partners__title {
    padding-bottom: 49px; } }
  @media (max-width: 576px) {
    .et-main-partners__title {
      padding-bottom: 24px; } }

.et-main-partners__list {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  justify-content: center; }
  @media (min-width: 577px) {
    .et-main-partners__list {
      margin: 0 -16px; } }
  @media (max-width: 576px) {
    .et-main-partners__list {
      margin: 0 -8px; } }
  @media (min-width: 993px) {
    .et-main-partners__list > li {
      padding: 16px;
      max-width: 260px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-main-partners__list > li {
    padding: 16px;
    flex: 0 0 25%; } }
  @media (max-width: 576px) {
    .et-main-partners__list > li {
      padding: 4px;
      flex: 0 0 50%; } }

.et-main-partners__partner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%; }
  @media (min-width: 993px) {
    .et-main-partners__partner {
      min-height: 200px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-main-partners__partner {
    min-height: 124px; } }
  @media (max-width: 576px) {
    .et-main-partners__partner {
      min-height: 96px; } }
  .et-main-partners__partner__link {
    display: block; }
    .et-main-partners__partner__link > img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
      object-position: center; }

@media (min-width: 993px) {
  .et-why-sec {
    overflow: hidden; } }

@media (max-width: 992px) {
  .et-why-sec {
    display: none; } }

@media (min-width: 993px) {
  .et-why {
    display: flex;
    justify-content: space-between; } }

@media (min-width: 993px) {
  .et-why__txt {
    flex: calc(100% / 8 * 6 - var(--halfGap));
    padding-top: 116px;
    padding-bottom: 60px; } }

@media (min-width: 993px) {
  .et-why__txt__artic {
    display: flex; }
    .et-why__txt__artic > p {
      flex: 0 0 50%; }
      .et-why__txt__artic > p:first-child {
        padding-right: var(--gap); } }

@media (min-width: 993px) {
  .et-why__bg {
    flex: calc(100% / 8 * 2 - var(--halfGap));
    position: relative; } }

@media (min-width: 993px) {
  .et-why__bg::after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-image: url("/images/common/why/bg.png");
    z-index: -1; } }

@media (min-width: 1201px) {
  .et-why__bg::after {
    background-position: left top;
    background-size: auto 120%;
    width: 120%;
    left: 0; } }

@media (min-width: 993px) and (max-width: 1200px) {
  .et-why__bg::after {
    left: -100px;
    right: calc(var(--halfGap) * -1);
    background-size: cover;
    background-position: left top; } }

@media (min-width: 993px) {
  .et-why__title {
    padding-bottom: 36px; } }

.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%; }

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