.l-footer__contact {
  font-size: 1.125rem;
  color: #fff;
  background: #C70606;
}
.l-footer__contact a {
  color: #fff;
  text-decoration: none;
}
.l-footer__contact a:hover,
.l-footer__contact a:focus,
.l-footer__contact a:active {
  text-decoration: underline;
}
.l-footer__contact svg {
  fill: #fff;
}
.l-footer__content {
  color: #fff;
  text-align: center;
  background: #56585c;
}
.l-footer__content a {
  color: #fff;
}
.l-footer__copyright {
  color: #fff;
  background: #5b5b5b;
}
.l-footer__ul {
  margin-left: 0;
  font-size: 1.125rem;
}
.l-footer__ul li {
  padding-left: 0;
  list-style: none;
}
.l-footer__ul a {
  text-decoration: none;
}
.l-footer__ul a:hover,
.l-footer__ul a:focus,
.l-footer__ul a:active {
  text-decoration: underline;
}
.l-footer__form {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #8b8b8b;
}
.l-footer__form [type=text],
.l-footer__form textarea {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font: 400 0.9375rem/1.5 'Open Sans', sans-serif;
  color: #707070;
  background: #fff;
  border: 0;
}
.l-footer__form [type=text]::placeholder,
.l-footer__form textarea::placeholder {
  color: #707070;
  opacity: 1;
}
.l-footer__form [type=text]::-webkit-input-placeholder,
.l-footer__form textarea::-webkit-input-placeholder {
  color: #707070;
  opacity: 1;
}
.l-footer__form [type=text]:-ms-input-placeholder,
.l-footer__form textarea:-ms-input-placeholder {
  color: #707070;
  opacity: 1;
}
.l-footer__form [type=checkbox] {
  width: 1.25rem;
  height: 1.25rem;
  -webkit-appearance: none;
  appearance: none;
}
.l-footer__form [type=checkbox]:checked {
  background: #C70606;
}
.l-footer__form textarea {
  min-height: 10rem;
  resize: vertical;
}
.l-footer__form [type=submit] {
  font-style: normal;
  background: 0;
}
.l-footer__form [type=submit]:hover,
.l-footer__form [type=submit]:focus,
.l-footer__form [type=submit]:active {
  color: #fff;
  text-decoration: underline;
  box-shadow: none;
}
.l-footer__dodavka {
  margin: 1rem auto 0;
}
@media only screen and (min-width: 57rem) {
  .l-footer__content {
    text-align: left;
  }
  .l-footer__dodavka {
    margin: 0 0 0 auto;
  }
}
.l-header {
  margin: 0 auto 1rem;
  position: relative;
  z-index: 10;
}
.l-header__container {
  max-width: 72rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #ebebeb;
}
.l-header__logo {
  text-align: center;
  padding-bottom: 1rem;
}
.l-header__logo img {
  width: 12.5rem;
}
.l-header__logoLink {
  display: inline-block;
}
.l-header__controlPanel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.l-header__controlPanelContent {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-header__controlPanelItem {
  margin: 0 1rem;
  cursor: pointer;
}
.l-header__contact {
  display: flex;
  align-items: center;
  line-height: 1.5;
  color: #56585c;
}
.l-header__social {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 1.5rem;
}
.l-header__socialInstagram {
  margin-bottom: 0.25rem;
}
.l-header__account,
.l-header__search,
.l-header__menu {
  padding-top: 1rem;
}
.l-header__accountControl,
.l-header__searchControl,
.l-header__menuControl,
.l-header__account,
.l-header__search,
.l-header__menu {
  display: none;
}
.l-header__accountControl:checked ~ .l-header__account {
  display: block;
}
.l-header__searchControl:checked ~ .l-header__search {
  display: block;
}
.l-header__menuControl:checked ~ .l-header__menu {
  display: block;
  padding: 0;
  background: rgba(0, 0, 0, 0.35);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000;
}
.l-header__menuCloser {
  display: none;
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 1;
}
.l-header__menuControl:checked ~ .l-header__menu .l-header__menuCloser {
  display: block;
}
.l-header__controlPanelContentTwo {
  min-width: 17rem;
}
.l-header__basket {
  display: none;
  text-decoration: none;
  font-weight: 700;
  color: #707070;
  position: relative;
}
.l-header__basketCount {
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
  background: #707070;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  left: 18px;
}
.l-header__slogan {
  display: none;
}
@media only screen and (min-width: 40rem) {
  .l-header__container {
    display: flex;
    align-items: center;
  }
  .l-header__logo {
    flex: 0 0 auto;
    padding-bottom: 0;
  }
  .l-header__content {
    flex-grow: 1;
    padding-top: 1rem;
    padding-left: 1.5rem;
  }
  .l-header__controlPanel {
    justify-content: flex-start;
  }
  .l-header__controlPanelContent {
    align-items: flex-start;
  }
  .l-header__accountOpener {
    margin-left: 0;
  }
}
@media only screen and (min-width: 50rem) {
  .l-header__container {
    padding-bottom: 0;
    align-items: flex-start;
  }
  .l-header__logo {
    padding-top: 0.5rem;
  }
  .l-header__controlPanel {
    display: none;
  }
  .l-header__account,
  .l-header__search,
  .l-header__menu,
  .l-header__basket {
    display: block;
  }
  .l-header__account {
    padding-top: 0;
    padding-left: 2rem;
  }
  .l-header__controlPanelContent {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .l-header__controlPanelContentOne {
    flex: 0 0 100%;
    display: flex;
    justify-content: space-between;
  }
  .l-header__controlPanelContentTwo {
    flex: 0 0 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 1.5rem;
  }
  .l-header__controlPanelContentThree {
    flex: 0 0 100%;
    position: relative;
  }
  .l-header__search {
    flex: 0 0 50%;
    padding-top: 0;
  }
  .l-header__menu .l-menu {
    justify-content: flex-end;
  }
  .l-header__menu .l-menu__item {
    padding-bottom: 1.25rem;
  }
  .l-header__contact {
    line-height: 1.25;
    padding-bottom: 0.5rem;
  }
  .l-header__menuControl:checked ~ .l-header__menu .l-header__menuCloser {
    display: none;
  }
  .l-header__menuControl:checked ~ .l-header__menu {
    padding-top: 1rem;
    background: 0;
    position: static;
  }
}
@media only screen and (min-width: 64rem) {
  .l-header__logo {
    margin-left: -0.8125rem;
  }
  .l-header__content {
    padding-left: 3rem;
  }
  .l-header__social {
    flex-direction: row;
    margin-left: 1.5rem;
  }
  .l-header__socialInstagram {
    margin-bottom: 0;
    margin-right: 1rem;
  }
  .l-header__slogan {
    display: block;
    position: absolute;
    left: 8px;
    bottom: -8px;
  }
}
@media only screen and (min-width: 75rem) {
  .l-header__content {
    padding-left: 4rem;
  }
  .l-header__slogan {
    left: 30px;
  }
}
.l-menu {
  margin: 0;
}
.l-menu__item,
.l-menu__submenu__item {
  line-height: 1;
  list-style: none;
  padding: 0 0.5rem 0.5rem;
}
.l-menu__submenu__item {
  line-height: 1.25;
  padding: 0;
}
.l-menu__link,
.l-menu__submenu__link {
  display: block;
  padding: 0.5rem;
  font-style: italic;
  text-decoration: none;
  color: #56585c;
}
.l-menu__link--eshop,
.l-menu__submenu__link--eshop {
  color: #fff;
  background: #C70606;
}
.l-menu__link--blog,
.l-menu__submenu__link--blog {
  font-weight: 700;
  color: #707070;
}
.l-menu__link:hover,
.l-menu__submenu__link:hover,
.l-menu__link:active,
.l-menu__submenu__link:active,
.l-menu__link:focus,
.l-menu__submenu__link:focus {
  text-decoration: underline;
}
.l-header__menuControl:checked ~ .l-header__menu .l-menu {
  display: block;
  height: 100%;
  max-width: 20rem;
  padding: 1.5rem 1rem;
  background: #fff;
  position: fixed;
  right: 0;
  overflow: auto;
}
.l-header__menuControl:checked ~ .l-header__menu .l-menu__item {
  display: block;
}
.l-header__menuControl:checked ~ .l-header__menu .l-menu__link {
  display: inline-block;
}
.l-menu__submenu {
  margin: 0;
  padding-left: 1rem;
}
.l-menu__active .l-menu__link,
.l-menu__submenu__active .l-menu__submenu__link {
  color: #707070;
}
@media only screen and (min-width: 50rem) {
  .l-menu,
  .l-header__menuControl:checked ~ .l-header__menu .l-menu {
    display: flex;
    flex-wrap: wrap;
    max-width: none;
    padding: 0;
    position: static;
    overflow: visible;
  }
  .l-menu__children .l-menu__link {
    position: relative;
  }
  .l-menu__children .l-menu__link:after {
    content: '';
    width: 0;
    height: 0;
    margin-left: -3px;
    border-style: solid;
    border-width: 6px 3px 0 3px;
    border-color: #bbbbba transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -8px;
  }
  .l-menu__submenu {
    display: none;
    width: 12rem;
    padding: 1rem;
    margin-left: -3rem;
    background: #fff;
    border: 1px solid #ebebeb;
    border-top: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
  }
  .l-menu__submenu__link {
    padding-left: 0;
    padding-right: 0;
  }
  .l-menu__item {
    position: relative;
  }
  .l-menu__item:last-child {
    padding-right: 0;
  }
  .l-menu__item:last-child .l-menu__link {
    padding-right: 0;
  }
  .l-menu__item:hover > .l-menu__submenu {
    display: block;
  }
}

.statistiky-filtr{
    display:flex;
    flex-direction:column;
    gap:12px;
    margin-bottom:25px;
}

.filtr-radek{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.polozkaInput{
    min-width:180px;
}
/*# sourceMappingURL=maps/layouts.css.map */
