/*!
 * Theme Name: Adventure Trail
 * Author: Evgeni Glushko
 * Author URI: https://glushko.dev/
 *  Description:
 * Version: 1.0
 * License: GNU General Public License v2 or later
 * License URI: LICENSE
 * Text Domain: glushko.dev
 * */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  background-color: #fffbf7;
}

@media (max-width: 769px) {
  html, body {
    overflow-x: hidden;
  }
}

@font-face {
  font-family: "Aventura";
  src: url("assets/fonts/Aventura-Bold.woff2") format("woff2"), url("assets/fonts/Aventura-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.overlay-modal {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease-in-out;
  max-height: 100vh;
  overflow-y: auto;
  z-index: 999999;
  display: none;
}

@media all and (max-width: 575px) {
  .overlay-modal {
    padding: 0;
  }
}
.overlay-modal.open {
  opacity: 1;
  pointer-events: inherit;
  display: flex;
}

.overlay-modal .modal_popup {
  background: #FFF;
  text-align: center;
  padding: 80px;
  box-shadow: 0px 1px 10px rgba(255, 255, 255, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease-in-out;
  max-height: 100vh;
  overflow-y: auto;
  position: relative;
  width: 100%;
  max-width: 700px;
  border-radius: 24px;
}

@media all and (max-width: 575px) {
  .overlay-modal .modal_popup {
    max-width: 75%;
  }
}
@media screen and (max-width: 500px) {
  .overlay-modal .modal_popup {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.overlay-modal .modal_popup.open {
  opacity: 1;
  pointer-events: inherit;
}

.overlay-modal .modal_popup.open .content {
  transform: translate(0, 0px);
  opacity: 1;
}

.overlay-modal .modal_popup .content {
  transform: translate(0, -10px);
  opacity: 0;
  transition: 0.35s ease-in-out;
}

.overlay-modal .modal_popup .content input[type=reset],
.overlay-modal .modal_popup .content input[type=button],
.overlay .modal_popup .content input[type=submit] {
  margin-left: auto;
  margin-right: auto;
}

.overlay-modal .modal_popup .popup-title {
  font-family: "Open Sans", sans-serif;
  margin-top: 0;
  font-size: 48px;
  line-height: 53px;
  font-weight: 700;
  color: #507bdb;
  margin-bottom: 80px;
}
@media (max-width: 769px) {
  .overlay-modal .modal_popup .popup-title {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 40px;
  }
}

.overlay-modal .modal_popup .text {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  line-height: 23px;
  font-weight: 300;
  margin-bottom: 30px;
}
@media (max-width: 769px) {
  .overlay-modal .modal_popup .text {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

a.close-modal_popup {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 20px;
  outline: none;
  color: #fdc236;
  width: 16px;
  height: auto;
}

.btn {
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  background: #ff5100;
  font-family: "Aventura", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}
.btn:hover {
  background: #0e2930;
  color: #fff;
}
.btn.btn-on-dark {
  text-decoration: none;
}
.btn.btn-on-dark:hover {
  background: #fffcf8;
  color: #ff5100;
}

.header {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 769px) {
  .header .logo svg {
    width: 78px;
    height: auto;
  }
}
@media (max-width: 769px) {
  .header {
    padding: 10px 16px;
  }
}
.header__container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__menu ul {
  list-style: none;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 40px;
}
.header__menu ul li a {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  color: #0e2930;
  text-decoration: none;
  transition: 0.3s;
}
.header__menu ul li a:hover {
  color: #ff5100;
}
.header .order_btn {
  padding: 12px 24px;
}

.homepage-h1 {
  font-family: "Aventura", sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 130%;
  text-align: center;
  color: #0e2930;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  margin-top: 113px;
}
@media (max-width: 769px) {
  .homepage-h1 {
    margin-top: 50px;
    font-family: "Aventura", sans-serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 130%;
    color: #0e2930;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.homepage-h1.hide-desktop {
  display: none;
}
@media (max-width: 769px) {
  .homepage-h1.hide-desktop {
    display: block;
  }
}
.homepage-h1 span {
  color: #ff5100;
}

.homepage-bg-top {
  margin-top: -60px;
  margin-bottom: -180px;
}
@media (max-width: 769px) {
  .homepage-bg-top {
    margin-top: 0;
    margin-bottom: -60px;
  }
}
.homepage-bg-top img {
  width: 100%;
  height: auto;
}
@media (max-width: 769px) {
  .homepage-bg-top img.bg-desktop {
    display: none;
  }
}
.homepage-bg-top img.bg-mobile {
  display: none;
}
@media (max-width: 769px) {
  .homepage-bg-top img.bg-mobile {
    display: initial;
  }
}

.footer img.footer-bg {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 769px) {
  .footer img.footer-bg.footer-bg-desktop {
    display: none;
  }
}
.footer img.footer-bg.footer-bg-mobile {
  display: none;
}
@media (max-width: 769px) {
  .footer img.footer-bg.footer-bg-mobile {
    display: block;
  }
}
.footer .footer-container {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #293721;
  border-radius: 40px 40px 0 0;
  margin-top: -80px;
  position: relative;
  z-index: 2;
}
@media (max-width: 769px) {
  .footer .footer-container {
    padding: 45px 20px 40px 20px;
    border-radius: 20px 20px 0 0;
    margin-top: -15px;
  }
}
.footer .footer-container .container {
  display: flex;
  gap: 180px;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 769px) {
  .footer .footer-container .container {
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
    gap: 40px;
  }
}
.footer .footer-container .container .col {
  max-width: 333px;
}
@media (max-width: 769px) {
  .footer .footer-container .container .col {
    max-width: initial;
  }
}
@media (max-width: 769px) {
  .footer .footer-container .container .col.col-menu {
    display: flex;
    flex-direction: column;
    gap: 47px;
  }
  .footer .footer-container .container .col.col-menu .block {
    order: 2;
  }
  .footer .footer-container .container .col.col-menu a {
    margin-top: 20px;
    display: block;
    order: 1;
  }
}
.footer .wd-title {
  font-family: "Aventura", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: #ff5100;
  margin-bottom: 24px;
}
.footer .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
.footer .wpcf7-form-control.wpcf7-mask.wpcf7-validates-as-required.wpcf7mf-mask.phone-field {
  border: 2px solid #fff;
  border-radius: 100px;
  padding: 20px 68px;
  background-color: #293721;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
  width: 100%;
  margin-bottom: 10px;
}
.footer .wpcf7-form-control {
  background-repeat: no-repeat;
  background-position: left center;
  background-position-x: 28px;
}
.footer .wpcf7-form-control.name-field {
  background-image: url("assets/img/name-field.svg");
}
.footer .wpcf7-form-control.phone-field {
  background-image: url("assets/img/phone-field.svg");
}
.footer .wpcf7-form-control.email-field {
  background-image: url("assets/img/email-field.svg");
}
.footer .wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-on-dark {
  border: 0;
  display: block;
  padding-top: 18px;
  padding-bottom: 18px;
  width: 100%;
  margin-top: 14px;
  margin-bottom: 12px;
}
.footer .wpcf7-list-item label {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.footer input[type=checkbox] {
  width: 20px;
  height: 20px;
  accent-color: #ff5100;
}
.footer .wpcf7-list-item-label {
  display: inline-block;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
}
.footer ::placeholder {
  color: #FFF;
  opacity: 1;
}
.footer ::-ms-input-placeholder {
  color: #FFF;
}
.footer ul.footer-menu {
  list-style: none;
  margin-bottom: 44px;
}
.footer ul.footer-menu li {
  margin-bottom: 16px;
}
.footer ul.footer-menu li a {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #fff;
  text-decoration: none;
}
.footer ul.socials {
  list-style: none;
  display: flex;
  gap: 11px;
  margin-bottom: 45px;
}
.footer ul.socials li a {
  border: 1px solid #fff;
  border-radius: 40px;
  padding: 20px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer a.phone {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 16px;
}
.footer .nip {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #fff;
}
.footer .copyright {
  margin-top: 70px;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.61);
}

.wpcf7-spinner {
  display: none;
}

h2 {
  font-family: "Aventura", sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 130%;
  color: #0e2930;
  margin-bottom: 48px;
}
@media (max-width: 769px) {
  h2 {
    font-family: "Aventura", sans-serif;
    font-weight: 400;
    font-size: 33px;
    line-height: 135%;
    color: #0e2930;
    margin-bottom: 42px;
  }
}
h2 span {
  color: #ff5100;
}

.subtitle {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 130%;
  color: #0e2930;
  margin-bottom: 64px;
}
@media (max-width: 769px) {
  .subtitle {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    color: #0e2930;
    margin-bottom: 40px;
  }
}

.block-heading {
  max-width: 1000px;
}

.gids {
  margin-bottom: 140px;
}
@media (max-width: 769px) {
  .gids .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 769px) {
  .gids h2, .gids .subtitle {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 769px) {
  .gids {
    margin-bottom: 64px;
  }
}
.gids .gids-container {
  position: relative;
}
.gids .gids-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-32px);
}
.gids .gids-arrow.gids-arrow-next {
  right: -90px;
}
.gids .gids-arrow.gids-arrow-prev {
  left: -90px;
}
.gids .gids-arrow.gids-arrow-prev svg {
  transform: rotate(180deg);
}
.gids .gids-arrow svg {
  cursor: pointer;
}
.gids .gids-arrow svg:hover circle {
  fill: #ff5100;
}
.gids .gids-arrow.slick-disabled {
  display: none !important;
}
.gids .slick-slide {
  margin: 0 11px;
}
.gids .slick-list {
  margin: 0 -11px;
}
@media (max-width: 769px) {
  .gids .slick-list {
    margin: initial;
    padding: 0 20% 0 0 !important;
  }
}
.gids .gid {
  border: 2px solid #0e2930;
  border-radius: 28px;
  padding: 15px;
}
@media (max-width: 769px) {
  .gids .gid {
    padding: 12px 12px 18px 12px;
  }
}
.gids .gid .image {
  margin-bottom: 13px;
}
@media (max-width: 769px) {
  .gids .gid .image {
    margin-bottom: 10px;
  }
}
.gids .gid .image img {
  border: 1.87px solid #0e2930;
  border-radius: 13px;
  width: 100%;
  height: auto;
}
@media (max-width: 769px) {
  .gids .gid .image img {
    border: 1px solid #0e2930;
    border-radius: 8px;
  }
}
.gids .gid .name {
  font-family: "Aventura", sans-serif;
  font-weight: 400;
  font-size: 37px;
  line-height: 130%;
  color: #0e2930;
  margin-bottom: 8px;
}
@media (max-width: 769px) {
  .gids .gid .name {
    font-family: "Aventura", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 130%;
    color: #0e2930;
  }
}
.gids .gid .text {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #0e2930;
}
@media (max-width: 769px) {
  .gids .gid .text {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #0e2930;
  }
}

.gallery-section {
  margin-bottom: 140px;
}
.gallery-section .slick-slide {
  margin: 0 11px;
}
.gallery-section .slick-list {
  margin: 0 -11px;
}
@media (max-width: 769px) {
  .gallery-section .slick-list {
    margin: initial;
    padding: 0 20% 0 0 !important;
  }
}
@media (max-width: 769px) {
  .gallery-section {
    margin-bottom: 64px;
  }
}
.gallery-section .gallery-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 7px;
  margin-bottom: 48px;
}
@media (max-width: 769px) {
  .gallery-section .gallery-block {
    margin-bottom: 42px;
    display: block;
    grid-gap: initial;
  }
}
.gallery-section .gallery-block a.big-image {
  display: block;
  outline: none;
}
.gallery-section .gallery-block a.big-image img {
  width: 100%;
  height: auto;
  border-radius: 18px;
}
.gallery-section .text {
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 130%;
  color: #0e2930;
}
@media (max-width: 769px) {
  .gallery-section .text {
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    color: #0e2930;
  }
}

.feedback-form {
  background: #2e3f22;
  border-radius: 40px;
  padding: 51px 49px;
  margin-bottom: 140px;
  position: relative;
}
@media (max-width: 769px) {
  .feedback-form {
    padding: 76px 0 46px 0;
    margin-bottom: 64px;
  }
}
.feedback-form h2 {
  color: #FFF;
}
@media (max-width: 769px) {
  .feedback-form h2 {
    font-size: 32px;
    z-index: 2;
    position: relative;
  }
}
.feedback-form h2.mobile {
  display: none;
}
@media (max-width: 769px) {
  .feedback-form h2.mobile {
    display: block;
  }
}
@media (max-width: 769px) {
  .feedback-form h2.desktop {
    display: none;
  }
}
.feedback-form .container {
  position: relative;
}
.feedback-form .map-img {
  position: absolute;
  top: 50%;
  transform: translateY(-181px);
}
@media (max-width: 769px) {
  .feedback-form .map-img {
    width: 100%;
    z-index: 1;
    top: 50%;
    left: 5px;
    transform: translateY(-88px);
    max-width: 344px;
    height: auto;
  }
}
.feedback-form .feedback-block-container {
  width: 100%;
  max-width: 694px;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.feedback-form .feedback-block-container .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
.feedback-form .feedback-block-container .wpcf7-form-control.wpcf7-mask.wpcf7-validates-as-required.wpcf7mf-mask.phone-field {
  border: 2px solid #fff;
  border-radius: 100px;
  padding: 20px 68px;
  background-color: transparent;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
  width: 100%;
  margin-bottom: 10px;
}
.feedback-form .feedback-block-container .wpcf7-form-control {
  background-repeat: no-repeat;
  background-position: left center;
  background-position-x: 28px;
}
.feedback-form .feedback-block-container .wpcf7-form-control.name-field {
  background-image: url("assets/img/name-field.svg");
}
.feedback-form .feedback-block-container .wpcf7-form-control.phone-field {
  background-image: url("assets/img/phone-field.svg");
}
.feedback-form .feedback-block-container .wpcf7-form-control.email-field {
  background-image: url("assets/img/email-field.svg");
}
.feedback-form .feedback-block-container .wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-on-dark {
  border: 0;
  display: block;
  padding-top: 18px;
  padding-bottom: 18px;
  width: 100%;
  margin-top: 14px;
  margin-bottom: 12px;
  max-width: 333px;
}
@media (max-width: 769px) {
  .feedback-form .feedback-block-container .wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-on-dark {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
.feedback-form .feedback-block-container .wpcf7-list-item label {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.feedback-form .feedback-block-container input[type=checkbox] {
  width: 20px;
  height: 20px;
  accent-color: #ff5100;
}
.feedback-form .feedback-block-container .wpcf7-list-item-label {
  display: inline-block;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
}
.feedback-form .feedback-block-container ::placeholder {
  color: #FFF;
  opacity: 1;
}
.feedback-form .feedback-block-container ::-ms-input-placeholder {
  color: #FFF;
}
.feedback-form .feedback-block-container .two-cols {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 769px) {
  .feedback-form .feedback-block-container .two-cols {
    flex-wrap: wrap;
  }
}

.what-we-prepare {
  margin-top: 220px;
  margin-bottom: 113px;
}
@media (max-width: 769px) {
  .what-we-prepare {
    margin-top: 0;
  }
}
.what-we-prepare h2 {
  font-family: "Aventura", sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 130%;
  text-align: center;
  color: #0e2930;
}
@media (max-width: 769px) {
  .what-we-prepare h2 {
    font-family: "Aventura", sans-serif;
    font-weight: 400;
    font-size: 33px;
    line-height: 135%;
    text-align: center;
    color: #0e2930;
    margin-bottom: 33px;
  }
}
.what-we-prepare .what-we-prepare-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.what-we-prepare .what-we-prepare-items .item {
  flex-basis: 33%;
}
@media (max-width: 769px) {
  .what-we-prepare .what-we-prepare-items .item {
    flex-basis: 100%;
  }
  .what-we-prepare .what-we-prepare-items .item:first-child {
    margin-top: initial;
  }
}
.what-we-prepare .what-we-prepare-items .item img {
  width: 100%;
  height: auto;
}
@media (max-width: 769px) {
  .what-we-prepare .what-we-prepare-items .item.item-1 {
    order: 1;
  }
}
.what-we-prepare .what-we-prepare-items .item.item-1 img {
  max-width: 341px;
}
@media (max-width: 769px) {
  .what-we-prepare .what-we-prepare-items .item.item-1 img {
    max-width: 208px;
  }
}
@media (max-width: 769px) {
  .what-we-prepare .what-we-prepare-items .item.item-2 {
    order: 6;
    text-align: right;
  }
}
.what-we-prepare .what-we-prepare-items .item.item-2 img {
  max-height: 270px;
}
@media (max-width: 769px) {
  .what-we-prepare .what-we-prepare-items .item.item-2 img {
    max-height: initial;
    max-width: 277px;
  }
}
@media (max-width: 769px) {
  .what-we-prepare .what-we-prepare-items .item.item-3 {
    order: 4;
    text-align: right;
  }
}
.what-we-prepare .what-we-prepare-items .item.item-3 img {
  max-height: 361px;
}
@media (max-width: 769px) {
  .what-we-prepare .what-we-prepare-items .item.item-3 img {
    max-height: initial;
    max-width: 233px;
  }
}
@media (max-width: 769px) {
  .what-we-prepare .what-we-prepare-items .item.item-4 {
    order: 5;
    margin-top: -60px;
  }
}
.what-we-prepare .what-we-prepare-items .item.item-4 img {
  max-height: 339px;
}
@media (max-width: 769px) {
  .what-we-prepare .what-we-prepare-items .item.item-4 img {
    max-height: initial;
    max-width: 260px;
    transform: rotate(-22deg);
    position: relative;
    left: -50px;
  }
}
@media (max-width: 769px) {
  .what-we-prepare .what-we-prepare-items .item.item-5 {
    order: 2;
    text-align: right;
  }
}
.what-we-prepare .what-we-prepare-items .item.item-5 img {
  max-height: 273px;
}
@media (max-width: 769px) {
  .what-we-prepare .what-we-prepare-items .item.item-5 img {
    max-height: initial;
    max-width: 209px;
  }
}
@media (max-width: 769px) {
  .what-we-prepare .what-we-prepare-items .item.item-6 {
    order: 3;
  }
}
.what-we-prepare .what-we-prepare-items .item.item-6 img {
  max-height: 376px;
}
@media (max-width: 769px) {
  .what-we-prepare .what-we-prepare-items .item.item-6 img {
    max-height: initial;
    max-width: 260px;
  }
}

.reviews {
  margin-bottom: 130px;
}
@media (max-width: 769px) {
  .reviews {
    margin-bottom: 64px;
  }
}
@media (max-width: 769px) {
  .reviews .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 769px) {
  .reviews h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 769px) {
  .reviews h2.desktop {
    display: none;
  }
}
.reviews h2.mobile {
  display: none;
}
@media (max-width: 769px) {
  .reviews h2.mobile {
    display: block;
    margin-bottom: 42px;
  }
}
.reviews .reviews-block {
  position: relative;
}
.reviews .reviews-block .reviews-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-32px);
}
.reviews .reviews-block .reviews-arrow.reviews-arrow-next {
  right: -90px;
}
.reviews .reviews-block .reviews-arrow.reviews-arrow-prev {
  left: -90px;
}
.reviews .reviews-block .reviews-arrow.reviews-arrow-prev svg {
  transform: rotate(180deg);
}
.reviews .reviews-block .reviews-arrow svg {
  cursor: pointer;
}
.reviews .reviews-block .reviews-arrow svg:hover circle {
  fill: #ff5100;
}
.reviews .reviews-block .reviews-arrow svg.slick-disabled {
  display: none !important;
}
.reviews .reviews-block .slick-track {
  display: flex !important;
}
.reviews .reviews-block .slick-slide {
  margin: 0 11px;
  display: inherit !important;
}
.reviews .reviews-block .slick-list {
  margin: 0 -11px;
}
@media (max-width: 769px) {
  .reviews .reviews-block .slick-list {
    margin: initial;
    padding: 0 20% 0 0 !important;
  }
}
.reviews .slider-item {
  border: 2px solid #0e2930;
  border-radius: 28px;
  padding: 40px;
  position: relative;
  padding-bottom: 100px;
  height: 100%;
}
@media (max-width: 769px) {
  .reviews .slider-item {
    padding: 28px 28px 110px 28px;
  }
}
.reviews .slider-item .text {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 23px;
  line-height: 130%;
  color: #0e2930;
  margin-bottom: 24px;
}
@media (max-width: 769px) {
  .reviews .slider-item .text {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #0e2930;
  }
}
.reviews .slider-item .name-block {
  display: flex;
  gap: 24px;
  align-items: center;
  position: absolute;
  left: 40px;
  bottom: 40px;
}
@media (max-width: 769px) {
  .reviews .slider-item .name-block {
    gap: 16px;
    left: 28px;
    bottom: 40px;
  }
}
.reviews .slider-item .name-block .image img {
  width: 100%;
  height: auto;
  border-radius: 100%;
}
@media (max-width: 769px) {
  .reviews .slider-item .name-block .image img {
    max-width: 60px;
    height: auto;
  }
}
.reviews .slider-item .name-block .name {
  font-family: "Aventura", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 130%;
  color: #0e2930;
}
@media (max-width: 769px) {
  .reviews .slider-item .name-block .name {
    font-family: "Aventura", sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 130%;
    color: #0e2930;
  }
}

@media (max-width: 769px) {
  .hide-mobile {
    display: none !important;
  }
}

.mobile-menu-toggle {
  display: none;
}
@media (max-width: 769px) {
  .mobile-menu-toggle {
    display: flex;
    background: rgba(14, 41, 48, 0.05);
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    cursor: pointer;
  }
  .mobile-menu-toggle.inner-page {
    background: rgba(14, 41, 48, 0.1);
  }
}

.header-wrapper {
  padding-bottom: 212px;
  border-radius: 0 0 40px 40px;
  background-size: cover;
  background-position: center center;
  max-height: 503px;
  margin-bottom: 70px;
}
@media (max-width: 769px) {
  .header-wrapper {
    padding-bottom: 350px;
    max-height: 691px;
    margin-bottom: 40px;
  }
}
.header-wrapper h1 {
  margin-top: 94px;
  font-family: "Aventura", sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 130%;
  text-align: center;
  color: #fff;
}
@media (max-width: 769px) {
  .header-wrapper h1.inner-page {
    font-family: "Aventura", sans-serif;
    font-weight: 400;
    font-size: 31px;
    line-height: 130%;
    text-align: center;
    color: #fff;
    margin-top: 183px;
  }
}
.header-wrapper .header__menu li a {
  color: #fff;
}

.big-description {
  margin-top: 94px;
  margin-bottom: 94px;
}
@media (max-width: 769px) {
  .big-description {
    margin-top: 42px;
    margin-bottom: 42px;
  }
}
.big-description .text {
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 137%;
  color: #0e2930;
  padding-left: 76px;
  padding-right: 76px;
}
@media (max-width: 769px) {
  .big-description .text {
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 135%;
    color: #0e2930;
    padding-left: 0;
    padding-right: 0;
  }
}
.big-description .text p {
  margin-bottom: 45px;
}
@media (max-width: 769px) {
  .big-description .text p {
    margin-bottom: 42px;
  }
}

.days {
  margin-bottom: 32px;
}
@media (max-width: 769px) {
  .days {
    margin-bottom: 24px;
  }
}
.days .day {
  border: 2px solid #2e3f22;
  border-radius: 30px;
  padding: 40px 68px;
  margin-bottom: 24px;
}
@media (max-width: 769px) {
  .days .day {
    border: 1px solid #2e3f22;
    border-radius: 20px;
    padding: 24px 24px;
    margin-bottom: 12px;
  }
}
.days .day .day-toggle {
  width: 31px;
  height: auto;
  min-width: 31px;
}
.days .day.active .day-toggle {
  transform: rotate(180deg);
}
.days .day .day-num-wrapper {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.days .day .day-content {
  padding-top: 45px;
}
.days .day h2.day-num {
  font-family: "Aventura", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 130%;
  color: #0e2930;
  margin-bottom: 0;
}
@media (max-width: 769px) {
  .days .day h2.day-num {
    font-family: "Aventura", sans-serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 130%;
    color: #0e2930;
  }
}
.days .day .day-content {
  display: none;
}
.days .day .part-of-day {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 130%;
  color: #0e2930;
  margin-bottom: 24px;
  margin-top: 48px;
}
@media (max-width: 769px) {
  .days .day .part-of-day {
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 135%;
    color: #2e3f22;
    margin-bottom: 11px;
  }
}
.days .day .part-of-day:first-child {
  margin-top: 0;
}
.days .day .event .event-name-wrapper {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 769px) {
  .days .day .event .event-name-wrapper.desktop {
    display: none;
  }
}
.days .day .event .event-name-wrapper.mobile {
  display: none;
}
@media (max-width: 769px) {
  .days .day .event .event-name-wrapper.mobile {
    display: block;
  }
}
@media (max-width: 769px) {
  .days .day .event .event-name-wrapper {
    display: block;
  }
}
@media (max-width: 769px) {
  .days .day .event .event-name-wrapper p {
    display: inline;
  }
}
.days .day .event .event-name-wrapper svg {
  width: 34px;
  min-width: 34px;
  height: auto;
}
@media (max-width: 769px) {
  .days .day .event .event-name-wrapper svg {
    display: inline-block;
    margin-right: 5px;
    width: 24px;
    min-width: 24px;
    position: relative;
    top: 3px;
  }
}
.days .day .event .event-name-wrapper .event-name {
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  line-height: 130%;
  color: #0e2930;
}
@media (max-width: 769px) {
  .days .day .event .event-name-wrapper .event-name {
    display: inline;
    font-family: "Nunito", sans-serif;
    font-size: 20px;
    line-height: 130%;
    color: #0e2930;
  }
}
.days .day .event .event-name-wrapper .event-name strong {
  font-weight: 700;
}
.days .day .event .event-description {
  padding-left: 60px;
  margin-bottom: 35px;
}
@media (max-width: 769px) {
  .days .day .event .event-description {
    margin-bottom: 26px;
    padding-left: 0;
  }
}
.days .day .event .event-description ul {
  list-style: none;
}
.days .day .event .event-description ul li {
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  line-height: 130%;
  color: #0e2930;
  margin-bottom: 44px;
  padding-left: 32px;
  position: relative;
}
@media (max-width: 769px) {
  .days .day .event .event-description ul li {
    padding-left: 0;
    font-family: "Nunito", sans-serif;
    font-size: 20px;
    line-height: 135%;
    color: #0e2930;
    margin-bottom: 26px;
  }
}
.days .day .event .event-description ul li:before {
  content: "";
  width: 9px;
  height: 9px;
  display: block;
  border-radius: 100%;
  background-color: #0d252a;
  position: absolute;
  left: 0;
  top: 10px;
}
@media (max-width: 769px) {
  .days .day .event .event-description ul li:before {
    display: none;
  }
}
.days .day .event .event-description ul li strong {
  font-weight: 700;
}
.days .day .day-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5.5px;
}
@media (max-width: 769px) {
  .days .day .day-gallery {
    grid-template-columns: 1fr;
    grid-gap: 11px;
  }
}
.days .day .day-gallery a {
  display: block;
}
.days .day .day-gallery a img {
  width: 100%;
  height: auto;
  border-radius: 14px;
}
@media (max-width: 769px) {
  .days .day .day-gallery a img.desktop {
    display: none;
  }
}
.days .day .day-gallery a img.mobile {
  display: none;
}
@media (max-width: 769px) {
  .days .day .day-gallery a img.mobile {
    display: block;
  }
}

.includes {
  margin-bottom: 32px;
}
.includes__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 23px;
}
@media (max-width: 769px) {
  .includes__grid {
    grid-template-columns: 1fr;
    grid-gap: 12px;
  }
}
.includes__grid .grid__block {
  border: 2px solid #0e2930;
  border-radius: 28px;
  padding: 40px;
}
@media (max-width: 769px) {
  .includes__grid .grid__block {
    border: 1px solid #0e2930;
  }
}
.includes__grid .grid__block .block-title {
  font-family: "Aventura", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 130%;
  color: #0e2930;
  margin-bottom: 24px;
}
@media (max-width: 769px) {
  .includes__grid .grid__block .block-title {
    margin-bottom: 22px;
    font-family: "Aventura", sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 130%;
    color: #0e2930;
  }
}
.includes__grid .grid__block .items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.includes__grid .grid__block .items .item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
.includes__grid .grid__block .items .item.disabled {
  display: none;
}
.includes__grid .grid__block .items .item svg {
  width: 36px;
  height: auto;
  min-width: 36px;
  position: relative;
  top: -5px;
}
.includes__grid .grid__block .items .item div {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 23px;
  line-height: 130%;
  color: #0e2930;
}
@media (max-width: 769px) {
  .includes__grid .grid__block .items .item div {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #0e2930;
  }
}
.includes__grid .grid__block .show-more {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 23px;
  line-height: 130%;
  color: #2e3f22;
  margin-top: 16px;
  cursor: pointer;
}
@media (max-width: 769px) {
  .includes__grid .grid__block .show-more {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #ff5100;
  }
}

.short-description {
  margin-bottom: 73px;
}
.short-description .text {
  border: 2px solid #25351a;
  border-radius: 30px;
  background: rgba(46, 63, 34, 0.08);
  padding: 38px 68px;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 130%;
  color: #2e3f22;
}
@media (max-width: 769px) {
  .short-description .text {
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 135%;
    color: #0e2930;
    padding: 40px 20px;
  }
}

.tours-list {
  margin-top: 62px;
  margin-bottom: 119px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 23px;
}
@media (max-width: 769px) {
  .tours-list {
    margin-top: 42px;
    margin-bottom: 64px;
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}
.tours-list .tour-item {
  display: block;
  border: 2px solid #0e2930;
  border-radius: 28px;
  padding: 14px 14px 28px 14px;
  text-decoration: none;
  transition: 0.3s;
  -webkit-tap-highlight-color: transparent !important;
}
@media (max-width: 769px) {
  .tours-list .tour-item {
    padding: 12px 12px 23px 12px;
    border: 1.83px solid #0e2930;
  }
}
.tours-list .tour-item:hover {
  background: #ff5100;
}
@media (max-width: 769px) {
  .tours-list .tour-item:hover {
    background: #ff5100 !important;
    background-color: #ff5100 !important;
    -webkit-tap-highlight-color: transparent;
  }
}
@media (max-width: 769px) {
  .tours-list .tour-item .feeling-touchy {
    background: #ff5100 !important;
  }
}
.tours-list .tour-item:active, .tours-list .tour-item:focus {
  background: #0e2930;
}
@media (max-width: 769px) {
  .tours-list .tour-item:active, .tours-list .tour-item:focus {
    background: #ff5100 !important;
    background-color: #ff5100 !important;
    -webkit-tap-highlight-color: transparent;
  }
}
.tours-list .tour-item:hover .tour-name, .tours-list .tour-item:active .tour-name {
  color: #FFF;
}
.tours-list .tour-item:hover .param-value, .tours-list .tour-item:active .param-value {
  color: #FFF !important;
}
.tours-list .tour-item:hover svg, .tours-list .tour-item:active svg {
  fill: #FFF;
}
.tours-list .tour-item:hover svg path, .tours-list .tour-item:active svg path {
  fill: #FFF;
}
.tours-list .tour-item .image {
  margin-bottom: 17px;
}
@media (max-width: 769px) {
  .tours-list .tour-item .image {
    margin-bottom: 16px;
  }
}
.tours-list .tour-item .image img {
  border-radius: 13px;
  width: 100%;
  height: auto;
}
@media (max-width: 769px) {
  .tours-list .tour-item .image img {
    border-radius: 12px;
  }
}
.tours-list .tour-item .tour-name {
  font-family: "Aventura", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 130%;
  color: #0e2930;
  margin-bottom: 26px;
}
@media (max-width: 769px) {
  .tours-list .tour-item .tour-name {
    font-family: "Aventura", sans-serif;
    font-weight: 400;
    font-size: 27px;
    line-height: 130%;
    color: #0e2930;
    margin-bottom: 25px;
  }
}
.tours-list .tour-item .tour-params {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.tours-list .tour-item .tour-params .param {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (max-width: 769px) {
  .tours-list .tour-item .tour-params .param {
    gap: 14px;
  }
}
.tours-list .tour-item .tour-params .param svg {
  width: 24px;
  height: auto;
  min-width: 24px;
}
@media (max-width: 769px) {
  .tours-list .tour-item .tour-params .param svg {
    width: 22px;
    height: auto;
    min-width: 22px;
  }
}
.tours-list .tour-item .tour-params .param .param-value {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #0e2930;
}
@media (max-width: 769px) {
  .tours-list .tour-item .tour-params .param .param-value {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    color: #0e2930;
  }
}

.text-on-gray {
  margin-bottom: 76px;
}
.text-on-gray .text {
  padding: 38px 68px;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 130%;
  color: #2e3f22;
  background: rgba(46, 63, 34, 0.08);
  border: 2px solid #25351a;
  border-radius: 30px;
}
@media (max-width: 769px) {
  .text-on-gray .text {
    margin-bottom: 74px;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 135%;
    color: #2e3f22;
    padding-left: 24px;
  }
}

.text-block-with-title {
  margin-bottom: 80px;
}
@media (max-width: 769px) {
  .text-block-with-title {
    margin-bottom: 40px;
  }
}
.text-block-with-title .container {
  padding-left: 68px;
  padding-right: 68px;
}
@media (max-width: 769px) {
  .text-block-with-title .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.text-block-with-title .container h2 {
  font-family: "Aventura", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 130%;
  color: #0e2930;
  margin-bottom: 48px;
}
@media (max-width: 769px) {
  .text-block-with-title .container h2 {
    margin-bottom: 42px;
    font-family: "Aventura", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 135%;
    color: #0e2930;
  }
}
.text-block-with-title .container .text-block {
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  line-height: 130%;
  color: #0e2930;
  font-weight: 500;
}
@media (max-width: 769px) {
  .text-block-with-title .container .text-block {
    font-family: "Nunito", sans-serif;
    font-size: 22px;
    line-height: 135%;
    color: #0e2930;
  }
}
.text-block-with-title .container .text-block strong {
  font-weight: 700;
}
.text-block-with-title .container .text-block ul {
  list-style: none;
}
.text-block-with-title .container .text-block ul li {
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  line-height: 130%;
  color: #0e2930;
  margin-bottom: 44px;
  padding-left: 32px;
  position: relative;
}
@media (max-width: 769px) {
  .text-block-with-title .container .text-block ul li {
    font-family: "Nunito", sans-serif;
    font-size: 22px;
    line-height: 135%;
    color: #0e2930;
    margin-bottom: 26px;
    padding-left: 0;
  }
}
.text-block-with-title .container .text-block ul li:before {
  content: "";
  width: 9px;
  height: 9px;
  display: block;
  border-radius: 100%;
  background-color: #0d252a;
  position: absolute;
  left: 0;
  top: 10px;
}
@media (max-width: 769px) {
  .text-block-with-title .container .text-block ul li:before {
    display: none;
  }
}

.text-with-title-and-image {
  margin-bottom: 80px;
}
@media (max-width: 769px) {
  .text-with-title-and-image {
    margin-bottom: 40px;
  }
}
.text-with-title-and-image .container {
  padding-left: 68px;
  padding-right: 68px;
}
@media (max-width: 769px) {
  .text-with-title-and-image .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.text-with-title-and-image .container h2 {
  font-family: "Aventura", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 130%;
  color: #0e2930;
  margin-bottom: 48px;
}
@media (max-width: 769px) {
  .text-with-title-and-image .container h2 {
    margin-bottom: 42px;
    font-family: "Aventura", sans-serif;
    font-weight: 400;
    font-size: 33px;
    line-height: 135%;
    color: #0e2930;
  }
}
.text-with-title-and-image .container .text-block {
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  line-height: 130%;
  color: #0e2930;
  font-weight: 500;
}
@media (max-width: 769px) {
  .text-with-title-and-image .container .text-block {
    font-family: "Nunito", sans-serif;
    font-size: 22px;
    line-height: 135%;
    color: #0e2930;
  }
}
.text-with-title-and-image .container .text-block strong {
  font-weight: 700;
}
.text-with-title-and-image .container .text-block ul {
  list-style: none;
}
.text-with-title-and-image .container .text-block ul li {
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  line-height: 130%;
  color: #0e2930;
  margin-bottom: 44px;
  padding-left: 32px;
  position: relative;
}
@media (max-width: 769px) {
  .text-with-title-and-image .container .text-block ul li {
    font-family: "Nunito", sans-serif;
    font-size: 22px;
    line-height: 135%;
    color: #0e2930;
    margin-bottom: 26px;
    padding-left: 0;
  }
}
.text-with-title-and-image .container .text-block ul li:before {
  content: "";
  width: 9px;
  height: 9px;
  display: block;
  border-radius: 100%;
  background-color: #0d252a;
  position: absolute;
  left: 0;
  top: 10px;
}
@media (max-width: 769px) {
  .text-with-title-and-image .container .text-block ul li:before {
    display: none;
  }
}
.text-with-title-and-image .image-block {
  display: grid;
  grid-gap: 8px;
  margin-bottom: 48px;
}
@media (max-width: 769px) {
  .text-with-title-and-image .image-block {
    grid-template-columns: 1fr !important;
    margin-bottom: 42px;
  }
}
@media (max-width: 769px) {
  .text-with-title-and-image .image-block .image a.desktop {
    display: none;
  }
}
.text-with-title-and-image .image-block .image a.mobile {
  display: none;
}
@media (max-width: 769px) {
  .text-with-title-and-image .image-block .image a.mobile {
    display: block;
  }
}
.text-with-title-and-image .image-block .image img {
  width: 100%;
  height: auto;
}

.blog-list .cont {
  padding-left: 3px;
  padding-right: 3px;
}
.blog-list .tour-name {
  font-family: "Aventura", sans-serif;
  font-weight: 400;
  font-size: 23px !important;
  line-height: 130%;
  color: #0e2930;
  margin-bottom: 17px !important;
}
@media (max-width: 769px) {
  .blog-list .tour-name {
    margin-bottom: 8px !important;
    font-size: 25px !important;
  }
}
.blog-list .image {
  margin-bottom: 17px !important;
}
.blog-list .excerpt {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #0e2930;
  margin-bottom: 16px;
}
.blog-list .date {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #0e2930;
}

.mobile-menu-container {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fffbf7;
  padding: 10px 16px;
  display: none;
}
@media (max-width: 769px) {
  .mobile-menu-container {
    display: block;
    left: -1000px;
  }
}
.mobile-menu-container .logo-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.mobile-menu-container .logo-row .close-mobile-menu {
  border-radius: 1184px;
  background: rgba(14, 41, 48, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}
.mobile-menu-container .menu-container {
  margin-bottom: 35px;
}
.mobile-menu-container .menu-container ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.mobile-menu-container .menu-container ul li a {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  color: #0e2930;
  text-decoration: none;
}
.mobile-menu-container .order_btn {
  padding: 12px 24px;
}
.mobile-menu-container .mobile-menu-image {
  margin-top: 30px;
  margin-left: 40px;
  max-width: 50%;
}
.mobile-menu-container .mobile-menu-image img {
  width: 100%;
  height: auto;
}

.schedule {
  margin-bottom: 493px;
}
@media (max-width: 769px) {
  .schedule {
    margin-bottom: 100px;
  }
}
.schedule .schedule-table {
  border-radius: 28px;
  border: 2px solid #b9b9b9;
  overflow: hidden;
}
@media (max-width: 769px) {
  .schedule .schedule-table {
    border-radius: 15px;
  }
}
.schedule .schedule-table .schedule-table__heading {
  display: flex;
  background: rgba(46, 63, 34, 0.08);
  border-bottom: 2px solid #b9b9b9;
}
.schedule .schedule-table .schedule-table__heading .col {
  font-family: "Aventura", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 150%;
  color: #0e2930;
  padding-left: 40px;
  padding-right: 40px;
  border-right: 2px solid #b9b9b9;
  height: 90px;
  display: flex;
  align-items: center;
}
@media (max-width: 769px) {
  .schedule .schedule-table .schedule-table__heading .col {
    padding-left: 15px;
    padding-right: 15px;
    font-family: "Aventura", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #0e2930;
    height: 90px;
    display: flex;
    align-items: center;
  }
}
.schedule .schedule-table .schedule-table__heading .col:nth-child(1) {
  flex-basis: 460px;
}
@media (max-width: 769px) {
  .schedule .schedule-table .schedule-table__heading .col:nth-child(1) {
    flex-basis: 55%;
  }
}
.schedule .schedule-table .schedule-table__heading .col:nth-child(2) {
  flex-basis: 284px;
}
@media (max-width: 769px) {
  .schedule .schedule-table .schedule-table__heading .col:nth-child(2) {
    display: none;
  }
}
.schedule .schedule-table .schedule-table__heading .col:nth-child(3) {
  flex-basis: 315px;
}
@media (max-width: 769px) {
  .schedule .schedule-table .schedule-table__heading .col:nth-child(3) {
    flex-basis: 45%;
  }
}
.schedule .schedule-table .schedule-table__heading .col:last-child {
  border-right: 0;
}
.schedule .schedule-table .schedule-table__row {
  display: flex;
  border-bottom: 2px solid #b9b9b9;
}
.schedule .schedule-table .schedule-table__row:last-child {
  border-bottom: 0;
}
.schedule .schedule-table .schedule-table__row .col {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: -0.06em;
  text-decoration-skip-ink: none;
  padding-left: 40px;
  padding-right: 40px;
  height: 124px;
  display: flex;
  align-items: center;
  border-right: 2px solid #b9b9b9;
}
@media (max-width: 769px) {
  .schedule .schedule-table .schedule-table__row .col {
    height: 100px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.06em;
    text-decoration-skip-ink: none;
  }
}
.schedule .schedule-table .schedule-table__row .col:nth-child(1) {
  flex-basis: 460px;
}
@media (max-width: 769px) {
  .schedule .schedule-table .schedule-table__row .col:nth-child(1) {
    flex-basis: 55%;
  }
}
.schedule .schedule-table .schedule-table__row .col:nth-child(1) a {
  color: #ff5100;
  text-decoration: underline;
}
.schedule .schedule-table .schedule-table__row .col:nth-child(2) {
  flex-basis: 284px;
}
@media (max-width: 769px) {
  .schedule .schedule-table .schedule-table__row .col:nth-child(2) {
    display: none;
  }
}
.schedule .schedule-table .schedule-table__row .col:nth-child(3) {
  flex-basis: 315px;
}
@media (max-width: 769px) {
  .schedule .schedule-table .schedule-table__row .col:nth-child(3) {
    flex-basis: 45%;
    padding-right: 5px;
  }
}
.schedule .schedule-table .schedule-table__row .col:last-child {
  border-right: 0;
}

.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  border: 2px solid #fff;
  border-radius: 100px;
  padding: 20px 68px;
  background-color: #293721;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
  width: 100%;
  margin-bottom: 10px;
  height: 80px;
  resize: none;
  padding-left: 27px;
  padding-right: 27px;
}

.grecaptcha-badge {
  display: none !important;
}

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