@charset "UTF-8";
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Lato/Lato-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Lato/Lato-Italic.ttf) format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: bold;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/Lato/Lato-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: black;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Lato/Lato-Black.ttf) format("truetype");
}
/* 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;
  letter-spacing: -0.03em;
}

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

body {
  font-family: "Lato", sans-serif;
  color: #3f3f3f;
  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: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}

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

textarea,
select {
  outline: none;
  font-family: "Lato", 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: 768px) {
  .wrapper {
    overflow: hidden;
    width: 100%;
  }
}
@media screen and (min-width: 1084px) {
  .wrapper {
    max-width: 1084px;
    margin: auto;
  }
}

img {
  width: auto;
  height: auto;
}

.wrapper {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .wrapper {
    overflow: hidden;
  }
}
@media screen and (min-width: 1084px) {
  .wrapper {
    max-width: 1084px;
    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: 1600px) {
  .wrapper {
    max-width: 1600px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

body {
  background: #f3f3f3;
}

img {
  width: auto;
  height: auto;
}

.m-topmsg {
  background-color: #306209;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  font-weight: 400;
  padding: 15px 20px;
  line-height: 1.5rem;
}

.m-top {
  color: #000;
}
.m-top__grid {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.m-top__infos strong {
  display: none;
}
.m-top__infos .mod2,
.m-top__infos .mod3 {
  display: none;
}
.m-top__infos img {
  max-height: 19px;
  max-width: 19px;
  margin: 0 1px 0 2px;
}
.m-top__infos img:first-of-type {
  max-width: 14px;
}
.m-top__menu {
  display: none;
}

.m-header {
  background-color: #242424;
  color: #fff;
  font-size: 1rem;
}
.m-header__grid {
  display: flex;
  flex-wrap: wrap;
  overflow: visible !important;
}

.m-logo {
  display: flex;
  align-items: center;
  order: 10;
  flex: 0 0 190px;
  padding: 8px 0 8px 10px;
}

.m-search {
  display: flex;
  align-items: center;
  flex: 0 0 100%;
  padding: 10px 10px;
  order: 30;
  position: relative;
}
.m-search form {
  display: flex;
  align-items: stretch;
  flex: 0 0 100%;
}
.m-search__box {
  background-color: #fff;
  height: 36px;
  display: flex;
  align-items: stretch;
  flex: 0 0 100%;
  padding: 4px;
}
.m-search input {
  flex: 1 1 100%;
  border: 0;
  padding: 0 0 1px 8px;
  color: #000;
}
.m-search input::placeholder {
  opacity: 1;
  color: #000;
}
.m-search button {
  flex: 0 0 34px;
  margin-left: 2px;
  background-color: #242424;
  border: 0;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
}

.m-links {
  display: flex;
  align-items: stretch;
  order: 1;
  font-size: 0.8125rem;
  font-weight: 500;
  flex: 0 0 100%;
}
.m-links a {
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 100ms ease-in-out;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  white-space: nowrap;
  flex: 0 0 30%;
}
.m-links a:hover {
  background-color: #e3000f;
}
.m-links a.m-links__mail {
  background-color: #fff;
  color: #000;
  flex: 0 0 40%;
}

.m-account {
  display: flex;
  align-items: stretch;
  order: 21;
  margin-left: auto;
}
.m-account a {
  display: flex;
  align-items: center;
}
.m-account a:hover {
  text-decoration: underline;
}
.m-account img {
  height: 20px;
  margin-right: 12px;
}
.m-account span {
  display: none;
}

#mKoszyk {
  display: flex;
  align-items: stretch;
  padding: 10px 0;
  order: 22;
}

.m-cart {
  display: flex;
  align-items: stretch;
}
.m-cart a {
  display: flex;
  align-items: center;
  font-weight: 600;
  position: relative;
  padding: 0 20px 0 12px;
  transition: all 100ms ease-in-out;
}
.m-cart a:hover {
  background-color: #c4000d;
}
.m-cart .amount {
  display: none;
}
.m-cart .qty {
  background-color: #e3000f;
  color: #fff;
  font-size: 0.75rem;
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  top: -8px;
  right: 3px;
  position: absolute;
  font-weight: 800;
}
.m-cart img {
  height: 20px;
}

.m-menumob {
  order: 23;
  flex: 0 0 36px;
  display: flex;
  margin-left: 14px;
  margin-right: 5px;
}
.m-menumob a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.m-menumob a span {
  height: 2px;
  width: 21px;
  background-color: #fff;
  margin: 2px 0;
}
.m-menumob a img {
  width: 24px;
}

.m-mainbox {
  display: flex;
  flex-direction: column;
}
.m-mainbox__sidebar {
  order: 1;
}
.m-mainbox__sidebar > * {
  display: none;
}
.m-mainbox__sidebar > .m-atv {
  display: block;
}
.m-mainbox__content {
  order: 2;
}

.m-atv {
  background-color: #e3000f;
  color: #fff;
  padding: 6px 20px 12px;
}
.m-atv__header {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 6px;
  text-align: center;
}
.m-atv__conf {
  display: flex;
  flex-wrap: wrap;
}
.m-atv__select {
  margin-bottom: 10px;
  background-color: #fff;
  padding-right: 6px;
  flex: 0 0 49%;
}
.m-atv__select:nth-of-type(2) {
  flex: 0 0 49%;
  margin-left: 2%;
}
.m-atv__select select {
  width: 100%;
  background-color: #fff;
  border: 0;
  padding: 8px 0 6px 6px;
  font-size: 0.875rem;
}
.m-atv__select select option {
  font-size: 0.8125rem;
}
.m-atv__select select::disabled {
  color: #000;
}
.m-atv__link {
  flex: 0 0 100%;
  text-align: right;
}
.m-atv__link a {
  display: inline-block;
  background-color: #242424;
  color: #fff;
  font-size: 0.875rem;
  padding: 0 10px;
}

body::before {
  content: " ";
  display: block;
  top: 0;
  left: -100%;
  right: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 100ms ease-in-out;
}

body.menu-open {
  overflow: hidden;
}
body.menu-open::before {
  opacity: 1;
  visibility: visible;
  left: 0;
  right: 0;
}
body.menu-open .m-categories {
  left: 0;
}

.m-categories {
  display: block !important;
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 320px;
  z-index: 90000;
  overflow-y: auto;
  padding-top: 70px;
  padding-bottom: 30px;
  transition: all 100ms ease-in-out;
}
.m-categories__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  z-index: 900000;
}
.m-categories__close a {
  display: block;
  width: 46px;
  height: 46px;
}
.m-categories__close a span {
  top: 23px;
  left: 2px;
  position: absolute;
  height: 1px;
  width: 41px;
  background-color: #e3000f;
  transform: rotate(45deg);
}
.m-categories__close a span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.m-categories__menu {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.m-categories .c-top {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 7px 18px;
  background-color: #fff;
  transition: all 100ms ease-in-out;
  order: 10;
}
.m-categories .c-top:last-of-type {
  border: 0;
}
.m-categories .c-top > a {
  font-size: 1.0625rem;
  margin-right: 46px;
}
.m-categories .c-top li {
  position: relative;
}
.m-categories .c-top > ul {
  display: none;
  padding: 5px 0;
}
.m-categories .c-top > ul li {
  padding: 3px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.m-categories .c-top > ul li:last-of-type {
  border: 0;
}
.m-categories .c-top ul {
  display: none;
}
.m-categories .c-top .sub-trigger {
  position: absolute;
  right: 0px;
  top: 3px;
  transform: rotate(90deg);
}
.m-categories .c-top .sub-trigger::before {
  content: " ";
  display: block;
  background: url(../img/ico-str-1.png) center center no-repeat;
  background-size: 5px auto;
  width: 40px;
  height: 36px;
}
.m-categories li.open {
  background-color: rgba(0, 0, 0, 0.06);
}
.m-categories li.open > ul {
  display: block;
}
.m-categories .open > .sub-trigger {
  transform: rotate(-90deg);
}

.bnx {
  margin-top: 30px;
}

.bnx-paydeli {
  background-color: #fff;
  padding: 20px 10px;
  text-align: center;
}
.bnx-paydeli img {
  max-width: 100%;
  margin: 20px 10px;
}

.m-baners {
  text-align: center;
}
.m-baners__small-1 {
  flex: 0 0 50%;
  display: flex;
}
.m-baners__small-1 .box {
  flex: 0 0 100%;
  background: #fff url(../img/baner-2-bg.webp) center bottom 10px no-repeat;
  background-size: 95% auto;
  padding: 10px 20px 20% 20px;
}
.m-baners__small-1 .line1 {
  display: flex;
  align-items: center;
}
.m-baners__small-1 .bto {
  display: flex;
  text-align: right;
  flex-direction: column;
  font-size: 4vw;
  line-height: 6vw;
  margin-right: 12px;
}
.m-baners__small-1 .number {
  color: #306209;
  font-size: 8vw;
  font-weight: 800;
}
.m-baners__small-1 .aval {
  font-size: 7vw;
  font-weight: 800;
}
.m-baners__small-1 .line2 {
  margin-top: 4px;
  background-color: #e3000f;
  color: #fff;
  text-align: center;
  font-size: 3.5vw;
  line-height: 4.5vw;
  padding: 4px 0 3px;
}
.m-baners__small-2 {
  display: flex;
  align-items: stretch;
}
.m-baners__small-2 .box {
  flex: 0 0 100%;
  background: url(../img/baner-3-bg.webp) center center no-repeat;
  background-size: cover;
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.m-baners__small-2 .line1 {
  background-color: #fff;
  display: inline-block;
  color: #e3000f;
  font-size: 5vw;
  line-height: 6vw;
  font-weight: 700;
  padding: 8px 10px 8px;
  margin-bottom: 4px;
}
.m-baners__small-2 .line2 {
  background-color: #fff;
  display: inline-block;
  font-size: 6vw;
  line-height: 7vw;
  font-weight: 800;
  padding: 4px 10px 6px;
  margin-bottom: 3px;
}
.m-baners__small-2 .link {
  margin-top: auto;
}
.m-baners__small-2 .link a {
  color: #fff;
  background-color: #e3000f;
  font-size: 4vw;
  line-height: 5vw;
  font-weight: 600;
  display: block;
  padding: 8px 12px 7px;
  transition: all 100ms ease-in-out;
}
.m-baners__small-2 .link a:hover {
  background-color: #c4000d;
}

.m-homeparts {
  padding: 20px 15px 25px;
  text-align: center;
}
.m-homeparts h1 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3rem;
  margin-bottom: 10px;
}
.m-homeparts h1 .company {
  font-weight: 900;
  font-size: 2.25rem;
  display: block;
}
.m-homeparts h1 .red {
  color: #e3000f;
}
.m-homeparts__logos {
  text-align: center;
}
.m-homeparts__logos a {
  display: inline-block;
  margin: 15px 5px;
}
.m-homeparts__logos a img {
  max-width: 90px;
  max-height: 30px;
}

.m-new {
  background-color: #fff;
  padding: 30px 0 30px;
}
.m-new__header {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 30px;
  padding: 0 10px;
  text-align: center;
}
.m-new__grid {
  display: flex;
  align-items: stretch;
  padding-bottom: 30px;
  overflow-x: auto;
  margin: 0 10px;
}
.m-new__grid .m-pro {
  flex: 0 0 220px;
}

.m-pro {
  flex: 0 0 16.6666%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 30px;
  line-height: 1.375rem;
  font-size: 0.8125rem;
}
.m-pro__thumb {
  flex: 0 0 100%;
  text-align: center;
  display: flex;
  height: 150px;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
}
.m-pro__thumb img {
  width: 100%;
}
.m-pro__mark {
  flex: 0 0 100%;
  height: 28px;
  overflow: hidden;
}
.m-pro__mark .aval {
  color: #306209;
}
.m-pro__title {
  display: block;
  height: 50px;
  overflow: hidden;
  flex: 0 0 100%;
}
.m-pro__price {
  font-size: 0.9375rem;
  font-weight: 800;
  flex: 0 0 100%;
}
.m-pro__manu {
  margin-left: auto;
}
.m-pro__manu img {
  max-width: 56px;
  max-height: 32px;
}

.m-potd {
  flex: 0 0 380px;
  background-color: #fff;
  border: 5px solid #e3000f;
  padding: 30px 35px;
}
.m-potd__header {
  font-size: 1.375rem;
  margin-bottom: 30px;
  font-weight: 800;
}
.m-potd__thumb a {
  display: flex;
  min-height: 240px;
  max-height: 320px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.m-potd__thumb a img {
  max-width: 100%;
  height: 100%;
}
.m-potd__title {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.625rem;
  margin-bottom: 22px;
}
.m-potd__price {
  color: #e3000f;
  font-size: 1.5rem;
}
.m-potd__price span {
  font-size: 1rem;
  font-weight: 700;
  display: block;
}
.m-potd__price strong {
  font-weight: 800;
  display: block;
}

.m-welcome {
  flex: 1 1 100%;
  padding: 20px 0 0 0;
}

.m-about {
  margin-bottom: 35px;
  padding: 0 20px;
}
.m-about h2 {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 36px;
}
.m-about p {
  margin-bottom: 16px;
}
.m-about__content {
  max-height: 320px;
  overflow-y: auto;
  padding-right: 15px;
}

.m-blog__header {
  margin-bottom: 25px;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0 15px;
}
.m-blog__art {
  background-color: #fff;
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #e5e5e5;
}
.m-blog__thumb {
  flex: 0 0 120px;
  overflow: hidden;
}
.m-blog__thumb img {
  height: 100%;
  width: auto;
  aspect-ratio: 185/151;
  position: relative;
  left: -30px;
}
.m-blog__infos {
  flex: 1 1 100%;
  padding: 15px 22px 15px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.m-blog__infos .title {
  display: block;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  height: 66px;
  overflow-y: hidden;
}
.m-blog__infos .title:hover {
  text-decoration: underline;
}
.m-blog__infos .link {
  margin-top: auto;
  background-color: #e3000f;
  color: #fff;
  font-size: 0.8725rem;
  line-height: 1.25rem;
  font-weight: 700;
  padding: 2px 10px 3px;
  transition: all 100ms ease-in-out;
}
.m-blog__infos .link:hover {
  background-color: #c4000d;
}

.m-populars {
  background-color: #fff;
  padding: 40px 15px 40px;
}
.m-populars__header {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}
.m-populars__grid {
  display: flex;
  align-items: stretch;
  padding: 40px 0 70px;
  border-bottom: 1px solid #e5e5e5;
  overflow-x: auto;
}
.m-populars__box {
  flex: 0 0 200px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.375rem;
  margin-right: 30px;
}
.m-populars__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  padding: 0 10px;
}
.m-populars__name:hover {
  text-decoration: underline;
}

.m-footer {
  background-color: #fff;
  padding-bottom: 50px;
}
.m-footer__grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.m-footer__contact {
  text-align: center;
  flex: 0 0 100%;
}
.m-footer__contact .logo {
  margin: 0 auto 30px;
  display: inline-block;
}
.m-footer__contact > div {
  text-align: left;
  margin-left: 30px;
}
.m-footer__contact .ico {
  display: inline-block;
  width: 30px;
  text-align: right;
  margin-right: 10px;
}
.m-footer__contact .ico img {
  width: 14px;
}
.m-footer__contact .phone {
  font-weight: 700;
  margin-bottom: 12px;
}
.m-footer__contact .phone strong {
  font-size: 1.125rem;
  margin-left: 4px;
}
.m-footer__contact .phone .ico img {
  width: 24px;
}
.m-footer__contact .address {
  padding-top: 12px;
}
.m-footer__contact .address .ico img {
  width: 18px;
  position: relative;
  top: -2px;
}
.m-footer__contact a:hover {
  text-decoration: underline;
}
.m-footer__menu {
  padding-top: 40px;
  margin: 0 15px 40px;
}
.m-footer__menu ul {
  columns: 2;
  column-gap: 50px;
}
.m-footer__menu ul a:hover {
  text-decoration: underline;
}
.m-footer__links {
  flex: 1 1 100%;
  margin: 0 15px;
}
.m-footer__header {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 25px;
}
.m-footer__box {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
}
.m-footer__box a {
  background-color: #242424;
  color: #fff;
  display: block;
  padding: 2px 7px 1px;
  margin: 1px;
  font-size: 0.875rem;
  transition: all 100ms ease-in-out;
}
.m-footer__box a:hover {
  background-color: #e3000f;
}

.m-copy {
  text-align: center;
  padding: 40px 15px;
  font-size: 0.8125rem;
}
.m-copy p {
  padding: 10px 0;
}
.m-copy .red {
  color: #e3000f;
}
.m-copy img {
  width: 56px;
  margin-left: 4px;
  mix-blend-mode: multiply;
  position: relative;
  top: -1px;
}
.m-copy a:hover {
  text-decoration: underline;
}

.m-breadcrumbs {
  font-size: 0.8125rem;
  display: flex;
  align-items: stretch;
  padding: 4px 4px 10px;
  overflow-x: auto;
}
.m-breadcrumbs a {
  display: none;
  background-color: #fff;
  margin-right: 20px;
  line-height: 1.5rem;
  padding: 1px 8px 0;
  position: relative;
  white-space: nowrap;
}
.m-breadcrumbs a:last-of-type() {
  margin-right: 0;
}
.m-breadcrumbs a:not(:last-of-type)::before {
  content: " ";
  display: block;
  position: absolute;
  right: -5px;
  top: 8px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  transform: rotate(45deg);
}
.m-breadcrumbs a:nth-last-child(-n+2) {
  display: block;
}
.m-breadcrumbs strong {
  font-weight: 800;
}
.m-breadcrumbs .red {
  color: #e3000f;
}

.p-page__box-1 {
  background-color: #fff;
}
.p-page__box-1:after {
  content: "";
  display: table;
  clear: both;
}

.p-name {
  padding: 25px 15px 20px;
}
.p-name h1 {
  font-size: 1.25rem;
  font-weight: 800;
}

.p-infos {
  padding: 0 15px;
  height: 331px;
  overflow: hidden;
}

.p-photos__main {
  padding: 20px 40px;
}
.p-photos__gallery {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 10px 10px;
}
.p-photos__gallery a {
  display: inline-block;
  text-align: center;
  padding: 6px;
}
.p-photos__gallery a img {
  width: 58px;
}

.p-features {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  padding: 15px 3px;
  margin-bottom: 10px;
}
.p-features img {
  max-width: 100px;
  max-height: 20px;
  position: relative;
  top: -1px;
}
.p-features .aval img {
  display: none;
}
.p-features .manuf {
  position: absolute;
  right: 0;
}

.p-buy {
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}
.p-buy__price {
  display: flex;
  align-items: center;
  font-size: 1.1875rem;
  font-weight: 700;
  margin-bottom: 10px;
  padding-top: 1px;
}
.p-buy__qty {
  margin-right: 12px;
  display: inline-block;
}
.p-buy__qty input {
  font-size: 1.1875rem;
  text-align: center;
  border: 1px solid #e3000f;
  width: 40px;
  height: 44px;
}
.p-buy__cart {
  display: inline-block;
}
.p-buy__cart button {
  border: 0;
  background-color: #e3000f;
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 700;
  padding: 2px 35px 0;
  cursor: pointer;
  height: 44px;
}

.p-ask {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 25px;
}
.p-ask__contact {
  font-size: 0.875rem;
  margin-bottom: 5px;
}
.p-ask__contact a:hover {
  text-decoration: underline;
}
.p-ask__nego {
  font-size: 0.875rem;
  border: 1px solid #e5e5e5;
  padding: 0 14px;
  line-height: 1.5rem;
  transition: all 100ms ease-in-out;
  display: inline-block;
}
.p-ask__nego:hover {
  color: #e3000f;
  border-color: #e3000f;
}

.p-description {
  font-family: "Lato", sans-serif !important;
  color: #3f3f3f;
  font-size: 0.9375rem;
  background-color: #fff;
  padding: 0 15px 20px;
  border-bottom: 1px solid #e5e5e5;
}
.p-description * {
  font-size: 15px !important;
}
.p-description p {
  margin-bottom: 12px;
  font-size: 0.9375rem !important;
}
.p-description ul {
  margin-bottom: 12px;
  font-size: 0.9375rem !important;
  list-style: disc;
  margin-left: 30px;
}
.p-description > h2 {
  font-size: 20px !important;
}
.p-description > h3 {
  font-size: 17px !important;
}

.p-nego {
  font-size: 0.9375rem;
  background-color: #fff;
  padding: 30px 20px;
}
.p-nego__header {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 25px;
}
.p-nego__form {
  padding: 30px 0 0;
}
.p-nego__box {
  border: 1px solid #b1b1b1;
  position: relative;
  padding: 7px 15px;
  margin-bottom: 15px;
}
.p-nego__box input {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  width: 100%;
  position: relative;
  font-weight: 800;
}
.p-nego__box textarea {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  width: 100%;
  position: relative;
  height: 90px;
  font-weight: 800;
}
.p-nego__pholder {
  z-index: 10;
  position: absolute;
  left: 15px;
  top: 7px;
  background-color: #fff;
  display: inline-block;
  transition: all 100ms ease-in-out;
}
.p-nego__box--active .p-nego__pholder {
  top: -16px;
  left: 12px;
  font-size: 0.8125rem;
  padding: 0 3px;
}
.p-nego__boxcaptcha {
  position: relative;
  padding: 7px 0;
  margin-bottom: 15px;
}
.p-nego__boxcaptcha input {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #b1b1b1;
  position: relative;
  font-weight: 800;
  padding: 5px 1px;
  margin: 0 1px;
}
.p-nego__boxsend {
  position: relative;
  padding: 7px 0;
  margin-bottom: 15px;
}
.p-nego__boxsend button {
  background-color: #e3000f;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  border: 0;
  padding: 9px 35px;
  transition: all 100ms ease-in-out;
}
.p-nego__boxsend button:hover {
  background-color: #bf000d;
}

.p-samecat {
  background-color: #fff;
  padding: 30px 0 40px;
  clear: both;
}
.p-samecat__header {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 40px;
  padding: 0 20px;
}
.p-samecat__grid form {
  display: flex;
  overflow-x: auto;
  padding-bottom: 30px;
  margin: 0 20px;
}
.p-samecat .m-pro {
  flex: 0 0 190px;
  padding-left: 0;
  margin-right: 35px;
}

.filters-box {
  display: block !important;
  padding: 0 0 30px;
  position: relative;
}
.filters-box > * {
  display: inline-block;
}
.filters-box .fsua .fwa {
  margin-right: 8px;
  display: inline-block;
}
.filters-box .fsu-box {
  display: inline-block;
  background-color: #e3000f;
  border-radius: 5px;
  padding: 5px 20px;
  color: #fff;
  font-size: 16px;
  margin-left: 8px;
  cursor: pointer;
}
.filters-box .fsu-list {
  display: none;
  position: absolute;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 20px;
  background-color: #fff;
  column-count: 2;
  column-gap: 30px;
  left: 0;
  top: 30px;
}
.filters-box .fsu-list.active {
  display: block !important;
}
.filters-box .fsu-list label {
  cursor: pointer;
  padding: 4px 0;
  display: block;
}
.filters-box .fsu-list label input {
  display: none;
}
.filters-box .fsu-list label span {
  display: block;
}
.filters-box .fsu-list label span::before {
  content: " ";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background-color: #f6f6f9;
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.filters-box .fsu-list label:hover span::before {
  background-color: #e3000f;
  cursor: pointer;
  text-decoration: underline;
}
.filters-box .fsu-list label input:checked + span::before {
  background-color: #e3000f;
  cursor: pointer;
  text-decoration: underline;
}

.m-prods {
  margin-bottom: 30px;
  padding: 0;
}
.m-prods__header {
  display: inline-block;
  margin-right: 6px;
}
.m-prods b {
  font-weight: 600;
}

.m-catalog {
  background: #fff;
  padding: 30px 20px;
}
.m-catalog__title {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.m-catalog__desc {
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0 10px;
  margin-bottom: 10px;
}
.m-catalog__grid form {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
}
.m-catalog .m-pro {
  flex: 0 0 46%;
  margin: 0 2% 50px;
  padding-left: 0;
}

.m-catalog__nav {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}

.m-catalog .pagination > * {
  border-radius: 5px;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 0.875rem;
  background-color: #f6f6f9;
}

.m-catalog .pagination a:hover {
  color: #fff;
  background-color: #e3000f;
}

.m-catalog .pagination span {
  background-color: #e3000f;
  color: #fff;
  font-weight: 800;
}

.m-catalog .m-sort {
  flex: 0 0 100%;
  margin-left: 0;
  text-align: center;
  padding-top: 18px;
  width: 100%;
}

.m-catalog .m-sort select {
  background-color: #f6f6f9;
  border: 0;
  font-size: 0.875rem;
  padding: 0 8px;
  height: 30px;
  width: 100%;
  max-width: 380px;
}

.m-catalog__bottom {
  text-align: center;
}

.p-ext {
  background-color: #fff;
}
.p-ext__header {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 30px;
}
.p-ext__header h1 {
  font-size: 1.5rem;
  font-weight: 600;
}
.p-ext__content {
  padding: 20px 30px;
}
.p-ext__content p {
  margin-bottom: 20px;
}
.p-ext__content ul {
  margin-bottom: 20px;
  list-style-type: disc;
  margin-left: 15px;
}
.p-ext__content ol {
  margin-bottom: 20px;
  list-style-type: decimal;
  margin-left: 15px;
}
.p-ext__content li {
  padding: 3px 0;
}

.ds-symbox {
  margin: auto;
  max-width: 600px;
}

.msg-info {
  text-align: center;
  padding: 20px !important;
  background: #242424;
  color: #fff;
  font-size: 1.25rem;
}
.msg-info strong {
  font-weight: 600;
}

.p-blog {
  background-color: #fff;
  padding: 30px 15px 20px;
  margin-bottom: 30px;
}
.p-blog:after {
  content: "";
  display: table;
  clear: both;
}
.p-blog__header {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.p-blog__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-blog .m-blog__art {
  flex: 0 0 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
}
.p-blog .m-blog__infos {
  padding: 12px 24px;
}
.p-blog .m-blog__infos .title {
  height: 62px;
  margin-bottom: 6px;
}
.p-blog__pagi {
  text-align: center;
  padding: 0 0 20px;
}

.p-art {
  background-color: #fff;
  padding: 30px 30px 20px;
  margin-bottom: 30px;
}
.p-art:after {
  content: "";
  display: table;
  clear: both;
}
.p-art__header {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.p-art__content p,
.p-art__content ul,
.p-art__content ol {
  margin-bottom: 16px;
}
.p-art__content a {
  text-decoration: underline;
  color: #e3000f;
  font-weight: 600;
}

#podpowiedzi {
  position: absolute;
  top: 46px !important;
  left: 0;
  right: auto !important;
  background-color: #f8f8f8;
  z-index: 9999;
  max-height: 460px;
  overflow-y: auto;
}

.m-hint {
  color: #3f3f3f;
}
.m-hint__row {
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
}
.m-hint__row a {
  display: block;
  padding: 5px 22px 4px 12px;
  line-height: 26px;
}
.m-hint__row a:hover {
  background-color: #e5e5e5;
  text-decoration: underline;
}

.kd-cart {
  padding: 20px 10px 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.kd-cart:after {
  content: "";
  display: table;
  clear: both;
}
.kd-cart__header {
  font-size: 1.75rem;
  margin-bottom: 20px;
  font-weight: 600;
  color: #e3000f;
}
@media screen and (min-width: 1220px) {
  .kd-cart {
    padding: 50px 0 20px;
    margin: auto;
  }
  .kd-cart__col-one {
    font-size: 0.9375rem;
    max-width: 1200px;
    margin: auto !important;
    background-color: #fff;
    border: 1px solid #e5e5e5;
  }
  .kd-cart__col-one:last-of-type {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .kd-cart__col-two {
    border-radius: 0px;
    font-size: 0.9375rem;
    margin: auto;
  }
}

.marker-red {
  color: red;
}

.kd-products {
  background-color: #fff;
}
.kd-products__item {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  padding: 24px 10px;
  align-items: stretch;
  margin-bottom: 10px;
}
.kd-products__item:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
}
.kd-products__item--header {
  display: none;
}
.kd-products__item:after {
  content: "";
  display: table;
  clear: both;
}
.kd-products__item .thumb {
  flex: 0 0 120px;
  text-align: center;
}
.kd-products__item .infos {
  position: relative;
  flex: 1 1 100%;
}
.kd-products__item .infos .name {
  font-weight: 600;
  font-size: 1.0625rem;
  display: block;
  padding: 10px 0 8px;
  margin-bottom: 8px;
}
.kd-products__item .infos .name .attrs {
  clear: both;
  font-size: 0.8725rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.kd-products__item .infos .name .attrs-single:first-of-type {
  padding-top: 10px;
}
.kd-products__item .infos .name .attrs-single:last-of-type {
  padding-bottom: 16px;
}
.kd-products__item .infos .row {
  font-size: 0.9375rem;
  margin: 0;
}
.kd-products__item .infos .row > span:not(:last-of-type) {
  margin-right: 40px;
  display: inline-block;
  min-width: 110px;
}
.kd-products__item .infos .row .qty input {
  background-color: #fff;
  border: 0;
  height: 30px;
  width: 40px;
  text-align: center;
  border-radius: 0px;
  margin-left: 10px;
  border: 1px solid #e5e5e5;
}
.kd-products__item .remove {
  position: absolute;
  right: 20px;
  top: -50px;
}
.kd-products__item .remove a {
  background: url(../img/kd-remove.svg) center center no-repeat;
  background-size: auto 12px;
  width: 20px;
  height: 20px;
  display: block;
  opacity: 0.55;
}
.kd-products__item .remove a:hover {
  opacity: 1;
}
.kd-products__item .remove a img {
  display: none;
}
@media screen and (min-width: 768px) {
  .kd-products__item {
    display: flex;
  }
  .kd-products__item--header {
    display: none;
  }
  .kd-products .remove {
    top: 48%;
    right: 10px;
  }
  .kd-products .infos {
    padding-left: 35px;
    position: relative;
  }
  .kd-products .infos .name {
    font-weight: 600;
    display: block;
    padding: 15px 60px 8px 0;
  }
  .kd-products .infos .row {
    margin: 0;
  }
}

.kd-summary {
  border-radius: 0px;
  line-height: 1.625rem;
  text-align: center;
  justify-content: center;
}
.kd-summary__worth {
  padding: 18px 0 17px;
  font-size: 1.25rem;
  font-weight: 600;
  width: 100%;
  display: block;
}
.kd-summary__code {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9375rem;
}
.kd-summary__code input[type=text] {
  border: 1px solid #242424;
  font-size: 0.9375rem;
  padding: 4px 4px 3px;
  width: 150px;
  text-align: center;
  color: #e3000f;
  font-weight: 600;
}
.kd-summary__code input[type=button] {
  background-color: #242424;
  color: #fff;
  border: 0;
  font-size: 0.9375rem;
  padding: 5px 12px;
  cursor: pointer;
}
.kd-summary__buttons {
  padding: 25px 0;
  border-bottom: 3px solid #e5e5e5;
}
.kd-summary__buttons button {
  border: 0;
  font-size: 1.125rem;
  color: #fff;
  padding: 12px 22px 10px;
  cursor: pointer;
}
.kd-summary__buttons .recalc {
  background-color: #e5e5e5;
  margin-bottom: 20px;
  margin-right: 10px;
  color: #000;
}
.kd-summary__buttons .recalc:hover {
  background-color: lightgray;
}
.kd-summary__buttons .next-step {
  background-color: #242424;
  font-weight: 600;
}
.kd-summary__buttons .next-step:hover {
  background-color: #121212;
}
@media screen and (min-width: 768px) {
  .kd-summary {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .kd-summary > div {
    display: flex;
    order: 10;
  }
  .kd-summary > div:nth-of-type(3) img, .kd-summary > div:nth-of-type(4) img, .kd-summary > div:nth-of-type(5) img {
    height: 28px;
    margin: 2px 15px;
  }
  .kd-summary .val {
    margin-left: 10px;
  }
  .kd-summary__buttons {
    flex: 0 0 100%;
  }
  .kd-summary__buttons .recalc {
    margin-bottom: 0;
  }
  .kd-summary__buttons .next-step {
    margin-left: auto;
  }
  .kd-summary__code {
    order: 1;
    justify-content: flex-end;
    flex: 0 0 100%;
    padding-top: 0;
    padding-bottom: 30px;
  }
  .kd-summary__worth {
    width: auto;
    display: block;
    flex: 0 0 100%;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .kd-summary > div:nth-of-type(3), .kd-summary > div:nth-of-type(4), .kd-summary > div:nth-of-type(5) {
    display: inline-block;
  }
  .kd-summary > div:nth-of-type(3) img, .kd-summary > div:nth-of-type(4) img, .kd-summary > div:nth-of-type(5) img {
    height: 28px;
    margin: 10px 5px;
  }
  .kd-summary__code {
    flex-direction: column;
  }
  .kd-summary__code .text {
    margin-bottom: 12px;
  }
  .kd-summary__code .val {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .kd-summary__code .val input {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

form[name=koszyk_produktow] + div {
  display: none;
}

.kd-back {
  clear: both;
  padding: 20px 15px;
  text-align: center;
}
.kd-back--cart {
  clear: none;
}
.kd-back--cart a {
  margin-top: 20px;
}
.kd-back a {
  display: inline-block;
  background-color: #efefef;
  border: 1px solid #e6e6e6;
  padding: 6px 28px 4px;
  border-radius: 0px;
}
.kd-back .back {
  background-image: url(../img/kd-str-1.svg);
  background-position: 20px center;
  background-repeat: no-repeat;
  padding-left: 38px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .kd-back {
    text-align: left;
  }
  .kd-back a {
    padding: 12px 28px 10px;
    margin-right: 10px;
  }
  .kd-back .back {
    margin-bottom: 0;
  }
}

.kd-country {
  background-color: #f6f6f9;
  padding: 20px 25px;
}
.kd-country .text {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 6px;
}
.kd-country select {
  background-color: #fff;
  border-radius: 0px;
  border: 0;
  font-size: 1rem;
  height: 32px;
  padding: 6px;
}

.kd-shipment {
  padding: 26px 0 16px;
}
.kd-shipment__header {
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 1.0625rem;
  color: #e3000f;
  padding: 20px 0 0 0;
}
.kd-shipment__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.kd-shipment__item {
  display: flex;
  align-items: center;
  flex: 0 0 100%;
  padding: 10px 0 7px;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  border: 1px solid #e5e5e5;
  margin-bottom: 8px;
  padding: 6px 16px;
  background-color: #fff;
}
.kd-shipment__item:after {
  content: "";
  display: table;
  clear: both;
}
.kd-shipment__item:hover {
  border-color: #000;
}
.kd-shipment__name {
  float: left;
  width: 80%;
  line-height: 1.25rem;
}
.kd-shipment__name input {
  float: left;
  position: relative;
  left: -5px;
  top: 0;
  display: none;
}
.kd-shipment__name > label {
  width: 100%;
}
.kd-shipment__name label {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.kd-shipment__name label em {
  content: " ";
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid #e3000f;
  margin-right: 8px;
  position: relative;
  top: 0;
  background-color: #fff;
}
.kd-shipment__name label:hover em {
  border: 1px solid #e3000f;
  background: #e3000f;
}
.kd-shipment__name input:checked + em {
  border: 1px solid #e3000f;
  background: #e3000f url(../img/ico-kd-check.svg) center center no-repeat;
  background-size: auto 6px;
}
.kd-shipment__name input + em + .ico {
  display: none;
}
.kd-shipment__name label[for=platnosc_tpay]::before {
  content: "Szybka płatność online ";
  display: inline-block;
  margin-right: 4px;
}
.kd-shipment__cost {
  float: right;
  width: 20%;
  text-align: right;
}
.kd-shipment__desc {
  padding: 7px 17px 4px;
  background-color: #fff;
  margin-top: 20px;
  border: 4px solid red;
}
.kd-shipment__shortdesc {
  font-style: italic;
  margin-left: 10px;
}
.kd-shipment.payments .kd-shipment__item {
  flex: 0 0 49%;
  margin-right: 1%;
  display: flex;
  align-items: center;
  padding: 10px 16px;
}
.kd-shipment.payments .kd-shipment__name {
  display: flex;
  align-items: center;
}
.kd-shipment.payments .kd-shipment__name em {
  content: " ";
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid #e3000f;
  margin-right: 8px;
  position: relative;
  background-color: #fff;
}
.kd-shipment.payments .kd-shipment__name input:checked + em {
  border: 1px solid #e3000f;
  background: #e3000f url(../img/ico-kd-check.svg) center center no-repeat;
  background-size: auto 6px;
}
@media screen and (max-width: 768px) {
  .kd-shipment {
    padding: 26px 0 16px;
  }
  .kd-shipment__item {
    flex-wrap: wrap;
    height: auto;
  }
  .kd-shipment__name {
    flex: 0 0 100%;
    width: 100%;
  }
  .kd-shipment__name label {
    flex-wrap: wrap;
  }
  .kd-shipment__name input + em + .ico {
    border: 0;
  }
  .kd-shipment__cost {
    flex: 0 0 100%;
    text-align: left;
  }
  .kd-shipment__shortdesc {
    flex: 0 0 100%;
    margin-left: 0;
    padding-top: 5px;
  }
  .kd-shipment.payments .kd-shipment__item {
    flex: 0 0 100%;
  }
}

#inpost_paczkomat_pole {
  padding: 30px 0 30px;
}

#inpost_paczkomat_przycisk {
  border: 0;
  font-size: 1.125rem;
  color: #fff;
  padding: 12px 22px 10px;
  cursor: pointer;
  background-color: #242424;
  font-weight: 700;
  margin-bottom: 30px;
}
#inpost_paczkomat_przycisk:hover {
  background-color: #101010;
}

.kd-sum {
  background-color: #e3000f;
  color: #fff;
  padding: 10px 0;
}
.kd-sum__row {
  padding: 15px 12px 12px;
  text-align: center;
}
.kd-sum__row:after {
  content: "";
  display: table;
  clear: both;
}
.kd-sum__row:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}
.kd-sum__row:last-of-type > div {
  float: none;
  display: inline-block;
  margin: 2px 5px;
}
.kd-sum__dksp {
  display: block !important;
}
.kd-sum__all {
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .kd-sum {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .kd-sum__row {
    text-align: left;
  }
  .kd-sum__row:after {
    content: "";
    display: table;
    clear: both;
  }
  .kd-sum__row > div {
    float: left;
  }
  .kd-sum__row:last-of-type {
    text-align: right;
  }
  .kd-sum__dksp {
    display: inline-block !important;
  }
  .kd-sum__prod {
    float: left;
    margin-right: 40px;
  }
  .kd-sum__ship {
    float: left;
  }
  .kd-sum__all {
    float: right !important;
  }
}

.m-ckadr {
  padding: 30px 15px 0px 15px;
}

.kd-client {
  padding: 30px 10px;
}
.kd-client__header {
  font-size: 1.0625rem;
  font-weight: 600;
}
.kd-client__row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px 0 9px;
}
.kd-client__row:after {
  content: "";
  display: table;
  clear: both;
}
.kd-client__row .text {
  float: left;
  line-height: 2.125rem;
}
.kd-client__row .val {
  float: right;
}
.kd-client__row .val input,
.kd-client__row .val select {
  border-radius: 0px;
  border: 1px solid #e3000f;
  font-size: 0.9375rem;
  padding: 0px 8px;
  background-color: #f6f6f9;
}
.kd-client__row .val select {
  padding: 7px 8px;
}
@media screen and (max-width: 768px) {
  .kd-client {
    background-color: #fff;
  }
  .kd-client__row .val input {
    max-width: 240px !important;
  }
}
@media screen and (min-width: 1084px) {
  .kd-client {
    padding: 30px 15px;
  }
}

.kd-msg {
  padding: 0 10px;
}
.kd-msg__header {
  margin-bottom: 6px;
}
.kd-msg textarea {
  border-radius: 0px;
  border: 1px solid #f6f6f9;
  font-size: 0.9375rem;
  padding: 10px 16px;
  width: 100% !important;
  background-color: #f6f6f9;
}
@media screen and (max-width: 1084px) {
  .kd-msg {
    background-color: #fff;
  }
}
@media screen and (min-width: 1084px) {
  .kd-msg {
    padding: 0 15px;
  }
}

.kd-sendcart {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.kd-sendcart button {
  border: 0;
  padding: 12px 30px 10px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  margin: auto;
  background-color: #242424;
  cursor: pointer;
}
.kd-sendcart button:hover {
  background-color: #101010;
}

table a {
  text-decoration: underline;
}

.sv-carts {
  border-top: 3px solid #e5e5e5;
  padding: 20px 15px 0;
}
.sv-carts input[name=koszyk_nazwa] {
  border: 1px solid #e1dfe3;
  padding: 2px 6px;
  margin-right: 5px;
  font-size: 0.9375rem;
}
.sv-carts select {
  border: 1px solid #e1dfe3;
  padding: 3px 6px 2px;
  margin-right: 5px;
  font-size: 0.9375rem;
  background: #fff;
  position: relative;
  top: 1px;
}
.sv-carts .button {
  background-color: #e3000f;
  color: #fff;
  padding: 3px 12px 2px;
  cursor: pointer;
  font-size: 0.9375rem;
  font-weight: 600;
  border: 0;
}
.sv-carts .button:hover {
  background-color: #bf000d;
}
@media screen and (max-width: 768px) {
  .sv-carts {
    text-align: center;
  }
  .sv-carts > * {
    margin-bottom: 8px;
  }
  .sv-carts input[name=koszyk_nazwa] {
    width: 100% !important;
    text-align: left;
  }
  .sv-carts select {
    width: 100% !important;
    text-align: left;
    margin-left: 0 !important;
  }
}

/**********************/
.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;
}
.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: 4px 10px 2px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background-color: rgba(0, 0, 0, 0.02);
  width: 100% !important;
}
.register__row input[type=password] {
  padding: 4px 10px 2px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  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.12);
  background-color: rgba(0, 0, 0, 0.02);
  width: 100% !important;
}
.register__row--submit {
  text-align: center;
}
.register__row--submit .button {
  background-color: #242424;
  color: #fff;
  border: 0;
  padding: 8px 20px 6px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

@media all and (max-width: 860px) {
  .register {
    width: 100%;
    margin: 20px auto 40px;
  }
  .register__box {
    padding: 20px 25px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .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: 4px 10px 2px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background-color: rgba(0, 0, 0, 0.02);
    width: 100% !important;
  }
  .register__row input[type=password] {
    padding: 4px 10px 2px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    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 input[type=checkbox] {
  margin-right: 6px;
}
.login__box {
  padding: 20px 25px;
}
.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: 4px 10px 2px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background-color: rgba(0, 0, 0, 0.02);
  width: 100% !important;
}
.login__row input[type=password] {
  padding: 4px 10px 2px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  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: #242424;
  color: #fff;
  border: 0;
  padding: 8px 20px 6px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
.login__row--links {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
@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: #e3000f;
}
@media screen and (min-width: 1084px) {
  .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: #e3000f;
  }
}
@media screen and (min-width: 1084px) {
  .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: 1084px) {
  .pageBox {
    padding: 0;
  }
}