.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: 120px;
    height: 120px;
    border-radius: 10px;
    background: #000 url('/images/logo.png') no-repeat 50% 50%;
}
.box-modal {
    position: relative;
    width: 400px;
	max-width: 100%;
    min-height: 120px;
    padding: 10px 30px 30px 30px;
    background: #fff;
    color: #333333;
    border-radius: 0px;
}
.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: 2px solid #666666;
	height: 39px;
	line-height: 39px;
	background: none;
	font-size: 17px;
	padding: 0px 15px;
	margin-bottom: 10px;
}
.input-medium:focus {
	border-color: #e8bc1e;
	outline: none;
}
.textarea-medium {
	width: 100%;
	border: 2px solid #666666;
	height: 60px;
	line-height: 18px;
	background: none;
	font-size: 17px;
	padding: 10px 15px;
	margin-bottom: 10px;
}
.textarea-medium:focus {
	border-color: #e8bc1e;
	outline: none;
}
.soglasie {
	font-size: 11px;
}

.btn-modal {
	display: block;
  line-height: 28px;
  background: #fff;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-family: 'SegoeUI-Bold';
  border: 3px solid #eac124;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	margin-bottom: 10px;
}
.btn-modal:hover {
	background: #eac124;
  border-color: #eac124;
	color: #FFFFFF;
}
.info span.error {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #9b181c;
  margin-bottom: 5px;
  font-weight: 400;
  background-color: #e3bcbd;
  border: 1px solid #9b181c;
  border-radius: 0px;
  padding: 10px 10px;
}
.info span.inf {
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: #2f7e13;
  margin-bottom: 10px;
  font-weight: 500;
  background-color: #d9e9d4;
  border: 1px solid #2f7e13;
  border-radius: 0px;
  padding: 10px 15px;
}