@font-face {
  font-family: 'FontAwesome';
  src: url('../../fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.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('../img/loading.gif') no-repeat 50% 50%;
}
.box-modal {
    position: relative;
    width: 655px;
    min-height: 120px;
    /*padding: 20px;*/
    background: #fff;
    color: #3c3c3c;
/*
    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: 655px;
 padding-bottom:15px;
}
#middle-modal1 {
    width: 455px;
}
#big-modal2 {
 width: 655px;
 padding-bottom:15px;
}
#big-modal3 {
 width: 655px;
 padding-bottom:15px;
}
#big-modal4 {
 width: 655px;
 padding-bottom:15px;
}
#big-modal5 {
 width: 655px;
 padding-bottom:15px;
}
#big-modal6 {
 width: 655px;
 padding-bottom:15px;
}
#big-modal7 {
 width: 655px;
 padding-bottom:15px;
}
#big-modal8 {
 width: 655px;
 padding-bottom:15px;
}
#big-modal9 {
 width: 655px;
 padding-bottom:15px;
}
#big-modal10 {
 width: 655px;
 padding-bottom:15px;
}
#big-modal11 {
 width: 655px;
 padding-bottom:15px;
}
#big-modal12 {
 width: 655px;
 padding-bottom:15px;
}
#big-modal13 {
 width: 655px;
 padding-bottom:15px;
}
#big-modal14 {
 width: 655px;
 padding-bottom:15px;
}
#big-modal15 {
 width: 655px;
 padding-bottom:15px;
}
#small-modal {
    width: 459px;
}
#small-modal-1 {
    width: 459px;
}
#small-modal-2 {
    width: 459px;
}
#small-modal-3 {
    width: 459px;
}
#small-modal-4 {
    width: 459px;
}
#small-modal-5 {
    width: 459px;
}
#small-modal-6 {
    width: 459px;
}
#small-modal-7 {
    width: 459px;
}
#small-modal-8 {
    width: 459px;
}
#small-modal-9 {
    width: 459px;
}
#small-modal-10 {
    width: 459px;
}
#small-modal-11 {
    width: 459px;
}
#small-modal-12 {
    width: 459px;
}
#small-modal-13 {
    width: 459px;
}
#small-modal-14 {
    width: 459px;
}
#small-modal-15 {
    width: 459px;
}
#small-modal-16 {
    width: 459px;
}
#small-modal-17 {
    width: 459px;
}
#small-modal-18 {
    width: 459px;
}
#small-modal-19 {
    width: 459px;
}

#small-modal-20 {
    width: 459px;
}
#feedback-modal-box {
    width: 300px;
}
#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 {
   position: absolute;
	top: -37px;
	right: -40px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
	opacity: 0.3;
	color:#fff;
}

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

.modal-content-box img{
	position: relative;
	display: block;
	margin: auto;
}

label.radio {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  margin-left:20px;
  margin-top:5px;
}

.rad{
	position:relative;
	float:left;
	display:inline-block;
	width:100%;
	border-bottom: 1px solid #000;
	margin-top:10px;
	padding-bottom: 5px;
}

.lef{
	float: left;
	width:50%;
}

.rig{
	float: right;
	width:50%;
}

label.radio:before, label:after {
/* абсолютное позиционирование */
  position: absolute; top: 0; left: 0;
  font-size: 21px;
  font-family: FontAwesome;
}
label.radio:before {
  content: '\f10c'; /* флажек снят */
}
label.radio:after {
/* иконки скрыты  с помощью 0 max-width и overflow hidden */
  max-width: 0;
  overflow: hidden;
  content: '\f192'; /*флажек включен*/
  opacity: 0.5;
/* переходы для анимации */
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
/* скрываем оригинальные флажки */
input[type="radio"] {
 display: none;
}

input[type="radio"]:checked + label.radio:after {
   max-width: 18px; /*произвольное число больше ширины иконки*/
   opacity: 1; /*для эффекта плавного появления*/
}

label.radio:before, label.radio:after {color: #1DA9F4;}