/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  min-height: 100%;
  position: relative;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #232020;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.75rem;
  height: 100%;
  position: relative;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

strong {
  font-weight: 700;
}

img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

label {
  cursor: pointer;
}

input {
  outline: none;
  color: #232020;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

button {
  outline: none;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
}

textarea,
select {
  outline: none;
  font-family: "Open Sans", sans-serif;
}

td {
  font-size: inherit;
}

::-webkit-input-placeholder {
  opacity: 0.7;
}

::-moz-placeholder {
  opacity: 0.7;
}

:-ms-input-placeholder {
  opacity: 0.7;
}

:-moz-placeholder {
  opacity: 0.7;
}

ul, ol {
  margin: 0;
}

em {
  font-style: italic;
}

.wrapper {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}
@media screen and (max-width: 760px) {
  .wrapper {
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .wrapper {
    max-width: 1024px;
    margin: auto;
  }
}
@media screen and (min-width: 1220px) {
  .wrapper {
    max-width: 1220px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 1350px) {
  .wrapper {
    max-width: 1350px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

img {
  width: auto;
  height: auto;
}

img {
  width: auto;
  height: auto;
}

.wrapper {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}
@media screen and (max-width: 760px) {
  .wrapper {
    overflow: hidden;
  }
}

.m-top {
  background-color: #f0f5f6;
}
.m-top__grid {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  font-size: 0.875rem;
  height: 32px;
}
.m-top__contact {
  padding-top: 2px;
}
.m-top__contact .call-us {
  width: 48px;
  text-align: center;
  white-space: nowrap;
}
.m-top__contact .call-us img {
  display: none;
}
.m-top__extra {
  display: flex;
  color: #05696d;
  align-items: center;
}
.m-top__extra .paczkomat img {
  max-width: 170px;
  margin-left: 40px;
  position: relative;
  top: -2px;
}
.m-top__infos {
  display: flex;
  align-items: stretch;
}
.m-top__infos .js-open-top-menu {
  display: none;
}
.m-top__infos img {
  display: none;
}
.m-top__menu {
  display: flex;
}
.m-top__menu li {
  margin-left: 10px;
}
.m-top__menu li:nth-of-type(n+2)::before {
  content: " | ";
  margin-right: 6px;
}
.m-top__menu li a {
  display: inline-block;
  padding-top: 1px;
}

.m-header {
  padding: 4px 0 0;
  border-bottom: 1px solid #232020;
}
.m-header__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.m-header__trigger {
  display: none;
}
.m-header__logo {
  order: 2;
}
.m-header__logo img {
  width: 286px;
}
.m-header__search {
  order: 2;
  width: 27%;
  min-width: 350px;
  position: relative;
}
.m-header .m-search {
  border: 1px solid #232020;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.m-header .m-search input {
  font-size: 0.9375rem;
  flex: 1 1 100%;
  height: 38px;
  padding: 2px 12px 0;
  border: 0;
}
.m-header .m-search input::placeholder {
  opacity: 1;
  color: #232020;
}
.m-header .m-search button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
.m-header__panel {
  order: 3;
  display: flex;
  justify-content: flex-end;
  font-size: 0.9375rem;
  line-height: 1.5rem;
}
.m-header__panel a {
  display: flex;
  padding: 0 6px;
  margin-left: 22px;
  align-items: center;
}
.m-header__panel a:hover {
  color: #05696d;
  text-decoration: underline;
}
.m-header__panel a img {
  height: 26px;
  margin-right: 8px;
}
.m-header .m-pn-cart a {
  display: block;
  position: relative;
}
.m-header .m-pn-cart a .qty {
  color: #fff;
  position: absolute;
  top: -10px;
  left: 20px;
  width: 22px;
  height: 22px;
  background-color: #e33b1d;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  transition: all 80ms ease-in-out;
}
.m-header .m-pn-cart a:hover .qty {
  top: -12px;
  background-color: #05696d;
}

#podpowiedzi {
  position: absolute;
  left: 0;
  right: 0;
  top: 38px !important;
  max-height: 400px;
  background-color: #fff;
  z-index: 100;
  overflow-y: auto;
}
#podpowiedzi .plist .item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#podpowiedzi .plist .item a {
  display: flex;
  align-items: center;
  flex: 0 0 100%;
}
#podpowiedzi .plist .item img {
  height: 70px;
}
#podpowiedzi .plist .item span {
  margin-left: 10px;
  flex: 1 1 100%;
  padding-right: 30px;
  line-height: 1.375rem;
}
#podpowiedzi .plist .item:hover {
  background-color: #f0f5f6;
  color: #075f63;
}
#podpowiedzi .plist .item:hover span {
  text-decoration: underline;
}

.m-nav {
  border-bottom: 1px solid #232020;
}
.m-nav__close {
  display: none;
}
.m-nav .m-cats {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.m-nav .m-cats__top {
  transition: all 100ms ease-in-out;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  position: relative;
  display: flex;
  cursor: pointer;
}
.m-nav .m-cats__top:hover {
  border-bottom: 3px solid #232020;
}
.m-nav .m-cats__top:hover > a {
  color: #05696d;
}
.m-nav .m-cats__top > a {
  font-size: 1rem;
  display: flex;
  align-items: center;
  height: 65px;
  padding: 3px 15px 0 15px;
}
.m-nav .m-cats__top > a:hover {
  color: #05696d;
}
.m-nav .m-cats__top .sub-trigger {
  position: relative;
  display: flex;
  align-self: center;
}
.m-nav .m-cats__top .sub-trigger img {
  width: 22px;
  margin-top: 4px;
}
.m-nav .m-cats__top:hover .sub-trigger img {
  margin-top: 6px;
}
.m-nav .m-cats__top ul {
  columns: 3;
  column-gap: 60px;
}
.m-nav .m-cats__top ul li {
  padding: 6px 0;
}
.m-nav .m-cats__top ul a {
  line-height: 1.375rem;
  display: block;
}
.m-nav .m-cats__top ul a:hover {
  text-decoration: underline;
  color: #05696d;
}
.m-nav .m-cats__top ul li {
  min-width: 150px;
}
.m-nav .m-cats__sbox {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 60px;
  z-index: 600;
  padding: 20px 40px 20px 25px;
  transition: all 80ms ease-in-out;
  border-bottom: 2px solid #05696d;
  background-color: #fff;
}
.m-nav .m-cats__top:hover > .m-cats__sbox {
  opacity: 1;
  visibility: visible;
}
.m-nav .m-cats__top:nth-of-type(3) > .m-cats__sbox {
  max-height: 400px;
  overflow-y: auto;
  left: -280px;
}

.m-banner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
  padding: 30px 0;
}
.m-banner a {
  display: block;
}
.m-banner a img {
  max-width: 100%;
}
.m-banner__2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.m-features {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}
.m-features__item {
  display: flex;
  align-items: stretch;
  flex: 1 1 100%;
}
.m-features__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #05696d;
  flex: 1 1 100%;
  height: 98px;
  font-size: 1.0625rem;
}
.m-features__item a img {
  height: 28px;
  margin-right: 15px;
}

.m-pgrid {
  padding-bottom: 90px;
}
.m-pgrid__header {
  display: grid;
  justify-content: space-between;
  margin-bottom: 40px;
}
.m-pgrid__title {
  font-size: 3.125rem;
  line-height: 4rem;
}
.m-pgrid__products {
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
  align-items: stretch;
}
.m-pgrid__all {
  padding: 0 10px 0;
  text-align: center;
}
.m-pgrid__all a {
  background-color: #05696d;
  color: #fff;
  display: inline-block;
  padding: 6px 50px 4px;
  transition: all 100ms ease-in-out;
}
.m-pgrid__all a:hover {
  background-color: #232020;
}

.m-pro {
  flex: 0 0 23.5%;
  text-align: center;
  margin-bottom: 80px;
  flex-direction: column;
  display: flex;
  position: relative;
}
.m-pro__thumb {
  height: 410px;
  flex: 0 0 410px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: relative;
}
.m-pro__thumb::before {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  background-color: #f0f5f6;
}
.m-pro__thumb a {
  position: relative;
  z-index: 100;
}
.m-pro__thumb img {
  max-height: 100%;
}
.m-pro .m-announcement {
  position: absolute;
  bottom: 14%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  font-size: 0.75rem;
}
.m-pro .m-announcement-header {
  background-color: #fff;
  color: #e33b1d;
  display: inline-block;
  padding: 4px 10px;
  font-size: 1.375rem;
  font-weight: 600;
}
.m-pro .m-announcement-aval {
  background-color: #fff;
  color: #e33b1d;
  display: inline-block;
  padding: 4px 10px;
  white-space: nowrap;
}
.m-pro .m-announcement-data {
  background-color: #fff;
  color: #e33b1d;
  display: inline-block;
  padding: 4px 10px;
}
.m-pro .m-markers {
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  font-size: 0.875rem;
  z-index: 100;
}
.m-pro .m-markers > span {
  display: flex;
  align-items: center;
  height: 22px;
  padding: 3px 5px 2px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
}
.m-pro .m-markers .nowosc {
  background-color: #a4c200;
}
.m-pro .m-markers .wyprzedaz {
  background-color: #e69303;
}
.m-pro .m-markers .bestseller {
  background-color: #e69303;
}
.m-pro__infos {
  background-color: #f0f5f6;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1 1 100%;
}
.m-pro__delivery {
  position: absolute;
  background-color: #232020;
  color: #fff;
  font-size: 0.75rem;
  display: block;
  top: -28px;
  z-index: 200;
  left: 0;
  padding: 0 10px;
}
.m-pro__delivery img {
  height: 19px;
  margin-right: 4px;
}
.m-pro__name {
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.5rem;
  height: 76px;
  overflow: hidden;
}
.m-pro__name a {
  display: block;
}
.m-pro__name a:hover {
  text-decoration: underline;
  color: #05696d;
}
.m-pro__price {
  font-size: 1rem;
  height: 30px;
}
.m-pro__price s {
  font-size: 0.9375rem;
}
.m-pro__price strong {
  color: #05696d;
  font-weight: 700;
  font-size: 1.125rem;
}

.m-best {
  background-color: #f0f5f6;
  padding: 90px 0;
  position: relative;
  z-index: 500;
}
.m-best__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.m-best__name {
  font-size: 2.5rem;
  line-height: 3rem;
}
.m-best__bn {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding: 80px 0 50px;
}

.m-bgrid__box {
  display: flex;
  gap: 20px;
}
.m-bgrid .m-px {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.m-bgrid .m-px__thumb {
  aspect-ratio: 476/708;
  overflow: hidden;
  position: relative;
}
.m-bgrid .m-px__thumb a {
  display: block;
}
.m-bgrid .m-px__thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  top: 0;
}
.m-bgrid .m-px__infos {
  padding: 15px 15px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.375rem;
  height: 120px;
  display: flex;
  flex-direction: column;
}
.m-bgrid .m-px__title {
  height: 64px;
  overflow: hidden;
}
.m-bgrid .m-px__price {
  margin-top: auto;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
}
.m-bgrid .m-px__price strong {
  color: #05696d;
  font-weight: 700;
  font-size: 1rem;
}

.m-breadcrumbs {
  padding: 15px 0;
}
.m-breadcrumbs a {
  display: inline-block;
  font-size: 0.875rem;
  background-color: #f0f5f6;
  padding: 2px 12px 1px;
  transition: all 100ms ease-in-out;
  margin-right: 8px;
}
.m-breadcrumbs a:hover {
  background-color: #05696d;
  color: #fff;
}

.m-catalog {
  padding: 40px 0;
}
.m-catalog__header {
  margin-bottom: 60px;
}
.m-catalog__title {
  display: inline-block;
  border-bottom: 10px solid #232020;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2rem;
  padding: 0 0 10px;
  margin-bottom: 20px;
}
.m-catalog__nav {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: 1px solid #232020;
  padding-bottom: 20px;
}
.m-catalog__bottom {
  justify-content: center;
  display: flex;
  margin-bottom: 40px;
}
.m-catalog__products {
  display: block;
  gap: 0;
}
.m-catalog__products > form {
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
  align-items: stretch;
}

.m-pagi {
  display: flex;
  align-items: stretch;
  gap: 3px;
}
.m-pagi span,
.m-pagi a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f5f6;
  height: 30px;
  width: 36px;
  transition: all 80ms ease-in-out;
}
.m-pagi a:hover {
  background-color: #05696d;
  color: #fff;
}
.m-pagi .active {
  background-color: #232020;
  color: #fff;
}

.m-sort {
  align-items: stretch;
  display: flex;
}
.m-sort select {
  background-color: #f0f5f6;
  font-size: 15px;
  padding: 0 10px 0 3px;
  border: 1px solid #232020;
  height: 30px;
  margin-left: 5px;
}

.m-product {
  padding: 50px 0 60px;
}
.m-product__title {
  float: right;
  width: 57%;
  padding-top: 20px;
  padding-right: 60px;
}
.m-product__title h1 {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2.375rem;
}
.m-product__photo {
  float: left;
  width: 43%;
  padding-right: 50px;
  text-align: center;
}
.m-product__photo img {
  max-height: 510px;
}
.m-product__infos {
  float: right;
  width: 57%;
  padding-top: 40px;
  padding-right: 60px;
}
.m-product__infos .m-feat ul {
  columns: 2;
}
.m-product__infos .m-feat ul li {
  padding: 4px 0;
}
.m-product__infos .m-feat ul li a {
  text-decoration: underline;
  font-weight: 700;
  color: #05696d;
}
.m-product__infos .m-feat ul li a:hover {
  text-decoration: none;
}
.m-product .m-price-mod {
  padding-top: 30px;
  columns: 2;
}
.m-product .m-price-mod .m-price {
  white-space: nowrap;
  break-inside: avoid;
}
.m-product .m-price-mod .m-price > span {
  display: block;
}
.m-product .m-price-mod .m-price .promo {
  color: #f00000;
  font-size: 1.625rem;
}
.m-product .m-price-mod .m-price .omnibus {
  padding-top: 12px;
}
.m-product .m-price-mod .m-delivery {
  color: #4b9000;
  font-weight: 700;
}
.m-product .m-buybox {
  padding-top: 40px;
  display: flex;
  align-items: stretch;
}
.m-product .m-qty {
  margin-right: 25px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100px;
}
.m-product .m-qty input {
  border: 0;
  width: 40px;
  text-align: center;
  color: #232020;
  font-weight: 700;
  font-size: 1rem;
}
.m-product .m-tocart button {
  background-color: #05696d;
  color: #fff;
  border: 0;
  font-size: 1rem;
  font-weight: 700;
  padding: 2px 40px 0;
  height: 40px;
}
.m-product .m-infobox {
  padding-top: 50px;
  display: flex;
  align-items: center;
}
.m-product .m-support {
  margin-right: 70px;
}
.m-product .m-support img {
  max-height: 18px;
  max-width: 16px;
  margin-left: 5px;
  position: relative;
  top: -1px;
}
.m-product .m-logos-op {
  display: flex;
  align-items: center;
}
.m-product .m-logos-op img {
  max-height: 25px;
  margin-right: 20px;
}
.m-product .m-desc {
  clear: both;
  padding: 80px 19% 10px;
}
.m-product .m-desc__header {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
  font-size: 1.625rem;
}
.m-product .m-desc__header::before {
  content: " ";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 10;
  position: relative;
}
.m-product .m-desc__header span {
  display: inline-block;
  padding: 0 8px;
  background-color: #fff;
  z-index: 100;
  position: relative;
}
.m-product .m-desc__content {
  line-height: 2.125rem;
}

.m-see-also .m-pgrid__header {
  display: block;
}
.m-see-also .m-pgrid__title {
  text-align: center;
  font-size: 1.625rem;
}
.m-see-also .m-pgrid__products {
  display: block;
}
.m-see-also .m-pgrid__products form {
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
  align-items: stretch;
}

.m-pgrid__arrows {
  display: none;
}

.m-home {
  background-color: #05696d;
  color: #fff;
  padding: 120px 0;
}
.m-home__grid {
  display: flex;
}
.m-home__bn1 {
  flex: 1 1 100%;
  padding-right: 80px;
}
.m-home__bn1 h1 {
  font-size: 4rem;
  line-height: 4rem;
  position: relative;
  z-index: 10;
}
.m-home__bn1 span.vis {
  display: inline-block;
  background-color: #232020;
  color: #fff;
  font-weight: 800;
  padding: 3px 10px 6px;
  font-size: 2.5rem;
  line-height: 2.25rem;
  margin-bottom: 40px;
}
.m-home__bn1 p {
  margin-bottom: 30px;
}
.m-home__bn2 {
  flex: 0 0 440px;
  text-align: right;
}

.m-onblog {
  text-align: left;
}
.m-onblog__title {
  margin-bottom: 20px;
}
.m-onblog__title a {
  display: block;
  background-color: #075f63;
  padding: 30px 60px 30px 25px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  position: relative;
}
.m-onblog__title a span {
  z-index: 310;
  position: relative;
}
.m-onblog__title a::before {
  background: #e33b1d url(../img/arrow_FFF.svg) right 10px center no-repeat;
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  z-index: 1;
  transition: all 100ms ease-in-out;
}
.m-onblog__title a:hover {
  text-decoration: underline;
}
.m-onblog__title a:hover::before {
  width: 100%;
}
.m-onblog__link {
  background-color: #fff;
  font-size: 1.125rem;
  color: #232020;
  font-weight: 700;
  display: inline-block;
  padding: 8px 25px 6px 15px;
}
.m-onblog__link:hover {
  background-color: #f0f5f6;
}
.m-onblog__link img {
  transform: rotate(-45deg);
  position: relative;
  top: -2px;
}

.m-nl {
  background-color: #e33b1d;
  color: #fff;
  padding: 35px 0;
}
.m-nl__grid {
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-nl__text {
  padding-right: 30px;
  text-align: right;
}
.m-nl__text .t1 {
  display: block;
}
.m-nl__text .t2 {
  display: block;
  font-size: 2rem;
  line-height: 2rem;
}
.m-nl__box {
  background: #fff url(../img/mail.svg) left 15px center no-repeat;
  padding: 3px;
}
.m-nl__box form {
  display: flex;
  align-items: stretch;
}
.m-nl__box input {
  height: 50px;
  font-size: 1.125rem;
  color: #232020;
  width: 420px;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  padding: 0 0 0 50px;
}
.m-nl__box input::placeholder {
  color: #232020;
}
.m-nl__box button {
  background-color: #05696d;
  border: 0;
  width: 32px;
  transition: all 100ms ease-in-out;
}
.m-nl__box button:hover {
  background-color: #044d50;
}
.m-nl__box button img {
  width: 20px;
}

.m-footer {
  padding: 100px 0 80px;
}
.m-footer__grid {
  display: flex;
  align-items: stretch;
}
.m-footer__grid > div {
  padding-top: 40px;
  padding-bottom: 20px;
}
.m-footer__infos {
  flex: 0 0 40%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 50px;
}
.m-footer__infos .company-name {
  font-size: 2.375rem;
  margin-bottom: 40px;
}
.m-footer__infos p {
  margin-bottom: 12px;
}
.m-footer__info {
  flex: 0 0 44%;
}
.m-footer__menu {
  padding-left: 60px;
}
.m-footer__menu h4 {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 1.0625rem;
  padding-top: 10px;
}
.m-footer__menu ul {
  columns: 2;
  column-gap: 30px;
}
.m-footer__menu ul li {
  margin-bottom: 3px;
}
.m-footer__ext {
  margin-left: auto;
}
.m-footer__ext .logos {
  display: flex;
  flex-direction: column;
}
.m-footer__ext .logos img {
  max-width: 120px;
  margin-bottom: 40px;
}

.m-copy {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 80px 0;
}
.m-copy__grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 26px;
}
.m-copy__grid img {
  max-width: 36px;
  position: relative;
  top: -2px;
  margin-left: 3px;
}
.m-copy a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1320px) {
  .m-bgrid__box {
    gap: 30px;
  }
}
.m-page {
  padding-top: 50px;
  padding-bottom: 50px;
}
.m-page__header {
  margin-bottom: 30px;
}
.m-page__header h1 {
  display: inline-block;
  border-bottom: 10px solid #232020;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2rem;
  padding: 0 0 10px;
  margin-bottom: 20px;
}
.m-page__content h2 {
  font-size: 1.5rem;
  font-weight: 600;
}
.m-page__content h3 {
  font-size: 1.25rem;
  font-weight: 600;
}
.m-page__content p {
  margin-bottom: 15px;
}
.m-page__content ul,
.m-page__content ol {
  margin-bottom: 15px;
  margin-left: 15px;
}
.m-page__content ul {
  list-style-type: disc;
}
.m-page__content ol {
  list-style-type: latin;
}
.m-page__content ol ol {
  list-style-type: lower-alpha;
}

.s-form {
  width: 600px;
  margin: auto;
}
.s-form-row {
  display: flex;
  align-items: center;
  gap: 30px;
  line-height: 1.375rem;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.s-form-row .col-a {
  flex: 0 0 220px;
  text-align: right;
}
.s-form-row .col-b {
  flex: 1 1 100%;
}
.s-form-row .col-b input[type=text],
.s-form-row .col-b select {
  border: 1px solid rgba(0, 0, 0, 0.3);
  width: 100% !important;
  font-size: 1rem;
  height: 36px;
  padding: 0 8px;
}
.s-form-row .s-form-opts {
  padding: 2px 0;
}
.s-form-row .s-form-opts input {
  position: relative;
  bottom: -1px;
}
.s-form-row--main {
  align-items: stretch;
}
.s-form-row--main .col-a {
  font-size: 18px;
}
.s-form-row--main .col-b input[type=text] {
  margin-bottom: 10px;
}
.s-form-row--main .lpn {
  display: block;
  text-align: right;
  font-size: 1rem;
}
.s-form-row--btn {
  text-align: center;
  border: 0;
}
.s-form-row--btn button {
  margin: 20px auto auto;
  background-color: #232020;
  color: #fff;
  padding: 5px 30px;
  border: 0;
  height: 46px;
  font-size: 16px;
  font-weight: 600;
  transition: all 80ms ease-in-out;
}
.s-form-row--btn button:hover {
  background-color: #075f63;
}

.m-cart {
  padding: 60px 0;
}
.m-cart__header {
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 600;
}
.m-cart__header h1 {
  display: inline-block;
  border-bottom: 10px solid #232020;
  padding: 0 0 10px;
}
.m-cart__content {
  padding: 40px 0 0;
}
.m-cart .c-plist {
  float: left;
  width: calc(100% - 480px);
  padding-right: 80px;
}
.m-cart .c-plist__header {
  background-color: #f0f5f6;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 0 6px;
}
.m-cart .c-plist__row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 15px;
  position: relative;
}
.m-cart .c-plist .del {
  flex: 0 0 40px;
}
.m-cart .c-plist .amount {
  flex: 0 0 160px;
}
.m-cart .c-plist .price {
  flex: 0 0 100px;
}
.m-cart .c-plist .qty {
  flex: 0 0 80px;
}
.m-cart .c-plist .name {
  margin-right: auto;
  flex: 1 1 100%;
}
.m-cart .c-plist__row {
  padding: 5px 0;
  flex-wrap: no-wrap;
  justify-content: flex-start;
}
.m-cart .c-plist__row .thumb {
  width: 110px;
  text-align: center;
  padding-right: 30px;
}
.m-cart .c-plist__row .thumb img {
  max-height: 120px;
}
.m-cart .c-plist__row .info-box {
  flex: 1 1 100%;
}
.m-cart .c-plist__row .title {
  margin-bottom: 10px;
}
.m-cart .c-plist__row .title a {
  font-size: 16px;
  font-weight: 600;
}
.m-cart .c-plist__row .row {
  display: flex;
  align-items: center;
}
.m-cart .c-plist__row .qty {
  display: flex;
  align-items: center;
}
.m-cart .c-plist__row .qty input {
  text-align: center;
  border-radius: 0;
  border: 1px solid rgb(0, 0, 0);
  width: 48px !important;
  height: 34px;
  margin: 0 12px 0 10px;
}
.m-cart .c-plist__row .price {
  margin-left: 10px;
}
.m-cart .c-plist__row .amount {
  margin-left: auto;
  text-align: right;
  font-size: 20px;
  font-weight: 600;
}
.m-cart .c-plist__row .amount span {
  font-size: 15px;
  font-weight: 400;
}
.m-cart .c-plist__row .del {
  position: absolute;
  top: 0;
  right: 0;
}
.m-cart .c-plist__row .del img {
  display: none;
}
.m-cart .c-plist__row .del a {
  display: block;
  width: 30px;
  height: 60px;
  background: url(../img/cart-remove.svg) center center no-repeat;
  background-size: auto 16px;
  transition: all 80ms ease-in-out;
}
.m-cart .c-plist__row .del a:hover {
  background-size: auto 20px;
}
.m-cart .c-gratis {
  float: right;
  width: 480px;
  border: 1px solid #05696d;
  padding: 28px 30px 20px;
}
.m-cart .c-gratis-header {
  font-size: 18px;
  font-weight: 600;
  color: #05696d;
  margin-bottom: 20px;
}
.m-cart .c-gratis-item input {
  display: none;
}
.m-cart .c-gratis-item label {
  display: block;
}
.m-cart .c-gratis-item .box {
  border-bottom: 1px solid #05696d;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.m-cart .c-gratis-item .thumb {
  width: 100px;
  text-align: center;
}
.m-cart .c-gratis-item .thumb img {
  width: auto;
  max-height: 80px;
  height: auto !important;
}
.m-cart .c-gratis-item .title {
  flex: 1 1 100%;
}
.m-cart .c-gratis-item:last-of-type .box {
  border-bottom: 0 solid #05696d;
}
.m-cart .c-summary {
  float: right;
  width: 480px;
  background-color: #05696d;
  padding: 25px 30px;
  clear: right;
}
.m-cart .c-summary-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m-cart .c-summary-header {
  font-size: 16px;
  color: #fff;
}
.m-cart .c-summary-amount {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.m-cart .c-promo-code {
  float: right;
  width: 480px;
  clear: right;
  padding: 25px 30px;
  border: 1px solid #232020;
}
.m-cart .c-promo-code-header {
  font-size: 15px;
  background: url(../img/cart-code.svg) left center no-repeat;
  background-size: auto 15px;
  padding: 0 0 0 20px;
}
.m-cart .c-promo-code-box {
  display: flex;
  align-items: stretch;
  padding-top: 10px;
}
.m-cart .c-promo-code-box input[type=text] {
  flex: 1 1 100%;
  border: 1px solid #232020;
  height: 40px;
  font-size: 16px;
  padding: 0 10px;
  font-weight: 600;
  color: #05696d;
}
.m-cart .c-promo-code-box input[type=button] {
  flex: 0 0 100px;
  margin-left: 5px;
  border: 1px solid #232020;
  height: 40px;
  cursor: pointer;
  background-color: #05696d;
  color: #fff;
}
.m-cart .c-promo-code-box input[type=button]:hover {
  background-color: #033a3c;
}
.m-cart .c-buttons {
  clear: both;
  padding: 60px 0;
  display: flex;
  align-items: stretch;
  font-size: 16px;
}
.m-cart .c-buttons .c-btn-order {
  order: 5;
  margin-left: 10px;
  background-color: #05696d;
  color: #fff;
  border: 0;
  height: 50px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 600;
  transition: all 80ms ease-in-out;
}
.m-cart .c-buttons .c-btn-order:hover {
  background-color: #033a3c;
}
.m-cart .c-buttons .c-btn-order em {
  display: inline-block;
  font-style: normal;
  margin-left: 10px;
}
.m-cart .c-buttons .c-btn-calc {
  order: 3;
  margin-left: auto;
  border: 1px solid #05696d;
  padding: 0 20px;
  font-size: 15px;
  background-color: #fff;
  border-color: #000;
}
.m-cart .c-buttons .c-btn-back {
  order: 1;
}
.m-cart .c-buttons .c-btn-back:hover {
  text-decoration: underline;
}
.m-cart form[name=form_zamowienie] .c-plist {
  float: none;
  width: 100%;
  padding: 0;
}
.m-cart .c-shipping {
  width: 100%;
  max-width: 500px;
  margin: 60px auto 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 25px 30px;
}
.m-cart .c-shipping-header {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.m-cart .c-shipping-item input {
  display: none;
}
.m-cart .c-shipping-item label {
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  border-bottom-color: rgba(0, 0, 0, 0.15);
  padding: 8px 5px;
}
.m-cart .c-shipping-item:last-of-type label {
  border-bottom-color: #fff;
}
.m-cart .c-shipping-item label:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.m-cart .c-shipping-item label:hover em {
  background-color: #fff;
}
.m-cart .c-shipping-item label em {
  display: inline-block;
  background-color: #f0f5f6;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border: 1px solid #fff;
}
.m-cart .c-shipping-item input:checked + label em {
  background: #05696d url(../img/cart-check-white.svg) center center no-repeat;
  background-size: auto 16px;
}
.m-cart .c-shipping-item .cost {
  margin-left: auto;
}
.m-cart .c-payment {
  width: 100%;
  max-width: 500px;
  margin: 20px auto 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 25px 30px;
}
.m-cart .c-payment-header {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.m-cart .c-payment-item input {
  display: none;
}
.m-cart .c-payment-item .name {
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  border-bottom-color: rgba(0, 0, 0, 0.15);
  padding: 8px 5px;
}
.m-cart .c-payment-item:last-of-type .name {
  border-bottom-color: #fff;
}
.m-cart .c-payment-item .name:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.m-cart .c-payment-item label::before {
  display: inline-block;
  content: " ";
  background-color: #f0f5f6;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border: 1px solid #fff;
  position: relative;
  bottom: -3px;
}
.m-cart .c-payment-item input:checked + .name label::before {
  background: #05696d url(../img/cart-check-white.svg) center center no-repeat;
  background-size: auto 16px;
}
.m-cart .c-payment-item label {
  display: block;
  flex: 1 1 100%;
}
.m-cart .c-payment-item .cost {
  margin-left: auto;
}
.m-cart #punkt_odbioru_furgonetka_przycisk {
  background-color: #fdc829;
  border: 1px solid #000;
  padding: 9px 20px 8px;
  cursor: pointer;
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
}
.m-cart #punkt_odbioru_furgonetka_przycisk:hover {
  background-color: #f1b502;
}
.m-cart .c-sum {
  width: 100%;
  max-width: 500px;
  margin: 20px auto 0;
  border: 1px solid #05696d;
  border-bottom-width: 5px;
  padding: 25px 30px;
}
.m-cart .c-sum-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 0;
}
.m-cart .c-sum-three {
  color: #05696d;
  font-size: 18px;
  font-weight: 600;
}
.m-cart .c-sum input[type=radio] {
  margin-left: 6px;
}
.m-cart .c-dtsh {
  width: 100%;
  max-width: 500px;
  margin: 20px auto 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 25px 30px;
}
.m-cart .c-dtsh-header {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.m-cart .c-dtsh-row {
  display: flex;
  align-items: center;
  padding: 2px 0 3px;
}
.m-cart .c-dtsh-row .input {
  margin-left: auto;
  flex: 0 0 240px;
}
.m-cart .c-dtsh-row .input input,
.m-cart .c-dtsh-row .input select {
  width: 100% !important;
  margin: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 0, 0, 0.02);
  height: 34px;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 600;
}
.m-cart .c-msg {
  width: 100%;
  max-width: 500px;
  margin: 20px auto 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 25px 30px;
}
.m-cart .c-msg-header {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.m-cart .c-msg textarea {
  margin: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 0, 0, 0.02);
  height: 114px;
  padding: 5px;
  font-size: 15px;
}
.m-cart .c-msg + table a {
  text-decoration: underline;
}
.m-cart .c-place-order {
  text-align: center;
}
.m-cart .c-place-order button {
  order: 5;
  background-color: #05696d;
  color: #fff;
  border: 0;
  height: 60px;
  padding: 2px 40px 0;
  font-size: 18px;
  font-weight: 600;
  transition: all 80ms ease-in-out;
  margin: 20px 0 40px;
}
.m-cart .c-place-order button:hover {
  background-color: #033a3c;
}

/**********************/
.register {
  width: 800px;
  margin: 20px auto 40px;
  font-size: 1rem;
  background-color: #fff;
}
.register input[type=checkbox] {
  margin-right: 6px;
}
.register__box {
  padding: 20px 25px;
  border: 1px solid #232020;
}
.register__row {
  clear: both;
  padding: 4px 0;
}
.register__row:after {
  content: "";
  display: table;
  clear: both;
}
.register__row--header strong {
  font-weight: 400;
}
.register__row--line {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 15px;
}
.register__title {
  display: block;
  float: left;
}
.register__row--header .register__title {
  font-size: 1.5rem;
  padding-bottom: 10px;
}
.register__input-box {
  float: right;
  width: 60% !important;
}
.register__row input[type=text], .register__row input[type=email], .register__row input[type=tel] {
  padding: 6px 10px 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.02);
  width: 100% !important;
}
.register__row input[type=password] {
  padding: 6px 10px 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.02);
  width: 100% !important;
}
.register__row input[name=ulica], .register__row input[name=firma_ulica] {
  width: 85% !important;
}
.register__row input[name=dom], .register__row input[name=firma_dom] {
  width: 13% !important;
  margin-left: 2% !important;
}
.register__row select {
  padding: 4px 10px 2px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.02);
  width: 100% !important;
}
.register__row--submit {
  text-align: center;
}
.register__row--submit .button {
  background-color: #05696d;
  color: #fff;
  border: 0;
  padding: 8px 20px 6px;
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
}

@media all and (max-width: 860px) {
  .register {
    width: 100%;
    margin: 20px auto 40px;
  }
  .register__box {
    padding: 20px 25px;
    border: 1px solid #232020;
  }
  .register__row {
    clear: both;
    padding: 4px 0;
  }
  .register__row:after {
    content: "";
    display: table;
    clear: both;
  }
  .register__row--header strong {
    font-weight: 400;
  }
  .register__title {
    display: block;
    float: none;
  }
  .register__input-box {
    float: none;
    width: 100% !important;
  }
  .register__row input[type=text], .register__row input[type=email], .register__row input[type=tel] {
    padding: 6px 10px 4px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.02);
    width: 100% !important;
  }
  .register__row input[type=password] {
    padding: 6px 10px 4px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.02);
    width: 100% !important;
  }
  .register__row input[name=ulica], .register__row input[name=firma_ulica] {
    width: 85% !important;
  }
  .register__row input[name=dom], .register__row input[name=firma_dom] {
    width: 13% !important;
    margin-left: 2% !important;
  }
  .register__row--submit {
    text-align: center;
  }
}
/*******************/
.login {
  width: 500px;
  margin: 20px auto 40px;
  font-size: 1rem;
  background-color: #fff;
}
.login a {
  text-decoration: underline;
  color: #05696d;
}
.login a:hover {
  text-decoration: none;
}
.login input[type=checkbox] {
  margin-right: 6px;
}
.login__box {
  padding: 20px 25px;
  border: 1px solid #232020;
}
.login__row {
  clear: both;
  padding: 4px 0;
}
.login__row:after {
  content: "";
  display: table;
  clear: both;
}
.login__title {
  display: block;
  float: left;
}
.login__row--header .login__title {
  font-size: 1.5rem;
  padding-bottom: 10px;
}
.login__input-box {
  float: right;
  width: 60% !important;
}
.login__row input[type=text] {
  padding: 8px 10px 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.02);
  width: 100% !important;
}
.login__row input[type=password] {
  padding: 8px 10px 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.02);
  width: 100% !important;
}
.login__row--submit {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 10px;
}
.login__row--submit .button {
  background-color: #05696d;
  color: #fff;
  border: 0;
  padding: 8px 20px 6px;
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
}
.login__row--links {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 860px) {
  .login {
    width: 100%;
  }
  .login__title {
    float: none;
    width: 100%;
    padding: 8px 0 5px;
  }
  .login__input-box {
    float: none;
    width: 100% !important;
  }
}

.accountNav li {
  display: block;
  border-bottom: 1px solid #fff;
}
.accountNav li a {
  background-color: #000;
  display: block;
  padding: 6px 15px;
  text-decoration: none;
  color: #fff;
}
.accountNav li a:hover {
  background-color: #05696d;
}
@media screen and (min-width: 1024px) {
  .accountNav {
    padding: 0;
  }
  .accountNav li {
    display: inline-block;
    border-bottom: 0;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
  }
  .accountNav li a {
    background-color: #000;
  }
  .accountNav li a:hover {
    background-color: #05696d;
  }
}
@media screen and (min-width: 1024px) {
  .accountNav form[name=profil],
  .accountNav form[name=adres_nowy] {
    margin-right: 33%;
  }
}

.pageBox {
  padding: 0 15px;
}
.pageBox-header {
  padding: 30px 0;
  margin-bottom: 30px;
  font-size: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .pageBox {
    padding: 0;
  }
}