.footer-buttons .drawer__footer-bottom {
  color: #000;
  font-weight: 500;
}

.drawer__footer-bottom {
  padding: 40px 45px 20px;
}

.footer-top {
  padding: 30px 0px;
}

.drawer__footer-top .reversed-link {
  color: #000;
  font-weight: 500;
}

.make-slide-head .price {
  font-size: 14px;
  color: #151515;
  font-weight: 400;
  margin-top: 5px;
}

.checkout_btn button svg:hover {
  stroke: #000;
}

@media (max-width: 767px) {
  .drawer-bottom-btn svg {
    width: 18px;
    height: 18px;
  }

  .drawer-bottom-btn p {
    font-size: 12px;
  }

  .drawer__footer-bottom {
    padding: 40px 30px 20px;
  }
}
