﻿* {
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: 0 none;
}
*::selection {
  background: #555;
  color: #ffffff;
}
*::-moz-selection {
  background: #555;
  color: #ffffff;
}
*::-webkit-selection {
  background: #555;
  color: #ffffff;
}
html {
  overflow-y: scroll;
}
body {
  z-index: 999;
  /*background: #636363 url("../../../img/bg/bg_body.jpg") no-repeat fixed;*/
  background: #ffffff url("../img/tlo.webp") no-repeat fixed;
  /* background: #fff; */
  background-size: cover;
  color: #555555;
  font-family: "Roboto", sans-serif;
  font-size: 62.5%;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
h1 {
  font-size: 2.2em;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.2em;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: #09a0f1;
}
a:active {
  color: #09a0f1;
}

.more_info {
  font-size: 0.75em !important;
  float: none;
  display: block;
}
.btn-2 span::after {
  content: "";
}

li {
  list-style-type: none;
  list-style-position: outside;
}
ul.standard,
ol.standard {
  padding: 5px 30px;
}
ul.standard > li {
  list-style-type: square;
  font-size: 1.2em;
}
ol.standard > li {
  list-style-type: decimal;
}
.blue {
  color: #3399ff;
}
.gradient-grey-horizontal {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 1) 0%,
    rgba(242, 242, 242, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(50%, rgba(242, 242, 242, 1)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 1) 0%,
    rgba(242, 242, 242, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 1) 0%,
    rgba(242, 242, 242, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 1) 0%,
    rgba(242, 242, 242, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(242, 242, 242, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
}
.gradient-grey-radial {
  background: rgb(255, 255, 255);
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 1) 0%,
    rgb(255, 255, 255) 100%
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 1) 0%,
    rgb(255, 255, 255) 100%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 1) 0%,
    rgb(255, 255, 255) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=1 );
}
.transition {
  -webkit-transition: all 180ms ease;
  -moz-transition: all 180ms ease;
  -ms-transition: all 180ms ease;
  -o-transition: all 180ms ease;
  transition: all 180ms ease;
}
.button {
  width: 100%;
  max-width: 330px;
  display: inline-block;
  color: #656363;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  text-shadow: 1px 1px 0px #ffffff;
  text-indent: 0;
  position: relative;
  padding-left: 10px;
  padding-right: 32px;
  padding-bottom: 8px;
  padding-top: 8px;
  background: #ddd;
}
.button:hover {
  background: #0b94e5;
  color: #fff;
  text-shadow: 1px -1px 0px #106292;
}
.button---old {
  width: 100%;
  max-width: 330px;
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  text-shadow: -1px -1px 0px #204d7d;
  -moz-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
  -webkit-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
  box-shadow: inset 0px 1px 0px 0px #bbdaf7;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #79bbff),
    color-stop(1, #378de5)
  );
  background: -moz-linear-gradient(center top, #79bbff 5%, #378de5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
  background-color: #f9f9f9;
  text-indent: 0;
  border: 1px solid #84bbf3;
  position: relative;
  padding-left: 20px;
  padding-right: 32px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.button---old:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #378de5),
    color-stop(1, #79bbff)
  );
  background: -moz-linear-gradient(center top, #378de5 5%, #79bbff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
  background-color: #378de5;
  color: #ffffff;
}
.button---old:active {
  position: relative;
  top: 1px;
}
.button span {
  position: absolute;
  right: 0px;
  width: 32px;
  background: rgba(0, 0, 0, 0.15);
  font-family: Arial;
  text-align: center;
  height: 100%;
  top: 0px;
  margin: 0 !important;
  text-shadow: none;
  line-height: 150%;
}
.btn-2 {
  display: block;
  padding: 8px 25px;
  cursor: pointer;
  font-family: inherit;
  -webkit-transition: all 180ms ease;
  -moz-transition: all 180ms ease;
  -ms-transition: all 180ms ease;
  -o-transition: all 180ms ease;
  transition: all 180ms ease;
}
.btn-2 span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.btn-2:hover span:after {
  opacity: 1;
  right: 0;
}
.btn-2.blue {
  background: #09a0f1;
  color: #fff;
}
.btn-2.red {
  background: #de5d5d;
  color: #ffd9d9;
}
.btn-2.grey {
  background: #f1f1f1;
  color: #555;
  /* transition: all 500ms ease !important; */
}
.btn-2.grey:hover {
  background: #555555;
  color: #fff;
  /* transition: all 500ms ease !important; */
}
.btn-2.darkgrey {
  background: #555;
  color: #fff;
}
.btn-2.darkgrey:hover {
  background: #de5d5d;
  color: #fff;
}
.red-b {
  color: red;
  font-weight: bold;
}
.btn-3 {
  padding: 14px 50px;
  overflow: hidden;
  font-size: 1.6em;
}
.btn-3 i {
  position: relative;
  left: 7px;
  top: 1px;
  -webkit-transition: all 180ms ease;
  -moz-transition: all 180ms ease;
  -ms-transition: all 180ms ease;
  -o-transition: all 180ms ease;
  transition: all 180ms ease;
}
.btn-3:hover i {
  -webkit-transition: all 180ms ease;
  -moz-transition: all 180ms ease;
  -ms-transition: all 180ms ease;
  -o-transition: all 180ms ease;
  transition: all 180ms ease;
  left: 17px;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.alignLeft {
  text-align: left;
}
.alignRight {
  text-align: right;
}
.alignCenter {
  text-align: center;
}
.alignMiddle {
  vertical-align: middle;
}
.margines {
  margin: 0px 10px 0px 10px;
}
.table {
  display: table;
}
.table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
}
.inline-block {
  display: inline-block;
}
.noMargin {
  margin: 0 !important;
}
.bold {
  font-weight: 700;
}
.jus {
  text-align: justify;
}
.w10 {
  width: 10%;
}
.w20 {
  width: 20%;
}
.w30 {
  width: 30%;
}
.w33 {
  width: 33.33%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w100 {
  width: 100%;
}
.margin-tb-small {
  margin: 10px 0;
}
.margin-tb-medium {
  margin: 20px 0;
}
.margin-tb-big {
  margin: 30px 0;
}
.relative {
  position: relative !important;
}
.absolute {
  position: absolute;
}
/*

				Index dolny 

*/
span.sub {
  font-size: 70% !important;
  position: relative;
  top: 0.4em;
  margin-left: 2px !important;
}
/*

				Index górny
				
*/
span.sup {
  font-size: 70% !important;
  position: relative;
  bottom: 0.7em;
}
/*

				Zaznaczenie
				
*/
span.mark {
  font-size: 1.5em;
  position: relative;
  top: 0.1em;
}
.clickImgShadow {
  padding: 3px;
  border: solid 1px #efefef;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 10ms ease;
  transition: all 100ms ease;
}
.clickImgShadow:hover {
  border: solid 1px #ccc;
  -moz-box-shadow: 1px 1px 5px #999;
  -webkit-box-shadow: 1px 1px 5px #999;
  box-shadow: 1px 1px 5px #999;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.tabs {
  width: 100%;
}
#tabsOuter {
  width: 100%;
  /* margin: 40px auto 30px auto; */
  margin: 0px auto 30px auto;
  display: inline-grid;
}
#tabsOuter h4 {
  display: inline-block;
  width: 30%;
  padding: 5px 10px;
  border-bottom: 1px solid #2e446d;
  font-family: "Raleway", Arial, sans-serif;
  color: #2e446d;
  font-weight: bold;
  font-size: 15px;
  margin: 0px;
}
#tabsOuter #tabsCol {
  display: flex;
}
#tabsOuter h5 {
  display: inline-block;
  margin-top: 0px;
  width: 100%;
  padding: 0px 0px;
  border-bottom: 1px solid #0867b6;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  text-align: left;
  line-height: 30px;
  margin: 24px 0px;
}
#tabsOuter h5 div:first-child {
  width: 160px;
  padding: 0px 0px 0px 20px;
  display: block;
  background: rgba(106, 162, 242, 1);
  color: white;
  float: left;
  background: linear-gradient(
    45deg,
    rgba(46, 68, 109, 1) 20%,
    rgba(106, 162, 242, 1) 80%
  );
}
#tabsOuter h5 div:nth-child(2) {
  width: 40px;
  display: block;
  background: rgba(106, 162, 242, 1);
  border-width: 0px 40px 30px 0px;
  border-style: solid;
  border-color: transparent white;
  position: relative;
  height: 0px;
  float: left;
}
#tabsOuter h3 {
  display: inline-block;
  margin-top: 0px;
  width: 100%;
  padding: 0px 0px;
  border-bottom: 1px solid #0867b6;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  text-align: left;
  line-height: 30px;
  margin: 24px 0px;
}
#tabsOuter h3 div:first-child {
  width: 160px;
  padding: 0px 0px 0px 20px;
  display: block;
  background: rgba(106, 162, 242, 1);
  color: white;
  float: left;
  background: linear-gradient(
    45deg,
    rgba(46, 68, 109, 1) 20%,
    rgba(106, 162, 242, 1) 80%
  );
}
#tabsOuter h3 div:nth-child(2) {
  width: 40px;
  display: block;
  background: rgba(106, 162, 242, 1);
  border-width: 0px 40px 30px 0px;
  border-style: solid;
  border-color: transparent white;
  position: relative;
  height: 0px;
  float: left;
}


.section-blog h5 {
  display: inline-block;
  margin-top: 0px;
  width: 100%;
  padding: 0px 0px;
  border-bottom: 1px solid #0867b6;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  text-align: left;
  line-height: 30px;
  margin: 10px 0px;
}
.section-blog h5 div:first-child {
  width: 160px;
  padding: 0px 0px 0px 20px;
  display: block;
  background: rgba(106, 162, 242, 1);
  color: white;
  float: left;
  background: linear-gradient(
    45deg,
    rgba(46, 68, 109, 1) 20%,
    rgba(106, 162, 242, 1) 80%
  );
}
.section-blog h5 div:nth-child(2) {
  width: 40px;
  display: block;
  background: rgba(106, 162, 242, 1);
  border-width: 0px 40px 30px 0px;
  border-style: solid;
  border-color: transparent white;
  position: relative;
  height: 0px;
  float: left;
}
/* #tabsOuter h4 {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
#tabsOuter h4:after {
    display: inline-block;
    margin: 0 0 8px 20px;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #999;
    width: 140px;
}
#tabsOuter h4:before {
    display: inline-block;
    margin: 0 20px 8px 0;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #999;
    width: 140px;
} */

#tabsOuter .tabs {
  display: table;
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
  position: relative;
  z-index: 10;
  font-size: 1.2em;
}
#tabsOuter .tabs li {
  display: table-cell;
  position: relative;
  top: 1px;
  margin: 0;
  padding: 5px 20px 15px 20px;
  cursor: pointer;
  font-size: 1em;
  line-height: 1.1em;
  color: #727272;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #f7f7f7;
  border-left: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  -webkit-transition: all 180ms ease;
  -moz-transition: all 180ms ease;
  -ms-transition: all 180ms ease;
  -o-transition: all 180ms ease;
  transition: all 180ms ease;
  background: #fdfdfd;
}
#tabsOuter .tabs li:hover {
  background: #fff;
}
#tabsOuter .tabs li.current {
  background: #fff;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #fff;
  color: #09a0f1;
}
#tabsOuter .tabs li i {
  display: block;
  margin-top: 19px;
}
#tabsOuter .tabs li p {
  width: 100%;
  text-align: center;
}
#tabsOuter .tabs li span {
  margin-top: 7px;
  display: block;
}
#tabsOuter .tab-content {
  display: block;
  /* display: none; */
  background: #fff;
  padding: 0px 1px 10px 1px;
  line-height: 1.4;
  position: relative;
  z-index: 8;
  border: 0px solid #dddddd;
  /* border: 1px solid #dddddd; */
  overflow: hidden;
}
#tabsOuter .tab-content img {
  max-width: 100%;
}
#tabsOuter .tab-content p {
  margin-bottom: 10px;
}
#tabsOuter .tab-content h2 {
  margin: 10px 0px 10px 0px;
}
#tabsOuter .tab-content h4 {
  margin-top: 10px;
  margin-bottom: 25px;
}
#tabsOuter .tab-content.current {
  display: inherit;
}
.schema,
.budowa {
  background: #fff;
  padding: 12px;
  border: solid 1px #efefef;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 10ms ease;
  transition: all 180ms ease;
  box-sizing: border-box;
}
.schema:hover,
.budowa:hover {
  cursor: zoom-in;
  opacity: 0.6;
}
/*

				Tabela - taka jak przy parametrach produktu
	
*/
.table_main {
  width: 100%;
  border-collapse: collapse;
}
.table_main th {
  background: #555;
  color: #fff;
  margin: 0;
  padding: 10px 6px;
  vertical-align: top;
  border: 1px solid #6d6d6d;
  font-weight: 300;
  text-align: left;
}
.table_main tr {
  margin: 0;
}
.table_main tr:nth-child(2n) {
  background: #f8f8f8;
}
.table_main tr td {
  margin: 0;
  padding: 10px 6px;
  vertical-align: top;
  border: 1px solid #dddddd;
}
.table_main tr td:first-child {
  color: inherit !important;
  font-weight: inherit !important;
  min-width: 160px;
}
/* Program Box 
[		        ]	NAGŁÓWEK
[	FOTO	]	Tekst
[	         	] 				[button]
*/
.program-box {
  width: 96%;
  overflow: hidden;
  padding: 2% 2%;
  background: rgb(255, 255, 255);
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 1) 0%,
    rgba(247, 247, 247, 1) 100%
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 1) 0%,
    rgba(247, 247, 247, 1) 100%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 1) 0%,
    rgba(247, 247, 247, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=1 );
  position: relative;
}
.program-box div {
  width: 69%;
  display: inline-block;
  vertical-align: top;
  padding: 0% 2%;
}
.program-box div h3 {
  font-size: 2em;
  margin-bottom: 0.2em;
}
.program-box div h3 a {
  color: inherit;
  font-weight: inherit;
}
.program-box div h3 a:hover {
  color: #09a0f1;
}
.program-box div p {
  font-size: 1.2em;
  overflow: hidden;
}
.program-box div a {
  color: #09a0f1;
  font-weight: 700;
  bottom: 20px;
  right: 50px;
}
.program-box img {
  width: 26%;
  display: inline-block;
  vertical-align: middle;
}
/*	Program Box

[ 	  	  		   ]
[     FOTO	   ]
[				   ]

 NAGŁOWEK
     Tekst
   [button]
*/
.program-box-small {
  width: 16.6%;
  margin: 0.59%;
  height: 290px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  padding: 1%;
  text-align: center;
  background: rgb(255, 255, 255);
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 1) 0%,
    rgba(247, 247, 247, 1) 100%
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 1) 0%,
    rgba(247, 247, 247, 1) 100%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 1) 0%,
    rgba(247, 247, 247, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=1 );
}

.program-box-small-confi-rack {
  width: 37%;
  margin: 3%;
  height: 203px;
  position: absolute;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  padding: 1%;
  text-align: center;
  background: rgb(255, 255, 255);
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 1) 0%,
    rgba(247, 247, 247, 1) 100%
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 1) 0%,
    rgba(247, 247, 247, 1) 100%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 1) 0%,
    rgba(247, 247, 247, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=1 );
}

.program-box-small div {
  display: inline-block;
  vertical-align: middle;
}
.program-box-small div h3 {
  font-size: 1.8em;
  margin-bottom: 0.5em;
}
.program-box-small div p {
  font-size: 1em;
  overflow: hidden;
}
.program-box-small div a {
  font-size: 0.9em;
  width: 67%;
  position: absolute;
  bottom: 76px;
}
.program-box-small img {
  width: 33%;
  display: inline-block;
  vertical-align: middle;
}
/*

				Zakładki indywidualne
				
*/
#produkty_powiazane p {
  margin: 0;
  margin-top: 10px;
}
#produkty_powiazane > img {
  width: 10%;
}
#produkty_powiazane > a {
  display: block;
}
#produkty_powiazane ul li {
  text-align: left;
}
#produkty_powiazane > h4 {
  margin-bottom: 0 !important;
}
#produkty_pokrewne p {
  margin: 0;
  margin-top: 10px;
}
#produkty_pokrewne > img {
  width: 10%;
}
#produkty_pokrewne > a {
  display: block;
}
#produkty_pokrewne ul li {
  text-align: left;
  font-size: 1.2em;
  width:100%;
}
#produkty_pokrewne > h4 {
  margin-bottom: 0 !important;
}

#social_media > a {
  display: inline-block;
  width: 25%;
  text-align: center;
}
/*

				Layout - top

*/
#head-top {
  width: 100%;
  height: 28px;
  display: inline-block;
}
#head-middle {
  width: 100%;
  display: inline-block;
}
/* #head-bottom {
  width: 100%;
  display: inline-block;
  height: 30px;
} */
#top {
  width: 100%;
  display: block;
}
#top #lezka {
  width: 100%;
  /* height: 84px; */
  /* background: url('../img/top.png') repeat-x #086EBF 0px 30px; */
  /* position: absolute;
  top: 0px; */
  /* z-index: 999; */
  box-shadow: inset 0px -10px 0px 0px #086ebf;
  display: inline-block;
}
#top #lezka > div {
  max-width: 1200px;
  width: 100%;
  /* height: 84px; */
  margin: 0 auto;
}
#top #lezka > div #logoOuter {
  min-width: 312px;
  overflow: hidden;
  padding: 10px 0px;
  float: left;
}
#top #lezka > div #logoOuter img {
  width: 160px;
}
#top #lezka > div #fastContact {
  float: left;
  overflow: hidden;
  line-height: 45px;
  padding: 0 4px;
}
#top #lezka > div #fastContact span img {
  position: relative;
  margin-right: 5px;
  margin-left: 20px;
}
#top #lezka > div #fastContact span:nth-child(2) img {
  top: 3px;
}

#address-head {
  width: 335px;
  /* position: relative;
  top: 10px; */
  font-size: 16px;
  float: right;
  padding: 50px 0px 0px;
}
#address-head div i {
  margin-right: 10px;
}

#top #lezka > div #flags {
  /* text-align: right;
    line-height: 74px; */
  text-align: center;
  /* line-height: 64px; */
  width: 65px;
  float: right;
  margin-bottom: 15px;
}
#top #lezka > div #flags a {
  display: inline-block;
  width: 22px;
  height: 16px;
  padding: 2px 10px 0px 6px;
}
#top #under {
  margin-top: 8px;
}
#top #under #baner {
  width: 100%;
}
#top #under #baner img {
  width: 100%;
  height: 342px;
}
#top #under #baner.small {
  height: 342px;
}
#top #under #baner.big {
  height: 600px;
}
#top #under #baner.big img {
  width: 100%;
  height: 100%;
}
#top #under > div #addon {
  width: 350px;
  height: auto;
  float: left;
  text-align: center;
  padding-top: 50px;
}
#top #under > div #addon img {
  margin-top: 14px;
}
#top #under > div #banerOuter {
  width: 850px;
  height: auto;
  overflow: hidden;
}
#top #under > div #banerOuter #banerShadow {
  position: relative;
  bottom: 1px;
}
/*

				Layout - header

*/
#lezka div #searchBox {
  margin: 18px 10px;
  float: left;
  display: block;
  height: 40px;
  max-width: 500px;
  width: 95%;
}
#lezka div #searchBox ul {
  width: 750px;
  overflow-y: scroll;
  max-height: 350px;
  /* border-bottom: 1px solid #ddd; */
}
#lezka div #searchBox ul li {
  vertical-align: middle;
  font-size: 1.4em;
  cursor: pointer;
  height: 60px;
  border-bottom: 1px solid #ddd;
}

#lezka div #searchBox ul li {
padding:2px;
}
/* #lezka div #searchBox ul li > div{ */
	/* height:100%; */
	/* width:100%; */
/* } */
#lezka div #searchBox ul li img {
  width: 70%;
  max-height: 60px;
  margin: 1% auto;
}
#lezka div form#ProductSearch {
  /* border: none */
  /* border: 6px solid #eaeaea; */
}
#lezka div input[type="text"] {
  padding: 8px 12px;
  /* border-top: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1; */
  transition: box-shadow 0.3s, border 0.3s;
  width: calc(100% - 25px);
  font-size: 1.4em;
  color: #555;
  height: 21px;
  font-family: inherit;
  border-radius: 8px;
  border: 1px solid #e1e1e1;
}
#lezka div input[type="submit"] {
  cursor: pointer;
  background: #555;
  width: 47px;
  height: 51px;
  right: 6px;
  top: 6px;
}
#lezka div button {
  position: absolute;
  cursor: pointer;
  border: 0px solid #555;
  width: 35px;
  height: 30px;
  right: 2px;
  top: 5px;
  background: #2e446d;
  border-radius: 6px;
  /* position: absolute;
    cursor: pointer;
    border: 0px solid #555;
    width: 46px;
    height: 40px;
    right: 5px;
    top: 5px;
    background: #555; */
}
#lezka div button .fa-search {
  color: #fff;
  position: absolute;
  top: 6px;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 18px;
  /* color: #ccc;
    position: absolute;
    top: 4px;
    bottom: 0;
    right: 0;
    left: 0; */
}
.easy-autocomplete {
  width: 100% !important;
}
.easy-autocomplete input {
  /* box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1) inset !important; */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  /* border-right: none !important; */
  /* border-color: #555 !important; */
}

/* #header-main #searchBox {
    width: 315px;
    margin: 0 10px;
	float: left;
}
#header-main #searchBox ul {
    width: 750px;
    overflow-y: scroll;
    max-height: 350px;
    border-bottom: 1px solid #DDD;
}
#header-main #searchBox ul li {
    vertical-align: middle;
    font-size: 1.4em;
    cursor: pointer;
    height: 60px;
    border-bottom: 1px solid #DDD;
}
#header-main #searchBox ul li img {
	width: 70%;
	max-height: 60px;
	margin: 1% auto;
} */
#header-main form#ProductSearch {
  border: 6px solid #eaeaea;
}
#header-main input[type="text"] {
  padding: 14px 11px;
  border-top: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  transition: box-shadow 0.3s, border 0.3s;
  width: 232px;
  font-size: 1.8em;
  color: #555;
  height: 21px;
  font-family: inherit;
  border-radius: 0px;
}
#header-main input[type="submit"] {
  cursor: pointer;
  background: #555;
  width: 47px;
  height: 51px;
  right: 6px;
  top: 6px;
}
#header-main button {
  position: absolute;
  cursor: pointer;
  background: #555;
  width: 47px;
  height: 51px;
  right: 6px;
  top: 6px;
}
#header-main button .fa-search {
  color: #fff;
  position: absolute;
  top: 11px;
  bottom: 0;
  right: 0;
  left: 0;
}

/*

				Layout - buttony

*/

@keyframes fade1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade3 {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes fade4 {
  /* 0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.4);
    }
    100% {
        transform: scale(1);
    } */
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.2);
  }
  60% {
    transform: scale(1.4);
  }
}
@keyframes fade5 {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.4, 1.6); }
  50% { transform: scale(1.6, 0.4); }
  75% { transform: scale(0.95, 1.05); }
  /* 0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);} */
}
#header-main #buttonsGroup {
  overflow: hidden;
  float: right;
  width: 100%;
  /* margin: 10px 0px; */
  /* margin: 10px; */
}
#header-main #buttonsGroup a:nth-child(1) {
  /* margin: 0 !important; */
}
#header-main #buttonsGroup a {
  display: block;
  height: 60px;
  color: #fff;
  box-sizing: border-box;
  float: left;
  border-radius: 0px;
  position: relative;
  /* text-shadow: 2px 2px 2px black; */
  width: 19%;
  margin: 0.5%;
  /* margin: 4px; */
  /* margin-left: 18px; */
}
/* .bg_button_promocje {
  background: rgb(106, 162, 242);
  background: linear-gradient(
    45deg,
    rgba(106, 162, 242, 1) 20%,
    rgba(46, 68, 109, 1) 80%
  );
  padding: 11px 74px 0px 10px;
  font-size: 1.4em;
  word-wrap: break-word;
}
.bg_button_promocje span {
  font-size: 23px;
}
.bg_button_promocje:hover {
  background: #2c4169;
}
.bg_button_promocje img#procent {
  width: 40px;
  position: relative;
  bottom: 27px;
  left: 130px;
}
.bg_button_promocje img#procent {
  opacity: 1;
}
.bg_button_promocje:hover img#procent {
  animation: fade5 1s linear;
} */

/* .bg_button_programy_konfigurujace {
  background: rgb(106, 162, 242);
  background: linear-gradient(
    45deg,
    rgba(106, 162, 242, 1) 20%,
    rgba(46, 68, 109, 1) 80%
  );
  padding: 11px 74px 0px 10px;
  font-size: 1.4em;
  word-wrap: break-word;
}
.bg_button_programy_konfigurujace:hover {
  background: #2c4169;
}
.bg_button_programy_konfigurujace img {
  width: 86px;
  position: relative;
  bottom: 50px;
  left: 100px;
}
.bg_button_programy_konfigurujace:hover img {
  animation: fade2 1s linear;
} */
/* .bg_button_pulpit_kontrahenta {
  background: rgb(106, 162, 242);
  background: linear-gradient(
    45deg,
    rgba(106, 162, 242, 1) 20%,
    rgba(46, 68, 109, 1) 80%
  );
  font-size: 1.4em;
  padding: 10px 64px 10px 9px;
} */
/* .bg_button_pulpit_kontrahenta:hover {
  background: #2c4169;
} */
/* .bg_button_pulpit_kontrahenta img {
  width: 86px;
  position: relative;
  bottom: 40px;
  left: 100px;
} */
/* .bg_button_pulpit_kontrahenta:hover img {
  animation: fade3 1s linear;
} */
/* .bg_button_blog {
  background: rgb(106, 162, 242);
  background: linear-gradient(
    45deg,
    rgba(106, 162, 242, 1) 20%,
    rgba(46, 68, 109, 1) 80%
  );
  font-size: 1.4em;
  padding: 10px 64px 10px 9px;
} */
/* .bg_button_blog:hover {
  background: #2c4169;
} */
/* .bg_button_blog img {
  width: 86px;
  position: relative;
  bottom: 40px;
  left: 100px;
} */
/* .bg_button_blog:hover img {
  animation: fade4 1s linear;
} */

/* .bg_button_importer_meanwell {
  background: rgb(106, 162, 242);
  background: linear-gradient(
    45deg,
    rgba(106, 162, 242, 1) 20%,
    rgba(255, 0, 0, 1) 80%
  );
  padding: 7px 57px 19px 0px;
  font-size: 1.4em;
  text-align: left;
  padding-left: 12px;
  padding-top: 11px;
  word-wrap: break-word;
} */
/* .bg_button_importer_meanwell:hover {
  background: #ff0000;
} */
/* .bg_button_importer_meanwell img {
  width: 86px;
  position: relative;
  bottom: 48px;
  left: 92px;
} */
/* .bg_button_importer_meanwell:hover img {
  animation: fade1 0.5s linear;
} */

/* .bg_button_cennik {
  background-size: 53px;
  padding: 12px 55px 0px 10px;
  font-size: 1.6em;
} */
/* .bg_button_nowe_produkty {
  background: url("../img/bg_button_nowe_produkty.png") no-repeat bottom right
    #ddd;
  background-size: 93px;
  padding: 12px 55px 0px 10px;
  font-size: 1.6em;
} */


/* .btn-group-title {
  width: 110px;
  display: block;
}
.btn-group-title-mw {
  width: 100px;
  display: block;
} */

/* ======================== */
a.btn-group {
  display: block;
  height: 60px;
  color: #fff;
  box-sizing: border-box;
  float: left;
  border-radius: 0px;
  /* text-shadow: 2px 2px 2px black; */
  width: 19%;
  margin: 0.5%;

  background: linear-gradient( 45deg, rgba(106, 162, 242, 1) 20%, rgba(46, 68, 109, 1) 80% );
  padding: 11px 74px 0px 10px;
  font-size: 1.4em;
  word-wrap: break-word;
}
a.btn-group:hover {
  background: #2c4169;
}
.importer_meanwell {
  background: rgb(106, 162, 242) !important;
  background: linear-gradient( 45deg, rgba(106, 162, 242, 1) 20%, rgba(255, 0, 0, 1) 80% ) !important;
}
span.btn-group-title {
  width: 110px;
  display: block;
}

img.btn-group-img {
  width: 100%;
  max-width: 36%;
  position: absolute;
  bottom: 2%;
  right: 0px;
}
a.btn-group:hover .icon-mw, a.btn-group:hover .icon-mw:hover {
  animation: fade1 0.5s linear;
}
.icon-procent {
  width: 22% !important;
  bottom: 4px !important;
  right: 4px !important;
}
a.btn-group:hover .icon-procent, a.btn-group:hover .icon-procent:hover {
  animation: fade5 1s linear;
}
a.btn-group:hover .icon-blog, a.btn-group:hover .icon-blog:hover {
  animation: fade4 1s linear;
}
a.btn-group:hover .icon-pulpit_kontrahenta, a.btn-group:hover .icon-pulpit_kontrahenta:hover {
  animation: fade3 1s linear;
}
a.btn-group:hover .icon-programy_konfigurujace, a.btn-group:hover .icon-programy_konfigurujace:hover {
  animation: fade2 1s linear;
}

/*

				Layout - header

*/
#header {
  height: 125px;
  position: fixed;
  background: url("../img/header_bg.jpg") repeat-x;
  z-index: 999;
  width: 100%;
}
#header #top {
  height: 125px;
  margin: 0 auto;
  max-width: 1024px;
  min-width: 715px;
}
#header #top #head_logo {
  background: #fff000;
  background: url("../img/logo.png") no-repeat;
  height: 130px;
  width: 354px;
  float: left;
}
#header #top #head_flags {
  height: 45px;
  width: 330px;
  float: right;
}
#header #top #head_flags img {
  box-shadow: 1px 1px 2px #8a8a8a;
  margin: 16px 1px;
}

#flags img {
  transform: scale(1);
  width: 24px;
  height: 16px;
  border: 0px solid gainsboro;
}
#flags img:hover {
  transform: scale(1.1);
  transition: all;
  transition-duration: 0s;
  transition-duration: 0s;
  transition-duration: 0.3s;
  z-index: 5;
  position: relative;
  border: 0px solid gainsboro;
  box-shadow: 0px 2px 4px #9b9b9b;
}

#header #top #head_search {
  height: 80px;
  width: 355px;
  float: right;
}
#header #top #head_search_input {
  background: url("../img/search.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  float: right;
  height: 42px;
  position: relative;
  top: 33px;
  width: 350px;
}
#header #top #head_search_input p {
  color: #fff;
  font-size: 1.2em;
  text-align: center;
}
#header #top #head_search_input form #s-kod {
  width: 150px;
  height: 18px;
  float: left;
  margin-left: 90px;
}
#header #top #head_search_input form #s-kod input {
  width: 150px;
  height: 18px;
  padding: 1px 6px;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  color: #757575;
}
#header #top #head_search_input form #s-btn {
  width: 18px;
  height: 18px;
  overflow: hidden;
}
#header #top #head_search_input form #s-btn input {
  width: 18px;
  height: 18px;
  background: url(../img/szukaj.png) no-repeat;
  cursor: pointer;
  border: none;
}
/*

				Layout - menu-top

*/

/* ^^^^^^^^^^^^^ */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500);
#menu-top > div > ul {
  font-family: "Raleway", Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
#menu-top > div > ul * {
  box-sizing: border-box;
}
#menu-top > div > ul li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 1.5em;
  padding: 0;
}
#menu-top > div > ul a {
  padding: 0.5em 0;
  /* color: rgba(255, 255, 255, 0.5); */
  /* color: rgb(42, 205, 255); */
  /* color: rgb(185, 185, 185); */
  color: rgb(255, 255, 255);
  position: relative;
  letter-spacing: 1px;
  text-decoration: none;
}
#menu-top > div > ul a:before,
#menu-top > div > ul a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#menu-top > div > ul a:before {
  bottom: 0;
  display: block;
  height: 3px;
  width: 0%;
  content: "";
  background-color: #fff;
}
#menu-top > div > ul a:after {
  left: 11px;
  top: -6px;
  padding: 0em 0;
  position: absolute;
  content: attr(data-hover);
  color: #ffffff;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}
#menu-top > div > ul a:hover:before,
#menu-top > div > ul a.aktywny:before,
#menu-top > div > ul .current a:before {
  opacity: 1;
  width: 100%;
}

#menu-top > div > ul a:hover:after,
#menu-top > div > ul a.aktywny:hover:after,
#menu-top > div > ul .current a:after {
  max-width: 100%;
}
/* ^^^^^^^^^^^^^ */

#menu-top {
  width: 100%;
  /* background: #555; */
  background: rgba(46, 68, 109, 1);
  color: #fff;
  height: 46px;
  /* position: relative;
  top: 84px; */
  box-shadow: 0px 2px 8px #000;
  display: inline-block;
  margin-top: -3px;
}
#menu-top > div {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#menu-top > div > ul {
  font-family: "Raleway", Arial, sans-serif;
  width: 100%;
  line-height: 35px;
}
#menu-top > div > ul > li {
  float: left;
  margin: 0px 1px;
}
#menu-top > div > ul > li > a {
  padding: 10px 7px;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 46px;
  margin: 0px 0;
  cursor: pointer;
}

#menu-top > div > ul > li > a:hover,
#menu-top > div > ul > li > a.aktywny,
#menu-top > div > ul > li > a.active {
  background: none;
  /* background-color: #09a0f1;
	background-color: #fff; */
  color: #fff;
  border-style: inset;
  /*font-weight: 700;*/
}
#menu-top > div > ul > li > ul {
  position: absolute;
  background: none;
  /* background: #09a0f1;
    background: #eaeaea; */
  color: #fff;
  top: 46px;
  display: none;
  z-index: 9999;
  border: 1px solid #ccc;
  border-top: none;
}
#menu-top > div > ul > li:hover {
  /* background-color: #f5f5f5; */
  color: #fff;
}
#menu-top > div > ul > li:hover ul {
  display: block;
}
#menu-top > div > ul > li > ul > li {
  padding: 2px 8px;
  font-size: 1.2em;
  box-shadow: 0px -2px 4px -3px #b5b5b5;
}
#menu-top > div > ul > li > ul > li:hover {
  background: #09a0f1;
  color: #fff;
}
#menu-top > div > ul > li > ul > li:hover a {
  color: #fff;
}
#menu-top > div > ul > li > ul > li > a {
  display: block;
  width: 100%;
  font-weight: normal;
  font-size: 1.2em;
}

#menu-top > div > ul > li ul > li > ul {
  display: inline-block;
  width: 10%;
  vertical-align: top;
}

/**********************************
        OLD
**********************************/

#menu-top > div > ul > li .big-menu .only-one {
  width: 19.1%;
  display: inline-block;
  vertical-align: top;
  padding: 0 0.3%;
}

#menu-top > div > ul > li .big-menu .only-one ul {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  line-height: 17px;
  margin-bottom: 20px;
}

#menu-top > div > ul > li .big-menu .only-one ul li {
  list-style-position: inside;
}

#menu-top > div > ul > li .big-menu .only-one h4 {
  font-weight: bold;
  color: #555;
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 5px;
  z-index: 88;
  padding: 4%;
}

/*****************************************************************/

#menu-top > div > ul > li .big-menu {
  /*display: none;*/
  width: 1200px;
  position: absolute;
  top: 46px;
  left: 0px;
  display: none;
  z-index: 9999;
  color: #555;
  background: #09a0f1;
  background: #eaeaea;
  background: #fff;
  background: #f5f5f5;
  border: 1px solid #555;
  border: 1px solid #ddd;
  border-top: none;
  box-sizing: border-box;
  font-size: 1.2em;
  padding: 10px;
  /*
	-webkit-transition: all 1800ms ease;
	-moz-transition: all 1800ms ease;
	-ms-transition: all 1800ms ease;
	-o-transition: all 1800ms ease;
	transition: all 1800ms ease;
	*/
  opacity: 0;
}

/* Dla testów */
/*
#menu-top > div > ul > li .big-menu {
    opacity: 1 !important;
    display: block !important;
}
*/

#menu-top > div > ul > li:hover .big-menu {
  display: block;
  opacity: 1;
}
#menu-top > div > ul > li .big-menu .category.a-lot-of-links {
  display: inline-block;
  width: 24.8%;
  vertical-align: top;
  line-height: 17px;
  height: 100px;
  z-index: 99;
  position: relative;
  overflow: hidden;
}

#menu-top > div > ul > li .big-menu .category.a-lot-of-links .expansible {
  width: 88%;
  position: absolute;
  top: 0px;
  left: 0px;
  /*background: #fff;*/
  /*box-shadow: 0px 0px 30px rgba(0,0,0,.1);*/
  border: 1px solid rgba(0, 0, 0, 0);
  height: 100px;
  box-sizing: border-box;
  /*    border: 1px solid none;*/
}

#menu-top > div > ul > li .big-menu .category.a-lot-of-links h4 {
  font-weight: bold;
  color: #555;
  font-size: 1em;
  margin-bottom: 5px;
  z-index: 88;
  padding: 4% 0% 4% 4%;
}

#menu-top > div > ul > li .big-menu .category.a-lot-of-links ul {
  position: absolute;
  top: 35px;
  left: 11px;
  z-index: 99999;
  overflow: hidden;
}

#menu-top > div > ul > li .big-menu .category.a-lot-of-links ul li {
  list-style-position: inside;
  padding-bottom: 4px;
  line-height: 12px;
  margin-bottom: 3px;
}

#menu-top > div > ul > li .big-menu .category.a-lot-of-links:hover {
  overflow: visible;
  z-index: 999;
  /*box-shadow: 0px 0px 10px #dcdcdc;*/
}

#menu-top > div > ul > li .big-menu .category.a-lot-of-links:hover .expansible {
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
}

#menu-top > div > ul > li .big-menu .category.a-lot-of-links:hover ul {
  overflow: visible;
  position: absolute;
  width: 90%;
}

/*

	Layout - wrapper

*/
#wrapper {
  margin: 0 auto;
  max-width: 1200px;
  /* width: 1200px; */
  min-height: 700px;
}
#wrapper #header-main #head1 {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #919191;
  border-bottom: 0;
  border-radius: 15px 15px 0 0;
  height: 200px;
  max-width: 1240px;
}
#wrapper #header-main #head1 #head_logo_mw {
  float: left;
  font-size: 12px;
  font-weight: bold;
  height: 200px;
  text-align: center;
  width: 290px;
}
#wrapper #header-main #head1 #head_logo_mw #test_mw {
  float: left;
  font-size: 1em;
  font-weight: bold;
  height: 55px;
  text-align: center;
  width: 294px;
  line-height: 15px;
  top: 12px;
  position: relative;
}
#wrapper #header-main #head1 #head_banner {
  float: right;
  height: 200px;
  width: 71%;
  z-index: 2;
  position: relative;
}
#wrapper #header-main #head2 {
  background: none repeat scroll 0 0 #ffffff;
  max-width: 1240px;
  margin-top: 0px;
}
#wrapper #header-main #head2 #top_menu {
  background: url("../img/menu_tlo.jpg") repeat-x;
  background: #555555;
  height: 36px;
  width: 100%;
}
#wrapper #header-main #head2 #top_menu ul {
  width: 100%;
}
#wrapper #header-main #head2 #top_menu ul li {
  float: left;
  margin: 0px 3px;
}
#wrapper #header-main #head2 #top_menu ul li a {
  color: #ffffff;
  padding: 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  line-height: 36px;
  margin: 1px 0;
}
#wrapper #header-main #head2 #top_menu ul a:hover {
  background: rgba(0, 0, 0, 0.3);
  border-style: inset;
}
/*

				Layout - breadcrumbs

*/
#breadcrumbs {
  width: 100%;
  overflow: hidden;
}
#breadcrumbs #path_text {
  line-height: 40px;
  float: left;
  width: 100%;
  white-space: nowrap;
}
#breadcrumbs #path_text a {
  display: inline-block;
  font-size: 1em;
  margin: 0px 2px;
}
#breadcrumbs #path_text a:last-child {
  color: #09a0f1;
}
#breadcrumbs #path_text > a > i {
  position: relative;
  top: 4px;
}
#breadcrumbs #path_text > img {
  position: relative;
  top: 3px;
  width:6px;
}
#breadcrumbs #path_text span {
  margin: 0px 3px;
}
#breadcrumbs #path_text span.first {
  margin: 0px 10px 0px 0px;
}
/*

				Layout - content

*/
#content {
  margin-bottom: 100px;
}
#content h1 {
  width: 80%;
  float: left;
}

#content #breadcrumbs {
  margin-top: 12px;
}
#content #breadcrumbs span {
  margin: 0 3px;
}
#content-wrapper {
  background: none repeat scroll 0 0 #ffffff;
  height: auto;
  display: block;
  /*overflow: hidden;*/
  clear: both;
  max-width: 1240px;
  width: 100%;
}
#content-wrapper #left {
  min-width: 280px;
  width: 28%;
  float: left;
}
#content-wrapper #left #mod_left_up {
  margin-bottom: 0px;
}
#content-wrapper #left #left_menu {
  margin-bottom: 20px;
  width: 100%;
  visibility: hidden;
  opacity:0;
}

/* #content-wrapper #left #left_menu #m_menu{
  visibility: hidden;
} */

#content-wrapper #left #left_menu .menu-products-header {
  color: #fff;
  padding: 16px 23px;
  font-weight: bold;
  font-size: 1.2em;
  text-transform: uppercase;
  background-color: #0b94e5;
}
#content-wrapper #left #left_menu .bg-logo-pulsar {
  background: url("../img/logo_white.png") no-repeat #0b94e5;
  background-position: center right;
  background-size: 27%;
}
#content-wrapper #left #left_menu .bg-logo-meanwell {
  background: url("../img/logo_mw.png") no-repeat #0b94e5;
  background-position: center right;
  background-size: 15%;
}
#content-wrapper #left #left_menu .bg-icon-oem {
  background: url("../img/logo_white.png") no-repeat #0b94e5;
  background-position: center right;
  background-size: 41%;
}
#content-wrapper #left #left_menu .program-p {
  font-size: 1.2em;
  margin: 40px 0px 8px 0px;
}
#content-wrapper #left #left_menu .program-a {
  width: 100%;
  display: block;
  font-size: 1.8em;
  padding: 25px;
  box-sizing: border-box;
  color: #555;
  text-align: center;
  border: 1px solid #ddd;
  margin-top: 10px;
  position: relative;
  -webkit-transition: all 180ms ease;
  -moz-transition: all 180ms ease;
  -ms-transition: all 180ms ease;
  -o-transition: all 180ms ease;
  transition: all 180ms ease;
}
#content-wrapper #left #left_menu .program-a._confi-dso {
  font-size: 1.8em;
  padding: 11px 9px 9px 109px;
  text-align: left;
  height: 70px;
}

#content-wrapper #left #left_menu .program-a._confi-dsopavbosch {
  font-size: 1.4em;
  padding: 18px 9px 9px 109px;
  text-align: left;
  height: 70px;
}
#content-wrapper #left #left_menu .program-a._confi-dsopavbosch img {
  position: absolute;
  left: 10px;
  top: 10px;
}
#content-wrapper #left #left_menu .program-a._confi-dsopraboschtu {
  font-size: 1.4em;
  padding: 18px 9px 9px 109px;
  text-align: left;
  height: 70px;
}
#content-wrapper #left #left_menu .program-a._confi-dsopraboschtu img {
  position: absolute;
  left: 10px;
  top: 10px;
}

#content-wrapper #left #left_menu .program-a._confi-dsopra {
  font-size: 1.4em;
  padding: 18px 9px 9px 109px;
  text-align: left;
  height: 70px;
}
#content-wrapper #left #left_menu .program-a._confi-dsopav {
  font-size: 1.4em;
  padding: 18px 9px 9px 109px;
  text-align: left;
  height: 70px;
}
#content-wrapper #left #left_menu .program-a._confi-dso img {
  position: absolute;
  left: 10px;
  top: 4px;
}
#content-wrapper #left #left_menu .program-a._confi-dsopra img {
  position: absolute;
  left: 10px;
  top: 4px;
}
#content-wrapper #left #left_menu .program-a._confi-dsopav img {
  position: absolute;
  left: 10px;
  top: 4px;
}
#content-wrapper #left #left_menu .program-a._confi-rack {
  font-size: 1.8em;
  padding: 11px 6px 9px 109px;
  text-align: left;
  height: 70px;
}
#content-wrapper #left #left_menu .program-a._confi-rack._ES {
  font-size: 1.5em;
}
#content-wrapper #left #left_menu .program-a._confi-rack img {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 86px;
}
#content-wrapper #left #left_menu .program-a._wyszukiwarka-switche {
  padding: 0px;
  /*    font-size: 1.8em;
    text-align: left;
    height: 70px;*/
}
#content-wrapper #left #left_menu .program-a._wyszukiwarka-switche span {
  display: block;
  color: #565656;
  padding: 10px 12px;
  font-weight: normal;
  font-size: 0.8em;
  text-transform: uppercase;
  background-color: #555;
  margin-top: 0px;
  color: #fff;
  text-align: left;
}
#content-wrapper #left #left_menu .program-a._wyszukiwarka-switche span svg {
  font-size: 30px;
  float: right;
  display: block;
  top: -6px;
  position: relative;
}
#content-wrapper #left #left_menu .program-a._wyszukiwarka-switche img {
  width: 96%;
}
#content-wrapper #left #left_menu .program-a._wyszukiwarka-obudowy, #content-wrapper #left #left_menu .program-a._wyszukiwarka-zasilacze  {
  padding: 0px;
  /*    font-size: 1.8em;
    text-align: left;
    height: 70px;*/
}
#content-wrapper #left #left_menu .program-a._wyszukiwarka-obudowy span {
  display: block;
  color: #565656;
  padding: 10px 12px;
  font-weight: normal;
  font-size: 0.8em;
  text-transform: uppercase;
  background-color: #555;
  margin-top: 0px;
  color: #fff;
  text-align: left;
}
#content-wrapper #left #left_menu .program-a._wyszukiwarka-obudowy span svg {
  font-size: 30px;
  float: right;
  display: block;
  top: -6px;
  position: relative;
}
#content-wrapper #left #left_menu .program-a._wyszukiwarka-obudowy img {
  width: 96%;
}
/* montaz_central_online */
#content-wrapper #left #left_menu .program-a._montaz_central_online {
  padding: 0px;
  /*    font-size: 1.8em;
    text-align: left;
    height: 70px;*/
}
#content-wrapper #left #left_menu .program-a._montaz_central_online span {
  display: block;
  color: #565656;
  padding: 10px 12px;
  font-weight: normal;
  font-size: 0.8em;
  text-transform: uppercase;
  background-color: #555;
  margin-top: 0px;
  color: #fff;
  text-align: left;
}
#content-wrapper #left #left_menu .program-a._montaz_central_online span svg {
  font-size: 30px;
  float: right;
  display: block;
  top: -6px;
  position: relative;
}
#content-wrapper #left #left_menu .program-a._montaz_central_online img {
  width: 96%;
}

#content-wrapper #left #left_menu .program-a:hover {
  background: #ddd;
  color: #555;
}
#content-wrapper #content {
  font-size: 1.2em;
}
#content-wrapper #content p,
#content-wrapper #content ul li {
  line-height: 1.6em;
}

.podpunkt li {
  list-style-type: initial !important;
  margin-left: 14px;
}

.podpunkt-a li {
  list-style-type: lower-alpha;
  margin-left: 14px;
}

ul.toggle-list-kursor-myszka > li {
  font-size: 0.8em;
  text-align: center;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 30px;
  border-top: 1px solid #ddd;
  cursor: default;
  margin-bottom: 40px;
}

/* #content-wrapper #content ul li  ul li{
    margin-left: 14px;
    list-style-type: disc; 
} */
#content-wrapper #left #left_menu .program-p {
  font-size: 1.2em;
  margin: 40px 0px 8px 0px;
}
#content-wrapper #left #left_menu .program-a {
  width: 100%;
  display: block;
  font-size: 1.8em;
  padding: 25px;
  box-sizing: border-box;
  color: #555;
  text-align: center;
  border: 1px solid #ddd;
  margin-top: 10px;
  position: relative;
  -webkit-transition: all 180ms ease;
  -moz-transition: all 180ms ease;
  -ms-transition: all 180ms ease;
  -o-transition: all 180ms ease;
  transition: all 180ms ease;
}
#content-wrapper #left #left_menu .program-a._confi-dso {
  font-size: 1.8em;
  padding: 11px 9px 9px 109px;
  text-align: left;
  height: 70px;
}

#content-wrapper #left #left_menu .program-a._confi-dsopavbosch {
  font-size: 1.4em;
  padding: 18px 9px 9px 109px;
  text-align: left;
  height: 70px;
}
#content-wrapper #left #left_menu .program-a._confi-dsopavbosch img {
  position: absolute;
  left: 10px;
  top: 10px;
}
#content-wrapper #left #left_menu .program-a._confi-dsopraboschtu {
  font-size: 1.4em;
  padding: 18px 9px 9px 109px;
  text-align: left;
  height: 70px;
}
#content-wrapper #left #left_menu .program-a._confi-dsopraboschtu img {
  position: absolute;
  left: 10px;
  top: 10px;
}
#content-wrapper #left #left_menu .program-a._confi-dsopra {
  font-size: 1.4em;
  padding: 18px 9px 9px 109px;
  text-align: left;
  height: 70px;
}
#content-wrapper #left #left_menu .program-a._confi-dsopav {
  font-size: 1.4em;
  padding: 18px 9px 9px 109px;
  text-align: left;
  height: 70px;
}
#content-wrapper #left #left_menu .program-a._confi-dso img {
  position: absolute;
  left: 10px;
  top: 10px;
}
#content-wrapper #left #left_menu .program-a._confi-dsopra img {
  position: absolute;
  left: 10px;
  top: 4px;
  width: 86px;
}
#content-wrapper #left #left_menu .program-a._confi-dsopav img {
  position: absolute;
  left: 10px;
  top: 4px;
  width: 86px;
}
#content-wrapper #left #left_menu .program-a._confi-switch img {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 86px;
}
#content-wrapper #left #left_menu .program-a._confi-rack {
  font-size: 1.5em;
  padding: 18px 9px 9px 109px;
  text-align: left;
  height: 70px;
}
#content-wrapper #left #left_menu .program-a._confi-rack._ES {
  font-size: 1.5em;
}
#content-wrapper #left #left_menu .program-a._confi-rack img {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 86px;
}

#content-wrapper #left #left_menu .program-a._confi-switchbosch {
  font-size: 1.5em;
  padding: 18px 9px 9px 109px;
  text-align: left;
  height: 70px;
}
#content-wrapper #left #left_menu .program-a._confi-switchbosch img {
  position: absolute;
  left: 10px;
  top: 10px;
}
#content-wrapper #left #left_menu .program-a._confi-switch {
  font-size: 1.5em;
  padding: 18px 9px 9px 109px;
  text-align: left;
  height: 70px;
}
#content-wrapper #left #left_menu .program-a._wyszukiwarka-switche {
  padding: 0px;
  /*    font-size: 1.8em;
    text-align: left;
    height: 70px;*/
}
#content-wrapper #left #left_menu .program-a._wyszukiwarka-switche span {
  display: block;
  color: #565656;
  padding: 10px 12px;
  font-weight: normal;
  font-size: 0.8em;
  text-transform: uppercase;
  background-color: #555;
  margin-top: 0px;
  color: #fff;
  text-align: left;
}
#content-wrapper #left #left_menu .program-a._wyszukiwarka-switche span svg {
  font-size: 30px;
  float: right;
  display: block;
  top: -6px;
  position: relative;
}
#content-wrapper #left #left_menu .program-a._wyszukiwarka-switche img {
  width: 96%;
}
/**************************************************/
/*

				MainProductPage

*/
#MainProductPage .description {
  background: #f3f3f3;
  width: 90%;
  margin: 0 auto;
  margin-top: 120px;
  padding: 20px 20px;
  box-sizing: border-box;
}
#MainProductPage .description h1 {
  margin-bottom: 10px;
}
#MainProductPage .description p {
  font-size: 1.2em;
  display: none;
}
#MainProductPage h2 {
  padding: 20px 0px 20px 14px;
  font-size: 24px;
}
#MainProductPage h2 a {
  margin-left: 20px;
  background: #f5f5f5;
  padding: 3px 12px;
  color: #b3b3b3;
}
#MainProductPage ul {
  width: 100%;
  overflow: hidden;
  padding-bottom: 132px;
}
#MainProductPage > ul > li {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  vertical-align: top;
  position: relative;
  width: 290px;
  height: 158px;
  margin: 2px 1px !important;
  /* margin: 0px 3px 0px 6px; */
}
#MainProductPage ul li:nth-child(n + 0) {
  margin-left: 0;
}
#MainProductPage ul li:nth-child(4n + 0) {
  margin-right: 0;
}
#MainProductPage ul li a {
  margin-top: 0%;
}
#MainProductPage ul li a:hover {
  /* min-height: 157px; */
  display: block;
  background: #052148;
}
#MainProductPage ul li img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#MainProductPage ul li:hover img {
  width: 100%;
  transform: scale(1.1);
  transform-origin: 50% 0;
  height: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#MainProductPage ul li p {
  opacity: 0;
  text-align: left;
  font-weight: normal;
  height: 0px;
  overflow: hidden;
  background: rgba(85, 85, 85, 0);
  color: #fff;
  font-size: 1.2em;
  padding: 0% 7%;
  max-width: 249px;
  width: 249px;
  /*
	-webkit-transition: all 250ms ease 300ms;
	-moz-transition: all 250ms ease 300ms;
	-ms-transition: all 250ms ease 300ms;
	-o-transition: all 250ms ease 300ms;
	transition: all 250ms ease 300ms;
	*/
}
#MainProductPage ul li:hover p {
  height: max-content;
  background: rgba(0, 0, 0, 1);
  opacity: 1;
  z-index: 10;
  position: absolute;
}
#MainProductPage ul li:hover h4 {
  /* background: rgba(0, 0, 0, 0.8); */
  background: none;
}
#MainProductPage ul li h3 {
  text-align: left;
  background: #545454;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

/* #MainProductPage ul li div.mask {
	position: absolute;
	bottom: 5px;
	width: 100%;
	-webkit-transition: all 1800ms ease;
	-moz-transition: all 1800ms ease;
	-ms-transition: all 1800ms ease;
	-o-transition: all 1800ms ease;
	transition: all 1800ms ease;
} */
/*----------------------------------------------- liBig ---------*/
.liBig div.mask {
  position: absolute;
  top: 118px;
  width: 100%;
  height: 40px;
  min-height: 40px;
  background: rgba(46, 68, 109, 0.8) !important;
  z-index: 1;

  transition: top 500ms ease, height 20ms, min-height 20ms;
  -webkit-transition: top 500ms ease, height 20ms, min-height 20ms;
  -moz-transition: top 500ms ease, height 20ms, min-height 20ms;
  -ms-transition: top 500ms ease, height 20ms, min-height 20ms;
  -o-transition: top 500ms ease, height 20ms, min-height 20ms;
}
.liBig:hover .mask {
  /* bottom: 123px !important; */
  top: 0px !important;
  background: rgba(46, 68, 109, 0.9) !important;
  min-height: 157px;
  height: auto;
  z-index: 2;
  transition: top 500ms, height 500ms, min-height 500ms;
  -webkit-transition: top 500ms, height 500ms, min-height 500ms;
  -moz-transition: top 500ms, height 500ms, min-height 500ms;
  -ms-transition: top 500ms, height 500ms, min-height 500ms;
  -o-transition: top 500ms, height 500ms, min-height 500ms;
}
.liBig:hover .mask a h4 {
  font-size: 1.2em;
}
.liBig div.mask h4 {
  color: #222;
  background: rgba(46, 68, 109, 0.8);
  color: #fff;
  width: 100%;
  padding: 10px 0px;
  text-align: center;
}
.liBig:hover div.mask h4 {
  background: none;
}

.liBig a h4:hover {
  color: yellow !important;
  font-size: 1.2em;
}
.liBig .mask .ListaProduktyMenu {
  color: white;
  display: none;
  opacity: 0;
  transition: all 5s 2s;
}
.liBig:hover .mask .ListaProduktyMenu {
  display: block;
  opacity: 1;
  transition: all 2ms 2ms;
}
#MainProductPage .mask ul.ListaProduktyMenu {
  padding-bottom: 0px;
}
#MainProductPage .mask ul.ListaProduktyMenu li {
  padding: 4px 0px;
  color: white;
  text-align: left;
  padding-left: 20px;
}
#MainProductPage .mask ul.ListaProduktyMenu li a {
  padding: 4px 0px;
  color: white;
  text-align: left;
  padding-left: 20px;
}

.liBig .ProduktyMenu a {
  display: block;
  padding: 6px 0px;
  color: white;
}
.liBig .ProduktyMenu a:hover {
  color: yellow !important;
}
.ProduktyMenu {
  display: list-item;
  font-size: 13px;
  line-height: 14px;
  margin-bottom: 0px;
}
/*----------------------------------------------- liBig ---------*/
.liBig div.mask-mw {
  position: absolute;
  top: 118px;
  width: 100%;
  height: 40px;
  min-height: 40px;
  background: rgba(46, 68, 109, 0.8) !important;
  z-index: 1;

  transition: top 500ms ease, height 20ms, min-height 20ms;
  -webkit-transition: top 500ms ease, height 20ms, min-height 20ms;
  -moz-transition: top 500ms ease, height 20ms, min-height 20ms;
  -ms-transition: top 500ms ease, height 20ms, min-height 20ms;
  -o-transition: top 500ms ease, height 20ms, min-height 20ms;
}
.liBig:hover .mask-mw {
  /* bottom: 123px !important; */
  top: -318px !important;
  background: rgba(46, 68, 109, 0.9) !important;
  min-height: 157px;
  height: auto;
  z-index: 2;
  transition: top 500ms, height 500ms, min-height 500ms;
  -webkit-transition: top 500ms, height 500ms, min-height 500ms;
  -moz-transition: top 500ms, height 500ms, min-height 500ms;
  -ms-transition: top 500ms, height 500ms, min-height 500ms;
  -o-transition: top 500ms, height 500ms, min-height 500ms;
}
.liBig:hover .mask-mw a h4 {
  font-size: 1.2em;
}
.liBig div.mask-mw h4 {
  color: #222;
  background: rgba(46, 68, 109, 0.8);
  color: #fff;
  width: 100%;
  padding: 10px 0px;
  text-align: center;
}
.liBig:hover div.mask-mw h4 {
  background: none;
}
.liBig .mask-mw .ListaProduktyMenu {
  color: white;
  display: none;
  opacity: 0;
  transition: all 5s 2s;
}
.liBig:hover .mask-mw .ListaProduktyMenu {
  display: block;
  opacity: 1;
  transition: all 2ms 2ms;
}
#MainProductPage .mask-mw ul.ListaProduktyMenu {
  padding-bottom: 0px;
}
#MainProductPage .mask-mw ul.ListaProduktyMenu li {
  padding: 4px 0px;
  color: white;
  text-align: left;
  padding-left: 20px;
}
#MainProductPage .mask-mw ul.ListaProduktyMenu li a {
  padding: 4px 0px;
  color: white;
  text-align: left;
  padding-left: 20px;
}


/**************************************************/
/*

				Product Page

*/
#productPage .header .box-2 > div {
  width: 50%;
}
#productPage .header .box-2 #warranty {
  text-align: right;
  padding-right: 20px;
}
#productPage .header .box-2 #productPhoto {
  text-align: left;
  padding-left: 20px;
}
#productPage .header .box-3 > div {
  width: 33%;
}
#productPage .header .box-3 #warranty {
  text-align: right;
  padding-right: 20px;
}
#productPage .header .box-3 #productPhoto {
  text-align: left;
  padding-left: 20px;
}
#productPage .header #warranty .warranty {
  width: 130px;
  height: auto;
}
#productPage .header #productPhoto .productPhoto {
  width: 220px;
  height: auto;
}
#productPage .header #extra .powerSerie {
  width: 230px;
  height: auto;
}
#productPage .header #extra .leaflet {
  width: 80px;
  height: auto;
}
#productPage .header a.norma {
  display: block;
  position: relative;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  background: #f8f8f8;
  padding: 5px 0;
  font-size: 1.4em;
  text-align: center;
}
#productPage .header a.norma img {
  position: absolute;
  left: 4px;
  top: -12px;
}
#productPage #panel p {
  margin: 4px 0;
  padding: 4px 0;
  color: #696969;
  font-weight: bold;
}
#productPage #panel img {
  width: 140px;
  height: auto;
}
#productPage #medal {
  position: relative;
}
#productPage #medal img,
#productPage #medal p {
  position: absolute;
}
#productPage #medal img {
  width: 50px;
  height: auto;
}
#productPage #medal p#mtp-securex-2014 {
  top: 50px;
  right: 10px;
  background: #f8f8f8;
  padding: 5px 10px 5px 45px;
  font-weight: 700;
  font-size: 13px;
  width: 120px;
  text-align: right;
}
#productPage #medal #mtp-securex-2014-medal {
  width: 62px;
  left: 30px;
  top: 38px;
  z-index: 5;
}
#productPage #medal #mtp-securex-2014-statuetka {
  left: 0px;
  top: 0px;
  z-index: 1;
}
#productPage #CNBOP img {
  width: 180px;
}
#productPage #CNBOP ul {
  text-align: left;
  margin-left: 40px;
}
#productPage #CNBOP ul li {
  background: url(../../../img/ikona/pdf.png) no-repeat 0px 0px;
  background-size: 16px;
  list-style: none;
  padding: 4px 0px 3px 20px;
  margin-top: 5px;
  font-weight: 700;
}
.beforeProductDescription {
  border-left: 28px solid #ddd;
  padding: 5px 10px;
  margin: 20px 0px 20px 0px;
  font-size: 1.3em;
  background: #fff;
  border-bottom: 1px solid #ddd;
  margin: 10px 4px;
}
#productPage.view-list .products .beforeProductDescription {
  padding: 12px 0;
  font-size: 1.2em;
}
#productPage .products .product:hover {
  background: #f5f5f5;
  color: #3399ff;
  cursor: pointer;
}

#produkty-wycofane .products .product {
  width: 30%;
  margin: 1% 1%;
  margin-left: 1%;
  display: inline-block;
  box-sizing: border-box;
  padding: 1%;
  vertical-align: top;
  height: 220px;
  position: relative;
  min-width: 230px;
}
div#produkty-wycofane
  ul.products
  li.product.gradient-grey-radial
  div
  div.description
  div.singlePhoto {
  text-align: center;
}
div#produkty-wycofane
  ul.products
  li.product.gradient-grey-radial
  div
  div.description
  div.singlePhoto
  img {
  max-height: 140px;
  width: auto;
  max-width: 70%;
  height: auto;
  position: absolute;
  top: -50px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
}
div#produkty-wycofane
  ul.products
  li.product.gradient-grey-radial
  div
  div.description
  div.name {
  position: absolute;
  bottom: 16px;
}

#produkty-nowe .products .product {
  width: 30%;
  margin: 1% 1%;
  margin-left: 1%;
  display: inline-block;
  box-sizing: border-box;
  padding: 1%;
  vertical-align: top;
  height: 220px;
  position: relative;
  min-width: 160px;
}
div#produkty-nowe
  ul.products
  li.product.gradient-grey-radial
  div
  div.description
  div.singlePhoto {
  text-align: center;
}
div#produkty-nowe
  ul.products
  li.product.gradient-grey-radial
  div
  div.description
  div.singlePhoto
  img {
  max-height: 130px;
  width: auto;
  max-width: 70%;
  height: auto;
  position: absolute;
  top: -70px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
}
div#produkty-nowe
  ul.products
  li.product.gradient-grey-radial
  div
  div.description
  div.name {
  position: absolute;
  bottom: 16px;
}

#productPage.view-list .singlePhoto {
  width: 180px;
  height: 150px;
  padding: 0 1.5%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
#productPage.view-list .singlePhoto img {
  width: auto;
  max-height: 90%;
  max-width: 150px;
}
#productPage.view-list .products .product {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  box-sizing: border-box;
}
#productPage.view-list .products .product h4 {
  padding: 10px 0 0 20px;
}
#productPage.view-list .products .product .code {
  display: inline;
  color: #555555;
  padding: 6px 10px;
  margin-left: 20px;
  font-size: 1.4em;
  position: absolute;
  top: 0px;
  right: 0px;
}
#productPage.view-list .products .product .new_Text {
  display: block;
  width: 180px;
  text-align: center;
}
#productPage.view-list .products h3.name {
  background: none repeat scroll 0 0 #858585;
  font-size: 1.2em;
  height: auto;
  padding: 5px;
  font-weight: normal;
  color: #ffffff;
}
#productPage.view-list .products .product > div {
  display: table;
  width: 100%;
}
#productPage.view-list .products .product > div .photo {
  width: 180px;
  height: 150px;
  padding: 0 1.5%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
#productPage.view-list .products .product > div .photo a img {
  width: auto;
  max-height: 90%;
  max-width: 150px;
}
#productPage.view-list .products .product > div .description {
  overflow: hidden;
  width: 100%;
  display: table-row;
}
#productPage.view-list .products .product > div .description > a {
  display: table;
  vertical-align: middle;
  padding: 2%;
  padding-top: 0;
}
#productPage.view-list .products .product > div .name {
  width: 78%;
  padding-right: 2%;
  display: table-cell;
  vertical-align: middle;
  padding-top: 1.4%;
}
#productPage.view-list .products .product .product-span-code,
#productPage.view-list .products .product .product-span-name {
  display: block;
  font-size: 1.2em;
  margin-left: 12px;
}
#productPage.view-list .products .product .product-span-code strong {
  font-size: 1.4em;
}
#productPage.view-list .products .product .product-span-name span {
  font-size: 1.2em;
}
/*

				Product Page - Lista produktów - widok: Boxy

*/
#productPage.view-box .photo {
  display: none !important;
}
#productPage.view-box .visible-box {
  display: block;
}
#productPage.view-box .visible-list {
  display: none;
}
#productPage.view-box .products .product .singlePhoto {
  text-align: center;
}
#productPage.view-box .products .product .singlePhoto img {
  max-height: 140px;
  width: auto;
  max-width: 70%;
  height: auto;
  position: absolute;
  top: -78px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
}
#productPage.view-box .products .product {
  width: 32%;
  margin: 1% 1.6%;
  display: inline-block;
  box-sizing: border-box;
  padding: 1%;
  vertical-align: top;
  height: 220px;
  position: relative;
  min-width: 250px;
}
#search #productPage.view-box .products .product {
  width: 24%;
  margin: 0.6% 1%;
}
#search #productPage.view-box .products .product:nth-of-type(n + 0) {
  margin-left: 0;
}
#search #productPage.view-box .products .product:nth-of-type(4n + 0) {
  margin-right: 0;
}

#list {
  /* box-shadow: 6px 7px 8px #373737; */
}
#list li {
  background: white;
  /* box-shadow: 6px 7px 8px #373737; */
}
#list li:hover {
  background: #f2f2f2;
}


#productPage.view-box .products .product:nth-of-type(n + 0) {
  margin-left: 0;
}
#productPage.view-box .products .product:nth-of-type(3n + 0) {
  margin-right: 0;
}
#productPage.view-box .products .product > div .photo {
  width: 150px;
  height: 150px;
  padding: 0 1.5%;
  text-align: center;
  display: block;
  width: 100%;
}
#productPage.view-box .products .product .name {
  position: absolute;
  bottom: 16px;
}
#productPage.view-box .products .product .name #paramsList {
  display: none;
}
#productPage.view-box .products .product h4 {
  position: absolute;
  bottom: 10px;
}
#productPage.view-box .products .product > div .photo a img {
  width: auto;
  max-height: 90%;
  max-width: 150px;
}
#productPage.view-box .products .product span.price {
  position: absolute;
  bottom: 90px;
  right: 70px;
  padding: 10px 14px;
  font-size: 1.4em;
}
#productPage.view-box .products .product span.price.new {
  background: #24abf3; /*#09a0f1;*/
  color: #fff;
}
#productPage.view-box .products .product span.price.sale {
  background: #d24c4c;
  color: #fff;
}
#productPage.view-list .products .watermark_MeanWell {
  position: absolute;
  width: 80px;
  right: 10px;
  top: 10px;
  opacity: 0.2;
}
#productPage.view-box .products .watermark_MeanWell {
  display: none;
}

#productList h1 {
  color: inherit;
  border-bottom: 1px solid #3399ff;
  padding-bottom: 15px;
}
#productList span {
  margin: 0 4px;
  font-size: 1.4em;
}
#productList span:nth-child(1) {
  margin-left: 0;
}
#productList table#tabela_zestawienia span {
  font-size: 1.2em;
}
#productList.subgroup.view-box ul li {
  width: 32%;
  margin: 1% 1.6%;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  padding: 1%;
  vertical-align: top;
  height: 280px;
  position: relative;
}
#productList li a {
  font-size: 1.2em;
}
#productList li h3 a {
  font-size: 1.2em;
  line-height: 1.1em;
}
#productList li h3 a:hover {
  color: #555;
}
#productList.subgroup.view-box ul li h3 {
  height: 60px;
  display: none;
}
#productList.subgroup.view-box ul li h4.description {
  display: none;
}
#productList.subgroup.view-box ul li .box-photo .imageBox {
  width: 240px;
  height: 200px;
}
#productList.subgroup.view-box ul li .box-content-outer {
  margin-bottom: 10px;
}
#productList.subgroup.view-box ul li:nth-child(n + 0) {
  margin-left: 0;
}
#productList.subgroup.view-box ul li:nth-child(3n + 0) {
  margin-right: 0;
}
#productList.subgroup.view-box ul li h4 {
  display: none;
}
#productList.subgroup.view-box .box-links {
  display: none;
}
/*

				Product Page - Lista produktów - widok: Lista

*/
#productList.subgroup.view-list ul li {
  width: 100%;
  padding: 10px;
  margin: 0px 0;
  box-sizing: border-box;
  position: relative;
}
#productList.subgroup.view-list ul li.new_Mark {
  border: 0;
}
#productList.subgroup.view-list ul .new_Mark .new_Text {
  display: none;
}
#productPage.view-list .visible-list {
  display: block;
}
#productPage.view-list .visible-box {
  display: none;
}
#productList.view-list .box-content-outer {
  display: table;
  padding: 0px 0px 20px 0px;
  min-height: 120px;
}
#productList.view-list .box-content {
  display: table-row;
  position: relative;
}
#productList.view-list .box-photo,
#productList.view-list .box-links {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  position: relative;
}
#productList.subgroup.view-list ul li a {
  display: block;
  margin: 5px 0;
  -webkit-transition: all 180ms ease;
  -moz-transition: all 180ms ease;
  -ms-transition: all 180ms ease;
  -o-transition: all 180ms ease;
  transition: all 180ms ease;
  position: relative;
  z-index: 1;
}
#productList.subgroup.view-list ul li > a {
  display: none;
}
#productList.subgroup.view-list ul li .buttons {
  width: 70%;
  overflow: hidden;
}
#productList.subgroup.view-list ul li h4 {
  position: relative;
  font-size: 1.2em;
  max-width: 600px;
}
#productList.subgroup.view-list ul li h4 p.above_links {
  width: 50%;
  right: 0;
  font-weight: 300;
}
#productList.subgroup.view-list .imageBox {
  display: block;
    position: relative;
    top: 0px;
    right: 0px;
    width: 320px;
    height: 270px;
}

#productList ul li #tabela_zestawienia tbody tr {
  line-height: 1em;
}
.giga10 {
  background: #838ae3;
  width: 100%;
  display: block;
  padding: 9px 0px;
  color: white;
  font-size: 11px !important;
}
.giga25 {
  background: #f08bc3;
  width: 100%;
  display: block;
  padding: 9px 0px;
  color: white;
  font-size: 11px !important;
}
.giga {
  background: #0aa4e1;
  width: 100%;
  display: block;
  padding: 9px 0px;
  color: white;
  font-size: 11px !important;
}
.mega {
  background: rgb(9, 166, 17);
  width: 100%;
  display: block;
  padding: 9px 0px;
  color: white;
  font-size: 11px !important;
}

.ral9004 {
  background:	#2B2B2C;
  width: 100%;
  display: block;
  padding: 9px 0px;
  color: white;
  font-size: 11px !important;
}
.ral7035 {
  background: rgb(200, 203, 200);
  width: 100%;
  display: block;
  padding: 9px 0px;
  color: black;
  font-size: 11px !important;
}

.moc-30 {
  background: rgb(255, 241, 126);
  width: 100%;
  display: block;
  padding: 9px 0px;
  color: black;
  font-size: 12px !important;
}
.moc-60 {
  background: rgb(255, 186, 61);
  width: 100%;
  display: block;
  padding: 9px 0px;
  color: black;
  font-size: 12px !important;
}

/* td:has(span.mega) { */
  /* background: black; */
/* } */

/*

				Box ze zdjęciami

*/
.imageBox {
  position: relative;
}
.imageBox img {
  max-width: 80%;
  position: absolute;
}
.imageBox {
  padding: 5px;
}
/*

				changeBox

*/
#content #headerBox {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 15px 0px 0px 0px;
}
#changeViewBox {
  width: 20%;
  float: right;
  text-align: right;
  line-height: 32px;
}
#changeViewBox i {
  cursor: pointer;
  margin-left: 10px;
  color: #ddd;
  -webkit-transition: all 180ms ease;
  -moz-transition: all 180ms ease;
  -ms-transition: all 180ms ease;
  -o-transition: all 180ms ease;
  transition: all 180ms ease;
}
#changeViewBox i:hover {
  color: #555;
}
#changeViewBox span {
  position: relative;
  bottom: 4px;
}
/*

				Paginacja

*/
.pagination a {
  display: inline-block;
  padding: 8px 20px;
  margin: 0 2px;
  background: #f8f8f8;
  border: 1px solid #eee;
  color: #555;
  font-size: 1.2em;
  -webkit-transition: all 180ms ease;
  -moz-transition: all 180ms ease;
  -ms-transition: all 180ms ease;
  -o-transition: all 180ms ease;
  transition: all 180ms ease;
}
.pagination a:hover,
.pagination a.active {
  background: #09a0f1;
  color: #fff;
}
/*

				Lista rozwijana - toggle-box

*/
ul.toggle-list > li {
  overflow: hidden;
  margin-bottom: 10px;
  border-top: 1px solid #ddd;
  cursor: pointer;
}
ul.toggle-list > li h3 {
  margin-top: 10px;
}
ul.toggle-list > li h3 img {
  display: block;
  float: left;
  margin: 10px;
  width: 400px;
}
ul.toggle-list .ukryty {
  display: none;
}
ul.toggle-list .ikona {
  width: 40px;
  height: 40px;
  float: right;
  background: #ddd;
  text-align: center;
  line-height: 40px;
  color: #555;
}
ul.toggle-list .content {
  width: 100%;
  display: none;
  overflow: hidden;
  font-size: 1.2em;
  cursor: auto;
  margin-bottom: 30px;
}
/*
				Button - scroll to top
*/
#btn_ScrollToTop {
  position: fixed;
  width: 50px;
  height: 50px;
  line-height: 56px;
  bottom: 5px;
  background: rgba(221, 221, 221, 0.6);
  text-align: center;
  display: none;
  cursor: pointer;
  left: 58px;
  border-radius: 50px;
}
.watermark {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.3;
}
iframe[name="google_conversion_frame"] {
  display: none;
}
/*

			Nowy produkt
			
*/
.new_Mark {
  border-right: 2px solid #d65656;
}
.new_Text {
  color: #d65656;
  padding: 6px 0px;
  position: absolute;
  left: 10px;
  top: 3px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1em !important;
  z-index: 1;
}
.new_Plate {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 35px;
  line-height: 35px;
  padding-right: 10px;
  background: #d65656;
  z-index: 0;
  color: #fff;
  text-align: center;
  font-size: 1em !important;
  padding: 0px 10px;
}

.link_strefa_dystrybutora a {
  padding: 6px;
  background: #666;
  color: #fff;
  font-size: 16px;
}
.link_strefa_dystrybutora a:hover {
  background: #999;
}

/* ---------------------- style_gj ------------- */

#params_table {
  font-family: "Roboto", sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#params_table td,
#params_table th {
  border: 0px solid #ddd;
  padding: 8px;
  border-bottom: 1px solid #ddd;
}

#params_table tr {
  background-color: #ffffff;
}
#params_table tr:nth-child(even) {
  /* background-color: #f2f2f2; */
}

#params_table tr:hover {
  background-color: #f9f9f9;
}

#params_table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4caf50;
  color: white;
}

#params_short_table {
  font-family: "Roboto", sans-serif;
  border-collapse: collapse;
  width: 85%;
  margin-left: 15px;
}
#params_short_table span {
  font-size: 1.2em;
}
#params_short_table tr td:first-child {
  vertical-align: top;
}
#params_short_table td,
#params_short_table th {
  border: 0px solid #ddd;
  padding: 0px;
}
#params_short_table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  color: white;
}

div#productDetails table.params_table {
  border-collapse: collapse;
  width: 100%;
}

div#productDetails table.params_table td,
div#productDetails table.params_table th {
  border: 1px solid #ddd;
  padding: 8px;
}

div#productDetails table.params_table tr:nth-child(even) {
  background-color: #ffffff;
}
div#productDetails table.params_table tr:nth-child(odd) {
  background-color: #fbfbfb;
}

div#productDetails table.params_table tr:hover {
  background-color: #efefef;
}

div#productDetails table.params_table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4caf50;
  color: white;
}

#contact-form {
  margin: auto;
  width: 400px;
  max-width: 100%;
}

#contact-form legend {
  font-size: 24px;
}

#contact-form em {
  color: red;
}

#contact-form .item {
  position: relative;
  margin: 28px 0;
}

#contact-form input,
#contact-form textarea {
  padding: 10px 12px;
  width: 100%;
  font-size: 20px;
  background: #efefef;
  border: none;
  box-sizing: border-box;
}

#contact-form label {
  opacity: 0.3;
  position: absolute;
  bottom: 0px;
  left: 5px;
  transition: 1s all;
  font-size: 12px;
  line-height: 40px;
}

#contact-form input:focus,
#contact-form textarea:focus {
  border: 1px solid #666;
}

#contact-form input:focus + label,
#contact-form input:valid + label {
  bottom: 40px;
  font-size: 16px;
  opacity: 0.7;
}

#contact-form input:valid {
  background-image: url("https://cdn0.iconfinder.com/data/icons/small-n-flat/24/678134-sign-check-128.png");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 98% 50%;
  border: 2px solid #16ff84;
}

#contact-form textarea + label {
  top: 0;
}

#contact-form textarea:focus + label,
#contact-form textarea:valid + label {
  top: -32px;
  font-size: 16px;
  opacity: 0.7;
}

#contact-form textarea:valid {
  border: 2px solid #16ff84;
}

#contact-form input[type="submit"] {
  border: none;
  background-image: none;
  background-color: #086ebf;
  color: #fff;
}

#contact-form input[type="submit"]:hover {
  cursor: pointer;
  background-color: #0c4b83;
}

#submitMyForm {
  padding: 10px;
  width: 100%;
  cursor: pointer;
  background: #086cbc;
  color: white;
}
#submitMyForm:hover {
  background: #01457c;
  color: white;
}
#pole_wymagane {
  text-align: left !important;
  padding: 5px !important;
}

.boxBtn {
  position: relative;
  height: 100px;
  background: linear-gradient(
    45deg,
    rgba(106, 162, 242, 1) 20%,
    rgba(46, 68, 109, 1) 80%
  );
  z-index: 1;
  /* border-radius: 6px; */
}
.boxBtn::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #2c4169;
  z-index: -1;
  transition: opacity 0.3s linear;
  opacity: 0;
  /* border-radius: 6px; */
}
.boxBtn:hover::before {
  transition: opacity 0.3s linear;
  opacity: 1;
}
.boxBtn a {
  color: white;
  font-size: 25px;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 100px;
  /* text-shadow: 2px 2px 2px black; */
}
.grid {
  margin-bottom: 40px !important;
}
.grid > div {
  margin-top: 10px;
}

#tabela_zestawienia {
  border: 0px solid #ccc;
  border-collapse: collapse;
  margin: 10px 0px;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

#tabela_zestawienia caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}
#tabela_zestawienia thead {
  /* background: rgba(120,120,120,0.2) */
}
#tabela_zestawienia thead tr th {
  color: black;
  border-left: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;
}
#tabela_zestawienia thead tr:first-child {
  border-bottom: 0px solid #ddd;
}
#tabela_zestawienia th {
  padding: 0.225em;
  text-align: center;
  min-width:150px;
}
#tabela_zestawienia th {
  font-size: 0.8em;
  letter-spacing: 0em;
  font-weight: normal;
  text-transform: uppercase;
  padding: 4px;
  line-height: 1.6em;
}
#tabela_zestawienia th,
#tabela_zestawienia td {
  min-width: 100px;
  vertical-align: middle;
  text-align: center;
}
.item_form {
  min-height: 62px;
  max-height: 62px;
}
/* 
#tabela_zestawienia tr {
  border-bottom: 1px solid #ddd;
  padding: 0.35em;
}



#tabela_zestawienia tr:nth-child(even) {
  background:rgba(191, 191, 191, 0.1);
}
#tabela_zestawienia tr:nth-child(odd) {
  background: rgba(117, 117, 117, 0.1);
}




#tabela_zestawienia td a {
  color: #000;
  letter-spacing: 1px;
  font-style: italic;
}

#productPage #tabela_zestawienia tr td a {
  display: block;
  margin: 5px 0;
  -webkit-transition: all 180ms ease;
  -moz-transition: all 180ms ease;
  -ms-transition: all 180ms ease;
  -o-transition: all 180ms ease;
  transition: all 180ms ease;
  position: relative;
  z-index: 99;
} */

/* ***************************** */
.dodatkowe-info-tabela {
  font-size: 0.8em !important;
}

.icon-menu {
  display: none;
}

@media screen and (max-width: 1180px) {
  #address-head {
    padding: 10px 0px 10px;
  }
}
@media screen and (max-width: 1111px) {
  .icon-menu {
    display: block;
    font-size: 24px;
    text-align: center;
    height: 46px;
    line-height: 46px;
  }
  #menu-nav {
    display: none;
  }
  #menu-top > div {
    max-width: 1200px;
    width: 100%;
  }
  #menu-top > div > ul li {
    display: block;
    width: 100%;
  }
  #menu-top > div > ul > li > a {
    line-height: 14px;
    width: 100%;
    display: inline-block;
  }
  #menu-top > div > ul a::after {
    display: none;
  }
  #menu-top > div > ul a::before {
    display: none;
  }
  #menu-top > div > ul li:hover {
    background: #364d77;
  }
  .responsive {
    display: inline-block !important;
    background: #2e446d;
  }
  #footer-content {
    /* display: none; */
  }
  #footer #footer-content > div:first-child {
    width: 100%;
    margin-bottom: 30px;
  }
  .containerio div.row div {
    width: 50%;
  }
  /* #footer #footer-content > div img {
    width: 20%;
    margin: 0px;
  } */
}
@media only screen and (max-width: 940px),
  (min-device-width: 940px) and (max-device-width: 1024px) {
  #tabela_zestawienia {
    border: 0;
    width: 100%;
  }
  #tabela_zestawienia caption {
    font-size: 1.3em;
  }

  #tabela_zestawienia thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  #tabela_zestawienia tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }

  #tabela_zestawienia td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 1em;
    text-align: right;
    min-height: 10px;
  }

  #tabela_zestawienia td::before {
    /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
    content: attr(data-item);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  #tabela_zestawienia td:last-child {
    border-bottom: 0;
  }
}
@media screen and (max-width: 952px) {
  .w70 {
    width: 100%;
  }
  .floatRight {
    float: left;
  }
  #content-wrapper #left {
    width: 100%;
  }
  #tabsOuter #tabsCol {
    display: block;
  }
  #documents {
    width: 100%;
  }
  #header-main #buttonsGroup {
    width: 100%;
  }
}

@media handheld, only screen and (max-width: 767px) {
	#top #lezka > div #logoOuter img {
		width: 140px !important;
		height: auto !important;
		margin-left: 10px;
	}
	#lezka div #searchBox {
		margin: 0px 10px !important;
	}
  #header-main #buttonsGroup {
    display: none;
  }
}
@media screen and (max-width: 623px) {
  #MainProductPage > ul > li {
    width: 100%;
    height: auto;
  }
  #MainProductPage ul li {
    width: 100%;
    /* overflow: hidden;
    padding-bottom: 132px; */
  }
  #MainProductPage ul li.liBig div.item-zoom {
    display: none;
  }
  #MainProductPage ul .liBig div.mask {
    top: 0px !important;
    background: none;
    z-index: 2;
    transition: none;
    position: relative;
    height: auto;
    min-height:0px;
    background: #ececec !important;
  }
  #MainProductPage ul .liBig div.mask h4 {
    background: rgba(46, 68, 109, 1);
  }
  #MainProductPage ul .liBig div.mask h4:hover {
    background: rgba(81, 81, 81, 1);
  }
  #MainProductPage ul .liBig div.mask a {
    /* min-height: 157px; */
    display: block;
    background: none;
    font-size: 1.4em;
  }
  #MainProductPage ul .liBig div.mask a:hover {
    /* min-height: 157px; */
    display: block;
    background: none;
  }
  .liBig .mask .ListaProduktyMenu {
    color: white;
    display: block;
    opacity: 1;
    transition: none;
  }
  
  #MainProductPage .mask ul.ListaProduktyMenu a li {
    padding: 0px;
    color: white;
    text-align: left; 
    font-size: 1.2em;
    color: #686868;
  }
  #MainProductPage .mask ul.ListaProduktyMenu a:hover li {
    color: white;
  }
  .liBig .mask .ListaProduktyMenu a {
    background: #01457c;
    padding:4px 10px;
  }
  .liBig .mask .ListaProduktyMenu a:hover {
    background: rgba(81, 81, 81, 1) !important;
    padding:4px 10px;
  }

}
@media screen and (max-width: 530px) {
  #footer #newsletter > div {
    line-height: 30px;
  }
  #footer #footer-content > div {
    width: 100%;
    margin-bottom: 30px;
  }
  #footer #footer-content > div img {
    width: 20%;
    margin: 0px;
  }

  /* ---- */
  #changeViewBox {
    display: none !important;
  }
  .resposiveTable {
    border: 0;
    width: 420px;
  }

  .resposiveTable caption {
    font-size: 1.3em;
  }

  .resposiveTable thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .resposiveTable tr {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }

  .resposiveTable tr td:first-child {
    font-weight: bold;
  }

  .resposiveTable td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 1em;
    text-align: left;
  }

  /* .resposiveTable td::before {
    content: attr(data-item);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  } */
  .resposiveTable td:last-child {
    border-bottom: 0;
  }
  #params_table td,
  #params_table th {
    border: none;
  }
  #header-main {
    display: none;
  }
 
}

@media screen and (max-width: 451px) {
  .box-photo {
    display: none !important;
  }
  .box-links {
    width: 100% !important;
  }
  #newsy ul li {
    width: 100%;
  }
}

.lb-outerContainer {
  /* max-width: 80vw; */
}
.lb-container .lb-image {
  /* margin: 0px auto;
    display: block;
    width: 100% !important;
    height: auto !important; */

  /* max-width: 790px !important;
    height: auto !important; */
}

.item-zoom {
  position: relative;
  border: 0px solid #333;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 290px;
  height: 158px;
}

.item-zoom img {
  vertical-align: top;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.item-zoom:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.table-row-empty {
  height: 10px;
}
.table-row-desc {
  text-align:left;padding: 4px;
  background: none;
}
.table-row-desc .group-desc{
  background: none;
  padding: 15px 0px 5px 10px !important;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: left !important;
}
.table-row-desc .group-desc span{
  background: none;
}
#tabela_zestawienia tr.table-row-product td {
padding: 1px;
}
#tabela_zestawienia tr.table-row-product:nth-child(even) {
  /* background:rgba(219, 219, 219, 0.2); */
  border-top: 1px solid #ccc;;
border-bottom: 1px solid #ccc;;
}
#tabela_zestawienia tr.table-row-product:nth-child(odd) {
  /* background: rgba(219, 219, 219, 0.2); */
  border-top: 1px solid #ccc;;
border-bottom: 1px solid #ccc;;
}
#tabela_zestawienia tr.table-row-product:nth-child(2n+1):hover {
  background: #a8a8a82b;
}
#tabela_zestawienia tr.table-row-product:nth-child(2n):hover {
  background: #a8a8a82b;
}
tr.table-row-product td.table-col-symbol {
  padding: 5px 0px 5px 6px !important;
  text-align: left !important;
  vertical-align: middle !important;
  float: none;
}
tr.table-row-product td.table-col-symbol a{
  color: #000;
  width: max-content;
}
tr.table-row-product td a:hover {
  color: #09a0f1 !important;

}

.modul-title-newsletter {
line-height: 28px;
}
.modul-title-newsletter a {
  background: white;
    color: #2e446d;
    font-weight: bold;
    padding: 6px;
    border-radius: 4px;
    transition: all .5s;
}
.modul-title-newsletter a:hover {
  background: #3ec6fb !important;
  /* color: #2e446d !important; */
  color: #fff !important;
}

.btn-social-media .fa {
  color: #ffffff !important;
  transition: all .5s;
}
.btn-social-media:hover .fa {
  color: #3ec6fb !important;
}
.w90 b {
  color: #6aa2f2;
}
.colorBlue {
  color: #6aa2f2;
}
.colorGreen {
  color: green;
}
.colorGrey{
  color: rgb(185, 185, 185);
}