/*отступ в статичных страницах*/

.local_container{
  margin: 25px 0;
}
.container{width: 100%; height: 100%; margin: 0; padding: 0;}

/*хлебные крошки*/

.bx-breadcrumb .bx-breadcrumb-item span::first-letter{
  
}

/**/




/*SLIDER*/


/* General Layout in my demos */


/* // Sudo Slider */
#slider {width: 100%; height: auto; margin: 0 auto; } /* It can be a good idea to set a width of the slider, mostly so Old-IE can figure out how to render */
#slider ul li {
  width: 100%;
}
#slider ul li a{
  
  text-decoration: none;
}
#slider ul li a img{
  width: 100%;
  height: auto;
}


/* Numeric Navigation */
ol.numericControls {
  margin:1em 0;
  padding:0;
  height:28px;	
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  position: relative;
  margin-top: -30px;
  z-index: 1000;
}

ol.numericControls li{
  margin:0 10px 0 0; 
  padding:0;
  float:left;
  list-style:none;
  height:15px;
  line-height:18px; 
  border-radius: 100%;}

ol.numericControls li a{
  height:15px;
  box-shadow: 2px 3px 10px rgba(0,0,0,0.4);
  background:#ffff;
  color:#fff;
  padding:0px 5px;
  text-decoration:none; 
  border-radius: 100%;
  border: 1px solid #006b46;
}

ol.numericControls li a span{
  color:#fff;
  opacity: 0;
}

ol.numericControls li.current a{
  background:#006b46;
  color:#fff;
  border: 1px solid #fff;
}

ol.numericControls li:hover a{
  background: #006b46;
}


ol.numericControls li a:focus, .prevBtn a:focus, .nextBtn a:focus{outline:none;}



.graphic, .prevBtn, .nextBtn{margin:0;padding:0;display:block;overflow:hidden;text-indent:-8000px;}

.prevBtn, .nextBtn {display:block;position: relative; width:65px;height:25px;z-index:1000;cursor:pointer; margin-top: -10%;}	
.nextBtn{right: 5px; float:right; background: url(images/arrow_slider_right.png) no-repeat;background-size: center/cover;}														
.prevBtn{left: 5px; float: left; background: url(images/arrow_slider_left.png) no-repeat ;background-size: center/cover;}


/*/////////////////////////////////////////////////////////////Slider end //////////////////////////////////////////////////////////////////*/



/*РЕГИСТРАЦИЯ И ВСЕ ЧТО ПОКА НЕ НАШЕЛ ГДЕ МЕНЯТЬ!!!!!!!*/

.alert , .errortext{
  border-bottom: 1px solid red;
  padding: 5px;    
  line-height: 2;
}

@media screen and (max-width:760px), (max-device-width:760px){
  .alert, .errortext{
    text-align: center;
    margin: 0 auto;
    display: block;
  }
}

.auth_form{
  
  margin-top: 10px;
  margin-bottom: 15px;
}


.bx-authform-formgroup-container .bx-authform-input-container input{
  width: 100%;
  max-width: 650px;
  padding: 10px;
  height: 35px;
}

.bx-authform-formgroup-container .btn.btn-primary{
 background: #FFA422;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 11px;
    color: #ffffff;
    margin: 10px auto;
    font-size: 16px;
    width: 90%;
    height: 35px;
    border: none;
    display: block;
    line-height: 30px;
    text-align: center;
	cursor: pointer;
}
.bx-authform-formgroup-container .btn.btn-primary:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}
.bx-authform-formgroup-container .btn.btn-primary:active {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
}

.bx-authform-formgroup-container:nth-child(5){
/*    display: none;*/
}
/*/////////////////////////////////////////////////////*/
/*навигация*/
.bx-pagination .bx-pagination-container li.bx-active span{
  background-color: #ffa422 !important;
}

/*/////////////////////////////////////////////////////*/


.procpoktov{
 width: 100%;
  height: 100%;
 display: flex;
justify-content: center;
  align-items: center;
  text-align: center;
}

.procpoktov p{
  font-size: 20px;
  color: #006b46;
  font-weight: 600;
  margin-top: 10px;
}

.mainStatPage .procpoktov img{
  
  width: 100%;
 
}



/*bootstrap*/

/**/

/*попап окошко с согласием и обратный звонок*/
#mz{
  top: 0;
  left: 0;
  position: fixed;
  opacity: 0.50;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 2501;
}

#cbmodal,#b1cmodal,#dbmodal,#dellallmodal{
 top:40%;
display: block;
  margin: 0 auto;
 position:fixed;  
 opacity: 1;
left: calc(50% - 160px);
 z-index: 2500;
  
}
#cb,#b1c,#db,#dellall{
  position:relative;
  background-color:#fff;
  opacity: 1;
  width:320px;
  padding: 25px 25px 35px 25px;
  /*height:300px;*/
  z-index: 2502;
  margin:0 auto;
  display: block;
  box-shadow: 2px 5px 10px rgba(0,0,0,0.7);
}



div.close_modal {
  cursor:pointer;
  position:absolute;
  font-weight:700;
  color: green;
  right:10px;
  top:5px;
  z-index: 2502;
}


#cb div p, #b1c div p, #db div p, #dellall div p{
  font-size: 22px;
  color: red;
  font-weight: 600;
}



.btn_container_pop{
  margin-top: 50px;
  width: 100%;
}
.btn_container_pop .btn_pop_ok, .dellall_btn{
  width: 150px;
  height: 35px;
  background-color: #006b46;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}

.btn_container_pop .btn_pop_ok:hover, .dellall_btn:hover{
  background-color: #ffa422;
  color: #fff;
}

.dellall_btn{
  margin: 0 auto;
  margin-top: 150px;
}

.dellall_btn_container{
  width: 100%;
  display: flex;
  justify-content: center;
}

.modal_content{}

.modal_content .modal-title{
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #919191;
}






/*WEB FORM STYLES*/


.form-group-fb {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.form-group-fb .input-group-fb input{
    width: 250px;
    height: 30px;
    border: none;
    padding-left: 10px;
    color: #000000;
    margin-top: 15px;
    background: #FFFFFF;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0px 1px 7px rgba(0, 0, 0, 0.134);
    -moz-box-shadow: inset 0px 1px 7px rgba(0, 0, 0, 0.134);
    box-shadow: inset 0px 1px 7px rgba(0, 0, 0, 0.134);
}

.btn.btn-default.btn-md{
  height: 35px;
  background-color: #ffa422;
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
    border-radius: 11px;
}

.title{
  margin-top: 25px;
  color: #ffa422;
  width: 100%;
  text-align: center;
}

.error-msg{
  width: 250px;
  text-align: left;
  font-size: 13px;
  color: red;
  margin: 0;
  padding-bottom: 5px;
}

/*/////////////////////////////////////////////////////*/

/*вопрос специалисту - веб форма*/
.vs_feedback {
  
}

.vs_feedback .vs_oktext {
  text-align: left;
  font-size: 20px;
  color: #ffa422;
}



.vs_feedback .vs_text {
  font-size: 15px;
  color: #000;
  margin-top: 10px;
  margin-bottom: 5px;
}
.vs_feedback .mf-req {
  color: red;
}
.vs_feedback input {
  width: 100%;
  max-width: 350px;
  height: 35px;
  border: none;
  padding-left: 10px;
  background-color: #f0f0f0;
}

.vs_feedback .vs_name {
}



.vs_feedback .vs_email {
}

.vs_feedback .vs_message {
}
.vs_feedback #msg {
  width: 100%;
  padding: 10px;
  background-color: #f0f0f0;
  border: none;
  height: 300px;
  
}


.vs_feedback .vs_feedback_btn {
  width: 150px;
  height: 30px;
  border-radius: 7.5px;
  background-color: #fff;
  border: none;
  box-shadow: 2px 5px 10px rgba(0,0,0,0.5);
  cursor: pointer !important;
  color: #006b46;
  float: right;
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.vs_feedback .vs_feedback_btn:hover{
  background-color: #006b46;
  color: #fff;
}





/**/

/*ССЫЛКА ДЛЯ ПРОКРУТКИ СТРАНИЦЫ*/

#wrapper{
	margin:0 auto;
	width:900px;
	position:relative;
}

/*Стилизация кнопки ВВЕРХ */
#back-top{	
	position:fixed;
	bottom:30px;
	left:50%;
    margin-left: -15px;
  z-index: 1000000;
}

#back-top a{
	width:30px;
	display:block;
	text-align:center;
	font:11px/100% Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	color:#bbb;
	/* background color transition */
	-webkit-transition:1s;
	-moz-transition:1s;
	transition:1s;
}

#back-top a:hover{color:#000;}

/* графическая стрелка ВВЕРХ */
#back-top span{
	width:30px;
	height:30px;
	display:block;
	border-radius: 100%;
	background:transparent url(images/upscrollarrow.png) no-repeat;
  -webkit-background-size: 100%;
-o-background-size: 100%;
-moz-background-size: 100%;
-ms-background-size: 100%;
-khtml-background-size: 100%;
background-size: 100%;
	
	/* background color transition */
	-webkit-transition:1s;
	-moz-transition:1s;
	transition:1s;
}

#back-top a:hover span{background-color:#777}

/**/