@charset "UTF-8";
.et-top {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  padding-top: 100px;
  min-height: 100vh; }
  .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 h4 {
      margin-top: 0.5em;
      font-weight: normal;
      text-transform: capitalize; }

.et-adv-sec {
  background-image: linear-gradient(to right, rgba(205, 205, 205, 0) 0%, #CDCDCD 100%), url("/images/temp/indi-tours/advantages/bg.png");
  background-position: left bottom, right -60px;
  background-repeat: no-repeat;
  background-size: 100% 1px, auto calc(100% + 60px);
  padding-bottom: 60px; }
  @media (max-width: 575px) {
    .et-adv-sec {
      padding-bottom: 30px; } }

.et-adv {
  position: relative;
  padding-top: 98px; }
  .et-adv .et-txt-bg {
    top: 0;
    left: -32px; }
  .et-adv .et-txt-upper {
    position: relative;
    margin: 0 calc(var(--gap) * 1.5);
    padding-left: 23px; }
    .et-adv .et-txt-upper .et-txt-border {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 3px;
      background: var(--grad-vert); }
  .et-adv .et-txt-bg--sec {
    right: 0;
    left: auto; }
  .et-adv .et-h2 > strong {
    font: inherit;
    display: block; }
  .et-adv__list {
    margin: 65px 0 0 0; }
    .et-adv__list li {
      display: block;
      position: relative;
      float: left;
      width: 45%;
      height: 360px;
      padding: 55px 0 55px 0;
      margin: 0 0 65px 5%; }
      @media (min-width: 993px) {
        .et-adv__list li:nth-child(odd) {
          margin: 0 5% 65px 0; }
        .et-adv__list li:nth-child(4n+2) .et-adv__list-bg, .et-adv__list li:nth-child(4n+3) .et-adv__list-bg {
          left: auto;
          right: 0; }
        .et-adv__list li:nth-child(4n+2) .et-adv__list-item, .et-adv__list li:nth-child(4n+3) .et-adv__list-item {
          left: 0;
          right: auto; }
          .et-adv__list li:nth-child(4n+2) .et-adv__list-item span, .et-adv__list li:nth-child(4n+3) .et-adv__list-item span {
            margin: auto 28px auto 135px; }
          .et-adv__list li:nth-child(4n+2) .et-adv__list-item b, .et-adv__list li:nth-child(4n+3) .et-adv__list-item b {
            right: auto;
            left: -25px; }
        .et-adv__list li:nth-child(4n+4) .et-adv__list-item {
          right: 0; } }
      @media (max-width: 991px) {
        .et-adv__list li {
          width: 100%;
          margin: 0 0 125px 0; }
          .et-adv__list li:nth-child(even) .et-adv__list-item span {
            margin: auto 28px auto 115px; }
          .et-adv__list li:nth-child(even) .et-adv__list-item b {
            right: auto;
            left: -30px; } }
    .et-adv__list-bg {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 60%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 991px) {
        .et-adv__list-bg {
          width: 100%; } }
    .et-adv__list-item {
      display: flex;
      position: absolute;
      right: 10%;
      height: 250px;
      width: 415px;
      background-color: #FFFFFF;
      border-radius: 5px;
      overflow: hidden;
      box-shadow: 22px 22px 46px rgba(0, 0, 0, 0.17); }
      .et-adv__list-item span {
        display: block;
        margin: auto 90px auto 28px; }
      .et-adv__list-item b {
        display: block;
        position: absolute;
        top: 25px;
        right: -25px;
        height: 200px;
        width: 130px;
        background-position: center center;
        background-size: auto 100%;
        background-repeat: no-repeat; }
      @media (max-width: 991px) {
        .et-adv__list-item {
          top: auto;
          bottom: -90px;
          height: 180px;
          width: 80%; }
          .et-adv__list-item span {
            font-size: 18px; }
          .et-adv__list-item b {
            top: 15px;
            right: -30px;
            height: 150px; } }
      @media (max-width: 575px) {
        .et-adv__list-item span {
          font-size: 12px; } }
    @media (max-width: 575px) {
      .et-adv__list {
        margin-top: 30px; } }
  .et-adv-clear {
    clear: both; }
  @media (max-width: 575px) {
    .et-adv {
      padding-top: 30px; } }

.et-minuses {
  position: relative;
  padding: 50px 0 78px;
  color: #FFFFFF;
  background-color: #2F3034;
  background-image: url("/images/indi-tours/minuses-bg.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat; }
  .et-minuses .et-h2,
  .et-minuses .et-h4 {
    text-transform: uppercase;
    text-align: center; }
  .et-minuses__list {
    display: flex;
    margin-top: 35px; }
    .et-minuses__list li {
      display: flex;
      flex: 1 0 0px;
      min-height: 180px;
      margin: 0 14px;
      padding: 1em 67px 1em 27px;
      background-color: #2D2D2D;
      background-position: right -10px center;
      background-size: auto;
      background-repeat: no-repeat;
      border-radius: 10px; }
    .et-minuses__list-item {
      margin: auto 0; }
  @media (max-width: 1199px) {
    .et-minuses {
      padding-bottom: 50px; }
      .et-minuses__list {
        display: block; }
        .et-minuses__list li {
          min-height: 130px;
          margin: 1em 0 0; } }
  @media (max-width: 575px) {
    .et-minuses {
      padding: 30px 0; } }

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

@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-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: 993px) {
  .et-individual-excursions .et-top__main h1 {
    font-size: 100px; } }

.et-paginator {
  margin-top: 40px; }

/*# sourceMappingURL=indi-tours.css.map */
