.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.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: 80px; height: 80px; border-radius: 10px; background: #000 url("loading.gif" ) no-repeat 50% 50%; }


.box-modal {display: block; float: right; margin-top: 60px; width: 352px; height: 318px; background: url("tab.png" ) center center no-repeat;
	position: relative;
	padding: 16px;}


.box-modal h3 {font-family: 'bebas_neue_cyrillicregular'; font-size: 24px; color: #fff; text-align: center; display: block; margin-top: 26px; margin-bottom: 34px;}
.box-modal_close { position: absolute; right: 10px; top: 6px; font-size: 14px; line-height: 15px; color: #000; cursor: pointer; }
.box-modal_close:hover { color: #000;text-decoration:underline;}

.box-modal form input[type=text],
.box-modal form input[type=tel] {
 position: relative; display: block; width: 255px; height: 47px; line-height: 40px; padding-left: 41px; outline: none; 
 margin: 1% auto; font-family: 'Arial', sans-serif; font-size: 16px; color: #333333; background: url("area.png" ) center center no-repeat; border: none;}

.box-modal form input[type=submit] {display: block; margin: 0; padding: 0; width: 258px; height: 47px; border: none; outline: none; cursor: pointer; margin: 13px auto; font-family: 'bebas_neue_cyrillicregular'; 
 font-size: 25px; background: url("button.png"/ ) center center no-repeat; color: #fff; text-shadow: 1px 0 0 rgba( 0, 0, 0, 0.16); line-height: 8px; text-transform: uppercase;}
.box-modal form input[type=submit]:hover {background: url("button-hover.png" ) center center no-repeat;}

.box-modal label {display:block;margin:0 auto 9px auto;}
.box-modal a {background: url("buttonForm.png"/ ) no-repeat;text-decoration: none;outline: none; color:white; width:242px;height:56px;line-height:56px;display:block;margin:21px auto 0 auto;font-family:'PT Serif',arial,tahoma,sans-serif;font-weight:bold;font-style:normal;font-size:24px;text-align:center;}
