@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot');
  src: url('fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('fonts/icomoon.woff') format('woff'), url('fonts/icomoon.ttf') format('truetype'), url('fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal; }

.icon-heart-broken:before {
  content: "\e600";
  font-family: 'icomoon'; }

.icon-heart:before {
  content: "\e601";
  font-family: 'icomoon'; }

.icon-heart2:before {
  content: "\e602";
  font-family: 'icomoon'; }

.icon-star:before {
  content: "\e603";
  font-family: 'icomoon'; }

.icon-cancel-circle:before {
  content: "\e604";
  font-family: 'icomoon'; }

.icon-tag:before {
  content: "\e605";
  font-family: 'icomoon'; }

.icon-tags:before {
  content: "\e606";
  font-family: 'icomoon'; }

.icon-cart:before {
  content: "\e607";
  font-family: 'icomoon'; }

.icon-cart2:before {
  content: "\e608";
  font-family: 'icomoon'; }

.icon-cart3:before {
  content: "\e609";
  font-family: 'icomoon'; }

.icon-bubbles:before {
  content: "\e60a";
  font-family: 'icomoon'; }

body {
  font-family: "Poppins", serif; }

.cleaner {
  clear: both; }

.ttab {
  display: table; }

.trow {
  display: table-cell;
  vertical-align: middle; }

.linia {
  width: 116px;
  height: 4px;
  background: #001530;
  margin-bottom: 40px; }

.tcenter {
  text-align: center; }

.tright {
  text-align: right; }

.tleft {
  text-align: left; }

.tjust {
  text-align: justify; }

.dnone {
  display: none; }

.well {
  background: transparent;
  border: 0;
  box-shadow: none; }

.sluchawka {
  display: none;
  position: fixed;
  bottom: 40px;
  left: 40px;
  overflow: hidden;
  width: 75px;
  height: 75px;
  background-image: url(../gfxi/sluchawka.png);
  background-color: #e51937;
  background-repeat: no-repeat;
  background-position: 25px 20px;
  transition: all 0.5s;
  z-index: 999999999;
  box-sizing: content-box; }
  .sluchawka:hover {
    width: 400px;
    background-color: #e51937; }

.sluchawka:hover {
  width: 400px;
  background-color: #e51937; }

.sluchawka-inner {
  opacity: 1;
  position: relative;
  width: 65px;
  height: 65px;
  position: absolute;
  top: 5px;
  left: 5px;
  animation: sluch 0.5s infinite; }

.cookiez {
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 0;
  font-size: 12px;
  left: 0;
  padding: 25px 0 30px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 20000; }
  .cookiez a {
    background-color: #ddd;
    border: 0 solid red;
    border-radius: 4px;
    color: #555;
    display: inline-block;
    margin-left: 10px;
    padding: 9px 17px; }

.btn_1:hover, .btn_1:focus, .btn_2:hover, .btn_2:focus, .btn_3:hover, .btn_3:focus, .btn_4:hover, .btn_4:focus {
  text-decoration: none; }

.shadowsmall {
  -webkit-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.1); }

.shadowhuge {
  -webkit-box-shadow: 0px 10px 0px 200px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 0px 200px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 0px 200px rgba(0, 0, 0, 0.1); }

.btn_1 {
  transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border: 1px solid  !important;
  background:  !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 50px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  max-width: 100%; }
  .btn_1:hover, .btn_1:focus {
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border: 1px solid  !important;
    background:  !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 50px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    max-width: 100%; }

.btn_2 {
  transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border: 1px solid #001530 !important;
  background: #001530 !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 50px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  max-width: 100%; }
  .btn_2:hover, .btn_2:focus {
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border: 1px solid #001530 !important;
    background: #fff !important;
    color: #001530 !important;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 50px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    max-width: 100%; }

.btn_3 {
  transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border: 1px solid #ce9b7c !important;
  background: #ce9b7c !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 50px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  max-width: 100%; }
  .btn_3:hover, .btn_3:focus {
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border: 1px solid #ce9b7c !important;
    background: #fff !important;
    color: #ce9b7c !important;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 50px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    max-width: 100%; }

.btn_4 {
  transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border: 1px solid #fff !important;
  background: #fff !important;
  color: #001530 !important;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 50px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  max-width: 100%; }
  .btn_4:hover, .btn_4:focus {
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border: 1px solid #001530 !important;
    background: #001530 !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 50px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    max-width: 100%; }

:root {
  scroll-behavior: smooth; }

body {
  font-family: "Poppins", serif;
  -webkit-font-smoothing: subpixel-antialiased !important;
  transition: all 0.5s; }

section {
  position: relative; }

a {
  color: #000;
  text-decoration: none; }
  a:hover {
    color: #000;
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", serif; }

.section-header {
  text-align: center;
  padding-bottom: 40px;
  padding: 70px 0; }
  .section-header h2 {
    font-size: 61px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #233d62; }
  .section-header p {
    margin: 0 auto; }

@media (min-width: 1280px) {
  .section-header p {
    max-width: 80%; } }

.header {
  transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  z-index: 997;
  background: transparent; }
  .header .top_header.flex {
    height: 39px;
    overflow: hidden;
    padding: 0 8.7vw;
    background: #001530;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.8s; }
    .header .top_header.flex .mail-phone {
      display: inline-block; }
      .header .top_header.flex .mail-phone.lewa ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .header .top_header.flex .mail-phone.lewa ul li {
          display: inline-block;
          height: 39px;
          line-height: 39px;
          padding-left: 24px;
          padding-right: 26px; }
          .header .top_header.flex .mail-phone.lewa ul li a {
            font-weight: 600;
            color: #fff;
            transition: all 0.5s; }
            .header .top_header.flex .mail-phone.lewa ul li a:hover {
              color: #001530; }
          .header .top_header.flex .mail-phone.lewa ul li b {
            display: inline-block;
            height: 50px; }
      .header .top_header.flex .mail-phone.prawa {
        float: right; }
        .header .top_header.flex .mail-phone.prawa p {
          font-size: 12px;
          display: inline-block;
          line-height: 50px; }
        .header .top_header.flex .mail-phone.prawa ul {
          list-style: none; }
        .header .top_header.flex .mail-phone.prawa ul li {
          display: inline-block;
          line-height: 39px;
          margin-right: 20px; }
          .header .top_header.flex .mail-phone.prawa ul li a {
            color: #fff; }
          .header .top_header.flex .mail-phone.prawa ul li img {
            margin-right: 10px; }
  .header .navbar {
    padding: 0 8.13vw 0 18.8vw;
    background: #fff;
    position: relative; }
    .header .navbar:before, .header .navbar:after {
      transition: all 0.5s;
      -khtml-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      position: absolute;
      width: 5.46875vW;
      content: "";
      height: 1px;
      background: #001530;
      top: 82px;
      left: 4.89583vW; }
    .header .navbar:after {
      left: inherit;
      right: 4.89583vW; }
    .header .navbar .navbar-brand {
      display: none; }
    .header .navbar .navbar-collapse {
      justify-content: space-between; }
    .header .navbar .logo-srodek {
      padding: 25px 0 24px; }
      .header .navbar .logo-srodek img {
        transition: all 0.5s;
        -khtml-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s; }
    .header .navbar .navbar-nav {
      margin-left: 50px; }
      .header .navbar .navbar-nav.list-block {
        position: relative; }
        .header .navbar .navbar-nav.list-block:before {
          position: absolute;
          top: 0;
          left: -25px;
          height: 40px;
          background: #fff;
          width: 1px;
          content: ""; }
        .header .navbar .navbar-nav.list-block li {
          min-height: 38px; }
        .header .navbar .navbar-nav.list-block li:nth-child(1) {
          padding-left: 0; }
        .header .navbar .navbar-nav.list-block li:nth-child(2) {
          padding-top: 4px; }
        .header .navbar .navbar-nav.list-block li img {
          padding-right: 10px; }
        .header .navbar .navbar-nav.list-block li a {
          font-size: 16px;
          font-weight: 700; }
    .header .navbar ul li a {
      color: black;
      font-size: 21px;
      font-family: "Poppins", serif;
      letter-spacing: 1px;
      font-weight: 500; }
      .header .navbar ul li a:hover {
        border-bottom: 2px solid #001530; }
      .header .navbar ul li ul li a {
        border: 0; }
        .header .navbar ul li ul li a:hover {
          border: 0;
          color: #001530; }
  .header .dropdown-menu {
    border: 0px solid red;
    background: #fafafa;
    padding: 20px;
    min-width: 230px; }
  .header.sticked {
    transform: translateY(-39px);
    background: white; }
    .header.sticked .top_header.flex {
      background: #001530; }
    .header.sticked .navbar:before, .header.sticked .navbar:after {
      top: 51px; }
      .header.sticked .navbar .logo-srodek {
        padding: 5px 0 4px; }
      .header.sticked .navbar .logo-srodek img {
        width: 130px; }

.flex-block {
  display: flex; }

body {
  overflow-x: hidden; }

header.aj-header {
  font-family: "Poppins", serif; }
  header.aj-header .d-flex ul li {
    margin-right: 5px; }
    header.aj-header .d-flex ul li:nth-child(1) a, header.aj-header .d-flex ul li:nth-child(2) a, header.aj-header .d-flex ul li:nth-child(3) a {
      font-size: 12px;
      font-weight: 700;
      border-radius: 40px;
      padding-right: 14px; }
    header.aj-header .d-flex ul li:nth-child(1):hover a, header.aj-header .d-flex ul li:nth-child(2):hover a, header.aj-header .d-flex ul li:nth-child(3):hover a {
      background: transparent;
      color: #ce9b7c; }
    header.aj-header .d-flex ul li:nth-child(1) {
      padding-left: 20px;
      padding-right: 4px; }
    header.aj-header .d-flex ul li:nth-child(1) img {
      padding-right: 10px; }
    header.aj-header .d-flex ul li:nth-child(1) a {
      font-size: 16px;
      font-weight: 700;
      background: transparent; }
  header.aj-header .top_header.flex {
    background: white;
    color: #111;
    font-weight: 400; }
    header.aj-header .top_header.flex b {
      font-weight: 700; }
    header.aj-header .top_header.flex .mail-phone.lewa ul li a {
      color: #333;
      font-weight: 400; }
      header.aj-header .top_header.flex .mail-phone.lewa ul li a:hover {
        color: #e31e24; }
    header.aj-header .top_header.flex .mail-phone.lewa img {
      height: 18px;
      width: auto;
      margin-left: 10px;
      margin-right: 4px; }
  header.aj-header.sticked .bottom_nav ul li {
    padding: 5px 21px; }
    header.aj-header.sticked .bottom_nav .right {
      padding: 4px 0 0; }
  header.aj-header nav.navbar {
    background: #001530 !important;
    background: black; }
    header.aj-header nav.navbar .logo-srodek img {
      transition: all 0.01s; }
    header.aj-header nav.navbar ul li a {
      color: white;
      font-family: "Poppins", serif;
      font-size: 15px;
      letter-spacing: 0px;
      border-radius: 3px;
      font-weight: 400; }
    header.aj-header nav.navbar ul li a img {
      height: 22px;
      width: auto;
      margin-right: 3px; }
    header.aj-header nav.navbar ul li a:hover {
      color: #ce9b7c;
      border: 0; }
      header.aj-header nav.navbar ul li a:hover img {
        filter: brightness(1); }
    header.aj-header nav.navbar:before, header.aj-header nav.navbar:after {
      display: none; }
  header.aj-header ul.dropdown-menu {
    border-radius: 5px;
    overflow: hidden;
    background: #333;
    padding: 0 0 0 0; }
    header.aj-header ul.dropdown-menu li {
      padding: 5px 10px;
      margin: 0 0 0 0; }
    header.aj-header ul.dropdown-menu li:hover {
      background: #e31e24; }
    header.aj-header ul.dropdown-menu li:hover a {
      color: white; }
    header.aj-header ul.dropdown-menu li:hover a:hover {
      color: #fff;
      background: transparent !important; }
    header.aj-header .bottom_nav {
      display: flex;
      justify-content: space-between;
      background: #fff;
      padding: 0 0 0 18.8vw; }
    header.aj-header .bottom_nav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    header.aj-header .bottom_nav ul li {
      display: inline-block;
      padding: 21px; }
    header.aj-header .bottom_nav ul li a {
      font-size: 14px;
      font-weight: 500; }
    header.aj-header .bottom_nav .right {
      padding: 21px 0 0; }
    header.aj-header .bottom_nav .right img {
      margin-right: 30px; }

section.main_slider {
  margin-top: 118px;
  padding: 0 0 0 0; }
  section.main_slider .carousel .carousel-inner .carousel-item .description_slider {
    padding: 0 0 0 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    section.main_slider .carousel .carousel-inner .carousel-item .description_slider h3 {
      font-size: 3vw;
      color: white;
      letter-spacing: 0px;
      text-shadow: 0px 1px 44px rgba(0, 0, 0, .1); }
    section.main_slider .carousel .carousel-inner .carousel-item .description_slider h4 {
      font-size: 16px;
      text-transform: uppercase;
      color: white;
      font-weight: 600;
      letter-spacing: 5px; }
    section.main_slider .carousel .carousel-inner .carousel-item .description_slider a {
      font-family: "Poppins", serif;
      font-size: 13px;
      letter-spacing: 0px;
      display: inline-block;
      margin-top: 10px;
      padding: 17px 38px 15px 38px;
      background: #fff;
      text-transform: uppercase;
      font-weight: 700;
      color: black;
      border-radius: 30px;
      transition: all 0.4s; }
      section.main_slider .carousel .carousel-inner .carousel-item .description_slider a:hover {
        background: black;
        color: #fff; }

footer.footer {
  font-family: "Poppins", serif;
  font-size: 14px;
  border: 0; }
  footer.footer .flex img {
    width: 24px; }
  footer.footer .flex-boxy .boxy {
    width: 25%; }
    footer.footer .flex-boxy .boxy ul {
      margin: 0 0 0 0;
      padding: 0 0 0 0;
      list-style: none; }
    footer.footer .flex-boxy .boxy ul li a {
      font-weight: 500;
      transition: all 0.5s; }
      footer.footer .flex-boxy .boxy ul li a:hover {
        color: #e31e24 !important; }
  footer.footer .footer-legal .container {
    border-top: 1px solid #555;
    margin-top: 30px;
    padding-top: 30px; }
    footer.footer .footer-legal .expo {
      float: right;
      margin-right: 100px; }

@media screen and (min-width: 1366px) and (max-width: 1660px) {
  header.aj-header .top_header.flex {
    padding: 0 3.8vw; }
    header.aj-header .navbar {
      padding: 0 3vw; } }

@media screen and (min-width: 992px) and (max-width: 1365px) {
  header.aj-header .d-flex ul li:nth-child(1) {
    padding-left: 5px;
    padding-right: 5px; }
    header.aj-header .top_header.flex {
      padding: 0 5vw; }
    header.aj-header .navbar {
      padding: 0 10px; }
      header.aj-header .navbar .container-fluid {
        padding: 0 0 0 0 !important; }
        header.aj-header .navbar .container-fluid .logo-srodek {
          width: 140px;
          display: block;
          height: 80px;
          overflow: hidden;
          padding: 26px 0 0 0;
          border: 0px solid red; }
          header.aj-header .navbar .container-fluid .logo-srodek img {
            height: auto !important; }
      header.aj-header .navbar ul.navbar-nav {
        margin-left: 0; }
        header.aj-header .navbar ul.navbar-nav li a {
          font-size: 12px; }
          header.aj-header .navbar ul.navbar-nav li a img {
            display: none; }

  section.main_slider {
    margin-top: 119px; } }

@media screen and (min-width: 1px) and (max-width: 991px) {
  .header .top_header.flex {
    padding: 0 2vw; }
    .header .navbar {
      padding: 0 2vw; }
      .header .navbar .navbar-brand {
        display: block;
        padding: 10px 0 10px 0; }
        .header .navbar .navbar-brand img {
          width: 160px;
          height: auto; }
      .header .navbar button.navbar-toggler {
        filter: invert(1);
        border: 0; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .header .top_header.flex .mail-phone.lewa ul li:nth-child(1) b {
    display: none; }

  section.main_slider {
    margin-top: 114px; } }

@media screen and (min-width: 1px) and (max-width: 767px) {
  header.aj-header .top_header.flex {
    padding: 0 0px 0 0px; }

  .header .top_header.flex .mail-phone.lewa ul li:nth-child(1) b {
    display: none; }
    .header .top_header.flex .mail-phone.lewa ul li:nth-child(1) k.ka-1, .header .top_header.flex .mail-phone.lewa ul li:nth-child(1) k.ka-2 {
      display: none; } }

@media screen and (min-width: 1px) and (max-width: 991px) {
  .header.sticked .navbar .logo-srodek img, header.aj-header nav.navbar .logo-srodek img {
    display: none !important; }

  .header .navbar .navbar-nav {
    margin-left: 0; }

  header.aj-header nav.navbar ul li a {
    text-align: center;
    display: inline-block;
    width: 100%; }

  header.aj-header .d-flex {
    display: block !important; }

  header.aj-header nav.navbar ul li a img {
    display: none; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", serif; }

section.kategorie_main {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", serif; }
  section.kategorie_main .container .row .kategoria {
    padding: 10px 10px 10px 10px;
    margin-bottom: 15px;
    border-radius: 20px; }
    section.kategorie_main .container .row .kategoria.col-md-4 a .cat_p .desc {
      background-color: rgba(255, 255, 255, .0); }
      section.kategorie_main .container .row .kategoria.col-md-4 a .cat_p .desc p {
        color: white !important; }
      section.kategorie_main .container .row .kategoria.col-md-4 a .cat_p .title_p h2 {
        color: black !important;
        background: white; }
    section.kategorie_main .container .row .kategoria.col-md-4:hover {
      border: 0px solid red !important; }
      section.kategorie_main .container .row .kategoria.col-md-4:hover a .cat_p .title_p h2 {
        background: black !important;
        color: white !important; }
    section.kategorie_main .container .row .kategoria a .cat_p {
      border: 0px solid red;
      position: relative;
      border-radius: 10px;
      overflow: hidden; }
      section.kategorie_main .container .row .kategoria a .cat_p .desc {
        border-radius: 7px;
        border: 0px solid blue;
        position: absolute;
        bottom: 20px;
        left: 20px;
        width: calc(100% - 40px);
        padding: 20px 30px;
        border: 0px solid red;
        background-color: rgba(255, 255, 255, .78);
        backdrop-filter: blur(2px); }
      section.kategorie_main .container .row .kategoria a .cat_p .desc p {
        font-size: 14px;
        text-align: center;
        padding: 10px 0 5px 0; }
      section.kategorie_main .container .row .kategoria a .cat_p img {
        border-radius: 10px 10px 10px 10px;
        transition: all 0.4s; }
      section.kategorie_main .container .row .kategoria a .cat_p .title_p h2 {
        background: black;
        color: white !important;
        letter-spacing: -1px;
        font-size: 22px;
        text-align: center;
        padding: 10px 15px;
        transition: all 0.5s;
        margin: 0 0 0 0;
        font-weight: 700;
        border-radius: 4px 4px 4px 4px;
        color: #fff !important; }
    section.kategorie_main .container .row .kategoria:hover {
      border: 0;
      box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px; }
    section.kategorie_main .container .row .kategoria:hover a .cat_p img {
      filter: brightness(110%); }
      section.kategorie_main .container .row .kategoria:hover a .cat_p .title_p h2 {
        background: white;
        color: #000 !important; }

section.witamy.intro {
  margin: 0 0 0 0;
  padding-top: 150px; }
  section.witamy.intro h2 {
    font-size: 42px;
    font-weight: 500;
    letter-spacing: 0px; }
    section.witamy.intro h2 span {
      color: #00bbdc;
      font-weight: 700; }
  section.witamy.intro h3 {
    font-size: 32px;
    letter-spacing: 0px; }
  section.witamy.intro h4 {
    font-size: 20px;
    letter-spacing: 0px;
    margin-bottom: 40px; }
  section.witamy.intro p {
    font-family: "Poppins", serif;
    font-size: 16px;
    font-weight: 300; }
  section.witamy.intro.intro2 {
    background: #f9fafb;
    padding-top: 60px;
    padding-bottom: 70px; }
    section.witamy.intro.intro2 h2 {
      margin-bottom: 40px; }
    section.witamy.intro.intro2 .col-md-12 img {
      border-radius: 10px;
      margin: 30px 0 30px 0; }
    section.witamy.intro.intro2 .col-md-6 p {
      color: #222 !important;
      padding: 0 30px; }
    section.witamy.intro.intro2 .col-md-6:hover p {
      color: white !important; }
    section.witamy.intro.intro2 .row.logoz {
      padding-top: 80px;
      padding-bottom: 80px; }
    section.witamy.intro.intro2 .row.logoz p {
      margin: 40px 0 20px 0;
      color: #333;
      font-size: 18px; }
    section.witamy.intro.intro2 .row.logoz p b {
      margin: 40px 0 20px 0; }
    section.witamy.intro.intro2 .col-md-3, section.witamy.intro.intro2 .col-md-6 {
      padding: 10px; }
    section.witamy.intro.intro2 .col-md-3 div, section.witamy.intro.intro2 .col-md-6 div {
      margin-top: 30px;
      border: 0px solid red;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
      transition: all 0.6s;
      border-radius: 10px;
      padding: 40px 20px 40px 20px;
      background: linear-gradient(25deg, #fff 0%, #fff 100%); }
    section.witamy.intro.intro2 .col-md-3 div img, section.witamy.intro.intro2 .col-md-6 div img {
      width: 36px;
      transition: all 0.6s;
      filter: brightness(100%) invert(0);
      margin-bottom: 20px; }
    section.witamy.intro.intro2 .col-md-3 div p, section.witamy.intro.intro2 .col-md-6 div p {
      color: #0839a8;
      transition: all 0.3s; }
    section.witamy.intro.intro2 .col-md-3 div h5, section.witamy.intro.intro2 .col-md-6 div h5 {
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 0px;
      font-size: 14px;
      transition: all 0.6s;
      color: #0040a5; }
    section.witamy.intro.intro2 .col-md-3 div span, section.witamy.intro.intro2 .col-md-6 div span {
      font-size: 13px;
      font-family: "Poppins", serif;
      font-weight: 300;
      line-height: 18px !important;
      display: block;
      padding: 10px 0;
      transition: all 0.6s;
      color: #fff; }
    section.witamy.intro.intro2 .col-md-3 div:hover, section.witamy.intro.intro2 .col-md-6 div:hover {
      background: linear-gradient(25deg, #067eaa 0%, #00bbdc 100%); }
    section.witamy.intro.intro2 .col-md-3 div:hover img, section.witamy.intro.intro2 .col-md-6 div:hover img {
      filter: brightness(0%) invert(1); }
    section.witamy.intro.intro2 .col-md-3 div:hover h5, section.witamy.intro.intro2 .col-md-6 div:hover h5 {
      color: #96edfa; }
    section.witamy.intro.intro2 .col-md-3 div:hover p, section.witamy.intro.intro2 .col-md-6 div:hover p {
      color: #fff; }

.container {
  min-width: unset !important; }

section.subfooter {
  text-align: center;
  padding: 200px 40px;
  background-image: url(/images/footer-tlos.webp);
  background-size: cover;
  background-attachment: fixed; }
  section.subfooter h6 {
    font-size: 26px;
    font-weight: 600;
    color: #00bbdc; }
  section.subfooter h7 {
    font-size: 18px;
    font-weight: 500;
    color: #fff; }

.scroll-top {
  background: #00bbdc;
  color: #fff; }

section.kategorie_main.lustra_na_wymiar {
  background: #f8f8f8;
  padding-top: 50px;
  padding-bottom: 50px; }
  section.kategorie_main.lustra_na_wymiar .container .row .col-md-12 h2 {
    font-size: 42px;
    font-weight: 500;
    letter-spacing: 0px; }
    section.kategorie_main.lustra_na_wymiar .container .row .swiper {
      padding-right: 10px;
      padding-left: 10px;
      padding: 30px 10px 30px 10px;
      border: 0px solid red; }
    section.kategorie_main.lustra_na_wymiar .container .row .swiper .swiper-pagination {
      filter: grayscale(100%); }
    section.kategorie_main.lustra_na_wymiar .container .row .swiper .swiper-slide {
      border-radius: 10px;
      padding: 5px;
      border: 0px solid red;
      background: white;
      transition: all 0.3s;
      box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px; }
    section.kategorie_main.lustra_na_wymiar .container .row .swiper .swiper-slide img {
      transition: all 0.3s;
      border-radius: 5px; }
    section.kategorie_main.lustra_na_wymiar .container .row .swiper .swiper-slide a .cat_p .title_p h2 {
      text-align: center;
      font-size: 18px;
      transition: all 0.4s;
      margin: 0 0 0 0;
      padding: 10px 0 10px 0;
      border-radius: 0 0 5px 5px; }
    section.kategorie_main.lustra_na_wymiar .container .row .swiper .swiper-slide:hover {
      box-shadow: rgba(0, 0, 0, 0.3) -4px 9px 25px -6px; }
      section.kategorie_main.lustra_na_wymiar .container .row .swiper .swiper-slide:hover img {
        filter: brightness(110%);
        border: 0px solid red; }
      section.kategorie_main.lustra_na_wymiar .container .row .swiper .swiper-slide:hover a .cat_p .title_p h2 {
        background: black;
        color: white; }

section.witamy.intro.intro2.blog {
  background-image: url(/gfxi/tlo-sz.webp);
  background-attachment: fixed;
  padding-top: 140px; }
  section.witamy.intro.intro2.blog p {
    color: rgba(255, 255, 255, .8);
    margin-bottom: 40px; }
  section.witamy.intro.intro2.blog .container .row .inner h2 {
    color: white;
    font-size: 38px;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 8px; }
    section.witamy.intro.intro2.blog .container .row .kategoria {
      transition: all 0.5s;
      box-shadow: rgba(255, 255, 255, 0.0) 0px 25px 20px -20px; }
    section.witamy.intro.intro2.blog .container .row .kategoria .cat_p {
      border: 0px solid red;
      border-radius: 10px;
      overflow: hidden;
      background-color: rgba(0, 0, 0, .8);
      backdrop-filter: blur(0px);
      color: white;
      padding-bottom: 0;
      transition: all 0.4s; }
    section.witamy.intro.intro2.blog .container .row .kategoria .cat_p img {
      transition: all 0.4s; }
    section.witamy.intro.intro2.blog .container .row .kategoria .cat_p .data {
      font-size: 12px;
      text-align: left;
      padding: 10px 20px 10px 20px;
      display: block;
      color: rgba(255, 255, 255, .7);
      transition: all 0.4s; }
    section.witamy.intro.intro2.blog .container .row .kategoria .cat_p .title_p h2 {
      font-size: 19px;
      text-align: left;
      padding: 0px 20px 0px 20px;
      margin-bottom: 20px;
      transition: all 0.4s; }
    section.witamy.intro.intro2.blog .container .row .kategoria:hover {
      box-shadow: rgba(255, 255, 255, 0.45) 0px 25px 20px -20px; }
    section.witamy.intro.intro2.blog .container .row .kategoria:hover .cat_p {
      background-color: rgba(0, 0, 0, .2);
      backdrop-filter: blur(5px); }
      section.witamy.intro.intro2.blog .container .row .kategoria:hover .cat_p img {
        filter: brightness(125%); }

section.witamy.intro.dostawa {
  padding-top: 100px;
  padding-bottom: 100px; }
  section.witamy.intro.dostawa h2 {
    font-size: 36px; }
  section.witamy.intro.dostawa .container .row .inner .iconsy {
    border: 0px solid red;
    padding-top: 40px; }
    section.witamy.intro.dostawa .container .row .inner .iconsy .col-md-3 {
      border-radius: 10px;
      padding: 10px 10px; }
      section.witamy.intro.dostawa .container .row .inner .iconsy .col-md-3 div {
        box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
        transition: all 0.4s;
        border-radius: 10px;
        padding: 30px 10px 20px 10px;
        transition: all 0.4s;
        height: 100%; }
      section.witamy.intro.dostawa .container .row .inner .iconsy .col-md-3 div:hover {
        box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px; }
      section.witamy.intro.dostawa .container .row .inner .iconsy .col-md-3 h4 {
        margin: 20px 0 15px 0;
        padding: 0 0 0 0;
        font-size: 18px;
        font-weight: 700; }
      section.witamy.intro.dostawa .container .row .inner .iconsy .col-md-3 p {
        font-size: 14px; }

.video-container {
  min-height: 1080px; }
  .video-container .video-overlay {
    display: flex;
    align-items: flex-end; }
    .video-container .video-overlay .mask {
      width: 100%;
      height: 110%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 1;
      background: url(/gfxi/mask-top-slider.png);
      background-size: cover; }
    .video-container .video-overlay .black-mask {
      width: 100%;
      z-index: 2; }
    .video-container .video-overlay .black-mask .mouse {
      position: absolute;
      top: 550px;
      left: 100px; }
    .video-container .video-overlay .black-mask .txt {
      color: #fff;
      padding: 0 0 10.5vw 16vw; }
    .video-container .video-overlay .black-mask .txt h2 {
      position: relative;
      font-size: 28px; }
    .video-container .video-overlay .black-mask .txt h2:before {
      position: absolute;
      top: 0;
      left: -50px;
      content: '';
      background: #fff;
      width: 2px;
      height: 98px;
      text-transform: uppercase; }
    .video-container .video-overlay .black-mask .txt h1 {
      font-size: 54px;
      font-weight: 400; }
    .video-container .video-overlay .black-mask .txt ul {
      position: relative;
      padding-left: 89px;
      list-style: none; }
    .video-container .video-overlay .black-mask .txt ul:before {
      width: 72px;
      height: 2px;
      position: absolute;
      content: '';
      background: #fff;
      left: 0px;
      top: 8px; }
    .video-container .video-overlay .black-mask .txt ul li {
      display: inline-block;
      padding: 0 12px;
      position: relative; }
      .video-container .video-overlay .black-mask .txt ul li:before {
        position: absolute;
        left: -6px;
        top: 8px;
        background: #fff;
        height: 8px;
        width: 8px;
        content: '';
        border-radius: 6px; }
      .video-container .video-overlay .black-mask .txt ul li:first-child:before {
        background: transparent; }
    .video-container .video-overlay .black-mask .off .off_ul {
      list-style: none;
      display: flex;
      width: 100%;
      justify-content: center; }
    .video-container .video-overlay .black-mask .off .off_ul li {
      display: inline-block;
      height: 80px;
      width: 10vW;
      background: #fff;
      border-right: 1px solid #ccc; }
      .video-container .video-overlay .black-mask .off .off_ul li div {
        display: flex;
        align-items: center;
        height: 100%;
        padding-left: 19px; }
      .video-container .video-overlay .black-mask .off .off_ul li a {
        text-transform: uppercase;
        font-weight: 600;
        line-height: 18px; }
      .video-container .video-overlay .black-mask .off .off_ul li a span {
        margin: 0;
        padding: 0;
        font-weight: 400;
        text-transform: capitalize; }
      .video-container .video-overlay .black-mask .off .off_ul li:first-child {
        background: #e31e24; }
      .video-container .video-overlay .black-mask .off .off_ul li:first-child a {
        color: #fff; }

.cb-slideshow, .cb-slideshow:after {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0; }

.cb-slideshow:after {
  content: '';
  background: transparent url(../images/pattern.png) repeat top left; }

.cb-slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden; }

.cb-slideshow li div {
  z-index: 1000;
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 100%;
  text-align: center;
  opacity: 0; }

.cb-slideshow li div h3 {
  font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
  font-size: 240px;
  padding: 0;
  line-height: 200px;
  color: rgba(169, 3, 41, 0.8);
  /* Animation for the slideshow images */ }

@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in; }

  8% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -webkit-animation-timing-function: ease-out; }

  17% {
    opacity: 1;
    -webkit-transform: scale(1.1); }

  25% {
    opacity: 0;
    -webkit-transform: scale(1.1); }

  100% {
    opacity: 0; } }

@-moz-keyframes imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in; }

  8% {
    opacity: 1;
    -moz-transform: scale(1.05);
    -moz-animation-timing-function: ease-out; }

  17% {
    opacity: 1;
    -moz-transform: scale(1.1); }

  25% {
    opacity: 0;
    -moz-transform: scale(1.1); }

  100% {
    opacity: 0; } }

@-o-keyframes imageAnimation {
  0% {
    opacity: 0;
    -o-animation-timing-function: ease-in; }

  8% {
    opacity: 1;
    -o-transform: scale(1.05);
    -o-animation-timing-function: ease-out; }

  17% {
    opacity: 1;
    -o-transform: scale(1.1); }

  25% {
    opacity: 0;
    -o-transform: scale(1.1); }

  100% {
    opacity: 0; } }

@-ms-keyframes imageAnimation {
  0% {
    opacity: 0;
    -ms-animation-timing-function: ease-in; }

  8% {
    opacity: 1;
    -ms-transform: scale(1.05);
    -ms-animation-timing-function: ease-out; }

  17% {
    opacity: 1;
    -ms-transform: scale(1.1); }

  25% {
    opacity: 0;
    -ms-transform: scale(1.1); }

  100% {
    opacity: 0; } }

@keyframes imageAnimation {
  /* Animation for the title */
  0% {
    opacity: 0;
    animation-timing-function: ease-in; }

  8% {
    opacity: 1;
    transform: scale(1.05);
    animation-timing-function: ease-out; }

  17% {
    opacity: 1;
    transform: scale(1.1); }

  25% {
    opacity: 0;
    transform: scale(1.1); }

  100% {
    opacity: 0; } }

@-webkit-keyframes titleAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px); }

  8% {
    opacity: 1;
    -webkit-transform: translateY(0px); }

  17% {
    opacity: 1;
    -webkit-transform: scale(1); }

  19% {
    opacity: 0; }

  25% {
    opacity: 0;
    -webkit-transform: scale(10); }

  100% {
    opacity: 0; } }

@-moz-keyframes titleAnimation {
  0% {
    opacity: 0;
    -moz-transform: translateY(200px); }

  8% {
    opacity: 1;
    -moz-transform: translateY(0px); }

  17% {
    opacity: 1;
    -moz-transform: scale(1); }

  19% {
    opacity: 0; }

  25% {
    opacity: 0;
    -moz-transform: scale(10); }

  100% {
    opacity: 0; } }

@-o-keyframes titleAnimation {
  0% {
    opacity: 0;
    -o-transform: translateY(200px); }

  8% {
    opacity: 1;
    -o-transform: translateY(0px); }

  17% {
    opacity: 1;
    -o-transform: scale(1); }

  19% {
    opacity: 0; }

  25% {
    opacity: 0;
    -o-transform: scale(10); }

  100% {
    opacity: 0; } }

@-ms-keyframes titleAnimation {
  0% {
    opacity: 0;
    -ms-transform: translateY(200px); }

  8% {
    opacity: 1;
    -ms-transform: translateY(0px); }

  17% {
    opacity: 1;
    -ms-transform: scale(1); }

  19% {
    opacity: 0; }

  25% {
    opacity: 0;
    -webkit-transform: scale(10); }

  100% {
    opacity: 0; } }

@keyframes titleAnimation {
  /* Show at least something when animations not supported */
  0% {
    opacity: 0;
    transform: translateY(200px); }

  8% {
    opacity: 1;
    transform: translateY(0px); }

  17% {
    opacity: 1;
    transform: scale(1); }

  19% {
    opacity: 0; }

  25% {
    opacity: 0;
    transform: scale(10); }

  100% {
    opacity: 0; } }

.no-cssanimations .cb-slideshow li span {
  opacity: 1; }

@media screen and (max-width: 1140px) {
  .cb-slideshow li div h3 {
    font-size: 100px; } }

@media screen and (max-width: 600px) {
  .cb-slideshow li div h3 {
    font-size: 50px; } }

@media screen and (min-width: 1920px) {
 }

img {
  max-width: 100%; }

.container {
  min-width: 1410px; }

main {
  overflow-x: hidden; }

.kotwa {
  position: absolute;
  left: 0;
  top: -120px; }

.video-container .video-overlay .mask {
  border-left: 2.15vw solid #fff;
  border-right: 2.15vw solid #fff; }

.witamy {
  position: relative;
  background: #fff;
  text-align: center;
  margin: 6.67vw 0;
  font-size: 30px;
  fotn-weight: 200; }
  .witamy .flex {
    display: flex;
    justify-content: center; }
    .witamy .flex h2 {
      font-family: "Poppins", serif;
      font-size: 40px;
      font-weight: 700; }
    .witamy .flex h2 span {
      color: #001530; }
  .witamy.intro {
    background: #fff url(/gfxi/znak-wodny-sekcja-1.webp) no-repeat top 20px right 20px;
    min-height: 370px; }
    .witamy.intro .inner {
      max-width: 770px;
      margin: 0 auto; }
    .witamy.intro .inner h2 {
      font-size: 29px;
      font-weight: 400; }
    .witamy.intro .bestselery {
      padding-bottom: 200px; }
    .witamy.intro .bestselery > h2 {
      color: #ce9b7c;
      font-size: 23px;
      text-transform: uppercase;
      font-weight: 700;
      padding: 70px 0 30px;
      position: relative;
      letter-spacing: 4px; }
    .witamy.intro .bestselery > h2:before {
      position: absolute;
      background: #ce9b7c;
      border-radius: 50%;
      width: 13px;
      height: 13px;
      content: '';
      left: calc(50% - 7px);
      top: 30px; }
    .witamy.intro .bestselery .slidee_best .slideItem__img {
      aspect-ratio: 1/1;
      object-fit: cover;
      offset-position: center; }

.o_frontowe {
  background: #fafafa url(/gfxi/frontowe.webp) no-repeat top center;
  min-height: 600px; }
  .o_frontowe .txt {
    color: #fff;
    padding: 220px 0 140px;
    font-weight: 300;
    font-size: 17px; }
    .o_frontowe .txt h2 {
      position: relative;
      padding-left: 50px;
      font-size: 25px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 5px; }
    .o_frontowe .txt h2 strong {
      text-transform: capitalize;
      font-size: 63px;
      font-weight: 400;
      letter-spacing: 0; }
    .o_frontowe .txt h2:before {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      background: #fff;
      width: 1px;
      height: 98px; }
  .o_frontowe.bramy {
    background: #fafafa url(/gfxi/tlo-furtki.webp) no-repeat top center; }
    .o_frontowe.bramy h2 {
      color: #ce9b7c;
      font-weight: 400;
      letter-spacing: 0; }
    .o_frontowe.bramy h2 strong {
      color: #fff;
      text-transform: none; }
  .o_frontowe.pozostalaoff {
    background: #001530 url(/gfxi/TLO-USLUGI.webp) no-repeat top center; }
    .o_frontowe.pozostalaoff .txt {
      padding: 90px 0; }
    .o_frontowe.pozostalaoff .txt h2 {
      color: #ce9b7c; }
    .o_frontowe.pozostalaoff .txt h2 strong {
      color: #fff;
      font-size: 47px; }
    .o_frontowe.pozostalaoff .txt h2:before {
      width: 2px; }
    .o_frontowe.pozostalaoff h3 {
      font-size: 35px; }
    .o_frontowe.pozostalaoff .row.d-flex {
      align-items: center; }
    .o_frontowe.pozostalaoff .offer .blok {
      justify-content: space-between;
      align-items: center; }
    .o_frontowe.pozostalaoff .offer .img {
      width: 200px;
      margin-bottom: 30px; }
    .o_frontowe.pozostalaoff .offer .img img {
      width: 200px;
      height: 200px;
      border: 6px solid #fff;
      border-radius: 50%; }
    .o_frontowe.pozostalaoff .offer .img:before {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      background: #fff;
      width: 1px;
      height: 98px; }
    .o_frontowe.pozostalaoff .offer .btxt {
      width: calc(100% - 250px); }
    .o_frontowe.pozostalaoff .offer .btxt h2 {
      padding-left: 0; }
    .o_frontowe.pozostalaoff .offer .btxt h2:before {
      display: none; }
    .o_frontowe.pozostalaoff .zapr {
      background: #ce9b7c;
      color: #fff;
      text-align: center;
      font-size: 36px;
      padding: 80px 0 75px; }

.oferta_slide {
  padding: 0 150px; }
  .oferta_slide .slick_container {
    padding: 0 100px;
    position: relative; }
    .oferta_slide .slick_container .slickSlider .slideItem {
      position: relative;
      background: #fafafa;
      padding: 35px; }
    .oferta_slide .slick_container .slickSlider .slideItem__img {
      width: 100%;
      margin-bottom: 35px; }
    .oferta_slide .slick_container .slickSlider .slideItem__title {
      text-align: center;
      color: #000;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.4s;
      font-size: 16px; }
    .oferta_slide .slick_container .slickSlider .slideItem__title h2 {
      font-size: 18px;
      font-weight: 400;
      position: relative;
      padding: 0 40px 15px 40px;
      width: 100%;
      color: #000; }
      .oferta_slide .slick_container .slickSlider .slideItem__title h2:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 67px;
        height: 1px;
        background: #ce9b7c;
        content: ''; }
    .oferta_slide .slick_container .slickSlider .slideItem__text {
      width: 80%;
      margin: 20px auto 0px auto;
      font-size: 13px;
      line-height: 16px;
      transition: all 0.5s; }
    .oferta_slide .slick_container .slickSlider .slideItem .zobacz {
      opacity: 0;
      font-size: 12px;
      text-transform: uppercase;
      margin-top: 20px;
      display: inline-block;
      color: #fff;
      padding: 15px 40px;
      background: #ce9b7c;
      transition: all 0.3s;
      color: #fff;
      border-radius: 30px;
      font-size: 15px;
      border: 1px solid #ce9b7c; }
    .oferta_slide .slick_container .slickSlider .slideItem:hover {
      background: #fff; }
    .oferta_slide .slick_container .slickSlider .slideItem:hover .zobacz {
      opacity: 1; }
      .oferta_slide .slick_container .slickSlider .slideItem:hover .zobacz:hover {
        background: #fff;
        color: #ce9b7c;
        text-decoration: none; }
    .oferta_slide .slick_container .slick-arrow {
      border: 0;
      background: transparent;
      position: absolute;
      top: 200px;
      left: 21px;
      z-index: 100; }
    .oferta_slide .slick_container .slick-arrow.nextArrow {
      left: inherit;
      right: 21px; }

.aluminiowe, .panelowe {
  background: #fff url(/gfxi/znak-wodny-sekcja-1.webp) no-repeat 90px 0px; }
  .aluminiowe .txt, .panelowe .txt {
    color: #000;
    padding: 0; }
    .aluminiowe .txt h2, .panelowe .txt h2 {
      color: #ce9b7c; }
    .aluminiowe .txt h2 strong, .panelowe .txt h2 strong {
      color: #000;
      text-transform: capitalize; }
    .aluminiowe .txt h2:before, .panelowe .txt h2:before {
      background: #ce9b7c; }

.panelowe {
  background: #fff url(/gfxi/znak-wodny-sekcja-1.webp) no-repeat top 0 right 90px;
  padding: 50px 0; }
  .panelowe .row {
    display: flex; }
    .panelowe .row .col-md-6 {
      order: 1; }
    .panelowe .row .col-md-6:first-child {
      order: 2;
      text-align: right; }
    .panelowe .row .col-md-6:first-child h2 {
      padding-left: 0;
      padding-right: 50px; }
    .panelowe .row .col-md-6:first-child h2:before {
      left: inherit;
      right: 0; }

.galeria_main {
  background: #fff;
  position: relative;
  padding: 120px 0; }
  .galeria_main .txt h2 {
    position: relative;
    padding-left: 50px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ce9b7c; }
    .galeria_main .txt h2 strong {
      text-transform: capitalize;
      font-size: 47px;
      font-weight: 400;
      color: #000; }
    .galeria_main .txt h2:before {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      background: #ce9b7c;
      width: 1px;
      height: 98px; }
  .galeria_main h3 {
    font-size: 29px;
    text-align: center; }

.zyczymy {
  padding: 9vw 0; }
  .zyczymy h2 {
    font-size: 40px;
    font-weight: 700;
    font-family: "Poppins", serif; }
  .zyczymy .col-md-12 {
    text-align: center;
    padding-bottom: 4.6vw;
    font-family: "Poppins", serif; }
    .zyczymy .col-md-12 h2 span {
      color: #001530; }
    .zyczymy .col-md-12 h3 {
      font-weight: 100;
      font-size: 25px; }
  .zyczymy .flex {
    display: flex; }
    .zyczymy .flex .ico {
      width: 100%;
      text-align: center; }
    .zyczymy .flex .txt {
      font-size: 13px; }
    .zyczymy .flex .txt h4 {
      font-size: 16px;
      font-weight: 800; }

.footer {
  background: #001530;
  border-top: 2px solid #ce9b7c;
  padding: 4.6vw 0;
  color: #fff;
  position: relative; }
  .footer .container {
    min-width: unset !important; }
  .footer a {
    color: #fff; }
  .footer .flex-boxy {
    display: flex; }
    .footer .flex-boxy .boxy {
      width: 20%;
      padding: 0 10px; }
    .footer .flex-boxy .boxy .flex {
      display: flex; }
    .footer .flex-boxy .boxy .flex img {
      margin-right: 10px; }
    .footer .flex-boxy .boxy h3 {
      font-family: "Poppins", serif;
      font-weight: 600; }
    .footer .flex-boxy .boxy.ico {
      width: 50px; }
    .footer .flex-boxy .boxy.ico ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .footer .flex-boxy .boxy.ico ul li {
      padding-bottom: 15px; }
    .footer .flex-boxy .boxy.boxy1 .flex {
      margin-top: 30px;
      display: flex; }
    .footer .flex-boxy .boxy.boxy1 .flex .ico {
      margin-right: 20px; }
    .footer .flex-boxy .boxy.boxy2 .mail_box {
      margin-top: 20px; }

.kontakt {
  padding: 6vw 12.23958vw 6vw;
  color: #fff;
  background: #ce9b7c; }
  .kontakt .row {
    padding-top: 3vw; }
  .kontakt h4 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px; }
  .kontakt p {
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 15px; }
  .kontakt .tel {
    position: relative; }
    .kontakt .tel:before {
      content: '';
      background: url(/gfxi/top-phone.png);
      background-size: cover;
      width: 20px;
      height: 20px;
      position: absolute;
      left: -32px;
      top: 0; }
  .kontakt .mail {
    position: relative; }
    .kontakt .mail:before {
      content: '';
      background: url(/gfxi/top-mail.png);
      background-size: cover;
      width: 20px;
      height: 16px;
      position: absolute;
      left: -32px;
      top: 2px; }

.foot_podpis {
  position: relative;
  background: #051929;
  color: #fff;
  min-height: 41px;
  padding: 20px 0; }
  .foot_podpis .foter-link {
    position: absolute;
    top: 20px;
    right: 10vw; }

.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: red !important;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px; }

.lSAction > a {
  filter: invert(1); }

.kontakt {
  background: #ce9b7c;
  color: #fff; }
  .kontakt .flex {
    display: flex; }
    .kontakt .flex .box1, .kontakt .flex .box2 {
      width: calc(25% - 69.5px);
      font-size: 12px; }
    .kontakt .flex .box1 p, .kontakt .flex .box2 p {
      font-size: 12px; }
    .kontakt .flex .box1 .lokalizacja, .kontakt .flex .box2 .lokalizacja {
      display: flex; }
    .kontakt .flex .box1 .lokalizacja .img, .kontakt .flex .box2 .lokalizacja .img {
      margin-right: 20px; }
    .kontakt .flex .box2 a {
      color: #fff;
      text-decoration: none; }
    .kontakt .flex .box3 {
      width: 278px; }
    .kontakt .flex .box4 {
      padding-left: 130px; }

@media screen and (min-width: 1px) and (max-width: 991px) {
  footer.footer .flex-boxy {
    display: block; }
    footer.footer .flex-boxy .boxy {
      width: 49% !important;
      float: left; } }

@media screen and (min-width: 1px) and (max-width: 767px) {
  .footer .flex-boxy .boxy.boxy1 .flex {
    display: block; }

  footer.footer {
    text-align: Center;
    margin-top: 110px; }
    footer.footer .flex-boxy {
      display: block; }
      footer.footer .flex-boxy .boxy {
        width: 100% !important; }
        footer.footer .flex-boxy .boxy .flex {
          display: block; }
        footer.footer .flex-boxy .boxy .txt {
          padding-top: 0px !important; } }

.new-cookies .cook-2 button.allow {
  background: #e31e24 !important; }
  .new-cookies .cook-2 button.allow:hover {
    background: #f32e34 !important; }

#contact_form input {
  margin: 10px 0 20px 0; }
  #contact_form label {
    width: calc(100% - 30px); }
  #contact_form .rodo input {
    display: inline-block;
    height: 34px;
    margin-right: 10px; }
  #contact_form #g-recaptcha div {
    margin: 0 auto; }

.mob_vis {
  display: none; }

@media (min-width: 1px) and (max-width: 1690px) {
  header.aj-header .bottom_nav {
    padding: 0 8vw; }

  header.aj-header .bottom_nav .right img {
    margin-right: 8px; } }

@media (min-width: 1px) and (max-width: 1600px) {
  header.aj-header .bottom_nav ul li {
    padding: 21px 8px; }

  header.aj-header.sticked .bottom_nav ul li {
    padding: 5px 8px; } }

@media (min-width: 1px) and (max-width: 1366px) {
  .container {
    width: 100%; }

  .oferta_slide {
    padding: 0 40px; }

  header.aj-header .bottom_nav {
    padding: 0 20px; } }

@media (min-width: 1px) and (max-width: 1280px) {
  .container {
    width: 100%; } }

@media (min-width: 1px) and (max-width: 1024px) {
  header.aj-header .bottom_nav ul li {
    padding: 8px 8px; } }

@media (min-width: 1px) and (max-width: 992px) {
  .mob_vis {
    display: block; }

  .offer_category {
    padding-top: 150px; }

  .navbar .flex-block {
    display: block; }

  .header .navbar .navbar-nav.list-block li {
    text-align: center; }

  .header .navbar .navbar-nav.list-block::before {
    display: none; }

  header.aj-header .bottom_nav, .mouse {
    display: none; }

  .video-overlay, .cb-slideshow, .cb-slideshow:after {
    height: 100vh !important; }

  .video-container {
    max-height: 100vh;
    min-height: 100vh; }

  .video-container .video-overlay .black-mask .txt {
    padding: 0 0 10.5vw 20px; }
    .video-container .video-overlay .black-mask .txt h1 {
      font-size: 35px; }

  .oferta_slide {
    padding: 0 20px; }
    .oferta_slide .slick_container {
      padding: 0; }
      .oferta_slide .slick_container .prevArrow, .oferta_slide .slick_container .nextArrow {
        display: none; }

  .o_frontowe .txt h2 {
    padding: 0 20px; }
    .o_frontowe .txt h2 strong {
      font-size: 40px; }

  .o_frontowe.pozostalaoff .offer .blok {
    flex-wrap: wrap;
    justify-content: center; }

  .o_frontowe.pozostalaoff .offer .btxt {
    width: 100%; }

  .witamy.intro .inner h2 {
    font-size: 20px; }

  .footer-legal {
    padding-bottom: 40px; }

  main.strona-kategorii {
    padding: 0;
    margin: 0; }

  .galeria_ns ul li {
    width: 100%; }

  .aluminiowe .col-md-6, .panelowe .col-md-6 {
    width: 100%; }

  .panelowe .row .col-md-6 {
    order: 2; }
    .panelowe .row .col-md-6:first-child {
      order: 1;
      text-align: left; }
      .panelowe .row .col-md-6:first-child h2 {
        padding-left: 50px;
        padding-right: 0; }
        .panelowe .row .col-md-6:first-child h2:before {
          left: 0;
          right: inherit; }

  .o_frontowe .col-md-6, .o_frontowe .col-md-5, .o_frontowe .col-md-7 {
    width: 100%;
    text-align: center; }

  .container, .container-md, .container-sm {
    max-width: 100%;
    padding: 0 20px; }

  footer.footer .flex-boxy .boxy {
    width: 100% !important;
    text-align: center; }
    footer.footer .flex-boxy .boxy .flex {
      justify-content: center; }

  footer.footer .footer-legal .expo {
    margin-right: 0; } }

@media (min-width: 1px) and (max-width: 767px) {
  .container, .container-md, .container-sm {
    max-width: 100%; } }
