.a-overlay {
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.5s;
  overflow: auto;
}

.a-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: white;
  color: #000000;
  padding: 40px 36px;
  width: 100%;
}
.a-popup_top {
  top: 0;
  transform: translateX(-50%);
  margin: 36px auto;
}
.a-popup__title {
  font-weight: 800;
  font-size: 1.75rem;
  line-height: 2.125rem;
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 24px 0;
}
.a-popup__close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #40b93c;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.a-popup_callback {
  width: 460px;
}
.a-popup_favourite {
  width: 100%;
  overflow: auto;
  max-height: calc(100% - 40px);
  max-width: calc(100% - 40px);
}
@media only screen and (min-width: 1025px) {
  .a-popup_favourite {
    max-width: 700px;
  }
}
.a-popup_favourite .a-button {
  padding-left: 32px;
  padding-right: 32px;
}
.a-popup_order {
  max-width: calc(100% - 40px);
}
.a-popup_order .a-title {
  margin: 0;
}
.a-popup_order .a-button {
  width: 100%;
}
.a-popup_order .a-form__disclaimer {
  text-align: center;
}
.a-popup_order .a-title_success {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .a-popup_order {
    max-width: 460px;
  }
}
.a-popup_register {
  max-width: 560px;
}

.a-order-header {
  background: #f6f6f6;
  display: flex;
  position: relative;
  margin: 20px 0;
  color: #000000;
}
.a-order-header:before {
  position: absolute;
  width: 1px;
  height: 100%;
  content: "";
  background: #000000;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.a-order-header__block {
  padding: 16px 24px 14px;
  flex: 1;
}
.a-order-header__name {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1875rem;
  text-transform: uppercase;
}
.a-order-header__name span {
  color: #40b93c;
}
.a-order-header__type {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.5rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 2px 0 0 0;
}
.a-order-header__meter-price, .a-order-header__rent-title {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.5rem;
  letter-spacing: 0.01em;
  color: #5c5c5c;
}
.a-order-header__price {
  font-weight: 700;
  font-size: 1rem;
  line-height: 0.875rem;
}