* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #262626;
  font-weight: 400;
  font-size: 14px;
  font-family: Arial, sans-serif;
  line-height: 14px;
}
.wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .wrapper {
    max-width: 550px;
  }
}
@media (min-width: 768px) {
  .wrapper {
    max-width: 720px;
  }
}
@media (min-width: 1040px) {
  .wrapper {
    max-width: 1008px;
  }
}
.header {
  padding-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.header__logo {
  width: 200px;
  height: 80px;
  background-image: url(../img/header-logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.header__right-wrp {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__cart-wrp {
  text-align: right;
}
.header__cart-item {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.header__cart-item:not(:last-child) {
  margin-right: 9px;
}
.header__search-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header__search-input {
  padding-left: 13px;
  padding-right: 11px;
  border: 2px solid #262626;
  line-height: 22px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .header__search-input {
    min-width: 242px;
    font-size: 14px;
    margin-right: 20px;
  }
}
.header__search-submit {
  background-color: #e6e6e6;
  border: 2px solid #262626;
  line-height: 22px;
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 13px;
  cursor: pointer;
  display: none;
}
@media (min-width: 768px) {
  .header__search-submit {
    display: block;
  }
}
.header__menu-mobile {
  width: 25px;
  height: 19px;
  margin-left: auto;
  position: relative;
  cursor: pointer;
}
.header__menu-mobile::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 3px;
  background-color: #262626;
  -webkit-box-shadow: 0 8px 0 #262626, 0 16px 0 #262626;
          box-shadow: 0 8px 0 #262626, 0 16px 0 #262626;
}
@media (min-width: 1040px) {
  .header__menu-mobile {
    display: none;
  }
}
.header__menu-wrp {
  width: 100%;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (min-width: 1040px) {
  .header__menu-wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__menu-item {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
}
.header__menu-item:not(:last-child) {
  border-right: 2px solid #262626;
}
.cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cat {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.cat__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .cat__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}
.cat__item {
  width: 49%;
  height: 36px;
  border-top: 2px solid #262626;
  border-left: 2px solid #262626;
  border-right: 2px solid #262626;
  border-bottom: 2px solid #262626;
  margin-top: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2px;
  background-color: #e6e6e6;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cat__item {
    width: 220px;
  }
}
.cat__img {
  width: 100%;
  min-height: 215px;
  background-image: url(../img/cat-img.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 1040px) {
  .cat__img {
    min-height: 306px;
  }
}
.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
@media (min-width: 1040px) {
  .product {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.product__wrp {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 1040px) {
  .product__wrp {
    margin-right: 20px;
  }
}
.product__wrp--no-sidebar {
  max-width: 687px;
}
.product__title {
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #262626;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  padding-left: 20px;
  margin-bottom: 10px;
}
.product__item-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .product__item-wrp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.product__item {
  border: 2px solid #262626;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .product__item {
    width: 49%;
  }
}
.product__item-img {
  min-width: 130px;
  height: 90px;
  background-image: url(../img/product-img.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 10px;
  display: block;
}
.product__item-txt-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product__item-title {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
}
.product__item-sku {
  margin-bottom: 14px;
  font-size: 18px;
}
.product__item-txt {
  margin-bottom: 12px;
}
.product__item-info-btn {
  height: 30px;
  border: 2px solid #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  border-radius: 15px;
  background-color: #e6e6e6;
  cursor: pointer;
}
.product__sidebar {
  height: 356px;
  border: 2px solid #262626;
}
@media (min-width: 1040px) {
  .product__sidebar {
    width: 270px;
  }
}
.footer {
  height: 32px;
  background-color: #000;
  border: 2px solid #262626;
}
@media (max-width: 1000px) {
  .wrapper {
    width: 95%;
  }
}
