@charset "UTF-8";
/* 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: "Noto Sans", sans-serif;
  color: #383330;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  height: 100%;
  position: relative;
  padding: 0;
  font-variation-settings: "wdth" 87.5;
  -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: #383330;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans", sans-serif;
}

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

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

img {
  width: auto;
  height: auto;
}

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

img {
  width: auto;
  height: auto;
}

.m-top {
  background-color: #d9261c;
  color: #fff;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 0 20px;
}
.m-top__grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
}
.m-top a:hover {
  text-decoration: underline;
}
.m-top .txt {
  display: none;
}
.m-top__m1 {
  display: flex;
  align-items: center;
}
.m-top__m2 {
  display: none;
}
.m-top__m3 {
  display: none;
}
.m-top .phone {
  background: url(../img/ico-phone-white.svg) 0 center no-repeat;
  background-size: auto 15px;
  padding-left: 20px;
  font-weight: 600;
}
.m-top .email {
  margin-left: 20px;
  background: url(../img/ico-mail-white.svg) 0 center no-repeat;
  background-size: auto 20px;
  width: 30px;
  height: 30px;
  display: inline-block;
}

.m-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 15px;
}
.m-header__logo img {
  width: 150px;
}
.m-header__panel {
  display: flex;
  align-items: center;
}
.m-header .m-account {
  font-weight: 600;
}
.m-header .m-account img {
  height: 24px;
  margin-right: 14px;
}
.m-header .m-account a:hover {
  text-decoration: underline;
}
.m-header .m-account span {
  display: none;
}
.m-header .m-search-mob a {
  display: block;
  width: 34px;
  text-align: center;
  margin-left: 1px;
  position: relative;
}
.m-header .m-search-mob img {
  height: 22px;
  position: relative;
  top: -1px;
}
.m-header .m-cart {
  margin-left: 6px;
}
.m-header .m-cart a {
  display: flex;
  align-items: center;
  position: relative;
}
.m-header .m-cart a:hover {
  text-decoration: underline;
}
.m-header .m-cart a:hover .ico {
  background-color: #383330;
}
.m-header .m-cart a:hover .qty {
  background-color: #d9261c;
  top: -8px;
}
.m-header .m-cart .ico {
  background: url(../img/ico-cart-black.svg) center center no-repeat;
  background-size: auto 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  margin-right: 16px;
}
.m-header .m-cart .ico img {
  display: none;
}
.m-header .m-cart .qty {
  border-radius: 40px;
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #383330;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.675rem;
  font-weight: 600;
  top: -5px;
  left: 22px;
  z-index: 10;
  transition: all 100ms ease-in-out;
}
.m-header .m-cart .amount {
  display: none;
}
.m-header .m-menu-mob a {
  display: block;
  text-align: center;
  width: 30px;
  margin-left: 2px;
}
.m-header .m-menu-mob img {
  height: 15px;
}

body.menu-open {
  overflow: hidden;
}
body.menu-open::before {
  opacity: 1;
  visibility: visible;
  transition: all 10ms ease-in-out;
}
body.menu-open .m-categories {
  left: 0;
  transition: all 3ms ease-in-out;
}

.m-categories {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: -360px;
  bottom: 0;
  width: 320px;
  z-index: 10000;
  padding-top: 100px;
  overflow-y: auto;
  transition: all 200ms ease-in-out;
}
.m-categories__close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.m-categories__close a {
  display: block;
  width: 42px;
  height: 42px;
}
.m-categories__close a span {
  width: 31px;
  height: 1px;
  background-color: #000;
  display: block;
  transform: rotate(45deg);
  top: 21px;
  left: 5px;
  position: absolute;
}
.m-categories__close a span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.m-categories > ul {
  display: flex;
  flex-direction: column;
}
.m-categories .c-0 {
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.m-categories .c-0 > .c-trigger {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  text-align: center;
  height: 46px;
  position: absolute;
  top: 1px;
  right: 0;
}
.m-categories .c-0 > .c-trigger img {
  width: 10px;
  margin-top: 7px;
  opacity: 0.9;
  transform: rotate(90deg);
}
.m-categories .c-0 > a {
  font-size: 1.125rem;
  font-weight: 500;
  order: 2;
}
.m-categories .c-0 > a:hover {
  color: #d9261c;
}

body.search-open .m-search {
  display: block;
}
body.search-open .m-search-mob a::before {
  content: "x";
  border-radius: 20px;
  width: 12px;
  height: 12px;
  background-color: #d9261c;
  color: #fff;
  display: block;
  line-height: 10px;
  position: absolute;
  font-size: 10px;
  top: -1px;
  right: 0;
}

.m-search {
  background-color: #383330;
  display: flex;
  align-items: center;
  padding: 2px 4px 2px 4px;
  display: none;
  transition: all 100ms ease-in-out;
}
.m-search form {
  flex: 0 0 100%;
  display: flex;
}
.m-search input {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  color: #fff;
  flex: 1 1 100%;
  font-size: 0.9375rem;
  height: 42px;
}
.m-search input::placeholder {
  opacity: 0.8;
  color: #fff;
}
.m-search button {
  width: 42px;
  padding-right: 12px;
  height: 34px;
  text-align: center;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
}
.m-search button::before {
  content: "OK";
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 600;
}
.m-search button img {
  display: none;
}

.m-hero {
  background-color: #ececec;
  padding-bottom: 10px;
  position: relative;
}
.m-hero__header {
  padding: 25px 0 20px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}
.m-hero__box {
  display: flex;
  flex-direction: column;
}

.m-conf {
  background: #fff;
  border-radius: 30px;
  background-color: #fff;
  padding: 20px 20px 10px 20px;
  border-radius: 30px;
  font-size: 1rem;
  margin-bottom: 10px;
}
.m-conf__block {
  margin-bottom: 20px;
}
.m-conf__title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 600;
}
.m-conf__title .nr {
  display: flex;
  width: 28px;
  height: 28px;
  border-radius: 40px;
  border: 1px solid #d9261c;
  text-align: center;
  justify-content: center;
  color: #d9261c;
  font-size: 0.8125rem;
  font-weight: 600;
  margin-right: 10px;
  background-color: #fff;
}
.m-conf__row {
  margin: 0 35px;
}
.m-conf__row .select-box {
  border-radius: 10px;
  background-color: #ececec;
  padding: 4px 10px 5px 15px;
  width: 100%;
}
.m-conf__row .select-box:nth-of-type(n+2) {
  margin-top: 15px;
}
.m-conf__row .select-box select {
  background-color: #ececec;
  border: 0;
  font-size: 0.9375rem;
  padding-right: 20px;
  min-width: 150px;
  width: 100%;
}
.m-conf__row .submit-box {
  text-align: center;
}
.m-conf__row .submit-box a {
  background-color: #d9261c;
  color: #fff;
  display: block;
  display: flex;
  align-items: center;
  border: 0;
  border-radius: 10px;
  height: 37px;
  padding: 0 20px;
  font-size: 1rem;
  font-weight: 600;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.29);
}
.m-conf__row .submit-box a:hover {
  background-color: #c7231a;
}

.m-mat {
  color: #fff;
  display: flex;
  align-items: stretch;
  flex: 1 1 100%;
  border-radius: 30px;
  display: none;
}
.m-mat__box {
  padding: 30px;
  background: #383330 url(../img/materialy.webp) right center no-repeat;
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 30px;
}
.m-mat h3 {
  font-weight: 600;
  font-size: 1.375rem;
  display: block;
  width: 100%;
  margin-bottom: -10px;
}
.m-mat ul {
  display: flex;
}
.m-mat ul li {
  margin-right: 20px;
  font-size: 1.125rem;
}

.m-slider {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex: 0 0 100%;
  padding: 0 6px 0;
}
.m-slider__item {
  flex: 0 0 48%;
  position: relative;
  color: #fff;
  border-radius: 30px;
  overflow: hidden;
  width: 48%;
  margin: 0 1% 10px;
}
.m-slider__item::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.m-slider__header {
  position: absolute;
  font-size: 1.125rem;
  font-weight: 600;
  top: 15px;
  left: 20px;
}
.m-slider__header span {
  font-size: 2rem;
  display: block;
  line-height: 2.75rem;
  font-weight: 800;
}
.m-slider__sub {
  position: absolute;
  top: 140px;
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  left: 50px;
}
.m-slider__sub img {
  height: 34px;
  margin-right: 15px;
}
.m-slider .m-slider__item:nth-of-type(3) {
  flex: 0 0 100%;
  margin: 0;
}
.m-slider .m-slider__item:nth-of-type(3) .m-slider__header {
  font-size: 1rem;
  top: 25px;
}
.m-slider .m-slider__item:nth-of-type(3) .m-slider__header span {
  font-size: 1.5rem;
  display: block;
  line-height: 2rem;
  font-weight: 800;
}
.m-slider .m-slider__item:nth-of-type(3) .m-slider__sub {
  position: absolute;
  top: 100px;
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  left: 20px;
  right: 20px;
}
.m-slider .m-slider__item:nth-of-type(3) .m-slider__sub img {
  display: none;
}

.m-logos {
  padding: 10px 10px 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  overflow: auto;
}
.m-logos a {
  display: block;
  margin: 0 5px;
}
.m-logos a img {
  max-width: 130px;
  max-height: 50px;
}

.m-offer__potd {
  border-bottom: 3px solid #ececec;
  padding: 30px 15px;
}
.m-offer__selected {
  padding: 30px 0 10px 0;
}

.m-potd {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.m-potd__header {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  margin-bottom: 15px;
  color: #d9261c;
  margin-top: 0;
}
.m-potd__thumb {
  text-align: center;
}
.m-potd__thumb a {
  display: block;
  text-align: center;
  padding: 10px 20px;
}
.m-potd__title {
  display: block;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 0 20px;
}
.m-potd__price {
  text-align: center;
  margin-bottom: 30px;
}
.m-potd__price strong {
  font-size: 1.5rem;
  font-weight: 800;
  color: #d9261c;
  margin-right: 4px;
}
.m-potd__go {
  text-align: center;
}
.m-potd__go a {
  display: inline-block;
  background-color: #d9261c;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 9px 50px 9px;
  border-radius: 40px;
}

.m-selected__header {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0 15px;
}
.m-selected__grid {
  display: flex;
  align-items: stretch;
  overflow-x: auto;
  padding-bottom: 10px;
}

.m-sbox {
  flex: 0 0 220px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 20px 30px;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  position: relative;
}
.m-sbox__thumb a {
  display: block;
  padding: 10px 0 0;
}
.m-sbox__thumb a img {
  max-width: 150px;
}
.m-sbox__price {
  margin-bottom: 10px;
  line-height: 1.375rem;
  height: 46px;
  overflow: hidden;
}
.m-sbox__price .brutto {
  font-weight: 800;
}
.m-sbox__price .brutto strong {
  color: #d9261c;
  font-weight: 800;
  font-size: 1.0625rem;
}
.m-sbox__price .brutto s {
  font-weight: 400;
  margin-right: 4px;
}
.m-sbox__price .netto {
  font-size: 0.8125rem;
}
.m-sbox__name a {
  display: block;
  padding: 0 12px;
}
.m-sbox__name a:hover {
  text-decoration: underline;
  color: #d9261c;
}

.m-infobox {
  padding: 20px 0 0;
}
.m-infobox__content {
  background-color: #fff;
  padding: 40px 0 20px 0;
}

.m-about {
  padding: 0 15px;
}
.m-about h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  margin-bottom: 40px;
}
.m-about h2 span {
  color: #d9261c;
}
.m-about p {
  margin-bottom: 20px;
}

.m-blog {
  background-color: #ececec;
  padding: 30px 15px 0;
}
.m-blog__header {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.m-blog__grid {
  display: flex;
  align-items: stretch;
  overflow-y: auto;
  padding-bottom: 30px;
}

.m-art {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  margin-right: 10px;
  background-color: #fff;
  flex: 0 0 260px;
}
.m-art__name a {
  display: block;
  padding: 20px 20px;
  min-height: 120px;
  font-size: 1rem;
  font-weight: 600;
}
.m-art__name a:hover {
  text-decoration: underline;
  color: #d9261c;
}

.m-best {
  padding: 10px 0 0;
}
.m-best__content {
  background-color: #fff;
  padding: 0 0 0;
}
.m-best__header {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 40px;
  padding: 0 15px;
}
.m-best__grid {
  display: flex;
  overflow-x: auto;
  padding-bottom: 40px;
}

.m-pbest {
  flex: 0 0 220px;
  text-align: center;
  padding: 0 20px;
  font-size: 0.9375rem;
  line-height: 1.375rem;
}
.m-pbest__thumb a {
  display: block;
  padding: 0 25px 20px;
}
.m-pbest__name a:hover {
  text-decoration: underline;
}

.m-footer__grid {
  padding: 70px 20px 20px;
}
.m-footer__contact {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
}
.m-footer__contact a:hover {
  text-decoration: underline;
}
.m-footer__contact img {
  mix-blend-mode: multiply;
  max-width: 230px;
  margin-bottom: 35px;
}
.m-footer__contact .phone {
  font-size: 1.375rem;
  margin-bottom: 15px;
}
.m-footer__contact .phone strong {
  font-weight: 900;
  color: #d9261c;
}
.m-footer__contact .address {
  margin-bottom: 15px;
}
.m-footer__menu {
  padding-top: 30px;
}
.m-footer__menu ul {
  columns: 2;
  column-gap: 40px;
}
.m-footer__menu a:hover {
  text-decoration: underline;
}
.m-footer__logos {
  padding-top: 10px;
}
.m-footer__logos .row {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.m-footer__logos img {
  mix-blend-mode: multiply;
  margin: 0 15px;
}
.m-footer__logos .fedex {
  max-height: 30px;
}
.m-footer__logos .dpd {
  max-height: 52px;
}
.m-footer__logos .tpay {
  max-height: 28px;
  position: relative;
  bottom: -5px;
}
.m-footer__logos .fb img {
  width: 30px;
  margin: 0 5px 0 0;
}

.m-copy {
  background-color: #ececec;
  font-weight: 400;
  font-size: 0.9125rem;
}
.m-copy__grid {
  background-color: #fff;
  padding: 20px 20px 40px;
  text-align: center;
}
.m-copy__grid img {
  max-height: 22px;
}

@media screen and (min-width: 760px) {
  .m-slider {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    flex: 0 0 100%;
    padding: 0 6px 0;
  }
  .m-slider__item {
    flex: 0 0 31.333%;
    position: relative;
    color: #fff;
    border-radius: 30px;
    overflow: hidden;
    width: 31.333%;
    margin: 0 1% 10px;
  }
  .m-slider__item::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .m-slider .m-slider__item:nth-of-type(3) {
    flex: 0 0 31.333%;
    margin: 0;
  }
  .m-slider .m-slider__item:nth-of-type(3) .m-slider__header {
    font-size: 1rem;
    top: 25px;
  }
  .m-slider .m-slider__item:nth-of-type(3) .m-slider__header span {
    font-size: 1.5rem;
    display: block;
    line-height: 2rem;
    font-weight: 800;
  }
}
.m-breadcrumbs {
  background-color: #ececec;
  color: #626262;
  font-size: 0.8125rem;
  margin-bottom: 20px;
  padding: 0 20px;
}
.m-breadcrumbs__grid {
  display: flex;
  align-items: center;
  padding: 2px 0 1px;
}
.m-breadcrumbs__grid > * {
  display: block;
  padding: 4px 4px;
}
.m-breadcrumbs__grid a {
  display: none;
}
.m-breadcrumbs__grid a::before {
  content: " ";
  display: inline-block;
  background: url(../img/arrow_forward.svg) center center no-repeat;
  background-size: auto 11px;
  width: 8px;
  height: 12px;
  margin-right: 10px;
}
.m-breadcrumbs__grid a:hover {
  text-decoration: underline;
}
.m-breadcrumbs__grid a:nth-last-of-type(-n+2) {
  display: block;
}

.m-navcats {
  display: none;
}

.m-lastopen {
  border-radius: 10px;
  overflow: hidden;
  padding-right: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.m-lastopen__header {
  font-weight: 800;
  padding: 15px 20px 5px 20px;
}
.m-lastopen__box {
  padding: 10px 20px;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.m-lastopen__box:last-of-type {
  border: 0;
}
.m-lastopen__box .thumb {
  flex: 0 0 40px;
}
.m-lastopen__box .info {
  flex: 1 1 100%;
  padding-left: 20px;
  line-height: 1.375rem;
  font-size: 0.9375rem;
}
.m-lastopen__box .info a {
  display: block;
}
.m-lastopen__box .info a:hover {
  text-decoration: underline;
  color: #d9261c;
}

.m-catalog__title {
  font-weight: 800;
  font-size: 1.5rem;
  margin-bottom: 20px;
  padding: 0 20px;
}
.m-catalog__pro {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  width: 100%;
}
.m-catalog__pro .thumb {
  text-align: center;
  padding: 15px 0;
}
.m-catalog__pro .thumb a {
  display: block;
}
.m-catalog__pro .thumb img {
  width: 120px;
}
.m-catalog__pro .infos {
  padding: 5px 20px 15px 20px;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.m-catalog__pro .infos .name {
  display: block;
  font-weight: 800;
  font-size: 1rem;
  margin-bottom: 8px;
}
.m-catalog__pro .price {
  line-height: 1.5rem;
  padding: 0 20px 0 20px;
}
.m-catalog__pro .price .brutto {
  font-weight: 800;
}
.m-catalog__pro .price .netto {
  font-size: 0.875rem;
}
.m-catalog__pro .tocart {
  display: flex;
  align-items: center;
  padding: 15px 0 20px 20px;
}
.m-catalog__pro .tocart input[type=text] {
  border: 1px solid #000;
  border-radius: 4px;
  text-align: center;
  width: 40px;
  height: 34px;
}
.m-catalog__pro .tocart button {
  border: 0;
  background-color: #d9261c;
  border-radius: 4px;
  height: 34px;
  width: 40px;
  margin-left: 5px;
}
.m-catalog__pro .tocart button:hover {
  background-color: #ac1e16;
}
.m-catalog__pro .tocart button:disabled {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: not-allowed;
}
.m-catalog__pro .tocart button img {
  width: 18px;
}

.m-catalog__nav {
  margin-bottom: 20px;
  padding: 0 20px;
}

.m-catalog .pagination {
  display: flex;
  align-items: stretch;
}

.m-catalog .pagination > * {
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 0.8125rem;
  width: 24px;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-right: 4px;
}

.m-catalog .pagination > *:hover {
  border-color: #d9261c;
}

.m-catalog .pagination > span {
  border-color: #d9261c;
  background-color: #d9261c;
  color: #fff;
  font-weight: 600;
}

.m-catalog .pagination__all {
  min-width: 24px;
  padding: 0 4px;
  width: auto !important;
  margin-left: 3px;
}

.m-catalog .m-sort select {
  font-size: 0.8125rem;
  height: 24px;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #e6eaec;
  padding: 1px 5px 0;
  margin-top: 10px;
  width: 100%;
}

.m-catalog__bottom {
  text-align: center;
  padding: 80px 0 40px;
}

.m-catalog__bottom .pagination {
  margin: auto;
  justify-content: center;
}

.p-pro__mod1 {
  padding: 0 20px 10px;
}
.p-pro__mod1 h1 {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.75rem;
  margin-bottom: 10px;
}
.p-pro__mod4 {
  padding: 20px 0 50px;
}

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

.m-gallery {
  text-align: center;
  padding: 20px 0;
}
.m-gallery a {
  display: inline-block;
  margin: 10px;
}
.m-gallery a img {
  width: 70px;
}

.m-infos {
  padding: 0 20px;
}
.m-infos ul {
  margin-bottom: 40px;
}

.m-buybox {
  margin-bottom: 25px;
  padding: 0 20px;
}
.m-buybox__price {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  line-height: 26px;
}
.m-buybox__price .brutto {
  font-weight: 800;
  font-size: 1.25rem;
}
.m-buybox__cart {
  display: flex;
  align-items: stretch;
}
.m-buybox__cart .m-qty {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: 50px;
  padding: 10px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-right: 8px;
}
.m-buybox__cart .m-qty input {
  background-color: #fff;
  text-align: center;
  border: 0;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 600;
}
.m-buybox__cart .m-tocart {
  display: flex;
  align-items: stretch;
  margin-right: 8px;
}
.m-buybox__cart .m-tocart button {
  background-color: #d9261c;
  border: 0;
  color: #fff;
  padding: 1px 20px 0;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 10px;
  transition: all 100ms ease-in-out;
}
.m-buybox__cart .m-tocart button:hover {
  background-color: #b52017;
}
.m-buybox__cart .m-askbtn {
  display: flex;
  align-items: stretch;
}
.m-buybox__cart .m-askbtn a {
  display: flex;
  align-items: center;
  padding: 1px 20px 0;
  border: 1px solid #000;
  border-radius: 10px;
  font-weight: 600;
  transition: all 100ms ease-in-out;
}
.m-buybox__cart .m-askbtn a:hover {
  border-color: #d9261c;
  color: #d9261c;
}

.m-inex {
  border: 1px solid #abc18a;
  background-color: #def1c2;
  font-size: 0.9375rem;
  display: flex;
  flex-direction: column;
  padding: 13px 20px 12px;
  margin-bottom: 35px;
}
.m-inex img {
  mix-blend-mode: multiply;
  position: relative;
  max-height: 26px;
}
.m-inex__1 img {
  height: 16px;
  margin-right: 5px;
  top: -1px;
}
.m-inex__2 {
  display: flex;
  align-items: center;
}
.m-inex__2 img {
  height: 16px;
  margin-right: 5px;
  top: -1px;
}
.m-inex__3 img {
  height: 15px;
  top: -1px;
}
.m-inex__3 img.dpd {
  height: 25px;
  margin-right: 10px;
}

.m-incat {
  margin-bottom: 35px;
}
.m-incat__header {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0 20px;
}
.m-incat__box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
}
.m-incat .thumb a {
  display: block;
  text-align: center;
}
.m-incat .info {
  font-size: 0.9375rem;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
}
.m-incat .info .name {
  padding-right: 15%;
}
.m-incat .info .name a {
  display: block;
  padding: 8px 0;
}
.m-incat .info .price {
  flex: 0 0 150px;
  padding: 8px 0;
  margin-left: auto;
  display: none;
}
.m-incat .info .price span {
  display: block;
}
.m-incat .info .price .brutto {
  font-weight: 700;
  font-size: 1.0625rem;
}
.m-incat .info .buy {
  padding: 8px 0;
  display: none;
}
.m-incat .info .buy button {
  background-color: #d9261c;
  border: 0;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  text-align: center;
  transition: all 100ms ease-in-out;
}
.m-incat .info .buy button:hover {
  background-color: #ac1e16;
}
.m-incat .info .buy button img {
  width: 21px;
}

.m-desc {
  font-weight: 800;
  font-size: 1.125rem;
  margin-bottom: 30px;
  padding: 0 20px 30px;
}

.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: #d9261c;
}
@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 #383330;
  font-size: 0.9375rem;
  padding: 4px 4px 3px;
  width: 150px;
  text-align: center;
  color: #d9261c;
  font-weight: 600;
}
.kd-summary__code input[type=button] {
  background-color: #383330;
  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: #383330;
  font-weight: 600;
}
.kd-summary__buttons .next-step:hover {
  background-color: #252120;
}
@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: #ececec;
  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: #d9261c;
  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 #d9261c;
  margin-right: 8px;
  position: relative;
  top: 0;
  background-color: #fff;
}
.kd-shipment__name label:hover em {
  border: 1px solid #d9261c;
  background: #d9261c;
}
.kd-shipment__name input:checked + em {
  border: 1px solid #d9261c;
  background: #d9261c 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 #d9261c;
  margin-right: 8px;
  position: relative;
  background-color: #fff;
}
.kd-shipment.payments .kd-shipment__name input:checked + em {
  border: 1px solid #d9261c;
  background: #d9261c 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: #383330;
  font-weight: 700;
  margin-bottom: 30px;
}
#inpost_paczkomat_przycisk:hover {
  background-color: #221f1d;
}

.kd-sum {
  background-color: #d9261c;
  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 #d9261c;
  font-size: 0.9375rem;
  padding: 0px 8px;
  background-color: #ececec;
}
.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 #ececec;
  font-size: 0.9375rem;
  padding: 10px 16px;
  width: 100% !important;
  background-color: #ececec;
}
@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: #383330;
  cursor: pointer;
}
.kd-sendcart button:hover {
  background-color: #221f1d;
}

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: #d9261c;
  color: #fff;
  padding: 3px 12px 2px;
  cursor: pointer;
  font-size: 0.9375rem;
  font-weight: 600;
  border: 0;
}
.sv-carts .button:hover {
  background-color: #b92018;
}
@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: #383330;
  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: #383330;
  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: #d9261c;
}
@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: #d9261c;
  }
}
@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;
  }
}