/* 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; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  letter-spacing: -.02em;
  font-display: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

body {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  height: 100%;
  position: relative; }

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

strong {
  font-weight: 700; }

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

label {
  cursor: pointer; }

input {
  outline: none;
  color: #000;
  font-size: 16px;
  font-weight: 400; }

button {
  outline: none; }

textarea,
select {
  outline: none; }

td {
  font-size: inherit; }

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

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

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

:-moz-placeholder {
  opacity: 1; }

ul, ol {
  margin: 0; }

.bolded {
  font-weight: 600; }

.wrapper {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  margin: auto; }
  @media all and (min-width: 1024px) {
    .wrapper {
      max-width: 1024px;
      display: block; } }
  @media all and (min-width: 1220px) {
    .wrapper {
      max-width: 1220px; } }
  @media all and (min-width: 1250px) {
    .wrapper {
      max-width: 1250px;
      margin: auto; } }

.m-header {
  font-size: .875rem; }
  .m-header__grid {
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
  .m-header__logo {
    flex: 0 0 165px;
    padding: 10px 0 0; }
  .m-header__panels {
    flex: 0 1 100%;
    padding-left: 55px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

.m-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: rgba(0, 0, 0, 0.6);
  padding-top: 16px; }
  .m-top__menu ul li {
    display: inline-block;
    margin-left: 18px; }

.m-panels {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  padding-bottom: 22px; }
  .m-panels > div {
    border-radius: 20px;
    border: 2px solid #e8ecf0;
    height: 50px; }
  .m-panels__search {
    margin-right: auto;
    position: relative; }
  .m-panels__menu {
    display: none; }
  .m-panels__m-search {
    display: none; }

.tips {
  position: absolute;
  z-index: 99000;
  width: 100%;
  left: 0 !important;
  right: 0 !important;
  top: 50px !important;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden; }
  .tips ul li {
    display: flex;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .tips ul li .thumb {
      flex: 20%;
      padding: 0 5px; }
    .tips ul li .name {
      display: block;
      line-height: 1.375rem;
      padding: 0 5px 0 0; }

.m-search {
  width: 340px;
  display: flex; }
  .m-search form {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex: 0 0 100%; }
  .m-search__box {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 12px 0 20px;
    flex: 0 0 100%; }
  .m-search input {
    border: 0;
    font-size: .9375rem;
    color: rgba(0, 0, 0, 0.6);
    padding-top: 3px; }
  .m-search button {
    background: rgba(0, 0, 0, 0);
    border: 0; }
    .m-search button img {
      width: 21px; }

.m-user {
  padding: 0 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.125rem; }
  .m-user img {
    width: 26px;
    position: relative;
    top: 0px;
    margin-right: 12px; }
  .m-user__title {
    color: #61b6d1;
    font-weight: 700;
    display: block;
    white-space: nowrap; }
  .m-user__links {
    flex: 0 0 70%;
    white-space: nowrap; }
    .m-user__links .sep {
      margin: 0 5px; }
    .m-user__links a:hover {
      text-decoration: underline; }

#mKoszyk {
  margin-left: 12px; }

.m-cart a {
  display: block;
  padding: 0 30px 0 10px;
  position: relative;
  background: url(../img/str-1.svg) right 15px center no-repeat;
  transition: all 110ms ease-in-out; }
  .m-cart a:after {
    content: '';
    display: table;
    clear: both; }

.m-cart img {
  width: 32px;
  position: relative;
  top: 8px;
  margin-right: 12px;
  float: left; }

.m-cart .qty {
  background: #a8c753;
  color: #fff;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1rem;
  display: block;
  position: absolute;
  top: 3px;
  left: 32px;
  padding: 0 6px 1px;
  border-radius: 10px;
  transition: all 140ms ease-in-out; }

.m-cart .amount {
  display: inline-block;
  padding: 20px 0 0;
  float: left;
  font-weight: 600; }

.m-cart a:hover {
  background: url(../img/str-1.svg) right 9px center no-repeat; }
  .m-cart a:hover .qty {
    background: #ed2c42; }

.subTrigger {
  display: none; }

.navigation {
  padding: 12px 0 10px; }
  .navigation__close {
    display: none; }
  .navigation .categories {
    display: flex;
    justify-content: space-between;
    font-weight: 600; }
    .navigation .categories ul {
      display: none; }

.m-offer {
  background-color: #eef1f4;
  padding: 60px 0 20px; }
  .m-offer__grid {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap; }

.m-obox {
  flex: 0 0 23%;
  padding: 40px 38px;
  border-radius: 30px;
  color: #fff;
  background: #ea834a url(../img/ob-1.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
  height: 430px;
  margin-bottom: 140px; }
  .m-obox--2 {
    background: #ea834a url(../img/ob-2.jpg) center top no-repeat; }
  .m-obox--3 {
    background: #ea834a url(../img/ob-3.jpg) center top no-repeat; }
  .m-obox--4 {
    background: #ea834a url(../img/ob-4.jpg) center top no-repeat; }
  .m-obox--5 {
    background: #ea834a url(../img/ob-5.jpg) center top no-repeat; }
  .m-obox--7 {
    background: #ea834a url(../img/ob-7.jpg) center top no-repeat; }
  .m-obox--8 {
    background: #ea834a url(../img/ob-8.jpg) center top no-repeat; }
  .m-obox__title {
    font-size: 2.0625rem;
    font-weight: 700;
    line-height: 2.25rem;
    margin-bottom: 20px; }
  .m-obox__links {
    position: relative;
    z-index: 1000; }
    .m-obox__links li {
      padding: 2px 0; }
    .m-obox__links a {
      display: block;
      background: url(../img/str-2.svg) 5px 9px no-repeat;
      padding-left: 22px;
      text-transform: lowercase; }
      .m-obox__links a:hover {
        text-decoration: underline; }
  .m-obox__thumb {
    position: absolute;
    left: 3px;
    right: 3px;
    bottom: -90px;
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: flex-end; }

.m-hmbox {
  background-color: #9cc1e5;
  text-align: center;
  font-size: 1.125rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0; }
  .m-hmbox img {
    width: 46px;
    margin-right: 18px; }

.m-homeprod__header {
  padding: 40px 0 20px;
  border-bottom: 3px solid #eef1f4; }

.m-homeprod__title {
  font-size: 1.375rem; }
  .m-homeprod__title strong {
    color: #ed2c42; }

.m-homeprod__grid {
  border-bottom: 3px solid #eef1f4; }
  .m-homeprod__grid:after {
    content: '';
    display: table;
    clear: both; }

.m-product {
  float: left;
  width: 20%;
  border-right: 1px solid #eef1f4;
  padding: 20px 10px; }
  .m-product__thumb {
    text-align: center; }
    .m-product__thumb img {
      display: inline-block; }
    .m-product__thumb a {
      display: block;
      padding: 15px 0; }
  .m-product__title a {
    display: block;
    padding: 0 12px 0;
    font-size: .9375rem;
    height: 64px;
    margin-bottom: 8px;
    transition: all 120ms ease-in-out; }
  .m-product__title a:hover {
    color: #ed2c42; }
  .m-product__buybox {
    margin: 0 12px;
    font-size: .9375rem;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: 34px;
    overflow: hidden; }
  .m-product__price {
    display: flex;
    align-items: stretch; }
    .m-product__price .discount {
      background-color: #ed2c42;
      color: #fff;
      display: flex;
      align-items: center;
      font-size: .8125rem;
      font-weight: 700;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
      flex: 0 0 42px;
      margin-right: 12px;
      justify-content: center; }
    .m-product__price .price {
      line-height: 1rem; }
      .m-product__price .price s {
        display: block;
        opacity: .6; }
      .m-product__price .price strong {
        color: #7c9731; }
  .m-product__cart button {
    background: #fff;
    border: 0;
    cursor: pointer; }
    .m-product__cart button > span {
      position: relative;
      display: block;
      padding-right: 3px; }
      .m-product__cart button > span img {
        width: 24px;
        margin-top: 5px; }
      .m-product__cart button > span .plus {
        color: #fff;
        background-color: #ed2c42;
        width: 12px;
        height: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        font-size: .875rem;
        line-height: .75rem;
        border-radius: 20px;
        position: absolute;
        top: 2px;
        right: 0;
        transition: all 130ms ease-in-out; }
  .m-product__cart button:hover > span .plus {
    background-color: #a8c753;
    top: 0; }

.m-newsletter {
  text-align: center;
  padding: 80px 0;
  clear: both; }
  .m-newsletter__box {
    margin-bottom: 30px; }
    .m-newsletter__box form {
      display: flex;
      align-items: center;
      justify-content: center; }
  .m-newsletter__header {
    font-size: 1.375rem;
    font-weight: 600;
    margin-right: 18px; }
  .m-newsletter__formbox {
    border: 2px solid #61b6d1;
    border-radius: 30px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 5px 100px 5px 5px;
    background: url(../img/ico-envelope.svg) 19px 15px no-repeat;
    position: relative; }
    .m-newsletter__formbox input {
      padding: 5px 0 4px 44px;
      border: 0;
      background-color: rgba(0, 0, 0, 0);
      width: 360px; }
    .m-newsletter__formbox button {
      background: #61b6d1 url(../img/str-3.svg) right 22px center no-repeat;
      border: 0;
      position: absolute;
      top: -2px;
      bottom: -2px;
      right: -2px;
      width: 60px;
      color: #fff;
      font-size: 1rem;
      cursor: pointer;
      padding-right: 90px;
      padding-left: 16px;
      transition: all 140ms ease-in-out; }
      .m-newsletter__formbox button:hover {
        background: #61b6d1 url(../img/str-3.svg) right 18px center no-repeat; }
  .m-newsletter__text {
    font-size: .9375rem; }

.m-homeinfo {
  background: #eef1f4 url(../img/bg-bottom.jpg) right 60px bottom 70px no-repeat;
  padding: 60px 0 50px;
  font-size: .9375rem;
  line-height: 1.75rem; }
  .m-homeinfo h1 {
    color: #11759a;
    font-size: 1.75rem;
    line-height: 2.125rem;
    font-weight: 600;
    margin-bottom: 36px; }
  .m-homeinfo__intro {
    padding-right: 16%;
    margin-bottom: 40px; }
  .m-homeinfo__content {
    columns: 2;
    column-gap: 70px;
    padding-right: 19%; }
    .m-homeinfo__content h2 {
      color: #11759a;
      font-size: 1.25rem;
      line-height: 2.125rem;
      font-weight: 600;
      margin-bottom: 16px; }
    .m-homeinfo__content p {
      margin-bottom: 16px; }

.m-footer {
  padding: 70px 0;
  font-size: .9375rem;
  border-top: 2px solid #eef1f4;
  border-bottom: 2px solid #eef1f4; }
  .m-footer__grid {
    display: flex; }
  .m-footer__logo {
    flex: 0 0 155px;
    margin-right: 100px; }
  .m-footer__address {
    margin-right: 10%; }
    .m-footer__address .phone {
      font-size: 1.625rem;
      font-weight: 800;
      line-height: 2.25rem; }
    .m-footer__address .work-hours {
      font-style: italic;
      font-size: .875rem;
      margin-bottom: 30px; }
  .m-footer__menu ul {
    columns: 2;
    column-gap: 140px; }
  .m-footer__menu li {
    padding: 2px 0; }
  .m-footer__menu a {
    display: block;
    background: url(../img/str-4.svg) left center no-repeat;
    padding-left: 20px; }
    .m-footer__menu a:hover {
      text-decoration: underline; }

.m-copyrights {
  padding: 60px 15px;
  font-size: .9375rem; }
  .m-copyrights__grid {
    display: flex;
    justify-content: space-between; }

.m-breadcrumbs {
  background-color: #e68e73;
  color: #fff;
  font-size: .875rem;
  padding: 3px 0; }
  .m-breadcrumbs img {
    margin: 0 7px;
    position: relative;
    top: -1px; }
  .m-breadcrumbs a:hover {
    text-decoration: underline; }

.layout {
  padding: 30px 0; }
  .layout:after {
    content: '';
    display: table;
    clear: both; }
  .layout__left {
    float: left;
    width: 230px; }
  .layout__right {
    float: right;
    width: calc(100% - 280px);
    border-left: 1px solid rgba(0, 0, 0, 0.1); }

.colnav .categories > li:not(.active) {
  display: none; }

.colnav .categories > li.active > a {
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 700; }

.colnav .categories ul {
  text-transform: lowercase;
  padding: 7px 0;
  font-size: .9375rem; }
  .colnav .categories ul a {
    display: block;
    background: url(../img/str-1.svg) 3px 10px no-repeat;
    padding: 4px 0 4px 16px;
    background-size: auto 6px;
    line-height: 1.125rem; }

.colnav .categories li.active > a {
  font-weight: 700; }

.colnav .categories ul ul {
  margin-left: 16px; }

.catalog {
  padding-left: 30px; }
  .catalog__intro h1 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 10px; }
  .catalog__short-desc {
    margin-bottom: 10px;
    font-size: .9375rem; }
  .catalog__nav:after {
    content: '';
    display: table;
    clear: both; }
  .catalog__bottom {
    text-align: center;
    padding: 20px 0;
    clear: both; }
  .catalog .m-product {
    width: 25%; }
    .catalog .m-product__title a {
      height: 44px;
      margin-bottom: 4px;
      line-height: 1.375rem;
      overflow: hidden; }
    .catalog .m-product__buybox {
      height: 46px; }
    .catalog .m-product__price {
      display: flex;
      align-items: center;
      flex: 0 0 75%;
      font-size: .9375rem; }
      .catalog .m-product__price .discount {
        flex: 0 0 36px;
        margin-right: 8px; }
      .catalog .m-product__price table {
        font-size: .875rem; }
  .catalog__long-desc p,
  .catalog__long-desc h2,
  .catalog__long-desc h3,
  .catalog__long-desc ul,
  .catalog__long-desc ol {
    margin-bottom: 18px;
    font-size: .875rem;
    line-height: 1.375rem; }
  .catalog__long-desc h2,
  .catalog__long-desc h3 {
    padding-top: 10px;
    font-weight: 700; }
  .catalog__long-desc h2 {
    font-size: 1.375rem; }
  .catalog__long-desc h3 {
    font-size: 1.125rem; }

.cnav {
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  font-size: .875rem;
  padding: 12px; }

.sortbox {
  display: flex;
  align-items: center; }
  .sortbox__text {
    margin-right: 8px; }
  .sortbox__select {
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff url(../img/str-6.svg) right 8px center no-repeat;
    background-size: auto 5px; }
    .sortbox__select select {
      border: 0;
      outline: none;
      font-size: .8125rem;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      background-color: rgba(0, 0, 0, 0);
      padding: 0 24px 0 2px;
      cursor: pointer; }

.pagesbox {
  display: flex;
  align-items: center;
  margin-left: 35px; }
  .pagesbox a {
    display: inline-block;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 26px;
    text-align: center;
    line-height: 24px;
    margin: 0 1px; }
    .pagesbox a:hover {
      border-color: #000; }
    .pagesbox a.active {
      background-color: #000;
      border-color: #000;
      color: #fff;
      font-weight: 600; }
  .pagesbox__text {
    margin-right: 8px; }

.pagibox {
  margin-left: auto;
  font-size: .8125rem; }
  .pagibox a {
    display: inline-block;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 26px;
    text-align: center;
    line-height: 24px;
    margin: 0 1px; }
    .pagibox a:hover {
      border-color: #000; }
  .pagibox span.active {
    background-color: #a8c753;
    border-color: #a8c753;
    color: #fff;
    font-weight: 600;
    width: 26px;
    text-align: center;
    line-height: 24px;
    margin: 0 1px;
    display: inline-block; }

.m-filters {
  font-size: .9375rem; }
  .m-filters__trigger {
    display: none; }
  .m-filters__name {
    font-weight: 600;
    display: block;
    padding: 11px 2px 9px;
    cursor: pointer; }
    .m-filters__name::before {
      content: ' ';
      display: block;
      float: left;
      width: 14px;
      height: 23px;
      background: url(../img/str-6.svg) left center no-repeat;
      background-size: auto 4px; }
  .m-filters__single {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .m-filters__single input[type=text],
    .m-filters__single input[type=number] {
      border: 1px solid rgba(0, 0, 0, 0.1);
      background-color: #fff;
      width: 66px;
      text-align: center;
      padding: 5px 4px 3px;
      font-size: .75rem;
      margin: 0 2px; }
    .m-filters__single--range {
      font-weight: 600;
      padding-bottom: 14px; }
      .m-filters__single--range .m-filters__name {
        cursor: text;
        display: inline-block;
        padding: 11px 2px 14px; }
        .m-filters__single--range .m-filters__name::before {
          display: none; }
      .m-filters__single--range .m-filters__row {
        display: block; }
      .m-filters__single--range .m-filters__box {
        display: inline-block; }
  .m-filters__box {
    padding-bottom: 10px; }
  .m-filters__row {
    display: flex; }
    .m-filters__row label {
      display: block;
      padding: 0 0;
      font-size: .875rem;
      margin-bottom: 1px; }
      .m-filters__row label:hover span {
        text-decoration: underline; }
      .m-filters__row label input {
        display: none; }
      .m-filters__row label .mark {
        display: block;
        border: 1px solid rgba(0, 0, 0, 0.3);
        float: left;
        width: 12px;
        height: 12px;
        position: relative;
        top: 7px;
        margin-right: 8px; }
      .m-filters__row label input[type=checkbox]:checked + .mark {
        background: #61b6d1 url(../img/kd-remove.svg) center center no-repeat;
        border: 1px solid #61b6d1;
        background-size: 6px; }
    .m-filters__row:nth-of-type(2n) label input[type=checkbox]:checked + .mark {
      background-color: #a8c753; }
    .m-filters__row:nth-of-type(3n) label input[type=checkbox]:checked + .mark {
      background-color: #ed2c42; }
    .m-filters__row:nth-of-type(4n) label input[type=checkbox]:checked + .mark {
      background-color: #d8a00a; }
  .m-filters__send {
    padding: 5px 0 25px 0; }
    .m-filters__send button {
      background-color: #a8c753;
      border: 0;
      text-transform: uppercase;
      font-weight: 600;
      display: block;
      padding: 6px 15px 5px 15px;
      color: #fff;
      border-radius: 20px;
      cursor: pointer; }
      .m-filters__send button:hover {
        background-color: #8fae39; }
      .m-filters__send button img {
        display: none; }

#kqs-box {
  border: 0 !important;
  margin-top: 15% !important; }
  #kqs-box a {
    display: inline-block;
    margin: 0 8px;
    background-color: #a8c753;
    padding: 5px 12px 4px;
    color: #fff; }
    #kqs-box a:last-of-type {
      background-color: #ed2c42; }

.ext {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px; }
  .ext__header {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 20px;
    padding-top: 22px; }
  .ext__content p, .ext__content ul, .ext__content ol {
    margin-bottom: 12px; }

.product {
  padding: 40px 0 30px;
  scroll-behavior: smooth; }
  .product:after {
    content: '';
    display: table;
    clear: both; }
  .product__mod-1 {
    float: left;
    width: 69%; }
  .product__mod-3 {
    float: right;
    width: 25%;
    padding-top: 20px; }
  .product__s1 {
    float: right;
    width: calc(100% - 360px); }
  .product__s2 {
    float: left;
    width: 300px; }
  .product__s3 {
    float: right;
    width: calc(100% - 360px); }
  .product__s4 {
    clear: both;
    padding: 30px 0 20px; }
  .product__center {
    clear: both;
    padding: 30px 0; }
    .product__center:after {
      content: '';
      display: table;
      clear: both; }

.m-title {
  padding-top: 10px; }
  .m-title__promo {
    background-color: #a8c753;
    color: #fff;
    display: inline-block;
    font-size: .8125rem;
    line-height: 1.25rem;
    font-weight: 600;
    border-radius: 4px;
    padding: 1px 8px 1px;
    margin-bottom: 8px; }
  .m-title__name {
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 2rem;
    color: #61b6d1;
    margin-bottom: 5px; }

.m-infos {
  border-left: 3px solid #ce2772;
  padding-left: 10px;
  font-size: .9375rem;
  margin-bottom: 25px; }

.m-desc {
  font-size: .9375rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 25px;
  margin-bottom: 25px; }

.m-cartbox {
  background-color: #eef1f4;
  border: 2px solid #e3e7eb;
  padding: 20px 20px 10px;
  border-radius: 26px;
  font-size: .9375rem; }
  .m-cartbox ul {
    margin-bottom: 14px; }
    .m-cartbox ul li {
      padding: 2px 0; }
  .m-cartbox__price {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 10px; }
    .m-cartbox__price s {
      font-weight: 400;
      font-size: 1rem; }
    .m-cartbox__price strong {
      color: #ed2c42; }
  .m-cartbox__buy:after {
    content: '';
    display: table;
    clear: both; }
  .m-cartbox__buy input {
    border: 1px solid #e3e7eb;
    background: #fff;
    width: 44px;
    text-align: center;
    height: 34px;
    font-size: .9375rem;
    font-weight: 600;
    border-radius: 6px;
    float: left; }
  .m-cartbox__buy .to-cart {
    float: right;
    width: calc(100% - 50px); }
    .m-cartbox__buy .to-cart button {
      background-color: #ed2c42;
      color: #fff;
      width: 100%;
      height: 34px;
      border: 0;
      border-radius: 6px;
      position: relative;
      transition: all 140ms ease-in-out;
      cursor: pointer;
      position: relative; }
      .m-cartbox__buy .to-cart button:hover {
        background-color: #d41228; }
      .m-cartbox__buy .to-cart button img {
        width: 24px;
        position: relative;
        top: -2px;
        margin-right: 10px; }
      .m-cartbox__buy .to-cart button span {
        display: inline-block;
        font-size: .9375rem;
        font-weight: 700;
        padding-top: 4px; }
        .m-cartbox__buy .to-cart button span::before {
          content: '+';
          width: 12px;
          height: 12px;
          background-color: #26a8d1;
          display: block;
          line-height: 10px;
          border-radius: 10px;
          text-align: center;
          font-size: 14px;
          position: absolute;
          top: -4px;
          right: 14px; }
  .m-cartbox__ask {
    text-align: center;
    color: #95b63b;
    padding-top: 14px; }
    .m-cartbox__ask img {
      position: relative;
      top: -2px;
      margin-right: 6px; }
    .m-cartbox__ask a:hover {
      text-decoration: underline; }

.m-attrs {
  padding-bottom: 10px; }
  .m-attrs__name {
    font-weight: bold;
    margin-bottom: 3px; }
  .m-attrs__vals {
    border: 1px solid #e3e7eb;
    border-radius: 6px;
    margin-bottom: 10px;
    background: #fff; }
    .m-attrs__vals select {
      border: 0;
      background-color: rgba(0, 0, 0, 0);
      padding: 8px 8px 6px;
      width: 100%;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      cursor: pointer; }
    .m-attrs__vals input[type="text"] {
      padding: 8px 8px 6px;
      width: 100%;
      border: 0; }

.m-variants {
  margin-bottom: 15px; }
  .m-variants__row {
    padding: 3px 0;
    border-bottom: 1px solid #fff; }
    .m-variants__row:after {
      content: '';
      display: table;
      clear: both; }
  .m-variants__attr {
    display: inline-block;
    margin-right: 8px;
    font-size: .875rem; }
  .m-variants input {
    border: 1px solid #e3e7eb;
    background: #fff;
    width: 38px;
    text-align: center;
    height: 24px;
    font-size: .875rem;
    font-weight: 600;
    border-radius: 6px; }
  .m-variants .qty {
    display: inline-block;
    float: right; }

.m-spro {
  padding-top: 20px;
  clear: both; }
  .m-spro__header {
    font-weight: 600;
    margin-bottom: 15px; }
  .m-spro__grid:after {
    content: '';
    display: table;
    clear: both; }
  .m-spro__item {
    float: left;
    text-align: center;
    width: 16.66667%;
    padding: 10px 8px;
    font-size: .8125rem; }
    .m-spro__item:nth-of-type(n+7) {
      display: none; }
    .m-spro__item .name {
      line-height: 1.125rem;
      display: block;
      padding: 8px 10px 0;
      margin-bottom: 5px; }
    .m-spro__item .price {
      font-weight: 600; }

.m-similar {
  background-color: #eef1f4; }
  .m-similar .m-homeprod__title strong {
    color: #7f9b32; }
  .m-similar .m-product {
    background-color: #fff;
    margin: 0 .5% 40px;
    width: 19%;
    border: 0; }

#ask-mod {
  clear: both;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.ask-form {
  clear: both;
  margin-bottom: 60px;
  padding-top: 50px;
  width: 100%; }

.ask-form .header {
  color: #61b6d1;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 15px; }

@media all and (min-width: 992px) {
  .ask-form {
    width: 500px;
    margin-left: auto;
    margin-right: auto; } }

.ask-form label {
  display: block;
  margin-bottom: 6px;
  margin-top: 12px; }

.ask-form input[type="text"],
.ask-form textarea {
  padding: 9px 14px 7px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background-color: #fff;
  width: 100% !important; }

.ask-form input[type="text"]:focus,
.ask-form textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.22);
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.13); }

.ask-form input[type="submit"] {
  border: 0;
  background-color: #61b6d1;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  padding: 9px 30px 7px;
  display: inline-block;
  transition: all 160ms ease-in-out;
  cursor: pointer;
  float: right;
  margin-top: 10px;
  border-radius: 20px; }
  .ask-form input[type="submit"]:hover {
    background-color: #41a7c8; }

@media all and (max-width: 768px) {
  .ask-form {
    width: 340px; } }

.pagination {
  text-align: center;
  float: left;
  font-size: .9375rem; }
  .pagination ul {
    display: inline-block; }
    .pagination ul li {
      display: inline-block;
      padding: 4px 0 4px; }
      .pagination ul li a,
      .pagination ul li span {
        display: block;
        width: 24px;
        height: 26px;
        line-height: 26px; }
    .pagination ul .active span {
      color: #fff;
      background-color: #d8a00a; }

.sortBox {
  float: right;
  padding: 2px 8px 4px;
  color: #000; }
  .sortBox select {
    border: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: #000;
    background: #eef1f4;
    padding: 6px 6px 4px;
    margin-left: 5px;
    font-size: .875rem; }
  @media all and (min-width: 768px) {
    .sortBox-item {
      margin-bottom: 0;
      margin-right: 8px;
      display: inline-block; } }

/**********************/
.register {
  width: 800px;
  margin: 20px auto 40px;
  font-size: 1rem; }
  .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: #79a31b;
      color: #fff;
      border: 0;
      padding: 8px 20px 6px;
      font-size: .9375rem;
      font-weight: 600;
      cursor: pointer;
      border-radius: 20px; }

@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; }
  .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: #79a31b;
      color: #fff;
      border: 0;
      padding: 8px 20px 6px;
      font-size: .9375rem;
      font-weight: 600;
      cursor: pointer;
      border-radius: 20px; }
  .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: #61b6d1; }

@media all and (min-width: 1024px) {
  .accountNav {
    padding: 0; }
    .accountNav li {
      display: inline-block;
      border-bottom: 0;
      border-right: 1px solid #fff;
      border-top: 1px solid #fff; }
      .accountNav li a {
        background-color: #000; }
        .accountNav li a:hover {
          background-color: #61b6d1; } }

@media all and (min-width: 1024px) {
  .accountNav form[name="profil"],
  .accountNav form[name="adres_nowy"] {
    margin-right: 33%; } }

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

.kd-cart {
  padding: 30px 10px 20px; }
  .kd-cart:after {
    content: '';
    display: table;
    clear: both; }
  .kd-cart__header {
    font-size: 1.75rem;
    margin-bottom: 30px; }
  @media all and (min-width: 1220px) {
    .kd-cart {
      padding: 20px 0 50px; }
      .kd-cart__col-one {
        float: left;
        width: 57%; }
      .kd-cart__col-two {
        float: right;
        width: 40%;
        border-radius: 0px;
        background-color: #efefef; } }

.kd-products__item {
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  position: relative;
  margin-bottom: 10px;
  padding: 20px 10px;
  align-items: stretch; }
  .kd-products__item:after {
    content: '';
    display: table;
    clear: both; }
  .kd-products__item .thumb {
    flex: 0 0 16%;
    text-align: center; }
  .kd-products__item .infos {
    padding-left: 20px;
    position: relative;
    flex: 0 0 84%; }
    .kd-products__item .infos .name {
      font-weight: 600;
      font-size: 1.125rem;
      display: block;
      padding: 8px 0; }
      .kd-products__item .infos .name .attrs {
        clear: both;
        font-size: .875rem;
        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 > span:not(:last-of-type) {
      margin-right: 40px;
      display: inline-block;
      min-width: 110px; }
    .kd-products__item .infos .row .qty input {
      background-color: #efefef;
      border: 0;
      height: 34px;
      width: 48px;
      text-align: center;
      border-radius: 0px;
      margin-left: 10px; }
  .kd-products__item .remove {
    position: absolute;
    right: 20px;
    top: -80px; }
    .kd-products__item .remove a {
      background: #61b6d1 url(../img/kd-remove.svg) center center no-repeat;
      width: 28px;
      height: 28px;
      display: block;
      border-radius: 0x; }
      .kd-products__item .remove a:hover {
        background-color: #db0000; }
      .kd-products__item .remove a img {
        display: none; }

@media all and (min-width: 768px) {
  .kd-products__item {
    display: flex; }
  .kd-products .remove {
    top: 10px; }
  .kd-products .infos {
    padding-left: 20px;
    position: relative;
    flex: 0 0 84%; }
    .kd-products .infos .name {
      font-weight: 600;
      font-size: 1.125rem;
      display: block;
      padding: 8px 60px 8px 0; }
    .kd-products .infos .row {
      position: absolute;
      left: 20px;
      bottom: 8px;
      right: 0; } }

.kd-summary {
  background-color: #efefef;
  border-radius: 0px;
  line-height: 2rem;
  text-align: center; }
  .kd-summary__worth {
    padding: 32px 25px;
    font-size: 1.375rem;
    font-weight: 600; }
  .kd-summary__code {
    background-color: #e1e1e1;
    padding: 12px 25px; }
    .kd-summary__code input[type=text] {
      border-radius: 0px;
      border: 1px solid #fff;
      font-size: 1rem;
      padding: 6px 10px;
      width: 150px;
      text-align: center;
      color: #61b6d1;
      font-weight: 600; }
    .kd-summary__code input[type=button] {
      background-color: #a8c753;
      color: #fff;
      border: 0;
      border-radius: 0px;
      font-size: .8125rem;
      padding: 3px 12px;
      cursor: pointer; }
  .kd-summary__buttons {
    padding: 25px 25px; }
    .kd-summary__buttons button {
      border: 0;
      border-radius: 0px;
      font-size: 1.125rem;
      color: #fff;
      padding: 12px 22px 10px;
      cursor: pointer; }
    .kd-summary__buttons .recalc {
      background-color: #606060;
      margin-bottom: 20px; }
      .kd-summary__buttons .recalc:hover {
        background-color: #4e4e4e; }
    .kd-summary__buttons .next-step {
      background-color: red;
      font-weight: 600; }
      .kd-summary__buttons .next-step:hover {
        background-color: #db0000; }
  @media all and (min-width: 768px) {
    .kd-summary {
      text-align: left; }
      .kd-summary > div {
        display: flex;
        justify-content: space-between; }
      .kd-summary .text {
        flex: 60%; }
      .kd-summary .val {
        text-align: right;
        flex: 40%; }
      .kd-summary__buttons .recalc {
        margin-bottom: 0; } }

.kd-back {
  clear: both;
  padding: 20px 0;
  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 all 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: #e1e1e1;
  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: 16px 0; }
  .kd-shipment__header {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 1.125rem;
    padding: 0 25px; }
  .kd-shipment__item {
    padding: 12px 25px 9px;
    font-size: .9375rem;
    border-bottom: 1px solid #fff;
    line-height: 1.375rem; }
    .kd-shipment__item:after {
      content: '';
      display: table;
      clear: both; }
    .kd-shipment__item:last-of-type {
      border: 0;
      padding-bottom: 0; }
  .kd-shipment__name {
    float: left;
    width: 80%;
    line-height: 1.25rem; }
    .kd-shipment__name input {
      float: left;
      position: relative;
      left: -5px;
      top: 0; }
    .kd-shipment__name label {
      display: block;
      padding-left: 20px; }
  .kd-shipment__cost {
    float: right;
    width: 20%;
    text-align: right; }
  .kd-shipment__desc {
    padding: 7px 21px 4px;
    background-color: red;
    color: #fff; }

.kd-sum {
  background-color: #efefef;
  padding: 0; }
  .kd-sum__row {
    padding: 15px 25px 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 all and (min-width: 768px) {
    .kd-sum {
      text-align: left; }
      .kd-sum__row {
        text-align: left; }
        .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 {
        width: 25%; }
      .kd-sum__ship {
        width: 25%; }
      .kd-sum__all {
        width: 50%;
        text-align: right; } }

.kd-client {
  padding: 30px 0; }
  .kd-client__header {
    font-size: 1.125rem;
    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 rgba(0, 0, 0, 0.2);
        font-size: 1rem;
        padding: 0px 8px; }
      .kd-client__row .val select {
        padding: 7px 8px; }

.kd-msg__header {
  margin-bottom: 6px; }

.kd-msg textarea {
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  padding: 10px 8px;
  width: 100% !important; }

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