/*
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);

@media all {
  body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    background: #fff;
    margin: 0px;
    padding: 0px;
  }

  .body {
    width: 100%;
    margin: 0px;
    float: left;
  }

  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: "Roboto", 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: #2a2f33;
    text-decoration: none;
    cursor: pointer;
    transition: 0.4s all;
  }
  a:hover {
    color: #ff0000;
    text-decoration: none;
  }

  .all {
    width: 100%;
    margin: 0px auto;
  }
  .center {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
  }

  .cl {
    float: left;
    width: 100%;
    margin: 30px 0;
  }
  .cl ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  }
  header {
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }

  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%;
  }

  .icon {
    margin-right: 5px;
  }
  .icon svg {
    padding: 0px 5px 0px 0px;
  }

  header .text1 {
    float: left;
    width: 100%;
    background: #2a2f33;
    color: #acb8c1;
  }
  header .text1 .text {
    float: left;
    margin: 5px 0px;
    width: 100%;
    font-size: 12px;
  }
  header .text1 .text p {
    margin: 0px;
  }
  header .text1 .text a {
    color: #acb8c1;
  }
  header .text1 .text a svg {
    float: right;
    margin: 6px 0px 0px 15px;
  }
  header .text1 .text a svg:hover {
    color: #fff;
  }
  header .text1 .text a:hover {
    color: #fff;
  }

  header .logo {
    float: left;
    margin: 20px 0px 15px 0px;
  }

  header .image1 {
    /* float: left; */
    position: relative;
    height: calc(100vh - 115px);
    width: 100%;
    background-image: url(img/header.jpg);
    background-size: cover;
    background-position-y: center;
    background-position-x: center;
    background-repeat: no-repeat;
  }
  header .image1 .panel {
    /* background-color: #000; */
    position: absolute;
    top: 10%;
    left: 10%;
    /* transform: translateY(-50%); */
  }
  header .image1 .onet {
    /* float: left; */
    width: 100%;
    font-size: 18px;
    background-color: #000;
    color: #fff;
    /* padding: 12px 20px; */
  }
  header .image1 .twoot {
    /* float: left; */
    /* width: 100%; */
    font-size: 50px;
    margin: 25px 0px;
    line-height: 55px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 16px 22px;
    width: fit-content;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 0px;
  }
  header .image1 .threet {
    /* float: left; */
    /* width: 100%; */
    font-size: 20px;
    margin: 0px 0px 30px 0px;
    background-color: rgba(0, 0, 0, 0.4);

    color: #fff;
    padding: 16px 22px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 0px;

    width: fit-content;
  }
  header .image1 .threet p {
    margin: 0px;
    padding: 0px;
  }
  header .image1 .fif {
    float: left;
    width: 100%;
  }
  header .image1 .fif .fourt {
    float: left;
  }
  header .image1 .fif .fourt a {
    float: left;
    color: #ffffff;
    background-color: #ff0000;
    padding: 15px 38px;
    border-radius: 4px;
    border: solid 1px #ff0000;
    text-transform: uppercase;
    font-weight: 500;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 0px;
  }
  header .image1 .fif .fourt a:hover {
    background-color: #000;
  }
  header .image1 .fif .fivet {
    float: left;
  }
  header .image1 .fif .fivet a {
    float: left;
    color: #fff;
    margin: 0px 0px 0px 20px;
    padding: 15px 47px;
    border: solid 1px rgb(178, 178, 178);
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 500;
    background: #000;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 0px;
  }
  header .image1 .fif .fivet a:hover {
    opacity: 0.6;
  }

  /*VIDEO
.video {float:left;width:100%;height:404px;max-height: 650px;overflow:hidden;position:relative;z-index:1;overflow: hidden;}
.video video {width: 1920px;height:404px;}
.video img {display:none;}
.video .controls {position:absolute;bottom:30px;left:20px;color:#fff;cursor:pointer;font-size:25px;}
header .image1  {float: left;width: 100%;margin: 175px 0px 0 0;padding: 0px;position: absolute;z-index: 1000;left: 0;top: 0;background:none;
color: #fff;}
header .image1 .fif .fivet a {color:#fff;}
*/

  .threeicons {
    /* float: left; */
    /* max-width: 100%; */
    min-height: 170px;
    /* background-color: #000; */
    width: 100%;
    margin: 20px auto 0;
    /* display: flex; */
  }
  .threeicons .center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .threeicons .allicons {
    /* display: none; */
    /* float: left; */
    flex-basis: 30%;
    width: 25%;
    text-align: center;
    /* margin: 35px 0px; */
    padding: 20px 28px;
    /* background-color: #000; */
    /* color: #fff; */
  }
  .threeicons .allicons .icon1 {
    font-size: 60px;
    color: #000;
  }
  .threeicons .allicons .icon1 img {
  }
  .threeicons .allicons h3 {
    font-size: 26px;
  }
  .threeicons .allicons p {
    color: #acb8c1;
  }
  .threeicons .allicons a {
    color: #ff0000;
  }
  .threeicons .allicons a:hover {
    color: #323232;
  }

  .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: 15px 0px 0px 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 > a {
    margin: 0px 1px;
    padding: 10px 15px 25px 15px;
    text-decoration: none;
    color: #acb8c1;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
  }
  nav.cssmenu > ul > li:last-child {
    margin-right: 0;
  }
  nav.cssmenu > ul > li:last-child > a {
  }
  nav.cssmenu > ul > li:first-child > a {
  }
  nav.cssmenu > ul > li:hover > a,
  nav.cssmenu > ul > li.active > a {
    color: #323232;
    border-bottom: solid 2px #ff0000;
  }
  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 a {
    background: #fff;
    border-bottom: 1px solid #ccc;
    filter: none;
    font-size: 15px;
    display: block;
    line-height: 120%;
    padding: 10px;
    color: #000;
  }
  nav.cssmenu .has-sub ul li:hover a {
    background: #fff;
    color: #2a2f33;
  }
  nav.cssmenu .has-sub ul li.active a {
    background: #fff;
    color: #2a2f33;
  }
  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;
  }
  nav.cssmenu .has-sub .has-sub ul li a:hover {
    background: #fff;
    color: #2a2f33;
  }
  nav.cssmenu .has-sub .has-sub ul li.active a {
    background: #fff;
    color: #2a2f33;
  }

  .open_menu {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
  .open_menu img {
    float: left;
    height: 40px;
  }
  .open_menu.v2 {
    margin: 18px 0px 0px 0px;
    position: static;
    float: right;
    text-align: center;
    cursor: pointer;
    padding: 8px 20px;
    background: #ff0000;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
  }
  nav.menu_mobile {
    display: none;
    float: left;
    width: 100%;
    padding: 0px 0%;
    background: #000;
  }
  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: underline;
  }
  nav.menu_mobile ul li a {
    color: #fff;
    font-size: 19px;
    line-height: 30px;
    font-weight: 300;
    display: block;
  }
  nav.menu_mobile ul li.active,
  nav.menu_mobile ul li:hover {
    background: #ff0000;
    text-decoration: underline;
  }
  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: 20px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    font-weight: 300;
    color: #ff0000;
    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: #ff0000;
  }
  main aside.menu ul ul {
    padding-left: 10px;
  }

  .downtext {
    float: left;
    width: 100%;
    background: #f8fafb;
  }
  .downtext .lefttext {
    float: left;
    width: 50%;
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    padding: 0px 15px 0px 0px;
    color: #939ea7;
  }
  .downtext .lefttext h1 {
    font-size: 32px;
    margin: 10px 0px 20px 0px;
    padding: 30px 0px 20px 0px;
    color: #000;
    line-height: 110%;
    text-transform: uppercase;
    text-align: left;
    background: url(img/border.jpg) no-repeat left bottom;
  }
  .downtext .lefttext a {
    padding: 20px 40px;
    color: #323232;
    float: left;
    margin: 0px 0px 20px 0px;
    border: solid 1px #525b64;
    font-size: 17px;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 600;
  }
  .downtext .lefttext a:hover {
    background: #323232;
    color: #fff;
  }
  .downtext .righttext {
    float: left;
    width: 50%;
    padding: 40px 0px 40px 20px;
  }
  .downtext .righttext img {
    float: right;
  }

  .image2 {
    float: right;
    width: 100%;
    margin: 30px 0px 0px 0px;
  }
  .image2 .picture2 {
    float: left;
    width: 50%;
    margin: 0px 0px 0 0px;
    padding: 40px 20px 40px 0;
  }
  .image2 .rightside2 {
    float: right;
    width: 50%;
    margin: 76px 0px;
  }
  .image2 .rightside2 h1 {
    font-size: 32px;
    margin: 10px 0px 20px 0px;
    padding: 30px 0px 20px 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: #929da3;
    font-size: 16px;
    padding: 0px 0px 40px 0px;
  }
  .image2 .rightside2 .threet1 p:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  .image2 .rightside2 .threet1 p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .image2 .rightside2 .fourt1 {
  }
  .image2 .rightside2 .fourt1 a {
    float: left;
    color: #ffffff;
    background-color: #ff0000;
    padding: 15px 38px;
    border-radius: 4px;
    border: solid 1px #ff0000;
    text-transform: uppercase;
    font-weight: 500;
  }
  .image2 .rightside2 .fourt1 a:hover {
    background-color: #525b64;
    border: solid 1px #525b64;
  }
  .image2 .rightside2 .fivet1 {
  }
  .image2 .rightside2 .fivet1 a {
    float: left;
    color: #323232;
    margin: 0px 0px 0px 20px;
    padding: 15px 47px;
    border: solid 1px rgb(178, 178, 178);
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .image2 .rightside2 .fivet1 a:hover {
    background-color: #525b64;
  }

  .coment {
    float: left;
    width: 100%;
    background: #f8fafb;
    padding: 40px 0px;
  }
  .coment .coments {
    float: none;
    margin: auto;
    width: 100%;
    max-width: 800px;
  }
  .coment .coments .info {
    text-align: center;
    float: left;
    width: 100%;
  }
  .coment .coments .info 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 .info p {
    margin: 0 0 40px 0;
  }
  .coment .coments .owl-opinie {
    float: left;
    width: 100%;
  }
  .coment .coments .item {
    float: left;
    width: 100%;
  }
  .coment .coments .item .image3 {
    float: left;
    width: 100%;
    text-align: center;
  }
  .coment .coments .item .image3 img {
    border-radius: 180px;
    width: 20%;
    margin: 0px auto 35px auto;
  }
  .coment .coments .item .text3 {
    font-size: 24px;
    text-align: center;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5;
    font-family: Open Sans, sans-serif;
    letter-spacing: 0;
    color: #2a2f33;
  }
  .coment .coments .item .minitext {
    text-align: center;
    color: #acb8c1;
    float: left;
    width: 100%;
    margin: 30px 0px;
  }

  .mini_g {
    width: 33.333%;
    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: 10px 0 0px 0%;
    padding: 2%;
    text-align: center;
    font-size: 12px;
    line-height: 13px;
  }
  .box_photo_photo {
    width: 100%;
  }
  .galeria_list_clear4 {
    display: block;
  }
  .galeria_list_clear3 {
    display: none;
  }
  .galeria_list_clear2 {
    display: none;
  }

  article.article {
    width: 100%;
    float: left;
    padding: 0;
    margin-bottom: 20px;
  }
  article.article h4 {
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    font-size: 120%;
    font-weight: bold;
  }
  article.article h4 a {
  }
  article.article .l_img {
    width: 20%;
    float: left;
    padding: 1%;
    text-align: center;
  }
  article.article .l_img img {
  }
  article.article .r_desc {
    width: 80%;
    float: left;
    padding-left: 2%;
  }
  article.article .more {
    float: right;
    margin: 10px 0px 0px 0px;
  }

  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;
  }

  .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%;
    background: #2a2f33;
  }

  .table1 {
    float: left;
    width: 100%;
    color: #fff;
    color: rgba(172, 184, 193, 0.7);
    background: #2a2f33;
  }
  .table1 tr {
  }
  .table1 tr td {
    float: left;
    width: 22%;
    padding: 0 1%;
  }
  .table1 tr td h2 {
    color: #fff;
  }
  .table1 tr td iframe,
  .table1 tr td embed {
    margin-top: 10px;
  }
  .table1 tr td img {
  }
  .table1 tr td ul {
  }
  .table1 tr td ul li {
    list-style: none;
    font-weight: bold;
  }
  .table1 tr td a {
    color: #fff;
  }
  .table1 tr td a:hover {
    color: rgba(172, 184, 193, 0.7);
  }

  .div_upfooter {
    float: left;
    width: 100%;
    padding: 30px 0px;
  }
  .div_upfooter .div_map {
    float: left;
    width: calc(100% - 500px);
    padding: 0px 20px;
  }
  .div_upfooter .div_contact {
    float: right;
    width: 500px;
    padding: 0px 20px;
  }
  .div_upfooter .div_contact h2 {
    color: #ff0000;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 7px;
    text-transform: uppercase;
  }
  .div_upfooter .div_contact h1 {
    font-weight: 300;
    font-size: 40px;
    line-height: 1.325;
    font-family: Kanit, sans-serif;
    color: #2e3e53;
  }
  .div_upfooter .div_contact p {
    float: left;
    width: 100%;
    color: #b2b1b1;
    font-size: 18px;
  }
  .div_upfooter .div_contact form {
  }
  .div_upfooter .div_contact form .line {
  }
  .div_upfooter .div_contact form input {
    background: #f8fafb;
    border: none;
  }
  .div_upfooter .div_contact form div.line textarea {
    background: #f8fafb;
    border: none;
  }
  .div_upfooter .div_contact form input[type="submit"] {
    background: #ff0000;
    border-radius: 5px;
    padding: 15px 20px;
    float: left;
    font-size: 18px;
    color: #fff;
  }
  .div_upfooter .div_contact form input[type="submit"]:hover {
    background: #525b64;
  }

  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;
    background: #ff0000;
    border-radius: 5px;
    padding: 15px 20px;
    float: left;
    font-size: 18px;
    color: #fff;
  }
  input[type="submit"]:hover,
  input[type="button"]:hover {
    background: #525b64;
  }

  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: #2a2f33;
    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: #2a2f33;
    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.333%;
  }
  .galeria_list_clear4 {
    display: none;
  }
  .galeria_list_clear3 {
    display: block;
  }
  .galeria_list_clear2 {
    display: none;
  }
}
@media (max-width: 1000px) {
  header .image1 {
    max-width: 100%;
  }

  header .image1 .fif .fourt {
    width: 50%;
  }
  header .image1 .fif .fivet {
    width: 50%;
  }
  header .image1 .fif .fourt a {
    float: right;
  }

  /*VIDEO
	header .image1 {margin:175px 0px 0px 0px;text-align: center;padding: 25px 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: 900px) {
  article.article .l_img {
    width: 40%;
  }
  article.article .r_desc {
    width: 60%;
  }

  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%;
  }

  .div_upfooter .div_contact {
    width: 100%;
    padding: 0px 20px 20px 20px;
  }
  .div_upfooter .div_map {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .downtext .lefttext {
    width: 100%;
    padding: 0px;
  }
  .downtext .righttext {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0px 0px 10px 0px;
  }
  .image2 .rightside2 h1 {
    margin: 0px 0px 20px 0px;
    padding: 10px 0px 20px 0px;
  }
  .downtext .righttext img {
    float: none;
  }
  .image2 .picture2 {
    width: 100%;
    text-align: center;
  }
  .image2 .rightside2 {
    float: right;
    width: 100%;
    margin: 0px 0px 50px 0px;
    text-align: center;
  }
  .image2 .rightside2 .fourt1 {
    float: left;
    width: 50%;
  }
  .image2 .rightside2 .fourt1 a {
    float: right;
  }
  .table1 tr td {
    width: 100%;
    text-align: center;
  }
  .threeicons .allicons {
    display: flex;
    flex-direction: column;
    justify-items: center;
    flex-basis: 100%;
    margin: 0;
  }
  header .text1 .text a svg {
    display: none;
  }
  header .text1 .text {
    text-align: center;
    font-size: 15px;
  }

  header .header_top .login {
    float: left;
  }

  .mini_g {
    width: 50%;
  }
  .cl ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
@media (max-width: 600px) {
  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;
  }

  .icon {
    float: left;
    width: 100%;
    margin: 0px;
  }
}
@media (max-width: 500px) {
  header .logo {
    text-align: center;
    width: 100%;
  }
  .open_menu.v2 {
    width: 100%;
    margin: 0;
  }
  header .image1 {
    margin: 0;
    height: 70vh;
  }
  header .image1 .panel {
    top: 50%;
    left: 0;

    transform: translateY(-50%);
  }
  header .image1 .panel .twoot {
    font-size: 30px;
    padding: 10px 20px;
    margin: 0;
    border-radius: 0;
    line-height: 1.2;
  }
  header .image1 .panel .threet {
    border-radius: 0;
    line-height: 1.2;
    padding: 10px 20px;
    width: 100%;
  }
}
@media (max-width: 410px) {
  header .image1 .fif .fourt {
    width: 100%;
    text-align: center;
  }
  header .image1 .fif .fourt a {
    float: none;
  }
  header .image1 .fif .fivet {
    width: 100%;
    text-align: center;
    margin: 40px 0px 0px 0px;
  }
  header .image1 .fif .fivet a {
    float: none;
    margin: 0;
  }
  .image2 .rightside2 .fourt1 {
    width: 100%;
  }
  .image2 .rightside2 .fourt1 a {
    float: none;
  }
  .image2 .rightside2 .fivet1 {
    float: left;
    width: 100%;
    margin: 40px 0px 0px 0px;
  }
  .image2 .rightside2 .fivet1 a {
    float: none;
    margin: 0;
  }
}
@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;
  }
}

@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}