/* VARS
 * -------------------------------------------------- */

/* MIXINS
 * -------------------------------------------------- */

/* Common */

/* Font-face */

/* ELEMENTS
 * -------------------------------------------------- */

.section_heading {
  padding-top: 3.5rem;
}

.section_heading + .section:not(.section_margin-large) {
  margin-top: 4rem;
}

.section_heading + .section:not(.section_margin-large).section__catalog-item {
  margin-top: 3.5rem;
}

.heading__headnote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1;
}

.heading__headnote > * {
  min-width: 0;
}

.heading__headnote + .heading__title {
  margin-top: 3rem;
}

.heading__title h1 {
  margin-bottom: 0;
  line-height: 1.084;
}

.heading__title + .heading__content {
  margin-top: 2.4rem;
}

.heading__content.heading__content_small {
  max-width: 60rem;
}

.heading__media {
  line-height: 1;
  margin-top: 1.6rem;
}

.crumbs {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 4.8rem;
}

.crumbs .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.crumbs .list > * {
  min-width: 0;
}

.crumbs .list__item {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 100%;
  padding-right: 4rem;
  position: relative;
}

.crumbs .list__item::after {
  content: '';
  display: block;
  position: absolute;
  width: .5rem;
  height: .5rem;
  top: 50%;
  border-right: .12rem solid;
  border-bottom: .12rem solid;
  -webkit-transform: translateY(-50%) rotate(-45deg) scale(1.5);
  -ms-transform: translateY(-50%) rotate(-45deg) scale(1.5);
  transform: translateY(-50%) rotate(-45deg) scale(1.5);
}

.crumbs .list__item::after {
  border-color: #000;
  right: 1.9rem;
}

.crumbs .list__item:last-child {
  padding-right: 0;
}

.crumbs .list__item:last-child::after {
  display: none;
}

.crumbs .list__link {
  font-size: 1.4rem;
  line-height: 1.571;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.crumbs .list__link:not([href]) {
  color: var(--color-highlight);
  pointer-events: none;
}

.crumbs .list__link:hover {
  color: var(--color-gray);
}

.sharing {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.sharing a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sharing a svg {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: .9rem;
  margin-top: -.2rem;
  fill: currentColor;
}

.sharing a span {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: block;
  font-size: 1.4rem;
  line-height: 1.571;
  font-weight: 500;
}

.sharing a:hover {
  color: var(--color-gray);
}

/* CONTENT REVERSE
 * -------------------------------------------------- */

body.-content_reverse .crumbs {
  padding-right: 0;
  padding-left: 4.8rem;
}

body.-content_reverse .crumbs .list__item {
  padding-right: 0;
  padding-left: 4rem;
}

body.-content_reverse .crumbs .list__item::after {
  content: '';
  display: block;
  position: absolute;
  width: .5rem;
  height: .5rem;
  top: 50%;
  border-right: .12rem solid;
  border-bottom: .12rem solid;
  -webkit-transform: translateY(-50%) rotate(-45deg) scale(1.5);
  -ms-transform: translateY(-50%) rotate(-45deg) scale(1.5);
  transform: translateY(-50%) rotate(-45deg) scale(1.5);
}

body.-content_reverse .crumbs .list__item::after {
  right: auto;
  left: 1.9rem;
  border: none;
  border-left: .12rem solid;
  border-top: .12rem solid;
}

body.-content_reverse .crumbs .list__item:last-child {
  padding-left: 0;
}

body.-content_reverse .crumbs .list__item:last-child::after {
  display: none;
}

body.-content_reverse .sharing a svg {
  margin-right: 0;
  margin-left: .9rem;
}

/* MEDIA QUERIES
 * -------------------------------------------------- */

.brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -4.8rem 0 0 -4.8rem;
}

.brands > * {
  min-width: 0;
}

.brands__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-left: 4.8rem;
  margin-top: 4.8rem;
}

.brands__link {
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.brands__link > * {
  min-width: 0;
}

.brands__link:hover .brands__description .button.button_white {
  background: var(--color-border-hover);
}

.brands__image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
  height: 37rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.brands__logotype {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 16rem;
}

.brands__logotype > * {
  min-width: 0;
}

.brands__logotype img {
  display: block;
}

.brands__description {
  padding: 2.4rem;
  -webkit-box-flex: 1;
  -ms-flex: auto 1;
  flex: auto 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brands__description > * {
  min-width: 0;
}

.brands__description div {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
  text-align: center;
  color: #FFF;
}

.brands__description .button {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-top: 1.6rem;
}

* + .brands {
  margin-top: -.8rem;
}

/* CONTENT REVERSE
 * -------------------------------------------------- */

body.-content_reverse .brands {
  margin-left: 0;
  margin-right: -4.8rem;
}

body.-content_reverse .brands__item {
  padding-left: 0;
  padding-right: 4.8rem;
}

/* MEDIA QUERIES
 * -------------------------------------------------- */

@media (max-width: 1279px) {
  .section_heading + .section:not(.section_margin-large) {
    margin-top: 3.2rem;
  }

  .brands {
    margin: -2.4rem 0 0 -2.4rem;
  }

  .brands__item {
    padding-left: 2.4rem;
    margin-top: 2.4rem;
  }

  .brands__image {
    height: 24.6rem;
  }

  .brands__logotype {
    height: 10rem;
  }

  .brands__logotype img {
    display: block;
    -webkit-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
  }

  .brands__description {
    padding: 1.6rem 2.4rem 2.4rem 2.4rem;
  }

  .brands__description div > span {
    display: inline-block;
    width: 15.5rem;
  }

  .brands__description .button {
    margin-top: .8rem;
  }

  * + .brands {
    margin-top: 1.6rem;
  }

  body.-content_reverse .brands {
    margin-right: -2.4rem;
  }

  body.-content_reverse .brands__item {
    padding-right: 2.4rem;
  }
}

@media (max-width: 1023px) {
  .heading__content.heading__content_small {
    max-width: 47.5rem;
  }

  .brands__image {
    height: 20rem;
  }

  .brands__logotype {
    height: 7rem;
  }

  .brands__logotype img {
    display: block;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  * + .brands {
    margin-top: 1.6rem;
  }
}

@media (max-width: 767px) {
  .brands__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .brands__image {
    height: 22rem;
  }
}

@media (max-width: 599px) {
  .heading__headnote {
    display: block;
  }

  .heading__title h1 {
    line-height: 1.2;
  }

  .heading__title + .heading__content {
    margin-top: 1.6rem;
  }

  .crumbs {
    padding-right: 0;
    overflow-x: auto;
    margin: 0 -1.6rem;
    white-space: nowrap;
  }

  .crumbs::before,
  .crumbs::after {
    content: '';
    display: inline-block;
    height: 100%;
    width: 1.6rem;
  }

  .crumbs .list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .sharing {
    margin-top: 3.5rem;
  }

  body.-content_reverse .crumbs {
    padding-left: 0;
  }

  .brands {
    display: block;
    margin: 0;
  }

  .brands__item {
    max-width: none;
    margin-top: 0;
    padding-left: 0;
  }

  .brands__item + .brands__item {
    margin-top: 2.4rem;
  }

  .brands__description div > span {
    width: auto;
  }

  .brands__description .button {
    margin-top: 1.6rem;
  }

  .brands__image {
    height: 34rem;
  }

  * + .brands {
    margin-top: 1.6rem;
  }

  body.-content_reverse .brands {
    margin-right: 0;
  }

  body.-content_reverse .brands__item {
    padding-right: 0;
  }
}

@media (max-width: 413px) {
  .brands__image {
    height: 30rem;
  }
}