.pr-module-html .hb-hero {
  position: relative;
  overflow: hidden;
  margin: -1rem;
  padding: 24px;
  border-radius: 0.75rem;
}

.pr-module-html .hb-hero *,
.pr-module-html .hb-hero *::before,
.pr-module-html .hb-hero *::after {
  box-sizing: border-box;
}

.pr-module-html .hb-hero img {
  display: block;
  max-width: 100%;
}

.pr-module-html .hb-hero a {
  text-decoration: none;
}

.pr-module-html .hb-hero .container {
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.pr-module-html .hb-category-hero .container{
  padding: 0;
}

.pr-module-html .hb-hero .header__inner {
  position: relative;
  min-height: 41rem;
  padding: 2.5rem 0 3rem 8rem;
  z-index: 1;
  background: linear-gradient(180deg, #fffaf4 0%, #ffffff 100%);
}

.pr-module-html .hb-hero .header__inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 3rem);
  height: 100%;
  background: url("../../../../../image/catalog/htmlblock/bgobj.png") left center/cover no-repeat;
  border-bottom-left-radius: 2rem;
  opacity: 1;
  pointer-events: none;
  z-index: -1;
}

.pr-module-html .hb-hero .header__top {
  display: flex;
  align-items: center;
  width: 21rem;
  gap: 1.25rem;
}

.pr-module-html .hb-hero .header__left {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}

.pr-module-html .hb-hero .header__desc {
  color: #6f6f6f;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
}

.pr-module-html .hb-hero .header__list {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin: 0;
  padding: 0;
}

.pr-module-html .hb-hero .header__item {
  list-style: none;
}

.pr-module-html .hb-hero .header__item img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.pr-module-html .hb-hero .header__item a:hover img {
  transform: scale(1.08);
}

.pr-module-html .hb-hero .header__logo {
  position: absolute;
  top: 0;
  left: calc(48% - 0.5rem);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  min-height: 5.5rem;
  padding: 1rem 1.25rem;
  background: #ffffff;
  border-radius: 0 0 1rem 1rem;
  box-shadow: 0 0.75rem 2rem rgba(32, 33, 36, 0.08);
}

.pr-module-html .hb-hero .header__logo img {
  width: 100%;
}

.pr-module-html .hb-hero .header__content {
  max-width: 25rem;
  padding: 5.75rem 0 2.5rem;
}

.pr-module-html .hb-hero .header__text {
  position: relative;
  margin: 0;
  padding-left: 2.75rem;
  color: #6f6f6f;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.pr-module-html .hb-hero .header__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.625rem;
  height: 2.25rem;
  background: url("../../../../../image/catalog/htmlblock/badge.png") center/contain no-repeat;
}

.pr-module-html .hb-hero .header__title {
  margin: 1.875rem 0 0;
  color: #fd9302;
  font-size: clamp(2.5rem, 4.2vw, 3.625rem);
  font-weight: 800;
  line-height: 0.95;
}

.pr-module-html .hb-hero .header__title span {
  color: #202124;
  line-height: 130%;
}

.pr-module-html .hb-hero .header__title br:first-of-type {
  display: block;
  content: "";
  margin-bottom: 0.375rem;
}

.pr-module-html .hb-hero .header__subtitle {
  margin: 1.5rem 0 0;
  color: #6f6f6f;
  font-size: 1.125rem;
  line-height: 1.45;
}

.pr-module-html .hb-hero .header__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  margin-top: 2.5rem;
  padding: 1.125rem 2rem;
  border-radius: 0.75rem;
  background: #fd9302;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.pr-module-html .hb-hero .header__link:hover {
  background: #eb8600;
  transform: translateY(-1px);
}

.pr-module-html .hb-hero .header__link:focus {
  color: #ffffff;
}

@media (min-width: 1200px) {
  .pr-module-html .hb-hero {
    margin: -1.5rem;
  }
}

@media (max-width: 991.98px) {
  .pr-module-html .hb-hero .container {
    padding: 0 1rem;
  }

  .pr-module-html .hb-hero .header__inner {
    min-height: 0;
    padding: 2rem 2rem 2.5rem 2rem;
  }

  .pr-module-html .hb-hero .header__inner::after {
    top: auto;
    bottom: 0;
    width: min(44%, 22rem);
    height: 70%;
  }

  .pr-module-html .hb-hero .header__logo {
    top: 1rem;
    left: auto;
    right: 1rem;
    width: 8.5rem;
    min-height: 4.75rem;
  }

  .pr-module-html .hb-hero .header__content {
    max-width: 22rem;
    padding-top: 4rem;
  }

  .pr-module-html .hb-hero .header__title {
    font-size: clamp(2.125rem, 4vw, 3rem);
  }

  .pr-module-html .hb-hero .header__subtitle {
    font-size: 1rem;
  }

  .pr-module-html .hb-hero .header__link {
    min-height: 3.5rem;
    padding: 1rem 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .pr-module-html .hb-hero {
    margin: -1rem;
    padding: 16px;
  }

  .pr-module-html .hb-hero .container {
    padding: 0 0.875rem;
  }

  .pr-module-html .hb-hero .header__inner {
    padding: 1rem 1rem 2rem;
    text-align: center;
  }

  .pr-module-html .hb-hero .header__top {
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .pr-module-html .hb-hero .header__left {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
    max-width: calc(100% - 8.5rem);
  }

  .pr-module-html .hb-hero .header__logo {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 7.5rem;
    min-height: 4.75rem;
    margin-left: auto;
    padding: 0.75rem 0.875rem;
    border-radius: 0 0 0.75rem 0.75rem;
  }

  .pr-module-html .hb-hero .header__inner::after {
    display: none;
  }

  .pr-module-html .hb-hero .header__desc {
    font-size: 0.6875rem;
    line-height: 1.2;
    text-align: left;
  }

  .pr-module-html .hb-hero .header__item img {
    width: 1.75rem;
    height: 1.75rem;
  }

  .pr-module-html .hb-hero .header__content {
    max-width: 18.5rem;
    margin: 0 auto;
    padding: 3rem 0 0;
  }

  .pr-module-html .hb-hero .header__text {
    display: inline-block;
    margin: 0 auto;
    padding-left: 2.125rem;
    font-size: 0.875rem;
    text-align: left;
  }

  .pr-module-html .hb-hero .header__text::before {
    width: 1.25rem;
    height: 1.75rem;
  }

  .pr-module-html .hb-hero .header__title {
    margin-top: 1.25rem;
    font-size: 1.625rem;
    line-height: 1.05;
  }

  .pr-module-html .hb-hero .header__title br:first-of-type {
    margin-bottom: 0.25rem;
  }

  .pr-module-html .hb-hero .header__subtitle {
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 1.35;
  }

  .pr-module-html .hb-hero .header__subtitle br,
  .pr-module-html .hb-hero .header__title br:not(:first-of-type) {
  }

  .pr-module-html .hb-hero .header__link {
    min-height: 3rem;
    margin-top: 1.75rem;
    padding: 0.875rem 1.5rem;
    font-size: 0.875rem;
  }
}

.pr-module-html .hb-advantages {
  margin: -1rem;
  padding: 1.5rem 1rem;
  background: #f3f3f3;
  border-radius: 0.75rem;
}

.pr-module-html .hb-advantages *,
.pr-module-html .hb-advantages *::before,
.pr-module-html .hb-advantages *::after {
  box-sizing: border-box;
}

.pr-module-html .hb-advantages img {
  display: block;
  max-width: 100%;
}

.pr-module-html .hb-advantages .container {
  
  margin: 0 auto;
}

.pr-module-html .hb-advantages .advantages__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.pr-module-html .hb-advantages .advantages__item--two {
  grid-column: span 2;
  padding: 0.25rem 0 0;
}

.pr-module-html .hb-advantages .advantages__eyebrow {
  margin: 0 0 0.5rem;
  color: #fd9302;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}

.pr-module-html .hb-advantages .advantages__title {
  margin: 0;
  color: #202124;
  font-size: clamp(2.5rem, 3.5vw, 4rem);
  font-weight: 800;
  line-height: 100%;
}

.pr-module-html .hb-advantages .advantages__item {
  min-height: 20.625rem;
  padding: 1.875rem;
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 0 0 rgba(253, 147, 2, 0);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pr-module-html .hb-advantages .advantages__item:hover {
  transform: translateY(-0.375rem);
  box-shadow: 0 0.875rem 2rem rgba(32, 33, 36, 0.08);
}

.pr-module-html .hb-advantages .advantages__ico {
  width: 2.8125rem;
  height: 2.8125rem;
  margin-bottom: 2rem;
  object-fit: contain;
}

.pr-module-html .hb-advantages .advantages__subtitle {
  margin: 0 0 1rem;
  color: #202124;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.2;
}

.pr-module-html .hb-advantages .advantages__desc {
  margin: 0;
  color: #202124;
  font-size: 1rem;
  line-height: 1.25;
}

@media (min-width: 1200px) {
  .pr-module-html .hb-advantages {
    margin: -1.5rem;
    padding: 2rem 1.5rem;
  }
}



@media (max-width: 991.98px) {
  .pr-module-html .hb-advantages .advantages__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pr-module-html .hb-advantages .advantages__item--two {
    grid-column: 1 / -1;
    padding-top: 0;
  }

  .pr-module-html .hb-advantages .advantages__title {
    max-width: 44rem;
    font-size: clamp(2rem, 5vw, 3rem);
  }

  .pr-module-html .hb-advantages .advantages__item {
    min-height: 0;
    padding: 1.5rem;
  }

  .pr-module-html .hb-advantages .advantages__ico {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .pr-module-html .hb-advantages {
    margin: -1rem;
    padding: 1rem;
  }

  .pr-module-html .hb-advantages .advantages__grid {
    grid-template-columns: 1fr;
    gap: 0.875rem;
  }

  .pr-module-html .hb-advantages .advantages__eyebrow {
    font-size: 0.875rem;
  }

  .pr-module-html .hb-advantages .advantages__title {
    font-size: 2rem;
    line-height: 1;
  }

  .pr-module-html .hb-advantages .advantages__item {
    padding: 1.25rem;
    border-radius: 1rem;
  }

  .pr-module-html .hb-advantages .advantages__ico {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 1.125rem;
  }

  .pr-module-html .hb-advantages .advantages__subtitle {
    font-size: 1.05rem;
    margin-bottom: 0.75rem;
  }

  .pr-module-html .hb-advantages .advantages__desc {
    font-size: 0.9375rem;
    line-height: 1.3;
  }
}

.pr-module-html .hb-products {
  margin: -1rem;
  padding: 1.5rem 1rem;
  background: linear-gradient(180deg, #302215 0%, #1f2024 28%, #1f2024 100%);
  border-radius: 0.75rem;
  color: #ffffff;
}

.pr-module-html .hb-products *,
.pr-module-html .hb-products *::before,
.pr-module-html .hb-products *::after {
  box-sizing: border-box;
}

.pr-module-html .hb-products img {
  display: block;
  max-width: 100%;
}

.pr-module-html .hb-products a {
  text-decoration: none;
}

.pr-module-html .hb-products .container {
  
  margin: 0 auto;
}

.pr-module-html .hb-products .products__subtitle {
  margin: 0;
  color: #fd9302;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.pr-module-html .hb-products .products__title {
  margin: 1rem 0 0;
  color: #ffffff;
  font-size: clamp(2.5rem, 4.2vw, 4rem);
  font-weight: 800;
  line-height: 0.98;
  text-align: center;
}

.pr-module-html .hb-products .product__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 3rem;
}

.pr-module-html .hb-products .products__item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 11rem;
  min-height: 17rem;
  overflow: hidden;
  background: #ffffff;
  border-radius: 1.5rem;
}

.pr-module-html .hb-products .products__item-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 2rem 1.5rem 1.5rem 2rem;
  color: #202124;
}

.pr-module-html .hb-products .products__items-title {
  margin: 0;
  color: #202124;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.35;
}

.pr-module-html .hb-products .products__items-title span {
  display: inline-block;
}

.pr-module-html .hb-products .products__items-desc {
  margin: 1.125rem 0 0;
  color: #586274;
  font-size: 1rem;
  line-height: 1.2;
}

.pr-module-html .hb-products .products__items-link {
  display: inline-flex;
  align-items: center;
  gap: 0.875rem;
  margin-top: auto;
  padding-top: 1.5rem;
  color: #202124;
  font-size: 1rem;
  font-weight: 800;
}

.pr-module-html .hb-products .products__items-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: #ffffff;
  border-radius: 50%;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.pr-module-html .hb-products .products__items-link-icon img {
  object-fit: contain;
}

.pr-module-html .hb-products .products__items-link:hover .products__items-link-icon {
  transform: translate(0.125rem, -0.125rem);
  border-color: #fd9302;
}

.pr-module-html .hb-products .products__media {
  position: relative;
  min-height: 100%;
  background: linear-gradient(180deg, #edf3ff 0%, #ffffff 100%);
}

.pr-module-html .hb-products .products__media img {
  position: absolute;
  right: -0.75rem;
  bottom: 0;
  width: auto;
  max-width: none;
  height: 88%;
}

.pr-module-html .hb-products .products__item--bottom .products__media img {
  right: -1.125rem;
  height: 84%;
}

.pr-module-html .hb-products .product__aside {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 3rem;
  padding: 2.5rem 3rem;
  overflow: hidden;
  background: url("../../../../../image/catalog/htmlblock/bg-Zvyazok.png") center/cover no-repeat;
  border-radius: 1.5rem;
}

.pr-module-html .hb-products .product__aside::before {
  content: none;
}

.pr-module-html .hb-products .product__aside-copy {
  position: relative;
  z-index: 1;
  max-width: 20rem;
}

.pr-module-html .hb-products .product__slogan {
  margin: 0;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.2;
}

.pr-module-html .hb-products .product__list {
  display: flex;
  gap: 0.625rem;
  margin-top: 1.5rem;
}

.pr-module-html .hb-products .product__link img {
  width: 3.25rem;
  height: 3.25rem;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.pr-module-html .hb-products .product__link a:hover img {
  transform: translateY(-0.125rem);
}

@media (min-width: 1200px) {
  .pr-module-html .hb-products {
    margin: -1.5rem;
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 991.98px) {
  .pr-module-html .hb-products .product__items {
    grid-template-columns: 1fr;
  }

  .pr-module-html .hb-products .products__item {
    grid-template-columns: minmax(0, 1fr) 12rem;
    min-height: 15rem;
  }

  .pr-module-html .hb-products .products__item-copy {
    padding: 1.5rem 1.25rem 1.25rem 1.5rem;
  }

  .pr-module-html .hb-products .products__media img {
    height: 82%;
  }

  .pr-module-html .hb-products .product__aside {
    padding: 2rem;
  }
}

@media (max-width: 767.98px) {
  .pr-module-html .hb-products {
    margin: -1rem;
    padding: 1rem;
  }

  .pr-module-html .hb-products .products__subtitle {
    font-size: 0.875rem;
  }

  .pr-module-html .hb-products .products__title {
    margin-top: 0.75rem;
    font-size: 2rem;
    line-height: 1;
  }

  .pr-module-html .hb-products .product__items {
    gap: 1rem;
    margin-top: 2rem;
  }

  .pr-module-html .hb-products .products__item {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .pr-module-html .hb-products .products__item-copy {
    padding: 1.25rem 1.25rem 1rem;
  }

  .pr-module-html .hb-products .products__items-title {
    font-size: 1.05rem;
  }

  .pr-module-html .hb-products .products__items-desc {
    margin-top: 0.875rem;
    font-size: 0.9375rem;
    line-height: 1.25;
  }

  .pr-module-html .hb-products .products__items-link {
    padding-top: 1.125rem;
    font-size: 0.9375rem;
  }

  .pr-module-html .hb-products .products__media {
    min-height: 13rem;
  }

  .pr-module-html .hb-products .products__media img {
    right: 50%;
    bottom: 0;
    height: 90%;
    transform: translateX(50%);
  }

  .pr-module-html .hb-products .products__item--bottom .products__media img {
    right: 50%;
    height: 88%;
  }

  .pr-module-html .hb-products .product__aside {
    padding: 1.5rem 1.25rem;
    min-height: 0;
  }

  .pr-module-html .hb-products .product__aside::after,
  .pr-module-html .hb-products .product__aside::before {
    display: none;
  }

  .pr-module-html .hb-products .product__aside-copy {
    max-width: none;
  }

  .pr-module-html .hb-products .product__slogan {
    font-size: 1.25rem;
  }

  .pr-module-html .hb-products .product__list {
    margin-top: 1.125rem;
  }

  .pr-module-html .hb-products .product__link img {
    width: 2.75rem;
    height: 2.75rem;
  }
}

.pr-module-html .hb-facts {
  margin: -1rem;
  padding: 1.5rem 1rem;
  background: #f3f3f3;
  border-radius: 0.75rem;
}

.pr-module-html .hb-facts *,
.pr-module-html .hb-facts *::before,
.pr-module-html .hb-facts *::after {
  box-sizing: border-box;
}

.pr-module-html .hb-facts img {
  display: block;
  max-width: 100%;
}

.pr-module-html .hb-facts .container {
  
  margin: 0 auto;
}

.pr-module-html .hb-facts .facts__subtitle {
  margin: 0;
  color: #fd9302;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.pr-module-html .hb-facts .facts__title {
  margin: 1rem 0 0;
  color: #202124;
  font-size: clamp(2.5rem, 4.2vw, 4rem);
  font-weight: 800;
  line-height: 0.95;
  text-align: center;
}

.pr-module-html .hb-facts .facts__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 4rem;
}

.pr-module-html .hb-facts .facts__item {
  padding: 0 2rem;
  text-align: center;
}

.pr-module-html .hb-facts .facts__item + .facts__item {
  border-left: 1px solid #e4e4e4;
}

.pr-module-html .hb-facts .facts__item img {
  width: 1.625rem;
  height: 1rem;
  margin: 0 auto 2rem;
  object-fit: contain;
}

.pr-module-html .hb-facts .facts__text {
  margin: 0;
  color: #586274;
  font-size: 1rem;
  line-height: 1.18;
}

@media (min-width: 1200px) {
  .pr-module-html .hb-facts {
    margin: -1.5rem;
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 991.98px) {
  .pr-module-html .hb-facts .facts__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem 0;
    margin-top: 3rem;
  }

  .pr-module-html .hb-facts .facts__item {
    padding: 0 1.5rem;
  }

  .pr-module-html .hb-facts .facts__item:nth-child(3),
  .pr-module-html .hb-facts .facts__item:nth-child(4) {
    border-top: 1px solid #e4e4e4;
    padding-top: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .pr-module-html .hb-facts {
    margin: -1rem;
    padding: 1rem;
  }

  .pr-module-html .hb-facts .facts__subtitle {
    font-size: 0.875rem;
  }

  .pr-module-html .hb-facts .facts__title {
    margin-top: 0.75rem;
    font-size: 2rem;
    line-height: 1;
  }

  .pr-module-html .hb-facts .facts__title br {
    display: none;
  }

  .pr-module-html .hb-facts .facts__list {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 2rem;
  }

  .pr-module-html .hb-facts .facts__item,
  .pr-module-html .hb-facts .facts__item:nth-child(3),
  .pr-module-html .hb-facts .facts__item:nth-child(4) {
    padding: 1.25rem 0 0;
    border-left: 0;
    border-top: 1px solid #e4e4e4;
  }

  .pr-module-html .hb-facts .facts__item:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .pr-module-html .hb-facts .facts__item img {
    margin-bottom: 1rem;
  }

  .pr-module-html .hb-facts .facts__text {
    font-size: 0.9375rem;
    line-height: 1.25;
  }
}

.pr-module-html .hb-category-hero {
  position: relative;
  overflow: hidden;
  margin: -1rem;
  padding: 0.5rem 1rem 2rem;
  border-radius: 0.75rem;
}

.pr-module-html .hb-category-hero *,
.pr-module-html .hb-category-hero *::before,
.pr-module-html .hb-category-hero *::after,
.pr-module-html .hb-category-advantages *,
.pr-module-html .hb-category-advantages *::before,
.pr-module-html .hb-category-advantages *::after,
.pr-module-html .hb-category-grid *,
.pr-module-html .hb-category-grid *::before,
.pr-module-html .hb-category-grid *::after,
.pr-module-html .hb-category-aside *,
.pr-module-html .hb-category-aside *::before,
.pr-module-html .hb-category-aside *::after,
.pr-module-html .hb-category-banner *,
.pr-module-html .hb-category-banner *::before,
.pr-module-html .hb-category-banner *::after {
  box-sizing: border-box;
}

.pr-module-html .hb-category-hero img,
.pr-module-html .hb-category-advantages img,
.pr-module-html .hb-category-grid img,
.pr-module-html .hb-category-aside img,
.pr-module-html .hb-category-banner img {
  display: block;
  max-width: 100%;
}

.pr-module-html .hb-category-hero a,
.pr-module-html .hb-category-grid a,
.pr-module-html .hb-category-banner a {
  text-decoration: none;
}

.pr-module-html .hb-category-hero .container,
.pr-module-html .hb-category-advantages .container,
.pr-module-html .hb-category-grid .container,
.pr-module-html .hb-category-aside .container,
.pr-module-html .hb-category-banner .container {
  
  margin: 0 auto;
}

.pr-module-html .hb-category-hero .pr-page-title {
  margin: 0 0 1.25rem;
}

.pr-module-html .hb-category-hero .header__inner {
  position: relative;
  min-height: 61rem;
  padding: 2.5rem 0 3rem 8rem;
  z-index: 1;
  background: linear-gradient(180deg, #fffaf4 0%, #ffffff 100%);
}

.pr-module-html .hb-category-hero .header__inner::after {
  content: "";
  position: absolute;
  right: -12.1875rem;
  top: 0;
  width: 60%;
  height: auto;
  aspect-ratio: 747 / 871;
  background: url("../../../../../image/catalog/htmlblock/img.png") center/contain no-repeat;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -2;
}

.pr-module-html .hb-category-hero .header__top,
.pr-module-html .hb-category-hero .header__right,
.pr-module-html .hb-category-hero .header__list,
.pr-module-html .hb-category-banner .banner__list {
  display: flex;
  align-items: center;
}

.pr-module-html .hb-category-hero .header__top {
  z-index: 1;
  min-height: 4rem;
}

.pr-module-html .hb-category-hero .header__right {
  position: absolute;
  top: 2.5rem;
  right: 2rem;
  gap: 0.9375rem;
  z-index: 2;
}

.pr-module-html .hb-category-hero .header__text,
.pr-module-html .hb-category-hero .header__desc {
  color: #6f6f6f;
}

.pr-module-html .hb-category-hero .header__text {
  position: relative;
  margin: 0;
  padding-left: 2.75rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.pr-module-html .hb-category-hero .header__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.625rem;
  height: 2.25rem;
  background: url("../../../../../image/catalog/htmlblock/badge.png") center/contain no-repeat;
}

.pr-module-html .hb-category-hero .header__logo {
  position: absolute;
  top: 0;
  left: calc(46% - 0.5rem);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  min-height: 5.5rem;
  padding: 1rem 1.25rem;
  background: #ffffff;
  border-radius: 0 0 1rem 1rem;
  box-shadow: 0 0.75rem 2rem rgba(32, 33, 36, 0.08);
}

.pr-module-html .hb-category-hero .header__logo img {
  width: 100%;
}

.pr-module-html .hb-category-hero .header__desc {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  color: #6f6f6f;
}

.pr-module-html .hb-category-hero .header__list {
  gap: 0.375rem;
  margin: 0;
  padding: 0;
}

.pr-module-html .hb-category-hero .header__item img,
.pr-module-html .hb-category-banner .banner__link img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.pr-module-html .hb-category-hero .header__item a:hover img,
.pr-module-html .hb-category-banner .banner__link a:hover img {
  transform: scale(1.08);
}

.pr-module-html.pr-category-description-block1 {
  padding: 0 !important;
}

.pr-module-html .hb-category-hero .header__content {
  position: relative;
  z-index: 1;
  max-width: 29.375rem;
}

.pr-module-html .hb-category-hero .header__title {
  margin: 6.875rem 0 0;
  color: #fd9302;
  font-size: clamp(2.5rem, 4.2vw, 3.625rem);
  font-weight: 800;
  line-height: 0.95;
  margin-bottom: 30px;
}

.pr-module-html .hb-category-hero .header__title span {
  color: #202124;
  line-height: 1.3;
}

.pr-module-html .hb-category-hero .header__subtitle {
  margin: 1.5rem 0 0;
  color: #6f6f6f;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.45;
}

.pr-module-html .hb-category-hero .header__content-img {
  margin-top: 5.3125rem;
}

.pr-module-html .hb-category-hero--hybrid .header__inner::after {
  background-image: url("../../../../../image/catalog/htmlblock/hybrid-header-decor.png");
}

.pr-module-html .hb-category-hero--amper .header__inner::after {
  background-image: url("../../../../../image/catalog/htmlblock/amper-header-decor.png");
  top: -10px;
}

.pr-module-html .hb-category-hero--hybrid .header__top {
  min-height: 4.5rem;
  padding-right: 22rem;
}

.pr-module-html .hb-category-hero--amper .header__content {
  max-width: 33rem;
}

.pr-module-html .hb-category-hero--amper .header__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  margin-top: 2rem;
}

.pr-module-html .hb-category-hero--amper .header__btns .category__link {
  min-width: 12.5rem;
  justify-content: center;
  padding: 1rem 1.5rem;
  border-radius: 0.875rem;
  box-shadow: 0 0.875rem 1.75rem rgba(32, 33, 36, 0.08);
}

.pr-module-html .hb-category-hero--1f-amper .header__inner::after {
  background-image: url("../../../../../image/catalog/htmlblock/1f-amper-header-bg.jpg");
}

.pr-module-html .hb-category-hero--1f-amper .header__content {
  max-width: 31rem;
}

.pr-module-html .hb-category-hero--hertz16 .header__inner::after {
  background-image: url("../../../../../image/catalog/htmlblock/hertz16-header-decor.png");
    width: 100%;
    height: 97%;
    top: auto;
    bottom: 1rem;
    background-position: right bottom;
}

.pr-module-html .hb-category-hero--hertz16 .header__content {
  max-width: 36rem;
}

.pr-module-html .hb-category-hero--hertz16 .header__title span {
  display: block;
}

.pr-module-html .hb-category-hero--hertz16 .header__subtitle {
  max-width: 34rem;
}

.pr-module-html .hb-category-hero--hertz16 .header__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.pr-module-html .hb-category-hero--hertz16 .header__btns .category__link {
  min-width: 12.5rem;
  justify-content: center;
  padding: 1rem 1.5rem;
  border-radius: 0.875rem;
  box-shadow: 0 0.875rem 1.75rem rgba(32, 33, 36, 0.08);
}

.pr-module-html .hb-category-hero--hertz16-single .header__inner::after {
  background-image: url("../../../../../image/catalog/htmlblock/16-1f-header-bg.jpg");
  width: 100%;
  height: 97%;
  top: 0px;
  bottom: 1rem;
  background-position: right top;
}

.pr-module-html .hb-category-hero--hertz16-single .header__content {
  max-width: 39rem;
}

.pr-module-html .hb-category-hero--hertz16-single .header__name {
  margin: 2.5rem 0 0;
  color: #6f6f6f;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
}

.pr-module-html .hb-category-hero--hertz16-single .header__title {
  margin-top: 0.875rem;
}

.pr-module-html .hb-category-hero--hertz16-single .header__title span {
  display: block;
}

.pr-module-html .hb-category-hero--hertz16-single .header__slogan {
  margin: 1.5rem 0 0;
  color: #202124;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding: 1.5rem 1.4375rem;
}

.pr-module-html .hb-category-hero--hertz16-single .header__slogan::before,
.pr-module-html .hb-category-hero--hertz16-single .header__slogan::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 100%;
  border: 4px solid #fd9302;
}

.pr-module-html .hb-category-hero--hertz16-single .header__slogan::before {
  left: 0;
  border-right: none;
}

.pr-module-html .hb-category-hero--hertz16-single .header__slogan::after {
  right: 0;
  border-left: none;
}

.pr-module-html .hb-category-hero--hertz16-single .header__content-text {
  max-width: 34rem;
  margin: 1.5rem 0 0;
  color: #6f6f6f;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.45;
}

@media (max-width: 1280px) {
  .pr-module-html .hb-category-info--1f-36 .info__wrapper {
    padding: 3.5rem 3rem 3.5rem 3rem;
  }
}

/* 3f-amper page-only overrides */
.pr-module-html .hb-category-hero--3f-amper .header__inner::after {
  background: url("../../../../../image/catalog/htmlblock/3f-amper-header-bg.png") right bottom/cover no-repeat;
  width: 60%;
  height: 97%;
  top: 0px;
  bottom: 1rem;
}

.pr-module-html .hb-category-hero--3f-amper .header__top {
  width: auto;
  min-height: 4.5rem;
}

.pr-module-html .hb-category-hero--3f-amper .header__content {
  max-width: 36rem;
}

.pr-module-html .hb-category-hero--3f-amper .header__name {
  margin: 1.5rem 0 0;
  color: #202124;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.pr-module-html .hb-category-advantages--3f-amper .advantages__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pr-module-html .hb-category-grid--3f-amper .category__desc {
  max-width: 60rem;
  margin: -2rem auto 2.25rem;
  color: #586274;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}

.pr-module-html .hb-category-grid--3f-amper .category__items {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pr-module-html .hb-category-grid .category__item--3f-amper-1 {
  background-image: url("../../../../../image/catalog/htmlblock/3f-amper-category-1.png");
}

.pr-module-html .hb-category-grid .category__item--3f-amper-2 {
  background-image: url("../../../../../image/catalog/htmlblock/3f-amper-category-2.png");
}

.pr-module-html .hb-category-grid .category__item--3f-amper-3 {
  background-image: url("../../../../../image/catalog/htmlblock/3f-amper-category-3.png");
}

.pr-module-html .hb-category-grid .category__item--3f-amper-4 {
  background-image: url("../../../../../image/catalog/htmlblock/3f-amper-category-4.png");
}

.pr-module-html .hb-category-grid .category__item--3f-amper-1,
.pr-module-html .hb-category-grid .category__item--3f-amper-2,
.pr-module-html .hb-category-grid .category__item--3f-amper-3,
.pr-module-html .hb-category-grid .category__item--3f-amper-4 {
  justify-content: flex-end;
  background-position: center top;
  background-size: 100%;
}

.pr-module-html .hb-3f-amper-facts {
  padding-top: 3.5rem;
  padding-bottom: 1rem;
}

.pr-module-html .hb-3f-amper-facts .container {
  margin: 0 auto;
}

.pr-module-html .hb-3f-amper-facts .hb-hertz1636-facts__subtitle,
.pr-module-html .hb-3f-amper-facts .hb-hertz1636-facts__title {
  text-align: center;
}

.pr-module-html .hb-3f-amper-facts .hb-hertz1636-facts__list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pr-module-html .hb-3f-amper-facts .hb-hertz1636-facts__item {
  min-height: 100%;
}

.pr-module-html .hb-3f-amper-facts .about-diagram__banner {
  margin-top: 2.5rem;
}

@media (max-width: 1280px) {
  .pr-module-html .hb-category-hero--3f-amper .header__inner {
    min-height: 41rem;
    padding: 2.5rem 2rem 3rem 2rem;
  }

  .pr-module-html .hb-category-hero--3f-amper .header__inner::after {
    width: 54%;
    right: -2rem;
  }

  .pr-module-html .hb-category-hero--3f-amper .header__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.875rem;
    min-height: 0;
    max-width: 20rem;
  }

  .pr-module-html .hb-category-hero--3f-amper .header__right {
    position: static;
    gap: 0.75rem;
  }

  .pr-module-html .hb-category-hero--3f-amper .header__desc {
    font-size: 1rem;
    line-height: 1.3;
  }

  .pr-module-html .hb-category-hero--3f-amper .header__list {
    gap: 0.5rem;
    min-width: 100px;
  }

  .pr-module-html .hb-category-hero--3f-amper .header__content {
    max-width: 24rem;
  }

  .pr-module-html .hb-category-hero--3f-amper .header__name {
    font-size: 1rem;
    line-height: 1.3;
  }

  .pr-module-html .hb-category-hero--3f-amper .header__title {
    font-size: 36px;
    line-height: 0.95;
  }

  .pr-module-html .hb-category-advantages--3f-amper .advantages__grid,
  .pr-module-html .hb-3f-amper-facts .hb-hertz1636-facts__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .pr-module-html .hb-category-hero--3f-amper .header__inner::after {
    width: 40%;
    height: 40%;
    right: 0;
  }

  .pr-module-html .hb-category-hero--3f-amper .header__name {
    margin-top: 1.5rem;
  }

  .pr-module-html .hb-category-hero--3f-amper .header__content-text {
    max-width: 24rem;
    font-size: 1rem;
  }

  .pr-module-html .hb-category-advantages--3f-amper .advantages__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pr-module-html .hb-category-grid--3f-amper .category__items,
  .pr-module-html .hb-3f-amper-facts .hb-hertz1636-facts__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .pr-module-html .hb-category-hero--3f-amper .header__inner::after {
    width: 100%;
    height: 16rem;
    right: auto;
    left: 50%;
    bottom: 0.5rem;
    transform: translateX(-50%);
    background-position: center bottom;
    background-size: contain;
  }

  .pr-module-html .hb-category-hero--3f-amper .header__name {
    margin-top: 0;
    font-size: 1rem;
  }

  .pr-module-html .hb-category-hero--3f-amper .header__title {
    margin-top: 0.75rem;
  }

  .pr-module-html .hb-category-hero--3f-amper .header__content-text {
    max-width: none;
  }

  .pr-module-html .hb-category-advantages--3f-amper .advantages__grid,
  .pr-module-html .hb-category-grid--3f-amper .category__items,
  .pr-module-html .hb-3f-amper-facts .hb-hertz1636-facts__list {
    grid-template-columns: 1fr;
  }
}

/* 1f-amper page-only overrides */
.pr-module-html .hb-category-hero--1f-amper .header__inner::after {
  background: url("../../../../../image/catalog/htmlblock/1f-amper-header-bg.jpg") right bottom/cover no-repeat;
  width: 60%;
  height: 97%;
  top: 0px;
  bottom: 1rem;
}

.pr-module-html .hb-category-hero--1f-amper .header__top {
  width: auto;
  min-height: 4.5rem;
}

.pr-module-html .hb-category-hero--1f-amper .header__content {
  max-width: 36rem;
}

.pr-module-html .hb-category-hero--1f-amper .header__name {
  margin: 1.5rem 0 0;
  color: #202124;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.pr-module-html .hb-category-advantages--1f-amper .advantages__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pr-module-html .hb-category-grid--1f-amper .category__desc {
  max-width: 60rem;
  margin: -2rem auto 2.25rem;
  color: #586274;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}

.pr-module-html .hb-category-grid--1f-amper .category__items {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pr-module-html .hb-1f-amper-facts {
  padding-top: 3.5rem;
  padding-bottom: 1rem;
}

.pr-module-html .hb-1f-amper-facts .container {
  margin: 0 auto;
}

.pr-module-html .hb-1f-amper-facts .hb-hertz1636-facts__subtitle,
.pr-module-html .hb-1f-amper-facts .hb-hertz1636-facts__title {
  text-align: center;
}

.pr-module-html .hb-1f-amper-facts .hb-hertz1636-facts__list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pr-module-html .hb-1f-amper-facts .hb-hertz1636-facts__item {
  min-height: 100%;
}

.pr-module-html .hb-1f-amper-facts .about-diagram__banner {
  margin-top: 2.5rem;
}

@media (max-width: 1280px) {
  .pr-module-html .hb-category-hero--1f-amper .header__inner {
    min-height: 41rem;
    padding: 2.5rem 2rem 3rem 2rem;
  }

  .pr-module-html .hb-category-hero--1f-amper .header__inner::after {
    width: 54%;
    right: -2rem;
  }

  .pr-module-html .hb-category-hero--1f-amper .header__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.875rem;
    min-height: 0;
    max-width: 20rem;
  }

  .pr-module-html .hb-category-hero--1f-amper .header__right {
    position: static;
    gap: 0.75rem;
  }

  .pr-module-html .hb-category-hero--1f-amper .header__desc {
    font-size: 1rem;
    line-height: 1.3;
  }

  .pr-module-html .hb-category-hero--1f-amper .header__list {
    gap: 0.5rem;
    min-width: 100px;
  }

  .pr-module-html .hb-category-hero--1f-amper .header__content {
    max-width: 24rem;
  }

  .pr-module-html .hb-category-hero--1f-amper .header__name {
    font-size: 1rem;
    line-height: 1.3;
  }

  .pr-module-html .hb-category-hero--1f-amper .header__title {
    font-size: 36px;
    line-height: 0.95;
  }

  .pr-module-html .hb-category-advantages--1f-amper .advantages__grid,
  .pr-module-html .hb-1f-amper-facts .hb-hertz1636-facts__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .pr-module-html .hb-category-hero--1f-amper .header__inner::after {
    width: 40%;
    height: 40%;
    right: 0;
  }

  .pr-module-html .hb-category-hero--1f-amper .header__name {
    margin-top: 1.5rem;
  }

  .pr-module-html .hb-category-hero--1f-amper .header__content-text {
    max-width: 24rem;
    font-size: 1rem;
  }

  .pr-module-html .hb-category-advantages--1f-amper .advantages__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pr-module-html .hb-category-grid--1f-amper .category__items,
  .pr-module-html .hb-1f-amper-facts .hb-hertz1636-facts__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .pr-module-html .hb-category-hero--1f-amper .header__inner::after {
    width: 100%;
    height: 16rem;
    right: auto;
    left: 50%;
    bottom: 0.5rem;
    transform: translateX(-50%);
    background-position: center bottom;
    background-size: contain;
  }

  .pr-module-html .hb-category-hero--1f-amper .header__name {
    margin-top: 0;
    font-size: 1rem;
  }

  .pr-module-html .hb-category-hero--1f-amper .header__title {
    margin-top: 0.75rem;
  }

  .pr-module-html .hb-category-hero--1f-amper .header__content-text {
    max-width: none;
  }

  .pr-module-html .hb-category-advantages--1f-amper .advantages__grid,
  .pr-module-html .hb-category-grid--1f-amper .category__items,
  .pr-module-html .hb-1f-amper-facts .hb-hertz1636-facts__list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .pr-module-html .hb-category-info--1f-36 .info__wrapper {
    min-height: 15.5rem;
    gap: 1.5rem;
    padding: 2rem 2rem 2rem 5.25rem;
    background-position: left top;
  }

  .pr-module-html .hb-category-info--1f-36 .info__title {
    max-width: 43rem;
    font-size: 1rem;
    line-height: 1.3;
  }

  .pr-module-html .hb-category-info--1f-36 .info__link {
    min-width: 16.5rem;
    min-height: 3.5rem;
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .pr-module-html .hb-category-info--1f-36 .info__wrapper {
    min-height: 0;
    gap: 1.25rem;
    padding: 2rem 1.25rem 1.5rem;
    background-position: left top;
    background-size: cover;
  }

  .pr-module-html .hb-category-info--1f-36 .info__title {
    max-width: none;
    font-size: 1rem;
    line-height: 1.35;
  }

  .pr-module-html .hb-category-info--1f-36 .info__link {
    min-width: 14.5rem;
    width: auto;
    font-size: 0.9375rem;
  }
}

.pr-module-html .hb-category-hero--1f-36 .header__inner::after {
  background-image: url("../../../../../image/catalog/htmlblock/1f-36-header-bg.jpg");
}

.pr-module-html .hb-category-hero--3f-36 .header__inner::after {
  background-image: url("../../../../../image/catalog/htmlblock/3f-36-header-bg.jpg");
}

.pr-module-html .hb-category-hero--hertz16-3f-single .header__inner::after {
  background: url("../../../../../image/catalog/htmlblock/16-3f-header-bg.png") right bottom/cover no-repeat;
  width: 60%;
  height: 97%;
  top: auto;
  bottom: 1rem;
}

.pr-module-html .hb-category-hero--hertz16-3f-single .header__content {
  max-width: 39rem;
}

.pr-module-html .hb-category-hero--hertz16-3f-single .header__name {
  margin: 2.5rem 0 0;
  color: #6f6f6f;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
}

.pr-module-html .hb-category-hero--hertz16-3f-single .header__title {
  margin-top: 0.875rem;
}

.pr-module-html .hb-category-hero--hertz16-3f-single .header__title span {
  display: block;
  margin-top: 0.5rem;
}

.pr-module-html .hb-category-hero--hertz16-3f-single .header__slogan {
  margin: 1.5rem 0 0;
  color: #202124;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding: 1.5rem 1.4375rem;
}

.pr-module-html .hb-category-hero--hertz16-3f-single .header__slogan::before,
.pr-module-html .hb-category-hero--hertz16-3f-single .header__slogan::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 100%;
  border: 4px solid #fd9302;
}

.pr-module-html .hb-category-hero--hertz16-3f-single .header__slogan::before {
  left: 0;
  border-right: none;
}

.pr-module-html .hb-category-hero--hertz16-3f-single .header__slogan::after {
  right: 0;
  border-left: none;
}

.pr-module-html .hb-category-hero--hertz16-3f-single .header__content-text {
  max-width: 34rem;
  margin: 1.5rem 0 0;
  color: #6f6f6f;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.45;
}

.pr-module-html .hb-category-hero--hertz36 .header__inner::after {
  background-image: url("../../../../../image/catalog/htmlblock/hertz32-header-decor.png");
  width: 100%;
  height: 97%;
  top: 0px;
  bottom: 1rem;
  background-position: right top;
}

.pr-module-html .hb-category-hero--hertz36 .header__content {
  max-width: 36rem;
}

.pr-module-html .hb-category-hero--hertz36 .header__title span {
  display: block;
}

.pr-module-html .hb-category-hero--hertz36 .header__subtitle {
  max-width: 34rem;
}

.pr-module-html .hb-category-hero--hertz36 .header__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.pr-module-html .hb-category-hero--hertz36 .header__btns .category__link {
  min-width: 12.5rem;
  justify-content: center;
  padding: 1rem 1.5rem;
  border-radius: 0.875rem;
  box-shadow: 0 0.875rem 1.75rem rgba(32, 33, 36, 0.08);
}

.pr-module-html .hb-category-hero--hertz36-single .header__inner::after {
  background-image: url("../../../../../image/catalog/htmlblock/1f-36-header-bg.jpg");
  width: 100%;
  height: 97%;
  top: 0;
  bottom: 1rem;
  background-position: right top;
}

.pr-module-html .hb-category-hero--hertz36-single .header__content {
  max-width: 36rem;
}

.pr-module-html .hb-category-hero--hertz36-single .header__title span {
  display: block;
}

.pr-module-html .hb-category-hero--hertz36-single .header__slogan {
  position: relative;
  display: inline-block;
  margin: 1.5rem 0 0;
  padding: 1.5rem 1.4375rem;
  color: #202124;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

.pr-module-html .hb-category-hero--hertz36-single .header__slogan::before,
.pr-module-html .hb-category-hero--hertz36-single .header__slogan::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 100%;
  border: 4px solid #fd9302;
}

.pr-module-html .hb-category-hero--hertz36-single .header__slogan::before {
  left: 0;
  border-right: none;
}

.pr-module-html .hb-category-hero--hertz36-single .header__slogan::after {
  right: 0;
  border-left: none;
}

.pr-module-html .hb-category-hero--hertz36-single .header__subtitle {
  max-width: 34rem;
}

.pr-module-html .hb-category-info--1f-36 {
  max-width: 72rem;
}

.pr-module-html .hb-category-info--1f-36 .info__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  min-height: 18rem;
  padding: 3.5rem 3rem 3.5rem 27rem;
  border-radius: 2rem;
  background: url("../../../../../image/catalog/htmlblock/1f-36-info-bg.jpg") left center / cover no-repeat;
  box-shadow: 0 1rem 2.25rem rgba(32, 33, 36, 0.08);
}

.pr-module-html .hb-category-info--1f-36 .info__title {
  max-width: 40rem;
  margin: 0;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
}

.pr-module-html .hb-category-info--1f-36 .info__link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 16rem;
  min-height: 3.75rem;
  padding: 0.875rem 1.5rem;
  border-radius: 1rem;
  background-color: #fd9302;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}

.pr-module-html .hb-category-info--1f-36 .info__link::after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  margin-left: auto;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.pr-module-html .hb-category-info--1f-36 .info__link:hover {
  color: #ffffff;
}

.pr-module-html .hb-category-grid--hertz36-single .category__items {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.pr-module-html .hb-category-grid--1f-36 .category__item--hertz16-single-1,
.pr-module-html .hb-category-grid--1f-36 .category__item--hertz16-single-2 {
  background-image: url("../../../../../image/catalog/htmlblock/1f-36-category-card-1.png");
}

.pr-module-html .hb-category-grid--1f-36 .category__item--hertz16-single-3,
.pr-module-html .hb-category-grid--1f-36 .category__item--hertz16-single-4 {
  background-image: url("../../../../../image/catalog/htmlblock/1f-36-category-card-2.png");
}

.pr-module-html .hb-category-grid .category__item--hertz36-single-1,
.pr-module-html .hb-category-grid .category__item--hertz36-single-2 {
  background-image: url("../../../../../image/catalog/htmlblock/1f-36-category-card-1.png");
}

.pr-module-html .hb-category-grid .category__item--hertz36-single-3,
.pr-module-html .hb-category-grid .category__item--hertz36-single-4 {
  background-image: url("../../../../../image/catalog/htmlblock/1f-36-category-card-2.png");
}


.pr-module-html .hb-category-hero--ipb .header__inner::after {
  background-image: url("../../../../../image/catalog/htmlblock/ipb-header-decor.png");
  width: 52%;
  height: 96%;
  top: auto;
  bottom: 1rem;
  background-position: right bottom;
}

.pr-module-html .hb-category-hero--ipb .header__content {
  max-width: 32rem;
}

.pr-module-html .hb-category-hero--ipb .header__title {
  max-width: 24rem;
}

.pr-module-html .hb-category-hero--ipb .header__subtitle {
  max-width: 29rem;
}

.pr-module-html .hb-category-info,
.pr-module-html .hb-category-view {
  box-sizing: border-box;
}

.pr-module-html .hb-category-info *,
.pr-module-html .hb-category-info *::before,
.pr-module-html .hb-category-info *::after,
.pr-module-html .hb-category-view *,
.pr-module-html .hb-category-view *::before,
.pr-module-html .hb-category-view *::after {
  box-sizing: border-box;
}

.pr-module-html .hb-category-info .container,
.pr-module-html .hb-category-view .container {
  margin: 0 auto;
}

.pr-module-html .hb-category-info {
  max-width: 64rem;
  margin: 0 auto;
  padding: 1rem 0;
}

.pr-module-html .hb-category-info--hybrid .info__wrapper {
  display: block;
  min-height: 24rem;
  padding: 3rem 3rem 3rem 20rem;
  border-radius: 2rem;
  background: url("../../../../../image/catalog/htmlblock/info-bg.png") center center / cover no-repeat;
}

.pr-module-html .hb-category-info .info__title {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
  max-width: 52rem;
}

.pr-module-html .hb-category-info .info__text {
  margin: 2rem 0 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  color: #c4c4c4;
  max-width: 52rem;
}

.pr-module-html .hb-category-info--hertz16 {
  max-width: 72rem;
}

.pr-module-html .hb-category-info--hertz16 .info__wrapper {
  position: relative;
  overflow: hidden;
  padding: 4rem 3.75rem;
  border-radius: 3rem;
  background: linear-gradient(135deg, #8b5308 0%, #34271d 38%, #1d1f25 100%);
  box-shadow: 0 1rem 2.25rem rgba(32, 33, 36, 0.08);
}


.pr-module-html .hb-category-info--hertz16 .info__title,
.pr-module-html .hb-category-info--hertz16 .info__list {
  position: relative;
  z-index: 1;
}

.pr-module-html .hb-category-info--hertz16 .info__title {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
}

.pr-module-html .hb-category-info--hertz16 .info__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.pr-module-html .hb-category-info--hertz16 .info__item {
  position: relative;
  padding-top: 1.5rem;
}

.pr-module-html .hb-category-info--hertz16 .info__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #fd9302 0%, rgba(253, 147, 2, 0.28) 100%);
}

.pr-module-html .hb-category-info--hertz16 .info__num {
  margin: 0 0 1rem;
  color: #fd9302;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1;
}

.pr-module-html .hb-category-info--hertz16 .info__text {
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.35;
}

.pr-module-html .hb-category-info--hertz36 {
  max-width: 72rem;
}

.pr-module-html .hb-category-info--hertz36 .info__wrapper {
  padding: 4rem 3.75rem;
  border-radius: 2.25rem;
  background: linear-gradient(135deg, #1d1f25 0%, #2b241e 48%, #8b5308 100%);
  box-shadow: 0 1rem 2.25rem rgba(32, 33, 36, 0.08);
}

.pr-module-html .hb-category-info--hertz36 .info__title {
  max-width: 48rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
}

.pr-module-html .hb-category-info--hertz36 .info__text {
  max-width: 60rem;
  margin-top: 1.75rem;
  color: #ffffff;
  font-size: 1.0625rem;
  line-height: 1.45;
}


.pr-module-html .hb-category-view {
  max-width: 72rem;
  margin: 0 auto;
  padding: 2rem 0;
}

.pr-module-html .hb-category-view .view__subtitle {
  margin: 0;
  color: #fd9302;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}

.pr-module-html .hb-category-view .view__title {
  margin: 1rem 0 0;
  color: #202124;
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  font-weight: 800;
  line-height: 1;
}

.pr-module-html .hb-category-view .view__wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 0.95fr);
  gap: 2rem;
  align-items: center;
  margin-top: 2rem;
}

.pr-module-html .hb-category-view .view__text {
  margin: 0;
  color: #586274;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.45;
}

.pr-module-html .hb-category-view .view__desc {
  margin: 1rem 0 0;
  color: #fd9302;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.35;
}

.pr-module-html .hb-category-view .view__video-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 1.75rem;
  box-shadow: 0 1rem 2.25rem rgba(32, 33, 36, 0.08);
  aspect-ratio: 16 / 9;
}

.pr-module-html .hb-category-view .view__video-wrapper iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.pr-module-html .hb-category-advantages {
  position: relative;
  z-index: 1;
  padding: 0 1rem 2rem;
}

.pr-module-html .hb-category-advantages .advantages__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.pr-module-html .hb-category-advantages .advantages__item--two {
  grid-column: span 2;
  align-self: center;
  padding: 1rem 1rem 1rem 0;
}

.pr-module-html .hb-category-advantages .advantages__eyebrow,
.pr-module-html .hb-category-grid .category__subtitle,
.pr-module-html .hb-category-aside .aside__subtitle {
  margin: 0;
  color: #fd9302;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}

.pr-module-html .hb-category-advantages .advantages__title,
.pr-module-html .hb-category-grid .category__title {
  margin: 1rem 0 0;
  color: #202124;
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  font-weight: 800;
  line-height: 1;
}

.pr-module-html .hb-category-advantages .advantages__item {
  min-height: 14rem;
  padding: 1.875rem 1.5rem 1.5rem;
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 1rem 2.25rem rgba(32, 33, 36, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pr-module-html .hb-category-advantages .advantages__item:hover {
  transform: translateY(-0.3125rem);
  box-shadow: 0 1.125rem 2.5rem rgba(253, 147, 2, 0.16);
}

.pr-module-html .hb-category-advantages .advantages__ico {
  width: 3.125rem;
  height: 3.125rem;
  object-fit: contain;
}

.pr-module-html .hb-category-advantages .advantages__subtitle {
  margin: 1.5rem 0 0;
  color: #202124;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.05;
}

.pr-module-html .hb-category-advantages .advantages__desc {
  margin: 0.875rem 0 0;
  color: #586274;
  font-size: 0.9875rem;
  line-height: 1.35;
}

.pr-module-html .hb-category-advantages--hertz16-single .advantages__grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.pr-module-html .hb-category-advantages--hertz16-single .advantages__item--two {
  grid-column: 1 / -1;
  padding: 0 0 0.5rem;
}

.pr-module-html .hb-category-advantages--hertz16-single .advantages__item {
  min-height: 15.5rem;
}

.pr-module-html .hb-category-advantages--hertz16-single .advantages__ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pr-module-html .hb-category-advantages--hertz16-3f-single .advantages__grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.pr-module-html .hb-category-advantages--hertz16-3f-single .advantages__item--two {
  grid-column: 1 / -1;
  padding: 0 0 0.5rem;
}

.pr-module-html .hb-category-advantages--hertz16-3f-single .advantages__item {
  min-height: 15.5rem;
}

.pr-module-html .hb-category-advantages--hertz16-3f-single .advantages__ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pr-module-html .hb-category-grid {
  margin: 0 -1rem;
  padding: 2rem 1rem;
}

.pr-module-html .hb-category-grid .category__title {
  margin-bottom: 3.5rem;
}

.pr-module-html .hb-category-grid .category__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.pr-module-html .hb-category-grid .category__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 28rem;
  padding: 1rem 1rem 1.125rem;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center 30%;
  background-size: 60%;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 1rem 2.25rem rgba(32, 33, 36, 0.06);
}

.pr-module-html .hb-category-grid .category__item--hybrid {
  background-image: url("../../../../../image/catalog/htmlblock/category-bg1.png");
}

.pr-module-html .hb-category-grid .category__item--amper {
  background-image: url("../../../../../image/catalog/htmlblock/category-bg2.png");
}

.pr-module-html .hb-category-grid .category__item--hertz16 {
  background-image: url("../../../../../image/catalog/htmlblock/category-bg3.png");
}

.pr-module-html .hb-category-grid .category__item--hertz36 {
  background-image: url("../../../../../image/catalog/htmlblock/category-bg4.png");
}

.pr-module-html .hb-category-grid .category__item--hybrid-1,
.pr-module-html .hb-category-grid .category__item--hybrid-2 {
  background-image: url("../../../../../image/catalog/htmlblock/catalog-1.png");
}

.pr-module-html .hb-category-grid .category__item--hybrid-3,
.pr-module-html .hb-category-grid .category__item--hybrid-4 {
  background-image: url("../../../../../image/catalog/htmlblock/catalog-2.png");
}

.pr-module-html .hb-category-grid--amper .category__items {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pr-module-html .hb-category-grid .category__item--amper-1 {
  background-image: url("../../../../../image/catalog/htmlblock/category-black1.png");
}

.pr-module-html .hb-category-grid .category__item--amper-2,
.pr-module-html .hb-category-grid .category__item--amper-3,
.pr-module-html .hb-category-grid .category__item--amper-4 {
  background-image: url("../../../../../image/catalog/htmlblock/category-white1.png");
}

.pr-module-html .hb-category-grid .category__item--amper-5 {
  background-image: url("../../../../../image/catalog/htmlblock/category-black2.png");
}

.pr-module-html .hb-category-grid .category__item--amper-6,
.pr-module-html .hb-category-grid .category__item--amper-7,
.pr-module-html .hb-category-grid .category__item--amper-8 {
  background-image: url("../../../../../image/catalog/htmlblock/category-white2.png");
}

.pr-module-html .hb-category-grid .category__item--amper-1,
.pr-module-html .hb-category-grid .category__item--amper-2,
.pr-module-html .hb-category-grid .category__item--amper-3,
.pr-module-html .hb-category-grid .category__item--amper-4,
.pr-module-html .hb-category-grid .category__item--amper-5,
.pr-module-html .hb-category-grid .category__item--amper-6,
.pr-module-html .hb-category-grid .category__item--amper-7,
.pr-module-html .hb-category-grid .category__item--amper-8 {
  background-size: 100%;
}

.pr-module-html .hb-category-grid .category__item--amper-1,
.pr-module-html .hb-category-grid .category__item--amper-2,
.pr-module-html .hb-category-grid .category__item--amper-3,
.pr-module-html .hb-category-grid .category__item--amper-4 {
  justify-content: flex-end;
  background-position: center top;
}

.pr-module-html .hb-category-grid .category__item--amper-5,
.pr-module-html .hb-category-grid .category__item--amper-6,
.pr-module-html .hb-category-grid .category__item--amper-7,
.pr-module-html .hb-category-grid .category__item--amper-8 {
  justify-content: flex-start;
  padding-top: 1.5rem;
  padding-bottom: 10.5rem;
  background-position: center bottom;
}

.pr-module-html .hb-category-grid .category__item--amper-1 .category__subject,
.pr-module-html .hb-category-grid .category__item--amper-1 .category__link,
.pr-module-html .hb-category-grid .category__item--amper-5 .category__subject,
.pr-module-html .hb-category-grid .category__item--amper-5 .category__link {
  color: #ffffff;
}

.pr-module-html .hb-category-grid .category__item--amper-1 .category__subject span,
.pr-module-html .hb-category-grid .category__item--amper-5 .category__subject span {
  color: #fd9302;
}

.pr-module-html .hb-category-grid--amper .category__link-black {
  color: #ffffff;
}

.pr-module-html .hb-category-grid--amper .category__link-black:hover {
  color: #fd9302;
}

.pr-module-html .hb-category-grid--1f-amper .category__items {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.875rem;
}

.pr-module-html .hb-category-grid .category__item--1f-amper-1 {
  background-image: url("../../../../../image/catalog/htmlblock/1f-amper-category-1.png");
}

.pr-module-html .hb-category-grid .category__item--1f-amper-2 {
  background-image: url("../../../../../image/catalog/htmlblock/1f-amper-category-2.png");
}

.pr-module-html .hb-category-grid .category__item--1f-amper-3 {
  background-image: url("../../../../../image/catalog/htmlblock/1f-amper-category-3.png");
}

.pr-module-html .hb-category-grid .category__item--1f-amper-4 {
  background-image: url("../../../../../image/catalog/htmlblock/1f-amper-category-4.png");
}

.pr-module-html .hb-category-grid .category__item--1f-amper-1,
.pr-module-html .hb-category-grid .category__item--1f-amper-2,
.pr-module-html .hb-category-grid .category__item--1f-amper-3,
.pr-module-html .hb-category-grid .category__item--1f-amper-4 {

}

.pr-module-html .hb-category-grid--hertz16 .category__items {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.875rem;
}

.pr-module-html .hb-category-grid .category__item--hertz16-1 {
  background-image: url("../../../../../image/catalog/htmlblock/hertz-category-img-black1.png");
}

.pr-module-html .hb-category-grid .category__item--hertz16-2,
.pr-module-html .hb-category-grid .category__item--hertz16-3,
.pr-module-html .hb-category-grid .category__item--hertz16-4 {
  background-image: url("../../../../../image/catalog/htmlblock/hertz-category-img1.png");
}

.pr-module-html .hb-category-grid .category__item--hertz16-5 {
  background-image: url("../../../../../image/catalog/htmlblock/hertz-category-img-black.png");
}

.pr-module-html .hb-category-grid .category__item--hertz16-6,
.pr-module-html .hb-category-grid .category__item--hertz16-7,
.pr-module-html .hb-category-grid .category__item--hertz16-8 {
  background-image: url("../../../../../image/catalog/htmlblock/hertz-catalog-img-white1.png");
}

.pr-module-html .hb-category-grid .category__item--hertz16-1,
.pr-module-html .hb-category-grid .category__item--hertz16-2,
.pr-module-html .hb-category-grid .category__item--hertz16-3,
.pr-module-html .hb-category-grid .category__item--hertz16-4,
.pr-module-html .hb-category-grid .category__item--hertz16-5,
.pr-module-html .hb-category-grid .category__item--hertz16-6,
.pr-module-html .hb-category-grid .category__item--hertz16-7,
.pr-module-html .hb-category-grid .category__item--hertz16-8 {
  background-size: 100%;
}

.pr-module-html .hb-category-grid .category__item--hertz16-1,
.pr-module-html .hb-category-grid .category__item--hertz16-2,
.pr-module-html .hb-category-grid .category__item--hertz16-3,
.pr-module-html .hb-category-grid .category__item--hertz16-4 {
  justify-content: flex-end;
  background-position: center top;
}

.pr-module-html .hb-category-grid .category__item--hertz16-5,
.pr-module-html .hb-category-grid .category__item--hertz16-6,
.pr-module-html .hb-category-grid .category__item--hertz16-7,
.pr-module-html .hb-category-grid .category__item--hertz16-8 {
  justify-content: flex-start;
  padding-top: 1.5rem;
  padding-bottom: 10.25rem;
  background-position: center bottom;
}

.pr-module-html .hb-category-grid .category__item--hertz16-1 .category__subject,
.pr-module-html .hb-category-grid .category__item--hertz16-1 .category__link,
.pr-module-html .hb-category-grid .category__item--hertz16-5 .category__subject,
.pr-module-html .hb-category-grid .category__item--hertz16-5 .category__link {
  color: #ffffff;
}

.pr-module-html .hb-category-grid .category__item--hertz16-1 .category__subject span,
.pr-module-html .hb-category-grid .category__item--hertz16-5 .category__subject span {
  color: #fd9302;
}

.pr-module-html .hb-category-grid--hertz16 .category__link-black {
  color: #ffffff;
}

.pr-module-html .hb-category-grid--hertz16 .category__link-black:hover {
  color: #fd9302;
}

.pr-module-html .hb-category-grid--hertz36 .category__items {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.875rem;
}

.pr-module-html .hb-category-grid .category__item--hertz36-1 {
  background-image: url("../../../../../image/catalog/htmlblock/hertz-category-img-black1.png");
}

.pr-module-html .hb-category-grid .category__item--hertz36-2,
.pr-module-html .hb-category-grid .category__item--hertz36-3,
.pr-module-html .hb-category-grid .category__item--hertz36-4 {
  background-image: url("../../../../../image/catalog/htmlblock/hertz-category-img1.png");
}

.pr-module-html .hb-category-grid .category__item--hertz36-5 {
  background-image: url("../../../../../image/catalog/htmlblock/hertz-category-img-black.png");
}

.pr-module-html .hb-category-grid .category__item--hertz36-6,
.pr-module-html .hb-category-grid .category__item--hertz36-7,
.pr-module-html .hb-category-grid .category__item--hertz36-8 {
  background-image: url("../../../../../image/catalog/htmlblock/hertz-catalog-img-white1.png");
}

.pr-module-html .hb-category-grid .category__item--hertz36-1,
.pr-module-html .hb-category-grid .category__item--hertz36-2,
.pr-module-html .hb-category-grid .category__item--hertz36-3,
.pr-module-html .hb-category-grid .category__item--hertz36-4,
.pr-module-html .hb-category-grid .category__item--hertz36-5,
.pr-module-html .hb-category-grid .category__item--hertz36-6,
.pr-module-html .hb-category-grid .category__item--hertz36-7,
.pr-module-html .hb-category-grid .category__item--hertz36-8 {
  background-size: 100%;
}

.pr-module-html .hb-category-grid .category__item--hertz36-1,
.pr-module-html .hb-category-grid .category__item--hertz36-2,
.pr-module-html .hb-category-grid .category__item--hertz36-3,
.pr-module-html .hb-category-grid .category__item--hertz36-4 {
  justify-content: flex-end;
  background-position: center top;
}

.pr-module-html .hb-category-grid .category__item--hertz36-5,
.pr-module-html .hb-category-grid .category__item--hertz36-6,
.pr-module-html .hb-category-grid .category__item--hertz36-7,
.pr-module-html .hb-category-grid .category__item--hertz36-8 {
  justify-content: flex-start;
  padding-top: 1.5rem;
  padding-bottom: 10.25rem;
  background-position: center bottom;
}

.pr-module-html .hb-category-grid .category__item--hertz36-1 .category__subject,
.pr-module-html .hb-category-grid .category__item--hertz36-1 .category__link,
.pr-module-html .hb-category-grid .category__item--hertz36-5 .category__subject,
.pr-module-html .hb-category-grid .category__item--hertz36-5 .category__link {
  color: #ffffff;
}

.pr-module-html .hb-category-grid .category__item--hertz36-1 .category__subject span,
.pr-module-html .hb-category-grid .category__item--hertz36-5 .category__subject span {
  color: #fd9302;
}

.pr-module-html .hb-category-grid--hertz36 .category__link-black {
  color: #ffffff;
}

.pr-module-html .hb-category-grid--hertz36 .category__link-black:hover {
  color: #fd9302;
}

.pr-module-html .hb-category-grid--hertz16-single .category__items {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pr-module-html .hb-category-grid--hertz16-single .category__lead {
  max-width: 60rem;
  margin: -2rem 0 2.25rem;
  color: #586274;
  font-size: 1rem;
  line-height: 1.5;
}

.pr-module-html .hb-category-grid--hertz16-3f-single .category__items {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pr-module-html .hb-category-grid .category__item--hertz16-3f-single-1,
.pr-module-html .hb-category-grid .category__item--hertz16-3f-single-2 {
  background-image: url("../../../../../image/catalog/htmlblock/16-3f-category-card-1.png");
}

.pr-module-html .hb-category-grid .category__item--hertz16-3f-single-3,
.pr-module-html .hb-category-grid .category__item--hertz16-3f-single-4 {
  background-image: url("../../../../../image/catalog/htmlblock/16-3f-category-card-2.png");
}

.pr-module-html .hb-category-grid--3f-36 .category__item--hertz16-3f-single-1,
.pr-module-html .hb-category-grid--3f-36 .category__item--hertz16-3f-single-2 {
  background-image: url("../../../../../image/catalog/htmlblock/3f-36-category-card-1.png");
}

.pr-module-html .hb-category-grid--3f-36 .category__item--hertz16-3f-single-3,
.pr-module-html .hb-category-grid--3f-36 .category__item--hertz16-3f-single-4 {
  background-image: url("../../../../../image/catalog/htmlblock/3f-36-category-card-2.png");
}

.pr-module-html .hb-category-grid .category__item--hertz16-single-1,
.pr-module-html .hb-category-grid .category__item--hertz16-single-2 {
  background-image: url("../../../../../image/catalog/htmlblock/16-1f-category-card-1.png");
}

.pr-module-html .hb-category-grid .category__item--hertz16-single-3,
.pr-module-html .hb-category-grid .category__item--hertz16-single-4 {
  background-image: url("../../../../../image/catalog/htmlblock/16-1f-category-card-2.png");
}

.pr-module-html .hb-category-grid .category__desc {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4rem;
  min-height: 2rem;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  background: #fd9302;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 800;
}

.pr-module-html .hb-category-grid .category__subject {
  margin: 0;
  color: #202124;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}

.pr-module-html .hb-category-grid .category__subject span {
  font-size: 1.25rem;
}

.pr-module-html .hb-category-grid .category__link {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  margin-top: 1rem;
  color: #202124;
  font-size: 1rem;
  font-weight: 700;
  transition: color 0.3s ease;
}

.pr-module-html .hb-category-grid .category__link img {
  width: 2.5rem;
  height: 2.5rem;
  transition: transform 0.3s ease;
}

.pr-module-html .hb-category-grid .category__link:hover {
  color: #fd9302;
}

.pr-module-html .hb-category-grid .category__link:hover img {
  transform: translateX(0.25rem);
}

.pr-module-html .hb-category-aside {
  margin: 0 -1rem;
  padding: 0 0rem;
}

.pr-module-html .hb-category-aside .aside__shell {
  overflow: hidden;
  padding: 5rem 4rem;
  border-radius: 2rem;
  background: #1d2027 url("../../../../../image/catalog/htmlblock/bg-aside.png") center/cover no-repeat;
}

.pr-module-html .hb-category-aside .aside__wrapper {
  display: grid;
  grid-template-columns: minmax(18rem, 23rem) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: center;
}

.pr-module-html .hb-category-aside .aside__image img {
  width: 100%;
}

.pr-module-html .hb-category-aside .aside__title {
  margin: 1rem 0 0;
  color: #ffffff;
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  font-weight: 800;
  line-height: 1;
}

.pr-module-html .hb-category-aside .aside__items {
  margin-top: 1.75rem;
}

.pr-module-html .hb-category-aside .aside__item {
  position: relative;
  padding: 1.625rem 0 1.625rem 3.5rem;
  color: #adb0b9;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.35;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.pr-module-html .hb-category-aside .aside__item + .aside__item {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.pr-module-html .hb-category-aside .aside__item::before {
  content: "";
  position: absolute;
  top: 1.85rem;
  left: 0;
  width: 1.625rem;
  height: 0.875rem;
  background: url("../../../../../image/catalog/htmlblock/arrows.png") center/contain no-repeat;
}

.pr-module-html .hb-category-aside .aside__item:hover {
  color: #ffffff;
  text-shadow: 0 0 0.5rem rgba(253, 147, 2, 0.4);
}

.pr-module-html .hb-category-aside .aside__shell--hybrid {
  position: relative;
  background: linear-gradient(135deg, #1e2027 0%, #2a211d 52%, #8c5608 100%);
}

.pr-module-html .hb-category-aside .aside__shell--hybrid::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 60vw;
  max-width: 536px;
  height: auto;
  aspect-ratio: 500 / 536;
  background: url("../../../../../image/catalog/htmlblock/aside-decor.png") right top/contain no-repeat;
  z-index: 0;
  pointer-events: none;
}

.pr-module-html .hb-category-aside .aside__shell--hybrid .aside__wrapper {
  position: relative;
  z-index: 1;
  display: block;
}

.pr-module-html .hb-category-aside .aside__shell--hybrid .aside__items {
  margin-top: 0;
  max-width: 41rem;
}

.pr-module-html .hb-category-aside .aside__shell--hybrid .aside__item {
  padding: 0;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.45;
}

.pr-module-html .hb-category-aside .aside__shell--hybrid .aside__item + .aside__item {
  border-top: 0;
}

.pr-module-html .hb-category-aside .aside__shell--hybrid .aside__item::before {
  display: none;
}

.pr-module-html .hb-category-aside .aside__shell--hybrid .aside__item:hover {
  color: #adb0b9;
  text-shadow: none;
}

.pr-module-html .hb-category-aside .aside__shell--amper {
  background: #1d2027 url("../../../../../image/catalog/htmlblock/bg-aside.png") center/cover no-repeat;
}

.pr-module-html .hb-category-aside .aside__shell--amper .aside__content {
  position: relative;
  z-index: 1;
}

.pr-module-html .hb-category-aside .aside__shell--amper .aside__title {
  max-width: 35rem;
}

.pr-module-html .hb-category-aside .aside__shell--amper .aside__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 2.5rem;
}

.pr-module-html .hb-category-aside .aside__shell--amper .aside__item {
  padding: 1.75rem;
  color: #adb0b9;
  border-top: 0;
}

.pr-module-html .hb-category-aside .aside__shell--amper .aside__item::before {
  display: none;
}

.pr-module-html .hb-category-aside .aside__shell--amper .aside__item:nth-child(n + 4) {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.pr-module-html .hb-category-aside .aside__shell--amper .aside__item:not(:nth-child(3n)) {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.pr-module-html .hb-category-aside .aside__shell--amper .aside__slogan {
  position: relative;
  margin: 0 0 1.5rem;
  padding-left: 2rem;
  color: #ffffff;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.25;
}

.pr-module-html .hb-category-aside .aside__shell--amper .aside__slogan::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15rem;
  width: 1.375rem;
  height: 0.875rem;
  background: url("../../../../../image/catalog/htmlblock/arrows.png") center/contain no-repeat;
}

.pr-module-html .hb-category-aside .aside__shell--amper .aside__item p {
  margin: 0;
  color: #adb0b9;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45;
}

.pr-module-html .hb-category-banner {
  margin: -4rem -1rem 0;
  padding: 0 1rem 2rem;
}

.pr-module-html .hb-category-banner .banner {
  padding: 3rem 4rem;
  border-radius: 1rem;
  background: #fd9302 url("../../../../../image/catalog/htmlblock/bg-Zvyazok.png") center/cover no-repeat;
  box-shadow: 0 1rem 2.25rem rgba(32, 33, 36, 0.08);
}



.pr-module-html .hb-category-banner .banner__slogan {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.75rem, 3.2vw, 2.25rem);
  font-weight: 800;
  line-height: 1.05;
}

.pr-module-html .hb-category-banner .banner__list {
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.pr-module-html .hb-category-facts {
  margin: 0 -1rem;
  padding: 2rem 1rem 0;
}

.pr-module-html .hb-category-facts *,
.pr-module-html .hb-category-facts *::before,
.pr-module-html .hb-category-facts *::after {
  box-sizing: border-box;
}

.pr-module-html .hb-category-facts .container {
  margin: 0 auto;
}

.pr-module-html .hb-category-facts .facts__shell {
  position: relative;
  overflow: hidden;
  padding: 4rem 3.5rem;
  border-radius: 2rem;
  background: linear-gradient(135deg, #1d1f25 0%, #26211e 42%, #7e4a09 100%);
}

.pr-module-html .hb-category-facts .facts__shell::after {
  content: "";
  position: absolute;
  right: -1rem;
  bottom: -1rem;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(253, 147, 2, 0.22) 0%, rgba(253, 147, 2, 0) 72%);
  pointer-events: none;
}

.pr-module-html .hb-category-facts .facts__subtitle,
.pr-module-html .hb-category-facts .facts__desc,
.pr-module-html .hb-category-facts .facts__lead,
.pr-module-html .hb-category-facts .facts__list {
  position: relative;
  z-index: 1;
}

.pr-module-html .hb-category-facts .facts__subtitle {
  margin: 0;
  color: #fd9302;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}

.pr-module-html .hb-category-facts .facts__desc {
  max-width: 64rem;
  margin: 1.5rem 0 0;
  color: #c9cbd1;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.5;
}

.pr-module-html .hb-category-facts .facts__lead {
  margin: 2rem 0 0;
  color: #ffffff;
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.2;
}

.pr-module-html .hb-category-facts .facts__title {
  margin: 1rem 0 0;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.05;
}

.pr-module-html .hb-category-facts .facts__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.75rem;
}

.pr-module-html .hb-category-facts .facts__item {
  position: relative;
  min-height: 100%;
  padding: 1.5rem 1.5rem 1.5rem 3.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.04);
}

.pr-module-html .hb-category-facts .facts__item::before {
  content: "";
  position: absolute;
  top: 1.65rem;
  left: 1.5rem;
  width: 1.375rem;
  height: 0.875rem;
  background: url("../../../../../image/catalog/htmlblock/arrows.png") center/contain no-repeat;
}

.pr-module-html .hb-category-facts .facts__text {
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45;
}

.pr-module-html .hb-category-facts .hb-category-banner--inside {
  margin: 2rem 0 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.pr-module-html .hb-category-facts .hb-category-banner--inside .banner {
  min-height: 13rem;
  padding: 3rem 4rem;
  border-radius: 1.75rem;
  background-position: right center;
  box-shadow: 0 1rem 2.25rem rgba(32, 33, 36, 0.08);
}

.pr-module-html .hb-hertz16single-facts {
  padding-top: 3.5rem;
  padding-bottom: 1rem;
}

.pr-module-html .hb-hertz16single-facts .container {
  margin: 0 auto;
}

.pr-module-html .hb-hertz16single-facts .hb-hertz1636-facts__subtitle,
.pr-module-html .hb-hertz16single-facts .hb-hertz1636-facts__title {
  text-align: center;
}

.pr-module-html .hb-hertz16single-facts .hb-hertz1636-facts__list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pr-module-html .hb-hertz16single-facts .hb-hertz1636-facts__item {
  min-height: 100%;
}

.pr-module-html .hb-hertz16single-facts .about-diagram__banner {
  margin-top: 2.5rem;
}

.pr-module-html .hb-hertz16-3f-facts {
  padding-top: 3.5rem;
  padding-bottom: 1rem;
}

.pr-module-html .hb-hertz16-3f-facts .container {
  margin: 0 auto;
}

.pr-module-html .hb-hertz16-3f-facts .hb-hertz1636-facts__subtitle,
.pr-module-html .hb-hertz16-3f-facts .hb-hertz1636-facts__title {
  text-align: center;
}

.pr-module-html .hb-hertz16-3f-facts .hb-hertz1636-facts__list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pr-module-html .hb-hertz16-3f-facts .hb-hertz1636-facts__item {
  min-height: 100%;
}

.pr-module-html .hb-hertz16-3f-facts .about-diagram__banner {
  margin-top: 2.5rem;
}

.pr-module-html .hb-category-addinfo--hertz16-single,
.pr-module-html .hb-category-addinfo--hertz16-single *,
.pr-module-html .hb-category-addinfo--hertz16-single *::before,
.pr-module-html .hb-category-addinfo--hertz16-single *::after {
  box-sizing: border-box;
}

.pr-module-html .hb-category-addinfo--hertz16-single .container {
  margin: 0 auto;
}

.pr-module-html .hb-category-addinfo--hertz16-single .addinfo__wrapper {
  width: 100%;
  min-height: 18rem;
  padding: 3.5rem 3rem 3.5rem 20rem;
  border-radius: 2rem;
  background: url("../../../../../image/catalog/htmlblock/16-1f-info-bg.jpg") left center / cover no-repeat;
}

.pr-module-html .hb-category-addinfo--hertz16-single .addinfo__text {
  max-width: 38rem;
  margin: 0;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}

.pr-module-html .hb-category-catalog {
  margin: 0 -1rem;
  padding: 2rem 1rem;
}

.pr-module-html .hb-category-catalog *,
.pr-module-html .hb-category-catalog *::before,
.pr-module-html .hb-category-catalog *::after {
  box-sizing: border-box;
}

.pr-module-html .hb-category-catalog img {
  display: block;
  max-width: 100%;
}

.pr-module-html .hb-category-catalog a {
  text-decoration: none;
}

.pr-module-html .hb-category-catalog .container {
  margin: 0 auto;
}

.pr-module-html .hb-category-catalog .catalog__wrapper {
  display: grid;
  grid-template-columns: minmax(16rem, 18rem) minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
}

.pr-module-html .hb-category-catalog .catalog__subtitle {
  margin: 0;
  color: #fd9302;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}

.pr-module-html .hb-category-catalog .catalog__title {
  margin: 1rem 0 0;
  color: #202124;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.05;
}

.pr-module-html .hb-category-catalog .catalog__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.pr-module-html .hb-category-catalog .catalog__item {
  min-height: 15rem;
  padding: 1.25rem;
  border-radius: 1.75rem;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
  box-shadow: 0 1rem 2.25rem rgba(32, 33, 36, 0.06);
}

.pr-module-html .hb-category-catalog .catalog__item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  max-width: 48%;
}

.pr-module-html .hb-category-catalog .catalog__text {
  margin: 0;
  color: #202124;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}

.pr-module-html .hb-category-catalog .catalog__text span {
  display: inline-block;
  margin-top: 0.25rem;
  font-size: 1rem;
}

.pr-module-html .hb-category-catalog .catalog__link {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  margin-top: 1.5rem;
  color: #202124;
  font-size: 1rem;
  font-weight: 700;
  transition: color 0.3s ease;
}

.pr-module-html .hb-category-catalog .catalog__link img {
  width: 2.5rem;
  height: 2.5rem;
  transition: transform 0.3s ease;
}

.pr-module-html .hb-category-catalog .catalog__link:hover {
  color: #fd9302;
}

.pr-module-html .hb-category-catalog .catalog__link:hover img {
  transform: translateX(0.25rem);
}

.pr-module-html .hb-category-catalog--ipb .catalog__item--ipb-1 {
  background-image: url("../../../../../image/catalog/htmlblock/ipb-catalog-item-1.png");
}

.pr-module-html .hb-category-catalog--ipb .catalog__item--ipb-2 {
  background-image: url("../../../../../image/catalog/htmlblock/ipb-catalog-item-2.png");
}

.pr-module-html .hb-category-facts--ipb .facts__shell {
  background: linear-gradient(135deg, #1d1f25 0%, #2b241e 42%, #8b5308 100%);
}

.pr-module-html .hb-category-facts--ipb .facts__list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pr-module-html .hb-category-aside .hb-category-banner--inside {
  margin: 2rem 0 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.pr-module-html .hb-category-aside .hb-category-banner--inside .banner {
  min-height: 13rem;
  padding: 3rem 4rem;
  border-radius: 1.75rem;
  background-position: right center;
  box-shadow: 0 1rem 2.25rem rgba(32, 33, 36, 0.08);
}

.pr-module-html .hb-category-aside .aside__shell--hybrid .hb-category-banner--inside {
  margin: 2rem 0 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

.pr-module-html .hb-category-aside .aside__shell--hybrid .hb-category-banner--inside .banner {
  min-height: 13rem;
  padding: 3rem 4rem;
  border-radius: 1.75rem;
  background-position: right center;
  box-shadow: 0 1rem 2.25rem rgba(32, 33, 36, 0.08);
}

@media (min-width: 1200px) {
  .pr-module-html .hb-category-hero,
  .pr-module-html .hb-category-grid,
  .pr-module-html .hb-category-aside,
  .pr-module-html .hb-category-banner {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .pr-module-html .hb-category-advantages {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}




@media (max-width: 1450px) {

.pr-module-html .hb-category-hero .header__inner {
  min-height: 51rem;
}

.pr-module-html .hb-category-hero .header__inner::after {
  width: 60%;
}

.pr-module-html .hb-category-grid .category__item {
    min-height: 23rem;
}

}








@media (max-width: 1280px) {

  .pr-module-html .hb-category-hero .header__right {
    right: inherit;
}

.pr-module-html .hb-category-hero .header__inner {
    padding: 2.5rem 0 3rem 2rem;

}

.pr-module-html .hb-category-hero .header__inner::after {
    width: 55vw;
}


.pr-module-html .hb-category-hero .header__inner {
  min-height: 41rem;
}

.pr-module-html .hb-category-hero .header__inner::after {
  width: 60%;
}

.pr-module-html .hb-category-grid .category__item {
    min-height: 21rem;
}

.pr-module-html .hb-category-hero--hertz16 .header__inner::after {
    height: 97%;
    width: 66%;
}

  

}



@media (max-width: 1024px) {
    .pr-module-html .hb-category-grid--amper .category__items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.75rem;
    }

    .pr-module-html .hb-category-grid--hertz16 .category__items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.75rem;
    }

    .pr-module-html .hb-category-grid--hertz36 .category__items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.75rem;
    }

    .pr-module-html .hb-category-grid .category__item {
    min-height: 30rem;
    }

}



@media (max-width: 991.98px) {

  .pr-module-html .hb-category-grid .category__item {
    min-height: 26rem;
    }

    
  .pr-module-html .hb-category-hero .header__inner {
    min-height: 0;
    padding: 2rem 2rem 2.5rem 2rem;
    overflow: hidden;
  }

  .pr-module-html .hb-category-hero .header__inner::after {
    right: 0.75rem;
    width: 38%;
    max-width: none;
    height: 58%;
        top: auto;
        bottom: 0.75rem;
    background-position: center bottom;
  }

  .pr-module-html .hb-category-hero .header__logo {
    top: 1rem;
    left: auto;
    right: 1rem;
    width: 8.5rem;
    min-height: 4.75rem;
  }

  .pr-module-html .hb-category-hero .header__content {
    max-width: 24rem;
  }

  .pr-module-html .hb-category-hero--hybrid .header__top {
    min-height: 4.5rem;
    padding-right: 0;
  }

  .pr-module-html .hb-category-hero .header__right {
    top: 1rem;
    right: 1rem;
    gap: 0.625rem;
    max-width: 13rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .pr-module-html .hb-category-hero--amper .header__inner::after {
    width: 38%;
    top: auto;
    bottom: 0.75rem;
    height: 58%;
    background-position: right top;
  }

  .pr-module-html .hb-category-hero--hertz16 .header__inner::after {
    width: 38%;
    bottom: 0.75rem;
    height: 60%;
  }

  .pr-module-html .hb-category-hero--hertz36 .header__inner::after {
    width: 38%;
    bottom: 0.75rem;
    height: 60%;
  }

  .pr-module-html .hb-category-hero--ipb .header__inner::after {
    width: 42%;
    bottom: 0.75rem;
    height: 60%;
  }

  .pr-module-html .hb-category-hero--amper .header__right {
    top: 1.75rem;
  }

  .pr-module-html .hb-category-hero .header__title {
    font-size: clamp(2.125rem, 4vw, 3rem);
  }

  .pr-module-html .hb-category-hero .header__subtitle {
    font-size: 1rem;
  }

  .pr-module-html .hb-category-hero .header__text {
    margin-top: 4.25rem;
    max-width: 15rem;
  }

  .pr-module-html .hb-category-hero--amper .header__btns {
    gap: 0.75rem;
    margin-top: 1.5rem;
  }

  .pr-module-html .hb-category-hero--hertz16 .header__btns {
    gap: 0.75rem;
    margin-top: 1.5rem;
  }

  .pr-module-html .hb-category-hero--hertz36 .header__btns {
    gap: 0.75rem;
    margin-top: 1.5rem;
  }

  .pr-module-html .hb-category-hero--amper .header__btns .category__link {
    min-width: 0;
    padding: 0.875rem 1.25rem;
  }

  .pr-module-html .hb-category-hero--hertz16 .header__btns .category__link {
    min-width: 0;
    padding: 0.875rem 1.25rem;
  }

  .pr-module-html .hb-category-hero--hertz36 .header__btns .category__link {
    min-width: 0;
    padding: 0.875rem 1.25rem;
  }

  .pr-module-html .hb-category-hero .header__content-img {
    margin-top: 2.5rem;
  }

  .pr-module-html .hb-category-info--hybrid .info__wrapper {
    min-height: 20rem;
    padding: 3rem 1.75rem 1.75rem;
    background-position: center center;
    background-size: cover;
  }

  .pr-module-html .hb-category-info .info__title {
    font-size: 20px;
  }

  .pr-module-html .hb-category-info .info__text {
    margin-top: 1.25rem;
    font-size: 16px;
  }

  .pr-module-html .hb-category-info--hertz16 .info__wrapper {
    padding: 3rem 2rem;
    border-radius: 2rem;
  }

  .pr-module-html .hb-category-info--hertz16 .info__wrapper::after {
    background:
      linear-gradient(90deg, rgba(253, 147, 2, 0.14) 0%, rgba(253, 147, 2, 0) 28%),
      url("../../../../../image/catalog/htmlblock/hertz-info-decor.png") right bottom / 18rem auto no-repeat;
  }

  .pr-module-html .hb-category-info--hertz16 .info__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pr-module-html .hb-category-info--hertz36 .info__wrapper {
    padding: 3rem 2rem;
  }

  .pr-module-html .hb-category-info--hertz36 .info__text {
    font-size: 1rem;
  }


  .pr-module-html .hb-category-catalog .catalog__wrapper {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .pr-module-html .hb-category-catalog .catalog__items {
    grid-template-columns: 1fr;
  }

  .pr-module-html .hb-category-facts--ipb .facts__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pr-module-html .hb-category-view .view__wrapper {
    grid-template-columns: 1fr;
  }

  .pr-module-html .hb-category-advantages .advantages__grid,
  .pr-module-html .hb-category-grid .category__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pr-module-html .hb-category-grid--amper .category__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pr-module-html .hb-category-grid--hertz16 .category__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pr-module-html .hb-category-grid--hertz36 .category__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pr-module-html .hb-category-advantages .advantages__item--two {
    grid-column: span 2;
  }

  .pr-module-html .hb-category-aside .aside__shell {
    padding: 3rem 2rem;
  }

  .pr-module-html .hb-category-aside .aside__wrapper {
    grid-template-columns: 1fr;
  }

  .pr-module-html .hb-category-aside .aside__image {
    max-width: 18rem;
    margin: 0 auto;
  }

  .pr-module-html .hb-category-aside .aside__shell--hybrid::after {
    width: min(44vw, 18rem);
  }

  .pr-module-html .hb-category-aside .aside__shell--hybrid .aside__wrapper {
    display: block;
  }

  .pr-module-html .hb-category-aside .aside__shell--amper .aside__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pr-module-html .hb-category-aside .aside__shell--amper .aside__item {
    padding: 1.75rem;
  }

  .pr-module-html .hb-category-aside .aside__shell--amper .aside__item:not(:nth-child(3n)) {
    border-right: 0;
  }

  .pr-module-html .hb-category-aside .aside__shell--amper .aside__item:not(:nth-child(2n)) {
    border-right: 1px solid rgba(255, 255, 255, 0.14);
  }

  .pr-module-html .hb-category-aside .aside__shell--amper .aside__item:nth-child(n + 3) {
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .pr-module-html .hb-category-banner .banner {
    padding: 2.5rem 2rem;
  }

  .pr-module-html .hb-category-facts .facts__shell {
    padding: 3rem 2rem;
  }

  .pr-module-html .hb-category-facts .facts__list {
    grid-template-columns: 1fr;
  }

  .pr-module-html .hb-category-facts .hb-category-banner--inside .banner {
    padding: 2.25rem 2rem;
    background-position: 68% center;
  }

  .pr-module-html .hb-category-groups--hertz16 .groups__grid {
    grid-template-columns: 1fr;
  }

  .pr-module-html .hb-category-groups--hertz36 .groups__grid {
    grid-template-columns: 1fr;
  }

  .pr-module-html .hb-category-aside .hb-category-banner--inside .banner {
    padding: 2.25rem 2rem;
    background-position: 68% center;
  }

  .pr-module-html .hb-category-aside .hb-category-banner--inside {
    margin: 2rem 0 0;
  }

  .pr-module-html .hb-category-aside .aside__shell--hybrid .hb-category-banner--inside .banner {
    padding: 2.25rem 2rem;
    background-position: 68% center;
  }

  .pr-module-html .hb-category-aside .aside__shell--hybrid .hb-category-banner--inside {
    margin: 2rem 0 0;
  }


   .pr-module-html .hb-category-hero .header__right {
    right: inherit;
}


}

@media (max-width: 767.98px) {
  .pr-module-html .hb-category-hero--hybrid,
  .pr-module-html .hb-category-hero--amper,
  .pr-module-html .hb-category-hero--hertz16,
  .pr-module-html .hb-category-hero--hertz36,
  .pr-module-html .hb-category-hero--ipb,
  .pr-module-html .hb-category-view--hybrid,
  .pr-module-html .hb-category-view--amper,
  .pr-module-html .hb-category-grid--amper,
  .pr-module-html .hb-category-grid--hertz16,
  .pr-module-html .hb-category-grid--hertz36,
  .pr-module-html .hb-category-aside--amper,
  .pr-module-html .hb-category-aside .aside__shell--hybrid {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .pr-module-html .hb-category-aside .aside__shell--hybrid,
  .pr-module-html .hb-category-aside .aside__shell--amper {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .pr-module-html .hb-category-hero,
  .pr-module-html .hb-category-advantages,
  .pr-module-html .hb-category-catalog,
  .pr-module-html .hb-category-grid,
  .pr-module-html .hb-category-aside,
  .pr-module-html .hb-category-banner {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .pr-module-html .hb-category-hero {
    padding: 1rem 1rem 1.5rem;
  }

  .pr-module-html .hb-category-hero .container {
    padding: 0px;
  }

  .pr-module-html .hb-category-hero .pr-page-title {
    margin-bottom: 0.875rem;
  }

  .pr-module-html .hb-category-hero .header__inner::after {
    display: none;
  }

  .pr-module-html .hb-category-hero .header__top {
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .pr-module-html .hb-category-hero--hybrid .header__top {
    flex-direction: column;
    gap: 0.875rem;
  }

  .pr-module-html .hb-category-hero .header__right {
    position: static;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
    max-width: calc(100% - 8.5rem);
  }

  .pr-module-html .hb-category-hero--hybrid .header__top {
    padding-right: 0;
    min-height: 0;
  }

  .pr-module-html .hb-category-hero .header__logo {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 7.5rem;
    min-height: 4.75rem;
    margin-left: auto;
    padding: 0.75rem 0.875rem;
    border-radius: 0 0 0.75rem 0.75rem;
  }

  .pr-module-html .hb-category-hero .header__content {
    max-width: 18.5rem;
    margin: 0 auto;
    padding: 3rem 0 0;
  }

  .pr-module-html .hb-category-hero--amper .header__content {
    padding-top: 4rem;
  }

  .pr-module-html .hb-category-hero .header__desc {
    font-size: 0.6875rem;
    line-height: 1.2;
    text-align: left;
  }

  .pr-module-html .hb-category-hero .header__item img {
    width: 1.75rem;
    height: 1.75rem;
  }

  .pr-module-html .hb-category-hero .header__text {
    display: inline-block;
    margin: 0 auto;
    padding-left: 2.125rem;
    font-size: 0.875rem;
    text-align: left;
  }

  .pr-module-html .hb-category-hero .header__text::before {
    width: 1.25rem;
    height: 1.75rem;
  }

  .pr-module-html .hb-category-hero .header__title {
    margin-top: 1.25rem;
    font-size: 1.625rem;
    line-height: 1.05;
  }

  .pr-module-html .hb-category-hero .header__subtitle {
    font-size: 0.9375rem;
  }

  .pr-module-html .hb-category-hero .header__content-img {
    margin: 2.5rem auto 0;
  }

  .pr-module-html .hb-category-hero--amper .header__btns {
    gap: 0.75rem;
    margin-top: 1.25rem;
  }

  .pr-module-html .hb-category-hero--amper .header__btns .category__link {
    width: 100%;
    min-width: 0;
    padding: 0.875rem 1rem;
  }

  .pr-module-html .hb-category-info,
  .pr-module-html .hb-category-view {
    max-width: 100%;
    margin: 0;
    padding: 1rem 0;
  }

  .pr-module-html .hb-category-info--hertz16 {
    padding: 1rem 0;
  }

  .pr-module-html .hb-category-info--hertz36 {
    padding: 1rem 0;
  }

  .pr-module-html .hb-category-catalog {
    padding: 1rem 0;
  }

  .pr-module-html .hb-category-info--hybrid .info__wrapper {
    min-height: 17rem;
    padding: 2.75rem 1.25rem 1.5rem;
    border-radius: 1.25rem;
    background-position: center center;
    background-size: cover;
  }

  .pr-module-html .hb-category-info .info__title,
  .pr-module-html .hb-category-view .view__title {
    font-size: clamp(1.75rem, 8vw, 2.5rem);
  }

  .pr-module-html .hb-category-info .info__title {
    font-size: 18px;
    line-height: 1.2;
  }

  .pr-module-html .hb-category-info .info__text {
    margin-top: 1rem;
    font-size: 14px;
    line-height: 1.4;
  }

  .pr-module-html .hb-category-info--hertz16 .info__wrapper {
    padding: 2rem 1.25rem;
    border-radius: 1.5rem;
  }

  .pr-module-html .hb-category-info--hertz16 .info__wrapper::after {
    display: none;
  }

  .pr-module-html .hb-category-info--hertz16 .info__title {
    font-size: 1.875rem;
  }

  .pr-module-html .hb-category-info--hertz16 .info__list {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1.5rem;
  }

  .pr-module-html .hb-category-info--hertz16 .info__item {
    padding-top: 1rem;
  }

  .pr-module-html .hb-category-info--hertz16 .info__num {
    margin-bottom: 0.75rem;
    font-size: 1.375rem;
  }

  .pr-module-html .hb-category-info--hertz36 .info__wrapper {
    padding: 2rem 1.25rem;
    border-radius: 1.5rem;
  }

  .pr-module-html .hb-category-info--hertz36 .info__title {
    font-size: 1.875rem;
  }

  .pr-module-html .hb-category-info--hertz36 .info__text {
    margin-top: 1rem;
    font-size: 0.9375rem;
    line-height: 1.4;
  }

  .pr-module-html .hb-category-catalog .catalog__title {
    font-size: 1.875rem;
  }

  .pr-module-html .hb-category-catalog .catalog__items {
    gap: 0.875rem;
  }

  .pr-module-html .hb-category-catalog .catalog__item {
    min-height: 14rem;
    padding: 1rem;
    border-radius: 1.25rem;
    background-size: auto 92%;
  }

  .pr-module-html .hb-category-catalog .catalog__item-wrapper {
    max-width: 58%;
  }

  .pr-module-html .hb-category-catalog .catalog__text {
    font-size: 1rem;
  }

  .pr-module-html .hb-category-catalog .catalog__text span {
    font-size: 0.9375rem;
  }

  .pr-module-html .hb-category-view .view__wrapper {
    margin-top: 1.5rem;
    gap: 1.25rem;
  }

  .pr-module-html .hb-category-advantages .advantages__title,
  .pr-module-html .hb-category-grid .category__title,
  .pr-module-html .hb-category-aside .aside__title {
    font-size: 2rem;
    line-height: 1;
  }

  .pr-module-html .hb-category-advantages {
    padding-bottom: 1rem;
  }

  .pr-module-html .hb-category-advantages .advantages__grid1,
  .pr-module-html .hb-category-grid .category__items {
    grid-template-columns: 1fr;
  }

  

  .pr-module-html .hb-category-advantages .advantages__item,
  .pr-module-html .hb-category-grid .category__item {
    min-height: 0;
  }

  .pr-module-html .hb-category-grid .category__title {
    margin-bottom: 2rem;
  }

  .pr-module-html .hb-category-grid .category__item {
    min-height: 24rem;
    max-width: 300px;
    width: 100%;
    margin: 0px auto;
  }

  .pr-module-html .hb-category-grid--amper .category__items {
    grid-template-columns: 1fr;
  }

  .pr-module-html .hb-category-grid--hertz16 .category__items {
    grid-template-columns: 1fr;
  }

  .pr-module-html .hb-category-grid--hertz36 .category__items {
    grid-template-columns: 1fr;
  }

  .pr-module-html .hb-category-aside .aside__shell {
    padding: 2rem 1.25rem;
    border-radius: 1.25rem;
  }

  .pr-module-html .hb-category-aside .aside__item {
    padding-left: 2.25rem;
    font-size: 0.9375rem;
  }

  .pr-module-html .hb-category-aside .aside__item::before {
    top: 1.72rem;
    width: 1.25rem;
  }

  .pr-module-html .hb-category-aside .aside__shell--hybrid::after {
    width: min(48vw, 11rem);
  }

  .pr-module-html .hb-category-aside .aside__shell--hybrid .aside__item {
    padding-left: 0;
  }

  .pr-module-html .hb-category-aside .aside__shell--amper .aside__items {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .pr-module-html .hb-category-aside .aside__shell--amper .aside__item,
  .pr-module-html .hb-category-aside .aside__shell--amper .aside__item:nth-child(n + 3),
  .pr-module-html .hb-category-aside .aside__shell--amper .aside__item:nth-child(n + 4) {
    padding: 0 0 1.5rem;
    border-top: 0;
    border-right: 0;
  }

  .pr-module-html .hb-category-aside .aside__shell--amper .aside__item + .aside__item {
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .pr-module-html .hb-category-aside .aside__shell--amper .aside__slogan {
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .pr-module-html .hb-category-banner {
    margin-top: -2rem;
  }

  .pr-module-html .hb-category-banner .banner {
    padding: 1.75rem 1.25rem;
  }

  .pr-module-html .hb-category-aside .hb-category-banner--inside {
    margin: 1.5rem 0 0;
  }

  .pr-module-html .hb-category-aside .hb-category-banner--inside .banner {
    min-height: 0;
    padding: 1.75rem 1.25rem;
    background-position: 72% center;
  }

  .pr-module-html .hb-category-aside .aside__shell--hybrid .hb-category-banner--inside {
    margin: 1.5rem 0 0;
  }

  .pr-module-html .hb-category-aside .aside__shell--hybrid .hb-category-banner--inside .banner {
    min-height: 0;
    padding: 1.75rem 1.25rem;
    background-position: 72% center;
  }

  .pr-module-html .hb-category-banner .banner__slogan {
    font-size: 1.5rem;
  }

  .pr-module-html .hb-category-banner .banner__link img {
    width: 2.75rem;
    height: 2.75rem;
  }

  .pr-module-html .hb-category-facts {
    padding-top: 1rem;
  }

  .pr-module-html .hb-category-facts .facts__shell {
    padding: 2rem 1.25rem;
    border-radius: 1.5rem;
  }

  .pr-module-html .hb-category-facts .facts__desc,
  .pr-module-html .hb-category-facts .facts__text {
    font-size: 0.9375rem;
  }

  .pr-module-html .hb-category-facts .facts__lead {
    font-size: 1.125rem;
  }

  .pr-module-html .hb-category-facts .facts__title {
    font-size: 1.875rem;
  }

  .pr-module-html .hb-category-facts--ipb .facts__list {
    grid-template-columns: 1fr;
  }

  .pr-module-html .hb-category-facts .facts__item {
    padding: 1.25rem 1rem 1.25rem 2.75rem;
  }

  .pr-module-html .hb-category-facts .facts__item::before {
    top: 1.35rem;
    left: 1rem;
    width: 1.125rem;
  }

  .pr-module-html .hb-category-facts .hb-category-banner--inside {
    margin-top: 1.5rem;
  }

  .pr-module-html .hb-category-facts .hb-category-banner--inside .banner {
    min-height: 0;
    padding: 1.75rem 1.25rem;
    background-position: 72% center;
  }

  .pr-module-html .hb-category-groups--hertz16 .groups__media {
    min-height: 15rem;
  }

  .pr-module-html .hb-category-groups--hertz16 .groups__media--hertz16-catalog img {
    max-width: 72%;
  }

  .pr-module-html .hb-category-groups--hertz36 .groups__media {
    min-height: 15rem;
  }

  .pr-module-html .hb-category-groups--hertz36 .groups__media--hertz36-catalog img {
    max-width: 72%;
  }



  .pr-module-html .hb-category-hero .header__inner {
      padding: 1rem;
  }


}

.pr-module-html .hb-category-groups {
  margin: 0 -1rem;
  padding: 2.5rem 1rem 0;
}

.pr-module-html .hb-category-groups *,
.pr-module-html .hb-category-groups *::before,
.pr-module-html .hb-category-groups *::after {
  box-sizing: border-box;
}

.pr-module-html .hb-category-groups img {
  display: block;
  max-width: 100%;
}

.pr-module-html .hb-category-groups a {
  text-decoration: none;
}

.pr-module-html .hb-category-groups .container {
  
  margin: 0 auto;
}

.pr-module-html .hb-category-groups .groups__subtitle {
  margin: 0;
  color: #fd9302;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.pr-module-html .hb-category-groups .groups__title {
  margin: 1rem 0 0;
  color: #202124;
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

.pr-module-html .hb-category-groups .groups__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2.75rem;
}

.pr-module-html .hb-category-groups .groups__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
  border: 1px solid rgba(32, 33, 36, 0.06);
  border-radius: 1.75rem;
  box-shadow: 0 1rem 2rem rgba(32, 33, 36, 0.06);
}

.pr-module-html .hb-category-groups .groups__card::before {
  content: "";
  position: absolute;
  inset: auto auto -4rem -4rem;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(253, 147, 2, 0.14) 0%, rgba(253, 147, 2, 0) 72%);
  pointer-events: none;
}

.pr-module-html .hb-category-groups .groups__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 9.5rem;
  padding: 1.5rem 1.5rem 1.25rem;
}

.pr-module-html .hb-category-groups .groups__name {
  margin: 0;
  color: #202124;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.22;
}

.pr-module-html .hb-category-groups .groups__name span {
  display: inline-block;
}

.pr-module-html .hb-category-groups .groups__link {
  display: inline-flex;
  align-items: center;
  gap: 0.875rem;
  margin-top: auto;
  padding-top: 1.25rem;
  color: #202124;
  font-size: 0.95rem;
  font-weight: 800;
}

.pr-module-html .hb-category-groups .groups__link img {
  width: 2.5rem;
  height: 2.5rem;
  transition: transform 0.25s ease;
}

.pr-module-html .hb-category-groups .groups__link:hover img {
  transform: translateX(0.2rem);
}

.pr-module-html .hb-category-groups .groups__media {
  position: relative;
  min-height: 18rem;
  background:
    linear-gradient(145deg, rgba(253, 147, 2, 0.14) 0%, rgba(253, 147, 2, 0) 58%),
    linear-gradient(180deg, #eef4fb 0%, #f8fbff 100%);
}

.pr-module-html .hb-category-groups .groups__media::before {
  content: "";
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.46);
  transform: rotate(18deg);
}

.pr-module-html .hb-category-groups .groups__media img {
  position: absolute;
  right: 50%;
  bottom: 0;
  width: auto;
  max-width: 94%;
  height: 88%;
  transform: translateX(50%);
  object-fit: contain;
}

.pr-module-html .hb-category-groups .groups__media--hybrid img {
  max-width: 88%;
  height: 84%;
}

.pr-module-html .hb-category-groups .groups__media--hertz img {
  max-width: 90%;
  height: 86%;
}

.pr-module-html .hb-category-groups--hertz16 .groups__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pr-module-html .hb-category-groups--hertz16 .groups__media {
  min-height: 20rem;
}

.pr-module-html .hb-category-groups--hertz16 .groups__media::before {
  display: none;
}

.pr-module-html .hb-category-groups--hertz16 .groups__media--hertz16-catalog img {
  right: 50%;
  bottom: 0;
  max-width: 78%;
  height: auto;
  max-height: 100%;
  transform: translateX(50%);
}

.pr-module-html .hb-category-groups--hertz36 .groups__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pr-module-html .hb-category-groups--hertz36 .groups__media {
  min-height: 20rem;
}

.pr-module-html .hb-category-groups--hertz36 .groups__media::before {
  display: none;
}

.pr-module-html .hb-category-groups--hertz36 .groups__media--hertz36-catalog img {
  right: 50%;
  bottom: 0;
  max-width: 78%;
  height: auto;
  max-height: 100%;
  transform: translateX(50%);
}


@media (min-width: 1200px) {
  .pr-module-html .hb-category-groups {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

@media (max-width: 991.98px) {
  .pr-module-html .hb-category-groups .groups__grid {
    grid-template-columns: 1fr;
  }

  .pr-module-html .hb-category-groups .groups__copy {
    min-height: 0;
    padding: 1.5rem 1.5rem 1.25rem;
  }

  .pr-module-html .hb-category-groups .groups__media {
    min-height: 16rem;
  }
}

@media (max-width: 767.98px) {
  .pr-module-html .hb-category-groups {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-top: 2rem;
  }

  .pr-module-html .hb-category-groups .groups__subtitle {
    font-size: 0.875rem;
  }

  .pr-module-html .hb-category-groups .groups__title {
    margin-top: 0.75rem;
    font-size: 2rem;
  }

  .pr-module-html .hb-category-groups .groups__grid {
    gap: 1rem;
    margin-top: 2rem;
  }

  .pr-module-html .hb-category-groups .groups__copy {
    padding: 1.25rem 1.25rem 1rem;
  }

  .pr-module-html .hb-category-groups .groups__name {
    font-size: 1.125rem;
  }

  .pr-module-html .hb-category-groups .groups__link {
    padding-top: 1.125rem;
    font-size: 0.9375rem;
  }

  .pr-module-html .hb-category-groups .groups__media {
    min-height: 14rem;
  }

  .pr-module-html .hb-category-groups .groups__media::before {
    width: 3.5rem;
    height: 3.5rem;
  }

.pr-module-html .hb-category-groups .groups__media img,
.pr-module-html .hb-category-groups .groups__media--hybrid img,
.pr-module-html .hb-category-groups .groups__media--hertz img {
  right: 50%;
  max-width: 90%;
  height: 84%;
  transform: translateX(50%);
}
}

.pr-module-html .hb-about-hero,
.pr-module-html .hb-about-advantages,
.pr-module-html .hb-about-aside,
.pr-module-html .hb-about-products,
.pr-module-html .hb-about-diagram {
  margin: 0 -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.pr-module-html .hb-about-hero *,
.pr-module-html .hb-about-hero *::before,
.pr-module-html .hb-about-hero *::after,
.pr-module-html .hb-about-advantages *,
.pr-module-html .hb-about-advantages *::before,
.pr-module-html .hb-about-advantages *::after,
.pr-module-html .hb-about-aside *,
.pr-module-html .hb-about-aside *::before,
.pr-module-html .hb-about-aside *::after,
.pr-module-html .hb-about-products *,
.pr-module-html .hb-about-products *::before,
.pr-module-html .hb-about-products *::after,
.pr-module-html .hb-about-diagram *,
.pr-module-html .hb-about-diagram *::before,
.pr-module-html .hb-about-diagram *::after {
  box-sizing: border-box;
}

.pr-module-html .hb-about-hero img,
.pr-module-html .hb-about-advantages img,
.pr-module-html .hb-about-aside img,
.pr-module-html .hb-about-products img,
.pr-module-html .hb-about-diagram img {
  display: block;
  max-width: 100%;
}

.pr-module-html .hb-about-hero a,
.pr-module-html .hb-about-products a,
.pr-module-html .hb-about-diagram a {
  text-decoration: none;
}

.pr-module-html .hb-about-hero .container,
.pr-module-html .hb-about-advantages .container,
.pr-module-html .hb-about-aside .container,
.pr-module-html .hb-about-products .container,
.pr-module-html .hb-about-diagram .container {
  margin: 0 auto;
}

.pr-module-html .hb-about-hero {
  padding-top: 0.5rem;
}

.pr-module-html .hb-about-hero .about-hero__inner {
  position: relative;
  min-height: 41rem;
  padding: 2rem 2rem 3rem 2rem;
  overflow: hidden;
  border-radius: 2rem;
  background: linear-gradient(180deg, #fffaf4 0%, #ffffff 100%);
}

.pr-module-html .hb-about-hero .about-hero__inner::after {
  content: "";
  position: absolute;
  right: -12.25rem;
  top: 0;
  width: 60vw;
  max-width: 61%;
  height: auto;
  aspect-ratio: 665 / 662;
  border-bottom-left-radius: 5rem;
  overflow: hidden;
  background-image: url("../../../../../image/catalog/htmlblock/header-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
}

.pr-module-html .hb-about-hero .about-hero__top,
.pr-module-html .hb-about-hero .about-hero__right,
.pr-module-html .hb-about-hero .about-hero__list {
  display: flex;
  align-items: center;
}

.pr-module-html .hb-about-hero .about-hero__top {
  position: absolute;
  top: 2rem;
  left: 2rem;
  right: 2rem;
  z-index: 2;
}

.pr-module-html .hb-about-hero .about-hero__right {
  gap: 1rem;
}

.pr-module-html .hb-about-hero .about-hero__desc {
  color: #6f6f6f;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25;
}

.pr-module-html .hb-about-hero .about-hero__list {
  gap: 0.375rem;
}

.pr-module-html .hb-about-hero .about-hero__item img,
.pr-module-html .hb-about-diagram .about-diagram__banner-link img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.pr-module-html .hb-about-hero .about-hero__item a:hover img,
.pr-module-html .hb-about-diagram .about-diagram__banner-link a:hover img {
  transform: scale(1.08);
}

.pr-module-html .hb-about-hero .about-hero__logo {
  position: absolute;
  left: calc(46% - 0.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  min-height: 5.5rem;
  padding: 1rem 1.25rem;
  background: #ffffff;
  border-radius: 0 0 1rem 1rem;
  box-shadow: 0 0.75rem 2rem rgba(32, 33, 36, 0.08);
}

.pr-module-html .hb-about-hero .about-hero__content {
  position: relative;
  z-index: 1;
  max-width: 27rem;
  padding: 7rem 0 0 1.5rem;
}

.pr-module-html .hb-about-hero .about-hero__eyebrow,
.pr-module-html .hb-about-advantages .about-advantages__subtitle,
.pr-module-html .hb-about-aside .about-aside__subtitle,
.pr-module-html .hb-about-products .about-products__subtitle,
.pr-module-html .hb-about-diagram .about-diagram__subtitle {
  margin: 0;
  color: #fd9302;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}

.pr-module-html .hb-about-hero .about-hero__title {
  margin: 0.75rem 0 0;
  color: #202124;
  font-size: clamp(2.5rem, 4vw, 3.625rem);
  font-weight: 800;
  line-height: 0.98;
}

.pr-module-html .hb-about-hero .about-hero__subtitle {
  margin: 1rem 0 0;
  color: #6f6f6f;
  font-size: 1.125rem;
  line-height: 1.4;
}

.pr-module-html .hb-about-hero .about-hero__subtitle span {
  color: #fd9302;
  font-weight: 800;
}

.pr-module-html .hb-about-hero .about-hero__line {
  width: 2.5rem;
  height: 0.25rem;
  margin-top: 2rem;
  border-radius: 999px;
  background: #fd9302;
}

.pr-module-html .hb-about-hero .about-hero__text {
  margin: 1.5rem 0 0;
  color: #202124;
  font-size: 1rem;
  line-height: 1.35;
}

.pr-module-html .hb-about-hero .about-hero__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  margin-top: 2rem;
  padding: 1rem 1.75rem;
  border-radius: 0.75rem;
  background: #fd9302;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
}

.pr-module-html .hb-about-advantages {
  padding-top: 3rem;
}

.pr-module-html .hb-about-advantages .about-advantages__grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.pr-module-html .hb-about-advantages .about-advantages__lead,
.pr-module-html .hb-about-advantages .about-advantages__item {
  padding: 1.75rem;
  border-radius: 1.5rem;
  background: #ffffff;
  box-shadow: 0 0.75rem 2rem rgba(32, 33, 36, 0.06);
}

.pr-module-html .hb-about-advantages .about-advantages__lead {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pr-module-html .hb-about-advantages .about-advantages__title {
  margin: 0.875rem 0 0;
  color: #202124;
  font-size: clamp(2rem, 3.8vw, 3rem);
  font-weight: 800;
  line-height: 0.98;
}

.pr-module-html .hb-about-advantages .about-advantages__ico {
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 1rem;
  object-fit: contain;
}

.pr-module-html .hb-about-advantages .about-advantages__name {
  margin: 0;
  color: #202124;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.2;
}

.pr-module-html .hb-about-advantages .about-advantages__text {
  margin: 0.875rem 0 0;
  color: #586274;
  font-size: 0.9375rem;
  line-height: 1.35;
}

.pr-module-html .hb-about-aside {
  padding-top: 3rem;
}

.pr-module-html .hb-about-aside .about-aside__shell {
  display: grid;
  grid-template-columns: minmax(20rem, 30rem) minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
}

.pr-module-html .hb-about-aside .about-aside__image img {
  width: 100%;
}

.pr-module-html .hb-about-aside .about-aside__title {
  margin: 0.875rem 0 0;
  color: #202124;
  font-size: clamp(2rem, 3.8vw, 3.25rem);
  font-weight: 800;
  line-height: 0.98;
}

.pr-module-html .hb-about-aside .about-aside__items {
  margin-top: 2rem;
}

.pr-module-html .hb-about-aside .about-aside__item + .about-aside__item {
  margin-top: 1.25rem;
}

.pr-module-html .hb-about-aside .about-aside__name {
  position: relative;
  margin: 0;
  padding-left: 1.5rem;
  color: #202124;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.2;
}

.pr-module-html .hb-about-aside .about-aside__name::before {
    content: "";
    position: absolute;
    top: 0.25rem;
    left: -7px;
     width: 1.5rem;
    height: 1rem;
    background: url(../../../../../image/catalog/htmlblock/arrows.png) center / contain no-repeat;
}

.pr-module-html .hb-about-aside .about-aside__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.pr-module-html .hb-about-aside .about-aside__text {
  margin: 0.625rem 0 0;
  color: #586274;
  font-size: 0.9375rem;
  line-height: 1.4;
}

.pr-module-html .hb-about-products {
  padding-top: 3.5rem;
}

.pr-module-html .hb-about-products .container {
  padding: 3rem 2rem;
  border-radius: 2rem;
  background: #1f2024;
}

.pr-module-html .hb-about-products .about-products__subtitle,
.pr-module-html .hb-about-products .about-products__title {
  text-align: center;
}

.pr-module-html .hb-about-products .about-products__title {
  margin: 0.875rem 0 0;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1;
}

.pr-module-html .hb-about-products .product__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 3rem;
}

.pr-module-html .hb-about-products .products__item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 11rem;
  min-height: 17rem;
  overflow: hidden;
  background: #ffffff;
  border-radius: 1.5rem;
}

.pr-module-html .hb-about-products .products__item-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 2rem 1.5rem 1.5rem 2rem;
  color: #202124;
}

.pr-module-html .hb-about-products .products__items-title {
  margin: 0;
  color: #202124;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.35;
}

.pr-module-html .hb-about-products .products__items-title span {
  display: inline-block;
}

.pr-module-html .hb-about-products .products__items-desc {
  margin: 1.125rem 0 0;
  color: #586274;
  font-size: 1rem;
  line-height: 1.2;
}

.pr-module-html .hb-about-products .products__items-link {
  display: inline-flex;
  align-items: center;
  gap: 0.875rem;
  margin-top: auto;
  padding-top: 1.5rem;
  color: #202124;
  font-size: 1rem;
  font-weight: 800;
}

.pr-module-html .hb-about-products .products__items-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: #ffffff;
  border-radius: 50%;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.pr-module-html .hb-about-products .products__items-link-icon img {
  object-fit: contain;
}

.pr-module-html .hb-about-products .products__items-link:hover .products__items-link-icon {
  transform: translate(0.125rem, -0.125rem);
  border-color: #fd9302;
}

.pr-module-html .hb-about-products .products__media {
  position: relative;
  min-height: 100%;
  background: linear-gradient(180deg, #edf3ff 0%, #ffffff 100%);
}

.pr-module-html .hb-about-products .products__media img {
  position: absolute;
  right: -0.75rem;
  bottom: 0;
  width: auto;
  max-width: none;
  height: 88%;
}

.pr-module-html .hb-about-products .products__item--bottom .products__media img {
  right: -1.125rem;
  height: 84%;
}

.pr-module-html .hb-about-products .about-products__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.5rem;
}

.pr-module-html .hb-about-products .about-products__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 11rem;
  overflow: hidden;
  border-radius: 1.25rem;
  background: #ffffff;
}

.pr-module-html .hb-about-products .about-products__copy {
  padding: 1.5rem 1.25rem 1.25rem 1.5rem;
}

.pr-module-html .hb-about-products .about-products__name {
  margin: 0;
  color: #202124;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.2;
}

.pr-module-html .hb-about-products .about-products__text {
  margin: 0.875rem 0 0;
  color: #586274;
  font-size: 0.9375rem;
  line-height: 1.3;
}

.pr-module-html .hb-about-products .about-products__link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
  color: #586274;
  font-size: 0.9375rem;
}

.pr-module-html .hb-about-products .about-products__link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid #ececec;
  border-radius: 50%;
}

.pr-module-html .hb-about-products .about-products__link-icon img {
  width: 0.875rem;
}

.pr-module-html .hb-about-products .about-products__media {
  position: relative;
  min-height: 13rem;
  background: linear-gradient(180deg, #edf3ff 0%, #ffffff 100%);
}

.pr-module-html .hb-about-products .about-products__media img {
  position: absolute;
  right: -0.25rem;
  bottom: 0;
  max-height: 92%;
  width: auto;
}

.pr-module-html .hb-about-products .about-products__banner {
  display: block;
  margin-top: 1rem;
  padding: 2rem;
  overflow: hidden;
  border-radius: 1.25rem;
  background-image: url("../../../../../image/catalog/htmlblock/category-decor.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}


.pr-module-html .hb-about-products .about-products__banner-title {
  margin: 0;
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.05;
  max-width: 60%;
}

.pr-module-html .hb-about-products .about-products__banner-text {
  margin: 1rem 0 0;
  color: #fff4df;
  font-size: 0.9375rem;
  line-height: 1.35;
}

.pr-module-html .hb-about-diagram {
  padding-top: 3.5rem;
  padding-bottom: 1rem;
}

.pr-module-html .hb-about-diagram .about-diagram__subtitle,
.pr-module-html .hb-about-diagram .about-diagram__title {
  text-align: center;
}

.pr-module-html .hb-about-diagram .about-diagram__title {
  margin: 0.875rem 0 0;
  color: #202124;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1;
}

.pr-module-html .hb-about-diagram .about-diagram__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}

.pr-module-html .hb-about-diagram .about-diagram__item {
  text-align: center;
}

.pr-module-html .hb-about-diagram .about-diagram__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid #ededed;
  border-radius: 50%;
  color: #fd9302;
  font-size: 1rem;
  font-weight: 800;
}

.pr-module-html .hb-about-diagram .about-diagram__name {
  margin: 1.25rem 0 0;
  color: #202124;
  font-size: 1.125rem;
  font-weight: 800;
}

.pr-module-html .hb-about-diagram .about-diagram__text {
  margin: 0.75rem 0 0;
  color: #586274;
  font-size: 0.9375rem;
  line-height: 1.35;
}

.pr-module-html .hb-about-diagram .about-diagram__banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
  margin: 3rem 0 50px;
  padding: 2.5rem 3rem;
  overflow: hidden;
  background: url("../../../../../image/catalog/htmlblock/bg-Zvyazok.png") center/cover no-repeat;
  border-radius: 1.5rem;
}

.pr-module-html .hb-about-diagram .about-diagram__banner-copy {
  position: relative;
  z-index: 1;
  max-width: 20rem;
}

.pr-module-html .hb-about-diagram .about-diagram__banner-title {
  margin: 0;
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.05;
}

.pr-module-html .hb-about-diagram .about-diagram__banner-list {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}

.pr-module-html .hb-about-diagram .about-diagram__banner-media {
  position: relative;
  min-height: 9rem;
}

.pr-module-html .hb-about-diagram .about-diagram__banner-media img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 100%;
  width: auto;
}




.button-success {
  background-color: var(--pr-background-color);
  color: rgb(17, 24, 39);
}

.button-success svg path{
  stroke: #111827;

}





























@media (min-width: 1200px) {
  .pr-module-html .hb-about-hero,
  .pr-module-html .hb-about-advantages,
  .pr-module-html .hb-about-aside,
  .pr-module-html .hb-about-products,
  .pr-module-html .hb-about-diagram {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

@media (max-width: 991.98px) {
  .pr-module-html .hb-about-aside .about-aside__shell,
  .pr-module-html .hb-about-products .about-products__banner,
  .pr-module-html .hb-about-diagram .about-diagram__banner {
    grid-template-columns: 1fr;
  }

  .pr-module-html .hb-about-products .product__items {
    grid-template-columns: 1fr;
  }

  .pr-module-html .hb-about-products .products__item {
    grid-template-columns: minmax(0, 1fr) 12rem;
    min-height: 15rem;
  }

  .pr-module-html .hb-about-products .products__item-copy {
    padding: 1.5rem 1.25rem 1.25rem 1.5rem;
  }

  .pr-module-html .hb-about-products .products__media img {
    height: 82%;
  }

  .pr-module-html .hb-about-hero .about-hero__inner {
    min-height: 0;
    padding: 2rem 2rem 18rem 2rem;
  }

  .pr-module-html .hb-about-hero .about-hero__inner::after {
    right: -6rem;
    bottom: 0;
    top: auto;
    width: min(36rem, 72vw);
  }

  .pr-module-html .hb-about-hero .about-hero__content {
    max-width: 24rem;
    padding: 7rem 0 0;
  }

  .pr-module-html .hb-about-hero .about-hero__logo {
    left: auto;
    right: 1rem;
    width: 8.5rem;
    min-height: 4.75rem;
  }

  .pr-module-html .hb-about-hero .about-hero__logo {
    top: 0;
 }
     .pr-module-html .hb-about-hero .about-hero__inner {
        padding: 0rem 2rem 18rem 2rem;
    }

  .pr-module-html .hb-about-advantages .about-advantages__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pr-module-html .hb-about-advantages .about-advantages__lead {
    grid-column: span 2;
    grid-row: auto;
  }

  .pr-module-html .hb-about-products .about-products__grid,
  .pr-module-html .hb-about-diagram .about-diagram__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pr-module-html .hb-about-products .about-products__banner-title {
  max-width: 100%;
}

  .pr-module-html .hb-about-diagram .about-diagram__banner {
    width: 100%;
    max-width: 100%;
    margin: 3rem auto 50px;
  }



}

@media (max-width: 767.98px) {
  .pr-module-html .hb-about-hero,
  .pr-module-html .hb-about-advantages,
  .pr-module-html .hb-about-aside,
  .pr-module-html .hb-about-products,
  .pr-module-html .hb-about-diagram {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .pr-module-html .hb-about-hero .about-hero__inner {
    min-height: 0;
    padding: 1rem 1rem 1rem;
    gap: 1rem;
  }

  .pr-module-html .hb-about-hero .about-hero__inner::after {
    display: none;
  }

  .pr-module-html .hb-about-hero .about-hero__top {
    top: 1rem;
    left: 1rem;
    right: 1rem;
    align-items: flex-start;
  }

  .pr-module-html .hb-about-hero .about-hero__right {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
    max-width: calc(100% - 8rem);
  }

  .pr-module-html .hb-about-hero .about-hero__logo {
    left: auto;
    right: 0;
    width: 7.5rem;
    min-height: 4.75rem;
    padding: 0.75rem;
    border-radius: 0 0 0.75rem 0.75rem;
  }

  .pr-module-html .hb-about-hero .about-hero__desc {
    font-size: 0.6875rem;
  }

  .pr-module-html .hb-about-hero .about-hero__item img,
  .pr-module-html .hb-about-diagram .about-diagram__banner-link img {
    width: 1.75rem;
    height: 1.75rem;
  }

  .pr-module-html .hb-about-hero .about-hero__content {
    padding: 5.25rem 0 0;
  }

  .pr-module-html .hb-about-hero .about-hero__eyebrow,
  .pr-module-html .hb-about-advantages .about-advantages__subtitle,
  .pr-module-html .hb-about-aside .about-aside__subtitle,
  .pr-module-html .hb-about-products .about-products__subtitle,
  .pr-module-html .hb-about-diagram .about-diagram__subtitle {
    font-size: 0.875rem;
  }

  .pr-module-html .hb-about-hero .about-hero__title,
  .pr-module-html .hb-about-advantages .about-advantages__title,
  .pr-module-html .hb-about-aside .about-aside__title,
  .pr-module-html .hb-about-products .about-products__title,
  .pr-module-html .hb-about-diagram .about-diagram__title {
    font-size: 2rem;
  }

  .pr-module-html .hb-about-products .product__items {
    gap: 1rem;
    margin-top: 2rem;
  }

  .pr-module-html .hb-about-products .products__item {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .pr-module-html .hb-about-products .products__item-copy {
    padding: 1.25rem 1.25rem 1rem;
  }

  .pr-module-html .hb-about-products .products__items-title {
    font-size: 1.05rem;
  }

  .pr-module-html .hb-about-products .products__items-desc {
    margin-top: 0.875rem;
    font-size: 0.9375rem;
    line-height: 1.25;
  }

  .pr-module-html .hb-about-products .products__items-link {
    padding-top: 1.125rem;
    font-size: 0.9375rem;
  }

  .pr-module-html .hb-about-hero .about-hero__subtitle,
  .pr-module-html .hb-about-hero .about-hero__text {
    font-size: 0.9375rem;
  }

  .pr-module-html .hb-about-hero .about-hero__inner::after {
    right: -3rem;
    bottom: 0;
    top: auto;
    width: 90vw;
    max-width: 26rem;
    border-bottom-left-radius: 2rem;
  }

  .pr-module-html .hb-about-advantages .about-advantages__grid,
  .pr-module-html .hb-about-products .about-products__grid,
  .pr-module-html .hb-about-diagram .about-diagram__grid {
    grid-template-columns: 1fr;
  }

  .pr-module-html .hb-about-advantages .about-advantages__lead {
    grid-column: auto;
  }

  .pr-module-html .hb-about-advantages .about-advantages__lead,
  .pr-module-html .hb-about-advantages .about-advantages__item,
  .pr-module-html .hb-about-products .container {
    padding: 1.25rem;
  }

  .pr-module-html .hb-about-aside .about-aside__items {
    margin-top: 1.5rem;
  }

  .pr-module-html .hb-about-products .about-products__card {
    grid-template-columns: 1fr;
  }

  .pr-module-html .hb-about-products .products__media {
    min-height: 13rem;
  }

  .pr-module-html .hb-about-products .products__media img {
    right: 50%;
    bottom: 0;
    height: 90%;
    transform: translateX(50%);
    max-width: none;
  }

  .pr-module-html .hb-about-products .products__item--bottom .products__media img {
    right: 50%;
    height: 88%;
  }

  .pr-module-html .hb-about-products .about-products__media {
    min-height: 12rem;
  }

  .pr-module-html .hb-about-products .about-products__media img {
    right: 50%;
    transform: translateX(50%);
    max-width: 82%;
  }

  .pr-module-html .hb-about-products .about-products__banner,
  .pr-module-html .hb-about-diagram .about-diagram__banner {
    width: 100%;
    max-width: 100%;
    padding: 1.5rem 1.25rem 1.5rem;
  }

  .pr-module-html .hb-about-products .about-products__banner-title,
  .pr-module-html .hb-about-diagram .about-diagram__banner-title {
    font-size: 1.25rem;
  }
}


@media (max-width: 576px) {  

    .pr-module-html .hb-category-advantages .advantages__grid {
      display: flex;
      flex-direction: column;
    }


}

.pr-product-tab-content-text .ck-list-horizontal {
  margin: 2rem 0;
}

.pr-product-tab-content-text .ck-list-horizontal .ck-list-horizontal__table {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem 0;
  width: 100%;
}

.pr-product-tab-content-text .ck-list-horizontal .ck-list-horizontal__table-item_type_narrow-45 {
  display: none !important;
}

.pr-product-tab-content-text .ck-list-horizontal .ck-list-horizontal__table-item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.875rem;
  width: calc(33.333% - 1rem);
  margin: 0;
  padding: 0 0.5rem;
  box-sizing: border-box;
  float: none !important;
  min-height: 0;
  height: auto !important;
}

.pr-product-tab-content-text .ck-list-horizontal .ck-list-horizontal__image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.5rem;
  margin: 0 auto;
}

.pr-product-tab-content-text .ck-list-horizontal .ck-list-horizontal__text {
  width: 100%;
}

.pr-product-tab-content-text .ck-list-horizontal .ck-list-horizontal__title {
  color: #b8db52;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

@media (max-width: 991.98px) {
  .pr-product-tab-content-text .ck-list-horizontal .ck-list-horizontal__table-item {
    width: calc(50% - 0.75rem);
  }
}

@media (max-width: 575.98px) {
  .pr-product-tab-content-text .ck-list-horizontal .ck-list-horizontal__table-item {
    width: 100%;
    padding: 0;
  }
}

.pr-module-html .hb-hertz1636-hero,
.pr-module-html .hb-hertz1636-card,
.pr-module-html .hb-hertz1636-info,
.pr-module-html .hb-hertz1636-category,
.pr-module-html .hb-hertz1636-facts {
  box-sizing: border-box;
}

.pr-module-html .hb-hertz1636-hero *,
.pr-module-html .hb-hertz1636-hero *::before,
.pr-module-html .hb-hertz1636-hero *::after,
.pr-module-html .hb-hertz1636-card *,
.pr-module-html .hb-hertz1636-card *::before,
.pr-module-html .hb-hertz1636-card *::after,
.pr-module-html .hb-hertz1636-info *,
.pr-module-html .hb-hertz1636-info *::before,
.pr-module-html .hb-hertz1636-info *::after,
.pr-module-html .hb-hertz1636-category *,
.pr-module-html .hb-hertz1636-category *::before,
.pr-module-html .hb-hertz1636-category *::after,
.pr-module-html .hb-hertz1636-facts *,
.pr-module-html .hb-hertz1636-facts *::before,
.pr-module-html .hb-hertz1636-facts *::after {
  box-sizing: border-box;
}

.pr-module-html .hb-hertz1636-hero img,
.pr-module-html .hb-hertz1636-card img,
.pr-module-html .hb-hertz1636-info img,
.pr-module-html .hb-hertz1636-category img,
.pr-module-html .hb-hertz1636-facts img {
  display: block;
  max-width: 100%;
}

.pr-module-html .hb-hertz1636-hero a,
.pr-module-html .hb-hertz1636-category a {
  text-decoration: none;
}

.pr-module-html .hb-hertz1636-hero .container,
.pr-module-html .hb-hertz1636-card .container,
.pr-module-html .hb-hertz1636-info .container,
.pr-module-html .hb-hertz1636-category .container,
.pr-module-html .hb-hertz1636-facts .container {
  margin: 0 auto;
}

.pr-module-html .hb-hertz1636-hero {
  margin: -1rem -1rem 0;
  padding: 1rem;
}

.pr-module-html .hb-hertz1636-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 38.75rem;
  padding: 2rem 2rem 2rem 9rem;
  overflow: hidden;
  background: linear-gradient(180deg, #f3f3f3 0%, #f8f8f8 100%);
}

.pr-module-html .hb-hertz1636-hero__inner::after {
  content: "";
  position: absolute;
  right: -8rem;
  top: 0;
  bottom: 1rem;
  width: 62%;
  height: auto;
  aspect-ratio: 747 / 871;
  background: url("../../../../../image/catalog/htmlblock/hertz1636header-bg.jpg") right top / contain no-repeat;
  pointer-events: none;
  z-index: -1;
}

.pr-module-html .hb-hertz1636-hero__top {
  position: relative;
  min-height: 6rem;
}

.pr-module-html .hb-hertz1636-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.pr-module-html .hb-hertz1636-hero__badge-icon img {
  width: 1.875rem;
  height: 2.5rem;
  object-fit: contain;
}

.pr-module-html .hb-hertz1636-hero__badge-text,
.pr-module-html .hb-hertz1636-hero__contacts-text {
  color: #4d5868;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.pr-module-html .hb-hertz1636-hero__logo {
  position: absolute;
  top: -2rem;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.5rem;
  min-height: 5.75rem;
  padding: 1.25rem 1rem;
  background: #ffffff;
  border-radius: 0 0 1.125rem 1.125rem;
  box-shadow: 0 0.875rem 1.75rem rgba(32, 33, 36, 0.08);
  transform: translateX(-50%);
}

.pr-module-html .hb-hertz1636-hero__contacts {
  position: absolute;
  top: 0;
  right: 9rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.pr-module-html .hb-hertz1636-hero__contacts-list {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.pr-module-html .hb-hertz1636-hero__contacts-item img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
}

.pr-module-html .hb-hertz1636-hero__content {
  max-width: 28rem;
  padding-top: 6.5rem;
}

.pr-module-html .hb-hertz1636-hero__name {
  margin: 0;
  color: #202124;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}

.pr-module-html .hb-hertz1636-hero__title {
  margin: 1.75rem 0 0;
  color: #111111;
  font-size: clamp(3rem, 5vw, 4.25rem);
  font-weight: 800;
  line-height: 1;
}

.pr-module-html .hb-hertz1636-hero__title span {
  display: block;
  margin-top: 0.75rem;
  color: #fd9302;
}

.pr-module-html .hb-hertz1636-hero__slogan {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 4.375rem;
  margin-top: 2.75rem;
  padding: 0.875rem 1.5rem;
  color: #202124;
  font-size: 1.125rem;
  line-height: 1.25;
}

.pr-module-html .hb-hertz1636-hero__slogan::before,
.pr-module-html .hb-hertz1636-hero__slogan::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1rem;
  height: 100%;
  border-top: 4px solid #fd9302;
  border-bottom: 4px solid #fd9302;
}

.pr-module-html .hb-hertz1636-hero__slogan::before {
  left: 0;
  border-left: 4px solid #fd9302;
}

.pr-module-html .hb-hertz1636-hero__slogan::after {
  right: 0;
  border-right: 4px solid #fd9302;
}

.pr-module-html .hb-hertz1636-hero--hertz16-single .hb-hertz1636-hero__inner::after {
  top: auto;
  right: 0;
  bottom: 1rem;
  width: 100%;
  height: 97%;
  aspect-ratio: auto;
  background: url("../../../../../image/catalog/htmlblock/16-1f-header-bg.jpg") right bottom/cover no-repeat;
}

.pr-module-html .hb-hertz1636-hero--hertz16-single .hb-hertz1636-hero__content,
.pr-module-html .hb-hertz1636-hero--hertz16-3f-single .hb-hertz1636-hero__content {
  max-width: 39rem;
  padding-top: 5.75rem;
}

.pr-module-html .hb-hertz1636-hero--hertz16-single .hb-hertz1636-hero__name,
.pr-module-html .hb-hertz1636-hero--hertz16-3f-single .hb-hertz1636-hero__name {
  color: #fd9302;
  line-height: 1.25;
}

.pr-module-html .hb-hertz1636-hero--hertz16-single .hb-hertz1636-hero__title,
.pr-module-html .hb-hertz1636-hero--hertz16-3f-single .hb-hertz1636-hero__title {
  margin-top: 0.875rem;
}

.pr-module-html .hb-hertz1636-hero--hertz16-single .hb-hertz1636-hero__title span,
.pr-module-html .hb-hertz1636-hero--hertz16-3f-single .hb-hertz1636-hero__title span {
  margin-top: 0.5rem;
  color: #111111;
}

.pr-module-html .hb-hertz1636-hero--hertz16-single .hb-hertz1636-hero__slogan,
.pr-module-html .hb-hertz1636-hero--hertz16-3f-single .hb-hertz1636-hero__slogan {
  min-height: 0;
  margin-top: 1.5rem;
  padding: 1.5rem 1.4375rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

.pr-module-html .hb-hertz1636-hero--hertz16-single .hb-hertz1636-hero__slogan::before,
.pr-module-html .hb-hertz1636-hero--hertz16-single .hb-hertz1636-hero__slogan::after,
.pr-module-html .hb-hertz1636-hero--hertz16-3f-single .hb-hertz1636-hero__slogan::before,
.pr-module-html .hb-hertz1636-hero--hertz16-3f-single .hb-hertz1636-hero__slogan::after {
  top: 50%;
  width: 1.25rem;
  height: 100%;
  border: 4px solid #fd9302;
  transform: translateY(-50%);
}

.pr-module-html .hb-hertz1636-hero--hertz16-single .hb-hertz1636-hero__slogan::before,
.pr-module-html .hb-hertz1636-hero--hertz16-3f-single .hb-hertz1636-hero__slogan::before {
  left: 0;
  border-right: none;
}

.pr-module-html .hb-hertz1636-hero--hertz16-single .hb-hertz1636-hero__slogan::after,
.pr-module-html .hb-hertz1636-hero--hertz16-3f-single .hb-hertz1636-hero__slogan::after {
  right: 0;
  border-left: none;
}

.pr-module-html .hb-hertz1636-hero--hertz16-single .hb-hertz1636-hero__content-text,
.pr-module-html .hb-hertz1636-hero--hertz16-3f-single .hb-hertz1636-hero__content-text {
  max-width: 34rem;
  margin: 1.5rem 0 0;
  color: #6f6f6f;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.45;
}

.pr-module-html .hb-hertz1636-hero--hertz16-3f-single .hb-hertz1636-hero__inner::after {
  top: auto;
  right: 0;
  bottom: 1rem;
  width: 60%;
  height: 97%;
  aspect-ratio: auto;
  background: url("../../../../../image/catalog/htmlblock/16-3f-header-bg.png") right bottom/cover no-repeat;
}

.pr-module-html .hb-hertz1636-card,
.pr-module-html .hb-hertz1636-info,
.pr-module-html .hb-hertz1636-category,
.pr-module-html .hb-hertz1636-facts {
  padding: 2rem 0;
}

.pr-module-html .hb-hertz1636-card__wrapper {
  min-height: 21.75rem;
  padding: 3rem 4rem 3rem 34rem;
  border-radius: 2rem;
  background: url("../../../../../image/catalog/htmlblock/hertz1636info-bg.jpg") center center / cover no-repeat;
}

.pr-module-html .hb-hertz1636-card__title {
  margin: 0;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
  max-width: 36rem;
}

.pr-module-html .hb-hertz1636-card__list {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}

.pr-module-html .hb-hertz1636-card__item {
  position: relative;
  max-width: 33rem;
  padding-left: 2rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
}

.pr-module-html .hb-hertz1636-card__item::before {
  content: "+";
  position: absolute;
  top: -0.15rem;
  left: 0;
  color: #fd9302;
  font-size: 2rem;
  line-height: 1;
}

.pr-module-html .hb-hertz1636-info__slogan,
.pr-module-html .hb-hertz1636-category__subtitle,
.pr-module-html .hb-hertz1636-facts__subtitle {
  margin: 0;
  color: #fd9302;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.pr-module-html .hb-hertz1636-info__title,
.pr-module-html .hb-hertz1636-category__title,
.pr-module-html .hb-hertz1636-facts__title {
  margin: 1rem 0 0;
  color: #202124;
  font-size: clamp(2.5rem, 4.4vw, 4rem);
  font-weight: 800;
  line-height: 1.02;
  text-align: center;
}

.pr-module-html .hb-hertz1636-info__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 3rem;
}

.pr-module-html .hb-hertz1636-info__item {
  position: relative;
  overflow: hidden;
  min-height: 19.5rem;
  border-radius: 1.5rem;
}

.pr-module-html .hb-hertz1636-info__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pr-module-html .hb-hertz1636-info__text {
  position: absolute;
  left: 1.125rem;
  right: 1.125rem;
  bottom: 1rem;
  padding: 1.125rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 1.25rem;
  background: rgba(210, 210, 210, 0.52);
  backdrop-filter: blur(8px);
  color: #202124;
  font-size: 1rem;
  line-height: 1.25;
}

.pr-module-html .hb-hertz1636-info__text span {
  font-weight: 700;
}

.pr-module-html .hb-category-grid--hertz1636 .category__items {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.pr-module-html .hb-category-grid .category__item--hertz1636-1 {
  background-image: url("../../../../../image/catalog/htmlblock/hertz1636cat1.png");
}

.pr-module-html .hb-category-grid .category__item--hertz1636-2 {
  background-image: url("../../../../../image/catalog/htmlblock/hertz1636cat2.png");
}

.pr-module-html .hb-category-grid .category__item--hertz1636-3 {
  background-image: url("../../../../../image/catalog/htmlblock/hertz1636cat3.png");
}

.pr-module-html .hb-category-grid .category__item--hertz1636-4 {
  background-image: url("../../../../../image/catalog/htmlblock/hertz1636cat4.png");
}

.pr-module-html .hb-category-grid .category__item--hertz1636-1,
.pr-module-html .hb-category-grid .category__item--hertz1636-2,
.pr-module-html .hb-category-grid .category__item--hertz1636-3,
.pr-module-html .hb-category-grid .category__item--hertz1636-4 {
  justify-content: flex-end;
  min-height: 28rem;
  padding: 1rem 1rem 1.25rem;
  background-color: #ffffff;
  background-size: 60%;
  background-position: center 2rem;
}

.pr-module-html .hb-category-grid .category__item--hertz1636-1,
.pr-module-html .hb-category-grid .category__item--hertz1636-2 {
  padding-bottom: 1.25rem;
}

.pr-module-html .hb-category-grid .category__item--hertz1636-3,
.pr-module-html .hb-category-grid .category__item--hertz1636-4 {
  padding-top: 1rem;
}

.pr-module-html .hb-hertz1636-facts__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.pr-module-html .hb-hertz1636-facts__item {
  position: relative;
  padding-top: 3rem;
  text-align: center;
}

.pr-module-html .hb-hertz1636-facts__item::before,
.pr-module-html .hb-hertz1636-facts__item::after {
  content: "";
  position: absolute;
  top: 0.75rem;
  width: 0.65rem;
  height: 1.1rem;
  border-right: 3px solid #fd9302;
  border-bottom: 3px solid #fd9302;
  transform: rotate(45deg);
}

.pr-module-html .hb-hertz1636-facts__item::before {
  left: calc(50% - 0.8rem);
}

.pr-module-html .hb-hertz1636-facts__item::after {
  left: calc(50% - 0.1rem);
}

.pr-module-html .hb-hertz1636-facts__slogan {
  margin: 0;
  color: #202124;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.15;
}

.pr-module-html .hb-hertz1636-facts__text {
  margin: 1rem 0 0;
  color: #5c6574;
  font-size: 1rem;
  line-height: 1.25;
}

.pr-module-html .hb-hertz1636-facts .about-diagram__banner {
  margin: 3rem 0 0;
}

@media (max-width: 1280px) {
  .pr-module-html .hb-hertz1636-hero__slogan::before,
  .pr-module-html .hb-hertz1636-hero__slogan::after {
    display: none;
  }

  .pr-module-html .hb-hertz1636-hero__inner {
    padding: 2rem 2rem 2rem 3rem;
  }

  .pr-module-html .hb-hertz1636-hero__top {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.875rem;
    max-width: 20rem;
    min-height: 0;
  }

  .pr-module-html .hb-hertz1636-hero__logo {
    top: 0;
    left: calc(46% - 0.5rem);
    right: auto;
    transform: none;
    width: 12rem;
  }

  .pr-module-html .hb-hertz1636-hero__contacts {
    position: static;
    left: auto;
    right: auto;
    justify-content: flex-start;
  }

  .pr-module-html .hb-hertz1636-hero__title {
    font-size: clamp(2.5rem, 4.2vw, 3.5rem);
  }
}

@media (max-width: 1199.98px) {
  .pr-module-html .hb-hertz1636-hero__inner {
    padding-left: 3rem;
  }

  .pr-module-html .hb-hertz1636-hero__contacts {
    right: 3rem;
  }

  .pr-module-html .hb-hertz1636-card__wrapper {
    padding: 3rem 2.5rem 3rem 28rem;
  }

}

@media (max-width: 991.98px) {
  .pr-module-html .hb-hertz1636-hero__inner {
    min-height: 0;
    padding: 2rem;
  }

  .pr-module-html .hb-hertz1636-hero__inner::after {
    right: -2rem;
    width: 40%;
    top: auto;
    bottom: 0.75rem;
    height: 62%;
    background-position: right bottom;
  }

  .pr-module-html .hb-hertz1636-hero__top {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.875rem;
    max-width: 20rem;
    min-height: 0;
  }

  .pr-module-html .hb-hertz1636-hero__logo {
    position: absolute;
    top: 1rem;
    left: auto;
    right: 1rem;
    transform: none;
    width: 8.5rem;
    min-height: 4.75rem;
    margin-left: 0;
  }

  .pr-module-html .hb-hertz1636-hero__contacts {
    position: static;
    justify-content: flex-start;
  }

  .pr-module-html .hb-hertz1636-hero__content {
    max-width: 24rem;
    padding-top: 3rem;
  }

  .pr-module-html .hb-hertz1636-hero--hertz16-single .hb-hertz1636-hero__content,
  .pr-module-html .hb-hertz1636-hero--hertz16-3f-single .hb-hertz1636-hero__content {
    max-width: 28rem;
  }

  .pr-module-html .hb-hertz1636-hero--hertz16-single .hb-hertz1636-hero__content-text,
  .pr-module-html .hb-hertz1636-hero--hertz16-3f-single .hb-hertz1636-hero__content-text {
    max-width: 28rem;
    font-size: 1rem;
  }

  .pr-module-html .hb-hertz1636-card__wrapper {
    padding: 2.5rem 2rem;
    background-position: 24% center;
  }

  .pr-module-html .hb-hertz1636-info__list {
    grid-template-columns: 1fr;
  }

  .pr-module-html .hb-category-grid--hertz1636 .category__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pr-module-html .hb-category-grid .category__item--hertz1636-1,
  .pr-module-html .hb-category-grid .category__item--hertz1636-2,
  .pr-module-html .hb-category-grid .category__item--hertz1636-3,
  .pr-module-html .hb-category-grid .category__item--hertz1636-4 {
    min-height: 24rem;
    background-size: auto 58%;
    background-position: center 1.75rem;
  }

  .pr-module-html .hb-hertz1636-facts__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 767.98px) {
  .pr-module-html .hb-hertz1636-hero {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .pr-module-html .hb-hertz1636-hero__inner {
    padding: 1.25rem 1rem 1.5rem;
  }

  .pr-module-html .hb-hertz1636-hero__inner::after {
    display: none;
  }

  .pr-module-html .hb-hertz1636-hero__top {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    max-width: none;
    min-height: 0;
  }

  .pr-module-html .hb-hertz1636-hero__badge {
    gap: 0.75rem;
    max-width: 9rem;
  }

  .pr-module-html .hb-hertz1636-hero__badge-text,
  .pr-module-html .hb-hertz1636-hero__contacts-text {
    font-size: 0.8125rem;
  }

  .pr-module-html .hb-hertz1636-hero__logo {
    position: absolute;
    top: 1rem;
    left: auto;
    right: 1rem;
    transform: none;
    width: 8.5rem;
    min-height: 4.25rem;
    padding: 0.875rem 0.75rem;
  }

  .pr-module-html .hb-hertz1636-hero__contacts {
    position: static;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    margin-left: auto;
    max-width: 8rem;
  }

  .pr-module-html .hb-hertz1636-hero__contacts-item img {
    width: 2rem;
    height: 2rem;
  }

  .pr-module-html .hb-hertz1636-hero__content {
    max-width: 15rem;
    padding-top: 1.75rem;
  }

  .pr-module-html .hb-hertz1636-hero--hertz16-single .hb-hertz1636-hero__content,
  .pr-module-html .hb-hertz1636-hero--hertz16-3f-single .hb-hertz1636-hero__content {
    max-width: 18rem;
  }

  .pr-module-html .hb-hertz1636-hero--hertz16-single .hb-hertz1636-hero__content-text,
  .pr-module-html .hb-hertz1636-hero--hertz16-3f-single .hb-hertz1636-hero__content-text {
    max-width: none;
  }

  .pr-module-html .hb-hertz1636-hero__name {
    font-size: 0.875rem;
  }

  .pr-module-html .hb-hertz1636-hero__title {
    font-size: 2.25rem;
  }

  .pr-module-html .hb-hertz1636-hero__slogan {
    min-height: 0;
    margin-top: 1.75rem;
    padding: 0.875rem 1.125rem;
    font-size: 0.9375rem;
  }

  .pr-module-html .hb-hertz1636-card,
  .pr-module-html .hb-hertz1636-info,
  .pr-module-html .hb-hertz1636-category,
  .pr-module-html .hb-hertz1636-facts {
    padding: 1rem 0;
  }

  .pr-module-html .hb-hertz1636-card__wrapper {
    padding: 1.5rem 1.25rem;
    border-radius: 1.5rem;
    background-position: 18% center;
  }

  .pr-module-html .hb-hertz1636-card__title {
    font-size: 1rem;
  }

  .pr-module-html .hb-hertz1636-card__list {
    gap: 1rem;
    margin-top: 1.5rem;
  }

  .pr-module-html .hb-hertz1636-info__title,
  .pr-module-html .hb-hertz1636-category__title,
  .pr-module-html .hb-hertz1636-facts__title {
    font-size: 2rem;
  }

  .pr-module-html .hb-hertz1636-info__list,
  .pr-module-html .hb-hertz1636-category__items,
  .pr-module-html .hb-hertz1636-facts__list {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .pr-module-html .hb-category-grid--hertz1636 .category__items {
    grid-template-columns: 1fr;
  }

  .pr-module-html .hb-category-grid .category__item--hertz1636-1,
  .pr-module-html .hb-category-grid .category__item--hertz1636-2,
  .pr-module-html .hb-category-grid .category__item--hertz1636-3,
  .pr-module-html .hb-category-grid .category__item--hertz1636-4 {
    min-height: 22rem;
    background-size: auto 54%;
    background-position: center 1.5rem;
  }
}

@media (max-width: 1280px) {

  .pr-module-html .hb-category-hero--hertz16-single .header__slogan::before, .pr-module-html .hb-category-hero--hertz16-single .header__slogan::after {
   display: none;
   }
  .pr-module-html .hb-category-hero--hertz16-single .header__inner {
    min-height: 41rem;
    padding: 2.5rem 2rem 3rem 2rem;
  }

  .pr-module-html .hb-category-hero--hertz16-single .header__inner::after {
    width: 54%;
    right: -2rem;
  }

  .pr-module-html .hb-category-hero--hertz16-single .header__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.875rem;
    min-height: 0;
    max-width: 20rem;
  }

  .pr-module-html .hb-category-hero--hertz16-single .header__right {
    position: static;
    gap: 0.75rem;
    align-items: center;
  }

  .pr-module-html .hb-category-hero--hertz16-single .header__desc {
    font-size: 1rem;
    line-height: 1.3;
  }

  .pr-module-html .hb-category-hero--hertz16-single .header__list {
    gap: 0.5rem;
    min-width: 100px;
  }

  .pr-module-html .hb-category-hero--hertz16-single .header__logo {
    top: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 12rem;
  }

  .pr-module-html .hb-category-hero--hertz16-single .header__content {
    max-width: 30rem;
  }

  .pr-module-html .hb-category-hero--hertz16-single .header__name {
    font-size: 1rem;
    line-height: 1.3;
  }

  .pr-module-html .hb-category-hero--hertz16-single .header__title {
    font-size: 36px;
    line-height: 0.95;
  }

  .pr-module-html .hb-category-hero--hertz16-single .header__title span {
    margin-top: 0.5rem;
  }

  .pr-module-html .hb-category-hero--hertz16-single .header__slogan {
    font-size: 1.125rem;
    line-height: 1.25;
  }

  .pr-module-html .hb-category-advantages--hertz16-single .advantages__grid,
  .pr-module-html .hb-hertz16single-facts .hb-hertz1636-facts__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pr-module-html .hb-category-addinfo--hertz16-single .addinfo__wrapper {
    padding: 3rem;
    background-position: center;
  }

  .pr-module-html .hb-category-hero--hertz16-3f-single .header__slogan::before,
  .pr-module-html .hb-category-hero--hertz16-3f-single .header__slogan::after {
    display: none;
  }

  .pr-module-html .hb-category-hero--hertz16-3f-single .header__inner {
    min-height: 41rem;
    padding: 2.5rem 2rem 3rem 2rem;
  }

  .pr-module-html .hb-category-hero--hertz16-3f-single .header__inner::after {
    width: 54%;
    right: -2rem;
  }

  .pr-module-html .hb-category-hero--hertz16-3f-single .header__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.875rem;
    min-height: 0;
    max-width: 20rem;
  }

  .pr-module-html .hb-category-hero--hertz16-3f-single .header__right {
    position: static;
    gap: 0.75rem;
  }

  .pr-module-html .hb-category-hero--hertz16-3f-single .header__desc {
    font-size: 1rem;
    line-height: 1.3;
  }

  .pr-module-html .hb-category-hero--hertz16-3f-single .header__list {
    gap: 0.5rem;
    min-width: 100px;
  }

  .pr-module-html .hb-category-hero--hertz16-3f-single .header__logo {
   /* top: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 12rem; */
  }

  .pr-module-html .hb-category-hero--hertz16-3f-single .header__content {
    max-width: 30rem;
  }

  .pr-module-html .hb-category-hero--hertz16-3f-single .header__name {
    font-size: 1rem;
    line-height: 1.3;
  }

  .pr-module-html .hb-category-hero--hertz16-3f-single .header__title {
    font-size: 36px;
    line-height: 0.95;
  }

  .pr-module-html .hb-category-hero--hertz16-3f-single .header__title span {
    margin-top: 0.5rem;
  }

  .pr-module-html .hb-category-hero--hertz16-3f-single .header__slogan {
    font-size: 1.125rem;
    line-height: 1.25;
  }

  .pr-module-html .hb-category-advantages--hertz16-3f-single .advantages__grid,
  .pr-module-html .hb-hertz16-3f-facts .hb-hertz1636-facts__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .pr-module-html .hb-category-hero--hertz16-single .header__inner::after {
    width: 40%;
    height: 72%;
    right: 0;
  }

  .pr-module-html .hb-category-hero--hertz16-single .header__top {
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .pr-module-html .hb-category-hero--hertz16-single .header__right {
    position: static;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
    max-width: calc(100% - 8.5rem);
  }

  .pr-module-html .hb-category-hero--hertz16-single .header__logo {
    top: 1rem;
    left: auto;
    right: 1rem;
    width: 8.5rem;
    min-height: 4.75rem;
    transform: none;
  }

  .pr-module-html .hb-category-hero--hertz16-single .header__name {
    margin-top: 1.5rem;
  }

  .pr-module-html .hb-category-hero--hertz16-single .header__slogan {
    font-size: 1.125rem;
  }

  .pr-module-html .hb-category-hero--hertz16-single .header__content-text {
    max-width: 24rem;
    font-size: 1rem;
  }

  .pr-module-html .hb-category-advantages--hertz16-single .advantages__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pr-module-html .hb-category-grid--hertz16-single .category__items,
  .pr-module-html .hb-hertz16single-facts .hb-hertz1636-facts__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pr-module-html .hb-category-addinfo--hertz16-single .addinfo__wrapper {
    min-height: 0;
    padding: 2.5rem;
  }

  .pr-module-html .hb-category-hero--hertz16-3f-single .header__inner::after {
    width: 40%;
    height: 40%;
    right: 0;
  }

  .pr-module-html .hb-category-hero--hertz16-3f-single .header__name {
    margin-top: 1.5rem;
  }

  .pr-module-html .hb-category-hero--hertz16-3f-single .header__content-text {
    max-width: 24rem;
    font-size: 1rem;
  }

  .pr-module-html .hb-category-advantages--hertz16-3f-single .advantages__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pr-module-html .hb-category-grid--hertz16-3f-single .category__items,
  .pr-module-html .hb-hertz16-3f-facts .hb-hertz1636-facts__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pr-module-html .hb-category-hero--hertz16-single .header__logo,
  .pr-module-html .hb-category-hero--hertz16-3f-single .header__logo {
  /*  left: 50%;
    right: auto;
    transform: translateX(-50%); */
  }
}

@media (max-width: 767.98px) {
  .pr-module-html .hb-category-hero--hertz16-single .header__inner::after {
    width: 100%;
    height: 16rem;
    right: auto;
    left: 50%;
    bottom: 0.5rem;
    transform: translateX(-50%);
    background-position: center bottom;
    background-size: contain;
  }

  .pr-module-html .hb-category-hero--hertz16-single .header__name {
    margin-top: 0;
    font-size: 1rem;
  }

  .pr-module-html .hb-category-hero--hertz16-single .header__title {
    margin-top: 0.75rem;
  }

  .pr-module-html .hb-category-hero--hertz16-single .header__slogan,
  .pr-module-html .hb-category-hero--hertz16-single .header__content-text {
    max-width: none;
  }

  .pr-module-html .hb-category-advantages--hertz16-single .advantages__grid,
  .pr-module-html .hb-category-grid--hertz16-single .category__items,
  .pr-module-html .hb-hertz16single-facts .hb-hertz1636-facts__list {
    grid-template-columns: 1fr;
  }

  .pr-module-html .hb-category-addinfo--hertz16-single .addinfo__wrapper {
    padding: 2rem 1.25rem;
    border-radius: 1.5rem;
  }

  .pr-module-html .hb-category-addinfo--hertz16-single .addinfo__text {
    font-size: 1rem;
  }

  .pr-module-html .hb-category-hero--hertz16-single .header__logo {
    top: 0;
    right: 0;
    left: auto;
    transform: none;
    width: 7.5rem;
    min-height: 4.75rem;
    padding: 0.75rem 0.875rem;
    border-radius: 0 0 0.75rem 0.75rem;
  }

  .pr-module-html .hb-category-hero--hertz16-3f-single .header__logo {
    right: 0;
    left: auto;
    transform: none;
  }

  .pr-module-html .hb-category-hero--hertz16-3f-single .header__inner::after {
    width: 100%;
    height: 16rem;
    right: auto;
    left: 50%;
    bottom: 0.5rem;
    transform: translateX(-50%);
    background-position: center bottom;
    background-size: contain;
  }

  .pr-module-html .hb-category-hero--hertz16-3f-single .header__name {
    margin-top: 0;
    font-size: 1rem;
  }

  .pr-module-html .hb-category-hero--hertz16-3f-single .header__title {
    margin-top: 0.75rem;
  }

  .pr-module-html .hb-category-hero--hertz16-3f-single .header__slogan,
  .pr-module-html .hb-category-hero--hertz16-3f-single .header__content-text {
    max-width: none;
  }

  .pr-module-html .hb-category-advantages--hertz16-3f-single .advantages__grid,
  .pr-module-html .hb-category-grid--hertz16-3f-single .category__items,
  .pr-module-html .hb-hertz16-3f-facts .hb-hertz1636-facts__list {
    grid-template-columns: 1fr;
  }
}




@media (max-width: 1280px) {
  .pr-module-html .hb-category-info--1f-36 .info__wrapper {
    padding: 3.5rem 3rem 3.5rem 3rem;
  }
}


@media (max-width: 576px) {
    .pr-module-html .hb-category-advantages .advantages__title, .pr-module-html .hb-category-grid .category__title, .pr-module-html .hb-category-aside .aside__title {
        font-size: 1.5rem;
    }
}
