#birthday{
	text-align: center;
}
.birthday-wrapper h1{
	font-size: 42px;
	color: #1a4079;
	font-family: 'AcromBold';
	margin: 0;
	margin-top: 55px;
}
.birthday-wrapper > p{
	color: #929292;
	font-size: 16px;
	font-family: 'AcromRegular';
	width: 78%;
	margin: auto;
	margin-top: 50px;
}
.birthday-wrapper hr{
	height: 4px;
	width: 62px;
	background-color: #FF3939;
	margin: 40px auto;
}
.birthday-content{
	text-align: center;
	padding: 0 17%;
	padding-top: 15px;
}
.birthday-content h2{
	font-size: 19px;
	line-height: 30px;
	font-family: 'AcromRegular';
	color: #282828;	
	margin: 0;
}
.birthday-content p{
	margin-top: 85px;
	font-size: 15px;
	line-height: 23px;
	font-family: 'AcromRegular';
	text-align: left;
}
.birthday-content h3{
	font-family: 'AcromBold';
	font-size: 24px;
	color: #1a4079;
	margin-top: 75px;
}
.birthday-form{
	margin-top: 60px;
	text-align: left;
}
.birthday-form label{
	font-size: 12px;
	font-family: "AcromRegular";
	color: #1e1e1e;
	margin-left: 2px;
	display: block;
}
.birthday-form input, .birthday-form textarea{
	border-radius: 0;
	border: 1px #e8e8e8 solid;
	padding: 8px 12px;
	resize: none;
	width: 100%;
	transition: all 0.4s ease;
}
.birthday-form input[type="submit"]{
	display: block;
	width: 250px;
	height: 60px;
	border-radius: 50px;
	font-size: 16px;
	margin: 0 auto;
	margin-top: 60px;
	padding: 0;
	border: none;
	transition: all 0.3s ease;
	background-color: #1A4079;
	color: #fff;
	font-family: "AcromBold";
}
.birthday-form input[type="submit"]:hover, .birthday-form input[type="submit"]:focus{
	background-color: #2357a5;
	box-shadow: none;
	border: none;
}

.birthday-form input::-webkit-input-placeholder {font-size: 12px; font-family: "GothamProRegular"; color: #d5d5d5;}
.birthday-form input::-moz-placeholder          {font-size: 12px; font-family: "GothamProRegular"; color: #d5d5d5;}
.birthday-form input:-moz-placeholder           {font-size: 12px; font-family: "GothamProRegular"; color: #d5d5d5;}
.birthday-form input:-ms-input-placeholder      {font-size: 12px; font-family: "GothamProRegular"; color: #d5d5d5;}

.birthday-form textarea::-webkit-input-placeholder {font-size: 12px; font-family: "GothamProRegular"; color: #d5d5d5;}
.birthday-form textarea::-moz-placeholder          {font-size: 12px; font-family: "GothamProRegular"; color: #d5d5d5;}
.birthday-form textarea:-moz-placeholder           {font-size: 12px; font-family: "GothamProRegular"; color: #d5d5d5;}
.birthday-form textarea:-ms-input-placeholder      {font-size: 12px; font-family: "GothamProRegular"; color: #d5d5d5;}

.birthday-form input:hover, .birthday-form textarea:hover, .birthday-form input:focus, .birthday-form textarea:focus{
    box-shadow: none;
    border: 1px #b8bbc0 solid;
    outline: none;
}
.text_good p{
	margin: 0;
	margin-bottom: 40px;
}
.birthday-form .form-group{
	margin-bottom: 20px;
}
.birthday-form .radio img{
	margin-left: 10px;
	margin-right: 10px;
	opacity: 0.3;
}
.birthday-form .radio label{
	font-size: 14px;
	font-family: "AcromRegular";
	margin-top: 0px;
	color: #c1c1c1;
	padding-left: 30px;
}
.btn-cart-page{
	text-align: center;
	width: 100%;
	line-height: 50px;
	font-size: 16px;
	font-family: "AcromExtraBold";
	border-radius: 50px;
	margin-bottom: 70px;
}
.birthday-form p{
	text-align: center;
	font-size: 12px;
	font-family: "AcromRegular";
	color: #929292;
}
.birthday-form input[type=radio] {
	display: none;
}
.birthday-form .radio label:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 2px;
	background-color: #E8E8E8;
	border: 1px #c1c1c1 solid;
}
.birthday-form input[type=radio]:checked + label:before {
	content: "\2022";
	color: #264964;
	font-size: 30px;
	text-align: center;
	line-height: 12px;
	background-color: #ABD5F5;
}
.birthday-form input[type=radio]:checked + label img{
	opacity: 1;
}
.birthday-form input[type=radio]:checked + label p{
	color: #111111;
}
.birthday-form .radio p{
	display: inline-block;
	font-size: 14px;
	margin-top: 0;
}
.birthday-form .radio{
	margin-top: 0;
	display: inline-block;
	margin-right: 55px;
	margin-bottom: 0;
}
.btn-birthday{
	display: block;
	width: 250px;
	height: 60px;
	border-radius: 50px;
	font-size: 16px;
	margin: 0 auto;
	margin-top: 60px;
}
.np{
	padding-left: 0;
	padding-right: 30px;
}
.order_err {
	color:#ff0000;
	font-size:18px;
	margin:10px 0 0 0;
}
.order__policy-content {
	position:relative;
}
.order__policy-content:after {
	width:100%;
	content:'';
	clear:both;
	display:table;
}
.order__policy-wrap label {
	float:left;
	width:calc(100% - 30px);
}
.order__policy-wrap input[type="checkbox"] {
	float:left;
	margin:3px 10px 0 0;
}
.order__avangard-img img {
	max-width:100%;
}
.order__avangard-ps-name {
	padding:0 0 0 20px;
}
@media only screen and (max-width : 1200px){
	.birthday-content{
		padding: 0;
	}
}

@media only screen and (max-width : 992px){

	.navbar-brand, .nopad{
		display: none;
	}
	.dropdown .navbar-brand, .dropdown .nopad{
		display: block;
	}
	.menu{
		min-height: 74px;
		height: 74px;
	}
	#birthday .container-padding{
		padding: 0;
	}
	.birthday-wrapper h1{
		margin-top: 0;
	}
}

@media only screen and (max-width : 768px){
	.birthday-wrapper h1{
		font-size: 32px;
	}
	.birthday-wrapper > p{
		width: 100%;
	}
}

@media only screen and (max-width : 767px){
	.np{
		padding-right: 0;
	}
}

@media only screen and (max-width : 480px){
	.birthday-wrapper h1{
		font-size: 25px;
		line-height: 34px;
	}
	.birthday-wrapper > p{
		font-size: 12px;
		line-height: 18px;
		margin-top: 35px;
	}
	.birthday-content h2{
		font-size: 16px;
		line-height: 26px;
	}
	.birthday-content p{
		font-size: 12px;
		line-height: 20px;
		margin-top: 60px;
	}
	.birthday-content h3{
		font-size: 16px;
		line-height: 24px;
		margin-top: 60px;
	}
	.birthday-form{
		margin-top: 50px;
	}
}

@media only screen and (max-width : 320px){
	.birthday-form p{
		text-align: left;
	}
	.birthday-form .radio{
		margin-right: 35px;
	}
}