.hide-scrollbar {
	overflow: -moz-hidden-unscrollable;
	overflow: hidden;
}
.af-modal {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.af-modal * {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	outline: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.af-modal .af-modal-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .2);
}
.af-modal .af-modal-frame {
	width: 595px;
	max-width: 90%;
	height: auto;
	max-height: 90%;
	overflow: auto;
	position: fixed;
	top: 10%;
	right: 0;
	left: 0;
	margin: 0 auto;
	background-color: #ffffff;
}
.af-modal .af-modal-close {
	width: 30px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: rgba(0, 0, 0, .8);
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 1;
}
.af-modal .af-modal-wrapper {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	top: 0;
}
.af-modal .af-modal-content {
	display: block;
	width: 100%;
	height: 742px;;
	margin: 0 auto;
	padding: 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}
.af-modal .af-modal-header,
.af-modal .af-modal-footer {
	display: block;
	width: 100%;
	z-index: 1;
	background-color: #ffffff;
} 
.af-modal .af-modal-header img,
.af-modal .af-modal-footer img {
	width: 100%;
}
.af-modal .af-modal-header {
	height: 90px;
	padding: 20px 40px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	top: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.af-modal .af-modal-footer {
	bottom: 0;
	height: 10px;
}
.af-modal .af-declaration-head {
	display: block;
	text-align: right;
	margin-bottom: 50px;
}
.af-modal .af-declaration-head > span {
	display: inline-block;
	margin: 0 5px 5px 0;
}
.af-modal .af-declaration-title {
	display: block;
	text-align: center;
	margin: 0 auto 30px;
}
.af-modal .af-declaration-head .af-declaration-label {
	display: block;
	text-align: right;
	margin-bottom: 5px;
}
.af-modal  .af-declaration-label {
	display: inline-block;
	width: auto;
	vertical-align: top;
	margin: 0 5px 3px;
	position: relative;
}
.af-modal .af-declaration-text {
	display: inline;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
.af-modal .af-declaration-paragraph {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 8px;
	padding: 0;
}
.af-modal [data-alternate],
.af-modal input {
    display: inline-block;
    line-height: 1.25;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
    border-width: 0 0 1px 0;
    border-color: rgba(0, 0, 0, .8);
    border-style: solid;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-appearance: none;
	-moz-appearance: textfield;
	margin: 0 5px;
}
.af-modal input:not([value=""]):not(:focus):invalid:not(:placeholder-shown) {
  border-bottom-color: #cc0000;
}
.af-modal input:hover,
.af-modal input:focus {
	outline: 0;
	border-width: 0 0 1px 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-appearance: none;
}
.af-modal input[type="number"] {
	-moz-appearance: textfield;
}
.af-modal input[type="number"]:hover,
.af-modal input[type="number"]:focus {
	outline: 0;
	border-width: 0 0 1px 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-moz-appearance: number-input;
}
.af-modal input::-webkit-inner-spin-button {
	display: none;
	-webkit-appearance: none;
}
.af-modal input[name="product"] {
	min-width: 200px;
	margin-bottom: 15px;
}
.af-modal input[name="product"] + sub {
	display: inline-block;
	width: auto;
	height: auto;
	white-space: nowrap;
	line-height: 1;
	position: absolute;
	bottom: 0;
	right: 0;
}
.af-modal input[name="price"] {
	text-align: right;
}
.af-modal .af-declaration-content [data-alternate],
.af-modal .af-declaration-content input {
	font-weight: bold;
}
.af-modal .af-declaration-content [data-alternate] {
	display: inline;
}
.af-modal .af-declaration-signature {
	margin-top: 50px;
}z
.af-modal .af-declaration-signature [data-alternate] {
	min-height: 16px;
}
.af-modal .af-declaration-signature [data-alternate],
.af-modal .af-declaration-signature input {
	width: calc(100% - 25px);
	min-height: 18px;
	vertical-align: top;
	margin-bottom: 15px;
}
.af-modal .af-declaration-signature [data-alternate] + sub,
.af-modal .af-declaration-signature input + sub {
	display: inline-block;
	width: auto;
	position: absolute;
	left: 10px;
	bottom: 0;
}
.af-modal .af-declaration-signature .af-declaration-label:first-child {
	width: calc(30% - 10px);
}
.af-modal .af-declaration-signature .af-declaration-label:not(:first-child) {
	width: calc(35% - 10px);
}
.af-modal .af-declaration-signature .af-declaration-label__slashed::before,
.af-modal .af-declaration-signature .af-declaration-label__slashed::after {
	content: "/";
	display: inline-block;
	width: auto;
	line-height: 18px;
	vertical-align: middle;
}
.af-modal .af-declaration-button {
	display: block;
	width: 170px;
	height: 38px;
	color: #ffffff;
	font-size: 16px;
	line-height: 38px;
	outline: 0;
	border: 0;
	background-color: rgba(1, 88, 165, .8);
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	position: absolute;
	top: 80px;
	left: 0;
	z-index: 1;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	        box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}
.af-modal .af-declaration-button:hover {
	background-color: rgba(1, 88, 165, .7);
}
.af-modal .af-declaration-button:focus {
	background-color: rgba(1, 88, 165, 1);
}