form.fomr_ref {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
}

.car_wrapper {
  position: relative;
  width: 65px;
  height: 65px;
  background: #ef4036;
  color: #fff;
  border-radius: 7px;
  display: flex;
  align-content: center;
  justify-content: center;
}

.top_info {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.car_left.fixed_basket {
  position: fixed;
  top: 93px;
  z-index: 9;
}

.car_left {
  width: 325px;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #f6f6f6;
  background: #fff;
  box-shadow: 0 4px 12px 0 rgba(191, 191, 191, 0.12);
  padding: 20px 18px;
  margin-bottom: 24px;
}

.car_left img {
  width: 35px;
  filter: invert(1);
}

.count_car {
  position: absolute;
  top: -7px;
  right: -7px;
  background: #fff;
  border-radius: 20px;
  color: #000;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ef4036;
}

.car_info {
  margin-left: 20px;
}

.car_info .car_title {
  font-weight: bold;
}

.info_contact p {
  margin: 0;
}

.info_contact a {
  color: #ef4036;
  border-bottom: 1px solid;
}

.info_contact {
  border-radius: 20px;
  border: 1px solid #f6f6f6;
  background: #fff;
  box-shadow: 0 4px 12px 0 rgba(191, 191, 191, 0.12);
  padding: 20px 18px;
  margin-bottom: 24px;
}

.bg-more-theme {
  background-color: #9e9e9e;
  background-color: #ef4036;
}

.item-accordion-wrapper {
  border-radius: 20px !important;
}

.rub {
  font-family: arial;
  vertical-align: middle;
  border-bottom: 0.07em solid;
  line-height: 0.2em;
  display: inline-block;
  width: 0.5em;
}

td,
th {
  align-content: center;
  text-align: center;
}

.error_q {
  border-radius: 20px;
  border: 1px solid #f6f6f6;
  background: #fff;
  box-shadow: 0 4px 12px 0 rgba(191, 191, 191, 0.12);
  padding: 20px 18px;
  margin-bottom: 24px;
  text-align: center;
  font-weight: bold;
}

.download_excel {
  border-radius: 20px;
  border: 1px solid #f6f6f6;
  background: #ef4036;
  box-shadow: 0 4px 12px 0 rgba(191, 191, 191, 0.12);
  padding: 20px 18px;
  margin-bottom: 24px;
}

.download_excel a {
  color: #fff;
}

@media (max-width: 700px) {
  .car_left.fixed_basket {
    top: 78px;
  }

  .top_info {
    flex-wrap: wrap;
  }

  .info_contact {
    margin-top: 30px;
  }

  .margin_top_b {
    margin-top: 161px;
  }
}
