
	.form__head {
	  padding: 15px;
	}
  
	.form__body {
	  padding: 20px 15px;
	}
  
	.form__footer {
	  margin-bottom: 20px;
	}
  
	.form__head-name {
	  margin-bottom: 3px;
	  font-size: 16px;
	}
  
	.form__head-price {
	  font-size: 45px;
	}
  
	.form__head-nameOld {
	  font-size: 14px;
	}
  
	.form__head-priceOld {
	  font-size: 22px;
		text-decoration: line-through;
	}
    .form__head {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 20px 30px;
		background-color: #efefef;
	  }
	  
	  .form__head-name {
		font-size: 18px;
		font-family: 'Bebas';
		color: #c83c8a;
		font-weight: 700;
	  }
	  
	  .form__head-price .price_main {
		font-size: 64px;
		font-family: 'Bebas';
		color: #c83c8a;
		font-weight: 700;
		line-height: .8;
	  }
	  
	  .form__head-priceOld .price_old {
		font-size: 30px;
		text-decoration: line-through;
	  }
