@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300..900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
main a, main a:visited {
  color: inherit !important;
}

main .container-box {
  display: block;
}

.bo {
  border: 1px solid red;
}

.br {
  border-radius: 4px;
}

#temp-top {
  height: 155px;
  background: white;
  background-position: center;
  background-repeat: no-repeat;
}
#temp-top[brand=EH] {
  background-image: url(fake-header/eh-top-xxl.png);
}
@media (max-width: 1400px) {
  #temp-top[brand=EH] {
    background-image: url(fake-header/eh-top-xl.png);
  }
}
@media (max-width: 1200px) {
  #temp-top[brand=EH] {
    background-image: url(fake-header/eh-top-lg.png);
  }
}
@media (max-width: 992px) {
  #temp-top[brand=EH] {
    background-image: url(fake-header/eh-top-md.png);
    height: 70px;
  }
}
@media (max-width: 768px) {
  #temp-top[brand=EH] {
    background-image: url(fake-header/eh-top-sm.png);
  }
}
@media (max-width: 576px) {
  #temp-top[brand=EH] {
    background-image: url(fake-header/eh-top-xs.png);
    background-size: contain;
  }
}
#temp-top[brand=ET] {
  background-image: url(fake-header/et-top-xxl.png);
}
@media (max-width: 1400px) {
  #temp-top[brand=ET] {
    background-image: url(fake-header/et-top-xl.png);
  }
}
@media (max-width: 1200px) {
  #temp-top[brand=ET] {
    background-image: url(fake-header/et-top-lg.png);
  }
}
@media (max-width: 992px) {
  #temp-top[brand=ET] {
    background-image: url(fake-header/et-top-md.png);
    height: 70px;
  }
}
@media (max-width: 768px) {
  #temp-top[brand=ET] {
    background-image: url(fake-header/et-top-sm.png);
  }
}
@media (max-width: 576px) {
  #temp-top[brand=ET] {
    background-image: url(fake-header/et-top-xs.png);
    background-size: contain;
  }
}

a.lp-btn, a.lp-btn:visited {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: linear-gradient(135deg, #F9A125 20%, #FED02E 70%);
  color: white !important;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
  font-weight: 700;
  text-decoration: none;
  border-radius: 4em;
  padding: 1.25em 2.5em;
  font-size: 1.25em;
  text-align: center;
  line-height: 1;
  transition: ease 0.1s, transform 0.6s;
}
a.lp-btn::after, a.lp-btn:visited::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
  transform: translateX(-100%);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
a.lp-btn:hover, a.lp-btn:visited:hover {
  opacity: 1;
  text-decoration: none;
}
a.lp-btn:hover::after, a.lp-btn:visited:hover::after {
  transform: translateX(100%);
}

.container::after {
  display: none;
}

.lp-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2em;
  padding-bottom: 5em;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.25;
}
@media screen and (width < 768px) {
  .lp-main {
    font-size: clamp(0.65em, 3.5vw, 1em);
  }
}
.lp-main hr {
  margin: 0;
}
.lp-main h1.title {
  color: #2e9fb5;
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  padding: 0 1em;
  margin: 1em 0;
}

.lp-top {
  color: white;
  position: relative;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  margin-top: 2em;
  background-color: white;
  max-width: 1600px;
  height: 500px;
  padding: 2em;
  background-image: url(img/bg-visit-cyprus-desk.webp);
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
  border-radius: 1em;
  overflow: hidden;
  filter: saturate(1.1);
  z-index: 0;
}
.lp-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .lp-top {
    border-radius: 0;
  }
}
@media screen and (max-width: 992px) {
  .lp-top {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .lp-top {
    height: auto;
    aspect-ratio: 3/2;
    background-image: url(img/bg-visit-cyprus-mob.webp);
  }
}
@media screen and (max-width: 400px) {
  .lp-top {
    padding: 1em;
  }
}
.lp-top__content {
  container-type: inline-size;
  container-name: lp-top-content;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 2;
  height: 100%;
  max-width: 992px;
}
.lp-top__content::after {
  display: none;
}
.lp-top__content .logo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70px;
}
.lp-top__content h1, .lp-top__content h2 {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  color: white;
  text-align: left;
}
.lp-top__content h1 {
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
  font-size: 5em;
}
.lp-top__content h2 {
  line-height: 1.25;
  margin: 0;
  text-wrap: balance;
  font-weight: 500;
  font-size: 2em;
}
@container lp-top-content (max-width: 576px) {
  .lp-top__content h1 {
    font-size: 10vw;
  }
  .lp-top__content h2 {
    font-size: 5vw;
  }
  .lp-top__content .logo {
    top: 0;
    bottom: auto;
    width: 12vw;
    max-width: 60px;
  }
}
.lp-top-txt {
  line-height: 1.5;
  text-align: center;
  text-wrap: balance;
  max-width: 992px;
}

.best-offers {
  font-size: 2em;
  text-align: center;
  text-wrap: balance;
  padding: 0 1em;
}
.best-offers strong {
  background: linear-gradient(transparent 30%, #fff5d2);
}

.regions {
  container-type: inline-size;
  container-name: regions;
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.regions::after {
  display: none;
}
.regions * {
  border: none !important;
  background: transparent !important;
}

.region {
  border: 3px dashed green;
  background-color: #e2ffdb;
  display: flex;
  align-items: center;
  gap: 3em;
  position: relative;
  margin: 2em 0;
}
.region::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  position: absolute;
  bottom: -4em;
}
.region:last-child::after {
  display: none;
}
.region:nth-child(even) {
  border: 3px dashed blue;
  background-color: #dae6ff;
  flex-direction: row-reverse;
}
.region-photos {
  flex: 5;
  border: 5px solid lime;
  display: grid;
  gap: 8px;
  aspect-ratio: 3/2;
}
@media screen and (width < 768px) {
  .region-photos {
    width: 100%;
  }
}
.region-photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5em;
}
.region-photos img:hover {
  filter: brightness(1.1) saturate(1.15);
}
.region-photos-grid-1 {
  grid-template-columns: 5fr 4fr 1fr;
  grid-template-rows: 1fr 6fr 4fr 1fr;
}
.region-photos-grid-1 .img-link:nth-child(1) {
  grid-area: 2/1/4/2;
}
.region-photos-grid-1 .img-link:nth-child(2) {
  grid-area: 1/2/3/4;
}
.region-photos-grid-1 .img-link:nth-child(3) {
  grid-area: 3/2/5/3;
}
.region-photos-grid-2 {
  grid-template-columns: 1fr 7fr 14fr;
  grid-template-rows: 1fr repeat(2, 5fr) 1fr;
}
.region-photos-grid-2 .img-link:nth-child(1) {
  grid-area: 1/2/3/3;
}
.region-photos-grid-2 .img-link:nth-child(2) {
  grid-area: 3/1/4/3;
}
.region-photos-grid-2 .img-link:nth-child(3) {
  grid-area: 2/3/5/4;
}
.region-photos-grid-3 {
  grid-template-columns: 6fr 4fr 1fr;
  grid-template-rows: 1fr 4fr 6fr 1fr;
}
.region-photos-grid-3 .img-link:nth-child(1) {
  grid-area: 2/1/5/2;
}
.region-photos-grid-3 .img-link:nth-child(2) {
  grid-area: 1/2/3/3;
}
.region-photos-grid-3 .img-link:nth-child(3) {
  grid-area: 3/2/4/4;
}
@media screen and (width < 768px) {
  .region .region-photos-grid-1,
  .region .region-photos-grid-3 {
    grid-template-columns: 5fr 3fr;
    grid-template-rows: repeat(2, 1fr);
  }
  .region .region-photos-grid-1 .img-link:nth-child(1),
  .region .region-photos-grid-3 .img-link:nth-child(1) {
    grid-area: 1/1/3/2;
  }
  .region .region-photos-grid-1 .img-link:nth-child(2),
  .region .region-photos-grid-3 .img-link:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .region .region-photos-grid-1 .img-link:nth-child(3),
  .region .region-photos-grid-3 .img-link:nth-child(3) {
    grid-area: 2/2/3/3;
  }
  .region .region-photos-grid-2 {
    grid-template-columns: 3fr 5fr;
    grid-template-rows: repeat(2, 1fr);
  }
  .region .region-photos-grid-2 .img-link:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .region .region-photos-grid-2 .img-link:nth-child(2) {
    grid-area: 2/1/3/2;
  }
  .region .region-photos-grid-2 .img-link:nth-child(3) {
    grid-area: 1/2/3/3;
  }
}
.region-txt {
  flex: 4;
  border: 1px solid red;
  display: flex;
  flex-direction: column;
  gap: 2em;
  line-height: 1.4;
}
.region-txt h2, .region-txt p {
  margin: 0;
}
@media screen and (width < 576px) {
  .region-txt {
    font-size: 1.1em;
  }
}
.region-name {
  font-size: 1.75em;
  font-weight: 700;
}
.region-name i {
  color: #ffcf01;
}
.region-airports {
  display: flex;
  gap: 1em;
  align-items: center;
  border: 1px solid red;
}
.region-airports p {
  margin: 0;
  font-weight: 700;
}
.region-airports i {
  font-size: 1.25em;
  color: #ffcf01;
}

@container regions (max-width: 576px) {
  .region, .region:nth-child(even) {
    flex-direction: column;
    background-color: #ffd6d6;
  }
}
.cyprus-map {
  display: flex;
}
.cyprus-map-img {
  justify-content: center;
  width: 90%;
  max-width: 576px;
  margin: auto;
}

.cyprus-beaches {
  display: grid;
  gap: 8px;
  grid-template-columns: 7fr 5fr 1fr 4fr;
  grid-template-rows: repeat(2, 1fr) 5fr 4fr repeat(2, 1fr);
}
.cyprus-beaches .img-link {
  position: relative;
}
.cyprus-beaches .img-link p {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2em;
  color: white;
  z-index: 2;
  font-size: 1.1em;
  line-height: 1.5;
  font-weight: 300;
  pointer-events: none;
}
@media screen and (width < 1200px) {
  .cyprus-beaches .img-link p {
    font-size: 1em;
  }
}
@media screen and (width < 992px) {
  .cyprus-beaches .img-link p {
    font-size: 0.8em;
  }
}
@media screen and (width < 768px) {
  .cyprus-beaches .img-link p {
    font-size: 1em;
  }
}
@media screen and (width < 576px) {
  .cyprus-beaches .img-link p {
    font-size: 3.5vw;
  }
}
.cyprus-beaches .img-link p.beach-name {
  padding: 0.75em;
  font-weight: 700;
}
.cyprus-beaches img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5em;
}
.cyprus-beaches img:hover {
  filter: brightness(1.1) saturate(1.15);
}
.cyprus-beaches img.logo {
  position: absolute;
  width: 15%;
  height: auto;
  bottom: 2em;
  left: 2em;
  z-index: 2;
  pointer-events: none;
}
.cyprus-beaches .img-link:nth-child(1) {
  grid-area: 1/1/7/2;
}
.cyprus-beaches .img-link:nth-child(2) {
  grid-area: 2/2/4/4;
}
.cyprus-beaches .img-link:nth-child(3) {
  grid-area: 4/2/5/3;
}
.cyprus-beaches .img-link:nth-child(4) {
  grid-area: 3/4/4/5;
}
.cyprus-beaches .img-link:nth-child(5) {
  grid-area: 4/3/6/5;
}
@media screen and (width < 768px) {
  .cyprus-beaches {
    grid-template-columns: 5fr 1fr 5fr;
    grid-template-rows: 2fr repeat(2, 1fr);
  }
  .cyprus-beaches .img-link:nth-child(1) {
    grid-area: 1/1/2/4;
  }
  .cyprus-beaches .img-link:nth-child(2) {
    grid-area: 2/1/3/3;
  }
  .cyprus-beaches .img-link:nth-child(3) {
    grid-area: 2/3/3/4;
  }
  .cyprus-beaches .img-link:nth-child(4) {
    grid-area: 3/1/4/2;
  }
  .cyprus-beaches .img-link:nth-child(5) {
    grid-area: 3/2/4/4;
  }
}

.lp-article {
  display: flex;
  gap: 3em;
  align-items: center;
}
@media screen and (width < 768px) {
  .lp-article {
    flex-direction: column-reverse;
  }
}
.lp-article-txt {
  flex: 2;
}
.lp-article-txt h2 {
  margin-bottom: 0.5em;
  font-size: 1.2em;
  font-weight: 700;
}
.lp-article-txt ul li {
  margin-bottom: 1em;
}
.lp-article-pics {
  width: 40%;
  display: grid;
  gap: 10px;
  flex: 1;
  grid-template-columns: 1fr repeat(2, 8fr) 1fr;
  grid-template-rows: repeat(3, 1fr);
}
.lp-article-pics img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5em;
  max-height: 200px;
}
.lp-article-pics img:hover {
  filter: brightness(1.1) saturate(1.15);
}
.lp-article-pics .img-link:nth-child(1) {
  grid-area: 1/2/2/4;
}
.lp-article-pics .img-link:nth-child(2) {
  grid-area: 2/1/3/3;
}
.lp-article-pics .img-link:nth-child(3) {
  grid-area: 2/3/3/4;
}
.lp-article-pics .img-link:nth-child(4) {
  grid-area: 3/2/4/5;
}
@media screen and (width < 768px) {
  .lp-article-pics {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  .lp-article-pics .img-link:nth-child(1) {
    grid-area: 1/1/2/3;
  }
  .lp-article-pics .img-link:nth-child(2) {
    grid-area: 2/1/3/2;
  }
  .lp-article-pics .img-link:nth-child(3) {
    grid-area: 2/2/3/3;
  }
  .lp-article-pics .img-link:nth-child(4) {
    grid-area: 3/1/4/3;
  }
}

.newsletter-footer {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  padding: 3rem;
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .newsletter-footer {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 400px) {
  .newsletter-footer {
    margin-bottom: 1rem;
  }
}
.newsletter-footer img {
  margin-bottom: 1em;
}
.newsletter-footer p {
  margin-bottom: 1em;
}

a.lp-button--newsletter, a.lp-button--newsletter:visited {
  display: inline-block;
  background-color: #004072;
  color: white !important;
  text-decoration: none;
  padding: 1em 2em;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  border-radius: 10em;
  transition: all 0.3s ease;
}
a.lp-button--newsletter:hover, a.lp-button--newsletter:visited:hover {
  background-color: rgb(0, 92.6315789474, 165);
  border-color: rgb(0, 92.6315789474, 165);
  color: white !important;
  transition: all 0.3s ease;
}