/* Basado en ITCSS y SMACSS */
/* Fonts */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  overflow-x: hidden;
  overflow-y: scroll; }

body {
  font-family: "Muli", sans-serif; }

img {
  max-width: 100%;
  height: auto;
  object-fit: cover; }

a {
  text-decoration: none; }

ul {
  list-style: none;
  padding: 0; }

.container {
  margin: 0;
  padding: 0 0.7em;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .container {
      padding: 0 2.2em; } }
  @media screen and (min-width: 1600px) {
    .container {
      padding: 0 8em; } }

.container-fluid {
  width: 100%; }

.main-logo {
  width: 180px;
  display: block;
  margin-top: 5px; }

.burger {
  width: 36px;
  height: 29px;
  background-color: #ed1b23;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1em;
  cursor: pointer;
  border-radius: 5px; }
  @media screen and (min-width: 768px) {
    .burger {
      height: 35px; } }
  @media screen and (min-width: 1440px) {
    .burger {
      display: none; } }
  .burger__icon {
    background-color: transparent;
    border-radius: 2px;
    border: none;
    outline: none;
    cursor: pointer; }
    .burger__icon span {
      display: block;
      width: 24px;
      height: 3px;
      background-color: #ffffff;
      margin-top: 4px;
      margin-bottom: 4px;
      border-radius: 20px;
      transition: all 400ms; }
    .burger__icon span:last-child {
      width: 18px; }
  .burger.active {
    z-index: 1000;
    top: 0; }
    .burger.active span {
      background-color: #ffffff; }
    .burger.active span:nth-child(1) {
      transform-origin: center;
      transform: translateY(7px) rotate(-44deg); }
    .burger.active span:nth-child(2) {
      opacity: 0; }
    .burger.active span:nth-child(3) {
      width: 24px;
      transform-origin: center;
      transform: translateY(-7px) rotate(44deg); }
    .burger.active p {
      display: none; }

.container-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 80vw;
  height: 100vh;
  background-color: #ed1b23;
  border-radius: 20px 0 0 20px;
  transform: translateX(100%);
  transition: transform ease 0.5s; }
  @media screen and (min-width: 768px) {
    .container-menu {
      width: 40vw; } }
  @media screen and (min-width: 1024px) {
    .container-menu {
      width: 30vw; } }
  @media screen and (min-width: 1440px) {
    .container-menu {
      width: 800px;
      background-color: initial;
      position: initial;
      height: initial;
      border-radius: initial;
      transform: none;
      display: flex;
      flex: 1; } }
  .container-menu.active {
    transform: translateX(0); }

.logo-menu {
  width: 160px;
  height: 160px;
  display: block; }
  @media screen and (min-width: 1440px) {
    .logo-menu {
      display: none; } }

.menu {
  width: 100%;
  padding: 1em 1em;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  @media screen and (min-width: 1440px) {
    .menu {
      flex-direction: row;
      align-items: center;
      padding: 0;
      flex: 1;
      padding-left: 3em; } }
  .menu__item {
    display: inline;
    color: #ffffff;
    padding: 0.5rem 0;
    font-size: 0.9em;
    text-transform: uppercase;
    position: relative;
    transition: color 0.5s; }
    @media screen and (min-width: 1440px) {
      .menu__item {
        color: #b70007; } }
    .menu__item::after {
      content: "";
      position: absolute;
      bottom: 0;
      width: 0;
      height: 4px;
      display: block;
      border-radius: 1234px;
      background-color: #ffffff;
      transition: width 0.5s; }
    .menu__item:hover {
      color: #ffffff; }
      .menu__item:hover::after {
        width: 100%; }
    @media screen and (min-width: 1440px) {
      .menu__item {
        font-size: 0.8em;
        margin-right: 2em;
        color: #bcbcbc;
        transition: all 0.5s;
        font-weight: 600; }
        .menu__item::after {
          width: 0;
          right: 0;
          left: 0;
          margin: 0 auto;
          background-color: #ed1b23; }
        .menu__item:hover {
          color: #ed1b23; }
          .menu__item:hover::after {
            width: 42px;
            height: 5px; } }
    .menu__item.active {
      color: #ed1b23; }
      .menu__item.active::after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 4px;
        display: block;
        border-radius: 1234px;
        background-color: #ed1b23; }
    @media screen and (min-width: 1440px) {
      .menu__item:first-child {
        display: none; } }

.menu-options {
  display: flex;
  flex-direction: column;
  padding: 0 1em; }
  @media screen and (min-width: 1440px) {
    .menu-options {
      flex-direction: row;
      align-items: center;
      padding: 0;
      width: 505px; } }
  .menu-options__languages {
    display: flex;
    margin-top: 1.5em; }
    @media screen and (min-width: 1440px) {
      .menu-options__languages {
        margin-top: 0; } }
    .menu-options__languages a {
      background-color: #b70007;
      width: 45px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #ed1b23;
      font-weight: 700; }
      @media screen and (min-width: 1440px) {
        .menu-options__languages a {
          background-color: #bcbcbc;
          color: #ffffff; } }
      .menu-options__languages a.active {
        background-color: #ffffff; }
        @media screen and (min-width: 1440px) {
          .menu-options__languages a.active {
            background-color: #ed1b23;
            color: #ffffff; } }
    .menu-options__languages a:first-child {
      border-radius: 20px 0 0 20px;
      padding-left: 0.3em; }
    .menu-options__languages a:last-child {
      border-radius: 0 20px 20px 0;
      padding-right: 0.3em; }
  .menu-options__social {
    width: 170px;
    order: 2;
    margin: 5em auto 0; }
    @media screen and (min-width: 1440px) {
      .menu-options__social {
        width: 150px;
        order: 0;
        margin: 0 1.5em; }
        .menu-options__social .social-icons__item svg {
          fill: #bcbcbc;
          transition: fill 0.5s; }
          .menu-options__social .social-icons__item svg:hover {
            fill: #ed1b23; } }
  .menu-options__travel {
    margin-top: 2.5em;
    display: block; }
    @media screen and (min-width: 1440px) {
      .menu-options__travel {
        margin-top: 0; } }
    .menu-options__travel a {
      width: 200px;
      height: 45px;
      display: block;
      background-color: #ffffff;
      color: #ed1b23;
      border-radius: 1234px;
      font-weight: 600;
      line-height: 1;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (min-width: 1440px) {
        .menu-options__travel a {
          background-color: #bcbcbc;
          color: #ffffff;
          transition: background-color 0.5s; }
          .menu-options__travel a:hover {
            background-color: #ed1b23; } }
      .menu-options__travel a i {
        display: inline-block;
        font-family: "Material Icons";
        font-size: 2.2em;
        margin-right: 0.1em; }
      .menu-options__travel a span {
        display: inline-block;
        width: 125px;
        text-align: center;
        font-size: 0.8em;
        font-weight: 900; }

.slide-testimony {
  width: 286px;
  margin: 0 auto 1em; }
  @media screen and (min-width: 1024px) {
    .slide-testimony {
      width: auto;
      padding-right: 4em;
      padding-left: 2em; } }
  @media screen and (min-width: 1440px) {
    .slide-testimony {
      padding-right: 9vw; } }
  @media screen and (min-width: 1600px) {
    .slide-testimony {
      padding-right: 7vw; } }
  .slide-testimony__quote {
    color: #ed1b23;
    transform: rotate(180deg);
    font-size: 4em; }
  .slide-testimony__excerpt {
    text-align: center;
    color: #ffffff;
    font-size: 1em;
    margin: 0;
    padding: 0 0.5em;
    line-height: 1.5; }
    @media screen and (min-width: 1024px) {
      .slide-testimony__excerpt {
        font-size: 1.3vw; } }
    @media screen and (min-width: 1440px) {
      .slide-testimony__excerpt {
        font-size: 1.1vw; } }
    @media screen and (min-width: 1600px) {
      .slide-testimony__excerpt {
        font-size: 1vw; } }
  .slide-testimony__name {
    text-align: center;
    color: #ed1b23;
    font-size: 1.3em;
    font-weight: 900;
    display: block;
    margin-top: 0.9em; }

.social-icons {
  display: flex;
  justify-content: space-between; }
  .social-icons__item svg {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    transform: scale(1.05);
    fill: #ffffff; }

.transport-card {
  width: 270px;
  margin: 0 auto;
  background-color: #e8e8e8;
  border-radius: 20px;
  color: #bcbcbc;
  text-align: center;
  padding: 1.2em 1em;
  border: 4px solid #e8e8e8;
  transition: all 0.5s; }
  @media screen and (min-width: 1024px) {
    .transport-card {
      width: 250px; } }
  @media screen and (min-width: 1440px) {
    .transport-card {
      width: 320px; }
      .transport-card:hover {
        background-color: #ed1b23;
        color: #ffffff;
        border: 4px solid #b70007; }
        .transport-card:hover .transport-card__travel {
          background-color: #1a1a1a; }
        .transport-card:hover .transport-card__icon-airport,
        .transport-card:hover .transport-card__icon-arrow,
        .transport-card:hover .transport-card__icon-hostel,
        .transport-card:hover .transport-card__button {
          opacity: 1; }
        .transport-card:hover .transport-card__icon-arrow svg {
          position: aboslute; }
          .transport-card:hover .transport-card__icon-arrow svg line,
          .transport-card:hover .transport-card__icon-arrow svg path {
            fill: #ed1b23;
            stroke: #ed1b23; }
        .transport-card:hover .transport-card__button button {
          background-color: #1a1a1a;
          color: #ffffff;
          border-color: #1a1a1a; }
        .transport-card:hover .transport-card__button--alt button {
          background-color: #1a1a1a;
          color: #ffffff;
          border-color: #1a1a1a; } }
  .transport-card__title {
    text-transform: uppercase;
    font-size: 1.38em;
    color: inherit;
    font-weight: 900;
    display: block; }
  .transport-card__price {
    display: block;
    color: inherit;
    font-weight: 900;
    font-size: 3.3em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.2em; }
    .transport-card__price i {
      display: inline-block;
      margin-right: 0.1em;
      font-style: normal;
      font-size: 0.6em; }
  .transport-card__travel {
    background-color: #d5d5d5;
    border-radius: 20px;
    padding: 0.8em 1em;
    margin: 1.7em 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    position: relative;
    transition: all 0.5s; }
    .transport-card__travel--alt {
      background-color: #000; }
  .transport-card__icon-airport {
    display: flex;
    flex-direction: column;
    color: inherit; }
    .transport-card__icon-airport i {
      width: 56px; }
      .transport-card__icon-airport i img {
        width: 100%;
        height: auto;
        object-fit: cover; }
    .transport-card__icon-airport span {
      display: inline-block;
      margin-top: 0.4em;
      color: inherit;
      font-weight: 900;
      font-size: 0.85em;
      text-transform: uppercase; }
    .transport-card__icon-airport.opacity {
      opacity: 0.5;
      transition: opacity 0.5s; }
  .transport-card__icon-arrow {
    position: absolute;
    left: 80px;
    top: 28px;
    width: 70px; }
    @media screen and (min-width: 1024px) {
      .transport-card__icon-arrow {
        width: 50px; } }
    @media screen and (min-width: 1440px) {
      .transport-card__icon-arrow {
        left: 105px; } }
    .transport-card__icon-arrow svg {
      width: 100%;
      position: aboslute; }
      .transport-card__icon-arrow svg line,
      .transport-card__icon-arrow svg path {
        fill: #ffffff;
        stroke: #ffffff;
        transition: all 0.5s; }
    .transport-card__icon-arrow.arrow-rotate {
      transform: rotate(180deg); }
    .transport-card__icon-arrow.opacity {
      opacity: 0.5;
      transition: opacity 0.5s; }
  .transport-card__icon-hostel {
    display: flex;
    flex-direction: column;
    color: inherit; }
    .transport-card__icon-hostel i {
      width: 56px; }
      .transport-card__icon-hostel i img {
        width: 100%;
        height: auto;
        object-fit: cover; }
    .transport-card__icon-hostel span {
      display: inline-block;
      margin-top: 0.4em;
      color: inherit;
      font-weight: 900;
      font-size: 0.85em;
      text-transform: uppercase; }
    .transport-card__icon-hostel.opacity {
      opacity: 0.5;
      transition: opacity 0.5s; }
  .transport-card__button button {
    background-color: transparent;
    border: 3px solid #bcbcbc;
    color: #bcbcbc;
    padding: 0.3em 0.8em;
    font-size: 1.39em;
    font-weight: 900;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.5s; }
  .transport-card__button.opacity {
    opacity: 0.5;
    transition: opacity 0.5s; }
  .transport-card--alt {
    background-color: #1a1a1a;
    color: #343434;
    border: 4px solid #1a1a1a;
    transition: all 0.5s; }

.main-hero {
  position: relative;
  margin-top: -18px; }
  @media screen and (min-width: 1440px) {
    .main-hero {
      margin-top: -28px; } }
  @media screen and (min-width: 1024px) {
    .main-hero__slider {
      border-radius: 0 0 95% 95% / 15%;
      overflow: hidden; } }
  @media screen and (min-width: 1440px) {
    .main-hero__slider {
      border-radius: 0 0 90% 90% / 10%; } }
  .main-hero__img {
    width: 100%;
    height: 600px; }
    @media screen and (min-width: 1440px) {
      .main-hero__img {
        height: calc(100vh - 140px); } }
    .main-hero__img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .main-hero__nav {
    position: absolute;
    bottom: 70px;
    right: 20px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    transition: bottom 0.5s; }
    @media screen and (min-width: 768px) {
      .main-hero__nav {
        right: 40px; } }
    @media screen and (min-width: 1024px) {
      .main-hero__nav {
        flex-direction: row;
        right: 40px; } }
    .main-hero__nav.active {
      bottom: calc(220px + 85px); }
  .main-hero__arrow {
    background-color: #ed1b23;
    color: #ffffff;
    outline: none;
    border: 2px solid #ed1b23;
    font-size: 2em;
    cursor: pointer;
    border-radius: 50%;
    margin-top: 0.2em;
    padding: 0.1em;
    transition: all 0.5s; }
    @media screen and (min-width: 1024px) {
      .main-hero__arrow {
        background-color: transparent;
        color: #ffffff;
        border: 2px solid #ffffff;
        margin: 0 0.2em; }
        .main-hero__arrow:hover {
          background-color: #ed1b23;
          color: #ffffff;
          border: 2px solid #ed1b23; } }

.icon-red {
  color: #ed1b23;
  font-weight: 900; }

@keyframes fr-sticky {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0%); } }

.fast-reservation {
  background-image: linear-gradient(180deg, #ffffff, #e8e8e8);
  width: 90%;
  height: 50px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 25px;
  overflow: hidden;
  transition: height 0.5s; }
  .fast-reservation.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3000;
    animation: fr-sticky 0.4s;
    border-radius: 0; }
    @media screen and (min-width: 1024px) {
      .fast-reservation.sticky {
        height: 70px; } }
  @media screen and (min-width: 1024px) {
    .fast-reservation {
      background-image: linear-gradient(90deg, #ffffff, #e8e8e8);
      width: 900px;
      height: 80px;
      border-radius: 1234px;
      bottom: -15px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.16); } }
  @media screen and (min-width: 1440px) {
    .fast-reservation {
      width: 1000px;
      height: 90px;
      border-radius: 1234px;
      bottom: -24px; } }
  @media screen and (min-width: 1600px) {
    .fast-reservation {
      width: 1000px;
      border-radius: 1234px;
      bottom: -30px; } }
  .fast-reservation.active {
    height: 280px;
    border-radius: 22px; }
  .fast-reservation__button {
    width: 100%;
    height: 50px;
    display: inline-block;
    padding: 0.5em 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    outline: none; }
    @media screen and (min-width: 1024px) {
      .fast-reservation__button {
        display: none; } }
    .fast-reservation__button span {
      font-size: 1.13em;
      font-weight: 900; }
    .fast-reservation__button i {
      color: #ed1b23;
      font-weight: 900;
      font-size: 2em;
      transition: transform 0.5s; }
      .fast-reservation__button i.active {
        transform: rotate(180deg); }
  .fast-reservation__form {
    margin: 0 1em; }
    @media screen and (min-width: 1024px) {
      .fast-reservation__form {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 1.5em; } }
    @media screen and (min-width: 1440px) {
      .fast-reservation__form {
        margin: 0; } }
  .fast-reservation__select {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 1234px;
    margin-top: 1em; }
    @media screen and (min-width: 1024px) {
      .fast-reservation__select {
        width: 200px;
        margin: 0 1em 0 0; } }
    @media screen and (min-width: 1440px) {
      .fast-reservation__select {
        width: 218px;
        margin: 0 1.5em 0 0; } }
    .fast-reservation__select select:not([value=""]) {
      width: 100%;
      background-color: transparent;
      outline: none;
      border: none;
      padding: 0.3em 0.5em;
      opacity: 1;
      position: relative;
      z-index: 2;
      -moz-appearance: none;
      /* Firefox */
      -webkit-appearance: none;
      /* Safari and Chrome */
      appearance: none; }
      @media screen and (min-width: 1024px) {
        .fast-reservation__select select:not([value=""]) {
          padding: 0.8em 1em; } }
    .fast-reservation__select span {
      width: 100%;
      height: 100%;
      padding: 0 0.5em;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      @media screen and (min-width: 1024px) {
        .fast-reservation__select span i {
          display: inline-block;
          padding-left: 0.2em; } }
  .fast-reservation__date {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 1234px;
    margin-top: 1em; }
    @media screen and (min-width: 1024px) {
      .fast-reservation__date {
        width: 200px;
        margin: 0 1em 0 0; } }
    @media screen and (min-width: 1440px) {
      .fast-reservation__date {
        width: 218px;
        margin: 0 1.5em 0 0; } }
    .fast-reservation__date input {
      width: 100%;
      background-color: transparent;
      outline: none;
      border: none;
      padding: 0.3em 0.5em;
      opacity: 1;
      position: relative;
      z-index: 2;
      -moz-appearance: none;
      /* Firefox */
      -webkit-appearance: none;
      /* Safari and Chrome */
      appearance: none; }
      @media screen and (min-width: 1024px) {
        .fast-reservation__date input {
          padding: 0.8em 1em; } }
      @media screen and (min-width: 1440px) {
        .fast-reservation__date input {
          padding: 0.8em 1.2em; } }
    .fast-reservation__date span {
      width: 100%;
      height: 100%;
      padding: 0 0.5em;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      color: #bcbcbc; }
      @media screen and (min-width: 1024px) {
        .fast-reservation__date span {
          color: #ed1b23; } }
      @media screen and (min-width: 1440px) {
        .fast-reservation__date span {
          padding: 0.8em 1em; } }
  .fast-reservation__submit {
    margin-top: 1em;
    margin-bottom: 1em; }
    @media screen and (min-width: 1024px) {
      .fast-reservation__submit {
        margin: 0; } }
    .fast-reservation__submit button {
      display: inline-block;
      padding: 0.3em 1.3em;
      font-size: 1.2em;
      font-weight: 900;
      margin: 0 auto;
      background-color: #ed1b23;
      outline: none;
      border: none;
      color: #ffffff;
      display: flex;
      align-items: center;
      border-radius: 1123px;
      cursor: pointer; }
      @media screen and (min-width: 1440px) {
        .fast-reservation__submit button {
          padding: 0.1em 1.3em; } }
    .fast-reservation__submit i {
      font-size: 2em;
      margin-right: -0.3em; }
  .fast-reservation__inputcontainer.invalid {
    border: 1px solid #ed1b23 !important; }

@media screen and (min-width: 1024px) {
  .main-welcome {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    margin-top: 5em; } }

.main-welcome__isologo {
  display: none; }
  @media screen and (min-width: 1024px) {
    .main-welcome__isologo {
      display: block;
      width: 18vw;
      height: 18vw;
      margin: 0 2vw 0 3vw; }
      .main-welcome__isologo img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; } }
  @media screen and (min-width: 1440px) {
    .main-welcome__isologo {
      width: 22vw;
      height: 22vw; } }
  @media screen and (min-width: 1600px) {
    .main-welcome__isologo {
      width: 22vw;
      height: 22vw;
      margin-left: 6.5vw; } }

@media screen and (min-width: 1024px) {
  .main-welcome__description {
    width: 40vw; } }

@media screen and (min-width: 1440px) {
  .main-welcome__description {
    width: 35vw; } }

.main-welcome__title {
  display: flex;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .main-welcome__title {
      justify-content: center; } }
  @media screen and (min-width: 1024px) {
    .main-welcome__title {
      justify-content: left; } }
  .main-welcome__title > span {
    width: 95px;
    display: inline-block;
    margin-left: 1em; }
    @media screen and (min-width: 1024px) {
      .main-welcome__title > span {
        display: none; } }
    .main-welcome__title > span img {
      width: 100%;
      height: auto;
      object-fit: cover; }
  .main-welcome__title h4 {
    font-size: 25px;
    margin: 0;
    line-height: 1;
    margin-left: 0.6em; }
    .main-welcome__title h4 span {
      display: block;
      width: 150px; }
      @media screen and (min-width: 1024px) {
        .main-welcome__title h4 span {
          width: auto; } }
    @media screen and (min-width: 1024px) {
      .main-welcome__title h4 {
        margin: 0;
        font-size: 44px; } }

.main-welcome__parag {
  font-size: 1.1em;
  padding: 0.2em 1em;
  line-height: 1.2; }
  @media screen and (min-width: 768px) {
    .main-welcome__parag {
      text-align: center; } }
  @media screen and (min-width: 1024px) {
    .main-welcome__parag {
      text-align: left;
      padding: 0;
      font-size: 1.2vw; } }
  @media screen and (min-width: 1440px) {
    .main-welcome__parag {
      text-align: left;
      padding: 0;
      font-size: 1.06vw; } }
  @media screen and (min-width: 1600px) {
    .main-welcome__parag {
      text-align: left;
      padding: 0;
      font-size: 1vw; } }

.testimonies-slider {
  background-color: #1a1a1a;
  padding: 1em 0;
  height: auto; }
  @media screen and (min-width: 1024px) {
    .testimonies-slider {
      width: 35vw;
      position: absolute;
      right: 0;
      border-radius: 20px 0 0 20px; } }
  @media screen and (min-width: 1600px) {
    .testimonies-slider {
      width: 30vw;
      position: absolute;
      right: 0;
      border-radius: 20px 0 0 20px; } }
  .testimonies-slider .slick-dots {
    text-align: center;
    margin-top: 0.5em; }
    @media screen and (min-width: 1024px) {
      .testimonies-slider .slick-dots {
        margin-left: -1.8em; } }
    @media screen and (min-width: 1440px) {
      .testimonies-slider .slick-dots {
        margin-left: -7vw; } }
    @media screen and (min-width: 1600px) {
      .testimonies-slider .slick-dots {
        margin-left: -5vw; } }
    .testimonies-slider .slick-dots li {
      display: inline-block;
      width: 15px;
      height: 15px;
      position: relative;
      margin: 0 0.4em; }
      .testimonies-slider .slick-dots li button {
        display: block;
        width: 15px;
        height: 15px;
        background-color: transparent;
        color: transparent;
        outline: none;
        border: none; }
        .testimonies-slider .slick-dots li button::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          background-color: #343434;
          width: 100%;
          height: 100%;
          border-radius: 50%;
          transition: background-color 0.5s; }
      .testimonies-slider .slick-dots li.slick-active button::before {
        background-color: #ed1b23; }

.main-gallery {
  padding-top: 6em; }
  .main-gallery .container {
    display: flex;
    justify-content: space-between; }
  .main-gallery__title h5 {
    font-size: 25px;
    margin: 0; }
    @media screen and (min-width: 1024px) {
      .main-gallery__title h5 {
        font-size: 44px; } }
  .main-gallery__title > span {
    display: inline-block;
    margin-top: 0.5em; }
    @media screen and (min-width: 1024px) {
      .main-gallery__title > span {
        margin-top: 0.2em;
        font-size: 1.55em;
        color: #bcbcbc; } }
  .main-gallery__cta {
    display: none; }
    @media screen and (min-width: 768px) {
      .main-gallery__cta {
        display: flex;
        justify-content: center;
        align-items: center; }
        .main-gallery__cta a {
          background-color: #ed1b23;
          color: #ffffff;
          padding: 0.6em 1em;
          border-radius: 30px;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 1.3em;
          font-weight: 900; } }
    @media screen and (min-width: 768px) and (min-width: 1024px) {
      .main-gallery__cta a {
        background-color: #bcbcbc;
        transition: background-color 0.5s; }
        .main-gallery__cta a:hover {
          background-color: #ed1b23; } }
    @media screen and (min-width: 768px) {
        .main-gallery__cta i {
          font-size: 1.5em;
          margin-right: -0.3em; } }

.gallery-slider {
  margin-top: 2em;
  padding: 1.5em 0;
  background-color: #1a1a1a; }
  @media screen and (min-width: 768px) {
    .gallery-slider {
      padding: 0; } }
  @media screen and (min-width: 768px) {
    .gallery-slider__container {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: 2; } }
  .gallery-slider__container .slick-dots {
    text-align: center;
    margin-top: 1em; }
    .gallery-slider__container .slick-dots li {
      display: inline-block;
      width: 15px;
      height: 15px;
      position: relative;
      margin: 0 0.4em; }
      .gallery-slider__container .slick-dots li button {
        display: block;
        width: 15px;
        height: 15px;
        background-color: transparent;
        color: transparent;
        outline: none;
        border: none; }
        .gallery-slider__container .slick-dots li button::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          background-color: #343434;
          width: 100%;
          height: 100%;
          border-radius: 50%;
          transition: background-color 0.5s; }
      .gallery-slider__container .slick-dots li.slick-active button::before {
        background-color: #ed1b23; }
  .gallery-slider .slick-slide {
    margin: 0 0.5em; }
  .gallery-slider__img {
    display: block;
    width: 260px;
    height: 430px;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .gallery-slider__img {
        width: 100%;
        height: 215px; } }
    @media screen and (min-width: 1024px) {
      .gallery-slider__img {
        height: 20vw; } }
    .gallery-slider__img img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 20px;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      transition: all 0.5s; }
      @media screen and (min-width: 768px) {
        .gallery-slider__img img {
          filter: grayscale(0);
          border-radius: 0; } }
      @media screen and (min-width: 1024px) {
        .gallery-slider__img img {
          -webkit-filter: grayscale(100%);
          filter: grayscale(100%); } }
      .gallery-slider__img img:hover {
        filter: grayscale(0);
        border-radius: 0; }
  .gallery-slider .slick-active .gallery-slider__img {
    border-radius: 20px; }
    .gallery-slider .slick-active .gallery-slider__img img {
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }
      @media screen and (min-width: 1024px) {
        .gallery-slider .slick-active .gallery-slider__img img {
          -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }
          .gallery-slider .slick-active .gallery-slider__img img:hover {
            filter: grayscale(0);
            border-radius: 0; } }
  .gallery-slider__cta {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 768px) {
      .gallery-slider__cta {
        display: none; } }
    .gallery-slider__cta a {
      background-color: #ed1b23;
      color: #ffffff;
      padding: 0.4em 0.8em;
      border-radius: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.3em;
      font-weight: 900; }
    .gallery-slider__cta i {
      font-size: 1.5em;
      margin-right: -0.3em; }

.hostels-section__text {
  width: 100%;
  padding: 1.5em;
  margin: 0;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.3;
  font-weight: 600; }
  .hostels-section__text a {
    display: block;
    position: relative;
    line-height: 1em;
    color: #1a1a1a; }
    .hostels-section__text a:hover {
      text-decoration: underline; }
    .hostels-section__text a i {
      line-height: 0.5em;
      vertical-align: bottom;
      font-size: 1.6em; }
  @media screen and (min-width: 1024px) {
    .hostels-section__text {
      font-size: 1.4em;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 1.1em 1.5em; } }
  @media screen and (min-width: 1440px) {
    .hostels-section__text {
      padding: 1.5em; } }
  .hostels-section__text span {
    display: block; }
    @media screen and (min-width: 1024px) {
      .hostels-section__text span {
        display: inline;
        padding-right: 0.2em; } }
  .hostels-section__text i {
    font-size: 2em;
    display: block; }
    @media screen and (min-width: 1024px) {
      .hostels-section__text i {
        display: inline; } }

@media screen and (min-width: 1024px) {
  .hostels-section__wrapper {
    width: 100%;
    height: 550px;
    position: relative;
    overflow: hidden;
    margin-top: 3em; } }

.hostels-section__excerpt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1em; }
  @media screen and (min-width: 768px) {
    .hostels-section__excerpt {
      padding: 0 2.2em; } }
  @media screen and (min-width: 1024px) {
    .hostels-section__excerpt {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      padding: 0 2.2em;
      position: absolute;
      top: 0;
      left: 5%; } }
  .hostels-section__excerpt h2 {
    font-size: 25px;
    line-height: 0.9; }
    @media screen and (min-width: 1024px) {
      .hostels-section__excerpt h2 {
        font-size: 44px;
        margin: 1.5em 0 0.4em; } }
  .hostels-section__excerpt p {
    font-weight: 900; }

.hostels-section__nav-arrow {
  color: #ed1b23;
  border-radius: 50%;
  border: 3px solid #ed1b23;
  font-size: 2em;
  font-weight: 900;
  cursor: pointer; }
  @media screen and (min-width: 1024px) {
    .hostels-section__nav-arrow {
      color: #bcbcbc;
      border: 3px solid #bcbcbc;
      transition: all 0.5s; }
      .hostels-section__nav-arrow:hover {
        color: #ed1b23;
        border: 3px solid #ed1b23; } }

@media screen and (min-width: 1024px) {
  .hostels-section__slider-container {
    position: absolute;
    left: 0;
    margin-left: 30%;
    opacity: 1; } }

.hostels-section__slider {
  margin-bottom: 2em; }
  .hostels-section__slider .slick-slide {
    margin: 0 0.5em;
    padding: 2em 0;
    position: relative;
    transition: transform 0.8s;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .hostels-section__slider .slick-slide {
        margin: 0 1.5em; } }
    @media screen and (min-width: 1024px) {
      .hostels-section__slider .slick-slide {
        padding: 0;
        margin: 0 1em; } }
  .hostels-section__slider .hostels-section-card {
    position: relative;
    width: 260px;
    height: 455px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.34);
    transition: transform 0.8s; }
    @media screen and (min-width: 768px) {
      .hostels-section__slider .hostels-section-card {
        width: 376px;
        height: 532px; } }
    @media screen and (min-width: 1024px) {
      .hostels-section__slider .hostels-section-card {
        width: 310px;
        height: 480px; } }
    .hostels-section__slider .hostels-section-card__img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .hostels-section__slider .hostels-section-card__description {
      width: 100%;
      height: 114px;
      background-color: #1a1a1a;
      position: absolute;
      bottom: 0;
      color: #ffffff;
      padding: 0 1.2em;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      transition: height 0.5s 0.3s; }
      .hostels-section__slider .hostels-section-card__description h3 {
        font-size: 2.5em;
        margin: 0.2em 0 0; }
      .hostels-section__slider .hostels-section-card__description p {
        width: 200px;
        height: 0;
        margin: 0;
        overflow: hidden;
        margin-bottom: 0.7em;
        font-size: 0.9em;
        transition: height 0.5s 0.3s; }
      .hostels-section__slider .hostels-section-card__description a {
        font-size: 1em;
        font-weight: 700;
        background-color: #ed1b23;
        color: #ffffff;
        padding: 0.2em 0.7em;
        border-radius: 1234px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: background-color 0.5s 0.7s; }
  .hostels-section__slider .slick-list {
    padding: 2em 0 2em 2em; }
    @media screen and (min-width: 1024px) {
      .hostels-section__slider .slick-list {
        padding: 2em 0 2em 1.2em; } }
  .hostels-section__slider .slick-active.slick-slide {
    transform: scale(1.05, 1.1); }
    .hostels-section__slider .slick-active.slick-slide .hostels-section-card__heart-name {
      opacity: 0; }
  .hostels-section__slider .slick-active .hostels-section-card__description {
    height: 144px; }
    .hostels-section__slider .slick-active .hostels-section-card__description p {
      height: 36px; }
    .hostels-section__slider .slick-active .hostels-section-card__description a {
      background-color: #ed1b23; }

.text-red {
  color: #ed1b23; }

.form-contact__group {
  margin-bottom: 1em; }
  .form-contact__group input,
  .form-contact__group textarea {
    width: 100%;
    border-radius: 10px;
    border: none;
    outline: none;
    padding: 0.9em 1em; }
    .form-contact__group input::placeholder,
    .form-contact__group textarea::placeholder {
      font-size: 1.12em;
      color: #bcbcbc; }
  .form-contact__group textarea {
    height: 140px;
    resize: none; }
  .form-contact__group span {
    display: none;
    color: red;
    font-weight: 600;
    padding-top: 0.4em; }
    .form-contact__group span.active {
      display: inline-block; }

.form-contact__submit {
  text-align: center; }
  .form-contact__submit input {
    border-radius: 1234px;
    background-color: #ed1b23;
    font-size: 1.5em;
    font-weight: 900;
    color: #ffffff;
    padding: 0.6em 2em;
    display: inline-block;
    border: none;
    outline: none;
    cursor: pointer; }

.main-header {
  width: 100%;
  padding: 0.5em 0;
  position: relative;
  border-radius: 0 0 70% 70% / 30%;
  z-index: 1000;
  background-image: linear-gradient(180deg, #ffffff, #e8e8e8); }
  @media screen and (min-width: 1440px) {
    .main-header {
      padding: 1.1em 0 1.5em;
      border-radius: 0 0 60% 60% / 30%; } }
  .main-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (min-width: 1440px) {
      .main-header .container {
        justify-content: flex-start; } }
  @media screen and (min-width: 1440px) {
    .main-header .main-logo {
      width: 260px; }
      .main-header .main-logo img {
        width: 100%;
        height: auto;
        object-fit: cover; } }
  .main-header .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(26, 26, 26, 0.7); }

.main-footer {
  background-color: #ed1b23; }
  .main-footer .container {
    padding: 2em 1.5em;
    display: flex;
    flex-direction: column;
    color: #ffffff; }
    @media screen and (min-width: 768px) {
      .main-footer .container {
        padding: 2em 2.2em; } }
    @media screen and (min-width: 1024px) {
      .main-footer .container {
        flex-direction: row;
        justify-content: space-between;
        padding: 3em 2.2em; } }
    @media screen and (min-width: 1440px) {
      .main-footer .container {
        flex-direction: row;
        justify-content: space-between;
        padding: 3em 6em; } }
    @media screen and (min-width: 1600px) {
      .main-footer .container {
        flex-direction: row;
        justify-content: space-between;
        padding: 3em 8em; } }
  .main-footer__logo img {
    margin-left: -0.4em; }
    @media screen and (min-width: 1024px) {
      .main-footer__logo img {
        margin-top: -0.4em; } }
  .main-footer__logo span {
    display: none; }
    @media screen and (min-width: 1024px) {
      .main-footer__logo span {
        display: block; } }
  .main-footer__menu {
    margin-top: 1em;
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 1024px) {
      .main-footer__menu {
        margin-top: 0; } }
    .main-footer__menu a {
      color: #ffffff;
      text-transform: uppercase;
      margin: 0.5em 0; }
      @media screen and (min-width: 1024px) {
        .main-footer__menu a {
          margin: 0 0 0.9em;
          position: relative; }
          .main-footer__menu a::before {
            content: "";
            width: 0;
            height: 5px;
            border-radius: 1234px;
            position: absolute;
            bottom: -10px;
            background-color: #ffffff;
            transition: width 0.5s; }
          .main-footer__menu a:hover::before {
            width: 40px; } }
      @media screen and (min-width: 1600px) {
        .main-footer__menu a {
          font-size: 1.12em; } }
  .main-footer__social {
    width: 160px;
    margin-top: 2em; }
    @media screen and (min-width: 1024px) {
      .main-footer__social {
        margin-top: 0.4em; } }
  .main-footer__newsletter {
    margin-top: 1.1em; }
    @media screen and (min-width: 1024px) {
      .main-footer__newsletter {
        margin-top: 0; } }
    .main-footer__newsletter span {
      text-transform: uppercase; }
      @media screen and (min-width: 1600px) {
        .main-footer__newsletter span {
          font-size: 1.12em; } }
    .main-footer__newsletter form {
      width: 100%;
      margin-top: 0.7em;
      display: flex; }
      @media screen and (min-width: 1600px) {
        .main-footer__newsletter form {
          margin-top: 1em; } }
      .main-footer__newsletter form input {
        width: 150px;
        background-color: transparent;
        border: 1px solid #ffffff;
        color: #ffffff;
        padding: 0 1em;
        border-radius: 5px 0 0 5px; }
        .main-footer__newsletter form input::placeholder {
          color: #ffffff; }
        @media screen and (min-width: 1600px) {
          .main-footer__newsletter form input {
            width: 265px; } }
      .main-footer__newsletter form input[type="submit"] {
        width: 75px;
        font-size: 1.2em;
        font-weight: 900;
        padding: 0.7em 1em;
        background-color: #ffffff;
        color: #ed1b23;
        border-radius: 0 5px 5px 0;
        border: none;
        outline: none;
        cursor: pointer; }
  @media screen and (min-width: 1024px) {
    .main-footer__contacts {
      margin: 0; } }
  @media screen and (min-width: 1600px) {
    .main-footer__contacts {
      margin-left: 3em; } }
  .main-footer__contacts li {
    font-size: 1.12em;
    margin: 0.2em 0; }
    @media screen and (min-width: 1024px) {
      .main-footer__contacts li {
        margin: 0 0 0.2em;
        font-size: 1em; } }
    @media screen and (min-width: 1600px) {
      .main-footer__contacts li {
        font-size: 1.2em; } }
  .main-footer__copyright {
    margin-top: 4em; }
    @media screen and (min-width: 1024px) {
      .main-footer__copyright {
        display: none; } }

.main-content {
  background-image: linear-gradient(135deg, #ffffff, #e8e8e8); }
  @media screen and (min-width: 1024px) {
    .main-content {
      padding-top: 5em;
      margin-top: -55px; } }
  .main-content .slick-slide {
    outline: none !important; }
  .main-content .hostels-section__slider .slick-slide .hostels-section-card {
    transition: transform 0.4s; }
  .main-content .hostels-section__slider .slick-slide:not(.slick-active):hover .hostels-section-card {
    transform: scale(1.02); }
  .main-content .hostels-section__slider .slick-slide:not(.slick-active):active .hostels-section-card {
    transform: scale(1); }

.overflow {
  overflow-y: hidden; }

.main-contact {
  padding: 4em 0;
  margin-top: -20px;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 1440px) {
    .main-contact {
      margin-top: -40px;
      padding: 6em 0 4em; } }
  .main-contact::before, .main-contact::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .main-contact::before {
    background-image: url("../img/contact-form/bg.jpg");
    background-size: cover;
    filter: blur(5px);
    transform: scale(1.1); }
  .main-contact::after {
    background-color: #1a1a1a;
    opacity: 0.5;
    z-index: 2; }
  .main-contact__form {
    background-color: #e8e8e8;
    margin: 0 1em;
    padding: 2em;
    border-radius: 20px;
    position: relative;
    z-index: 3; }
    @media screen and (min-width: 768px) {
      .main-contact__form {
        width: 544px;
        margin: 0 auto; } }
    .main-contact__form h2 {
      font-size: 2em;
      text-transform: uppercase;
      color: #1a1a1a;
      text-align: center;
      margin: 0 0 0.5em; }

.customize-trip {
  padding: 4em 0;
  margin-top: -20px;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 1440px) {
    .customize-trip {
      margin-top: -40px;
      padding: 6em 0 4em; } }
  .customize-trip::before, .customize-trip::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .customize-trip::before {
    background-image: url("../img/customize-trip/bg.jpg");
    background-size: cover;
    filter: blur(5px);
    transform: scale(1.1); }
  .customize-trip::after {
    background-color: #1a1a1a;
    opacity: 0.5;
    z-index: 2; }
  .customize-trip__form {
    background-color: #e8e8e8;
    margin: 0 1em;
    padding: 2em;
    border-radius: 20px;
    position: relative;
    z-index: 3; }
    @media screen and (min-width: 768px) {
      .customize-trip__form {
        width: 544px;
        margin: 0 auto; } }
    .customize-trip__form h2 {
      font-size: 2em;
      text-transform: uppercase;
      color: #1a1a1a;
      text-align: center;
      margin: 0 0 0.5em; }

.textarea-customize-trip textarea {
  height: 92px; }

.main-bar {
  background-color: #1a1a1a;
  margin-top: -20px;
  padding: 2.5em 0; }
  @media screen and (min-width: 1024px) {
    .main-bar {
      padding: 0 0 2.5em; } }
  @media screen and (min-width: 1440px) {
    .main-bar {
      margin-top: -40px; } }
  @media screen and (min-width: 1024px) {
    .main-bar__container {
      display: flex; } }
  .main-bar__intro {
    padding: 0 1.5em; }
    @media screen and (min-width: 1024px) {
      .main-bar__intro {
        width: 30%;
        padding: 6em 3em 0; } }
    @media screen and (min-width: 1440px) {
      .main-bar__intro {
        width: 25%;
        padding: 8em 4em 0; } }
    .main-bar__intro h1 {
      font-size: 1.55em;
      margin: 0;
      color: #ffffff; }
      @media screen and (min-width: 1024px) {
        .main-bar__intro h1 {
          font-size: 44px; } }
    @media screen and (min-width: 1024px) {
      .main-bar__intro .text-red {
        display: block; } }
  .main-bar__select {
    background-color: #ed1b23;
    color: #ffffff;
    height: 37px;
    margin-top: 0.8em;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.5s; }
    @media screen and (min-width: 1024px) {
      .main-bar__select {
        margin-top: 200px;
        background-color: transparent;
        height: auto;
        overflow: initial; } }
    .main-bar__select.active {
      height: 200px;
      border-radius: 15px; }
    .main-bar__select span {
      font-size: 1.12em;
      text-transform: uppercase;
      font-weight: 900; }
      @media screen and (min-width: 1024px) {
        .main-bar__select span {
          text-transform: initial; } }
      .main-bar__select span i {
        display: inline-block;
        font-size: 1.7em;
        transition: transform 0.5s; }
        @media screen and (min-width: 1024px) {
          .main-bar__select span i {
            display: none; } }
        .main-bar__select span i.active {
          transform: rotate(180deg); }
  .main-bar__select-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3em 1em 0;
    cursor: pointer; }
    @media screen and (min-width: 1024px) {
      .main-bar__select-button {
        display: none; } }
  .main-bar__select-list li {
    font-size: 1.24em;
    font-weight: 900;
    color: #b70007;
    display: flex;
    align-items: center;
    padding: 0.6em 1em;
    cursor: pointer;
    transition: color 0.7s; }
    @media screen and (min-width: 1024px) {
      .main-bar__select-list li {
        color: #ed1b23;
        font-size: 2.1em;
        padding: 0 0 0.7em;
        line-height: 1; } }
    .main-bar__select-list li i {
      font-size: 1.1em;
      display: inline-block;
      margin-right: 0.3em; }
      @media screen and (min-width: 1024px) {
        .main-bar__select-list li i {
          display: none; } }
    .main-bar__select-list li.active {
      color: #ffffff; }
      @media screen and (min-width: 1024px) {
        .main-bar__select-list li.active {
          color: #e8e8e8;
          position: relative; }
          .main-bar__select-list li.active::before {
            content: "";
            width: 54px;
            height: 7px;
            border-radius: 30px;
            background-color: #ffffff;
            position: absolute;
            bottom: 12px;
            left: 0; } }
  .main-bar__gallery {
    position: relative;
    margin-top: 2em;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-gap: 5px; }
    @media screen and (min-width: 1024px) {
      .main-bar__gallery {
        width: 75%;
        margin-top: 0; } }
  .main-bar__image {
    width: 33.3%;
    height: 100px; }
    @media screen and (min-width: 768px) {
      .main-bar__image {
        height: 200px; } }
    @media screen and (min-width: 1024px) {
      .main-bar__image {
        filter: grayscale(100%);
        transition: filter 0.5s; }
        .main-bar__image:hover {
          filter: grayscale(0); } }
    @media screen and (min-width: 1440px) {
      .main-bar__image {
        height: 350px; } }
    @media screen and (min-width: desktopFull) {
      .main-bar__image {
        height: 409px; } }
    .main-bar__image a {
      display: block;
      width: 100%;
      height: 100%; }
    .main-bar__image img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }

.main-transport {
  margin-top: -20px; }
  @media screen and (min-width: 1024px) {
    .main-transport {
      margin-top: -50px; } }
  .main-transport__hero {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 1024px) {
      .main-transport__hero {
        flex-direction: row;
        border-radius: 0 0 95% 95% / 15%;
        overflow: hidden; } }
    @media screen and (min-width: 1440px) {
      .main-transport__hero {
        height: 428px; } }
  .main-transport__description {
    background-color: #1a1a1a;
    background-size: cover;
    order: 2;
    padding: 1.5em 0.7em;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .main-transport__description {
        width: 50%;
        background-color: transparent;
        background-image: url("../img/transport/hero-transport.jpg");
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        order: 0;
        padding: 4.5em 2em; } }
    @media screen and (min-width: 1440px) {
      .main-transport__description {
        padding: 5.5em 2em; } }
    @media screen and (min-width: 1600px) {
      .main-transport__description {
        padding: 5.5em 6em; } }
    .main-transport__description::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: #1a1a1a;
      opacity: 0.8;
      top: 0;
      left: 0; }
  .main-transport__text {
    position: relative;
    color: #ffffff; }
    .main-transport__text h2 {
      font-size: 1.55em;
      margin: 0.3em 0; }
      @media screen and (min-width: 1024px) {
        .main-transport__text h2 {
          font-size: 44px;
          line-height: 1; } }
    .main-transport__text p {
      font-size: 1.12em;
      margin: 0; }
  @media screen and (min-width: 1024px) {
    .main-transport__image {
      width: 50%; } }
  .main-transport__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .main-transport__row {
    padding: 1em 0; }
    @media screen and (min-width: 1024px) {
      .main-transport__row {
        display: flex;
        padding: 1em 2em;
        justify-content: space-between; } }
    @media screen and (min-width: 1600px) {
      .main-transport__row {
        display: flex;
        padding: 1em 6em; } }
    .main-transport__row--black {
      background-color: #000; }
  .main-transport__intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.7em; }
    @media screen and (min-width: 1024px) {
      .main-transport__intro {
        width: 20%;
        align-items: flex-start;
        padding: 0; } }
    @media screen and (min-width: 1440px) {
      .main-transport__intro {
        width: 25%; } }
    .main-transport__intro h3 {
      font-size: 1.55em; }
      @media screen and (min-width: 1440px) {
        .main-transport__intro h3 {
          font-size: 44px; } }
      .main-transport__intro h3 .text-red {
        display: block; }
    .main-transport__intro--white h3 {
      color: #ffffff; }
    .main-transport__intro--rotate {
      order: 2;
      justify-content: flex-end;
      text-align: right; }
  .main-transport__arrows {
    width: auto;
    display: flex; }
    @media screen and (min-width: 1024px) {
      .main-transport__arrows {
        display: none; } }
    .main-transport__arrows i {
      display: inline-block;
      color: #ed1b23;
      font-weight: 900;
      font-size: 2.5em;
      border-radius: 50%;
      border: 3px solid #ed1b23;
      width: 40px;
      height: 40px;
      margin: 0 0.1em;
      display: flex;
      justify-content: center;
      align-items: center; }
  @media screen and (min-width: 1024px) {
    .main-transport__prices {
      width: 768px;
      display: flex;
      justify-content: space-between; } }
  @media screen and (min-width: 1440px) {
    .main-transport__prices {
      width: 990px; } }
  @media screen and (min-width: 1600px) {
    .main-transport__prices {
      width: 1050px; } }
  .main-transport__prices .slick-slide {
    margin: 0 0.4em; }
    @media screen and (min-width: 1440px) {
      .main-transport__prices .slick-slide {
        margin: 0 1em; } }
  .main-transport__prices .slick-active .transport-card {
    background-color: #ed1b23;
    color: #ffffff;
    border: 4px solid #b70007; }
    .main-transport__prices .slick-active .transport-card .transport-card__travel {
      background-color: #1a1a1a; }
    .main-transport__prices .slick-active .transport-card .transport-card__icon-airport,
    .main-transport__prices .slick-active .transport-card .transport-card__icon-arrow,
    .main-transport__prices .slick-active .transport-card .transport-card__icon-hostel,
    .main-transport__prices .slick-active .transport-card .transport-card__button {
      opacity: 1; }
    .main-transport__prices .slick-active .transport-card .transport-card__icon-arrow svg {
      position: aboslute; }
      .main-transport__prices .slick-active .transport-card .transport-card__icon-arrow svg line,
      .main-transport__prices .slick-active .transport-card .transport-card__icon-arrow svg path {
        fill: #ed1b23;
        stroke: #ed1b23; }
    .main-transport__prices .slick-active .transport-card .transport-card__button button {
      background-color: #1a1a1a;
      color: #ffffff;
      border-color: #1a1a1a; }
    .main-transport__prices .slick-active .transport-card .transport-card__button--alt button {
      background-color: transparent;
      color: #ffffff;
      border-color: #ffffff; }

.main-location {
  margin-top: -20px; }
  @media screen and (min-width: 1440px) {
    .main-location {
      margin-top: -50px; } }
  .main-location__header {
    background-color: #1a1a1a;
    background-image: linear-gradient(45deg, #1a1a1a, #000); }
    @media screen and (min-width: 1024px) {
      .main-location__header {
        display: flex; } }
  .main-location__image {
    position: relative; }
    @media screen and (min-width: 1024px) {
      .main-location__image {
        width: 40%; } }
    @media screen and (min-width: 1440px) {
      .main-location__image {
        width: 30%; } }
    @media screen and (min-width: 1600px) {
      .main-location__image {
        width: 30%; } }
    .main-location__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .main-location__image span {
      position: absolute;
      bottom: 15px;
      left: 18px;
      color: #ffffff;
      text-transform: uppercase;
      font-size: 2.3em;
      font-weight: 900; }
      @media screen and (min-width: 1024px) {
        .main-location__image span {
          display: none; } }
  .main-location__content {
    color: #ffffff;
    padding: 2em 0; }
    @media screen and (min-width: 1024px) {
      .main-location__content {
        width: 60%;
        padding: 2em 0 3em; } }
    @media screen and (min-width: 1440px) {
      .main-location__content {
        width: 70%; } }
  @media screen and (min-width: 1024px) {
    .main-location__intro {
      padding: 1em 1em 0; } }
  @media screen and (min-width: 1440px) {
    .main-location__intro {
      padding: 2em 4em 0; } }
  @media screen and (min-width: 1600px) {
    .main-location__intro {
      padding: 2em 5em 0; } }
  .main-location__intro h1 {
    display: none;
    font-size: 1.8em;
    color: inherit;
    text-transform: uppercase;
    padding: 0 0.7em;
    margin: 0; }
    @media screen and (min-width: 1024px) {
      .main-location__intro h1 {
        display: block;
        padding: 0;
        font-size: 3em; } }
    @media screen and (min-width: 1440px) {
      .main-location__intro h1 {
        font-size: 5em; } }
  .main-location__intro p {
    font-size: 1.12em;
    color: inherit;
    padding: 0 1em;
    margin: 0; }
    @media screen and (min-width: 1024px) {
      .main-location__intro p {
        padding: 0.3em 0 0; } }
  .main-location__hostels {
    margin-top: 2em; }
    @media screen and (min-width: 1024px) {
      .main-location__hostels {
        padding-left: 1em; } }
    @media screen and (min-width: 1440px) {
      .main-location__hostels {
        padding-left: 4em; } }
    @media screen and (min-width: 1600px) {
      .main-location__hostels {
        padding-left: 5em; } }
    @media screen and (min-width: 768px) {
      .main-location__hostels .slick-slide {
        margin: 0 0.5em;
        padding-top: 1em; } }
    @media screen and (min-width: 1024px) {
      .main-location__hostels .slick-slide {
        margin: 0 0.7em; } }
    @media screen and (min-width: 1440px) {
      .main-location__hostels .slick-slide {
        margin: 0 1.2em; } }
  .main-location__bar {
    padding: 2em 0 0; }
    @media screen and (min-width: 768px) {
      .main-location__bar {
        background-color: #e8e8e8; } }
    .main-location__bar-intro {
      padding: 0 0.7em; }
      @media screen and (min-width: 1024px) {
        .main-location__bar-intro {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 0 2em; } }
      @media screen and (min-width: 1440px) {
        .main-location__bar-intro {
          padding: 0 4em; } }
      .main-location__bar-intro h3 {
        margin: 0;
        font-size: 25px; }
        @media screen and (min-width: 1024px) {
          .main-location__bar-intro h3 {
            font-size: 44px; } }
      .main-location__bar-intro div {
        display: flex;
        align-items: center;
        margin-top: 0.5em; }
        @media screen and (min-width: 1024px) {
          .main-location__bar-intro div {
            background-color: #ffffff;
            padding: 0.8em 1.2em;
            border-radius: 30px;
            margin-top: 0; } }
        .main-location__bar-intro div svg {
          fill: #ed1b23;
          width: 20px; }
          @media screen and (min-width: 1024px) {
            .main-location__bar-intro div svg {
              width: 24px; } }
        .main-location__bar-intro div span {
          font-size: 0.9em;
          display: inline-block;
          margin-left: 0.2em; }
          @media screen and (min-width: 1024px) {
            .main-location__bar-intro div span {
              font-size: 1.12em; } }
    .main-location__bar .gallery-slider {
      background-color: transparent;
      background-image: linear-gradient(#ffffff, #dbdbdb); }
      .main-location__bar .gallery-slider .slick-dots button::before {
        background-color: #bcbcbc; }

.hostel-card {
  width: 100%;
  height: 460px;
  margin: 0 auto 2em;
  position: relative;
  outline: none;
  z-index: 1;
  display: block;
  color: white;
  overflow: hidden;
  border-radius: 20px; }
  @media screen and (min-width: 768px) {
    .hostel-card {
      margin: 0;
      width: 300px; } }
  @media screen and (min-width: 1440px) {
    .hostel-card {
      width: 406px;
      height: 576px; } }
  .hostel-card:hover .hostel-card__body {
    background-image: none;
    background-color: #ed1b23; }
  .hostel-card:hover .hostel-card__data {
    background-color: #b70007; }
  .hostel-card__container {
    position: relative;
    width: 300px;
    margin: auto;
    padding: 0.6em; }
    @media screen and (min-width: 768px) {
      .hostel-card__container {
        width: auto; } }
    @media screen and (min-width: 1440px) {
      .hostel-card__container {
        padding: 0; } }
  .hostel-card__icon {
    position: absolute;
    top: 0px;
    right: -5px;
    background-color: #ed1b23;
    border-radius: 50%;
    padding: 0.4em;
    cursor: pointer;
    border: none;
    outline: none;
    line-height: 1em;
    padding: 0;
    z-index: 2;
    display: block;
    padding: 0.6em;
    transform: scale(1);
    transition: transform 0.1s; }
    @media screen and (min-width: 1440px) {
      .hostel-card__icon {
        top: 0px;
        right: -10px;
        padding: 0.8em; } }
    .hostel-card__icon svg {
      fill: #ffffff; }
      @media screen and (min-width: 1440px) {
        .hostel-card__icon svg {
          width: 32px;
          height: 32px; } }
    .hostel-card__icon:active {
      transform: scale(0.95); }
  .hostel-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 1; }
  .hostel-card__map {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transform: scale(1.5);
    opacity: 0;
    transition: transform 0.2s, opacity 0.2s; }
    .hostel-card__map.active {
      transform: scale(1);
      opacity: 1; }
  .hostel-card__body {
    width: 100%;
    border-radius: 20px;
    background-color: #ed1b23;
    padding: 0.8em 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3; }
    @media screen and (min-width: 1024px) {
      .hostel-card__body {
        background-image: linear-gradient(#1a1a1a, #000);
        background-color: #1a1a1a;
        transition: all 0.5s; } }
    .hostel-card__body h2 {
      margin: 0;
      font-size: 1.5em; }
      @media screen and (min-width: 1440px) {
        .hostel-card__body h2 {
          font-size: 2.2em; } }
    .hostel-card__body > span {
      font-size: 0.9em;
      display: inline-block;
      margin-top: 0.2em; }
      @media screen and (min-width: 1440px) {
        .hostel-card__body > span {
          font-size: 1.12em; } }
  .hostel-card__data {
    background-color: #b70007;
    border-radius: 20px;
    padding: 0.7em 0.5em;
    margin: 1.5em 0 0; }
    @media screen and (min-width: 1024px) {
      .hostel-card__data {
        background-color: #1a1a1a;
        transition: all 0.5s;
        padding: 0.7em 0.8em; } }
    .hostel-card__data li {
      display: flex;
      align-items: center; }
      .hostel-card__data li i svg {
        width: 18px;
        display: block;
        fill: #ffffff; }
        @media screen and (min-width: 1440px) {
          .hostel-card__data li i svg {
            width: 22px; } }
      .hostel-card__data li span {
        display: inline-block;
        font-size: 0.9em;
        padding: 0.4em 0;
        margin-left: 0.2em; }
        @media screen and (min-width: 1440px) {
          .hostel-card__data li span {
            font-size: 1.12em; } }

.main-hostel {
  margin-top: -20px; }
  @media screen and (min-width: 1440px) {
    .main-hostel {
      margin-top: -50px; } }
  .main-hostel__header {
    position: relative; }
  .main-hostel__img img {
    width: 100%;
    height: 537px;
    object-fit: cover;
    display: block; }
    @media screen and (min-width: 1024px) {
      .main-hostel__img img {
        height: 575px; } }
    @media screen and (min-width: 1440px) {
      .main-hostel__img img {
        height: 700px; } }
  .main-hostel__content {
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(#1a1a1a, #000);
    padding: 1em 0; }
    @media screen and (min-width: 1024px) {
      .main-hostel__content {
        position: absolute;
        top: 0;
        left: 0;
        width: 50vw;
        max-width: 882px;
        height: 100%;
        background-image: none;
        background-color: rgba(26, 26, 26, 0.8);
        justify-content: center; } }
  .main-hostel__intro {
    order: 1;
    margin-top: -50px;
    color: #ffffff;
    padding: 0 1em; }
    @media screen and (min-width: 1024px) {
      .main-hostel__intro {
        order: 1;
        margin-top: 0;
        padding: 0 2em; } }
    @media screen and (min-width: 1440px) {
      .main-hostel__intro {
        padding: 0 3em; } }
    .main-hostel__intro h1 {
      font-size: 25px;
      text-transform: uppercase;
      margin: 0; }
      @media screen and (min-width: 1024px) {
        .main-hostel__intro h1 {
          font-size: 2.4em; } }
    .main-hostel__intro span {
      font-size: 1em;
      display: inline-block;
      margin-top: 0.2em; }
      @media screen and (min-width: 1024px) {
        .main-hostel__intro span {
          font-size: 1.12em; } }
    .main-hostel__intro p {
      font-size: 1.12em; }
  .main-hostel__nav-slider-container {
    order: 0;
    position: relative;
    top: -68px;
    padding-left: 1em; }
    @media screen and (min-width: 1024px) {
      .main-hostel__nav-slider-container {
        order: 1;
        top: 0;
        left: 0;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 2em;
        margin: 1.5em 0 0;
        max-width: 600px; } }
    @media screen and (min-width: 1440px) {
      .main-hostel__nav-slider-container {
        padding: 0 3em;
        max-width: 800px; } }
  .main-hostel__nav-slider {
    position: relative;
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .main-hostel__nav-slider {
        left: 0;
        width: 85%;
        max-width: 448px; } }
    @media screen and (min-width: 1440px) {
      .main-hostel__nav-slider {
        width: 90%;
        max-width: 600px; } }
    .main-hostel__nav-slider .slick-slide {
      margin: 0 0.5em; }
      @media screen and (min-width: 1024px) {
        .main-hostel__nav-slider .slick-slide {
          margin: 0 0.3em; } }
      .main-hostel__nav-slider .slick-slide.slick-active .main-hostel__img-nav img {
        filter: grayscale(0); }
  .main-hostel__arrow {
    width: 30px;
    height: 30px;
    background-color: #ed1b23;
    color: #ffffff;
    border: 2px solid #ed1b23;
    font-size: 2em;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    margin: 0 0.3em;
    position: absolute;
    z-index: 1;
    top: -50px; }
    @media screen and (min-width: 1024px) {
      .main-hostel__arrow {
        position: initial; } }
    .main-hostel__arrow--prev {
      right: 35px; }
    .main-hostel__arrow--next {
      right: 0; }
  .main-hostel__img-nav img {
    width: 142px;
    height: 135px;
    border-radius: 20px;
    filter: grayscale(100%);
    transition: filter 0.5s; }
  .main-hostel__include {
    background-image: linear-gradient(135deg, #ffffff 20%, #e8e8e8);
    padding: 1.5em 1em; }
    @media screen and (min-width: 1024px) {
      .main-hostel__include {
        display: flex;
        padding: 1.5em 2em;
        justify-content: space-between; } }
    @media screen and (min-width: 1440px) {
      .main-hostel__include {
        padding: 2.5em 3em; } }
    .main-hostel__include h2 {
      margin: 0;
      font-size: 25px;
      color: #1a1a1a; }
      @media screen and (min-width: 1024px) {
        .main-hostel__include h2 {
          font-size: 44px;
          width: 30%; }
          .main-hostel__include h2 .text-red {
            display: block; } }
  .main-hostel__icons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-gap: 20px;
    margin-top: 1em; }
    @media screen and (min-width: 768px) {
      .main-hostel__icons {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: auto; } }
    @media screen and (min-width: 1024px) {
      .main-hostel__icons {
        grid-template-columns: repeat(3, 1fr);
        width: 70%;
        margin-top: 0; } }
    @media screen and (min-width: 1440px) {
      .main-hostel__icons {
        grid-template-columns: repeat(4, 1fr);
        width: 70%;
        margin-top: 0;
        grid-gap: 30px; } }
  .main-hostel .icon-include {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media screen and (min-width: 1024px) {
      .main-hostel .icon-include {
        flex-direction: row; } }
    .main-hostel .icon-include img {
      width: 80px;
      height: 80px;
      display: flex;
      justify-content: center;
      align-items: center; }
    @media screen and (min-width: 1024px) {
      .main-hostel .icon-include__content {
        margin-left: 0.4em; } }
    .main-hostel .icon-include__content > span {
      text-transform: uppercase;
      font-size: 0.8em;
      color: #ed1b23;
      font-weight: 900;
      display: inline-block;
      text-align: left; }
      @media screen and (min-width: 1024px) {
        .main-hostel .icon-include__content > span {
          font-size: 1em; } }
    .main-hostel .icon-include__content p {
      display: none; }
      @media screen and (min-width: 1024px) {
        .main-hostel .icon-include__content p {
          display: block;
          margin: 0; } }
      @media screen and (min-width: 1024px) {
        .main-hostel .icon-include__content p .text-red {
          display: block; } }
    .main-hostel .icon-include--more {
      cursor: pointer; }
      @media screen and (min-width: 768px) {
        .main-hostel .icon-include--more {
          display: none; } }
      .main-hostel .icon-include--more i {
        align-items: flex-end !important;
        padding-bottom: 1em; }
      .main-hostel .icon-include--more svg {
        width: auto;
        height: auto; }
  .main-hostel__prices {
    padding: 1em;
    background-color: #e8e8e8; }
    @media screen and (min-width: 1024px) {
      .main-hostel__prices {
        padding: 1em 2em; } }
    @media screen and (min-width: 1440px) {
      .main-hostel__prices {
        padding: 2.5em 3em; } }
  @media screen and (min-width: 1024px) {
    .main-hostel__prices-box {
      display: flex; } }
  .main-hostel__prices-box h3 {
    font-size: 25px;
    color: #1a1a1a;
    margin: 0; }
    @media screen and (min-width: 1024px) {
      .main-hostel__prices-box h3 {
        width: 30%;
        font-size: 44px; } }
  .main-hostel__prices-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media screen and (min-width: 768px) {
      .main-hostel__prices-content {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
        margin-top: 1em; } }
    @media screen and (min-width: 1024px) {
      .main-hostel__prices-content {
        width: 70%;
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (min-width: 1440px) {
      .main-hostel__prices-content {
        grid-template-columns: repeat(3, 1fr); } }
  .main-hostel .hostel-price {
    margin-top: 1em; }
    @media screen and (min-width: 768px) {
      .main-hostel .hostel-price {
        margin: 0; } }
    @media screen and (min-width: 1024px) {
      .main-hostel .hostel-price {
        display: flex;
        flex-wrap: wrap; } }
    .main-hostel .hostel-price span {
      font-size: 1.12em;
      font-weight: 600;
      display: inline-block;
      margin-left: 0.6em; }
    .main-hostel .hostel-price p {
      background-color: #ffffff;
      padding: 0.5em 1em;
      color: #ed1b23;
      font-weight: 900;
      margin: 0.5em 0 0;
      border-radius: 30px; }
  .main-hostel__button {
    display: flex;
    justify-content: center;
    margin-top: 4em;
    margin-bottom: 1em; }
    .main-hostel__button a {
      background-color: #ed1b23;
      color: #ffffff;
      font-weight: 900;
      padding: 0.4em 0.9em;
      border-radius: 30px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 1.38em; }
      .main-hostel__button a i {
        font-size: 1.5em;
        margin-left: 0.1em; }
  .main-hostel__map > #map {
    display: block;
    width: 100%;
    height: 272px; }
    @media screen and (min-width: 1024px) {
      .main-hostel__map > #map {
        height: 417px; } }

.debug {
  outline: 1px solid red; }
