/*
style.css v3
*/
@import url("_style_support.css");
@import url("https://use.fontawesome.com/519a702474.css");
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700&subset=latin,latin-ext);
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700");
@media all {
  body {
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #888;
    background: #fff;
    margin: 0px;
    padding: 0px;
  }
  .body {
    width: 100%;
    margin: 0px;
    float: left;
    padding-top: 57px;
  }
  article,
  section,
  aside,
  hgroup,
  nav,
  header,
  footer,
  figure,
  figcaption,
  ul,
  div,
  form,
  input,
  select,
  textarea,
  main {
    display: block;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  input,
  select,
  textarea {
    display: block;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Ubuntu", sans-serif;
    padding: 10px;
    float: left;
    border: solid 1px #ccc;
  }
  ul ul {
    padding-left: 20px;
  }
  ul {
    list-style: inside;
  }
  table tr td {
    vertical-align: top;
  }
  img,
  a img {
    max-width: 100%;
    height: auto;
    border: 0;
  }
  .clear {
    font-size: 0px;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
    clear: both;
    height: 0px;
  }
  mark,
  .mark {
    color: red;
    background: transparent;
  }
  iframe,
  embed {
    max-width: 100%;
  }
  a {
    color: #008ebf;
    text-decoration: none;
    cursor: pointer;
    transition: 0.4s all;
  }
  a:hover {
    color: #332;
    text-decoration: none;
  }
  .all {
    width: 100%;
    margin: 0px auto;
  }
  .center {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
  }
  header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    z-index: 10;
  }
  header .header_top {
    float: left;
    width: 100%;
    border-bottom: solid 1px #ccc;
  }
  header .header_top .login {
    float: right;
    margin: 14px 0px 0px 0px;
  }
  header .header_top .right_shop {
    float: right;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
  }
  header .header_top .right_shop .lang {
    float: left;
    width: 100%;
  }
  header .header_top .right_shop .currency {
    float: left;
    width: 100%;
  }
  header .text {
    float: left;
    margin: 0px 0px 0px 0px;
  }
  header .logo {
    float: left;
    margin: 10px 0px 10px 0px;
  }
  .image1 {
    float: left;
    padding: 124px 0px;
    width: 100%;
    background: url(img/header.jpg) fixed no-repeat center top;
    text-align: center;
  }
  .image1 .onet {
    float: left;
    width: 100%;
    font-size: 45px;
    line-height: 48px;
    color: #fff;
    font-weight: 300;
    text-shadow: 1px 1px 1px #000;
  }
  .image1 .twoot {
    float: left;
    width: 100%;
    font-weight: 300;
    color: #fff;
    font-size: 55px;
    line-height: 60px;
    padding-bottom: 35px;
    text-shadow: 1px 1px 1px #000;
  }
  .image1 .threet {
    float: left;
    width: 100%;
    font-size: 16px;
    margin: 0px 0px 30px 0px;
  }
  .image1 .fif {
    float: left;
    width: 100%;
  }
  .image1 .fif .fourt {
    float: left;
    width: 50%;
  }
  .image1 .fif .fourt a {
    float: right;
    color: #ffffff;
    background-color: #008ebf;
    padding: 15px 51px 15px 52px;
    border-radius: 50px;
    border: solid 1px #008ebf;
    text-transform: uppercase;
    font-weight: 500;
  }
  .image1 .fif .fourt a:hover {
    background: #332;
    border: solid 1px #332;
  }
  .image1 .fif .fivet {
    float: left;
    width: 50%;
  }
  .image1 .fif .fivet a {
    float: left;
    color: #000;
    background: #fff;
    margin: 0px 0px 0px 20px;
    padding: 15px 47px;
    border: solid 1px rgb(178, 178, 178);
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .image1 .fif .fivet a:hover {
    background: #332;
    color: #fff;
  }
  .search {
    width: 300px;
    float: right;
    margin: 10px 0px 0px 0px;
  }
  .search input {
    width: 100%;
    background: url(img/szukaj.png) no-repeat right;
  }
  nav.cssmenu ul,
  nav.cssmenu li,
  nav.cssmenu span,
  nav.cssmenu a {
    margin: 0;
    padding: 0;
    position: relative;
  }
  nav.cssmenu {
    margin: 5px 0px;
    float: right;
  }
  nav.cssmenu:after,
  nav.cssmenu ul:after {
    content: "";
    display: block;
    clear: both;
  }
  nav.cssmenu a {
    display: inline-block;
  }
  nav.cssmenu ul {
    list-style: none;
  }
  nav.cssmenu > ul {
    margin: 0px;
    float: left;
    list-style: none;
  }
  nav.cssmenu > ul > li {
    float: left;
    text-align: left;
  }
  nav.cssmenu > ul > li.has-sub {
    background: url(img/menup.png) no-repeat right center;
  }
  nav.cssmenu > ul > li > a {
    margin: 0px;
    padding: 10px 15px;
    text-decoration: none;
    color: #222;
    font-size: 15px;
    font-weight: 500;
  }
  nav.cssmenu > ul > li:last-child {
    margin-right: 0;
  }
  nav.cssmenu > ul > li:last-child > a {
  }
  nav.cssmenu > ul > li:first-child > a {
    padding-left: 0;
  }
  nav.cssmenu > ul > li:hover > a,
  nav.cssmenu > ul > li.active > a {
    color: #008ebf;
  }
  nav.cssmenu > ul > li:hover:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -10px;
  }
  nav.cssmenu > ul > li.active:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -10px;
  }
  nav.cssmenu .has-sub {
    z-index: 1000;
  }
  nav.cssmenu .has-sub:hover > ul {
    display: block;
  }
  nav.cssmenu .has-sub ul {
    display: none;
    position: absolute;
    width: 200px;
    top: 100%;
    left: 0;
  }
  nav.cssmenu .has-sub ul li {
  }
  nav.cssmenu .has-sub ul li:last-child a {
    border-radius: 0px 0px 5px 5px;
  }
  nav.cssmenu .has-sub ul li a {
    background: #fff;
    filter: none;
    font-size: 15px;
    display: block;
    line-height: 120%;
    padding: 10px;
    color: #000;
  }
  nav.cssmenu .has-sub ul li.has-sub a {
    background: #fff url(img/menup2.png) no-repeat right center;
  }
  nav.cssmenu .has-sub ul li:hover a {
    color: #008ebf;
  }
  nav.cssmenu .has-sub ul li.active a {
    color: #008ebf;
  }
  nav.cssmenu .has-sub .has-sub:hover > ul {
    display: block;
    border: none;
  }
  nav.cssmenu .has-sub .has-sub ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
  }
  nav.cssmenu .has-sub .has-sub ul li a {
    background: #fff;
    color: #000;
    font-weight: normal;
  }
  nav.cssmenu .has-sub .has-sub ul li a:hover {
    color: #008ebf;
    background: #fff;
  }
  nav.cssmenu .has-sub .has-sub ul li.active a {
    color: #008ebf;
    background: #fff;
  }
  .open_menu {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
  .open_menu img {
    float: left;
    height: 40px;
  }
  .open_menu.v2 {
    margin: 7px 0px 0px 0px;
    position: static;
    float: right;
    text-align: center;
    cursor: pointer;
    padding: 8px 20px;
    background: #008ebf;
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
  }
  nav.menu_mobile {
    display: none;
    float: left;
    width: 100%;
    padding: 0px 0%;
  }
  nav.menu_mobile ul {
    position: relative;
    z-index: 100;
    margin: 0;
    padding: 0;
  }
  nav.menu_mobile ul li {
    float: left;
    width: 100%;
    padding: 10px;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  nav.menu_mobile ul li a:hover {
    text-decoration: none;
  }
  nav.menu_mobile ul li a {
    color: #000;
    font-size: 19px;
    line-height: 30px;
    font-weight: 300;
    display: block;
  }
  nav.menu_mobile ul li.active,
  nav.menu_mobile ul li:hover {
    background: #008ebf;
    text-decoration: none;
  }
  nav.menu_mobile ul li.active a,
  nav.menu_mobile ul li:hover a {
    color: #fff;
  }
  nav.menu_mobile ul li ul {
    padding-left: 10px;
  }
  .extra_img {
  }
  .extra_img_home {
  }
  .slider_one_img {
    width: 100%;
  }
  .slider_one_img img {
    width: 100%;
  }
  .slider_opis {
    width: 100%;
    position: relative;
    margin-top: -55px;
    padding: 10px 20px;
    background: black;
    opacity: 0.8;
    color: white;
    bottom: 0;
    float: left;
  }
  .slider_opis a {
    color: white;
  }
  .slider_opis a:hover {
    color: white;
    text-decoration: underline;
  }
  .left {
    float: left;
  }
  .right {
    float: right;
  }
  main {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px 0px 20px 0px;
    clear: both;
    height: auto;
  }
  main section.long {
    width: 75%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 2%;
  }
  main aside.menu {
    width: 25%;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  main section.long.full {
    width: 100%;
    max-width: 1200px;
    padding: 0;
  }
  main section.long .text_box_contact {
    width: 49%;
    float: left;
    margin-right: 2%;
  }
  main section.long .text_box_form {
    width: 48%;
    float: left;
  }
  main section.long .contact_bottom {
    width: 100%;
    float: left;
    margin: 15px 0px 0px 0px;
  }
  .whereami {
    clear: both;
    padding: 3px 0px;
    font-size: 11px;
    display: none;
  }
  .whereami a {
    margin: 0 2px;
  }
  main h1,
  main h3.contact {
    font-size: 36px;
    margin: 40px 0px 40px 0px;
    padding: 0px 0px 0px 0px;
    font-weight: 300;
    color: #332;
    line-height: 110%;
  }
  main h2,
  main h3,
  main h4 {
    font-size: 18px;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
    font-weight: 300;
  }
  main aside.menu .box {
    width: 100%;
    float: left;
    clear: both;
    margin: 0px 0px 20px 0px;
    padding: 0px;
  }
  main aside.menu .box p {
    clear: both;
    float: left;
    margin: 5px 0px;
    line-height: 20px;
  }
  main aside.menu .h3 {
    font-size: 22px;
    margin: 0px 0px 10px 0px;
    padding: 8px 10px;
    font-weight: 300;
    color: #fff;
    background-color: #000;
  }
  main aside.menu ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5px 0px 5px 0px;
    padding: 0px;
    width: 100%;
    float: left;
    clear: both;
  }
  main aside.menu ul li {
    float: left;
    clear: both;
    margin: 0px;
    width: 100%;
    list-style: disc;
    list-style-position: inside;
    line-height: 22px;
  }
  main aside.menu ul li.noactive {
    display: none;
  }
  main aside.menu ul li a {
    color: #000;
    font-weight: 300;
  }
  main aside.menu ul li a:hover,
  main aside.menu ul li a.active {
    color: #332;
  }
  main aside.menu ul ul {
    padding-left: 10px;
  }
  .table1 {
    float: left;
    width: 100%;
    margin: 0px 0px 40px 0px;
  }
  .table1 tr {
  }
  .table1 tr td {
    float: left;
    width: calc(33.332% - 10px);
    padding: 0px 5px;
    text-align: center;
  }
  .table1 tr td img {
    border: solid 5px #fff;
    transition: 0.5s all;
  }
  .table1 tr td:hover img {
    border: solid 5px #008ebf;
  }
  .table1 tr td a {
    color: #008ebf;
    font-size: 20px;
  }
  .table1 tr td a:hover {
    color: #332332;
  }
  .table2 {
    float: left;
    color: #fff;
    margin: 40px 0px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .table2 tr {
  }
  .table2 tr td {
    display: none;
    float: left;
    padding: 30px;
    width: calc(33.332% - 60px);
  }
  .table2 tr td:hover {
    filter: contrast(2);
  }
  .table2 tr td.td1 {
    background: #1fa87a;
  }
  .table2 tr td.td2 {
    background: #008ebf;
  }
  .table2 tr td.td3 {
    background: #1b936c;
  }
  .table2 tr td svg {
    font-size: 96px;
  }
  .table2 tr td h3 {
    font-size: 25px;
    font-weight: 300;
  }
  .table2 tr td p {
  }
  .table3 {
    float: left;
    width: 100%;
  }
  .table3 tr {
  }
  .table3 tr td {
    float: left;
    width: calc(33.332% - 30px);
    padding: 0 15px;
    text-align: center;
  }
  .table3 tr td img {
    float: left;
    width: 100%;
  }
  .table3 tr td a {
    float: left;
    width: 100%;
    color: #332;
    margin: 20px 0px 15px 0px;
    font-size: 20px;
  }
  .table3 tr td a:hover {
    color: #008ebf;
  }
  .bottoma {
    float: left;
    margin: 20px 0px 40px 0px;
    width: 100%;
    text-align: center;
  }
  .bottoma a {
    color: #ffffff;
    background-color: #008ebf;
    padding: 15px 51px 15px 52px;
    border-radius: 50px;
    border: solid 1px #008ebf;
    font-size: 18px;
    font-weight: 500;
  }
  .bottoma a:hover {
    background: #332;
    border: solid 1px #332;
  }
  h1 {
    font-size: 36px;
    margin: 0px 0px 40px 0px;
    padding: 0px 0px 0px 0px;
    font-weight: 300;
    color: #332;
    line-height: 110%;
    text-align: center;
  }
  .nextdiv {
    float: left;
    padding: 150px 0px;
    width: 100%;
    background: no-repeat center top;
  }
  .nextdiv .nexttd {
    float: left;
    width: 25%;
    padding: 0px 20px;
    text-align: center;
  }
  .nextdiv .nexttd .cfa {
    float: left;
    width: 100%;
    font-size: 60px;
    color: #fff;
  }
  .nextdiv .nexttd .cfa svg {
    border-radius: 50%;
    background: #008ebf;
    padding: 40px 0;
    width: 140px;
  }
  .nextdiv .nexttd .ctext {
    float: left;
    width: 100%;
    font-size: 45px;
    margin: 20px 0px;
    font-weight: 300;
    color: #008ebf;
  }
  .nextdiv .nexttd p {
    margin: 0;
    padding: 0;
  }
  .nextdiv .nexttd .ctext1 {
    color: #332332;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    float: left;
    width: 100%;
  }
  .coment {
    float: left;
    width: 100%;
    background: #f6f8fa;
    padding: 40px 0px;
  }
  .coment .coments {
    float: none;
    margin: auto;
    width: 100%;
    max-width: 800px;
  }
  .coment .coments h1 {
    text-align: center;
    background: url(img/brlong.jpg) no-repeat center bottom;
    padding: 0px 0px 40px 0px;
    margin: 0px 0px 40px 0px;
  }
  .coment .coments .image3 {
    float: left;
    width: 100%;
    text-align: center;
  }
  .coment .coments .image3 img {
    border-radius: 180px;
    width: 20%;
    margin: 0px 0px 35px 0px;
    display: initial;
  }
  .coment .coments .text3 {
    font-size: 15px;
    text-align: center;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5;
    font-family: Open Sans, sans-serif;
    letter-spacing: 0;
    color: #000;
  }
  .coment .coments .minitext {
    text-align: center;
    color: #332;
    float: left;
    width: 100%;
    margin: 30px 0px;
    font-size: 20px;
  }
  .coment .coments .minitext span {
    color: #1d9d73;
    font-size: 16px;
  }
  .mini_g {
    width: 33.332%;
    padding: 1%;
    float: left;
  }
  .mini_g div {
    float: left;
    width: 100%;
  }
  .mini_g div a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
  }
  .mini_g div img {
    float: left;
    width: 100%;
  }
  .mini_g div span {
    float: left;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 130%;
  }
  .box_photo {
    float: left;
    width: 25%;
    margin: 0px 0 0px 0%;
    padding: 0%;
    text-align: center;
    font-size: 12px;
    line-height: 13px;
  }
  .box_photo_photo {
    width: 100%;
  }
  .box_photo_photo img {
    float: left;
    filter: none;
    transition: 0.5s all;
  }
  .box_photo_photo img:hover {
    filter: contrast(1.2);
  }
  .galeria_list_clear4 {
    display: block;
  }
  .galeria_list_clear3 {
    display: none;
  }
  .galeria_list_clear2 {
    display: none;
  }
  .articleone {
    float: left;
    width: 100%;
    padding: 60px 0px 40px 0px;
    background: #f6f8fa;
    position: relative;
    z-index: 1;
  }
  article.article {
    width: 33.33233%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  article.article h4 {
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
  }
  article.article h4 a {
    color: #000;
    font-weight: 400;
  }
  article.article .txt {
    font-weight: 300;
    text-align: center;
  }
  article.article .txt p {
    margin: 10px 0px 0px 0px;
    color: #6b6b6b;
  }
  article.article .l_img {
    width: 100%;
    float: left;
    padding: 1%;
    text-align: center;
  }
  article.article .l_img img {
    filter: none;
    transition: 0.5s all;
  }
  article.article:hover .l_img img {
    filter: contrast(1.2);
  }
  article.article .r_desc {
    width: 100%;
    float: left;
    padding-left: 2%;
  }
  article.article .more {
    float: left;
    margin: 5px 0px 0px 0px;
  }
  article.article .more a {
    color: #008ebf;
    font-weight: 500;
  }
  article.box_produkt {
    width: 100%;
    float: left;
    padding: 0;
    margin-bottom: 20px;
  }
  article.box_produkt h4 {
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    font-size: 120%;
    font-weight: bold;
  }
  article.box_produkt h4 a {
  }
  article.box_produkt h4 span.price {
    float: right;
  }
  article.box_produkt .l_img {
    width: 20%;
    float: left;
    padding: 1%;
    text-align: center;
  }
  article.box_produkt .l_img img {
  }
  article.box_produkt .r_desc {
    width: 80%;
    float: left;
    padding-left: 2%;
  }
  article.box_produkt .more {
    float: right;
    margin: 10px 0px 0px 0px;
  }
  .image2 {
    float: right;
    width: 100%;
    margin: 30px 0px 0px 0px;
  }
  .image2 .picture2 {
    float: left;
    width: 30%;
    margin: 0px 0px 20px 0px;
  }
  .image2 .rightside2 {
    float: right;
    width: 70%;
    padding: 0px 0px 0px 30px;
  }
  .image2 .rightside2 h1 {
    font-size: 32px;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    color: #000;
    line-height: 110%;
    text-transform: uppercase;
    text-align: left;
    background: url(img/border.jpg) no-repeat left bottom;
  }
  .image2 .rightside2 .threet1 {
    color: #acb8c1;
    font-size: 16px;
  }
  .image2 .rightside2 .fourt1 {
    float: left;
    width: 100%;
  }
  .image2 .rightside2 .fourt1 a {
    float: left;
    width: 100%;
    color: #008ebf;
    font-weight: 300;
    font-size: 21px;
  }
  .image2 .rightside2 .fourt1 a:hover {
    color: #888;
  }
  .image2 .rightside2 .fourt1 a svg {
    color: #008ebf;
    font-size: 33px;
    margin: 6px 20px 0px 0px;
    padding: 20px;
    background: #f6f8fa;
    border-radius: 50%;
    letter-spacing: -4px;
    transition: 0.5s all;
  }
  .image2 .rightside2 .fourt1 a:hover svg {
    color: #fff;
    background: #008ebf;
  }
  .p_slider {
    float: left;
    width: 300px;
    padding: 10px 10px 0 0;
    text-align: center;
  }
  h1 span.price {
    float: right;
    font-size: 12px;
  }
  .p_buy {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .upfooter {
    float: left;
    width: 100%;
    margin: 20px 0px 0px 0px;
  }
  .upfooter a {
    color: #888;
  }
  .upfooter a:hover {
    color: #008ebf;
  }
  .upfooter p {
    color: #000;
  }
  .upfooter svg {
    color: #d1d7de;
  }
  .upfooter svg:hover {
    color: #008ebf;
  }
  .upfooter h1 {
    margin: 0px 0px 20px 0px;
  }

  .div_upfooter {
    float: left;
    width: 100%;
  }
  .div_upfooter .div_left {
    float: left;
    width: 50%;
    padding: 0px 20px 0px 0px;
    background: url(img/backgr.jpg) no-repeat center right;
  }
  .div_upfooter .div_left .div_contact {
    float: right;
    width: 100%;
    max-width: 500px;
    clear: right;
    padding: 45px 1% 20px 1%;
  }
  .div_upfooter .div_left .div_contact h2 {
    float: right;
    width: 100%;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    color: #008ebf;
    font-size: 30px;
    font-family: Muli, sans-serif;
  }
  .div_upfooter .div_left .div_marker {
    float: right;
    width: 100%;
    max-width: 500px;
    clear: right;
    margin: 0px 0px 54px 0px;
  }
  .div_upfooter .div_left .div_marker table {
    float: left;
    width: 100%;
    font-size: 16px;
  }
  .div_upfooter .div_left .div_marker table tr {
    float: left;
    width: 100%;
  }
  .div_upfooter .div_left .div_marker table tr td {
    float: left;
    width: 50%;
    padding: 0;
    text-align: center;
  }
  .div_upfooter .div_left .div_marker table tr td:first-child {
    width: 100%;
    padding: 0px 0px 10px 0px;
  }
  .div_upfooter .div_left .div_marker table tr td svg {
    font-size: 16px;
    color: #008ebf;
  }
  .div_upfooter .div_left .div_marker table tr td a {
    font-size: 16px;
    color: #888;
  }
  .div_upfooter .div_left .div_marker table tr td a:hover {
    color: #008ebf;
  }
  .div_upfooter .div_map {
    float: left;
    width: 50%;
    padding: 0px 0px 0px 20px;
  }

  footer {
    padding: 0px 0px 0px 0px;
    width: 100%;
    margin: 10px auto 0px auto;
    clear: both;
    font-size: 12px;
    color: #999;
    bottom: 0;
  }
  /*
footer a {color:#ccc;}
footer a:hover {color:#fff;}
*/
  footer .cookie_info_footer {
    float: left;
    width: 100%;
    font-size: 11px;
  }
  .stopka_l {
    float: left;
    font-size: 11px;
  }
  .stopka_r {
    float: right;
    font-size: 11px;
  }
  footer ul {
  }
  footer ul li {
    display: inline;
    margin-right: 15px;
  }
  footer ul li:last-child {
    margin-right: 0;
  }
  footer ul li a {
    font-size: 12px;
  }
  footer .licznik {
  }
  form {
    float: left;
    width: 100%;
  }
  form.short {
    float: none;
    margin: auto;
    width: 100%;
    max-width: 600px;
  }
  input[type="submit"],
  input[type="button"] {
    width: auto;
    margin: auto;
    float: none;
    clear: both;
    cursor: pointer;
    color: #ffffff;
    background-color: #008ebf;
    padding: 15px 51px 15px 52px;
    border-radius: 50px;
    border: solid 1px #008ebf;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.4s all;
  }
  input[type="submit"]:hover,
  input[type="button"]:hover {
    background: #332;
    border: solid 1px #332;
  }

  form div.line input.short,
  form div.line_desc input.short {
    width: auto;
    min-width: 200px;
  }
  div.line {
    float: left;
    width: 100%;
    margin: 5px 0;
  }
  div.line input[type="checkbox"],
  div.line input[type="radio"] {
    width: auto;
    margin: 10px 0px 10px 0px;
  }
  div.line div.desc2 {
    float: left;
    margin: 4px 10px 4px 10px;
  }
  form div.line input,
  form div.line select,
  div.line textarea {
    width: 100%;
  }
  form div.line .input50 {
    width: 49.5%;
  }
  form div.line .input33 {
    width: 33%;
  }
  form div.line .input33.input_center {
    margin: 0px 0.3%;
  }
  form div.line_desc {
    float: left;
    width: 100%;
    margin: 5px 0;
  }
  form div.line_desc input,
  form div.line_desc select,
  div.line_desc textarea {
    width: 70%;
  }
  form div.line_desc div.desc {
    width: 30%;
    float: left;
    text-align: right;
    padding: 10px 2% 0;
  }
  form div.line_desc input[type="checkbox"],
  form div.line_desc input[type="radio"] {
    width: auto;
    margin: 10px 0px 10px 0px;
  }
  form div.line_desc div.desc2 {
    float: left;
    margin: 8px 10px 10px 10px;
  }
  form div.line_desc div.group {
    float: left;
    width: 70%;
  }
  form div.line_desc div.group input,
  form div.line_desc div.group select,
  form div.line_desc div.group textarea {
    clear: left;
  }
  form div.line_desc .input33 {
    width: 33%;
    float: left;
    clear: none !important;
  }
  form div.line_desc .input33.input_center {
    margin: 0px 0.3%;
  }
  form div.info_short {
    float: right;
    clear: left;
    width: 70%;
    border: solid 1px #ccc;
    padding: 5px;
    margin: 5px 0;
  }
  form div.info_long {
    float: left;
    width: 100%;
    border: solid 1px #ccc;
    padding: 5px;
    margin: 5px 0;
  }
  form div.line_desc.contact_rodo div {
    float: left;
    width: calc(100% - 20px);
    margin: 7px 0px 10px 0px;
    font-size: 11px;
    line-height: 14px;
  }
  form div.line_desc.contact_rodo input[type="checkbox"] {
    float: left;
    width: 20px;
    margin: 8px 0px 10px 0px;
  }
  .news {
    margin: 10px 0px;
  }
  .news p {
    margin: 0px;
    padding: 0px;
  }
  .ads {
    width: 100%;
    max-width: 1200px;
    text-align: center;
    margin: 20px auto;
  }
  .ramka_prawa {
    position: fixed;
    right: 0;
    top: 90px;
  }
  .ramka_lewa {
    position: fixed;
    left: 0;
    top: 90px;
  }
  div.page {
    float: right;
  }
  div.page a {
    float: left;
    padding: 2px 10px 2px 10px;
    border: solid 1px #fff;
    font-size: 15px;
    margin-left: 5px;
  }
  div.page a:hover {
    color: #008ebf;
    border: solid 1px #d8d8d8;
  }
  div.nastepna,
  div.page_nastepna {
    background: #fff;
    text-align: center;
    margin: 22px 0;
    padding: 5px 0;
    border: solid 1px #d8d8d8;
  }
  div.page a.strona_active {
    color: #008ebf;
    border: solid 1px #d8d8d8;
  }
  .onlymobile {
    display: none;
  }
}
@media (max-width: 1220px) {
  .center,
  main {
    padding: 0 1%;
  }
  footer {
    padding: 0 1%;
  }
}
@media (max-width: 1200px) {
  .onlyhd {
    display: none;
  }
  .box_photo {
    width: 33.332%;
  }
  .galeria_list_clear4 {
    display: none;
  }
  .galeria_list_clear3 {
    display: block;
  }
  .galeria_list_clear2 {
    display: none;
  }
}
@media (max-width: 1000px) {
  .div_upfooter .div_left .div_marker table tr td {
    width: 100%;
    padding: 0px 0px 10px 0px;
  }
  .image1 {
    margin: 0px 0px 0px 0px;
    padding: 20px 0px;
  }
  .open_menu {
    display: block;
  }
  nav.cssmenu {
    display: none;
  }
  nav.cssmenu_mobile {
    display: block;
    margin-top: 13px;
  }
  .onlymobile {
    display: block;
  }
  .search {
    float: left;
    width: 100%;
    margin: 10px 0 0px 0;
  }
  main section.long {
    width: 100%;
    padding: 0;
  }
  main aside.menu {
    display: none;
  }
  main section.long .text_box_contact {
    width: 100%;
    margin: 0;
  }
  main section.long .text_box_form {
    width: 100%;
    margin-top: 10px;
  }
  .stopka_l {
    float: left;
    width: 100%;
  }
  .stopka_r {
    float: left;
    width: 100%;
  }
  footer ul li {
    display: block;
    float: left;
    margin-right: 15px;
  }
}
@media (max-width: 950px) {
  .div_upfooter .div_map {
    width: 100%;
    padding: 0;
  }
  .div_upfooter .div_left {
    padding: 0px 0px 40px 0px;
    width: 100%;
  }
  .div_upfooter .div_left .div_contact {
    padding: 0px 1% 20px 1%;
  }
  .div_upfooter .div_left .div_marker {
    margin: 0px 0px 30px 0px;
  }
}
@media (max-width: 900px) {
  .nextdiv .nexttd {
    transform: none !important;
  }
  article.box_produkt .l_img {
    width: 40%;
  }
  article.box_produkt .r_desc {
    width: 60%;
  }
  form div.line_desc input,
  form div.line_desc form select,
  div.line_desc textarea {
    width: 100%;
  }
  form div.line_desc div.desc {
    width: 100%;
    text-align: left;
    padding: 10px 0px 10px 0px;
  }
  form div.line_desc div.group {
    width: 100%;
  }
  form div.info_short {
    width: 100%;
  }
}
@media (max-width: 820px) {
  .table2 tr td.td1 {
    width: 100%;
    padding: 15px 0px 5px 0px;
  }
  .table2 tr td.td2 {
    width: 100%;
    padding: 15px 0px 5px 0px;
  }
  .table2 tr td.td3 {
    width: 100%;
    padding: 15px 0px 5px 0px;
  }
}
@media (max-width: 800px) {
  header .text {
    display: none;
  }
  header .header_top .login {
    float: left;
  }
  .mini_g {
    width: 50%;
  }
}
@media (max-width: 650px) {
  .nextdiv .nexttd {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .nextdiv {
    padding: 30px 0px;
    background-image: none !important;
  }
  .nextdiv .nexttd {
    margin: 0px 0px 5px 0px;
  }
  .coment .coments .minitext {
    margin: 30px 0px 0px 0px;
  }
}
@media (max-width: 600px) {
  .table3 tr td {
    width: 100%;
    padding: 0px;
  }
  .image2 .picture2 {
    text-align: center;
    width: 100%;
  }
  .image2 .rightside2 {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
  }
  .table1 tr td {
    width: 100%;
    padding: 0px;
  }
  article.article {
    width: 100%;
  }
  article.article .l_img {
    width: 100%;
    padding: 0;
  }
  article.article .r_desc {
    width: 100%;
    padding: 0;
  }
  article.box_produkt .l_img {
    width: 40%;
  }
  article.box_produkt .r_desc {
    width: 60%;
  }
  .p_slider {
    float: left;
    width: 100%;
    padding: 0px 0px 0 0;
  }
}
@media (max-width: 580px) {
  .div_upfooter .div_left {
    padding: 0px 0px 0px 0px;
  }
}
@media (max-width: 450px) {
  .image1 .fif .fourt {
    width: 100%;
  }
  .image1 .fif .fourt a {
    float: none;
  }
  .image1 .fif .fivet {
    width: 100%;
    margin: 40px 0px 10px 0px;
  }
  .image1 .fif .fivet a {
    float: none;
    margin: 0px 0px 0px 0px;
  }
}
@media (max-width: 430px) {
  .box_photo {
    float: none;
    margin: 10px auto;
    width: 70%;
  }
  .mini_g {
    float: none;
    margin: 10px auto;
    width: 100%;
  }
}
@media (max-width: 420px) {
  .galeria_list_clear4 {
    display: none;
  }
  .galeria_list_clear3 {
    display: none;
  }
  .galeria_list_clear2 {
    display: block;
  }
  .image2 .rightside2 .fourt1 a {
    font-size: 15px;
  }
}
@media (max-width: 300px) {
  .box_photo {
    width: 100%;
  }
}
/*
end style.css v2
-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px; 
*/
.lb-loader,.lightbox{text-align:center;line-height:0}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{display:table}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(img/lightbox-loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(img/lightbox-prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(img/lightbox-next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:none;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(img/lightbox-close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}