@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin,cyrillic,cyrillic-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin,cyrillic);
.display-none {
  display: none !important;
}
.anketa__question {
    padding: 13px 20px 15px;
    /*border-top: 1px solid #ddd;*/
    border-bottom: 1px solid #ddd
}
.anketa__question+.anketa__question {
    margin-top: -1px
}
.anketa__question__title {
    position: relative;
    padding-right: 90px;
    color: #4a4a4a;
    font-family: PF Agora Slab Pro, serif;
    font-size: 18.999px;
    /*font-size: 1.0555rem*/
}
.anketa__question__answers {
    margin-top: 15px;
		display: block;
}
.anketa-answer {
    position: relative;
    display: inline-block !important;
    margin-right: 25px;
    margin-bottom: 10px;
    cursor: pointer
}
.anketa-answer>input {
    position: absolute;
    opacity: 0
}
.anketa-answer>span {
    display: inline-block;
    box-sizing: border-box;
    min-width: 95px;
    padding: 8px 20px 6px;
    -webkit-transition: background .15s ease, color .15s ease, border-color .15s ease;
    transition: background .15s ease, color .15s ease, border-color .15s ease;
    text-align: center;
    color: #1e1e1e;
    border: 1px solid #4c99c4;
    border-radius: 4px;
    font-size: 12.999px;
    /*font-size: .8333rem;*/
    font-weight: 500;
    line-height: 1
}
.anketa-answer:hover>span {
    background: #e5eaed
}
.anketa-answer>input:checked+span {
    color: #fff;
    border-color: #006daa;
    background: #006daa
}
.anketa-picked-answer {
    color: #9b9b9b;
    font-size: 13.998px;
    font-size: .7777rem
}
#anketa_status_all, #anketa_hasTU_all, #anketa_max_all, #anketa_apply_all, #anketa_calculation_all, #anketa_plan_all {display: none; transition: .5s;}

.help { 
	color: #2C8505; 
	outline: none; /*цвет подсказки*/ 
	cursor: help; 
	text-decoration: none; /*вид курсора при наведении, можно заменить на pointer*/ 
	position: relative; /*позиция*/ 
} /*положение всплывающей подсказки*/ 

.help span { margin-left: -999em; position: absolute; } /*подсказка при наведении курсора*/ 
.help:hover span { 
	font-family: Verdana, Tahoma, sans-serif; /*шрифт*/ 
	position: absolute; /*позиция*/ 
	left: 10px; top: 25px; z-index: 99; margin-left: 0; width: 200px; /*ширина блока подсказки*/ 
} 

/*параметры изображения*/ 
.help:hover img { border: 0; } /*блок всплывающей подсказки*/ 

.podhelp { 
	background: none repeat scroll 0 0 #ecece7; /*цвет и прозрачность фона*/ 
	border: 1px solid #2b82b8; /*параметры бордюра*/ 
	border-radius: 5px; /*закругление углов*/ 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); /*тень блока*/ 
	color: #2b82b8; /*цвет шрифта всплывающей подсказки*/ 
	padding: 5px; /*внутренний отступ*/ 
	font-size: 12px;
	line-height: 15px;
}
.hint {
    display: inline-block;
    cursor: help;
    -webkit-transition: color .15s ease;
    transition: color .15s ease;
    vertical-align: middle;
    /*color: #006daa - зеленый цвет берем из .help */
}
.hint svg {
    display: block;
    fill: currentColor
}
.hint:hover {
    color: #10496a
}
.btn1 {
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 25px;
    cursor: pointer;
    -webkit-transition: background .15s ease, color .15s ease;
    transition: background .15s ease, color .15s ease;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    border: 0;
    border-radius: 5px;
    background: #1476c6;
    /*font-family: PF Agora Slab Pro, serif;*/
		font-family: Roboto Condensed, sans-serif;
    font-size: 19.999px;
    font-size: 1.1111rem;
    font-weight: 300;
    line-height: 2.4
}
.btn1.disabled,
.btn1[disabled] {
    cursor: default;
    color: #9b9b9b !important; /*#174c6b */
    background: #f3f3f3!important
}
.btn1:hover {
    color: #FFF;
    /*color: initial;*/
    background: #308cd7;
}
.btn--big {
    padding: 0 35px;
    font-size: 27.999px;
    font-size: 1.5555rem;
    line-height: 2.13
}
.btn--shadow {
    -webkit-transition: box-shadow .15s ease, -webkit-transform .15s ease;
    transition: box-shadow .15s ease, -webkit-transform .15s ease;
    transition: box-shadow .15s ease, transform .15s ease;
    transition: box-shadow .15s ease, transform .15s ease, -webkit-transform .15s ease;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3)
}
.btn--shadow:hover {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .3)
}
.btn--shadow:active {
    -webkit-transition: box-shadow .05s ease, -webkit-transform .05s ease;
    transition: box-shadow .05s ease, -webkit-transform .05s ease;
    transition: box-shadow .05s ease, transform .05s ease;
    transition: box-shadow .05s ease, transform .05s ease, -webkit-transform .05s ease;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3)
}
.btn--fill-container {
    width: 100%
}
.btn--compact {
    padding: 8px 20px 6px;
    text-transform: uppercase;
    border-radius: 4px;
    font-family: PF Agora Sans Pro, sans-serif;
    font-size: 12.999px;
    font-size: .7222rem;
    font-weight: 400;
    line-height: 1.1
}
.btn--compact--x {
    padding: 0 7px;
    font-size: 10.125px;
    font-size: .5625rem;
    font-weight: 400;
    line-height: 17px!important
}
.btn--compact.btn--bordered {
    padding: 6px 18px 4px;
    line-height: 1.1
}
.btn--bordered {
    border: 2px solid #fbbf34;
    background: transparent
}
.btn--bordered:hover {
    background: #fbbf34
}
.btn--blue {
    color: #fff;
    background: #00aee6;
    font-family: HeliosC
}
.btn--blue:hover {
    color: #fff;
    background: #008bb8
}
@media (max-width: 700px) {
    .btn--big {
        font-size: 1.37rem
    }
}

#adres2div, #adres3div, #adres4div{display: none;}
#adres2div_object, #adres3div_object, #adres4div_object{display: none;}
#div1, #div2, #div3, #div-1, #div-2{display: none;}

/*#div_scan{display: none;}*/

.prevention {font-style: italic; font-weight: bold; color: #CC5533;}
.prevention_hidden {display: none;}
.div_hidden {
	margin: 0;
	font-size: 11px;
	color: #f00;
	clear: both;
	display: none;
}
.formError{border: 1px solid red !important;}
.div_scan1{margin-bottom: 20px}
.formTextRed{
	color: red !important;
}
.formError{
	border: 1px solid red !important;
}

#messenger{
	width: 550px;
	border: gray dashed 1px;
	padding: 5px;
	background: #FFEDED;
	color: #7F5354;
	display: none;
}

.answerError{
	width: 550px;
	padding: 5px;
	border: gray dashed 1px;
	background: #FFEDED;
	color: #7F5354;
}

.answerOk{
	width: 550px;
	padding: 5px;
	border: 1px solid #ADC092;
	background: #F0FAF1;
	color: #58715E;
} 

.long{width: 400px;}
.short1 {width: 44px; margin-right: 2px;}
.short3 {width: 115px; }

.form-block {margin-bottom: 25px; /*padding-bottom: 20px; border-bottom: 1px dotted #ccc;*/}
.form-block, .form-block h3 {width: 100%; display: block; color: #333;}
.form-block h3 {margin-bottom: 0; margin-top: 0;}
.block-title {width: 100%; display: block; margin-bottom: 10px;}
.block-body div h5 {margin: 5px 0; padding: 10px 0; font-size: 110%; color: #666;}
.demo label {margin-right: 15px;}
.demo label.line-l {margin-right: 5px; padding-bottom: 5px;}
.block {display: block;}
form.vertical label {margin-bottom: 3px; color: #555; font-size: 95%;}
form.vertical input, form.vertical select {margin-bottom:12px; margin-top: 3px; font-size: 90%; color: #333;}
form.vertical textarea{width:100%; max-width: 650px; display:block;margin-bottom:10px;}
.question textarea {width:100%; max-width: 650px; display:block;margin-bottom:10px;}
.question-button2 {font-weight: bold; margin: 0; display:block; padding:5px 0; text-align: left;}
.check  {width: 100%; float: left; margin-bottom: 30px; font-style: italic;}
.check div {float: left; margin-right: 10px}
.check input {margin-top: 20px;}
.check span {margin-left: 10px;}
.text_1, .text_2, .text_3, .text_4, .text_5, .text_6, .text_7, .text_8, .text_9, .text_10, .text_11, .text_12, .text_13, .text_14 {visibility: hidden; display: none; margin-top: 10px; transition: .5s;}
.radio_1, .radio_2, .radio_3, .radio_4 , .radio_5 , .radio_6 {visibility: hidden; display: none; margin-top: 10px; transition: .5s;}
.radio_fl, .radio_ul {visibility: hidden; display: none; margin-top: 10px; transition: .5s;}
.radio_vid_uslugi_1, .radio_vid_uslugi_2 {visibility: hidden; display: none; margin-top: 10px; transition: .5s;}

/* юридический статус - ФЛ, ИП, ЮЛ */
.form-status {width: 100%; display: block; color: #333;}
.form-status h3 {margin-bottom: 12px; margin-top: 0;}
#ur_status_fl:checked ~ .radio_fl {visibility: visible; display: block;}
#ur_status_ip:checked ~ .radio_fl {visibility: visible; display: block;}
#ur_status_ul:checked ~ .radio_ul {visibility: visible; display: block;}

/* вид услуги - ликвидация / перекладка */
#vid_uslugi_1:checked ~ .radio_vid_uslugi_1 {visibility: visible; display: block;}
#vid_uslugi_2:checked ~ .radio_vid_uslugi_2 {visibility: visible; display: block;}

#equipment_checkbox_1:checked ~ .text_1 {visibility: visible; display: block;}
#equipment_checkbox_2:checked ~ .text_2 {visibility: visible; display: block;}
#equipment_checkbox_3:checked ~ .text_3 {visibility: visible; display: block;}
#equipment_checkbox_4:checked ~ .text_4 {visibility: visible; display: block;}
#equipment_checkbox_5:checked ~ .text_5 {visibility: visible; display: block;}
#mf_pasport_type_1:checked ~ .radio_1 {visibility: visible; display: block;}
#mf_pasport_type_2:checked ~ .radio_2 {visibility: visible; display: block;}
#mf_pasport_type_3:checked ~ .radio_3 {visibility: visible; display: block;}
#mf_document_type_1:checked ~ .radio_3 {visibility: visible; display: block;}
#mf_document_type_2:checked ~ .radio_4 {visibility: visible; display: block;}
#radio_6:checked ~ .radio_6 {visibility: visible; display: block;}
#mf_notice_type_1:checked ~ .text_6 {visibility: visible; display: block;}
#mf_notice_type_2:checked ~ .text_7 {visibility: visible; display: block;}
#mf_notice_type_3:checked ~ .text_8 {visibility: visible; display: block;}

#mf_document_type_2_sub_1_type_1:checked ~ .text_9 {visibility: visible; display: block;}
#mf_document_type_2_sub_1_type_2:checked ~ .text_10 {visibility: visible; display: block;}
#mf_document_type_2_sub_1_type_3:checked ~ .text_11 {visibility: visible; display: block;}

/*mf_document_type_1_sub*/

#test_radio_8:checked ~ .text_12 {visibility: visible; display: block;}
#test_radio_11:checked ~ .text_13 {visibility: visible; display: block;}
#test_radio_14:checked ~ .text_14 {visibility: visible; display: block;}

.form__titlebox {
    padding-bottom: 25px;
    font-size: 19px !important;
    color: #1476c6;
    font-weight: bold;
    text-transform: uppercase;
}
.nav {
 position:relative;
 left:0;
 display:block;
 float:left;
 margin:0 10px 0 0
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.inputWithIcon input[type=text]{
	padding-left: 36px !important;
}
.inputWithIcon{
	position:relative;
}
.inputWithIcon i{
	position:absolute;
	left:0;
	top:8px;
	padding:0 8px;
	color:#aaa;
	transition .3s;
} 
.inputWithIcon input[type=text]:focus + i{
	color:dodgerBlue;
}
.scrollTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 48px;
    height: 48px;
    display: block;
    background: url(../img/scrolltop.png) 0 0 no-repeat;
    z-index: 8000;
}
.scrollTop:hover {
 background:url(../img/scrolltop.png) 0 -48px no-repeat;
 cursor:pointer
}
