

/* Start:/local/templates/templ_shop202409/include_old/s/brand.css?17410890282273*/
.inner-page {
  padding-top: 20px;
  padding-bottom: 30px;
}

.inner-page__title {
  margin-top: 0;
}

.inner-page p {
  margin-bottom: 25px;
  line-height: 1.4;
}

.inner-page__alfabet-item,
.inner-page__alfabet-list,
.inner-page__brand-item,
.inner-page__brand-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inner-page__alfabet {
  display: none;
}

.inner-page__alfabet.active {
  display: block;
}

.inner-page__alfabet-list {
  margin-bottom: 10px;
}

.inner-page__alfabet-item {
  margin: 5px;
  background: #fff;
  float: left;
}

.inner-page__alfabet-link {
  width: 50px;
  height: 30px;
  padding: 6px;
  text-align: center;
  text-decoration: none;
  color: #868686;
  font-weight: 400;
  transition: background-color 0.2s ease-in;
  display: inline-block;
  z-index: 1;
  box-shadow: 0 2px #eaeaea;
}

.inner-page__alfabet-link:hover {
  padding: 4px;
  border: solid 2px var(--nPrimaryColor-900);
  color: var(--nPrimaryColor-900);
  font-weight: 500;
}

.inner-page__brand-item {
  margin: 6px;
  box-shadow: 0 2px #eaeaea;
  display: inline-block;
}

.inner-page__brand-item p {
  margin: 0;
}

.inner-page__brand-link {
  text-decoration: none;
  color: #3c3c3c;
  font-weight: 400;
  background-color: #fff;
  border-left: solid 2px var(--nPrimaryColor-900);
  display: inline-block;
  padding: 10px 20px;
}

.inner-page__brand-link:hover {
  color: #c37567;
  border-left: solid 2px #c37566;
}

.inner-page__brand-title {
  font-size: 54px;
  border-bottom: 2px solid var(--nPrimaryColor-900);
  margin: 10px 0 20px;
  color: var(--nPrimaryColor-900);
  display: inline-block;
  width: 100%;
}

/* === Adaptive === */
@media screen and (min-width: 1024px) {
  .inner-page,
.inner-page__title {
    animation-fill-mode: both;
    animation-name: fadeIn;
    animation-duration: 1s;
  }
  .inner-page__title {
    animation-duration: 1s;
  }
}
@media screen and (max-width: 1170px) {
  .inner-page {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .inner-page__title {
    font-size: 24px;
  }
  .inner-page__brand-item {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .inner-page__brand-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=brand.css.map */

/* End */
/* /local/templates/templ_shop202409/include_old/s/brand.css?17410890282273 */
