.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: 400px;
	max-width: 100%;
    min-height: 120px;
    padding: 5px 20px 20px 20px;
    background: #fff;
    color: #333333;
    border-radius: 15px;
}
.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: 655px;
}
#orderall-modal, #ordercat-modal {
    width: 455px;
}
#small-modal {
    width: 300px;
}
#light-box {
    border-radius: 5px;
}
.modal-close {
    width: 47px;
    height: 44px;
    right: 0px;
    top: 0px;
    opacity: .27;
    background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    bottom: 0;
    display: block;
    position: absolute;
    cursor: pointer;
    z-index: 150;
}

.modal-close:hover {
   opacity: 1;
}

.modal-cap {
	color: #333;
    display: block;
    font-size: 21px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    width: 100%;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #e4e4e4;
}
.input-prepend {
	margin-bottom: 10px;
}
.input-medium {
	width: 100%;
	border: 1px solid #025b9d;
	border-radius: 20px;
	height: 39px;
	line-height: 39px;
	background: none;
	font-size: 17px;
	padding: 0px 15px;
}
.input-medium:focus {
	border-color: #014a7f;
	outline: none;
}
.textarea-medium {
	width: 100%;
	border: 1px solid #025b9d;
	border-radius: 20px;
	height: 60px;
	line-height: 18px;
	background: none;
	font-size: 17px;
	padding: 10px 15px;
}
.textarea-medium:focus {
	border-color: #014a7f;
	outline: none;
}
.soglasie {
	font-size: 11px;
}

.btn-modal {
	display: block;
    color: #2D2217;
    font-size: 20px;
    background: #FFBF00;
    background: -moz-linear-gradient(top, #FFDC73 0%, #FFBF00 100%);
    background: -webkit-linear-gradient(top, #FFDC73 0%,#FFBF00 100%);
    background: linear-gradient(to bottom, #FFDC73 0%,#FFBF00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFDC73', endColorstr='#FFBF00',GradientType=0 );
    margin-top: 10px;
	padding: 10px 30px;
    text-decoration: none;
    border-radius: 10px;
	border: none;
	margin: 10px auto 0px auto;
}
.btn-modal:hover {
	background: #D9A300;
	background: -moz-linear-gradient(top, #FFBF00 0%, #D9A300 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #FFBF00 0%,#D9A300 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #FFBF00 0%,#D9A300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFBF00', endColorstr='#D9A300',GradientType=0 ); /* IE6-9 */
}