@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
body, p, h1, h2, h3, h4, h5, h6, ul, li {
  font-family: "Roboto", sans-serif !important; }

body {
  color: #3e3e3f !important; }
  body .main-nav-container .menu-item a, body .main-nav-container .menu-item a:hover, body .main-nav-container .main-menu > .menu-item > a, body .main-nav-container .main-menu > .menu-item > span, body .main-nav-container .menu-item .button_open, body .main-nav-container .menu_extra_button, body .site_name a {
    font-family: "Roboto", sans-serif !important; }
  body h1, body h2, body h3, body h4, body h5, body h6, body strong {
    font-family: "Roboto", sans-serif !important;
    font-weight: normal; }

.header_wrapper_container .site_header.logo-left .logo_box {
  padding-top: 0;
  padding-bottom: 0;
  position: relative; }
  .header_wrapper_container .site_header.logo-left .logo_box .container {
    background: #fff;
    justify-content: flex-end;
    border-top-right-radius: 12px; }
.header_wrapper_container .menu_left_icons {
  display: none !important; }
.header_wrapper_container .header_logo_part {
  padding-top: 150px; }
  .header_wrapper_container .header_logo_part .logo:not(:last-child) {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 10px 20px 10px 10px;
    border-radius: 12px;
    position: absolute;
    left: 0;
    background: #fff;
    bottom: 0; }
  .header_wrapper_container .header_logo_part .logo_box_text {
    padding: 13px 0 13px 40px; }
    .header_wrapper_container .header_logo_part .logo_box_text:last-child a, .header_wrapper_container .header_logo_part .logo_box_text:last-child span {
      color: #EC0000; }
    .header_wrapper_container .header_logo_part .logo_box_text .logo_box_text-title {
      margin: 0;
      font-family: "Roboto", sans-serif !important; }
    .header_wrapper_container .header_logo_part .logo_box_text i {
      font-size: 24px;
      width: 40px;
      height: 40px;
      color: #EC0000; }
      .header_wrapper_container .header_logo_part .logo_box_text i:before {
        font-size: 24px; }
    .header_wrapper_container .header_logo_part .logo_box_text:before {
      height: 60px;
      left: -15px;
      top: 50%;
      margin-top: -30px; }
  .header_wrapper_container .header_logo_part .logo_box_content_wrapper {
    padding-right: 30px; }
.header_wrapper_container .menu_extra_button {
  padding: 12px; }
  .header_wrapper_container .menu_extra_button a {
    border-radius: 12px;
    display: flex;
    padding: 12px 24px;
    line-height: 40px;
    letter-spacing: 1px; }
    .header_wrapper_container .menu_extra_button a:after {
      content: "";
      position: static;
      display: block;
      margin-left: 5px;
      background: url("../img/cart-white.svg");
      width: 30px;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
.header_wrapper_container .menu_extra_button_additional {
  margin-left: -25px; }
  .header_wrapper_container .menu_extra_button_additional a {
    border-radius: 12px;
    display: flex;
    padding: 12px 24px;
    line-height: 40px;
    letter-spacing: 1px;
    background: #3e3e3f;
    line-height: 1;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    height: 64px; }
    .header_wrapper_container .menu_extra_button_additional a svg {
      width: 50px; }
    .header_wrapper_container .menu_extra_button_additional a:hover {
      background: #EC0000;
      color: #fff; }
  .header_wrapper_container .menu_extra_button_additional.active {
    display: flex !important;
    justify-content: center;
    align-items: center; }
.header_wrapper_container .main-menu {
  margin-top: 24px; }
  .header_wrapper_container .main-menu > .menu-item > .cws_megamenu_item_title, .header_wrapper_container .main-menu > .menu-item > a {
    color: #000 !important; }
  .header_wrapper_container .main-menu > .menu-item:hover > .cws_megamenu_item_title, .header_wrapper_container .main-menu > .menu-item:hover > a {
    color: #EC0000 !important; }
  .header_wrapper_container .main-menu > .menu-item > .sub-menu .menu .menu-item-has-children:hover .sub-menu {
    position: static;
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 30px;
    max-width: calc(100% - 30px); }
    .header_wrapper_container .main-menu > .menu-item > .sub-menu .menu .menu-item-has-children:hover .sub-menu > li {
      width: 100%; }

.header_cont .main-nav-container .sub-menu .menu-item.current_page_item > a,
.header_cont .menu-item.current-menu-ancestor .current-menu-ancestor > a,
.header_cont .menu-item .current-menu-item > a, .header_cont .menu-item .current-menu-item:hover > a,
.header_cont .menu-item .current-product-parent > a, .header_cont .main-nav-container .sub-menu .menu-item:hover > .button_open
.main-nav-container .menu-item-object-megamenu_item .sub-menu .menu-item.current-menu-item > a {
  color: #57585a !important;
  background-color: #fff !important; }
  .header_cont .main-nav-container .sub-menu .menu-item.current_page_item > a:hover,
  .header_cont .menu-item.current-menu-ancestor .current-menu-ancestor > a:hover,
  .header_cont .menu-item .current-menu-item > a:hover, .header_cont .menu-item .current-menu-item:hover > a:hover,
  .header_cont .menu-item .current-product-parent > a:hover, .header_cont .main-nav-container .sub-menu .menu-item:hover > .button_open
  .main-nav-container .menu-item-object-megamenu_item .sub-menu .menu-item.current-menu-item > a:hover {
    color: #EC0000 !important; }

.main-nav-container {
  background-color: #eeeeef;
  position: relative;
  box-shadow: none !important;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  flex-direction: row-reverse !important; }
  .main-nav-container .main-menu > .menu-item {
    background: #eeeeef;
    position: static !important; }
    .main-nav-container .main-menu > .menu-item:last-child {
      border-bottom-right-radius: 12px; }
    .main-nav-container .main-menu > .menu-item > .cws_megamenu_item_title:hover {
      color: #EC0000; }
  .main-nav-container .main-menu .menu-item a {
    text-transform: none; }
  .main-nav-container .main-menu .menu-item .sub-menu {
    width: 100%;
    left: 0 !important; }
    .main-nav-container .main-menu .menu-item .sub-menu .wpb_row {
      display: flex; }
    .main-nav-container .main-menu .menu-item .sub-menu a {
      line-height: 1.4;
      white-space: unset;
      padding-top: 6px;
      padding-bottom: 6px;
      font-weight: normal; }
  .main-nav-container .main-menu .menu-item-has-children .menu-item {
    background: #fff !important;
    color: #57585a !important; }
    .main-nav-container .main-menu .menu-item-has-children .menu-item:hover {
      color: #EC0000; }
  .main-nav-container .main-menu .menu-item-has-children > .sub-menu {
    padding: 30px 0;
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: row; }
    .main-nav-container .main-menu .menu-item-has-children > .sub-menu > li {
      width: 25%; }
      .main-nav-container .main-menu .menu-item-has-children > .sub-menu > li:hover {
        background-color: #fff; }
        .main-nav-container .main-menu .menu-item-has-children > .sub-menu > li:hover a {
          color: #EC0000; }
        .main-nav-container .main-menu .menu-item-has-children > .sub-menu > li:hover:after {
          background-color: #EC0000; }
      .main-nav-container .main-menu .menu-item-has-children > .sub-menu > li a {
        background: #fff;
        color: #57585a; }
  .main-nav-container .main-menu span {
    text-transform: none; }
  .main-nav-container .main-menu .menu-item-object-megamenu_item .menu-item:not(:last-child) {
    border-bottom: none; }
  .main-nav-container .menu_extra_button {
    margin-left: 0;
    margin-right: 30px; }

.row {
  display: flex;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  flex-wrap: wrap; }

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

.text__center {
  text-align: center; }
.text__red {
  color: #EC0000; }

.d-flex {
  display: flex; }

.d-block {
  display: block; }

.d-i-block {
  display: inline-block; }

.flex-column {
  flex-direction: column; }

.space-between {
  justify-content: space-between; }

.btn__primary {
  padding: 15px;
  position: relative;
  display: inline-block;
  font-weight: bold; }
  .btn__primary .icon {
    position: static;
    padding-left: 10px; }
.btn__gray {
  background: #57585a;
  color: #fff; }
  .btn__gray:hover {
    background: #EC0000; }
.btn__lightgray {
  background: #eeeeef;
  color: #57585a; }
  .btn__lightgray:hover {
    background: #57585a;
    color: #fff; }
.btn__red {
  background: #EC0000;
  color: #fff; }
  .btn__red:hover {
    background: #57585a;
    color: #fff; }
.btn__text__red {
  color: #EC0000; }
.btn__inside {
  display: flex; }
  .btn__inside__right {
    justify-content: flex-end; }
  .btn__inside__center {
    justify-content: center; }
  .btn__inside__left {
    justify-content: flex-start; }

.img__horizontal {
  position: relative;
  width: 100%;
  padding-bottom: 56%; }
.img__absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover; }

.single-produkty .site_header .header_box, .single-uslugi .site_header .header_box {
  display: none; }

.post-type-archive-uslugi article, .post-type-archive-produkty article {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 60px;
  position: relative; }
  .post-type-archive-uslugi article a, .post-type-archive-produkty article a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
.post-type-archive-uslugi .single__thumbnail, .post-type-archive-produkty .single__thumbnail {
  padding-bottom: 56%;
  width: 100%;
  position: relative; }
  .post-type-archive-uslugi .single__thumbnail img, .post-type-archive-produkty .single__thumbnail img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
    .post-type-archive-uslugi .single__thumbnail img.logo, .post-type-archive-produkty .single__thumbnail img.logo {
      max-width: 400px;
      width: 100%;
      height: auto;
      width: 100%;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }

#main .single-produkty__twocols ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2; }
#main .single-produkty__info {
  margin-bottom: 0;
  padding: 10px 0 10px 40px; }
  #main .single-produkty__info .icon {
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
#main .single-produkty__table {
  width: calc(100% - 120px); }
  #main .single-produkty__table table {
    max-width: 100%;
    width: 100%; }
    #main .single-produkty__table table td, #main .single-produkty__table table th {
      padding: 5px;
      font-size: 14px; }
#main .single-produkty__contact {
  width: 100px;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  #main .single-produkty__contact a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start; }
  #main .single-produkty__contact img {
    margin-bottom: 1rem;
    max-width: 32px;
    width: 100%; }
#main .single-produkty__more {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 4rem;
  margin-bottom: 4rem;
  width: 100%;
  justify-content: center; }
  #main .single-produkty__more p {
    font-size: 20px;
    margin-right: 10px;
    margin-bottom: 0 !important; }
  #main .single-produkty__more .btn__primary {
    margin-left: 10px;
    padding-left: 40px;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center; }
    #main .single-produkty__more .btn__primary img {
      max-width: 25px;
      width: 100%;
      margin-right: 5px;
      position: absolute;
      left: 10px;
      top: 50%;
      transform: translateY(-50%); }
#main .single-produkty .col-4 .btn {
  width: 100%;
  text-align: center;
  display: block;
  max-width: calc(100% - 60px);
  margin-top: 1rem;
  padding: 15px 30px; }
#main .single-produkty .col-4 .icon {
  color: #EC0000;
  margin-right: 10px;
  right: unset;
  left: 15px; }
#main .single-produkty__simple .col-4 > img {
  width: 100%; }
#main .single-produkty__simple .col:first-child {
  width: calc(100% - 95px); }
#main .single-produkty__simple .col:last-child {
  width: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px; }
  #main .single-produkty__simple .col:last-child img {
    width: 32px;
    margin-top: 10px; }
#main .single-produkty__simple h3 {
  margin-top: 0.7rem !important; }
#main .single-produkty__simple .single-produkty__product {
  margin-bottom: 30px; }
#main .single-produkty__product .perimeters {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  width: 100%; }
  #main .single-produkty__product .perimeters img {
    max-width: 25px;
    filter: invert(34%) sepia(9%) saturate(110%) hue-rotate(182deg) brightness(94%) contrast(87%);
    transition: 0.3s ease-in-out; }
  #main .single-produkty__product .perimeters:hover img {
    filter: invert(99%) sepia(1%) saturate(0%) hue-rotate(290deg) brightness(112%) contrast(100%); }

.page-template-media .media__single {
  margin-bottom: 1rem; }
  .page-template-media .media__single h3 {
    margin-top: 0.7rem;
    position: relative;
    padding-right: 40px; }
    .page-template-media .media__single h3 .icon {
      position: absolute;
      top: 0;
      right: 0; }
.page-template-media .page_content:not(:empty) {
  padding-bottom: 0; }

.page_title .title h1 {
  font-weight: normal !important;
  padding-top: 3rem; }

.bg_page_header .page_title {
  padding: 20px !important;
  border-radius: 8px; }
  .bg_page_header .page_title:before {
    opacity: 0.5;
    background: #0000006e;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border-radius: 8px; }

.single-uslugi .news.single .posts_grid_post_info {
  display: none; }

.tax-types h3 {
  margin-top: 0.7rem !important; }
.tax-types article.col-4 {
  margin-bottom: 30px; }
  .tax-types article.col-4 > .row {
    flex-wrap: unset;
    justify-content: space-between; }
.tax-types article .col:first-child {
  width: 100%;
  padding-left: 0; }
.tax-types article .col__contact {
  max-width: 100px;
  width: 100%;
  padding: 0;
  margin-top: 1rem;
  display: flex;
  justify-content: center; }
  .tax-types article .col__contact a {
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    display: flex; }
  .tax-types article .col__contact img {
    max-width: 32px;
    width: 100%; }

.section__title {
  font-size: 52px;
  line-height: 1.1346em;
  font-weight: 300;
  padding-bottom: 25px;
  position: relative; }
  .section__title:after {
    background: -moz-linear-gradient(90deg, #ee1c25 52px, transparent 52px, transparent 56px, #ee1c25 56px);
    background: -webkit-linear-gradient(90deg, #ee1c25 52px, transparent 52px, transparent 56px, #ee1c25 56px);
    background: linear-gradient(90deg, #ee1c25 52px, transparent 52px, transparent 56px, #ee1c25 56px);
    content: '';
    display: inline-block;
    height: 3px;
    width: 60px;
    margin-top: 22px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0; }

.bg__white {
  background: #fff; }
.bg__lightgray {
  background: #eeeeef; }

.bg_page_header .bg_layer {
  display: none; }

.rel {
  position: relative; }

.p-1 {
  padding: 1rem; }

.pt-2 {
  padding-top: 2rem; }

.pt-3 {
  padding-top: 3rem; }

.pt-4 {
  padding-top: 4rem; }

.pt-5 {
  padding-top: 5rem; }

.pb-2 {
  padding-bottom: 2rem; }

.pb-3 {
  padding-bottom: 3rem; }

.pb-4 {
  padding-bottom: 4rem; }

.pb-5 {
  padding-bottom: 5rem; }

.plr-15 {
  padding-left: 15px;
  padding-right: 15px; }

.copyrights_panel_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end; }

.copyrights_area .copyrights_panel a {
  color: #fff; }
  .copyrights_area .copyrights_panel a:hover {
    color: #EC0000; }
.copyrights_area .cws_social_links {
  display: flex;
  margin-top: 3rem; }
  .copyrights_area .cws_social_links .cws_social_link {
    width: 40px;
    height: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
  .copyrights_area .cws_social_links .cws_social_link + .cws_social_link {
    margin-left: 15px !important; }
.copyrights_area .menu {
  display: flex; }
  .copyrights_area .menu a {
    color: #fff; }
    .copyrights_area .menu a i {
      font-size: 1.375rem; }
  .copyrights_area .menu > li :before {
    display: none; }
.copyrights_area .contact-icons {
  margin-top: 20px; }
  .copyrights_area .contact-icons img {
    width: 25px;
    height: 25px;
    margin-left: 0;
    position: relative;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(5deg) brightness(102%) contrast(102%);
    transition: 0.3s ease-in-out; }
  .copyrights_area .contact-icons a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px; }

#footer__widgets__top {
  background: #57585a;
  padding: 70px 0; }
  #footer__widgets__top .footer__widgets__single {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #footer__widgets__top .footer__widgets__single > div {
      max-width: 350px;
      margin-left: auto;
      margin-right: auto; }
    #footer__widgets__top .footer__widgets__single h4 {
      padding-bottom: 20px;
      position: relative; }
      #footer__widgets__top .footer__widgets__single h4:after {
        background: -moz-linear-gradient(90deg, white 52px, transparent 52px, transparent 56px, white 56px);
        background: -webkit-linear-gradient(90deg, white 52px, transparent 52px, transparent 56px, white 56px);
        background: linear-gradient(90deg, white 52px, transparent 52px, transparent 56px, white 56px);
        content: '';
        display: inline-block;
        height: 3px;
        width: 60px;
        margin-top: 22px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0; }
  #footer__widgets__top * {
    color: #fff; }
#footer__widgets__bottom {
  background: #eeeeef; }
  #footer__widgets__bottom .footer__widgets__single .col__50 {
    padding: 15px; }

#cookies__block {
  position: fixed;
  left: 0;
  bottom: -100%;
  z-index: 10000000;
  background: #00000073;
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }
  #cookies__block.active {
    bottom: 0; }
  #cookies__block .row {
    background: #fff;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
#cookies__btns .btn {
  margin: 5px;
  background-color: #EC0000;
  color: #fff;
  padding: 11px 35px;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 1.8;
  width: 100%; }
  #cookies__btns .btn:hover {
    background-color: #3e3e3f; }
#cookies__btns a {
  text-decoration: underline; }
#cookies__btns #cookies__save {
  background: #eeeeef;
  color: #3e3e3f;
  text-transform: none;
  border: none;
  border: 1px solid #eeeeef; }
  #cookies__btns #cookies__save:hover {
    background: #fff;
    color: #3e3e3f;
    border: 1px solid #3e3e3f; }
#cookies__settings {
  display: flex;
  justify-content: center;
  align-items: center; }
#cookies__close {
  width: 25px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 15px;
  padding: 0;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  font-size: 0;
  background: #fff;
  cursor: pointer; }
  #cookies__close span {
    width: 20px;
    height: 2px;
    display: block;
    background-color: #3e3e3f; }
    #cookies__close span:first-child {
      transform: rotate(45deg) translateY(-50%);
      position: absolute;
      top: 50%; }
    #cookies__close span:last-child {
      transform: rotate(-45deg) translateY(-50%);
      position: absolute;
      top: 50%;
      left: 1px; }

.cookies__settings__item {
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
  cursor: pointer; }
  .cookies__settings__item div {
    width: 20px;
    height: 20px;
    border: 2px solid #3e3e3f;
    margin-right: 5px;
    position: relative; }
    .cookies__settings__item div:after {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      content: "";
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: bold; }
  .cookies__settings__item.always-accepted {
    filter: grayscale(1);
    pointer-events: none; }
    .cookies__settings__item.always-accepted div:after {
      content: "\2713"; }
  .cookies__settings__item.accepted div {
    border: 2px solid #EC0000; }
    .cookies__settings__item.accepted div:after {
      content: "\2713";
      color: #EC0000; }

.copyrights_container {
  padding-left: 15px;
  padding-right: 15px; }

.tiles {
  text-align: center; }

.tiles h2 {
  font-size: 1.5rem; }

.tiles .cws_vc_column-inner {
  border: 2px solid #eeeeef;
  border-radius: 12px;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s ease-in-out; }
  .tiles .cws_vc_column-inner:hover {
    border: 2px solid #EC0000; }
    .tiles .cws_vc_column-inner:hover h2 {
      color: #EC0000; }

.tiles .active .cws_vc_column-inner {
  border: 2px solid #EC0000; }

body .cws_custom_button_wrapper.simple > span {
  padding-right: 30px; }
  body .cws_custom_button_wrapper.simple > span:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    right: 0;
    left: unset; }

.main-nav-container .sub-menu .cws_megamenu_item .menu-item:hover:after,
.header_wrapper_container .header_logo_part .logo_box_text:before,
.main-nav-container .main-menu > .menu-item-has-children > a:after,
.copyrights_panel_wrapper .cws_social_links:not(:first-child):before,
.main-nav-container .main-menu > .menu-item > span.cws_megamenu_item_title:after {
  display: none !important; }

.col {
  padding-left: 15px;
  padding-right: 15px; }
  .col__inner {
    padding: 15px; }

[class*="col-"] {
  float: left;
  padding: 15px; }

.col-default-1 {
  width: 8.33%; }

.col-default-2 {
  width: 16.66%; }

.co-default-3 {
  width: 25%; }

.col-default-4 {
  width: 33.33%; }

.col-default-5 {
  width: 41.66%; }

.col-default-6 {
  width: 50%; }

.col-default-7 {
  width: 58.33%; }

.col-default-8 {
  width: 66.66%; }

.col-default-9 {
  width: 75%; }

.col-default-10 {
  width: 83.33%; }

.col-default-11 {
  width: 91.66%; }

.col-default-12 {
  width: 100%; }

* {
  box-sizing: border-box; }

.header_cont .header_nav_part .menu-item .current-menu-item {
  background: #fff;
  color: #57585a; }

.header_cont .header_nav_part .menu-item .current-menu-item.menu-item-type-taxonomy {
  background-color: #fff;
  color: #EC0000; }
  .header_cont .header_nav_part .menu-item .current-menu-item.menu-item-type-taxonomy a {
    padding-left: 0px !important; }
  .header_cont .header_nav_part .menu-item .current-menu-item.menu-item-type-taxonomy:after {
    display: none; }

.text__red {
  color: #EC0000; }
  .text__red * {
    color: #EC0000 !important; }
.text__small {
  font-size: 11px; }
.text__info {
  font-size: 10px; }

section ul > li, #main ul > li {
  padding-left: 20px; }
  section ul > li:before, #main ul > li:before {
    content: "";
    background-image: url("../img/ico.png");
    width: 12.5px;
    height: 16.5px;
    background-size: cover;
    top: 8px; }
  section ul > li::marker, #main ul > li::marker {
    display: none; }

.cws-content > .vc_row {
  padding-right: 15px;
  padding-left: 15px; }

.page-template-locations .map {
  width: 100%; }
  .page-template-locations .map__container {
    position: relative; }
    .page-template-locations .map__container .btn {
      font-size: 1rem;
      color: #fff;
      padding: 6px 12px;
      margin-bottom: 3px;
      display: block;
      text-align: center;
      line-height: 1.3; }
      .page-template-locations .map__container .btn:last-child {
        margin-bottom: 0; }
      .page-template-locations .map__container .btn:nth-child(odd) {
        background: #EC0000; }
      .page-template-locations .map__container .btn:nth-child(even) {
        background: #57585a; }
  .page-template-locations .map__location {
    flex-direction: column;
    display: flex;
    position: absolute;
    display: none;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    width: 200px;
    z-index: 1000;
    left: 20%;
    top: 60%;
    box-shadow: 0px -1px 16px 0px #00000026; }
    .page-template-locations .map__location__outer {
      width: 8%;
      height: auto;
      display: block;
      position: absolute; }
  .page-template-locations .map__pin {
    width: 100%;
    height: auto;
    transition: 0.3s ease-in-out;
    position: relative; }
    .page-template-locations .map__pin.active {
      margin-top: -5px;
      padding-top: 5px;
      margin-bottom: -5px;
      padding-bottom: 5px;
      border-radius: 5px;
      background: #ffffff26; }
  .page-template-locations .map__heading {
    font-size: 1.25rem; }
  .page-template-locations .map__flexpress {
    width: 7%; }
    .page-template-locations .map__flexpress .btn:nth-child(even) {
      background: #EC0000; }

#module__contact {
  position: fixed;
  top: -200vh;
  left: 50%;
  max-width: calc(100% - 60px);
  width: 1366px;
  background: #fff;
  padding: 3rem 0;
  z-index: 9999999;
  transform: translateX(-50%);
  border-radius: 12px;
  box-shadow: 0px -1px 16px 0px #00000026;
  transition: 0.5s ease-in-out; }
  #module__contact.active {
    display: block;
    top: 50%;
    transform: translate(-50%, -50%); }

#show__contact {
  position: fixed;
  background: #EC0000;
  border-radius: 50%;
  right: -200px;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  padding: 14px;
  border: none;
  z-index: 999999;
  cursor: pointer;
  transition: 0.5s ease-in-out; }
  #show__contact.delayed {
    right: 40px; }
    #show__contact.delayed.active {
      right: -200px; }

#hide__contact {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 15px;
  background: #fff;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999999;
  cursor: pointer; }
  #hide__contact span {
    width: 40px;
    height: 3px;
    background: #57585a;
    display: block;
    position: absolute; }
    #hide__contact span:first-child {
      transform: rotate(45deg); }
    #hide__contact span:last-child {
      transform: rotate(-45deg); }

.hide__location {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  height: 30px;
  width: 30px;
  padding: 0;
  margin-top: 0;
  background: transparent;
  border: none; }
  .hide__location span {
    width: 100%;
    height: 3px;
    position: absolute;
    display: block;
    background: gray; }
    .hide__location span:first-child {
      transform: rotate(45deg); }
    .hide__location span:last-child {
      transform: rotate(-45deg); }

.module__contact__item {
  width: 33.33333%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0 3rem; }
  .module__contact__item:nth-child(2) {
    border-left: 3px solid #EC0000;
    border-right: 3px solid #EC0000;
    position: relative; }
    .module__contact__item:nth-child(2):after, .module__contact__item:nth-child(2):before {
      width: 3px;
      height: .4rem;
      position: absolute;
      bottom: -.7rem;
      content: "";
      background: #EC0000; }
    .module__contact__item:nth-child(2):before {
      left: -3px; }
    .module__contact__item:nth-child(2):after {
      right: -3px; }
  .module__contact__item .btn {
    padding: 6px 30px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    margin-top: 1rem; }
  .module__contact__item h2 {
    font-size: 1.5rem; }
  .module__contact__item h3 {
    font-size: 1.3rem; }
    .module__contact__item h3:not(:first-child) {
      margin-top: 0; }
  .module__contact__item .text__small, .module__contact__item .text__info {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    line-height: 1; }
  .module__contact__item .text__small {
    margin-top: 1.2rem; }
  .module__contact__item__weekend {
    width: 50%; }
    .module__contact__item__weekend:nth-child(2) {
      border-right: none; }
      .module__contact__item__weekend:nth-child(2):after {
        display: none; }

.form__row {
  display: flex;
  width: 100%; }
.form__col {
  padding-left: 15px;
  padding-right: 15px; }
  .form__col__100 {
    width: 100%; }
  .form__col__50 {
    width: 50%; }

.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
  padding: 5px;
  width: 100%;
  height: 2.5rem;
  margin-bottom: 0.8rem; }
.wpcf7-form textarea {
  height: 3.5rem; }
.wpcf7-form input[type="checkbox" i] {
  width: 22px;
  height: 22px;
  position: absolute; }
.wpcf7-form .wpcf7-acceptance {
  width: 100%;
  display: block;
  text-align: left; }
  .wpcf7-form .wpcf7-acceptance span {
    font-weight: normal;
    font-size: 11px; }
    .wpcf7-form .wpcf7-acceptance span.wpcf7-list-item-label {
      text-indent: 30px;
      line-height: 1.4; }
.wpcf7-form .cws_custom_select:before {
  right: 10px; }
.wpcf7-form .wpcf7-submit {
  background: #EC0000;
  text-align: center;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 30px;
  border: none;
  font-weight: bold; }
  .wpcf7-form .wpcf7-submit:hover {
    background: #57585a; }
  .wpcf7-form .wpcf7-submit.disabled {
    background: #3e3e3f; }
.wpcf7-form p.date-info {
  font-size: 12px;
  text-align: left;
  margin-top: -10px;
  margin-bottom: 12px;
  color: #EC0000; }

body form.wpcf7-form > div:not(.wpcf7-response-output) select {
  width: 100% !important; }

.tiles .cws_vc_column-inner:hover a {
  color: #EC0000; }

.site_header .search_menu_wrap.search-on .search-form input {
  padding: 15px !important;
  font-size: 1.5rem;
  border-bottom: none; }

#cookies {
  transition: 0.5s ease-in-out;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 30px 15px;
  display: flex;
  color: #fff;
  background: #3e3e3f;
  align-items: flex-start;
  border-top: 1px solid #57585a;
  z-index: 1000000; }
  #cookies__txt {
    padding-right: 30px; }
    #cookies__txt h1::last-child, #cookies__txt h2::last-child, #cookies__txt h3::last-child, #cookies__txt h4::last-child, #cookies__txt h5::last-child, #cookies__txt h6::last-child, #cookies__txt p::last-child, #cookies__txt ul::last-child, #cookies__txt li::last-child {
      margin-bottom: 0; }
    #cookies__txt p {
      font-size: 0.9rem;
      line-height: 1.4; }
  #cookies.accepted {
    display: none; }
  #cookies__accept {
    margin-top: 0;
    text-transform: none;
    letter-spacing: 1px;
    border: none;
    background: #57585a; }
    #cookies__accept:hover {
      background: #EC0000;
      color: #fff; }

#main .single-produkty__simple .single-produkty__product > a,
#main .single-produkty__simple .single-produkty__product > a > img {
  width: 100%;
  display: block; }

.post_meta.post_info.post_post_meta.posts_grid_post_meta, .like.new_style {
  display: none !important; }

.single-post .page_title .title h1 {
  text-transform: unset; }

@media screen and (max-width: 1190px) {
  #main .single-produkty__more {
    flex-direction: column;
    align-items: center; }
    #main .single-produkty__more .btn__primary {
      margin-left: 0;
      margin-top: 1rem; }

  .module__contact__item .form__col__50 {
    width: 100%; }

  .site_header .header_container .header_zone {
    width: 100%; }

  .header_wrapper_container .site_header.logo-left .logo_box .container {
    width: 100%; }

  header .main-nav-container {
    padding-right: 50px;
    position: relative; }
    header .main-nav-container .menu_left_icons {
      position: absolute;
      right: 0;
      left: unset;
      margin-left: 0 !important;
      margin-right: 0 !important; }
    header .main-nav-container .main-menu > .menu-item {
      padding-left: 12px;
      padding-right: 12px; }
  header .container {
    width: 100%; }

  body.home .site_header .header_container .header_zone,
  body:not(.home) .site_header .header_container .header_zone {
    width: 100%; }

  .home .site_header .header_container {
    width: 100%; }

  .tiles {
    padding-left: 30px;
    padding-right: 30px; }
    .tiles .vc_column_container {
      display: flex;
      justify-content: center;
      align-items: flex-start; } }
@media screen and (max-width: 1190px) and (min-width: 980px) {
  .menu_left_icons {
    position: absolute;
    left: 130px; } }
@media screen and (max-width: 980px) {
  .container, body.layout_1400 .container, .mobile_menu_container, .page_content > main .grid_row, .page_content > main .benefits_cont, .page_content:not(.single_sidebar):not(.double_sidebar) .fw_row_content_wrapper {
    width: 100% !important; }

  body:not(.home) .site_header .header_container .header_zone {
    width: calc(100% - 30px); }

  .site_header .main-nav-container.with_shadow {
    flex-direction: row !important;
    width: 100%; }

  #main section {
    padding-left: 15px;
    padding-right: 15px; }

  .page-template-locations .map__container__outer {
    padding-left: 80px;
    padding-right: 80px; }
  .page-template-locations .map__location {
    left: 0; }

  #module__contact {
    height: 100vh;
    overflow-y: scroll;
    max-width: 100%;
    border-radius: 0; }
    #module__contact.active {
      top: 0;
      left: 0;
      transform: none; }
    #module__contact .module__contact__container {
      flex-wrap: wrap; }
    #module__contact .module__contact__item {
      width: 100%;
      margin-bottom: 3rem;
      position: relative; }
      #module__contact .module__contact__item:nth-child(2) {
        border-left: none;
        border-right: none; }
      #module__contact .module__contact__item:before, #module__contact .module__contact__item:after {
        height: 3px;
        background: #EC0000;
        content: "";
        position: absolute; }
      #module__contact .module__contact__item:before {
        width: 50%;
        left: 50%;
        bottom: -1.5rem;
        transform: translateX(-55%); }
      #module__contact .module__contact__item:after {
        left: unset;
        bottom: -1.5rem;
        right: 25% !important;
        width: 1%; }
      #module__contact .module__contact__item:last-child {
        margin-bottom: 0; }
        #module__contact .module__contact__item:last-child:after, #module__contact .module__contact__item:last-child:before {
          display: none; }

  #hide__contact {
    position: fixed;
    right: 30px; }

  #show__contact {
    width: 60px;
    height: 60px;
    padding: 10px; } }
@media screen and (max-width: 985px) {
  .header_wrapper_container .menu_extra_button_additional.active {
    display: none !important; } }
@media screen and (max-width: 979px) {
  .header_wrapper_containe .menu_extra_button_additional {
    margin-left: 20px; }
    .header_wrapper_containe .menu_extra_button_additional.active {
      display: flex !important; }

  .site_header.mobile-icons-right .main-nav-container {
    justify-content: space-between; }

  #main .single-produkty__simple h3 {
    font-size: 1rem; }

  .menu-item-object-megamenu_item .children-toggler {
    width: 12px;
    height: 12px;
    display: block;
    cursor: pointer;
    right: 15px;
    top: 25px;
    position: absolute; }
    .menu-item-object-megamenu_item .children-toggler span {
      width: 12px;
      height: 2px;
      background: gray;
      display: block;
      position: absolute;
      opacity: 1; }
      .menu-item-object-megamenu_item .children-toggler span:first-child {
        transform: rotate(90deg); }
    .menu-item-object-megamenu_item .children-toggler.active span:first-child {
      opacity: 0; }

  .menu-item-object-megamenu_item .sub-menu.active {
    display: block; } }
@media screen and (max-width: 768px) {
  .header_wrapper_container .menu_extra_button_additional.active {
    display: none !important; }

  .menu_extra_button__additional.in_mobile_menu.active {
    display: block !important;
    margin-top: 0; }

  .container,
  body.layout_1400 .container,
  .mobile_menu_container,
  .page_boxed .slider_bg .container {
    margin-left: 0 !important;
    margin-right: 0 !important; }

  .mobile__static {
    position: static; }
  .mobile__nopadding {
    padding: 0 !important; }

  .header_wrapper_container .menu_extra_button a {
    border-radius: 0; }

  .mobile_menu_wrapper .logo_box_text {
    display: block;
    padding: 5px 0 5px 50px !important; }
    .mobile_menu_wrapper .logo_box_text i {
      padding-left: 5px; }

  .copyrights {
    margin-bottom: 1.5rem; }

  .copyrights_panel_wrapper {
    align-items: center;
    flex-direction: column-reverse; }
    .copyrights_panel_wrapper .cws_social_links.social-divider.social-left {
      display: flex; }
    .copyrights_panel_wrapper .cws_social_links:not(:first-child) {
      margin-top: 0;
      margin-bottom: 20px; }

  #main .single-produkty__more {
    flex-direction: column; }
    #main .single-produkty__more p {
      margin-right: 0; }
    #main .single-produkty__more .btn__primary {
      margin-left: 0;
      margin-top: 1rem; }

  #main .single-produkty__simple .single-produkty__product {
    width: 100%; }

  .page-template-locations .map__location {
    left: -100%;
    padding: 10px;
    width: 150px; }
    .page-template-locations .map__location .btn {
      padding: 6px; }
  .page-template-locations .map__heading {
    font-size: 1rem; }

  #show__contact.delayed {
    right: 20px; }

  .copyrights_area .contact-icons {
    justify-content: center; }
    .copyrights_area .contact-icons a:last-child .icon {
      margin-right: 0; }

  .copyrights_panel {
    margin-top: 0; }

  #cookies {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px; }
    #cookies__txt {
      padding-right: 0;
      margin-bottom: 1rem; } }
@media screen and (max-width: 767px) {
  .copyrights_panel {
    margin-top: 0 !important; }
    .copyrights_panel .copyrights_panel_wrapper .cws_social_links:not(:first-child) {
      display: flex;
      margin-top: 0; }

  .copyrights_area .contact-icons a {
    margin-left: 10px;
    margin-right: 10px; }

  #cookies__block .row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  #cookies__txt, #cookies__btns {
    width: 100%; }
  #cookies__txt {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px; }
  #cookies__btns {
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; } }
@media screen and (max-width: 550px) {
  .page-template-locations .map__container__outer {
    padding-left: 0;
    padding-right: 0; }
  .page-template-locations .map__container.desktop {
    display: none; }
  .page-template-locations .map__container.mobile .map__location {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    box-shadow: none;
    background: #fffc; }
    .page-template-locations .map__container.mobile .map__location.active {
      display: flex; }
    .page-template-locations .map__container.mobile .map__location__inner {
      background: #fff;
      padding: 30px;
      width: calc(100% - 30px);
      border-radius: 12px;
      height: auto;
      position: relative; }
  .page-template-locations .map__container.mobile .map__heading {
    font-size: 1.5rem;
    text-align: center; }
  .page-template-locations .map__container.mobile .map .btn {
    margin-bottom: 1rem;
    padding: 12px; }
    .page-template-locations .map__container.mobile .map .btn:last-child {
      margin-bottom: 0; }
  .page-template-locations .map__location {
    left: -100%; }

  #cookies__btns {
    flex-direction: column; } }
@media screen and (min-width: 499px) {
  .col {
    padding-left: 15px;
    padding-right: 15px; }

  [class*="col-"] {
    float: left;
    padding: 15px; }

  .col-small-1 {
    width: 8.33%; }

  .col-small-2 {
    width: 16.66%; }

  .co-small-3 {
    width: 25%; }

  .col-small-4 {
    width: 33.33%; }

  .col-small-5 {
    width: 41.66%; }

  .col-small-6 {
    width: 50%; }

  .col-small-7 {
    width: 58.33%; }

  .col-small-8 {
    width: 66.66%; }

  .col-small-9 {
    width: 75%; }

  .col-small-10 {
    width: 83.33%; }

  .col-small-11 {
    width: 91.66%; }

  .col-small-12 {
    width: 100%; }

  * {
    box-sizing: border-box; } }
@media screen and (min-width: 549px) {
  .map__container.mobile {
    display: none; } }
@media screen and (min-width: 767px) {
  .col {
    padding-left: 15px;
    padding-right: 15px; }
    .col__70 {
      width: 70%; }
    .col__50 {
      width: 50%; }
    .col__33 {
      width: 33.333%; }
    .col__30 {
      width: 40%; }
    .col__50, .col__33, .col__30, .col__70 {
      padding: 30px 15px; }

  [class*="col-"] {
    float: left;
    padding: 15px; }

  .col-1 {
    width: 8.33%; }

  .col-2 {
    width: 16.66%; }

  .col-3 {
    width: 25%; }

  .col-4 {
    width: 33.33%; }

  .col-5 {
    width: 41.66%; }

  .col-6 {
    width: 50%; }

  .col-7 {
    width: 58.33%; }

  .col-8 {
    width: 66.66%; }

  .col-9 {
    width: 75%; }

  .col-10 {
    width: 83.33%; }

  .col-11 {
    width: 91.66%; }

  .col-12 {
    width: 100%; }

  * {
    box-sizing: border-box; } }
@media screen and (min-width: 979px) {
  .home .site_header .header_container {
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
    z-index: 1000; }
    .home .site_header .header_container.up {
      top: -800px;
      transition: 0.6s ease-in-out !important; }
      .home .site_header .header_container.up .cws_logotype_svg {
        padding-top: 20px; }
      .home .site_header .header_container.up.fixed {
        top: 0;
        position: fixed;
        background: #fff;
        padding-top: 12px; }

  .no-split-menu {
    width: 100%; }
    .no-split-menu .main-menu {
      width: 100%;
      display: flex !important;
      justify-content: space-between;
      align-items: center; }

  body:not(.home) .site_header .header_container .header_zone {
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
    z-index: 1000; }
  body:not(.home) .site_header .header_container.up .header_zone {
    position: fixed;
    transition: 0.6s ease-in-out !important; }
  body:not(.home) .site_header .header_container.up.fixed .header_zone {
    top: 0;
    padding-top: 12px;
    background-color: #fff; }
  body:not(.home) .fs_img_header, body:not(.home) .bg_page_header {
    height: 600px; }
    body:not(.home) .fs_img_header .header_img_blur,
    body:not(.home) .fs_img_header .header_img_wrap, body:not(.home) .bg_page_header .header_img_blur,
    body:not(.home) .bg_page_header .header_img_wrap {
      height: 600px !important; }

  .site_header .search_menu_wrap {
    top: 130px !important; }
    .site_header .search_menu_wrap .search-on .search-form .search-field {
      font-size: 1rem;
      height: 40px; }

  .site_header .main-nav-container .menu_left_icons:not(:empty) {
    margin-top: 25px; }

  .menu-item-has-children {
    position: relative; } }
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .logo-left .header_logo_part .logo_box_content_wrapper, .logo-right .header_logo_part .logo_box_content_wrapper {
    display: block !important; }

  .header_wrapper_container .menu_box {
    background: #fff;
    width: 100%;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px; }

  .site_header.mobile-icons-right .main-nav-container {
    justify-content: space-between !important; } }
.site_header .cws_logotype_svg path {
  transition: 0.3s ease-in-out; }

.site_header .cws_logotype_svg:hover path {
  fill: #6D6E70; }

/*# sourceMappingURL=style.css.map */
