body {
  padding-top: 128px;
}
body.cashback {
  padding-top: 146px;
}
.header {
  left: 0;
  line-height: 1;
  top: 0;
  width: 100%;
  z-index: 2;
}
.header-container {
  background-color: var(--color-footer-back);
  color: var(--color-header);
}
.header-burger-menu {
  cursor: pointer;
  display: none;
  margin-top: -3px;
}
.header-burger-menu i {
  background-color: var(--color-header);
}
.header-burger-menu .fa-bars {
  height: 24px;
  margin-top:2px;
  width: 24px;
}
.header-burger-menu .fa-times {
  height: 20px;
  margin-right: 4px;
  margin-top: 0px;
  width: 20px;
}
.header-infos-box {
  align-items: center;
  background-color: #ffffff;
  display: flex;
  font-size: 12px;
  height: 20px;
  justify-content: center;
  text-transform: uppercase;
}
.header-info {
  margin: 0 10px;
}
.header-info-red {
  color: #d12f14;
  font-weight: 700;
}
.header-infos-box-menu {
  display: none;
  flex-direction: column;
  font-size: 22px;
  line-height: 4rem;
}
.header-info-menu {
  border-bottom: 1px solid #eeeeee;
  display: block;
  font-weight: 600;
  overflow: hidden;
}
.header-categories {
  background-color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  line-height: 30px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}
.menu-opened .header-categories {
  box-sizing: border-box;
  font-size: 2.2rem;
  height: calc(100% - 52px);
  overflow-y: auto;
  padding: 20px;
  position: fixed;
  text-align: left;
  width: 100%;
}
.header-categories-box {
  display: table;
  padding: unset;
  position: relative;
  width: 100%;
}
.header-category-top:first-child {
  border-left: 0;
}
.header-category-top {
  border-bottom: 2px solid transparent;
  border-left: 1px solid #e0e0e0;
  display: table-cell;
}
.header-category-top-expanded .header-category-child {
  display: flex;
}
.header-category-child-box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}
.header-category-top-link {
  cursor: pointer;
  white-space: nowrap;
}
.menu-opened .header-category-top {
  border-bottom: 1px solid #eeeeee;
  border-left: 0;
  display: block;
  line-height: 4rem;
  overflow: hidden;
}
.menu-opened .header-category-top i {
  margin-top: 14px;
}
.menu-opened .header-category-top-link {
  display: flex;
}
.menu-opened .header-category-top-name {
  flex: 1;
}
.header-category-top-image img {
  height: 200px;
  width: 320px;
}
.menu-opened .header-category-top-image {
  display: none;
}
.header-category-child {
  background-color: #ffffff;
  box-sizing: border-box;
  color: #222222;
  display: none;
  font-size: 1.2rem;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: 100%;
  width: 100%;
}
.menu-opened .header-category-child {
  font-size: 1.6rem;
  position: initial;
}
.header-category-top .fa-angle-down {
  margin-left: 5px;
}
.header-category-child-item {
  border-bottom: 1px solid #dddddd;
  margin-right: 20px;
  white-space: nowrap;
  width: 270px;
}
.menu-opened .header-category-child-item {
  border: 0;
  display: inline-block;
  float: none;
  height: 30px;
  margin: 0;
  width: 100%;
}
.header-category-child-item-link {
  display: inline-block;
  width: 100%;
}
.menu-opened .header-category-child-item-link {
  height: 100%;
  overflow: hidden;
  white-space: normal;
}
.header-top {
  box-sizing: unset;
  display: flex;
  flex-wrap: nowrap;
  font-size: 32px;
  height: 38px;
  padding: 14px 0 0 0;
  position: relative;
}
.header .work-time {
  display: inline-block;
  font-size: 13px;
  margin-top: 2px;
  text-align: center;
}
.header .phone {
  font-size: 25px;
  margin: 5px 10px 0 10px;
}
.header .fa-phone {
  background-color: var(--color-header);
  height: 21px;
  margin-top: 2px;
  width: 21px;
}
.menu-phone {
  display: block;
  font-size: 3.5rem;
  font-weight: 700;
  margin: 10px 0;
}
.menu-phone .fa-menu-phone-icon {
  background-color: #222222;
  margin-right: 10px;
}
.header-contacts {
  display: none;
  flex-direction: column;
  text-align: center;
}
.header-box-info-icons {
  padding: 20px 0 10px 0;
}
.header-box-info-icons a {
  display: inline-block;
  line-height: 1;
  margin: 0 5px;
}
.header-box-info-icons .fa {
  height: 40px;
  width: 40px;
}
.header-icon {
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}
.header-icon .svg-icon {
  height: 28px;
  stroke: var(--color-header);
  stroke-width: 3px;
  width: 28px;
}
.header-icon-wish {
  cursor: pointer;
}
.header-logo-menu {
  height: 48px;
  object-fit: contain;
}
.header-copyright {
  font-size: 10px;
  font-style: italic;
}
.logo {
  display: inline-block;
  height: var(--header-logo-height);
  margin-top: var(--header-logo-margin-top);
  line-height: 0;
  object-fit: contain;
  width: var(--header-logo-width);
}
.logo-href {
  line-height: 0;
  position: relative;
}
.header-marquee {
  background-color: var(--color-main);
  color: var(--color-btn);
  display: flex;
  font-size: 16px;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  text-transform: uppercase;
}
.header-marquee-line {
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-name: marqueeLine;
  animation-timing-function: ease-in-out;
  flex-shrink: 0;
  margin: 0;
  min-width: 100%;
  padding: 0 15px;
  white-space: nowrap;
}
@keyframes marqueeLine {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media (min-width: 1217px) {
  .header-category-child-box-1, .header-category-child-box-2, .header-category-child-box-3 {
    height: 31px;
  }
  .header-category-child-box-4, .header-category-child-box-5, .header-category-child-box-6 {
    height: 62px;
  }
  .header-category-child-box-7, .header-category-child-box-8, .header-category-child-box-9 {
    height: 93px;
  }
  .header-category-child-box-10, .header-category-child-box-11, .header-category-child-box-12 {
    height: 124px;
  }
  .header-category-child-box-13, .header-category-child-box-14, .header-category-child-box-15 {
    height: 155px;
  }
  .header-category-child-box-16, .header-category-child-box-17, .header-category-child-box-18 {
    height: 186px;
  }
  .header-category-child-box-19, .header-category-child-box-20, .header-category-child-box-21 {
    height: 217px;
  }
}
@media (max-width: 1217px) {
  .header-category-child-box-1, .header-category-child-box-2 {
    height: 31px;
  }
  .header-category-child-box-3, .header-category-child-box-4 {
    height: 62px;
  }
  .header-category-child-box-5, .header-category-child-box-6 {
    height: 93px;
  }
  .header-category-child-box-7, .header-category-child-box-8 {
    height: 124px;
  }
  .header-category-child-box-9, .header-category-child-box-10 {
    height: 155px;
  }
  .header-category-child-box-11, .header-category-child-box-12 {
    height: 186px;
  }
  .header-category-child-box-13, .header-category-child-box-14 {
    height: 217px;
  }
  .header-category-child-box-15, .header-category-child-box-16 {
    height: 248px;
  }
  .header-category-child-box-17, .header-category-child-box-18 {
    height: 279px;
  }
  .header-category-child-box-19, .header-category-child-box-20 {
    height: 310px;
  }
}
@media (max-width: 1024px) {
  .phone {
    display: none;
  }
  .header .work-time {
    display: none;
  }
  .header-burger-menu {
    display: initial;
  }
  body {
    padding-top: 52px;
  }
  body.cashback {
    padding-top: 70px;
  }
  .header-infos-box {
    display: none;
  }
  .header-infos-box-menu {
    display: flex;
  }
  .header-categories {
    display: none;
  }
  .header-contacts {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .header-category-top:hover {
    border-bottom-color: var(--color-main);
  }
  .header-category-top:hover .header-category-child {
    display: flex;
  }
  .menu-opened .header-category-top:hover .header-category-child {
    display: block;
  }
}
@media (max-width: 1024px) {
  .header-category-child-box {
    display: unset;
    height: unset !important;
  }
  .product-add-to-cart-fixed {
    left: 0;
    top: 40px;
  }

}
@media (max-width: 480px) {
  .header .header-icon {
    flex: 1;
    text-align: center;
  }
  .header-categories {
    display: none;
  }
}
@media (max-width: 420px) {
  .logo {
    height: var(--header-logo-height2);
    margin-top: var(--header-logo-margin-top2);
    width: var(--header-logo-width2);
  }
}