/* 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: "Lato", sans-serif;
  color: #000;
  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: #000;
  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: 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: 1360px) {
  .wrapper {
    max-width: 1360px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

body::before {
  content: " ";
  background-color: #748b94;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 100ms ease-in-out;
}

body.show-all::before {
  opacity: 0.8;
  visibility: visible;
}

img {
  width: auto;
  height: auto;
}

.m-topmsg {
  background-color: #e6eaec;
  font-size: 0.9375rem;
  text-align: center;
  font-weight: 400;
  padding: 5px 20px;
}
.m-topmsg p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-topmsg strong {
  margin: 0 6px;
  color: #55ad00;
  font-weight: 700;
}
.m-topmsg a {
  border-radius: 3px;
  display: inline-block;
  background-color: #748b94;
  font-weight: 600;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  padding: 2px 12px 2px;
  transition: all 100ms ease-in-out;
}
.m-topmsg a:hover {
  background-color: #637981;
}
.m-topmsg a.promos {
  background-color: #41abdc;
}
.m-topmsg a.promos:hover {
  background-color: #0e9ed5;
}
.m-topmsg a img {
  width: 5px;
  margin-left: 12px;
  position: relative;
  bottom: -1px;
}

.m-header {
  background-color: #fff;
  font-size: 1rem;
}
.m-header__grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 0;
}

.m-logo img {
  max-width: 320px;
}

.m-search {
  flex: 0 0 320px;
  border: 1px solid #d6dcdf;
  overflow: hidden;
  align-items: stretch;
  margin-left: auto;
}
.m-search__box {
  display: flex;
  align-items: stretch;
  flex: 0 0 100%;
  height: 42px;
  position: relative;
}
.m-search input[type=text] {
  flex: 1 1 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0 50px 0 18px;
}
.m-search input[type=text]::placeholder {
  opacity: 1;
}
.m-search button {
  background-color: #41abdc;
  border: 0;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 2px;
  top: 2px;
  transition: all 100ms ease-in-out;
}
.m-search button:hover {
  background-color: #238cbd;
}
.m-search button img {
  width: 18px;
  height: auto;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 1220px) {
  .m-search {
    flex: 0 0 250px;
  }
}

.m-ask {
  margin-left: auto;
  margin-right: 70px;
  display: flex;
  align-self: center;
  height: 44px;
}
.m-ask__infos {
  line-height: 1.25rem;
  padding-top: 2px;
}
.m-ask__phone {
  display: block;
  font-weight: 600;
  color: #55ad00;
}
.m-ask__mail {
  display: block;
  font-size: 0.875rem;
}
.m-ask__mail:hover {
  text-decoration: underline;
}
.m-ask img {
  width: 35px;
  height: auto;
  margin-right: 22px;
}
@media screen and (max-width: 1220px) {
  .m-ask {
    margin-right: 40px;
  }
}

.m-account {
  margin-right: 50px;
}
.m-account a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 44px;
}
.m-account img {
  width: 28px;
}




.m-cart a:hover {
  /* background-color: rgba(0,0,0,.06); */
  border-color: #011f3b;
  
  
}
.m-cart a {
  height: 42px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 20px 0 12px;
  transition: all 100ms ease-in-out;
  border: 1px solid #d27031;
  border-radius: 40px;
}
.m-cart a:hover::before {
  top: 18px;
  
}
.m-cart img {
  position: relative;
  top: 1px;
  width: 30px;
  height: auto;
}
.m-cart .amount {
  margin-left: 12px;
  padding-top: 4px;
}
.m-cart .qty {
  transition: all 100ms ease-in-out;
  position: absolute;
  top: -6px;
  left: 34px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #41abdc;
  width: 24px;
  height: 24px;
  font-size: 0.8125rem;
  font-weight: 600;
  padding-top: 2px;
  transition: all 50ms ease-in-out;
  color: #fff;
}
.m-cart a:hover .qty {
  top: -9px;
}

.m-menumob {
  display: none;
}

.m-home {
  background-color: #e6eaec;
  padding: 30px 0;
}
.m-home__grid {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.m-home__sidebar {
  flex: 0 0 320px;
  display: flex;
  align-items: stretch;
}
.m-home__baner {
  flex: 1 1 100%;
  margin-left: 30px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
@media all and (max-width: 1360px) {
  .m-home__sidebar {
    flex: 0 0 280px;
  }
}

.m-categories {
  background-color: #fff;
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  padding: 30px;
  white-space: nowrap;
}
.m-categories__close {
  opacity: 0;
}
.m-categories ul {
  flex: 0 0 100%;
}
.m-categories .c-top {
  border-bottom: 1px solid #e6eaec;
  padding: 3px 0 3px 0;
  position: relative;
}
.m-categories .c-top:nth-last-of-type(2) {
  border: 0;
}
.m-categories .c-top:last-of-type {
  display: none;
}
.m-categories .c-top > a {
  font-weight: 600;
  display: block;
  padding: 5px 0 3px;
  transition: all 100ms ease-in-out;
}
.m-categories .c-top > a:hover {
  color: #55ad00;
}
.m-categories .c-top:hover > a {
  color: #41abdc;
}
.m-categories .c-top > .sub-trigger {
  position: absolute;
  right: 0;
  top: 11px;
  width: 20px;
  height: 20px;
  background: url(../img/ico-str-2.svg) center center no-repeat;
  background-size: auto 7px;
  opacity: 0.5;
}
.m-categories .c-top:hover .sub-trigger {
  opacity: 1;
}
.c-top .m-categories__sub {
  display: none;
}
.c-top > .m-categories__sub {
  position: absolute;
  display: block;
  top: 0;
  left: calc(100% - 7px);
  background-color: #fff;
  overflow: hidden;
  min-width: 300px;
  overflow: hidden;
  padding: 30px 38px;
  transform: translateY(-15%);
  z-index: 1000;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.13);
  transition: none;
  opacity: 0;
  visibility: hidden;
}
.c-top > .m-categories__sub::before {
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #41abdc;
  width: 6px;
  z-index: 100;
}
.m-categories .c-top li.active > a {
  font-weight: 900;
  color: #55ad00;
}
.m-categories .c-top li.c8 {
  display: block;
}
.c-top li.c8 > .m-categories__sub {
  display: none !important;
}
.c-top li.active > .m-categories__sub {
  display: block !important;
}
.m-categories__sub ul li {
  padding: 2px 0;
}
.m-categories__sub ul a {
  display: block;
  white-space: wrap;
}
.m-categories__sub ul a:hover {
  color: #55ad00;
  text-decoration: underline;
}
.m-categories__sub li.c8 ul {
  font-size: 14px;
  padding: 4px 0 6px 8px;
}
.m-categories__sub li.c8 ul li {
  padding: 0 0 0 14px;
  background: url(../img/ico-str-2.svg) 0 11px no-repeat;
  background-size: 5px auto;
}
.c-top:hover > .m-categories__sub {
  opacity: 1;
  visibility: visible;
  left: calc(100% - 2px);
}
@media screen and (max-width: 1360px) {
  .m-categories .c-top > a {
    /* font-size: 0.8125rem; */
    padding: 3px 0 0;
  }
}

.m-categories.show-all {
  position: absolute;
  top: 90px;
  z-index: 9999;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.13);
  width: 320px;
}
.m-categories.show-all .m-categories__close {
  position: absolute;
  top: 6px;
  right: 10px;
  display: block;
  opacity: 1;
}
.m-categories.show-all .m-categories__close img {
  width: 16px;
}
.m-categories.show-all .c-top.active > a {
  color: #55ad00;
}

.m-slider {
  display: flex;
  align-items: stretch;
}
.m-slider__item {
  flex: 0 0 50%;
}
.m-slider a {
  display: block;
}
.red {
  color: #41abdc;
}

.orange {
  color: #41abdc;
}

.m-offer {
  padding: 40px 0 0;
}
.m-offer__header {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: 600;
}
.m-offer__grid {
  display: flex;
  margin-bottom: 0;
}
.m-offer__grid .m-pro {
  flex: 0 0 24.9%;
  border-top: 1px solid #e6eaec;
  border-bottom: 1px solid #e6eaec;
  border-right: 1px solid #e6eaec;
  margin: 0 !important;
  padding: 40px 30px 30px;
}
.m-offer__grid .m-pro:nth-of-type(4n) {
  border-right: 0;
}
.m-offer__baners {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  padding: 0 20px;
}
.m-offer__baners .bnx {
  background-color: #f0f3f5;
  flex: 0 0 31%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 800;
}
.m-offer__baners .bnx a {
  display: flex;
  flex: 0 0 100%;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.3);
  height: 100px;
}
@media screen and (max-width: 1360px) {
  .m-offer .m-pro {
    flex: 0 0 25%;
  }
  .m-offer .m-pro__aval {
    font-size: 13px;
  }
  .m-offer .m-pro__manu {
    font-size: 13px;
  }
}

.m-pro {
  display: block;
  flex: 0 0 270px;
  margin: 0 3%;
  position: relative;
}
.m-pro__thumb a {
  display: block;
  text-align: center;
  padding: 22px 16px;
  border: 4px solid #fff;
}
.m-pro__marker {
  text-align: center;
  color: #41abdc;
  font-weight: 600;
  position: absolute;
  text-align: center;
  flex: 0 0 100%;
  left: 0;
  right: 0;
  top: -24px;
}
.bestseller + .m-pro__thumb a {
  border: 4px solid #41abdc;
}
.m-pro__name a {
  display: block;
  height: 58px;
  overflow: hidden;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 8px;
  margin-bottom: 4px;
  transition: all 100ms ease-in-out;
}
.m-pro__name a:hover {
  color: #55ad00;
  text-decoration: underline;
}
.m-pro__mod1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 34px;
  margin-bottom: 15px;
}
.m-pro__aval {
  color: #748b94;
}
.m-pro__manu img {
  max-width: 32px;
  max-height: 32px;
}
.m-pro__mod2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m-pro__price {
  font-size: 1.0625rem;
  font-weight: 500;
  padding-top: 1px;
}
.m-pro__price s {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #748b94;
}
.m-pro__price strong {
  color: #41abdc;
  font-size: 1.125rem;
}
.m-pro__cart button {
  border: 0px solid #41abdc;
  background-color: #41abdc;
  color: #fff;
  padding: 4px 12px 3px;
  transition: all 100ms ease-in-out;
}
.m-pro__cart button:hover {
  background-color: #2083b0;
}
.m-pro .discount-prc {
  border-radius: 50px;
  background-color: #41abdc;
  color: #fff;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.875rem;
  position: absolute;
  top: 5px;
  right: 5px;
}
.m-pro .discount-prc::before {
  content: "-";
}

.m-bestoffer {
  padding-top: 40px;
}

.m-specials {
  background-color: #e6eaec;
  padding: 40px 0 10px;
}
.m-specials__header {
  text-align: center;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.m-specials__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m-specials .m-pro {
  margin: 0 0 40px;
  flex: 0 0 23.3%;
  background-color: #fff;
  border: 4px solid #fff;
  padding: 20px 20px 15px;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0);
  transition: all 100ms ease-in-out;
}
.m-specials .m-pro:hover {
  -webkit-box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.1);
}
.m-specials .m-pro.wyprzedaz {
  border-color: #55ad00;
}
.m-specials .m-pro.wyprzedaz::before {
  content: "Super okazja!";
  display: inline-block;
  background-color: #55ad00;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  padding: 2px 12px 0;
  position: absolute;
  top: -17px;
  transform: translateX(50%);
}
.m-specials .m-pro__thumb a {
  padding: 20px 16px;
  border: 0;
}

.m-welcome {
  padding: 10px 0 50px;
}
.m-welcome__grid {
  display: flex;
}

.m-about__header {
  position: relative;
  margin-bottom: 50px;
}
.m-about__header h2 {
  background-color: #41abdc;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 220px;
  border: 4px solid #fff;
  border-radius: 8px;
  font-size: 1.875rem;
  padding: 10px 16px 8px;
  line-height: 2rem;
}
.m-about__header p {
  color: #41abdc;
  font-size: 1rem;
  position: absolute;
  top: 80px;
  right: 0;
  left: 225px;
}
.m-about__content {
  padding-right: 18px;
}
.m-about__content p {
  margin-bottom: 15px;
}

.m-blog {
  display: none;
}
.m-blog__header {
  font-size: 1.375rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}
.m-blog__grid {
  display: flex;
  flex-wrap: wrap;
}
.m-blog__box {
  padding: 0 0 40px 35px;
  flex: 0 0 50%;
}
.m-blog__thumb {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0);
  transition: all 100ms ease-in-out;
}
.m-blog__thumb a {
  display: block;
}
.m-blog__thumb .marker {
  position: absolute;
  bottom: 6px;
  right: 6px;
  background-color: #fff;
  border-radius: 5px;
  width: 24px;
  height: 24px;
  z-index: 100;
  display: block;
  transition: all 100ms ease-in-out;
}
.m-blog__name {
  padding-bottom: 8px;
}
.m-blog__name a {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.5rem;
  display: block;
  height: 68px;
  overflow: hidden;
  padding: 24px 10px 10px;
}
.m-blog__name a:hover {
  text-decoration: underline;
}
.m-blog__box:hover .m-blog__thumb {
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.19);
}
.m-blog__box:hover .m-blog__thumb .marker {
  width: 120px;
  background-color: #41abdc;
}

.m-pcats {
  border-top: 1px solid #e6eaec;
  padding: 40px 0 40px;
}
.m-pcats__header {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 40px;
}
.m-pcats__grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.m-pcats__box {
  flex: 0 0 16.666%;
  border-bottom: 1px solid #e6eaec;
  border-right: 1px solid #e6eaec;
  margin: 0 !important;
  padding: 40px 30px 30px;
}
.m-pcats__box:nth-of-type(6n) {
  border-right: 0;
}
.m-pcats__box__marker {
  text-align: center;
  color: #41abdc;
  font-weight: 600;
  position: absolute;
  text-align: center;
  flex: 0 0 100%;
  left: 0;
  right: 0;
  top: -24px;
}
.bestseller + .m-pcats__box__thumb a {
  border: 4px solid #41abdc;
}
.m-pcats__name a {
  display: block;
  height: 58px;
  overflow: hidden;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding-top: 8px;
  margin-bottom: 4px;
  transition: all 100ms ease-in-out;
}
.m-pcats__name a:hover {
  color: #55ad00;
  text-decoration: underline;
}
.m-pcats__thumb a {
  display: block !important;
  text-align: center;
  padding: 22px 16px;
  border: 4px solid #fff;
  border-radius: 12px;
}

.m-newsletter {
  background: #000000 url(../img/bg-newsletter.webp) left -40px no-repeat;
  background-size: contain auto;
  color: #fff;
  font-size: 0.875rem;
  transition: all 20000ms ease-in-out;
}
.m-newsletter:hover {
  background: #507c7f url(../img/bg-newsletter.webp) left -80px bottom -70px no-repeat;
}
.m-newsletter__box {
  padding: 56px 100px 20px 34%;
}
.m-newsletter h3 {
  color: #64c902;
  font-size: 1.375rem;
  margin-bottom: 36px;
}
.m-newsletter h3 span {
  font-weight: 700;
}
.m-newsletter__form {
  margin-left: 30px;
  padding-right: 17%;
  position: relative;
}
.m-newsletter__bg {
  background-color: #fff;
  padding: 5px 120px 5px 20px;
  margin-bottom: 40px;
}
.m-newsletter__bg input {
  width: 100%;
  height: 40px;
  font-size: 1rem;
  padding-top: 1px;
  border: 0;
}
.m-newsletter__bg input::placeholder {
  opacity: 1;
}
.m-newsletter label input {
  display: none;
}
.m-newsletter label input + em {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  position: relative;
  bottom: -3px;
  margin-right: 3px;
}
.m-newsletter label:hover input + em {
  background-color: #41abdc;
}
.m-newsletter label input:checked + em {
  background-color: #41abdc;
}
.m-newsletter button {
  background-color: #41abdc;
  color: #fff;
  position: absolute;
  left: 67%;
  top: 5px;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 1px 20px 0 26px;
  border: 0;
  font-size: 0.9375rem;
  white-space: nowrap;
  transition: all 100ms ease-in-out;
}
.m-newsletter button img {
  width: 8px;
  margin-left: 20px;
  transition: all 100ms ease-in-out;
}
.m-newsletter button:hover {
  background-color: #279cd3;
}
.m-newsletter button:hover img {
  margin-left: 25px;
}

.m-footer {
  padding: 40px 0 20px;
}
.m-footer__grid {
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
}
.m-footer__contact .logo {
  margin-bottom: 42px;
  max-width: 250px;
}
.m-footer__contact > div {
  padding-left: 60px;
  margin-bottom: 30px;
}
.m-footer__contact .phone strong {
  font-size: 1.625rem;
  font-weight: 600;
  display: block;
  color: #41abdc;
}
.m-footer__contact .mail a:hover {
  text-decoration: underline;
}
.m-footer__menu {
  padding-top: 82px;
}
.m-footer__menu ul {
  columns: 2;
  column-gap: 140px;
}
.m-footer__menu li {
  padding: 3px 0;
}
.m-footer__menu a:hover {
  text-decoration: underline;
}
.m-footer__sm {
  padding: 110px 0 0;
}
.m-footer__sm img {
  width: 42px;
  display: block;
  margin-bottom: 25px;
}

.m-copy__grid {
  text-align: center;
  padding: 40px 0 40px;
  border-top: 1px solid #e6eaec;
}
.m-copy span {
  display: block;
}
.m-copy p {
  margin-bottom: 40px;
}
.m-copy p img {
  width: 66px;
}

.m-subheader {
  border-top: 1px solid #e6eaec;
  border-bottom: 1px solid #e6eaec;
  font-size: 0.875rem;
}
.m-subheader__grid {
  display: flex;
  align-items: stretch;
}
.m-subheader__left {
  flex: 0 0 320px;
  border-left: 1px solid #e6eaec;
  border-right: 1px solid #e6eaec;
}
.m-subheader__left .js-allcats-trigger {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 1px 30px 0 30px;
  font-weight: 700;
  position: relative;
}
.m-subheader__left .js-allcats-trigger::before {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/ico-str-2.svg) center center no-repeat;
  background-size: auto 10px;
  transform: rotate(90deg);
  position: absolute;
  right: 30px;
  top: 12px;
}
.m-subheader__right {
  flex: 1 1 100%;
  display: flex;
  align-items: stretch;
}
.m-subheader__right ul {
  display: flex;
  align-items: stretch;
}
.m-subheader__right li {
  padding: 0 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.m-subheader__right li:nth-of-type(1) {
  color: #d3702f;
}
.m-subheader__right li:nth-of-type(2) {
  color: #41abdc;
}
.m-subheader__right li:nth-of-type(3) {
  color: #55ad00;
}
.m-subheader__right li:nth-of-type(4) {
  color: #748b94;
}
.m-subheader__right li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1220px) {
  .m-subheader__left {
    flex: 0 0 260px;
  }
}

.m-free-delivery {
  margin-left: auto;
  font-size: 0.875rem;
  background-color: #5fb69c;
  color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 1px 15px 0 15px;
}
.m-free-delivery strong {
  margin-right: 4px;
}
.m-free-delivery img {
  width: 31px;
  transform: rotate(-12deg);
  margin-right: 12px;
}

.m-layout__grid {
  display: flex;
  align-items: stretch;
}
.m-layout__sidebar {
  flex: 0 0 320px;
  border-right: 1px solid #e6eaec;
}
.m-layout__content {
  flex: 1 1 100%;
  padding-left: 30px;
  padding-top: 20px;
}
@media screen and (max-width: 1220px) {
  .m-layout__sidebar {
    flex: 0 0 260px;
  }
}

.m-breadcrumbs {
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  width: 100%;
}
.m-breadcrumbs a:hover {
  text-decoration: underline;
}
.m-breadcrumbs a:nth-of-type(n+2)::before {
  content: " / ";
  display: inline-block;
  font-size: 0.75rem;
  width: 30px;
  text-align: center;
}

.m-catalog {
  padding: 0 0;
}
.m-catalog__intro {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin-bottom: 22px;
}
.m-catalog__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 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 #e6eaec;
  margin-right: 4px;
}
.m-catalog .pagination > *:hover {
  border-color: #41abdc;
}
.m-catalog .pagination > span {
  border-color: #41abdc;
  background-color: #41abdc;
  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;
}
.m-catalog__grid form {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.m-catalog__bottom {
  text-align: center;
  padding: 80px 0 40px;
}
.m-catalog__bottom .pagination {
  margin: auto;
  justify-content: center;
}
.m-catalog .m-pro {
  flex: 0 0 33.2%;
  border-bottom: 1px solid #e6eaec;
  border-right: 1px solid #e6eaec;
  margin: 0 !important;
  padding: 40px 30px 30px;
}
.m-catalog .m-pro:nth-of-type(3n) {
  border-right: 0;
}
.m-catalog .m-pro .discount-prc {
  display: none;
}

.p-page {
  padding: 30px 0 0;
}
.p-page__name {
  float: right;
  width: 50%;
}
.p-page__name h1 {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin-bottom: 22px;
}
.p-page__mod1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6eaec;
  padding: 0 0 16px;
}
.p-page__producent a:hover {
  text-decoration: underline;
}
.p-page__prodlogo img {
  max-width: 150px;
  max-height: 36px;
}
.p-page__photos {
  float: left;
  width: 50%;
}
.p-page__infos {
  float: right;
  width: 50%;
}
.p-page__desc {
  border-top: 1px solid #e6eaec;
  clear: both;
  padding: 50px 0 30px;
}
@media screen and (max-width: 1360px) {
  .p-page__name {
    width: 61%;
  }
  .p-page__photos {
    width: 37%;
    padding-right: 20px;
  }
  .p-page__infos {
    width: 61%;
  }
}

.m-photos {
  text-align: center;
}
.m-photos__main {
  margin-bottom: 50px;
  padding-right: 20px;
}
.m-photos__main a {
  display: block;
}
.m-photos__main img {
  max-width: 80%;
  max-height: 440px;
}
.m-photos__gallery a {
  display: inline-block;
  margin: 10px 15px 15px;
}
.m-photos__gallery img {
  max-width: 64px;
}
@media screen and (max-width: 1360px) {
  .m-photos__gallery a {
    margin: 10px 10px 15px;
  }
  .m-photos__gallery img {
    max-width: 44px;
  }
}

.m-features {
  padding: 20px 0 18px;
  border-bottom: 1px solid #e6eaec;
  position: relative;
}
.m-features ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m-features li:nth-of-type(n+2) {
  margin-left: 22px;
}
.m-features li img {
  width: 16px;
  margin-left: 5px;
}
.m-features .delivery-tab {
  position: absolute;
  background-color: #fff;
  border-radius: 10px;
  padding: 18px 20px;
  font-size: 14px;
  -webkit-box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.11);
  z-index: 100;
  top: 5px;
  max-width: 620px;
  opacity: 0;
  visibility: hidden;
  transition: all 100ms ease-in-out;
}
.m-features .delivery-tab.active {
  opacity: 1;
  visibility: visible;
}
.m-features .delivery-tab__close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  width: 22px;
  right: 8px;
  top: 8px;
}
.m-features .delivery-tab__close img {
  width: 12px;
}

.m-aval {
  padding: 20px 0 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.m-aval .delivery img {
  width: 18px;
  margin-right: 6px;
}
.m-aval .ask-trigger {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #e6eaec;
  padding: 2px 12px 1px;
  font-size: 0.8125rem;
  transition: all 100ms ease-in-out;
}
.m-aval .ask-trigger img {
  width: 16px;
  margin-right: 3px;
  opacity: 0.4;
  transition: all 100ms ease-in-out;
}
.m-aval .ask-trigger:hover {
  border-color: #748b94;
}
.m-aval .ask-trigger:hover img {
  opacity: 1;
}

.m-buy {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #e6eaec;
  padding-bottom: 25px;
}
.m-buy__price {
  display: flex;
  align-items: center;
  padding-top: 2px;
}
.m-buy__price .amount {
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 3px;
}
.m-buy__price strong {
  font-size: 1.5rem;
  font-weight: 700;
  color: #41abdc;
}
.m-buy__qty {
  border: 1px solid #41abdc;
  display: flex;
  align-items: center;
  height: 48px;
  margin-left: auto;
  padding: 0 5px;
}
.m-buy__qty a {
  display: inline-block;
  font-size: 1.8125rem;
  font-weight: 500;
  opacity: 0.4;
  text-align: center;
  width: 32px;
  height: 22px;
  transition: all 100ms ease-in-out;
}
.m-buy__qty a:hover {
  color: #55ad00;
  opacity: 0.9;
}
.m-buy__qty input {
  width: 32px;
  flex: 0 0 40px;
  text-align: center;
  height: 42px;
  font-size: 1.0625rem;
  font-weight: 600;
  border: 0;
  padding-top: 3px;
}
.m-buy__cart {
  margin-left: 12px;
  display: flex;
  align-items: stretch;
}
.m-buy__cart button {
  background-color: #41abdc;
  color: #fff;
  border: 0;
  padding: 2px 22px 0;
  font-size: 0.9375rem;
  font-weight: 600;
  transition: all 100ms ease-in-out;
}
.m-buy__cart button:hover {
  background-color: #279cd3;
}

.m-similar {
  padding-top: 30px;
  margin-bottom: 30px;
}
.m-similar__header {
  font-weight: 600;
  margin-bottom: 20px;
}
.m-similar__grid form {
  display: flex;
}
.m-similar__box {
  display: flex;
  padding-right: 30px;
  flex: 0 0 50%;
}
.m-similar__box .thumb {
  flex: 0 0 60px;
  padding-top: 5px;
}
.m-similar__box .infos {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  flex: 1 1 100%;
  padding-left: 17px;
  margin-bottom: 30px;
}
.m-similar__box .name {
  display: block;
  margin-bottom: 5px;
}
.m-similar__box .name:hover {
  text-decoration: underline;
}
.m-similar__box .price {
  font-weight: 700;
}

.m-desc {
  padding-bottom: 30px;
}
.m-desc__header {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.m-desc__content p,
.m-desc__content ul,
.m-desc__content ol {
  margin-bottom: 15px;
}
.m-desc__content ul li {
  padding: 6px 0 6px 12px;
  background: url(../img/ico-str-2.svg) 0 14px no-repeat;
  background-size: auto 6px;
  line-height: 1.5rem;
}

.c-alt:not(.show-all) {
  border-bottom: 1px solid #e6eaec;
  border-radius: 0;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-top: 10px;
}
.c-alt:not(.show-all) .c-top:not(.active) {
  display: none;
}
.c-alt:not(.show-all) .c-top:hover a {
  color: #000;
}
.c-alt:not(.show-all) .c-top.active {
  border: 0;
}
.c-alt:not(.show-all) .c-top.active > a {
  font-size: 1.0625rem;
}
.c-alt:not(.show-all) .c-top.active .sub-trigger {
  display: none;
}
.c-alt:not(.show-all) .c-top.active .m-categories__sub {
  display: block;
  position: relative;
  left: 0;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0);
  padding: 15px 8px 10px;
  min-width: auto;
}
.c-alt:not(.show-all) .c-top.active .m-categories__sub::before {
  display: none;
}
.c-alt:not(.show-all) .c-top.active .m-categories__sub li {
  padding-left: 16px;
  background: url(../img/ico-str-2.svg) 0 11px no-repeat;
  background-size: 5px auto;
}
.c-alt:not(.show-all) .c-top.active .m-categories__sub li a:hover {
  color: #000;
}
.c-alt:not(.show-all) .c-top.active .m-categories__sub li.active > a {
  color: #d3702f;
  font-weight: 700;
}
.c-alt:not(.show-all) .c-top.active li.c8 .m-categories__sub {
  padding: 5px 0 5px 2px;
}
.c-alt:not(.show-all) .c-top.active li.c8 .m-categories__sub a {
  font-size: 14px;
}

.m-last {
  padding: 40px 0 40px;
  border-bottom: 1px solid #e6eaec;
  margin-bottom: 30px;
}
.m-last__header {
  font-size: 1.0625rem;
  padding-left: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.m-last__box {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.m-last__box .thumb {
  flex: 0 0 50px;
}
.m-last__box .name {
  flex: 1 1 100%;
  padding: 0 25px;
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.ext__header h1 {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin-bottom: 22px;
}
.ext__content {
  padding-bottom: 40px;
}

.m-subs {
  text-align: center;
  padding: 40px 0 80px;
}
.m-subs p {
  margin-bottom: 15px;
}
.m-subs__row {
  padding: 10px 0 0;
}
.m-subs input[type=text] {
  border-radius: 10px;
  border: 1px solid #d6dcdf;
  padding: 8px 6px 7px;
  font-size: 15px;
  width: 320px !important;
}
.m-subs input[type=text]::placeholder {
  opacity: 1;
}
.m-subs select {
  border-radius: 10px;
  border: 1px solid #d6dcdf;
  padding: 9px 10px 7px;
  font-size: 15px;
  color: #363839;
  width: 320px !important;
}
.m-subs__send input {
  border: 0;
  font-size: 1.125rem;
  color: #fff;
  padding: 10px 22px 8px;
  cursor: pointer;
  background-color: #41abdc;
  font-weight: 600;
  border-radius: 10px;
  transition: all 100ms ease-in-out;
}
.m-subs__send input:hover {
  background-color: #0d9ad0;
}

.m-askform {
  margin-top: 20px;
  padding: 30px 0;
  border: 1px solid #e6eaec;
  border-radius: 10px;
  display: none;
}
.m-askform.open {
  display: block;
}
.m-askform__row label {
  display: block;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
}
.m-askform__row label input {
  width: 300px;
  border: 0;
  border-bottom: 1px solid #41abdc;
  font-size: 15px;
}
.m-askform__row label textarea {
  width: 300px;
  min-height: 60px;
  border: 0;
  border-bottom: 1px solid #41abdc;
  font-size: 15px;
}
.m-askform__send {
  text-align: center;
  padding-top: 10px;
}
.m-askform__send button {
  background-color: #41abdc;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border: 0;
  padding: 8px 20px 5px;
  transition: all 100ms ease-in-out;
}
.m-askform__send button:hover {
  background-color: #0e9ed5;
}

.m-ft {
  padding: 20px 20px 0;
}
.m-ft__header {
  font-size: 16px;
  font-weight: 800;
  color: #41abdc;
  margin-bottom: 8px;
}
.m-ft__name {
  font-weight: 600;
}
.m-ft__box label {
  padding-left: 20px;
  position: relative;
}
.m-ft__box label input {
  display: none;
}
.m-ft__box label em {
  border-radius: 2px;
  background-color: #e6eaec;
  border: 1px solid #748b94;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 2px;
}
.m-ft__box label em:hover {
  background-color: #41abdc;
}
.m-ft__box label input:checked + em {
  background-color: #41abdc;
  border-color: #41abdc;
}
.m-ft__box label:hover em {
  background-color: #41abdc;
}
.m-ft__sc {
  max-height: 172px;
  overflow-y: auto;
  margin-bottom: 15px;
  font-size: 14px;
  border-bottom: 1px solid #e6eaec;
  padding-bottom: 10px;
}
.m-ft__sc:last-of-type {
  margin-bottom: 5px;
}
.m-ft__submit {
  text-align: right;
}
.m-ft__submit button {
  background-color: #41abdc;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border: 0;
  border-radius: 2px;
  padding: 5px 22px 3px;
  transition: all 100ms ease-in-out;
}
.m-ft__submit button:hover {
  background-color: #0d9ad0;
}

.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: #41abdc;
}
@media screen and (min-width: 1220px) {
  .kd-cart {
    padding: 0 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 #41abdc;
  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 #41abdc;
  font-size: 0.9375rem;
  padding: 4px 4px 3px;
  width: 150px;
  text-align: center;
  color: #41abdc;
  font-weight: 600;
  border-radius: 5px;
}
.kd-summary__code input[type=button] {
  background-color: #41abdc;
  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: #748b94;
  margin-bottom: 20px;
  margin-right: 10px;
  color: #000;
  cursor: pointer;
  color: #fff;
  border-radius: 10px;
}
.kd-summary__buttons .recalc:hover {
  background-color: #637981;
}
.kd-summary__buttons .next-step {
  background-color: #41abdc;
  font-weight: 600;
  border-radius: 10px;
}
.kd-summary__buttons .next-step:hover {
  background-color: #0e9ed5;
}
@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: #e6eaec;
  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: #41abdc;
  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 #e6eaec;
  margin-bottom: 8px;
  padding: 6px 16px;
  background-color: #fff;
}
.kd-shipment__item:after {
  content: "";
  display: table;
  clear: both;
}
.kd-shipment__item:hover {
  border-color: #41abdc;
}
.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 #41abdc;
  margin-right: 8px;
  position: relative;
  top: 0;
  background-color: #fff;
}
.kd-shipment__name label:hover em {
  border: 1px solid #41abdc;
  background: #41abdc;
}
.kd-shipment__name input:checked + em {
  border: 1px solid #41abdc;
  background: #41abdc 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 #41abdc;
  margin-right: 8px;
  position: relative;
  background-color: #fff;
}
.kd-shipment.payments .kd-shipment__name input:checked + em {
  border: 1px solid #41abdc;
  background: #41abdc 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: #41abdc;
  font-weight: 700;
  margin-bottom: 30px;
}
#inpost_paczkomat_przycisk:hover {
  background-color: #0d9ad0;
}

.kd-sum {
  background-color: #41abdc;
  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 #41abdc;
  font-size: 0.9375rem;
  padding: 0px 8px;
  border-radius: 10px;
  background-color: #e6eaec;
}
.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 #e6eaec;
  font-size: 0.9375rem;
  padding: 10px 16px;
  width: 100% !important;
  border-radius: 10px;
  background-color: #e6eaec;
}
@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: #41abdc;
  cursor: pointer;
}
.kd-sendcart button:hover {
  background-color: #0d9ad0;
}

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

select[name="pwr_miasto"],
select[name="pwr_kiosk"] {
        border: 1px solid #41abdc;
        background-color: #41abdc;
        color: #fff;
        font-size: 0.9375rem;
        padding: 8px 10px;
        border-radius: 10px;
        
}

    #punkt_odbioru_poczta_przycisk {
        border: 0;
        font-size: 1.125rem;
        color: #fff;
        padding: 12px 22px 10px;
        cursor: pointer;
        background-color: #41abdc;
        font-weight: 700;
        margin-bottom: 30px;
    }

    