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

.payment-page__content .title {
  margin-bottom: 2.5rem;
}
.payment-page__content .content-section__body {
  display: flex;
  gap: 1.875rem;
  overflow: auto;
}
.payment-page__content .content-section__body::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.payment-page__content .content-section__slide {
  flex: 0 0 calc(33.333% - 1.24375rem);
}
.mainpay__note {
  position: relative;
  background-color: #e5e5e5;
  clip-path: polygon(1.875rem 0, 100% 0, 100% calc(100% - 1.875rem), calc(100% - 1.875rem) 100%, 0 100%, 0 1.875rem);
}
.mainpay__note::before {
  content: "";
  position: absolute;
  inset: 0.0625rem;
  background-color: #fff;
  z-index: -1;
  border-radius: 0.1875rem;
  clip-path: polygon(calc(1.875rem - 0.0625rem / 2) 0, 100% 0, 100% calc(100% - calc(1.875rem - 0.0625rem / 2)), calc(100% - calc(1.875rem - 0.0625rem / 2)) 100%, 0 100%, 0 calc(1.875rem - 0.0625rem / 2));
}
.mainpay__note {
  border-radius: 0.375rem;
  padding: 1.875rem;
  display: flex;
  gap: 0.9375rem;
  align-items: flex-start;
}
.mainpay__note::before {
  border-radius: 0.375rem;
}
.mainpay__text {
  font-size: 1.0625rem;
  line-height: 150%;
}
.paymentlist__subtitle {
  margin-bottom: 2.5rem;
}
.paymentlist__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
}
.paymentlist__item {
  padding: 1.875rem;
  position: relative;
  background-color: #e5e5e5;
  clip-path: polygon(1.875rem 0, 100% 0, 100% calc(100% - 1.875rem), calc(100% - 1.875rem) 100%, 0 100%, 0 1.875rem);
}
.paymentlist__item::before {
  content: "";
  position: absolute;
  inset: 0.0625rem;
  background-color: #fff;
  z-index: -1;
  border-radius: 0.1875rem;
  clip-path: polygon(calc(1.875rem - 0.0625rem / 2) 0, 100% 0, 100% calc(100% - calc(1.875rem - 0.0625rem / 2)), calc(100% - calc(1.875rem - 0.0625rem / 2)) 100%, 0 100%, 0 calc(1.875rem - 0.0625rem / 2));
}
.paymentlist__item {
  border-radius: 0.375rem;
}
.paymentlist__item::before {
  border-radius: 0.375rem;
}
.paymentlist__item {
  display: flex;
  gap: 0.9375rem;
  align-items: flex-start;
  flex-direction: column;
}
.paymentlist__image {
  flex: 0 0 4rem;
  height: 4rem;
}
.paymentlist__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.paymentlist__text {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 135%;
}
.table-rekvizits {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #e5e5e5;
  clip-path: polygon(1.875rem 0, 100% 0, 100% calc(100% - 1.875rem), calc(100% - 1.875rem) 100%, 0 100%, 0 1.875rem);
}
.table-rekvizits::before {
  content: "";
  position: absolute;
  inset: 0.0625rem;
  background-color: #fff;
  z-index: -1;
  border-radius: 0.1875rem;
  clip-path: polygon(calc(1.875rem - 0.0625rem / 2) 0, 100% 0, 100% calc(100% - calc(1.875rem - 0.0625rem / 2)), calc(100% - calc(1.875rem - 0.0625rem / 2)) 100%, 0 100%, 0 calc(1.875rem - 0.0625rem / 2));
}
.table-rekvizits {
  border-radius: 0.375rem;
}
.table-rekvizits__row {
  display: grid;
  grid-template-columns: 19.6875rem 1fr;
  border-bottom: 0.0625rem solid #e5e5e5;
}
.table-rekvizits__row:last-child {
  border-bottom: none;
}
.table-rekvizits__label, .table-rekvizits__value {
  padding: 1.125rem 1.875rem;
}
.table-rekvizits__label {
  color: #7d7d7d;
  border-right: 0.0625rem solid #e5e5e5;
  font-size: 1rem;
  color: #5a626b;
}
.table-rekvizits__value {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #1d2229;
}
@media (width <= 62em) {
  .payment-page__content .content-section__body {
    margin-right: -1.9375rem;
  }
  .payment-page__content .content-section__slide {
    flex: 0 0 18.125rem;
  }
  .paymentlist__content {
    grid-template-columns: repeat(2, 1fr);
  }
  .paymentlist__text {
    font-size: 1rem;
  }
}
@media (width <= 52.5rem) {
  .table-rekvizits__label, .table-rekvizits__value {
    font-size: 0.875rem;
  }
}
@media (max-width: 52.5rem) {
  .table-rekvizits__row {
    display: block;
  }
  .table-rekvizits__label {
    border-right: none;
    padding: 0.625rem 1.875rem 0.25rem 1.875rem;
  }
  .table-rekvizits__value {
    padding: 0 1.875rem 0.625rem 1.875rem;
  }
}
@media (width <= 48em) and (width > 35em) {
  .paymentlist__item {
    flex-direction: row;
  }
}
@media (width <= 48em) {
  .payment-page__content .content-section__body {
    gap: 1.25rem;
    margin-right: -2.4375rem;
  }
  .mainpay__note {
    padding: 1.25rem;
  }
  .mainpay__text {
    font-size: 0.9375rem;
  }
  .paymentlist__item {
    align-items: center;
    padding: 1.25rem;
  }
}
@media (width <= 35em) {
  .payment-page__content .title {
    margin-bottom: 1.875rem;
  }
  .payment-page__content .content-section__body {
    margin-right: -1.25rem;
  }
  .mainpay {
    margin-bottom: 1.875rem;
  }
  .mainpay__content {
    margin-bottom: 1.875rem;
  }
  .mainpay__note {
    position: relative;
    background-color: #e5e5e5;
    clip-path: polygon(1.25rem 0, 100% 0, 100% calc(100% - 1.25rem), calc(100% - 1.25rem) 100%, 0 100%, 0 1.25rem);
  }
  .mainpay__note::before {
    content: "";
    position: absolute;
    inset: 0.0625rem;
    background-color: #fff;
    z-index: -1;
    border-radius: 0.1875rem;
    clip-path: polygon(calc(1.25rem - 0.0625rem / 2) 0, 100% 0, 100% calc(100% - calc(1.25rem - 0.0625rem / 2)), calc(100% - calc(1.25rem - 0.0625rem / 2)) 100%, 0 100%, 0 calc(1.25rem - 0.0625rem / 2));
  }
  .mainpay__list-section:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .paymentlist__example:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .paymentlist__subtitle {
    margin-bottom: 1.875rem;
  }
  .paymentlist__content {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .paymentlist__item {
    flex-direction: row;
  }
  .rekvizits__title {
    margin-bottom: 1.875rem;
  }
}
@media (width > 35rem) and (width <= 41.875rem) {
  .paymentlist__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (width > 35em) and (width <= 84.375em) {
  .mainpay {
    margin-bottom: clamp( 1.875rem , 0.98892405063125rem  +  2.5316455696vw , 3.125rem );
  }
  .mainpay__content {
    margin-bottom: clamp( 1.875rem , 1.43196202531875rem  +  1.2658227848vw , 2.5rem );
  }
  .mainpay__list-section:not(:last-child) {
    margin-bottom: clamp( 1.25rem , 0.36392405063125rem  +  2.5316455696vw , 2.5rem );
  }
  .paymentlist__example:not(:last-child) {
    margin-bottom: clamp( 1.875rem , 0.98892405063125rem  +  2.5316455696vw , 3.125rem );
  }
  .rekvizits__title {
    margin-bottom: clamp( 1.875rem , 0.98892405063125rem  +  2.5316455696vw , 3.125rem );
  }
}
@media (width > 84.375em) {
  .mainpay {
    margin-bottom: 3.125rem;
  }
  .mainpay__content {
    margin-bottom: 2.5rem;
  }
  .mainpay__list-section:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .paymentlist__example:not(:last-child) {
    margin-bottom: 3.125rem;
  }
  .rekvizits__title {
    margin-bottom: 3.125rem;
  }
}