/*GSM*/
.gsm_main_img{
	position: relative;
	height: 740px; /* Высота блока */
    background: url(http://shop.itspectr.org/template/img/site/img_gsm/bgMain.jpg) 100% 40% no-repeat; /* Добавляем фон */
    background-size: cover; /* Масштабируем фон */
    text-align: center;
}

.gsm_main_img::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(3,7,17,.7);
  transition: all .3s ease;
}

.gsm_main_img_h2{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 60px;
	color: #FFFFFF;
	line-height: 130%;
	margin: 10% 0 3% 0;
}

.service_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;
}

.service_main_img_plus{
	max-width: 100px;
}

.cctv_main_img_plus_text{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
}

.gsm_equipment{
	background-color: #F8F8F8;
	padding: 0 0 60px 0;
}

.gsm_equipment_h2{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 48px;
	color: #030711;
	padding: 60px 0 40px 0;
}

.gsm_equipment_card{
	text-align: center;
	background-color: #fff;
	border: 1px solid #d0d2d6;
	border-radius: 5px; 
	padding: 10px 10px 20px 10px;
	margin: 0 0 30px 0;
}

.gsm_equipment_card_info{
	height: 320px;
}

.gsm_equipment_card_img{
	padding: 30px 0 20px 0;
	max-width: 150px;
	max-height: 250px;
}

.gsm_equipment_card_ul{
	list-style-type: none;
	padding: 0 0 20px 0;
	margin: 0;
}

.gsm_equipment_card_a{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 18px;
	margin: 0 0 20px 0;
	display: block;
}

.gsm_equipment_card_p{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 24px;
	color: #030711;
	margin: 0 0 20px 0;
}

.gsm_a{
	display: none;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 16px;
	padding: 15px 0;
	text-align: center;
	background-color: #274695;
	color: #fff;
	border-radius: 10px;
	text-decoration: none;
}

.gsm_a:hover{
	color: #fff;
	text-decoration: none;
}

.gsm_a:visited{
	color: #fff;
	text-decoration: none;
}

.gsm_more{
	display: block;
	margin: 0 auto;
	background-color: #274695; 
    border: none;
    color: white;
    padding: 15px 50px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    border-radius: 20px; 
    outline: none;
}

.gsm_more:hover{
	color: #fff;
	text-decoration: none;
}

.gsm_more:visited{
	color: #fff;
	text-decoration: none;
}

.gsm_plus{
	padding: 50px 0 60px 0;
	background: #010D29
}

.gsm_plus_h2{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 48px;
	text-align: center;
	color: #fff;
	margin: 0 10px 0 0;
	padding: 0 0 90px 0;;
}

.gsm_plus_i_p{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #fff;
	padding: 20px 0 50px 0;
	margin: 0;
}

.gsm_plus_i{
	display: block;
	margin: 0 auto;
	max-width: 80px;
}

.cctv_request{
	background-color: #F8F8F8;
	padding: 0 0 60px 0;
}


.cctv_request_text{
	text-align: center;
}

.cctv_request_text_h2{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 36px;
	color: #030711;
	margin: 120px 0 60px 0;
}

.cctv_request_text_p{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 18px;
	color: #030711;
	margin: 0 auto;
	padding: 0 0 40px 0;
	max-width: 770px;
}

.cctv_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;
}

.cctv_request_form_h3{
	font-family: Open Sans;
	font-weight: 700;
    font-size: 24px;
    color: #030711;
    padding: 0 0 50px 0;
    margin: 0;
}

.cctv_request__mark{
	background-color: #274695;
	color: #fff;
}


.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;
}

#cat_76{
	-webkit-touch-callout: none; /* iOS Safari */
  	-webkit-user-select: none;   /* Chrome/Safari/Opera */
  	-khtml-user-select: none;    /* Konqueror */
  	-moz-user-select: none;      /* Firefox */
  	-ms-user-select: none;       /* Internet Explorer/Edge */
  	user-select: none; 
}

.category_gsm{
	background-color: #fff;
	padding: 20px 0;
	margin: 0 0 20px 0;
	border: 1px solid #d0d2d6;
	border-radius: 10px;

	-webkit-touch-callout: none; /* iOS Safari */
  	-webkit-user-select: none;   /* Chrome/Safari/Opera */
  	-khtml-user-select: none;    /* Konqueror */
  	-moz-user-select: none;      /* Firefox */
  	-ms-user-select: none;       /* Internet Explorer/Edge */
  	user-select: none;   
}

.category_gsm:hover{
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
}

.category_gsm p{
	padding: 0;
	margin: 0;
}

.category_gsm p span{
	font-family: Open Sans;
	font-weight: 400;
    font-size: 16px;
    color: #030711;
    padding: 0;
	margin: 0 0 0 30px;
}

.category_gsm p span:before {
    content: '+';
    padding-right: 5px;
}