.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 2000; }
.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 { 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%; }
.modal .header-float{/* display:none; */}

.box-modal_close { width: 36px; height: 25px; cursor: pointer; position: absolute; z-index: 10001; right: 10px; top: 10px;
    -webkit-border-radius: 4px;  -moz-border-radius: 4px;  border-radius: 4px;  padding: 3px 3px 2px 3px;
	-moz-transition: all 0.3s;   -ms-transition: all 0.3s;   -o-transition: all 0.3s;  transition: all 0.3s;}
.box-modal_close:hover {}


.menu__icon_2 { display: block; width: 26px; height: 15px; cursor: pointer; position: absolute; z-index: 20001; right:-12px; top: -35px;
    -webkit-border-radius: 4px;  -moz-border-radius: 4px;  border-radius: 4px;  padding: 3px 3px 2px 3px;
	-moz-transition: all 0.3s;   -ms-transition: all 0.3s;   -o-transition: all 0.3s;  transition: all 0.3s;}
.box-modal_close .menu__icon_2 span {display: block;position: absolute; height: 3px; width: 100%; max-width:27px; background: #fff;
  border-radius: 10px; opacity: 1; left: 0; transform: rotate(0deg); transition: .25s ease-in-out;}
.box-modal_close .menu__icon_2 span:nth-child(1) { top: 18px; width: 0%; left: 50%; }
.box-modal_close .menu__icon_2 span:nth-child(2) { transform: rotate(45deg);}
.box-modal_close .menu__icon_2 span:nth-child(3) { transform: rotate(-45deg);}
.box-modal_close .menu__icon_2 span:nth-child(4) { top: 18px; width: 0%; left: 50%;}





.modal{margin: auto auto;position:relative;}











