/* Generated by vite-plugin-svg-spritemap */
.steps__image {
  height: 100%;
  margin-left: -0.625rem;
}
.steps__container {
  background-color: #F4F7FC;
  display: grid;
}
.steps__content {
  padding: 4.375rem 1.25rem 4.375rem 0rem;
}
.steps__title-block {
  margin: 0;
  text-align: left;
}
.steps__title-block:not(:last-child) {
  margin-bottom: 1.875rem;
}
.steps__items {
  counter-reset: step-counter;
}
.steps__item:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.steps .title-block__title {
  color: #004aad;
}
.steps .title-block__title:not(:last-child) {
  margin-bottom: 0.375rem;
}
.steps .title-block__sub-title {
  font-weight: 400;
}

.step {
  counter-increment: step-counter;
}
.step__title {
  font-size: 1.125rem;
  line-height: 130%;
  font-weight: 700;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.step__title {
  cursor: pointer;
}
.step__title::before {
  transition: all 0.3s;
  transform: rotate(90deg);
  margin-left: 0.9375rem;
}
.step__title.--spoller-active {
  color: #2275E2;
}
.step__title.--spoller-active::before {
  transform: rotate(270deg);
}
.step__title.--spoller-active .step__inner-title span::after {
  width: 100%;
}
.step__title .step__inner-title span {
  position: relative;
  flex: 1 1 auto;
}
.step__title .step__inner-title {
  flex: 1 1 auto;
}
.step__title .step__inner-title span::after {
  content: "";
  transition: width 0.3s;
  height: 0.125rem;
  width: 0;
  background-color: #2275E2;
  position: absolute;
  top: 100%;
  left: 0;
}
.step .step__counter::before {
  content: counter(step-counter) ". ";
  color: #2275E2;
  font-weight: 700;
  margin-right: 0.3125rem;
}
.step__body {
  padding-top: 0.625rem;
}/* Generated by vite-plugin-svg-spritemap */
.products__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.product__image {
  display: block;
  padding-bottom: 60%;
}
.product__image:not(:last-child) {
  margin-bottom: 1.2rem;
}
.product__image img {
  object-fit: contain;
}
.product__title {
  font-size: 1.125rem;
}
.product__title {
  line-height: 130%;
  font-weight: 500;
}
.product__title:not(:last-child) {
  margin-bottom: 0.4444444444em;
}
.product__prices {
  display: flex;
  align-items: center;
  gap: 0.4375rem;
}
.product__prices:not(:last-child) {
  margin-bottom: 1.25rem;
}
.product__price {
  font-size: 1rem;
}
.product__price--old {
  opacity: 0.5;
  text-decoration: line-through;
}/* Generated by vite-plugin-svg-spritemap */
.bablock__container {
  max-width: 90rem;
  display: flex;
  flex-direction: column;
}
.bablock__container {
  align-items: center;
}
.bablock__items {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
  gap: 0.9375rem;
}
.bablock__buttons {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}

.before-after__item {
  display: block;
  overflow: hidden;
  border-radius: 0.25rem;
  padding-bottom: 55.7142857143%;
}
.before-after__item:not(:last-child) {
  margin-bottom: 0.625rem;
}
.before-after__title {
  display: block;
  font-size: 1.125rem;
}
.before-after__title {
  font-weight: 600;
  text-align: center;
}/* Generated by vite-plugin-svg-spritemap */@media (max-width: 47.99875em) {
  .steps__image {
    margin: 0;
    padding-bottom: 60%;
    order: 2;
    overflow: hidden;
    border-radius: 0.25rem;
  }
  .steps__container {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 1.875rem;
  }
  .steps__content {
    order: 1;
    padding: 1.875rem 0rem 1.875rem 0rem;
  }
  .steps__title-block:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .steps__item:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
  .step__title {
    font-size: 1rem;
  }
  .product__title {
    font-size: 1rem;
  }
  .product__prices:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
  .bablock__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .before-after__title {
    font-size: 1rem;
  }
}@media (max-width: 29.99875em) {
  .product__button {
    padding: 0.6875rem 1rem;
  }
  .bablock__buttons {
    flex-direction: column;
    gap: 0.625rem;
    width: 100%;
  }
  .bablock__button {
    width: 100%;
  }
}@media (width <= 20em) {
  .steps {
    margin-bottom: 1.85rem;
  }
    .steps {
    margin-top: 1.85rem;
  }
  .products {
    padding-top: 1.25rem;
  }
  .products {
    padding-bottom: 1.25rem;
  }
  .products__title-block:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .products__items {
    gap: 0.9375rem;
  }
  .bablock {
    padding-top: 2.475rem;
  }
  .bablock {
    padding-bottom: 1.875rem;
  }
  .bablock__container {
    gap: 1.25rem;
  }
}@media (min-width: 47.99875em) and (width <= 81.25em) {
  .steps__container {
    gap: 2.5rem;
    grid-template-columns: 2fr 3fr;
  }
}@media (width > 20em) and (width <= 76.875em) {
  .steps {
    margin-bottom: clamp( 1.85rem , 0.59065934065625rem  +  3.2967032967vw , 4.525rem );
  }
    .steps {
    margin-top: clamp( 1.85rem , 0.59065934065625rem  +  3.2967032967vw , 3.0rem );
  }
  .products {
    padding-top: clamp( 1.25rem , 0.59065934065625rem  +  3.2967032967vw , 3.125rem );
  }
  .products {
    padding-bottom: clamp( 1.25rem , 0.59065934065625rem  +  3.2967032967vw , 3.125rem );
  }
  .products__title-block:not(:last-child) {
    margin-bottom: clamp( 1.25rem , 0.59065934065625rem  +  3.2967032967vw , 3.125rem );
  }
  .products__items {
    gap: clamp( 0.9375rem , -0.0515109890125rem  +  4.9450549451vw , 3.75rem );
  }
  .bablock {
    padding-top: clamp( 2.475rem , 0.99587912088125rem  +  4.3956043956vw , 5.575rem );
  }
  .bablock {
    padding-bottom: clamp( 1.875rem , 0.99587912088125rem  +  4.3956043956vw , 4.375rem );
  }
  .bablock__container {
    gap: clamp( 1.25rem , 0.59065934065625rem  +  3.2967032967vw , 3.125rem );
  }
}@media (min-width: 47.99875em) {
  .steps__container {
    max-width: 90rem;
    grid-template-columns: 52fr 48fr;
    gap: 3.75rem;
  }
  .products__items {
    grid-template-columns: repeat(auto-fill, minmax(18.125rem, 1fr));
  }
}@media (width > 76.875em) {
  .steps {
    margin-bottom: 4.525rem;
  }
    .steps {
    margin-top: 3.0rem;
  }
  .products {
    padding-top: 3.125rem;
  }
  .products {
    padding-bottom: 3.125rem;
  }
  .products__title-block:not(:last-child) {
    margin-bottom: 3.125rem;
  }
  .products__items {
    gap: 3.75rem;
  }
  .bablock {
    padding-top: 5.575rem;
  }
  .bablock {
    padding-bottom: 4.375rem;
  }
  .bablock__container {
    gap: 3.125rem;
  }
}