/*=====================================================*/
/* Advansys PageExpress Custom Responsive Stylesheet   */
/*=====================================================*/

:root {
  --body-background: rgb(255, 255, 255);
  --body-color: rgb(0, 0, 0);
  --body-font: "Open Sans", sans-serif;
  --h1-font: "Open Sans", sans-serif;
  --h2-font: "Open Sans", sans-serif;
  --h3-font: "Open Sans", sans-serif;
  --h4-font: "Open Sans", sans-serif;
  --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: 52px;
  --h2-fontsize: 40px;
  --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;
}

/* Fonts */
@import url(/fonts/uniform/faces.css);
@import url(/fonts/fontawesome/faces.min.css);
@import url(/fonts/fontawesome6/all.min.css);

:root {
  --color-black: #393939;
  --color-white: #ffffff;
  --color-red: red;
  --color-gray: #9c9c9c;
  --color-gray-bg: #9d9d9d;
  --color-blueTr: rgba(6, 56, 122, 0.72);
  --color-orange: #e36b25;
  --color-orange-darker: #d05914;
  --color-orangeTr: rgba(243, 123, 25, 0.72);
  --font-family-1: "Uniform 1", sans-serif;
  --font-family-2: "Uniform 2", sans-serif;
  --font-family-3: "Uniform 3", sans-serif;
  --font-family-4: "Uniform 4", sans-serif;
  --font-family-5: "Uniform 5", sans-serif;
  --font-family-6: "Uniform 6", sans-serif;
  /* --font-family-6: "Uniform 6", sans-serif; */
}

@font-face {
  font-family: "Montserrat Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/Montserrat-SemiBold.ttf")
    format("truetype");
}

:root {
  --font-family-num: "Montserrat Bold", sans-serif;
  --font-family-nav: "Montserrat SemiBold", sans-serif;
}

body {
  font-family: var(--font-family-3);
  font-size: 16px;
}

footer > div[id],
main > div[id] {
  scroll-margin: 100px;
}

a {
  color: var(--color-orange);
  text-decoration: none;
}

a:hover {
  color: var(--color-orange-darker);
}

.section-desc {
  color: var(--color-gray);
  font-family: var(--font-family-4);
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 37px;
}

h1 {
  font-size: 80px;
  line-height: 80px;
  font-family: var(--font-family-3);
}

h2 {
  font-size: 48px;
  line-height: 48px;
  font-family: var(--font-family-3);
}

h1.white,
h2.white {
  color: var(--color-white) !important;
}

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 screen and (max-width: 1199.97px) {
  h1 {
    font-size: 72px;
    line-height: 72px;
  }

  .section-desc {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991.97px) {
  h1 {
    font-size: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 767.97px) {
  h1 {
    font-size: 48px;
    line-height: 48px;
  }
}

@media (max-width: 575.97px) {
  h1 {
    font-size: 44px;
    line-height: 44px;
  }

  h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .section-desc {
    margin-bottom: 20px;
  }
}

.form-control {
  min-height: var(--input_height);
}

.btn {
  color: var(--color-white);
  font-size: 18px;
  font-family: var(--font-family-4);
  letter-spacing: -0.0025em;
  height: 62px;
  max-width: 215px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-orange);
  border-radius: 10px;
}

.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;
  text-wrap: auto;
  font-size: 14px;
  padding-top: 3px;
}

.form .form-error {
  font-size: 15px;
}

.form textarea.form-control {
  resize: none;
  height: 220px;
}

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: 5px;
  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: 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: 350px;
  position: fixed;
  z-index: 999;
  left: 20px;
  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;
}

#cookie .cookie-text {
  padding-bottom: 0;
}

#cookie .cookie_learn_more {
  padding-bottom: 10px;
}

#cookie .cookie_learn_more a {
  display: block;
  margin-top: 10px;
  color: var(--button-background);
}

#cookie .cookie_preferences_button button {
  width: 100%;
  border-radius: 0;
  margin-bottom: 10px;
  background-color: gray;
}

#cookie #cookie-content > .btn {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
} */

/* Cookie styles Start */

#cookie {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1100;
}

.CookiePreferencesPopup {
  z-index: 1101;
}

.CookiePreferencesPopup .modal-content {
  --bs-modal-color: #0f0f0f;
}

#cookie-content {
  width: calc(100% - 40px);
  max-width: 290px;
  position: fixed;
  z-index: 999;
  left: 35px;
  bottom: 30px;
  background-color: #fff;
  color: #393939;
  box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px;
  text-align: center;
}

#cookie .cookie-text {
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

#cookie .cookie_learn_more {
  padding-bottom: 10px;
}

#cookie .cookie_learn_more a {
  display: block;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  color: #e36b25;
  margin-bottom: 25px;
}

#cookie .cookie_preferences_button button {
  width: 100%;
  margin-bottom: 10px;
  background: none;
  color: #272727;
  border: 2px solid #272727;
  border-radius: 30px;
  padding: 16px 30px;
  text-transform: uppercase;
  font-family: var(--font-family-4);
}

#cookie #cookie-content > .btn {
  border-radius: 0;
  font-size: 16px;
  text-transform: uppercase;
  padding: 17px 30px;
  font-weight: 500;
  border-radius: 30px;
  color: #fff;
  background-color: var(--color-orange);
  width: 100%;
  font-family: var(--font-family-4);
}

/* Cookie styles End */

/* Hamburger */

.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: 125px;
  }

  .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: var(--color-orange);
  /* 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;
}

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;
  }
}

.modal-footer .bootbox-accept {
  background-color: var(--color-orange);
  padding: 0 20px;
  height: 50px;
  border: none;
}

/* Fonts */
@import url(./fonts/uniform/faces.css);
@import url(./fonts/fontawesome/faces.min.css);
/* @import url(./fonts/fontawesome6/all.min.css); */

:root {
  --color-black: #393939;
  --color-white: #ffffff;
  --color-red: red;
  --color-gray: #9c9c9c;
  --color-gray-bg: #9d9d9d;
  --color-blueTr: rgba(6, 56, 122, 0.72);
  --color-orange: #e36b25;
  --color-orangeTr: rgba(243, 123, 25, 0.72);
  --font-family-2: "Uniform 2", sans-serif;
  --font-family-3: "Uniform 3", sans-serif;
  --font-family-4: "Uniform 4", sans-serif;
  /* --font-family-6: "Uniform 6", sans-serif; */
}

/* === 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 === */.navbar {
  transition: all 0.2s linear;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: calc(45px + 20px);
  padding-bottom: 45px;
  border-inline: 30px solid transparent;
}

.navbar.scrolled {
  --scroll-translate: -23px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 13px -2px black;
  box-shadow: 0px 0px 13px -2px black;
  overflow: hidden;
  padding: 20px 0;
  margin-top: 0;
}

.navbar.scrolled .site-logo {
  bottom: var(--scroll-translate);
}

.navbar.scrolled .header-phone {
  color: var(--black);
}

.navbar.scrolled .header-phone a {
  color: var(--color-orange);
}

.navbar .container {
  /*   border-inline: 30px solid #fff0; */
  transition: .3s border;
}

.navbar.scrolled .container {
  border-width: 0;
}

.navbar .header-phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  font-family: var(--font-family-4);
  margin-right: 70px;
}

.navbar .header-phone {
  font-size: 22px;
  line-height: 28px;
  fill: var(--color-white);
}

.svg-header-phone-black {
  fill: var(--color-black) !important;
}

.header-phones .header-phone-icon {
  fill: var(--color-white);
  width: 25px;
  display: none;
  transition: var(--bs-navbar-toggler-transition);
}

.navbar .header-phone a {
  color: var(--color-white);
}

.navbar .header-phone.email {
  font-size: 16px;
}

.navbar-toggler {
  border: none;
  width: 135px;
  padding: 21px 25px 18px 25px;
  margin: auto 0;
  position: relative;
  z-index: 1;
  background-color: var(--color-orange);
}

.navbar-toggler .hamburger span:not(.sr-only) {
  display: block;
  width: 33px;
  height: 2px;
  background: #fff;
  margin-bottom: 8px;
}

.navbar-toggler .hamburger span:last-child:not(.sr-only) {
  width: 24px;
}

.navbar .navbar-container .navbar-desk .navbar-toggler {
  border: none;
  margin-left: 31px;
  position: relative;
  z-index: 1;
  text-align: right;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 136px;
  border-radius: 10px;
  color: #fff;
}

.navbar .navbar-container .navbar-desk .navbar-toggler .hamburger {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.navbar .navbar-container .navbar-desk .navbar-toggler .menu-text {
  font-family: var(--font-family-3);
  font-size: 18px;
  margin: 0px 10px 0 0;
  color: var(--color-white);
}

@media (max-width: 991.97px) {
  .navbar .header-phone {
    font-size: 16px;
    line-height: 26px;
  }

  .navbar .site-logo img {
    max-width: 220px;
  }

  .navbar .container {
    border-width: 10px;
  }
}

@media (max-width: 765px) {

  .navbar {
    padding-top: calc(25px + 20px);
    padding-bottom: 25px;
  }

  .navbar .navbar-container .navbar-desk .navbar-toggler p {
    display: none;
  }

  .navbar .navbar-container .navbar-desk .navbar-toggler {
    width: 62px;
    height: 62px;
  }

  .navbar .navbar-container .navbar-desk .navbar-toggler {
    margin: 0;
  }

  .navbar .navbar-container .navbar-desk .navbar-toggler {
    max-width: unset;
    min-width: unset;
  }

  .navbar .container {
    border-width: 20px;
  }
}

.navbar .navbar-container .navbar-desk .navbar-toggler .hamburger span:not(.sr-only) {
  width: 26px;
}


.navbar .navbar-container .navbar-desk .navbar-toggler .hamburger span:nth-child(2):not(.sr-only) {
  width: 20px;
  margin-bottom: 0;
}

.navbar-toggler:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.site-logo {
  font-size: 48px;
  line-height: 36px;
  font-weight: 700;
  color: var(--color-white);
}

.navbar .site-logo img {
  width: 290px;
}

.navbar.scrolled .site-logo img {
  filter: invert(100%);
  object-fit: contain;
}

@media (max-width: 991.97px) {
  .site-logo {
    font-size: 40px;
    line-height: 28px;
  }
}

@media (max-width: 575.97px) {

  .site-logo {
    font-size: 29px;
    line-height: 22px;
  }

  .navbar {
    margin-left: 0;
    margin-right: 0;
    border-inline-width: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .navbar .container {
    border-width: 10px;
    padding-inline: 0px;
  }
}

.site-logo:hover,
.site-logo:focus {
  text-decoration: none;
  color: var(--white);
}

#main-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 510px;
  height: 100%;
  background: var(--color-orange);
  color: var(--color-black);
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transform: translateX(0);
  opacity: 1;
  box-shadow: 0px 0px 13px -2px var(--color-black);
  transition: all 0.2s linear;
}

#main-menu .mobile-contacts {
  display: none;
}

#main-menu .mobile-contacts a {
  color: var(--color-orange);
}

#main-menu .mobile-contacts .phone-number a {
  font-size: 22px;
}

#main-menu .mobile-contacts .email-data a {
  font-size: 16px;
}

#main-menu.collapse:not(.show) {
  -webkit-transform: translateX(510px);
  transform: translateX(510px);
  opacity: 0;
}

#main-menu .navbar-toggler {
  position: absolute;
  top: 40px;
  right: 40px;
  padding: 0;
  margin: 0;
  width: 27px;
  height: 27px;
}

#main-menu .navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#main-menu .navbar-toggler .hamburger span:not(.sr-only) {
  display: block;
  background: #fff;
  position: absolute;
}

#main-menu .navbar-toggler .hamburger span:nth-child(1):not(.sr-only) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#main-menu .navbar-toggler .hamburger span:nth-child(2):not(.sr-only) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 33px !important;
}

#main-menu>.navbar-nav {
  margin-left: 86px;
}

#main-menu>.col-12 {
  width: auto;
}

#main-menu .header-phone {
  margin-top: 4.5rem;
  font-weight: 600;
}

#main-menu .nav-item a {
  color: var(--color-white);
}

#main-menu .nav-item-dedicated .nav-link {
  font-size: 30px;
  color: var(--color-white);
}

#main-menu .socials {
  margin-top: auto;
}

#main-menu .contacts {
  margin-top: 40px;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--color-orange);
  padding: 15px;
}

#main-menu .contacts .contact {
  margin-bottom: 0;
}

#main-menu .contacts a {
  color: var(--color-white);
  font-weight: 700;
}

#main-menu {
  width: 100%;
  max-width: 460px;
  justify-content: space-between;
}

#main-menu>.navbar-nav .nav-item {
  width: 100%;
}

#main-menu>.navbar-nav {
  margin: 0;
  padding: 80px 0px 90px !important;
  width: 100%;
  text-align: center;
  height: 100%;
  justify-content: center;
  align-items: center;
  overflow: auto;
}

#main-menu .nav-link {
  color: var(--color-white) !important;
  font-weight: 600;
  font-family: var(--font-family-nav);
  font-size: 22px;
  line-height: 26px;
  padding: 15px 0;
}

#main-menu .nav-link[href="/"] {
  font-size: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

#main-menu .nav-link[href="/"]::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f015";
  font-weight: 400;
  font-size: 22px;
}

#main-menu .mobile-contacts {
  display: flex;
  flex-direction: column;
  margin-left: 0px;
  padding-bottom: 50px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  background: var(--color-orange);
}

#main-menu .mobile-contacts .phone-number a {
  font-weight: 700;
  font-family: var(--font-family-num);
  font-size: 20px;
  line-height: 1;
}

#main-menu .mobile-contacts a {
  color: var(--color-white);
}

.nav-item-dedicated a {
  color: var(--color-white) !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

@media (max-height: 520px) {

  #main-menu .mobile-contacts {
    padding-bottom: 20px;
  }

  #main-menu .navbar-toggler {
    top: 30px;
    right: 30px;
  }

  #main-menu>.navbar-nav {
    padding: 30px 0px 70px !important;
  }
}

@media (max-width: 575.97px) {

  #main-menu {
    max-width: unset;
  }

}

@media (max-width: 380px) {

  #main-menu .nav-item-dedicated .nav-link {
    font-size: 24px;
    color: var(--color-white);
  }
}

@media (max-width: 380px) {
  #main-menu {
    width: 100%;
  }
}

.nav-link {
  font-weight: 500;
  font-size: 22px;
  line-height: 50px;
}

.nav-link:focus,
.nav-link:hover {
  color: var(--color-black);
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 320px) {
  .navbar-toggler {
    margin-left: -10px !important;
  }

  .navbar .header-phones {
    margin-right: -10px !important;
  }
}

@media screen and (max-width: 575.97px) {

  .navbar .site-logo img {
    max-width: 200px;
    width: 80%;
  }

}


@media screen and (max-height: 575.97px) and (max-width: 991.97px) {
  .navbar.scrolled {
    padding: 10px 0;
    margin-top: 0;
    height: 70px;
  }

  .navbar.scrolled .container {
    height: 100%;
  }

  .navbar.scrolled .navbar-desk {
    height: 100%;
  }

  .navbar .navbar-container .navbar-desk .navbar-toggler {
    padding-top: 15px;
    padding-bottom: 10px;
    height: 100%;
  }

  .navbar {
    padding-top: 50px;
  }
}


@media screen and (max-width: 767.97px) {
  .navbar .navbar-container .navbar-desk .navbar-toggler {
    padding-inline: 12px;
    aspect-ratio: 1/1;
    width: unset;
  }

  .navbar .navbar-container .navbar-desk .navbar-toggler .menu-text {
    position: absolute;
    font-size: 0;
  }
}

@media screen and (max-width: 575.97px) {
  .navbar {
    padding-top: 40px;
  }
}
/* === nav-01 === */.content-header-01 {
    background-image: url('/scripts/placeholder/2000/600/2000x600/150/darkgrey');
    background-size: cover;
    background-position: center;
    text-align: center;
    max-width: 100vw;
    overflow: hidden;
    position: relative;

    height: 100vh;
    max-height: 450px;
    position: relative;
    margin-top: -125px;
    border: 30px solid #fff;
    border-radius: 40px;

    justify-content: end;
    align-items: end;
    display: flex;
}


.content-header-01 .background-wrapper {
    width: 100%;
    padding-inline: 30px;
}

.content-header-01::after {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 4%, rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.content-header-01.overlay::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.65);
    position: absolute;
    left: -25vw;
    top: 0vw;
    width: 120vw;
    height: 100vw;
    transform: rotate(60deg);
}

.content-header-01 .container {
    min-height: fit-content;
    align-items: center;
    position: relative;
    z-index: 1;
    align-content: end;
    padding-bottom: 30px;
    padding-top: 30px;
}

.content-header-01 .content-header-01-title {
    color: #fff;
    width: 100%;
    display: block;
    flex: 100%;

    font-size: 80px;
    line-height: 80px;
    font-family: var(--font-family-3);
}

.content-header-01 .header-01-content-wrapper:not(:has(.content-header-01-subtitle)) .content-header-01-title {
    margin-bottom: 0 !important;
}

.content-header-01 .content-header-01-subtitle {
    font-family: var(--font-family-3);
    text-wrap: balance;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    width: 100%;
    display: block;
    flex: 100%;
}

.content-header-01 .content-header-01-subtitle p {
    display: block;
    line-height: 1.4;
    width: 100%;
    margin-bottom: 0;
    flex-wrap: wrap;
    justify-content: center;
}

.content-header-01 .content-header-01-subtitle a {
    text-wrap: nowrap;
    color: var(--color-orange);
    font-weight: 300;
    text-decoration: none;
    display: inline-block;
    max-width: 85%;
    text-overflow: ellipsis;
    line-height: .5;
    overflow: visible;
}

@media screen and (max-width: 1199.97px) {
    .content-header-01 {
        border-width: 25px;
    }
}

@media screen and (max-width: 991.97px) {

    .content-header-01 .content-header-01-title {
        font-size: 60px;
        line-height: 60px;
    }

    .content-header-01 .content-header-01-subtitle {
        font-size: 20px;
        line-height: 30px;
    }
}

@media screen and (max-width: 767.97px) {
    .content-header-01 {
        margin-top: 0;
    }

    .content-header-01::before {
        content: unset;
    }

    .content-header-01 .background-wrapper {
        background-color: rgba(0, 0, 0, 0.65);
    }

    .content-header-01 .content-header-01-title {
        font-size: 40px;
        line-height: 40px;
    }

    .content-header-01 .content-header-01-subtitle {
        font-size: 18px;
        line-height: 28px;
    }
}

@media screen and (max-width: 575.97px) {

    .content-header-01 {
        border-width: 20px;
    }

    .content-header-01 .content-header-01-title {
        font-size: 38px;
        line-height: 38px;
        text-align: center;
    }

    .content-header-01 .content-header-01-subtitle {
        font-size: 16px;
        line-height: 24px;
    }
}
/* === content-header-01 === */.contact03 {
  --back_bg: rgb(0, 0, 0);
}

.contact03 h1 {
  font-weight: 300;
}

.contact03 h1 strong,
.contact03 h1 b {
  font-weight: 600;
}

.contact03 .text {
}

.contact03 .text p {
  margin-bottom: 10px;
}

.contact03 .text p:last-child {
  margin-bottom: 0;
}

.contact03 .row {
  margin-left: -18px;
  margin-right: -18px;
}

.contact03 .row > div {
  padding-left: 18px;
  padding-right: 18px;
}

.contact03 .icon-block {
  border-radius: 5px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  padding: 40px;
  background-color: #fff;
}

.contact03 .icon-block .icon {
  margin-bottom: 20px;
}

.contact03 .icon-block .icon i {
  font-size: 36px;
}

.contact03 .icon-block h2 {
  font-weight: 300;
  margin-bottom: 10px;
}

.contact03 .icon-block h2 strong {
  font-weight: 600;
}

.contact03 .tel {
  font-size: 20px;
  font-weight: 700;
  color: var(--body-color);
  text-decoration: none;
}

.contact03 .email:not(.form-group) {
  font-size: 16px;
  font-weight: 600;
  color: var(--body-color);
  text-decoration: none;
}

.contact03 .addr p {
  margin-bottom: 5px;
}

.contact03 .addr .addr-additional {
  /* display: flex;
        flex-direction: row;
        flex-wrap: wrap;*/
}

.contact03 .addr .addr-additional p {
  display: inline;
}

.contact03 .addr .addr-additional p + p {
  margin-left: 10px;
}

.contact03 .addr .addr-additional p:nth-child(2n) + p {
  margin-left: 0;
}

.contact03
  .addr
  .addr-additional
  p:not(:first-child):before {
  content: ",";
  transform: translateX(-10px);
  display: inline-block;
}

.contact03
  .addr
  .addr-additional
  p:nth-child(2n)
  + p:before {
  content: none;
}

.contact03 .addr .addr-additional p:nth-child(2n):after {
  content: "";
  white-space: pre;
  display: block;
}

.contact03 .addr p:last-child {
  margin-bottom: 0;
}

.contact03 .social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.contact03 .social a {
  background-color: var(--back_bg);
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  margin-right: 5px;
  border-radius: 50%;
}

.contact03 .social a i {
  color: #fff;
  color: #fff;
  font-size: 16px;
}

.contact03 .social a svg {
  color: #fff;
  fill: #fff;
  width: 24px;
}

.contact03 .content-wrapper {
  position: relative;
  z-index: 2;
}

.contact03 .content-wrapper:last-child {
  padding-bottom: 85px;
  border-bottom: 2px solid #fff;
}

.contact03 .content-wrapper:last-child:before {
  content: "";
  background-color: var(--back_bg);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: -1;
}

.contact03 .form-wrapper {
  text-wrap: balance;
  position: relative;
  z-index: 1;
  padding-bottom: 75px;
  border-bottom: 2px solid #fff;
}

.contact03 .form-title {
  text-align: center;
  margin-bottom: 30px;

  font-family: var(--font-family-5);

  font-weight: 300;
  text-wrap: balance;
}

.contact03 .form-text {
  color: inherit;
  text-align: center;
  margin-bottom: 30px;

  font-family: var(--font-family-3);
  font-size: 24px;
  line-height: 34px;
  text-wrap: balance;
}

.contact03 .form-text p {
  margin-bottom: 5px;
}

.contact03 .form-text p:last-child {
  margin-bottom: 0;
}

.contact03 form .form-control {
  background-color: #efefef;
  border-color: #efefef;
  min-height: 50px;

  min-height: 50px;
  border: none !important;
  outline: none !important;
  border-radius: var(--border-radius) !important;
  min-height: 64px;
  border-radius: 10px !important;
}

form .checkbox + label::before {
  background-color: #efefef;
  border-color: #efefef;

  display: block;
  width: 20px;
  height: 20px;
  border-radius: 0;
  box-shadow: unset;
  border: unset;
  border-radius: 4px !important;
}

form .checkbox:checked + label::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  color: #000;
  position: absolute;
  left: 3px;
  top: 2px;
  font-size: 14px;
  color: var(--color-orange);
}

.contact03 form .col-form-label {
  font-size: 15px;
  line-height: 25px;
  padding-top: 1px;
}

.contact03 .form .required-star {
  color: #eb6312 !important;
}

.contact03 .reload_captcha {
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  padding: 0px !important;
  min-width: 40px;
}

.contact03 .captcha_whatis {
  color: inherit;
}

.contact03 button[type="submit"] {
  border: none;
  padding: 22px 25px 18px 25px;
  background-color: var(--color-orange);
  min-width: 220px;
  border-radius: 10px;
  font-family: var(--font-family-4);
  margin: auto;
}

.contact03 .required {
  font-size: 14px;
  position: absolute;
  bottom: -45px;
  left: 50%;
  color: #eb6312;
  transform: translate(-50%);
}

@media (max-width: 991px) {
  .contact03 form {
    margin-top: 20px;
  }

  .contact03 .row > div {
    margin-top: 0px;
  }

  .contact03 .form-title {
    margin-bottom: 30px;
  }

  .contact03 .form-text {
    margin-bottom: 40px;
  }

  .contact03 .form-wrapper {
    padding-bottom: 30px;
  }
}

/* === contact-form-03 === */.contact-thankyou {
    padding: 120px 0px;
}

    .contact-thankyou h2 {
        margin-bottom: 30px;
    }


    .contact-thankyou .text {
        margin-bottom: 45px;
    }

    .contact-thankyou .cty-feat-itme {
        height: 300px;
        position: relative;
        overflow: hidden;
        box-shadow: 0px 0px 7px 6px #0000003b;
        border-radius: 5px;
    }

        .contact-thankyou .cty-feat-itme img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

.cty-feat-itme > a {
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cty-feat-itme .title {
    display: block;
    padding: 10px 0px;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

    .cty-feat-itme .title b,
    .cty-feat-itme .title strong {
        font-weight: 600;
    }

.cty-feat-itme.social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

    .cty-feat-itme.social .title {
        position: static;
    }

.cty-feat-itme .social-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 0px 45px;
    justify-content: space-around;
}

    .cty-feat-itme .social-list a {
        background-color: #1d1d1d;
        width: calc(25% - 10px);
        height: auto;
        display: flex;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 30px;
        text-decoration: none;
        padding-bottom: calc(25% - 10px);
        position: relative;
        margin-top: 10px;
        position: relative;
    }

        .cty-feat-itme .social-list a > * {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
        }

        .cty-feat-itme .social-list a svg {
            fill: #fff;
            width: 40px;
            height: 40px;
        }

@media(max-width: 1399px) {
    .cty-feat-itme .social-list a {
        width: calc(33.3% - 10px);
        padding-bottom: calc(33.3% - 10px);
    }
}

/* === contact-form-thankyou === */.map_w_coord {
    position: relative;
    overflow-x: hidden;
    overflow-x: clip;
    overflow-y: visible;
    --block_h: 780px;
    --block_overlay: 80px;
    padding-bottom: var(--block_overlay);
    margin-top: 200px;
    height: calc(var(--block_h) - var(--block_overlay));
}

.contact03+.map_w_coord {
    margin-top: 40px;
}

.map_w_coord .map-wrapper {
    height: var(--block_h);
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
}

--block_overlay .map_w_coord .block_bg {
    position: absolute;
    right: 0;
    top: 0;
    height: var(--block_h);
    width: 50%;
    z-index: 1;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: 60% 50%;
    background-size: auto 150%, 100% 100%;
}

.map_w_coord .map-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    z-index: 0;
}

.map_w_coord .map-02 {
    width: 100%;
    height: 100%;
}

.map_w_coord .leaflet-map-pane .leaflet-layer {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.map_w_coord .map_content {
    position: relative;
    z-index: 11;
    padding-left: 100px;
    margin-top: 60px;
}

.map_w_coord .pre-header {
    color: var(--color-gray);
    font-family: var(--font-family-4);
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 37px;
}

.map_w_coord h2 {
    margin-bottom: 40px;
}

.map_w_coord .control h2 {
    color: #fff
}

.map_w_coord .control .coord_items {
    display: flex;
    flex-direction: column;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    padding-left: 0px;
}

.map_w_coord .control .coord_items .item {
    position: relative;
    cursor: help;
    color: var(--color-orange);
}

.map_w_coord .control .coord_items>.item~.item {
    margin-top: 10px;
}

.map_w_coord .control .coord_items>.item:before {
    content: "";
    background-color: var(--color-orange);
    height: 2px;
    width: 125px;
    position: absolute;
    top: calc(50% + 1px);
    transform: translateY(-50%);
    right: calc(100% + 23px);
}

.map_w_coord .control .coord_items>.item:after {
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    position: absolute;
    top: calc(50% + 1px);
    transform: translateY(-50%);
    left: -35px;
}

.map_w_coord .coord_dots {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 600;
    pointer-events: none;
}

.map_w_coord .leaflet-container::after {
    z-index: 601;
}

.map_w_coord .coord_dots .dot {
    position: absolute;
}

.map_w_coord .coord_dots .dot:after {
    content: "";
    background-color: #fff;
    border: 4px solid var(--color-orange);
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: block;
    transition: 0.3s all;
    position: relative;
    z-index: 1;
}

.map_w_coord .coord_dots .dot.active:after {
    width: 30px;
    height: 30px;
}

.map_w_coord .coord_dots .dot .dot_rect {
    position: absolute;
}

.map_w_coord .leaflet-marker-icon {
    display: none;
}


.map_w_coord .coord_dots .dot .dot_rect.t {
    border-top: 2px solid var(--color-orange);
}

.map_w_coord .coord_dots .dot .dot_rect.r {
    border-right: 2px solid var(--color-orange);
    margin-right: -1px;
}

.map_w_coord .coord_dots .dot .dot_rect.l {
    border-left: 2px solid var(--color-orange);
    margin-left: -1px;
}

.map_w_coord .coord_dots .dot .dot_rect.b {
    border-bottom: 2px solid var(--color-orange);
    margin-bottom: -1px;
}

@media(max-width: 991.97px) {
    .map_w_coord {
        --block_h: 400px;
        margin-top: 100px;
        --block_overlay: 0px;
    }

    .map_w_coord .h-100 {
        height: unset !important;
    }

    .map_w_coord .map_content {
        padding-left: 0;
        margin-top: 0px;
    }

    .map_w_coord .pre-header,
    .map_w_coord h2 {
        margin-bottom: 30px;
    }

    .map_w_coord .map-wrapper {
        position: relative;
        width: 100%;
        max-width: 720px;
        margin: auto;
        right: 0;
        left: 0;
        border-radius: 12px;
    }

    .map_w_coord .block_bg {
        display: none;
    }

    .map_w_coord .control .coord_items {
        display: none;
    }

    .map_w_coord .coord_dots .dot {
        z-index: var(--dotindex);
    }

    .map_w_coord .coord_dots .dot .dot_rect {
        display: none;
    }

    .map_w_coord .coord_dots .dot:before {
        content: attr(data-city);
        color: var(--color-orange);
        font-size: 12px;
        font-weight: 600;
        z-index: 11;
        position: absolute;
        bottom: calc(100% + 12px);
        left: calc(50% - 10px);
        transform: translateX(-50%);
        text-align: center;
        line-height: 12px;
        background-color: #fff;
        border-radius: 3px;
        padding: 1px 3px;
        border: 2px solid var(--color-orange);
    }

    .map_w_coord h2 {
        color: var(--bs-body-color);
    }
}


@media screen and (max-width: 765.97px) {
    .map_w_coord .map-wrapper {
        max-width: 540px;
    }
}

@media (max-width: 575.97px) {
    .map_w_coord .map-wrapper {
        max-width: 100%;
        width: calc(100% - 60px);
        margin-inline: 30px;
    }

    .map_w_coord .pre-header,
    .map_w_coord h2 {
        margin-bottom: 20px;
    }

    .map_w_coord h2 {
        font-size: 40px;
        line-height: 40px;
    }
}
/* === map-02 === */.footer-04-ecommerce {
    background-color: #272727;
    color: var(--bs-white);
    border-radius: 0 !important;
    padding-top: var(--block-padding);
}

.map_w_coord+.footer-04-ecommerce {
    padding-top: 80px;
}


.footer-04-ecommerce .footer-bg {
    padding-bottom: 50px;
    padding-top: 50px;
    border-radius: 0 !important;
}

.footer-04-ecommerce a {
    text-decoration: none;
}

.footer-04-ecommerce .col-additional-links a {
    color: #a7aeb8;
    font-size: 15px;
    line-height: 35px;
}

.footer-04-ecommerce .column-title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 30px;
}

.footer-04-ecommerce .site-authors {
    text-align: left;
}

.footer-04-ecommerce .footer-logo {
    margin-left: auto;
    max-height: 150px;
}

.footer-04-ecommerce .footer-info span {
    margin-bottom: 10px;
}

.footer-04-ecommerce .footer-info a {
    color: #ffffff;
}

.footer-04-ecommerce .footer-info b {
    color: #ffffff;
    font-weight: 500;
    font-family: var(--font-family-4);
}

.footer-04-ecommerce .link-list .footer-link a {
    color: var(--bs-white);
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 100%;
    font-family: var(--font-family-3);
}

.footer-04-ecommerce .contact-with-us {
    display: flex;
    flex-direction: row;
    margin-top: 25px;
    margin-bottom: 25px;
    align-items: center;
}

.footer-04-ecommerce .contact-with-us .title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
}

.footer-04-ecommerce .contact-with-us .icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer-04-ecommerce .contact-with-us .icons>a {
    background: #4b4b4b;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    text-decoration: none;
    transition: 0.1s all;
}

.footer-04-ecommerce .contact-with-us .icons>a:hover,
.footer-04-ecommerce .contact-with-us .icons>a:active {
    background: #fff;
    color: #4b4b4b;
}

.footer-04-ecommerce .last-footer {
    color: #fff;
    font-style: normal;
    font-size: 14px;
}

.footer-04-ecommerce .last-footer a {
    color: #fff;
    font-size: 14px;
    width: 100%;
    text-decoration: none;
    font-family: var(--font-family-3);
}

.footer-04-ecommerce .footer-info em.separator {
    color: #fff;
    font-style: normal;
    margin-left: 5px;
    margin-right: 5px;
}

#footer_column01 {
    margin-top: 10px;
    font-size: 14px;
}

@media(max-width: 991.97px) {


    .footer-04-ecommerce .container {
        margin-top: 0 !important;
    }

    .additional-links {}

    .additional-links .footer-link {
        width: 33%;
        display: inline-block;
    }

    .additional-links .footer-link a {}

    .footer-04-ecommerce .contact-with-us {
        justify-content: center;
        align-items: center;
    }

    .footer-04-ecommerce .last-footer {
        text-align: center;
    }

    .footer-04-ecommerce .link-list .footer-link a {
        font-size: 18px;
    }
}

@media(min-width: 768px) {
    .footer-04-ecommerce #footer_column02 {
        display: flex;
        flex-flow: row;
        justify-content: space-between;
    }

    .footer-04-ecommerce #footer_column01 .footer-info {
        display: flex;
        flex-flow: row;
        justify-content: space-between;
    }
}

@media(max-width: 767.97px) {

    .footer-04-ecommerce #footer_column02 {
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-04-ecommerce #footer_column02 .footer-link {
        width: calc(100% / 3);
        text-align: center;
    }

    #footer_column01 {
        text-align: center;
        margin-top: 30px;
    }

    .footer-04-ecommerce .site-authors {
        text-align: center;
    }

    .footer-04-ecommerce .footer-info span {
        display: flex;
        flex-flow: column;
        margin-bottom: 2px;
    }

    .footer-04-ecommerce .footer-info em.separator {
        display: none;
    }

}

@media(max-width: 575.97px) {

    .footer-04-ecommerce,
    .footer-04-ecommerce .site-authors {
        text-align: center;
    }

    .footer-04-ecommerce .footer-info span {
        margin-bottom: 4px;
    }

    .footer-04-ecommerce .row:not(.footer-info) {
        gap: 20px
    }

    .footer-04-ecommerce #footer_column02 .footer-link {
        width: 100%;
    }

    .footer-04-ecommerce .footer-bg {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    #footer_column01 {
        margin-top: 10px;
    }
}
/* === footer-04-ecommerce === */