/* primary */
/* primary hover */
/* dark */
/* light */
/* light hover */
/* accent */
/* accent hover */
.brand-page__tabs-container {
  margin-top: 16px;
}

.brand-page__description-container,
.brand-page__categories-container-wrapper {
  margin-top: 30px;
}

.brand-page__categories-container {
  margin-bottom: 60px;
}

@media (min-width: 1024px) {
  .brand-page__description-container {
    width: 100%;
  }
  .brand-page__content-block {
    margin-top: 30px;
  }
  .brand-header__container {
    display: flex;
    align-items: center;
  }
  .brand-page__image-container {
    padding-right: 15px;
    width: 65px;
  }
  .brand-page__content-container {
    margin-top: 30px;
  }
  .category-extend_size_s {
    text-align: left;
  }
}
@media (max-width: 1023px) {
  .brand-page__categories-container {
    margin-bottom: 30px;
  }
  .brand-page__additional-description-container {
    margin-top: 30px;
  }
  .brand-page__tabs-container {
    margin-bottom: 15px;
  }
  .brand-page__image-container {
    text-align: center;
  }
  .brand-page__image-container .image-box {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .brand-page__image-container .image-box img {
    max-width: 100%;
    max-height: 100%;
  }
  .brand-page__description-text-container {
    margin-top: 15px;
  }
  .brand-page .block__content figure {
    margin: 0;
    margin-bottom: 15px;
  }
  .brand-page .block__content figure:last-child {
    margin-bottom: 0;
  }
  .brand-page .block__content img {
    max-width: 100%;
    max-height: 100%;
  }
  .brand-page .block__content .text-center {
    text-align: center;
  }
  .brand-page .block__content .text-right {
    text-align: right;
  }
  .brand-page .block__content .text-justify {
    text-align: justify;
  }
}
@media (min-width: 1024px) {
  .brand-review {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    padding: 19px;
    transition: box-shadow 0.2s ease-in-out;
  }
  .brand-review:hover {
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
  }
}
.brand-review__header-container {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  gap: 15px;
}

.brand-review__image-box {
  width: 80px;
  height: 80px;
}

.brand-review__product-name {
  font-weight: 500;
  color: #1b1b1b;
}

.brand-review__brand-name {
  font-weight: 500;
}

.brand-review__title-container {
  color: #686868;
  font-size: 16px;
  line-height: 1.2;
}

.brand-review__rating-container {
  margin-top: 9px;
  line-height: 1.2;
}

.brand-review__images {
  margin-top: 16px;
}

.brand-review__author-container {
  margin-top: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.brand-review__content-container {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.brand-review__date-container {
  margin-top: 15px;
  line-height: 1.2;
}

@media (max-width: 1023px) {
  .brand-reviews__review {
    padding: 15px 15px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 0;
  }
  .brand-reviews__review:first-child {
    border-top: 1px solid #f2f2f2;
  }
  .brand-reviews__review:last-child {
    margin-bottom: 0;
  }
  .brand-review__header-container {
    display: flex;
    align-items: center;
  }
  .brand-review__image-box {
    width: 60px;
    height: 60px;
  }
  .brand-review__image-container,
  .brand-review__info-container {
    margin-left: 0;
    margin-right: 0;
  }
  .brand-review__image-container {
    margin-right: 10px;
    flex-shrink: 1;
  }
  .brand-review__info-container {
    flex-shrink: 1;
  }
  .brand-review__title-container {
    font-size: 14px;
  }
  .brand-review__rating-container .rating__star {
    font-size: 9px;
  }
  .brand-review__author-container {
    margin-top: 15px;
    font-weight: 400;
  }
  .brand-review__content-container {
    margin-top: 10px;
  }
  .brand-review__block {
    margin-bottom: 10px;
  }
}
.brand-review-form {
  width: 500px;
}

@media (max-width: 1023px) {
  .brand-review-form {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .brand-review-form {
    width: auto;
  }
  .brand-review-form .modal {
    border-radius: 0;
  }
  .brand-review-form .modal-header .header {
    font-size: 16px;
  }
  .brand-review-form .form-field__name {
    color: #1b1b1b;
  }
  .brand-review-form .rating-select__star {
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }
  .brand-review-form .rating-select__star::before {
    font-size: 14px;
  }
  .brand-review-form textarea {
    resize: none;
    height: 120px;
  }
  .brand-review-form .contact__name-box {
    font-size: 14px;
  }
  .brand-review-form .form .button {
    width: 100%;
  }
}
.brand-reviews__reviews-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.brand-reviews__review_hidden {
  display: none;
}

.brand-reviews__more-container {
  margin-top: 40px;
  text-align: center;
}

.brand-reviews_show-all .brand-reviews__review_hidden {
  display: block;
}
.brand-reviews_show-all .brand-reviews__more-container {
  display: none;
}

@media (max-width: 1023px) {
  .brand-reviews__reviews-container::after {
    margin-top: 0;
  }
  .brand-reviews__more-container {
    margin-top: 25px;
  }
}
.brand-reviews-container__header-container {
  display: flex;
  align-items: center;
}

.brand-reviews-container__header-text-container,
.brand-reviews-container__button-container {
  margin-left: 30px;
  white-space: nowrap;
}
.brand-reviews-container__header-text-container:first-child,
.brand-reviews-container__button-container:first-child {
  width: 100%;
  margin-left: 0;
  white-space: normal;
}

@media (max-width: 1023px) {
  .brand-reviews-container__header-container {
    flex-direction: column;
  }
  .brand-reviews-container__header-text-container {
    margin-bottom: 15px;
  }
  .brand-reviews-container__button-container {
    margin-left: 0;
    white-space: normal;
    width: 100%;
  }
  .brand-reviews-container__review-button {
    width: 100%;
  }
}
.brands-search .brands-search__field-wrapper {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
.brands-search .brands-search__input {
  border-radius: var(--inputs-buttons-border-radius);
}
.brands-search .brands-search__clear {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  color: #bdbdbd;
  height: 100%;
  width: 45px;
  cursor: pointer;
}
.brands-search .brands-search__clear-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.brands-search .brands-letters {
  margin-bottom: 30px;
}
.brands-search .brands-letters__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: -10px;
  padding-left: 0;
}
.brands-search .brands-letters__item,
.brands-search .brands-letters__reset {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  transition: color ease-in-out 0.2s;
  margin-left: 10px;
  list-style: none;
  margin-top: 0;
}
.brands-search .brands-letters__item:hover,
.brands-search .brands-letters__reset:hover {
  color: var(--link-color-hover);
}
.brands-search .brands-letters__item_active {
  font-weight: 600;
}