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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

body {
  font-family: "Poppins", sans-serif;
  color: #2c2e2f;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 2rem;
  height: 100%;
  position: relative;
  padding: 0;
  letter-spacing: -0.01em;
  -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: #2c2e2f;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

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

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

td {
  font-size: inherit;
}

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

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

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

:-moz-placeholder {
  opacity: 0.7;
}

ul, ol {
  margin: 0;
}

em {
  font-style: italic;
}

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

body {
  background-color: #e3eff7;
}

.bg {
  background-color: #e3eff7;
  padding-bottom: 60px;
}

.top {
  padding: 30px 0 0;
}
.top__logo img {
  width: 360px;
}

.hero {
  position: relative;
  padding-bottom: 140px;
}
.hero__title {
  padding: 0 0 10px;
  margin-left: 50px;
  font-size: 70px;
  color: #40ae6f;
  font-weight: 400;
  line-height: 86px;
  width: 900px;
  text-align: right;
  letter-spacing: -0.05em;
}
.hero__title span {
  display: block;
  text-align: right;
}
.hero__title .x1 {
  font-size: 55px;
  line-height: 66px;
  position: relative;
  bottom: -30px;
}
.hero__title .x2 {
  font-size: 132px;
  font-weight: 800;
  line-height: 176px;
  color: #a4cf65;
  background-image: linear-gradient(90deg, #40ae6f 20%, #349edb 50%, #004c86 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero__title .x3 {
  padding-right: 35px;
  position: relative;
  top: -30px;
}
.hero__intro {
  z-index: 100;
  position: relative;
}
.hero__intro .infobox {
  border-radius: 120px;
  height: 310px;
  position: relative;
  background: #004C86;
  background: linear-gradient(90deg, rgb(0, 76, 134) 18%, rgb(52, 158, 219) 53%, rgb(64, 174, 111) 84%);
}
.hero__intro .infobox__content {
  color: #fff;
  font-size: 18px;
  padding: 30px 600px 30px 60px;
  text-align: center;
}
.hero__intro .infobox__content .ibox {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 24px;
  line-height: 42px;
  padding: 0px 30px 20px;
}
.hero__intro .infobox__content .ibox img {
  max-width: 26px;
  max-height: 25px;
  position: relative;
  top: -2px;
  margin-right: 6px;
}
.hero__intro .infobox__content .ibox .mail {
  margin-left: 40px;
  top: -1px;
}
.hero__intro .infobox__content .ibox strong {
  font-size: 35px;
  display: block;
  margin-bottom: 6px;
}
.hero__intro .infobox__content .services {
  padding: 35px 0 0;
}
.hero__intro .infobox__content .services span {
  display: inline-block;
  margin: 7px 5px;
  border-radius: 40px;
  padding: 3px 16px 1px;
  background-color: rgba(0, 0, 0, 0.15);
}
.hero__intro .infobox__img {
  position: absolute;
  right: 100px;
  bottom: 0;
}
.hero__intro .infobox__img img {
  position: relative;
  z-index: 20;
}
.hero__intro .infobox__img img.shadow {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: -70px;
  z-index: 10;
  width: 857px;
  height: 310px;
}
.hero__certs {
  background-color: #fff;
  position: absolute;
  display: block;
  z-index: 1;
  height: 220px;
  bottom: 0;
  right: 120px;
  left: 120px;
  border-radius: 110px;
  text-align: center;
  padding-top: 95px;
}
.hero__certs img {
  max-height: 110px;
  max-width: 120px;
  margin: 0 3px;
}

@media screen and (max-width: 1470px) {
  .top {
    padding: 20px 0 0;
  }
  .top__logo img {
    width: 300px;
  }
  .hero {
    position: relative;
    padding-bottom: 140px;
  }
  .hero__title {
    padding: 0 0 10px;
    margin-left: 50px;
    font-size: 60px;
    color: #40ae6f;
    font-weight: 400;
    line-height: 86px;
    width: 900px;
    text-align: right;
    letter-spacing: -0.05em;
  }
  .hero__title span {
    display: block;
    text-align: right;
  }
  .hero__title .x1 {
    font-size: 55px;
    line-height: 56px;
    position: relative;
    bottom: -20px;
  }
  .hero__title .x2 {
    font-size: 132px;
    font-weight: 800;
    line-height: 176px;
    color: #a4cf65;
    background-image: linear-gradient(90deg, #40ae6f 20%, #349edb 50%, #004c86 90%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .hero__title .x3 {
    padding-right: 35px;
    position: relative;
    top: -30px;
  }
  .hero__intro {
    z-index: 100;
    position: relative;
  }
  .hero__intro .infobox {
    border-radius: 120px;
    height: 310px;
    position: relative;
    background: #004C86;
    background: linear-gradient(90deg, rgb(0, 76, 134) 18%, rgb(52, 158, 219) 53%, rgb(64, 174, 111) 84%);
  }
  .hero__intro .infobox__content {
    color: #fff;
    font-size: 18px;
    padding: 30px 370px 30px 60px;
    text-align: center;
  }
  .hero__intro .infobox__content .ibox {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 22px;
    line-height: 42px;
    padding: 0px 30px 20px;
  }
  .hero__intro .infobox__content .ibox img {
    max-width: 24px;
    max-height: 25px;
    position: relative;
    top: -2px;
    margin-right: 6px;
  }
  .hero__intro .infobox__content .ibox .mail {
    margin-left: 40px;
    top: -1px;
  }
  .hero__intro .infobox__content .ibox strong {
    font-size: 30px;
    display: block;
    margin-bottom: 6px;
  }
  .hero__intro .infobox__content .services {
    padding: 35px 0 0;
  }
  .hero__intro .infobox__content .services span {
    display: inline-block;
    margin: 7px 5px;
    border-radius: 40px;
    padding: 3px 16px 1px;
    background-color: rgba(0, 0, 0, 0.15);
    font-size: 16px;
  }
  .hero__intro .infobox__img {
    position: absolute;
    right: 50px;
  }
  .hero__intro .infobox__img img {
    max-height: 400px;
  }
  .hero__intro .infobox__img img.shadow {
    display: none;
  }
  .hero__certs {
    background-color: #fff;
    position: absolute;
    display: block;
    z-index: 1;
    height: 200px;
    bottom: 0;
    right: 120px;
    left: 120px;
    border-radius: 110px;
    text-align: center;
    padding-top: 85px;
  }
  .hero__certs img {
    max-height: 90px;
    max-width: 100px;
    margin: 0 3px;
  }
}
.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: #004c86;
}
@media screen and (min-width: 1220px) {
  .kd-cart {
    padding: 50px 0 20px;
    margin: auto;
  }
  .kd-cart__col-one {
    font-size: 0.9375rem;
    max-width: 1170px;
    margin: auto;
    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 #004c86;
  border-radius: 5px;
}
.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;
}
.kd-products__recalc {
  cursor: pointer;
}
@media screen and (min-width: 760px) {
  .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 #d90115;
  font-size: 0.9375rem;
  padding: 4px 4px 3px;
  width: 150px;
  text-align: center;
  color: #004c86;
  font-weight: 600;
  border-radius: 5px;
}
.kd-summary__code input[type=button] {
  background-color: #d90115;
  color: #fff;
  border: 0;
  font-size: 0.9375rem;
  padding: 5px 12px;
  cursor: pointer;
  border-radius: 5px;
}
.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: #313131;
  margin-bottom: 20px;
  margin-right: 10px;
  color: #000;
  cursor: pointer;
  color: #fff;
  border-radius: 10px;
}
.kd-summary__buttons .recalc:hover {
  background-color: #1f1f1f;
}
.kd-summary__buttons .next-step {
  background-color: #d90115;
  font-weight: 600;
  border-radius: 10px;
}
.kd-summary__buttons .next-step:hover {
  background-color: #b50112;
}
@media screen and (min-width: 760px) {
  .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: 760px) {
  .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: 760px) {
  .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: #e3eff7;
  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 15px 16px;
}
.kd-shipment__header {
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 1.0625rem;
  color: #004c86;
  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-radius: 10px;
  border: 1px solid #e3eff7;
  margin-bottom: 8px;
  padding: 6px 16px;
  background-color: #fff;
}
.kd-shipment__item:after {
  content: "";
  display: table;
  clear: both;
}
.kd-shipment__item:hover {
  border-color: #004c86;
}
.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;
  flex-wrap: wrap;
  font-weight: 500;
}
.kd-shipment__name label em {
  content: " ";
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid #004c86;
  margin-right: 8px;
  position: relative;
  top: 0;
  background-color: #fff;
}
.kd-shipment__name label:hover em {
  border: 1px solid #004c86;
  background: #004c86;
}
.kd-shipment__name input:checked + em {
  border: 1px solid #004c86;
  background: #004c86 url(../img/ico-kd-check.svg) center center no-repeat;
  background-size: auto 6px;
}
.kd-shipment__name input + em + .ico {
  display: none;
}
.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 {
  margin-left: 10px;
  flex: 0 0 100%;
  order: 10;
  padding-left: 11px;
  padding-top: 5px;
  font-size: 14px;
  font-weight: 400;
}
.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 #004c86;
  margin-right: 8px;
  position: relative;
  background-color: #fff;
}
.kd-shipment.payments .kd-shipment__name input:checked + em {
  border: 1px solid #004c86;
  background: #004c86 url(../img/ico-kd-check.svg) center center no-repeat;
  background-size: auto 6px;
}
@media screen and (max-width: 760px) {
  .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;
    padding-left: 0;
  }
  .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: #d90115;
  font-weight: 700;
  margin-bottom: 30px;
}
#inpost_paczkomat_przycisk:hover {
  background-color: #b00111;
}

.kd-sum {
  background-color: #004c86;
  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: 760px) {
  .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 #004c86;
  font-size: 0.9375rem;
  padding: 0px 8px;
  border-radius: 10px;
  background-color: #e3eff7;
}
.kd-client__row .val select {
  padding: 7px 8px;
}
@media screen and (max-width: 760px) {
  .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 #e3eff7;
  font-size: 0.9375rem;
  padding: 10px 16px;
  width: 100% !important;
  border-radius: 10px;
  background-color: #e3eff7;
}
@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;
  border-radius: 10px;
  padding: 12px 30px 10px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  margin: auto;
  background-color: #d90115;
  cursor: pointer;
}
.kd-sendcart button:hover {
  background-color: #b00111;
}

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: #004c86;
  color: #fff;
  padding: 3px 12px 2px;
  cursor: pointer;
  font-size: 0.9375rem;
  font-weight: 600;
  border: 0;
}
.sv-carts .button:hover {
  background-color: #003862;
}
@media screen and (max-width: 760px) {
  .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;
  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__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: #d90115;
  color: #fff;
  border: 0;
  padding: 8px 20px 6px;
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: 4px;
  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;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.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: #d90115;
  color: #fff;
  border: 0;
  padding: 8px 20px 6px;
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: 5px;
  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: #004c86;
}
@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: #004c86;
  }
}
@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;
  }
}