.dropshipping {
  position: relative;
}
.dropshipping__bg {
  position: absolute;
  top: 1.375rem;
  left: 0;
  right: 0;
  bottom: -3.5rem;
  z-index: -1;
}
.dropshipping__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.dropshipping__title {
  margin-bottom: 1.875rem;
}
.dropshipping__text {
  text-align: center;
  background: linear-gradient(143deg, #fff 0%, #ffd1d1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.875rem;
}
.dropshipping__cards {
  margin-bottom: 3.625rem;
}
.dropshipping__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding: 1.4875rem 3rem;
  -webkit-box-shadow: inset 0 0 18px 0 rgba(255, 0, 0, 0.25);
  box-shadow: inset 0 0 18px 0 rgba(255, 0, 0, 0.25);
  background-color: var(--white);
  margin: 0 auto;
  border-radius: 1.125rem;
}
.dropshipping__card-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.3125rem;
  margin-right: 0.75rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, 0.1)), to(rgba(153, 0, 0, 0.1)));
  background: linear-gradient(180deg, rgba(255, 0, 0, 0.1) 0%, rgba(153, 0, 0, 0.1) 100%);
}
.dropshipping__card-ico > svg {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.dropshipping__card-text {
  font-weight: 500;
  background: linear-gradient(141deg, #211 0%, #fb5036 48.35%, #fb5036 68.97%, #211 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dropshipping__card-text br {
  display: none;
}
.dropshipping__card:not(:last-child) {
  margin-bottom: 0.75rem;
}
.dropshipping__descr {
  margin: 0 auto;
  text-align: center;
  max-width: 54.375rem;
  width: 100%;
}
.dropshipping__descr > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.dropshipping__descr > div > div {
  margin: 0 0.625rem;
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}
.dropshipping__descr span {
  position: relative;
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.6875rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#100505), to(#490404));
  background: linear-gradient(180deg, #100505 0%, #490404 100%);
}
.dropshipping__descr span::before, .dropshipping__descr span::after {
  content: "";
  position: absolute;
  border-radius: 0.6875rem;
}
.dropshipping__descr span::before {
  top: -0.5px;
  left: -0.5px;
  right: -0.5px;
  bottom: -0.5px;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#E15A5A), to(#630A0A));
  background: linear-gradient(90deg, #E15A5A 0%, #630A0A 100%);
}
.dropshipping__descr span::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: -3px 7px 31px 0 rgba(128, 0, 0, 0.67);
  box-shadow: -3px 7px 31px 0 rgba(128, 0, 0, 0.67);
}
.dropshipping__descr span > svg {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: drop-shadow(0 0 12px rgba(255, 180, 180, 0.6)) drop-shadow(0 0 28px rgba(185, 40, 40, 0.85));
  filter: drop-shadow(0 0 12px rgba(255, 180, 180, 0.6)) drop-shadow(0 0 28px rgba(185, 40, 40, 0.85));
}
@media (max-width: 768px) {
  .dropshipping {
    margin: 100px 0;
  }
  .dropshipping__bg {
    top: -87px;
    left: 50%;
    right: unset;
    bottom: unset;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 768px;
    height: 690px;
  }
  .dropshipping__title {
    margin-bottom: 24px;
  }
  .dropshipping__text {
    margin-bottom: 24px;
  }
  .dropshipping__cards {
    margin-bottom: 30px;
  }
  .dropshipping__card {
    padding: 12px 24px;
    border-radius: 10px;
  }
  .dropshipping__card-ico {
    width: 20px;
    height: 20px;
    border-radius: 3px;
  }
  .dropshipping__card-ico > svg {
    width: 15px;
    height: 15px;
  }
  .dropshipping__card-text {
    font-size: 15px;
    text-align: center;
  }
  .dropshipping__card-text br {
    display: block;
  }
  .dropshipping__card:not(:last-child) {
    margin-bottom: 6px;
  }
  .dropshipping__descr > div > p {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .dropshipping__descr span {
    width: 36px;
    height: 36px;
    border-radius: 9px;
  }
  .dropshipping__descr span::before, .dropshipping__descr span::after {
    border-radius: 9px;
  }
  .dropshipping__descr span > svg {
    width: 17px;
    height: 17px;
  }
}
/*# sourceMappingURL=dropshipping.css.map */