


.IntroPage {

}

.IntroPage > .Inner {
   max-width: 1000px;
   margin: auto;
}

.IntroPage > .Inner:after {
   content: '';
   display: block;
   clear: both;
}
.IntroPage > .Inner > .LeftColumn {
   float: left;
   width: 100%;
}
.IntroPage.IntroPageIndex > .Inner > .LeftColumn {
   float: left;
   width: 775px;
}


@media (max-width: 999px) {
   .IntroPage > .Inner > .LeftColumn {
      width: 100% !important;
      float: none !important;
   }
}

.IntroPage > .Inner > .LeftColumn > .Inner {
   padding: 0px 20px 20px 0px;
}

.IntroPage > .Inner > .LeftColumn > .Inner > .Header {
   padding: 0px 0px 5px 0px;
}

.IntroPage > .Inner > .LeftColumn > .Inner > .HederDescription {
   padding: 0px 0px 5px 0px;
   margin-top: 30px;
}


.IntroPage > .Inner > .RightColumn {
   float: left;
   width: 100%;
}
.IntroPage.IntroPageIndex > .Inner > .RightColumn {
   float: left;
   width: 225px;
}
@media (max-width: 999px) {
   .IntroPage > .Inner > .RightColumn {
      width: 100%;
      float: none;
   }
}
.IntroPage > .Inner > .RightColumn > .Inner {
   padding: 0px 0px 0px 0px;
}






.WyborProduktu {
   padding: 20px 0px 0px 0px;
}

.WyborProduktu > .Inner {
   max-width: 1000px;
   margin: auto;
}

.WyborProduktu > .Inner:after {
   content: '';
   display: block;
   clear: both;
}

.WyborProduktu > .Inner > .LeftColumn {
   width: 225px;
   float: left;
}

.WyborProduktu > .Inner > .RightColumn {
   margin-left: 225px;
}

.WyborProduktu > .Inner > .RightColumn > .Inner {
   padding: 0px 0px 0px 20px;
}

.WyborProduktu > .Inner > .RightColumn > .Inner .Header {
   padding: 0px 0px 25px 0px;
}

.WyborProduktu .Table * {
   box-sizing: border-box;
}
.Table {
   display: flex;
   justify-content: flex-start;
   align-items: flex-start;
   margin-top: 0 !important;
}
.Table__left {
   width: 193px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   border: 1px solid #e4e4e4;
}
.Table__left > .Table__left__cell {
   height: 91px;
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   background-color: #fbfbfb;
   font-size: 14px;
   color: #b2b2b2;
   font-weight: 400;
   transition: .3s all;
   z-index: 1;
   border-bottom: 1px solid #e4e4e4;
   padding: 0 30px;
   text-align: center;
   box-sizing: border-box;
   background-position: top 13px right 11px;
}
.Table__left > .Table__left__cell:last-child {
   border-bottom: 0;
}
.Table__left > .Table__left__cell.active, .Table__left > .Table__left__cell:hover {
   background-color: #fff;
   color: #008b93;
   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
   z-index: 2;
   cursor: pointer;
}
.Table__left > .Table__left__cell.active {
   background: url('../img/box-ico.png') no-repeat top 13px right 11px;
}
.Table__right {
   width: 775px;
   margin-left: 32px;
}

.Table__right > .Table__right__tab {
   display: none;
}
.Table__right > .Table__right__tab.active {
   display: block;
}
.Table__right > .Table__right__tab h2 {
   color: #c0c0c0;
   font-size: 18px;
   font-weight: 400;
   margin-bottom: 15px;
}
.Table__right > .Table__right__tab .Table__right__tab__disFlex {
   position: relative;
   display: block;
   box-sizing: border-box;
   margin-bottom: 50px;
}
.Table__right > .Table__right__tab .Table__right__tab__disFlex:last-child {
   margin-bottom: 0;
}
.Table__right > .Table__right__tab .Table__right__tab__disFlex:after {
   content: '';
   display: block;
   clear: both;
}
.Table__right > .Table__right__tab .Table__right__tab__disFlex .Table__right__tab__disFlex__cell {
   width: 33.333333333333333333333%;
   height: 91px;
   display: flex;
   text-align: center;
   align-items: center;
   justify-content: center;
   color: #000;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   transition: .3s all;
   float: left;
   padding: 0 30px;
   border: 1px solid #ebebeb;
   margin-left: -1px;
   margin-top: -1px;
}
.Table__right > .Table__right__tab .Table__right__tab__disFlex .Table__right__tab__disFlex__cell.full {
   width: 100%;
}
.Table__right > .Table__right__tab .Table__right__tab__disFlex .Table__right__tab__disFlex__cell.half {
   width: 50%;
}
.Table__right > .Table__right__tab .Table__right__tab__disFlex .Table__right__tab__disFlex__cell:hover {
   background: #008b93;
   color: #fff;
}
.Table__right > .Table__right__tab .Table__right__tab__disFlex .Table__right__tab__disFlex__cell small {
   font-size: 14px;
   font-weight: 400;
}

@media (max-width: 999px) {
   .Inner {
      padding: 0 15px;
   }
}

@media (max-width: 991px) {
   .Table {
      display: block;
   }
   .Table__left {
      flex-direction: row;
      width: 100%;
   }
   .Table__right {
      margin-top: 35px;
      width: 100%;
      margin-left: 0;
   }
   .Table__left > .Table__left__cell {
      border-right: 1px solid #e4e4e4;
   }
   .Table__left > .Table__left__cell:last-child {
      border-right: 0;
      border-bottom: 1px solid #e4e4e4;
   }
}
@media (max-width: 767px) {
   .Table__right > .Table__right__tab .Table__right__tab__disFlex .Table__right__tab__disFlex__cell {
      width: 50%;
   }
}
@media (max-width: 599px) {
   .Table__left {
      display: block;
   }
   .Table__left:after {
      content: '';
      display: block;
      clear: both;

   }
   .Table__left > .Table__left__cell {
      width: 50%;
      float: left;
   }
}
@media (max-width: 499px) {
   .Table__left > .Table__left__cell {
      width: 100%;
      float: none;
   }
   .Table__right > .Table__right__tab .Table__right__tab__disFlex .Table__right__tab__disFlex__cell {
      width: 100%;
   }
}

.Table__right__tab__disFlex2 {
   display: flex;
   margin: 20px 0;
}
.Table__right__tab__disFlex2 > div:after {
   content: '';
   display: block;
   background: url('../img/box-arrow.png') no-repeat center center;
   width: 9px;
   height: 100%;
   margin: 0 6px;
   position: absolute;
   left: 100%;
   top: 0;
}
.Table__right__tab__disFlex2 > div:last-child:after {
   display: none;
}
.Table__right__tab__disFlex2 > div {
   position: relative;
   background: #fbfbfb;
   width: 20%;
   padding: 10px;
   font-size: 13px;
   text-align: center;
   line-height: 18px;
}
.Table__right__tab__disFlex2 > div strong {
   color: #009597;
   font-weight: bold;
}
.Table__right__tab__disFlex2 > div i {
   font-style: italic;
}
.Table__right__tab__disFlex2 > div + div {
   margin-left: 21px;
}

@media (max-width: 767px) {
   .Table__right__tab__disFlex2 {
      flex-direction: column;
   }
   .Table__right__tab__disFlex2 > div {
      width: 100%;
   }
   .Table__right__tab__disFlex2 > div + div {
      margin-top: 21px;
      margin-left: 0;
   }
   .Table__right__tab__disFlex2 > div:after {
      transform: rotate(90deg);
      top: 100%;
      left: 0;
      width: 100%;
      height: 21px;
   }
}


.eco {
   display: flex;
   background: #f6f9eb;
   padding: 20px;
   align-items: center;
   font-size: 14px;
   line-height: 22px;
}
.eco img {
   margin-right: 20px;
}
