.result {
	max-width: 500px;
	color: #1a1a1a;
}

.result:not(:last-child) {
	margin-bottom: 100px;
}

.result__preview {
	margin-bottom: 20px;
	font-size: 0;
}

.result__preview img {
	max-width: 100%;
}

.result__title {
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: 700;
}

.result__title span {
	color: #ff8e00;
}

.result__confirm {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 700;
}

.result__user {
	margin-bottom: 20px;
}

.result__user li:not(:last-child){
	margin-bottom: 10px;
}

.result__warning {
	margin-bottom: 20px;
	color: red;
}

.result__btns {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.result .button {
	min-width: 250px;
	margin: 25px auto 0 !important;
}

.result__btns .button {
	margin: 15px auto 0 !important;
}

.result__button.button {
	margin: 0 auto 25px !important;
}

.result__subtitle {
	margin-bottom: 20px;
	font-size: 20px;
}

.result__text {
	margin-bottom: 15px;
}

.result__phone {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
	color: #ff8e00;
}

.result__message {
	max-width: 400px;
	margin: auto;
	padding: 30px 25px 25px;
	background: #ff8e00;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	color: #fff;
}

.result__order {
	margin-bottom: 20px;
}

.result__order strong {
	color: #ff8e00;
}

.result__map {
	width: 100%;
	height: 350px;
	margin: 30px auto 0;
	background: lightgray;
}

.card {
  position: relative;
  max-width: 360px;
  margin: 0 auto 20px;
  border-radius: 6px;
  background: #000;
  text-align: left;
  color: #ffffff; }
  .card:before {
    content: '';
    display: block;
    padding-bottom: 65%; }
  .card__author, .card__number, .card__foot {
    position: absolute;
    left: 25px;
    right: 25px; }
  .card__author {
    position: absolute;
    top: 22px;
    font-size: 20px;
    letter-spacing: -.05em;
    line-height: 1; }
  .card__number {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .card__number img {
    width: 55px !important; }
  .card__value {
    margin-left: 15px;
    font-size: 22px;
    font-weight: 600; }
  .card__foot {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    bottom: 20px; }
  .card__foot img {
    width: 60px !important;; }
@media (max-width: 767) {
	.card__value {
	  margin-left: 12px;
	  font-size: 20px;
}
