/* Generated by vite-plugin-svg-spritemap */
.label-forklift {
  position: relative;
  background-color: #1a1a1a;
  clip-path: polygon(0 0, calc(100% - 0.6875rem) 0, 100% 0.5rem, 100% 100%, 0 100%);
}
.label-forklift::before {
  content: "";
  position: absolute;
  inset: 0rem;
  background-color: #1a1a1a;
  z-index: -1;
  clip-path: polygon(0 0, calc(100% - calc(0.6875rem - 0rem)) 0, 100% calc(0.5rem - 0rem), 100% 100%, 0 100%);
}
.label-forklift {
  display: inline-flex;
  align-items: center;
  padding: 1.125rem 1.875rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #1a1a1a;
}
.warranty__text {
  font-size: 1rem;
  line-height: 150%;
  color: #5a626b;
}
.warranty__section .mainpay__note:has(.warranty__subtitle-note) {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.625rem 0.9375rem;
}
.warranty__section .mainpay__text {
  grid-column-start: 2;
  grid-row-start: 2;
  font-size: 1rem;
  line-height: 150%;
  color: #5a626b;
}
.warranty__section_address .subtitle {
  margin-bottom: 1.875rem;
}
.warranty__section_docs {
  display: flex;
  gap: 1.875rem;
  align-items: center;
}
.warranty__section_clock .mainpay__note {
  display: inline-flex;
}
.warranty__subtitle {
  margin-bottom: 1.25rem;
}
.warranty__subtitle-note {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 135%;
}
.warranty__link.button::after {
  display: none;
}
.warranty__link.button::before {
  content: "";
  width: initial;
  height: initial;
  transform: initial;
}
.warranty__link {
  position: relative;
  background-color: #e5e5e5;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.0625rem), calc(100% - 1.0625rem) 100%, 0 100%);
}
.warranty__link::before {
  content: "";
  position: absolute;
  inset: 0.0625rem;
  background-color: #fff;
  z-index: -1;
  border-radius: 0.1875rem;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - calc(1.0625rem - 0.0625rem * 0.414)), calc(100% - calc(1.0625rem - 0.0625rem * 0.414)) 100%, 0 100%);
}
.warranty__link {
  border-radius: 0.1875rem;
  padding: 1.5625rem;
  transition: transform 0.3s ease-in-out;
}
.warranty__link .mainpay__text {
  font-size: 0.9375rem;
}
.warranty__link-doc {
  max-width: 18.5rem;
  padding-inline: 1rem;
}
.warranty__link-doc svg path {
  transition: stroke 0.3s ease-in-out;
}
.warranty__link-doc svg {
  flex: 0 0 1.5rem;
}
.warranty__doc-text {
  font-weight: 600;
  font-size: 1rem;
  line-height: 135%;
  color: #161616;
  transition: color 0.3s ease-in-out;
}
.warranty__doc-text span {
  color: #ea3e42;
}
@media (width <= 48em) {
  .warranty__text {
    font-size: 0.9375rem;
  }
  .warranty__section .mainpay__text {
    font-size: 0.9375rem;
  }
  .warranty__subtitle {
    margin-bottom: 0.9375rem;
  }
}
@media (width <= 43.75rem) {
  .warranty__section_docs {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
  }
}
@media (width <= 35em) {
  .warranty__title {
    margin-bottom: 0.9375rem;
  }
  .warranty__text:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
  .warranty__section:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .warranty__subtitle-note {
    font-size: 1.125rem;
  }
}
@media (width > 35em) and (width <= 84.375em) {
  .warranty__title {
    margin-bottom: clamp( 0.9375rem , 0.272943037975rem  +  1.8987341772vw , 1.875rem );
  }
  .warranty__text:not(:last-child) {
    margin-bottom: clamp( 0.9375rem , 0.71598101265625rem  +  0.6329113924vw , 1.25rem );
  }
  .warranty__section:not(:last-child) {
    margin-bottom: clamp( 1.875rem , 0.98892405063125rem  +  2.5316455696vw , 3.125rem );
  }
}
@media (width > 84.375em) {
  .warranty__title {
    margin-bottom: 1.875rem;
  }
  .warranty__text:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .warranty__section:not(:last-child) {
    margin-bottom: 3.125rem;
  }
}
@media (any-hover: hover) {
  .warranty__link:hover {
    transform: scale(1.02);
  }
  .warranty__link-doc:hover .warranty__doc-text {
    color: #fff;
  }
}