@charset "UTF-8";
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost/static/Jost-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@supports (font-variation-settings: normal) {
  @font-face {
    font-family: "Jost";
    src: url("../fonts/Jost/Jost-VariableFont_wght.woff2") format("woff2-variations");
    font-weight: 100 900;
    font-style: normal;
  }
  @font-face {
    font-family: "Jost";
    src: url("../fonts/Jost/Jost-Italic-VariableFont_wght.woff2") format("woff2-variations");
    font-weight: 100 900;
    font-style: italic;
  }
}
/* USER VARIABLES SECTION */
:root {
  --aw-accent: #f9e679;
  --aw-accent-a: #AB4754;
  --aw-second: #2660A4;
  --aw-second-a: #405A79;
  --aw-third: #EDF7F6;
  --aw-third-a: #F0F5F4;
  --aw-fourth: #4DAA57;
  --aw-fourth-a: #6B956F;
  --aw-fifth: #0F0F0F;
  --aw-fifth-a: #0F0F0E;
  --aw-white: #fff;
  --aw-heading-color: var(--aw-textcolor);
  --aw-textcolor: #0e0e0e;
  --aw-footercolor: #000;
  --aw-fontsize: 16px;
  --aw-lineheight: 1.5;
  --aw-userfont: "Jost", sans-serif;
  --aw-border-radius: 0;
  --aw-form-border-radius: 5px;
  --aw-grid-gutter: 20px;
  --aw-breadcrumb-font-size: 14px;
}

:root {
  --bs-heading-color: var(--aw-heading-color);
  --bs-body-color: var(--aw-textcolor);
  --bs-breadcrumb-font-size: var(--aw-breadcrumb-font-size);
  scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
}

body {
  position: relative;
  min-height: 100vh;
  font-family: var(--aw-userfont);
  line-height: var(--aw-lineheight);
}

h1, .h1 {
  font-size: 72px;
}

h3, .h3 {
  margin-top: 45px;
  margin-bottom: 30px;
  font-size: 42px;
}

.breadcrumb-item a {
  color: inherit;
}

.btn {
  --bs-btn-border-radius: 0;
}

.btn-primary {
  --bs-btn-padding-x: 2rem;
  --bs-btn-padding-y: .7rem;
  --bs-btn-color: #0e0e0e;
  --bs-btn-bg: var(--aw-accent);
  --bs-btn-border-color: var(--aw-accent);
  --bs-btn-hover-color: #0e0e0e;
  --bs-btn-hover-bg: var(--aw-accent);
  --bs-btn-hover-border-color: var(--aw-accent);
  --bs-btn-active-color: #0e0e0e;
  --bs-btn-active-bg: var(--aw-accent);
  --bs-btn-active-border-color: var(--aw-accent);
  text-transform: uppercase;
  letter-spacing: -0.32px;
}
.btn-primary:hover {
  box-shadow: 0 3px 15px var(--aw-accent);
}

.btn-outline-secondary {
  --bs-btn-padding-x: 2rem;
  --bs-btn-padding-y: .7rem;
}
.btn-outline-secondary:hover {
  box-shadow: 0 3px 15px rgba(14, 14, 14, 0.2);
}

.btn-secondary,
.formResponsive button[type=submit] {
  --bs-btn-color: var(--aw-accent);
  --bs-btn-bg: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-border-color: #000;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #000;
  --bs-btn-active-border-color: #000;
  background-color: var(--bs-btn-bg);
  border-radius: 0;
  padding: 14px 72px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: -0.32px;
  color: var(--aw-accent);
}
.btn-secondary:active, .btn-secondary:hover,
.formResponsive button[type=submit]:active,
.formResponsive button[type=submit]:hover {
  background-color: var(--bs-btn-hover-bg);
  box-shadow: 0 3px 15px #000;
}

.feedback-container .aw-btn-feedback {
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  width: 185px;
}

.icon-wt {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: no-repeat url(/images/icons/wapp.png);
}

/**
* Back to Top
*/
.back-to-top-link {
  position: fixed;
  inset-inline-end: 1rem;
  bottom: 1rem;
  z-index: 10000;
  padding: calc(var(--aw-grid-gutter) * 0.5);
  color: var(--aw-accent, #008000);
  pointer-events: all;
  background-color: var(--aw-white, #fff);
  border: 1px solid var(--aw-accent, #008000);
  border-radius: var(--aw-border-radius);
  opacity: 0;
  transition: opacity 200ms ease-in;
}
.back-to-top-link.visible {
  opacity: 1;
}
.back-to-top-link:hover, .back-to-top-link:focus {
  color: var(--aw-white, #fff);
  background-color: var(--aw-accent-hover);
  border-color: var(--aw-white, #fff);
}

:root {
  --aw-menu-height: 48px;
  --aw-row-gap: 20px;
  --aw-submenu-padding: 12px 20px;
  --aw-up-font-size: 20px;
  --aw-up-font-weight: 300;
  --aw-up-bg: transparent;
  --aw-up-bg-hover: unset;
  --aw-first-submenu-bg: var(--aw-accent);
  --aw-first-submenu-bg-hover: var(--aw-accent-a);
  --aw-higher-submenu-bg: var(--aw-accent);
  --aw-up-color: #0e0e0e;
  --aw-up-color-hover: #0e0e0e;
  --aw-submenu-color: #0e0e0e;
}
@media (max-width: 1399.98px) {
  :root {
    --aw-up-font-size: 15px;
  }
}

.dj-megamenu-override {
  display: flex;
  align-items: center;
  gap: 27px;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  height: auto;
  position: relative;
  z-index: 500;
  font-family: Arial, Helvetica, sans-serif;
  width: auto;
  background: var(--aw-up-bg);
}

.dj-megamenu-override li.dj-up {
  position: relative;
  display: block;
  float: left;
  padding: 0 !important;
  margin: 0 !important;
}

.dj-megamenu-override li a.dj-up_a {
  display: block;
  float: left;
  font-size: var(--aw-up-font-size);
  font-weight: var(--aw-up-font-weight);
  text-decoration: none;
  padding: 0 0;
  cursor: pointer;
  background: transparent;
  color: var(--aw-up-color);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.dj-megamenu-override li.first a.dj-up_a {
  border-left: 0;
}

.dj-megamenu-override li a.dj-up_a > span {
  float: left;
  display: block;
  padding: 0;
  background: transparent;
}

.dj-megamenu-override li a.dj-up_a span.html-before,
.dj-megamenu-override li a.dj-up_a span.html-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dj-megamenu-override li a.dj-up_a span.html-before {
  margin-right: 10px;
}

.dj-megamenu-override li a.dj-up_a span.html-after {
  margin-left: 10px;
}

.dj-megamenu-override li a.dj-up_a.withsubtitle > span {
  line-height: 48px;
}

.dj-megamenu-override li a.dj-up_a span.dj-drop {
  padding: 0 20px 0 0;
}

.dj-megamenu-override li a.dj-up_a .arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.dj-megamenu-override li:hover a.dj-up_a .arrow,
.dj-megamenu-override li.hover a.dj-up_a .arrow,
.dj-megamenu-override li.active a.dj-up_a .arrow {
  top: calc(50% + 2px);
}

.dj-megamenu-override.dj-fa-no li a.dj-up_a .arrow:before {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;
  top: -2px;
}

.dj-megamenu-override.dj-fa-0 li a.dj-up_a .arrow:before,
.dj-megamenu-override.dj-fa-1 li a.dj-up_a .arrow:before,
.dj-megamenu-override.dj-fa-5 li a.dj-up_a .arrow:before {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 12px/1 "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dj-megamenu-override.dj-fa-5 li a.dj-up_a .arrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.dj-megamenu-override li a.dj-up_a small.subtitle {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  color: #999999;
  margin-top: -12px;
}

.dj-megamenu-override li:hover a.dj-up_a:not(.btn),
.dj-megamenu-override li.hover a.dj-up_a:not(.btn),
.dj-megamenu-override li.active a.dj-up_a:not(.btn) {
  position: relative;
  color: var(--aw-up-color-hover);
  background: var(--aw-up-bg-hover);
}
.dj-megamenu-override li:hover a.dj-up_a:not(.btn)::after,
.dj-megamenu-override li.hover a.dj-up_a:not(.btn)::after,
.dj-megamenu-override li.active a.dj-up_a:not(.btn)::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top: 2px solid #999;
}

.dj-megamenu-override li:hover a.dj-up_a small.subtitle,
.dj-megamenu-override li.hover a.dj-up_a small.subtitle,
.dj-megamenu-override li.active a.dj-up_a small.subtitle {
  color: #a4c4f5;
}

.dj-megamenu-override li.separator > a {
  cursor: default;
}

.dj-megamenu-override li a.dj-up_a span span.image-title {
  background: none;
  padding: 0;
  margin: 0 0 0 15px;
  display: inline-block;
  float: none;
  height: auto;
}

.dj-megamenu-override li a.dj-up_a img {
  border: 0;
  margin: 0;
  max-height: 32px;
  vertical-align: middle;
}

.dj-megamenu-override li.logo a.dj-up_a img {
  max-height: var(--aw-menu-height);
}

.dj-megamenu-override li a.dj-up_a.withsubtitle img {
  margin-top: -24px;
}

/* Default list styling */
.dj-megamenu-override li:hover,
.dj-megamenu-override li.hover {
  position: relative;
  z-index: 200;
}

/* Hide submenus */
.dj-megamenu-override li div.dj-subwrap,
.dj-megamenu-override li:hover div.dj-subwrap li div.dj-subwrap,
.dj-megamenu-override li.hover div.dj-subwrap li div.dj-subwrap {
  position: absolute;
  left: -9999px;
  top: -9999px;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Show first level submenu */
.dj-megamenu-override li div.dj-subwrap .dj-subwrap-in:after {
  content: "";
  display: table;
  clear: both;
}

.dj-megamenu-override li:hover div.dj-subwrap,
.dj-megamenu-override li.hover div.dj-subwrap {
  left: 0;
  top: 100%;
  background: var(--aw-first-submenu-bg);
  height: auto;
  z-index: 300;
}

/* Show higher level submenus */
.dj-megamenu-override li:hover div.dj-subwrap li:hover > div.dj-subwrap,
.dj-megamenu-override li.hover div.dj-subwrap li.hover > div.dj-subwrap {
  left: 100%;
  top: 0;
  margin: 0 0 0 10px;
  background: var(--aw-higher-submenu-bg);
  height: auto;
  z-index: 400;
}

/* Submenu elements styles - drop down */
.dj-megamenu-override li div.dj-subcol {
  float: left;
}

.dj-megamenu-override li ul.dj-submenu {
  padding: 0px;
  margin: 0 10px;
  height: auto;
  width: auto;
}

.dj-megamenu-override li ul.dj-submenu > li {
  list-style: none outside;
  display: block;
  height: auto;
  position: relative;
  width: auto;
}

.dj-megamenu-override li ul.dj-submenu > li.first {
  border: 0;
}

.dj-megamenu-override li ul.dj-submenu > li > a {
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
  color: var(--aw-submenu-color);
  background: transparent;
  text-decoration: none;
  padding: var(--aw-submenu-padding);
  margin: 0 -10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
}

.dj-megamenu-override li ul.dj-submenu > li > a .dj-icon {
  float: left;
  border: 0;
  margin: 0 15px 8px 0;
  vertical-align: middle;
  max-height: 16px;
}

.dj-megamenu-override li ul.dj-submenu > li > a small.subtitle {
  color: #666;
  display: block;
  font-size: 10px;
  line-height: 1;
}

.dj-megamenu-override li ul.dj-submenu > li > a:hover,
.dj-megamenu-override li ul.dj-submenu > li > a.active,
.dj-megamenu-override li ul.dj-submenu > li.hover:not(.subtree) > a {
  background: var(--aw-first-submenu-bg-hover);
  color: #fff;
}

.dj-megamenu-override li ul.dj-submenu > li > a:hover small.subtitle,
.dj-megamenu-override li ul.dj-submenu > li > a.active small.subtitle,
.dj-megamenu-override li ul.dj-submenu > li.hover:not(.subtree) > a small.subtitle {
  color: #a4c4f5;
}

.dj-megamenu-override li ul.dj-submenu > li.parent > a .arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.dj-megamenu-override li ul.dj-submenu > li.parent:not(.subtree) > a:hover .arrow {
  right: 8px;
}

.dj-megamenu-override.dj-fa-no li ul.dj-submenu > li.parent > a .arrow:before {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: relative;
  top: -2px;
}

.dj-megamenu-override.dj-fa-1 li ul.dj-submenu > li.parent > a .arrow:before,
.dj-megamenu-override.dj-fa-5 li ul.dj-submenu > li.parent > a .arrow:before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 12px/1 "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dj-megamenu-override.dj-fa-5 li ul.dj-submenu > li.parent > a .arrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* Submenu elements styles - tree */
.dj-megamenu-override li ul.dj-subtree {
  list-style: none outside;
  padding: 0 !important;
  margin: 5px 0 5px 25px !important;
}

.dj-megamenu-override li ul.dj-subtree > li {
  list-style: square outside;
  padding: 0;
  margin: 0;
  color: #666;
}

.dj-megamenu-override li ul.dj-subtree > li > a {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 13px;
  color: var(--aw-submenu-color);
  text-decoration: none;
  padding: 5px 0;
}

.dj-megamenu-override li ul.dj-subtree > li > a:hover {
  background: transparent;
  color: #fff;
}

.dj-megamenu-override li ul.dj-subtree > li.active > a {
  text-decoration: underline;
}

.dj-megamenu-override li ul.dj-subtree > li > a small.subtitle {
  color: #666;
  display: block;
  font-size: 0.9em;
  line-height: 1;
}

/* modules loaded into menu */
.dj-megamenu-override .modules-wrap {
  padding: 0px 10px;
  color: #d2d2d2;
}

.dj-megamenu-override .modules-wrap p {
  display: block !important;
  padding: 0 !important;
}

/* sticky menu */
.dj-megamenu-override.dj-megamenu-fixed {
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0);
}

.dj-megamenu-override.dj-megamenu-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.dj-megamenu-override .dj-stickylogo {
  position: absolute;
  z-index: 550;
}

.dj-megamenu-override .dj-stickylogo img {
  max-height: 100%;
  width: auto;
}

.dj-megamenu-override .dj-stickylogo.dj-align-center {
  position: static;
  text-align: center;
  margin: 10px 0;
}

.dj-megamenu-override .dj-stickylogo.dj-align-left {
  left: 20px;
  max-height: 50px;
  margin: 5px 0;
}

.dj-megamenu-override .dj-stickylogo.dj-align-right {
  right: 20px;
  max-height: 50px;
  margin: 5px 0;
}

/* full width submenu */
.dj-megamenu-override li.dj-up.fullsub {
  position: static !important;
}

.dj-megamenu-override li.dj-up.fullsub a.dj-up_a {
  position: relative;
}

.dj-megamenu-override li.dj-up.fullwidth > .dj-subwrap {
  width: 100vw;
}

.dj-megamenu-override li.dj-up.fullwidth > .dj-subwrap > .dj-subwrap-in {
  padding: 30px;
  box-sizing: border-box;
}

.dj-megamenu-override .djsubrow_separator {
  clear: both;
  border-bottom: 1px solid #3a3a3a;
  padding: 0 0 20px;
  margin: 0 0 20px;
}

/* vertical menu orientation */
.dj-megamenu-override.verticalMenu {
  height: auto;
  max-width: 360px;
  z-index: 400;
}

.dj-megamenu-override.verticalMenu li.dj-up {
  float: none;
}

.dj-megamenu-override.verticalMenu li a.dj-up_a {
  float: none;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #000;
  border-top: 1px solid #555;
}

.dj-megamenu-override.verticalMenu li.first a.dj-up_a {
  border-top: 0;
}

.dj-megamenu-override.verticalMenu li:last-child a.dj-up_a {
  border-bottom: 0;
}

.dj-megamenu-override.verticalMenu li a.dj-up_a small.subtitle {
  margin-top: 0;
}

.dj-megamenu-override.verticalMenu li a.dj-up_a > span {
  display: flex;
  align-items: center;
}

.dj-megamenu-override.verticalMenu li a.dj-up_a span {
  float: none;
  height: auto;
  line-height: 20px;
}

.dj-megamenu-override.verticalMenu li a.dj-up_a span span.image-title {
  padding: 0 15px;
  margin: 0;
}

.dj-megamenu-override.verticalMenu li a.dj-up_a img,
.dj-megamenu-override.verticalMenu li ul.dj-submenu > li > a .dj-icon {
  max-height: 100%;
  max-width: 32px;
}

.dj-megamenu-override.dj-fa-no.verticalMenu li a.dj-up_a .arrow:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.dj-megamenu-override.dj-fa-0.verticalMenu li a.dj-up_a .arrow:before,
.dj-megamenu-override.dj-fa-1.verticalMenu li a.dj-up_a .arrow:before,
.dj-megamenu-override.dj-fa-5.verticalMenu li a.dj-up_a .arrow:before {
  content: "\f105";
}

.dj-megamenu-override.verticalMenu li:hover div.dj-subwrap,
.dj-megamenu-override.verticalMenu li.hover div.dj-subwrap,
.dj-megamenu-override.verticalMenu li:hover div.dj-subwrap.open-right,
.dj-megamenu-override.verticalMenu li.hover div.dj-subwrap.open-right {
  right: auto !important;
  left: 100% !important;
  top: 0;
}

.dj-megamenu-override.verticalMenu li:hover div.dj-subwrap.open-left,
.dj-megamenu-override.verticalMenu li.hover div.dj-subwrap.open-left {
  left: auto !important;
  right: 100% !important;
}

/*** overlay ***/
body.dj-megamenu-overlay {
  position: relative;
}

body.dj-megamenu-overlay ul.dj-megamenu {
  z-index: 1001;
  position: relative;
}

body.dj-megamenu-overlay .dj-megamenu-sticky {
  z-index: 1000;
}

body .dj-megamenu-overlay-box {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  pointer-events: none;
  display: none;
}

/* badge */
.dj-megamenu-override li a.dj-up_a span.dj-badge,
.dj-megamenu-override li ul > li > a span.dj-badge {
  float: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  height: auto;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  margin-left: 10px;
}

/* show focus on keyboard navigation only */
.dj-megamenu-override.dj-megamenu-wcag *:focus,
.dj-megamenu-override.dj-megamenu-wcag *:focus-visible { /* modern browsers */
  outline: 2px solid currentColor;
  outline-offset: -2px;
}

.dj-megamenu-override.dj-megamenu-wcag *:focus:not(:focus-visible) { /* remove visible focus for modern */
  outline: none;
}

/* animations */
.dj-megamenu-override .dj-subwrap {
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.dj-megamenu-override.fast .dj-subwrap {
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
}

.dj-megamenu-override.slow .dj-subwrap {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
}

/* hide submenu */
.dj-megamenu-override li div.dj-subwrap,
.dj-megamenu-override li.hover div.dj-subwrap li div.dj-subwrap,
.dj-megamenu-override:not(.dj-megamenu-js) li:hover div.dj-subwrap li div.dj-subwrap {
  display: none;
}

/* show submenu */
.dj-megamenu-override li.hover div.dj-subwrap,
.dj-megamenu-override li.hover div.dj-subwrap li.hover > div.dj-subwrap,
.dj-megamenu-override:not(.dj-megamenu-js) li:hover div.dj-subwrap,
.dj-megamenu-override:not(.dj-megamenu-js) li:hover div.dj-subwrap li:hover > div.dj-subwrap {
  display: block;
}

.nav-menu .itemid101,
.nav-menu .itemid108,
.nav-menu .itemid194 {
  display: none !important;
}
.nav-menu .itemid202 .dj-up_a {
  display: inline-block;
  border: 1px solid #000;
  width: 185px;
  margin-left: 10px !important;
  padding: 0.7rem 2rem;
  text-align: center;
  font-size: 20px;
}
.nav-menu .itemid202 .dj-up_a > span {
  line-height: initial;
  height: initial;
}

.nav-cat .nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.nav-cat ul {
  display: flex;
  gap: 44px;
}
.nav-cat li > a {
  display: block;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.1;
  color: var(--aw-textcolor);
}
.nav-cat li > a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top: 2px solid #999;
}

@media (width < 1400px) {
  .header .container {
    max-width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
}
.header__logo {
  padding-right: 45px;
  display: flex;
}
@media (width < 500px) {
  .header__logo {
    padding-right: 0;
  }
}
.header__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  padding-top: 22px;
  padding-bottom: 12px;
}
.header__block > .custom {
  flex: 1;
}
.header__block .feedback-container {
  margin-left: 46px;
}
@media (max-width: 1399.98px) {
  .header__block .feedback-container {
    margin-left: 25px;
  }
}
.header__bottom {
  padding-bottom: 18px;
}
.header__bottom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media (width < 992px) {
  .header__bottom {
    display: none;
  }
}

.logo-wrapper {
  margin: auto;
}

.logo-link img {
  max-width: 100%;
  height: auto;
}

.mod-finder__search {
  position: relative;
}
.mod-finder__btn {
  position: absolute;
  right: 0;
}
.mod-finder .form-control {
  background-clip: border-box;
  border-color: var(--aw-white);
  background-color: var(--aw-white);
}

.header-site-name__first {
  font-size: 36px;
  font-weight: bold;
  color: var(--aw-second-a);
}
.header-site-name__sub {
  font-size: 20px;
}

.header-contacts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.header-contacts__address {
  font-size: 17px;
}
.header-contacts__mail a {
  text-decoration: none;
  font-size: 15px;
  color: inherit;
}
.header-contacts__phone-wrapp a {
  white-space: nowrap;
  text-decoration: none;
  font-size: 21px;
  letter-spacing: -0.42px;
  color: var(--aw-textcolor);
}

@media (max-width: 1399.98px) {
  .header-contacts__address {
    font-size: 15px;
  }
}
@media (width < 992px) {
  .header-contacts {
    flex-direction: column;
  }
  .header__block .header-contacts > *:not(.header-contacts__phone-wrapp) {
    display: none;
  }
}
@media (width < 600px) {
  .header__block {
    flex-direction: column;
  }
}
.mod-hero-block > .mod-custom {
  background-position: center;
  background-size: cover;
}
.mod-hero-block > .mod-custom > .container {
  height: 100%;
}

.hero-welcome {
  position: relative;
  min-height: 782px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 100px;
}

.hero-welcome__title {
  margin-bottom: 40px;
  text-transform: uppercase;
  max-width: 700px;
  font-size: 72px;
  line-height: 0.97;
  letter-spacing: -1.44px;
}

.hero-welcome__text {
  max-width: 790px;
  margin-bottom: 0;
  margin-right: 400px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.22;
}
.hero-welcome__text p {
  margin-bottom: 0;
}

@media (width < 992px) {
  .hero-welcome__title {
    margin-bottom: 170px;
  }
}
@media (width < 768px) {
  h1, .h1 {
    font-size: 48px;
  }
  h3, .h3 {
    font-size: 30px;
  }
  .hero-welcome__title {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 48px;
  }
  .hero-welcome__text {
    margin-right: 0;
  }
}
.mod-ba-yellow {
  position: absolute;
  right: 0;
  bottom: 100px;
  width: min(363px, 100%);
}
@media (width < 768px) {
  .mod-ba-yellow {
    position: static;
    margin: 200px auto 0;
  }
}

.ba-yellow {
  position: relative;
  padding: 106px 26px 34px;
  background-color: var(--aw-accent);
}
.ba-yellow::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 91px;
  width: 100%;
  height: 242px;
  background: no-repeat 50% 100% url(/images/media/pp_1.png), no-repeat 100% 0 url(/images/media/pp_2.png);
}
.ba-yellow__text {
  max-width: 230px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  color: #020201;
}
.ba-yellow__i-text {
  position: absolute;
  top: 155px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 313px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 29px;
  clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
  background-color: #020201;
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  font-style: italic;
  color: var(--aw-accent);
}

.footer {
  padding-top: 64px;
  padding-bottom: 30px;
}

.container-footer {
  display: flex;
  align-items: center;
  row-gap: 20px;
}
@media (width >= 992px) {
  .container-footer > :last-child {
    margin-left: auto;
  }
}
@media (width < 992px) {
  .container-footer {
    flex-wrap: wrap;
  }
}
@media (width < 768px) {
  .container-footer {
    justify-content: space-between;
  }
}
@media (width < 400px) {
  .container-footer {
    justify-content: center;
  }
  .container-footer * {
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
  }
}

.mod-aw-copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.mod-aw-copyright .text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.mod-aw-copyright .image svg * {
  transition: fill 0.2s;
}
.mod-aw-copyright:not(:hover) .image svg * {
  fill: currentColor;
}

.mod-footer-map .mod-footer-map,
.mod-footer-map .ymaps-2-1-79-map {
  width: auto !important;
}

.footer-contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer-contacts__address {
  font-size: 17px;
}
.footer-contacts__mail-wrap a {
  text-decoration: none;
  font-size: 15px;
  color: inherit;
}
.footer-contacts__mail-wrap a:hover {
  text-decoration: underline;
}
.footer-contacts__phone-wrapp {
  margin-left: 60px;
  margin-right: 20px;
}
.footer-contacts__phone-wrapp a {
  white-space: nowrap;
  text-decoration: none;
  font-size: 21px;
  color: inherit;
}
.footer-contacts__phone-wrapp a:hover {
  text-decoration: underline;
}

.footer-author {
  padding-top: 12px;
  padding-bottom: 12px;
}
.footer-author__hr {
  border-top: 1px solid rgba(19, 29, 80, 0.1);
}
.footer-author * {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.23;
  color: var(--aw-footercolor);
}
.footer-author a {
  text-decoration: none;
}
.footer-author a:hover {
  text-decoration: underline;
}

.mod-footer-logo {
  margin-right: 66px;
}

.nav-cat-footer {
  margin-right: 40px;
}
.nav-cat-footer .mod-list {
  display: flex;
  row-gap: 20px;
}
.nav-cat-footer li > a {
  font-size: 15px;
}

@media (max-width: 767.98px) {
  .nav-cat-footer {
    margin-right: 0;
  }
  .nav-cat-footer .mod-list {
    flex-direction: column;
    align-items: flex-end;
  }
}
.rsform-block-agree {
  font-size: 0.75rem;
}
.rsform-block-agree a {
  color: inherit;
}

.rsform-simple-js-modal-content {
  width: 80%;
  max-width: 400px;
  height: auto;
  background-color: var(--aw-white);
  --bs-heading-color: var(--aw-textcolor);
  border-radius: var(--aw-form-border-radius);
}
.rsform-simple-js-modal-content .form-control {
  background-clip: border-box;
  background-color: var(--aw-white);
}
.rsform-simple-js-modal-content .formControlLabel {
  display: none;
}

.rsform-simple-js-modal-close-button {
  background: none;
  font-size: 28px;
  opacity: 0.7;
}
.rsform-simple-js-modal-close-button:hover {
  background: none;
  opacity: 1;
}

.blog-items.masonry-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.blog-item img {
  max-width: 100%;
  height: auto;
}

.item-page img {
  max-width: 100%;
  height: auto;
}

/**
  * Модуль "Новости"
*/
.mod-articlesnews-horizontal {
  grid-gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  display: grid;
}

.mod-articlesnews-vertical {
  padding-inline-start: 0;
  list-style: none;
}

.mod-articlesnews-readmore {
  text-align: center;
}

/**
  * Модуль "Новости"
  * - Запись новости
*/
.newsflash-image img {
  max-width: 100%;
  height: auto;
}

.hikashop_cart_module {
  position: fixed;
  z-index: 100;
  top: 230px;
  right: 0;
  width: 80px;
}

.hikashop_small_cart_checkout_link {
  display: block;
  width: 100%;
  position: relative;
  margin-left: 10px;
  transition: all 0.25s;
  background-color: #e1f5d8;
  border-radius: 30px 0 0 30px;
  padding: 8px 20px;
}

.hikashop_small_cart_checkout_link:hover {
  margin-left: 0;
}

.hikashop_cart_module_product_icon_title {
  width: 24px;
}

.hikashop_cart__total {
  position: absolute;
  top: 6px;
  left: 40px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background-color: #fb5504;
  font-size: 12px;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  vertical-align: middle;
}

.hikashop_subcontainer {
  border: 1px solid #eee;
  padding: 10px;
  transition: border-color 0.3s ease;
}
.hikashop_subcontainer:hover {
  border-color: #000;
}

.hikashop_category_name {
  display: block;
  background-color: #eee;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -10px;
  border-radius: 0 0 5px 5px;
  padding: 10px;
  font-weight: 600;
}

#hikashop_category_information_menu_108 div.hikashop_container {
  margin: 10px 0 !important;
}

.hikashop_product_price_main {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 20px;
}

.hikashop_product_image .hikashop_product_image_subdiv,
.hk_product_image .hk_subdiv {
  margin: auto;
}

@media (width < 768px) {
  .hikashop_product_image_subdiv {
    width: auto !important;
    height: auto !important;
  }
}
#hikashop_category_information_module_ div.hikashop_container {
  margin: 10px 0 !important;
}

.hikashop_products_listing .hikashop_subcontainer {
  display: flex;
}

.hikashop_listing_img_title {
  display: flex;
  flex-direction: column;
}
.hikashop_listing_img_title form {
  margin-top: auto;
}

.hikashop_product .hikacart {
  margin-top: 20px;
  width: 100%;
}

.hikashop_product_price {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.875rem;
  font-weight: 700;
}

@media (width < 578px) {
  .hikashop_product_price {
    font-size: 1rem;
  }
}
.hikashop_product_name {
  display: block;
  margin-bottom: 5px;
  line-height: 1.11;
}
.hikashop_product_name a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.hikashop_product:hover .hikashop_product_name a {
  text-decoration: underline;
}

.hikashop_quantity_form {
  display: none;
}

.hikashop_main_image_div img {
  display: block;
  max-width: 100%;
  height: auto;
}

.hikashop_category_list {
  padding-left: 0;
}

.hikashop_category_list::after {
  content: "";
  display: table;
  clear: both;
}

.hikashop_category_list_item {
  list-style: none;
}

.hikashop_category_list_item a {
  display: block;
  margin-bottom: 12px;
  text-decoration: none;
  font-weight: 600;
  color: var(--aw-textcolor);
}

.hikashop_filter_module {
  font-size: 14px;
}

.hikashop_filter_title {
  margin-bottom: 6px;
  flex: 0 1 100%;
  font-size: 1rem;
  font-weight: 600;
  color: var(--aw-textcolor);
}

.filter_values_container > label {
  margin-bottom: 8px;
  cursor: pointer;
}

.hikashop_filter_checkbox {
  position: relative;
  margin-right: 8px;
}

.hikashop_filter_checkbox input[type=checkbox] {
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.hikashop_filter_checkbox input[type=checkbox] + svg {
  margin-right: 8px;
}

.hikashop_filter_checkbox input[type=checkbox] + svg rect {
  fill: #fff;
  stroke: #c2c2c2;
}

.hikashop_filter_checkbox input[type=checkbox]:not(:checked) + svg path {
  display: none;
}

.hikashop_filter_checkbox input[type=checkbox]:checked + svg rect {
  fill: #1f84db;
  stroke: #1f84db;
}

.hikashop_filter_main {
  border: 1px solid #d7d7d7;
  padding: 18px;
}
.hikashop_filter_main:not(:first-child) {
  border-top: 0;
}

.hikashop_filter_main .noUi-horizontal {
  height: 4px;
  border: none;
}
.hikashop_filter_main .noUi-handle {
  background: #fff;
  border: 0;
  box-shadow: 0 3px 10px rgba(51, 51, 51, 0.2);
}
.hikashop_filter_main .noUi-connect {
  background: var(--aw-second) !important;
}
html:not([dir=rtl]) .hikashop_filter_main .noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  right: -8px;
  border-radius: 50%;
}
html:not([dir=rtl]) .hikashop_filter_main .noUi-horizontal .noUi-handle::before, html:not([dir=rtl]) .hikashop_filter_main .noUi-horizontal .noUi-handle::after {
  display: none;
}

.hikashop_filter__2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.slider_input_start_group {
  position: relative;
  flex: 1;
}

.slider_input_end_group {
  position: relative;
  flex: 1;
  margin-left: 16px;
}

.slider_input_text {
  position: absolute;
  left: 5px;
  color: #c2c2c2;
  font-size: 14px;
  line-height: 32px;
}

.slider_input {
  width: 100%;
  padding: 6px 12px 6px 20px;
  font-size: 14px;
}

.hikashop_filter__2 > a {
  position: absolute;
  right: 0;
}

.hikashop_reset_button_inside {
  margin: 5px 0;
}

a.hikashop_product_quantity_field_change_plus,
a.hikashop_product_quantity_field_change_minus,
.hikashop_product_quantity_change_div_plus_default a,
.hikashop_product_quantity_change_div_minus_default a {
  padding: 0px 5px 0px 5px;
  margin: 2px;
  width: 22px;
}

main .form-control.hikashop_product_quantity_field {
  max-width: 50px;
  padding: 3px 10px;
}

.hikashop_checkout_buttons {
  margin: 5px 0;
}

.hikashop_checkout_buttons .buttons_right {
  float: right;
}

/* 
 * Модули HikaShop
 */
/* Hikashop общее */
.hikashop_module {
  margin-bottom: 100px;
}
@media (width < 768px) {
  .hikashop_module {
    margin-bottom: 0;
  }
}

.hikashop_products .hikashop_container {
  border: 1px solid #d7d7d7;
  padding: 18px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Hikashop категория */
.hkc-md-4 {
  padding-left: 10px;
  padding-right: 10px;
}

.hikashop_container {
  position: relative;
}

.hikashop_subcontainer {
  padding: 0;
  border: 0;
}

.hikashop_category_name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 20px;
  border-radius: 0;
  background: none;
  line-height: 0.9;
}
.hikashop_category_name a {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  color: #000;
}
.hikashop_category_name a::after {
  content: "";
  background: no-repeat url(/images/icons/cat-ar.png);
  display: block;
  width: 30px;
  height: 26px;
  position: absolute;
  top: 0;
  right: 0;
}

.hikashop_product_listing_image {
  max-width: 100%;
}

.hikashop_category_image .hikashop_product_listing_image {
  width: 100%;
}

.hikashop_product_image,
.hikashop_category_image {
  height: auto !important;
}

@media (width < 576px) {
  .hikashop_product .hikacart {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }
}

/* Hikashop карточка товара */
img.hikashop_child_image {
	margin:2px;
	height:30px;
}
.hikashop_product_page div.hikashop_small_image_div {
  text-align: center;
}

.container-main {
  padding-top: 30px;
}

.bottom-a {
  padding-bottom: 100px;
}

.bottom-b {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (width < 768px) {
  .bottom-b {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.bottom-c {
  background-color: var(--aw-accent);
  background-image: url(/images/media/k.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

@media (max-width: 1599.98px) {
  .bottom-c {
    background-size: 30%;
  }
}
.msg-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  font-size: 10px;
  color: inherit;
}

.mod-choice {
  margin-bottom: 100px;
}
.mod-choice__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
}
.mod-choice__item-icon {
  display: inline-block;
  width: 32px;
  height: 30px;
  margin-bottom: 18px;
  background: no-repeat url(/images/icons/like.png);
}
.mod-choice__item-text {
  max-width: 356px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.33;
}

@media (width < 768px) {
  .mod-choice__container {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width < 400px) {
  .mod-choice__container {
    grid-template-columns: 1fr;
  }
}
.mod-benefits .h3 {
  color: inherit;
}
.mod-benefits__container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px 0;
}
@media (width < 768px) {
  .mod-benefits__container {
    gap: 0 0;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width < 400px) {
  .mod-benefits__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.mod-benefits__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}
.mod-benefits__item-image {
  padding: 15px 0;
}
.mod-benefits__item-title {
  max-width: 225px;
  text-align: center;
  line-height: 1.1;
}
@media (width < 768px) {
  .mod-benefits__item {
    padding: 0;
  }
}

.main-wide-a {
  padding-top: 50px;
  padding-bottom: 150px;
  background: #000 no-repeat center/cover url(/images/media/bckgr_preim.jpg);
  color: #fff;
}
@media (width < 768px) {
  .main-wide-a {
    padding-top: 1px;
    padding-bottom: 50px;
  }
}

.mod-production-video {
  position: relative;
}
.mod-production-video__wrapp {
  position: relative;
}
.mod-production-video iframe {
  width: 100% !important;
}
.mod-production-video__title {
  position: absolute;
  top: 27px;
  left: 32px;
  z-index: 1;
  font-size: 26px;
  line-height: 1;
  color: #fff;
}
.mod-production-video__gal-block {
  position: absolute;
  right: 56px;
  bottom: 42px;
  padding-top: 174px;
  background: no-repeat calc(50% + 10px) url(/images/media/gal.png);
  text-align: center;
}
.mod-production-video__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mod-production-video__play-btn img {
  max-width: 100%;
  height: auto;
}

@media (width < 768px) {
  .mod-production-video iframe {
    height: 300px;
  }
  .mod-production-video__play-btn {
    width: 100px;
  }
  .mod-production-video__gal-block {
    position: static;
  }
}
.mod-form-bottom {
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
}
.mod-form-bottom .rsform-type-freetext {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.33;
}
.mod-form-bottom .formRow-fields-center {
  display: flex;
  gap: 20px 58px;
  max-width: 620px;
  margin: 0 auto 20px;
}
.mod-form-bottom .formRow-fields-center::before, .mod-form-bottom .formRow-fields-center::after {
  display: none;
}
@media (max-width: 767.98px) {
  .mod-form-bottom .formRow-fields-center {
    flex-direction: column;
  }
  .mod-form-bottom .formRow-fields-center .formSpan6 {
    width: 100%;
  }
}
.mod-form-bottom .formResponsive input[type=text] {
  margin-bottom: 5px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  background: none;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  font-size: 26px;
  color: #0e0e0e;
}
.mod-form-bottom .formResponsive input[type=text]::placeholder {
  font-size: inherit;
  color: rgba(2, 2, 1, 0.2);
}
.mod-form-bottom .formDescription {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.33;
}
.mod-form-bottom .rsform-block-agree {
  max-width: 230px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}
.mod-form-bottom .rsform-block-agree p {
  margin-bottom: 0;
}
.mod-form-bottom .rsform-block-send {
  margin-bottom: 25px;
}

.hikashop_product_custom_info_main {
  margin-top: 20px;
  margin-bottom: 60px;
}

.mod-free-delivery {
  display: flex;
  justify-content: center;
  align-items: center;
  background: no-repeat center/cover url(/images/media/free-delivery/bg.jpg);
  padding: 15px 200px 40px 100px;
  gap: 20px 120px;
}
.mod-free-delivery__text {
  color: #fff;
}
@media (max-width: 991.98px) {
  .mod-free-delivery {
    column-gap: 80px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .mod-free-delivery__image img {
    height: 150px;
  }
}
@media (max-width: 575.98px) {
  .mod-free-delivery {
    flex-direction: column;
  }
}
  
/*==========  Desktop First  ==========*/
/*==========  Mobile First  ==========*/
@media (width >= 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1372px;
  }
}
/*# sourceMappingURL=template.css.map */
