.arcticmodal-overlay,
.arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
}

.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('../img/loading.gif') no-repeat 50% 50%;
}
.box-modal {
    position: relative;
    width: 370px;
    min-height: 120px;
    padding: 5px 30px 20px 30px;
    background: #ffffff;
    color: #333333;
/*
    box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
*/
    border-radius: 5px;
}
.light-modal {
    position: relative;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
    border-radius: 5px;
    opacity: 0;
}
#big-modal {
 width: 460px;
}
#orderall-modal, #ordercat-modal {
    width: 455px;
}
#small-modal {
    width: 300px;
}
#feedback-modal-box {
    width: 400px;
}
#feedback-modal-box #feedback-infolist {
    list-style: none;
    display: table;
    width: 100%;
    height: 100%;
	margin:0;
	padding:0;
}
#feedback-modal-box #feedback-infolist li {
    text-align: center;
    font-size: 110%;
    display: table-cell;
    vertical-align: middle;
    height: 120px;
}
#light-box {
    border-radius: 5px;
}
.modal-close {
    background: url(../../img/close.png) no-repeat scroll 0 0px;
    color: #fff;
    cursor: pointer;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
}

.modal-close:hover {
    background-position: 0 -25px;
}

.modal-cap {
	color: #333333;
    display: block;
    font-size: 28px;
       margin-bottom: 20px;
    padding-bottom: 48px;
    margin-top: 10px;
    width: 100%;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #f2f2f2;
}


.input-prepend input {
	width: 100%;
}
.input-prepend3 input {
    height: 52px;
    line-height: 52px;
    padding: 0px 20px;
    font-size: 18px;
    font-style: italic;
    border: 1px solid #cccccc;
    border-radius: 6px;
	width: 100%;
	margin-bottom: 20px;
    margin-right: 10px;
}
.input-prepend3 select {
    height: 52px;
    line-height: 52px;
    padding: 0px 20px;
    font-size: 18px;
    font-style: italic;
    border: 1px solid #cccccc;
    background: #ffffff;
    border-radius: 6px;
	width: 100%;
	margin-bottom: 10px;
    margin-right: 10px;
}
.soglasieop {
	color: #999999;
    font-size: 12px;
	
}
.btn-top-form.ope {
	width: 100%;
	text-align: center;
}
.input-prepend select {
    color: #333333;
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 6px;
    padding: 6px 10px;
    vertical-align: middle;
	background-color: #ffffff;
    border: 1px solid #ffffff;
	border-radius: 6px;
	width: 100%;
}
.input-prepend textarea {
    color: #333333;
    display: inline-block;
    font-size: 16px;
    height: 80px;
    margin-bottom: 6px;
    padding: 6px 10px;
	background-color: #ffffff;
    border: 1px solid #ffffff;
	border-radius: 6px;
	width: 100%;
}
.input-prepend input:focus,
.input-prepend textarea:focus {
	background-color: #e7ffed;
	border: 1px solid #e7ffed;
}
.btn-modal1 {
    
	margin-bottom: 10px;
}
.btn-modal {
    display: block;
	width: 370px;
	height: 46px;
	line-height: 46px;
	text-decoration: none;
	text-align: center;
	background: #ff3300;
	color: #ffffff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 5px;
	border: none;
	transition: all 0.2s ease;
	cursor: pointer;
	margin-top: 20px;
}
.btn-modal:hover {
   text-decoration: none;
	background: #0b4a91;
	color: #ffffff;
}
p.small {
	font-size: 12px;
	color: #ffffff;
	line-height: 13px;
}
@media (max-width: 767px) {
	.box-modal {
        width: auto;
        max-width: 100%;
	}
}
