/* line 1, styles.scss */
.search.mobile {
  display: none; }
  @media (max-width: 720px) {
    /* line 1, styles.scss */
    .search.mobile {
      display: block;
      position: absolute;
      color: #747474;
      right: 15px;
      top: 50%;
      transform: translate(0, -50%); } }

@media (max-width: 720px) {
  /* line 13, styles.scss */
  header .search-block {
    margin-top: 0; } }

/* line 21, styles.scss */
.product .photo-brand_wrap {
  display: flex; }
/* line 24, styles.scss */
.product .photo-brand {
  height: 150px;
  width: 150px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
