/*АТС*/

.pbx_main_img{
	position: relative;
	height: 740px; /* Высота блока */
    background: url(http://shop.itspectr.org/template/img/site/img_pbx/bgMain.jpg) 100% 40% no-repeat; /* Добавляем фон */
    background-size: cover; /* Масштабируем фон */
    text-align: center;
}

.pbx_main_img::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(3,7,17,.5);
  transition: all .3s ease;
}

.pbx_main_img_h2{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 60px;
	color: #FFFFFF;
	line-height: 130%;
	text-align: center;
	margin: 10% 0 3% 0;
}

.pbx_main_img_p{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 20px;
	color: #FFFFFF;
	margin: 50px 0 0 0;
	text-align: center;
	margin: 0 0 10% 0;
}

.pbx_main_img_plus{
	max-width: 100px;
}

.pbx_main_img_plus_text{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
}

.pbx{
	background-color: #F8F8F8;
	
}

.pbx_card{
	background-color: #fff;
	border: 1px solid #d0d2d6;
	border-radius: 5px; 
	padding: 10px 10px 20px 10px;
	margin: 0 0 30px 0;
}


.pbx_text_p{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 16px;
	color: #030711;
	margin: 30px 0 20px 30px;
}

.pbx_text_ul{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 16px;
	color: #274695;
	margin: 0 0 0 20px;
}

.pbx_text_span{
	color: #030711;
}

.text_none{
	display: none;
}

.pbx_h2{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 48px;
	color: #030711;
	padding: 60px 0 40px 0;
}


.pbx_h3{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 24px;
	color: #030711;
	text-align: center;
	padding: 0 0 30px 0;
	line-height: 1.5;
}

.pbx_request_form{
    font-family: Open Sans;
	font-weight: 400;
    font-size: 14px;
    color: #030711;
    background-color: #fff;
    max-width: 770px;
    border: 1px solid #d0d2d6;
    padding: 30px;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
}

.pbx_request_form_h3{
	font-family: Open Sans;
	font-weight: 700;
    font-size: 24px;
    color: #030711;
    padding: 0 0 50px 0;
    margin: 0;
}

.consult-form__input{
	padding: 10px;
    margin: 0 25px 25px 0;
}

.consult-form__btn{
	background-color: #274695;
    border: none;
    color: #fff;
    padding: 13px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
}

.pbx_request__mark{
	background-color: #274695;
	color: #fff;
}

.table {
	background-color: #fff;
}

.scs_lan_h4{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 18px;
	color: #030711;
	text-align: center;
	padding: 30px 0 30px 0;
	line-height: 1.5;
}