/*=====================================================*/
/* 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: rgb(68, 68, 68);
  --navbar-hamburguer-icon-color: rgb(255, 255, 255);
  --navbar-phone-color: rgb(255, 255, 255);
  --sticky-header-background: rgba(0, 0, 0, 0.5);
  --navbar-phone-icon: rgb(255, 255, 255);
  --nav-mobile-backgroundcolor: rgb(68, 68, 68);
  --navlink-mobile-bordercolor: rgb(102, 102, 102);
  --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: rgb(255, 255, 255);
  --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: #000;
  --header_promo_line_textcolor: rgb(255, 255, 255);
  /*-----------------------------------------------------------------------*/
  /* Custom Variables */
  --input_height: 40px;
  --hpl01-h: 0px;
}

:root {
  /***** Color var *****/
  --color-textDark: #181818;
  --color-white: #ffffff;
  --color-yellow: #fff201;
  --color-dark: #202020;
  /***** Font var *****/
  --font-family1: "Cerebri Sans Pro";
  --font-family2: "Beyond Infinity";
  --font-fa5: "Font Awesome 5 Pro";
  --font-fa6: "Font Awesome 6 Pro";
  --font-extra-light: 200;
  --font-light: 300;
  --font-regular: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;
  --gutter: 2rem;
}

:focus-visible {
  box-shadow: unset;
  outline: 2px solid var(--button-background);
  outline-offset: 2px;
}

::selection {
  color: rgb(32, 32, 32);
  background-color: rgb(255, 242, 1);
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: rgb(32, 32, 32);
}

::-webkit-scrollbar-thumb {
  background: rgb(255, 242, 1);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(255, 242, 1, 0.8);
}

* {
  scrollbar-width: thin;
  scrollbar-color: rgb(255, 242, 1) rgb(32, 32, 32);
}

body {
  font-weight: var(--font-regular);
  font-size: 18px;
  font-family: var(--font-family1);
}

.row {
  --bs-gutter-x: var(--gutter);
}

h1 {
  font-size: 72px;
  line-height: 78px;
  font-weight: var(--font-bold);
  letter-spacing: -.025em;
}

h2 {
  font-size: 60px;
  line-height: 60px;
  font-weight: var(--font-bold);
  margin-bottom: 35px;
  letter-spacing: -.025em;
}

@media (max-width: 1199.98px) {
  h1 {
    font-size: 60px;
    line-height: 66px;
  }

  h2 {
    font-size: 50px;
    line-height: 60px;
  }

  :root {
    --gutter: 1.5rem;
  }
}

@media screen and (max-width: 991.98px) {

  :root {
    --gutter: 1.25rem;
  }

}

@media (max-width: 767.98px) {
  :root {
    --gutter: 1rem;
  }
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 44px;
    line-height: 48px;
  }

  h2 {
    font-size: 40px;
    line-height: 40px;
  }

  :root {
    --gutter: .75rem;
  }
}

h3 {
  font-size: 28px;
  line-height: 44px;
  font-weight: var(--font-bold);
  letter-spacing: -.025em;
}

h4 {
  font-size: 30px;
  line-height: 30px;
  font-weight: var(--font-regular);
  letter-spacing: -.025em;
}

p {
  font-weight: var(--font-regular);
}

.btn,
.button {
  padding: 25px 40px 21px 40px;
  letter-spacing: .2em;
  border-radius: 0;
  height: 56px;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: var(--font-medium);
  text-transform: uppercase;
  color: var(--color-textDark);
  background-color: var(--color-yellow);
  text-decoration: none;
  transition: .2s all ease-in-out;
}

.btn::selection,
.button::selection {
  color: rgb(255, 242, 1);
  background-color: rgb(32, 32, 32);
}

.btn:hover,
.button:hover {
  color: var(--color-yellow);
}

.btn i,
.button i,
.btn svg,
.button svg {
  letter-spacing: 0;
  transition: .2s all ease-in-out;
}

.btn:hover i,
.button:hover i,
.btn:hover svg,
.button:hover svg {
  color: var(--color-yellow);
  fill: var(--color-yellow);
}

.button,
.button *,
.button :after,
.button :before,
.button:after,
.button:before,
.btn,
.btn *,
.btn :after,
.btn :before,
.btn:after,
.btn:before {
  box-sizing: border-box;
}

.btn,
.button {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  background-image: none;
  cursor: pointer;
  -webkit-mask-image: -webkit-radial-gradient(rgb(32, 32, 32), #fff);
}

.btn:disabled,
.button:disabled {
  cursor: default;
}

.btn:-moz-focusring,
.button:-moz-focusring {
  outline: auto;
}

.btn svg,
.button svg {
  display: block;
  vertical-align: middle;
}

.btn [hidden],
.button [hidden] {
  display: none;
}

.btn,
.button {
  position: relative;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.btn:before,
.button:before {
  --progress: 101%;
  background-color: var(--color-dark);
  -webkit-clip-path: polygon(101% 0, var(--progress) var(--progress), 0 101%, 101% 101%);
  clip-path: polygon(101% 0, var(--progress) var(--progress), 0 101%, 101% 101%);
  content: "";
  inset: 0;
  position: absolute;
  transition: -webkit-clip-path 0.25s ease-in-out;
  transition: clip-path 0.25s ease-in-out;
  transition: clip-path 0.25s ease-in-out, -webkit-clip-path 0.25s ease-in-out;
  z-index: -1;
}

.btn:hover:before,
.button:hover:before {
  --progress: -1px;
}

.btn .text-container,
.button .text-container {
  display: block;
  overflow: hidden;
  position: relative;
}

.btn .text,
.button .text {
  display: block;
  mix-blend-mode: difference;
  position: relative;
}

.btn:hover .text,
.button:hover .text {
  -webkit-animation: move-up-alternate 0.3s ease-in-out forwards;
  animation: move-up-alternate 0.3s ease-in-out forwards;
}

@-webkit-keyframes move-up-alternate {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(80%);
  }

  51% {
    transform: translateY(-80%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes move-up-alternate {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(80%);
  }

  51% {
    transform: translateY(-80%);
  }

  to {
    transform: translateY(0);
  }
}

.button-dark {
  background-color: var(--color-dark);
  color: var(--color-white);
  transition: .3s all color ease-in-out;
}

.button-dark::selection {
  color: rgb(32, 32, 32);
  background-color: rgb(255, 242, 1);
}

.button-dark:hover {
  color: var(--color-dark);
}

.button-dark:before {
  --progress: 100%;
  background-color: var(--color-yellow);
}

p.subtitle {
  font-size: 12px;
  font-weight: var(--font-medium);
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #9a9ca3;
  margin-bottom: 36px;
  text-align: center;
}

@media (max-width: 1199.98px) {
  p.subtitle {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767.98px) {
  p.subtitle {
    margin-bottom: 1.5rem;
  }
}

.form-control {
  min-height: var(--input_height);
}

button:hover,
button:active,
button:focus,
button:focus-within {
  text-decoration: none;
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  cursor: pointer;
  text-decoration: none;
}


.btn-primary:focus,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:link {
  color: var(--color-dark);
  background-color: var(--color-yellow);
}

.btn-primary:hover {
  color: var(--color-yellow);
  background-color: var(--color-yellow);
  border-color: var(--color-yellow);
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background-color: var(--color-yellow);
}

.btn-secondary {
  transition: 0.2s all;
  background-color: #fff;
  color: rgb(32, 32, 32);
}

.btn-secondary:hover {
  background-color: #fff;
  color: rgb(32, 32, 32);
  text-decoration: none;
}

.btn-primary:active {
  outline: none !important;
  box-shadow: none !important;
  background-color: rgb(32, 32, 32);
  color: #fff;
}

.btn-share {
  position: relative;
  margin-right: 10px;
  padding: 12px 20px 12px 35px;
  text-transform: none;
  line-height: 1;
  margin-bottom: 10px;
  border-radius: 0;
}

.btn-share span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: inline-block;
  width: 40px;
  text-align: center;
}

.btn-share.facebook {
  background-color: #2f5a9b;
}

.btn-share.twitter {
  background-color: #00acf2;
}

@media (min-width: 576px) {
  .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 575.98px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/* Quick Enquiry */
#slideOut {
  right: -400px;
  width: 400px;
  min-height: 300px;
}

#slideOut div.container {
  padding: 15px;
}

/* Display slideOut */
.right-tab.show {
  right: 0px !important;
}

/* Tab */
#slideOut .slideOutTab {
  cursor: pointer;
  position: absolute;
  left: -40px;
  width: 40px;
  height: 200px;
  background: var(--quickinquiry-tab-background);
}

/* Tab Layer */
.slideOutTab div {
  text-align: center;
  position: relative;
  font-family: arial;
  font-weight: normal;
  font-size: 18px;
  color: #ffffff;
  right: 70px;
  top: 90px;
  width: 180px;
  transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  /* IE9+ */
  writing-mode: horizontal-tb;
}

#slideOut .col-form-label {
  padding: 0 0 3px;
}

#slideOut .form-control {
  min-height: 35px;
}

#slideOut textarea.form-control {
  resize: none;
  height: 108px;
}

#slideOut .form-group {
  margin-bottom: 10px;
}

#slideOut .form-control:focus {
  outline: none;
}

.form.blocked {
  pointer-events: none;
}

.form .form-error {
  display: block;
  color: #b94a48;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 140%;
}

.form .tickbox {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.form .radio-multi .tickbox:last-child {
  margin-bottom: 0;
}

.form .radio-multi>label {
  display: none;
}

.form input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-top: 5px;
}

.form input[type="checkbox"]+label {
  padding: 0 0 0 5px;
}

.form .form-error {
  font-size: 15px;
}

.form textarea.form-control {
  resize: none;
  height: 228px;
}

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: 0;
  box-shadow: unset;
  border: unset;
  width: 20px;
  height: 20px;
}

form .checkbox:checked+label:after {
  content: "\f00c";
  position: absolute;
  left: 4px;
  top: 3px;
  color: rgb(0, 0, 0);
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  display: inline-block;
  font-style: normal;
  cursor: pointer;
  font-weight: 600;
}

.form .required-star {
  color: rgb(255, 0, 0);
}

form .tickbox.has-error label:before {
  color: var(--required_color);
  border-color: 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: inherit;
  z-index: 9099;
  width: 0;
  height: 0;
}

#cookie::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1099;
  top: 0;
  left: 0;
}

.CookiePreferencesPopup {
  z-index: 1101;
}

#cookie-content {
  position: fixed;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 1;
  background: var(--cookie-background);
  color: var(--cookie-text-color);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  padding: 32px 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(100% - 100px - 1.5rem);
  max-width: calc(100% - 100px);
  height: auto;
  z-index: 1100;
}

#cookie-content .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#cookie .buttons #cookie_preferences_button {
  background-color: #202020;
  color: #fff;
}

#cookie .cookie-text {
  padding-bottom: 0;
  font-weight: 400;
  font-size: 18px;
}

#cookie .cookie_learn_more a {
  display: block;
  margin-top: 10px;
  color: #e7c00b;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
}

#cookie #cookie-content>.btn {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}


@media screen and (max-width: 991.98px) {

  #cookie-content .buttons {
    flex-flow: column wrap;
  }
}

@media screen and (max-width: 767.98px) {
  #cookie-content {
    flex-flow: column;
  }

  #cookie .buttons .btn {
    width: 100%;
  }

  #cookie-content .buttons {
    width: 100%;
    flex-flow: row wrap;
  }

  #cookie-content .buttons>* {
    width: calc(50% - 5px) !important;
  }
}

@media screen and (max-width: 575.98px) {

  #cookie-content {
    transform: translateX(-50%);
    max-width: calc(100% - 60px);
    width: 100%;
  }

  #cookie-content .buttons>* {
    width: 100% !important;
  }

  #cookie-content .buttons {
    flex-flow: column wrap;
  }
}

/* Hamburger */
.hamburger {
  position: absolute;
  top: 50%;
  left: 15px;
  padding: 5px;
  display: inline-block;
  cursor: pointer;
  transition: opacity, filter linear 0.15s;
  background-color: transparent;
  border: none;
  transform: translateY(-50%);
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: var(--navbar-hamburguer-icon-color);
  border-radius: 4px;
  position: absolute;
  transition: transform ease 0.15s;
}

/* Hamburger animations (minimised) */
.navbar-toggler .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55,
      0.055,
      0.675,
      0.19);
  transition-duration: 0.13s;
}

.navbar-toggler .hamburger-inner:after {
  content: "";
  display: block;
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    opacity 0.1s linear;
}

.navbar-toggler .hamburger-inner:before {
  content: "";
  display: block;
  top: -10px;
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.navbar-toggler.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215,
      0.61,
      0.355,
      1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.navbar-toggler.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s linear 0.22s;
  opacity: 0;
}

.navbar-toggler.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}

.page404 .content-01 {
  text-align: center;
  padding: 45px 0px;
}

.page404 .btn {
  margin: 10px 5px auto;
}

.page404 .btn-wrapper {
  margin-top: 15px;
}

[data-var][contenteditable="true"] {
  outline: 2px dashed #254d7a;
  outline-offset: -2px;
}

@media (min-width: 768px) {
  .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;
}

.modal-content {
  border: unset;
  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: rgb(32, 32, 32);
  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 rgb(32, 32, 32);
}

.account_popup_dialog:before {
  content: "";
  position: absolute;
  right: 60px;
  width: 20px;
  height: 40px;
  top: -40px;
}

.account_popup_dialog .item a {
  color: rgb(32, 32, 32);
  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: rgb(32, 32, 32);
  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: rgb(32, 32, 32);
  border-color: rgb(32, 32, 32);
}

@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;
  color: var(--color-dark);
  background-color: var(--color-yellow);
  /* 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;
  padding: 0;
  font-size: 20px;
}

.mobile-fixed-email-button:hover {
  color: var(--color-dark);
}

@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;
  line-height: 20px;
  color: rgb(32, 32, 32) !important;
  padding: 5px 15px !important;
}

.cookiepref .modal_footer {
  justify-content: end;
  display: flex;
}

.cookiepref .nav a.active {
  color: #fff !important;
  background-color: rgb(32, 32, 32);
  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 rgb(32, 32, 32);
  }

  .CookiePreferencesPopup .modal-body {
    padding-left: 0;
    padding-right: 0;
  }
}

.carousel-nav span {
  display: none;
}
/* === globalheader === */.show-basket-popup {
    position: relative;
}

.basket-popup-body {
    position: absolute;
    right: 0;
    top: calc(100% + 15px);
    z-index: 999;
    min-width: 360px;
}

    .basket-popup-body .basket-popup-wrapper {
        background: #fff;
        border: 1px solid #000;
        width: 100%;
    }

    .basket-popup-body:before {
        content: "";
        color: #fff;
        font-weight: 600;
        position: absolute;
        top: -26px;
        right: 0px;
        font-size: 30px;
        width: 100%;
        height: 30px;
    }

    .basket-popup-body .items .popup-baket-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 300px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #d2d2d2;
        width: 100% !important;
    }

        .basket-popup-body .items .popup-baket-item.item-hidden {
            display: none;
        }

    .basket-popup-body .items .item-list {
        padding: 15px;
    }

        .basket-popup-body .items .item-list div.popup-baket-item.item-visible-last {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

    .basket-popup-body .items .popup-baket-item .image {
        width: 80px;
        height: 80px;
        position: relative;
        overflow: hidden;
        border: 3px solid #fff;
        transition: 0.2s all;
    }

        .basket-popup-body .items .popup-baket-item .image a {
            text-decoration: none !important;
        }

        .basket-popup-body .items .popup-baket-item .image .btn-remove-item {
            position: absolute;
            z-index: 9;
            top: -3px;
            right: -3px;
            color: #fff;
            padding: 2px 4px;
            opacity: 0;
            pointer-events: none;
            background: #000;
            display: flex;
            width: 28px;
            height: 28px;
            align-items: center;
            justify-content: center;
            text-decoration: none !important;
            transition: 0.2s all;
        }

        .basket-popup-body .items .popup-baket-item .image:hover {
            cursor: pointer;
            border: 3px solid #000;
        }

            .basket-popup-body .items .popup-baket-item .image:hover .btn-remove-item {
                opacity: 1;
                pointer-events: all;
            }

        .basket-popup-body .items .popup-baket-item .image .btn-remove-item > i {
            font-size: 16px;
            transition: 0.2s all;
        }

        .basket-popup-body .items .popup-baket-item .image:hover .btn-remove-item > i {
            font-size: 20px;
        }

        .basket-popup-body .items .popup-baket-item .image:before {
            content: "";
            display: block;
            padding-bottom: 100%;
        }

        .basket-popup-body .items .popup-baket-item .image img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            width: 100%;
        }

    .basket-popup-body .items .popup-baket-item .description {
        padding: 0 10px;
        width: auto;
        flex: 1;
        text-align: left;
    }

        .basket-popup-body .items .popup-baket-item .description .product-title {
            color: #3e3e3e;
            font-size: 16px;
            font-weight: normal;
            margin-bottom: 0;
        }

        .basket-popup-body .items .popup-baket-item .description .price {
            color: #404040;
            font-size: 20px;
            font-weight: 700;
        }

        .basket-popup-body .items .popup-baket-item .description .price-vat {
            color: gray;
            font-size: 12px;
        }


    .basket-popup-body .basket-total {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        color: #404040;
        padding: 10px 20px;
        font-weight: bold;
        font-size: 20px;
    }

    .basket-popup-body .basket-control {
        display: flex;
        flex-direction: row;
        align-items: end;
        align-items: flex-end;
        justify-content: space-between;
        padding: 0px 20px 20px 20px;
    }

        .basket-popup-body .basket-control > a {
            background: #2f292b;
            color: #fff;
            text-decoration: none;
            padding: 7px 25px;
            display: block;
            font-family: Open Sans;
            font-size: 18px;
        }

            .basket-popup-body .basket-control > a.edit-my-basket {
                color: #4c4c4c !important;
                font-size: 13px;
                background: none;
                padding: 0;
            }

                .basket-popup-body .basket-control > a.edit-my-basket:hover {
                    text-decoration: underline;
                }

                .basket-popup-body .basket-control > a.edit-my-basket > i {
                    font-size: 14px !important;
                }

        .basket-popup-body .basket-control a.checkout-now {
            border: 2px solid #2f292b;
            transition: 0.2s all;
        }

            .basket-popup-body .basket-control a.checkout-now:hover {
                background: #fff;
                color: #000 !important;
                transform: scale(1.02);
            }

            .basket-popup-body .basket-control a.checkout-now:active {
                background: #fff;
                color: #000 !important;
                transform: scale(0.98);
            }


    .basket-popup-body .btn-remove-item {
        color: #000;
        font-size: 14px;
        cursor: pointer;
    }

        .basket-popup-body .btn-remove-item:hover {
            text-decoration: underline;
        }

    .basket-popup-body .items.v-items-scroll .scroll_arrow {
        background-color: #a6a6a6;
        width: 100%;
        height: 35px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        opacity: 0.4;
        transition: 0.2s all;
        cursor: pointer;
    }

        .basket-popup-body .items.v-items-scroll .scroll_arrow:hover {
            opacity: 1;
        }

        .basket-popup-body .items.v-items-scroll .scroll_arrow.scroll_up {
            background-image: url('/images/default/angle-up-icon.svg');
        }

        .basket-popup-body .items.v-items-scroll .scroll_arrow.scroll_down {
            background-image: url('/images/default/angle-down-icon.svg');
        }

@media(max-width: 575px) {
    .basket-popup-body {
        right: 15px;
        width: calc(100vw - 30px);
    }

        .basket-popup-body .items .popup-baket-item {
            width: 100%;
        }

            .basket-popup-body .items .popup-baket-item .image .btn-remove-item {
                opacity: 1;
                pointer-events: all;
            }
}

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

/* === addtobasket_popup === */.nav-06 {
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 45px;
  top: 0;
  z-index: 1000;
}

.nav-06 .container {
  height: max-content;
  max-height: 50px;
  padding-top: 5px;
  top: -5px;
  -webkit-transition: all 0.3s cubic-bezier(.63, -0.17, .47, 1.3);
  transition: all 0.3s cubic-bezier(.63, -0.17, .47, 1.3);
}

.nav-06.scrolled .container {
  top: -50px;
}

.nav-06.dark-bg,
.nav-06.dark-bg .container {
  background-color: var(--color-dark);
}

.nav-06 .content-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 45px;
  align-items: center;
}

.nav-06 .benefits {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  max-width: 590px;
}

@media (max-width: 1199.98px) {
  .nav-06 .benefits {
    max-width: max-content;
    gap: 20px;
  }
}

@media (max-width: 991.98px) {
  .nav-06 .benefits {
    gap: 10px;
  }
}

.nav-06 .benefits p {
  margin-bottom: 0;
  font-weight: var(--font-semibold);
  font-size: 14px;
  margin-top: 6px;
  display: flex;
  text-wrap: balance;
  align-items: center;
  line-height: 1.1;
}

.nav-06 .benefits p i {
  color: #debc00;
  margin-right: 5px;
  font-size: 16px;
  margin-bottom: 5px;
}

@media (max-width: 767.98px) {
  .nav-06 .trustpilot {
    display: none;
  }

  .nav-06 .benefits {
    gap: unset;
    justify-content: space-between;
    max-width: 100%;
  }

  .nav-06 .benefits p {
    text-align: center;
  }
}

@media screen and (max-width: 575.98px) {

  .nav-06 {
    overflow: hidden;
  }

  .nav-06 .benefits p {
    display: none;
  }

  .nav-06 .slick-initialized .slick-slide {
    width: 230px;
  }

  .nav-06 .slick-list {
    overflow: visible !important;
  }

}
/* === nav-06 === */.navbar {
  -webkit-transition: all 0.3s cubic-bezier(.63, -0.17, .47, 1.3);
  transition: all 0.3s cubic-bezier(.63, -0.17, .47, 1.3);
  padding: 0;
  height: 92px;
  top: 45px;
  background-color: var(--color-dark);
}

.navbar.scrolled {
  top: 0;
}

.navbar.scrolled>div {
  -webkit-transform: translateY(var(--scroll-translate));
  transform: translateY(var(--scroll-translate));
}

.navbar-container {
  height: 100%;
}

@media screen and (min-width: 1400px) {
  .navbar-container {
    padding: 0 calc(50px + var(--bs-gutter-x, 0.75rem));
    max-width: 100%;
  }
}

.navbar-container .d-flex.w-100 {
  height: 100%;
}

.navbar-toggler {
  border: none;
  position: relative;
  z-index: 1;
  color: var(--color-yellow) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0;
  width: 26px;
  height: 100%;
}

.navbar-toggler .lines-wrapper {
  position: relative;
}

.navbar-toggler .line {
  display: block;
  height: 2px;
  background-color: var(--color-yellow);
  transition: transform 0.3s ease, width 0.3s ease, top 0.3s ease;
}

.navbar-toggler .top {
  width: 26px;
  position: absolute;
  top: 0;
  left: 0;
}

.navbar-toggler .bottom {
  width: 20px;
  position: absolute;
  top: 8px;
  left: 0;
}

.navbar-toggler .top,
.navbar-toggler .bottom {
  transition: transform 0.3s ease, width 0.3s ease, top 0.3s ease;
}

.navbar-toggler:not(.collapsed) .top {
  transform: rotate(45deg);
  width: 24px;
  top: 14px;
}

.navbar-toggler:not(.collapsed) .bottom {
  transform: rotate(-45deg);
  width: 24px;
  top: 14px;
}

.navbar-toggler i {
  font-size: 24px;
}

@media (max-width: 1400px) {
  .navbar-toggler {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-toggler:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.site-logo {}

.site-logo img {
  height: 56px;
}

.navbar.scrolled .site-logo svg> :not(g) {
  fill: #252466;
}

.navbar.scrolled .site-logo svg {
  width: 232px;
  margin-top: -110px;
  transition: 0.2s ease-in-out;
}

.site-logo svg {
  width: 185px;
}

.site-logo svg .cls-1 {
  fill: #fff;
}

.site-logo svg .cls-2 {
  fill: #1e77b3;
}

.site-logo svg .cls-3 {
  fill: #6468af;
}

.site-logo:hover,
.site-logo:focus {
  text-decoration: none;
  color: var(--white);
}

.navbar .left-group {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 575.98px) {
  .navbar .left-group {
    display: contents;
  }

  .navbar .header-buttons {
    width: 56px;
    height: 56px;
    justify-content: center;
  }
}

.navbar .left-group button {
  display: none;
}

.navbar .nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-inline: 30px;
  width: 100%;
  max-width: 1000px;
}

@media (max-width: 1404.98px) {
  .navbar .nav-menu {
    display: none;
  }

  .navbar .left-group button {
    width: 56px;
    height: 56px;
    border: solid 1px #464646;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
}

.navbar .nav-menu .nav-item {
  height: 100%;
}

.navbar .nav-menu .nav-link {
  font-size: 18px;
  line-height: 1;
  text-align: center;
  font-weight: 400;
  color: #fff;
  padding: 0 15px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.navbar .nav-menu .navbar-icon {
  display: none;
}

.navbar .nav-menu span.nav-link.dropdown-switch+.dropdown-item-menu {
  height: 100%;
  display: flex;
  align-items: center;
}

.navbar .nav-menu .dropdown-item-menu>.container {
  height: 100%;
  padding: 0;
}

.navbar .nav-menu span.nav-link.dropdown-switch {
  display: none;
}

.navbar .nav-menu span.nav-link.dropdown-switch+.dropdown-item-menu .navlinks-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row nowrap;
  position: relative;
  height: 100%;
}

.navbar .nav-menu .nav-link.currentpage:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--color-yellow);
}

.navbar .header-buttons {
  display: flex;
  gap: 30px;
}

.navbar .header-buttons .phone {
  display: flex;
  justify-content: center;
  align-items: center;
  text-wrap: nowrap;
}

.navbar .header-buttons .button {
  text-wrap: nowrap;
}

@media (max-width: 991.98px) {
  .navbar .header-buttons .button {
    padding-inline: 25px;
  }
}

@media (max-width: 767.98px) {
  .navbar .header-buttons .phone {
    display: none;
  }
}

.navbar .header-buttons .phone .phone-content {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.navbar .header-buttons .phone i {
  color: var(--color-yellow);
  font-size: 24px;
}

.navbar .header-buttons .phone p,
.navbar .header-buttons .phone a {
  line-height: 1;
}

.navbar .header-buttons .phone .phone-text {
  color: var(--color-yellow);
  margin-bottom: 0;
  font-size: 12px;
  font-weight: var(--font-semibold);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.navbar .header-buttons .phone a {
  text-decoration: none;
  color: var(--color-yellow);
  font-size: 20px;
  font-weight: var(--font-bold);
}

.navbar .header-buttons .phone .phone-text-content {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.navbar .header-buttons .phone .phone-text-content a {
  font-size: 24px;
  line-height: 24px;
}

.navbar .header-buttons .phone .phone-text-content p {
  margin-bottom: 0;

  font-size: 14px;
  color: var(--color-white);
  font-weight: var(--font-regular);
  line-height: 14px;
}

#main-menu .main-menu-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--color-yellow);
  color: var(--color-white);
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(0);
  opacity: 1;
  transition: all 0.2s linear;
  font-weight: 600;

  max-width: calc(100% - 54px);
  width: 340px;

}

#main-menu .main-menu-container .mobile-menu-content>a {
  width: calc(100% - 50px);
  margin: 25px;
  text-transform: capitalize;
  font-size: 18px;
  font-family: var(--font-family1);
  padding-inline: 10px;
  letter-spacing: -.025em;
  text-align: center;
  max-width: 300px;
  margin: 25px auto;
  height: 70px;
}

#main-menu .main-menu-container .mobile-menu-content {
  max-width: 665px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  z-index: 1;
}

#main-menu .main-menu-container .mobile-menu-content .navbar-nav {
  height: calc(100% - 120px);
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--color-yellow) var(--color-dark);
}

#main-menu .main-menu-container .mobile-menu-content .navbar-nav::-webkit-scrollbar {
  width: 8px;
  background: var(--color-dark);
}

#main-menu .main-menu-container .mobile-menu-content .navbar-nav::-webkit-scrollbar-thumb {
  background: var(--color-yellow);
  border-radius: 0px;
}

#main-menu .main-menu-container .mobile-menu-content .mobile-menu-title {
  text-transform: uppercase;

  font-size: 24px;
  color: var(--color-textDark);
}

@media (max-width: 1110px) {
  #main-menu .main-menu-container .mobile-menu-content {
    border: none;
    width: 100%;
  }
}

#main-menu .main-menu-container .mobile-menu-content .nav-link {
  font-size: 22px;
  line-height: 44px;
  padding: 12px 25px 8px;
  font-weight: 700;
  display: flex;
  justify-content: start;
  align-items: center;
  border-bottom: 1px solid #d8cf26;
}

#main-menu .main-menu-container .mobile-menu-content .nav-link.dropdown-switch {
  background-color: #57551f;
  color: var(--color-yellow);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: var(--font-medium);
  font-family: var(--font-family1);
  line-height: 1;
  border-bottom: unset;
}

#main-menu .main-menu-container .mobile-menu-content .nav-item.lvl2>.nav-link {
  color: #fff;
  background-color: var(--color-dark);
  border-bottom: 1px solid #57551f;
  padding: 17px 25px 13px;
  display: flex;
  flex-flow: row nowrap;
  gap: 1rem;
}

#main-menu .main-menu-container .mobile-menu-content .nav-item.lvl2>.nav-link>span {
  padding-top: 4px;
}

#main-menu .main-menu-container .mobile-menu-content .nav-item.lvl2>.nav-link .navbar-icon {
  display: block;
}

#main-menu .dropdown-item-menu .container {
  padding: 0;
}

#main-menu .dropdown-item-menu .nav-item.lvl2 span {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

#main-menu .main-menu-container .contact-info {
  width: 100%;
  height: 100%;
  max-width: 465px;
  padding-left: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}

@media (max-width: 1110px) {
  #main-menu .main-menu-container .contact-info {
    display: none;
  }
}

#main-menu .main-menu-container .contact-info .contact-block {
  display: flex;
  gap: 10px;
  max-width: 280px;
}

#main-menu .main-menu-container .contact-info .contact-block i {
  font-size: 24px;
}

#main-menu .main-menu-container .contact-info .contact-block a {
  color: var(--color-white);
  text-decoration: none;
}

#main-menu .main-menu-container .contact-block .contact-title {
  font-size: 24px;
  font-weight: 600;
}

#main-menu .main-menu-container .contact-block .contact-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

#main-menu .mobile-contacts {
  display: none;
}

#main-menu .mobile-contacts a {
  color: var(--color-white);
}

#main-menu .navbar-toggler {
  position: absolute;
  right: unset !important;
  width: 100vw;
  top: 0 !important;
  height: 100%;
  left: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: left 0.2s ease-in-out;
}

#main-menu.collapse:not(.show) .navbar-toggler {
  left: -100vw;
  transition-duration: 0;
}

#main-menu .mobile-contacts .phone-number a {
  font-size: 22px;
}

#main-menu.collapse {
  display: flex !important;
}

@media (min-width: 1405px) {

  #main-menu.collapse,
  #main-menu {
    display: none !important;
  }
}

#main-menu.collapse .main-menu-container {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

#main-menu.collapse:not(.show) .main-menu-container,
#main-menu.collapsing .main-menu-container {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

#main-menu>ul {
  margin-left: 86px;
}

#main-menu>.col-12 {
  width: auto;
}

#main-menu .nav-link {
  color: var(--color-textDark);
}

#main-menu .nav-item-dedicated .nav-link {
  font-size: 30px;
  color: var(--color-textDark);
}

#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-yellow);
  padding: 15px;
}

#main-menu .contacts .contact {
  margin-bottom: 0;
}

#main-menu .contacts a {
  color: var(--color-white);
  font-weight: 700;
}

@media (max-width: 620px) {
  #main-menu {
    width: 100%;
    justify-content: space-between;
  }

  #main-menu .mobile-contacts {
    display: flex;
    flex-direction: column;
    margin-left: 40px;
    margin-bottom: 60px;
  }
}

.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: 575.98px) {

  .navbar-container {
    padding: 0;
  }

  .navbar .header-buttons .phone {
    display: flex;
  }

  .navbar .left-group button {
    border: unset;
  }

  .navbar .header-buttons .phone .phone-content,
  .navbar .header-buttons>a:not(.phone-number) {
    display: none;
  }

  .navbar .header-buttons .phone i {
    transform: rotate(-135deg) translateX(1px) translateY(-1px);
    font-size: 20px;
  }
}

@media (max-width: 520px) {
  .navbar .header-buttons .phone .phone-text-content {
    display: none;
  }
}

@media (max-width: 320px) {
  .navbar-toggler {
    margin-left: -10px !important;
  }
}
/* === nav-01 === */.page-banner {
  height: calc(100vh - 137px - 30px);
  height: calc(100svh - 137px - 30px);
  max-height: 380px;
  position: relative;
  margin-top: 137px;
  background-color: var(--color-dark);
  min-height: 280px;
  overflow-y: visible;
  overflow-x: hidden;
  overflow-x: clip;
}

.page-banner .banner-title {
  margin-bottom: 0;
}

.page-banner::before {
  content: "";
  position: absolute;
  top: -137px;
  left: 0;
  right: 0;
  height: 137px;
  background-color: var(--color-dark);
}

.page-banner::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 130px;
  background-color: #fff;
  bottom: 0;
}

.page-banner .banner-container {
  position: relative;
  height: 100%;
}

.page-banner .image-bg {
  position: absolute;
  height: 100%;
  background-color: var(--color-dark);
  width: 100%;
  z-index: 1;
  max-width: 100%;
  box-shadow: 15px 15px #d8d9db;
  opacity: 1 !important;
}

.page-banner .image-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .2);
  background: linear-gradient(to bottom, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, .0) 20%, rgba(0, 0, 0, .2) 100%);
  z-index: 3;
}

.page-banner .image-bg::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(/images/bg/page-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2;
  transition-duration: .6s;
  transition-timing-function: ease;
}

.page-banner .banner-content {
  position: relative;
  z-index: 1;
  height: 90vh;
  height: 90svh;
  max-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: var(--color-white);
  text-align: center;
  padding-bottom: 35px;
  overflow: hidden;
}

@media (max-height: 735px) {
  .page-banner .banner-content {
    height: 100%;
  }
}

.page-banner .banner-accr {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  z-index: 1;
  gap: 20px;
  padding: 20px;
  background: #fff;
  max-height: 90px;
  height: fit-content;
  width: fit-content;
  max-width: calc(100% - 20px);
}

.page-banner .banner-accr img {
  height: 50px;
  object-fit: contain;
}

.page-banner .banner-container .banner-desc {
  font-size: 30px;
  line-height: 36px;
  max-width: 870px;
  margin: 5px 0 20px;
  text-wrap: balance;
}

.page-banner .banner-container .banner-desc p:last-child {
  margin-bottom: 0;
}

.page-banner .banner-container .banner-buttons {
  display: flex;
  gap: 10px;
}

.page-banner .banner-container .banner-buttons a {
  width: 175px;
}

@media screen and (min-width: 1400px) {
  .page-banner .banner-container {
    max-width: calc(100% - 100px);
  }

  .page-banner .image-bg {
    left: var(--bs-gutter-x, .75rem);
    right: var(--bs-gutter-x, .75rem);
    width: calc(100% - 2 * var(--bs-gutter-x, .75rem));
  }

  .page-banner .banner-accr {
    right: var(--bs-gutter-x, .75rem);
  }
}

@media (max-width: 1199.98px) {
  .page-banner::after {
    height: 100px;
  }

  .page-banner .banner-container {
    max-height: 100%;
  }

  .page-banner .banner-content {
    height: 100%;
  }

  .page-banner .banner-container .banner-desc {
    font-size: 26px;
    line-height: 30px;
    max-width: 780px;
  }
}

@media (max-width: 991.98px) {
  .page-banner .banner-container .banner-desc {
    font-size: 24px;
    max-width: 450px;
  }
}

@media (max-width: 767.98px) {

  .page-banner {
    height: calc(100vh - 137px - 30px);
    max-height: 280px;
    margin-top: 137px;
    min-height: 180px;
  }

  .page-banner .banner-accr,
  .page-banner .banner-container .banner-desc {
    display: none;
  }

  .page-banner .banner-container {
    max-width: 100%;
    padding: 0;
  }

  .page-banner .banner-content {
    width: calc(100% - 60px);
    margin: 0 auto;
  }

  .page-banner .image-bg {
    margin: 0;
    width: 100%;
    max-width: 100%;
    box-shadow: 0px 15px #d8d9db;
  }

  .page-banner .image-bg::before {
    left: unset;
  }

  .page-banner .banner-container .banner-buttons {
    flex-direction: column;
    width: calc(100% - 60px);
  }

  .page-banner .banner-container .banner-buttons a {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .page-banner .banner-content {
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 575.98px) {

  .page-banner {
    min-height: 200px;
  }

  .page-banner .banner-content {
    width: 100%;
    text-wrap: balance;
  }

  .page-banner .banner-title {
    font-size: 30px;
    font-size: clamp(30px, 11vw, 44px);
    line-height: 1.15;
    width: calc(100% - 60px);
    max-width: 320px;
  }

  .page-banner .banner-container .banner-buttons {
    max-width: 320px;
  }

  .page-banner .image-bg {
    box-shadow: 0px 10px #d8d9db;
  }

  .page-banner .banner-content {
    padding-bottom: 30px;
  }
}
/* === page-banner === */.content-01 {
  padding: 95px 0;
  text-align: var(--content-01-text-align, left);
  background-color: var(--content-01-background, #fff);
}

.content-01-title {
  margin-bottom: 20px;
  font-style: italic;
}

.content-01 h3 {
  border-bottom: 2px solid #d8d9db;
  padding: 10px 0;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 600;
}


.content-01 p {
  margin-bottom: 0;
}


.content-01 table {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.content-01 th,
.content-01 td {
  padding: 20px 15px;
}

.content-01 tr:first-child {
  border-top: 1px solid #d8d9db;
}

.content-01 tr {
  border-bottom: 1px solid #d8d9db;
}

.content-01 th {
  background-color: #f8f9fa;
}

.content-01 a {
  color: var(--body-color);
}

.content-01 a:hover {
  text-decoration: none;
}

@media (max-width: 1199px) {
  .title-wrapper {
    position: relative;
  }

  .content-01-title br {
    display: none;
  }

  .content-01 {
    padding: 70px 0px;
  }
}

@media (max-width: 768px) {

  .content-01 tr {
    display: flex;
    flex-flow: column;
  }


  .content-01 td {
    padding: 14px;
    padding-left: 0;
  }

  .content-01 tr td:first-child {
    padding-bottom: 0;
  }
}
/* === content-01 === */.footer-06 {
  padding-top: 80px;
  padding-bottom: 50px;
  background-color: var(--color-dark);
  color: var(--color-white);
  font-size: 22px;
  line-height: 32px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 520px) {
  .footer-06 {
    padding-top: 140px;
  }
}

.footer-06 h2,
.footer-06 a {
  color: var(--color-white);
  text-decoration: none;
}

.footer-06 h2 {
  margin-bottom: 20px;
  font-weight: var(--font-bold);
}

.footer-06 .footer-container .container>.row {
  justify-content: space-between;
}

.footer-06 form {
  margin-top: -10px;
}

.footer-06 form .form-control {
  border-radius: 0;
  border: unset !important;
}

.footer-06 form div.error {
  font-size: 16px;
  float: right;
  position: static;
}

.footer-06 form .form-title,
.footer-06 form .form-text {
  display: none;
}

.footer-06 form label {
  font-size: 15px !important;
  line-height: 24px !important;
}

.footer-06 form input:not([type="checkbox"]) {
  min-height: 60px;
}

.footer-06 form button[type="submit"] {}

.footer-06 form .required {
  display: none;
}

.footer-06 form .tickbox {
  position: relative;
  margin-top: 30px;
  margin-bottom: 26px;
}

.footer-06 form .tickbox input {
  margin-top: 5px;
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 0;
  padding: 11px;
}

.footer-06 form .tickbox label {
  padding-top: 4px;
  padding-left: 30px !important;
  font-size: 15px !important;
  line-height: 22px !important;
  position: relative;
  cursor: pointer;
}

.footer-06 form .tickbox input.error {
  background-image: none !important;
}

.footer-06 form .tickbox label~div.error {
  display: none !important;
}

.footer-06 form .form-check-input:checked {
  background-color: var(--color-yellow);
  border-color: var(--color-yellow);
  box-shadow: 1px 1px 2px 1px var(--color-yellow);
}

.footer-06 form .form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23202020' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") !important;
}

@media (max-width: 765px) {
  .footer-06 form button {
    margin: 0 auto;
  }
}

.footer-06 .container {
  position: relative;
  z-index: 1;
}

@media (min-width: 1398px) {

  .footer-06 .footer-form .form-field.text,
  .footer-06 .footer-form .form-field.telephone,
  .footer-06 .footer-form .form-field.email {
    width: 100%;
    max-width: 320px;
  }

  .footer-06 .footer-form .form-field.text input,
  .footer-06 .footer-form .form-field.telephone input,
  .footer-06 .footer-form .form-field.email input {
    width: 305px;
  }

  /* .footer-06 .footer-form form .row:nth-child(1) {
    gap: 36px;
  } */

  .footer-06 .footer-form form .row:nth-child(1) .col-12.col-md-6 {
    width: auto;
  }

  .footer-06 .footer-form form .row:nth-child(2) .col-12 {
    max-width: 715px;
  }
}

@media (max-width: 991.98px) {
  .footer-06 .footer-info {
    display: flex;
    gap: var(--bs-gutter-x, 1.5rem);
    margin-bottom: 80px;
  }

  .footer-06 .footer-info>* {
    width: calc(50% - var(--bs-gutter-x, 1.5rem) * .5);
  }

  .footer-06 .footer-info .footer-main-text p {
    max-width: 300px;
    font-size: 19.4px;
    line-height: 25px;
  }

  .footer-06 .footer-info .footer-main-text p br {
    display: none;
  }

  .footer-06 .contact-info p,
  .footer-06 .contact-info a {
    font-weight: 300;
  }

  .footer-06 .footer-info .footer-main-text br.full {
    display: none;
  }

  .footer-06 .footer-info .contact-info {
    width: 370px;
  }
}

.footer-06 .wrapper-bg img {
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
}

@media (max-width: 1199.98px) {
  .footer-06 .wrapper-bg img {
    width: 90%;
  }
}

.footer-06 .footer-contacts {
  margin-top: 40px;
}

.footer-06 .contact-info h4 {
  color: var(--color-yellow);
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.footer-06 .contact-info svg {
  width: 20px;
  margin-right: 15px;
  fill: var(--color-yellow);
}

.footer-06 .contact-info a {
  color: var(--color-yellow);
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  font-weight: var(--font-medium);
}

.footer-06 .contact-info a.email-info {
  font-size: 15px;
}

.footer-06 .contact-info a.phone-info {
  margin-bottom: 30px;
}

.footer-06 .contact-info .contact-group:nth-child(1) {
  margin-bottom: 1.5rem;
}

.footer-06 .contact-info .contact-group {
  padding-top: 6px;
}

.footer-06 .contact-info .office-info {
  font-size: 16px;
  line-height: 24px;
  width: 250px;
}

@media (max-width: 767px) {
  .footer-06 .contact-info .office-info {
    width: auto;
  }
}

.footer-06 .contact-info .office-info p {
  color: var(--color-white);
}

.footer-06 .contact-info .block-title {
  font-size: 24px;
  line-height: 18px;
  font-weight: var(--font-bold);
  color: var(--color-white);
  margin-bottom: 0;
}

.footer-06 .contact-info .content {
  width: 400px;
  margin-bottom: 1.5rem;
}

@media (max-width: 576px) {
  .footer-06 .footer-info .contact-info {
    display: grid !important;
    grid-template-columns: repeat(2, auto);
  }

  .footer-06 .contact-info .social-buttons {
    grid-area: 2 / 2;
    margin-top: -20px !important;
  }

  .footer-06 .footer-form {
    margin-top: 50px;
  }
}

.footer-06 .contact-info .social-buttons {
  display: flex;
  gap: 10px;
  margin-top: 1.5rem;
}

@media (max-width: 991.98px) {
  .footer-06 .footer-contacts {
    margin-top: 0;
  }
}

@media (576 < width >=768px) {
  .footer-06 .contact-info .social-buttons {
    position: absolute;
    left: 10px;
    top: 200px;
  }

  .footer-06 .footer-contacts {
    margin-top: 0;
  }
}

@media (max-width: 576px) {}

.footer-06 .contact-info .social-buttons>a {
  width: 56px;
  height: 56px;
  font-size: 18px;
  color: var(--color-dark);
  background-color: var(--color-yellow);
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-06 .contact-info .social-buttons .sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.footer-06 .contact-info .social-buttons svg {
  fill: var(--color-dark);
  margin-right: 0;
}

.footer-06 .contact-info .social-buttons .button i,
.footer-06 .contact-info .social-buttons .button svg {
  fill: var(--color-dark);
  color: var(--color-dark);
  transition: .3s all ease-in-out;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-06 .contact-info .social-buttons .button:hover i,
.footer-06 .contact-info .social-buttons .button:hover svg {
  fill: var(--color-yellow);
  color: var(--color-yellow);
}

.footer-06 .footer-main-text p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: var(--color-white);
  max-width: 522px;
}

.footer-06 .footer-nav {
  margin-top: 130px;
}

.footer-06 .footer-nav .footer-links {
  padding: 0;
  list-style-type: none;
}

.footer-06 .footer-nav .footer-links .lvl1 .nav-link {
  font-size: 22px;
  line-height: 28px;
  font-weight: var(--font-medium);
  text-decoration: none;
  color: var(--color-white);
}

@media (max-width: 991.98px) {
  .footer-06 .footer-nav {
    margin-top: 70px;
  }

  .footer-06 .footer-nav .footer-links {
    align-items: flex-start !important;
  }

  .footer-06 .footer-nav .footer-links a {
    font-size: 16px;
  }

  .footer-06 {
    padding-top: 70px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767.98px) {

  .footer-06 {
    padding-top: 60px;
    padding-bottom: 10px;
  }

  .footer-06 form .row {
    --bs-gutter-x: 1.5rem !important;
  }

  .footer-06 .footer-info {
    margin-bottom: 60px;
  }

  .footer-06 .footer-info>* {
    width: 100%;
  }

  .footer-06 h2 {
    text-align: left;
  }

  .footer-06 .footer-info {
    flex-direction: column;
  }

  .footer-06 .footer-info .footer-main-text {
    width: 100%;
  }

  .footer-06 .footer-info .footer-main-text br {
    display: none;
  }

  .footer-06 .footer-info .footer-main-text p {
    width: 100%;
  }

  .footer-06 .footer-info .contact-info {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .footer-06 .contact-info .social-buttons {
    margin-top: 0;
  }

  .footer-06 .footer-info .contact-info .address {
    width: 220px;
  }

  .footer-06 .footer-nav .footer-links {
    flex-direction: column !important;
    align-items: center !important;
  }

  .footer-06 .footer-nav .footer-links a {
    font-size: 18px;
    padding: 15px;
  }

  .footer-06 form button[type="submit"] {
    margin: 0;
  }
}

@media (max-width: 575.98px) {
  .footer-06 .footer-info {
    flex-direction: column;
  }

  .footer-06 .footer-info {
    margin-bottom: 1.5rem;
  }

  .footer-06 .footer-form {
    margin-top: 1.5rem;
  }

  .footer-06 .footer-info .footer-main-text {
    width: 100%;
  }

  .footer-06 .footer-info .footer-main-text br.mob {
    display: none;
  }

  .footer-06 .footer-info .footer-main-text br.full {
    display: none;
  }

  .footer-06 .footer-info .footer-main-text p {
    font-size: 19.4px;
    line-height: 25px;
  }

  .footer-06 .footer-info .contact-info {
    flex-direction: column;
    width: 100%;
  }

  .footer-06 .footer-info .contact-info .address {
    width: 270px;
  }

  .footer-06 .footer-form button {
    margin: 0 auto;
    width: 320px;
    max-width: 100%;
  }

  .footer-06 .footer-nav {
    margin-top: 70px;
  }

  .footer-06 .footer-nav .footer-links {
    align-items: center !important;
  }
}

@media (max-width: 520px) {
  .footer-06 .footer-info .contact-info {
    display: flex !important;
    flex-direction: column;
  }

  .footer-06 .contact-info .social-buttons {
    margin-top: 0 !important;
  }
}

main.page404+footer .footer-06 {
  padding-top: 180px;
}
/* === footer-06 === */.footer-06-min {
  padding: 50px 0 55px;
  background: var(--color-dark);
  color: var(--color-white);
}

.footer-06-min .footer-nav>div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-06-min a {
  color: var(--color-white);
  text-decoration: none;
  text-align: center;
  line-height: 1;
  display: block;
}

.footer-06-min .footer-nav {
  display: flex;
  font-size: 26px;
  font-weight: var(--font-medium);
  justify-content: space-between;
  letter-spacing: -.025em;
}

.footer-06-min .webdesign>span,
.footer-06-min .site-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}

.footer-06-min .footer-copy {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  line-height: 36px;
}

.webdesign img {
  padding-bottom: 2px;
  padding-top: 1px;
}

.footer-06-min .footer-copy .advansys {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1399.98px) {
  .footer-06-min .footer-nav {
    font-size: 22px;
  }
}

@media screen and (max-width: 1199.98px) {
  .footer-06-min .footer-nav {
    font-size: 20px;
  }
}

@media (max-width: 991.98px) {
  .footer-06-min .footer-nav {
    flex-direction: column;
    font-size: 20px;
    line-height: 36px;
    justify-content: flex-start;
    text-align: left;
  }

  .footer-06-min a {
    line-height: 36px;
  }

  .footer-06-min .footer-copy {
    align-items: flex-start !important;
    line-height: 26px;
  }

  .footer-06-min .footer-copy {
    flex-direction: column;
    align-items: center;
  }

  .footer-06-min .footer-nav>div {
    justify-content: start;
  }

  .footer-06-min .webdesign>span,
  .footer-06-min .site-info {
    height: 20px;
  }

  .footer-06-min .footer-copy {
    margin-top: 2rem;
  }

}

@media (max-width: 767.98px) {

  .footer-06-min {
    padding: 40px 0;
  }
}

@media screen and (max-width: 575.98px) {
  .footer-06-min {
    padding-top: 30px;
  }

  .footer-06-min .webdesign>span,
  .footer-06-min .site-info {
    flex-flow: row wrap;
    text-wrap: nowrap;
    line-height: 1;
    text-align: left;
    justify-content: start;
    height: auto;
  }

  .footer-06-min .site-info a {
    line-height: 1;
  }
}
/* === footer-06-min === */