/*BEGIN modal=>>*/
.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 99999; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 60px; height: 60px; background: url(../img/svg/fancy/loader2.svg) no-repeat 50% 50%;background-size:100%; }
.box-modal {
	position: relative;
	background: #FFFFFF;
	border-radius: 8px;
	width:480px;
}
.box-modal_close {
	position: absolute;
	right: 19px;
	top: 0;
	width:30px;
	height:35px;
	background:url(../img/close.png) no-repeat center center;
	background-size:100%;
	cursor: pointer;
	z-index: 1;
}

.modal {
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*<<=modal END*/