@charset "UTF-8";
.de_block_manual_offers.grid .children_previews .wrap.grid .inner_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1rem 5rem 0rem;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .de_block_manual_offers.grid .children_previews .wrap.grid .inner_wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.de_block_manual_offers.grid .item_wrap {
  flex: 0 0 auto;
  width: 32%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .de_block_manual_offers.grid .item_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .de_block_manual_offers.grid .item_wrap {
    width: 100%;
  }
}
.de_block_manual_offers.grid .item {
  display: flex;
  flex-direction: column;
  background-color: #e7eeee;
  border-radius: var(--radius-sm);
  overflow: hidden;
  text-decoration: none;
  position: relative;
  height: 100%;
}
.de_block_manual_offers.grid .item img.thumb {
  width: 100%;
  height: 27rem;
  object-fit: cover;
  border-radius: var(--radius-sm) var(--radius-sm) 0 0;
  display: block;
  flex-shrink: 0;
}
@media screen and (max-width: 1280px) {
  .de_block_manual_offers.grid .item img.thumb {
    height: 22.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .de_block_manual_offers.grid .item img.thumb {
    height: 18.75rem;
  }
}
@media screen and (max-width: 767px) {
  .de_block_manual_offers.grid .item img.thumb {
    height: 15rem;
  }
}
.de_block_manual_offers.grid .item .content_wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 2rem;
  padding-top: 0;
}
.de_block_manual_offers.grid .item .content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 2rem;
  height: 100%;
  justify-content: space-between;
}
.de_block_manual_offers.grid .item .subtitle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-sea-blue);
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: normal;
  white-space: nowrap;
}
.de_block_manual_offers.grid .item .subtitle .currency,
.de_block_manual_offers.grid .item .subtitle .amount {
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 1280px) {
  .de_block_manual_offers.grid .item .subtitle {
    font-size: 1.125rem;
  }
  .de_block_manual_offers.grid .item .subtitle .currency, .de_block_manual_offers.grid .item .subtitle .amount {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .de_block_manual_offers.grid .item .subtitle {
    font-size: 1rem;
  }
  .de_block_manual_offers.grid .item .subtitle .currency, .de_block_manual_offers.grid .item .subtitle .amount {
    font-size: 1.125rem;
  }
}
.de_block_manual_offers.grid .item .title {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.25rem;
  letter-spacing: 0.04rem;
  color: var(--color-sea-blue);
}
@media screen and (max-width: 1280px) {
  .de_block_manual_offers.grid .item .title {
    font-size: 1.625rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .de_block_manual_offers.grid .item .title {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}
.de_block_manual_offers.grid .item .description {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.75rem;
  color: rgba(31, 31, 31, 0.6);
}
@media screen and (max-width: 1280px) {
  .de_block_manual_offers.grid .item .description {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .de_block_manual_offers.grid .item .description {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.de_block_manual_offers.grid .item .cta-wrap {
  display: flex;
  gap: 2rem;
  margin-top: 0.5rem;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .de_block_manual_offers.grid .item .cta-wrap {
    flex-direction: column;
    gap: 0.75rem;
  }
}
.de_block_manual_offers.grid .item a:not(.read_more) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3.0625rem; /* 49px */
  padding: 1rem 3rem; /* 16px 48px */
  background-color: var(--color-sea-blue);
  color: var(--color-white);
  font-family: var(--font-secondary);
  font-size: 1.375rem; /* 22px */
  font-weight: 400;
  letter-spacing: 0.0275em; /* ≈ 0.44px */
  text-transform: capitalize;
  border-radius: var(--radius-sm);
  white-space: nowrap;
  transition: var(--transition-base);
  border: 1px solid var(--color-sea-blue);
  text-decoration: none;
  width: max-content;
}
.de_block_manual_offers.grid .item a:not(.read_more):hover {
  background-color: var(--color-white);
  color: var(--color-sea-blue);
}
@media screen and (max-width: 1024px) {
  .de_block_manual_offers.grid .item a:not(.read_more) {
    font-size: 1.25rem;
    padding: 0.875rem 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .de_block_manual_offers.grid .item a:not(.read_more) {
    font-size: 1.125rem;
    padding: 0.75rem 2rem;
  }
}
.de_block_manual_offers.grid .item a:not(.read_more) {
  background-color: var(--color-white);
  color: var(--color-sea-blue);
}
.de_block_manual_offers.grid .item a:not(.read_more):hover {
  background-color: var(--color-sea-blue);
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .de_block_manual_offers.grid .item a:not(.read_more) {
    width: 100%;
    justify-content: center;
  }
}
.de_block_manual_offers.grid .item a.read_more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3.0625rem; /* 49px */
  padding: 1rem 3rem; /* 16px 48px */
  background-color: var(--color-sea-blue);
  color: var(--color-white);
  font-family: var(--font-secondary);
  font-size: 1.375rem; /* 22px */
  font-weight: 400;
  letter-spacing: 0.0275em; /* ≈ 0.44px */
  text-transform: capitalize;
  border-radius: var(--radius-sm);
  white-space: nowrap;
  transition: var(--transition-base);
  border: 1px solid var(--color-sea-blue);
  text-decoration: none;
  width: max-content;
}
.de_block_manual_offers.grid .item a.read_more:hover {
  background-color: var(--color-white);
  color: var(--color-sea-blue);
}
@media screen and (max-width: 1024px) {
  .de_block_manual_offers.grid .item a.read_more {
    font-size: 1.25rem;
    padding: 0.875rem 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .de_block_manual_offers.grid .item a.read_more {
    font-size: 1.125rem;
    padding: 0.75rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .de_block_manual_offers.grid .item a.read_more {
    width: 100%;
    justify-content: center;
  }
}
.de_block_manual_offers.grid .item .category_label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
}
.de_block_manual_offers.grid .item .category_label .label {
  font-family: var(--font-primary);
  line-height: normal;
  font-size: 1.125rem;
  font-weight: 700;
}

.offer-destination-popup {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #eff3f3;
  border-radius: var(--radius-sm);
  padding: 2.5rem 3rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.35s ease, opacity 0.25s ease;
}
.offer-destination-popup:not(.offer-destination-popup--hidden) {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .offer-destination-popup {
    padding: 1.75rem 1.5rem 2.25rem;
    gap: 1.5rem;
  }
}
.offer-destination-popup .offer-popup-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
.offer-destination-popup .offer-popup-title {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 2.125rem;
  letter-spacing: 0.035rem;
  color: var(--color-sea-blue);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .offer-destination-popup .offer-popup-title {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}
.offer-destination-popup .offer-popup-close {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--color-sea-blue);
  padding: 0.25rem;
  flex-shrink: 0;
  line-height: 0;
  opacity: 0.7;
  transition: opacity var(--transition-base);
}
.offer-destination-popup .offer-popup-close:hover {
  opacity: 1;
}
.offer-destination-popup .offer-hotel-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.offer-destination-popup .offer-hotel-item {
  border-radius: var(--radius-sm);
  transition: background-color var(--transition-base);
}
.offer-destination-popup .offer-hotel-item.is-selected, .offer-destination-popup .offer-hotel-item:hover {
  background-color: rgba(31, 79, 104, 0.08);
}
.offer-destination-popup .offer-hotel-label {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  padding: 0.875rem 1rem;
  cursor: pointer;
}
.offer-destination-popup .offer-hotel-radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.offer-destination-popup .offer-hotel-city {
  font-family: var(--font-primary);
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: var(--color-sea-blue);
  text-transform: capitalize;
  opacity: 0.7;
}
.offer-destination-popup .offer-hotel-name {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 2rem;
  letter-spacing: 0.0325rem;
  color: var(--color-sea-blue);
}
@media screen and (max-width: 767px) {
  .offer-destination-popup .offer-hotel-name {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
.offer-destination-popup .offer-popup-footer {
  display: flex;
  justify-content: flex-start;
}
.offer-destination-popup .offer-book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3.0625rem; /* 49px */
  padding: 1rem 3rem; /* 16px 48px */
  background-color: var(--color-sea-blue);
  color: var(--color-white);
  font-family: var(--font-secondary);
  font-size: 1.375rem; /* 22px */
  font-weight: 400;
  letter-spacing: 0.0275em; /* ≈ 0.44px */
  text-transform: capitalize;
  border-radius: var(--radius-sm);
  white-space: nowrap;
  transition: var(--transition-base);
  border: 1px solid var(--color-sea-blue);
  text-decoration: none;
  width: max-content;
}
.offer-destination-popup .offer-book-btn:hover {
  background-color: var(--color-white);
  color: var(--color-sea-blue);
}
@media screen and (max-width: 1024px) {
  .offer-destination-popup .offer-book-btn {
    font-size: 1.25rem;
    padding: 0.875rem 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .offer-destination-popup .offer-book-btn {
    font-size: 1.125rem;
    padding: 0.75rem 2rem;
  }
}
.offer-destination-popup::before {
  content: "";
  position: absolute;
  height: 120%;
  background-image: url("../../../../assets/img/logo_bg_blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  pointer-events: none;
  z-index: 0;
  opacity: 0.04;
  right: -5%;
  top: 60%;
  width: 50%;
}
@media screen and (max-width: 1280px) {
  .offer-destination-popup::before {
    width: 20%;
    right: -5%;
  }
}
@media screen and (max-width: 1024px) {
  .offer-destination-popup::before {
    display: none;
  }
}
/*# sourceMappingURL=manual_offers_grid.min.css.map */
