.wrapper__promotions{padding:30px 50px 20px; border-radius: 5px; background:#fff; box-shadow:0 0 20px 0 #ebf2f9}
.promotions__title{font-size: 28px; padding-bottom:30px; color:#ef7f1b; font-weight: 700; text-transform: uppercase; line-height: 1.2; text-align: center;}
.wrapper__promotions form{margin:0 -15px;padding-top: 20px;}
.promotions__form-title, .promotions__form-field{padding: 10px 15px;}
.promotions__form-title{font-size: 16px;color: #000;line-height: 1.2;white-space:nowrap}
.promotions__form-title span{display:block; font-weight:700; text-transform:uppercase}
.promotions__form-field .form-agreement-yes{line-height: 1.2; color:#cccccc; margin:0}
.promotions__form-field input[type="text"]{border-radius: 5px; background:#f2f6fb; height: 51px; padding:0 20px; border:none}
.promotions__form-field .btn-orange {height: 52px;line-height: 46px}
@media(min-width:1200px){
	.promotions__form-field input[type="text"]{width:320px}
}
@media(max-width:1199px){
	.wrapper__promotions{padding:20px 30px 15px}
	.promotions__title{font-size: 26px; padding-bottom:25px}
	.wrapper__promotions form{margin:0 -10px;padding-top: 15px;}
	.promotions__form-title, .promotions__form-field{padding: 10px;}
	.promotions__form-title{font-size: 14px}
	.promotions__form-field input[type="text"]{height: 48px; padding:0 15px; width:225px}
	.promotions__form-field .btn-orange {height: 50px;line-height: 44px}
}
@media(max-width:991px){
	.wrapper__promotions{padding:15px 20px 10px}
	.promotions__title{font-size: 22px;padding-bottom: 15px;}
	.wrapper__promotions form{flex-wrap:wrap;padding-top: 10px;}
	.promotions__form-title{width:100%;text-align:center;padding-bottom: 5px;}
	.promotions__form-title span{display:inline}
	.promotions__form-title br{display:none}
	.promotions__form-field input[type="text"]{height: 46px; width: 260px;}
	.promotions__form-field .btn-orange {height: 48px;line-height: 42px}
}
@media(max-width:767px){
	.wrapper__promotions{padding: 15px 10px 10px;}
	.promotions__title{font-size: 18px}
	.promotions__form-title span{display:block}
	.promotions__form-field .form-agreement-yes br{display:none}
	.promotions__form-field input[type="text"]{height: 44px}
	.promotions__form-field .btn-orange {height: 46px;line-height: 40px}
	.promotions__agreement-yes{padding-top:0}
}
@media(max-width:575px){
	.wrapper__promotions{padding:15px}
	.promotions__form-title, .promotions__form-field{text-align:center; padding: 5px 0; width:100%}
	.promotions__form-title{white-space:normal}
	.wrapper__promotions form{margin:0}
	.promotions__form-field input[type="text"]{height: 42px; width:100%}
	.promotions__form-field .btn-orange {height: 44px;line-height: 38px}
	.promotions__form-field .form-agreement-yes{justify-content:center}
	.promotions__form-field .form-agreement-yes br{display:block}
}