/*=====================================================*/
/* Advansys PageExpress Custom Responsive Stylesheet   */
/*=====================================================*/

.top-line {
  height: 2px;
  width: 72px;
  border-top: 1px solid #b8c4b1;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 30px;
}

:root {
  --body-background: rgb(255, 255, 255);
  --body-color: rgb(0, 0, 0);
  --body-font: Montserrat;
  --h1-font: Baskervville;
  --h2-font: Baskervville;
  --h3-font: Baskervville;
  --h4-font: Baskervville;
  --text-primary: rgb(0, 0, 0);
  --text-secondary: rgb(255, 255, 0);
  --cookie-background: rgb(255, 255, 255);
  --cookie-text-color: rgb(0, 0, 0);
  --button-background: rgb(0, 0, 0);
  --quickinquiry-background: rgb(238, 238, 238);
  --quickinquiry-color: rgb(68, 68, 68);
  --quickinquiry-tab-background: (
    ((quickinquiry-tab-background))
  );
  --navbar-hamburguer-icon-color: (
    ((navbar-hamburguer-icon-color))
  );
  --navbar-phone-color: rgb(255, 255, 255);
  --sticky-header-background: (
    ((sticky-header-background))
  );
  --navbar-phone-icon: rgb(255, 255, 255);
  --nav-mobile-backgroundcolor: (
    ((nav-mobile-backgroundcolor))
  );
  --navlink-mobile-bordercolor: (
    ((navlink-mobile-bordercolor))
  );
  --nav-link-color-mobile: rgb(255, 255, 255);
  --nav-link-color: rgb(0, 0, 0);
  --footer-background: rgb(0, 0, 0);
  --footer-textcolor: rgb(255, 255, 255);
  --sticky-header-text-color: (
    ((sticky-header-text-color))
  );
  --required_color: rgb(255, 0, 0);
  --h1-fontsize: 100px;
  --h2-fontsize: 48px;
  --h3-fontsize: 28px;
  --h4-fontsize: 24px;
  --h1-fontweight: normal;
  --h2-fontweight: normal;
  --h3-fontweight: normal;
  --h4-fontweight: normal;
  --header_promo_line_bgcolor: (
    ((header_promo_line_bgcolor))
  );
  --header_promo_line_textcolor: (
    ((header_promo_line_textcolor))
  );
  /*-----------------------------------------------------------------------*/
  /* Custom Variables */
  --input_height: 40px;
  --hpl01-h: 0px;
}

body {
  background: var(--body-background);
  color: var(--body-color);
  margin-top: 90px;
  font-family: var(--body-font);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-weight: 700;
}

h1,
.h1 {
  font-family: var(--h1-font);
  font-size: var(--h1-fontsize);
  font-weight: var(--h1-fontweight);
}

h2,
.h2 {
  font-family: var(--h2-font);
  font-size: var(--h2-fontsize);
  font-weight: var(--h2-fontweight);
}

h3,
.h3 {
  font-family: var(--h3-font);
  font-size: var(--h3-fontsize);
  font-weight: var(--h3-fontweight);
}

h4,
.h4 {
  font-family: var(--h4-font);
  font-size: var(--h4-fontsize);
  font-weight: var(--h4-fontweight);
}

.form-control {
  min-height: var(--input_height);
}
.btn-with-border {
  border: 1px solid #fff;
}

.btn {
  padding: 5px 15px;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 30px;
  border-radius: 0;
  font-weight: 200;
  font-family: "Bebas Neue";
  letter-spacing: 0.17em;
}
.btn-brown {
  background-color: #4f4037;
}
.btn-green {
  background-color: #93ad72;
}
.btn:hover,
.btn:active,
.btn:focus,
.btn:focus-within {
  color: #fff;
  text-decoration: none;
  box-shadow: none !important;
  outline: none !important;
}

button:hover,
button:active,
button:focus,
button:focus-within {
  text-decoration: none;
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  padding: 5px 15px;
  background-color: var(--button-background);
  color: #fff;
  cursor: pointer;
}

.btn-primary:hover {
  color: #fff;
  text-decoration: none;
  background-color: var(--button-background);
  background-color: var(--button-background);
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: var(--button-background);
  background-color: var(--button-background);
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:link {
  color: #fff;
  text-decoration: none;
  background-color: #000;
  border-color: #000;
}

.btn-secondary {
  transition: 0.2s all;
  background-color: #fff;
  color: #000;
}

.btn-secondary:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

.btn-primary:active {
  outline: none !important;
  box-shadow: none !important;
  background-color: #000;
  color: #fff;
}

.btn-share {
  position: relative;
  margin-right: 10px;
  padding: 12px 20px 12px 35px;
  text-transform: none;
  line-height: 1;
  margin-bottom: 10px;
  border-radius: 0;
}

.btn-share span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: inline-block;
  width: 40px;
  text-align: center;
}

.btn-share.facebook {
  background-color: #2f5a9b;
}

.btn-share.twitter {
  background-color: #00acf2;
}

@media (min-width: 576px) {
  .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 575.98px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/* Quick Enquiry */
#slideOut {
  right: -400px;
  width: 400px;
  min-height: 300px;
}

#slideOut div.container {
  padding: 15px;
}

/* Display slideOut */
.right-tab.show {
  right: 0px !important;
}

/* Tab */
#slideOut .slideOutTab {
  cursor: pointer;
  position: absolute;
  left: -40px;
  width: 40px;
  height: 200px;
  background: var(--quickinquiry-tab-background);
}

/* Tab Layer */
.slideOutTab div {
  text-align: center;
  position: relative;
  font-family: arial;
  font-weight: normal;
  font-size: 18px;
  color: #ffffff;
  right: 70px;
  top: 90px;
  width: 180px;
  transform: rotate(270deg);
  -ms-transform: rotate(270deg); /* IE9+ */
  writing-mode: horizontal-tb;
}

#slideOut .col-form-label {
  padding: 0 0 3px;
}

#slideOut .form-control {
  min-height: 35px;
}

#slideOut textarea.form-control {
  resize: none;
  height: 108px;
}

#slideOut .form-group {
  margin-bottom: 10px;
}

#slideOut .form-control:focus {
  outline: none;
}

.form.blocked {
  pointer-events: none;
}

.form .form-error {
  display: block;
  color: #b94a48;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 140%;
}

.form .tickbox {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.form .radio-multi .tickbox:last-child {
  margin-bottom: 0;
}

.form .radio-multi > label {
  display: none;
}

.form input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-top: 5px;
}

.form input[type="checkbox"] + label {
  padding: 0 0 0 5px;
}

.form .form-error {
  font-size: 15px;
}

.form textarea.form-control {
  resize: none;
  height: 150px;
}

form input[type="checkbox"] + label + .form-error {
  display: none;
}

.form-group {
  margin-bottom: 1rem;
}

form .checkbox {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}

form .checkbox + label {
  position: relative;
  padding-left: 30px !important;
  cursor: pointer;
}

form .checkbox + label:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  display: block;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: inset 0 2px 2px rgba(172, 172, 172, 0.27);
  border: 1px solid #cccccc;
  width: 20px;
  height: 20px;
}

form .checkbox:checked + label:after {
  content: "\f00c";
  position: absolute;
  left: 4px;
  top: 3px;
  color: rgb(0, 0, 0);
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  display: inline-block;
  font-style: normal;
  cursor: pointer;
  font-weight: 600;
}

.form .required-star {
  color: rgb(255, 0, 0);
}

form .tickbox.has-error label:before {
  color: var(--required_color);
  border-color: #fff;
  background-color: var(--required_color);
}

.form .form-group {
  position: relative;
}

.form select.valid,
.form input.valid {
  background-image: url("/images/default/success-field.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  -webkit-background-size: 20px;
  background-size: 20px;
  border-color: #4a4a4a;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}

.form select.error,
.form input.error {
  background-image: url("/images/default/error-field.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  -webkit-background-size: 20px;
  background-size: 20px;
  border: 2px solid #ff0000;
  background-color: #ffeded;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}

.form .error + div.error,
.form .form-group.has-error div.error {
  color: #f00;
  position: absolute;
  right: 0;
  bottom: -22px;
  margin: 0;
}

.form .captcha .error + div.error,
.form .form-group.captcha.has-error div.error {
  position: static;
}

.form .form-group.has-error.tickbox div.error {
  display: none !important;
}

form .has-error input.error,
form .has-error select.error,
form .has-error textarea.error,
form .radio-multi.has-error .tickbox {
  background-color: rgb(255, 244, 244);
  background-image: url("/images/default/error-field.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  -webkit-background-size: 20px;
  background-size: 20px;
  border-color: #f00;
  border-width: 2px;
}

form .has-error div.error {
  color: #f00;
}

#slideOut .form-error {
  display: none;
}

#slideOut .bottom-box {
  position: relative;
  margin-bottom: 0px !important;
}

#slideOut .bottom-box .required {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 14px;
  color: rgb(68, 68, 68);
}

.right-tab {
  display: none;
  position: fixed;
  top: 200px;
  width: 370px;
  right: -370px;
  background: var(--quickinquiry-background);
  z-index: 99;
  color: var(--quickinquiry-color);
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.right-tab iframe {
  border: none;
  width: 100%;
  height: 350px;
}

.right-tab-button {
  background: var(--quickinquiry-tab-background);
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: -40px;
}

.right-tab-button > i {
  line-height: 40px;
}

#facebook-feed {
  top: 405px;
  z-index: 9998;
}

#twitter-feed {
  top: 450px;
  z-index: 9997;
}

#instagram-feed {
  top: 495px;
  z-index: 9996;
}

.right-tab-content {
  padding: 15px;
}

/* Cookie Warning */
#cookie {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1100;
}

.CookiePreferencesPopup {
  z-index: 1101;
}

#cookie-content {
  width: calc(100% - 40px);
  max-width: 1320px;
  position: fixed;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  background-color: var(--cookie-background);
  color: var(--cookie-text-color);
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  #cookie-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  #cookie-content .cookie-buttons {
    flex-direction: column;
  }
}

#cookie-content .cookie-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#cookie-content .cookie-buttons .accept-cookies,
#cookie-content .cookie-buttons .btn {
  width: 220px;
  height: 56px;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}

#cookie .cookie-text {
  font-size: 20px;
  line-height: 24px;
  color: #393431;
  padding-bottom: 0;
}

#cookie .cookie_learn_more {
  padding-bottom: 10px;
}

#cookie .cookie_learn_more a {
  display: block;
  margin-top: 10px;
  text-decoration: none;
  font-family: "Bebas Neue";
  letter-spacing: 2px;
  color: #323316;
}

#cookie .cookie_preferences_button button {
  border-radius: 0;
  background-color: none;
  border: 2px solid #41411c;
  color: #41411c;
}

#cookie-content .cookie-buttons .accept-cookies {
  background-color: #41411c;
  color: #fff;
}

#cookie #cookie-content > .btn {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* Hamburger */
.hamburger {
  position: absolute;
  top: 50%;
  left: 15px;
  padding: 5px;
  display: inline-block;
  cursor: pointer;
  transition: opacity, filter linear 0.15s;
  background-color: transparent;
  border: none;
  transform: translateY(-50%);
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: var(--navbar-hamburguer-icon-color);
  border-radius: 4px;
  position: absolute;
  transition: transform ease 0.15s;
}

/* Hamburger animations (minimised) */
.navbar-toggler .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(
    0.55,
    0.055,
    0.675,
    0.19
  );
  transition-duration: 0.13s;
}

.navbar-toggler .hamburger-inner:after {
  content: "";
  display: block;
  top: -20px;
  transition: top 0.2s
      cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    opacity 0.1s linear;
}

.navbar-toggler .hamburger-inner:before {
  content: "";
  display: block;
  top: -10px;
  transition: top 0.12s
      cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.navbar-toggler.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(
    0.215,
    0.61,
    0.355,
    1
  );
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.navbar-toggler.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s
      cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s linear 0.22s;
  opacity: 0;
}

.navbar-toggler.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s
      cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1)
      0.25s;
  transform: rotate(-90deg);
}

.page404 .content-01 {
  text-align: center;
  padding: 45px 0px;
}

.page404 .btn {
  margin: 10px 5px auto;
}

.page404 .btn-wrapper {
  margin-top: 15px;
}

[data-var][contenteditable="true"] {
  outline: 2px dashed #254d7a;
  outline-offset: -2px;
}

@media (min-width: 768px) {
  body {
    margin-top: 90px;
  }

  .right-tab {
    display: block;
  }
}

@media (max-height: 750px) {
  #slideOut {
    top: 20vh;
  }

  #facebook-feed {
    top: calc(20vh + 205px);
  }

  #twitter-feed {
    top: calc(20vh + 250px);
  }

  #instagram-feed {
    top: calc(20vh + 295px);
  }
}

@media (max-height: 650px) {
  .right-tab {
    display: none;
  }
}

.bootbox .bootbox-close-button {
  position: absolute;
  right: 15px;
  top: 15px;
  border: none !important;
  outline: none !important;
  background-color: transparent;
}

.bootbox.popup-login.show {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bootbox.popup-login .modal-dialog {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 600px;
  margin: 0;
  max-width: none;
}

.bootbox.popup-login.show .modal-dialog .login_form {
  padding-top: 0px;
}

.bootbox.popup-login.show .spin-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  pointer-events: none;
}

.bootbox.popup-login .modal-dialog .help-block.form-error {
  color: rgb(185, 74, 72);
}

.bootbox.popup-login .modal-dialog .passblock {
  position: relative;
  margin-bottom: 30px;
}

.bootbox.popup-login
  .modal-dialog
  .login_form
  #reset-password {
  position: absolute;
  bottom: -25px;
  left: 15px;
  cursor: pointer;
  font-size: 14px;
}

.bootbox.popup-login
  .modal-dialog
  .login_form
  #reset-password:hover {
  text-decoration: underline;
}

.bootbox.popup-login .modal-content {
  border-radius: 0;
}

.bootbox.popup-login .modal-dialog .modal-body {
  padding-bottom: 0;
}

.bootbox.popup-login .modal-dialog .bottom_suggestion {
  margin-bottom: 0;
  margin-left: -30px;
  margin-right: -30px;
  background: #b9b9b9;
  margin-top: 15px;
}

.bootbox.popup-login .modal-dialog .bottom_suggestion a {
  color: #000;
  padding: 15px 0px;
  display: block;
}

.bootbox.popup-login #loginform button.btn[type="submit"] {
  border-radius: 0;
  width: 100%;
}

.account_popup_dialog {
  position: absolute;
  top: calc(100% + 15px);
  right: -60px;
  width: 240px;
  text-align: left;
  background: #fff;
  border: 1px solid #000;
}

.account_popup_dialog:before {
  content: "";
  position: absolute;
  right: 60px;
  width: 20px;
  height: 40px;
  top: -40px;
}

.account_popup_dialog .item a {
  color: #000;
  display: block;
  width: 100%;
  padding: 2px 15px;
  transition: all 0.1s;
  text-decoration: none;
}

.account_popup_dialog .item a i {
  margin-right: 10px;
}

.account_popup_dialog .item a:hover,
.account_popup_dialog .item a:active {
  background: #000;
  color: #fff;
}

.bootbox.popup-login.show
  .modal-dialog
  .login_form
  .form-errors
  .error-line {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
  color: rgb(185, 74, 72);
}

.message-container {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1111;
}

.message-container .messagepopupmessage {
  position: relative;
  background: #d7d7d7;
  padding: 15px;
  border-radius: 5px;
  margin-top: 15px;
  border: 1px solid #b9b9b9;
  font-size: 14px;
  width: 100%;
}

.message-container .messagepopupmessage .close {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 16px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.2;
  cursor: pointer;
  transition: 0.2s opacity;
}

.message-container .messagepopupmessage:hover .close,
.message-container .messagepopupmessage .close:active {
  opacity: 1;
}

@media (max-width: 575px) {
  .message-container {
    left: 15px;
    right: 15px;
    width: auto;
  }

  .message-container .messagepopupmessage {
    width: 100%;
    margin-top: 5px;
  }

  .message-container .messagepopupmessage .close {
    font-size: 20px;
  }
}

#modal_backdrop.invisible {
  -webkit-transition: visibility 0.3s ease-out;
  transition: visibility 0.3s ease-out;
}

#modal_backdrop.WOLoading i {
  display: none;
}

#modal_backdrop .modal-backdrop {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

#modal_backdrop.invisible .modal-backdrop i {
  animation: none !important;
}

#modal_backdrop:not(.invisible) .modal-backdrop {
  opacity: 0.7;
  color: #fff;
  z-index: 1100;
}

#modal_backdrop:not(.invisible) .modal-backdrop i {
  width: auto;
}

.select2-container--default .select2-selection--single {
  min-height: 38px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 38px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 38px !important;
  line-height: 38px !important;
}

.captcha.captcha-image img {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: inset 0 2px 2px rgba(172, 172, 172, 0.27);
  border: 1px solid #cccccc;
  width: 150px;
  height: 40px;
}

.captcha-image-reload {
  display: flex;
}

.captcha_whatis {
  cursor: pointer;
  font-size: small;
}

.sash_image {
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 2;
  margin-top: -1px;
  margin-left: -1px;
}

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #ced4da;
}

.d-empty:after {
  content: "\00a0";
}

.sash-svg-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.sash-svg-container img.sash_image,
.sash-svg-container object {
  position: static;
}

.sash-alignment-top_left img.sash_image,
.sash-alignment-top_left object {
  transform: rotate(0);
}

.sash-alignment-top_right img.sash_image,
.sash-alignment-top_right object {
  transform: rotate(90deg);
}

.sash-alignment-bottom_right img.sash_image,
.sash-alignment-bottom_right object {
  transform: rotate(180deg);
}

.sash-alignment-bottom_left img.sash_image,
.sash-alignment-bottom_left object {
  transform: rotate(270deg);
}

.modal-header > *:first-letter {
  text-transform: capitalize;
}

.loading-wrapper {
  position: relative;
}

.loading-wrapper .loading-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.loading-wrapper .loading-block:before {
  content: "";
  background-image: url("/images/default/dots_loading_w.svg");
  width: 110px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pagination li {
  cursor: pointer;
}

.pagination > * {
  margin-left: 2px;
  margin-right: 2px;
}

.pagination .pagination-input {
  position: relative;
}

.pagination .onpageclick {
  padding: 5px 0px;
  text-align: center;
  min-width: 36px;
}

.pagination .onpageclick > * {
  pointer-events: none;
}

.pagination .onpageclick.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.pagination .pagination-input label {
  margin: 0;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s opacity;
}

.pagination input[type="number"] {
  border: none !important;
  outline: none !important;
  width: 90px;
  position: relative;
  z-index: 1;
  -moz-appearance: textfield;
  text-align: center;
}

.pagination input[type="number"]:focus + label {
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}

.pagination input[type="number"]::-webkit-outer-spin-button,
.pagination
  input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pagination .page-item.active .page-link {
  background-color: #000;
  border-color: #000;
}

@media (max-width: 767px) {
  .pagination .pagination-input input[type="number"] {
    width: 100%;
  }

  .pagination .pagination-input {
    width: 100%;
  }
}

.bottom-control {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 400;
}

.bottom-control > * ~ * {
  margin-top: 5px;
}

@media (min-width: 768px) {
  .bottom-control {
    opacity: 0.4;
    transition: 0.2s all;
  }

  .bottom-control:hover {
    opacity: 1;
  }
}

.backtotop {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: #fff;
  background-color: var(--button-background);
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  cursor: pointer;
  transition: 0.4s all;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1031;
}

.backtotop.show {
  opacity: 1;
  transition: 0.4s all;
  pointer-events: all;
}

.mobile-fixed-email-button {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: #fff;
  background-color: #94887a;
  background-image: url("/images/default/email-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 100;
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  -webkit-animation: bounce_border 5s ease-out 1.5s infinite;
  -webkit-transform-origin: 50% 50%;
  animation: bounce_border 5s ease-out 1.5s infinite;
  transform-origin: 50% 50%;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.mobile-fixed-email-button:hover {
  color: #fff;
}

@keyframes bounce_border {
  0% {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  }

  17% {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  }

  22% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1);
  }

  25% {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  }

  30% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1);
  }

  35% {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  }

  100% {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  }
}

.cookiepref h2.title {
  font-weight: 400;
  font-size: 22px;
  margin: 0;
}

.cookiepref div.company_name {
  font-size: 14px;
}

.cookiepref .nav a {
  font-size: 14px;
  color: #000 !important;
  padding: 5px 15px !important;
}

.cookiepref .nav a.active {
  color: #fff !important;
  background-color: #000;
  border-radius: 0;
}

.cookiepref .main-body {
  display: flex;
  flex-direction: column;
}

.cookiepref .main-body .tabs .tab-pane:not(.active) {
  display: none;
}

.cookiepref .main-body .tabs .text {
  font-size: 14px;
}

.cookiepref .main-body .tabs .text a {
  color: var(--body-color);
}

.cookiepref .main-body .tabs .text > *:last-child {
  margin-bottom: 0;
}

.cookiepref .main-body .tabs h4 {
  font-weight: 400;
}

.cookiepref .line {
  position: relative;
  margin-top: 15px;
}

.cookiepref .line ~ .line {
  margin-top: 10px;
}

.cookiepref .line input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.cookiepref .line input + label,
.cookiepref .line.forced label {
  padding-left: 45px;
  cursor: pointer;
  transform: translateY(0px);
  display: inline;
}

.cookiepref .line input + label:before,
.cookiepref .line.forced label:before {
  content: "";
  width: 40px;
  height: 20px;
  display: block;
  background-color: #f38787;
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 20px;
  border: 1px solid #cccccc;
  transition: 0.2s all;
}

.cookiepref .line input + label:after,
.cookiepref .line.forced label:after {
  content: "";
  height: 18px;
  width: 18px;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 1px;
  top: 4px;
  transition: 0.2s all;
}

.cookiepref .line input:checked + label:before,
.cookiepref .line.forced label:before {
  background-color: #61a746;
}

.cookiepref .line input:checked + label:after,
.cookiepref .line.forced label:after {
  left: 20px;
}

.cookiepref .modal_footer button {
  background: #41411c;
}

body.backdrop-open {
  overflow: hidden;
}

.form_plr {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.leaflet-container,
.leaflet-container * {
  outline: none !important;
}

.fixed-top {
  transition: 0.3s all;
}

ol.bigdot_ol {
  column-count: 2;
  gap: 80px;
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}

ol.bigdot_ol li {
  display: inline-block;
  padding-left: 50px;
  position: relative;
  padding-right: 30px;
  min-width: 100%;
  margin-bottom: 20px;
}

ol.bigdot_ol li:before {
  content: counter(item) "  ";
  position: absolute;
  left: 0;
  width: 36px;
  height: 36px;
  background-color: #1d1d1d;
  border-radius: 50%;
  counter-increment: item;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) {
  .hf-100-d {
    height: 100vh;
  }
}

@media (max-width: 991px) {
  .hf-100-m {
    height: 100vh;
  }
}

@media (min-width: 768px) {
  .cookiepref .main-body {
    display: flex;
    flex-direction: row;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  .CookiePreferencesPopup .modal-dialog {
    min-width: 700px;
  }

  .cookiepref .nav {
    width: 200px;
  }

  .cookiepref .nav a {
    width: 200px;
    max-width: 200px;
    transition: 0.2s all;
    padding: 20px 15px !important;
  }

  .cookiepref .nav a:not(.active):hover {
    background-color: #dfdfdf;
  }

  .cookiepref .main-body .tabs {
    border-left: 1px solid #000;
  }

  .CookiePreferencesPopup .modal-body {
    padding-left: 0;
    padding-right: 0;
  }
}
.hidden {
  display: none;
}

.bootbox .modal-header .modal-title {
  font-family: var(--h2-font);
}

.bootbox .modal-footer .btn {
  background-color: #41411c;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  border: none;
}

/* === globalheader === */.show-basket-popup {
    position: relative;
}

.basket-popup-body {
    position: absolute;
    right: 0;
    top: calc(100% + 15px);
    z-index: 999;
    min-width: 360px;
}

    .basket-popup-body .basket-popup-wrapper {
        background: #fff;
        border: 1px solid #000;
        width: 100%;
    }

    .basket-popup-body:before {
        content: "";
        color: #fff;
        font-weight: 600;
        position: absolute;
        top: -26px;
        right: 0px;
        font-size: 30px;
        width: 100%;
        height: 30px;
    }

    .basket-popup-body .items .popup-baket-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 300px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #d2d2d2;
        width: 100% !important;
    }

        .basket-popup-body .items .popup-baket-item.item-hidden {
            display: none;
        }

    .basket-popup-body .items .item-list {
        padding: 15px;
    }

        .basket-popup-body .items .item-list div.popup-baket-item.item-visible-last {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

    .basket-popup-body .items .popup-baket-item .image {
        width: 80px;
        height: 80px;
        position: relative;
        overflow: hidden;
        border: 3px solid #fff;
        transition: 0.2s all;
    }

        .basket-popup-body .items .popup-baket-item .image a {
            text-decoration: none !important;
        }

        .basket-popup-body .items .popup-baket-item .image .btn-remove-item {
            position: absolute;
            z-index: 9;
            top: -3px;
            right: -3px;
            color: #fff;
            padding: 2px 4px;
            opacity: 0;
            pointer-events: none;
            background: #000;
            display: flex;
            width: 28px;
            height: 28px;
            align-items: center;
            justify-content: center;
            text-decoration: none !important;
            transition: 0.2s all;
        }

        .basket-popup-body .items .popup-baket-item .image:hover {
            cursor: pointer;
            border: 3px solid #000;
        }

            .basket-popup-body .items .popup-baket-item .image:hover .btn-remove-item {
                opacity: 1;
                pointer-events: all;
            }

        .basket-popup-body .items .popup-baket-item .image .btn-remove-item > i {
            font-size: 16px;
            transition: 0.2s all;
        }

        .basket-popup-body .items .popup-baket-item .image:hover .btn-remove-item > i {
            font-size: 20px;
        }

        .basket-popup-body .items .popup-baket-item .image:before {
            content: "";
            display: block;
            padding-bottom: 100%;
        }

        .basket-popup-body .items .popup-baket-item .image img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            width: 100%;
        }

    .basket-popup-body .items .popup-baket-item .description {
        padding: 0 10px;
        width: auto;
        flex: 1;
        text-align: left;
    }

        .basket-popup-body .items .popup-baket-item .description .product-title {
            color: #3e3e3e;
            font-size: 16px;
            font-weight: normal;
            margin-bottom: 0;
        }

        .basket-popup-body .items .popup-baket-item .description .price {
            color: #404040;
            font-size: 20px;
            font-weight: 700;
        }

        .basket-popup-body .items .popup-baket-item .description .price-vat {
            color: gray;
            font-size: 12px;
        }


    .basket-popup-body .basket-total {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        color: #404040;
        padding: 10px 20px;
        font-weight: bold;
        font-size: 20px;
    }

    .basket-popup-body .basket-control {
        display: flex;
        flex-direction: row;
        align-items: end;
        align-items: flex-end;
        justify-content: space-between;
        padding: 0px 20px 20px 20px;
    }

        .basket-popup-body .basket-control > a {
            background: #2f292b;
            color: #fff;
            text-decoration: none;
            padding: 7px 25px;
            display: block;
            font-family: Open Sans;
            font-size: 18px;
        }

            .basket-popup-body .basket-control > a.edit-my-basket {
                color: #4c4c4c !important;
                font-size: 13px;
                background: none;
                padding: 0;
            }

                .basket-popup-body .basket-control > a.edit-my-basket:hover {
                    text-decoration: underline;
                }

                .basket-popup-body .basket-control > a.edit-my-basket > i {
                    font-size: 14px !important;
                }

        .basket-popup-body .basket-control a.checkout-now {
            border: 2px solid #2f292b;
            transition: 0.2s all;
        }

            .basket-popup-body .basket-control a.checkout-now:hover {
                background: #fff;
                color: #000 !important;
                transform: scale(1.02);
            }

            .basket-popup-body .basket-control a.checkout-now:active {
                background: #fff;
                color: #000 !important;
                transform: scale(0.98);
            }


    .basket-popup-body .btn-remove-item {
        color: #000;
        font-size: 14px;
        cursor: pointer;
    }

        .basket-popup-body .btn-remove-item:hover {
            text-decoration: underline;
        }

    .basket-popup-body .items.v-items-scroll .scroll_arrow {
        background-color: #a6a6a6;
        width: 100%;
        height: 35px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        opacity: 0.4;
        transition: 0.2s all;
        cursor: pointer;
    }

        .basket-popup-body .items.v-items-scroll .scroll_arrow:hover {
            opacity: 1;
        }

        .basket-popup-body .items.v-items-scroll .scroll_arrow.scroll_up {
            background-image: url('/images/default/angle-up-icon.svg');
        }

        .basket-popup-body .items.v-items-scroll .scroll_arrow.scroll_down {
            background-image: url('/images/default/angle-down-icon.svg');
        }

@media(max-width: 575px) {
    .basket-popup-body {
        right: 15px;
        width: calc(100vw - 30px);
    }

        .basket-popup-body .items .popup-baket-item {
            width: 100%;
        }

            .basket-popup-body .items .popup-baket-item .image .btn-remove-item {
                opacity: 1;
                pointer-events: all;
            }
}

/* === popupbasket02 === */.add-to-basket-popup {
}

@media(min-width: 768px) {
    .add-to-basket-popup .modal-dialog {
        max-width: 700px;
    }
}

.add-to-basket-popup .bootbox-close-button {
    position: absolute;
    color: #fff;
    z-index: 9;
    opacity: 1;
    right: 22px;
    top: 16px;
}

.add-to-basket-popup .title {
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 20px 0px;
    border-radius: 0.25rem;
    font-size: 18px;
}

.add-to-basket-popup .product_card {
    padding: 20px;
    box-shadow: 0px 0px 10px 3px #dedede;
    border-radius: 0.25rem;
}

    .add-to-basket-popup .product_card .product_image {
    }

        .add-to-basket-popup .product_card .product_image img {
            width: 100%;
        }


    .add-to-basket-popup .product_card .product_title {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .add-to-basket-popup .product_card .product_attr {
        font-family: 14px;
    }

        .add-to-basket-popup .product_card .product_attr table .name > strong {
            margin-right: 10px;
        }

    .add-to-basket-popup .product_card .product_qty {
        font-size: 14px;
    }

    .add-to-basket-popup .product_card .product_net {
        font-size: 22px;
        font-weight: bold;
    }

    .add-to-basket-popup .product_card .product_gross {
        font-size: 12px;
    }

.add-to-basket-popup .actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

    .add-to-basket-popup .actions > * {
        width: calc(50% - 8px);
        font-size: 14px;
        text-transform: uppercase;
        text-decoration: none;
        padding: 18px 0px;
        text-align: center;
        border-radius: 60px;
        background-color: #000;
        border: 2px solid #000;
        font-weight: bold;
        transition: 0.2s all;
    }

    .add-to-basket-popup .actions > button {
        background-color: transparent;
        color: #000;
    }

        .add-to-basket-popup .actions > button:hover {
            background-color: #000;
            color: #fff;
        }

    .add-to-basket-popup .actions > a {
        background-color: #000;
        color: #fff;
    }

        .add-to-basket-popup .actions > a:hover {
            background-color: #fff;
            color: #000;
        }


.add-to-basket-popup .ass_title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.atb_pup .assprod {
    display: none;
}

    .atb_pup .assprod.slick-initialized {
        display: block;
    }

.add-to-basket-popup .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

    .add-to-basket-popup .slick-arrow.left {
        left: 0;
    }

    .add-to-basket-popup .slick-arrow.right {
        right: 0;
    }

.atb_pup .assprod-card {
    padding: 15px;
}


.add-to-basket-popup .assprod .products-04-image {
    position: relative;
    padding-bottom: 100%;
    border-radius: 0.25rem;
    overflow: hidden;
}

    .add-to-basket-popup .assprod .products-04-image img {
        position: absolute;
        width: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }


.atb_pup .assprod-card .products-04-title {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}


.atb_pup .assprod-card .products-04-price {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.atb_pup .assprod-card .product-04-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 24px;
    display: flex;
    align-self: center;
    justify-content: center;
}

.add-to-basket-popup .modal-footer {
    display: none;
}


@media(max-width: 767px) {
    .add-to-basket-popup .actions {
        flex-direction: column;
    }

        .add-to-basket-popup .actions > * {
            width: 100%;
        }
}

/* === addtobasket_popup === */.nav-01 {
  padding-top: 21px;
  padding-bottom: 19px;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  background: #41411c;
}

.nav-01 .logo__wrapper img {
  position: relative;
  top: 5px;
  max-width: 185px;
}

.nav-01 .burger__wrapper {
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 0.17em;
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .nav-01 .burger__wrapper span {
    display: none;
  }
}

.nav-01.scrolled {
  /* background-color: #fff; */
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0px -2px 5px black;
}

.nav-01 .menu__wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 44px;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.nav-01.scrolled .menu__wrapper {
  padding: 0 15px;
}

.nav-01 .contact-info {
  display: flex;
  flex-direction: column;
}

.nav-01 .logo__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.nav-01 .logo__wrapper a {
  text-decoration: none;
  color: #fff;
  font-size: 30px;
  text-align: center;
  display: block;
  line-height: 1;
  font-family: "Baskervville";
}

.nav-01 .burger__btn {
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-01 .burger__btn span.menu-text {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

.nav-01 .burger__btn .menu-icon span {
  display: block;
  background-color: #ffffff;
  height: 2px;
}

.nav-01 .burger__btn .short__line {
  width: 21px;
}

.nav-01 .burger__btn .long-line {
  width: 26px;
}

.nav-01 .burger__btn span + span {
  margin-top: 9px;
}

.nav-01 .contact-info a {
  color: #fff;
  text-align: end;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

@media (max-width: 767.98px) {
  .nav-01 .contact-info a {
    border: none;
    padding: 0;
  }
}

.nav-01 .contact-info a .phone-icon {
  font-size: 30px;
  line-height: 24px;
}

.nav-01 .contact-info a + a {
  font-size: 16px;
  font-weight: 600;
}

.nav-01 .menu__items {
  position: fixed;
  height: 100vh;
  width: 100vw;
  min-height: 100vh;
  pointer-events: none;
  transition: 0.6s all;
  display: flex;
  justify-content: center;
  background-color: #41411c;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateX(-100%);
}

.nav-01 .content-left,
.nav-01 .content-right {
  width: 100%;
}

.nav-01 .content-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

/* .nav-01 .content-left::before {
  content: " ";
  width: 100%;
  height: 100vh;
  background: url("/images/menu-logo.png");
  background-position: center;
  position: absolute;
  z-index: -1;
} */

.nav-01 .content-left > div {
  margin-left: 140px;
}

.nav-01 .items__box {
  margin-top: 245px;
}

.nav-01 .menu__items .items__box a {
  font-size: 20px;
  line-height: 100px;
  font-weight: 400;
}

.nav-01 .social-items {
  margin-bottom: 90px;
  display: flex;
  gap: 35px;
}

.nav-01 .social-items i {
  font-size: 20px;
  font-weight: 300;
}

.nav-01 .social-items a:nth-child(1) i {
  font-size: 20px;
}

.nav-01 .content-right {
  position: relative;
}

.nav-01 .content-right .bg-wrapper {
  content: " ";
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
}

.nav-01 .content-right .bg-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.nav-01 .content-right .btn {
  background: none;
  border: 1px solid #fff;
  width: 200px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  text-transform: uppercase;
}

.nav-01 .content-right .right-content-wrapper {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.nav-01 .content-right .right-content-wrapper .title-1 {
  font-size: 180px;
  line-height: 40px;
  color: #868855;
  text-transform: uppercase;
}

.nav-01 .content-right .right-content-wrapper .title-2 {
  font-size: 100px;
  line-height: 78px;
}

.nav-01
  .content-right
  .right-content-wrapper
  .content-desc {
  font-size: 36px;
  line-height: 60px;
}

@media (max-width: 1200px) {
  .nav-01 .content-left > div {
    margin-left: 80px;
    z-index: 1;
  }

  .nav-01 .content-right .right-content-wrapper .title-1 {
    font-size: 140px;
    line-height: 10px;
    color: #868855;
  }

  .nav-01 .content-right .right-content-wrapper .title-2 {
    font-size: 80px;
    line-height: 78px;
  }

  .nav-01
    .content-right
    .right-content-wrapper
    .content-desc {
    font-size: 32px;
    line-height: 60px;
  }

  .nav-01 .menu__items .items__box a {
    font-size: 40px;
    line-height: 80px;
  }
}

@media (max-width: 800px) {
  .nav-01 .menu__items .items__box a {
    font-size: 30px;
    line-height: 60px;
  }
}

@media (max-width: 920px) {
  .nav-01 .content-left > div {
    margin-left: 80px;
  }

  .nav-01 .content-right .right-content-wrapper .title-1 {
    font-size: 100px;
    line-height: 0;
    color: #868855;
  }

  .nav-01 .content-right .right-content-wrapper .title-2 {
    font-size: 60px;
    line-height: 50px;
  }

  .nav-01
    .content-right
    .right-content-wrapper
    .content-desc {
    font-size: 28px;
    line-height: 50px;
  }
}

.nav-01 .menu-phone-button {
  background-color: #c72424;
  padding: 6px;
}

.nav-01 .menu-phone-button span {
  font-weight: 700;
  font-size: 26px;
}

.nav-01 .items__box {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  transition: left 0.3s ease-in-out;
}

.nav-01 .items__box a {
  padding: 0;
}

.nav-01 .menu__items a,
.nav-01 .menu__items .nav-link {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  font-weight: 700;
  line-height: 72px;
  text-align: center;
}

.nav-01 .menu__items a:hover,
.nav-01 .menu__items .nav-link:hover {
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  color: #fff;
}

.nav-01 .menu__items.show {
  transform: translateX(0%);
  pointer-events: all;
}

.nav-01 .close-menu {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 35px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 36px;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transition: 0.8s all;
  transition-delay: 0s;
}

.nav-01 .content-right {
  transition: 0.8s all;
  opacity: 0;
  pointer-events: none;
  transition-delay: 0s;
  position: fixed;
  right: 0;
  width: 50vw;
  height: 100%;
  top: 0;
  transform: translateX(100%);
}

.nav-01 :has(.menu__items.show) .close-menu {
  pointer-events: all;
  opacity: 1;
  transition-delay: 1s;
}

@media (min-width: 992px) {
  .nav-01 .menu__items .items__box {
    transition: 1.8s all
      cubic-bezier(0.98, -0.65, 0.21, 0.46);
    transform: translateX(-100%);
    opacity: 0;
    pointer-events: none;
  }

  .nav-01 .menu__items.show .items__box {
    transform: translateX(0%);
    opacity: 1;
    pointer-events: all;
  }

  .nav-01 .menu__items.show + .content-right {
    transition: 0.8s all;
    transform: translateX(0%);
    opacity: 1;
    pointer-events: all;
    transition-delay: 1s;
  }
}

@media (max-width: 991px) {
  .nav-01 .menu__wrapper {
    padding: 0 38px;
  }

  .nav-01.scrolled .menu__wrapper {
    padding: 0 5px;
  }
}

@media (max-width: 767.98px) {
  .nav-01 .menu__wrapper {
    padding: 0 13px;
  }

  .nav-01 {
    height: 96px;
  }

  .nav-01.scrolled {
    padding-top: 30px;
    padding-bottom: 27px;
  }

  .nav-01 .menu__items {
    flex-direction: column;
  }

  .nav-01 .items__box {
    margin-top: 80px;
  }

  .nav-01 .content-left > div {
    margin-left: 40px;
  }

  .nav-01 .social-items {
    margin-bottom: 50px;
    margin-top: 30px;
  }

  .nav-01 .menu__items {
    justify-content: flex-start;
  }

  .nav-01 .menu__items .items__box a {
    font-size: 30px;
    line-height: 60px;
  }

  .nav-01 .content-right .right-content-wrapper {
    height: 50vh;
  }
}

@media (max-width: 575px) {
  .nav-01 .menu__wrapper {
    padding: 0 18px;
  }

  .nav-01 .menu__items.show {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .nav-01 {
    padding-top: 30px;
    padding-bottom: 27px;
  }

  .nav-01 .menu__wrapper {
    padding: 0 5px;
  }

  .nav-01 .logo__wrapper .logo {
    height: 64px;
  }
}

@media (max-height: 567px) {
  .nav-01 .menu__items a,
  .nav-01 .menu__items .nav-link {
    line-height: 40px;
  }
}

/* === nav-01 === */.main-banner {
  height: 860px;
  position: relative;
  max-height: calc(100svh - 90px);
  /* overflow-x: hidden; */
}

.main-banner,
.main-banner .banner-title,
.main-banner .banner-text {
  text-align: center;
}

.page404 .main-banner,
.page404 .main-banner .banner-title,
.page404 .main-banner .banner-text {
  text-align: center;
}

.main-banner .banner-caption {
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 70px;
}

.main-banner .banner-title {
  font-style: normal;
  margin-bottom: 23px;
  font-size: 100px;
  line-height: 1;
  font-weight: 400;
  /* letter-spacing: -0.025em;*/
  font-family: Baskervville;
}

.main-banner .banner-title .first-word {
  font-size: 105px;
  display: block;
}

.main-banner .banner_text {
  display: grid;
  justify-items: center;
  position: relative;
  color: #fff;
}

.page404 .main-banner .banner_text {
  justify-items: center;
}

.page404 .main-banner .banner_text h2 {
  font: 700 80px/1 "Baskervville";
}

.main-banner .banner_text p {
  color: #fff;
  font-size: 20px;
  line-height: 1.13;
  margin-bottom: 0;
  /*letter-spacing: -0.025em;*/
}

.main-banner .banner_text p:not(:last-of-type) {
  margin-bottom: 1em;
}

.main-banner .vertical-line {
  width: 1px;
  position: absolute;
  background-color: #93ad72;
  height: 70px;
  bottom: 0;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, 40%);
}

.main-banner > .container {
  z-index: 3;
}

.main-banner::before {
  content: "";
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9) 0,
    rgba(0, 0, 0, 0) 70%
  );
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.main-banner .hidden-h1 {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  width: 0px;
  height: 0px;
  overflow: hidden;
}

.main-banner .main-banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}

.page404 .main-banner .vertical-line {
  display: none;
}

@media (max-width: 991.98px) {
  .main-banner .banner-title {
    font-size: 80px;
  }

  .main-banner .banner_text p {
    font-size: 20px;
  }

  .main-banner .banner_text p {
    width: 100%;
    max-width: 600px;
  }
}

@media (max-width: 767px) {
  .main-banner .banner-title {
    font-size: 70px;
  }

  .main-banner .banner-title .first-word {
    font-size: 95px;
  }

  .main-banner .banner_text p br {
    display: none;
  }

  .main-banner .banner_text p {
    max-width: 500px;
  }
}

@media (max-height: 567px) {
  .main-banner .banner-title {
    font-size: 60px;
  }

  .main-banner .banner-title .first-word {
    font-size: 75px;
  }
}

@media (max-width: 575px) {
  /* .main-banner {
    height: 550px;
    max-height: unset;
  } */

  .main-banner .banner-title {
    font-size: 72px;
    line-height: 60px;
  }

  .main-banner .banner_text p {
    font-size: 18px;
    line-height: 30px;
  }

  .main-banner .banner_text p br {
    display: none;
  }
}

/* === main-banner === */.content-01 {
  padding: 80px 0 30px 0;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  color: rgb(0, 0, 0);
}
.content-01 .content-01-text {
  font-size: 16px;
  line-height: 24px;
  max-width: 1000px;
  margin: auto;
}
.content-01-title {
  margin-bottom: 20px;
}
.content-01 .lcs {
  margin-top: 40px;
}
h3.content-01-title {
  font-style: italic;
}

@media (max-width: 575px) {
  .content-01 .content-01-text {
    font-size: 16px;
    line-height: 24px;
  }
}

#content-01-11 .content-01-text {
  font-size: 18px;
  line-height: 26px;
}

#content-01-11 table tr td {
  border: 1px solid;
  padding: 7px 10px;
}

#content-01-11 table {
  margin-bottom: 15px;
}

/* === content-01 === */.properties_block {
  padding-top: 50px;
  padding-bottom: 60px;
  min-height: 680px;
  background-color: #f7f8f3;
}

.content-02 + .properties_block {
  padding-top: 70px;
}

#properties_block_793 {
  padding-top: 60px;
}

.properties_block a:hover .title {
  bottom: calc(152px + 28px);
}

.properties_block a:hover .details {
  height: 153px;
  padding: 26px;
  padding-bottom: 20px;
  padding-top: 32px;
  border-bottom: 1px solid #b8c4b1;
  opacity: 1;
  bottom: 28px;
}

.properties_block .item i {
  color: #9cb17e;
}

@media (max-width: 991.98px) {
  .properties_block a:hover .details {
    display: flex;
    flex-direction: column;
    height: 240px;
  }

  .properties_block a:hover .title {
    bottom: 240px;
  }
}

@media (max-width: 767.98px) {
  .properties_block a:hover .details {
    flex-direction: row;
    height: 160px;
  }

  .properties_block a:hover .title {
    bottom: 160px;
  }

  .properties_block .item {
    margin-bottom: 50px !important;
  }
}

@media (max-width: 575.98px) {
  .properties_block a:hover .details {
    flex-direction: column;
    height: 240px;
  }

  .properties_block a:hover .title {
    bottom: 240px;
  }
}

.blck-titl {
  font-weight: 600;
  font-family: var(--body-font);
  letter-spacing: 0;
  color: #646a60;
  font-size: 16px;
}

.properties_block h2 {
  font-size: 50px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 300;
}

.properties_block h2 strong {
  font-weight: 500;
}

.properties_block .item {
  position: relative;
  margin-bottom: calc(var(--bs-gutter-x));
  overflow: hidden;
  padding-bottom: 0px;
  transition: 0.3s all;
}

.properties_block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.properties_block .prop-img {
  height: 511px;
  transition: 0.3s all;
}

.properties_block .item:hover .prop-img {
  transform: translateY(-10%);
}

@media (max-width: 575px) {
  .properties_block .prop-img {
    height: 400px;
  }
}

.properties_block .title {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
  /*width: 100%;*/
  height: auto;
  background-color: #f7f8f3;
  color: #393431;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 25px 0px 0;
}

.properties_block .details :is(img, svg) {
  width: auto;
  max-height: 1em;
}

.properties_block .details {
  transition: 0.3s all;
  position: absolute;
  left: 0;
  bottom: 0;
  /*width: 100%;*/

  background-color: #f7f8f3;
  color: #393431;
  font-weight: 200;
  font-family: "Bebas Neue";
  letter-spacing: 0.17em;
  font-size: 18px;
  border-left: 1px solid #b8c4b1;
  width: 100%;
  padding: 26px;
  padding-top: 0;
  padding-bottom: 0;
  height: 0;
  opacity: 1;
}

.properties_block .details .base-info {
  /* padding: 35px 0; */
  display: flex;
  flex-wrap: wrap;
  column-gap: 70px;
  row-gap: 10px;
}

.properties_block .details .base-info .base-info-item {
  flex: 1 1 calc(50% - 35px);
  box-sizing: border-box;
  font-family: "Bebas Neue";
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  display: flex;
  text-wrap: balance;
  line-height: 1;
}

.properties_block .details .base-info > p i,
.properties_block .details .base-info-item :is(img, svg) {
  margin-right: 10px;
  width: 20px;
  flex-shrink: 0;
}

.properties_block .details:before {
  content: "";
  position: absolute;
  background-color: #f7f8f3;
  left: 0;
  top: 100%;
  width: 100%;
  height: 28px;
  z-index: 0;
  transition: 1s all;
}

.properties_block .item:hover .details:before {
  top: calc(100% + 1px);
}

.properties_block .item:hover {
  padding-bottom: 28px;
  /*overflow: visible;*/
}

.properties_block .btn-more {
  z-index: 0;
  position: absolute;
  width: 205px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #41411c;
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 400;
  float: right;
  transform: translateY(-25%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  bottom: 0;
  right: 0;
}

.properties_block .item a:hover .btn-more {
  opacity: 1;
  transform: translateY(0%);
}

@media (max-width: 991.98px) {
  .properties_block .btn-more {
    width: 300px;
  }
}

.properties_block .details .column {
  width: 215px;
  float: left;
}

.properties_block .details .wc {
  margin-right: 1px;
}

.properties_block .details .hottub {
  margin-right: 4px;
}

.properties_block .top-line {
  display: block;
  margin-top: 15px !important;
  margin-bottom: 0;
  margin: unset;
}

.properties_block .title:after {
  /*content: "\f054";*/
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  vertical-align: middle;
  right: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.properties_block .item.black {
  background-color: #000;
}

.properties_block .item.black a {
  font-size: 32px;
  text-decoration: none;
  color: #fff !important;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
  font-weight: 300;
  line-height: 36px;
}

.properties_block .item.black a strong {
  ont-weight: 500;
  text-decoration: underline;
  margin-top: 10px;
}

@media (width < 576px) {
  .properties_block .title {
    font-size: 28px;
  }
}

/* === properties_block === */.content-10-text-and-2images {
  background-color: #e5e1dc;
  padding-bottom: 115px;
  padding-top: 115px;
  position: relative;
}

.content-10-text-and-2images .about-us {
  color: #b09b8f;
  font-family: "Bebas Neue";
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 0.17em;
}

.z-index-2 {
  z-index: 2;
}

/* .content-10-text-and-2images::after {
  background-image: url("/images/lcs-bg-2.png");
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center 240px;
} */

.content-10-text-and-2images
  ~ .content-10-text-and-2images {
  padding-top: 0;
}

.content-10-text-and-2images h2 {
  color: #393431;
  letter-spacing: -3px;
  margin-bottom: 20px;
  font-family: var(--h2-font);
}

.content-10-text-and-2images .text {
  color: #393431;
  font-size: 16px;
  margin-bottom: 20px;
}

.content-10-text-and-2images .text *:last-of-type {
  margin-bottom: 0;
}

.content-10-text-and-2images .image-wrapper {
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}

.content-10-text-and-2images .image-wrapper img {
  left: 50%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.content-10-text-and-2images img {
  height: 385px;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}

.content-10-text-and-2images a.btn {
  background-color: #41411c;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

@media (width <= 991.98px) {
  .content-10-text-and-2images img {
    height: 550px;
  }
}

.content-10-text-and-2images .image2 {
  object-fit: cover;
  position: relative;
}

@media (width <= 767.98px) {
  .content-10-text-and-2images .image2 {
    top: 0;
  }
}

@media (width >= 992px) {
  .content-10-text-and-2images
    .container
    > .row:not(.flex-lg-row-reverse)
    > div:first-of-type {
    padding-right: 45px;
  }

  .content-10-text-and-2images
    .container
    > .row:not(.flex-lg-row-reverse)
    > div:last-of-type {
    padding-left: 45px;
  }

  .content-10-text-and-2images
    .container
    > .row.flex-lg-row-reverse
    > div:first-of-type {
    padding-left: 45px;
    padding-right: 15px;
  }

  .content-10-text-and-2images
    .container
    > .row.flex-lg-row-reverse
    > div:last-of-type {
    padding-left: 15px;
    padding-right: 45px;
  }
}

@media (width <= 991.98px) and (width >= 768px) {
  .content-10-text-and-2images .image2 {
    display: none;
  }
}

@media (width <= 767.98px) {
  .content-10-text-and-2images .block-content {
    margin: 0 auto;
    max-width: 540px;
  }

  .content-10-text-and-2images .about-us {
    width: 100%;
  }

  .content-10-text-and-2images .two-images-wrapper {
    margin: 0 auto 20px;
    margin-bottom: 40px;
    order: 3;
    width: 100%;
  }

  .content-10-text-and-2images
    .two-images-wrapper
    .col-sm-6 {
    padding: 0;
  }

  .content-10-text-and-2images .text {
    order: 4;
  }

  .content-10-text-and-2images a.btn {
    order: 5;
  }

  .content-10-text-and-2images img {
    height: 360px;
  }
}

@media (width <= 575.98px) {
  .content-10-text-and-2images img {
    max-height: 360px;
    object-fit: cover;
    width: 320px;
  }

  .content-10-text-and-2images .image2 {
    display: none;
  }

  .content-10-text-and-2images h2 {
    font-size: 38px;
  }

  .content-10-text-and-2images a.btn {
    width: 100%;
  }
}

@media (width <= 420px) {
  .content-10-text-and-2images img {
    height: auto;
    max-height: none;
    width: 100%;
  }
}

/* === content-10-text-and-2images === */.content-02 {
  padding: 165px 0 165px 0;
  text-align: center;
  background-image: url(/images/depositphotos_378112712_xl-min.jpg);
  background-size: cover;
  background-repeat: no-repeat;

  background-position: center center;
  color: #fff;
  position: relative;
  z-index: 1;
}

.content-02::after {
  content: "";
  position: absolute;
  inset: 0;
  background: black;
  opacity: 0.3;
  z-index: -1;
}

.content-02 .content-02-text {
  font-size: 20px;
  line-height: 28px;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 40px;
}

h2.content-02-title {
  margin-bottom: 20px;
  font-size: 100px;
  color: #989968;
  font-family: var(--body-font);
  letter-spacing: -2px;
}

h3.content-02-title {
  font-size: 60px;
  color: #fff;
  margin-top: -80px;
  margin-bottom: 0;
  font-family: var(--body-font);
}

.content-02 .btn {
  background: none;
  border: 1px solid #fff;
  width: 230px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  h2.content-02-title {
    font-size: 120px;
  }

  h3.content-02-title {
    font-size: 80px;
  }
}

@media (max-width: 575px) {
  h2.content-02-title {
    font-size: 90px;
  }

  h3.content-02-title {
    font-size: 55px;
    margin-top: -80px;
  }

  .content-02 .content-02-text {
    font-size: 26px;
  }
}

/* === content-02 === */.gallery-01 {
  padding: 100px 0 105px 0;
  background: #41411c;
  position: relative;
  overflow: hidden;
}

.gallery-01 .container {
  position: relative;
  z-index: 1;
}

/* .gallery-01::after {
  content: "Love";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  font-family: "Baskervville";
  color: #2a2b14;
  text-wrap: nowrap;
  overflow: clip;
  z-index: 0;
  letter-spacing: 0.01em;
  opacity: .5;
  bottom: -64%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 815px;
} */

.gallery-01 .title {
  color: #bcbd9f;
  font-size: 18px;
  font-weight: 200;
  font-family: "Bebas Neue";
  letter-spacing: 0.17em;
}

.gallery-01 .instagram-items {
  display: flex;
  gap: var(--items-row-gap) var(--items-column-gap);
  --items-row-gap: 5px;
  --items-column-gap: 5px;
  --items-column-count: 3;
}

.gallery-01 .instagram-item{
    position: relative;
}

.gallery-01 .instagram-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gallery-01 .instagram-item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    line-height: 22px;
    line-height: 22px;
    transition: 0.4s all;
    pointer-events: none;
    opacity: 0;
}

.gallery-01 .instagram-item a i {
    font-size: 40px;
    margin-bottom: 10px;
}


.gallery-01 .instagram-item:hover a{
    pointer-events: all;
    opacity: 1;
}

.gallery-01 .instagram-link {
  text-decoration: none;
  color: inherit;
}

.gallery-01 .instagram-link span {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

@media (width >= 576px) {
  .gallery-01 .instagram-items {
    flex-wrap: wrap;
  }
  .gallery-01 .instagram-item {
    flex-basis: calc(
      (
          100% - var(--items-column-gap) *
            (var(--items-column-count) - 1)
        ) / var(--items-column-count)
    );
  }
}

@media (width <= 1600px) {
  .gallery-01::after {
    bottom: -55%;
    font-size: 700px;
  }
}

@media (width < 1200px) {
  .gallery-01::after {
    bottom: -42%;
    font-size: 500px;
  }
}

@media (width < 992px) {
  .gallery-01::after {
    bottom: -40%;
    font-size: 430px;
  }
}

@media (max-width: 767.98px) {
  .gallery-01 .instagram-item img {
    max-width: 435px;
    width: 100%;
  }

  .gallery-01 .slick-initialized .slick-slide {
    margin-right: 15px;
  }

  .gallery-01 .slick-initialized .slick-list {
    margin-right: -15px;
  }

  .gallery-01::after {
    bottom: -42%;
    font-size: 380px;
  }
}

@media (max-width: 575.98px) {
  .gallery-01 .instagram-item img {
    max-width: 272px;
  }

  .gallery-01::after {
    bottom: -15%;
    font-size: 230px;
  }

  .gallery-01 .instagram-item {
    height: 100%;
  }

  .gallery-01 .slick-slide {
    height: auto;
  }

  .gallery-01 .slick-slide > div {
    height: 100%;
  }

  .gallery-01 .slick-track {
    display: flex;
  }
}

/* === gallery-01 === */.form-block {
  background-color: #41411c;
  width: 100%;
  height: 100%;
  /* display: flex;*/
  flex-direction: column;
  padding-top: 100px;
  gap: 60px;
  --block-gap: 80px;
  overflow: hidden;
}
.form-block-content-left p {
  font-size: 24px;
}
.form-block .row {
  --bs-gutter-x: 20px;
}
.footer-menu-items {
  display: flex;
}
.footer-menu-items {
  display: flex;
  gap: 45px;
}

.footer-menu-items a {
  color: #fff;
  text-decoration: none;
  font-size: 22px;
}

@media (max-width: 1280px) and (max-height: 567px) {
  .footer-menu-items {
    gap: 25px;
    justify-content: space-between;
  }

  .footer-menu-items a {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .footer-menu-items {
    gap: 38px;
  }

  .footer-menu-items a {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .footer-menu-items {
    gap: 14px;
  }

  .footer-menu-items a {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .footer-menu-items {
    gap: 0;
    flex-direction: column;
  }

  .footer-menu-items a {
    line-height: 36px;
  }
}

@media (max-width: 575.98px) {
  .footer-menu-items a {
    font-size: 26px;
    line-height: 44px;
  }
}

.form-block .form-block-content {
  gap: var(--block-gap) !important;
}

.form-block a {
  text-wrap: nowrap;
}

.form-block p {
  text-wrap: balance;
  font-size: 18px;
}

@media (max-width: 991.98px) {
  .form-block p {
    text-wrap: wrap;
  }
}

form .checkbox + label::before {
  border-radius: unset;
  /* box-shadow: unset; */
  /* border: unset; */
}

.form-block .form-block-content {
  /* display: flex;*/
  height: 100%;
  color: #fff;
  justify-content: space-between;
}

.form-block-content-left {
  /*    display: flex;
    flex-direction: column;
    gap: 15px;
    align-self: flex-start;
    width: calc(50% - var(--block-gap));*/
}

.form-block-content-left h1 {
  font-size: 50px;
  font-weight: bold;
}

.form-block-content-left h2 {
  font-size: 22px;
  line-height: 28px;
}

.form-block-content-left .left-side-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.left-side-links .left-side-links-item {
  display: flex;
  align-items: start;
  gap: 20px;
}

.left-side-links .left-side-links-item img {
  width: 18px;
  margin-top: 3px;
}

.left-side-links-item .item-text {
  display: flex;
  flex-direction: column;
  margin: 0;
  width: 100%;
  margin-bottom: 20px;
}

.left-side-links-item .item-text h1 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  letter-spacing: 0.9px;
  font-weight: 700;
}

.left-side-links-item .item-text p {
  max-width: 35%;
  font-size: 15px;
}

.left-side-links .top-line-rent {
  margin: 40px 0 20px !important;
}

.left-side-links
  .left-side-links-item
  .rent-info
  .rent-title {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 20px;
}

.left-side-links
  .left-side-links-item
  .rent-info
  .rent-text {
  font-size: 18px !important;
  line-height: 30px;
  max-width: 455px;
}

.form-block-content-left .rent-text p {
  font-size: 18px;
  line-height: 30px;
  text-wrap: auto;
}

.copyrights,
.copyrights a {
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  color: #fff;
}

.form-block-content-right {
  /*  display: flex;
    max-width: 650px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    width: 50%;*/
}

.form-block .form-block-content-left .social {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: flex-start;
}

.form-block .form-block-content-left .social a {
  width: 56px;
  height: 56px;
  /* border: 1px solid #fff; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-block .form-block-content-left .social a i {
  font-size: 24px;
  color: #fff;
}

.form-block .form-block-content-left .social a svg {
  width: 25px;
  height: 25px;
  fill: #fff;
}

footer .btn {
  border: 1px solid #fff;
}

.form-control {
  border-radius: 0;
  height: 60px;
}
.left-side-links a {
  color: #fff;
  font-size: 16px;
  font-family: var(--body-font);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}
.left-side-links .top-line {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 20px;
}
.field-label,
.col-form-label {
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  color: var(--white);
}

.col-form-label {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.required {
  display: none;
}

.form-1-btn {
  background-color: #6c7e36;
  font-size: 12px;
  line-height: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.form-block-content-right {
  margin-top: 70px;
}
/* .form-block-content {
  background-image: url(/images/bottom-bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
} */

.copyright .copyright-block {
  display: flex;
  align-items: center;
  gap: 15px;
}

.copyright .copyright-block .year {
  font-family: "Font Awesome 5 Free";
}

@media (max-width: 991.97px) {
  .form-block .form-block-content {
    flex-direction: column;
    width: 100%;
  }

  .form-block-content-left {
    /* display: grid;
        grid-template-columns: 2fr 2fr;
        grid-gap: 20px;*/
  }

  .form-block-content-left h1 {
    font-size: 45px;
    order: 0;
  }

  .form-block-content-left .left-side-links {
    width: 100%;
    order: 1;
    margin-top: 10px;
  }

  .form-block-content-left .left-side-links p {
    width: 100%;
    max-width: initial;
    margin: 0;
  }

  .right-side-form {
    width: 100%;
  }

  .right-side-form div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: center;
  }

  .right-side-form div label {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .right-side-form div label h3 {
    font-size: 12px;
    width: inherit;
  }

  .right-side-form div label input {
    height: 30px;
    width: inherit;
  }

  .form-block-content-right
    .right-side-form
    .form-message
    textarea {
    height: 115px;
    width: 100%;
  }

  .right-side-form div p {
    font-size: 10px;
  }

  .right-side-form .form-send-button {
    padding: 12px 25px;
    font-size: 10px;
  }

  .form-block-content-right {
    /*  width: 100%;
        max-width: unset;
        margin-top: 0;*/
  }

  .form-block-content-left {
    /*width: 100%;
        max-width: unset;*/
  }

  .form-block {
    --block-gap: 40px;
    gap: 0px;
  }

  .copyright .copyright-block {
    gap: 0;
  }
}

.bottomline {
  padding-bottom: 70px;
  margin-top: 60px;
}

@media (max-width: 991.98px) {
  .copyright .copyright-block {
    flex-direction: column;
    line-height: 36px;
  }
}

@media (max-width: 767.98px) {
  .copyright .copyright-block {
    align-items: left;
  }
}

.copyright .copyright-block h3,
.copyright .copyright-block p a {
  font-size: 12px;
  line-height: 24px !important;
  margin-bottom: 0;
  height: 24px;
}

.design-by {
  font-size: 12px;
  line-height: 24px !important;
  margin-bottom: 0;
  height: 24px;
}

.copyright .copyright-block p {
  margin-bottom: 0;
}

.copyright .copyright-block h3:first-child {
  margin-right: auto;
}

@media (max-width: 767.97px) {
  .form-block .form-block-content {
    flex-direction: column;
    width: 100%;
  }

  .form-block-content-left {
    display: flex;
    flex-direction: column;
  }

  .form-block-content-left h1 {
    font-size: 45px;
  }

  .left-side-links {
    gap: 20px;
  }

  .form-block-content-left p {
    max-width: 100%;
    font-size: 18px;
    margin-top: 0 !important;
  }

  .form-block-content-left .left-side-links {
    margin-top: 0 !important;
  }

  .right-side-form {
    width: 100%;
  }

  .right-side-form div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
    align-items: center;
  }

  .right-side-form div label {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .right-side-form div label h3 {
    font-size: 15px;
    width: inherit;
  }

  .right-side-form div label input {
    height: 60px;
    width: inherit;
  }

  .form-block-content-right
    .right-side-form
    .form-message
    textarea {
    height: 200px;
    width: 100%;
  }

  .right-side-form div p {
    font-size: 14px;
  }

  .right-side-form .form-send-button {
    padding: 24px 0;
    font-size: 12px;
    width: 100%;
  }

  .form-block-content-right .right-side-form {
    gap: 0;
  }

  .form-block-content-right .right-side-form div {
    display: flex !important;
    gap: 0;
    flex-direction: column !important;
  }

  .form-block-content-left h1 {
    font-size: 46px;
  }

  .right-side-form div p .form-block-content-left p {
    max-width: 100%;
    font-size: 18px;
  }

  .form-block-content-left .left-side-links {
    order: 2;
  }

  .form-block {
    padding-top: 60px;
  }
}

@media (max-width: 425px) {
  .form-1-btn {
    width: 100%;
  }

  .form-block-content-left .left-side-links {
    order: 2;
  }

  .form-block {
    padding-top: 80px;
    gap: 0px;
  }

  .form-block .form-block-content {
    padding-top: 0;
    gap: 20px !important;
  }

  .form-block-content-right {
    margin-top: 40px;
  }

  .form-block-content-left .left-side-links {
    gap: 20px;
  }

  .form-block-content-right form > .row {
    width: unset;
    display: flex;
    flex-flow: column;
  }

  .copyright .copyright-block h3,
  .copyright .copyright-block p a {
    font-size: 12px;
    line-height: 26px;
  }

  .copyright .copyright-block p {
    margin-bottom: 0;
  }

  .copyright .copyright-block {
    gap: 0;
    /* border-top: 1px #09232b solid; */
    /* padding-top: 30px; */
  }

  .copyright .copyright-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }

  .copyright .copyright-block h3 {
    text-align: center;
    margin: 0 auto;
    margin-right: auto;
  }

  .form-block .footer-links {
    flex-direction: column-reverse;
    text-align: center;
    gap: 40px;
  }
}

@media (max-width: 575px) {
  .form-block .form .form-group.bottom-box {
    text-align: center;
  }

  .form-block .form .form-group.bottom-box button {
    width: 100%;
    max-width: 200px;
  }

  .testimonial-carousel .carousel-inner .prev-slide {
    left: 15%;
  }

  .testimonial-carousel .carousel-inner .next-slide {
    right: 15% !important;
  }
}

@media (max-width: 480px) {
  .testimonial-carousel .carousel-inner .prev-slide {
    left: 15px;
  }

  .testimonial-carousel .carousel-inner .next-slide {
    right: 15px !important;
  }

  #testimonial-carousel .slick-arrow {
    width: 25px;
  }
}

/* === footer-05-brochure === */