.grid .bx_content_section {
  margin-bottom: 15rem;
}

.grid .bx_sidebar {
  margin-bottom: 15rem;
}

/* grid2x1 */
.grid2x1 .bx_content_section {
  float: left;
  width: 66%;
  margin-bottom: 15rem;
}

.grid2x1 .bx_sidebar {
  float: right;
  width: 33%;
  margin-bottom: 15rem;
  padding-left: 5%;
  box-sizing: border-box;
}

@media (max-width: 960rem) {
  .grid2x1 .bx_sidebar {
    padding-left: 4%;
  }
}
@media (max-width: 640rem) {
  .grid2x1 .bx_content_section,
  .grid2x1 .bx_sidebar {
    width: 100%;
    float: none;
  }
  .grid2x1 .bx_sidebar {
    padding-left: 3%;
  }
}
@media (max-width: 479rem) {
  .grid2x1 .bx_sidebar {
    padding-left: 1%;
  }
}
.catalog-block-header {
  font-size: 14rem;
  font-weight: bold;
  text-align: left;
  margin: 5rem 0;
  padding: 5rem 0;
  border-bottom: 2rem solid #d9dee6;
  border-bottom-color: var(--primary);
  color: #000;
}

.catalog-title {
  font-family: "Inter";
  font-weight: 700;
  font-size: 32rem;
  line-height: 39rem;
  color: #e3191c;
  margin-top: 0;
  margin-bottom: 21rem;
}

.catalog-subtitle {
  font-family: "Inter";
  font-weight: 400;
  font-size: 20rem;
  line-height: 1.2;
  margin-bottom: 42rem;
}

.catalog-subtitle a {
  text-decoration-line: underline;
  color: #237284;
  cursor: pointer;
}

.detail-title {
  font-family: "Inter";
  font-weight: 600;
  font-size: 32rem;
  line-height: 1.2;
  margin-bottom: 30rem;
  margin-top: 0;
}

.detail-advantages {
  display: flex;
  gap: 10rem;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.detail-advantages__item {
  max-width: 413rem;
  width: 100%;
  box-shadow: 0rem 2rem 10rem 0rem rgba(0, 0, 0, 0.25);
  border-radius: 20rem;
  padding: 24rem 30rem;
  height: 215rem;
  background-repeat: no-repeat;
  background-position: 93% 83%;
}
.detail-advantages__item--trust {
  background-image: url(images/1.svg);
  background-size: 72rem 89rem;
}
.detail-advantages__item--update {
  background-image: url(images/2.svg);
  background-size: 80rem 90rem;
}
.detail-advantages__item--guarantee {
  background-image: url(images/3.svg);
  background-size: 72rem 89rem;
}
.detail-advantages__item--car {
  background-image: url(images/4.svg);
  background-size: 115rem 72rem;
}
.detail-advantages__name {
  display: block;
  font-family: "Inter";
  font-weight: 600;
  font-size: 20rem;
  line-height: 1.2;
  color: #237284;
  margin-bottom: 10rem;
}
.detail-advantages__text {
  max-width: 280rem;
  text-wrap: pretty;
  font-family: "Inter";
  font-weight: 500;
  font-size: 20rem;
  line-height: 1.2;
  color: #4A4A4A;
  margin: 0;
}

.detail-manual {
  display: flex;
  gap: 10rem;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.detail-manual__item {
  display: flex;
  gap: 24rem;
  max-width: 413rem;
  width: 100%;
  box-shadow: 0rem 2rem 10rem 0rem rgba(0, 0, 0, 0.25);
  border-radius: 20rem;
  padding: 24rem;
}
.detail-manual__item--pointer {
  cursor: pointer;
}
.detail-manual__name {
  display: block;
  font-family: "Inter";
  font-weight: 600;
  font-size: 20rem;
  line-height: 1.2;
  margin-bottom: 10rem;
}
.detail-manual__text {
  text-wrap: pretty;
  font-family: "Inter";
  font-weight: 500;
  font-size: 20rem;
  line-height: 1.2;
  color: #4A4A4A;
  margin: 0;
}
.detail-manual__wrapper {
  pointer-events: none;
}
.detail-manual__count {
  pointer-events: none;
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45rem;
  height: 45rem;
  font-family: "Inter";
  font-weight: 500;
  font-size: 20rem;
  line-height: 20rem;
  color: #FFFFFF;
  background: #E3191C;
  border-radius: 33rem;
}

.catalog-main-slider {
  margin-bottom: 70rem;
}
.catalog-main-slider .slider {
  display: none;
}
.catalog-main-slider .product-item-none {
  display: block;
}

.detail-advantages {
  margin-bottom: 63rem;
}

.detail-manual {
  margin-bottom: 57rem;
}

.link-back {
  display: flex;
  gap: 15rem;
  font-family: "Inter";
  font-weight: 500;
  font-size: 16rem;
  line-height: 1.2;
  color: inherit;
  margin-bottom: 94rem;
}
.link-back::before {
  content: "";
  display: block;
  width: 11rem;
  background-image: url(images/arrow-prew.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.ya-share2__title {
  font-size: 16rem;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .bx-site .section-sidebar {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .filter-block {
    display: none;
    position: fixed;
    width: 100%;
    height: 100svh;
  }
  .detail-title {
    text-align: start;
    font-size: 18rem;
    margin-bottom: 15rem;
  }
  .catalog-title {
    font-size: 12rem;
    text-align: unset;
    line-height: normal;
    margin-bottom: 5rem;
  }
  .catalog-subtitle {
    font-size: 10rem;
    margin-top: 0;
    margin-bottom: 15rem;
  }
  .catalog-main-slider {
    margin-bottom: 34rem;
  }
  .detail-advantages__item {
    background-size: 40rem;
    height: 116rem;
    padding: 20rem;
    border-radius: 20rem;
  }
  .detail-advantages__name {
    font-size: 12rem;
    margin-bottom: 5rem;
  }
  .detail-advantages__text {
    font-size: 12rem;
  }
  .detail-manual {
    margin-bottom: 30rem;
  }
  .detail-manual__item {
    padding: 20rem;
  }
  .detail-manual__count {
    width: 28rem;
    height: 28rem;
    font-size: 12rem;
  }
  .detail-manual__name {
    font-size: 12rem;
    margin-bottom: 3rem;
  }
  .detail-manual__text {
    font-size: 12rem;
  }
  .link-back {
    font-size: 12rem;
    gap: 5rem;
    margin-bottom: 30rem;
  }
}