*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

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

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: inherit;
  -webkit-background-clip: text;
  -webkit-transition: background-color 0s 600000s, color 0s 600000s !important;
  transition: background-color 0s 600000s, color 0s 600000s !important;
}

.woocommerce form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.woocommerce form fieldset legend {
  margin-bottom: 10px;
}
.woocommerce form .form-row {
  width: 49%;
  position: relative;
  padding: 0;
  margin: 0 0 15px 0;
}
.woocommerce form .form-row.notes {
  width: 100%;
}
.woocommerce form .form-row.form-row-wide {
  width: 100%;
}
.woocommerce form .form-row label {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  z-index: 1;
  display: block;
  margin: 0;
  padding: 9px 0 0 9px;
  background-color: #fff;
  color: #4E8418;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  font-family: "Poppins", sans-serif;
  width: auto;
  height: auto;
  clip: unset;
  clip-path: unset;
}
.woocommerce form .form-row .input-text {
  width: 100%;
  resize: vertical;
  border: 1px solid #4E8418;
  border-radius: 0;
  background-color: transparent;
  outline: none;
  padding: 40px 10px 10px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #1E1F1D;
  margin-bottom: 0;
  outline: none;
}
.woocommerce form .form-row .input-text::-webkit-input-placeholder {
  color: #1E1F1D;
}
.woocommerce form .form-row .input-text::-webkit-input-placeholder, .woocommerce form .form-row .input-text::-ms-input-placeholder, .woocommerce form .form-row .input-text::placeholder {
  color: #1E1F1D;
}
.woocommerce form .form-row .input-text:focus {
  border-color: #4E8418;
}
.woocommerce form .form-row textarea {
  min-height: 100px;
}

input[type=checkbox] {
  width: 23px;
  min-width: 23px;
  height: 23px;
  margin-right: 10px;
  position: relative;
  outline: none !important;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 !important;
}
input[type=checkbox]::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  border: 1px solid #4E8418;
}
input[type=checkbox]::after {
  content: "";
  -webkit-mask: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E) no-repeat 50% 50%;
          mask: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E) no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #4E8418;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 23px;
  width: 23px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
input[type=checkbox]:checked::after {
  opacity: 1;
}
input[type=checkbox]:checked::before {
  border-color: #4E8418;
}

input[type=radio] {
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  cursor: pointer;
  outline: none;
}
input[type=radio]::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #4E8418;
}
input[type=radio]:checked::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #4E8418;
}

.select2-container--default {
  width: auto;
  max-width: 100%;
  z-index: 1;
  margin-bottom: 10px;
}
.select2-container--default .select2-selection.select2-selection--single {
  border-radius: 0px;
  border: 1px solid #4E8418 !important;
  padding: 40px 10px 10px;
  outline: none !important;
  background-color: transparent;
}
.select2-container--default .select2-selection.select2-selection--single .select2-selection__rendered {
  padding: 0px;
  color: #1E1F1D;
}
.select2-container--default .select2-selection.select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #1E1F1D;
}
.select2-container--default .select2-selection.select2-selection--single .select2-selection__arrow {
  right: 15px;
  top: 0;
}
.select2-container--default .select2-selection.select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection.select2-selection--single .select2-selection__arrow:before {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  color: #1E1F1D;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.select2-container--default.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow:before {
  content: "\f077";
}

.select2-dropdown.select2-dropdown--above,
.select2-dropdown.select2-dropdown--below {
  background-color: #fff;
  color: #1E1F1D;
  border: 1px solid #4E8418;
}
.select2-dropdown.select2-dropdown--above .select2-results__option--highlighted,
.select2-dropdown.select2-dropdown--below .select2-results__option--highlighted {
  background-color: #4E8418;
  outline: none;
}
.select2-dropdown.select2-dropdown--above .select2-search__field,
.select2-dropdown.select2-dropdown--below .select2-search__field {
  background-color: transparent;
  color: #1E1F1D;
  outline: none;
  border: 1px solid #4E8418;
  font-family: "Poppins", sans-serif;
}
.select2-dropdown.select2-dropdown--above .select2-search__field:focus,
.select2-dropdown.select2-dropdown--below .select2-search__field:focus {
  border: 1px solid #4E8418;
}

#ui-datepicker-div {
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
}
#ui-datepicker-div table {
  border-collapse: collapse;
  border-spacing: 0;
}
#ui-datepicker-div .ui-datepicker-calendar thead th {
  padding: 0.25rem 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  color: #78909c;
}
#ui-datepicker-div .ui-datepicker-calendar tbody td {
  width: 2.5rem;
  text-align: center;
  padding: 0;
}
#ui-datepicker-div .ui-datepicker-calendar tbody td span {
  display: block;
  border-radius: 0.25rem;
  line-height: 2rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 0.875rem;
  text-decoration: none;
  opacity: 0.6;
  background-color: #eceff1;
}
#ui-datepicker-div .ui-datepicker-calendar tbody td a {
  display: block;
  border-radius: 0.25rem;
  line-height: 2rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #4E8418;
  font-size: 0.875rem;
  text-decoration: none;
}
#ui-datepicker-div .ui-datepicker-calendar tbody td a:hover {
  background-color: #e0f2f1;
}
#ui-datepicker-div .ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: #4E8418;
  color: #fff;
}
#ui-datepicker-div .ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  border-radius: 0.25rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#ui-datepicker-div .ui-datepicker-header a.ui-corner-all:hover {
  background-color: #eceff1;
}
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 0.5rem;
  background-position: 50%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 50%;
}
#ui-datepicker-div .ui-datepicker-header a > span {
  display: none;
}
#ui-datepicker-div .ui-datepicker-title {
  text-align: center;
  line-height: 2rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 0.25rem;
}
#ui-datepicker-div .ui-datepicker-year,
#ui-datepicker-div .ui-datepicker-month {
  border: unset;
  background-color: #eceff1;
  margin: 0 5px;
  border-radius: 5px;
  padding: 2px 3px;
}
#ui-datepicker-div .ui-datepicker-week-col {
  color: #78909c;
  font-weight: 400;
  font-size: 0.75rem;
}

@media screen and (max-width: 480px) {
  .woocommerce form .form-row {
    width: 100% !important;
  }
}
#Form {
  margin-bottom: 85px;
}
#Form .formText {
  margin-bottom: 45px;
}
#Form .formText h3 {
  color: #4E8418;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 64.2px;
  margin-bottom: 42px;
}
#Form .formText p {
  max-width: 510px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#Form .hidden-fields-container {
  display: none;
}
#Form .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 10px;
}
#Form .wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#Form .wpcf7-form .fieldWrapper {
  width: 49%;
  padding: 0;
}
#Form .wpcf7-form .fieldWrapperArea {
  width: 100%;
  padding: 0;
}
#Form .wpcf7-form .fieldWrapper,
#Form .wpcf7-form .fieldWrapperArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 18px;
}
#Form .wpcf7-form .fieldWrapper label,
#Form .wpcf7-form .fieldWrapperArea label {
  margin-bottom: 6px;
}
#Form .wpcf7-form .fieldWrapper input,
#Form .wpcf7-form .fieldWrapperArea input {
  height: 50px;
}
#Form .wpcf7-form .fieldWrapper textarea,
#Form .wpcf7-form .fieldWrapperArea textarea {
  max-width: 100%;
  resize: vertical;
  min-height: 120px;
  max-height: 300px;
}
#Form .wpcf7-form .fieldWrapper input, #Form .wpcf7-form .fieldWrapper textarea,
#Form .wpcf7-form .fieldWrapperArea input,
#Form .wpcf7-form .fieldWrapperArea textarea {
  outline: none;
  border: 1px solid #4E8418;
  border-radius: 0;
  padding: 9px 21px;
  width: 100%;
}
#Form .wpcf7-form .fieldWrapper label,
#Form .wpcf7-form .fieldWrapperAcceptance label,
#Form .wpcf7-form .fieldWrapperArea label {
  color: #4E8418;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}
#Form .wpcf7-form .fieldWrapperAcceptance label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: normal;
}
#Form .wpcf7-form .fieldWrapperAcceptance span {
  margin: 0;
}
#Form .wpcf7-form .fieldWrapperAcceptance input {
  margin-right: 10px;
  height: 23px;
  width: 23px;
  accent-color: #4E8418;
  position: relative;
  outline: none;
}
#Form .wpcf7-form .fieldWrapperAcceptance input::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #4E8418;
  z-index: 1;
  background-color: #fff;
}
#Form .wpcf7-form .fieldWrapperAcceptance input:checked::after {
  content: "";
  -webkit-mask: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E) no-repeat 50% 50%;
          mask: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E) no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #4E8418;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 30px;
  width: 30px;
  z-index: 2;
}
#Form .wpcf7-form .fieldWrapperArea .btn {
  margin: 25px auto 0 auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
}
#Form .wpcf7-form .wpcf7-spinner {
  margin: 0 auto;
}
#Form .wpcf7-form .wpcf7-response-output {
  border: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  position: static;
  text-align: center;
  margin-top: 18px;
  margin-top: 7px;
  display: block;
  border: #00a0d2;
}
#Form .wpcf7-form .wpcf7-response-output.sent .wpcf7-response-output {
  margin-top: 7px;
  display: block;
  color: #46b450;
}
#Form .wpcf7-form .wpcf7-response-output.sent .wpcf7-response-output::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  padding-right: 5px;
}
#Form .wpcf7-form .wpcf7-response-output.spam .wpcf7-response-output {
  margin-top: 7px;
  display: block;
  color: #f56e28;
}
#Form .wpcf7-form .wpcf7-response-output.invalid .wpcf7-response-output, #Form .wpcf7-form .wpcf7-response-output.unaccepted .wpcf7-response-output, #Form .wpcf7-form .wpcf7-response-output.payment-required .wpcf7-response-output {
  margin-top: 7px;
  display: block;
  color: #ffb900;
}
#Form .wpcf7-form .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}
#Form .wpcf7-form.failed .wpcf7-response-output, #Form .wpcf7-form.aborted .wpcf7-response-output {
  margin-top: 7px;
  display: block;
  color: #dc3232;
}

@media screen and (max-width: 640px) {
  #Form .formText h3 {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 25px;
  }
  #Form .wpcf7-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #Form .wpcf7-form .fieldWrapper {
    width: 100%;
  }
}
#siteHeader {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.1);
}
#siteHeader .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
#siteHeader .header-content .header-left,
#siteHeader .header-content .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#siteHeader .header-content .header-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0;
}
#siteHeader .header-content .logoContainer img {
  display: block;
}
#siteHeader .header-content .rounded-btn {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#siteHeader .header-content .rounded-btn.shop {
  color: #fff;
  background-color: #4E8418;
}
#siteHeader .header-content .rounded-btn.book {
  color: #1E1F1D;
  background-color: #FCEB2A;
}
#siteHeader .header-content .wpml-ls-legacy-dropdown {
  width: auto;
}
#siteHeader .header-content .wpml-ls-legacy-dropdown a {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
}
#siteHeader .header-content .wpml-ls-legacy-dropdown a:hover {
  background-color: #fff;
}
#siteHeader .header-content .wpml-ls-legacy-dropdown a::after {
  content: unset;
}
#siteHeader .header-content .wpml-ls-legacy-dropdown a img {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
#siteHeader .header-content .wpml-ls-legacy-dropdown a span {
  color: #1E1F1D;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
}
#siteHeader .header-content .containerAction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#siteHeader .header-content .containerAction i {
  color: #1E1F1D;
  padding: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
}
#siteHeader .header-content .containerAccount {
  position: relative;
}
#siteHeader .header-content .containerAccount.open .dropdown-account-links {
  opacity: 1;
  visibility: visible;
}
#siteHeader .header-content .containerAccount .dropdown-account-links {
  background: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: -150px;
  margin-top: 5px;
  visibility: hidden;
  width: 190px;
  z-index: 101;
}
#siteHeader .header-content .containerAccount .dropdown-account-links a {
  display: block;
  padding: 10px 15px;
  color: #1E1F1D;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
#siteHeader .header-content .containerAccount .dropdown-account-links a:hover {
  background-color: #f5f5f5;
}
#siteHeader .header-content .miniCartButton {
  position: relative;
  display: block;
}
#siteHeader .header-content .miniCartButton .countCart {
  position: absolute;
  top: 0;
  right: 10px;
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: normal;
  background-color: #FCEB2A;
  color: #1E1F1D;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#siteHeader .header-content .containerCart.open .overlayCart {
  z-index: 110;
  opacity: 1;
  right: 0;
}
#siteHeader .header-content .containerCart.open .cartContent {
  right: 0;
}
#siteHeader .header-content .containerCart .overlayCart {
  background-color: rgba(36, 36, 36, 0.5);
  position: fixed;
  top: 0;
  right: auto;
  left: 0;
  bottom: 0;
  z-index: -30;
  opacity: 0;
}
#siteHeader .header-content .containerCart .cartContent {
  background-color: #fff;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  max-width: 420px;
  overflow-y: auto;
  width: 100%;
  z-index: 200;
}
#siteHeader .header-content .containerCart .cartContent .closeCart {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  cursor: pointer;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: #1E1F1D;
}
#siteHeader .header-content .containerCart .cartContent .closeCart i {
  font-size: inherit;
}
#siteHeader .header-content .containerCart .cartContent h3 {
  display: none;
}
#siteHeader .header-content .containerCart .cartContent .woocommerce-mini-cart__empty-message {
  padding: 50px 20px;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
#siteHeader .header-content .containerCart .cartContent .widget_shopping_cart_content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow-y: auto;
}
#siteHeader .header-content .containerCart .cartContent .minicartCounter {
  padding: 15px 40px 15px 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-bottom: 1px solid #e0e0e0;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1;
}
#siteHeader .header-content .containerCart .cartContent .minicartCounter p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#siteHeader .header-content .containerCart .cartContent .minicartCounter .countCart {
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: normal;
  background-color: #4E8418;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 6px;
}
#siteHeader .header-content .containerCart .cartContent .cart_list {
  min-height: 100px;
  height: 100%;
  overflow-y: auto;
}
#siteHeader .header-content .containerCart .cartContent .cart_list .mini_cart_item {
  padding: 10px 15px 0 15px;
}
#siteHeader .header-content .containerCart .cartContent .cart_list .mini_cart_item .rowMiniCartContent {
  position: relative;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #EFEFEF;
}
#siteHeader .header-content .containerCart .cartContent .cart_list .mini_cart_item .rowMiniCartContent:last-child {
  border-bottom: none;
}
#siteHeader .header-content .containerCart .cartContent .cart_list .mini_cart_item .cartRemove {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
}
#siteHeader .header-content .containerCart .cartContent .cart_list .mini_cart_item .cartRemove a {
  color: #1E1F1D !important;
  height: auto;
  width: auto;
  font-weight: 300;
}
#siteHeader .header-content .containerCart .cartContent .cart_list .mini_cart_item .cartRemove a:hover {
  background-color: transparent;
}
#siteHeader .header-content .containerCart .cartContent .cart_list .mini_cart_item .imageMiniCart {
  max-width: 80px;
  width: 100px;
  height: auto;
  margin-right: 10px;
}
#siteHeader .header-content .containerCart .cartContent .cart_list .mini_cart_item .imageMiniCart img {
  margin: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#siteHeader .header-content .containerCart .cartContent .cart_list .mini_cart_item .cartName {
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
  padding-right: 25px;
}
#siteHeader .header-content .containerCart .cartContent .cart_list .mini_cart_item .cartName a {
  color: #1E1F1D;
  text-decoration: none;
  font-weight: 500;
}
#siteHeader .header-content .containerCart .cartContent .cart_list .mini_cart_item .contentMiniCart {
  width: 100%;
}
#siteHeader .header-content .containerCart .cartContent .cart_list .mini_cart_item .contentBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 5px;
}
#siteHeader .header-content .containerCart .cartContent .cart_list .mini_cart_item .cartData dl {
  color: #1E1F1D;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding-left: 0;
  border: none;
}
#siteHeader .header-content .containerCart .cartContent .cart_list .mini_cart_item .cartData dl dt {
  font-weight: 600;
  margin: 0 6px 0 0;
  padding: 0;
}
#siteHeader .header-content .containerCart .cartContent .cart_list .mini_cart_item .cartData dl dd {
  margin: 0;
  padding: 0;
}
#siteHeader .header-content .containerCart .cartContent .cart_list .mini_cart_item .cartPrice {
  margin-left: auto;
}
#siteHeader .header-content .containerCart .cartContent .cart_list .mini_cart_item .cartPrice .cartPercentage {
  background-color: #4E8418;
  border-radius: 50px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#siteHeader .header-content .containerCart .cartContent .cart_list .mini_cart_item .cartPrice .amount {
  color: #4E8418;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  font-weight: 400;
  text-decoration: line-through;
}
#siteHeader .header-content .containerCart .cartContent .cart_list .mini_cart_item .cartPrice .cartProductPrice .amount {
  text-decoration: none;
  font-weight: 700;
}
#siteHeader .header-content .containerCart .cartContent .miniCartBlockBottom {
  padding: 10px 15px;
  background-color: #EFEFEF;
}
#siteHeader .header-content .containerCart .cartContent .miniCartBlockBottom .woocommerce-mini-cart__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  margin: 0;
  padding: 15px 0;
  color: #1E1F1D;
}
#siteHeader .header-content .containerCart .cartContent .miniCartBlockBottom .woocommerce-mini-cart__total.granTotal {
  border-top: 1px solid #1E1F1D;
  font-size: 22px;
}
#siteHeader .header-content .containerCart .cartContent .miniCartBlockBottom .woocommerce-mini-cart__total.granTotal .amount {
  font-weight: 700;
}
#siteHeader .header-content .containerCart .cartContent .miniCartBlockBottom .woocommerce-mini-cart__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}
#siteHeader .header-content .containerCart .cartContent .miniCartBlockBottom .woocommerce-mini-cart__buttons a {
  text-align: center;
  padding: 12px 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #4E8418;
  color: #4E8418;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
}
#siteHeader .header-content .containerCart .cartContent .miniCartBlockBottom .woocommerce-mini-cart__buttons a.checkout {
  background-color: #4E8418;
  color: #fff;
  border: none;
}

@media screen and (max-width: 768px) {
  #siteHeader .header-content .rounded-btn.book {
    position: fixed;
    right: 15px;
    bottom: 30px;
  }
  #siteHeader .header-content .containerAction i {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  #siteHeader .header-content .logoContainer img {
    width: 130px;
    height: auto;
  }
  #siteHeader .header-content .header-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    margin-bottom: -15px;
  }
  #siteHeader .header-content .header-right .language {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.menuToggle {
  cursor: pointer;
}
.menuToggle .closeIcon {
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menuToggle .openIcon {
  display: block;
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menuToggle .openIcon p {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  margin-top: 9px;
}
.menuToggle.active {
  background-color: #FCEB2A;
  border-radius: 50px;
}
.menuToggle.active .closeIcon {
  display: block;
  color: #1E1F1D;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  width: 73px;
  height: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
}
.menuToggle.active .openIcon {
  display: none;
}

@media screen and (max-width: 580px) {
  #siteHeader .headerSection#bookContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #siteHeader .headerSection#bookContainer .langSwitch {
    margin-top: 15px;
  }
  #siteHeader .headerSection#bookContainer .langSwitch a {
    margin-right: 0;
  }
}
#htmlBody.activeMenu {
  overflow-y: hidden;
}
#htmlBody.activeMenu #menu {
  width: 100vw;
}
#htmlBody.activeMenu #logoContainer,
#htmlBody.activeMenu #bookContainer,
#htmlBody.activeMenu #menuContainer {
  position: relative;
  margin-top: -100vh;
}
#htmlBody.activeMenu #menuClose {
  display: block;
  width: auto;
}
#htmlBody.activeMenu #menuImage {
  left: 0;
}
#htmlBody #menuImage {
  width: 100%;
  position: fixed;
  z-index: 6;
  left: 100vw;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#htmlBody #menu {
  width: auto;
  overflow-x: clip;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 0;
  z-index: 7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
  max-width: 620px;
}
#htmlBody #menu .menuContent {
  padding: 30px 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#htmlBody #menu .menuContent img {
  max-width: unset;
  width: auto;
  height: 160px;
}
#htmlBody #menu .menuContent ul {
  margin-top: 50px;
  padding-left: 0;
}
#htmlBody #menu .menuContent ul li {
  list-style: none;
}
#htmlBody #menu .menuContent ul a {
  color: #4E8418;
  font-size: 55px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px;
  padding-left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#htmlBody #menu .menuContent ul a:hover {
  padding-left: 15px;
}
#htmlBody #menu .menuContent .contactsMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 75px;
  margin-top: auto;
}
#htmlBody #menu .menuContent .contactsMenu a {
  color: #4E8418;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}
#htmlBody #menuClose {
  position: fixed;
  z-index: 8;
  top: 64px;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}
#htmlBody #menuClose .menuCloseContent {
  width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#siteFooter {
  background-color: #EFEFEF;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 45px 15px 25px;
}
#siteFooter img {
  margin-bottom: 65px;
}
#siteFooter .copyright-text {
  width: 100%;
}
#siteFooter .copyright-text p {
  color: #1E1F1D;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  padding: 0;
  text-align: center;
}
#siteFooter .copyright-text p a {
  color: inherit;
  text-decoration: underline;
}
#siteFooter .copyright-text p a:hover {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.wrapper,
.formWrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.wrapper {
  max-width: 1400px;
}

.wrapper-800 {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.formWrapper {
  max-width: 610px;
}

.btn {
  background-color: #FCEB2A;
  color: #1E1F1D;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 17px 40px;
  min-width: 230px;
  border: unset;
}

.btn,
a {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
.btn:hover,
a:hover {
  opacity: 0.8;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background: #4E8418;
  border-radius: 0;
}

.noScroll {
  overflow-y: hidden;
}

.topbar {
  overflow: hidden;
  background-color: #4E8418;
  color: #fff;
  font-weight: 600;
}
.topbar marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.woocommerce nav.woocommerce-breadcrumb {
  padding: 40px 0;
  color: #4E8418;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.woocommerce nav.woocommerce-breadcrumb a {
  color: inherit !important;
  text-decoration: none;
}

.woocommerce-notices-wrapper {
  width: 100%;
}

.woocommerce-error {
  border: 1px solid #DC3232;
  border-radius: 0;
  background-color: rgba(220, 50, 50, 0.2);
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1E1F1D;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 20px;
}
.woocommerce-error::before {
  content: unset;
}
.woocommerce-error a {
  display: none !important;
}

.woocommerce-info {
  border: 1px solid #2196F3;
  border-radius: 0;
  background-color: rgba(33, 149, 243, 0.2);
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1E1F1D;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 20px;
}
.woocommerce-info::before {
  content: unset;
}
.woocommerce-info a {
  display: none !important;
}

.woocommerce-message {
  border: 1px solid #4E8418;
  border-radius: 0;
  background-color: rgba(78, 132, 24, 0.2);
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1E1F1D;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 20px;
}
.woocommerce-message::before {
  content: unset;
}
.woocommerce-message a {
  display: none !important;
}

.container404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 105px;
}
.container404 i {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 10px;
}
.container404 h1 {
  font-size: 60px;
  margin-bottom: 20px;
}
.container404 h2 {
  font-size: 25px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .woocommerce nav.woocommerce-breadcrumb {
    padding: 20px 0;
  }
}
.slideshowWInfo {
  background-color: #4E8418;
  padding: 90px 0;
  margin-bottom: 90px;
  position: relative;
}
.slideshowWInfo .slideshowWInfoContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.slideshowWInfo .slideshowWInfoContent .swiperInfoImages {
  overflow: hidden;
  width: 50%;
}
.slideshowWInfo .slideshowWInfoContent .swiperInfoImages .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slideshowWInfo .slideshowWInfoContent .text {
  width: 50%;
  padding-left: 10%;
  color: #fff;
  margin: auto 0;
}
.slideshowWInfo .slideshowWInfoContent .text h1,
.slideshowWInfo .slideshowWInfoContent .text h2,
.slideshowWInfo .slideshowWInfoContent .text h3,
.slideshowWInfo .slideshowWInfoContent .text h4,
.slideshowWInfo .slideshowWInfoContent .text h5,
.slideshowWInfo .slideshowWInfoContent .text h6 {
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 43px;
  margin-bottom: 22px;
}
.slideshowWInfo .slideshowWInfoContent .text * {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}

@media screen and (max-width: 991px) {
  .slideshowWInfo {
    padding: 40px 0;
  }
  .slideshowWInfo .slideshowWInfoContent .swiperInfoImages {
    width: 100%;
  }
  .slideshowWInfo .slideshowWInfoContent .text {
    padding: 20px 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .slideshowWInfo .slideshowWInfoContent .text h1,
  .slideshowWInfo .slideshowWInfoContent .text h2,
  .slideshowWInfo .slideshowWInfoContent .text h3,
  .slideshowWInfo .slideshowWInfoContent .text h4,
  .slideshowWInfo .slideshowWInfoContent .text h5,
  .slideshowWInfo .slideshowWInfoContent .text h6 {
    font-size: 28px;
    line-height: 30px;
  }
  .slideshowWInfo .slideshowWInfoContent .text * {
    font-size: 18px;
    line-height: 22px;
  }
}
.custom-page-title {
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
  color: #4E8418;
  margin: 50px auto 40px;
}

@media screen and (max-width: 768px) {
  .custom-page-title {
    font-size: 28px;
    line-height: 30px;
    margin: 30px auto 20px;
  }
}
.section-bg {
  background-color: #4E8418;
  padding: 80px 0;
}

.text-plus-image-container {
  padding-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.text-plus-image-container .text-plus-image-image-container {
  width: 50%;
}
.text-plus-image-container .text-plus-image-image-container img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-plus-image-container .text-plus-image-content-container {
  width: 50%;
  max-width: 550px;
  padding: 30px;
  margin: auto auto;
}
.text-plus-image-container .text-plus-image-content-container h1,
.text-plus-image-container .text-plus-image-content-container h2,
.text-plus-image-container .text-plus-image-content-container h3,
.text-plus-image-container .text-plus-image-content-container h4,
.text-plus-image-container .text-plus-image-content-container h5,
.text-plus-image-container .text-plus-image-content-container h6 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  margin: 0 0 40px;
}
.text-plus-image-container .text-plus-image-content-container * {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
.text-plus-image-container .text-plus-image-content-container .btn {
  margin-top: 50px;
  color: #1E1F1D;
  text-transform: uppercase;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .text-plus-image-container {
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .text-plus-image-container .text-plus-image-image-container,
  .text-plus-image-container .text-plus-image-content-container {
    width: 100%;
  }
  .text-plus-image-container .text-plus-image-content-container {
    padding: 20px 15px;
    max-width: unset;
  }
  .text-plus-image-container .text-plus-image-content-container h1,
  .text-plus-image-container .text-plus-image-content-container h2,
  .text-plus-image-container .text-plus-image-content-container h3,
  .text-plus-image-container .text-plus-image-content-container h4,
  .text-plus-image-container .text-plus-image-content-container h5,
  .text-plus-image-container .text-plus-image-content-container h6 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .text-plus-image-container .text-plus-image-content-container * {
    font-size: 16px;
    line-height: 25px;
  }
}
#imagesBlock-green {
  background-color: #4E8418;
}
#imagesBlock-green .isText img {
  margin-bottom: 30px;
  padding-right: 0;
}
#imagesBlock-green .isText .textGroup {
  padding-left: 0;
  max-width: 520px;
  font-size: 14px;
  line-height: 19px;
}
#imagesBlock-green .isText .textGroup h1,
#imagesBlock-green .isText .textGroup h2,
#imagesBlock-green .isText .textGroup h3,
#imagesBlock-green .isText .textGroup h4,
#imagesBlock-green .isText .textGroup h5,
#imagesBlock-green .isText .textGroup h6 {
  font-size: 33px;
  line-height: 37px;
  margin-bottom: 22px;
}

.roomsPage .roomsSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.roomsPage #roomsWrapper .room {
  overflow: hidden;
  padding-top: 56px;
  padding-bottom: 100px;
  position: relative;
}
.roomsPage #roomsWrapper .room:nth-child(odd) {
  background-color: #4E8418;
}
.roomsPage #roomsWrapper .room:nth-child(odd) *:not(.btn, a) {
  color: #fff;
}
.roomsPage #roomsWrapper .room:nth-child(even) *:not(.btn, a) {
  color: #4E8418;
}
.roomsPage #roomsWrapper .room:nth-child(3n) .accentImage {
  right: 0;
}
.roomsPage #roomsWrapper .room:nth-child(4n+1) .accentImage {
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.roomsPage #roomsWrapper .room .roomsSwiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.roomsPage #roomsWrapper .room .swiper-slide {
  height: auto;
}
.roomsPage #roomsWrapper .room .roomsSwiper {
  overflow: visible;
  margin-bottom: 75px;
}
.roomsPage #roomsWrapper .room .roomData {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.roomsPage #roomsWrapper .room .roomData > * {
  width: 100%;
}
.roomsPage #roomsWrapper .room .roomData .roomInfo {
  padding-right: 30px;
}
.roomsPage #roomsWrapper .room .roomData .roomInfo .info {
  max-width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.roomsPage #roomsWrapper .room .roomData .roomInfo .info strong {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
}
.roomsPage #roomsWrapper .room .roomData .roomInfo .info span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  text-align: right;
}
.roomsPage #roomsWrapper .room .roomData .roomText h2 {
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 50.2px;
  margin-bottom: 27px;
}
.roomsPage #roomsWrapper .room .roomData .roomText .text {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.9px;
  margin-bottom: 35px;
}
.bookPage #chessBlocks.bookChessBlock {
  position: relative;
  background-color: #4E8418;
  margin-bottom: 160px;
}
.bookPage #chessBlocks.bookChessBlock .accentImage {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.bookPage #chessBlocks.bookChessBlock * {
  color: #fff !important;
}
.bookPage #chessBlocks.bookChessBlock#chessBlocks .chessBlock, .bookPage #chessBlocks.bookChessBlock#chessBlocks2 .chessBlock {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.bookPage #chessBlocks.bookChessBlock#chessBlocks .chessBlock .chessImage, .bookPage #chessBlocks.bookChessBlock#chessBlocks2 .chessBlock .chessImage {
  padding-top: 40px;
  padding-bottom: 40px;
}

#rooms {
  margin-bottom: 159px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#rooms > div {
  width: 100%;
}
#rooms > div > h3 {
  max-width: 820px;
  color: #4E8418;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 64.2px;
  margin-bottom: 23px;
}
#rooms > div > p {
  max-width: 820px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 70px;
}
#rooms .room {
  width: 50%;
  position: relative;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#rooms .room:not(:last-child) {
  padding-right: 15px;
}
#rooms .room img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#rooms .room .roomInfo {
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#rooms .room .roomInfo .roomName,
#rooms .room .roomInfo .roomPeople,
#rooms .room .roomInfo .roomPrice {
  color: #fff;
  text-align: center;
}
#rooms .room .roomInfo .roomName {
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
}
#rooms .room .roomInfo .roomPeople {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 10px;
}
#rooms .room .roomInfo .roomPrice {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
}

#titleBreak {
  padding-top: 106px;
  padding-bottom: 117px;
}
#titleBreak h1,
#titleBreak h2,
#titleBreak h3,
#titleBreak h4,
#titleBreak h5,
#titleBreak h6 {
  color: #4E8418;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 64.2px;
}

@media screen and (max-width: 1024px) {
  #rooms .room {
    width: 50%;
  }
  #rooms .room:nth-child(odd) {
    padding-right: 15px;
  }
  #rooms .room:nth-child(even) {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #titleBreak {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #titleBreak h1,
  #titleBreak h2,
  #titleBreak h3,
  #titleBreak h4,
  #titleBreak h5,
  #titleBreak h6 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media screen and (max-width: 520px) {
  #rooms .room {
    width: 100%;
    padding-right: 0 !important;
  }
}
#banner {
  min-height: calc(100vh - 131px);
  width: 100%;
  margin-bottom: 78px;
}
#banner .bannerSlideshow .swiper-wrapper .swiper-slide {
  min-height: calc(100vh - 131px);
}
#banner .bannerSlideshow .swiper-wrapper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#banner .bannerSlideshow .swiper-wrapper .swiper-slide .slide-content {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#banner .bannerSlideshow .swiper-wrapper .swiper-slide .slide-content * {
  color: #fff;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 68px;
  max-width: 980px;
}
#banner .bannerSlideshow .swiper-pagination {
  bottom: 40px;
}
#banner .bannerSlideshow .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: transparent;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 11px;
  width: 11px;
}
#banner .bannerSlideshow .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

@media screen and (max-width: 1200px) {
  #banner .bannerSlideshow .swiper-wrapper .swiper-slide .slide-content * {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 720px) {
  #banner .bannerSlideshow .swiper-wrapper .swiper-slide .slide-content * {
    font-size: 32px;
    line-height: 38px;
  }
}
.accentImage,
.accentImage2 {
  width: 330px;
  position: absolute;
  z-index: -1;
}

.accentImage {
  bottom: calc(100% - 105px);
  right: 0;
}

.accentImage2 {
  top: calc(100% - 105px);
  right: 0;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

#chessBlocks,
#chessBlocks2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
#chessBlocks .chessBlock,
#chessBlocks2 .chessBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#chessBlocks .chessBlock:nth-child(even),
#chessBlocks2 .chessBlock:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#chessBlocks .chessBlock .chessImage,
#chessBlocks2 .chessBlock .chessImage {
  width: 50%;
  max-width: 560px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
#chessBlocks .chessBlock .chessBlockText,
#chessBlocks2 .chessBlock .chessBlockText {
  width: 50%;
  max-width: 560px;
  margin: auto 0;
}
#chessBlocks .chessBlock:nth-child(odd) .chessBlockText,
#chessBlocks2 .chessBlock:nth-child(odd) .chessBlockText {
  padding-left: 15px;
}
#chessBlocks .chessBlock:nth-child(even) .chessBlockText,
#chessBlocks2 .chessBlock:nth-child(even) .chessBlockText {
  padding-right: 15px;
}
#chessBlocks#chessBlocks .chessBlock,
#chessBlocks2#chessBlocks .chessBlock {
  margin-bottom: 78px;
}
#chessBlocks#chessBlocks .chessBlock .chessImage,
#chessBlocks2#chessBlocks .chessBlock .chessImage {
  padding: 30px 0;
}
#chessBlocks#chessBlocks .chessBlock .chessImage img,
#chessBlocks2#chessBlocks .chessBlock .chessImage img {
  margin-bottom: 60px;
}
#chessBlocks#chessBlocks .chessBlock .text h1,
#chessBlocks#chessBlocks .chessBlock .text h2,
#chessBlocks#chessBlocks .chessBlock .text h3,
#chessBlocks#chessBlocks .chessBlock .text h4,
#chessBlocks#chessBlocks .chessBlock .text h5,
#chessBlocks#chessBlocks .chessBlock .text h6,
#chessBlocks2#chessBlocks .chessBlock .text h1,
#chessBlocks2#chessBlocks .chessBlock .text h2,
#chessBlocks2#chessBlocks .chessBlock .text h3,
#chessBlocks2#chessBlocks .chessBlock .text h4,
#chessBlocks2#chessBlocks .chessBlock .text h5,
#chessBlocks2#chessBlocks .chessBlock .text h6 {
  color: #4E8418;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 50.2px;
  margin-bottom: 25px;
}
#chessBlocks#chessBlocks .chessBlock .text *,
#chessBlocks2#chessBlocks .chessBlock .text * {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
#chessBlocks#chessBlocks .chessBlock .text .btn,
#chessBlocks2#chessBlocks .chessBlock .text .btn {
  margin-top: 50px;
  font-weight: 700;
}
#chessBlocks#chessBlocks2,
#chessBlocks2#chessBlocks2 {
  background-color: #4E8418;
  color: #fff;
}
#chessBlocks#chessBlocks2 .chessBlock .chessImage,
#chessBlocks2#chessBlocks2 .chessBlock .chessImage {
  height: auto;
  position: relative;
}
#chessBlocks#chessBlocks2 .chessBlock .chessImage img,
#chessBlocks2#chessBlocks2 .chessBlock .chessImage img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#chessBlocks#chessBlocks2 .chessBlock.wrapper:nth-child(even),
#chessBlocks2#chessBlocks2 .chessBlock.wrapper:nth-child(even) {
  padding-left: 0;
}
#chessBlocks#chessBlocks2 .chessBlock.wrapper:nth-child(even) .chessImage img,
#chessBlocks2#chessBlocks2 .chessBlock.wrapper:nth-child(even) .chessImage img {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  max-width: unset;
}
#chessBlocks#chessBlocks2 .chessBlock.wrapper:nth-child(odd),
#chessBlocks2#chessBlocks2 .chessBlock.wrapper:nth-child(odd) {
  padding-right: 0;
}
#chessBlocks#chessBlocks2 .chessBlock.wrapper:nth-child(odd) .chessImage img,
#chessBlocks2#chessBlocks2 .chessBlock.wrapper:nth-child(odd) .chessImage img {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: auto;
  max-width: unset;
}
#chessBlocks#chessBlocks2 .chessBlock:not(:first-child),
#chessBlocks2#chessBlocks2 .chessBlock:not(:first-child) {
  padding-top: 50px;
}
#chessBlocks#chessBlocks2 .chessBlock .text,
#chessBlocks2#chessBlocks2 .chessBlock .text {
  padding: 125px 15px;
}
#chessBlocks#chessBlocks2 .chessBlock .text h1,
#chessBlocks#chessBlocks2 .chessBlock .text h2,
#chessBlocks#chessBlocks2 .chessBlock .text h3,
#chessBlocks#chessBlocks2 .chessBlock .text h4,
#chessBlocks#chessBlocks2 .chessBlock .text h5,
#chessBlocks#chessBlocks2 .chessBlock .text h6,
#chessBlocks2#chessBlocks2 .chessBlock .text h1,
#chessBlocks2#chessBlocks2 .chessBlock .text h2,
#chessBlocks2#chessBlocks2 .chessBlock .text h3,
#chessBlocks2#chessBlocks2 .chessBlock .text h4,
#chessBlocks2#chessBlocks2 .chessBlock .text h5,
#chessBlocks2#chessBlocks2 .chessBlock .text h6 {
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 43.2px;
  margin-bottom: 25px;
}
#chessBlocks#chessBlocks2 .chessBlock .text *,
#chessBlocks2#chessBlocks2 .chessBlock .text * {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}

@media screen and (max-width: 1440px) {
  #htmlBody #menu .menuContent img {
    height: 140px;
  }
  #htmlBody #menu .menuContent ul a {
    font-size: 45px;
    line-height: 57px;
  }
}
@media screen and (max-width: 1200px) {
  .accentImage,
  .accentImage2 {
    width: 230px;
  }
  .accentImage {
    bottom: calc(100% - 70px);
  }
  .accentImage2 {
    top: calc(100% - 70px);
  }
}
@media screen and (max-width: 991px) {
  #htmlBody #menu .menuContent ul {
    margin-top: 55px;
  }
  #htmlBody #menu .menuContent ul a {
    font-size: 60px;
    line-height: 70px;
  }
  #chessBlocks .chessBlock,
  #chessBlocks2 .chessBlock {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  #chessBlocks .chessBlock .chessImage,
  #chessBlocks .chessBlock .chessBlockText,
  #chessBlocks2 .chessBlock .chessImage,
  #chessBlocks2 .chessBlock .chessBlockText {
    width: 100%;
    max-width: unset;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #chessBlocks .chessBlock .chessBlockText,
  #chessBlocks2 .chessBlock .chessBlockText {
    padding-bottom: 0;
  }
  #chessBlocks .chessBlock .chessImage,
  #chessBlocks2 .chessBlock .chessImage {
    max-width: unset;
  }
  #chessBlocks .chessBlock .chessImage img,
  #chessBlocks2 .chessBlock .chessImage img {
    display: block;
    position: static !important;
    width: 100% !important;
  }
  #chessBlocks .chessBlock.wrapper,
  #chessBlocks2 .chessBlock.wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 720px) {
  #htmlBody #menu .menuContent ul {
    margin-top: 45px;
  }
  #htmlBody #menu .menuContent ul a {
    font-size: 48px;
    line-height: 60px;
  }
  #htmlBody #menu .menuContent .contactsMenu {
    margin-top: 70px;
  }
  .accentImage,
  .accentImage2 {
    width: 120px;
  }
  .accentImage {
    bottom: calc(100% - 40px);
  }
  .accentImage2 {
    top: calc(100% - 40px);
  }
}
@media screen and (max-width: 620px) {
  #htmlBody #menu .menuContent {
    padding: 55px 25px;
  }
}
@media screen and (max-width: 768px) {
  #rooms > div > h3 {
    font-size: 28px;
    line-height: 30px;
  }
  #rooms > div > p {
    font-size: 18px;
    line-height: 22px;
  }
  #chessBlocks#chessBlocks .chessBlock .text,
  #chessBlocks2#chessBlocks .chessBlock .text,
  #chessBlocks2#chessBlocks2 .chessBlock .text,
  #chessBlocks#chessBlocks2 .chessBlock .text {
    padding: 40px 15px;
  }
  #chessBlocks#chessBlocks .chessBlock .text h1,
  #chessBlocks#chessBlocks .chessBlock .text h2,
  #chessBlocks#chessBlocks .chessBlock .text h3,
  #chessBlocks#chessBlocks .chessBlock .text h4,
  #chessBlocks#chessBlocks .chessBlock .text h5,
  #chessBlocks#chessBlocks .chessBlock .text h6,
  #chessBlocks2#chessBlocks .chessBlock .text h1,
  #chessBlocks2#chessBlocks .chessBlock .text h2,
  #chessBlocks2#chessBlocks .chessBlock .text h3,
  #chessBlocks2#chessBlocks .chessBlock .text h4,
  #chessBlocks2#chessBlocks .chessBlock .text h5,
  #chessBlocks2#chessBlocks .chessBlock .text h6,
  #chessBlocks2#chessBlocks2 .chessBlock .text h1,
  #chessBlocks2#chessBlocks2 .chessBlock .text h2,
  #chessBlocks2#chessBlocks2 .chessBlock .text h3,
  #chessBlocks2#chessBlocks2 .chessBlock .text h4,
  #chessBlocks2#chessBlocks2 .chessBlock .text h5,
  #chessBlocks2#chessBlocks2 .chessBlock .text h6,
  #chessBlocks#chessBlocks2 .chessBlock .text h1,
  #chessBlocks#chessBlocks2 .chessBlock .text h2,
  #chessBlocks#chessBlocks2 .chessBlock .text h3,
  #chessBlocks#chessBlocks2 .chessBlock .text h4,
  #chessBlocks#chessBlocks2 .chessBlock .text h5,
  #chessBlocks#chessBlocks2 .chessBlock .text h6 {
    font-size: 28px;
    line-height: 30px;
  }
  #chessBlocks#chessBlocks .chessBlock .text *,
  #chessBlocks2#chessBlocks .chessBlock .text *,
  #chessBlocks2#chessBlocks2 .chessBlock .text *,
  #chessBlocks#chessBlocks2 .chessBlock .text * {
    font-size: 18px;
    line-height: 22px;
  }
}