.action_block{
	background: rgba(5,49,77,0.3);
	padding: 25px 0 30px;
	max-width: 440px;
    width: 100%;
	margin: 0 auto;
	border-radius: 24px;
}

.m1-form{
	padding: 0 20px;
}
.m1-form input{
	width: 100%;
    max-width: 400px;
	display: block;
	font-family: 'Proxima Nova', sans-serif;
	border: #e1d9cc 1px solid;
	font-size: 20px;
	margin-bottom: 20px;
	height: 74px;
	border-radius: 40px;
	background: #fff;
	text-align: center;
	color: #222;
}
.m1-form .button-m{
	margin-top: 0;
}
.m1-form ::-webkit-input-placeholder {
	color: #222;
}
.m1-form ::-moz-placeholder {
	color: #222;
}
.m1-form :-moz-placeholder {
	color: #222;
}
.m1-form :-ms-input-placeholder {
	color: #222;
}
.m1-form :focus::-webkit-input-placeholder {
	color: transparent;
}
.m1-form :focus::-moz-placeholder {
	color: transparent;
}
.m1-form :focus:-moz-placeholder {
	color: transparent;
}
.m1-form :focus:-ms-input-placeholder {
	color: transparent;
}

.button-m{
	border: none;
	cursor: pointer;
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	height: 74px;
	max-width: 400px;
    width: 100%;
	display: block;
	border-radius: 40px;
	line-height: 72px;
	text-decoration: none;
	text-align: center;
	background: #f9a603;
	border-bottom: 5px solid #f67502;
	-webkit-box-shadow: 0 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 0 5px rgba(0,0,0,0.1);
	font-size: 24px;
	letter-spacing: 1px;
	margin: 0px auto;
	color: #fff;
	position: relative;
	z-index: 1;
	text-shadow: 1px 2px 0 #f67502;

}
.button-m:active{
	background: #ea8c03;
	top: 2px;
}

.button-m:hover {
    -webkit-box-shadow: 0 0 0 5px #444;
	-moz-box-shadow: 0 0 0 5px #444;
	box-shadow: 0 0 0 5px #444;
}

@media (max-width: 374px) {
    .button-m {
        line-height: normal;
        font-size: 18px;
    }
    
  }

  @media (max-width: 575px) {
    .order-set{
        margin-top: 30px;
    }
  }

  @media (max-width: 768px) {
    .action_block{
        margin: 30px auto 0 auto;
    }
  }
  @media (min-width: 768px) {
    .action_block{
        margin: 60px auto 0 auto;
    }
  }

  @media (min-width: 1024px) {
    .action_block{
        margin: 90px auto 0 auto;
    }
  }
.prod_count{
    color: #f67502;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
}