@import url(../../../../../media/Public/vendor/swiper/dist/css/swiper.min.css);
@import url(../../../../../media/Public/vendor/lightbox/dist/css/lightbox.min.css);
@font-face {
  font-family: 'DMSans-Bold';
  src: url("../../../../../media/Public/font/DM_Sans/DMSans-Bold.ttf") format("truetype");
  font-style: normal; }
@font-face {
  font-family: 'DMSans-BoldItalic';
  src: url("../../../../../media/Public/font/DM_Sans/DMSans-BoldItalic.ttf") format("truetype");
  font-style: normal; }
@font-face {
  font-family: 'DMSans-Italic';
  src: url("../../../../../media/Public/font/DM_Sans/DMSans-Italic.ttf") format("truetype");
  font-style: normal; }
@font-face {
  font-family: 'DMSans-Medium';
  src: url("../../../../../media/Public/font/DM_Sans/DMSans-Medium.ttf") format("truetype");
  font-style: normal; }
@font-face {
  font-family: 'DMSans-MediumItalic';
  src: url("../../../../../media/Public/font/DM_Sans/DMSans-MediumItalic.ttf") format("truetype");
  font-style: normal; }
@font-face {
  font-family: 'DMSans-Regular';
  src: url("../../../../../media/Public/font/DM_Sans/DMSans-Regular.ttf") format("truetype");
  font-style: normal; }
.bannerCarousel .item {
  position: relative; }
  .bannerCarousel .item .bannerInfo {
    position: absolute;
    top: 0;
    left: 0; }

html {
  overflow: auto; }

body .wcag-start {
  opacity: 0;
  height: 0;
  position: absolute;
  z-index: 100;
  left: 10px;
  top: 10px;
  background: #fcfc00;
  width: 90px;
  transition: 0.3s ease-in-out all;
  border: none;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center; }
  body .wcag-start img {
    transition: 0.3s ease-in-out all; }
  body .wcag-start strong {
    text-align: center;
    line-height: 1.3;
    transition: 0.3s ease-in-out all;
    color: #231f20;
    margin: 9px 0 0 0;
    border: none; }
  body .wcag-start:hover {
    cursor: pointer; }
  @media screen and (max-width: 1600px) {
    body .wcag-start {
      left: 0;
      top: 0; } }
body .wcag-start-hide {
  height: 0;
  padding: 0;
  opacity: 0; }
  body .wcag-start-hide img {
    height: 0; }
  body .wcag-start-hide strong {
    font-size: 0; }
body .wcag-start-show {
  height: 110px;
  padding: 10px;
  opacity: 1; }
  body .wcag-start-show img {
    height: 40px; }
  body .wcag-start-show strong {
    font-size: 14px; }
  @media screen and (max-width: 1600px) {
    body .wcag-start-show {
      height: auto;
      width: auto; }
      body .wcag-start-show img {
        height: 25px; }
      body .wcag-start-show strong {
        display: none; } }
body .wcag-bar {
  opacity: 0;
  height: 0;
  background: #f8f8f8;
  border-bottom: 1px solid #dddddd;
  transition: 0.4s ease-in-out all;
  width: 100%;
  display: flex;
  flex-direction: column; }
  body .wcag-bar p, body .wcag-bar span {
    font-size: 12px;
    line-height: 1.3; }
  body .wcag-bar strong {
    margin-bottom: 0 !important; }
  body .wcag-bar .wcag-logo {
    width: 100%;
    background: #fcfc00 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px; }
    body .wcag-bar .wcag-logo div {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      body .wcag-bar .wcag-logo div .image {
        background: url("../../assets/img/wcag/invalid.png") no-repeat center center/cover;
        width: 22px;
        height: 25px; }
      body .wcag-bar .wcag-logo div strong {
        color: #231f20 !important;
        letter-spacing: 0 !important;
        line-height: normal !important;
        word-spacing: normal !important; }
    body .wcag-bar .wcag-logo .options {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap; }
      body .wcag-bar .wcag-logo .options button {
        margin-right: 10px;
        border-bottom: none; }
    body .wcag-bar .wcag-logo .image-cancel, body .wcag-bar .wcag-logo .image-refresh {
      cursor: pointer;
      width: 28.5px;
      height: 28px; }
      body .wcag-bar .wcag-logo .image-cancel p, body .wcag-bar .wcag-logo .image-refresh p {
        font-size: 0 !important; }
    body .wcag-bar .wcag-logo .image-cancel {
      background: url("../../assets/img/wcag/cancel.svg") no-repeat center center/cover; }
    body .wcag-bar .wcag-logo .image-cancel-open {
      background: url("../../assets/img/wcag/open.svg") no-repeat center center/cover !important; }
    body .wcag-bar .wcag-logo .image-refresh {
      height: 29.8px;
      background: url("../../assets/img/wcag/refresh.svg") no-repeat center center/cover; }
    body .wcag-bar .wcag-logo strong {
      font-size: 14px;
      padding-left: 10px; }
  body .wcag-bar .turn-on {
    outline: 1px solid yellow; }
  body .wcag-bar .wcag-content {
    display: flex;
    justify-content: space-between;
    background: #231f20 !important;
    color: #fcfc00 !important;
    padding: 10px;
    border-bottom: 5px solid #fcfc00 !important;
    transition: all 0.5s ease-in-out; }
    body .wcag-bar .wcag-content .left {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      align-items: center; }
      body .wcag-bar .wcag-content .left .go {
        padding: 10px 15px;
        border-right: 1px solid #fcfc00 !important;
        font-size: 12px;
        text-align: center;
        line-height: 1.3; }
        body .wcag-bar .wcag-content .left .go button {
          background-color: transparent;
          color: #fcfc00 !important;
          border-bottom: 1px solid transparent; }
        body .wcag-bar .wcag-content .left .go button:hover {
          border-bottom: 1px solid #fcfc00 !important;
          cursor: pointer; }
      @media screen and (max-width: 1180px) {
        body .wcag-bar .wcag-content .left .go {
          padding: 10px 5px; } }
      @media screen and (max-width: 1066px) {
        body .wcag-bar .wcag-content .left .go {
          color: transparent;
          font-size: 0;
          padding: 0;
          border: none !important; } }
    body .wcag-bar .wcag-content .right {
      display: flex;
      justify-content: flex-start; }
      body .wcag-bar .wcag-content .right img {
        height: 30px;
        filter: brightness(1) invert(1); }
      body .wcag-bar .wcag-content .right > div, body .wcag-bar .wcag-content .right .animation, body .wcag-bar .wcag-content .right .close_bar {
        border-left: 1px solid #fcfc00 !important;
        display: flex;
        justify-content: flex-start;
        position: relative;
        height: 100%; }
        body .wcag-bar .wcag-content .right > div button, body .wcag-bar .wcag-content .right .animation button, body .wcag-bar .wcag-content .right .close_bar button {
          border-bottom: none;
          height: 100%; }
        body .wcag-bar .wcag-content .right > div p, body .wcag-bar .wcag-content .right .animation p, body .wcag-bar .wcag-content .right .close_bar p {
          color: #fcfc00 !important; }
        body .wcag-bar .wcag-content .right > div .siteContrast, body .wcag-bar .wcag-content .right .animation .siteContrast, body .wcag-bar .wcag-content .right .close_bar .siteContrast {
          align-items: center;
          padding: 0 20px 0 10px;
          cursor: pointer;
          border: none;
          color: #fcfc00 !important;
          height: auto;
          margin: 0 5px 0 0;
          letter-spacing: 0 !important;
          line-height: normal !important;
          word-spacing: normal !important;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-wrap: wrap;
          align-content: center; }
          body .wcag-bar .wcag-content .right > div .siteContrast:hover, body .wcag-bar .wcag-content .right .animation .siteContrast:hover, body .wcag-bar .wcag-content .right .close_bar .siteContrast:hover {
            outline: 1px solid #fcfc00 !important; }
        body .wcag-bar .wcag-content .right > div .siteContrast::before, body .wcag-bar .wcag-content .right .animation .siteContrast::before, body .wcag-bar .wcag-content .right .close_bar .siteContrast::before {
          margin-right: 10px;
          background-image: url("../../assets/img/wcag/contrast-yellow.png");
          background-size: 30px 30px;
          display: inline-block;
          width: 30px;
          height: 30px;
          content: ""; }
        body .wcag-bar .wcag-content .right > div .abc, body .wcag-bar .wcag-content .right .animation .abc, body .wcag-bar .wcag-content .right .close_bar .abc {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          position: relative;
          padding-right: 10px; }
          body .wcag-bar .wcag-content .right > div .abc strong, body .wcag-bar .wcag-content .right .animation .abc strong, body .wcag-bar .wcag-content .right .close_bar .abc strong {
            border: 2px solid #fcfc00 !important;
            padding: 5px 10px;
            letter-spacing: 0 !important;
            line-height: normal !important;
            word-spacing: normal !important; }
          body .wcag-bar .wcag-content .right > div .abc i, body .wcag-bar .wcag-content .right .animation .abc i, body .wcag-bar .wcag-content .right .close_bar .abc i {
            display: block;
            width: 0;
            height: 0;
            border: inset 6px;
            content: '';
            border-bottom-width: 0;
            border-top-style: solid;
            border-color: #fcfc00 transparent transparent;
            right: 5px;
            left: auto;
            margin-top: -3px;
            margin-left: 5px; }
          body .wcag-bar .wcag-content .right > div .abc button, body .wcag-bar .wcag-content .right .animation .abc button, body .wcag-bar .wcag-content .right .close_bar .abc button {
            color: #fcfc00 !important;
            height: auto;
            font-size: 20px; }
          body .wcag-bar .wcag-content .right > div .abc .dropdown-pane, body .wcag-bar .wcag-content .right .animation .abc .dropdown-pane, body .wcag-bar .wcag-content .right .close_bar .abc .dropdown-pane {
            border: 2px solid #231f20 !important;
            display: flex;
            justify-content: flex-start;
            flex-direction: column;
            background: #fcfc00 !important;
            min-width: 255px;
            width: auto; }
            body .wcag-bar .wcag-content .right > div .abc .dropdown-pane button, body .wcag-bar .wcag-content .right .animation .abc .dropdown-pane button, body .wcag-bar .wcag-content .right .close_bar .abc .dropdown-pane button {
              display: flex;
              justify-content: flex-start;
              align-items: center;
              padding: 10px 5px;
              border: none;
              height: auto; }
              body .wcag-bar .wcag-content .right > div .abc .dropdown-pane button span, body .wcag-bar .wcag-content .right .animation .abc .dropdown-pane button span, body .wcag-bar .wcag-content .right .close_bar .abc .dropdown-pane button span {
                color: #231f20 !important;
                font-weight: bold; }
              body .wcag-bar .wcag-content .right > div .abc .dropdown-pane button strong, body .wcag-bar .wcag-content .right .animation .abc .dropdown-pane button strong, body .wcag-bar .wcag-content .right .close_bar .abc .dropdown-pane button strong {
                font-size: 16px;
                padding: 10px; }
              body .wcag-bar .wcag-content .right > div .abc .dropdown-pane button .arrow, body .wcag-bar .wcag-content .right .animation .abc .dropdown-pane button .arrow, body .wcag-bar .wcag-content .right .close_bar .abc .dropdown-pane button .arrow {
                border: inset 6px;
                border-right-width: 0;
                border-left-style: solid;
                border-color: transparent transparent transparent #231f20 !important;
                right: 14px; }
              body .wcag-bar .wcag-content .right > div .abc .dropdown-pane button strong, body .wcag-bar .wcag-content .right > div .abc .dropdown-pane button .arrow, body .wcag-bar .wcag-content .right > div .abc .dropdown-pane button span, body .wcag-bar .wcag-content .right .animation .abc .dropdown-pane button strong, body .wcag-bar .wcag-content .right .animation .abc .dropdown-pane button .arrow, body .wcag-bar .wcag-content .right .animation .abc .dropdown-pane button span, body .wcag-bar .wcag-content .right .close_bar .abc .dropdown-pane button strong, body .wcag-bar .wcag-content .right .close_bar .abc .dropdown-pane button .arrow, body .wcag-bar .wcag-content .right .close_bar .abc .dropdown-pane button span {
                margin-right: 15px; }
              body .wcag-bar .wcag-content .right > div .abc .dropdown-pane button:hover, body .wcag-bar .wcag-content .right .animation .abc .dropdown-pane button:hover, body .wcag-bar .wcag-content .right .close_bar .abc .dropdown-pane button:hover {
                outline: 1px solid #231f20 !important;
                cursor: pointer; }
            body .wcag-bar .wcag-content .right > div .abc .dropdown-pane .close_abc, body .wcag-bar .wcag-content .right .animation .abc .dropdown-pane .close_abc, body .wcag-bar .wcag-content .right .close_bar .abc .dropdown-pane .close_abc {
              color: #231f20 !important; }
            body .wcag-bar .wcag-content .right > div .abc .dropdown-pane .disable, body .wcag-bar .wcag-content .right .animation .abc .dropdown-pane .disable, body .wcag-bar .wcag-content .right .close_bar .abc .dropdown-pane .disable {
              opacity: 0; }
            body .wcag-bar .wcag-content .right > div .abc .dropdown-pane .by strong, body .wcag-bar .wcag-content .right .animation .abc .dropdown-pane .by strong, body .wcag-bar .wcag-content .right .close_bar .abc .dropdown-pane .by strong {
              border: 2px solid #231f20 !important;
              background: #231f20 !important;
              padding: 5px 10px;
              color: yellow !important; }
            body .wcag-bar .wcag-content .right > div .abc .dropdown-pane .yb strong, body .wcag-bar .wcag-content .right .animation .abc .dropdown-pane .yb strong, body .wcag-bar .wcag-content .right .close_bar .abc .dropdown-pane .yb strong {
              border: 2px solid #231f20 !important;
              padding: 5px 10px;
              color: #231f20 !important; }
            body .wcag-bar .wcag-content .right > div .abc .dropdown-pane .bw strong, body .wcag-bar .wcag-content .right .animation .abc .dropdown-pane .bw strong, body .wcag-bar .wcag-content .right .close_bar .abc .dropdown-pane .bw strong {
              border: 2px solid #231f20 !important;
              background: #231f20 !important;
              padding: 5px 10px;
              color: white !important; }
            body .wcag-bar .wcag-content .right > div .abc .dropdown-pane .wb strong, body .wcag-bar .wcag-content .right .animation .abc .dropdown-pane .wb strong, body .wcag-bar .wcag-content .right .close_bar .abc .dropdown-pane .wb strong {
              border: 2px solid #231f20 !important;
              background: white !important;
              padding: 5px 10px;
              color: #231f20 !important; }
            body .wcag-bar .wcag-content .right > div .abc .dropdown-pane .close_abc, body .wcag-bar .wcag-content .right .animation .abc .dropdown-pane .close_abc, body .wcag-bar .wcag-content .right .close_bar .abc .dropdown-pane .close_abc {
              position: absolute;
              top: -5px;
              right: 5px; }
      body .wcag-bar .wcag-content .right .fonts, body .wcag-bar .wcag-content .right .content {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        body .wcag-bar .wcag-content .right .fonts h6, body .wcag-bar .wcag-content .right .content h6 {
          font-size: 12px;
          color: #fcfc00 !important; }
        body .wcag-bar .wcag-content .right .fonts button, body .wcag-bar .wcag-content .right .content button {
          height: 25px;
          width: 35px;
          color: #fcfc00 !important;
          font-weight: bold;
          font-size: 18px;
          border: none;
          margin: 5px 10px;
          padding: 0 !important; }
          body .wcag-bar .wcag-content .right .fonts button:hover, body .wcag-bar .wcag-content .right .content button:hover {
            cursor: pointer;
            outline: 1px solid #fcfc00 !important; }
        body .wcag-bar .wcag-content .right .fonts div, body .wcag-bar .wcag-content .right .content div {
          justify-content: flex-start;
          flex-direction: row;
          display: flex;
          align-items: center; }
          body .wcag-bar .wcag-content .right .fonts div button, body .wcag-bar .wcag-content .right .content div button {
            padding: 0;
            margin: 5px 10px; }
      body .wcag-bar .wcag-content .right .content button {
        color: #fcfc00 !important;
        padding: 0 10px;
        display: flex;
        justify-content: flex-start;
        margin: 5px 2px 0 2px;
        height: 30px;
        align-items: center; }
        body .wcag-bar .wcag-content .right .content button svg {
          filter: invert(99%) sepia(84%) saturate(4000%) hue-rotate(1deg) brightness(103%) contrast(101%); }
        body .wcag-bar .wcag-content .right .content button:hover {
          cursor: pointer;
          outline: 1px solid #fcfc00 !important; }
      body .wcag-bar .wcag-content .right .content .WordGreater, body .wcag-bar .wcag-content .right .content .LetterGreater {
        flex-direction: column; }
        body .wcag-bar .wcag-content .right .content .WordGreater strong, body .wcag-bar .wcag-content .right .content .LetterGreater strong {
          line-height: 1 !important;
          margin: 0;
          color: #fcfc00 !important;
          letter-spacing: 0 !important; }
      body .wcag-bar .wcag-content .right .content .paragraphGreater, body .wcag-bar .wcag-content .right .content .LineGreater {
        align-items: center;
        display: flex;
        justify-content: center; }
      body .wcag-bar .wcag-content .right .content .paragraphGreater p, body .wcag-bar .wcag-content .right .content .LineGreater p, body .wcag-bar .wcag-content .right .content .WordGreater p, body .wcag-bar .wcag-content .right .content .LetterGreater p {
        font-size: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        height: 0 !important;
        letter-spacing: 0 !important;
        line-height: normal !important;
        word-spacing: normal !important;
        min-height: 0 !important; }
      body .wcag-bar .wcag-content .right .animation {
        color: #fcfc00;
        padding: 0 15px;
        align-items: center;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        border-bottom: none;
        margin: 0;
        letter-spacing: 0 !important;
        line-height: normal !important;
        word-spacing: normal !important; }
        body .wcag-bar .wcag-content .right .animation:hover {
          cursor: pointer;
          outline: 1px solid #fcfc00 !important; }
      body .wcag-bar .wcag-content .right .animation::before {
        margin-right: 10px;
        background-image: url("../../assets/img/wcag/pause-yellow.png");
        background-size: 30px 30px;
        display: inline-block;
        width: 30px;
        height: 30px;
        content: ""; }
      @media screen and (max-width: 1376px) {
        body .wcag-bar .wcag-content .right .animation .image {
          margin-right: 0; } }
      body .wcag-bar .wcag-content .right .close_bar {
        cursor: pointer;
        align-items: center;
        line-height: 1.3 !important;
        margin: 0;
        padding-left: 10px;
        border-bottom: none;
        color: #fcfc00 !important;
        padding-right: 10px;
        letter-spacing: 0 !important; }
    @media screen and (max-width: 800px) {
      body .wcag-bar .wcag-content .right > div {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: min-content; }
        body .wcag-bar .wcag-content .right > div .siteContrast {
          margin-bottom: 10px;
          margin-right: 15px;
          margin-left: 15px;
          padding: 0;
          width: 90px; }
      body .wcag-bar .wcag-content .right .fonts, body .wcag-bar .wcag-content .right .content {
        width: min-content; } }
    @media screen and (max-width: 600px) {
      body .wcag-bar .wcag-content .right .fonts h6, body .wcag-bar .wcag-content .right .content h6 {
        display: none; }
      body .wcag-bar .wcag-content .right .fonts > div, body .wcag-bar .wcag-content .right .content > div {
        flex-direction: column; } }
    @media screen and (max-width: 415px) {
      body .wcag-bar .wcag-content .right .close_bar {
        display: none; } }
  @media screen and (max-width: 1066px) {
    body .wcag-bar .go {
      border: none !important;
      margin-right: 10px; }
      body .wcag-bar .go button {
        font-size: 0; }
      body .wcag-bar .go:hover {
        outline: 1px solid #fcfc00 !important;
        cursor: pointer; }
    body .wcag-bar .go_to_menu_mobile, body .wcag-bar .go_to_search_mobile, body .wcag-bar .go_to_content_mobile, body .wcag-bar .go_to_nav_mobile {
      border: none !important;
      padding: 0;
      background-size: 90% !important;
      display: block !important; }
      body .wcag-bar .go_to_menu_mobile:hover, body .wcag-bar .go_to_search_mobile:hover, body .wcag-bar .go_to_content_mobile:hover, body .wcag-bar .go_to_nav_mobile:hover {
        cursor: pointer !important; }
    body .wcag-bar .go_to_nav_mobile {
      background: url("../../assets/img/wcag/navigator-yellow.svg") no-repeat center center/cover;
      width: 26px;
      height: 25px; }
    body .wcag-bar .go_to_content_mobile {
      background: url("../../assets/img/wcag/article-yellow.svg") no-repeat center center/cover;
      width: 30px;
      height: 25px; }
    body .wcag-bar .go_to_search_mobile {
      background: url("../../assets/img/wcag/search-yellow.svg") no-repeat center center/cover;
      width: 26px;
      height: 25px; }
    body .wcag-bar .go_to_menu_mobile {
      background: url("../../assets/img/wcag/menu-yellow.svg") no-repeat center center/cover;
      width: 26px;
      height: 25px; } }
  @media screen and (max-width: 500px) {
    body .wcag-bar .wcag-content {
      flex-wrap: wrap; }
      body .wcag-bar .wcag-content .left {
        width: 100%;
        margin-bottom: 20px;
        justify-content: center; }
      body .wcag-bar .wcag-content .right {
        flex-wrap: wrap;
        border: none !important; }
        body .wcag-bar .wcag-content .right > div {
          width: 100% !important;
          height: auto; }
          body .wcag-bar .wcag-content .right > div > div {
            flex-direction: row !important; }
        body .wcag-bar .wcag-content .right .close_bar, body .wcag-bar .wcag-content .right .animation, body .wcag-bar .wcag-content .right > div {
          border-left: none !important; }
        body .wcag-bar .wcag-content .right button {
          margin-top: 5px;
          width: 100%;
          height: auto !important; } }
  body .wcag-bar .wcag-content-disable {
    padding: 0;
    border-bottom: none;
    height: 0; }
body .wcag-bar-invisible {
  border: none !important; }
  body .wcag-bar-invisible .wcag-content {
    color: transparent !important;
    background: transparent !important;
    border: none !important;
    height: 0;
    padding: 0;
    width: 0;
    margin: 0; }
    body .wcag-bar-invisible .wcag-content .left > div {
      border: none !important;
      padding: 0 !important; }
    body .wcag-bar-invisible .wcag-content .left {
      align-items: unset; }
      body .wcag-bar-invisible .wcag-content .left .go {
        padding: 0;
        border: none !important; }
        body .wcag-bar-invisible .wcag-content .left .go button {
          border: none !important;
          background-color: transparent;
          color: transparent !important; }
        body .wcag-bar-invisible .wcag-content .left .go button:hover {
          border-bottom: none !important; }
      @media screen and (max-width: 1180px) {
        body .wcag-bar-invisible .wcag-content .left .go {
          padding: 0; } }
    body .wcag-bar-invisible .wcag-content .right > div {
      border: none !important; }
    body .wcag-bar-invisible .wcag-content .right img {
      display: none !important; }
    body .wcag-bar-invisible .wcag-content .right > div, body .wcag-bar-invisible .wcag-content .right .animation, body .wcag-bar-invisible .wcag-content .right .close_bar {
      border: none !important; }
      body .wcag-bar-invisible .wcag-content .right > div p, body .wcag-bar-invisible .wcag-content .right .animation p, body .wcag-bar-invisible .wcag-content .right .close_bar p {
        color: transparent !important; }
      body .wcag-bar-invisible .wcag-content .right > div .siteContrast, body .wcag-bar-invisible .wcag-content .right .animation .siteContrast, body .wcag-bar-invisible .wcag-content .right .close_bar .siteContrast {
        padding: 0 !important;
        margin: 0 !important;
        color: transparent !important; }
        body .wcag-bar-invisible .wcag-content .right > div .siteContrast:hover, body .wcag-bar-invisible .wcag-content .right .animation .siteContrast:hover, body .wcag-bar-invisible .wcag-content .right .close_bar .siteContrast:hover {
          outline: none !important; }
      body .wcag-bar-invisible .wcag-content .right > div .siteContrast::before, body .wcag-bar-invisible .wcag-content .right .animation .siteContrast::before, body .wcag-bar-invisible .wcag-content .right .close_bar .siteContrast::before {
        background-image: none;
        margin: 0 !important;
        height: 0;
        width: 0; }
      body .wcag-bar-invisible .wcag-content .right > div .abc strong, body .wcag-bar-invisible .wcag-content .right .animation .abc strong, body .wcag-bar-invisible .wcag-content .right .close_bar .abc strong {
        border: none !important; }
      body .wcag-bar-invisible .wcag-content .right > div .abc i, body .wcag-bar-invisible .wcag-content .right .animation .abc i, body .wcag-bar-invisible .wcag-content .right .close_bar .abc i {
        border: none !important; }
      body .wcag-bar-invisible .wcag-content .right > div .abc button, body .wcag-bar-invisible .wcag-content .right .animation .abc button, body .wcag-bar-invisible .wcag-content .right .close_bar .abc button {
        color: transparent !important; }
    body .wcag-bar-invisible .wcag-content .right .fonts h6, body .wcag-bar-invisible .wcag-content .right .content h6 {
      color: transparent !important; }
    body .wcag-bar-invisible .wcag-content .right .fonts button, body .wcag-bar-invisible .wcag-content .right .content button {
      height: 0;
      width: 0;
      color: transparent !important;
      margin: 0;
      padding: 0 !important; }
      body .wcag-bar-invisible .wcag-content .right .fonts button:hover, body .wcag-bar-invisible .wcag-content .right .content button:hover {
        outline: none !important; }
    body .wcag-bar-invisible .wcag-content .right .fonts div button, body .wcag-bar-invisible .wcag-content .right .content div button {
      padding: 0;
      margin: 0; }
    body .wcag-bar-invisible .wcag-content .right .content button {
      padding: 0 !important;
      color: transparent !important;
      margin: 0;
      height: 0; }
      body .wcag-bar-invisible .wcag-content .right .content button:hover {
        outline: none !important; }
    body .wcag-bar-invisible .wcag-content .right .content .WordGreater, body .wcag-bar-invisible .wcag-content .right .content .LetterGreater {
      flex-direction: column; }
      body .wcag-bar-invisible .wcag-content .right .content .WordGreater strong, body .wcag-bar-invisible .wcag-content .right .content .LetterGreater strong {
        line-height: 1 !important;
        margin: 0;
        color: #fcfc00 !important;
        letter-spacing: 0 !important; }
    body .wcag-bar-invisible .wcag-content .right .content .paragraphGreater, body .wcag-bar-invisible .wcag-content .right .content .LineGreater {
      align-items: center;
      display: flex;
      justify-content: center; }
    body .wcag-bar-invisible .wcag-content .right .content .paragraphGreater p, body .wcag-bar-invisible .wcag-content .right .content .LineGreater p, body .wcag-bar-invisible .wcag-content .right .content .WordGreater p, body .wcag-bar-invisible .wcag-content .right .content .LetterGreater p {
      font-size: 0 !important;
      margin: 0 !important;
      padding: 0 !important;
      height: 0 !important;
      letter-spacing: 0 !important;
      line-height: normal !important;
      word-spacing: normal !important;
      min-height: 0 !important; }
    body .wcag-bar-invisible .wcag-content .right .animation {
      color: transparent; }
      body .wcag-bar-invisible .wcag-content .right .animation:hover {
        outline: none !important; }
    body .wcag-bar-invisible .wcag-content .right .animation::before {
      margin: 0 !important;
      background-image: none !important;
      background-size: 0 !important; }
    body .wcag-bar-invisible .wcag-content .right .close_bar {
      padding: 0 !important;
      color: transparent !important; }
    body .wcag-bar-invisible .wcag-content .right .animation {
      padding: 0 !important; }
      body .wcag-bar-invisible .wcag-content .right .animation:hover {
        outline: none !important; }
    body .wcag-bar-invisible .wcag-content .right .animation::before {
      margin: 0 !important;
      background-image: none !important;
      background-size: 0 !important;
      width: 0;
      height: 0; }
body .wcag-bar-hide {
  height: 0;
  opacity: 0; }
  body .wcag-bar-hide button {
    height: 0;
    font-size: 0; }
    body .wcag-bar-hide button svg {
      height: 0; }
body .wcag-bar-show {
  height: auto;
  opacity: 1; }
  body .wcag-bar-show button {
    height: 28px;
    font-size: 14px; }
    body .wcag-bar-show button svg {
      height: 15px; }
body .wcag-bar-yb p, body .wcag-bar-yb span {
  color: #231f20 !important; }
body .wcag-bar-yb .turn-on {
  outline: 1px solid black !important; }
body .wcag-bar-yb .wcag-logo {
  background: #231f20 !important; }
  body .wcag-bar-yb .wcag-logo strong {
    color: #fcfc00 !important; }
  body .wcag-bar-yb .wcag-logo div .image {
    background: url("../../assets/img/wcag/invalid-yellow.png") no-repeat center center/cover; }
  body .wcag-bar-yb .wcag-logo div strong {
    color: #fcfc00 !important; }
  body .wcag-bar-yb .wcag-logo .image-cancel {
    background: url("../../assets/img/wcag/cancel-yellow.svg") no-repeat center center/cover; }
  body .wcag-bar-yb .wcag-logo .image-cancel-open {
    background: url("../../assets/img/wcag/open-yellow.svg") no-repeat center center/cover !important; }
  body .wcag-bar-yb .wcag-logo .image-refresh {
    background: url("../../assets/img/wcag/refresh-yellow.svg") no-repeat center center/cover; }
body .wcag-bar-yb .wcag-content {
  background: #fcfc00 !important;
  color: #231f20 !important;
  border-bottom: 5px solid #231f20 !important; }
  @media screen and (min-width: 1067px) {
    body .wcag-bar-yb .wcag-content .left .go {
      border-right: 1px solid #231f20 !important;
      font-weight: bold; }
      body .wcag-bar-yb .wcag-content .left .go button {
        color: #231f20 !important; }
        body .wcag-bar-yb .wcag-content .left .go button:hover {
          border-bottom: 1px solid #231f20 !important; } }
  @media screen and (max-width: 1066px) {
    body .wcag-bar-yb .wcag-content .left .go:hover {
      outline: 1px solid #231f20 !important; }
    body .wcag-bar-yb .wcag-content .left .go_to_nav_mobile {
      background: url("../../assets/img/wcag/navigator.svg") no-repeat center center/cover; }
    body .wcag-bar-yb .wcag-content .left .go_to_content_mobile {
      background: url("../../assets/img/wcag/article.svg") no-repeat center center/cover; }
    body .wcag-bar-yb .wcag-content .left .go_to_search_mobile {
      background: url("../../assets/img/wcag/search.svg") no-repeat center center/cover; }
    body .wcag-bar-yb .wcag-content .left .go_to_menu_mobile {
      background: url("../../assets/img/wcag/menu.svg") no-repeat center center/cover; } }
  body .wcag-bar-yb .wcag-content .right > div, body .wcag-bar-yb .wcag-content .right > .animation, body .wcag-bar-yb .wcag-content .right > .close_bar {
    border-left: 1px solid #231f20 !important; }
    body .wcag-bar-yb .wcag-content .right > div .siteContrast, body .wcag-bar-yb .wcag-content .right > .animation .siteContrast, body .wcag-bar-yb .wcag-content .right > .close_bar .siteContrast {
      color: #231f20 !important; }
      body .wcag-bar-yb .wcag-content .right > div .siteContrast:hover, body .wcag-bar-yb .wcag-content .right > .animation .siteContrast:hover, body .wcag-bar-yb .wcag-content .right > .close_bar .siteContrast:hover {
        outline: 1px solid #231f20 !important; }
    body .wcag-bar-yb .wcag-content .right > div .siteContrast::before, body .wcag-bar-yb .wcag-content .right > .animation .siteContrast::before, body .wcag-bar-yb .wcag-content .right > .close_bar .siteContrast::before {
      background-image: url("../../assets/img/wcag/contrast.png"); }
    body .wcag-bar-yb .wcag-content .right > div .abc button, body .wcag-bar-yb .wcag-content .right > .animation .abc button, body .wcag-bar-yb .wcag-content .right > .close_bar .abc button {
      color: #231f20 !important; }
    body .wcag-bar-yb .wcag-content .right > div .abc strong, body .wcag-bar-yb .wcag-content .right > .animation .abc strong, body .wcag-bar-yb .wcag-content .right > .close_bar .abc strong {
      border: 2px solid #231f20 !important; }
    body .wcag-bar-yb .wcag-content .right > div .abc i, body .wcag-bar-yb .wcag-content .right > .animation .abc i, body .wcag-bar-yb .wcag-content .right > .close_bar .abc i {
      border-color: #231f20 transparent transparent !important; }
  @media screen and (max-width: 500px) {
    body .wcag-bar-yb .wcag-content .right > div, body .wcag-bar-yb .wcag-content .right > .animation, body .wcag-bar-yb .wcag-content .right > .close_bar {
      border-left: none !important; } }
  body .wcag-bar-yb .wcag-content .right .fonts h6, body .wcag-bar-yb .wcag-content .right .content h6 {
    color: #231f20 !important; }
  body .wcag-bar-yb .wcag-content .right .fonts button, body .wcag-bar-yb .wcag-content .right .content button {
    color: #231f20 !important;
    background: #fcfc00 !important; }
    body .wcag-bar-yb .wcag-content .right .fonts button:hover, body .wcag-bar-yb .wcag-content .right .content button:hover {
      outline: 1px solid #231f20 !important; }
  body .wcag-bar-yb .wcag-content .right .fonts a:hover, body .wcag-bar-yb .wcag-content .right .content a:hover {
    outline: 1px solid #231f20 !important; }
  body .wcag-bar-yb .wcag-content .right .content button {
    color: #231f20 !important; }
    body .wcag-bar-yb .wcag-content .right .content button svg {
      filter: invert(0) sepia(0) saturate(0) hue-rotate(1deg) brightness(103%) contrast(101%); }
  body .wcag-bar-yb .wcag-content .right .content .WordGreater strong, body .wcag-bar-yb .wcag-content .right .content .LetterGreater strong {
    color: #231f20 !important; }
  body .wcag-bar-yb .wcag-content .right .animation {
    color: #231f20 !important; }
    body .wcag-bar-yb .wcag-content .right .animation:hover {
      outline: 1px solid #231f20 !important; }
  body .wcag-bar-yb .wcag-content .right .animation::before {
    background-image: url("../../assets/img/wcag/pause.png"); }
  body .wcag-bar-yb .wcag-content .right .close_bar {
    color: #231f20 !important; }
body .wcag-bar-bw p, body .wcag-bar-bw span {
  color: white !important; }
body .wcag-bar-bw .turn-on {
  outline: 1px solid white !important; }
body .wcag-bar-bw .wcag-logo {
  background: white !important; }
  body .wcag-bar-bw .wcag-logo strong {
    color: #231f20 !important; }
  body .wcag-bar-bw .wcag-logo div .image {
    background: url("../../assets/img/wcag/invalid.png") no-repeat center center/cover; }
  body .wcag-bar-bw .wcag-logo div strong {
    color: #231f20 !important; }
  body .wcag-bar-bw .wcag-logo .image-cancel {
    background: url("../../assets/img/wcag/cancel.svg") no-repeat center center/cover; }
  body .wcag-bar-bw .wcag-logo .image-cancel-open {
    background: url("../../assets/img/wcag/open.svg") no-repeat center center/cover !important; }
  body .wcag-bar-bw .wcag-logo .image-refresh {
    background: url("../../assets/img/wcag/refresh.svg") no-repeat center center/cover; }
body .wcag-bar-bw .wcag-content {
  background: #231f20 !important;
  color: white !important;
  border-bottom: 5px solid white !important; }
  @media screen and (min-width: 1067px) {
    body .wcag-bar-bw .wcag-content .left .go {
      border-right: 1px solid white !important;
      font-weight: bold; }
      body .wcag-bar-bw .wcag-content .left .go button {
        color: white !important; }
        body .wcag-bar-bw .wcag-content .left .go button:hover {
          border-bottom: 1px solid white !important; } }
  @media screen and (max-width: 1066px) {
    body .wcag-bar-bw .wcag-content .left .go:hover {
      outline: 1px solid white !important; }
    body .wcag-bar-bw .wcag-content .left .go_to_nav_mobile {
      background: url("../../assets/img/wcag/navigator-white.svg") no-repeat center center/cover; }
    body .wcag-bar-bw .wcag-content .left .go_to_content_mobile {
      background: url("../../assets/img/wcag/article-white.svg") no-repeat center center/cover; }
    body .wcag-bar-bw .wcag-content .left .go_to_search_mobile {
      background: url("../../assets/img/wcag/search-white.svg") no-repeat center center/cover; }
    body .wcag-bar-bw .wcag-content .left .go_to_menu_mobile {
      background: url("../../assets/img/wcag/menu-white.svg") no-repeat center center/cover; } }
  body .wcag-bar-bw .wcag-content .right > div, body .wcag-bar-bw .wcag-content .right > .animation, body .wcag-bar-bw .wcag-content .right > .close_bar {
    border-left: 1px solid white !important; }
    body .wcag-bar-bw .wcag-content .right > div .siteContrast, body .wcag-bar-bw .wcag-content .right > .animation .siteContrast, body .wcag-bar-bw .wcag-content .right > .close_bar .siteContrast {
      color: #fff !important; }
      body .wcag-bar-bw .wcag-content .right > div .siteContrast:hover, body .wcag-bar-bw .wcag-content .right > .animation .siteContrast:hover, body .wcag-bar-bw .wcag-content .right > .close_bar .siteContrast:hover {
        outline: 1px solid white !important; }
    body .wcag-bar-bw .wcag-content .right > div .siteContrast::before, body .wcag-bar-bw .wcag-content .right > .animation .siteContrast::before, body .wcag-bar-bw .wcag-content .right > .close_bar .siteContrast::before {
      background-image: url("../../assets/img/wcag/contrast-white.png"); }
    body .wcag-bar-bw .wcag-content .right > div .abc button, body .wcag-bar-bw .wcag-content .right > .animation .abc button, body .wcag-bar-bw .wcag-content .right > .close_bar .abc button {
      color: white !important; }
    body .wcag-bar-bw .wcag-content .right > div .abc strong, body .wcag-bar-bw .wcag-content .right > .animation .abc strong, body .wcag-bar-bw .wcag-content .right > .close_bar .abc strong {
      border: 2px solid white !important; }
    body .wcag-bar-bw .wcag-content .right > div .abc i, body .wcag-bar-bw .wcag-content .right > .animation .abc i, body .wcag-bar-bw .wcag-content .right > .close_bar .abc i {
      border-color: white transparent transparent !important; }
  @media screen and (max-width: 500px) {
    body .wcag-bar-bw .wcag-content .right > div, body .wcag-bar-bw .wcag-content .right > .animation, body .wcag-bar-bw .wcag-content .right > .close_bar {
      border-left: none !important; } }
  body .wcag-bar-bw .wcag-content .right .fonts h6, body .wcag-bar-bw .wcag-content .right .content h6 {
    color: white !important; }
  body .wcag-bar-bw .wcag-content .right .fonts button, body .wcag-bar-bw .wcag-content .right .content button {
    color: white !important;
    background: #231f20 !important; }
    body .wcag-bar-bw .wcag-content .right .fonts button:hover, body .wcag-bar-bw .wcag-content .right .content button:hover {
      outline: 1px solid white !important; }
  body .wcag-bar-bw .wcag-content .right .fonts a:hover, body .wcag-bar-bw .wcag-content .right .content a:hover {
    outline: 1px solid white !important; }
  body .wcag-bar-bw .wcag-content .right .content button {
    color: white !important; }
    body .wcag-bar-bw .wcag-content .right .content button svg {
      filter: invert(100%) sepia(0) saturate(0) hue-rotate(1deg) brightness(103%) contrast(101%); }
  body .wcag-bar-bw .wcag-content .right .content .WordGreater strong, body .wcag-bar-bw .wcag-content .right .content .LetterGreater strong {
    color: white !important; }
  body .wcag-bar-bw .wcag-content .right .animation {
    color: #fff !important; }
    body .wcag-bar-bw .wcag-content .right .animation:hover {
      outline: 1px solid white !important; }
  body .wcag-bar-bw .wcag-content .right .animation::before {
    background-image: url("../../assets/img/wcag/pause-white.png"); }
  body .wcag-bar-bw .wcag-content .right .close_bar {
    color: white !important; }
body .wcag-bar-wb p, body .wcag-bar-wb span {
  color: #231f20 !important; }
body .wcag-bar-wb .turn-on {
  outline: 1px solid black !important; }
body .wcag-bar-wb .wcag-logo {
  background: #231f20 !important; }
  body .wcag-bar-wb .wcag-logo strong {
    color: white !important; }
  body .wcag-bar-wb .wcag-logo div .image {
    background: url("../../assets/img/wcag/invalid-white.png") no-repeat center center/cover; }
  body .wcag-bar-wb .wcag-logo div strong {
    color: white !important; }
  body .wcag-bar-wb .wcag-logo .image-cancel {
    background: url("../../assets/img/wcag/cancel-white.svg") no-repeat center center/cover; }
  body .wcag-bar-wb .wcag-logo .image-cancel-open {
    background: url("../../assets/img/wcag/open-white.svg") no-repeat center center/cover !important; }
  body .wcag-bar-wb .wcag-logo .image-refresh {
    background: url("../../assets/img/wcag/refresh-white.svg") no-repeat center center/cover; }
body .wcag-bar-wb .wcag-content {
  background: white !important;
  color: #231f20 !important;
  border-bottom: 5px solid #231f20 !important; }
  @media screen and (min-width: 1067px) {
    body .wcag-bar-wb .wcag-content .left .go {
      border-right: 1px solid #231f20 !important;
      font-weight: bold; }
      body .wcag-bar-wb .wcag-content .left .go button {
        color: #231f20 !important; }
        body .wcag-bar-wb .wcag-content .left .go button:hover {
          border-bottom: 1px solid #231f20 !important; } }
  @media screen and (max-width: 1066px) {
    body .wcag-bar-wb .wcag-content .left .go:hover {
      outline: 1px solid #231f20 !important; }
    body .wcag-bar-wb .wcag-content .left .go_to_nav_mobile {
      background: url("../../assets/img/wcag/navigator.svg") no-repeat center center/cover; }
    body .wcag-bar-wb .wcag-content .left .go_to_content_mobile {
      background: url("../../assets/img/wcag/article.svg") no-repeat center center/cover; }
    body .wcag-bar-wb .wcag-content .left .go_to_search_mobile {
      background: url("../../assets/img/wcag/search.svg") no-repeat center center/cover; }
    body .wcag-bar-wb .wcag-content .left .go_to_menu_mobile {
      background: url("../../assets/img/wcag/menu.svg") no-repeat center center/cover; } }
  body .wcag-bar-wb .wcag-content .right > div, body .wcag-bar-wb .wcag-content .right > .animation, body .wcag-bar-wb .wcag-content .right > .close_bar {
    border-left: 1px solid #231f20 !important; }
    body .wcag-bar-wb .wcag-content .right > div .siteContrast, body .wcag-bar-wb .wcag-content .right > .animation .siteContrast, body .wcag-bar-wb .wcag-content .right > .close_bar .siteContrast {
      color: #231f20 !important; }
      body .wcag-bar-wb .wcag-content .right > div .siteContrast:hover, body .wcag-bar-wb .wcag-content .right > .animation .siteContrast:hover, body .wcag-bar-wb .wcag-content .right > .close_bar .siteContrast:hover {
        outline: 1px solid #231f20 !important; }
    body .wcag-bar-wb .wcag-content .right > div .siteContrast::before, body .wcag-bar-wb .wcag-content .right > .animation .siteContrast::before, body .wcag-bar-wb .wcag-content .right > .close_bar .siteContrast::before {
      background-image: url("../../assets/img/wcag/contrast.png"); }
    body .wcag-bar-wb .wcag-content .right > div .abc button, body .wcag-bar-wb .wcag-content .right > .animation .abc button, body .wcag-bar-wb .wcag-content .right > .close_bar .abc button {
      color: #231f20 !important; }
    body .wcag-bar-wb .wcag-content .right > div .abc strong, body .wcag-bar-wb .wcag-content .right > .animation .abc strong, body .wcag-bar-wb .wcag-content .right > .close_bar .abc strong {
      border: 2px solid #231f20 !important; }
    body .wcag-bar-wb .wcag-content .right > div .abc i, body .wcag-bar-wb .wcag-content .right > .animation .abc i, body .wcag-bar-wb .wcag-content .right > .close_bar .abc i {
      border-color: #231f20 transparent transparent !important; }
  @media screen and (max-width: 500px) {
    body .wcag-bar-wb .wcag-content .right > div, body .wcag-bar-wb .wcag-content .right > .animation, body .wcag-bar-wb .wcag-content .right > .close_bar {
      border-left: none !important; } }
  body .wcag-bar-wb .wcag-content .right .fonts h6, body .wcag-bar-wb .wcag-content .right .content h6 {
    color: #231f20 !important; }
  body .wcag-bar-wb .wcag-content .right .fonts button, body .wcag-bar-wb .wcag-content .right .content button {
    color: #231f20 !important;
    background: white !important; }
    body .wcag-bar-wb .wcag-content .right .fonts button:hover, body .wcag-bar-wb .wcag-content .right .content button:hover {
      outline: 1px solid #231f20 !important; }
  body .wcag-bar-wb .wcag-content .right .fonts a:hover, body .wcag-bar-wb .wcag-content .right .content a:hover {
    outline: 1px solid #231f20 !important; }
  body .wcag-bar-wb .wcag-content .right .content button {
    color: #231f20 !important; }
    body .wcag-bar-wb .wcag-content .right .content button svg {
      filter: invert(0) sepia(0) saturate(0) hue-rotate(1deg) brightness(103%) contrast(101%); }
  body .wcag-bar-wb .wcag-content .right .content .WordGreater strong, body .wcag-bar-wb .wcag-content .right .content .LetterGreater strong {
    color: #231f20 !important; }
  body .wcag-bar-wb .wcag-content .right .animation {
    color: #231f20 !important; }
    body .wcag-bar-wb .wcag-content .right .animation:hover {
      outline: 1px solid #231f20 !important; }
  body .wcag-bar-wb .wcag-content .right .animation::before {
    background-image: url("../../assets/img/wcag/pause.png"); }
  body .wcag-bar-wb .wcag-content .right .close_bar {
    color: #231f20 !important; }
@media only screen and (max-width: 799px) {
  body .image2 {
    margin-bottom: 15px; } }

body, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "DMSans-Regular", sans-serif;
  line-height: 1.5em;
  font-weight: 300;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  overflow-y: hidden;
  overflow-x: hidden; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 30px;
  font-weight: 900; }

html {
  overflow: auto; }

p {
  font-size: 16px;
  min-height: 1rem;
  line-height: 1.5em; }

strong {
  font-weight: 900; }

header {
  position: relative; }
  header .top-bar {
    padding-right: 15px;
    justify-content: flex-end;
    margin-bottom: 2px;
    background: transparent; }
    header .top-bar ul {
      background: transparent; }
    header .top-bar .dropdown.menu {
      border-top: 3px solid transparent; }
      header .top-bar .dropdown.menu li a {
        color: black;
        padding: 10px 23px;
        text-align: left;
        border-bottom: 1px solid transparent; }
        header .top-bar .dropdown.menu li a:hover {
          color: #252638;
          display: block;
          width: 100%; }
      header .top-bar .dropdown.menu li ul li {
        background: white; }
        header .top-bar .dropdown.menu li ul li a {
          color: black;
          border-bottom: 1px solid #eeeeee; }
          header .top-bar .dropdown.menu li ul li a:hover {
            color: #252638; }
      header .top-bar .dropdown.menu li ul .last a {
        border-bottom: 1px solid transparent; }
      header .top-bar .dropdown.menu li ul .last ul li a {
        border-bottom: 1px solid #eeeeee; }
      header .top-bar .dropdown.menu .last a {
        padding-right: 0; }
    header .top-bar .grid-container {
      position: relative;
      width: 100%; }
    header .top-bar .big-mape-pages {
      position: absolute;
      top: 0;
      right: 0; }
    header .top-bar .siteMap {
      color: #444444; }
    header .top-bar .map-img {
      height: 17px;
      max-width: 100%; }
    @media screen and (max-width: 640px) {
      header .top-bar .big-mape-pages {
        display: none; } }
  header .main-bar {
    padding: 12px 0; }
  @media screen and (max-width: 1023px) {
    header .image_ {
      display: flex;
      justify-content: center;
      margin-bottom: 10px; } }
  header .info_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap; }
    @media screen and (max-width: 1023px) {
      header .info_box {
        justify-content: space-evenly; } }
  header .search {
    display: flex;
    align-items: center; }
    header .search .search-form {
      position: relative;
      width: 300px; }
      header .search .search-form input {
        margin-bottom: 0;
        border-color: #e3e3e3;
        box-shadow: unset;
        padding-right: 50px; }
        header .search .search-form input:focus {
          border-color: #252638; }
      header .search .search-form .go-icon {
        position: absolute;
        right: 0;
        top: 50%;
        cursor: pointer;
        transform: translate(-50%, -50%);
        height: 100%;
        display: flex;
        align-items: center; }
        header .search .search-form .go-icon .icon-search::before {
          color: #afafaf; }
        header .search .search-form .go-icon:after {
          position: absolute;
          top: 0;
          width: 1px;
          height: 100%;
          content: "";
          background: #e3e3e3;
          left: -8px; }
        header .search .search-form .go-icon:hover .icon-search::before {
          color: #252638; }
    header .search img {
      margin-left: 15px; }
  header .information {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer; }
    header .information img {
      max-height: 26px;
      transition: .3s ease-in-out all; }
    header .information span {
      color: #252638;
      font-weight: bold;
      transition: .3s ease-in-out all; }
    header .information:hover img {
      filter: invert(19%) sepia(46%) saturate(6013%) hue-rotate(347deg) brightness(118%) contrast(99%); }
    header .information:hover span {
      color: #ff2728; }
  header .menu_ {
    background: #e9e9eb; }

.justifyBetween {
  display: flex !important;
  justify-content: space-between; }

.button {
  background-color: #ff2728;
  color: #fff;
  font-family: "DMSans-Bold", sans-serif; }
  .button:hover {
    background-color: #c00001;
    color: #fff; }
  .button:focus {
    background-color: #ff2728;
    color: #fff; }

.label {
  background-color: #252638;
  border-radius: 2px;
  cursor: pointer; }
  .label:hover, .label:active {
    color: white; }

.rotate180 {
  transform: rotate(180deg); }

.amount-cart {
  border-radius: 50%;
  width: 21px;
  height: 20px;
  padding: 1.4px 0 0 0;
  background: #252638;
  border: 2px solid #666;
  color: white;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  font: 12px Arial, sans-serif; }

#example-dropdown-menu-cart {
  padding: 0;
  width: 400px; }
  #example-dropdown-menu-cart .delete_product_from_cart {
    cursor: pointer; }
  #example-dropdown-menu-cart .first {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d4d4d4; }
    #example-dropdown-menu-cart .first p {
      font-size: 18px;
      margin: 0; }
  #example-dropdown-menu-cart .products {
    overflow-y: auto;
    height: auto;
    max-height: 272px; }
    #example-dropdown-menu-cart .products .photo {
      display: flex;
      align-items: center;
      justify-content: center; }
      #example-dropdown-menu-cart .products .photo img {
        max-height: 60px !important; }
    #example-dropdown-menu-cart .products .title {
      display: flex;
      justify-content: flex-start;
      flex-direction: column;
      align-items: center;
      padding: 10px; }
      #example-dropdown-menu-cart .products .title div {
        display: flex;
        justify-content: space-between;
        width: 100%; }
        #example-dropdown-menu-cart .products .title div span {
          font-size: 14px;
          color: #9c9c9c; }
      #example-dropdown-menu-cart .products .title a {
        width: 100%;
        text-align: left; }
  #example-dropdown-menu-cart .pay {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    padding: 10px; }
    #example-dropdown-menu-cart .pay div {
      display: flex;
      justify-content: space-between;
      width: 100%; }
      #example-dropdown-menu-cart .pay div h4 {
        font-size: 20px; }
    #example-dropdown-menu-cart .pay a {
      width: 100%;
      margin-bottom: 0; }

.nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #2c3840;
  height: 75px;
  margin-bottom: 75px; }
  .nav-bar .nav-bar-logo {
    padding: 1.8rem; }
  .nav-bar li {
    background: #2c3840; }
  .nav-bar a {
    color: #ffffff;
    transition: color 0.2s ease-in; }
    .nav-bar a:hover {
      color: #a8b8c3; }
  @media screen and (max-width: 39.9375em) {
    .nav-bar {
      height: 53.5714285714px; } }
  .nav-bar .offcanvas-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.6rem;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #566d7c;
    transition: background-color 0.2s ease-in;
    cursor: pointer; }
    .nav-bar .offcanvas-trigger .offcanvas-trigger-text {
      margin-right: 0.25rem;
      margin-top: 0.25rem; }
    .nav-bar .offcanvas-trigger:hover {
      background-color: #6b879a; }
    @media screen and (max-width: 39.9375em) {
      .nav-bar .offcanvas-trigger {
        padding: 0.9rem; } }

.multilevel-offcanvas {
  background: #252638;
  padding: 20px;
  color: #fff; }
  .multilevel-offcanvas > .menu {
    margin-bottom: 1rem; }
  .multilevel-offcanvas .menu a {
    color: rgba(255, 255, 255, 0.6);
    padding-top: 7px;
    padding-bottom: 7px;
    transition: color 0.2s ease-in; }
    .multilevel-offcanvas .menu a:hover {
      color: #ffffff; }
  .multilevel-offcanvas .fa {
    color: #ffffff; }
  .multilevel-offcanvas .is-accordion-submenu-parent > a::after {
    border-color: rgba(255, 255, 255, 0.6) transparent transparent; }
  .multilevel-offcanvas .social-links {
    margin-left: 20px; }
    .multilevel-offcanvas .social-links li {
      margin-right: 5px; }
    .multilevel-offcanvas .social-links a:hover .fa {
      color: #bfbfbf;
      transition: color .2s ease-in; }
    .multilevel-offcanvas .social-links .fa {
      font-size: 2.2rem; }

.body-info {
  text-align: center;
  color: #2c3840; }
  .body-info .button {
    margin: 1rem 0;
    padding: 0.85em 2em; }

.is-open + .off-canvas-content .hamburger .line:nth-child(1),
.is-open + .off-canvas-content .hamburger .line:nth-child(3) {
  width: 12px; }
.is-open + .off-canvas-content .hamburger .line:nth-child(1) {
  transform: translateX(-5px) rotate(-45deg); }
.is-open + .off-canvas-content .hamburger .line:nth-child(3) {
  transform: translateX(-5px) rotate(45deg); }

.hamburger .line {
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  margin: 3px auto;
  transition: all 0.3s ease-in-out; }
  .hamburger .line:last-child {
    margin-bottom: 0; }

#mobileMenuBtn {
  z-index: 12;
  position: absolute;
  top: -20px;
  right: 10px;
  display: none;
  transition: transform 0.3s linear;
  background: url("../../assets/img/icons/bars.png") no-repeat center center/cover;
  height: 35px;
  width: 40px;
  font-size: 0; }
  @media only screen and (min-width: 640px) {
    #mobileMenuBtn {
      display: none; } }
  @media only screen and (max-width: 639px) {
    #mobileMenuBtn {
      display: block; } }

.deviceMobile img {
  width: 15px;
  filter: brightness(100) grayscale(0) contrast(0); }
.deviceMobile ul {
  list-style: none; }
  .deviceMobile ul ul:first-child {
    margin-left: 0; }
.deviceMobile .first {
  margin-top: 1rem; }

.translateY-0 {
  transform: translateY(0px); }

.translateY-1 {
  transform: translateY(16px); }

.translateY-2 {
  transform: translateY(32px); }

.translateY-3 {
  transform: translateY(48px); }

.margin {
  margin: 10px; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #252638 transparent transparent; }

.dropdown.menu > li.is-active.is-dropdown-submenu-parent > a::after {
  border-color: #ff2728 transparent transparent; }

.dropdown.menu .is-active > a {
  color: #ff2728; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  z-index: 111; }

.mainMenu ul > li > ul {
  display: none; }
.mainMenu ul {
  justify-content: flex-start; }
  .mainMenu ul li img {
    height: 16px; }
  .mainMenu ul li ul {
    display: none; }
    .mainMenu ul li ul a {
      text-align: left !important;
      font-weight: 100 !important;
      margin: 0 !important; }
    .mainMenu ul li ul li:hover {
      background: #eee; }
  .mainMenu ul li .vertical > .opens-right > a::after {
    border-color: transparent transparent transparent #252638 !important; }
  .mainMenu ul li .vertical > .is-active > a::after {
    border-color: transparent transparent transparent #ff2728 !important; }
  .mainMenu ul a {
    color: #252638;
    text-align: left;
    margin: 10px;
    font-weight: bold;
    font-size: 17px; }
    .mainMenu ul a:hover {
      color: #ff2728; }
    .mainMenu ul a:focus {
      color: #ff2728; }
@media screen and (max-width: 1023px) {
  .mainMenu > ul.dropdown.menu {
    justify-content: space-between;
    flex-wrap: wrap; }
  .mainMenu ul > li > a {
    padding: 0.7rem 0.1rem !important;
    margin: 10px 5px !important; }
  .mainMenu ul > li[aria-haspopup="true"] > a {
    padding: 0.7rem 20px 0.7rem 0.1rem !important; }
  .mainMenu ul > li > ul > li a {
    padding: 0.7rem 1rem !important;
    margin: 10px !important; } }
@media screen and (max-width: 640px) {
  .mainMenu {
    display: none; } }

.blockInfoContact {
  display: block;
  margin: 25px;
  text-align: right; }
  .blockInfoContact p {
    margin: 0; }
  .blockInfoContact img {
    max-height: 35px !important;
    margin-right: 5px !important;
    max-width: unset; }
  .blockInfoContact .info-box {
    display: flex;
    justify-content: center;
    align-items: center; }

.close-button {
  padding: 0 4px;
  z-index: 1; }
  .close-button span {
    color: #8a8a8a;
    transition: 0.3s all ease-in-out; }
    .close-button span:hover {
      color: #ffffff; }

.top-bar {
  background-color: #333;
  display: none; }
  .top-bar .dropdown.menu {
    z-index: 99;
    border-top: 3px solid #dddddd; }

.menuFooter ul li {
  margin: auto; }

.pagination span {
  display: inline-block;
  border-radius: 3px; }

section.gallery a {
  color: #000; }
section.gallery .wi-gallery-photo-inner a {
  height: 100%;
  width: 100%; }
  section.gallery .wi-gallery-photo-inner a img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .comment-list.children {
    padding: 0 0 0 20px; }
    .comment-list.children .comment {
      margin: 10px 0 0 0;
      padding: 10px 0 0 0; }
  .comment-list .comment {
    border-top: 1px dotted #404040;
    padding: 20px 0; }
    .comment-list .comment .comment-body .comment-author .comment-author-avatar {
      border: 1px solid #eee;
      float: left;
      margin: 0 10px 10px 0;
      max-width: 60px;
      max-height: 60px; }
    .comment-list .comment .comment-body .comment-meta {
      margin-bottom: 25px; }

.comment-form .comment-cancel-reply a {
  display: none; }

.downloadSection {
  padding: 40px 0; }
  .downloadSection .topBar {
    height: 56px;
    background: #2A2C2E url(../img/backgrounds.gif) repeat-x;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    color: white; }
    .downloadSection .topBar img {
      width: 30px;
      margin: 0 0.5rem; }
  .downloadSection .topBarDescription {
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #CDCDCD;
    background: #DFDFDF;
    padding: 8px 23px 8px 8px;
    color: #42454A;
    display: flex;
    justify-content: space-between; }
    .downloadSection .topBarDescription p {
      font-size: 11px;
      margin-bottom: 0; }
  .downloadSection .downloadContent {
    overflow-y: scroll;
    background-color: #EFEFEF;
    height: 300px;
    max-height: 300px;
    border: 1px #DFDFDF solid;
    border-top: none;
    display: flex;
    flex-direction: column; }
    .downloadSection .downloadContent .noAccess {
      text-align: center;
      display: flex;
      margin: auto;
      align-self: center; }
      .downloadSection .downloadContent .noAccess p {
        font-size: 16px; }
    .downloadSection .downloadContent div {
      display: flex;
      padding: 0.25rem 0.25rem 0.25rem 0.5rem;
      justify-content: space-between; }
      .downloadSection .downloadContent div p, .downloadSection .downloadContent div a {
        margin: 0;
        width: 100%; }
      .downloadSection .downloadContent div p:nth-child(2) {
        width: 90px;
        text-align: right;
        margin: auto; }
    .downloadSection .downloadContent div:nth-child(even) {
      background-color: #efefef; }
      .downloadSection .downloadContent div:nth-child(even):hover {
        background-color: #CDCDCD; }
    .downloadSection .downloadContent div:nth-child(odd) {
      background-color: #e7e7e7; }
      .downloadSection .downloadContent div:nth-child(odd):hover {
        background-color: #CDCDCD; }

section.banner {
  background: #252638; }
  @media (max-width: 1490px) {
    section.banner h1 {
      font-size: 30px; }
    section.banner p {
      font-size: 14px; } }
  section.banner .itemBanner {
    width: 100%;
    position: relative; }
    section.banner .itemBanner img {
      width: 100%;
      max-height: 700px;
      object-fit: cover;
      opacity: 0.5;
      min-height: 400px; }
    section.banner .itemBanner .bannerImg {
      width: 100%; }
    section.banner .itemBanner .bannerInfo {
      color: #fff;
      position: absolute;
      top: 17%;
      width: 100%; }
      section.banner .itemBanner .bannerInfo .info_banner h1 {
        font-family: "DMSans-Bold", sans-serif;
        font-size: 60px;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.71);
        max-width: 860px;
        line-height: 1.2; }
      section.banner .itemBanner .bannerInfo .info_banner p {
        font-size: 16px; }
      @media screen and (max-width: 1023px) {
        section.banner .itemBanner .bannerInfo .info_banner h1 {
          font-size: 5.86vw;
          max-width: 100%; } }
      @media screen and (max-width: 640px) {
        section.banner .itemBanner .bannerInfo .info_banner h1 {
          font-size: 30px; }
        section.banner .itemBanner .bannerInfo .info_banner p {
          font-size: 14px; } }
  section.banner .swiper-button-next, section.banner .swiper-button-prev {
    filter: brightness(100) grayscale(100);
    opacity: 0;
    transition: 0.3s ease-in-out all; }
  section.banner:hover .swiper-button-next, section.banner:hover .swiper-button-prev {
    opacity: 1; }

section.menuBanner {
  z-index: 100;
  position: relative;
  background: #f5f5f5; }
  section.menuBanner .grid-container {
    transform: translateY(-50%); }
  section.menuBanner .banner_menu {
    border-radius: 5px 5px 20px 20px;
    display: flex;
    position: relative;
    -webkit-box-shadow: 0 0 24px 0 rgba(37, 38, 56, 0.3);
    -moz-box-shadow: 0 0 24px 0 rgba(37, 38, 56, 0.3);
    box-shadow: 0 0 24px 0 rgba(37, 38, 56, 0.3);
    background: white;
    overflow: hidden; }
    section.menuBanner .banner_menu:after {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 6px;
      background: #ff2728;
      content: "";
      border-radius: 20px 20px 0 0; }
    section.menuBanner .banner_menu .item {
      width: 25%;
      padding: 30px;
      transition: .3s ease-in-out all; }
      section.menuBanner .banner_menu .item a {
        display: flex;
        gap: 15px; }
        section.menuBanner .banner_menu .item a img {
          max-height: 56px; }
        section.menuBanner .banner_menu .item a .content {
          display: flex;
          flex-direction: column; }
          section.menuBanner .banner_menu .item a .content span {
            font-size: 20px;
            font-family: "DMSans-Bold", sans-serif;
            color: #252638;
            display: block;
            margin-bottom: 15px;
            transition: .3s ease-in-out all; }
          section.menuBanner .banner_menu .item a .content p {
            font-size: 14px;
            color: #696b7e;
            transition: .3s ease-in-out all;
            margin-bottom: 0; }
      section.menuBanner .banner_menu .item:hover {
        background: #252638; }
        section.menuBanner .banner_menu .item:hover a .content span, section.menuBanner .banner_menu .item:hover a .content p {
          color: #fff; }
  @media screen and (max-width: 900px) {
    section.menuBanner .banner_menu {
      flex-wrap: wrap; }
      section.menuBanner .banner_menu .item {
        width: 50%; } }
  @media screen and (max-width: 800px) {
    section.menuBanner .grid-container {
      transform: translateY(-100px); } }
  @media screen and (max-width: 640px) {
    section.menuBanner .grid-container {
      transform: translateY(-15.625vw); }
    section.menuBanner .banner_menu .item {
      padding: 20px 20px 0 20px; }
      section.menuBanner .banner_menu .item a img {
        max-height: 40px; }
      section.menuBanner .banner_menu .item a .content span {
        font-size: 18px;
        margin-bottom: 5px; }
      section.menuBanner .banner_menu .item a .content p {
        font-size: 14px; } }
  @media screen and (max-width: 500px) {
    section.menuBanner .grid-container {
      transform: translateY(-20px); }
    section.menuBanner .banner_menu .item {
      width: 100%; } }

footer {
  background-color: #252638;
  color: #fff;
  padding: 30px; }
  footer .footerContactInfo .anotherPages {
    display: flex;
    justify-content: center;
    align-items: center; }
    footer .footerContactInfo .anotherPages a {
      color: #ff2728; }
      footer .footerContactInfo .anotherPages a:hover {
        color: #c00001; }
  footer .footerContactInfo p.shortcut {
    color: #bbb6b6; }
  footer .footerContactInfo a {
    color: white; }
  footer .footerContactInfo .img-icons p, footer .footerContactInfo .img-icons div {
    display: flex;
    align-items: center; }
    footer .footerContactInfo .img-icons p svg, footer .footerContactInfo .img-icons div svg {
      padding-right: 10px; }
  footer .footerContactInfo img {
    margin-right: 20px; }
    footer .footerContactInfo img.logoDefault {
      height: 140px; }
  footer .footerContactInfo h2 {
    font-size: 16px;
    font-family: "DMSans-Bold", sans-serif; }
  footer .footerContactInfo .one_h2_margin ul {
    margin-top: 32px; }
  footer .footerContactInfo ul {
    display: flex;
    flex-direction: column;
    list-style: none; }
    footer .footerContactInfo ul li {
      color: #ff2728;
      display: flex;
      align-items: center;
      background: transparent !important; }
      footer .footerContactInfo ul li a {
        padding: 5px 0 !important;
        font-size: 16px; }
        footer .footerContactInfo ul li a:hover {
          color: #ff2728; }
      footer .footerContactInfo ul li:before {
        content: "\2022";
        color: #ff2728;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em; }
  @media screen and (max-width: 640px) {
    footer .footerContactInfo .cell.small-12.medium-6 {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      footer .footerContactInfo .cell.small-12.medium-6 ul {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center; } }
  footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 50px; }
    footer .copyright #clientCopyright {
      line-height: 36px;
      opacity: 0.3;
      vertical-align: middle;
      text-align: left; }
      footer .copyright #clientCopyright a {
        color: #fff;
        font-size: 16px;
        font-weight: 300; }
        footer .copyright #clientCopyright a:hover span {
          color: #f1f1f1; }
        footer .copyright #clientCopyright a span {
          font-weight: bold;
          font-family: Calibri, Arial;
          font-size: 36px;
          font-style: italic;
          letter-spacing: -0.05em; }
    footer .copyright #webimpuls {
      line-height: 36px;
      opacity: 0.3;
      vertical-align: middle; }
      footer .copyright #webimpuls a {
        color: #fff;
        font-size: 16px;
        font-weight: 300; }
        footer .copyright #webimpuls a:hover span {
          color: #f1f1f1; }
        footer .copyright #webimpuls a span {
          font-weight: bold;
          font-family: Calibri, Arial;
          font-size: 36px;
          font-style: italic;
          letter-spacing: -0.05em; }
    @media screen and (max-width: 640px) {
      footer .copyright {
        text-align: center; }
        footer .copyright #clientCopyright {
          text-align: center; } }

.welcome {
  padding: 60px 10px;
  display: flex;
  align-items: center;
  background-color: #eaeaea; }
  .welcome .imgFlex {
    display: flex;
    align-items: center; }

.ecommerceCategories {
  padding: 30px 10px; }
  .ecommerceCategories .card-section {
    padding: 30px; }
    .ecommerceCategories .card-section p {
      padding: 15px 0; }
  .ecommerceCategories img {
    width: 100%;
    height: 150px;
    object-fit: cover; }
  .ecommerceCategories .cell {
    background-color: #eaeaea; }

.ecommerceBlocks {
  min-height: 570px;
  display: flex;
  align-items: center;
  padding: 30px 10px; }
  .ecommerceBlocks .card-section {
    padding: 30px; }
    .ecommerceBlocks .card-section p {
      padding: 15px 0; }
  .ecommerceBlocks img {
    width: 100%;
    height: 150px;
    object-fit: cover; }
  .ecommerceBlocks .cell {
    background-color: #eaeaea; }

.ecommerceBlock {
  min-height: 300px;
  padding: 30px 10px; }
  .ecommerceBlock .card-section {
    padding: 30px 40px; }
    .ecommerceBlock .card-section p {
      padding: 15px 0; }
  .ecommerceBlock .margin {
    margin: 15px; }
  .ecommerceBlock .ecommerceBlockColor {
    background-color: #eaeaea; }
  .ecommerceBlock img {
    height: 100%;
    object-fit: cover; }

.tooltip {
  line-height: 1.2; }

section.ecommerceProduct {
  padding: 0 10px 50px 0; }
  section.ecommerceProductShortDescription .short_description {
    padding: 10px 0 0 10px; }
    section.ecommerceProductShortDescription .short_description h2 {
      line-height: 1.2; }
    section.ecommerceProductShortDescription .short_description .short-attr {
      font-size: 13px; }
    section.ecommerceProductShortDescription .short_description .shortcut_p {
      font-size: 14px;
      color: #666666; }
    section.ecommerceProductShortDescription .short_description .product_right {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      z-index: 1000; }
      section.ecommerceProductShortDescription .short_description .product_right .product_add_cart .price span {
        font-size: 24px;
        font-weight: bold; }
      section.ecommerceProductShortDescription .short_description .product_right .product_add_cart .amount {
        display: flex;
        justify-content: flex-end;
        padding-top: 12px; }
        section.ecommerceProductShortDescription .short_description .product_right .product_add_cart .amount input {
          border-radius: 20px;
          text-align: center;
          max-width: 65px;
          margin-right: 10px;
          margin-bottom: 0; }
        section.ecommerceProductShortDescription .short_description .product_right .product_add_cart .amount button {
          width: auto;
          border-radius: 20px;
          font-size: 14px;
          display: flex;
          justify-content: center;
          align-items: center;
          margin: 0;
          padding: 0;
          min-width: 180px; }
          section.ecommerceProductShortDescription .short_description .product_right .product_add_cart .amount button i {
            font-size: 24px; }
        section.ecommerceProductShortDescription .short_description .product_right .product_add_cart .amount .disable-cart {
          background: #e6e6e6 !important;
          cursor: default !important;
          height: 37px;
          color: black !important; }
          section.ecommerceProductShortDescription .short_description .product_right .product_add_cart .amount .disable-cart img {
            margin-right: 10px;
            height: 32px; }
      section.ecommerceProductShortDescription .short_description .product_right .product_add_cart .product_quantity {
        float: right;
        font-size: 14px;
        text-align: right; }
    section.ecommerceProductShortDescription .short_description .box-information .ask_for_product {
      margin-top: -100px; }
    @media screen and (max-width: 460px) {
      section.ecommerceProductShortDescription .short_description .box-information .ask_for_product {
        margin-top: 0; } }
    section.ecommerceProductShortDescription .short_description .text-right {
      gap: 10px;
      display: flex;
      justify-content: flex-end; }
  section.ecommerceProductShortDescription .gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    section.ecommerceProductShortDescription .gallery .column {
      padding: 10px;
      width: 100%;
      text-align: center; }
    section.ecommerceProductShortDescription .gallery #basic {
      object-fit: cover;
      cursor: pointer;
      height: 350px; }
    section.ecommerceProductShortDescription .gallery .thumbnail {
      object-fit: cover;
      max-width: 180px;
      max-height: 100px;
      cursor: pointer;
      opacity: 0.5;
      margin: 5px;
      border: none !important; }
    section.ecommerceProductShortDescription .gallery .thumbnail:hover {
      opacity: 1; }
    section.ecommerceProductShortDescription .gallery .active {
      opacity: 1; }
    section.ecommerceProductShortDescription .gallery .slide-wrapper {
      display: flex;
      min-height: 100px;
      align-items: center;
      justify-content: center; }
      section.ecommerceProductShortDescription .gallery .slide-wrapper #slider {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: hidden; }
      section.ecommerceProductShortDescription .gallery .slide-wrapper .arrow {
        width: 30px;
        height: 30px;
        cursor: pointer;
        transition: .3s; }
      section.ecommerceProductShortDescription .gallery .slide-wrapper .arrow:hover {
        opacity: .5;
        width: 35px;
        height: 35px; }
  section.ecommerceProductShortDescription .gallery_single img {
    object-fit: cover; }
  @media screen and (max-width: 560px) {
    section.ecommerceProductShortDescription #basic {
      height: auto;
      width: 100%; } }
  section.ecommerceProductContent {
    margin: 50px 0; }
  section.ecommerceProductEvent .panel {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #f2f2f2;
    color: #333; }
  section.ecommerceProductEvent .certificate {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    section.ecommerceProductEvent .certificate span {
      width: calc(100% - 100px); }
    section.ecommerceProductEvent .certificate img {
      width: 50px; }
  section.ecommerceProductEvent .social-media {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap; }
    section.ecommerceProductEvent .social-media img {
      height: 40px;
      margin-right: 10px; }
  section.ecommerceProductAttribute {
    margin-bottom: 50px; }
    section.ecommerceProductAttribute tbody tr th, section.ecommerceProductAttribute tbody tr td {
      text-align: left;
      width: 50%; }
    @media screen and (min-width: 640px) {
      section.ecommerceProductAttribute tbody tr th {
        padding-left: 16.66%;
        padding-right: 10%; } }
  section.ecommerceProductDownload table tbody tr th {
    font-weight: 100 !important; }
  section.ecommerceProductDownload table .download-button {
    display: flex;
    justify-content: flex-start; }
  section.ecommerceProductDownload .ext_image {
    height: 50px; }
  section.ecommerceProductGallery .wi-gallery-photo-with-h3 {
    position: relative;
    overflow: hidden; }
    section.ecommerceProductGallery .wi-gallery-photo-with-h3 h3 {
      text-align: center;
      position: absolute;
      z-index: 17;
      color: white;
      background: transparent;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 0;
      margin: 0;
      overflow: hidden;
      -webkit-transition: all 200ms ease-in-out;
      /* Safari and Chrome */
      -moz-transition: all 200ms ease-in-out;
      /* Firefox */
      -o-transition: all 200ms ease-in-out;
      /* IE 9 */
      -ms-transition: all 200ms ease;
      /* Opera */
      transition: all 200ms ease-in-out;
      font-size: 16px;
      padding-top: 13px; }
  section.ecommerceProductGallery .wi-gallery-photo:hover h3 {
    height: auto;
    padding-bottom: 15px;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.4); }

.Partners {
  background-color: #fff; }
  .Partners img {
    max-width: 100px; }
  .Partners .PartnersJS {
    padding-bottom: 30px;
    padding-top: 30px; }

section.productsCatalog {
  padding: 30px 10px; }
  section.productsCatalog img {
    width: 100%;
    max-height: 150px;
    object-fit: cover; }
  section.productsCatalog h3 {
    font-size: 16px;
    font-weight: 900; }
  section.productsCatalog p {
    font-size: 14px; }
  section.productsCatalog .main p {
    padding: 30px; }
  section.productsCatalog .card-section .button {
    background-color: #fff;
    color: #252638;
    text-align: left;
    font-weight: 900;
    padding: 0; }

section.double_section {
  background: #f5f5f5; }
  @media screen and (max-width: 1023px) {
    section.double_section {
      margin-top: -80px;
      position: relative;
      z-index: 105; }
      section.double_section .double_section_items {
        display: flex; }
        section.double_section .double_section_items .firstItem, section.double_section .double_section_items .secondItem {
          width: 50%;
          display: flex;
          flex-direction: column; } }
  @media screen and (max-width: 640px) {
    section.double_section {
      margin-top: -60px; }
      section.double_section .double_section_items {
        flex-direction: column;
        justify-content: center; }
        section.double_section .double_section_items .firstItem, section.double_section .double_section_items .secondItem {
          width: 100%; } }
  @media screen and (max-width: 500px) {
    section.double_section {
      margin-top: 0;
      position: unset;
      z-index: unset; } }

section.importantSections {
  margin-bottom: 40px; }
  section.importantSections h2 {
    margin-bottom: 15px;
    font-family: "DMSans-Bold", sans-serif;
    color: #252638;
    font-size: 26px; }
  section.importantSections .items {
    display: flex;
    flex-direction: column; }
    section.importantSections .items .item {
      background: #fff;
      margin-bottom: 2px;
      transition: .2s ease-in-out all; }
      section.importantSections .items .item a {
        padding: 15px;
        display: flex;
        align-items: center;
        border-left: 4px solid transparent;
        transition: .2s ease-in-out all; }
        section.importantSections .items .item a .image {
          min-width: 80px;
          width: 80px; }
          section.importantSections .items .item a .image img {
            max-width: 50px;
            transition: .2s ease-in-out all; }
        section.importantSections .items .item a span {
          font-family: "DMSans-Bold", sans-serif;
          font-size: 20px;
          color: #252638;
          transition: .2s ease-in-out all; }
      section.importantSections .items .item:hover {
        background: #252638; }
        section.importantSections .items .item:hover a {
          border-left: 4px solid #ff2728; }
          section.importantSections .items .item:hover a .image img {
            filter: brightness(100); }
          section.importantSections .items .item:hover a span {
            color: #fff; }

section.eventList {
  margin-bottom: 40px; }
  section.eventList h2 {
    margin-bottom: 15px;
    font-family: "DMSans-Bold", sans-serif;
    color: #252638;
    font-size: 26px; }
  section.eventList .items {
    display: flex;
    flex-direction: column; }
    section.eventList .items .items-box {
      border-radius: 5px;
      margin-bottom: 10px;
      display: flex;
      flex-direction: column;
      background: #fff;
      box-shadow: 0 0 10px 0 #2526384d; }
      section.eventList .items .items-box .date_box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #252638;
        border-radius: 5px 5px 0 0;
        padding: 10px;
        transition: .3s ease-in-out all; }
        section.eventList .items .items-box .date_box .data {
          display: flex;
          align-items: center;
          justify-content: center; }
          section.eventList .items .items-box .date_box .data span {
            color: #fff;
            font-family: "DMSans-Bold", sans-serif;
            line-height: 1; }
          section.eventList .items .items-box .date_box .data .big {
            font-size: 37px;
            margin-right: 10px; }
          section.eventList .items .items-box .date_box .data .small {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            font-size: 14px; }
        section.eventList .items .items-box .date_box .category {
          padding: 4px 30px;
          color: #fff;
          font-size: 14px;
          border-radius: 10px;
          background: #ff2728;
          font-family: "DMSans-Regular", sans-serif;
          text-transform: uppercase;
          transition: .3s ease-in-out all; }
      section.eventList .items .items-box .box_title {
        padding: 10px; }
        section.eventList .items .items-box .box_title h3 {
          font-size: 18px;
          font-family: "DMSans-Bold", sans-serif;
          color: #252638;
          line-height: 1.2; }
      section.eventList .items .items-box:hover .date_box {
        background: #ff2728; }
        section.eventList .items .items-box:hover .date_box .category {
          background: #252638; }

section.dogs {
  margin-top: 30px;
  margin-bottom: 10px; }
  section.dogs h2 {
    margin-bottom: 15px;
    font-family: "DMSans-Bold", sans-serif;
    color: #252638;
    font-size: 26px; }
  section.dogs .elements {
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: flex;
    background: #fff;
    box-shadow: 0 0 10px 0 #2526384d; }
    section.dogs .elements .img-wcag img {
      max-height: 80px; }
    section.dogs .elements .content {
      display: flex;
      flex-direction: column; }
      section.dogs .elements .content span {
        display: block;
        font-size: 16px;
        color: #252638; }
      section.dogs .elements .content .title {
        font-weight: bold;
        line-height: 1.1;
        transition: .3s ease-in-out all; }
      section.dogs .elements .content .date-find {
        font-size: 12px; }
    section.dogs .elements:hover .content .title {
      color: #ff2728; }
  section.dogs .small_href {
    font-size: 14px;
    color: #252638;
    text-align: right;
    display: flex;
    justify-content: flex-end; }
    section.dogs .small_href:hover {
      color: #ff2728; }

section.galleries {
  margin-bottom: 10px; }
  section.galleries h2 {
    margin-bottom: 15px;
    font-family: "DMSans-Bold", sans-serif;
    color: #252638;
    font-size: 26px; }
  section.galleries .gallery_box {
    display: flex;
    flex-direction: column; }
    section.galleries .gallery_box .item {
      margin-bottom: 10px;
      display: flex;
      flex-direction: column; }
      section.galleries .gallery_box .item h3 {
        font-size: 14px;
        font-family: "DMSans-Regular", sans-serif;
        color: #252638;
        margin-bottom: 5px;
        transition: .3s ease-in-out all; }
      section.galleries .gallery_box .item a:hover h3 {
        color: #ff2728; }
      section.galleries .gallery_box .item .images {
        display: flex;
        align-items: center; }
        section.galleries .gallery_box .item .images img {
          width: 80px;
          height: 80px;
          object-fit: cover; }
      section.galleries .gallery_box .item:first-child {
        margin-bottom: 20px; }

section.news {
  padding: 0 10px; }
  section.news h2 {
    margin-bottom: 30px;
    font-family: "DMSans-Bold", sans-serif; }
  section.news img {
    width: 100%; }
  section.news .newsItem {
    background: #fff;
    margin-bottom: 28px;
    border-radius: 5px;
    position: relative;
    overflow: hidden; }
    section.news .newsItem:after {
      position: absolute;
      left: 0;
      top: 0;
      width: 3px;
      height: 100%;
      background: #252638;
      content: "";
      border-radius: 20px 0 0 20px;
      transition: .3s ease-in-out all; }
    section.news .newsItem .image a img {
      max-height: 230px;
      object-fit: cover;
      border-radius: 20px; }
    section.news .newsItem .flex-column a {
      display: flex;
      flex-direction: column; }
      section.news .newsItem .flex-column a .dateCategory {
        display: flex;
        gap: 10px;
        margin-bottom: 25px;
        align-items: center; }
        section.news .newsItem .flex-column a .dateCategory .date {
          display: flex;
          border-radius: 10px;
          background: #f5f5f5; }
          section.news .newsItem .flex-column a .dateCategory .date .day {
            border-radius: 10px;
            background: #252638;
            padding: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 57px;
            transition: .3s ease-in-out all; }
            section.news .newsItem .flex-column a .dateCategory .date .day span {
              display: block;
              font-size: 37px;
              color: #fff;
              font-family: "DMSans-Bold", sans-serif; }
          section.news .newsItem .flex-column a .dateCategory .date .warning {
            background: #ff2728; }
          section.news .newsItem .flex-column a .dateCategory .date .rest {
            padding: 10px;
            background: #f5f5f5;
            display: flex;
            flex-direction: column;
            gap: 5px;
            align-items: center;
            justify-content: center; }
            section.news .newsItem .flex-column a .dateCategory .date .rest span {
              line-height: 1;
              color: #696b7e;
              font-family: "DMSans-Bold", sans-serif;
              transition: .3s ease-in-out all; }
        section.news .newsItem .flex-column a .dateCategory .category {
          font-size: 13px;
          color: #fff;
          background: #ff2728;
          display: flex;
          padding: 5px 10px;
          border-radius: 5px;
          line-height: 1.2; }
      section.news .newsItem .flex-column a .content h3 {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 1.2;
        color: #252638;
        font-family: "DMSans-Bold", sans-serif;
        transition: .3s ease-in-out all; }
      section.news .newsItem .flex-column a .content p {
        font-size: 14px;
        color: #252638; }
    section.news .newsItem:hover:after,
    section.news .newsItem:hover .flex-column a .dateCategory .date .day {
      background: #ff2728; }
    section.news .newsItem:hover .flex-column a .content h3,
    section.news .newsItem:hover .flex-column a .dateCategory .date .rest span {
      color: #ff2728; }
  section.news .button_center {
    display: flex;
    align-items: center;
    justify-content: center; }
  @media screen and (max-width: 640px) {
    section.news h2 {
      text-align: center; } }

section.news_page {
  padding: 40px 10px;
  background: #f5f5f5; }
  section.news_page .news_box_wrapper {
    width: calc(100% - 30px);
    margin: auto;
    height: 100%; }
    section.news_page .news_box_wrapper > .grid-x {
      height: 100%; }
  section.news_page .navigation {
    display: flex;
    justify-content: center;
    margin-top: 20px; }

section.tenders {
  padding: 40px; }
  section.tenders h2 {
    margin-bottom: 30px; }
  section.tenders img {
    width: 100%; }

.paralaxStats {
  color: #fff;
  min-height: 400px;
  max-height: 100%;
  position: relative; }
  .paralaxStats:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url("../../../../../media/assets/paralaxa.webp") center center no-repeat, linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
    background-position: center;
    background-size: cover;
    opacity: 1;
    z-index: 1; }
  .paralaxStats .grid-container {
    position: relative;
    z-index: 2; }
  .paralaxStats h2 {
    padding-top: 60px;
    font-size: 40px;
    font-family: "DMSans-Bold", sans-serif;
    margin-bottom: 80px; }
  .paralaxStats h3 {
    font-size: 80px;
    font-family: "DMSans-Bold", sans-serif;
    margin-bottom: 20px;
    line-height: 1; }
  .paralaxStats p {
    margin: 0;
    font-size: 20px;
    font-family: "DMSans-Bold", sans-serif;
    color: #ff2728; }
  @media screen and (max-width: 1023px) {
    .paralaxStats h2 {
      padding-top: 40px;
      font-size: 36px;
      margin-bottom: 40px; }
    .paralaxStats h3 {
      font-size: 50px;
      margin-bottom: 10px; }
    .paralaxStats p {
      font-size: 16px; } }

.recaptcha-wrapper {
  padding-bottom: 16px !important; }

section.homeContact {
  padding: 35px 10px;
  background: #fff; }
  section.homeContact h2 {
    font-size: 20px;
    font-family: "DMSans-Bold", sans-serif;
    margin-bottom: 30px; }
  section.homeContact p {
    color: #252638; }
    section.homeContact p a {
      color: #252638;
      transition: .3s ease-in-out all; }
      section.homeContact p a:hover {
        color: #ff2728; }
  @media screen and (max-width: 640px) {
    section.homeContact .cell {
      text-align: center; } }

section.issues {
  padding: 0px 10px 35px; }
  section.issues .box-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0; }
    section.issues .box-header a {
      font-size: 18px;
      margin-bottom: 0; }
  section.issues h2 {
    font-size: 20px;
    font-family: "DMSans-Bold", sans-serif;
    margin-bottom: 30px; }
  section.issues .box-body {
    margin-top: 30px; }
  section.issues ul {
    display: flex;
    flex-direction: column;
    list-style: none; }
    section.issues ul li {
      color: #ff2728;
      display: flex;
      align-items: center;
      background: transparent !important; }
      section.issues ul li a {
        padding: 5px 0 !important;
        font-size: 16px;
        color: #252638;
        max-width: calc(100% - 1em); }
        section.issues ul li a:hover {
          color: #ff2728; }
      section.issues ul li:before {
        content: "\2022";
        color: #ff2728;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: 0; }

section.homeContact_v2 {
  background-color: #eee; }
  section.homeContact_v2 .formWrapper {
    padding: 30px 0 30px 20px; }
    @media screen and (min-width: 1024px) {
      section.homeContact_v2 .formWrapper {
        max-width: 570px; } }
    section.homeContact_v2 .formWrapper p {
      margin-bottom: 30px; }
    section.homeContact_v2 .formWrapper input[type='text'], section.homeContact_v2 .formWrapper textarea {
      border-radius: 5px; }

.disable-bottom-border {
  border-bottom: none !important; }

.icon-calendar-red {
  color: red !important; }

.icon-calendar-green {
  color: green !important; }

.nolification-message {
  position: fixed;
  top: 10vh;
  right: 100px;
  z-index: 99999; }

.nolification-content-box {
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  width: 300px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
  background: #fff;
  padding: 10px 16px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }

.nolification-content-box.animate-in {
  -webkit-animation: fade-in .4s;
  animation: fade-in .4s;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); }

.nolification-content-box.animate-out {
  -webkit-animation: fade-out .4s;
  animation: fade-out .4s;
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34); }

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    opacity: 1;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px); } }
@keyframes fade-in {
  from {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    opacity: 1;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px); } }
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px); }
  to {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fade-out {
  from {
    opacity: 1;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px); }
  to {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
section.productIndex .button-radius {
  border-radius: 20px; }
section.productIndex .amount {
  display: flex;
  justify-content: flex-end; }
  section.productIndex .amount input {
    border-radius: 20px;
    text-align: center;
    max-width: 65px;
    margin-right: 10px;
    margin-bottom: 0; }
  section.productIndex .amount button {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    place-content: center;
    -webkit-box-pack: center;
    position: relative;
    width: 37px;
    height: 37px;
    padding: 0;
    border-radius: 50%;
    margin-bottom: 0; }
    section.productIndex .amount button i {
      font-size: 24px;
      margin-left: -2px; }
  section.productIndex .amount .disable-cart {
    background: #e6e6e6 !important;
    cursor: default !important; }
    section.productIndex .amount .disable-cart i {
      color: black !important; }
section.productIndex .product_sale_info {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  section.productIndex .product_sale_info span {
    margin-right: 10px; }
section.productIndex .h2-kat {
  margin: 50px 0 10px 0;
  border-top: 1px solid #dddddd; }
section.productIndex .singleProduct {
  box-shadow: 0 1px 12px rgba(38, 39, 41, 0.18);
  position: relative; }
  section.productIndex .singleProduct .img {
    height: 200px;
    position: relative; }
    section.productIndex .singleProduct .img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    section.productIndex .singleProduct .img .label {
      position: absolute;
      z-index: 10; }
  section.productIndex .singleProduct .content {
    padding: 10px 23px 10px; }
    section.productIndex .singleProduct .content h4 {
      font-size: 16px; }
    section.productIndex .singleProduct .content .label {
      margin-bottom: 10px; }
    section.productIndex .singleProduct .content p {
      text-align: justify;
      min-height: 100px;
      font-size: 14px;
      margin-bottom: 30px; }
    section.productIndex .singleProduct .content .shop_price {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
    section.productIndex .singleProduct .content .seeMore, section.productIndex .singleProduct .content .seeMore-shop {
      margin: 0;
      position: absolute;
      bottom: 10px;
      right: 23px;
      left: 23px; }
      section.productIndex .singleProduct .content .seeMore a, section.productIndex .singleProduct .content .seeMore-shop a {
        margin: 0; }
    section.productIndex .singleProduct .content .seeMore-shop {
      display: flex;
      justify-content: space-between;
      width: auto; }
  @media screen and (max-width: 345px) {
    section.productIndex .singleProduct .seeMore {
      position: unset !important; }
    section.productIndex .singleProduct .content .label {
      width: 100%; } }
  @media screen and (max-width: 280px) {
    section.productIndex .singleProduct .seeMore-shop {
      flex-wrap: wrap !important;
      justify-content: center !important; }
      section.productIndex .singleProduct .seeMore-shop div {
        margin-bottom: 15px; } }
section.productIndex .singleProductList {
  border-bottom: 1px solid #cccccc; }
  section.productIndex .singleProductList .image {
    display: flex;
    align-items: center;
    justify-content: center; }
  section.productIndex .singleProductList h4 {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    line-height: 1.2; }
    section.productIndex .singleProductList h4 span {
      font-size: 16px; }
  section.productIndex .singleProductList .shop-add-cart {
    display: flex;
    justify-content: flex-start; }
    section.productIndex .singleProductList .shop-add-cart div {
      margin-left: 20px; }
@media screen and (max-width: 640px) {
  section.productIndex .singleProductList {
    text-align: center; }
    section.productIndex .singleProductList h4 {
      margin-top: 10px; }
    section.productIndex .singleProductList .shop-add-cart {
      justify-content: center; }
    section.productIndex .singleProductList .product_sale_info {
      justify-content: center; } }

section.opinion {
  padding: 80px 0 0 0;
  position: relative; }
  section.opinion h2 {
    margin-bottom: 65px;
    text-align: center; }
  @media (max-width: 1490px) {
    section.opinion h1 {
      font-size: 30px; }
    section.opinion p {
      font-size: 14px; } }
  section.opinion .opinionCarousel {
    margin-bottom: 90px; }
    section.opinion .opinionCarousel .small-1 {
      position: relative; }
      section.opinion .opinionCarousel .small-1 .swiper-button-prev, section.opinion .opinionCarousel .small-1 .swiper-button-next {
        position: absolute;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        top: calc(50% - 60px); }
    section.opinion .opinionCarousel .small-2 .hr-line {
      width: 1px;
      background: rgba(0, 0, 0, 0.2);
      height: 100%;
      margin-left: 50%; }
  @media screen and (max-width: 639px) {
    section.opinion h2 {
      text-align: center; } }
  section.opinion h5, section.opinion h6 {
    font-weight: bold;
    margin: 0;
    padding: 0; }
  section.opinion h5 {
    font-size: 14px; }
  section.opinion h6 {
    font-size: 10px; }
  section.opinion .swiper-button-prev, section.opinion .swiper-button-next {
    position: relative;
    margin-top: 30px;
    top: 0; }
  section.opinion .swiper-button-next {
    text-align: right;
    float: right;
    background-image: url("../img/icons/arrow-right.png") !important; }
  section.opinion .swiper-button-next:hover {
    background-image: url("../img/icons/arrow-right-active.png") !important; }
  section.opinion .swiper-button-prev {
    text-align: left;
    float: left;
    background-image: url("../img/icons/arrow-left.png") !important; }
  section.opinion .swiper-button-prev:hover {
    background-image: url("../img/icons/arrow-left-active.png") !important; }
  section.opinion .hr-down {
    width: 86%;
    position: absolute;
    height: 1px;
    left: 7%; }
  @media screen and (max-width: 639px) {
    section.opinion .small-slide {
      display: block; }
    section.opinion .large-slide {
      display: none; } }
  @media screen and (min-width: 640px) {
    section.opinion .small-slide {
      display: none; }
    section.opinion .large-slide {
      display: block; } }

section.welcome2 {
  background-color: #444444;
  color: white;
  border-top: 10px solid #252638;
  margin-bottom: 40px;
  position: relative; }
  section.welcome2 .grid-relative {
    position: relative; }
  section.welcome2 .padding-text {
    margin-top: 50px;
    padding-left: 45px; }
  section.welcome2 a {
    color: black; }
  section.welcome2 h3 {
    font-size: 36px;
    border-bottom: 3px solid #252638;
    width: fit-content;
    margin-bottom: 30px; }
  section.welcome2 h4 {
    font-size: 24px;
    margin-bottom: 30px; }
  section.welcome2 .button {
    margin-top: 30px;
    margin-bottom: 5px; }
  section.welcome2 .large-image {
    position: absolute;
    left: 50%;
    top: 0; }
  section.welcome2 img {
    object-fit: cover;
    -o-object-fit: cover;
    height: 100%;
    width: 100%; }
  section.welcome2 > div > div > div:first-child {
    margin-left: auto;
    width: 37.5em;
    padding-left: .9375rem;
    margin-right: 0;
    padding-right: .9375rem; }
    @media only screen and (max-width: 1275px) {
      section.welcome2 > div > div > div:first-child {
        width: calc(50% - 3.35rem); } }
  @media only screen and (max-width: 640px) {
    section.welcome2 .padding-text {
      padding-left: initial; } }
  @media only screen and (max-width: 1023px) {
    section.welcome2 .padding-text {
      padding-left: 25px;
      padding-right: 25px; }
    section.welcome2 img {
      height: auto; }
    section.welcome2 > div > div > div:first-child {
      margin-left: 40px;
      margin-right: 40px;
      width: 100%; }
      section.welcome2 > div > div > div:first-child > div:first-child {
        width: calc(100% - 80px); } }

section.employeeBlock {
  padding: 80px 0; }
  section.employeeBlock h2 {
    padding-bottom: 40px;
    text-align: center; }
  section.employeeBlock .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    section.employeeBlock .content div {
      display: flex;
      justify-content: space-evenly;
      flex-wrap: wrap;
      width: 385px;
      padding-top: 50px; }
      section.employeeBlock .content div img {
        border-radius: 50%;
        box-sizing: border-box;
        height: 170px;
        width: 170px;
        margin-right: 15px; }
      section.employeeBlock .content div div {
        width: 200px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 0; }
        section.employeeBlock .content div div h5 {
          font-weight: bold;
          font-size: 16px;
          margin: 0; }
        section.employeeBlock .content div div h6 {
          font-size: 16px;
          margin: 0 0 15px 0; }
        section.employeeBlock .content div div p {
          font-size: 14px; }
  @media screen and (max-width: 639px) {
    section.employeeBlock h2 {
      text-align: center; } }
  @media screen and (max-width: 1055px) {
    section.employeeBlock .content {
      justify-content: space-evenly; } }

section.showcase {
  padding-bottom: 40px;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  padding-top: 70px; }
  section.showcase .activeShowcase {
    font-weight: 700;
    opacity: 1 !important;
    color: black; }
  section.showcase .grid-x:first-child {
    margin-bottom: 60px; }
  section.showcase iframe {
    width: 100%;
    height: 480px; }
  section.showcase .placeholder {
    height: 480px;
    width: 100%;
    z-index: 55;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center; }
    section.showcase .placeholder img {
      opacity: 1;
      z-index: 56; }
  section.showcase .title p {
    font-family: "Poppins Medium", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px; }
  section.showcase .title h2 {
    font-family: "Poppins Bold", sans-serif;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -1px; }
  section.showcase .showcaseMenu {
    margin-top: 2px;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap; }
    section.showcase .showcaseMenu button {
      font-weight: 700;
      color: black;
      opacity: 0.4;
      font-size: 15px;
      padding: 0 20px 0 20px;
      margin-bottom: 20px;
      border-right: rgba(0, 0, 0, 0.8) solid 1px;
      cursor: pointer; }
      section.showcase .showcaseMenu button:last-child {
        border: none; }
      section.showcase .showcaseMenu button:hover {
        opacity: 0.6; }
  section.showcase .contentCell {
    background: linear-gradient(135deg, #cb6505, #dc7616);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 480px;
    flex-wrap: wrap;
    color: white; }
    section.showcase .contentCell .textContainer {
      padding-left: 60px;
      padding-right: 60px; }
    section.showcase .contentCell a {
      text-decoration: none;
      color: white;
      font-family: "Poppins Bold", sans-serif;
      letter-spacing: -.5px;
      font-weight: 600;
      font-size: 11px; }
      section.showcase .contentCell a img {
        margin: 0 0 3px 0;
        filter: brightness(0) invert(1); }
    section.showcase .contentCell h3 {
      font-family: "Poppins Bold", sans-serif;
      font-size: 24px;
      margin-bottom: 1.5rem; }
    section.showcase .contentCell p {
      font-size: 14px;
      font-family: "Roboto Regular", sans-serif; }
  section.showcase .showcaseCard {
    height: 480px; }
    section.showcase .showcaseCard img, section.showcase .showcaseCard iframe {
      border-width: 0;
      width: 100%;
      height: 480px; }

section.blog h2 {
  margin-bottom: 20px; }

section.blogShow .singlePostImg {
  width: 100%;
  object-fit: cover; }
section.blogShow .singlePostContent .date, section.blogShow .singlePostContent .categories {
  font-size: 14px; }
section.blogShow .singlePostContent h3 {
  margin: 20px 0; }

section.newsShow .grid-container {
  max-width: 75rem; }
section.newsShow .singlePostImg {
  width: 100%;
  object-fit: cover;
  height: 100%; }
section.newsShow .singlePostContent .date, section.newsShow .singlePostContent .categories {
  font-size: 14px; }
section.newsShow .singlePostContent h3 {
  margin: 20px 0; }

.bigMap {
  max-height: 450px; }
  .bigMap iframe {
    width: 100%; }

.contactImg img {
  border-radius: 50%; }
@media screen and (max-width: 639px) {
  .contactImg {
    text-align: center;
    margin-bottom: 10px; } }

.portfolioHomePage {
  background-color: #fff;
  min-height: 400px; }

.backgroundContact {
  background-color: #fff; }

section.article {
  padding: 40px 0; }
  section.article button.button {
    margin-top: 50px; }
  section.article article.fullContent .cell:first-of-type {
    padding-right: 40px;
    text-align: justify; }
  section.article article.fullContent ul {
    list-style: none; }
    section.article article.fullContent ul li {
      color: #252638 !important;
      background: transparent !important; }
      section.article article.fullContent ul li a {
        padding: 5px 0 !important;
        font-size: 16px;
        color: #252638 !important;
        font-family: "DMSans-Bold", sans-serif; }
        section.article article.fullContent ul li a:hover {
          color: #ff2728 !important; }
      section.article article.fullContent ul li:before {
        content: "\2022";
        color: #ff2728;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em; }
    section.article article.fullContent ul .first {
      margin-top: 0 !important; }
  section.article .calendar-row .header {
    border-bottom: 1px solid #cacaca;
    font-size: 24px;
    color: #262626;
    font-weight: 900;
    margin-bottom: 32px;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    padding: 10px 10px 20px 10px; }
    section.article .calendar-row .header div {
      display: flex;
      align-items: center;
      flex: 1; }
    section.article .calendar-row .header div:last-child {
      flex: 3; }
    @media screen and (max-width: 1023px) {
      section.article .calendar-row .header {
        font-size: 18px; } }
  section.article .calendar-row .items-box {
    font-size: 18px;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 15px;
    padding: 10px;
    transition: .3s ease-in-out all; }
    section.article .calendar-row .items-box h2 {
      font-size: 18px;
      color: #252638; }
    section.article .calendar-row .items-box img {
      max-height: 200px; }
      @media screen and (max-width: 639px) {
        section.article .calendar-row .items-box img {
          display: none; } }
    section.article .calendar-row .items-box div {
      display: flex;
      align-items: center;
      flex: 1;
      color: #252638; }
    section.article .calendar-row .items-box div:last-child {
      flex: 3; }
      section.article .calendar-row .items-box div:last-child .item-photo {
        margin-right: 10px;
        display: flex;
        justify-content: center;
        align-items: center; }
        section.article .calendar-row .items-box div:last-child .item-photo img {
          margin: 0 !important; }
      section.article .calendar-row .items-box div:last-child .item-title {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start; }
        section.article .calendar-row .items-box div:last-child .item-title .button {
          margin-bottom: 0;
          padding: 10px; }
      @media screen and (max-width: 900px) {
        section.article .calendar-row .items-box div:last-child {
          display: flex;
          flex-direction: column; } }
    @media screen and (max-width: 1023px) {
      section.article .calendar-row .items-box {
        font-size: 16px; } }
    section.article .calendar-row .items-box:hover {
      background: #e9e9eb; }
  section.article .calendar-row .navigation {
    display: flex;
    justify-content: center;
    align-items: center; }

.comment-box {
  max-width: 500px;
  margin: 30px 20px; }

section.promotionProduct {
  padding: 40px 10px; }
  section.promotionProduct .swiper-button-prev, section.promotionProduct .swiper-button-next {
    background-color: #e4e4e4;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    background-size: 60%;
    opacity: 0.5; }
    section.promotionProduct .swiper-button-prev:hover, section.promotionProduct .swiper-button-next:hover {
      opacity: 1; }
  section.promotionProduct .swiper-button-prev {
    background-image: url("../../../../../media/Public/img/svg/prev.svg"); }
  section.promotionProduct .swiper-button-next {
    background-image: url("../../../../../media/Public/img/svg/next.svg"); }
  section.promotionProduct .swiper-slide p {
    margin-bottom: 0; }
  section.promotionProduct .swiper-slide a {
    color: #0a0a0a; }
  section.promotionProduct .swiper-slide img {
    height: 250px;
    max-width: 100%; }

section.shoppingBasket .cart {
  vertical-align: middle;
  text-align: center; }
  section.shoppingBasket .cart .small-3 {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    section.shoppingBasket .cart .small-3 .circle-cart {
      width: 62px;
      min-width: 62px;
      min-height: 62px;
      max-width: 62px;
      max-height: 62px;
      background: white;
      border-radius: 50%;
      border: 1px solid silver;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center; }
      section.shoppingBasket .cart .small-3 .circle-cart i:before {
        font-size: 25px;
        color: #252638; }
    section.shoppingBasket .cart .small-3 .active-cart {
      background: #252638;
      border: 1px solid #252638;
      text-align: left; }
      section.shoppingBasket .cart .small-3 .active-cart i:before {
        color: white; }
    section.shoppingBasket .cart .small-3 .last-cart {
      background: #068804;
      border: 1px solid #068804;
      text-align: left; }
      section.shoppingBasket .cart .small-3 .last-cart i:before {
        color: white; }
    section.shoppingBasket .cart .small-3 .active-hr {
      border-bottom: 1px solid #252638; }
    section.shoppingBasket .cart .small-3 .last-hr {
      border-bottom: 1px solid #068804; }
    section.shoppingBasket .cart .small-3 .desc {
      margin: 0;
      padding: 0;
      width: calc(100% - 62px);
      line-height: 1;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      height: 100%; }
      section.shoppingBasket .cart .small-3 .desc b {
        font-size: 14px; }
      section.shoppingBasket .cart .small-3 .desc span {
        font-size: 12px;
        padding: 0 2px; }
      section.shoppingBasket .cart .small-3 .desc hr {
        margin: 9px 0 0 0; }
section.shoppingBasket .order-details img {
  max-width: 200px; }
@media screen and (max-width: 1170px) {
  section.shoppingBasket .order-details img {
    max-width: 100%; } }
section.shoppingBasket .order-details .icon-trash, section.shoppingBasket .order-details .icon-doc-add, section.shoppingBasket .order-details .icon-info-circled-3 {
  font-size: 20px;
  color: black; }
section.shoppingBasket .order-details .icon-trash:hover, section.shoppingBasket .order-details .icon-doc-add:hover, section.shoppingBasket .order-details .icon-info-circled-3:hover {
  cursor: pointer;
  color: #252638; }
section.shoppingBasket .order-details > div {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
section.shoppingBasket .order-details .parent-amount {
  flex-direction: column; }
  section.shoppingBasket .order-details .parent-amount .alert-info-amount-lasts, section.shoppingBasket .order-details .parent-amount .alert-info-amount-last {
    display: none;
    font-size: 12px; }
  section.shoppingBasket .order-details .parent-amount .alert-info-amount-last {
    color: red; }
  section.shoppingBasket .order-details .parent-amount .alert-info-amount-lasts {
    color: orange; }
  section.shoppingBasket .order-details .parent-amount > div {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%; }
    section.shoppingBasket .order-details .parent-amount > div i {
      width: 30px; }
    section.shoppingBasket .order-details .parent-amount > div span {
      width: 20px; }
section.shoppingBasket .order-details .photo {
  justify-content: flex-start; }
section.shoppingBasket .order-details .name-product {
  padding-left: 10px;
  flex-direction: column;
  justify-content: center; }
  section.shoppingBasket .order-details .name-product p {
    font-size: 11px;
    margin-bottom: 0;
    color: #777777; }
  section.shoppingBasket .order-details .name-product .customFieldInfo {
    font-weight: 700;
    cursor: pointer; }
section.shoppingBasket .order-info {
  border-top: 1px solid #252638;
  padding: 10px 0; }
  section.shoppingBasket .order-info .form-control {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
    align-items: center; }
    section.shoppingBasket .order-info .form-control label {
      margin-right: 25px;
      width: 100px; }
    section.shoppingBasket .order-info .form-control input, section.shoppingBasket .order-info .form-control select {
      width: 200px; }
    section.shoppingBasket .order-info .form-control label, section.shoppingBasket .order-info .form-control input {
      margin-bottom: 0; }
  section.shoppingBasket .order-info .custom-fields {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap; }
    section.shoppingBasket .order-info .custom-fields .separate_form {
      margin-bottom: 25px; }
      section.shoppingBasket .order-info .custom-fields .separate_form select {
        margin-bottom: 0; }
      section.shoppingBasket .order-info .custom-fields .separate_form .accordion-title {
        padding: 0.5rem 1rem;
        font-size: 16px;
        color: black;
        font-weight: bold; }
      section.shoppingBasket .order-info .custom-fields .separate_form .accordion-content {
        margin-bottom: 0;
        padding: 0.5rem; }
    section.shoppingBasket .order-info .custom-fields .accordion-item {
      margin-bottom: 0 !important; }
    section.shoppingBasket .order-info .custom-fields .accordion-item-error {
      background-color: #ff00002e; }
    section.shoppingBasket .order-info .custom-fields .accordion-item-success {
      background-color: #00800038; }
    section.shoppingBasket .order-info .custom-fields .icon-ok-circle {
      color: green; }
    section.shoppingBasket .order-info .custom-fields .icon-cancel-circle {
      color: red; }
  section.shoppingBasket .order-info .custom-fields-accordion {
    flex-direction: column; }
    section.shoppingBasket .order-info .custom-fields-accordion .box {
      width: 100%;
      margin-bottom: 0 !important; }
    section.shoppingBasket .order-info .custom-fields-accordion .box-body {
      margin-top: 1rem; }
    section.shoppingBasket .order-info .custom-fields-accordion .box-header {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      border-bottom: 0 double #B7C1D3;
      color: #444;
      padding-bottom: 0;
      background: #f0f3f5 !important;
      border-top: 1px solid #c8ced3b3 !important; }
      section.shoppingBasket .order-info .custom-fields-accordion .box-header p {
        margin-bottom: 0 !important;
        width: 100%; }
  section.shoppingBasket .order-info .icon-minus-circle {
    color: red; }
  section.shoppingBasket .order-info .icon-plus-circle {
    color: green; }
  section.shoppingBasket .order-info .icon-plus-circle, section.shoppingBasket .order-info .icon-minus-circle {
    font-size: 16px; }
    section.shoppingBasket .order-info .icon-plus-circle:hover, section.shoppingBasket .order-info .icon-minus-circle:hover {
      cursor: pointer; }
section.shoppingBasket .no_item {
  border: 1px solid red;
  background-color: #e1e1e1; }
section.shoppingBasket .summary {
  padding-top: 15px;
  margin-top: 30px;
  border-top: 2px solid gray; }
  section.shoppingBasket .summary span {
    font-size: 25px; }
  section.shoppingBasket .summary a {
    font-size: 20px;
    margin-top: 10px; }
section.shoppingBasket .is-icon-in {
  position: relative; }
  section.shoppingBasket .is-icon-in .icon-in {
    position: absolute;
    right: 10px;
    height: 20px; }
section.shoppingBasket .withoutAccountForm p {
  margin-bottom: 0; }
section.shoppingBasket .withoutAccountForm label {
  height: 0;
  opacity: 0; }
section.shoppingBasket #invisible_f, section.shoppingBasket #invisible_s, section.shoppingBasket #admin_ecommercebundle_orderbuyer_withoutAccount {
  height: 0;
  opacity: 0;
  width: 0;
  padding: 0;
  margin: 0; }
section.shoppingBasket .submit {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap; }
  section.shoppingBasket .submit div {
    width: 250px; }
    section.shoppingBasket .submit div p {
      margin: 0; }
    section.shoppingBasket .submit div h5 {
      font-weight: bold; }
      section.shoppingBasket .submit div h5 i {
        color: #252638;
        font-size: 22px; }
        section.shoppingBasket .submit div h5 i:before {
          margin: 0 5px 0 0 !important; }
section.shoppingBasket .courier {
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  section.shoppingBasket .courier img {
    margin-right: 25px;
    height: 100px; }
  section.shoppingBasket .courier div p {
    margin: 0; }
section.shoppingBasket .courier_option {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap; }
  section.shoppingBasket .courier_option > div {
    margin-right: 25px;
    width: 340px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid orange;
    border-radius: 30px;
    padding: 10px 15px;
    flex-direction: column;
    margin-bottom: 25px; }
    section.shoppingBasket .courier_option > div img {
      height: 70px; }
    section.shoppingBasket .courier_option > div > div {
      width: 100%;
      display: flex;
      justify-content: flex-start;
      flex-direction: row; }
      section.shoppingBasket .courier_option > div > div > div {
        width: 245px;
        margin-left: 20px;
        display: flex;
        justify-content: flex-start;
        flex-direction: column; }
    section.shoppingBasket .courier_option > div:hover {
      cursor: pointer;
      background-color: #FA983C30; }
  section.shoppingBasket .courier_option .active {
    background-color: #FA983C30; }
section.shoppingBasket .submit_button, section.shoppingBasket .acceptRegulation, section.shoppingBasket .acceptRegulationWithoutDelivery {
  float: right; }
section.shoppingBasket .submit_button, section.shoppingBasket .submit_button_back {
  font-weight: 900; }
section.shoppingBasket .submit_button_color {
  background-color: #797979; }
section.shoppingBasket .buttons_order {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  width: 100%;
  flex-wrap: wrap; }
section.shoppingBasket .acceptRegulation, section.shoppingBasket .acceptRegulationWithoutDelivery {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px; }
  section.shoppingBasket .acceptRegulation label, section.shoppingBasket .acceptRegulationWithoutDelivery label {
    width: 275px;
    font-size: 11px;
    line-height: 1.3; }
section.shoppingBasket #admin_ecommercebundle_orderbuyer_courier {
  display: none; }
@media screen and (max-width: 800px) {
  section.shoppingBasket .cart .small-3 .circle-cart {
    width: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px; }
    section.shoppingBasket .cart .small-3 .circle-cart i:before {
      font-size: 14px; }
  section.shoppingBasket .cart .small-3 .desc {
    width: calc(100% - 30px);
    font-size: 12px;
    line-height: 1.4; } }
@media screen and (max-width: 661px) {
  section.shoppingBasket .cart .small-3 {
    align-items: center; }
    section.shoppingBasket .cart .small-3 .circle-cart {
      width: 40px;
      min-width: 40px;
      min-height: 40px;
      max-width: 40px;
      max-height: 40px; }
      section.shoppingBasket .cart .small-3 .circle-cart i:before {
        font-size: 17px; }
    section.shoppingBasket .cart .small-3 .desc {
      justify-content: center; }
      section.shoppingBasket .cart .small-3 .desc span, section.shoppingBasket .cart .small-3 .desc b {
        display: none; }
      section.shoppingBasket .cart .small-3 .desc hr {
        margin: 0; } }
@media screen and (max-width: 640px) {
  section.shoppingBasket .order-info {
    position: relative; }
    section.shoppingBasket .order-info .photo {
      justify-content: center; }
      section.shoppingBasket .order-info .photo img {
        max-width: 450px; }
    section.shoppingBasket .order-info .info {
      justify-content: flex-start; }
    section.shoppingBasket .order-info .padding-text-from-right {
      justify-content: flex-end;
      padding-right: 50px; }
    section.shoppingBasket .order-info .name-product {
      padding-left: 0;
      justify-content: flex-start;
      align-items: unset;
      flex-direction: row;
      text-align: left; }
      section.shoppingBasket .order-info .name-product p {
        display: none; }
    section.shoppingBasket .order-info .attribute p {
      font-size: 11px;
      color: #777777;
      text-align: left;
      margin-bottom: 0; }
    section.shoppingBasket .order-info .removeFromBasket {
      position: absolute;
      top: 0;
      right: 0; }
    section.shoppingBasket .order-info .checking-icons {
      position: absolute;
      top: 22px;
      right: 0; }
    section.shoppingBasket .order-info .parent-amount {
      align-items: start; }
      section.shoppingBasket .order-info .parent-amount > div {
        justify-content: flex-start; }
      section.shoppingBasket .order-info .parent-amount .alert-info-amount-lasts, section.shoppingBasket .order-info .parent-amount .alert-info-amount-last {
        text-align: left; } }
@media screen and (max-width: 350px) {
  section.shoppingBasket .order-info .photo img {
    max-width: unset !important;
    width: calc(100% - 50px); } }

section.herbs {
  padding: 70px 10px;
  background: #f5f5f5; }
  section.herbs .items {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 0 10px; }
    section.herbs .items .item {
      display: flex;
      align-items: center; }
      section.herbs .items .item .image {
        min-width: 115px; }
        section.herbs .items .item .image img {
          height: 120px;
          margin-right: 15px; }
        section.herbs .items .item .image:last-child {
          margin-bottom: 0; }
      section.herbs .items .item span {
        font-family: "DMSans-Bold", sans-serif;
        color: #252638;
        font-size: 18px; }
  @media screen and (max-width: 1024px) {
    section.herbs .items {
      flex-direction: row;
      gap: 10px;
      flex-wrap: wrap; }
    section.herbs .cell.small-12.medium-12.large-6 {
      text-align: center; } }
  @media screen and (max-width: 800px) {
    section.herbs .items {
      justify-content: space-between;
      gap: 20px 10px; }
    section.herbs .cell.small-12.medium-12.large-6 img {
      max-height: 300px;
      margin: 30px 0; } }
  @media screen and (max-width: 640px) {
    section.herbs .items {
      justify-content: unset;
      max-width: 205px; }
    section.herbs .grid-container > .grid-x.grid-margin-y.grid-margin-x {
      display: flex;
      justify-content: center;
      align-items: center; } }

.blocks-gallery, .blocks-news {
  display: flex;
  justify-content: center;
  height: auto;
  flex-wrap: wrap; }
  .blocks-gallery .block, .blocks-news .block {
    max-width: 290px;
    float: left;
    margin: 10px 15px;
    padding-left: 10px;
    padding-right: 10px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding-top: 13px;
    transition: all .4s ease-out; }
  .blocks-gallery .checked, .blocks-news .checked {
    border: 2px solid #252638; }
  .blocks-gallery .block:hover, .blocks-news .block:hover {
    background-color: #252638;
    cursor: pointer; }
    .blocks-gallery .block:hover p, .blocks-news .block:hover p {
      color: white; }

section.lists ul {
  list-style: none; }

section.galleryfront img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.leading-icon path {
  fill: #252638; }
.leading-icon polygon {
  fill: #252638; }

.home-nav {
  display: flex;
  justify-content: center;
  margin-top: 50px; }

.pagination .current {
  background: #252638; }

.files-views tbody th p {
  margin: 0 !important; }

.ext_image {
  height: 50px; }

.hide {
  display: none !important; }

.grid-container {
  max-width: 1400px; }

.off-canvas.is-transition-overlap {
  z-index: 1000000; }

.deviceMobile {
  background: #fff; }
  .deviceMobile img {
    filter: unset; }
  .deviceMobile .close-button {
    top: 16px; }
    .deviceMobile .close-button img {
      width: 25px; }
    .deviceMobile .close-button:hover img {
      filter: invert(19%) sepia(46%) saturate(6013%) hue-rotate(347deg) brightness(118%) contrast(99%); }
  .deviceMobile ul {
    list-style: none; }
    .deviceMobile ul li {
      color: #252638 !important;
      background: transparent !important; }
      .deviceMobile ul li a {
        padding: 5px 0 !important;
        font-size: 14px;
        color: #252638 !important;
        font-family: "DMSans-Bold", sans-serif; }
        .deviceMobile ul li a:hover {
          color: #ff2728 !important; }
    .deviceMobile ul .first {
      margin-top: 0 !important; }

.informationMobile {
  width: 370px;
  -webkit-transform: translateX(370px);
  -ms-transform: translateX(370px);
  transform: translateX(370px);
  padding: 20px 30px;
  background: #fff; }
  .informationMobile p {
    margin-bottom: 0 !important; }
  .informationMobile span {
    display: block;
    font-family: "DMSans-Bold", sans-serif;
    color: #252638 !important;
    font-size: 18px; }
  .informationMobile .title {
    font-size: 24px;
    margin-bottom: 30px; }
  .informationMobile img {
    filter: unset; }
  .informationMobile .close-button {
    top: 16px; }
    .informationMobile .close-button img {
      width: 25px; }
    .informationMobile .close-button:hover img {
      filter: invert(19%) sepia(46%) saturate(6013%) hue-rotate(347deg) brightness(118%) contrast(99%); }
  .informationMobile ul {
    display: flex;
    flex-direction: column;
    list-style: none; }
    .informationMobile ul li {
      color: #252638 !important;
      display: flex;
      align-items: center;
      background: transparent !important; }
      .informationMobile ul li a {
        padding: 5px 0 !important;
        font-size: 14px;
        color: #252638 !important;
        font-family: "DMSans-Bold", sans-serif; }
        .informationMobile ul li a:hover {
          color: #ff2728 !important; }
      .informationMobile ul li:before {
        content: "\2022";
        color: #ff2728 !important;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em; }
    .informationMobile ul .first {
      margin-top: 0 !important; }
  .informationMobile .show_more {
    font-size: 24px;
    margin-bottom: 20px; }
  .informationMobile .images_box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; }
    .informationMobile .images_box .item {
      height: 65px;
      width: 65px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #dcdcdc;
      border-radius: 5px;
      transition: .3s ease-in-out all; }
      .informationMobile .images_box .item img {
        max-width: 60px;
        max-height: 50px;
        width: auto; }
      .informationMobile .images_box .item:hover {
        border: 1px solid #ff2728; }

section.downloadSection h2 {
  font-size: 24px;
  margin-bottom: 10px; }
section.downloadSection .categoryContent {
  overflow-y: auto; }
  section.downloadSection .categoryContent table {
    margin-top: 30px; }
    section.downloadSection .categoryContent table thead th {
      font-family: "DMSans-Bold", sans-serif; }
    section.downloadSection .categoryContent table tbody th {
      font-weight: unset; }
    section.downloadSection .categoryContent table .contentTh {
      width: calc(100% - 440px); }
    section.downloadSection .categoryContent table .sizeTh {
      width: 100px;
      min-width: 100px; }
    section.downloadSection .categoryContent table .standardTh {
      width: 120px;
      min-width: 120px; }
    @media screen and (max-width: 640px) {
      section.downloadSection .categoryContent table .contentTh {
        min-width: 300px; } }
    section.downloadSection .categoryContent table h3 {
      font-size: 16px;
      font-family: "DMSans-Bold", sans-serif;
      line-height: 1.1;
      font-weight: 900; }
    section.downloadSection .categoryContent table .smallDesc {
      font-size: 14px;
      color: #6f6f6f; }
      section.downloadSection .categoryContent table .smallDesc p {
        font-size: 14px;
        margin-bottom: 5px;
        font-weight: normal; }
  section.downloadSection .categoryContent .flex-column-center {
    display: flex;
    align-items: flex-start;
    flex-direction: column; }
    section.downloadSection .categoryContent .flex-column-center span {
      padding-left: 5px; }
	section.downloadSection .card-section {
      background-color: #f1f1f1;
    }
    section.downloadSection .card-section h2 {
      color: #0a0a0a;
    }

.hr-full {
  width: 100% !important;
  max-width: 100%; }

.bottomHr {
  margin-bottom: 16px;
  border-bottom: 1px solid #dadada; }

.margin-0 {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important; }

.padding-0 {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important; }

.margin-top-0 {
  margin-top: 0rem !important; }

.padding-top-0 {
  padding-top: 0rem !important; }

.margin-right-0 {
  margin-right: 0rem !important; }

.padding-right-0 {
  padding-right: 0rem !important; }

.margin-bottom-0 {
  margin-bottom: 0rem !important; }

.padding-bottom-0 {
  padding-bottom: 0rem !important; }

.margin-left-0 {
  margin-left: 0rem !important; }

.padding-left-0 {
  padding-left: 0rem !important; }

.margin-horizontal-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important; }

.padding-horizontal-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important; }

.margin-vertical-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important; }

.padding-vertical-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important; }

.margin-1 {
  margin-top: 1rem !important;
  margin-right: 1rem !important;
  margin-bottom: 1rem !important;
  margin-left: 1rem !important; }

.padding-1 {
  padding-top: 1rem !important;
  padding-right: 1rem !important;
  padding-bottom: 1rem !important;
  padding-left: 1rem !important; }

.margin-top-1 {
  margin-top: 1rem !important; }

.padding-top-1 {
  padding-top: 1rem !important; }

.margin-right-1 {
  margin-right: 1rem !important; }

.padding-right-1 {
  padding-right: 1rem !important; }

.margin-bottom-1 {
  margin-bottom: 1rem !important; }

.padding-bottom-1 {
  padding-bottom: 1rem !important; }

.margin-left-1 {
  margin-left: 1rem !important; }

.padding-left-1 {
  padding-left: 1rem !important; }

.margin-horizontal-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.padding-horizontal-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.margin-vertical-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.padding-vertical-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.margin-2 {
  margin-top: 2rem !important;
  margin-right: 2rem !important;
  margin-bottom: 2rem !important;
  margin-left: 2rem !important; }

.padding-2 {
  padding-top: 2rem !important;
  padding-right: 2rem !important;
  padding-bottom: 2rem !important;
  padding-left: 2rem !important; }

.margin-top-2 {
  margin-top: 2rem !important; }

.padding-top-2 {
  padding-top: 2rem !important; }

.padding-top-4 {
  padding-top: 4rem !important; }

.margin-right-2 {
  margin-right: 2rem !important; }

.padding-right-2 {
  padding-right: 2rem !important; }

.margin-bottom-2 {
  margin-bottom: 2rem !important; }

.padding-bottom-2 {
  padding-bottom: 2rem !important; }

.margin-left-2 {
  margin-left: 2rem !important; }

.padding-left-2 {
  padding-left: 2rem !important; }

.margin-horizontal-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important; }

.padding-horizontal-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important; }

.margin-vertical-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }

.padding-vertical-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.margin-3 {
  margin-top: 3rem !important;
  margin-right: 3rem !important;
  margin-bottom: 3rem !important;
  margin-left: 3rem !important; }

.padding-3 {
  padding-top: 3rem !important;
  padding-right: 3rem !important;
  padding-bottom: 3rem !important;
  padding-left: 3rem !important; }

.margin-top-3 {
  margin-top: 3rem !important; }

.padding-top-3 {
  padding-top: 3rem !important; }

.margin-right-3 {
  margin-right: 3rem !important; }

.padding-right-3 {
  padding-right: 3rem !important; }

.margin-bottom-3 {
  margin-bottom: 3rem !important; }

.padding-bottom-3 {
  padding-bottom: 3rem !important; }

.margin-left-3 {
  margin-left: 3rem !important; }

.padding-left-3 {
  padding-left: 3rem !important; }

.margin-horizontal-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.padding-horizontal-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.margin-vertical-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.padding-vertical-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.margin-vertical-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important; }

.padding-vertical-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

.justify-content-center {
  justify-content: center; }

.justify-content-between {
  justify-content: space-between; }

.d-flex {
  display: flex; }

section.blogIndex {
  padding: 40px 0.9375rem; }
  section.blogIndex .navigation .pagination {
    display: flex;
    margin-top: 25px;
    justify-content: center; }
    section.blogIndex .navigation .pagination .current {
      background: #ff2728; }
  @media screen and (min-width: 1410px) {
    section.blogIndex .grid-container {
      min-width: 1400px; } }
  section.blogIndex .singleArticle {
    position: relative;
    padding: 0 !important;
    -webkit-box-shadow: 0 0 14px 0 rgba(134, 134, 134, 0.75);
    -moz-box-shadow: 0 0 14px 0 rgba(134, 134, 134, 0.75);
    box-shadow: 0 0 14px 0 rgba(134, 134, 134, 0.75); }
    section.blogIndex .singleArticle .callout {
      padding: 0;
      border: none;
      position: initial; }
    section.blogIndex .singleArticle .postText {
      display: flex;
      justify-content: space-around;
      flex-direction: column; }
      section.blogIndex .singleArticle .postText h2 {
        font-size: 24px;
        font-weight: 900;
        line-height: 1.2; }
      section.blogIndex .singleArticle .postText .href_h {
        color: #252638;
        transition: .3s ease-in-out all; }
        section.blogIndex .singleArticle .postText .href_h:hover {
          color: #ff2728; }
      section.blogIndex .singleArticle .postText img {
        max-height: 215px;
        width: 100%;
        object-fit: cover; }
      section.blogIndex .singleArticle .postText .content {
        min-height: 220px;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        padding: 0 15px; }
        section.blogIndex .singleArticle .postText .content .blogCategories, section.blogIndex .singleArticle .postText .content .date {
          font-size: 11px;
          margin-bottom: 0; }
        section.blogIndex .singleArticle .postText .content .title-blog {
          font-size: 20px;
          margin-bottom: 0;
          font-weight: bold;
          padding: 15px 0 0 0; }
        section.blogIndex .singleArticle .postText .content .desc {
          text-align: justify;
          min-height: 60px;
          color: #222222;
          font-size: 15px;
          padding: 15px 15px 10px 0;
          margin-bottom: 50px; }
        section.blogIndex .singleArticle .postText .content .readMore .button {
          font-size: 0.8125rem;
          margin: 0;
          position: absolute;
          bottom: 15px;
          left: 15px; }
        section.blogIndex .singleArticle .postText .content .info-blog {
          display: flex;
          margin-top: 5px;
          justify-content: space-between; }
          section.blogIndex .singleArticle .postText .content .info-blog .date {
            width: 70px;
            color: #bbb; }
          section.blogIndex .singleArticle .postText .content .info-blog .category_block {
            width: 120px;
            text-align: center;
            border: 1px solid #526b0d;
            padding: 1px;
            margin-bottom: 0; }
  section.blogIndex .newsTable {
    margin-top: 50px; }
    section.blogIndex .newsTable h2 {
      margin-bottom: 50px; }

section.blog h2 {
  margin-bottom: 20px; }

section.blogShow .height-100 {
  height: 100%; }
section.blogShow .grid-container {
  max-width: 960px;
  padding-bottom: 0;
  padding-top: 0; }
  section.blogShow .grid-container p {
    font-size: 20px; }
  section.blogShow .grid-container .shortcut {
    font-size: 24px;
    font-weight: 200; }
  section.blogShow .grid-container h1 {
    margin-bottom: 0; }
  section.blogShow .grid-container .info {
    font-weight: 700;
    color: #b4b4b4;
    font-size: 16px; }
  section.blogShow .grid-container .hr {
    width: 25%;
    height: 5px;
    background-color: #d5d5d5;
    margin: 1rem 0; }
  section.blogShow .grid-container .singlePostImg {
    width: 100%;
    object-fit: cover; }
  section.blogShow .grid-container .singlePostContent .date, section.blogShow .grid-container .singlePostContent .categories {
    font-size: 14px; }
  section.blogShow .grid-container .singlePostContent h3 {
    margin: 20px 0; }
  section.blogShow .grid-container .singlePostContent .fullContent p {
    font-size: 16px; }
  section.blogShow .grid-container .show-more h4 {
    font-weight: bold; }

section.authorContact {
  padding: 30px 0 0 0;
  background-image: linear-gradient(to right, #d5d5d5 25%, #e61b2100 25%, #e61b2100 50%, #7cc4ec00 50%, #7cc4ec00 75%, #feb51100 75%);
  background-size: 100% 4px;
  background-repeat: no-repeat;
  background-position: 0% 0%; }
  section.authorContact .grid-container {
    max-width: 960px; }
    section.authorContact .grid-container .grid-x .author div {
      display: flex;
      justify-content: space-evenly;
      flex-wrap: wrap; }
      section.authorContact .grid-container .grid-x .author div .image-box {
        width: 150px;
        height: 150px;
        margin-right: 15px;
        background-color: #eee;
        display: flex;
        justify-content: center;
        align-items: center; }
        section.authorContact .grid-container .grid-x .author div .image-box img {
          border-radius: 50%;
          box-sizing: border-box;
          height: 140px;
          width: 140px; }
      section.authorContact .grid-container .grid-x .author div .content-box {
        width: calc(100% - 170px);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 0; }
        section.authorContact .grid-container .grid-x .author div .content-box h6 {
          margin: 0;
          font-size: 14px; }
        section.authorContact .grid-container .grid-x .author div .content-box h5 {
          font-weight: bold;
          font-size: 16px;
          margin: 0 0 25px 0; }
        section.authorContact .grid-container .grid-x .author div .content-box p {
          font-size: 14px; }
    @media screen and (max-width: 800px) {
      section.authorContact .grid-container .grid-x .author > div {
        flex-direction: column;
        align-items: center;
        margin-bottom: 15px; }
        section.authorContact .grid-container .grid-x .author > div .content-box {
          width: 100%;
          align-items: center;
          justify-content: center; } }
    section.authorContact .grid-container .grid-x .medium-1 {
      display: flex;
      justify-content: center;
      align-items: center; }
      section.authorContact .grid-container .grid-x .medium-1 div {
        height: 100%;
        width: 5px;
        background-color: #d5d5d5; }
    section.authorContact .grid-container .grid-x .form-box h4 {
      margin-bottom: 0;
      font-weight: bold; }
    section.authorContact .grid-container .grid-x .form-box .form_content_author input[type=text], section.authorContact .grid-container .grid-x .form-box .form_content_author input[type=email], section.authorContact .grid-container .grid-x .form-box .form_content_author input[type=tel], section.authorContact .grid-container .grid-x .form-box .form_content_author textarea {
      border: none;
      border-bottom: 2px solid #9a9a9a;
      background-color: #f8f8f8;
      height: 2rem;
      margin-bottom: 10px; }
    section.authorContact .grid-container .grid-x .form-box .form_content_author label {
      display: none; }
    section.authorContact .grid-container .grid-x .form-box .form_content_author textarea {
      width: 100%;
      box-sizing: border-box;
      display: block;
      max-width: 100%;
      line-height: 1.5;
      transition: box-shadow 0.5s ease;
      overflow-y: hidden; }
    section.authorContact .grid-container .grid-x .form-box .form_content_author input[type=submit] {
      margin-top: 5px;
      margin-bottom: 0; }

section.articleContact .contactImg img {
  margin-bottom: 20px; }
section.articleContact strong a {
  color: black; }
section.articleContact .contactItems a {
  color: black; }
section.articleContact .contactItems .img {
  min-height: 80px; }
  section.articleContact .contactItems .img img {
    max-height: 60px; }
section.articleContact .backgroundContact:nth-of-type(2) {
  border-top: 1px solid #cacaca; }

.inset-menu {
  text-decoration: none;
  list-style-type: none; }
  .inset-menu li {
    list-style-type: none; }
    .inset-menu li:hover {
      background: rgba(0, 153, 255, 0.4); }
  .inset-menu a:hover {
    color: black; }

.lexicon .lexicon-header {
  border-bottom: 1px solid gray;
  border-top: 1px solid gray;
  box-shadow: 0 4px 2px -2px #d2d2d2;
  margin-bottom: 25px;
  padding: 25px 0 10px 0; }
  .lexicon .lexicon-header .home-menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 20px; }
    .lexicon .lexicon-header .home-menu h4 {
      font-weight: bold;
      margin-left: 10px; }
    .lexicon .lexicon-header .home-menu img {
      height: 50px; }
  .lexicon .lexicon-header .search .input-group-label {
    background-color: #c5c5c5;
    border-color: #9e9e9e; }
    .lexicon .lexicon-header .search .input-group-label:hover {
      background-color: #9e9e9e;
      cursor: pointer; }
  .lexicon .lexicon-header .search .input-group-field {
    border-color: #9e9e9e; }
  .lexicon .lexicon-header .search i {
    color: white;
    width: 1rem; }
  @media screen and (max-width: 639px) {
    .lexicon .lexicon-header .search {
      padding: 0 10px; } }
.lexicon .left-menu {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px; }
  .lexicon .left-menu .elements {
    width: calc(100% - 40px);
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    align-items: center;
    padding: 5px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 3px 2px -2px #e2e1e1;
    transition: 0.3s ease-in-out all; }
    .lexicon .left-menu .elements .image {
      background-color: #ededed;
      border: 1px solid gray;
      padding: 5px 7px;
      border-radius: 6px; }
      .lexicon .left-menu .elements .image .src {
        width: 20px;
        height: 20px;
        background-color: black; }
    .lexicon .left-menu .elements .title {
      margin: 0;
      text-align: left;
      width: calc(100% - 35px - 50px);
      padding-left: 5px; }
    .lexicon .left-menu .elements .count {
      margin: 0;
      width: 50px;
      text-align: right;
      padding-right: 10px; }
    .lexicon .left-menu .elements:hover {
      background-color: #c0c0c0;
      cursor: pointer; }
    .lexicon .left-menu .elements .drop-menu {
      display: block;
      content: '';
      right: 5px;
      left: auto;
      margin-top: -3px; }
    .lexicon .left-menu .elements .down {
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 7px solid #1779ba; }
    .lexicon .left-menu .elements .up {
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #1779ba; }
  .lexicon .left-menu .elements-show:hover {
    background-color: #fefefe !important;
    cursor: default !important; }
  @media screen and (max-width: 500px) {
    .lexicon .left-menu .elements {
      width: calc(100% - 10px); } }
  .lexicon .left-menu .children {
    width: calc(100% - 75px); }
    .lexicon .left-menu .children .span-active {
      background-color: rgba(255, 153, 66, 0.68); }
    .lexicon .left-menu .children .no-data {
      background-color: #eeeeee; }
  @media screen and (max-width: 350px) {
    .lexicon .left-menu .children {
      width: calc(100% - 10px);
      padding-left: 10px; } }
  .lexicon .left-menu .active {
    background-color: #e0e0e0; }
  .lexicon .left-menu ul {
    margin-bottom: 0;
    width: calc(100% - 80px); }
    .lexicon .left-menu ul a {
      color: unset !important; }
  .lexicon .left-menu li {
    list-style-type: none;
    margin: 0px 0;
    padding: 4px 0px 0px 2px;
    position: relative; }
    .lexicon .left-menu li span {
      border: 1px solid;
      border-radius: 5px;
      display: inline-block;
      line-height: 14px;
      padding: 3px 10px;
      text-decoration: none; }
      .lexicon .left-menu li span:hover {
        cursor: pointer;
        background-color: #e0e0e0; }
  .lexicon .left-menu li::before {
    border-left: 1px solid;
    bottom: 50px;
    height: 100%;
    top: 0;
    width: 1px; }
  .lexicon .left-menu li::after, .lexicon .left-menu li::before {
    content: '';
    left: -20px;
    position: absolute;
    right: auto; }
  .lexicon .left-menu li::after {
    border-top: 1px solid;
    height: 20px;
    top: 13px;
    width: 23px; }
.lexicon .content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding-right: 20px; }
  .lexicon .content #noElements {
    display: none; }
  .lexicon .content .content-element {
    width: 100%;
    margin-bottom: 25px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 3px 2px -2px #e2e1e1;
    padding: 15px; }
    .lexicon .content .content-element h5 {
      color: blue;
      font-weight: bold; }
    .lexicon .content .content-element i {
      background: red;
      color: white;
      font-size: 15px;
      padding: 5px 7px;
      border-radius: 6px; }
    .lexicon .content .content-element .image {
      background-color: red;
      padding: 5px 7px;
      border-radius: 6px;
      color: black; }
      .lexicon .content .content-element .image .src {
        width: 20px;
        height: 20px;
        background-color: black;
        margin-right: 10px; }
    .lexicon .content .content-element a {
      width: 100%;
      float: left;
      margin-top: 5px;
      color: #a1a1a1; }
      .lexicon .content .content-element a:hover {
        color: #414141; }
@media screen and (max-width: 1024px) {
  .lexicon .content {
    padding: 0 10px; } }
.lexicon .lexiconChild {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%; }
  .lexicon .lexiconChild h3 {
    width: 100%; }
  .lexicon .lexiconChild .content-child {
    width: calc(25% - 10px);
    margin-right: 10px;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 3px 2px -2px #e2e1e1; }
.lexicon .read-more ul {
  list-style: none;
  margin: 0; }
.lexicon .gray-text {
  color: #999; }
.lexicon .search-bar {
  width: 100%; }
  .lexicon .search-bar button {
    padding-top: 0;
    padding-bottom: 0; }

.mourningContrast-bw {
  background: #231f20 !important;
  color: #fff !important; }
  .mourningContrast-bw .calendar-row .header {
    color: #231f20 !important;
    border-bottom: 1px solid #231f20 !important; }
  .mourningContrast-bw input, .mourningContrast-bw select, .mourningContrast-bw option, .mourningContrast-bw textarea {
    background: #fff !important;
    color: #231f20 !important;
    border-color: #fff !important; }
  .mourningContrast-bw ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #231f20 !important; }
  .mourningContrast-bw :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #231f20 !important;
    opacity: 1; }
  .mourningContrast-bw ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #231f20 !important;
    opacity: 1; }
  .mourningContrast-bw :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #231f20 !important; }
  .mourningContrast-bw ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #231f20 !important; }
  .mourningContrast-bw ::placeholder {
    /* Most modern browsers support this now. */
    color: #231f20 !important; }
  .mourningContrast-bw input:-webkit-autofill,
  .mourningContrast-bw input:-webkit-autofill:hover,
  .mourningContrast-bw input:-webkit-autofill:focus,
  .mourningContrast-bw textarea:-webkit-autofill,
  .mourningContrast-bw textarea:-webkit-autofill:hover,
  .mourningContrast-bw textarea:-webkit-autofill:focus,
  .mourningContrast-bw select:-webkit-autofill,
  .mourningContrast-bw select:-webkit-autofill:hover,
  .mourningContrast-bw select:-webkit-autofill:focus {
    border: 1px solid #fff;
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s; }
  .mourningContrast-bw #example-dropdown-menu-cart .first {
    border-color: #fff !important; }
  .mourningContrast-bw .amount-cart {
    background: #231f20 !important;
    border: 2px solid #fff !important;
    color: #fff !important; }
  .mourningContrast-bw .nolification-content-box {
    border: 1px solid #fff !important;
    background: #231f20 !important; }
  .mourningContrast-bw ::-webkit-scrollbar {
    width: 12px;
    /* width of the entire scrollbar */ }
  .mourningContrast-bw ::-webkit-scrollbar-track {
    background: #231f20;
    /* color of the tracking area */ }
  .mourningContrast-bw ::-webkit-scrollbar-thumb {
    background-color: #fff;
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 3px solid #231f20;
    /* creates padding around scroll thumb */ }
  .mourningContrast-bw img {
    filter: grayscale(1) !important; }
  .mourningContrast-bw .tooltip {
    background-color: #231f20 !important;
    color: #fff !important;
    border: 1px solid #fff !important; }
  .mourningContrast-bw .tooltip.bottom::before {
    border-color: transparent transparent #fff !important; }
  .mourningContrast-bw .tooltip.top::before {
    border-color: #fff transparent transparent !important; }
  .mourningContrast-bw .tooltip.left::before {
    border-color: transparent transparent transparent #fff !important; }
  .mourningContrast-bw .tooltip.right::before {
    border-color: transparent #fff transparent transparent !important; }
  .mourningContrast-bw #mobileMenuBtn {
    filter: grayscale(2) brightness(2); }
  .mourningContrast-bw a {
    color: #fff !important; }
    .mourningContrast-bw a:hover {
      color: white; }
  .mourningContrast-bw a > strong {
    color: #231f20 !important; }
    .mourningContrast-bw a > strong:hover {
      color: #fff !important; }
  .mourningContrast-bw h2, .mourningContrast-bw h3, .mourningContrast-bw h4, .mourningContrast-bw label, .mourningContrast-bw h1, .mourningContrast-bw h5, .mourningContrast-bw h6, .mourningContrast-bw p, .mourningContrast-bw span, .mourningContrast-bw li, .mourningContrast-bw ul, .mourningContrast-bw a, .mourningContrast-bw i {
    color: #fff !important; }
  .mourningContrast-bw img {
    filter: sepia(1); }
  .mourningContrast-bw .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #fff transparent transparent; }
  .mourningContrast-bw .dropdown.menu > li.opens-right > .is-dropdown-submenu {
    border: 1px solid #fff !important; }
  .mourningContrast-bw .dropdown.menu .vertical > li.opens-right > a::after {
    border-color: transparent transparent transparent #fff; }
  .mourningContrast-bw nav.mainMenu ul {
    border-top: 1px solid #fff; }
  .mourningContrast-bw .triangle-bottom {
    border-bottom: 40px solid #231f20 !important;
    border-left: 40px solid #231f20 !important; }
  .mourningContrast-bw .triangle-content {
    background-color: #231f20 !important; }
  .mourningContrast-bw .href-box {
    outline: 3px solid #fff !important; }
  .mourningContrast-bw .paragraphGreater svg, .mourningContrast-bw .LineGreater svg, .mourningContrast-bw .LetterGreater svg, .mourningContrast-bw .WordGreater svg, .mourningContrast-bw .siteContrast svg {
    filter: brightness(0) invert(0); }
  .mourningContrast-bw .paragraphGreater:hover svg, .mourningContrast-bw .LineGreater:hover svg, .mourningContrast-bw .LetterGreater:hover svg, .mourningContrast-bw .WordGreater:hover svg, .mourningContrast-bw .siteContrast:hover svg {
    filter: invert(99%) sepia(84%) saturate(4000%) hue-rotate(1deg) brightness(103%) contrast(101%); }
  .mourningContrast-bw header {
    border-top: 5px solid #fff; }
    .mourningContrast-bw header .top-bar .dropdown.menu a {
      color: #fff !important;
      background: #231f20; }
      .mourningContrast-bw header .top-bar .dropdown.menu a:hover {
        color: white; }
    .mourningContrast-bw header .js-off-canvas-overlay {
      background: #231f20;
      opacity: 0.6; }
    .mourningContrast-bw header .multilevel-offcanvas {
      background: #231f20 !important; }
  .mourningContrast-bw .sticky-container .sticky {
    background: #231f20; }
    .mourningContrast-bw .sticky-container .sticky .menuMainSite {
      color: #fff; }
      .mourningContrast-bw .sticky-container .sticky .menuMainSite:hover, .mourningContrast-bw .sticky-container .sticky .menuMainSite.active {
        color: #fff !important; }
  .mourningContrast-bw .button {
    background: #fff !important;
    color: #231f20 !important; }
    .mourningContrast-bw .button:hover {
      background: #231f20 !important;
      color: #fff !important; }
  .mourningContrast-bw section.blog .border-bottom {
    border-bottom: 8px solid #fff; }
  .mourningContrast-bw section.blog .text-box {
    background: #231f20; }
  .mourningContrast-bw section.blog .border {
    background: #fff;
    border-bottom: 1px solid #fff; }
  .mourningContrast-bw .wcag-bar {
    background: #231f20;
    border-bottom: 1px solid #fff; }
  .mourningContrast-bw section.welcome,
  .mourningContrast-bw section.welcome2,
  .mourningContrast-bw section.ecommerceBlock,
  .mourningContrast-bw section.ecommerceBlocks,
  .mourningContrast-bw section.ecommerceBlock2,
  .mourningContrast-bw section.productsCatalog,
  .mourningContrast-bw section.news,
  .mourningContrast-bw section.opinion,
  .mourningContrast-bw section.homeContact_v2,
  .mourningContrast-bw section.employeeBlock,
  .mourningContrast-bw section.adminFront,
  .mourningContrast-bw section.article,
  .mourningContrast-bw section.blog,
  .mourningContrast-bw section.Partners,
  .mourningContrast-bw section.homeContact,
  .mourningContrast-bw footer,
  .mourningContrast-bw .bannerInfo > .grid-container,
  .mourningContrast-bw header,
  .mourningContrast-bw nav.mainMenu ul,
  .mourningContrast-bw nav.mainMenu ul li,
  .mourningContrast-bw .dropdown-pane,
  .mourningContrast-bw .dropdown-pane ul li a,
  .mourningContrast-bw .articleContact .backgroundContact {
    background-color: #231f20 !important; }
  .mourningContrast-bw section.showcase .contentCell {
    outline: 1px solid #fff;
    margin-left: 1px;
    background: #231f20; }
  .mourningContrast-bw section.showcase .showcaseMenu button {
    color: #fff !important; }
  .mourningContrast-bw section.opinion .swiper-button-next, .mourningContrast-bw section.opinion .swiper-button-prev {
    filter: grayscale(1); }
  .mourningContrast-bw section.ecommerceBlocks .cell, .mourningContrast-bw section.ecommerceBlock .ecommerceBlockColor .cell {
    outline: 1px solid #fff;
    background: #231f20; }
  .mourningContrast-bw section.welcome2 {
    border-top: 10px solid #fff; }
  .mourningContrast-bw section.paralaxStats {
    filter: brightness(2) grayscale(1) !important;
    background: url("../img/paralaxStatsHomePage/paralax-stats.png") center center no-repeat, linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)) !important; }
  .mourningContrast-bw section.homeContact_v2 .map {
    filter: grayscale(1); }
  .mourningContrast-bw section.showcase .large-7 {
    filter: brightness(2) grayscale(1) !important; }
  .mourningContrast-bw .adminFront .menuOpen a.iconStart i {
    color: #fff; }
  .mourningContrast-bw .adminFront .menuOpen .is-accordion-submenu-parent > a:after {
    border-color: #fff transparent transparent; }
  .mourningContrast-bw .adminFront .menuOpen ul.topnav ul li a:hover {
    font-weight: bold !important; }
  .mourningContrast-bw .adminFront .adminInfo .profile-dropdown li a {
    background: #fff; }
    .mourningContrast-bw .adminFront .adminInfo .profile-dropdown li a strong {
      color: #fff !important; }
  .mourningContrast-bw .adminFront .adminInfo .ikonaAdmin {
    background: #231f20 !important; }
  .mourningContrast-bw .adminFront .adminInfo .profile-nest .logoProfileDrop div {
    background: #231f20 !important; }
  .mourningContrast-bw .adminFront .moduleInfo .buttonEditLiveNotActive a i, .mourningContrast-bw .adminFront .moduleInfo .buttonEditLiveNotActive a span {
    color: #231f20 !important; }
  .mourningContrast-bw .adminFront .moduleInfo .buttonEditLiveNotActive a:hover i, .mourningContrast-bw .adminFront .moduleInfo .buttonEditLiveNotActive a:hover span {
    color: #fff !important; }
  .mourningContrast-bw .adminFront .moduleInfo .moduleTitle {
    color: #fff; }
  .mourningContrast-bw .wi-gallery-photo-inner {
    border: 1px solid #fff !important; }
  .mourningContrast-bw .openWidgetWcag button img {
    filter: none !important; }
  .mourningContrast-bw .openWidgetWcag button:hover img {
    filter: sepia(1) !important; }
  .mourningContrast-bw footer img, .mourningContrast-bw header img {
    filter: brightness(2) grayscale(1) !important; }
  .mourningContrast-bw section.shoppingBasket .circle-cart {
    background: #231f20 !important;
    border: 1px solid #fff !important; }
    .mourningContrast-bw section.shoppingBasket .circle-cart i:before {
      color: #fff !important; }
  .mourningContrast-bw section.shoppingBasket .active-cart, .mourningContrast-bw section.shoppingBasket .last-cart {
    background: #fff !important;
    border: 1px solid #fff; }
    .mourningContrast-bw section.shoppingBasket .active-cart i:before, .mourningContrast-bw section.shoppingBasket .last-cart i:before {
      color: #231f20 !important; }
  .mourningContrast-bw section.shoppingBasket .active-hr, .mourningContrast-bw section.shoppingBasket .last-hr, .mourningContrast-bw section.shoppingBasket hr {
    border-bottom: 1px solid #fff !important; }
  .mourningContrast-bw section.shoppingBasket .order-info {
    border-top: 1px solid #fff !important; }
  .mourningContrast-bw section.shoppingBasket .summary {
    border-top: 2px solid #fff !important; }
  .mourningContrast-bw section.shoppingBasket .courier_option > div {
    border-color: #fff !important; }
    .mourningContrast-bw section.shoppingBasket .courier_option > div:hover {
      background-color: rgba(255, 255, 255, 0.3) !important; }
  .mourningContrast-bw section.shoppingBasket .courier_option .active {
    background-color: rgba(255, 255, 255, 0.3) !important; }
  .mourningContrast-bw section.shoppingBasket .submit_button_color {
    background-color: #231f20 !important;
    color: #fff !important;
    border: 1px solid #fff !important; }
  .mourningContrast-bw .label {
    background-color: #231f20 !important;
    border: 1px solid #fff !important;
    color: #fff !important; }
  .mourningContrast-bw section.productIndex .addToBasket .icon-cart-plus, .mourningContrast-bw section.ecommerceProduct .addToBasket .icon-cart-plus {
    color: #231f20 !important; }
  .mourningContrast-bw section.productIndex .addToBasket:hover, .mourningContrast-bw section.ecommerceProduct .addToBasket:hover {
    background-color: #231f20 !important; }
    .mourningContrast-bw section.productIndex .addToBasket:hover i, .mourningContrast-bw section.ecommerceProduct .addToBasket:hover i {
      color: #fff !important; }
  .mourningContrast-bw .menu-cart img {
    opacity: 1 !important;
    filter: unset !important; }
  .mourningContrast-bw section.menuBanner .banner_menu:after {
    background: #231f20 !important; }
  .mourningContrast-bw section.news .newsItem .image a {
    height: auto;
    width: 100%;
    position: relative;
    display: block; }
  .mourningContrast-bw section.menuBanner .banner_menu .item a img,
  .mourningContrast-bw section.importantSections .items .item a .image img,
  .mourningContrast-bw body.wcagContrast #mobileMenuBtn,
  .mourningContrast-bw header .information img {
    filter: invert(9%) sepia(10%) saturate(466%) hue-rotate(294deg) brightness(0%) contrast(76%) !important;
    opacity: 1 !important; }
  .mourningContrast-bw section.news .newsItem:after {
    background: #231f20 !important; }
  .mourningContrast-bw section.importantSections .items .item:hover a {
    border-color: #fff !important; }
  .mourningContrast-bw section.eventList .items .items-box .date_box .category {
    background: #fff !important;
    color: #231f20 !important; }
  .mourningContrast-bw footer .footerContactInfo ul li:before {
    color: #fff !important; }
  .mourningContrast-bw section.menuBanner .banner_menu .item:hover {
    background: #fff !important; }
  .mourningContrast-bw .paralaxStats:after, .mourningContrast-bw section.banner {
    background: #fff !important; }
  .mourningContrast-bw .deviceMobile .close-button img, .mourningContrast-bw .informationMobile .close-button img {
    filter: invert(9%) sepia(10%) saturate(466%) hue-rotate(294deg) brightness(0%) contrast(76%) !important;
    opacity: 1 !important; }
  .mourningContrast-bw .deviceMobile ul li, .mourningContrast-bw .informationMobile ul li {
    color: #231f20 !important; }
    .mourningContrast-bw .deviceMobile ul li a, .mourningContrast-bw .informationMobile ul li a {
      color: #231f20 !important; }
      .mourningContrast-bw .deviceMobile ul li a:hover, .mourningContrast-bw .informationMobile ul li a:hover {
        color: #231f20 !important; }
    .mourningContrast-bw .deviceMobile ul li:before, .mourningContrast-bw .informationMobile ul li:before {
      color: #231f20 !important; }
  .mourningContrast-bw section.banner .swiper-button-next, .mourningContrast-bw section.banner .swiper-button-prev {
    filter: grayscale(100) !important; }
  .mourningContrast-bw section.news .newsItem .flex-column a .dateCategory .date .day,
  .mourningContrast-bw section.eventList .items .items-box .date_box,
  .mourningContrast-bw header .menu_ {
    background: #231f20 !important; }
  .mourningContrast-bw section.news .newsItem .flex-column a .dateCategory .date .day span,
  .mourningContrast-bw section.eventList .items .items-box .date_box .data .small,
  .mourningContrast-bw section.eventList .items .items-box .date_box .data .big,
  .mourningContrast-bw section.issues ul li:before {
    color: #fff !important; }
  .mourningContrast-bw section.importantSections .items .item {
    background: #fff !important; }
  .mourningContrast-bw section.menuBanner .banner_menu .item a .content span,
  .mourningContrast-bw section.menuBanner .banner_menu .item a .content p,
  .mourningContrast-bw section.importantSections h2,
  .mourningContrast-bw section.importantSections .items .item a span,
  .mourningContrast-bw section.news .newsItem .flex-column a .content h3,
  .mourningContrast-bw section.news .newsItem .flex-column a .dateCategory .date .rest span,
  .mourningContrast-bw section.news .newsItem .flex-column a .content p,
  .mourningContrast-bw section.eventList h2,
  .mourningContrast-bw section.eventList .items .items-box .box_title h3,
  .mourningContrast-bw section.galleries h2,
  .mourningContrast-bw section.galleries .gallery_box .item h3 {
    color: #231f20 !important; }

section.recruitment,
section.recruitment2,
section.recruitment3,
section.form_contact {
  padding: 1rem 0 1rem !important; }
  section.recruitment h1, section.recruitment h3, section.recruitment h5,
  section.recruitment2 h1,
  section.recruitment2 h3,
  section.recruitment2 h5,
  section.recruitment3 h1,
  section.recruitment3 h3,
  section.recruitment3 h5,
  section.form_contact h1,
  section.form_contact h3,
  section.form_contact h5 {
    font-weight: 100; }
  section.recruitment h4,
  section.recruitment2 h4,
  section.recruitment3 h4,
  section.form_contact h4 {
    font-size: 18px; }
  section.recruitment h3,
  section.recruitment2 h3,
  section.recruitment3 h3,
  section.form_contact h3 {
    font-size: 24px; }
  section.recruitment .button,
  section.recruitment2 .button,
  section.recruitment3 .button,
  section.form_contact .button {
    width: 100%;
    margin: 0;
    border: 0;
    text-align: center;
    line-height: 20px;
    background: -webkit-linear-gradient(#84b512, #5a910d);
    background: -moz-linear-gradient(top, #84b512 0%, #5a910d 100%);
    color: #fff; }
    section.recruitment .button strong,
    section.recruitment2 .button strong,
    section.recruitment3 .button strong,
    section.form_contact .button strong {
      color: white; }
  section.recruitment .deActive,
  section.recruitment2 .deActive,
  section.recruitment3 .deActive,
  section.form_contact .deActive {
    background: #989898; }
  section.recruitment .green,
  section.recruitment2 .green,
  section.recruitment3 .green,
  section.form_contact .green {
    color: #84b512; }
  section.recruitment .panel,
  section.recruitment2 .panel,
  section.recruitment3 .panel,
  section.form_contact .panel {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #f2f2f2;
    color: #333; }

section.recruitmentBanner {
  background-attachment: fixed;
  background-size: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  max-height: 900px;
  min-height: 750px;
  position: relative; }
  section.recruitmentBanner h1, section.recruitmentBanner h4, section.recruitmentBanner strong, section.recruitmentBanner h3 {
    color: white;
    overflow: hidden; }
  section.recruitmentBanner .black h4, section.recruitmentBanner .black h1, section.recruitmentBanner .black strong {
    color: black; }
  section.recruitmentBanner .dark {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0; }
  section.recruitmentBanner .grid-container {
    position: relative; }
  section.recruitmentBanner .bL1 {
    font-size: 14px;
    opacity: 1.0;
    font-weight: 700;
    margin-top: 15px; }
  section.recruitmentBanner .bL2 {
    font-size: 60px;
    line-height: 1.1em;
    margin: -15px auto auto auto; }
  section.recruitmentBanner .bL3 {
    font-size: 48px;
    margin: auto auto auto 20%;
    line-height: 1.1em; }
  section.recruitmentBanner .bBreak {
    height: 370px; }
  section.recruitmentBanner .bL4 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    min-height: 150px; }
    section.recruitmentBanner .bL4 .button {
      display: inline-block;
      font-size: 28px;
      font-weight: 200;
      box-shadow: 0 0 5px #000;
      padding-top: 1rem;
      padding-right: 2rem;
      padding-bottom: 1.0625rem;
      max-width: 410px;
      width: 100%; }
    section.recruitmentBanner .bL4 h3 {
      display: block;
      padding: 10px 25px;
      border: dashed 1px #555;
      background: rgba(0, 0, 0, 0.5);
      font-size: 24px;
      font-weight: 200;
      max-width: 410px;
      width: 100%;
      text-align: center; }
    section.recruitmentBanner .bL4 h3, section.recruitmentBanner .bL4 strong {
      color: white !important; }

@media screen and (max-width: 1100px) {
  section.recruitmentBanner {
    background-size: auto 100%; } }
@media screen and (max-width: 702px) {
  section.recruitmentBanner .bL4 {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    margin-left: 0; } }
@media screen and (max-width: 500px) {
  section.recruitmentBanner {
    min-height: unset; }
    section.recruitmentBanner .bBreak {
      height: 240px; }
    section.recruitmentBanner .bL2 {
      font-size: 30px; }
    section.recruitmentBanner .bL3 {
      font-size: 24px; }
    section.recruitmentBanner .bL4 .go_to_form {
      font-size: 14px; }
    section.recruitmentBanner .bL4 h3 {
      font-size: 14px; } }
section.recruitment {
  padding: 0 0 1rem !important; }
  section.recruitment .content h2 {
    font-weight: 100;
    line-height: 1.3; }
  section.recruitment .content hr {
    border-top-width: 1px;
    border-color: #ddd;
    width: 70px;
    margin: 0 auto 50px auto;
    border-style: solid; }
  section.recruitment .singleProduct {
    height: 320px !important;
    position: relative; }
    section.recruitment .singleProduct a {
      margin: 0;
      padding: 0; }
      section.recruitment .singleProduct a .box {
        height: 320px;
        width: 100%; }
        section.recruitment .singleProduct a .box .greenLine {
          background: #71bb23 url(/media/icons/gradient_green.png) top no-repeat;
          height: 5px; }
        section.recruitment .singleProduct a .box .title {
          width: 100%;
          margin: 0;
          background: rgba(0, 0, 0, 0.5);
          color: #fff;
          text-align: center;
          font-size: 28px;
          font-weight: 700;
          line-height: 1.3em;
          padding: 15px 100px; }
        section.recruitment .singleProduct a .box .button {
          position: absolute;
          bottom: 0;
          font-weight: bold; }
  section.recruitment .head_active {
    text-align: center;
    font-family: "Open Sans Light", serif !important; }

section.recruitment2, section.recruitment3 {
  border-top: 1px dashed #ddd; }

section.recruitment2 img {
  height: 45px; }

section.recruitment3 img {
  max-height: 165px; }
section.recruitment3 .graphic img {
  max-height: 120px; }
section.recruitment3 .p_1, section.recruitment3 .p_2, section.recruitment3 .p_3, section.recruitment3 .p_4, section.recruitment3 .p_5, section.recruitment3 .p_6, section.recruitment3 .p_7 {
  height: inherit;
  border-width: 0 0 0 4px;
  font-weight: 300;
  font-size: 15px; }
section.recruitment3 .p_1 {
  background-color: rgba(132, 181, 18, 0.1);
  border-color: rgba(132, 181, 18, 0.2); }
section.recruitment3 .p_2 {
  background-color: rgba(132, 181, 18, 0.15);
  border-color: rgba(132, 181, 18, 0.25); }
section.recruitment3 .p_3 {
  background-color: rgba(132, 181, 18, 0.2);
  border-color: rgba(132, 181, 18, 0.3); }
section.recruitment3 .p_4 {
  background-color: rgba(132, 181, 18, 0.25);
  border-color: rgba(132, 181, 18, 0.35); }
section.recruitment3 .p_5 {
  background-color: rgba(132, 181, 18, 0.3);
  border-color: rgba(132, 181, 18, 0.4); }
section.recruitment3 .p_6 {
  background-color: rgba(132, 181, 18, 0.35);
  border-color: rgba(132, 181, 18, 0.45); }
section.recruitment3 .p_7 {
  background-color: rgba(132, 181, 18, 0.5);
  border-color: rgba(132, 181, 18, 0.6); }

section.form_contact {
  background-color: #3f3f40;
  background-size: cover;
  width: 100%;
  min-height: 180px;
  color: #fff;
  position: relative; }
  section.form_contact .box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 16, 16, 0.85); }
  section.form_contact .grid-container {
    position: relative; }
  section.form_contact strong, section.form_contact p, section.form_contact ol, section.form_contact li, section.form_contact h2, section.form_contact h3, section.form_contact a, section.form_contact label {
    color: white; }
  section.form_contact h3 {
    font-size: 24px; }
  section.form_contact .logo-form {
    max-width: 100%;
    height: auto; }
  section.form_contact .stanowisko input {
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    margin: 0;
    padding: 0; }
  section.form_contact .button {
    max-width: 400px;
    font-weight: 700;
    font-size: 16px; }
  section.form_contact .contact_form_row label {
    font-size: 14px; }
  section.form_contact .contact_form_row input, section.form_contact .contact_form_row select {
    max-width: 400px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px; }
  section.form_contact .contact_form_row select {
    background-color: rgba(132, 181, 18, 0.7);
    border: solid 1px #84b512;
    color: #fff; }
  section.form_contact .contact_form_row input {
    background-color: rgba(255, 255, 255, 0.7);
    border: solid 1px #fff;
    color: #000; }

.ebookInfo .ebookShort {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }
  .ebookInfo .ebookShort h1, .ebookInfo .ebookShort h5 {
    width: 100%;
    text-align: left; }
.ebookInfo .bold {
  font-weight: bold; }
.ebookInfo .border-ebook {
  border-bottom: 1px solid silver;
  border-top: 1px solid silver; }
.ebookInfo .button-ebook {
  position: relative; }
  .ebookInfo .button-ebook a {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%); }

#requireEmailModal h3 {
  color: #252638;
  font-size: 25px; }
#requireEmailModal .fieldConfirm {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 25px; }
  #requireEmailModal .fieldConfirm label {
    color: #858585; }
    #requireEmailModal .fieldConfirm label a, #requireEmailModal .fieldConfirm label span {
      color: #252638;
      font-weight: bold;
      cursor: pointer; }
      #requireEmailModal .fieldConfirm label a:hover, #requireEmailModal .fieldConfirm label span:hover {
        color: black; }
#requireEmailModal .close-button:hover span {
  color: #252638 !important; }

#regulations h3 {
  color: #252638;
  font-size: 25px; }
#regulations .close-button:hover a {
  color: #252638 !important; }

.grecaptcha-badge {
  opacity: 0; }

.paragraphGreater svg, .LineGreater svg, .LetterGreater svg, .WordGreater svg, .siteContrast svg {
  filter: brightness(0) invert(1); }

.tooltip {
  text-align: center !important; }

.wcagWidget {
  display: none;
  overflow: hidden;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  background: #000;
  border-bottom: 5px solid #fcfc00;
  padding: 25px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  max-height: 160px;
  transition: max-height 0.8s ease-in-out, padding 0.8s ease-in-out; }
  .wcagWidget span {
    text-transform: uppercase;
    color: #fcfc00 !important;
    font-size: 15px !important;
    font-weight: bold; }
  .wcagWidget .buttonWcag {
    height: 80px; }
    .wcagWidget .buttonWcag button {
      background: transparent;
      color: #fcfc00 !important;
      margin: 0;
      padding: 15px;
      font-weight: bold; }
      .wcagWidget .buttonWcag button.siteContrast {
        font-size: 40px; }
      .wcagWidget .buttonWcag button.fontSmaller {
        font-size: 15px; }
      .wcagWidget .buttonWcag button.fontReset {
        font-size: 20px; }
      .wcagWidget .buttonWcag button:hover, .wcagWidget .buttonWcag button:active, .wcagWidget .buttonWcag button:focus {
        background: #fcfc00;
        color: #000; }
  .wcagWidget .buttonWcagSize {
    padding-top: 10px;
    color: #fcfc00 !important;
    font-size: 20px; }
  .wcagWidget .buttonWcagContrast {
    width: 130px; }
    @media screen and (max-width: 400px) {
      .wcagWidget .buttonWcagContrast {
        width: auto; } }
  @media screen and (max-width: 400px) {
    .wcagWidget {
      padding: 5px; } }
  .wcagWidget .closeWidget {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    padding: 5px 10px; }

.hideWcagWidget {
  padding: 0 25px;
  max-height: 0;
  border-bottom: none; }

body.wcagContrast {
  background: #231f20 !important;
  color: #fcfc00 !important; }
  body.wcagContrast .calendar-row .header {
    color: #fcfc00 !important;
    border-bottom: 1px solid #fcfc00 !important; }
  body.wcagContrast footer .copyright #clientCopyright, body.wcagContrast footer .copyright #webimpuls {
    opacity: 1;
    color: #fcfc00; }
  body.wcagContrast a:focus {
    outline-color: #fcfc00; }
  body.wcagContrast input, body.wcagContrast select, body.wcagContrast option, body.wcagContrast textarea {
    background: #fcfc00 !important;
    border-color: #fcfc00 !important; }
  body.wcagContrast ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #231f20 !important; }
  body.wcagContrast :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #231f20 !important;
    opacity: 1; }
  body.wcagContrast ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #231f20 !important;
    opacity: 1; }
  body.wcagContrast :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #231f20 !important; }
  body.wcagContrast ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #231f20 !important; }
  body.wcagContrast ::placeholder {
    /* Most modern browsers support this now. */
    color: #231f20 !important; }
  body.wcagContrast input:-webkit-autofill,
  body.wcagContrast input:-webkit-autofill:hover,
  body.wcagContrast input:-webkit-autofill:focus,
  body.wcagContrast textarea:-webkit-autofill,
  body.wcagContrast textarea:-webkit-autofill:hover,
  body.wcagContrast textarea:-webkit-autofill:focus,
  body.wcagContrast select:-webkit-autofill,
  body.wcagContrast select:-webkit-autofill:hover,
  body.wcagContrast select:-webkit-autofill:focus {
    border: 1px solid #fcfc00;
    -webkit-text-fill-color: yellow;
    -webkit-box-shadow: 0 0 0 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s; }
  body.wcagContrast #example-dropdown-menu-cart .first {
    border-color: #fcfc00 !important; }
  body.wcagContrast .amount-cart {
    background: #231f20 !important;
    border: 2px solid #fcfc00 !important;
    color: #fcfc00 !important; }
  body.wcagContrast .nolification-content-box {
    border: 1px solid #fcfc00 !important;
    background: #231f20 !important; }
  body.wcagContrast ::-webkit-scrollbar {
    width: 12px;
    /* width of the entire scrollbar */ }
  body.wcagContrast ::-webkit-scrollbar-track {
    background: #231f20;
    /* color of the tracking area */ }
  body.wcagContrast ::-webkit-scrollbar-thumb {
    background-color: #fcfc00;
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 3px solid #231f20;
    /* creates padding around scroll thumb */ }
  body.wcagContrast .dropdown.menu.medium-horizontal > li.last.is-dropdown-submenu-parent > a::after {
    border-color: #fcfc00 transparent transparent; }
  body.wcagContrast .tooltip {
    color: #fcfc00 !important;
    border: 1px solid #fcfc00 !important; }
  body.wcagContrast .tooltip.bottom::before {
    border-color: transparent transparent #fcfc00 !important; }
  body.wcagContrast .tooltip.top::before {
    border-color: #fcfc00 transparent transparent !important; }
  body.wcagContrast .tooltip.left::before {
    border-color: transparent transparent transparent #fcfc00 !important; }
  body.wcagContrast .tooltip.right::before {
    border-color: transparent #fcfc00 transparent transparent !important; }
  body.wcagContrast .img-wcag {
    background: yellow !important; }
    body.wcagContrast .img-wcag img {
      opacity: 0.3 !important; }
  body.wcagContrast #mobileMenuBtn {
    filter: brightness(2); }
  body.wcagContrast a {
    color: #fcfc00 !important; }
    body.wcagContrast a:hover {
      color: white; }
  body.wcagContrast a > strong {
    color: #231f20 !important; }
    body.wcagContrast a > strong:hover {
      color: #fcfc00 !important; }
  body.wcagContrast h2, body.wcagContrast h3, body.wcagContrast h4, body.wcagContrast label, body.wcagContrast h1, body.wcagContrast h5, body.wcagContrast h6, body.wcagContrast p, body.wcagContrast span, body.wcagContrast li, body.wcagContrast ul, body.wcagContrast a, body.wcagContrast i {
    color: #fcfc00 !important; }
  body.wcagContrast img {
    filter: sepia(1); }
  body.wcagContrast .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #fcfc00 transparent transparent; }
  body.wcagContrast .dropdown.menu > li.opens-right > .is-dropdown-submenu {
    border: 1px solid #fcfc00 !important; }
  body.wcagContrast .dropdown.menu .vertical > li.opens-right > a::after {
    border-color: transparent transparent transparent #fcfc00; }
  body.wcagContrast nav.mainMenu ul {
    border-top: 1px solid #fcfc00; }
  body.wcagContrast .triangle-bottom {
    border-bottom: 40px solid #231f20 !important;
    border-left: 40px solid #231f20 !important; }
  body.wcagContrast .triangle-content {
    background-color: #231f20 !important; }
  body.wcagContrast .href-box {
    outline: 3px solid #fcfc00 !important; }
  body.wcagContrast .paragraphGreater svg, body.wcagContrast .LineGreater svg, body.wcagContrast .LetterGreater svg, body.wcagContrast .WordGreater svg, body.wcagContrast .siteContrast svg {
    filter: brightness(0) invert(0); }
  body.wcagContrast .paragraphGreater:hover svg, body.wcagContrast .LineGreater:hover svg, body.wcagContrast .LetterGreater:hover svg, body.wcagContrast .WordGreater:hover svg, body.wcagContrast .siteContrast:hover svg {
    filter: invert(99%) sepia(84%) saturate(4000%) hue-rotate(1deg) brightness(103%) contrast(101%); }
  body.wcagContrast header {
    border-top: 5px solid #fcfc00; }
    body.wcagContrast header .large-9 img {
      filter: brightness(2); }
    body.wcagContrast header .top-bar .dropdown.menu a {
      color: #fcfc00 !important;
      background: #231f20; }
      body.wcagContrast header .top-bar .dropdown.menu a:hover {
        color: white; }
    body.wcagContrast header .js-off-canvas-overlay {
      background: #231f20;
      opacity: 0.6; }
    body.wcagContrast header .multilevel-offcanvas {
      background: #231f20 !important; }
    body.wcagContrast header .deviceMobile button span:hover {
      color: #fcfc00 !important; }
  body.wcagContrast .sticky-container .sticky {
    background: #000; }
    body.wcagContrast .sticky-container .sticky .menuMainSite {
      color: #fff; }
      body.wcagContrast .sticky-container .sticky .menuMainSite:hover, body.wcagContrast .sticky-container .sticky .menuMainSite.active {
        color: #fcfc00 !important; }
  body.wcagContrast .button {
    background: #fcfc00 !important;
    color: #000 !important; }
    body.wcagContrast .button:hover {
      background: #000 !important;
      color: #fcfc00 !important; }
  body.wcagContrast section.blog .border-bottom {
    border-bottom: 8px solid #fcfc00; }
  body.wcagContrast section.blog .text-box {
    background: #231f20; }
  body.wcagContrast section.blog .border {
    background: #fcfc00;
    border-bottom: 1px solid #fcfc00; }
  body.wcagContrast .wcag-bar {
    background: black;
    border-bottom: 1px solid #fcfc00; }
  body.wcagContrast section.welcome .bg {
    filter: sepia(1); }
  body.wcagContrast section.newses .button {
    border: transparent; }
  body.wcagContrast section.homeContact {
    background-blend-mode: color-burn; }
  body.wcagContrast section.newses .date {
    background: #231f20 !important;
    border: 2px solid transparent; }
    body.wcagContrast section.newses .date:hover {
      background: #231f20 !important;
      border: 2px solid #fcfc00; }
  body.wcagContrast section.banner .itemBanner .bannerInfo, body.wcagContrast .mainMenu ul li.last a[title="Strefa klienta"] {
    box-shadow: none; }
  body.wcagContrast section.blogIndex .singleArticle .content {
    border: 1px solid #fcfc00; }
  body.wcagContrast section.blogIndex .singleArticle .content,
  body.wcagContrast section.newses .news,
  body.wcagContrast section.info,
  body.wcagContrast .mainMenu ul li.last a[title="Strefa klienta"],
  body.wcagContrast .info-bar,
  body.wcagContrast section.banner .itemBanner .bannerInfo,
  body.wcagContrast section.welcome,
  body.wcagContrast section.welcome2,
  body.wcagContrast section.ecommerceBlock,
  body.wcagContrast section.ecommerceBlocks,
  body.wcagContrast section.ecommerceBlock2,
  body.wcagContrast section.productsCatalog,
  body.wcagContrast section.news,
  body.wcagContrast section.opinion,
  body.wcagContrast section.homeContact_v2,
  body.wcagContrast section.employeeBlock,
  body.wcagContrast section.adminFront,
  body.wcagContrast section.article,
  body.wcagContrast section.Partners,
  body.wcagContrast section.homeContact,
  body.wcagContrast section.blog,
  body.wcagContrast footer,
  body.wcagContrast .bannerInfo > .grid-container,
  body.wcagContrast header,
  body.wcagContrast nav.mainMenu ul,
  body.wcagContrast nav.mainMenu ul li,
  body.wcagContrast .dropdown-pane,
  body.wcagContrast .dropdown-pane ul li a,
  body.wcagContrast header .menu_,
  body.wcagContrast section.menuBanner .banner_menu,
  body.wcagContrast section.menuBanner,
  body.wcagContrast section.double_section,
  body.wcagContrast section.news .newsItem,
  body.wcagContrast section.importantSections .items .item,
  body.wcagContrast section.eventList .items .items-box,
  body.wcagContrast section.herbs,
  body.wcagContrast section.eventList .items .items-box .date_box,
  body.wcagContrast section.news .newsItem .flex-column a .dateCategory .date .rest,
  body.wcagContrast section.news .newsItem .flex-column a .dateCategory .date .day,
  body.wcagContrast section.news .newsItem .flex-column a .dateCategory .date,
  body.wcagContrast .goog-te-gadget-simple,
  body.wcagContrast .articleContact .backgroundContact {
    background-color: #231f20 !important; }
  body.wcagContrast section.showcase .contentCell {
    outline: 1px solid yellow;
    margin-left: 1px;
    background: #231f20; }
  body.wcagContrast section.showcase .showcaseMenu button {
    color: #fcfc00 !important; }
  body.wcagContrast section.opinion .swiper-button-next, body.wcagContrast section.opinion .swiper-button-prev {
    filter: brightness(2); }
  body.wcagContrast section.ecommerceBlocks .cell, body.wcagContrast section.ecommerceBlock .ecommerceBlockColor .cell {
    outline: 1px solid #fcfc00;
    background: #231f20; }
  body.wcagContrast section.welcome2 {
    border-top: 10px solid #fcfc00; }
  body.wcagContrast section.paralaxStats {
    background: url("../../../../../media/assets/homepagephoto/paralax-stats.png") center center no-repeat, linear-gradient(to bottom, rgba(252, 252, 0, 0.9), rgba(252, 252, 0, 0.9)) !important; }
    body.wcagContrast section.paralaxStats h2, body.wcagContrast section.paralaxStats h3, body.wcagContrast section.paralaxStats p {
      color: #231f20 !important; }
  body.wcagContrast section.homeContact_v2 .map {
    filter: sepia(1); }
  body.wcagContrast section.banner .bannerImg {
    background: #fcfc00; }
    body.wcagContrast section.banner .bannerImg img {
      opacity: 0.3; }
  body.wcagContrast section.showcase .large-7 {
    filter: sepia(1) !important; }
  body.wcagContrast section.shoppingBasket .circle-cart {
    background: #231f20 !important;
    border: 1px solid #fcfc00 !important; }
    body.wcagContrast section.shoppingBasket .circle-cart i:before {
      color: #fcfc00 !important; }
  body.wcagContrast section.shoppingBasket .active-cart, body.wcagContrast section.shoppingBasket .last-cart {
    background: #fcfc00 !important;
    border: 1px solid #fcfc00; }
    body.wcagContrast section.shoppingBasket .active-cart i:before, body.wcagContrast section.shoppingBasket .last-cart i:before {
      color: #231f20 !important; }
  body.wcagContrast section.shoppingBasket .active-hr, body.wcagContrast section.shoppingBasket .last-hr, body.wcagContrast section.shoppingBasket hr {
    border-bottom: 1px solid #fcfc00 !important; }
  body.wcagContrast section.shoppingBasket .order-info {
    border-top: 1px solid #fcfc00 !important; }
  body.wcagContrast section.shoppingBasket .summary {
    border-top: 2px solid #fcfc00 !important; }
  body.wcagContrast section.shoppingBasket .courier_option > div {
    border-color: #fcfc00 !important; }
    body.wcagContrast section.shoppingBasket .courier_option > div:hover {
      background-color: rgba(252, 252, 0, 0.3) !important; }
  body.wcagContrast section.shoppingBasket .courier_option .active {
    background-color: rgba(252, 252, 0, 0.3) !important; }
  body.wcagContrast section.shoppingBasket .submit_button_color {
    background-color: #231f20 !important;
    color: #fcfc00 !important;
    border: 1px solid #fcfc00 !important; }
  body.wcagContrast .label {
    background-color: #231f20 !important;
    border: 1px solid #fcfc00 !important;
    color: #fcfc00 !important; }
  body.wcagContrast section.productIndex .addToBasket .icon-cart-plus, body.wcagContrast section.ecommerceProduct .addToBasket .icon-cart-plus {
    color: #231f20 !important; }
  body.wcagContrast section.productIndex .addToBasket:hover, body.wcagContrast section.ecommerceProduct .addToBasket:hover {
    background-color: #231f20 !important; }
    body.wcagContrast section.productIndex .addToBasket:hover i, body.wcagContrast section.ecommerceProduct .addToBasket:hover i {
      color: #fcfc00 !important; }
  body.wcagContrast .menu-cart img {
    opacity: 1 !important;
    filter: unset !important; }
  body.wcagContrast footer .large-3 img {
    filter: brightness(2) !important; }
  body.wcagContrast .adminFront .menuOpen a.iconStart i {
    color: #fcfc00; }
  body.wcagContrast .adminFront .menuOpen .is-accordion-submenu-parent > a:after {
    border-color: #fcfc00 transparent transparent; }
  body.wcagContrast .adminFront .menuOpen ul.topnav ul li a:hover {
    font-weight: bold !important; }
  body.wcagContrast .adminFront .adminInfo .profile-dropdown li a {
    background: #fcfc00; }
    body.wcagContrast .adminFront .adminInfo .profile-dropdown li a strong {
      color: #fcfc00 !important; }
  body.wcagContrast .adminFront .adminInfo .ikonaAdmin {
    background: #231f20 !important; }
  body.wcagContrast .adminFront .adminInfo .profile-nest .logoProfileDrop div {
    background: #231f20 !important; }
  body.wcagContrast .adminFront .moduleInfo .buttonEditLiveNotActive a i, body.wcagContrast .adminFront .moduleInfo .buttonEditLiveNotActive a span {
    color: #231f20 !important; }
  body.wcagContrast .adminFront .moduleInfo .buttonEditLiveNotActive a:hover i, body.wcagContrast .adminFront .moduleInfo .buttonEditLiveNotActive a:hover span {
    color: #fcfc00 !important; }
  body.wcagContrast .adminFront .moduleInfo .moduleTitle {
    color: #fcfc00; }
  body.wcagContrast .wi-gallery-photo-inner {
    border: 1px solid #fcfc00 !important; }
  body.wcagContrast .openWidgetWcag button img {
    filter: none !important; }
  body.wcagContrast .openWidgetWcag button:hover img {
    filter: sepia(1) !important; }
  body.wcagContrast section.menuBanner .banner_menu:after {
    background: #fcfc00 !important; }
  body.wcagContrast section.news .newsItem .image a {
    height: auto;
    width: 100%;
    position: relative;
    display: block; }
  body.wcagContrast section.menuBanner .banner_menu .item a img,
  body.wcagContrast section.importantSections .items .item a .image img,
  body.wcagContrast body.wcagContrast #mobileMenuBtn,
  body.wcagContrast header .information img {
    filter: invert(60%) sepia(72%) saturate(1022%) hue-rotate(2deg) brightness(173%) contrast(106%); }
  body.wcagContrast section.news .newsItem:after {
    background: #fcfc00 !important; }
  body.wcagContrast section.importantSections .items .item:hover a {
    border-color: #fcfc00 !important; }
  body.wcagContrast section.eventList .items .items-box .date_box .category {
    background: #fcfc00 !important;
    color: #231f20 !important; }
  body.wcagContrast footer .footerContactInfo ul li:before {
    color: #fcfc00 !important; }
  body.wcagContrast section.menuBanner .banner_menu .item:hover {
    background: #231f20 !important; }
  body.wcagContrast .deviceMobile .close-button img, body.wcagContrast .informationMobile .close-button img {
    filter: invert(60%) sepia(72%) saturate(1022%) hue-rotate(2deg) brightness(173%) contrast(106%) !important; }
  body.wcagContrast .deviceMobile ul li, body.wcagContrast .informationMobile ul li {
    color: #fcfc00 !important; }
    body.wcagContrast .deviceMobile ul li a, body.wcagContrast .informationMobile ul li a {
      color: #fcfc00 !important; }
      body.wcagContrast .deviceMobile ul li a:hover, body.wcagContrast .informationMobile ul li a:hover {
        color: #fcfc00 !important; }
    body.wcagContrast .deviceMobile ul li:before, body.wcagContrast .informationMobile ul li:before {
      color: #fcfc00 !important; }
  body.wcagContrast section.banner .swiper-button-next, body.wcagContrast section.banner .swiper-button-prev {
    filter: grayscale(1) !important; }
  body.wcagContrast section.issues ul li:before {
    color: #fcfc00 !important; }

body.wcagContrast-yb {
  background: #fcfc00 !important;
  color: #231f20 !important; }
  body.wcagContrast-yb .calendar-row .header {
    color: #231f20 !important;
    border-bottom: 1px solid #231f20 !important; }
  body.wcagContrast-yb footer .copyright #clientCopyright, body.wcagContrast-yb footer .copyright #webimpuls {
    opacity: 1;
    color: #231f20; }
  body.wcagContrast-yb a:focus {
    outline-color: #231f20; }
  body.wcagContrast-yb input, body.wcagContrast-yb select, body.wcagContrast-yb option, body.wcagContrast-yb textarea {
    background: #231f20 !important;
    color: #fcfc00 !important;
    border-color: #231f20 !important; }
  body.wcagContrast-yb ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fcfc00 !important; }
  body.wcagContrast-yb :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fcfc00 !important;
    opacity: 1; }
  body.wcagContrast-yb ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fcfc00 !important;
    opacity: 1; }
  body.wcagContrast-yb :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fcfc00 !important; }
  body.wcagContrast-yb ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fcfc00 !important; }
  body.wcagContrast-yb ::placeholder {
    /* Most modern browsers support this now. */
    color: #fcfc00 !important; }
  body.wcagContrast-yb input:-webkit-autofill,
  body.wcagContrast-yb input:-webkit-autofill:hover,
  body.wcagContrast-yb input:-webkit-autofill:focus,
  body.wcagContrast-yb textarea:-webkit-autofill,
  body.wcagContrast-yb textarea:-webkit-autofill:hover,
  body.wcagContrast-yb textarea:-webkit-autofill:focus,
  body.wcagContrast-yb select:-webkit-autofill,
  body.wcagContrast-yb select:-webkit-autofill:hover,
  body.wcagContrast-yb select:-webkit-autofill:focus {
    border: 1px solid #231f20;
    -webkit-text-fill-color: #fcfc00;
    -webkit-box-shadow: 0 0 0 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s; }
  body.wcagContrast-yb #example-dropdown-menu-cart .first {
    border-color: #231f20 !important; }
  body.wcagContrast-yb .amount-cart {
    background: #fcfc00 !important;
    border: 2px solid #231f20 !important;
    color: #231f20 !important; }
  body.wcagContrast-yb .nolification-content-box {
    border: 1px solid #231f20 !important;
    background: #fcfc00 !important; }
  body.wcagContrast-yb ::-webkit-scrollbar {
    width: 12px;
    /* width of the entire scrollbar */ }
  body.wcagContrast-yb ::-webkit-scrollbar-track {
    background: #fcfc00;
    /* color of the tracking area */ }
  body.wcagContrast-yb ::-webkit-scrollbar-thumb {
    background-color: #231f20;
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 3px solid #fcfc00;
    /* creates padding around scroll thumb */ }
  body.wcagContrast-yb .tooltip {
    background-color: #fcfc00 !important;
    color: #231f20 !important;
    border: 1px solid #231f20 !important; }
  body.wcagContrast-yb .tooltip.bottom::before {
    border-color: transparent transparent #231f20 !important; }
  body.wcagContrast-yb .tooltip.top::before {
    border-color: #231f20 transparent transparent !important; }
  body.wcagContrast-yb .tooltip.left::before {
    border-color: transparent transparent transparent #231f20 !important; }
  body.wcagContrast-yb .tooltip.right::before {
    border-color: transparent #231f20 transparent transparent !important; }
  body.wcagContrast-yb #mobileMenuBtn {
    filter: grayscale(2) brightness(0); }
  body.wcagContrast-yb .dropdown.menu.medium-horizontal > li.last.is-dropdown-submenu-parent > a::after {
    border-color: #231f20 transparent transparent; }
  body.wcagContrast-yb a {
    color: #231f20 !important; }
    body.wcagContrast-yb a:hover {
      color: white; }
  body.wcagContrast-yb a > strong {
    color: #fcfc00 !important; }
    body.wcagContrast-yb a > strong:hover {
      color: #231f20 !important; }
  body.wcagContrast-yb h2, body.wcagContrast-yb h3, body.wcagContrast-yb h4, body.wcagContrast-yb label, body.wcagContrast-yb h1, body.wcagContrast-yb h5, body.wcagContrast-yb h6, body.wcagContrast-yb p, body.wcagContrast-yb span, body.wcagContrast-yb li, body.wcagContrast-yb ul, body.wcagContrast-yb a, body.wcagContrast-yb i {
    color: #231f20 !important; }
  body.wcagContrast-yb img {
    filter: grayscale(100%); }
  body.wcagContrast-yb .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #231f20 transparent transparent; }
  body.wcagContrast-yb .dropdown.menu > li.opens-right > .is-dropdown-submenu {
    border: 1px solid #231f20 !important; }
  body.wcagContrast-yb .dropdown.menu .vertical > li.opens-right > a::after {
    border-color: transparent transparent transparent #231f20; }
  body.wcagContrast-yb nav.mainMenu ul {
    border-top: 1px solid #231f20; }
  body.wcagContrast-yb .triangle-bottom {
    border-bottom: 40px solid #fcfc00 !important;
    border-left: 40px solid #fcfc00 !important; }
  body.wcagContrast-yb .triangle-content {
    background-color: #fcfc00 !important; }
  body.wcagContrast-yb .href-box {
    outline: 3px solid #231f20 !important; }
  body.wcagContrast-yb .paragraphGreater svg, body.wcagContrast-yb .LineGreater svg, body.wcagContrast-yb .LetterGreater svg, body.wcagContrast-yb .WordGreater svg, body.wcagContrast-yb .siteContrast svg {
    filter: brightness(0) invert(0); }
  body.wcagContrast-yb .paragraphGreater:hover svg, body.wcagContrast-yb .LineGreater:hover svg, body.wcagContrast-yb .LetterGreater:hover svg, body.wcagContrast-yb .WordGreater:hover svg, body.wcagContrast-yb .siteContrast:hover svg {
    filter: invert(99%) sepia(84%) saturate(4000%) hue-rotate(1deg) brightness(103%) contrast(101%); }
  body.wcagContrast-yb header {
    border-top: 5px solid #231f20; }
    body.wcagContrast-yb header .top-bar .dropdown.menu a {
      color: #231f20 !important;
      background: #fcfc00; }
      body.wcagContrast-yb header .top-bar .dropdown.menu a:hover {
        color: white; }
    body.wcagContrast-yb header .js-off-canvas-overlay {
      background: #231f20;
      opacity: 0.6; }
    body.wcagContrast-yb header .deviceMobile button span {
      color: #231f20 !important; }
    body.wcagContrast-yb header .multilevel-offcanvas {
      background: #fcfc00 !important; }
  body.wcagContrast-yb .sticky-container .sticky {
    background: #fcfc00; }
    body.wcagContrast-yb .sticky-container .sticky .menuMainSite {
      color: #fff; }
      body.wcagContrast-yb .sticky-container .sticky .menuMainSite:hover, body.wcagContrast-yb .sticky-container .sticky .menuMainSite.active {
        color: #231f20 !important; }
  body.wcagContrast-yb .button {
    background: #231f20 !important;
    color: #fcfc00 !important; }
    body.wcagContrast-yb .button:hover {
      background: #fcfc00 !important;
      color: #231f20 !important; }
  body.wcagContrast-yb section.blog .border-bottom {
    border-bottom: 8px solid #231f20; }
  body.wcagContrast-yb section.blog .text-box {
    background: #fcfc00; }
  body.wcagContrast-yb section.blog .border {
    background: #231f20;
    border-bottom: 1px solid #231f20; }
  body.wcagContrast-yb .wcag-bar {
    background: #fcfc00;
    border-bottom: 1px solid #231f20; }
  body.wcagContrast-yb section.homeContact {
    background: #fcfc00 !important; }
  body.wcagContrast-yb section.newses .date {
    background: #fcfc00 !important;
    border: 2px solid transparent; }
    body.wcagContrast-yb section.newses .date:hover {
      background: #fcfc00 !important;
      border: 2px solid #231f20; }
  body.wcagContrast-yb section.welcome .bg {
    filter: grayscale(100%); }
  body.wcagContrast-yb section.newses .button {
    border: transparent; }
  body.wcagContrast-yb footer .footerContactInfo {
    background: none; }
  body.wcagContrast-yb section.banner .itemBanner .bannerInfo, body.wcagContrast-yb .mainMenu ul li.last a[title="Strefa klienta"] {
    box-shadow: none; }
  body.wcagContrast-yb section.blogIndex .singleArticle .content {
    border: 1px solid #231f20; }
  body.wcagContrast-yb section.blogIndex .singleArticle .content,
  body.wcagContrast-yb section.newses .news,
  body.wcagContrast-yb section.info,
  body.wcagContrast-yb section.banner .itemBanner .bannerInfo,
  body.wcagContrast-yb .mainMenu ul li.last a[title="Strefa klienta"],
  body.wcagContrast-yb .info-bar,
  body.wcagContrast-yb section.welcome,
  body.wcagContrast-yb section.welcome2,
  body.wcagContrast-yb section.ecommerceBlock,
  body.wcagContrast-yb section.ecommerceBlocks,
  body.wcagContrast-yb section.ecommerceBlock2,
  body.wcagContrast-yb section.productsCatalog,
  body.wcagContrast-yb section.news,
  body.wcagContrast-yb section.opinion,
  body.wcagContrast-yb section.homeContact_v2,
  body.wcagContrast-yb section.employeeBlock,
  body.wcagContrast-yb section.adminFront,
  body.wcagContrast-yb section.article,
  body.wcagContrast-yb section.Partners,
  body.wcagContrast-yb section.homeContact,
  body.wcagContrast-yb section.blog,
  body.wcagContrast-yb footer,
  body.wcagContrast-yb .bannerInfo > .grid-container,
  body.wcagContrast-yb header,
  body.wcagContrast-yb nav.mainMenu ul,
  body.wcagContrast-yb nav.mainMenu ul li,
  body.wcagContrast-yb .dropdown-pane,
  body.wcagContrast-yb .dropdown-pane ul li a,
  body.wcagContrast-yb header .menu_,
  body.wcagContrast-yb section.menuBanner .banner_menu,
  body.wcagContrast-yb section.menuBanner,
  body.wcagContrast-yb section.double_section,
  body.wcagContrast-yb section.news .newsItem,
  body.wcagContrast-yb section.importantSections .items .item,
  body.wcagContrast-yb section.eventList .items .items-box,
  body.wcagContrast-yb section.herbs,
  body.wcagContrast-yb section.eventList .items .items-box .date_box,
  body.wcagContrast-yb section.news .newsItem .flex-column a .dateCategory .date .rest,
  body.wcagContrast-yb section.news .newsItem .flex-column a .dateCategory .date .day,
  body.wcagContrast-yb section.news .newsItem .flex-column a .dateCategory .date,
  body.wcagContrast-yb .goog-te-gadget-simple,
  body.wcagContrast-yb .articleContact .backgroundContact {
    background-color: #fcfc00 !important; }
  body.wcagContrast-yb section.showcase .contentCell {
    outline: 1px solid yellow;
    margin-left: 1px;
    background: #fcfc00; }
  body.wcagContrast-yb section.opinion .swiper-button-next, body.wcagContrast-yb section.opinion .swiper-button-prev {
    filter: brightness(0); }
  body.wcagContrast-yb section.ecommerceBlocks .cell, body.wcagContrast-yb section.ecommerceBlock .ecommerceBlockColor .cell {
    outline: 1px solid #231f20;
    background: #fcfc00; }
  body.wcagContrast-yb section.welcome2 {
    border-top: 10px solid #231f20; }
  body.wcagContrast-yb section.paralaxStats {
    filter: grayscale(100%);
    background: url("../../../../../media/assets/homepagephoto/paralax-stats.png") center center no-repeat, linear-gradient(to bottom, rgba(252, 252, 0, 0.9), rgba(252, 252, 0, 0.9)) !important; }
  body.wcagContrast-yb section.homeContact_v2 .map {
    filter: grayscale(100%); }
  body.wcagContrast-yb section.showcase .large-7 {
    filter: grayscale(100%); }
  body.wcagContrast-yb .adminFront .menuOpen a.iconStart i {
    color: #231f20; }
  body.wcagContrast-yb .adminFront .menuOpen .is-accordion-submenu-parent > a:after {
    border-color: #231f20 transparent transparent; }
  body.wcagContrast-yb .adminFront .menuOpen ul.topnav ul li a:hover {
    font-weight: bold !important; }
  body.wcagContrast-yb .adminFront .adminInfo .profile-dropdown li a {
    background: #231f20; }
    body.wcagContrast-yb .adminFront .adminInfo .profile-dropdown li a strong {
      color: #231f20 !important; }
  body.wcagContrast-yb .adminFront .adminInfo .ikonaAdmin {
    background: #fcfc00 !important; }
  body.wcagContrast-yb .adminFront .adminInfo .profile-nest .logoProfileDrop div {
    background: #fcfc00 !important; }
  body.wcagContrast-yb .adminFront .moduleInfo .buttonEditLiveNotActive a i, body.wcagContrast-yb .adminFront .moduleInfo .buttonEditLiveNotActive a span {
    color: #fcfc00 !important; }
  body.wcagContrast-yb .adminFront .moduleInfo .buttonEditLiveNotActive a:hover i, body.wcagContrast-yb .adminFront .moduleInfo .buttonEditLiveNotActive a:hover span {
    color: #231f20 !important; }
  body.wcagContrast-yb .adminFront .moduleInfo .moduleTitle {
    color: #231f20; }
  body.wcagContrast-yb .wi-gallery-photo-inner {
    border: 1px solid #231f20 !important; }
  body.wcagContrast-yb .openWidgetWcag button img {
    filter: none !important; }
  body.wcagContrast-yb .openWidgetWcag button:hover img {
    filter: sepia(1) !important; }
  body.wcagContrast-yb footer .large-3 img {
    filter: brightness(0); }
  body.wcagContrast-yb section.shoppingBasket .circle-cart {
    background: #fcfc00 !important;
    border: 1px solid #231f20 !important; }
    body.wcagContrast-yb section.shoppingBasket .circle-cart i:before {
      color: #231f20 !important; }
  body.wcagContrast-yb section.shoppingBasket .active-cart, body.wcagContrast-yb section.shoppingBasket .last-cart {
    background: #231f20 !important;
    border: 1px solid #231f20; }
    body.wcagContrast-yb section.shoppingBasket .active-cart i:before, body.wcagContrast-yb section.shoppingBasket .last-cart i:before {
      color: #fcfc00 !important; }
  body.wcagContrast-yb section.shoppingBasket .active-hr, body.wcagContrast-yb section.shoppingBasket .last-hr, body.wcagContrast-yb section.shoppingBasket hr {
    border-bottom: 1px solid #231f20 !important; }
  body.wcagContrast-yb section.shoppingBasket .order-info {
    border-top: 1px solid #231f20 !important; }
  body.wcagContrast-yb section.shoppingBasket .summary {
    border-top: 2px solid #231f20 !important; }
  body.wcagContrast-yb section.shoppingBasket .courier_option > div {
    border-color: #231f20 !important; }
    body.wcagContrast-yb section.shoppingBasket .courier_option > div:hover {
      background-color: rgba(35, 31, 32, 0.3) !important; }
  body.wcagContrast-yb section.shoppingBasket .courier_option .active {
    background-color: rgba(35, 31, 32, 0.3) !important; }
  body.wcagContrast-yb section.shoppingBasket .submit_button_color {
    background-color: #fcfc00 !important;
    color: #231f20 !important;
    border: 1px solid #231f20 !important; }
  body.wcagContrast-yb .label {
    background-color: #fcfc00 !important;
    border: 1px solid #231f20 !important;
    color: #231f20 !important; }
  body.wcagContrast-yb section.productIndex .addToBasket .icon-cart-plus, body.wcagContrast-yb section.ecommerceProduct .addToBasket .icon-cart-plus {
    color: #fcfc00 !important; }
  body.wcagContrast-yb section.productIndex .addToBasket:hover, body.wcagContrast-yb section.ecommerceProduct .addToBasket:hover {
    background-color: #fcfc00 !important; }
    body.wcagContrast-yb section.productIndex .addToBasket:hover i, body.wcagContrast-yb section.ecommerceProduct .addToBasket:hover i {
      color: #231f20 !important; }
  body.wcagContrast-yb .menu-cart img {
    opacity: 1 !important;
    filter: unset !important; }
  body.wcagContrast-yb section.menuBanner .banner_menu:after {
    background: #231f20 !important; }
  body.wcagContrast-yb section.news .newsItem .image a {
    height: auto;
    width: 100%;
    position: relative;
    display: block; }
  body.wcagContrast-yb section.menuBanner .banner_menu .item a img,
  body.wcagContrast-yb section.importantSections .items .item a .image img,
  body.wcagContrast-yb body.wcagContrast #mobileMenuBtn,
  body.wcagContrast-yb header .information img {
    filter: invert(9%) sepia(10%) saturate(466%) hue-rotate(294deg) brightness(0%) contrast(76%); }
  body.wcagContrast-yb section.news .newsItem:after {
    background: #231f20 !important; }
  body.wcagContrast-yb section.importantSections .items .item:hover a {
    border-color: #231f20 !important; }
  body.wcagContrast-yb section.eventList .items .items-box .date_box .category {
    background: #231f20 !important;
    color: #fcfc00 !important; }
  body.wcagContrast-yb footer .footerContactInfo ul li:before {
    color: #231f20 !important; }
  body.wcagContrast-yb section.menuBanner .banner_menu .item:hover {
    background: #fcfc00 !important; }
  body.wcagContrast-yb .deviceMobile .close-button img, body.wcagContrast-yb .informationMobile .close-button img {
    filter: invert(9%) sepia(10%) saturate(466%) hue-rotate(294deg) brightness(0%) contrast(76%) !important; }
  body.wcagContrast-yb .deviceMobile ul li, body.wcagContrast-yb .informationMobile ul li {
    color: #231f20 !important; }
    body.wcagContrast-yb .deviceMobile ul li a, body.wcagContrast-yb .informationMobile ul li a {
      color: #231f20 !important; }
      body.wcagContrast-yb .deviceMobile ul li a:hover, body.wcagContrast-yb .informationMobile ul li a:hover {
        color: #231f20 !important; }
    body.wcagContrast-yb .deviceMobile ul li:before, body.wcagContrast-yb .informationMobile ul li:before {
      color: #231f20 !important; }
  body.wcagContrast-yb section.banner .swiper-button-next, body.wcagContrast-yb section.banner .swiper-button-prev {
    filter: invert(60%) sepia(72%) saturate(1022%) hue-rotate(2deg) brightness(173%) contrast(106%) !important; }
  body.wcagContrast-yb section.issues ul li:before {
    color: #231f20 !important; }

body.wcagContrast-bw {
  background: #231f20 !important;
  color: #fff !important; }
  body.wcagContrast-bw .calendar-row .header {
    color: #fff !important;
    border-bottom: 1px solid #fff !important; }
  body.wcagContrast-bw footer .copyright #clientCopyright, body.wcagContrast-bw footer .copyright #webimpuls {
    opacity: 1;
    color: #fff; }
  body.wcagContrast-bw a:focus {
    outline-color: #fff; }
  body.wcagContrast-bw input, body.wcagContrast-bw select, body.wcagContrast-bw option, body.wcagContrast-bw textarea {
    background: #fff !important;
    color: #231f20 !important;
    border-color: #fff !important; }
  body.wcagContrast-bw ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #231f20 !important; }
  body.wcagContrast-bw :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #231f20 !important;
    opacity: 1; }
  body.wcagContrast-bw ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #231f20 !important;
    opacity: 1; }
  body.wcagContrast-bw :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #231f20 !important; }
  body.wcagContrast-bw ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #231f20 !important; }
  body.wcagContrast-bw ::placeholder {
    /* Most modern browsers support this now. */
    color: #231f20 !important; }
  body.wcagContrast-bw input:-webkit-autofill,
  body.wcagContrast-bw input:-webkit-autofill:hover,
  body.wcagContrast-bw input:-webkit-autofill:focus,
  body.wcagContrast-bw textarea:-webkit-autofill,
  body.wcagContrast-bw textarea:-webkit-autofill:hover,
  body.wcagContrast-bw textarea:-webkit-autofill:focus,
  body.wcagContrast-bw select:-webkit-autofill,
  body.wcagContrast-bw select:-webkit-autofill:hover,
  body.wcagContrast-bw select:-webkit-autofill:focus {
    border: 1px solid #fff;
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s; }
  body.wcagContrast-bw #example-dropdown-menu-cart .first {
    border-color: #fff !important; }
  body.wcagContrast-bw .amount-cart {
    background: #231f20 !important;
    border: 2px solid #fff !important;
    color: #fff !important; }
  body.wcagContrast-bw .nolification-content-box {
    border: 1px solid #fff !important;
    background: #231f20 !important; }
  body.wcagContrast-bw ::-webkit-scrollbar {
    width: 12px;
    /* width of the entire scrollbar */ }
  body.wcagContrast-bw ::-webkit-scrollbar-track {
    background: #231f20;
    /* color of the tracking area */ }
  body.wcagContrast-bw ::-webkit-scrollbar-thumb {
    background-color: #fff;
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 3px solid #231f20;
    /* creates padding around scroll thumb */ }
  body.wcagContrast-bw img {
    filter: grayscale(1) !important; }
  body.wcagContrast-bw .tooltip {
    background-color: #231f20 !important;
    color: #fff !important;
    border: 1px solid #fff !important; }
  body.wcagContrast-bw .tooltip.bottom::before {
    border-color: transparent transparent #fff !important; }
  body.wcagContrast-bw .tooltip.top::before {
    border-color: #fff transparent transparent !important; }
  body.wcagContrast-bw .tooltip.left::before {
    border-color: transparent transparent transparent #fff !important; }
  body.wcagContrast-bw .tooltip.right::before {
    border-color: transparent #fff transparent transparent !important; }
  body.wcagContrast-bw #mobileMenuBtn {
    filter: grayscale(2) brightness(2); }
  body.wcagContrast-bw a {
    color: #fff !important; }
    body.wcagContrast-bw a:hover {
      color: white; }
  body.wcagContrast-bw a > strong {
    color: #231f20 !important; }
    body.wcagContrast-bw a > strong:hover {
      color: #fff !important; }
  body.wcagContrast-bw h2, body.wcagContrast-bw h3, body.wcagContrast-bw h4, body.wcagContrast-bw label, body.wcagContrast-bw h1, body.wcagContrast-bw h5, body.wcagContrast-bw h6, body.wcagContrast-bw p, body.wcagContrast-bw span, body.wcagContrast-bw li, body.wcagContrast-bw ul, body.wcagContrast-bw a, body.wcagContrast-bw i {
    color: #fff !important; }
  body.wcagContrast-bw img {
    filter: sepia(1); }
  body.wcagContrast-bw .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #fff transparent transparent; }
  body.wcagContrast-bw .dropdown.menu > li.opens-right > .is-dropdown-submenu {
    border: 1px solid #fff !important; }
  body.wcagContrast-bw .dropdown.menu .vertical > li.opens-right > a::after {
    border-color: transparent transparent transparent #fff; }
  body.wcagContrast-bw nav.mainMenu ul {
    border-top: 1px solid #fff; }
  body.wcagContrast-bw .triangle-bottom {
    border-bottom: 40px solid #231f20 !important;
    border-left: 40px solid #231f20 !important; }
  body.wcagContrast-bw .triangle-content {
    background-color: #231f20 !important; }
  body.wcagContrast-bw .href-box {
    outline: 3px solid #fff !important; }
  body.wcagContrast-bw .paragraphGreater svg, body.wcagContrast-bw .LineGreater svg, body.wcagContrast-bw .LetterGreater svg, body.wcagContrast-bw .WordGreater svg, body.wcagContrast-bw .siteContrast svg {
    filter: brightness(0) invert(0); }
  body.wcagContrast-bw .paragraphGreater:hover svg, body.wcagContrast-bw .LineGreater:hover svg, body.wcagContrast-bw .LetterGreater:hover svg, body.wcagContrast-bw .WordGreater:hover svg, body.wcagContrast-bw .siteContrast:hover svg {
    filter: invert(99%) sepia(84%) saturate(4000%) hue-rotate(1deg) brightness(103%) contrast(101%); }
  body.wcagContrast-bw header {
    border-top: 5px solid #fff; }
    body.wcagContrast-bw header .top-bar .dropdown.menu a {
      color: #fff !important;
      background: #231f20; }
      body.wcagContrast-bw header .top-bar .dropdown.menu a:hover {
        color: white; }
    body.wcagContrast-bw header .js-off-canvas-overlay {
      background: #231f20;
      opacity: 0.6; }
    body.wcagContrast-bw header .multilevel-offcanvas {
      background: #231f20 !important; }
  body.wcagContrast-bw .sticky-container .sticky {
    background: #231f20; }
    body.wcagContrast-bw .sticky-container .sticky .menuMainSite {
      color: #fff; }
      body.wcagContrast-bw .sticky-container .sticky .menuMainSite:hover, body.wcagContrast-bw .sticky-container .sticky .menuMainSite.active {
        color: #fff !important; }
  body.wcagContrast-bw .button {
    background: #fff !important;
    color: #231f20 !important; }
    body.wcagContrast-bw .button:hover {
      background: #231f20 !important;
      color: #fff !important; }
  body.wcagContrast-bw section.newses .button {
    border: transparent; }
  body.wcagContrast-bw section.blog .border-bottom {
    border-bottom: 8px solid #fff; }
  body.wcagContrast-bw section.blog .text-box {
    background: #231f20; }
  body.wcagContrast-bw section.blog .border {
    background: #fff;
    border-bottom: 1px solid #fff; }
  body.wcagContrast-bw .wcag-bar {
    background: #231f20;
    border-bottom: 1px solid #fff; }
  body.wcagContrast-bw section.welcome .bg {
    filter: grayscale(1) !important; }
  body.wcagContrast-bw .contactItems img {
    filter: invert(1) !important; }
  body.wcagContrast-bw section.banner .itemBanner .bannerInfo, body.wcagContrast-bw .mainMenu ul li.last a[title="Strefa klienta"] {
    box-shadow: none; }
  body.wcagContrast-bw section.newses .date {
    background: #231f20 !important;
    border: 2px solid transparent; }
    body.wcagContrast-bw section.newses .date:hover {
      background: #231f20 !important;
      border: 2px solid #fff; }
  body.wcagContrast-bw section.homeContact {
    background: #231f20 !important; }
  body.wcagContrast-bw section.blogIndex .singleArticle .content {
    border: 1px solid #fff; }
  body.wcagContrast-bw section.blogIndex .singleArticle .content,
  body.wcagContrast-bw section.newses .news,
  body.wcagContrast-bw section.info,
  body.wcagContrast-bw section.banner .itemBanner .bannerInfo,
  body.wcagContrast-bw .mainMenu ul li.last a[title="Strefa klienta"],
  body.wcagContrast-bw .info-bar,
  body.wcagContrast-bw section.welcome,
  body.wcagContrast-bw section.welcome2,
  body.wcagContrast-bw section.ecommerceBlock,
  body.wcagContrast-bw section.ecommerceBlocks,
  body.wcagContrast-bw section.ecommerceBlock2,
  body.wcagContrast-bw section.productsCatalog,
  body.wcagContrast-bw section.news,
  body.wcagContrast-bw section.opinion,
  body.wcagContrast-bw section.homeContact_v2,
  body.wcagContrast-bw section.employeeBlock,
  body.wcagContrast-bw section.adminFront,
  body.wcagContrast-bw section.article,
  body.wcagContrast-bw section.blog,
  body.wcagContrast-bw section.Partners,
  body.wcagContrast-bw section.homeContact,
  body.wcagContrast-bw footer,
  body.wcagContrast-bw .bannerInfo > .grid-container,
  body.wcagContrast-bw header,
  body.wcagContrast-bw nav.mainMenu ul,
  body.wcagContrast-bw nav.mainMenu ul li,
  body.wcagContrast-bw .dropdown-pane,
  body.wcagContrast-bw .dropdown-pane ul li a,
  body.wcagContrast-bw header .menu_,
  body.wcagContrast-bw section.menuBanner .banner_menu,
  body.wcagContrast-bw section.menuBanner,
  body.wcagContrast-bw section.double_section,
  body.wcagContrast-bw section.news .newsItem,
  body.wcagContrast-bw section.importantSections .items .item,
  body.wcagContrast-bw section.eventList .items .items-box,
  body.wcagContrast-bw section.herbs,
  body.wcagContrast-bw section.eventList .items .items-box .date_box,
  body.wcagContrast-bw section.news .newsItem .flex-column a .dateCategory .date .rest,
  body.wcagContrast-bw section.news .newsItem .flex-column a .dateCategory .date .day,
  body.wcagContrast-bw section.news .newsItem .flex-column a .dateCategory .date,
  body.wcagContrast-bw .goog-te-gadget-simple,
  body.wcagContrast-bw .articleContact .backgroundContact {
    background-color: #231f20 !important; }
  body.wcagContrast-bw section.showcase .contentCell {
    outline: 1px solid #fff;
    margin-left: 1px;
    background: #231f20; }
  body.wcagContrast-bw section.showcase .showcaseMenu button {
    color: #fff !important; }
  body.wcagContrast-bw section.opinion .swiper-button-next, body.wcagContrast-bw section.opinion .swiper-button-prev {
    filter: grayscale(1); }
  body.wcagContrast-bw section.ecommerceBlocks .cell, body.wcagContrast-bw section.ecommerceBlock .ecommerceBlockColor .cell {
    outline: 1px solid #fff;
    background: #231f20; }
  body.wcagContrast-bw section.welcome2 {
    border-top: 10px solid #fff; }
  body.wcagContrast-bw section.paralaxStats {
    filter: brightness(2) grayscale(1) !important;
    background: url("../../../../../media/assets/homepagephoto/paralax-stats.png") center center no-repeat, linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)) !important; }
  body.wcagContrast-bw section.homeContact_v2 .map {
    filter: grayscale(1); }
  body.wcagContrast-bw section.showcase .large-7 {
    filter: brightness(2) grayscale(1) !important; }
  body.wcagContrast-bw .adminFront .menuOpen a.iconStart i {
    color: #fff; }
  body.wcagContrast-bw .adminFront .menuOpen .is-accordion-submenu-parent > a:after {
    border-color: #fff transparent transparent; }
  body.wcagContrast-bw .adminFront .menuOpen ul.topnav ul li a:hover {
    font-weight: bold !important; }
  body.wcagContrast-bw .adminFront .adminInfo .profile-dropdown li a {
    background: #fff; }
    body.wcagContrast-bw .adminFront .adminInfo .profile-dropdown li a strong {
      color: #fff !important; }
  body.wcagContrast-bw .adminFront .adminInfo .ikonaAdmin {
    background: #231f20 !important; }
  body.wcagContrast-bw .adminFront .adminInfo .profile-nest .logoProfileDrop div {
    background: #231f20 !important; }
  body.wcagContrast-bw .adminFront .moduleInfo .buttonEditLiveNotActive a i, body.wcagContrast-bw .adminFront .moduleInfo .buttonEditLiveNotActive a span {
    color: #231f20 !important; }
  body.wcagContrast-bw .adminFront .moduleInfo .buttonEditLiveNotActive a:hover i, body.wcagContrast-bw .adminFront .moduleInfo .buttonEditLiveNotActive a:hover span {
    color: #fff !important; }
  body.wcagContrast-bw .adminFront .moduleInfo .moduleTitle {
    color: #fff; }
  body.wcagContrast-bw .wi-gallery-photo-inner {
    border: 1px solid #fff !important; }
  body.wcagContrast-bw .openWidgetWcag button img {
    filter: none !important; }
  body.wcagContrast-bw .openWidgetWcag button:hover img {
    filter: sepia(1) !important; }
  body.wcagContrast-bw footer img, body.wcagContrast-bw header img {
    filter: brightness(2) grayscale(1) !important; }
  body.wcagContrast-bw section.shoppingBasket .circle-cart {
    background: #231f20 !important;
    border: 1px solid #fff !important; }
    body.wcagContrast-bw section.shoppingBasket .circle-cart i:before {
      color: #fff !important; }
  body.wcagContrast-bw section.shoppingBasket .active-cart, body.wcagContrast-bw section.shoppingBasket .last-cart {
    background: #fff !important;
    border: 1px solid #fff; }
    body.wcagContrast-bw section.shoppingBasket .active-cart i:before, body.wcagContrast-bw section.shoppingBasket .last-cart i:before {
      color: #231f20 !important; }
  body.wcagContrast-bw section.shoppingBasket .active-hr, body.wcagContrast-bw section.shoppingBasket .last-hr, body.wcagContrast-bw section.shoppingBasket hr {
    border-bottom: 1px solid #fff !important; }
  body.wcagContrast-bw section.shoppingBasket .order-info {
    border-top: 1px solid #fff !important; }
  body.wcagContrast-bw section.shoppingBasket .summary {
    border-top: 2px solid #fff !important; }
  body.wcagContrast-bw section.shoppingBasket .courier_option > div {
    border-color: #fff !important; }
    body.wcagContrast-bw section.shoppingBasket .courier_option > div:hover {
      background-color: rgba(255, 255, 255, 0.3) !important; }
  body.wcagContrast-bw section.shoppingBasket .courier_option .active {
    background-color: rgba(255, 255, 255, 0.3) !important; }
  body.wcagContrast-bw section.shoppingBasket .submit_button_color {
    background-color: #231f20 !important;
    color: #fff !important;
    border: 1px solid #fff !important; }
  body.wcagContrast-bw .label {
    background-color: #231f20 !important;
    border: 1px solid #fff !important;
    color: #fff !important; }
  body.wcagContrast-bw section.productIndex .addToBasket .icon-cart-plus, body.wcagContrast-bw section.ecommerceProduct .addToBasket .icon-cart-plus {
    color: #231f20 !important; }
  body.wcagContrast-bw section.productIndex .addToBasket:hover, body.wcagContrast-bw section.ecommerceProduct .addToBasket:hover {
    background-color: #231f20 !important; }
    body.wcagContrast-bw section.productIndex .addToBasket:hover i, body.wcagContrast-bw section.ecommerceProduct .addToBasket:hover i {
      color: #fff !important; }
  body.wcagContrast-bw .menu-cart img {
    opacity: 1 !important;
    filter: unset !important; }
  body.wcagContrast-bw section.menuBanner .banner_menu:after {
    background: #fff !important; }
  body.wcagContrast-bw section.news .newsItem .image a {
    height: auto;
    width: 100%;
    position: relative;
    display: block; }
  body.wcagContrast-bw section.menuBanner .banner_menu .item a img,
  body.wcagContrast-bw section.importantSections .items .item a .image img,
  body.wcagContrast-bw body.wcagContrast #mobileMenuBtn,
  body.wcagContrast-bw header .information img {
    filter: invert(100%) sepia(4%) saturate(15%) hue-rotate(13deg) brightness(103%) contrast(1144%) !important; }
  body.wcagContrast-bw section.news .newsItem:after {
    background: #fff !important; }
  body.wcagContrast-bw section.importantSections .items .item:hover a {
    border-color: #231f20 !important; }
  body.wcagContrast-bw section.eventList .items .items-box .date_box .category {
    background: #231f20 !important;
    color: #fff !important; }
  body.wcagContrast-bw footer .footerContactInfo ul li:before {
    color: #231f20 !important; }
  body.wcagContrast-bw section.menuBanner .banner_menu .item:hover {
    background: #fff !important; }
  body.wcagContrast-bw .deviceMobile .close-button img, body.wcagContrast-bw .informationMobile .close-button img {
    filter: invert(100%) sepia(4%) saturate(15%) hue-rotate(13deg) brightness(103%) contrast(1144%) !important; }
  body.wcagContrast-bw .deviceMobile ul li, body.wcagContrast-bw .informationMobile ul li {
    color: #fff !important; }
    body.wcagContrast-bw .deviceMobile ul li a, body.wcagContrast-bw .informationMobile ul li a {
      color: #fff !important; }
      body.wcagContrast-bw .deviceMobile ul li a:hover, body.wcagContrast-bw .informationMobile ul li a:hover {
        color: #fff !important; }
    body.wcagContrast-bw .deviceMobile ul li:before, body.wcagContrast-bw .informationMobile ul li:before {
      color: #fff !important; }
  body.wcagContrast-bw section.banner .swiper-button-next, body.wcagContrast-bw section.banner .swiper-button-prev {
    filter: brightness(100) grayscale(1) !important; }
  body.wcagContrast-bw section.issues ul li:before {
    color: #fff !important; }

body.wcagContrast-wb {
  background: #fff !important;
  color: #231f20 !important; }
  body.wcagContrast-wb .calendar-row .header {
    color: #231f20 !important;
    border-bottom: 1px solid #231f20 !important; }
  body.wcagContrast-wb footer .copyright #clientCopyright, body.wcagContrast-wb footer .copyright #webimpuls {
    opacity: 1;
    color: #231f20; }
  body.wcagContrast-wb a:focus {
    outline-color: #231f20; }
  body.wcagContrast-wb input, body.wcagContrast-wb select, body.wcagContrast-wb option, body.wcagContrast-wb textarea {
    background: #231f20 !important;
    color: #fff !important;
    border-color: #231f20 !important; }
  body.wcagContrast-wb ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff !important; }
  body.wcagContrast-wb :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff !important;
    opacity: 1; }
  body.wcagContrast-wb ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff !important;
    opacity: 1; }
  body.wcagContrast-wb :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff !important; }
  body.wcagContrast-wb ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff !important; }
  body.wcagContrast-wb ::placeholder {
    /* Most modern browsers support this now. */
    color: #fff !important; }
  body.wcagContrast-wb input:-webkit-autofill,
  body.wcagContrast-wb input:-webkit-autofill:hover,
  body.wcagContrast-wb input:-webkit-autofill:focus,
  body.wcagContrast-wb textarea:-webkit-autofill,
  body.wcagContrast-wb textarea:-webkit-autofill:hover,
  body.wcagContrast-wb textarea:-webkit-autofill:focus,
  body.wcagContrast-wb select:-webkit-autofill,
  body.wcagContrast-wb select:-webkit-autofill:hover,
  body.wcagContrast-wb select:-webkit-autofill:focus {
    border: 1px solid #231f20;
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s; }
  body.wcagContrast-wb #example-dropdown-menu-cart .first {
    border-color: #231f20 !important; }
  body.wcagContrast-wb .amount-cart {
    background: #fff !important;
    border: 2px solid #231f20 !important;
    color: #231f20 !important; }
  body.wcagContrast-wb .nolification-content-box {
    border: 1px solid #231f20 !important;
    background: #fff !important; }
  body.wcagContrast-wb ::-webkit-scrollbar {
    width: 12px;
    /* width of the entire scrollbar */ }
  body.wcagContrast-wb ::-webkit-scrollbar-track {
    background: #fff;
    /* color of the tracking area */ }
  body.wcagContrast-wb ::-webkit-scrollbar-thumb {
    background-color: #231f20;
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 3px solid #fff;
    /* creates padding around scroll thumb */ }
  body.wcagContrast-wb .dropdown.menu.medium-horizontal > li.last.is-dropdown-submenu-parent > a::after {
    border-color: #231f20 transparent transparent; }
  body.wcagContrast-wb img {
    opacity: 0 !important; }
  body.wcagContrast-wb .tooltip {
    background-color: #fff !important;
    color: #231f20 !important;
    border: 1px solid #231f20 !important; }
  body.wcagContrast-wb .tooltip.bottom::before {
    border-color: transparent transparent #231f20 !important; }
  body.wcagContrast-wb .tooltip.top::before {
    border-color: #231f20 transparent transparent !important; }
  body.wcagContrast-wb .tooltip.left::before {
    border-color: transparent transparent transparent #231f20 !important; }
  body.wcagContrast-wb .tooltip.right::before {
    border-color: transparent #231f20 transparent transparent !important; }
  body.wcagContrast-wb #mobileMenuBtn {
    filter: grayscale(2) brightness(0); }
  body.wcagContrast-wb a {
    color: #231f20 !important; }
    body.wcagContrast-wb a:hover {
      color: white; }
  body.wcagContrast-wb a > strong {
    color: #fff !important; }
    body.wcagContrast-wb a > strong:hover {
      color: #231f20 !important; }
  body.wcagContrast-wb h2, body.wcagContrast-wb h3, body.wcagContrast-wb h4, body.wcagContrast-wb label, body.wcagContrast-wb h1, body.wcagContrast-wb h5, body.wcagContrast-wb h6, body.wcagContrast-wb p, body.wcagContrast-wb span, body.wcagContrast-wb li, body.wcagContrast-wb ul, body.wcagContrast-wb a, body.wcagContrast-wb i {
    color: #231f20 !important; }
  body.wcagContrast-wb img {
    filter: sepia(1); }
  body.wcagContrast-wb .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #231f20 transparent transparent; }
  body.wcagContrast-wb .dropdown.menu > li.opens-right > .is-dropdown-submenu {
    border: 1px solid #231f20 !important; }
  body.wcagContrast-wb .dropdown.menu .vertical > li.opens-right > a::after {
    border-color: transparent transparent transparent #231f20; }
  body.wcagContrast-wb nav.mainMenu ul {
    border-top: 1px solid #231f20; }
  body.wcagContrast-wb .triangle-bottom {
    border-bottom: 40px solid #fff !important;
    border-left: 40px solid #fff !important; }
  body.wcagContrast-wb .triangle-content {
    background-color: #fff !important; }
  body.wcagContrast-wb .href-box {
    outline: 3px solid #231f20 !important; }
  body.wcagContrast-wb .paragraphGreater svg, body.wcagContrast-wb .LineGreater svg, body.wcagContrast-wb .LetterGreater svg, body.wcagContrast-wb .WordGreater svg, body.wcagContrast-wb .siteContrast svg {
    filter: brightness(0) invert(0); }
  body.wcagContrast-wb .paragraphGreater:hover svg, body.wcagContrast-wb .LineGreater:hover svg, body.wcagContrast-wb .LetterGreater:hover svg, body.wcagContrast-wb .WordGreater:hover svg, body.wcagContrast-wb .siteContrast:hover svg {
    filter: invert(99%) sepia(84%) saturate(4000%) hue-rotate(1deg) brightness(103%) contrast(101%); }
  body.wcagContrast-wb header {
    border-top: 5px solid #231f20; }
    body.wcagContrast-wb header .top-bar .dropdown.menu a {
      color: #231f20 !important;
      background: #fff; }
      body.wcagContrast-wb header .top-bar .dropdown.menu a:hover {
        color: white; }
    body.wcagContrast-wb header .js-off-canvas-overlay {
      background: #231f20;
      opacity: 0.6; }
    body.wcagContrast-wb header .deviceMobile button span {
      color: #231f20 !important; }
    body.wcagContrast-wb header .multilevel-offcanvas {
      background: #fff !important; }
  body.wcagContrast-wb .sticky-container .sticky {
    background: #fff; }
    body.wcagContrast-wb .sticky-container .sticky .menuMainSite {
      color: #fff; }
      body.wcagContrast-wb .sticky-container .sticky .menuMainSite:hover, body.wcagContrast-wb .sticky-container .sticky .menuMainSite.active {
        color: #231f20 !important; }
  body.wcagContrast-wb .button {
    background: #231f20 !important;
    color: #fff !important; }
    body.wcagContrast-wb .button:hover {
      background: #fff !important;
      color: #231f20 !important; }
  body.wcagContrast-wb section.newses .button {
    border: transparent; }
  body.wcagContrast-wb section.blog .border-bottom {
    border-bottom: 8px solid #231f20; }
  body.wcagContrast-wb section.blog .text-box {
    background: #fff; }
  body.wcagContrast-wb section.blog .border {
    background: #231f20;
    border-bottom: 1px solid #231f20; }
  body.wcagContrast-wb .wcag-bar {
    background: #fff;
    border-bottom: 1px solid #231f20; }
  body.wcagContrast-wb section.newses .date {
    background: #fff !important;
    border: 2px solid transparent; }
    body.wcagContrast-wb section.newses .date:hover {
      background: #fff !important;
      border: 2px solid #231f20; }
  body.wcagContrast-wb section.welcome .bg {
    opacity: 0; }
  body.wcagContrast-wb footer .footerContactInfo {
    background: none; }
  body.wcagContrast-wb section.banner .itemBanner .bannerInfo, body.wcagContrast-wb .mainMenu ul li.last a[title="Strefa klienta"] {
    box-shadow: none; }
  body.wcagContrast-wb section.homeContact {
    background: #fff !important; }
  body.wcagContrast-wb section.blogIndex .singleArticle .content {
    border: 1px solid #231f20; }
  body.wcagContrast-wb section.newses .news,
  body.wcagContrast-wb section.info,
  body.wcagContrast-wb section.banner .itemBanner .bannerInfo,
  body.wcagContrast-wb .mainMenu ul li.last a[title="Strefa klienta"],
  body.wcagContrast-wb .info-bar,
  body.wcagContrast-wb section.welcome,
  body.wcagContrast-wb section.welcome2,
  body.wcagContrast-wb section.ecommerceBlock,
  body.wcagContrast-wb section.ecommerceBlocks,
  body.wcagContrast-wb section.ecommerceBlock2,
  body.wcagContrast-wb section.productsCatalog,
  body.wcagContrast-wb section.news,
  body.wcagContrast-wb section.opinion,
  body.wcagContrast-wb section.homeContact_v2,
  body.wcagContrast-wb section.employeeBlock,
  body.wcagContrast-wb section.adminFront,
  body.wcagContrast-wb section.article,
  body.wcagContrast-wb section.Partners,
  body.wcagContrast-wb section.homeContact,
  body.wcagContrast-wb section.blog,
  body.wcagContrast-wb footer,
  body.wcagContrast-wb .bannerInfo > .grid-container,
  body.wcagContrast-wb header,
  body.wcagContrast-wb nav.mainMenu ul,
  body.wcagContrast-wb nav.mainMenu ul li,
  body.wcagContrast-wb .dropdown-pane,
  body.wcagContrast-wb .dropdown-pane ul li a,
  body.wcagContrast-wb header .menu_,
  body.wcagContrast-wb section.menuBanner .banner_menu,
  body.wcagContrast-wb section.menuBanner,
  body.wcagContrast-wb section.double_section,
  body.wcagContrast-wb section.news .newsItem,
  body.wcagContrast-wb section.importantSections .items .item,
  body.wcagContrast-wb section.eventList .items .items-box,
  body.wcagContrast-wb section.herbs,
  body.wcagContrast-wb section.eventList .items .items-box .date_box,
  body.wcagContrast-wb section.news .newsItem .flex-column a .dateCategory .date .rest,
  body.wcagContrast-wb section.news .newsItem .flex-column a .dateCategory .date .day,
  body.wcagContrast-wb section.news .newsItem .flex-column a .dateCategory .date,
  body.wcagContrast-wb .goog-te-gadget-simple,
  body.wcagContrast-wb .articleContact .backgroundContact {
    background-color: #fff !important; }
  body.wcagContrast-wb section.showcase .contentCell {
    outline: 1px solid #231f20;
    margin-left: 1px;
    background: #fff; }
  body.wcagContrast-wb section.opinion .swiper-button-next, body.wcagContrast-wb section.opinion .swiper-button-prev {
    filter: sepia(1); }
  body.wcagContrast-wb section.ecommerceBlocks .cell, body.wcagContrast-wb section.ecommerceBlock .ecommerceBlockColor .cell {
    outline: 1px solid #231f20;
    background: #fff; }
  body.wcagContrast-wb section.welcome2 {
    border-top: 10px solid #231f20; }
  body.wcagContrast-wb section.paralaxStats {
    background: white; }
  body.wcagContrast-wb section.homeContact_v2 .map {
    opacity: 0 !important; }
  body.wcagContrast-wb .adminFront .menuOpen a.iconStart i {
    color: #231f20; }
  body.wcagContrast-wb .adminFront .menuOpen .is-accordion-submenu-parent > a:after {
    border-color: #231f20 transparent transparent; }
  body.wcagContrast-wb .adminFront .menuOpen ul.topnav ul li a:hover {
    font-weight: bold !important; }
  body.wcagContrast-wb .adminFront .adminInfo .profile-dropdown li a {
    background: #231f20; }
    body.wcagContrast-wb .adminFront .adminInfo .profile-dropdown li a strong {
      color: #231f20 !important; }
  body.wcagContrast-wb .adminFront .adminInfo .ikonaAdmin {
    background: #fff !important; }
  body.wcagContrast-wb .adminFront .adminInfo .profile-nest .logoProfileDrop div {
    background: #fff !important; }
  body.wcagContrast-wb .adminFront .moduleInfo .buttonEditLiveNotActive a i, body.wcagContrast-wb .adminFront .moduleInfo .buttonEditLiveNotActive a span {
    color: #fff !important; }
  body.wcagContrast-wb .adminFront .moduleInfo .buttonEditLiveNotActive a:hover i, body.wcagContrast-wb .adminFront .moduleInfo .buttonEditLiveNotActive a:hover span {
    color: #231f20 !important; }
  body.wcagContrast-wb .adminFront .moduleInfo .moduleTitle {
    color: #231f20; }
  body.wcagContrast-wb .wi-gallery-photo-inner {
    border: 1px solid #231f20 !important; }
  body.wcagContrast-wb .openWidgetWcag button img {
    filter: none !important; }
  body.wcagContrast-wb .openWidgetWcag button:hover img {
    filter: sepia(1) !important; }
  body.wcagContrast-wb section.shoppingBasket .circle-cart {
    background: #fff !important;
    border: 1px solid #231f20 !important; }
    body.wcagContrast-wb section.shoppingBasket .circle-cart i:before {
      color: #231f20 !important; }
  body.wcagContrast-wb section.shoppingBasket .active-cart, body.wcagContrast-wb section.shoppingBasket .last-cart {
    background: #231f20 !important;
    border: 1px solid #231f20; }
    body.wcagContrast-wb section.shoppingBasket .active-cart i:before, body.wcagContrast-wb section.shoppingBasket .last-cart i:before {
      color: #fff !important; }
  body.wcagContrast-wb section.shoppingBasket .active-hr, body.wcagContrast-wb section.shoppingBasket .last-hr, body.wcagContrast-wb section.shoppingBasket hr {
    border-bottom: 1px solid #231f20 !important; }
  body.wcagContrast-wb section.shoppingBasket .order-info {
    border-top: 1px solid #231f20 !important; }
  body.wcagContrast-wb section.shoppingBasket .summary {
    border-top: 2px solid #231f20 !important; }
  body.wcagContrast-wb section.shoppingBasket .courier_option > div {
    border-color: #231f20 !important; }
    body.wcagContrast-wb section.shoppingBasket .courier_option > div:hover {
      background-color: rgba(35, 31, 32, 0.3) !important; }
  body.wcagContrast-wb section.shoppingBasket .courier_option .active {
    background-color: rgba(35, 31, 32, 0.3) !important; }
  body.wcagContrast-wb section.shoppingBasket .submit_button_color {
    background-color: #fff !important;
    color: #231f20 !important;
    border: 1px solid #231f20 !important; }
  body.wcagContrast-wb .label {
    background-color: #fff !important;
    border: 1px solid #231f20 !important;
    color: #231f20 !important; }
  body.wcagContrast-wb section.productIndex .addToBasket .icon-cart-plus, body.wcagContrast-wb section.ecommerceProduct .addToBasket .icon-cart-plus {
    color: #fff !important; }
  body.wcagContrast-wb section.productIndex .addToBasket:hover, body.wcagContrast-wb section.ecommerceProduct .addToBasket:hover {
    background-color: #fff !important; }
    body.wcagContrast-wb section.productIndex .addToBasket:hover i, body.wcagContrast-wb section.ecommerceProduct .addToBasket:hover i {
      color: #231f20 !important; }
  body.wcagContrast-wb .menu-cart img {
    opacity: 1 !important;
    filter: unset !important; }
  body.wcagContrast-wb section.menuBanner .banner_menu:after {
    background: #231f20 !important; }
  body.wcagContrast-wb section.news .newsItem .image a {
    height: auto;
    width: 100%;
    position: relative;
    display: block; }
  body.wcagContrast-wb section.menuBanner .banner_menu .item a img,
  body.wcagContrast-wb section.importantSections .items .item a .image img,
  body.wcagContrast-wb body.wcagContrast #mobileMenuBtn,
  body.wcagContrast-wb header .information img {
    filter: invert(9%) sepia(10%) saturate(466%) hue-rotate(294deg) brightness(0%) contrast(76%) !important;
    opacity: 1 !important; }
  body.wcagContrast-wb section.news .newsItem:after {
    background: #231f20 !important; }
  body.wcagContrast-wb section.importantSections .items .item:hover a {
    border-color: #fff !important; }
  body.wcagContrast-wb section.eventList .items .items-box .date_box .category {
    background: #fff !important;
    color: #231f20 !important; }
  body.wcagContrast-wb footer .footerContactInfo ul li:before {
    color: #fff !important; }
  body.wcagContrast-wb section.menuBanner .banner_menu .item:hover {
    background: #fff !important; }
  body.wcagContrast-wb .paralaxStats:after, body.wcagContrast-wb section.banner {
    background: #fff !important; }
  body.wcagContrast-wb .deviceMobile .close-button img, body.wcagContrast-wb .informationMobile .close-button img {
    filter: invert(9%) sepia(10%) saturate(466%) hue-rotate(294deg) brightness(0%) contrast(76%) !important;
    opacity: 1 !important; }
  body.wcagContrast-wb .deviceMobile ul li, body.wcagContrast-wb .informationMobile ul li {
    color: #231f20 !important; }
    body.wcagContrast-wb .deviceMobile ul li a, body.wcagContrast-wb .informationMobile ul li a {
      color: #231f20 !important; }
      body.wcagContrast-wb .deviceMobile ul li a:hover, body.wcagContrast-wb .informationMobile ul li a:hover {
        color: #231f20 !important; }
    body.wcagContrast-wb .deviceMobile ul li:before, body.wcagContrast-wb .informationMobile ul li:before {
      color: #231f20 !important; }
  body.wcagContrast-wb section.banner .swiper-button-next, body.wcagContrast-wb section.banner .swiper-button-prev {
    filter: invert(9%) sepia(10%) saturate(466%) hue-rotate(294deg) brightness(0%) contrast(76%) !important;
    opacity: 1 !important; }
  body.wcagContrast-wb section.issues ul li:before {
    color: #231f20 !important; }

body.wcagParagraph p, body.wcagParagraph a, body.wcagParagraph li, body.wcagParagraph h1, body.wcagParagraph h2, body.wcagParagraph h3, body.wcagParagraph h4, body.wcagParagraph h5, body.wcagParagraph strong {
  margin-bottom: 10px; }
body.wcagParagraph .menu li {
  margin-bottom: 0; }

body.wcagLine p, body.wcagLine li, body.wcagLine h1, body.wcagLine h2, body.wcagLine h3, body.wcagLine h4, body.wcagLine h5, body.wcagLine strong {
  line-height: 180% !important; }
body.wcagLine .banner * {
  line-height: 150% !important; }

body.wcagWord p, body.wcagWord li, body.wcagWord h1, body.wcagWord h2, body.wcagWord h3, body.wcagWord h4, body.wcagWord h5, body.wcagWord strong, body.wcagWord a {
  word-spacing: 3px; }

body.wcagLetter p, body.wcagLetter li, body.wcagLetter h1, body.wcagLetter h2, body.wcagLetter h3, body.wcagLetter h4, body.wcagLetter h5, body.wcagLetter strong, body.wcagLetter a {
  letter-spacing: 1px; }

body.wcagAnimation * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  animation-name: none !important;
  animation-duration: 0s !important;
  animation-timing-function: ease !important;
  animation-delay: 0s !important;
  animation-iteration-count: 1 !important;
  animation-direction: normal !important;
  animation-fill-mode: none !important;
  animation-play-state: running !important;
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important; }
body.wcagAnimation *, body.wcagAnimation :before, body.wcagAnimation :after {
  animation: none !important; }

/*# sourceMappingURL=app.css.map */
