

/* Start:/local/templates/russoft/components/bitrix/sale.basket.basket/basket_default/style.css?17749576914250*/
.scroll-to-top {
  background-color: var(--bg-white);
}

.cart-container-wrapper {
  background-color: var(--bg-gray);
  min-height: 100vh;
}

.cart-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}

.order {
  display: flex;
  flex-direction: column;
  flex: 1 1 60%;
  padding: 25px 4.26%;
  opacity: 0;
}

.order-form,
.form-in-cart {
  margin: auto;
  flex: 1 1 30%;
  padding: 40px 0 20px 0;
}

.order__header,
.order__product-header,
.order__product-info-bottom,
.order__total-amount {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.order__product-list {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  order: 2;
}

.order__title {
  margin-bottom: 0;
  order: 1;
}

.order__title h1 {
  margin: 0;
  font-weight: 400;
  font-size: 30px;
}

.order__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
  order: 4;
  text-align: center;
  margin-left: auto;
}

.order__total-block {
  order: 3;
}

.order__action-clear {
  color: var(--secondary-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  align-content: center;
}

.order__action-close {
  cursor: pointer;
  height: 24px;
  width: 24px;
}

.order__product {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.order__hr {
  width: 100%;
  border: 1px solid var(--border-gray);
}

.order__product-header h2 {
  font-size: 20px;
  margin: 0;
  line-height: 1.2;
  font-weight: 400;
}

.order__delete-item {
  cursor: pointer;
}

.order__product-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.order__product-provider,
.order__product-type {
  font-size: 14px;
}

.order__product-price {
  font-size: 16px;
  margin-left: auto;
}

.order__product-props-text {
  color: var(--secondary-medium);
  font-size: 14px;
  line-height: 1.4;
}

.order__total-amount {
  margin-top: 20px;
}

.order__total-amount-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--secondary-medium);
}

.order__total-amount-sum {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.empty-cart {
  flex-grow: 1;
  color: var(--primary-text);
  background-color: var(--bg-gray);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 30px 14px 0 18px;
  background-color: var(--bg-gray);
}

.empty-cart__image {
  width: 148px;
  height: 148px;
  background: url(/local/templates/russoft/components/bitrix/sale.basket.basket/basket_default/images/empty_cart.png) no-repeat center;
  background-size: contain;
  margin-bottom: 20px;
}

.empty-cart__title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 16px;
}

.empty-cart__text {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: center;
}

.empty-cart__link {
  color: var(--bg-white);
  width: 212px;
  height: 48px;
  background-color: var(--accent-orange);
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  line-height: 1.4;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .order {
    padding: 25px 10%;
  }
}

@media (min-width: 1280px) {
  .cart-container {
    display: flex;
    align-items: flex-start;
    padding-left: 15%;
    padding-right: 10%;
    gap: 165px;
    margin-top: 65px;
    flex-direction: row;
  }

  .order {
    display: grid;
    grid-template-columns: 1fr auto;
    flex: 3;
    min-width: 350px;
    padding: 0 0 20px;
  }

  .order__title {
    grid-column: 1;
    grid-row: 1;
  }

  .order__actions {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
  }

  .order__product-list {
    grid-column: 1 / span 2;
    grid-row: 2;
  }

  .order__total-block {
    grid-column: 1 / span 2;
    grid-row: 3;
  }

  .order-form {
    flex: 1;
    position: sticky;
    top: 158px;
    z-index: 10;
    padding: 0 0 20px;
    margin: 0;
  }

  .form-in-cart {
    padding: 0 0;
  }

  .empty-cart {
    justify-content: center;
  }

  .empty-cart__image {
    margin-bottom: 35px;
  }

  .empty-cart__title {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 14px;
  }

  .empty-cart__text {
    font-size: 16px;
    line-height: 1.5;
  }
}
/* End */
/* /local/templates/russoft/components/bitrix/sale.basket.basket/basket_default/style.css?17749576914250 */
