*::-webkit-input-placeholder {
	color:#bec0c3;
}
*:-moz-placeholder {
	color:#bec0c3;
}
*::-moz-placeholder {
	color:#bec0c3;
}
*:-ms-input-placeholder {
	color:#bec0c3;
}

body input:required:valid,
body textarea:required:valid{
	border: 2px solid #188186;
}

/*Header*/

#header_top_mobile{
	background-color: #fff;
	position: fixed;
	z-index: 9999;
	width: 100%;
	top: 0;
	display: none;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);	
}

#phone{
	display: none;
}

#comp{
	display: none;
}

.header_top_mobile_text{
	height: 50px;
	text-align: center;
	padding: 10px 0 0 0;
}

.btn_callback{
	font-size: 16px;
	font-family: Open Sans;
	font-weight: 800;
	color: #274695;
}

.btn_callback_phone{
	font-size: 14px;
	font-family: Open Sans;
	font-weight: 800;
	color: #274695;
}

.header{
	position: relative;
	background-color: #fff;
	padding: 20px 0 0 0;
	box-shadow: 0px 10px 20px rgba(3, 7, 17, 0.15);
}

.header-top{
	padding: 0 0 20px 0;
}

.header-top-text{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #030711;
	padding: 0;
	margin: 0 30px 0 0;
}

.header-info-logo{
	max-width: 70px;
}

.header-info-site{
	display: inline;
	margin: 0;
	padding: 0 0 0 25px;
}

.header-info-site-main{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #274695;
	padding: 0 5px 5px 0;
	border-bottom: 3px solid #274695;
}

.header-info-site-main:hover{
	color: #274695;
	text-decoration: none;
}

.header-info-site-shop{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #030711;
	padding: 0;
	background-color: #fff;
	border: 1px solid #ced2d7;
	padding: 10px 20px;
	position: absolute;
	margin: 0 0 0 70px;
	display: block;
	z-index: 1;
}

.header-info-site-shop:hover{
	color: #274695;
	text-decoration: none;
}

.header-info-contact{
	display: block;
	position: absolute;
	top: 50%;
    margin-top: -0.8em;
    left: 748px;
    width: 424px;
}

.header-info-contact__a{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #030711;
	padding: 0 0 0 20px;
}

.header-info-contact__a_phone{
	font-family: Open Sans;
	font-weight: 800;
	font-size: 14px;
}

.header-info-btn-menu{
	display: none;
}

.header-info-site-main-section{
	display: inline;
	margin: 0 0 0 30px;
}


/**Навигация 1-ый уровень**/

.header-nav{
	padding: 30px 0 0 0;
}

.header-nav__ul{
	padding: 0;
	margin: 0;
}

.header-nav__li{
	display: inline-block;
	padding: 0 20px 20px 0;
}

.header-nav__a{
	font-family: Open Sans;
	font-weight: 800;
	font-size: 14px;
	color: #030711;
}

.header-nav__a:hover{
	color:#274695;
	text-decoration: none;
}

.header-nav__li:focus{
	color:#274695;
	text-decoration: none;
}

.header-nav__li:hover .header-nav__a{
	color:#274695;
	text-decoration: none;
}

/**Навигация пункт каталог**/

.header-nav-catalog__li{
	display: inline-block;
	padding: 0 20px 20px 0;
}


.header-nav-catalog__a{
	padding: 2px 10px;
	background-color: #274695;
	color: #fff;
}

.header-nav-catalog__a:hover{
	color:#fff;
	text-decoration: none;
}

/**Навигация 2-ой уровень**/

.header-sub-service-nav__ul{
	padding: 30px;
	margin: 20px 0 0 0;
	position: absolute;
	z-index: 3;
	background-color: #fff;
	left: 0;
	width: 100%;
	list-style-type: none;
	border: 1px solid #ced2d7;
	
}

.header-sub-service-nav__li{
	display: block;
	padding: 0 0 20px 0;
}


.header-sub-service-nav__a{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 14px;
	color: #274695;
}

.header-sub-service-nav__a:hover{
	color: #274695;
	border-bottom: 1px solid #274695;
	text-decoration: none;
}

/**Навигация 2-ой уровень**/

.header-sub-help-nav__ul{
	padding: 30px;
	margin: 20px 0 0 0;
	position: absolute;
	z-index: 3;
	background-color: #fff;
	left: 0;
	width: 100%;
	list-style-type: none;
	border: 1px solid #ced2d7;
	
}

.header-sub-help-nav__li{
	display: block;
	padding: 0 0 20px 0;
}


.header-sub-help-nav__a{
	font-family: Open Sans;
	font-weight: 400;
	color: #274695;
}

.header-mobile-nav__a:focus{
	color: #274695;
	text-decoration: none;
}

.header-sub-help-nav__a:hover{
	color: #274695;
	border-bottom: 1px solid #274695;
	text-decoration: none;
}

/*Мобильная версия*/
.header-info-mobile{
	padding: 0 0 20px 0;
}

.header-info-mobile-logo{
	max-width: 70px;
}

.header-info-mobile-site{
	display: inline;
	margin: 0;
	padding: 0 0 0 25px;
}

.header-info-mobile-site-main{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #274695;
	padding: 0 0 5px 0;
	border-bottom: 3px solid #274695;
}

.header-info-mobile-site-main:hover{
	color: #274695;
	text-decoration: none;
}

.header-info-mobile-site-main:focus{
	color: #274695;
	text-decoration: none;
}

.header-info-mobile-site-shop{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #030711;
	padding: 0;
	background-color: #fff;
	border: 1px solid #ced2d7;
	padding: 10px 20px;
	position: absolute;
	margin: 0 0 0 70px;
	display: none;
	z-index: 1;
}

.header-info-mobile-site-shop:hover{
	color: #274695;
	text-decoration: none;
}

.header-mobile-nav{
	display: none;
}

.header-mobile_menu_btn{
	top: 35px;
	position: absolute;
	left: 80%;
	background-color: #fff;
	border: medium none;
	color: #274695;
	font-size: 30px;
	outline: none;
	padding: 0;
	margin: 0;
}



/**Навигация 1-ый уровень**/

.header-mobile-nav{
	padding: 30px 0 0 0;
}

.header-mobile-nav__ul{
	padding: 0;
	margin: 0;
}

.header-mobile-nav__li{
	display: block;
	padding: 0 20px 20px 0;
}

.header-mobile-nav__a{
	font-family: Open Sans;
	font-weight: 800;
	font-size: 14px;
	color: #030711;
}

.header-mobile-nav__a:hover{
	color:#274695;
	text-decoration: none;
}

.header-mobile-nav__li:hover .header-nav__a{
	color:#274695;
	text-decoration: none;
}

/**Навигация пункт каталог**/

.header-mobile-nav-catalog__li{
	display: inline-block;
	padding: 0 20px 20px 0;
}


.header-mobile-nav-catalog__a{
	padding: 2px 10px;
	background-color: #274695;
	color: #fff;
}

.header-mobile-nav-catalog__a:hover{
	color:#fff;
	text-decoration: none;
}

/**Навигация 2-ой уровень**/

.header-sub-service-mobile-nav__ul{
	padding: 30px;
	margin: 20px 0 0 0;
	z-index: 3;
	background-color: #fff;
	left: 0;
	width: 100%;
	list-style-type: none;
	border: 1px solid #ced2d7;
	
}

.header-sub-service-mobile-nav__li{
	display: block;
	padding: 0 0 20px 0;
}


.header-sub-service-mobile-nav__a{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 14px;
	color: #274695;
}

.header-sub-service-mobile-nav__a:hover{
	color: #274695;
	border-bottom: 1px solid #274695;
	text-decoration: none;
}

/**Навигация 2-ой уровень**/

.header-sub-help-mobile-nav__ul{
	padding: 30px;
	margin: 20px 0 0 0;
	z-index: 3;
	background-color: #fff;
	left: 0;
	width: 100%;
	list-style-type: none;
	border: 1px solid #ced2d7;
	
}

.header-sub-help-mobile-nav__li{
	display: block;
	padding: 0 0 20px 0;
}


.header-sub-help-mobile-nav__a{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 14px;
	color: #274695;
}

.header-sub-help-mobile-nav__a:hover{
	color: #274695;
	border-bottom: 1px solid #274695;
	text-decoration: none;
}

/*Стили для страниц услуги*/

.bread_crumbs ol{
	padding: 30px 0 35px 0;
	margin: 0;
}

.bread_crumbs li{
	padding: 0;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 14px;
	color: #030711;
	display: inline-block;
}

.bread_crumbs a{	
	font-family: Open Sans;
	font-weight: 400;
	font-size: 14px;
	color: #030711;
}

li.active_crumbs{
	color: #bec0c3;
}

.fa-angle-right{	
	padding: 0 5px;
	color: #274695;
}

/*Форма обратной связи*/

.hidden_form{
	display: none;
}

.pop_form input[type=text]{
	display: block;
}

textarea {
	resize: none;
}