/* 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
 * -------------------------------------------------- */

.form__holder {
  background-color: #FFF;
  padding: 6.4rem 4rem;
}

.form__holder__title {
  max-width: 60rem;
  margin: 0 auto 4rem auto;
  text-align: center;
}

.form__holder .form {
  max-width: 60rem;
  margin: 0 auto;
}

* + .form__holder {
  margin-top: 6.4rem;
}

.modal .form__holder {
  padding: 0;
}

.modal * + .form__holder {
  margin-top: 0;
}

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

.section.section_products {
  padding-top: 4rem;
}

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

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

.products__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 50%;
  max-width: 50%;
  padding-left: 4.8rem;
  margin-top: 3.2rem;
}

.products__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  height: 100%;
  background-color: #FFF;
  padding: 3.2rem;
  min-height: 29.3rem;
  position: relative;
  overflow: hidden;
}

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

.products__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

.products__image.products__image_reverse {
  display: none;
  background-position: 0 100%;
}

.products__description {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
  position: relative;
}

.products__description .h3 {
  margin-bottom: 1.2rem;
}

.products__description div {
  max-width: 28rem;
}

.products__more {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative;
}

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

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

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

body.-content_reverse .products__image {
  display: none;
}

body.-content_reverse .products__image.products__image_reverse {
  display: block;
}

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

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

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

  .products__item {
    padding-left: 0;
    margin-top: 0;
    max-width: 53.6rem;
  }

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

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

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

  body.-content_reverse .products__image {
    display: none;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

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

  .form__holder {
    padding: 3.2rem;
  }

  .form__holder__title {
    margin-bottom: 2.4rem;
  }

  .form__holder .form {
    max-width: 50.4rem;
  }

  .products__item {
    max-width: none;
  }
}

@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;
  }

  .form__holder {
    padding: 3.2rem 1.6rem;
  }

  * + .form__holder {
    margin-top: 4.8rem;
  }

  .products__description div {
    max-width: 22rem;
  }

  .products__image {
    -webkit-transform: translateX(5%) scale(0.65);
    -ms-transform: translateX(5%) scale(0.65);
    transform: translateX(5%) scale(0.65);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }

  body.-content_reverse .products__image {
    -webkit-transform: translateX(-5%) scale(0.65);
    -ms-transform: translateX(-5%) scale(0.65);
    transform: translateX(-5%) scale(0.65);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}