.main__image {
  max-height: 70rem;

  margin-bottom: 10rem;
}

.main__image.contact__image {
  margin-bottom: 0;
}

.main__image > img {
  width: 100%;

  max-height: 70rem;

  -o-object-fit: cover;

  object-fit: cover;
}

.category__row .tour:not(:last-child) {
  margin-bottom: 10rem;
}

.tours__tab {
  margin-top: -10rem;

  border-bottom: 1px solid #e1e1e1;

  position: sticky;

  left: 0;

  top: 10.5rem;

  background: #fff;

  z-index: 2;
}

.tours__tab--wrapper {
  max-width: 136rem;

  margin: auto;

  padding: 0 1rem;
}

.tours__tab--wrapper > a {
  padding: 3rem 2.5rem;

  font-size: 1.6rem;

  font-weight: 700;

  display: inline-block;

  color: var(--primary);

  opacity: 0.5;
}

.tours__tab--wrapper > a.active {
  opacity: 1;
}

.tour__content {
  max-width: 131rem;

  margin: auto;

  padding: 0 1rem;

  margin-top: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tour__content--wrapper {
  max-width: 80rem;
}

.tour__content--fixed {
  position: sticky;
  top: 22rem;
  right: 0;
  max-width: 37rem;
}

.tour__content--fixed > div {
  background-color: var(--primary);
  padding: 3rem;
  border-radius: 1.5rem;
}

.tour__content--fixed > div > h3 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.tour__content--fixed > div > p {
  font-size: 1.6rem;
  color: #fff;
}

.tour__content--fixed > div > a {
  display: block;
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.tour__content--fixed > div > a:last-child {
  margin-bottom: 0;
}

.tour__content--fixed > a {
  display: inline-block;
  border: 3px solid var(--primary);
  padding: 1.2rem;
  width: 100%;
  border-radius: 3rem;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 700;
  color: var(--primary);
  margin-top: 3rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.tour__content--fixed > a:hover {
  background-color: var(--primary);
  color: #fff;
}

.tour__content--wrapper > h1 {
  color: #131313;

  font-size: 3.2rem;

  font-weight: 700;
}

.tours__tab--wrapper .border {
  position: absolute;

  bottom: 0;

  height: 2px;

  background: var(--secondary);

  -webkit-transition: left 0.3s, width 0.3s;

  -o-transition: left 0.3s, width 0.3s;

  transition: left 0.3s, width 0.3s;
}

.tour__content--wrapper > div {
  padding-bottom: 5rem;

  border-bottom: 1px solid #e1e1e1;

  max-width: 80rem;

  margin-bottom: 5rem;
}

.tour__content--wrapper > div:last-child {
  border-bottom: unset;
}

.tour__content p,
.tour__content li {
  font-size: 2rem;
}

.tour__content h2 {
  font-size: 2.8rem;

  margin-bottom: 3rem;

  font-weight: 800;
}

.row-div .slick-slide {
  font-size: 2.4rem;
}

#highlights .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  gap: 1rem;

  list-style: none;

  margin: 0;

  margin-top: 2rem;
}

#highlights .slick-dots button {
  width: 2rem;

  height: 2rem;

  font-size: 0;

  border-radius: 50%;

  background-color: var(--secondary);

  opacity: 0.6;

  padding: 0;
}

#highlights .slick-dots .slick-active button {
  opacity: 1;
}

.category__title,
.static-page__title {
  color: #131313;

  font-size: 4.8rem;

  font-weight: 700;
}

.static-page__content p,
.static-page__content li {
  font-size: 2.1rem;
  line-height: 1.4;
}

.category__row {
  max-width: 154rem;
  padding: 0 1rem;
  width: 100%;
  margin: auto;
}

.articlelistingrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.articlelistingrow:hover {
  -webkit-transform: translateY(-2rem);
  -ms-transform: translateY(-2rem);
  transform: translateY(-2rem);
}

.articlelistingrow > h4 {
  background-color: var(--primary);
  max-width: 48.4rem;
  margin-bottom: 0;
  padding: 1rem 3rem;
  border-top-right-radius: 3rem;
  border-top-left-radius: 3rem;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  min-height: 11.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.articlelistingrow:hover > h4 {
  background-color: var(--secondary);
}

.articlelistingrow > h4 > a {
  color: #fff;
  font-weight: 800;
  font-size: 2.2rem;
  max-width: 35rem;
  margin: auto;
  display: block;
}

.articlelistingrow > a {
  display: block;
}

.articlelistingrow > a > img {
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
}

.tour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: end;

  -ms-flex-align: end;

  align-items: flex-end;
}

.tour:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.tour > div {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.tour__image {
  z-index: 2;

  position: relative;
}

.tour__image > img {
  border-left: 0;

  border: 1rem solid #fff;

  border-radius: 5rem;
}

.tour__text > p {
  padding-left: 5.5rem;

  text-align: justify;

  -moz-text-align-last: right;

  text-align-last: right;

  font-size: 3rem;

  font-weight: 700;

  color: var(--primary);

  line-height: 1.4;

  margin-bottom: 3rem;
}

.tour:nth-child(even) .tour__text > p {
  padding-left: 0;

  padding-right: 5.5rem;

  -moz-text-align-last: left;

  text-align-last: left;
}

.tour__text > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: end;

  -ms-flex-pack: end;

  justify-content: flex-end;

  gap: 2.5rem;

  margin-bottom: 4rem;
}

.tour:nth-child(even) .tour__text > div {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tour__text > div > a {
  line-height: 1;

  padding: 1.2rem 2.5rem;

  border: 3px solid var(--primary);

  border-radius: 3rem;

  font-weight: 700;

  font-size: 2.6rem;

  color: var(--primary);

  display: inline-block;

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;
}

.tour__text > div > a:hover {
  background-color: var(--secondary);

  color: #fff;

  border-color: var(--secondary);
}

.tour__text > a {
  width: calc(100% + 3rem);

  background-color: var(--primary);

  border-top-right-radius: 3.5rem;

  border-bottom-right-radius: 3.5rem;

  font-size: 3.2rem;

  font-weight: 800;

  padding: 2rem;

  display: block;

  color: #fff;

  text-align: center;

  position: relative;

  padding-left: 5rem;

  left: -3rem;

  top: -1rem;

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;
}

.tour:nth-child(even) .tour__text > a {
  padding-right: 5rem;

  padding-left: 2rem;

  border-top-right-radius: 0rem;

  border-bottom-right-radius: 0rem;

  border-top-left-radius: 3.5rem;

  border-bottom-left-radius: 3.5rem;

  left: unset;
}

.tour:hover .tour__text > a {
  background-color: var(--secondary);
}

.contact__blocks {
  background-color: #f3f3f3;
  padding: 5rem;
  margin-bottom: 5rem;
}

.contact__blocks > h1 {
  text-align: center;
  font-weight: 700;
  font-size: 4.2rem;
  margin-bottom: 5rem;
}

.contact__blocks > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact__blocks > div > div {
  padding: 5rem 10rem;
  background-color: #fff;
  border-radius: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact__blocks > div > div > p {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.contact__blocks > div > div > a {
  font-size: 1.8rem;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 2rem;
  color: #131313;
}

.contact__blocks > div > div > small {
  font-size: 1.6rem;
  color: #131313;
  display: block;
  max-width: 23rem;
  line-height: 1.2;
  margin: auto;
  text-align: center;
}

.contact__blocks > div > div > a:nth-child(4) {
  margin-top: 2rem;
  display: block;
  padding: 1.2rem;
  width: 100%;
  background-color: var(--secondary);
  color: #fff;
  text-decoration: unset;
  border-radius: 0.6rem;
  text-align: center;
  margin-bottom: 0;
}

#contact label {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

#contact input, #contact select, #contact textarea {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    font-size: 1.8rem;
    padding: 1rem;
    border: 2px solid var(--secondary);
    height: auto;
    font-family: "Kreadon";
    border-bottom: 2px solid white;
    background: var(--secondary);
    color: white;
    font-weight: bold;
}

.book__form #contact input,
.book__form #contact select,
.book__form #contact textarea {
  border: 2px solid var(--primary);
}

#contact #submitform {
  background-color: var(--secondary);
  font-size: 1.8rem;
  padding: 1.2rem 5rem;
  font-weight: 400 !important;
  font-family: "Kreadon" !important;
}

.book__form {
  background-color: var(--primary);

  min-height: 50rem;

  padding: 5rem;
}

.book__form > h1 {
  text-align: center;
  color: #fff;
  line-height: 1;
  margin-bottom: 5rem;
}

.book__form > #contact > form {
  background-color: #fff;

  border-radius: 5.7rem;

  max-width: 124rem;

  margin: 0 auto;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4rem;
  padding: 6rem;
}

.transfer__form {
  margin-top: 4rem;
}

.transfer__form > #contact > form {
  max-width: 124rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: var(--secondary);
  padding: 6rem;
  gap: 4rem;
  border-radius: 5.7rem;
}

.book__form > #contact > form > .input-container,
.transfer__form > #contact > form > .input-container {
  -webkit-box-flex: 2;
  -ms-flex: 2 1 calc(50% - 2rem);
  flex: 2 1 calc(50% - 2rem);
  width: calc(50% - 2rem);
  position: relative;
}

.book__form > #contact > form > .input-container > label {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none;
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--primary);
}

.transfer__form > #contact > form > .input-container > label {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none;
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}

.book__form > #contact > form input {
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 2.4rem;
  font-weight: 700;
  height: auto;
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
  padding: 1rem;
}

.transfer__form > #contact > form input {
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 2.4rem;
  font-weight: 700;
  height: auto;
  color: #fff;
  border-bottom: 2px solid #fff;
  padding: 1rem;
}

.book__form > #contact > form input:focus + label,
.book__form > #contact > form input:valid + label {
  top: -10px;

  left: 10px;

  font-size: 12px;

  color: #333;
}

.transfer__form > #contact > form input:focus + label,
.transfer__form > #contact > form input:valid + label {
  top: -10px;

  left: 10px;

  font-size: 12px;

  color: #fff;
}

.book__form > #contact > form input:focus,
.transfer__form > #contact > form input:focus {
  background-color: transparent;

  -webkit-box-shadow: none;

  box-shadow: none;
}

.book__form > #contact > form input::-webkit-input-placeholder {
  color: var(--primary);
}

.book__form > #contact > form input::-moz-placeholder {
  color: var(--primary);
}

.book__form > #contact > form input:-ms-input-placeholder {
  color: var(--primary);
}

.book__form > #contact > form input::-ms-input-placeholder {
  color: var(--primary);
}

.book__form > #contact > form input::placeholder {
  color: var(--primary);
}

.transfer__form > #contact > form input::-webkit-input-placeholder {
  color: #fff;
}

.transfer__form > #contact > form input::-moz-placeholder {
  color: #fff;
}

.transfer__form > #contact > form input:-ms-input-placeholder {
  color: #fff;
}

.transfer__form > #contact > form input::-ms-input-placeholder {
  color: #fff;
}

.transfer__form > #contact > form input::placeholder {
  color: #fff;
}

.book__form > #contact > form > button {
  background-color: var(--secondary);

  line-height: 1;

  font-size: 2.4rem;

  font-weight: 700;

  color: #fff;

  border-radius: 3rem;

  padding: 2rem 5rem;

  margin-bottom: 0;

  -webkit-box-flex: 2;

  -ms-flex: 2 1 100%;

  flex: 2 1 100%;
}

.transfer__form > #contact > form > button {
  background-color: transparent;

  line-height: 1;

  font-size: 2.4rem;

  font-weight: 700;
  border: 2px solid #fff;
  color: #fff;

  border-radius: 3rem;

  padding: 2rem 5rem;

  margin-bottom: 0;

  -webkit-box-flex: 2;

  -ms-flex: 2 1 100%;

  flex: 2 1 100%;
}

[data-abide] .error small.error,
[data-abide] span.error,
[data-abide] small.error {
  padding: 1rem;
  font-size: 1.4rem;
  position: absolute;
  width: 100%;
}

.alert-box.success {
  font-size: 1.4rem;
  padding: 1rem 2rem 1rem 1rem;
}

ul.pagination {
  margin-left: 0;
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

ul.pagination li.current a:hover,
ul.pagination li.current a:focus,
ul.pagination li.current a {
  background: var(--primary);
}

ul.pagination li a {
  padding: 1rem;
  font-size: 1.4rem;
  line-height: 1;
}

@media screen and (max-width: 1520px) {
  .tour__text > p {
    font-size: 2.2rem;
    padding-left: 2.5rem;
  }

  .tour:nth-child(even) .tour__text > p {
    padding-right: 2.5rem;
  }

  .tour__text > div > a {
    font-size: 2.2rem;
  }

  .tour__text > a {
    font-size: 2.6rem;
  }

  .tour__content--wrapper {
    max-width: 50%;
    padding: 0 1rem;
  }
}

@media screen and (max-width: 1024px) {
  .innerpage main {
    padding-top: 10rem;
  }

  .tour {
    display: block;
  }

  .tour__image {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .tour__image::after {
    top: 0;
    right: 0;
  }

  .tour__image > img {
    border: unset;
    width: 100%;
  }

  .tour__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 90%;
    margin: auto;
  }

  .tour__text > a,
  .tour:nth-child(even) .tour__text > a {
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    border-radius: 3.5rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 2rem;
    margin-top: -3rem;
    z-index: 3;
    text-align: center;
    padding: 2rem;
  }

  .tour__text > p,
  .tour:nth-child(even) .tour__text > p {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 2rem;
    -moz-text-align-last: center;
    text-align-last: center;
    padding-left: 0;
    padding-right: 0;
  }

  .tour__text > div {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 0;
  }

  .tour:nth-child(even) .tour__text > div,
  .tour__text > div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact__blocks > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact__blocks > div > div {
    width: 100%;
  }

  .tours__tab {
    top: 10rem;
  }
}

@media screen and (max-width: 640px) {
  .main__image {
    margin-bottom: 5rem;
  }

  .tour__text > a {
    font-size: 2rem;
  }

  .tour__text > p,
  .tour__text > div > a {
    font-size: 2rem;
  }

  .category__row .tour:not(:last-child) {
    margin-bottom: 3rem;
  }

  .book__form {
    padding: 3rem 0 0 0;
  }

  .book__form > h1 {
    margin-bottom: 3rem;
    font-size: 2.4rem;
  }

  .transfer__form > #contact > form,
  .book__form > #contact > form {
    border-radius: 0;
    padding: 5rem 1.2rem;
  }
  .book__form > #contact > form > .input-container,
  .transfer__form > #contact > form > .input-container {
    -webkit-box-flex: 2;
    -ms-flex: 2 1 100%;
    flex: 2 1 100%;
    width: 100%;
  }

  .contact__blocks {
    padding: 1.2rem 1.2rem;
    gap: 1.2rem;
  }

  .contact__blocks > div {
    gap: 1.2rem;
  }

  .contact__blocks > h1 {
    margin-bottom: 3rem;
    font-size: 2.4rem;
    margin-top: 2rem;
  }

  .contact__blocks > div > div > p {
    font-size: 2.1rem;
  }

  .book__form > #contact > form input,
  .transfer__form > #contact > form input,
  .book__form > #contact > form > .input-container > label,
  .transfer__form > #contact > form > .input-container > label {
    font-size: 2.1rem;
  }

  .category__title,
  .static-page__title {
    font-size: 2.4rem;
    text-align: center;
  }

  .articlelistingrow > h4 > a {
    font-size: 2.1rem;
  }

  .tour__content {
    margin-top: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tour__content--fixed {
    position: relative;
    top: unset;
    max-width: 100%;
  }

  .tour__content--wrapper {
    max-width: 100%;
    padding: 0;
  }

  .tour__content--wrapper ul {
    padding-left: 1rem;
  }

  .tour__content--wrapper > h1 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }

  .tour__content p,
  .tour__content li {
    font-size: 1.8rem;
  }

  .tours__tab--wrapper {
    padding: 0 0.5rem;
  }

  .tours__tab--wrapper > a {
    font-size: 1.4rem;
    padding: 1.5rem 1rem;
  }

  .tours__tab {
    margin-top: -5rem;
  }

  .tour__content h2 {
    font-size: 2.4rem;
  }
}

#highlights .slick-slide img {
  height: 45rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
