body {
  font-family: "Montserrat", serif;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  position: relative;
  background-color: #ffffff;
}

/*   Секция product   */

.product {
  padding: 165px 10px 80px;
}

.product__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(30px, 5vw, 80px);
}

.product__description {
  margin-left: -3%;
  flex: 0 1 48%;
  display: flex;
  align-items: flex-start;
  gap: clamp(12px, 2vw, 18px);
}

.product__icon {
  width: clamp(55px, 6vw, 79px);
  height: auto;
  flex-shrink: 0;
}

.product__text {
  display: flex;
  flex-direction: column;
  gap: clamp(22px, 3vw, 40px);
}

.product__text h1 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -3%;
  color: #130f40;
}

.product__text h2 {
  margin: 0;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 100%;
  letter-spacing: -4%;
  color: #130f40;
}

.product__text span {
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -3%;
  color: #130f40;
}

.product__visual {
  position: relative;
  flex: 0 1 52%;
}

.product__img {
  margin-left: -14%;
  display: block;
  width: 100%;
  height: auto;
}

.product__stats {
  position: absolute;
  right: -26%;
  bottom: 27%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.product__stats-label,
.product__stats-number {
  padding: clamp(10px, 1vw, 14px) clamp(16px, 2vw, 22px);
  border-radius: 10px;
  background: #6a79ff;
}

.product__stats-label p,
.product__stats-number p {
  margin: 0;
  color: #fff;
  font-weight: 700;
}

.product__stats-label p {
  font-size: clamp(16px, 2vw, 24px);
}

.product__stats-number {
  margin-left: clamp(20px, 2vw, 30px);
}

.product__stats-number p {
  font-size: clamp(24px, 2.8vw, 36px);
}

/* Секция features */

.features {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.features__action {
  padding: 52px 0 52px 0;
  max-width: 1104px;
  width: 100%;
  min-width: 300px;
  display: flex;
  justify-content: center;
  border-top: 1px solid #e5eff8;
}

.buy__btn {
  padding: 19px 56px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  color: #ffffff;
  border: none;
  border-radius: 12px;
  background-color: #ff592b;
}

.features__container {
  margin: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  min-width: 320px;
  border-radius: 40px;
  background-color: #f1f2ff;
}

.features__image {
  flex: 1 1 410px;
}

.features__img {
  width: 100%;
  border-radius: 40px;
}

.features__description {
  z-index: 2;
  flex: 1 1 410px;
  margin-left: -134px;
  padding: 100px 117px 100px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.features__description p {
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -3%;
  color: #130f40;
}

/* Секция efficiency */

.efficiency {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.efficiency__container {
  padding: 70px 83px 80px 83px;
  margin: 80px 0;
  max-width: 1200px;
  width: 100%;
  min-width: 320px;
  border-radius: 40px;
  background: linear-gradient(
    180.89deg,
    #ff6e2b 14.17%,
    #a3266f 48.01%,
    #6a79ff 79.86%
  );
}

.efficiency__title {
  margin-bottom: 64px;
  font-size: clamp(34px, 3vw, 44px);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -4%;
  text-align: center;
  color: #ffffff;
}

.efficiency__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px 74px;
}

.efficiency__element {
  padding: 50px 40px 42px 40px;
  flex: 1 1 calc(50% - 37px);
  max-width: 480px;
  min-width: 280px;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 15.12%,
    rgba(255, 255, 255, 0.1) 100%
  );
  border-radius: 40px;
}

.efficiency__list .efficiency__element:nth-child(3) {
  padding: 50px 60px 42px 40px;
}

.efficiency__img {
  width: 64px;
  height: 64px;
}

.efficiency__element h3 {
  font-size: 27px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -4%;
  color: #ffffff;
}

.efficiency__element p {
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -3%;
  color: #ffffff;
}

.efficiency__element ul {
  padding-left: 22px;
}

.efficiency__element ul li {
  color: #ffffff;
  list-style-type: "— ";
}

/* Секция advantages */

.advantages {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 52px 10px;
}

.advantages__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  height: 648px;
}

.advantages__description {
  display: flex;
  flex-direction: column;
  gap: 60px;
  flex: 1 1 480px;
  min-width: 0;
}

.advantages__description h3 {
  font-size: 44px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -4%;
  color: #130f40;
}

.advantages__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.advantages__list li {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.check__icon {
  width: 24px;
  height: 24px;
}

.advantages__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -3%;
  color: #130f40;
}

.advantages__image {
  flex: 0 1 756px;
  min-width: 0;
}

.advantages__img {
  display: block;
  width: 100%;
  height: auto;
}

/* Секция value  */

.value {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 52px 10px;
}

.value__grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 1200px;
  width: 100%;
}

.value__card {
  display: grid;
  grid-auto-columns: 1fr 4fr;
  grid-auto-flow: column;
  gap: 100px;
  padding: 60px 141px 60px 60px;
  border-radius: 40px;
}

.value__card--analytics {
  background-color: #fff3e5;
}

.value__card--team {
  background-color: #f1f2ff;
}

.value__card--business {
  background-color: #e5ffed;
}

.value__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: start;
  gap: 24px 54px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.value__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.value__icon {
  width: 68px;
  height: 68px;
  flex-shrink: 0;
}

.value__item p {
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -3%;
  color: #130f40;
}

.value__card--business .value__item {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.value__card--business .value__item li {
  display: flex;
  gap: 24px;
}

.value__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.value__content span {
  padding-top: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -3%;
  color: #130f40;
}

.value__content p {
  font-size: 15px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -3%;
}

/* Секция stats */

.stats {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 52px 10px;
}

.stats__container {
  max-width: 1200px;
  display: flex;
  gap: 0;
  position: relative;
}

.stats__image {
  flex: 1;
  min-width: 0;
  margin-left: -30px;
  position: relative;
  z-index: 1;
}

.stats__img {
  width: 100%;
  height: auto;
  display: block;
}

.stats__description {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 64px;
  margin-left: -80px;
  position: relative;
  z-index: 2;
  min-width: 0;
}

.stats__title h3 {
  margin-left: -106px;
  font-size: clamp(27px, 7vw, 44px);
  font-weight: 700;
  letter-spacing: -4%;
  color: #130f40;
}

.stats__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.stats__card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #ffffff;
  padding: 36px 60px 45px 60px;
  text-align: center;
}

.stats__card:first-child {
  padding: 36px 60px 45px 60px;
  border-bottom: 1px solid #e0e5f0;
  border-radius: 0 0 20px 0;
  border-right: none;
  box-shadow: 8px 8px 0px 0px #e0e5f0;
}

.stats__card:nth-child(2) {
  border-bottom: 1px solid #e0e5f0;
  border-right: 1px solid #e0e5f0;
  border-left: 1px solid #e0e5f0;
  border-radius: 0 0 20px 20px;
  box-shadow: 4px 20px 0px 0px #e0e5f0;
}

.stats__card:nth-child(3) {
  border-bottom: 1px solid #e0e5f0;
  border-radius: 0 0 0 20px;
  border-left: none;
  box-shadow: 0px 8px 0px 0px #e0e5f0;
}

.stats__card--wide {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 8px;
  padding: 40px 60px;
  border-radius: 0;
  color: #ffffff;
}

.stats__number {
  display: block;
  font-size: clamp(40px, 7vw, 68px);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -4%;
  text-align: start;
  color: #ff592b;
}

.stats__number--big {
  font-size: clamp(40px, 7vw, 68px);
  font-weight: 700;
  color: #6a79ff;
}

.stats__number-label {
  padding-bottom: 5px;
  font-size: clamp(19px, 3vw, 24px);
  font-weight: 500;
  letter-spacing: -3%;
  color: #130f40;
}

.stats__label span {
  text-wrap: nowrap;
  font-size: clamp(19px, 3vw, 24px);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -4%;
  color: #130f40;
}

.stats__label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: start;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -3%;
  line-height: 100%;
  color: #130f40;
}

.stats__label--accent {
  padding-bottom: 5px;
  font-size: clamp(19px, 3vw, 24px);
  font-weight: 500;
  letter-spacing: -3%;
  color: #130f40;
}

/* Секция process  */

.process {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 52px 10px;
  margin-bottom: 80px;
}

.process__container {
  padding: 100px 0 120px 0;
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  width: 100%;
  border-radius: 40px;
  background-color: #f4f7ff;
}

.process__title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 100px 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -4%;
  text-align: center;
  color: #130f40;
}

.process__list {
  display: flex;
  flex-direction: column;
  gap: 84px;
}

.process__item {
  display: flex;
  flex-direction: row;
  gap: 48px;
  max-width: 651px;
}

.process__item--one {
  margin-left: 140px;
}

.process__item--two {
  margin-left: 418px;
}

.process__item--three {
  margin-left: 178px;
}

.process__img {
  width: 88px;
}

.process__subtitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -3%;
  color: #130f40;
}

.process__description {
  font-size: 15px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -3%;
  color: #130f40;
}

.process__description--accent {
  font-weight: 600;
  color: #ff592b;
}

.process__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Секция integration */

.integration {
  padding: 30px 10px;
}

.integration__container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  aspect-ratio: 1200 / 584;
  background: #11115b;
  border-radius: 40px;
  overflow: hidden;
}

.integration__img {
  position: absolute;
  width: 77.2%;
  left: 6.4%;
  top: -9%;
  z-index: 1;
}

.integration__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, transparent 31%, #11115b 66%);
  pointer-events: none;
  z-index: 2;
}

.integration__text {
  position: absolute;
  color: #fff;
  font-size: clamp(18px, 2.7vw, 32px);
  font-weight: 500;
  line-height: 1.2;
  z-index: 3;
}

.integration__text--left {
  left: 8.5%;
  top: 17%;
}

.integration__text--right {
  right: 8%;
  top: 64%;
  transform: translateY(-50%);
}

.integration__vector {
  position: absolute;
  height: auto;
  z-index: 3;
}

.integration__vector--left {
  width: 7.8%;
  left: 18%;
  top: 38%;
}

.integration__vector--right {
  width: 5%;
  right: 38%;
  top: 48%;
}

.integration__footer {
  position: absolute;
  left: 24.8%;
  right: 22%;
  bottom: 8%;
  z-index: 3;
}

.integration__line {
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  margin-bottom: 18px;
}

.integration__description {
  color: #fff;
  font-size: clamp(12px, 1.15vw, 15px);
  line-height: 130%;
  letter-spacing: -3%;
}

/* Секция formats */

.formats {
  padding: 80px 10px;
}

.formats__container {
  max-width: 1200px;
  margin: 0 auto;
}

.formats__content {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(360px, 0.95fr);
  align-items: center;
}

.formats__info {
  display: flex;
  flex-direction: column;
  max-width: 510px;
}

.formats__title {
  margin-bottom: clamp(30px, 3vw, 60px);
  font-size: clamp(34px, 3.3vw, 44px);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -4%;
  color: #130f40;
}

.formats__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.formats__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.formats__icon {
  width: 24px;
}

.formats__text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.formats__subtitle {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -3%;
  color: #130f40;
}

.formats__description {
  margin: 0;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -3%;
  color: #130f40;
}

.formats__note {
  width: 639px;
  margin-top: 60px;
  padding: 20px 28px;
  border-radius: 20px;
  background: #f1f2ff;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -3%;
  color: #130f40;
  z-index: 4;
}

.formats__visual {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.formats__image {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
  z-index: 1;
}

/* Секция deployment */

.deployment {
  padding: 80px 10px;
}

.deployment__container {
  max-width: 1200px;
  margin: 0 auto;
}

.deployment__title {
  margin-bottom: clamp(40px, 5vw, 90px);
  text-align: center;
  font-size: clamp(34px, 3vw, 44px);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -4%;
  color: #130f40;
}

.deployment__cards {
  display: flex;
  gap: 8px;
}

.deployment__card {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 496px;
  padding: 72px 88px 64px 88px;
  border-radius: 36px;
  background: #fff3e5;
}

.deployment__card--primary {
  background: #6a79ff;
  color: #fff;
}

.deployment__card-title {
  margin: 0 0 28px;
  font-size: clamp(29px, 2.4vw, 36px);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -4%;
  color: #130f40;
}

.deployment__price {
  margin: 0;
  font-size: clamp(23px, 2vw, 27px);
  font-weight: 700;
  line-height: 115%;
  color: #130f40;
}

.deployment__card--primary .deployment__price {
  color: inherit;
}

.deployment__card-title--primary {
  color: #ffffff;
}

.deployment__text {
  margin: 0 0 28px;
  max-width: 420px;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 140%;
}

.deployment__text--primary {
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -3%;
  color: #ffffff;
}

.deployment__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.deployment__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 3px;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -3%;
}

.deployment__icon {
  width: 24px;
  height: auto;
  flex-shrink: 0;
  color: #01081b4d;
}

.deployment__button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  width: 100%;
  min-height: 64px;
  border-radius: 10px;
  border: none;
  background: #fff;
  color: #17144d;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: 0.2s ease;
}

.deployment__button:hover {
  opacity: 0.9;
}

.deployment__button--accent {
  background: #ff5a2f;
  color: #fff;
}

@media (max-width: 1500px) {
  .product__stats {
    right: -15%;
  }
}

@media (max-width: 1400px) {
  .product__stats {
    right: -10%;
  }
}

@media (max-width: 1300px) {
  .product__description {
    margin-left: 0;
  }

  .product__stats {
    right: 0%;
  }
}

@media (max-width: 1200px) {
  .features__image {
    flex-basis: 380px;
  }

  .advantages__image {
    flex-basis: 580px;
  }

  .stats__img {
    width: 90%;
  }

  .stats__card,
  .stats__card:first-child {
    padding: 36px 38px 45px 38px;
  }

  .process__item--two {
    margin-left: 317px;
  }

  .process__item--three {
    margin-left: 140px;
  }
}

@media (max-width: 1024px) {
  .features__description {
    padding: 90px 90px 90px 0;
  }

  .features__description p {
    font-size: 18px;
  }

  .advantages__container {
    gap: 24px;
  }
  .advantages__description {
    flex-basis: 380px;
  }
  .advantages__image {
    flex-basis: 500px;
  }
  .advantages__description h3 {
    font-size: 36px;
  }

  .efficiency__container {
    padding: 70px 50px 80px 50px;
  }

  .efficiency__list {
    gap: 24px 34px;
  }

  .value__card {
    padding: 60px;
    gap: 50px;
  }

  .stats__title h3 {
    font-size: 33px;
  }

  .stats__number {
    font-size: 55px;
  }

  .process__item--two {
    margin-left: 250px;
  }

  .deployment__card {
    padding: 42px;
  }
}

@media (max-width: 900px) {
  .features__description {
    padding: 70px 50px 70px 0;
  }

  .advantages__image {
    flex-basis: 380px;
  }

  .process__item--two {
    margin-left: 140px;
  }
}

@media (max-width: 830px) {
  .stats__image {
    display: none;
  }

  .stats__description {
    margin: 0;
  }

  .stats__title h3 {
    margin: 0;
    font-size: 5vw;
  }

  .stats__card--wide {
    justify-content: center;
  }
}

@media (max-width: 819px) {
  .efficiency__element {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .product__text span {
    font-size: 20px;
  }

  .advantages {
    padding: 0 10px;
  }

  .advantages__container {
    height: 400px;
  }

  .advantages__image {
    display: none;
  }
  .advantages__description {
    flex-basis: 100%;
  }

  .value__card {
    grid-auto-flow: row;
  }

  .value__list {
    gap: 24px;
  }

  .stats__container {
    grid-template-columns: 1fr;
  }

  .process__container {
    padding: 100px 0 120px 0;
  }

  .process__list {
    justify-content: flex-start;
  }

  .process__item--one,
  .process__item--two,
  .process__item--three {
    margin-left: 0;
  }
}

@media (max-width: 720px) {
  .formats__content {
    grid-template-columns: 1fr;
  }

  .formats__title br {
    display: none;
  }

  .formats__image {
    display: none;
  }
}

@media (max-width: 670px) {
  .product__description {
    flex-direction: column;
  }

  .product__stats-label {
    width: max-content;
  }

  .product__stats {
    top: 90%;
  }

  .features__image {
    display: none;
  }

  .features__description {
    padding: 70px 50px;
    margin-left: 0;
  }

  .value__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .formats__note {
    width: 100%;
  }

  .process {
    margin-bottom: 30px;
  }

  .process__img {
    width: 66px;
  }

  .process__item {
    gap: 24px;
  }

  .integration__img,
  .integration__vector--left,
  .integration__vector--right,
  .integration__line,
  .integration__overlay {
    display: none;
  }

  .integration__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    aspect-ratio: auto;
    min-height: auto;
    padding: 40px 24px;
    gap: 32px;
  }

  .integration__content {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .integration__text,
  .integration__description {
    position: static;
    transform: none;
    font-size: 20px;
    line-height: 120%;
  }

  .integration__text br {
    display: none;
  }

  .integration__footer {
    position: static;
    width: 100%;
    margin: 0;
    left: auto;
    right: auto;
    bottom: auto;
  }

  .integration__line {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 625px) {
  .stats__card {
    padding: 36px 30px 40px 30px;
  }

  .stats__card:first-child {
    padding: 36px 30px 40px 30px;
  }

  .deployment__cards {
    flex-direction: column;
  }

  .deployment__card {
    min-height: 0;
    justify-content: space-between;
  }

  .deployment__button {
    margin-top: 100px;
  }
}

@media (max-width: 600px) {
  .product {
    padding: 165px 10px 40px;
  }

  .product__container {
    flex-direction: column;
  }

  .product__text h2 br {
    display: none;
  }

  .product__visual {
    display: none;
  }
}

@media (max-width: 425px) {
  .efficiency__container {
    padding: 40px 44px 40px 44px;
  }
  .efficiency__list {
    gap: 24px;
  }

  .advantages__container {
    height: 570px;
  }

  .value__card {
    padding: 30px;
  }

  .stats__container {
    width: 100%;
  }

  .stats__description {
    margin: 0;
  }

  .stats__title h3 {
    font-size: 26px;
  }

  .stats__grid {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .stats__card {
    box-shadow: none;
  }

  .stats__card:first-child,
  .stats__card:nth-child(2),
  .stats__card:nth-child(3),
  .stats__card--wide {
    padding: 20px;
    border-right: 1px solid #e0e5f0;
    border-left: 1px solid #e0e5f0;
    border-bottom: 1px solid #e0e5f0;
    border-radius: 20px;
    box-shadow: none;
  }

  .stats__card--wide {
    justify-content: flex-start;
  }

  .stats__label--accent br {
    display: none;
  }

  .stats__label--accent {
    width: 119px;
  }
}

@media (max-width: 375px) {
  .product {
    padding: 110px 10px 40px;
  }

  .features__description {
    padding: 40px;
  }

  .efficiency__title {
    margin: 20px 0 30px 0;
  }

  .efficiency__container {
    padding: 20px 10px 42px 10px;
  }
}
