:root {
	 --body-background: rgb(255, 255, 255);
	 --body-color: #000000;
	 --body-font: "Cerebri Sans Pro", sans-serif;
	 --button-background: rgb(255 38 10);
	 --content-banner-heading-img: url(/scripts/placeholder/2000/600/2000x600/150/darkgrey);
	 --cookie-background: rgb(255, 255, 255);
	 --cookie-text-color: rgb(0, 0, 0);
	 --email-accent-color: rgb(0, 0, 0);
	 --email-background: #fff;
	 --email-border-color: rgb(229, 229, 229);
	 --email-text-color: #212529;
	 --footer-background: rgb(0, 0, 0);
	 --footer-textcolor: rgb(255, 255, 255);
	 --h1-font: "Cerebri Sans Pro", sans-serif;
	 --h1-fontsize: 80px;
	 --h1-fontweight: 600;
	 --h2-font: "Cerebri Sans Pro", sans-serif;
	 --h2-fontsize: 55px;
	 --h2-fontweight: 600;
	 --h3-font: "Cerebri Sans Pro", sans-serif;
	 --h3-fontsize: 30px;
	 --h3-fontweight: 600;
	 --h4-font: "Cerebri Sans Pro", sans-serif;
	 --h4-fontsize: 24px;
	 --h4-fontweight: normal;
	 --header_promo_line_bgcolor: #000;
	 --header_promo_line_textcolor: rgb(255, 255, 255);
	 --navbar-hamburguer-icon-color: rgb(255, 255, 255);
	 --navbar-phone-color: rgb(255, 255, 255);
	 --navbar-phone-icon: rgb(255, 255, 255);
	 --quickinquiry-background: rgb(238, 238, 238);
	 --quickinquiry-color: rgb(68, 68, 68);
	 --quickinquiry-tab-background: rgb(68, 68, 68);
	 --required_color: rgb(255, 0, 0);
	 --sticky-header-background: rgba(0, 0, 0, 0.5);
	 --sticky-header-text-color: rgb(255, 255, 255);
	 --testimonial-background-img: url(/scripts/placeholder/2000/600/200x600/120/lightgrey);
	 --text-primary: rgb(0, 0, 0);
	 --text-secondary: rgb(255, 255, 0);
}



/* === globalheader === */

:root {
  /* Custom Variables */
  --input_height: 40px;
  --hpl01-h: 0px;
  --errorinput-bg: rgb(255 244 244);
  --errorinput-border: #f00;
}

body {
  background: var(--body-background);
  color: var(--body-color);
  font-family: var(--body-font);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-weight: 700;
  letter-spacing: -.025em;
}

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);
}

@media (width <=1199.98px) {

  h1,
  .h1 {
    font-size: 72px;
  }

  h2,
  .h2 {
    font-size: 50px;
    line-height: 1;
  }

  h3,
  .h3 {
    font-size: 24px;
  }
}

@media (width <=575.98px) {

  h2,
  .h2 {
    font-size: 36px;
    line-height: 1;
  }
}

.form-control {
  min-height: var(--input_height);
}

.btn {
  align-items: center;
  background-color: var(--button-background);
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  height: 56px;
  justify-content: center;
  line-height: 24px;
  padding: 0 30px;
  text-transform: uppercase;
  width: max-content;
}

.btn:hover,
.btn:active,
.btn:focus,
.btn:focus-within {
  box-shadow: none !important;
  color: #fff;
  outline: none !important;
  text-decoration: none;
}

button:hover,
button:active,
button:focus,
button:focus-within {
  box-shadow: none !important;
  outline: none !important;
  text-decoration: none;
}

.btn-primary {
  background-color: var(--button-background);
  color: #fff;
  cursor: pointer;
  padding: 5px 15px;
}

.btn-primary:hover {
  background-color: var(--button-background);
  color: #fff;
  text-decoration: none;
}

.btn-primary:not([disabled], .disabled).active,
.btn-primary:not([disabled], .disabled):active,
.show>.btn-primary.dropdown-toggle {
  background-color: var(--button-background);
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:link {
  background-color: #000;
  border-color: #000;
  color: #fff;
  text-decoration: none;
}

.btn-secondary {
  background-color: #fff;
  color: #000;
  transition: 0.2s all;
}

.btn-secondary:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

.btn-primary:active {
  background-color: #000;
  box-shadow: none !important;
  color: #fff;
  outline: none !important;
}

.btn-share {
  border-radius: 0;
  line-height: 1;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 12px 20px 12px 35px;
  position: relative;
  text-transform: none;
}

.btn-share span {
  display: inline-block;
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
}

.btn-share.facebook {
  background-color: #2f5a9b;
}

.btn-share.twitter {
  background-color: #00acf2;
}

@media (width >=576px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (width <=575.98px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* Quick Enquiry */
#slideOut {
  min-height: 300px;
  right: -400px;
  width: 400px;
}

#slideOut div.container {
  padding: 15px;
}

/* Display slideOut */
.right-tab.show {
  right: 0 !important;
}

/* Tab */
#slideOut .slideOutTab {
  background: var(--quickinquiry-tab-background);
  cursor: pointer;
  height: 200px;
  left: -40px;
  position: absolute;
  width: 40px;
}

/* Tab Layer */
.slideOutTab div {
  color: #fff;
  font-family: arial;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  right: 70px;
  text-align: center;
  top: 90px;
  transform: rotate(270deg);

  /* IE9+ */
  width: 180px;
  writing-mode: horizontal-tb;
}

#slideOut .col-form-label {
  padding: 0 0 3px;
}

#slideOut .form-control {
  min-height: 35px;
}

#slideOut textarea.form-control {
  height: 108px;
  resize: none;
}

#slideOut .form-group {
  margin-bottom: 10px;
}

#slideOut .form-control:focus {
  outline: none;
}

.form.blocked {
  pointer-events: none;
}

.form .form-error {
  color: #b94a48;
  display: block;
  line-height: 140%;
  margin-bottom: 5px;
  margin-top: 5px;
}

.form .tickbox {
  align-items: flex-start;
  display: flex;
  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;
  margin-top: 5px;
  width: auto;
}

.form input[type="checkbox"]+label {
  padding: 0 0 0 5px;
}

.form .form-error {
  font-size: 15px;
}

.form textarea.form-control {
  height: 150px;
  resize: none;
}

form input[type="checkbox"]+label+.form-error {
  display: none;
}

.form-group {
  margin-bottom: 1rem;
}

form .checkbox {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

form .checkbox+label {
  cursor: pointer;
  padding-left: 30px !important;
  position: relative;
}

form .checkbox+label::before {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 2px 2px rgb(172 172 172 / 27%);
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 20px;
}

form .checkbox:checked+label::after {
  color: rgb(0 0 0);
  content: "\f00c";
  cursor: pointer;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  left: 4px;
  position: absolute;
  top: 5px;
}

.form .required-star {
  color: var(--required_color);
}

form .tickbox.has-error label::before {
  border-color: var(--required_color);
  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;
  background-size: 20px;
  border-color: #4a4a4a;
  box-shadow: inset 0 0 0 rgb(0 0 0 / 7.5%);
}

.form select.error,
.form input.error {
  background-color: #ffeded;
  background-image: url("/images/default/error-field.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 2px solid #f00;
  box-shadow: inset 0 0 0 rgb(0 0 0 / 7.5%);
}

.form .error+div.error,
.form .form-group.has-error div.error {
  bottom: -22px;
  color: #f00;
  margin: 0;
  position: absolute;
  right: 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 .has-error canvas.error,
form .radio-multi.has-error .tickbox {
  background-color: var(--errorinput-bg);
  background-image: url("/images/default/error-field.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 20px;
  border-color: var(--errorinput-border);
  border-width: 2px;
}

form .has-error div.error {
  color: #f00;
}

#slideOut .form-error {
  display: none;
}

#slideOut .bottom-box {
  margin-bottom: 0 !important;
  position: relative;
}

#slideOut .bottom-box .required {
  color: var(--quickinquiry-tab-background);
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 10px;
}

.right-tab {
  background: var(--quickinquiry-background);
  color: var(--quickinquiry-color);
  display: none;
  position: fixed;
  right: -370px;
  top: 200px;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  width: 370px;
  z-index: 99;
}

.right-tab iframe {
  border: none;
  height: 350px;
  width: 100%;
}

.right-tab-button {
  background: var(--quickinquiry-tab-background);
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  height: 40px;
  left: -40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 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 {
  bottom: 43px;
  left: 50%;
  position: fixed;
  transform: translateX(-50%);
  width: 100%;
  z-index: 999;
}

.CookiePreferencesPopup {
  z-index: 1101;
}

@media screen and (min-width: 575px) {
  #cookie>.container {
    max-width: calc(100% - 90px);
  }
}

#cookie-content {
  background-color: var(--cookie-background);
  border: 1px solid rgb(0 0 0 / 20%);
  border-radius: 5px;
  box-shadow: 0 0 9px 2px rgb(0 0 0 / 20%);
  color: var(--cookie-text-color);
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding: 40px;
  width: 100%;
}

#cookie-content .cookie-buttons {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

#cookie-content .cookie-buttons .accept-cookies {
  align-items: center;
  background-color: #ff260a;
  border-radius: 28px;
  display: flex;
  font-size: 12px;
  height: 56px;
  justify-content: center;
  letter-spacing: 2px;
  padding: 0 50px;
  text-transform: uppercase;
  min-width: 180px;
}

#cookie .cookie_preferences_button button {
  align-items: center;
  background: none;
  border: 1px solid #222;
  border-radius: 28px;
  color: #1a1a1a;
  display: flex;
  font-size: 12px;
  height: 56px;
  justify-content: center;
  letter-spacing: 2px;
  padding: 0 40px;
  text-transform: uppercase;
  width: 100%;
  min-width: 180px;
}

#cookie .cookie-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 0;
  line-height: 1;
  display: flex;
  flex-flow: column;
  align-items: start;
  justify-content: center;
}

#cookie .cookie_learn_more a {
  color: #fd020d;
  display: block;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .2em;
  margin-top: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

#cookie #cookie-content>.btn {
  border-radius: 0;
  width: 100%;
}

@media (width <=991.98px) {
  #cookie-content {
    flex-direction: column;
    gap: 10px;
    justify-content: center;
  }

  #cookie-content .cookie-buttons {
    justify-content: center;
  }

  #cookie-content .cookie-buttons>div {
    width: 50%;
  }
}

@media (width <=500px) {
  #cookie-content {
    padding: 30px 20px;
  }

  #cookie-content .cookie-buttons {
    flex-direction: column;
  }

  #cookie-content .cookie-buttons>div {
    width: 100%;
  }
}

/* Hamburger */
.hamburger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  left: 15px;
  padding: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity, filter linear 0.15s;
}

.hamburger-box {
  display: inline-block;
  height: 24px;
  position: relative;
  width: 30px;
}

.hamburger-inner {
  display: block;
  margin-top: -2px;
  top: 50%;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: var(--navbar-hamburguer-icon-color);
  border-radius: 4px;
  content: "";
  height: 3px;
  position: absolute;
  transition: transform ease 0.15s;
  width: 30px;
}

/* Hamburger animations (minimised) */
.navbar-toggler .hamburger-inner {
  bottom: 0;
  top: auto;
  transition-delay: 0.13s;
  transition-duration: 0.13s;
  transition-timing-function: cubic-bezier(0.55,
      0.055,
      0.675,
      0.19);
}

.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 {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215,
      0.61,
      0.355,
      1);
}

.navbar-toggler.is-active .hamburger-inner::after {
  opacity: 0;
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s linear 0.22s;
}

.navbar-toggler.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  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;
}

.page404 .content-01 {
  padding: 45px 0;
  text-align: center;
}

.page404 .btn {
  margin: 10px 5px auto;
}

.page404 .btn-wrapper {
  margin-top: 15px;
}

[data-var][contenteditable="true"] {
  outline: 2px dashed #254d7a;
  outline-offset: -2px;
}

@media (width >=768px) {
  .right-tab {
    display: block;
  }
}

@media (height <=750px) {
  #slideOut {
    top: 20vh;
  }

  #facebook-feed {
    top: calc(20vh + 205px);
  }

  #twitter-feed {
    top: calc(20vh + 250px);
  }

  #instagram-feed {
    top: calc(20vh + 295px);
  }
}

@media (height <=650px) {
  .right-tab {
    display: none;
  }
}

.bootbox .bootbox-close-button {
  background-color: transparent;
  border: none !important;
  outline: none !important;
  position: absolute;
  right: 15px;
  top: 15px;
}

.bootbox.popup-login.show {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.bootbox.popup-login .modal-dialog {
  left: 50% !important;
  margin: 0;
  max-width: none;
  position: absolute !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 600px;
}

.bootbox.popup-login.show .modal-dialog .login_form {
  padding-top: 0;
}

.bootbox.popup-login.show .spin-loader {
  align-items: center;
  background-color: rgb(0 0 0 / 70%);
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.bootbox.popup-login .modal-dialog .help-block.form-error {
  color: rgb(185 74 72);
}

.bootbox.popup-login .modal-dialog .passblock {
  margin-bottom: 30px;
  position: relative;
}

.bootbox.popup-login .modal-dialog .login_form #reset-password {
  bottom: -25px;
  cursor: pointer;
  font-size: 14px;
  left: 15px;
  position: absolute;
}

.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 {
  background: #b9b9b9;
  margin: 15px -30px 0;
}

.bootbox.popup-login .modal-dialog .bottom_suggestion a {
  color: #000;
  display: block;
  padding: 15px 0;
}

.bootbox.popup-login #loginform button.btn[type="submit"] {
  border-radius: 0;
  width: 100%;
}

.account_popup_dialog {
  background: #fff;
  border: 1px solid #000;
  position: absolute;
  right: -60px;
  text-align: left;
  top: calc(100% + 15px);
  width: 240px;
}

.account_popup_dialog::before {
  content: "";
  height: 40px;
  position: absolute;
  right: 60px;
  top: -40px;
  width: 20px;
}

.account_popup_dialog .item a {
  color: #000;
  display: block;
  padding: 2px 15px;
  text-decoration: none;
  transition: all 0.1s;
  width: 100%;
}

.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 {
  color: rgb(185 74 72);
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.message-container {
  align-items: center;
  bottom: 15px;
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 15px;
  width: 300px;
  z-index: 1111;
}

.message-container .messagepopupmessage {
  background: #d7d7d7;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  font-size: 14px;
  margin-top: 15px;
  padding: 15px;
  position: relative;
  width: 100%;
}

.message-container .messagepopupmessage .close {
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  height: 20px;
  justify-content: center;
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.2s opacity;
  width: 20px;
}

.message-container .messagepopupmessage:hover .close,
.message-container .messagepopupmessage .close:active {
  opacity: 1;
}

@media (width <=575px) {
  .message-container {
    left: 15px;
    right: 15px;
    width: auto;
  }

  .message-container .messagepopupmessage {
    margin-top: 5px;
    width: 100%;
  }

  .message-container .messagepopupmessage .close {
    font-size: 20px;
  }
}

#modal_backdrop.invisible {
  transition: visibility 0.3s ease-out;
}

#modal_backdrop.WOLoading i {
  display: none;
}

#modal_backdrop .modal-backdrop {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

#modal_backdrop.invisible .modal-backdrop i {
  animation: none !important;
}

#modal_backdrop:not(.invisible) .modal-backdrop {
  color: #fff;
  opacity: 0.7;
  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: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 2px 2px rgb(172 172 172 / 27%);
  height: 40px;
  width: 150px;
}

.captcha-image-reload {
  display: flex;
}

.captcha_whatis {
  cursor: pointer;
  font-size: small;
}

.sash_image {
  height: auto;
  left: 50%;
  margin-left: -1px;
  margin-top: -1px;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}

.form-control:focus {
  border: 1px solid #ced4da;
  box-shadow: none !important;
}

.d-empty::after {
  content: "\00a0";
}

.sash-svg-container {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.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 {
  background-color: rgb(0 0 0 / 30%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.loading-wrapper .loading-block::before {
  background-image: url("/images/default/dots_loading_w.svg");
  content: "";
  height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
}

.pagination li {
  cursor: pointer;
}

.pagination>* {
  margin-left: 2px;
  margin-right: 2px;
}

.pagination .pagination-input {
  position: relative;
}

.pagination .onpageclick {
  min-width: 36px;
  padding: 5px 0;
  text-align: center;
}

.pagination .onpageclick>* {
  pointer-events: none;
}

.pagination .onpageclick.disabled {
  opacity: 0.6;
  pointer-events: none;
}

.pagination .pagination-input label {
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  margin: 0;
  opacity: 1;
  position: absolute;
  text-align: center;
  top: 0;
  transition: 0.3s opacity;
  width: 100%;
  z-index: 2;
}

.pagination input[type="number"] {
  appearance: textfield;
  border: none !important;
  outline: none !important;
  position: relative;
  text-align: center;
  width: 90px;
  z-index: 1;
}

.pagination input[type="number"]:focus+label {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}

.pagination input[type="number"]::-webkit-outer-spin-button,
.pagination input[type="number"]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

.pagination .page-item.active .page-link {
  background-color: #000;
  border-color: #000;
}

@media (width <=767px) {
  .pagination .pagination-input input[type="number"] {
    width: 100%;
  }

  .pagination .pagination-input {
    width: 100%;
  }
}

.bottom-control {
  bottom: 15px;
  position: fixed;
  right: 15px;
  z-index: 400;
}

.bottom-control>*~* {
  margin-top: 5px;
}

@media (width >=768px) {
  .bottom-control {
    opacity: 0.4;
    transition: 0.2s all;
  }

  .bottom-control:hover {
    opacity: 1;
  }
}

.backtotop {
  --size: 50px;

  align-items: center;
  background: radial-gradient(closest-side,
      var(--button-background) 79%,
      transparent 80% 100%),
    conic-gradient(#fff var(--progress, 0%),
      var(--button-background) 0);
  background-color: var(--button-background);
  border: 1px solid var(--body-background);
  border-radius: 50%;
  color: var(--body-background);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  height: var(--size);
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  -webkit-touch-callout: none;
  transition: 0.4s all;
  user-select: none;
  width: var(--size);
  z-index: 1031;
}

.backtotop.show {
  opacity: 1;
  pointer-events: all;
  transition: 0.4s all;
}

.mobile-fixed-email-button {
  align-items: center;
  animation: bounce_border 5s ease-out 1.5s infinite;
  background-color: var(--button-background);
  background-image: url("/images/default/email-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgb(0 0 0 / 10%);
  color: #fff;
  height: 50px;
  justify-content: center;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.3s ease-out;
  width: 50px;
  z-index: 1;
}

.mobile-fixed-email-button:hover {
  color: #fff;
}

@keyframes bounce_border {
  0% {
    box-shadow: 0 0 0 4px rgb(0 0 0 / 10%);
  }

  17% {
    box-shadow: 0 0 0 4px rgb(0 0 0 / 10%);
  }

  22% {
    box-shadow: 0 0 0 8px rgb(0 0 0 / 10%);
  }

  25% {
    box-shadow: 0 0 0 4px rgb(0 0 0 / 10%);
  }

  30% {
    box-shadow: 0 0 0 8px rgb(0 0 0 / 10%);
  }

  35% {
    box-shadow: 0 0 0 4px rgb(0 0 0 / 10%);
  }

  100% {
    box-shadow: 0 0 0 4px rgb(0 0 0 / 10%);
  }
}

.cookiepref h2.title {
  font-size: 22px;
  font-weight: 400;
  margin: 0;
}

.cookiepref div.company_name {
  font-size: 14px;
}

.cookiepref .nav a {
  color: #000 !important;
  font-size: 14px;
  padding: 5px 15px !important;
}

.cookiepref .nav a.active {
  background-color: #000;
  border-radius: 0;
  color: #fff !important;
}

.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 {
  margin-top: 15px;
  position: relative;
}

.cookiepref .line~.line {
  margin-top: 10px;
}

.cookiepref .line input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.cookiepref .line input+label,
.cookiepref .line.forced label {
  cursor: pointer;
  display: inline;
  padding-left: 45px;
  transform: translateY(0);
}

.cookiepref .line input+label::before,
.cookiepref .line.forced label::before {
  background-color: #f38787;
  border: 1px solid #ccc;
  border-radius: 20px;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 3px;
  transition: 0.2s all;
  width: 40px;
}

.cookiepref .line input+label::after,
.cookiepref .line.forced label::after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 18px;
  left: 1px;
  position: absolute;
  top: 4px;
  transition: 0.2s all;
  width: 18px;
}

.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;
}

body.backdrop-open {
  overflow: hidden;
}

.form_plr {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.leaflet-container,
.leaflet-container * {
  outline: none !important;
}

.fixed-top {
  transition: 0.3s all;
}

ol.bigdot_ol {
  column-count: 2;
  counter-reset: item;
  gap: 80px;
  list-style-type: none;
  padding-left: 0;
}

ol.bigdot_ol li {
  display: inline-block;
  margin-bottom: 20px;
  min-width: 100%;
  padding-left: 50px;
  padding-right: 30px;
  position: relative;
}

ol.bigdot_ol li::before {
  align-items: center;
  background-color: #1d1d1d;
  border-radius: 50%;
  color: #fff;
  content: counter(item) "  ";
  counter-increment: item;
  display: flex;
  height: 36px;
  justify-content: center;
  left: 0;
  position: absolute;
  width: 36px;
}

.sign_wrapper input[data-type="Signature"] {
  border: none aliceblue;
  height: 1px;
  left: 0;
  min-height: 0;
  opacity: 0;
  outline: none;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 1px;
}

.sign_wrapper .sign_block {
  position: relative;
}

.sign_wrapper .sign_canvas {
  cursor: crosshair;
  height: auto;
  max-width: 100%;
  touch-action: none;
  user-select: none;
}

.sign_wrapper .sign_canvas.form-control {
  min-height: 200px;
}

.sign_wrapper.mandatory.has-error:not(.filled) .sign_canvas {
  background-color: var(--errorinput-bg);
  border-color: var(--errorinput-border);
  border-width: 2px;
}

.sign_wrapper .clear_canvas {
  background: none;
  border: 0;
  font-size: 22px;
  left: 10px;
  line-height: 22px;
  opacity: 0.4;
  outline: none;
  padding: 5px;
  pointer-events: none;
  position: absolute;
  top: 10px;
  transition: 0.3s all;
  z-index: 2;
}

.sign_wrapper.filled .clear_canvas {
  opacity: 1;
  pointer-events: all;
}

@media (width >=768px) {
  .cookiepref .main-body {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    display: flex;
    flex-direction: row;
  }

  .CookiePreferencesPopup .modal-dialog {
    min-width: 700px;
  }

  .cookiepref .nav {
    width: 200px;
  }

  .cookiepref .nav a {
    max-width: 200px;
    padding: 20px 15px !important;
    transition: 0.2s all;
    width: 200px;
  }

  .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;
  }
}

.whatsapplink {
  background-color: #00c307;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 33px;
  text-decoration: none;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 99;
  box-shadow: 0 0 0 0 rgba(0, 195, 7, 0.7);
  -webkit-animation: pulse 1.5s infinite;
}

.whatsapplink:hover {
  text-decoration: none;
  color: #fff;
  -webkit-animation: none;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.9);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 30px rgba(0, 195, 7, 0);
  }

  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(0, 195, 7, 0);
  }
}
/* === globalheader === */



/* === popupbasket02 === */

.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 === */



/* === addtobasket_popup === */

.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 === */

:root {
  --navbar-background: transparent;
  --navbar-logo-height: 90px;
  --sticky-header-background: transparent;
  --nav-mobile-backgroundcolor: gray;
  --nav-link-lvl-2-color-mobile: black;
}

@media (width <=991.98px) {
  :root {
    /* --navbar-logo-height: 45px; */
  }
}

@media (width <=575.98px) {
  :root {
    /* --navbar-logo-height: 36px; */
  }
}

.navbar-block {
  background-color: var(--navbar-background, transparent);
  position: fixed;
  top: 0;
  transition: 0.3s all;
  width: 100%;
  z-index: 1050;
}

.navbar-block.scrolled {
  background-color: var(--sticky-header-background, #fff);
}

.navbar-block .navbar-container {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 20px 33px;
  position: relative;
  transition: 0.15s linear;
}

.navbar-block.scrolled .navbar-container {
  background-color: #fff;
  box-shadow: 0 1px 15px 0 #222;
  height: 100px;
}

.navbar-block.scrolled .navbar-menu-toggler {
  background-color: #222;
  top: 25px;
}

.navbar-block .logo-image.logo-dark {
  display: none;
}

.navbar-block.scrolled .logo-image {
  height: 60px;
}

.navbar-block.scrolled .logo-image.logo-light {
  display: none;
}

.navbar-block.scrolled .logo-image.logo-dark {
  display: inline;
}

.navbar-block .navbar-menu-toggler {
  align-items: center;
  background: rgb(255 255 255 / 25%);
  border: 1px solid transparent;
  border-radius: 0.25rem;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 1.25rem;
  height: 56px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 45px;
  top: 35px;
  transition: box-shadow 0.15s ease-in-out;
  width: 56px;
}

.navbar-block #navbar-block-menu .navbar-menu-toggler {
  align-items: center;
  background: none;
  background-color: #363636;
  border-radius: 50%;
  display: flex;
  font-size: 26px;
  height: 56px;
  justify-content: center;
  min-width: 56px;
  width: 56px;
}

.navbar-block .hamburger-box {
  display: inline-block;
  height: 12px;
  left: 0;
  position: relative;
  width: 30px;
}

.navbar-block .hamburger-inner,
.navbar-block .hamburger-inner::before,
.navbar-block .hamburger-inner::after {
  background-color: currentcolor;
  border-radius: 4px;
  content: "";
  height: 2px;
  position: absolute;
  transition: transform ease 0.15s;
  width: 20px;
}

.navbar-block #navbar-block-menu .hamburger-inner,
.navbar-block #navbar-block-menu .hamburger-inner::before,
.navbar-block #navbar-block-menu .hamburger-inner::after {
  height: 3px;
}

.navbar-block .hamburger-inner {
  bottom: 0;
  left: 0;
  top: auto;
  transition-delay: 0.13s;
  transition-duration: 0.13s;
  transition-timing-function: cubic-bezier(0.55,
      0.055,
      0.675,
      0.19);
}

.navbar-block .navbar-menu-toggler:not(.collapsed) .hamburger-inner {
  transform: translate3d(0, -4px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215,
      0.61,
      0.355,
      1);
}

.navbar-block .navbar-menu-toggler:not(.collapsed) .hamburger-inner::after {
  opacity: 0;
  top: 0;
  transition: top 0.2s cubic-bezier(0.3333, 0, 0.6667, 0.3333),
    opacity 0.1s linear 0.22s;
}

.navbar-block .navbar-menu-toggler:not(.collapsed) .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s cubic-bezier(0.3333, 0, 0.6667, 0.3333) 0.16s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s,
    width 0.1s cubic-bezier(0.3333, 0, 0.6667, 0.3333) 0.16s;
}

.navbar-block .navbar-contact {
  align-items: center;
  color: var(--navbar-phone-color, #fff);
  display: flex;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.navbar-block .navbar-contacts {
  font-size: 24px;
  letter-spacing: -0.025em;
  line-height: 1;
  padding-bottom: 5px;
}

.navbar-block .navbar-contact .icon {
  color: var(--navbar-phone-icon, transparent);
  display: none;
  font-size: 20px;
}

.navbar-block #navbar-block-menu {
  background-color: #222;
  background-image: url("/images/bg/menu-bg-logo.webp");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  transition-delay: 0.22s;
}

.navbar-block #navbar-block-menu.offcanvas-start {
  width: 520px;
}

.navbar-block #navbar-block-menu .offcanvas-body {
  /* background-color: #222; */
  border-radius: 10px;
  display: grid;
  grid-template-rows: 1fr auto;
  margin: 0 30px 40px 60px;
}

.navbar-block #navbar-block-menu .offcanvas-header {
  padding: 33px 30px;
}

.navbar-block #navbar-block-menu .navbar-nav {
  counter-reset: menu-counter -1;
  justify-content: center;
}

.navbar-block #navbar-block-menu .nav-link {
  color: var(--nav-link-color-mobile, #fff);
  display: block;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  padding: 15px 0;
  position: relative;
  text-decoration: none;
}

.navbar-block #navbar-block-menu .nav-link::after {
  content: "0" counter(menu-counter) ".";
  counter-increment: menu-counter;
  font-size: 14px;
  font-weight: 400;
  left: -10px;
  position: absolute;
  top: 0;
}

.navbar-block #navbar-block-menu .lvl2 .nav-link {
  color: var(--nav-link-lvl-2-color-mobile,
      var(--nav-link-color-mobile, #fff));
  font-size: 22px;
}

.navbar-block .logo-link>* {
  height: var(--navbar-logo-height, auto);
  transition: 0.15s linear;
}

.navbar-block .navbar-menu-toggler.collapsed .hamburger-inner::before {
  width: 26px;
}

.navbar-block .phone-btn-text {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding-right: 6px;
  text-transform: uppercase;
}

/* Header for Cookie Policy  */

body[data-id="3"]:has(main > .content-01:first-child) .navbar-block .navbar-container {
  background-color: #fff;
  box-shadow: 0 1px 15px 0 #222;
  height: 100px;
}

body[data-id="3"]:has(main > .content-01:first-child) .navbar-block .navbar-menu-toggler {
  background-color: #222;
  top: 25px;
}

body[data-id="3"]:has(main > .content-01:first-child) .navbar-block .logo-image {
  height: 60px;
}

body[data-id="3"]:has(main > .content-01:first-child) .navbar-block .logo-image.logo-light {
  display: none;
}

body[data-id="3"]:has(main > .content-01:first-child) .navbar-block .logo-image.logo-dark {
  display: inline;
}

@media (width <=991.98px) {
  .navbar-block .navbar-menu-toggler {
    right: 40px;
  }
}

@media (width <=767.98px) {
  .navbar-block :is(.navbar-menu-toggler::after, .phone-btn-text) {
    display: none;
  }
}

@media (width <=575.98px) {
  .navbar-block .navbar-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-block #navbar-block-menu .navbar-menu-toggler {
    position: absolute;
    right: 36px;
    top: 40px;
  }

  .navbar-block #navbar-block-menu.offcanvas-start {
    width: 100vw;
  }

  .navbar-block #navbar-block-menu .offcanvas-header {
    padding: 0;
  }

  .navbar-block #navbar-block-menu .offcanvas-body {
    margin: 25px 30px;
    padding-bottom: 35px;
  }

  .navbar-block #navbar-block-menu .navbar-menu-toggler .hamburger-inner,
  .navbar-block #navbar-block-menu .navbar-menu-toggler .hamburger-inner::before,
  .navbar-block #navbar-block-menu .navbar-menu-toggler .hamburger-inner::after {
    background-color: #fff;
  }

  .navbar-block .navbar-contacts-mobile .contact-us-btn {
    min-width: 215px;
  }

  .navbar-block .navbar-menu-toggler {
    right: 25px;
  }

  .navbar-block .logo-link>* {
    height: 60px;
  }
}
/* === nav-01 === */



/* === carousel-01 === */


#carousel-01-1185 {
	 --carousel-01-align: center;
}

:root {
  --desktoph: 100vh;
  --tableth: 765px;
  --mobileh: 765px;
}

.carousel-01 {
  position: relative;
  z-index: 500;
  background-color: #b2b2b2;
}

.carousel-01 .scroll-to-bottom-btn,
.carousel-01 .contact-us-btn {
  align-items: center;
  background: rgb(255 255 255 / 25%);
  bottom: 40px;
  display: flex;
  font-size: 20px;
  height: 56px;
  justify-content: center;
  padding: 0;
  position: absolute;
  width: 56px;
  z-index: 2;
}

.carousel-01 .scroll-to-bottom-btn {
  left: 45px;
}

.carousel-01 .contact-us-btn {
  right: 45px;
}

.carousel-01 .carousel-item::before {
  background: linear-gradient(to bottom,
      #11110d,
      transparent,
      #11110d);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.carousel-01 .carousel-item::after {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.2;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.carousel-01 .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  text-align: var(--carousel-01-align);
}

.carousel-01 .carousel-caption {
  color: #fff;
  margin: 0 auto 25px;
  max-width: max-content;
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.carousel-01 .carousel-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.carousel-01 .carousel-caption-title {
  margin-bottom: 15px;
  margin-left: -5px;
}

.carousel-01 .carousel-caption-text {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  align-items: end;
  width: 100%;
}

.carousel-01 .carousel-caption-text .sub-line {

  --bg-dashes: 14;
  --bg-size: 8;

  height: 2px;
  width: 100%;

  background-image: linear-gradient(90deg, #fff, #fff calc(10% * var(--bg-size)), transparent calc(10% * var(--bg-size)), transparent 100%);
  background-size: calc(100% / calc(var(--bg-dashes) + var(--bg-size) * .1)) 1px;
  margin-bottom: 3px;
}

.carousel-01 .carousel-caption-title-small {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .2em;
  line-height: .9;
  margin: 0;
  text-transform: uppercase;
  text-wrap-mode: nowrap;
}

.carousel-01 .carousel-caption-title-small p {
  margin-bottom: 0;
}

.carousel-01 .carousel-caption .btn {
  margin-top: 20px;
}

.carousel-01 .carousel-item {
  overflow: hidden;
}

.carousel-01 .carousel-inner .prev-slide,
.carousel-01 .carousel-inner .next-slide {
  position: absolute;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  font-size: 60px;
  font-weight: bold;
  cursor: pointer;
  z-index: 2;
  opacity: 0.3;
  transition: opacity 0.3s;
}

.carousel-01 .carousel-inner .prev-slide:hover,
.carousel-01 .carousel-inner .next-slide:hover {
  opacity: 0.8;
}

.carousel-01 .carousel-inner .prev-slide {
  left: 45px;
}

.carousel-01 .carousel-inner .next-slide {
  right: 45px;
}

.carousel-01 .carousel-inner .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
}

.carousel-01 .carousel-inner .slick-dots>li {
  cursor: pointer;
  font-weight: 600;
}

.carousel-01 .carousel-inner .slick-dots>li button {
  display: none;
}

.carousel-01 .carousel-inner .slick-dots>li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  opacity: 0.2;
  padding: 5px;
  transition: opacity 0.3s;
  cursor: pointer;
}

.carousel-01 .carousel-inner .slick-dots>li:hover:before {
  opacity: 0.6;
}

.carousel-01 .carousel-inner .slick-dots>li.slick-active:before {
  opacity: 0.8;
}

.carousel-01 .carousel-item {
  height: var(--desktoph);
  position: relative;
}

.carousel-01 .carousel-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 1px);
  width: calc(100% + 1px);
  object-fit: cover;
}

.carousel-01 .carousel-item:before {
  content: "";
}

@media screen and (max-width: 1199px) {
  .carousel-01 .carousel-item {
    height: 500px;
  }

  .carousel-01 .carousel-caption-text .sub-line {
    --bg-dashes: 13;
    --bg-size: 8;
  }
}

@media screen and (max-width: 991px) {
  .carousel-01 .carousel-item {
    height: var(--tableth);
    min-height: 400px;
    max-height: 100vh;
    max-height: 100svh;
  }

  .carousel-01 .carousel-caption {
    left: 10%;
    right: 10%;
  }
}

@media screen and (max-width: 767px) {

  .carousel-01 .carousel-caption {
    left: 0px;
    right: 0px;
  }

  .carousel-01 .contact-us-btn,
  .carousel-01 .scroll-to-bottom-btn {
    display: none;
  }

  .carousel-01 .carousel-item {
    height: var(--mobileh);
  }

  .carousel-01 .carousel-inner .prev-slide {
    left: 15px;
  }

  .carousel-01 .carousel-inner .next-slide {
    right: 15px;
  }
}

@media screen and (max-width: 575px) {

  .carousel-01 {
    max-height: 100svh;
  }

  .carousel-01 .carousel-caption {
    left: 30px;
    right: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .carousel-01 .carousel-caption-text .sub-line {
    --bg-dashes: 4;
    --bg-size: 7.5;
  }

  .carousel-01 .carousel-item:after {
    content: "";
    padding-bottom: 100%;
    display: block;
  }

  .carousel-01 .carousel-caption-title {
    font-size: 44px;
    font-size: clamp(20px, 11vw, 60px);
    line-height: 1;
    margin-bottom: clamp(5px, 2vw, 15px);
  }

  .carousel-01 .carousel-caption-title-small {
    font-size: 12px;
    font-size: clamp(8px, 3vw, 14px);
  }

  .carousel-01 .scroll-to-bottom-btn,
  .carousel-01 .contact-us-btn {
    display: none;
  }
}

.carousel-01 .hidden-h1 {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  width: 0px;
  height: 0px;
}
/* === carousel-01 === */

