.cart {
  color: #000;
  margin: 30px 0; }
  .cart-items {
    background: #fff;
    padding: 20px; }
    .cart-items .heads {
      display: none;
      font-weight: 500;
      text-align: center;
      margin-bottom: 15px;
      text-transform: uppercase;
      border-bottom: 1px solid #ccc;
      padding-bottom: 15px; }
      @media (min-width: 992px) {
        .cart-items .heads {
          display: flex; } }
      .cart-items .heads__title {
        width: 100%;
        flex: none; }
        @media (min-width: 992px) {
          .cart-items .heads__title {
            width: 55%; } }
      .cart-items .heads__price, .cart-items .heads__quantity, .cart-items .heads__article {
        width: 100%;
        flex: none;
        justify-content: center;
        margin: 5px 0; }
        @media (min-width: 992px) {
          .cart-items .heads__price, .cart-items .heads__quantity, .cart-items .heads__article {
            width: 15%;
            text-align: center;
            margin: 0; } }
      .cart-items .heads__price {
        text-align: center;
        font-weight: 500; }
  .cart-item {
    display: flex;
    margin-bottom: 15px;
    flex-direction: column;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 15px; }
    @media (min-width: 992px) {
      .cart-item {
        flex-direction: row; } }
    .cart-item .img {
      margin-right: 15px; }
    .cart-item .price {
      font-size: 20px;
      text-align: center; }
  .cart .total {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px; }
  .cart .title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px; }
  .cart .agreement {
    font-size: 12px;
    margin-top: 10px; }
  .cart .note {
    font-size: 12px; }
  .cart .buttons {
    text-align: center; }
    .cart .buttons .send-order {
      display: inline-block;
      color: #fff;
      background: #ff6410;
      padding: 13px 42px;
      border: none; }
  .cart .order .field {
    margin-bottom: 15px; }

.total {
  margin-top: 20px; }

.remove {
  color: #9d231f;
  cursor: pointer;
  font-size: 26px; }

.send {
  padding-top: 60px; }
  .send__form {
    background: rgba(213, 216, 230, 0.75);
    border-radius: 10px;
    padding: 55px 30px; }
    .send__form a {
      color: #9d231f;
      text-decoration: underline; }
      .send__form a:hover {
        text-decoration: none; }
    .send__form .row {
      margin-right: -4px;
      margin-left: -4px; }
      .send__form .row > * {
        padding-right: 4px;
        padding-left: 4px; }
    .send__form-field {
      margin: 4px 0;
      height: 100%; }
      .send__form-field input, .send__form-field textarea {
        background: rgba(255, 255, 255, 0.76);
        border: 1px solid #979FB6;
        height: calc(100% - 8px);
        width: 100%;
        padding: 15px; }
      .send__form-field [type=submit] {
        background: #9d231f;
        color: #fff;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        width: 30%;
        padding: 15px 10px;
        margin: 0 auto;
        transition: .2s; }
        .send__form-field [type=submit]:hover {
          background: rgba(157, 35, 31, 0.7); }
      .send__form-field.file-input input {
        position: absolute;
        opacity: 0; }
      .send__form-field.file-input label {
        display: flex;
        align-items: center;
        cursor: pointer;
        position: relative;
        z-index: 1; }
        .send__form-field.file-input label svg {
          width: 30px;
          height: 30px;
          flex: none;
          margin-right: 10px; }
      .send__form-field.agreement {
        display: flex;
        align-items: center;
        padding-bottom: 20px; }
        .send__form-field.agreement input {
          border: 1px solid #22263E;
          appearance: none;
          width: 18px;
          height: 18px;
          border-radius: 5px;
          background: none; }
        .send__form-field.agreement label {
          margin-left: 5px;
          transform: translateY(3px); }
    .send__form-bottom {
      margin-top: 10px;
      padding-top: 10px;
      border-top: 1px solid #22263E; }

.modal_mess {
  text-align: center;
  font-size: 18px; }

/*# sourceMappingURL=style.css.map */
