#bonusesPopup {
	display: block;
	/*margin: 0 auto;*/
	background: url(img/bonusesFormBackground.png);
	background-size: cover;
	width: 421px;
	height: 518px;
	position: absolute;
	padding-top: 140px;
	padding-bottom: 53px;
	box-sizing: border-box;
	top: 50%;
	left: 50%;
	/*margin-left: -210px;
	margin-top: -259px;*/
	transform: translate(-50%, -50%);
}

.mfp-container {
	padding: 0;
}

.mfp-content {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

button.mfp-close {
	background: url(img/close.png);
	width: 26px;
	height: 26px;
	opacity: 1;
	right: 20px;
	top: 12px;
}

button.mfp-close:active {
	opacity: 1;
	top: 12px;
}

#bonusesPopupForm {
	display: block;
	width: 55%;
    margin-left: 95px;
    margin-top: 26px;
}

#bonusesPopupForm.hidden {
	display: none;
}

#bonusesPopupForm .text-1 {
	text-align: center;
	color: black;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

#bonusesPopupForm .text-2, #bonusesPopupForm .text-3 {
	text-align: center;
	color: black;
	font-size: 32px;
	color: #28b8dd;
	font-weight: bold;
	text-shadow: 5px 4px 0 #d6d6d6;
}

#bonusesPopupForm .text-2 {
	font-size: 80px;
	line-height: 55px;
    margin-top: -28px;
}

#bonusesPopupForm .text-3 {
	color: black;
	margin-top:7px;
}

#bonusesPopupForm input[type="text"] {
	width: 100%;
	box-sizing: border-box;
	padding: 6px 10px;
	font-size: 15px;
	border: none;
	outline: none;
	margin-top: 6px;
	box-shadow: 1px 2px 2px #d6d6d6 inset, -1px -1px 1px #d6d6d6 inset;
	border-radius: 5px;
}

#bonusesPopupForm input[type="text"]::-webkit-input-placeholder {
  color: #b9b6c3;
}

#bonusesPopupForm input[type="text"]::-moz-placeholder {
  color: #b9b6c3;
  opacity: 1;
}

#bonusesPopupForm input[type="text"]:-moz-placeholder {
  color: #b9b6c3;
  opacity: 1;
}

#bonusesPopupForm input[type="text"]:-ms-input-placeholder {
  color: #b9b6c3;
}

#bonusesPopupForm .submit-button {
	text-decoration: none;
	background-color: #ffe065;
	color: black;
	width: 100%;
	display: block;
	font-size: 18px;
	text-align: center;
	padding: 7px 0;
	margin-top: 15px;
}
#bonusesPopupForm .declined-field  {
    font-size: 9px;
	overflow: hidden;
	margin-left: 50px;
	margin-top: 10px;
}

#bonusesPopupForm .declined-field input[type="checkbox"] {
	border: 1px solid black;
	outline: none;
	display: block;
	float: left;
}

#bonusesPopupForm .declined-field .comment {
	float: left;
	display: block;
	margin-top: 2px;
	margin-left: 3px;
}

#bonusesPopup  .result-message {
	display: block;
	width: 225px;
	margin-left: 93px;
	margin-top: 66px;
	font-size: 20px;
	color: black;
    text-align: center;
}

#bonusesPopup  .result-message.hidden {
	display: none;
}

.code-info {
	margin: 20px auto;
	font-size: 18px;
	text-align: center;
	width: 60%;
}