@charset "UTF-8";
@keyframes ticker {
  0% {
    transform: translate3d(0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

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

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #C9D8C7;
}

::-webkit-scrollbar-thumb {
  background: #052813;
}

::-webkit-scrollbar-thumb:hover {
  background: #021108;
}

body {
  margin: 0;
  padding: 0;
  background-color: #F4F6EF;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

svg {
  height: auto;
  max-width: 100%;
  overflow: hidden;
  vertical-align: middle;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.35;
  color: #000;
}

a {
  text-decoration: none;
  color: #1E5F28;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-family: "Inter", sans-serif;
  line-height: 1.15;
}

h1, .h1 {
  font-size: 38px;
}

h2, .h2 {
  font-size: 36px;
}

h3, .h3 {
  font-size: 26px;
}

h4, .h4 {
  font-size: 24px;
}

h5, .h5 {
  font-size: 20px;
}

h6, .h6 {
  font-size: 18px;
}

blockquote,
blockquote.wp-block-quote.is-style-large {
  position: relative;
  margin: 1.5em 0;
  padding: 0;
  padding-left: 1em;
  border-left: 2px solid #1E5F28;
}
blockquote p,
blockquote.wp-block-quote.is-style-large p {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 500;
}
blockquote cite,
blockquote.wp-block-quote.is-style-large cite {
  font-size: 0.875em;
}

table {
  width: 100%;
}

p {
  margin-bottom: 1rem;
}

.section-heading {
  margin-bottom: 40px;
}

.section-title {
  font-size: 36px;
  font-weight: bold;
  color: #1E5F28;
}

.section-title .u-font-decor {
  font-family: "Comforter", sans-serif;
  font-size: 1.54em;
  line-height: 0.9;
  font-weight: normal;
  color: #EF5026;
}

.section-title-no-margin {
  margin-bottom: 0;
}

@media screen and (max-width: 576px) {
  h1, .h1 {
    font-size: 32px;
  }
  .section-title {
    font-size: 28px;
  }
}
button,
input,
optgroup,
select,
textarea {
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  text-align: center;
  cursor: pointer;
}

label {
  display: inline-block;
}

.form-input-text,
.form-textarea,
.form-select {
  padding: 10px 15px;
  margin-bottom: 5px;
  border: 1px solid #2E2E2E;
  border-radius: 2px;
  outline: none;
  transition: all 0.4s ease;
}
.form-input-text:hover,
.form-textarea:hover,
.form-select:hover {
  box-shadow: 0 0 0 3px rgba(30, 95, 40, 0.25);
}
.form-input-text:focus,
.form-textarea:focus,
.form-select:focus {
  box-shadow: 0 0 0 3px rgba(30, 95, 40, 0.45);
}

.form-input-text::placeholder,
.form-textarea::placeholder {
  color: rgba(46, 46, 46, 0.5);
}

.form-item-full {
  width: 100%;
}

.form-textarea {
  width: 100%;
  vertical-align: middle;
}

.form-select {
  margin-bottom: 5px;
  padding-right: 40px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 5px top 50%;
  background-size: 0.65em;
  border-radius: 2px;
  transition: all 0.4s ease;
}
.form-select:hover {
  box-shadow: 0 0 0 3px rgba(30, 95, 40, 0.25);
}
.form-select:focus {
  box-shadow: 0 0 0 3px rgba(30, 95, 40, 0.45);
}

.form-select-full {
  width: 100%;
}

.form-checkbox {
  margin-bottom: 10px;
}
.form-checkbox .form-checkbox-label {
  margin-right: 10px;
}
.form-checkbox .form-checkbox-default {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.form-checkbox .form-checkbox-caption::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border: 2px solid #2E2E2E;
  border-radius: 2px;
  transition: all 0.4s ease;
}
.form-checkbox .form-checkbox-default:hover:not(:disabled) + .form-checkbox-caption::before {
  box-shadow: 0 0 0 3px rgba(46, 46, 46, 0.4);
}
.form-checkbox .form-checkbox-default:focus + .form-checkbox-caption::before {
  box-shadow: 0 0 0 3px rgba(46, 46, 46, 0.6);
}
.form-checkbox .form-checkbox-default:checked:hover:not(:disabled) + .form-checkbox-caption::before {
  box-shadow: 0 0 0 3px rgba(30, 95, 40, 0.15);
}
.form-checkbox .form-checkbox-default:checked:focus + .form-checkbox-caption::before {
  box-shadow: 0 0 0 3px rgba(30, 95, 40, 0.25);
}
.form-checkbox .form-checkbox-default:checked + .form-checkbox-caption::before {
  border-color: #1E5F28;
  background-color: #1E5F28;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' width='800px' height='800px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.998 8.531l-2.134-2.134c-0.394-0.393-1.030-0.393-1.423 0l-12.795 12.795-6.086-6.13c-0.393-0.393-1.029-0.393-1.423 0l-2.134 2.134c-0.393 0.394-0.393 1.030 0 1.423l8.924 8.984c0.393 0.393 1.030 0.393 1.423 0l15.648-15.649c0.393-0.392 0.393-1.030 0-1.423z'%3E%3C/path%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}
.form-checkbox .form-checkbox-default:disabled + .form-checkbox-caption::before {
  border-color: #ccc;
}
.form-checkbox .form-checkbox-default:disabled:checked + .form-checkbox-caption::before {
  background-color: #ccc;
  border-color: #ccc;
}

.form-radio {
  margin-bottom: 10px;
}
.form-radio .form-radio-label {
  margin-right: 10px;
}
.form-radio .form-radio-default {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.form-radio .form-radio-caption::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border: 2px solid #2E2E2E;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.form-radio .form-radio-default:hover:not(:disabled) + .form-radio-caption::before {
  box-shadow: 0 0 0 3px rgba(46, 46, 46, 0.4);
}
.form-radio .form-radio-default:focus + .form-radio-caption::before {
  box-shadow: 0 0 0 3px rgba(46, 46, 46, 0.6);
}
.form-radio .form-radio-default:checked:hover:not(:disabled) + .form-radio-caption::before {
  box-shadow: 0 0 0 3px rgba(30, 95, 40, 0.15);
}
.form-radio .form-radio-default:checked:focus + .form-radio-caption::before {
  box-shadow: 0 0 0 3px rgba(30, 95, 40, 0.25);
}
.form-radio .form-radio-default:checked + .form-radio-caption::before {
  border-color: #1E5F28;
  background-color: #1E5F28;
}
.form-radio .form-radio-default:disabled + .form-radio-caption::before {
  border-color: #ccc;
}
.form-radio .form-radio-default:disabled:checked + .form-radio-caption::before {
  background-color: #ccc;
  border-color: #ccc;
}

.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

.u-font-decor {
  font-family: "Comforter", sans-serif !important;
  font-weight: normal !important;
}

.u-color-white {
  color: #fff !important;
}

.u-color-black {
  color: #000 !important;
}

.u-color-primary {
  color: #1E5F28 !important;
}

.u-color-dark {
  color: #2E2E2E !important;
}

.u-color-orange {
  color: #EF5026 !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.u-display-none {
  display: none !important;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.navigation.pagination .nav-links {
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center;
}
.navigation.pagination .page-numbers {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 4px;
  text-align: center;
  text-decoration: none;
  color: #000;
  background-color: transparent;
  border: 1px solid #C9D8C7;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.navigation.pagination .page-numbers:hover {
  color: #fff;
  background-color: #1E5F28;
  border-color: #1E5F28;
}
.navigation.pagination .page-numbers.current {
  color: #fff;
  background-color: #1E5F28;
  border-color: #1E5F28;
}
.navigation.pagination .page-numbers.dots {
  color: #2E2E2E !important;
  border: none;
  background: none !important;
}

.posts-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
.posts-navigation .nav-links .nav-previous {
  margin-right: 30px;
  text-align: left;
}
.posts-navigation .nav-links .nav-next {
  margin-left: auto;
  text-align: right;
}
.posts-navigation .nav-links .nav-previous a,
.posts-navigation .nav-links .nav-next a {
  display: inline-block;
  text-decoration: none;
  color: #2E2E2E;
  border-bottom: 1px dashed #2E2E2E;
}

@media screen and (max-width: 420px) {
  .posts-navigation .nav-links {
    display: block;
  }
  .posts-navigation .nav-links .nav-next {
    margin-top: 5px;
    text-align: left;
  }
}
.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
.post-navigation .nav-links .nav-previous {
  width: 45%;
}
.post-navigation .nav-links .nav-next {
  width: 45%;
  margin-left: auto;
  text-align: right;
}
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
  display: inline;
  text-decoration: none;
  color: #2E2E2E;
}

@media screen and (max-width: 576px) {
  .post-navigation .nav-links {
    display: block;
  }
  .post-navigation .nav-links .nav-previous {
    width: 100%;
  }
  .post-navigation .nav-links .nav-next {
    width: 100%;
    margin-top: 10px;
    text-align: left;
  }
}
.comments-area {
  margin-top: 50px;
}
.comments-area .comments-title {
  font-size: 24px;
  color: #1E5F28;
}
.comments-area .comment-list {
  margin: 0;
  margin-bottom: 50px;
  padding: 0;
  list-style: none;
}
.comments-area .comment-body {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.comments-area .comment-author .avatar {
  margin-right: 5px;
  vertical-align: top;
  border-radius: 50%;
}
.comments-area .comment-author .fn {
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
  text-transform: uppercase;
}
.comments-area .comment-author .says {
  display: none !important;
}
.comments-area .comment-author .url {
  display: inline-block;
  text-decoration: none;
  color: #2E2E2E;
}
.comments-area .comment-metadata {
  position: absolute;
  left: 74px;
  top: 34px;
  margin-top: 8px;
  font-size: 14px;
}
.comments-area .comment-metadata a {
  text-decoration: none;
  color: #2E2E2E;
}
.comments-area .comment-content {
  line-height: 1.7;
}
.comments-area .comment-content a {
  text-decoration: none;
  color: #1E5F28;
}
.comments-area .comment-reply-link {
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background-color: #1E5F28;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
.comments-area .comment-reply-link:hover, .comments-area .comment-reply-link:focus {
  color: #fff;
  background-color: #2E2E2E;
}
.comments-area .children {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  list-style: none;
}

.comment-respond .comment-reply-title {
  font-size: 24px;
  color: #1E5F28;
}
.comment-respond .comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
  padding: 0.35em 1em;
  margin-left: 10px;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #2E2E2E;
  border: 1px solid #808080;
  border-radius: 4px;
}
.comment-respond .comment-form {
  margin-top: 10px;
  margin-bottom: 30px;
}
.comment-respond .comment-form label {
  display: inline-block;
  margin-bottom: 10px;
}
.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
  float: left;
  width: 33.33%;
}
.comment-respond .comment-form-author,
.comment-respond .comment-form-email {
  padding-right: 30px;
}
.comment-respond .comment-notes,
.comment-respond .logged-in-as {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 14px;
}
.comment-respond .comments-form-field,
.comment-respond .comments-form-textarea {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
  outline: none;
  transition: border-color 0.2s ease;
}
.comment-respond .comments-form-field:focus,
.comment-respond .comments-form-textarea:focus {
  border-color: #ccc;
}
.comment-respond .comments-form-field {
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
}
.comment-respond .comments-form-textarea {
  max-width: 100%;
  min-width: 100%;
  height: 180px;
  padding: 10px;
}
.comment-respond .comments-form-button {
  display: inline-block;
  padding: 14px 26px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #1E5F28;
  background-color: #1E5F28;
  border-radius: 4px;
}
.comment-respond .logged-in-as a {
  text-decoration: none;
  color: #1E5F28;
}
.comment-respond .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
    float: none;
    width: 100%;
  }
  .comment-respond .comment-form-author,
.comment-respond .comment-form-email {
    padding-right: 0;
  }
}
.posts-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.posts-list .post-blog {
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
}
.posts-list .type-page {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.post-blog {
  margin-bottom: 30px;
}

.post-meta {
  margin-bottom: 8px;
  font-size: 14px;
  text-decoration: none;
  color: rgba(46, 46, 46, 0.5);
}

.post-meta a {
  text-decoration: none;
  color: rgba(46, 46, 46, 0.5);
}

.post-blog-pic {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 15px;
}

.post-thumbnail {
  width: 100%;
  will-change: transform;
  border-radius: 15px;
  transition: all 0.4s ease;
}
.post-thumbnail:hover {
  transform: scale(1.1);
}

.post-title {
  overflow: hidden;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.2;
}
.post-title a {
  text-decoration: none;
  color: #1E5F28;
  transition: color 0.4s ease;
}
.post-title a:hover {
  color: #0F4D2C;
}

.post-content {
  font-size: 16px;
  line-height: 1.35;
  color: #2E2E2E;
}
.post-content p {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .posts-list .post-blog {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .posts-list .post-blog {
    width: 100%;
  }
}
.post-single-title {
  margin-bottom: 5px;
}

.post-single-image {
  margin-top: 30px;
  border-radius: 15px;
}

.post-single-content {
  margin: 30px 0;
}

.post-single-meta {
  text-decoration: none;
  color: rgba(46, 46, 46, 0.5);
}

.post-date {
  margin-right: 15px;
}

.post-categories {
  margin-right: 15px;
}

.post-categories a {
  text-decoration: none;
  color: rgba(46, 46, 46, 0.5);
}

.post-author {
  margin-right: 15px;
}

.post-author-link {
  text-decoration: none;
  color: rgba(46, 46, 46, 0.5);
}

.post-tags {
  display: block;
  margin-top: 30px;
}

.post-tags a {
  display: inline-block;
  padding: 6px 10px;
  margin-left: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 12px !important;
  text-decoration: none;
  color: #2E2E2E;
  border: 1px solid #C9D8C7;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.post-tags a:hover, .post-tags a:focus {
  color: #fff;
  background-color: #1E5F28;
  border-color: #1E5F28;
}

.page-title {
  font-size: 52px;
  font-weight: 900;
  color: #2E2E2E;
}

.page-content {
  line-height: 1.5;
}
.page-content::after {
  content: "";
  display: table;
  clear: both;
}
.page-content > *:first-child {
  margin-top: 0;
}
.page-content > *:last-child {
  margin-bottom: 0;
}
.page-content ul,
.page-content ol {
  padding-left: 20px;
}
.page-content ul.list-default {
  padding: 0;
  list-style: none;
}
.page-content ul.list-default li {
  position: relative;
  padding-left: 20px;
}
.page-content ul.list-default li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  background-color: #1E5F28;
  border-radius: 50%;
}
.page-content ul.list-quad {
  padding: 0;
  list-style: none;
}
.page-content ul.list-quad li {
  position: relative;
  padding-left: 20px;
}
.page-content ul.list-quad li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  display: inline-block;
  width: 0.45em;
  height: 0.45em;
  background-color: #1E5F28;
}
.page-content ul.list-checkmark {
  padding: 0;
  list-style: none;
}
.page-content ul.list-checkmark li {
  position: relative;
  padding-left: 20px;
}
.page-content ul.list-checkmark li::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  background-image: url("data:image/svg+xml,%3Csvg fill='%236200dd' width='800px' height='800px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.998 8.531l-2.134-2.134c-0.394-0.393-1.030-0.393-1.423 0l-12.795 12.795-6.086-6.13c-0.393-0.393-1.029-0.393-1.423 0l-2.134 2.134c-0.393 0.394-0.393 1.030 0 1.423l8.924 8.984c0.393 0.393 1.030 0.393 1.423 0l15.648-15.649c0.393-0.392 0.393-1.030 0-1.423z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 0.75em;
}

@media screen and (max-width: 576px) {
  .page-title {
    font-size: 32px;
  }
}
.searchform {
  position: relative;
  display: flex;
}
.searchform .searchform-field {
  display: inline-block;
  width: 100%;
  height: 45px;
  padding-left: 10px;
  padding-right: 90px;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
  outline: none;
  transition: border-color 0.2s ease;
}
.searchform .searchform-field:focus {
  border-color: #C9D8C7;
}
.searchform .searchform-submit {
  position: absolute;
  top: 2px;
  right: 2px;
  display: inline-block;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  background-color: #1E5F28;
  border: none;
  border-radius: 6px;
}

.wp-block-search .wp-block-search__label {
  display: none;
}
.wp-block-search .wp-block-search__inside-wrapper {
  display: flex;
}
.wp-block-search .wp-block-search__input {
  display: inline-block;
  width: 100%;
  height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  border: 1px solid #808080;
  outline: none;
  transition: border-color 0.2s ease;
}
.wp-block-search .wp-block-search__input:focus {
  border-color: #2E2E2E;
}
.wp-block-search .wp-block-search__button {
  display: inline-block;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0;
  color: #fff;
  border: 1px solid #1E5F28;
  background-color: #1E5F28;
}

.post-password-form input[type=password] {
  display: inline-block;
  width: 100%;
  height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  border: 1px solid #808080;
  outline: none;
  transition: border-color 0.2s ease;
}
.post-password-form input[type=password]:focus {
  border-color: #2E2E2E;
}
.post-password-form input[type=submit] {
  display: inline-block;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0;
  color: #fff;
  border: 1px solid #1E5F28;
  background-color: #1E5F28;
}

.widget-area .widget {
  margin-bottom: 30px;
}
.widget-area .widget::after {
  content: "";
  display: block;
  clear: both;
}
.widget-area h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
}

.wp-block-latest-comments {
  padding: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-author {
  text-decoration: none;
  color: #2E2E2E;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-link {
  text-decoration: none;
  color: #1E5F28;
}

.widget .wp-block-categories,
.widget .wp-block-archives,
.widget_meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget .wp-block-categories li,
.widget .wp-block-archives li,
.widget_meta ul li {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: right;
  border-bottom: 1px solid #808080;
}
.widget .wp-block-categories li::after,
.widget .wp-block-archives li::after,
.widget_meta ul li::after {
  content: "";
  display: block;
  clear: both;
}
.widget .wp-block-categories a,
.widget .wp-block-archives a,
.widget_meta ul a {
  float: left;
  text-decoration: none;
  color: #2E2E2E;
}
.widget .wp-block-categories ul.children,
.widget .wp-block-archives ul.children,
.widget_meta ul ul.children {
  margin: 0;
  margin-top: 10px;
  padding: 0;
  padding-left: 20px;
  padding-top: 10px;
  border-top: 1px solid #808080;
  list-style: none;
}
.widget .wp-block-categories ul.children li:last-child,
.widget .wp-block-archives ul.children li:last-child,
.widget_meta ul ul.children li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.widget.widget_tag_cloud .tag-cloud-link {
  display: inline-block;
  padding: 8px 10px;
  margin-left: 0;
  margin-bottom: 5px;
  font-size: 14px !important;
  text-decoration: none;
  color: #2E2E2E;
  border: 1px solid #808080;
  transition: all 0.2s ease;
}
.widget.widget_tag_cloud .tag-cloud-link:hover, .widget.widget_tag_cloud .tag-cloud-link:focus {
  color: #fff;
  background-color: #2E2E2E;
  border-color: #2E2E2E;
}

.wp-block-latest-posts__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wp-block-latest-posts__list li {
  position: relative;
  margin-bottom: 15px;
}
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image {
  position: absolute;
  top: 0;
  left: 0;
}
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image img {
  max-width: 80px;
}
.wp-block-latest-posts__list .wp-block-latest-posts__post-title {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  text-decoration: none;
  color: #2E2E2E;
}
.wp-block-latest-posts__list .wp-block-latest-posts__post-author,
.wp-block-latest-posts__list .wp-block-latest-posts__post-date {
  margin-bottom: 2px;
  color: #2E2E2E;
}
.wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.35;
}

.wp-block-page-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wp-block-page-list .wp-block-pages-list__item {
  position: relative;
  margin-bottom: 8px;
  padding-left: 14px;
}
.wp-block-page-list .wp-block-pages-list__item::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #1E5F28;
  border-radius: 50%;
}
.wp-block-page-list .wp-block-pages-list__item__link {
  text-decoration: none;
  color: #2E2E2E;
}
.wp-block-page-list .submenu-container {
  margin: 0;
  margin-top: 8px;
  padding: 0;
  padding-left: 10px;
  list-style: none;
}

.wp-block-calendar .wp-calendar-table a {
  font-weight: bold;
  text-decoration: none;
  color: #2E2E2E;
}
.wp-block-calendar .wp-calendar-table caption {
  margin-bottom: 10px;
}
.wp-block-calendar .wp-calendar-nav {
  margin-top: 5px;
}
.wp-block-calendar .wp-calendar-nav a {
  text-decoration: none;
  color: #1E5F28;
}

.custom-breadcrumbs {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.custom-breadcrumbs li {
  display: inline-block;
}

.custom-breadcrumbs a {
  text-decoration: none;
  color: #2E2E2E;
  transition: color 0.4s ease;
}
.custom-breadcrumbs a:hover {
  color: #1E5F28;
}

.custom-breadcrumbs .custom-breadcrumbs-separator {
  margin-left: 5px;
  margin-right: 5px;
}

.custom-breadcrumbs strong {
  font-weight: normal;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  padding: 10px;
  font-family: inherit;
  text-align: center;
  line-height: 1;
  color: #2E2E2E;
  background-color: #f1f1f1;
  cursor: pointer;
}
.btn:link {
  text-decoration: none;
}
.btn:disabled, .btn.disabled {
  color: rgba(51, 51, 51, 0.5);
  background-color: #ccc;
  border: none;
  cursor: default;
}

.btn-medium {
  padding: 1.15em 1.7em;
  font-size: 14px;
}

.btn-icon-right {
  margin-left: 0.5em;
  vertical-align: middle;
}

.btn-primary {
  color: #fff;
  background-color: #1E5F28;
  border: none;
  border-radius: 8px;
  transition: background-color 0.4s ease;
}
.btn-primary:hover {
  background-color: #052813;
}
.btn-orange {
  color: #fff;
  background-color: #EF5026;
  border: none;
  border-radius: 8px;
  transition: background-color 0.4s ease;
}
.btn-orange:hover {
  background-color: #D23810;
}
.btn-outline {
  color: #2E2E2E;
  background-color: transparent;
  border: 1px solid #2E2E2E;
  border-radius: 8px;
  transition: all 0.4s ease;
}
.btn-outline:hover {
  color: #fff;
  background-color: #EF5026;
  border-color: #EF5026;
}
.btn-outline:active {
  color: #fff;
  background-color: #D23810;
  border-color: #D23810;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 300px;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  background-color: #F4F6EF;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  left: -300px;
  visibility: hidden;
  opacity: 0;
}
.mobile-menu.open {
  left: 0;
  visibility: visible;
  opacity: 1;
}

.admin-bar .mobile-menu {
  padding-top: 32px;
}

.mobile-menu__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  border-bottom: 1px solid #dee4ce;
}

.mobile-menu__content {
  padding: 20px;
  border-bottom: 1px solid #dee4ce;
}

.mobile-menu__footer {
  padding: 20px;
}

.mobile-menu__logo {
  width: 48px;
}

.mobile-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu__list li:not(:last-child) {
  margin-bottom: 8px;
}
.mobile-menu__list a {
  text-decoration: none;
  color: #2E2E2E;
  border-bottom: 1px dashed transparent;
}
.mobile-menu__list a:hover, .mobile-menu__list a:focus {
  color: #EF5026;
  border-bottom-color: #EF5026;
}
.mobile-menu__list li.menu-item-has-children {
  position: relative;
}
.mobile-menu__list li.menu-item-has-children > .sub-menu-toggle {
  position: absolute;
  top: 2px;
  right: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' width='64px' height='64px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'/%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='m2.43 4.8-2.43 2.422 12 11.978 12-11.978-2.43-2.422-9.57 9.547z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.mobile-menu__list li.current-menu-item > a {
  color: #EF5026;
  border-bottom-color: #EF5026;
}
.mobile-menu__list .sub-menu {
  display: none;
  margin: 0;
  margin-top: 10px;
  padding: 0;
  padding-left: 10px;
  list-style: none;
}

.mobile-menu__close {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  line-height: 20px;
  background-color: transparent;
  border: 0;
}

.mobile-menu__close-icon {
  width: 20px;
}

.mobile-menu__fade {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  z-index: 90;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 40, 19, 0.95);
  cursor: pointer;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
}
.mobile-menu__fade.show {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 782px) {
  .admin-bar .mobile-menu {
    padding-top: 46px;
  }
}
.hamburger {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  background: transparent;
  border: none;
}

.hamburger .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1E5F28;
}
.hamburger .line:not(:last-child) {
  margin-bottom: 5px;
}

.accordion {
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.accordion:not(:last-child) {
  margin-bottom: 24px;
}

.accordion--solid {
  border-bottom: 1px solid #808080;
  border-radius: 0;
}

.accordion__heading {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 24px;
  padding-right: 64px;
  font-size: 20px;
  font-weight: 600;
  text-align: left !important;
  color: #2E2E2E;
  background: none;
  border: none;
}
.accordion__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  background-color: #EF5026;
  background-image: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M4 12H20M12 4V20' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.accordion__heading.active::after {
  transform: translateY(-50%) rotate(45deg);
}

.accordion__heading--solid {
  padding-left: 0;
}
.accordion__heading--solid::after {
  right: 0;
}

.accordion__tag {
  display: inline-block;
  vertical-align: middle;
  min-width: 80px;
  padding: 4px;
  margin-right: 24px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #1E5F28;
  border-radius: 4px;
}

.accordion__content {
  display: none;
  padding-left: 24px;
  padding-right: 64px;
  color: rgba(0, 0, 0, 0.7);
}
.accordion__content.show {
  display: block;
}

.accordion__content--solid {
  padding-left: 108px;
}

@media screen and (max-width: 992px) {
  .accordion {
    padding-bottom: 18px;
  }
  .accordion:not(:last-child) {
    margin-bottom: 18px;
  }
  .accordion__heading {
    font-size: 18px;
  }
  .accordion__heading::after {
    width: 34px;
    height: 34px;
    background-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .accordion {
    padding-bottom: 10px;
    border-radius: 12px;
  }
  .accordion:not(:last-child) {
    margin-bottom: 12px;
  }
  .accordion--solid {
    border-radius: 0;
  }
  .accordion__heading {
    padding-left: 14px;
    padding-right: 52px;
    font-size: 16px;
  }
  .accordion__heading::after {
    width: 32px;
    height: 32px;
    background-size: 18px;
  }
  .accordion__heading--solid {
    padding-left: 0;
  }
  .accordion__tag {
    margin-right: 12px;
  }
  .accordion__content {
    padding-left: 14px;
    padding-right: 52px;
  }
  .accordion__content--solid {
    padding-left: 0;
  }
}
.hero {
  padding-bottom: 150px;
}

.hero__item {
  position: relative;
  min-height: 720px;
  padding-bottom: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
}

.hero__content {
  position: relative;
  padding-top: 25px;
  padding-right: 15px;
  padding-bottom: 50px;
  max-width: 520px;
  background-color: #F4F6EF;
  border-bottom-right-radius: 16px;
}
.hero__content::before {
  content: "";
  position: absolute;
  top: 0;
  right: -32px;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../images/icons/corner-top-left.svg") center center no-repeat;
  background-size: contain;
}
.hero__content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -32px;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../images/icons/corner-top-left.svg") center center no-repeat;
  background-size: contain;
}

.hero__box {
  position: relative;
}

.hero__heading {
  margin: 0;
  font-size: 56px;
  font-weight: 900;
  line-height: 0.9;
}
.hero__heading .u-font-decor {
  position: relative;
  z-index: 1;
  display: block;
  font-weight: normal;
  line-height: 0.5;
}

.hero__caption {
  margin: 0;
  margin-top: 15px;
}

.hero__search {
  margin-top: 320px;
  padding-left: 32px;
  padding-right: 32px;
}

.hero-search__box {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  background-color: #F4F6EF;
  border-radius: 16px;
}

.hero-search__column {
  width: 30%;
  flex: 1 1 auto;
  padding-right: 30px;
}
.hero-search__column:not(:first-child) {
  padding-left: 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.hero-search__submitbox {
  flex: 0 0 auto;
}

.hero-search__select {
  display: inline-block;
  width: 100%;
  height: 52px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  background-color: #F4F6EF;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23343330' width='64px' height='64px' viewBox='-8.5 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Ctitle%3Eangle-down%3C/title%3E%3Cpath d='M7.28 20.040c-0.24 0-0.44-0.080-0.6-0.24l-6.44-6.44c-0.32-0.32-0.32-0.84 0-1.2 0.32-0.32 0.84-0.32 1.2 0l5.84 5.84 5.84-5.84c0.32-0.32 0.84-0.32 1.2 0 0.32 0.32 0.32 0.84 0 1.2l-6.44 6.44c-0.16 0.16-0.4 0.24-0.6 0.24z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 30px;
  border: none;
  appearance: none;
  cursor: pointer;
}

.hero-search__submit {
  width: 100%;
  width: 135px;
  height: 52px;
  padding: 0;
  font-size: 14px;
  line-height: 52px;
}

@media screen and (max-width: 1230px) {
  .hero__content {
    max-width: 450px;
    padding-bottom: 30px;
  }
  .hero__heading {
    font-size: 48px;
  }
}
@media screen and (max-width: 992px) {
  .hero {
    padding-bottom: 100px;
  }
  .hero__item {
    min-height: 580px;
  }
  .hero__search {
    margin-top: 180px;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    padding-bottom: 50px;
  }
  .hero__item {
    min-height: 0;
    padding: 20px;
  }
  .hero__content {
    width: 100%;
    max-width: none;
    padding: 30px;
    text-align: center;
    background-color: rgba(244, 246, 239, 0.9);
    border-radius: 0;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .hero__content::before, .hero__content::after {
    display: none;
  }
  .hero__search {
    padding: 0;
    margin-top: 0;
  }
  .hero-search__box {
    display: block;
    padding: 16px;
    background-color: rgba(244, 246, 239, 0.9);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .hero-search__column {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .hero-search__column:not(:first-child) {
    padding-left: 0;
    border-left: none;
  }
  .hero-search__select {
    padding: 0 20px;
    background-color: #fff;
    border-radius: 6px;
  }
  .hero-search__submit {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .hero__item {
    padding: 15px;
  }
  .hero__content {
    padding: 20px;
  }
  .hero__heading {
    font-size: 36px;
  }
  .hero-search__box {
    padding: 20px;
  }
  .hero__caption {
    font-size: 14px;
  }
}
@media screen and (max-width: 420px) {
  .hero__heading {
    font-size: 28px;
  }
}
.tours-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.tour {
  width: 33.33%;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 40px;
}

.tours-list-4 .tour {
  width: 25%;
}

.tour__pic {
  position: relative;
  display: block;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 8px;
}

.tour__image {
  width: 100%;
  will-change: transform;
  border-radius: 8px;
  transition: all 1s ease;
}

.tour__pic:hover .tour__image {
  transform: scale(1.1);
}

.tour__splashesh {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 6px 8px;
}

.tour__splash {
  display: inline-block;
  padding: 2px 12px;
  margin: 2px 0;
  font-size: 14px;
  color: #fff;
  background-color: #1E5F28;
  border-radius: 24px;
}

.tour__tags {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 6px 8px;
}

.tour__tag {
  display: inline-block;
  padding: 2px 8px;
  margin: 2px 0;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  transition: all 0.4s ease;
}
.tour__tag:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.tour__title {
  height: 36px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
}

.tour__excerpt {
  height: 38px;
  margin-bottom: 12px;
  overflow: hidden;
  font-size: 14px;
  color: #525252;
}
.tour__excerpt p {
  margin: 0;
}

.tour__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  margin-bottom: 4px;
  font-size: 14px;
}

.tour__price {
  font-size: 16px;
  font-weight: 600;
}

.tour__moredates {
  position: relative;
}

.tour-open-more-dates {
  display: inline-block;
  padding-right: 16px;
  font-size: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4.5C12 4.63261 11.9473 4.75979 11.8536 4.85355C11.7598 4.94732 11.6326 5 11.5 5C11.3674 5 11.2402 4.94732 11.1464 4.85355C11.0527 4.75979 11 4.63261 11 4.5V1.7075L6.85437 5.85375C6.76055 5.94757 6.63331 6.00028 6.50062 6.00028C6.36794 6.00028 6.2407 5.94757 6.14688 5.85375C6.05306 5.75993 6.00035 5.63268 6.00035 5.5C6.00035 5.36732 6.05306 5.24007 6.14688 5.14625L10.2925 1H7.5C7.36739 1 7.24021 0.947321 7.14645 0.853553C7.05268 0.759785 7 0.632608 7 0.5C7 0.367392 7.05268 0.240215 7.14645 0.146447C7.24021 0.0526785 7.36739 0 7.5 0H11.5C11.6326 0 11.7598 0.0526785 11.8536 0.146447C11.9473 0.240215 12 0.367392 12 0.5V4.5ZM9.5 6C9.36739 6 9.24021 6.05268 9.14645 6.14645C9.05268 6.24021 9 6.36739 9 6.5V11H1V3H5.5C5.63261 3 5.75979 2.94732 5.85355 2.85355C5.94732 2.75979 6 2.63261 6 2.5C6 2.36739 5.94732 2.24021 5.85355 2.14645C5.75979 2.05268 5.63261 2 5.5 2H1C0.734784 2 0.48043 2.10536 0.292893 2.29289C0.105357 2.48043 0 2.73478 0 3V11C0 11.2652 0.105357 11.5196 0.292893 11.7071C0.48043 11.8946 0.734784 12 1 12H9C9.26522 12 9.51957 11.8946 9.70711 11.7071C9.89464 11.5196 10 11.2652 10 11V6.5C10 6.36739 9.94732 6.24021 9.85355 6.14645C9.75979 6.05268 9.63261 6 9.5 6Z' fill='%231D39EA'/%3E%3C/svg%3E%0A");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 12px;
}

.tour__moredates a {
  text-decoration: none;
  color: #1D39EA;
}

.tour__datelist {
  position: absolute;
  right: -12px;
  bottom: 100%;
  z-index: 5;
  width: 210px;
  padding: 12px;
  padding-bottom: 24px;
  margin-bottom: 10px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #C9D8C7;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
}
.tour__datelist::before {
  content: "";
  position: absolute;
  right: 15px;
  bottom: -10px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}

.tour__moredates.active .tour__datelist {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.tour__datelist-title {
  margin: 0;
  margin-bottom: 12px;
  font-weight: bold;
}

.tour__datelist-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M20.7457 3.32851C20.3552 2.93798 19.722 2.93798 19.3315 3.32851L12.0371 10.6229L4.74275 3.32851C4.35223 2.93798 3.71906 2.93798 3.32854 3.32851C2.93801 3.71903 2.93801 4.3522 3.32854 4.74272L10.6229 12.0371L3.32856 19.3314C2.93803 19.722 2.93803 20.3551 3.32856 20.7457C3.71908 21.1362 4.35225 21.1362 4.74277 20.7457L12.0371 13.4513L19.3315 20.7457C19.722 21.1362 20.3552 21.1362 20.7457 20.7457C21.1362 20.3551 21.1362 19.722 20.7457 19.3315L13.4513 12.0371L20.7457 4.74272C21.1362 4.3522 21.1362 3.71903 20.7457 3.32851Z' fill='%232E2E2E'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px;
  border: none;
}

.tour__date {
  display: block;
}
.tour__date:not(:last-child) {
  margin-bottom: 4px;
}

.tour__date a {
  text-decoration: none;
  color: #EF5026;
}
.tour__date a:hover {
  text-decoration: underline;
}

.tour__readmore {
  width: 100%;
  margin-top: 16px;
  font-size: 12px;
}
.tour__readmore .btn-icon {
  position: relative;
  top: -1px;
}
.tour__readmore .btn-icon path {
  transition: all 0.4s ease;
}
.tour__readmore:hover .btn-icon path {
  stroke: #fff !important;
}

@media screen and (max-width: 992px) {
  .tour__price {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .tour {
    width: 50%;
  }
  .tours-list-4 .tour {
    width: 50%;
  }
}
@media screen and (max-width: 420px) {
  .tour {
    width: 100%;
  }
  .tours-list-4 .tour {
    width: 100%;
  }
  .tour__excerpt {
    height: auto;
    overflow: hidden;
  }
  .tour__title {
    height: auto;
  }
}
.tour-filter {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E2E2E2;
}

.tour-filter__heading {
  position: relative;
  padding-right: 30px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.tour-filter__heading::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M6 12L18 12' stroke='%23343330' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.tour-filter__heading.hidden::before {
  background-image: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M4 12H20M12 4V20' stroke='%23343330' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.tour-filter__content {
  margin-top: 16px;
}
.tour-filter__content.hidden {
  display: none;
}

.tour-filter__datebox {
  display: flex;
}

.tour-filter__date {
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 0 12px;
  padding-right: 38px;
  font-size: 14px;
  color: #000;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 2H11.5V1.5C11.5 1.36739 11.4473 1.24021 11.3536 1.14645C11.2598 1.05268 11.1326 1 11 1C10.8674 1 10.7402 1.05268 10.6464 1.14645C10.5527 1.24021 10.5 1.36739 10.5 1.5V2H5.5V1.5C5.5 1.36739 5.44732 1.24021 5.35355 1.14645C5.25979 1.05268 5.13261 1 5 1C4.86739 1 4.74021 1.05268 4.64645 1.14645C4.55268 1.24021 4.5 1.36739 4.5 1.5V2H3C2.73478 2 2.48043 2.10536 2.29289 2.29289C2.10536 2.48043 2 2.73478 2 3V13C2 13.2652 2.10536 13.5196 2.29289 13.7071C2.48043 13.8946 2.73478 14 3 14H13C13.2652 14 13.5196 13.8946 13.7071 13.7071C13.8946 13.5196 14 13.2652 14 13V3C14 2.73478 13.8946 2.48043 13.7071 2.29289C13.5196 2.10536 13.2652 2 13 2ZM4.5 3V3.5C4.5 3.63261 4.55268 3.75979 4.64645 3.85355C4.74021 3.94732 4.86739 4 5 4C5.13261 4 5.25979 3.94732 5.35355 3.85355C5.44732 3.75979 5.5 3.63261 5.5 3.5V3H10.5V3.5C10.5 3.63261 10.5527 3.75979 10.6464 3.85355C10.7402 3.94732 10.8674 4 11 4C11.1326 4 11.2598 3.94732 11.3536 3.85355C11.4473 3.75979 11.5 3.63261 11.5 3.5V3H13V5H3V3H4.5ZM13 13H3V6H13V13ZM10.6038 7.64625C10.6502 7.69269 10.6871 7.74783 10.7123 7.80853C10.7374 7.86923 10.7504 7.93429 10.7504 8C10.7504 8.06571 10.7374 8.13077 10.7123 8.19147C10.6871 8.25217 10.6502 8.30731 10.6038 8.35375L7.60375 11.3538C7.55731 11.4002 7.50217 11.4371 7.44147 11.4623C7.38077 11.4874 7.31571 11.5004 7.25 11.5004C7.18429 11.5004 7.11923 11.4874 7.05853 11.4623C6.99783 11.4371 6.94269 11.4002 6.89625 11.3538L5.39625 9.85375C5.30243 9.75993 5.24972 9.63268 5.24972 9.5C5.24972 9.36732 5.30243 9.24007 5.39625 9.14625C5.49007 9.05243 5.61732 8.99972 5.75 8.99972C5.88268 8.99972 6.00993 9.05243 6.10375 9.14625L7.25 10.2931L9.89625 7.64625C9.94269 7.59976 9.99783 7.56288 10.0585 7.53772C10.1192 7.51256 10.1843 7.49961 10.25 7.49961C10.3157 7.49961 10.3808 7.51256 10.4415 7.53772C10.5022 7.56288 10.5573 7.59976 10.6038 7.64625Z' fill='%23343330'/%3E%3C/svg%3E%0A");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 18px;
  border: 1px solid #C9D8C7;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.4s ease;
}
.tour-filter__date:focus {
  border-color: #9fb39c;
}
.tour-filter__date::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.tour-filter__date-permissible {
  display: inline-block;
  display: none;
  width: 40%;
  height: 50px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  color: #000;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23343330' width='64px' height='64px' viewBox='-8.5 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Ctitle%3Eangle-down%3C/title%3E%3Cpath d='M7.28 20.040c-0.24 0-0.44-0.080-0.6-0.24l-6.44-6.44c-0.32-0.32-0.32-0.84 0-1.2 0.32-0.32 0.84-0.32 1.2 0l5.84 5.84 5.84-5.84c0.32-0.32 0.84-0.32 1.2 0 0.32 0.32 0.32 0.84 0 1.2l-6.44 6.44c-0.16 0.16-0.4 0.24-0.6 0.24z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-size: 20px;
  appearance: none;
  border: 1px solid #C9D8C7;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.4s ease;
}
.tour-filter__date-permissible:focus {
  border-color: #9fb39c;
}
.tour-filter__date-permissible::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.air-datepicker-body--day-name {
  font-weight: 600;
  color: #EF5026;
}

.tour-filter__checkbox:not(:last-child) {
  margin-bottom: 4px;
}

.tour-filter__checkbox-link {
  position: relative;
  display: block;
  padding: 3px 0;
  padding-left: 32px;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  transition: color 0.4s ease;
}
.tour-filter__checkbox-link:hover {
  color: #EF5026;
}

.tour-filter__checkbox-item {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #C9D4C7;
  border-radius: 4px;
  transition: all 0.4s ease;
}

.tour-filter__checkbox-link:hover .tour-filter__checkbox-item {
  border-color: #9fb39c;
}

.tour-filter__checkbox-link.active .tour-filter__checkbox-item {
  background-color: #EF5026;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' width='64px' height='64px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Ctitle%3Echeckmark2%3C/title%3E%3Cpath d='M28.998 8.531l-2.134-2.134c-0.394-0.393-1.030-0.393-1.423 0l-12.795 12.795-6.086-6.13c-0.393-0.393-1.029-0.393-1.423 0l-2.134 2.134c-0.393 0.394-0.393 1.030 0 1.423l8.924 8.984c0.393 0.393 1.030 0.393 1.423 0l15.648-15.649c0.393-0.392 0.393-1.030 0-1.423z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px;
  border-color: #EF5026;
}

.tour-filter__fields {
  display: flex;
}

.tour-filter__field {
  display: inline-block;
  width: 50%;
  height: 50px;
  padding: 0 12px;
  font-size: 14px;
  color: #000;
  border: 1px solid #C9D8C7;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.4s ease;
}
.tour-filter__field:focus {
  border-color: #9fb39c;
}
.tour-filter__field::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.tour-filter__range.noUi-horizontal {
  height: 5px;
}
.tour-filter__range .noUi-connect {
  background-color: #C9D8C7;
}
.tour-filter__range.noUi-target {
  margin-top: 16px;
  margin-bottom: 12px;
  border: 1px solid #C9D8C7;
}
.tour-filter__range .noUi-handle {
  top: -8px;
  right: -10px;
  width: 18px;
  height: 18px;
  background-color: #EF5026;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 5px rgba(46, 46, 46, 0.2);
}
.tour-filter__range .noUi-handle::before, .tour-filter__range .noUi-handle::after {
  display: none !important;
}

.tour-filter__fieldbox:not(:last-child) {
  margin-bottom: 4px;
}

.tour-filter__form-checkbox {
  position: absolute;
  left: -9999px;
  overflow: hidden;
  opacity: 0;
  appearance: none;
}

.tour-filter__form-checkbox-label {
  position: relative;
  display: block;
  padding: 3px 0;
  padding-left: 32px;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  cursor: pointer;
  transition: color 0.4s ease;
}
.tour-filter__form-checkbox-label:hover {
  color: #EF5026;
}
.tour-filter__form-checkbox-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #C9D4C7;
  border-radius: 4px;
}
.tour-filter__form-checkbox-label:hover::before {
  border-color: #9fb39c;
}

.tour-filter__form-checkbox:checked + .tour-filter__form-checkbox-label::before {
  background-color: #EF5026;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' width='64px' height='64px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Ctitle%3Echeckmark2%3C/title%3E%3Cpath d='M28.998 8.531l-2.134-2.134c-0.394-0.393-1.030-0.393-1.423 0l-12.795 12.795-6.086-6.13c-0.393-0.393-1.029-0.393-1.423 0l-2.134 2.134c-0.393 0.394-0.393 1.030 0 1.423l8.924 8.984c0.393 0.393 1.030 0.393 1.423 0l15.648-15.649c0.393-0.392 0.393-1.030 0-1.423z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px;
  border-color: #EF5026;
}

.hotel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 32px;
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: 1px solid rgba(46, 46, 46, 0.3);
}
.hotel:not(:last-child) {
  margin-bottom: 32px;
}

.hotel__content {
  width: 510px;
  padding-left: 15px;
  padding-right: 15px;
}

.hotel__pics {
  width: 510px;
  padding-left: 15px;
  padding-right: 15px;
}

.hotel__title {
  margin-bottom: 8px;
  font-size: 20px;
  color: #2E2E2E;
}

.hotel__caption {
  position: relative;
  margin: 0;
  padding-left: 20px;
  color: #333333;
}
.hotel__caption::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #1E5F28;
  border-radius: 50%;
}

.hotel__excerpt {
  margin-top: 24px;
  color: #333333;
}
.hotel__excerpt p {
  margin: 0;
}

.hotel--reverse .hotel__pics {
  order: -2;
}

.hotel-slider__image {
  border-radius: 8px;
}

.hotel-slider .swiper-pagination {
  bottom: 24px;
}
.hotel-slider .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #fff;
  border-radius: 8px;
  opacity: 1;
}
.hotel-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #EF5026;
}

@media screen and (max-width: 1230px) {
  .hotel__content {
    width: 480px;
  }
  .hotel__pics {
    width: 480px;
  }
}
@media screen and (max-width: 992px) {
  .hotel__content {
    width: 50%;
  }
  .hotel__pics {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .hotel__content {
    width: 100%;
  }
  .hotel__pics {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    order: -1 !important;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .hotel-slider .swiper-pagination {
    bottom: 16px;
  }
  .hotel-slider .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
  }
}
.testimonial {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
}

.testimonials-list .swiper-wrapper {
  display: flex !important;
}
.testimonials-list .swiper-slide {
  height: auto !important;
}

.testimonial__header {
  display: flex;
  align-items: center;
}

.testimonial__avatar {
  margin-right: 24px;
  border-radius: 50%;
}

.testimonial__title {
  padding: 8px 0;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #1E5F28;
}

.testimonial__content {
  margin-top: 24px;
  color: #333333;
}
.testimonial__content p {
  margin: 0;
}

.testimonial__pics {
  display: block;
  margin-top: auto;
  padding-top: 44px;
}

.testimonial__image {
  width: 100%;
  border-radius: 16px;
}

.testimonials-list-nav {
  display: flex;
  align-items: center;
  padding-top: 24px;
}
.testimonials-list-nav.testimonials-list-nav-hide {
  display: none;
}
.testimonials-list-nav .swiper-scrollbar {
  position: static;
  width: auto;
  flex: 1 1 auto;
  margin-right: 40px;
}
.testimonials-list-nav .swiper-scrollbar-drag {
  background-color: #EF5026;
}

.testimonials-list-nav .swiper-button-prev,
.testimonials-list-nav .swiper-button-next {
  position: static;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0;
  flex: 0 0 auto;
  background-color: transparent;
  border: 1px solid #1E5F28;
  border-radius: 50%;
  transition: background-color 0.4s ease;
}
.testimonials-list-nav .swiper-button-prev::after,
.testimonials-list-nav .swiper-button-next::after {
  display: none !important;
}
.testimonials-list-nav .swiper-button-prev.swiper-button-disabled,
.testimonials-list-nav .swiper-button-next.swiper-button-disabled {
  opacity: 0.8;
}

.testimonials-list-nav .swiper-button-prev {
  margin-right: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.1917 0.93283C7.24981 0.990876 7.29591 1.05981 7.32737 1.13568C7.35882 1.21156 7.37501 1.29288 7.37501 1.37502C7.37501 1.45715 7.35882 1.53848 7.32737 1.61436C7.29591 1.69023 7.24981 1.75916 7.1917 1.81721L2.63311 6.37502L14.8745 6.37502C15.0403 6.37502 15.1992 6.44087 15.3165 6.55808C15.4337 6.67529 15.4995 6.83426 15.4995 7.00002C15.4995 7.16578 15.4337 7.32475 15.3165 7.44196C15.1992 7.55917 15.0403 7.62502 14.8745 7.62502L2.63311 7.62502L7.1917 12.1828C7.30898 12.3001 7.37486 12.4592 7.37486 12.625C7.37486 12.7909 7.30898 12.9499 7.1917 13.0672C7.07443 13.1845 6.91537 13.2504 6.74952 13.2504C6.58366 13.2504 6.4246 13.1845 6.30733 13.0672L0.682327 7.44221C0.624217 7.38416 0.578118 7.31523 0.546665 7.23936C0.515212 7.16348 0.499023 7.08215 0.499023 7.00002C0.499023 6.91788 0.515212 6.83655 0.546665 6.76068C0.578118 6.68481 0.624217 6.61588 0.682327 6.55783L6.30733 0.93283C6.36537 0.87472 6.4343 0.82862 6.51018 0.797168C6.58605 0.765715 6.66738 0.749527 6.74952 0.749527C6.83165 0.749527 6.91298 0.765715 6.98885 0.797167C7.06473 0.82862 7.13366 0.87472 7.1917 0.93283Z' fill='%231E5F28'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
}

.testimonials-list-nav .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.80829 0.932831C8.75018 0.990877 8.70409 1.05981 8.67263 1.13568C8.64118 1.21156 8.62499 1.29288 8.62499 1.37502C8.62499 1.45715 8.64118 1.53848 8.67263 1.61436C8.70409 1.69023 8.75018 1.75916 8.8083 1.81721L13.3669 6.37502L1.12548 6.37502C0.959723 6.37502 0.800751 6.44087 0.683541 6.55808C0.566331 6.67529 0.500483 6.83426 0.500483 7.00002C0.500483 7.16578 0.566331 7.32475 0.683541 7.44196C0.800751 7.55917 0.959723 7.62502 1.12548 7.62502L13.3669 7.62502L8.8083 12.1828C8.69102 12.3001 8.62514 12.4592 8.62514 12.625C8.62514 12.7909 8.69102 12.9499 8.8083 13.0672C8.92557 13.1845 9.08463 13.2504 9.25048 13.2504C9.41634 13.2504 9.5754 13.1845 9.69267 13.0672L15.3177 7.44221C15.3758 7.38416 15.4219 7.31523 15.4533 7.23936C15.4848 7.16348 15.501 7.08215 15.501 7.00002C15.501 6.91788 15.4848 6.83655 15.4533 6.76068C15.4219 6.68481 15.3758 6.61588 15.3177 6.55783L9.69267 0.932831C9.63462 0.874721 9.56569 0.828621 9.48982 0.797168C9.41395 0.765716 9.33262 0.749528 9.25048 0.749528C9.16835 0.749528 9.08702 0.765716 9.01115 0.797169C8.93527 0.828621 8.86634 0.874721 8.80829 0.932831Z' fill='%231E5F28'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .testimonials-list-nav {
    padding-top: 18px;
  }
}
@media screen and (max-width: 576px) {
  .testimonial__pics {
    padding-top: 44px;
  }
  .testimonials-list-nav.testimonials-list-nav-hide {
    display: flex;
  }
}
@media screen and (max-width: 420px) {
  .testimonials-list-nav {
    display: block;
    text-align: center;
  }
  .testimonials-list-nav.testimonials-list-nav-hide {
    display: block;
  }
  .testimonials-list-nav .swiper-scrollbar {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .testimonials-list-nav .swiper-button-prev,
.testimonials-list-nav .swiper-button-next {
    margin-left: 4px;
    margin-right: 4px;
  }
}
.modal {
  position: fixed;
  top: 40%;
  left: 50%;
  z-index: 130;
  width: 100%;
  max-width: 420px;
  max-width: 450px;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  padding: 45px 60px;
  margin-left: auto;
  margin-right: auto;
  transform: translate(-50%, -50%);
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.modal.show {
  top: 50%;
  visibility: visible;
  opacity: 1;
}

.disable-scroll {
  overflow: hidden !important;
}

.modal__heading {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.modal__heading .u-font-decor {
  font-size: 1.25em;
}

.modal__form {
  margin-top: 25px;
}

.modal__fieldbox {
  margin-bottom: 10px;
}

.modal__field,
.modal__textarea {
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 0 12px;
  font-size: 14px;
  color: #000;
  border: 1px solid #C9D8C7;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.4s ease;
}
.modal__field:focus,
.modal__textarea:focus {
  border-color: #9fb39c;
}
.modal__field::placeholder,
.modal__textarea::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.modal__textarea {
  padding: 12px;
  min-width: 100%;
  max-width: 100%;
  min-height: 120px;
}

.modal__select {
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 0 12px;
  font-size: 14px;
  color: #000;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23808080' width='64px' height='64px' viewBox='-8.5 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Ctitle%3Eangle-down%3C/title%3E%3Cpath d='M7.28 20.040c-0.24 0-0.44-0.080-0.6-0.24l-6.44-6.44c-0.32-0.32-0.32-0.84 0-1.2 0.32-0.32 0.84-0.32 1.2 0l5.84 5.84 5.84-5.84c0.32-0.32 0.84-0.32 1.2 0 0.32 0.32 0.32 0.84 0 1.2l-6.44 6.44c-0.16 0.16-0.4 0.24-0.6 0.24z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 1px solid #C9D8C7;
  border-radius: 4px;
  appearance: none;
  outline: none;
  transition: border-color 0.4s ease;
}
.modal__select:focus {
  border-color: #9fb39c;
}
.modal__select::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.modal__submitbox {
  position: relative;
}

.modal__submit {
  width: 100%;
  height: 50px;
}

.modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  background-color: transparent;
  border: none;
}

.modal__close-icon {
  width: 20px;
}

.modal__fade {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 120;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 40, 19, 0.95);
  cursor: pointer;
  left: -100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.modal__fade.show {
  left: 0;
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 576px) {
  .modal {
    padding: 40px;
    max-width: 380px;
  }
}
.modal-booking {
  max-width: 600px;
  padding: 40px 30px;
}

.modal-booking__heading {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #F4F6EF;
}

.modal-booking__title {
  margin-bottom: 8px;
  font-size: 24px;
  text-transform: uppercase;
  color: #2E2E2E;
}

.modal-booking__caption {
  margin: 0;
  font-size: 14px;
  color: rgba(46, 46, 46, 0.7);
}
.modal-booking__caption span {
  display: inline-block;
}
.modal-booking__caption span:not(:last-child)::after {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 10px;
  background-color: rgba(46, 46, 46, 0.7);
  border-radius: 50%;
}

.modal-booking__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}

.modal-booking__column {
  width: 100%;
  padding-left: 4px;
  padding-right: 4px;
}

.modal-booking__column-half {
  width: 50%;
}

.modal-booking__fieldbox {
  margin-bottom: 8px;
}

.modal-booking__price {
  margin-top: 8px;
  margin-bottom: 16px;
  padding: 8px;
  font-weight: 600;
  text-align: center;
  color: #2E2E2E;
  background-color: #f1f1f1;
}

.modal-booking__submitbox {
  position: relative;
}

.modal-booking__submit {
  width: 100%;
}

.modal-booking__privacy {
  margin-top: 8px;
  font-size: 14px;
  color: rgba(46, 46, 46, 0.7);
}

.modal-booking__privacy a {
  text-decoration: underline;
  color: rgba(46, 46, 46, 0.7);
}

.custom-contacts-form p {
  margin: 0;
}
.custom-contacts-form .wpcf7-not-valid-tip {
  display: inline-block;
  margin-top: 5px;
  font-size: 14px;
}
.custom-contacts-form .wpcf7-spinner {
  position: absolute;
  top: 12px;
  right: 10px;
  margin: 0;
}
.custom-contacts-form .wpcf7 form .wpcf7-response-output {
  margin: 0;
  margin-top: 10px;
  padding: 10px 15px;
  font-size: 12px;
  background-color: #E2E2E2;
  border: none;
}

.to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #EF5026;
  background-image: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23000000'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10 18V2m0 0l7 7m-7-7L3 9'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 50%;
  border: none;
  transition: all 0.4s ease;
}
.to-top:hover {
  background-color: #D23810;
}

@media screen and (max-width: 768px) {
  .to-top {
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    background-size: 20px;
  }
}
.float-socials {
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 90;
}

.float-socials__content {
  position: absolute;
  right: 0;
  bottom: 130%;
  display: none;
  width: 90px;
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 8px rgba(46, 46, 46, 0.15);
}
.float-socials__content::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 15px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
.float-socials__content.active {
  display: block;
}

.float-socials__item {
  text-align: center;
}

.float-socials__item--whatsapp {
  margin-top: 10px;
}

.float-socials__item--whatsapp svg {
  width: 50px;
}

.float-socials__button {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #2a8638;
  background-image: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M7 8.5H12M7 12H15M7 18V20.3355C7 20.8684 7 21.1348 7.10923 21.2716C7.20422 21.3906 7.34827 21.4599 7.50054 21.4597C7.67563 21.4595 7.88367 21.2931 8.29976 20.9602L10.6852 19.0518C11.1725 18.662 11.4162 18.4671 11.6875 18.3285C11.9282 18.2055 12.1844 18.1156 12.4492 18.0613C12.7477 18 13.0597 18 13.6837 18H16.2C17.8802 18 18.7202 18 19.362 17.673C19.9265 17.3854 20.3854 16.9265 20.673 16.362C21 15.7202 21 14.8802 21 13.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V14C3 14.93 3 15.395 3.10222 15.7765C3.37962 16.8117 4.18827 17.6204 5.22354 17.8978C5.60504 18 6.07003 18 7 18Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px;
  border: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.float-socials__button:hover {
  background-color: #0F4D2C;
}
.float-socials__button.active {
  background-image: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.207 6.207a1 1 0 0 0-1.414-1.414L12 10.586 6.207 4.793a1 1 0 0 0-1.414 1.414L10.586 12l-5.793 5.793a1 1 0 1 0 1.414 1.414L12 13.414l5.793 5.793a1 1 0 0 0 1.414-1.414L13.414 12l5.793-5.793z' fill='%23ffffff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

@media screen and (max-width: 768px) {
  .float-socials {
    right: 15px;
    bottom: 65px;
  }
  .float-socials__content {
    width: 60px;
    padding: 10px;
  }
  .float-socials__content::before {
    right: 10px;
  }
  .float-socials__item--whatsapp svg {
    width: 45px;
  }
  .float-socials__button {
    width: 40px;
    height: 40px;
    background-size: 20px;
  }
}
.container {
  width: 100%;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.container-fluid {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.container-small {
  width: 100%;
  max-width: 960px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.header {
  padding: 15px 0;
  background-color: #F4F6EF;
}
.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
}

.header-sticky-wrap {
  display: none;
  height: 104px;
}
.header-sticky-wrap.active {
  display: block;
}

.header__row {
  display: flex;
  align-items: center;
}

.header__logobox {
  margin-right: 30px;
}

.header__nav {
  margin-right: 30px;
}

.header__address {
  margin-left: auto;
  padding-right: 30px;
  font-size: 14px;
}

.header__phone {
  margin: 0;
}

.header__phone a {
  display: inline-block;
  padding: 10px 32px;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  color: #000;
  border: 1px solid #808080;
  border-radius: 8px;
  transition: all 0.4s ease;
}
.header__phone a:hover {
  color: #fff;
  background-color: #EF5026;
  border-color: #EF5026;
}
.header__phone a:active {
  background-color: #D23810;
  border-color: #D23810;
}

.header__toggle {
  display: none;
}

@media screen and (max-width: 992px) {
  .header__nav {
    display: none;
  }
  .header__toggle {
    display: block;
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .header-sticky-wrap {
    height: 87px;
  }
  .header__logo {
    max-width: 65px;
  }
}
@media screen and (max-width: 576px) {
  .header__address {
    display: none;
  }
  .header__info {
    margin-left: auto;
  }
}
@media screen and (max-width: 420px) {
  .header__info {
    display: none;
  }
  .header__toggle {
    margin-left: auto;
  }
}
.footer {
  padding: 40px 0;
  color: #fff;
  background-color: #052813;
}

.footer__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.footer__logobox {
  width: 15%;
  padding-left: 15px;
  padding-right: 15px;
}

.footer__nav {
  width: 30%;
  padding-left: 15px;
  padding-right: 15px;
}

.footer__info {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.footer__heading {
  margin: 0;
  margin-bottom: 5px;
  font-size: 14px;
}

.footer__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__menu li {
  margin-bottom: 4px;
}

.footer__menu a {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid transparent;
  transition: border-color 0.4s ease;
}
.footer__menu a:hover {
  border-bottom-color: #fff;
}

.footer__socials {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__socials li {
  margin-bottom: 4px;
}

.footer__socials a {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid transparent;
  transition: border-color 0.4s ease;
}
.footer__socials a:hover {
  border-bottom-color: #fff;
}

.footer__privacy {
  margin: 0;
  margin-top: 15px;
  text-align: center;
}

.footer__privacy a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.4s ease;
}
.footer__privacy a:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.footer__about-wrap {
  text-align: center;
}

.footer__about {
  display: inline-flex;
  align-items: center;
  margin: 0;
  margin-top: 35px;
  font-size: 14px;
}

.footer__about-image {
  width: 40px;
  flex: 0 0 auto;
  margin-right: 10px;
}

.footer__about-caption {
  margin: 0;
}

.footer__about-text {
  margin: 0;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .footer__row {
    display: block;
  }
  .footer__logobox {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .footer__nav {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .footer__info {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 420px) {
  .footer__about {
    display: block;
  }
  .footer__about-image {
    width: 60px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.main-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav li {
  display: inline-block;
  padding-right: 28px;
}

.main-nav li.menu-item-has-children {
  position: relative;
}

.main-nav > li {
  position: relative;
}
.main-nav > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background-color: #000;
  border-radius: 50%;
}

.main-nav a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
  color: #000;
  transition: all 0.4s ease;
}
.main-nav a:hover, .main-nav a:focus {
  color: #EF5026;
}

.main-nav li.current-menu-item > a {
  color: #EF5026;
}

.main-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  width: 210px;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #EF5026;
  border-radius: 6px;
  transition: all 0.4s ease;
  top: 70%;
  visibility: hidden;
  opacity: 0;
}

.main-nav .sub-menu .sub-menu {
  top: 0 !important;
  left: 100%;
}

.main-nav li.menu-item-has-children:hover > .sub-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.main-nav .sub-menu li {
  display: block;
  margin-right: 0;
  padding-right: 0;
}

.main-nav .sub-menu a {
  padding: 8px 12px;
  color: #fff;
  border-radius: 6px;
  transition: all 0.4s ease;
}
.main-nav .sub-menu a:hover {
  color: #fff;
  background-color: #ea3f11;
}

.main-nav .sub-menu li.current-menu-item > a {
  color: #fff;
  background-color: #ea3f11;
}

@media screen and (max-width: 992px) {
  .main-nav li {
    display: block;
    margin: 0;
  }
  .main-nav li.menu-item-has-children {
    padding-right: 0;
  }
  .main-nav > li.menu-item-has-children {
    background-image: none;
  }
  .main-nav .sub-menu-toggle {
    position: absolute;
    top: 10px;
    right: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' width='800px' height='800px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2.43 4.8-2.43 2.422 12 11.978 12-11.978-2.43-2.422-9.57 9.547z'/%3E%3C/svg%3E");
    background-position: top 50% right 0;
    background-repeat: no-repeat;
    background-size: 10px;
  }
  .main-nav .sub-menu {
    position: static;
    width: auto;
    padding-left: 10px;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
  }
  .main-nav .sub-menu.show {
    display: block;
  }
  .main-nav .sub-menu a {
    padding: 5px 0;
  }
}
.page-home {
  padding-top: 30px;
  padding-bottom: 60px;
}

.page-archive {
  padding-top: 30px;
  padding-bottom: 60px;
}

.page-search {
  padding-top: 30px;
  padding-bottom: 60px;
}

.page-single {
  padding-top: 30px;
  padding-bottom: 60px;
}

.section-page {
  padding-top: 30px;
  padding-bottom: 60px;
}

.error404 .site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.error404 .site .header,
.error404 .site .site-main,
.error404 .site .footer {
  width: 100%;
}
.error404 .site .site-main {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
}
.error404 .site .not-found {
  width: 100%;
}

.not-found {
  padding-top: 30px;
  padding-bottom: 60px;
}

.not-found-code {
  margin: 0;
  font-size: 82px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #EF5026;
}

.not-found-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  color: #1E5F28;
}

.not-found-caption {
  margin: 0;
  font-size: 18px;
  text-align: center;
}

.not-found-search {
  max-width: 600px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.noresults {
  padding-top: 30px;
  padding-bottom: 60px;
}

.noresults-title {
  margin-bottom: 10px;
  font-size: 32px;
}

.noresults-search {
  margin-top: 20px;
}

.main-ticker {
  position: relative;
  z-index: 5;
  padding: 14px 0;
  overflow: hidden;
  background-color: #1E5F28;
}

.main-ticker-wrap {
  display: flex;
}

.main-ticker-text {
  display: inline-block;
  margin: 0;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  animation: ticker 12s linear infinite;
}

.main-ticker-caption {
  position: relative;
  display: inline-block;
  padding-left: 1.9em;
  padding-right: 1.9em;
  font-family: "Comforter", sans-serif;
  font-size: 1.8em;
  font-weight: normal;
}
.main-ticker-caption::beforew, .main-ticker-caption::afterw {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.019 0.955706C17.2317 -0.118722 18.7683 -0.118725 18.981 0.955703L20.6555 9.41505C20.794 10.1149 21.5999 10.4488 22.1928 10.0518L29.3585 5.25422C30.2686 4.64487 31.3551 5.73139 30.7458 6.64151L25.9482 13.8072C25.5512 14.4001 25.8851 15.206 26.5849 15.3445L35.0443 17.019C36.1187 17.2317 36.1187 18.7683 35.0443 18.981L26.5849 20.6555C25.8851 20.794 25.5512 21.5999 25.9482 22.1928L30.7458 29.3585C31.3551 30.2686 30.2686 31.3551 29.3585 30.7458L22.1928 25.9482C21.5999 25.5512 20.794 25.8851 20.6555 26.5849L18.981 35.0443C18.7683 36.1187 17.2317 36.1187 17.019 35.0443L15.3445 26.5849C15.206 25.8851 14.4001 25.5512 13.8072 25.9482L6.64151 30.7458C5.73139 31.3551 4.64487 30.2686 5.25422 29.3585L10.0518 22.1928C10.4488 21.5999 10.1149 20.794 9.41505 20.6555L0.955706 18.981C-0.118722 18.7683 -0.118725 17.2317 0.955703 17.019L9.41505 15.3445C10.1149 15.206 10.4488 14.4001 10.0518 13.8072L5.25422 6.64151C4.64487 5.73139 5.73139 4.64487 6.64151 5.25422L13.8072 10.0518C14.4001 10.4488 15.206 10.1149 15.3445 9.41505L17.019 0.955706Z' fill='%23EF5026'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.main-ticker-caption::before {
  left: 30px;
}
.main-ticker-caption::after {
  right: 20px;
}

@media screen and (max-width: 992px) {
  .main-ticker-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .main-ticker-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .main-ticker-text {
    font-size: 18px;
  }
}
.main-section-tours {
  position: relative;
  padding-top: 80px;
}
.main-section-tours::before {
  content: "";
  position: absolute;
  right: 5%;
  bottom: -40%;
  display: inline-block;
  width: 280px;
  height: 280px;
  background-color: #38FF72;
  border-radius: 50%;
  filter: blur(190px);
}

.main-tours-list {
  position: relative;
}

.main-tours {
  display: flex;
}

.main-tours__pic {
  display: block;
  width: 50%;
  padding-right: 50px;
}

.main-tours__content {
  position: relative;
  flex-grow: 1;
  width: 50%;
  padding: 40px;
  padding-bottom: 80px;
}

.main-tours__image {
  border-radius: 16px;
}

.main-tours__heading {
  color: #1E5F28;
}

.main-tours__exceprt {
  line-height: 1.5;
}
.main-tours__exceprt p {
  margin: 0;
}

.main-tours__footer {
  margin-top: 45px;
}

.main-tours__totals {
  position: absolute;
  left: 40px;
  bottom: 35px;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #CFCFCF;
}
.main-tours__totals span {
  color: #424242;
}

.main-tours__decor {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.main-tours__decor-top-left {
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 41V25C1 11.7452 11.7452 1 25 1H41' stroke='%23C8CEC9' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.main-tours__decor-top-right {
  top: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.999998L17 0.999999C30.2548 1 41 11.7452 41 25L41 41' stroke='%23C8CEC9' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.main-tours__decor-bottom-left {
  left: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1V17C1 30.2548 11.7452 41 25 41H41' stroke='%23C8CEC9' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.main-tours-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: inline-block;
  padding: 8px;
  border-bottom: 2px solid #1E5F28;
  border-radius: 20px;
}

.main-tours-nav .swiper-button-prev,
.main-tours-nav .swiper-button-next {
  position: static;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0;
  background-color: #1E5F28;
  border: none;
  border-radius: 50%;
  transition: background-color 0.4s ease;
}
.main-tours-nav .swiper-button-prev::after,
.main-tours-nav .swiper-button-next::after {
  display: none !important;
}
.main-tours-nav .swiper-button-prev.swiper-button-disabled,
.main-tours-nav .swiper-button-next.swiper-button-disabled {
  opacity: 0.8;
}
.main-tours-nav .swiper-button-prev:hover,
.main-tours-nav .swiper-button-next:hover {
  background-color: #0F4D2C;
}
.main-tours-nav .swiper-button-prev:active,
.main-tours-nav .swiper-button-next:active {
  background-color: #052813;
}

.main-tours-nav .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.1917 0.93283C7.24981 0.990876 7.29591 1.05981 7.32737 1.13568C7.35882 1.21156 7.37501 1.29288 7.37501 1.37502C7.37501 1.45715 7.35882 1.53848 7.32737 1.61436C7.29591 1.69023 7.24981 1.75916 7.1917 1.81721L2.63311 6.37502L14.8745 6.37502C15.0403 6.37502 15.1992 6.44087 15.3165 6.55808C15.4337 6.67529 15.4995 6.83426 15.4995 7.00002C15.4995 7.16578 15.4337 7.32475 15.3165 7.44196C15.1992 7.55917 15.0403 7.62502 14.8745 7.62502L2.63311 7.62502L7.1917 12.1828C7.30898 12.3001 7.37486 12.4592 7.37486 12.625C7.37486 12.7909 7.30898 12.9499 7.1917 13.0672C7.07443 13.1845 6.91537 13.2504 6.74952 13.2504C6.58366 13.2504 6.4246 13.1845 6.30733 13.0672L0.682327 7.44221C0.624217 7.38416 0.578118 7.31523 0.546665 7.23936C0.515212 7.16348 0.499023 7.08215 0.499023 7.00002C0.499023 6.91788 0.515212 6.83655 0.546665 6.76068C0.578118 6.68481 0.624217 6.61588 0.682327 6.55783L6.30733 0.93283C6.36537 0.87472 6.4343 0.82862 6.51018 0.797168C6.58605 0.765715 6.66738 0.749527 6.74952 0.749527C6.83165 0.749527 6.91298 0.765715 6.98885 0.797167C7.06473 0.82862 7.13366 0.87472 7.1917 0.93283Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
}

.main-tours-nav .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.80829 0.932831C8.75018 0.990877 8.70409 1.05981 8.67263 1.13568C8.64118 1.21156 8.62499 1.29288 8.62499 1.37502C8.62499 1.45715 8.64118 1.53848 8.67263 1.61436C8.70409 1.69023 8.75018 1.75916 8.8083 1.81721L13.3669 6.37502L1.12548 6.37502C0.959723 6.37502 0.800751 6.44087 0.683541 6.55808C0.566331 6.67529 0.500483 6.83426 0.500483 7.00002C0.500483 7.16578 0.566331 7.32475 0.683541 7.44196C0.800751 7.55917 0.959723 7.62502 1.12548 7.62502L13.3669 7.62502L8.8083 12.1828C8.69102 12.3001 8.62514 12.4592 8.62514 12.625C8.62514 12.7909 8.69102 12.9499 8.8083 13.0672C8.92557 13.1845 9.08463 13.2504 9.25048 13.2504C9.41634 13.2504 9.5754 13.1845 9.69267 13.0672L15.3177 7.44221C15.3758 7.38416 15.4219 7.31523 15.4533 7.23936C15.4848 7.16348 15.501 7.08215 15.501 7.00002C15.501 6.91788 15.4848 6.83655 15.4533 6.76068C15.4219 6.68481 15.3758 6.61588 15.3177 6.55783L9.69267 0.932831C9.63462 0.874721 9.56569 0.828621 9.48982 0.797168C9.41395 0.765716 9.33262 0.749528 9.25048 0.749528C9.16835 0.749528 9.08702 0.765716 9.01115 0.797169C8.93527 0.828621 8.86634 0.874721 8.80829 0.932831Z' fill='white'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .main-section-tours {
    padding-top: 50px;
  }
  .main-section-tours::before {
    bottom: -20%;
    width: 180px;
    height: 180px;
  }
  .main-tours {
    display: block;
  }
  .main-tours__pic {
    width: auto;
    padding-right: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  .main-tours__content {
    width: auto;
  }
}
@media screen and (max-width: 576px) {
  .main-tours__content {
    padding: 25px;
    padding-bottom: 80px;
  }
  .main-tours__footer {
    margin-top: 30px;
  }
  .main-tours__totals {
    left: 25px;
    bottom: 25px;
  }
  .main-tours__decor {
    width: 30px;
    height: 30px;
  }
}
.main-section-types {
  padding-top: 150px;
  overflow: hidden;
}

.main-types {
  overflow: visible !important;
}

.main-types__link {
  text-decoration: none;
  color: #000;
}

.main-types__pic {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  transition: opacity 0.4s ease;
}
.main-types__pic::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 16px;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.main-types__pic:hover {
  opacity: 0.8;
}
.main-types__pic:hover::before {
  opacity: 0.8;
}

.main-types__image {
  will-change: transform;
  transition: all 0.8s ease;
}

.main-types__pic:hover .main-types__image {
  transform: scale(1.1);
}

.main-types__caption {
  margin: 0;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 600;
  transition: color 0.8s ease;
}

.main-types .swiper-button-prev,
.main-types .swiper-button-next {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0;
  transform: translateY(-50%);
  background-color: #1E5F28;
  border: none;
  border-radius: 50%;
  transition: background-color 0.4s ease;
}
.main-types .swiper-button-prev::after,
.main-types .swiper-button-next::after {
  display: none !important;
}
.main-types .swiper-button-prev.swiper-button-disabled,
.main-types .swiper-button-next.swiper-button-disabled {
  opacity: 0.8;
}
.main-types .swiper-button-prev:hover,
.main-types .swiper-button-next:hover {
  background-color: #0F4D2C;
}
.main-types .swiper-button-prev:active,
.main-types .swiper-button-next:active {
  background-color: #052813;
}

.main-types .swiper-button-prev {
  left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.1917 0.93283C7.24981 0.990876 7.29591 1.05981 7.32737 1.13568C7.35882 1.21156 7.37501 1.29288 7.37501 1.37502C7.37501 1.45715 7.35882 1.53848 7.32737 1.61436C7.29591 1.69023 7.24981 1.75916 7.1917 1.81721L2.63311 6.37502L14.8745 6.37502C15.0403 6.37502 15.1992 6.44087 15.3165 6.55808C15.4337 6.67529 15.4995 6.83426 15.4995 7.00002C15.4995 7.16578 15.4337 7.32475 15.3165 7.44196C15.1992 7.55917 15.0403 7.62502 14.8745 7.62502L2.63311 7.62502L7.1917 12.1828C7.30898 12.3001 7.37486 12.4592 7.37486 12.625C7.37486 12.7909 7.30898 12.9499 7.1917 13.0672C7.07443 13.1845 6.91537 13.2504 6.74952 13.2504C6.58366 13.2504 6.4246 13.1845 6.30733 13.0672L0.682327 7.44221C0.624217 7.38416 0.578118 7.31523 0.546665 7.23936C0.515212 7.16348 0.499023 7.08215 0.499023 7.00002C0.499023 6.91788 0.515212 6.83655 0.546665 6.76068C0.578118 6.68481 0.624217 6.61588 0.682327 6.55783L6.30733 0.93283C6.36537 0.87472 6.4343 0.82862 6.51018 0.797168C6.58605 0.765715 6.66738 0.749527 6.74952 0.749527C6.83165 0.749527 6.91298 0.765715 6.98885 0.797167C7.06473 0.82862 7.13366 0.87472 7.1917 0.93283Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
}

.main-types .swiper-button-next {
  right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.80829 0.932831C8.75018 0.990877 8.70409 1.05981 8.67263 1.13568C8.64118 1.21156 8.62499 1.29288 8.62499 1.37502C8.62499 1.45715 8.64118 1.53848 8.67263 1.61436C8.70409 1.69023 8.75018 1.75916 8.8083 1.81721L13.3669 6.37502L1.12548 6.37502C0.959723 6.37502 0.800751 6.44087 0.683541 6.55808C0.566331 6.67529 0.500483 6.83426 0.500483 7.00002C0.500483 7.16578 0.566331 7.32475 0.683541 7.44196C0.800751 7.55917 0.959723 7.62502 1.12548 7.62502L13.3669 7.62502L8.8083 12.1828C8.69102 12.3001 8.62514 12.4592 8.62514 12.625C8.62514 12.7909 8.69102 12.9499 8.8083 13.0672C8.92557 13.1845 9.08463 13.2504 9.25048 13.2504C9.41634 13.2504 9.5754 13.1845 9.69267 13.0672L15.3177 7.44221C15.3758 7.38416 15.4219 7.31523 15.4533 7.23936C15.4848 7.16348 15.501 7.08215 15.501 7.00002C15.501 6.91788 15.4848 6.83655 15.4533 6.76068C15.4219 6.68481 15.3758 6.61588 15.3177 6.55783L9.69267 0.932831C9.63462 0.874721 9.56569 0.828621 9.48982 0.797168C9.41395 0.765716 9.33262 0.749528 9.25048 0.749528C9.16835 0.749528 9.08702 0.765716 9.01115 0.797169C8.93527 0.828621 8.86634 0.874721 8.80829 0.932831Z' fill='white'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
  .main-types__caption {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .main-section-types {
    padding-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .main-types__caption {
    font-size: 16px;
  }
}
.main-section-about {
  padding-top: 200px;
}

.main-about {
  display: flex;
  align-items: flex-end;
  margin-left: -12px;
  margin-right: -12px;
}

.main-about__column {
  width: 50%;
  padding-left: 12px;
  padding-right: 12px;
}

.main-about-heading {
  max-width: 520px;
  color: #000;
}

.main-about__item {
  position: relative;
  margin-bottom: 24px;
}
.main-about__item::before {
  content: "";
  position: absolute;
  top: 80px;
  right: 0;
  display: inline-block;
  width: 60px;
  height: 56px;
  background: url("../images/icons/corner-full.svg") center center no-repeat;
  background-size: contain;
}

.main-about__image {
  border-radius: 16px;
}

.main-about__content {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 385px;
  padding-top: 15px;
  padding-right: 15px;
  background-color: #F4F6EF;
  border-top-right-radius: 16px;
}
.main-about__content::before {
  content: "";
  position: absolute;
  top: -32px;
  left: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../images/icons/corner-bottom-left.svg") center center no-repeat;
  background-size: contain;
}
.main-about__content::after {
  content: "";
  position: absolute;
  right: -32px;
  bottom: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../images/icons/corner-bottom-left.svg") center center no-repeat;
  background-size: contain;
}

.main-about__title {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  color: #1E5F28;
}

.main-about__caption {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 1230px) {
  .main-about__item::before {
    top: 40px;
  }
  .main-about__content {
    max-width: 320px;
  }
  .main-about__title {
    font-size: 18px;
  }
  .main-about__caption {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .main-section-about {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .main-section-about {
    padding-top: 50px;
  }
  .main-about {
    display: block;
  }
  .main-about__column {
    width: 100%;
  }
  .main-about__image {
    width: 100%;
  }
  .main-about__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 420px) {
  .main-about__content {
    position: static;
    max-width: none;
    padding-right: 0;
  }
  .main-about__content::before, .main-about__content::after {
    display: none !important;
  }
}
.main-section-testimonials {
  padding-top: 180px;
}

.main-testimonials-wrap {
  position: relative;
}

.main-testimonials-list {
  background-color: #1E5F28;
  border-radius: 24px;
}

.main-testimonials {
  display: flex;
  align-items: center;
  padding-bottom: 80px;
  color: #fff;
}

.main-testimonials__content {
  width: 50%;
  padding-top: 180px;
  padding-left: 100px;
  padding-right: 50px;
  padding-bottom: 70px;
}

.main-testimonials__pic {
  width: 50%;
  padding-top: 80px;
  padding-left: 50px;
  padding-right: 100px;
  text-align: right;
}

.main-testimonials-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 50%;
  padding: 40px 0;
  padding-right: 30px;
  background-color: #F4F6EF;
  border-bottom-right-radius: 24px;
}
.main-testimonials-header::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -32px;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../images/icons/corner-top-left.svg") center center no-repeat;
  background-size: contain;
}
.main-testimonials-header::after {
  content: "";
  position: absolute;
  top: 0;
  right: -32px;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../images/icons/corner-top-left.svg") center center no-repeat;
  background-size: contain;
}

.main-testimonials-heading {
  position: relative;
}
.main-testimonials-heading::before {
  content: "";
  position: absolute;
  top: -95%;
  left: -15%;
  z-index: -1;
  display: inline-block;
  width: 280px;
  height: 280px;
  background-color: #E3E60B;
  border-radius: 50%;
  opacity: 0.8;
  filter: blur(190px);
}

.main-testimonials__heading {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
}

.main-testimonials__caption {
  margin: 0;
  margin-bottom: 34px;
  font-size: 14px;
}

.main-testimonials__exceprt {
  line-height: 1.5;
}
.main-testimonials__exceprt *:first-child {
  margin-top: 0;
}
.main-testimonials__exceprt *:last-child {
  margin-bottom: 0;
}

.main-testimonials__imagebox {
  display: inline-block;
  padding: 20px;
  background-color: #fff;
  border-radius: 24px;
}

.main-testimonials-nav {
  position: absolute;
  left: 100px;
  bottom: 80px;
  z-index: 10;
  display: inline-block;
  padding: 8px;
  border-bottom: 2px solid #fff;
  border-radius: 20px;
}

.main-testimonials-nav .swiper-button-prev,
.main-testimonials-nav .swiper-button-next {
  position: static;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  transition: background-color 0.4s ease;
}
.main-testimonials-nav .swiper-button-prev::after,
.main-testimonials-nav .swiper-button-next::after {
  display: none !important;
}
.main-testimonials-nav .swiper-button-prev.swiper-button-disabled,
.main-testimonials-nav .swiper-button-next.swiper-button-disabled {
  opacity: 0.8;
}
.main-testimonials-nav .swiper-button-prev:hover,
.main-testimonials-nav .swiper-button-next:hover {
  background-color: #F4F6EF;
}
.main-testimonials-nav .swiper-button-prev:active,
.main-testimonials-nav .swiper-button-next:active {
  background-color: #C9D8C7;
}

.main-testimonials-nav .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.1917 0.93283C7.24981 0.990876 7.29591 1.05981 7.32737 1.13568C7.35882 1.21156 7.37501 1.29288 7.37501 1.37502C7.37501 1.45715 7.35882 1.53848 7.32737 1.61436C7.29591 1.69023 7.24981 1.75916 7.1917 1.81721L2.63311 6.37502L14.8745 6.37502C15.0403 6.37502 15.1992 6.44087 15.3165 6.55808C15.4337 6.67529 15.4995 6.83426 15.4995 7.00002C15.4995 7.16578 15.4337 7.32475 15.3165 7.44196C15.1992 7.55917 15.0403 7.62502 14.8745 7.62502L2.63311 7.62502L7.1917 12.1828C7.30898 12.3001 7.37486 12.4592 7.37486 12.625C7.37486 12.7909 7.30898 12.9499 7.1917 13.0672C7.07443 13.1845 6.91537 13.2504 6.74952 13.2504C6.58366 13.2504 6.4246 13.1845 6.30733 13.0672L0.682327 7.44221C0.624217 7.38416 0.578118 7.31523 0.546665 7.23936C0.515212 7.16348 0.499023 7.08215 0.499023 7.00002C0.499023 6.91788 0.515212 6.83655 0.546665 6.76068C0.578118 6.68481 0.624217 6.61588 0.682327 6.55783L6.30733 0.93283C6.36537 0.87472 6.4343 0.82862 6.51018 0.797168C6.58605 0.765715 6.66738 0.749527 6.74952 0.749527C6.83165 0.749527 6.91298 0.765715 6.98885 0.797167C7.06473 0.82862 7.13366 0.87472 7.1917 0.93283Z' fill='%231E5F28'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
}

.main-testimonials-nav .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.80829 0.932831C8.75018 0.990877 8.70409 1.05981 8.67263 1.13568C8.64118 1.21156 8.62499 1.29288 8.62499 1.37502C8.62499 1.45715 8.64118 1.53848 8.67263 1.61436C8.70409 1.69023 8.75018 1.75916 8.8083 1.81721L13.3669 6.37502L1.12548 6.37502C0.959723 6.37502 0.800751 6.44087 0.683541 6.55808C0.566331 6.67529 0.500483 6.83426 0.500483 7.00002C0.500483 7.16578 0.566331 7.32475 0.683541 7.44196C0.800751 7.55917 0.959723 7.62502 1.12548 7.62502L13.3669 7.62502L8.8083 12.1828C8.69102 12.3001 8.62514 12.4592 8.62514 12.625C8.62514 12.7909 8.69102 12.9499 8.8083 13.0672C8.92557 13.1845 9.08463 13.2504 9.25048 13.2504C9.41634 13.2504 9.5754 13.1845 9.69267 13.0672L15.3177 7.44221C15.3758 7.38416 15.4219 7.31523 15.4533 7.23936C15.4848 7.16348 15.501 7.08215 15.501 7.00002C15.501 6.91788 15.4848 6.83655 15.4533 6.76068C15.4219 6.68481 15.3758 6.61588 15.3177 6.55783L9.69267 0.932831C9.63462 0.874721 9.56569 0.828621 9.48982 0.797168C9.41395 0.765716 9.33262 0.749528 9.25048 0.749528C9.16835 0.749528 9.08702 0.765716 9.01115 0.797169C8.93527 0.828621 8.86634 0.874721 8.80829 0.932831Z' fill='%231E5F28'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}

.main-custom-testimonials {
  margin-top: 40px;
}

@media screen and (max-width: 1230px) {
  .main-testimonials {
    padding-bottom: 50px;
  }
  .main-testimonials-header {
    padding: 25px 0;
    padding-right: 20px;
  }
  .main-testimonials__content {
    padding-left: 50px;
    padding-right: 25px;
  }
  .main-testimonials__pic {
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 50px;
  }
  .main-testimonials__exceprt {
    font-size: 14px;
  }
  .main-testimonials-nav {
    left: 50px;
    bottom: 50px;
  }
}
@media screen and (max-width: 992px) {
  .main-testimonials-header {
    position: static;
    width: 100%;
    padding: 0;
    padding-bottom: 15px;
    background-color: transparent;
  }
  .main-testimonials-header::before, .main-testimonials-header::after {
    display: none !important;
  }
  .main-testimonials-heading::before, .main-testimonials-heading::after {
    display: none !important;
  }
  .main-section-testimonials {
    padding-top: 100px;
  }
  .main-testimonials__content {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .main-section-testimonials {
    padding-top: 50px;
  }
  .main-testimonials {
    display: block;
    padding: 30px;
    padding-bottom: 100px;
  }
  .main-testimonials__content {
    width: 100%;
    padding: 0;
  }
  .main-testimonials__pic {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 30px;
    text-align: center;
  }
  .main-testimonials-nav {
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
  }
}
.main-section-faq {
  padding-top: 200px;
}

@media screen and (max-width: 992px) {
  .main-section-faq {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .main-section-faq {
    padding-top: 50px;
  }
}
.main-section-info {
  position: relative;
  padding-top: 200px;
  padding-bottom: 200px;
  overflow: hidden;
}
.main-section-info::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15%;
  display: inline-block;
  width: 160px;
  height: 160px;
  transform: translateY(-50%);
  background-color: #E3E60B;
  border-radius: 50%;
  filter: blur(120px);
}
.main-section-info::after {
  content: "";
  position: absolute;
  top: 55%;
  right: 15%;
  display: inline-block;
  width: 160px;
  height: 160px;
  transform: translateY(-50%);
  background-color: #38FF72;
  border-radius: 50%;
  filter: blur(120px);
}

.main-info {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.main-info-column {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.main-info-column-margin {
  margin-bottom: 40px;
}

.main-info-caption {
  margin: 0;
  max-width: 20em;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}

.main-info-item {
  position: relative;
  padding: 40px 55px;
  height: 100%;
  border-radius: 20px;
}

.main-info-item-green {
  background-color: #1E5F28;
}
.main-info-item-green::before {
  content: "";
  position: absolute;
  top: 0;
  left: 55%;
  display: inline-block;
  width: 15%;
  height: 72px;
  background: url("../images/icons/clip-1.svg") center top no-repeat;
  background-size: contain;
}
.main-info-item-green::after {
  content: "";
  position: absolute;
  top: 0;
  right: 5%;
  display: inline-block;
  width: 20%;
  height: 15px;
  background: url("../images/icons/clip-2.svg") center top no-repeat;
  background-size: contain;
}

.main-info-item-orange {
  background-color: #EF5026;
}
.main-info-item-orange::before {
  content: "";
  position: absolute;
  top: 32%;
  left: 0;
  display: inline-block;
  width: 10%;
  height: 55px;
  background: url("../images/icons/clip-3.svg") left center no-repeat;
  background-size: contain;
}
.main-info-item-orange::after {
  content: "";
  position: absolute;
  top: 0;
  right: 15%;
  display: inline-block;
  width: 15%;
  height: 25px;
  background: url("../images/icons/clip-4.svg") center top no-repeat;
  background-size: contain;
}

.main-info-item-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}

.main-info-item-text-first {
  max-width: 230px;
}

@media screen and (max-width: 1230px) {
  .main-info-column-margin {
    margin-bottom: 20px;
  }
  .main-info-item {
    padding: 35px 45px;
  }
  .main-info-caption {
    font-size: 22px;
  }
}
@media screen and (max-width: 992px) {
  .main-section-info {
    padding: 100px 0;
  }
  .main-section-info::before, .main-section-info::after {
    width: 120px;
    height: 120px;
  }
  .main-info {
    display: block;
  }
  .main-info-column {
    width: 100%;
  }
  .main-info-item {
    margin-top: 20px;
  }
  .main-info-caption {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .main-section-info::before, .main-section-info::after {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  .main-info-caption {
    font-size: 18px;
  }
}
.main-section-blog {
  padding-bottom: 130px;
}

.main-blog-posts-list .post-blog {
  flex: 1 1 auto;
}

.contacts-section {
  padding-top: 30px;
  padding-bottom: 60px;
  overflow: hidden;
}

.contacts-area {
  min-height: 400px;
  background-color: #C9D8C7;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
}

.contacts-area-heading {
  display: inline-flex;
  align-items: start;
  flex-direction: column;
  line-height: 0.75;
  color: #1E5F28;
}
.contacts-area-heading .contacts-heading-top {
  position: relative;
  padding-right: 50px;
  padding-bottom: 25px;
  background-color: #F4F6EF;
  border-bottom-right-radius: 32px;
}
.contacts-area-heading .contacts-heading-top::before {
  content: "";
  position: absolute;
  top: 0;
  right: -64px;
  display: inline-block;
  width: 64px;
  height: 64px;
  background: url("../images/icons/corner-top-left.svg") center center no-repeat;
  background-size: contain;
}
.contacts-area-heading .contacts-heading-bottom {
  position: relative;
  padding-right: 50px;
  padding-bottom: 20px;
  font-family: "Comforter", sans-serif;
  font-weight: normal;
  line-height: 0.9;
  color: #EF5026;
  background-color: #F4F6EF;
  border-bottom-right-radius: 32px;
}
.contacts-area-heading .contacts-heading-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  right: -64px;
  display: inline-block;
  width: 64px;
  height: 64px;
  background: url("../images/icons/corner-top-left.svg") center center no-repeat;
  background-size: contain;
}
.contacts-area-heading .contacts-heading-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -64px;
  display: inline-block;
  width: 64px;
  height: 64px;
  background: url("../images/icons/corner-top-left.svg") center center no-repeat;
  background-size: contain;
}

.contacts-info-list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  margin-left: -12px;
  margin-right: -12px;
}
.contacts-info-list::before {
  content: "";
  position: absolute;
  top: -20%;
  left: -5%;
  display: inline-block;
  width: 400px;
  height: 400px;
  background-color: #E3E60B;
  border-radius: 50%;
  opacity: 0.8;
  filter: blur(400px);
}

.contacts-info {
  width: 25%;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}

.contacts-info-inner {
  position: relative;
  padding: 16px;
  padding-bottom: 35px;
  height: 100%;
  background-color: #fff;
  border-radius: 16px;
}

.contacts-info-inner-connector::before {
  content: "";
  position: absolute;
  top: 20px;
  right: -24px;
  display: inline-block;
  width: 24px;
  height: 80px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='80' viewBox='0 0 24 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 12C18.6274 12 24 6.62742 24 0V80C24 73.3726 18.6274 68 12 68C5.37258 68 0 73.3726 0 80V0C0 6.62742 5.37258 12 12 12Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
}

.contacts-info-inner-top {
  position: relative;
  top: -50px;
}
.contacts-info-inner-top::before {
  top: auto;
  bottom: 20px;
}

.contacts-info-heading {
  display: inline-block;
  margin: 0;
  margin-bottom: 35px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  color: #2E2E2E;
  border: 1px solid #2E2E2E;
  border-radius: 24px;
}
.contacts-info-heading svg {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.contacts-info-content {
  font-size: 18px;
  font-weight: 600;
  color: #2E2E2E;
}
.contacts-info-content p {
  margin: 5px 0;
}
.contacts-info-content a {
  display: inline;
  text-decoration: none;
  color: #2E2E2E;
  border-bottom: 1px solid #2E2E2E;
  transition: all 0.4s ease;
}
.contacts-info-content a:hover {
  color: #EF5026;
  border-bottom-color: #EF5026;
}
.contacts-info-content strong {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: rgba(46, 46, 46, 0.7);
}

.contacts-info-box {
  margin-top: 24px !important;
}

.contacts-info-content-socials a {
  line-height: 1.5;
}

.contacts-full-info {
  position: relative;
  padding: 16px;
  padding-bottom: 30px;
  margin-bottom: 24px;
  background-color: #fff;
  border-radius: 16px;
}

.contacts-full-info-bg {
  position: relative;
  z-index: 0;
}
.contacts-full-info-bg::before {
  content: "";
  position: absolute;
  top: -20%;
  left: 55%;
  z-index: -1;
  display: inline-block;
  width: 300px;
  height: 300px;
  background-color: #E3E60B;
  border-radius: 50%;
  filter: blur(160px);
}

.contacts-full-info-connector::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 5%;
  display: inline-block;
  width: 80px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='24' viewBox='0 0 80 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M68 12C68 18.6274 73.3726 24 80 24L-1.04907e-06 24C6.62742 24 12 18.6274 12 12C12 5.37258 6.62742 -3.20722e-06 0 -3.49691e-06L80 0C73.3726 -2.89694e-07 68 5.37258 68 12Z' fill='white'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}

.contacts-full-info-connector-right::before {
  left: auto;
  right: 5%;
}

.contacts-full-info-content {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: 600;
  color: #2E2E2E;
}
.contacts-full-info-content p {
  margin: 5px 0;
}
.contacts-full-info-content a {
  display: inline;
  text-decoration: none;
  color: #2E2E2E;
  border-bottom: 1px solid #2E2E2E;
}
.contacts-full-info-content strong {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: rgba(46, 46, 46, 0.7);
}

.contacts-full-info-item {
  margin-bottom: 5px;
}
.contacts-full-info-item:not(:last-child) {
  margin-right: 40px;
}

.contacts-full-info-copy-button {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.25 3H0.75C0.551088 3 0.360322 3.07902 0.21967 3.21967C0.0790178 3.36032 0 3.55109 0 3.75V17.25C0 17.4489 0.0790178 17.6397 0.21967 17.7803C0.360322 17.921 0.551088 18 0.75 18H14.25C14.4489 18 14.6397 17.921 14.7803 17.7803C14.921 17.6397 15 17.4489 15 17.25V3.75C15 3.55109 14.921 3.36032 14.7803 3.21967C14.6397 3.07902 14.4489 3 14.25 3ZM13.5 16.5H1.5V4.5H13.5V16.5ZM18 0.75V14.25C18 14.4489 17.921 14.6397 17.7803 14.7803C17.6397 14.921 17.4489 15 17.25 15C17.0511 15 16.8603 14.921 16.7197 14.7803C16.579 14.6397 16.5 14.4489 16.5 14.25V1.5H3.75C3.55109 1.5 3.36032 1.42098 3.21967 1.28033C3.07902 1.13968 3 0.948912 3 0.75C3 0.551088 3.07902 0.360322 3.21967 0.21967C3.36032 0.0790178 3.55109 0 3.75 0H17.25C17.4489 0 17.6397 0.0790178 17.7803 0.21967C17.921 0.360322 18 0.551088 18 0.75Z' fill='%232E2E2E'/%3E%3C/svg%3E");
  background-position: right 0;
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: 20px;
  border: none;
  transition: all 0.4s ease;
}
.contacts-full-info-copy-button:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.25 3H0.75C0.551088 3 0.360322 3.07902 0.21967 3.21967C0.0790178 3.36032 0 3.55109 0 3.75V17.25C0 17.4489 0.0790178 17.6397 0.21967 17.7803C0.360322 17.921 0.551088 18 0.75 18H14.25C14.4489 18 14.6397 17.921 14.7803 17.7803C14.921 17.6397 15 17.4489 15 17.25V3.75C15 3.55109 14.921 3.36032 14.7803 3.21967C14.6397 3.07902 14.4489 3 14.25 3ZM13.5 16.5H1.5V4.5H13.5V16.5ZM18 0.75V14.25C18 14.4489 17.921 14.6397 17.7803 14.7803C17.6397 14.921 17.4489 15 17.25 15C17.0511 15 16.8603 14.921 16.7197 14.7803C16.579 14.6397 16.5 14.4489 16.5 14.25V1.5H3.75C3.55109 1.5 3.36032 1.42098 3.21967 1.28033C3.07902 1.13968 3 0.948912 3 0.75C3 0.551088 3.07902 0.360322 3.21967 0.21967C3.36032 0.0790178 3.55109 0 3.75 0H17.25C17.4489 0 17.6397 0.0790178 17.7803 0.21967C17.921 0.360322 18 0.551088 18 0.75Z' fill='%23EF5026'/%3E%3C/svg%3E");
}
.contacts-full-info-copy-button::after {
  content: "Скопировано!";
  position: absolute;
  top: -20px;
  left: 100%;
  display: inline-block;
  padding: 0.35em 0.5em;
  transform: translateY(5px);
  font-size: 10px;
  color: #fff;
  background-color: #EF5026;
  border-radius: 8px;
  opacity: 0;
  transition: all 0.2s ease;
}
.contacts-full-info-copy-button.copied::after {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 1230px) {
  .contacts-info-content {
    font-size: 16px;
  }
  .contacts-full-info-content {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .contacts-info {
    width: 50%;
  }
  .contacts-info-inner-top {
    top: auto;
  }
  .contacts-info:nth-child(2) .contacts-info-inner::before {
    top: auto;
    left: 50%;
    right: auto;
    bottom: -24px;
    display: inline-block;
    width: 80px;
    height: 24px;
    transform: translateX(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='24' viewBox='0 0 80 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M68 12C68 18.6274 73.3726 24 80 24L-1.04907e-06 24C6.62742 24 12 18.6274 12 12C12 5.37258 6.62742 -3.20722e-06 0 -3.49691e-06L80 0C73.3726 -2.89694e-07 68 5.37258 68 12Z' fill='white'/%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 576px) {
  .contacts-info {
    width: 100%;
  }
  .contacts-area-heading .contacts-heading-top {
    padding-right: 20px;
  }
  .contacts-area-heading .contacts-heading-top::before {
    right: -32px;
    width: 32px;
    height: 32px;
  }
  .contacts-area-heading .contacts-heading-bottom {
    padding-right: 20px;
    padding-bottom: 15px;
  }
  .contacts-area-heading .contacts-heading-bottom::before {
    right: -32px;
    width: 32px;
    height: 32px;
  }
  .contacts-area-heading .contacts-heading-bottom::after {
    bottom: -32px;
    width: 32px;
    height: 32px;
  }
  .contacts-info-inner::before {
    top: auto;
    left: 50%;
    right: auto;
    bottom: -24px;
    display: inline-block;
    width: 80px;
    height: 24px;
    transform: translateX(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='24' viewBox='0 0 80 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M68 12C68 18.6274 73.3726 24 80 24L-1.04907e-06 24C6.62742 24 12 18.6274 12 12C12 5.37258 6.62742 -3.20722e-06 0 -3.49691e-06L80 0C73.3726 -2.89694e-07 68 5.37258 68 12Z' fill='white'/%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
  }
}
.tours-section {
  padding-top: 30px;
  padding-bottom: 60px;
  overflow: hidden;
}

.tours-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #C9D8C7;
}

.tours-heading-title {
  margin: 0;
}

.tours-heading-filters {
  display: none;
}

.tours-heading-panel {
  display: flex;
  margin-left: auto;
}

.tours-heading-panel-item {
  margin: 0;
}
.tours-heading-panel-item:not(:last-child) {
  margin-right: 24px;
}
.tours-heading-panel-item strong {
  padding: 5px;
}

.tours-heading-panel-sort {
  display: flex;
  align-items: center;
}

.tours-sort {
  position: relative;
}

.tours-sort-heading {
  display: inline-block;
  width: 220px;
  padding-top: 5px;
  padding-left: 0;
  padding-right: 35px;
  padding-bottom: 5px;
  margin-left: 15px;
  text-decoration: none;
  color: #2E2E2E;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23052813' width='64px' height='64px' viewBox='-8.5 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' stroke='%23052813'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Ctitle%3Eangle-down%3C/title%3E%3Cpath d='M7.28 20.040c-0.24 0-0.44-0.080-0.6-0.24l-6.44-6.44c-0.32-0.32-0.32-0.84 0-1.2 0.32-0.32 0.84-0.32 1.2 0l5.84 5.84 5.84-5.84c0.32-0.32 0.84-0.32 1.2 0 0.32 0.32 0.32 0.84 0 1.2l-6.44 6.44c-0.16 0.16-0.4 0.24-0.6 0.24z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-position: right 0 center;
  background-repeat: no-repeat;
  background-size: 18px;
  cursor: pointer;
}

.tours-sort-list {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 20;
  width: 220px;
  margin: 0;
  padding: 10px 0;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #C9D8C7;
  border-radius: 4px;
  box-shadow: 3px 3px 5px rgba(46, 46, 46, 0.2);
  list-style: none;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-5px);
  transition: all 0.4s ease;
}

.tours-sort.active .tours-sort-list {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.tours-sort-list a {
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  color: #2E2E2E;
  transition: color 0.4s ease;
}
.tours-sort-list a:hover {
  color: #EF5026;
}

.tours-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.tours-column-sidebar {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.tours-column-content {
  width: 75%;
  flex: 1 1 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.tours-sticky-header {
  display: none;
}

.tours-filters-heading {
  display: none;
}

@media screen and (max-width: 992px) {
  .tours-row {
    display: block;
  }
  .tours-heading {
    align-items: center;
    padding-bottom: 24px;
  }
  .tours-heading-filters {
    display: block;
    margin-left: auto;
  }
  .tours-heading-filters-button {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #2E2E2E;
    background-image: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' stroke=''%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg id='style=stroke'%3E%3Cg id='filter-circle'%3E%3Cpath id='vector (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M7.75 17.5C7.75 17.0858 7.41421 16.75 7 16.75H2C1.58579 16.75 1.25 17.0858 1.25 17.5C1.25 17.9142 1.58579 18.25 2 18.25H7C7.41421 18.25 7.75 17.9142 7.75 17.5Z' fill='%23ffffff'%3E%3C/path%3E%3Cpath id='vector (Stroke)_2' fill-rule='evenodd' clip-rule='evenodd' d='M16.25 6.5C16.25 6.08579 16.5858 5.75 17 5.75H22C22.4142 5.75 22.75 6.08579 22.75 6.5C22.75 6.91421 22.4142 7.25 22 7.25H17C16.5858 7.25 16.25 6.91421 16.25 6.5Z' fill='%23ffffff'%3E%3C/path%3E%3Cpath id='vector (Stroke)_3' fill-rule='evenodd' clip-rule='evenodd' d='M22.75 17.5C22.75 17.0858 22.4142 16.75 22 16.75H13C12.5858 16.75 12.25 17.0858 12.25 17.5C12.25 17.9142 12.5858 18.25 13 18.25H22C22.4142 18.25 22.75 17.9142 22.75 17.5Z' fill='%23ffffff'%3E%3C/path%3E%3Cpath id='vector (Stroke)_4' fill-rule='evenodd' clip-rule='evenodd' d='M1.25 6.5C1.25 6.08579 1.58579 5.75 2 5.75H11C11.4142 5.75 11.75 6.08579 11.75 6.5C11.75 6.91421 11.4142 7.25 11 7.25H2C1.58579 7.25 1.25 6.91421 1.25 6.5Z' fill='%23ffffff'%3E%3C/path%3E%3Cpath id='vector (Stroke)_5' fill-rule='evenodd' clip-rule='evenodd' d='M10 15.1499C11.2426 15.1499 12.25 16.1573 12.25 17.3999C12.25 18.6425 11.2426 19.6499 10 19.6499C8.75736 19.6499 7.75 18.6425 7.75 17.3999C7.75 16.1573 8.75736 15.1499 10 15.1499ZM13.75 17.3999C13.75 15.3288 12.0711 13.6499 10 13.6499C7.92893 13.6499 6.25 15.3288 6.25 17.3999C6.25 19.471 7.92893 21.1499 10 21.1499C12.0711 21.1499 13.75 19.471 13.75 17.3999Z' fill='%23ffffff'%3E%3C/path%3E%3Cpath id='vector (Stroke)_6' fill-rule='evenodd' clip-rule='evenodd' d='M14 4.1499C12.7574 4.1499 11.75 5.15726 11.75 6.3999C11.75 7.64254 12.7574 8.6499 14 8.6499C15.2426 8.6499 16.25 7.64254 16.25 6.3999C16.25 5.15726 15.2426 4.1499 14 4.1499ZM10.25 6.3999C10.25 4.32883 11.9289 2.6499 14 2.6499C16.0711 2.6499 17.75 4.32883 17.75 6.3999C17.75 8.47097 16.0711 10.1499 14 10.1499C11.9289 10.1499 10.25 8.47097 10.25 6.3999Z' fill='%23ffffff'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25px;
    border-radius: 6px;
    border: none;
  }
  .tours-heading-filters-button.active {
    background-color: #EF5026;
  }
  .tours-heading-panel {
    display: none;
  }
  .tours-column-sidebar {
    width: 100%;
  }
  .tours-column-content {
    width: 100%;
  }
  .tours-sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px;
    background-color: #F4F6EF;
    border-bottom: 1px solid #C9D8C7;
    opacity: 0;
    transition: all 0.4s ease;
    visibility: hidden;
    top: -100%;
  }
  .tours-sticky-header.sticky {
    visibility: visible;
    top: 0;
    opacity: 1;
  }
  .admin-bar .tours-sticky-header.sticky {
    top: 32px;
  }
  .tours-sticky-header-title {
    margin: 0;
    font-size: 20px;
  }
  .tours-filters-heading {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #2E2E2E;
  }
  .tours-filters-heading-title {
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
  }
  .tours-filters-heading-button {
    display: block;
    width: 35px;
    height: 35px;
    margin-left: auto;
    background-color: #2E2E2E;
    background-image: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='-0.5 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M3 21.32L21 3.32001' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M3 3.32001L21 21.32' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25px;
    border-radius: 6px;
    border: none;
  }
  .tours-filters-heading-button.active {
    background-color: #EF5026;
  }
  .tours-filters-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: auto;
    background-color: #F4F6EF;
    display: none;
  }
  .tours-filters-wrapper.active {
    display: block;
  }
  .admin-bar .tours-filters-wrapper {
    top: 32px;
  }
  .tours-filters-wrapper-content {
    padding: 15px;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .tours-sticky-header.sticky {
    top: 46px;
  }
  .admin-bar .tours-filters-wrapper {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar .tours-sticky-header.sticky {
    top: 0;
  }
  .admin-bar .tours-filters-wrapper {
    top: 46px;
  }
}
.tour-call {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
.tour-call::before {
  content: "";
  position: absolute;
  top: -5%;
  right: -10%;
  z-index: -1;
  display: inline-block;
  width: 340px;
  height: 340px;
  background-color: #E3E60B;
  border-radius: 50%;
  opacity: 0.8;
  filter: blur(280px);
}

.tour-call__heading {
  text-align: center;
}

.tour-call__caption {
  margin: 0;
  text-align: center;
}

.tour-call__footer {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.tour-call__footer .btn {
  width: 49%;
  padding: 18px;
}

@media screen and (max-width: 992px) {
  .tour-call {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .tour-call {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .tour-call__heading {
    font-size: 22px;
  }
}
.toursingle-section {
  padding-top: 30px;
  overflow: hidden;
}

.toursingle-heading {
  margin: 0;
  margin-bottom: 5px;
  font-size: 46px;
}

.toursingle-heading-title {
  color: #2E2E2E;
}

.toursingle-caption {
  margin: 0;
}

.toursingle-tags {
  display: flex;
  flex-wrap: wrap;
  display: none;
}

.toursingle-tag {
  display: inline-block;
  padding: 4px 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 12px;
  text-decoration: none;
  color: #2E2E2E;
  border: 1px solid #C9D8C7;
  border-radius: 4px;
  transition: all 0.4s ease;
}
.toursingle-tag:hover {
  background-color: #C9D8C7;
}

.toursingle-full-desc {
  padding-bottom: 90px;
  overflow: hidden;
}

.toursingle-content {
  max-width: 800px;
  padding: 40px 0;
  color: #2E2E2E;
}
.toursingle-content *:first-child {
  margin-top: 0;
}
.toursingle-content *:last-child {
  margin-bottom: 0;
}
.toursingle-content .mb-50 {
  margin-bottom: 50px;
}

.toursingle-gallery {
  margin-top: 16px;
  padding-left: 24px;
  padding-right: 24px;
}

.toursingle-gallery__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}

.toursingle-gallery__column {
  width: 50%;
  flex: 1 1 auto;
  padding-left: 4px;
  padding-right: 4px;
}

.toursingle-gallery__column-full {
  width: 100%;
  margin-bottom: 8px;
}

.toursingle-gallery__imagebox {
  min-height: 350px;
  background-color: #C9D8C7;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
}

.toursingle-gallery__imagebox-large {
  min-height: 708px;
}

@media screen and (max-width: 1230px) {
  .toursingle-gallery {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 992px) {
  .toursingle-full-desc {
    padding-bottom: 45px;
  }
  .toursingle-gallery__imagebox {
    min-height: 250px;
  }
  .toursingle-gallery__imagebox-large {
    min-height: 508px;
  }
}
@media screen and (max-width: 768px) {
  .toursingle-gallery {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .toursingle-heading {
    font-size: 30px;
  }
}
.toursingle-slider {
  overflow: hidden;
  border-radius: 16px;
}

.toursingle-slider-wrap {
  display: none;
}

.toursingle-slider__image {
  height: 380px;
  background-color: #C9D8C7;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.toursingle-slider .swiper-pagination {
  bottom: 24px;
}
.toursingle-slider .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #fff;
  border-radius: 8px;
  opacity: 1;
}
.toursingle-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #EF5026;
}

@media screen and (max-width: 768px) {
  .toursingle-slider-wrap {
    display: block;
    margin-top: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .toursingle-slider .swiper-pagination {
    bottom: 16px;
  }
  .toursingle-slider .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
  }
}
.toursingle-header {
  background-color: #F4F6EF;
}
.toursingle-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.admin-bar .toursingle-header.sticky {
  top: 32px;
}

.toursingle-header-box {
  height: 73px;
}

.toursingle-header__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #C9D8C7;
}

.toursingle-header__toggle {
  display: none;
}

.toursingle-header__nav {
  margin-right: 40px;
}

.toursingle-header__menu {
  display: flex;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  list-style: none;
}

.toursingle-header__menu li:not(:last-child) {
  margin-right: 32px;
}

.toursingle-header__menu a {
  text-decoration: none;
  color: #2E2E2E;
  transition: color 0.4s ease;
}
.toursingle-header__menu a:hover {
  color: #EF5026;
}

.toursingle-header__price {
  margin: 0;
  margin-left: auto;
  margin-right: 40px;
  font-size: 24px;
  font-weight: 600;
}

.toursingle-header__btn {
  padding: 14px 44px;
  font-size: 12px;
  line-height: 1;
}

@media screen and (max-width: 1230px) {
  .toursingle-header__price {
    margin-right: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .toursingle-header-box {
    height: 65px;
  }
  .toursingle-header__wrap {
    position: relative;
    padding: 12px 0;
  }
  .toursingle-header__toggle {
    display: block;
  }
  .toursingle-header__hamburger {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    background: transparent;
    border: none;
  }
  .toursingle-header__hamburger .line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #1E5F28;
  }
  .toursingle-header__hamburger .line:not(:last-child) {
    margin-bottom: 5px;
  }
  .toursingle-header__nav {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    display: block;
    display: none;
    width: 100%;
    margin: 0;
    padding: 15px;
    background-color: #C9D8C7;
    border-top: 1px solid #C9D8C7;
  }
  .toursingle-header__menu {
    display: block;
  }
  .toursingle-header__menu li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .toursingle-header__price {
    margin-right: 10px;
    font-size: 18px;
  }
  .toursingle-header__btn {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .toursingle-header.sticky {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar .toursingle-header.sticky {
    top: 0;
  }
}
@media screen and (max-width: 576px) {
  .toursingle-header__btn {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.toursingle-schedule {
  overflow: visible;
}

.toursingle-schedule__image {
  margin-bottom: 16px;
  border-radius: 16px;
}

.toursingle-schedule__title {
  margin: 0;
  font-size: 20px;
  color: #2E2E2E;
}

.toursingle-schedule__exceprt {
  margin: 0;
  margin-top: 5px;
  font-size: 16px;
  color: #2E2E2E;
}

.toursingle-schedule__nav {
  display: flex;
  align-items: center;
  padding-top: 32px;
}
.toursingle-schedule__nav .swiper-scrollbar {
  position: static;
  margin: 0 24px;
}
.toursingle-schedule__nav .swiper-scrollbar-drag {
  background-color: #EF5026;
}

.toursingle-schedule__nav .swiper-button-prev,
.toursingle-schedule__nav .swiper-button-next {
  position: static;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0;
  flex: 0 0 auto;
  background-color: transparent;
  border: 1px solid #1E5F28;
  border-radius: 50%;
  transition: background-color 0.4s ease;
}
.toursingle-schedule__nav .swiper-button-prev::after,
.toursingle-schedule__nav .swiper-button-next::after {
  display: none !important;
}
.toursingle-schedule__nav .swiper-button-prev.swiper-button-disabled,
.toursingle-schedule__nav .swiper-button-next.swiper-button-disabled {
  opacity: 0.8;
}

.toursingle-schedule__nav .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.1917 0.93283C7.24981 0.990876 7.29591 1.05981 7.32737 1.13568C7.35882 1.21156 7.37501 1.29288 7.37501 1.37502C7.37501 1.45715 7.35882 1.53848 7.32737 1.61436C7.29591 1.69023 7.24981 1.75916 7.1917 1.81721L2.63311 6.37502L14.8745 6.37502C15.0403 6.37502 15.1992 6.44087 15.3165 6.55808C15.4337 6.67529 15.4995 6.83426 15.4995 7.00002C15.4995 7.16578 15.4337 7.32475 15.3165 7.44196C15.1992 7.55917 15.0403 7.62502 14.8745 7.62502L2.63311 7.62502L7.1917 12.1828C7.30898 12.3001 7.37486 12.4592 7.37486 12.625C7.37486 12.7909 7.30898 12.9499 7.1917 13.0672C7.07443 13.1845 6.91537 13.2504 6.74952 13.2504C6.58366 13.2504 6.4246 13.1845 6.30733 13.0672L0.682327 7.44221C0.624217 7.38416 0.578118 7.31523 0.546665 7.23936C0.515212 7.16348 0.499023 7.08215 0.499023 7.00002C0.499023 6.91788 0.515212 6.83655 0.546665 6.76068C0.578118 6.68481 0.624217 6.61588 0.682327 6.55783L6.30733 0.93283C6.36537 0.87472 6.4343 0.82862 6.51018 0.797168C6.58605 0.765715 6.66738 0.749527 6.74952 0.749527C6.83165 0.749527 6.91298 0.765715 6.98885 0.797167C7.06473 0.82862 7.13366 0.87472 7.1917 0.93283Z' fill='%231E5F28'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
}

.toursingle-schedule__nav .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.80829 0.932831C8.75018 0.990877 8.70409 1.05981 8.67263 1.13568C8.64118 1.21156 8.62499 1.29288 8.62499 1.37502C8.62499 1.45715 8.64118 1.53848 8.67263 1.61436C8.70409 1.69023 8.75018 1.75916 8.8083 1.81721L13.3669 6.37502L1.12548 6.37502C0.959723 6.37502 0.800751 6.44087 0.683541 6.55808C0.566331 6.67529 0.500483 6.83426 0.500483 7.00002C0.500483 7.16578 0.566331 7.32475 0.683541 7.44196C0.800751 7.55917 0.959723 7.62502 1.12548 7.62502L13.3669 7.62502L8.8083 12.1828C8.69102 12.3001 8.62514 12.4592 8.62514 12.625C8.62514 12.7909 8.69102 12.9499 8.8083 13.0672C8.92557 13.1845 9.08463 13.2504 9.25048 13.2504C9.41634 13.2504 9.5754 13.1845 9.69267 13.0672L15.3177 7.44221C15.3758 7.38416 15.4219 7.31523 15.4533 7.23936C15.4848 7.16348 15.501 7.08215 15.501 7.00002C15.501 6.91788 15.4848 6.83655 15.4533 6.76068C15.4219 6.68481 15.3758 6.61588 15.3177 6.55783L9.69267 0.932831C9.63462 0.874721 9.56569 0.828621 9.48982 0.797168C9.41395 0.765716 9.33262 0.749528 9.25048 0.749528C9.16835 0.749528 9.08702 0.765716 9.01115 0.797169C8.93527 0.828621 8.86634 0.874721 8.80829 0.932831Z' fill='%231E5F28'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1230px) {
  .toursingle-schedule__title {
    font-size: 18px;
  }
  .toursingle-schedule__exceprt {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .toursingle-schedule__nav .swiper-scrollbar {
    margin: 0 12px;
  }
}
.toursingle-program-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.toursingle-program-heading {
  display: flex;
  margin-bottom: 50px;
}

.toursingle-program-caption {
  margin: 0;
  max-width: 800px;
}

.toursingle-program-footer {
  margin-top: 40px;
  text-align: center;
}

.toursingle-program-donwload {
  width: 100%;
  padding: 16px;
  font-size: 14px;
}

.toursingle-program-filesize {
  margin: 0;
  margin-top: 16px;
  font-size: 12px;
  color: rgba(46, 46, 46, 0.5);
}

@media screen and (max-width: 992px) {
  .toursingle-program-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.toursingle-photos-section {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .toursingle-photos-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.toursingle-map-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.toursingle-map-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.toursingle-map-header-caption {
  margin: 0;
  margin-left: 32px;
  max-width: 300px;
  font-size: 14px;
  color: rgba(46, 46, 46, 0.7);
}

.toursingle-map-box {
  overflow: hidden;
  background-color: #C9D8C7;
  border-radius: 32px;
}

.toursingle-map-box iframe {
  display: block;
  height: 640px;
  margin: 0;
  padding: 0;
  border: none;
}

@media screen and (max-width: 1230px) {
  .toursingle-map-box {
    border-radius: 16px;
  }
}
@media screen and (max-width: 992px) {
  .toursingle-map-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .toursingle-map-header {
    display: block;
  }
  .toursingle-map-header-caption {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .toursingle-map-box iframe {
    height: 540px;
  }
}
.toursingle-hotels-section {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
}
.toursingle-hotels-section::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 10%;
  z-index: -1;
  display: inline-block;
  width: 210px;
  height: 210px;
  background-color: #E3E60B;
  border-radius: 50%;
  opacity: 0.6;
  filter: blur(140px);
}
.toursingle-hotels-section::after {
  content: "";
  position: absolute;
  top: 60%;
  left: 40%;
  z-index: -1;
  display: inline-block;
  width: 210px;
  height: 210px;
  background-color: #E3E60B;
  border-radius: 50%;
  opacity: 0.6;
  filter: blur(140px);
}

@media screen and (max-width: 992px) {
  .toursingle-hotels-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.toursingle-faq-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media screen and (max-width: 992px) {
  .toursingle-faq-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.toursingle-prices-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.toursingle-prices {
  padding-top: 0;
}

.toursingle-prices {
  padding-top: 0;
}

.toursingle-prices {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.toursingle-prices-column {
  width: 50%;
  padding-left: 12px;
  padding-right: 12px;
}

.toursingle-prices-content h2 {
  margin-bottom: 30px;
  font-size: 24px;
}
.toursingle-prices-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.toursingle-prices-content ul li {
  position: relative;
  padding-left: 24px;
}
.toursingle-prices-content ul li:not(:last-child) {
  margin-bottom: 16px;
}
.toursingle-prices-content ul li::before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #1E5F28;
  background-image: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.2287 6.60355C21.6193 6.99407 21.6193 7.62723 21.2287 8.01776L10.2559 18.9906C9.86788 19.3786 9.23962 19.3814 8.84811 18.9969L2.66257 12.9218C2.26855 12.5349 2.26284 11.9017 2.64983 11.5077L3.35054 10.7942C3.73753 10.4002 4.37067 10.3945 4.7647 10.7815L9.53613 15.4677L19.1074 5.89644C19.4979 5.50592 20.1311 5.50591 20.5216 5.89644L21.2287 6.60355Z' fill='%23ffffff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px;
  border-radius: 50%;
}

.toursingle-prices-content-off ul li::before {
  background-color: #5F1E26;
  background-image: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' fill='%23000000'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath fill='%23ffffff' d='M195.2 195.2a64 64 0 0 1 90.496 0L512 421.504 738.304 195.2a64 64 0 0 1 90.496 90.496L602.496 512 828.8 738.304a64 64 0 0 1-90.496 90.496L512 602.496 285.696 828.8a64 64 0 0 1-90.496-90.496L421.504 512 195.2 285.696a64 64 0 0 1 0-90.496z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px;
}

.toursingle-prices-list {
  margin-top: 30px;
}

.toursingle-prices-list-item {
  display: flex;
  margin: 0;
}
.toursingle-prices-list-item:not(:last-child) {
  margin-bottom: 16px;
}

.toursingle-prices-list-icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
}

.toursingle-prices-reservation {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-left: -12px;
  margin-right: -12px;
}

.toursingle-prices-reservation-column {
  width: 33.33%;
  flex: 1 1 auto;
  padding-left: 12px;
  padding-right: 12px;
}

.toursingle-prices-reservation-label {
  display: block;
  margin-bottom: 16px;
  color: rgba(51, 51, 51, 0.7);
}

.toursingle-prices-reservation-date {
  display: inline-block;
  width: 100%;
  height: 52px;
  padding: 0 16px;
  font-size: 16px;
  color: #fff;
  background-color: #1E5F28;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' width='64px' height='64px' viewBox='-8.5 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Ctitle%3Eangle-down%3C/title%3E%3Cpath d='M7.28 20.040c-0.24 0-0.44-0.080-0.6-0.24l-6.44-6.44c-0.32-0.32-0.32-0.84 0-1.2 0.32-0.32 0.84-0.32 1.2 0l5.84 5.84 5.84-5.84c0.32-0.32 0.84-0.32 1.2 0 0.32 0.32 0.32 0.84 0 1.2l-6.44 6.44c-0.16 0.16-0.4 0.24-0.6 0.24z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 30px;
  appearance: none;
  cursor: pointer;
  border-radius: 8px;
  border: none;
}

.toursingle-prices-reservation-price {
  height: 52px;
  padding: 0 16px;
  margin: 0;
  font-size: 18px;
  text-align: center;
  line-height: 52px;
  color: #fff;
  background-color: #1E5F28;
  border-radius: 8px;
}

.toursingle-prices-reservation-btn {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  line-height: 52px;
  text-align: center;
}

.toursingle-prices-reservation-nodates {
  flex: 0 0 auto;
  text-align: center;
}

.toursingle-prices-reservation-nodates-caption {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 14px;
  text-transform: uppercase;
  color: #2E2E2E;
}

.toursingle-prices-reservation-nodates-btn {
  padding-left: 2em;
  padding-right: 2em;
  font-size: 12px;
}

@media screen and (max-width: 992px) {
  .toursingle-prices-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .toursingle-prices {
    padding-top: 0;
  }
  .toursingle-prices-content h2 {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .toursingle-prices-column {
    width: 100%;
  }
  .toursingle-prices-column:not(:last-child) {
    margin-bottom: 30px;
  }
  .toursingle-prices-reservation-column {
    width: 100%;
  }
  .toursingle-prices-reservation-column:not(:last-child) {
    margin-bottom: 16px;
  }
  .toursingle-prices-reservation-label {
    margin-bottom: 5px;
  }
}
.toursingle-testimonials-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media screen and (max-width: 992px) {
  .toursingle-testimonials-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.toursingle-related-section {
  padding-top: 90px;
  padding-bottom: 110px;
}

@media screen and (max-width: 992px) {
  .toursingle-related-section {
    padding-top: 45px;
    padding-bottom: 90px;
  }
}