.cheaper_modal {
  width: 100%;
  display: none;
  max-width: 500px;
  margin: 0!important;
  padding: 20px 30px 45px 30!important;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  background-color: #ffffff;
}
.modal__wrap{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.modal__wrap div {
	text-align:center;
}
.modal_span, .modal_price {
	width: 100%;
	font-size: 24px;
	font-weight: 400;
}
.modal_pic{
	width:200px;
	margin:15px auto;	
}
.modal_pic img {width:150px;}

.modal_price{
	margin-bottom:15px;
	
}
.modal_name{
	margin-bottom:15px;
}
.modal_bottom{
	margin:10px auto;
	width:200px;
}











.cheaper_modal__wrap {
  width: 100%;
  float: left;
}
.cheaper_modal__wrap p {
  width: 100%;
  float: left;
  color: #000000;
  
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.cheaper_modal__wrap form {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.cheaper_modal_span {
  width: 100%;
  float: left;
  color: #000000;
  
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 25px;
}
.modal_inputs {
  width: 100%;
  float: left;
}
.modal_inputs li {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}
.modal_inputs--left {
  width: 100%;
  float: left;
  max-width: 110px;
  display: flex;
  justify-content: flex-end;
  padding-right: 15px;
}
.modal_inputs--left span {
  width: 100%;
  float: left;
  text-align: right;
  color: #000000;
  
  font-size: 16px;
  font-weight: 400;
}
.modal_inputs--right {
  width: 100%;
  float: left;
  max-width: 290px;
}
.modal_inputs--right input {
  width: 100%;
  float: left;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0 1px 0 #ffffff, inset 0 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  border: 1px solid #b1b1b2;
  background-color: #ffffff;
  color: #000000;
  
  font-size: 16px;
  font-weight: 400;
}
.modal_button {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.modal_button button {
  width: 100%;
  max-width: 290px;
  float: left;
  color: #ffffff;
  
  font-size: 24px;
  font-weight: 400;
  box-shadow: 0 2px 4px rgba(150, 49, 0, 0.36);
  border-radius: 6px;
  background-color: #007fea;
  line-height: 60px;
  border: none;
  cursor: pointer;
  transition: .3s;
}
.modal_button button:hover {
  background-color: #1494ff;
}
.fancybox-close-small {
  width: 20px;
  height: 20px;
  background: url("/img/close.png") center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 16px;
  right: 16px;
}
.fancybox-close-small:after {
  display: none;
}