.section_cont h3 {
	margin: 10px 0 20px 0!important;
	border-bottom: none!important;
}

.section_cont h2 {
	margin: 30px 0 20px 0!important;
	padding-bottom: 10px!important;
}

.section_cont p {
	margin: 0px 0 10px!important;
}


.section_cont .block_cont p a img {
	margin-left: 8px;
	margin-top: -3px;
}

.section_cont .cont_col_6 {
	float: left;
	width: 50%;
}

.section_cont .block_cont .cont_col_right {
	padding-left: 15px;
}

.section_cont .block_bottom {
	margin-top: 30px; 
	margin-bottom: 40px;
}
.section_cont .block_cont h3 {
	margin: 25px 0 5px 0 !important;
}

.section_cont .block_bottom a {
	text-decoration: none;
	text-align: center;
	display: block;
	border: 1px solid #02a9ea;
	max-width: 300px;
	margin: 0 auto;
	background: #02a9ea;
	color: #fff;
	padding: 10px 10px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	border-radius: 4px;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.section_cont .block_bottom a:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.section_cont .block_bottom a.bottom_zvonok {
	background: #083250;
	border: 1px solid #083250;
}

.section_cont .block_otdel .cont_col_3 {
	float: left;
	width: 19.2%;
	margin-right: 1%;
	box-sizing: border-box;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px;
}
.section_cont .block_otdel .cont_col_3 h3 {
	color: #03a0de;
	font-size: 18px;
	margin-bottom: 10px !important;
	min-height: 46px;
	font-weight: normal;
}
.section_cont .block_otdel .cont_col_3 p img {
	float: left;
	margin-top: 3px;
	margin-right: 5px;
	clear: both;
}

.section_cont .block_otdel .cont_col_3 > img {
	margin: 0px auto;
	display: block;
}

.section_cont .block_otdel .cont_col_3 p:nth-child(4) img,
.section_cont .block_otdel .cont_col_3 p:nth-child(5) img {
	margin-top: 14px;
}

.section_cont .block_otdel .cont_col_3 p span {
	color: #8a8a8a;
	margin-top: -5px;
	display: block;
	font-size: 14px;
}

.section_cont  .cont_col_3:nth-child(6) {
	margin-right: 0;
}

.section_cont .block_karta .cont_col_12 img {
	width: 100%;
}
.section_cont .block_karta {
	margin-bottom: 50px;
}

.section_cont .cont_col_right .soc_seti a img {
	margin-left: 0;
	border: 1px solid #02a9ea;
	padding: 5px;
	margin-right: 5px;
	margin-top: 7px;
	border-radius: 3px;
	filter: grayscale(100%);
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.section_cont .cont_col_right .soc_seti a img:hover {
	filter: grayscale(0);
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.section_cont .block_soc .cont_col_3 {
	float: left;
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}


/*Noutbuki*/
@media screen and (max-width: 1299px) {
	.section_cont .block_otdel .cont_col_3 p span {
		font-size: 12px;
	}
}
/*END_Noutbuki*/

/*Netbuki*/
@media screen and (max-width: 1199px) {
	.section_cont .block_otdel .cont_col_3 {
		width: 32.6%;
	}
	.section_cont .cont_col_3:nth-child(4) {
		margin-right: 0;
	}

}
/*END_Netbuki*/

/*Plansheti*/
@media screen and (max-width: 991px) {
	.section_cont .block_soc .cont_col_3 {
		width: 50%;
		margin-bottom: 20px;
	}
}
/*END_Plansheti*/

/*Smartfoni*/
@media screen and (max-width: 767px) {
	.section_cont .cont_col_6 {
		float: none;
		width: 100%;
	}
	.section_cont .block_cont .cont_col_right {
		padding-left: 0;
	}
	.section_cont .block_bottom {
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.section_cont .block_bottom a.bottom_zvonok {
		margin-top: 20px;
	}
	.section_cont .block_otdel .cont_col_3 {
		width: 49%;
	}
	.section_cont .cont_col_3:nth-child(4) {
		margin-right: 1%;
	}
	.section_cont .block_soc .cont_col_3 {
		float: none;
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
}
/*END_Smartfoni*/

/*Phone*/
@media screen and (max-width: 479px) {
	.section_cont .block_otdel .cont_col_3 {
		width: 100%;
		margin-left: 0 !important;
	}

}
/*END_Phone*/







