@charset "UTF-8";
.et-eur-hero-sec {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh; }
  @media (min-width: 577px) {
    .et-eur-hero-sec {
      padding-top: 100px; } }
  @media (max-width: 576px) {
    .et-eur-hero-sec {
      padding-top: 120px; } }

.et-eur-hero {
  display: flex;
  flex-direction: column; }
  @media (min-width: 577px) {
    .et-eur-hero {
      padding-bottom: 200px; } }
  @media (max-width: 576px) {
    .et-eur-hero {
      padding-bottom: 40px; } }
  .et-eur-hero__center {
    text-align: center;
    margin: auto; }
    @media (max-width: 576px) {
      .et-eur-hero__center {
        padding-bottom: 28px; } }
  .et-eur-hero-title {
    text-shadow: 0px 4px 60px rgba(50, 44, 88, 0.5); }
    .et-eur-hero-title__sup {
      display: block; }
    .et-eur-hero-title__main {
      display: block; }
      .et-eur-hero-title__main::before {
        content: '';
        display: block;
        height: 0;
        width: 0;
        margin-top: calc((1 - 1.2) * 0.5em); }

.et-eur-filter {
  position: relative;
  overflow: hidden;
  z-index: 1; }
  @media (min-width: 577px) {
    .et-eur-filter {
      margin-top: -160px; } }
  @media (max-width: 576px) {
    .et-eur-filter {
      margin-top: -50px; } }
  @media (max-width: 576px) {
    .et-eur-filter .et-btn-clear {
      margin-top: 15px; }
      .et-eur-filter .et-btn-clear span {
        display: initial !important;
        margin-right: 10px; } }
  @media (min-width: 993px) {
    .et-eur-filter__wrap {
      display: flex;
      align-items: center; } }
  .et-eur-filter-search {
    background-color: #272727;
    position: relative; }
    .et-eur-filter-search::before {
      content: '';
      background-color: inherit;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 100%;
      width: 50vw;
      pointer-events: none; }
    .et-eur-filter-search::after {
      content: 'поиск';
      text-transform: uppercase;
      position: absolute;
      top: 0;
      right: 0;
      color: #9C9C9C;
      opacity: .1;
      pointer-events: none;
      font-weight: 900; }
      @media screen and (max-width: 320px) {
        .et-eur-filter-search::after {
          font-size: 54px; } }
      @media screen and (max-width: 1699px) and (min-width: 321px) {
        .et-eur-filter-search::after {
          font-size: calc(54px + 42 * ((100vw - 320px) / 1380)); } }
      @media screen and (min-width: 1700px) {
        .et-eur-filter-search::after {
          font-size: 96px; } }
    @media (min-width: 1501px) {
      .et-eur-filter-search {
        padding-right: 80px; } }

@media (min-width: 993px) and (max-width: 1500px) {
  .et-eur-filter-search {
    padding-right: 20px; } }
    @media (min-width: 993px) {
      .et-eur-filter-search {
        padding-top: 36px;
        padding-bottom: 78px;
        flex: 0 0 50%;
        position: relative; } }
    @media (max-width: 992px) {
      .et-eur-filter-search {
        margin-left: calc(var(--halfGap) * -1);
        margin-right: calc(var(--halfGap) * -1); } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-eur-filter-search {
    padding-top: 44px;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 32px;
    margin-bottom: 4px; } }
    @media (max-width: 576px) {
      .et-eur-filter-search {
        padding-top: 36px;
        padding-bottom: 28px;
        padding-right: var(--halfGap);
        padding-left: var(--halfGap);
        margin-bottom: 8px; } }
    @media (min-width: 577px) {
      .et-eur-filter-search__title {
        padding-bottom: .6em; } }
    @media (max-width: 576px) {
      .et-eur-filter-search__title {
        display: none; } }
  .et-eur-filter-data {
    background-color: #1E1E1E; }
    @media (min-width: 1501px) {
      .et-eur-filter-data {
        padding-left: 80px; } }

@media (min-width: 993px) and (max-width: 1500px) {
  .et-eur-filter-data {
    padding-left: 20px; } }
    @media (min-width: 993px) {
      .et-eur-filter-data {
        padding-top: 30px;
        padding-bottom: 36px;
        flex: 0 0 50%;
        position: relative; }
        .et-eur-filter-data::after {
          content: '';
          background-color: inherit;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 100%;
          width: 50vw;
          pointer-events: none; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-eur-filter-data {
    padding-top: 36px;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 44px;
    width: calc(100% / 8 * 6 - 30px);
    min-width: 500px;
    margin: 0 auto;
    text-align: center; } }
    @media (max-width: 576px) {
      .et-eur-filter-data {
        padding-top: 14px;
        padding-right: 16px;
        padding-left: 16px;
        padding-bottom: 24px;
        width: auto;
        text-align: center;
        margin-left: calc(var(--halfGap) * -1);
        margin-right: calc(var(--halfGap) * -1); } }
    .et-eur-filter-data__title {
      padding-bottom: 1em; }
    @media (min-width: 993px) {
      .et-eur-filter-data__form {
        max-width: 640px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-eur-filter-data__form {
    justify-content: center; } }
    @media (min-width: 577px) {
      .et-eur-filter-data__form {
        display: flex; }
        .et-eur-filter-data__form > * + * {
          margin-left: 20px; } }
    @media (max-width: 576px) {
      .et-eur-filter-data__form {
        width: 100%;
        margin: 0 auto; }
        .et-eur-filter-data__form > * {
          width: 100%; }
        .et-eur-filter-data__form > * + * {
          margin-top: 12px; } }

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

.et-eur-tours-sec {
  overflow: hidden; }
  @media (min-width: 993px) {
    .et-eur-tours-sec {
      padding-bottom: 80px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-eur-tours-sec {
    padding-bottom: 60px; } }
  @media (max-width: 576px) {
    .et-eur-tours-sec {
      padding-bottom: 45px; } }

.et-eur-tours__head {
  position: relative; }
  @media (min-width: 993px) {
    .et-eur-tours__head {
      display: flex; } }
  @media (max-width: 992px) {
    .et-eur-tours__head {
      text-align: center; } }
  @media (min-width: 577px) {
    .et-eur-tours__head > .et-txt-bg {
      position: static; } }
  @media (min-width: 993px) {
    .et-eur-tours__head > .et-txt-bg {
      width: 50%;
      margin-left: auto;
      margin-right: 0; } }

@media (min-width: 993px) {
  .et-eur-feedback {
    padding-top: 60px; } }

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

@media (max-width: 576px) {
  .et-eur-feedback {
    padding-top: 16px; } }

.et-eur-feedback__main {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/images/europe/feedback/bg.jpg"); }
  @media (min-width: 993px) {
    .et-eur-feedback__main {
      padding-top: 70px;
      min-height: 600px;
      display: flex;
      align-items: center; } }

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

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

.et-eur-feedback-carusel {
  margin: 0 auto; }
  @media (min-width: 993px) {
    .et-eur-feedback-carusel {
      max-width: 900px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-eur-feedback-carusel {
    width: 80%; } }
  @media (min-width: 577px) {
    .et-eur-feedback-carusel {
      overflow: initial !important; } }
  @media (max-width: 576px) {
    .et-eur-feedback-carusel {
      margin-left: calc(var(--halfGap) * -1);
      margin-right: calc(var(--halfGap) * -1);
      padding-right: var(--halfGap);
      padding-left: var(--halfGap); } }
  @media (min-width: 577px) {
    .et-eur-feedback-carusel__list {
      position: relative;
      min-height: 400px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .et-eur-feedback-carusel__list > li {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: auto !important;
        pointer-events: none;
        transition: opacity .5s, transform .5s;
        opacity: 0; }
        .et-eur-feedback-carusel__list > li.active {
          pointer-events: auto;
          opacity: 1; }
        .et-eur-feedback-carusel__list > li.second {
          opacity: 1;
          transform: scale(0.95) translateY(calc(-50% - 34px));
          transform-origin: top;
          z-index: -1; } }
  @media (max-width: 576px) {
    .et-eur-feedback-carusel__cntrs {
      position: static;
      padding-top: 20px; } }
  @media (min-width: 577px) {
    .et-eur-feedback-carusel-pagin {
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translate3d(-50%, 0, 0);
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media (max-width: 576px) {
    .et-eur-feedback-carusel-pagin {
      margin: auto; } }
  @media (max-width: 700px) {
    .et-eur-feedback-carusel-pagin span:only-child {
      visibility: hidden; } }
  .et-eur-feedback-carusel-prew-btn, .et-eur-feedback-carusel-next-btn {
    pointer-events: auto; }
    @media (max-width: 576px) {
      .et-eur-feedback-carusel-prew-btn, .et-eur-feedback-carusel-next-btn {
        display: none; } }
  @media (min-width: 577px) {
    .et-eur-feedback-carusel-prew-btn {
      transform: translate3d(-50%, 0, 0); } }
  @media (min-width: 577px) {
    .et-eur-feedback-carusel-next-btn {
      transform: translate3d(50%, 0, 0); } }
  .et-eur-feedback-carusel__slide {
    background-color: var(--bg);
    box-shadow: 0px 4px 20px rgba(17, 17, 17, 0.5);
    border-radius: 10px; }
    @media (min-width: 993px) {
      .et-eur-feedback-carusel__slide {
        padding-top: 32px;
        padding-bottom: 32px;
        padding-left: 52px;
        padding-right: 52px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-eur-feedback-carusel__slide {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 52px;
    padding-right: 52px; } }
    @media (max-width: 576px) {
      .et-eur-feedback-carusel__slide {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 16px;
        padding-left: 16px; } }
    .et-eur-feedback-carusel__slide-title {
      margin-bottom: 24px; }

.et-eur-feedback-title {
  text-align: center; }
  @media (min-width: 993px) {
    .et-eur-feedback-title {
      padding-bottom: 30px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-eur-feedback-title {
    padding-bottom: 24px; } }
  @media (max-width: 576px) {
    .et-eur-feedback-title {
      padding-bottom: 16px; } }

@media (min-width: 993px) {
  .et-eur-feedback__main + .et-eur-feedback__bot {
    padding-top: 80px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-eur-feedback__main + .et-eur-feedback__bot {
    padding-top: 60px;
    padding-bottom: 60px; } }

@media (max-width: 576px) {
  .et-eur-feedback__main + .et-eur-feedback__bot {
    padding-top: 40px;
    padding-bottom: 40px; } }

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

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

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