.banner {
	background: url(../../images/pages/services-media/bg_banner.jpg) no-repeat top left;
	background-size: contain;
}
.banner .container {
	min-height: 484px;
	background: #fff;
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	color: #444;
}
.banner ul {
	padding: 90px 0;
	border-left: #119ac6 2px solid;
}
.banner ul li {
	padding: 20px 0 20px 70px;
	position: relative;
}
.banner ul li:before{
	display: block;
	position: absolute;
	left: -8px;
	top: 25px;
	width: 16px;
	height: 16px;
	border-radius: 16px;
	background: #119ac6;
	content: '';
}
.centered {
	text-align: center;
}
.grey-text {
	background: #eee;
	color: #444;
}
h2.centered{
	padding: 35px 0;
	font-size: 36px;
	line-height: 36px;
	font-weight: 300;
}
.block-with-icon {
	border-top: #eee 1px solid;
	padding: 30px 0;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	color: #444;
}
.span12 .block-with-icon:first-child{
	border-top: 0px;
	padding-top: 35px;
}
.block-with-icon .icon {
	height: 64px;
	width: 72px;
	margin-bottom: 20px;
	background: url(../../images/pages/services-media/icons.png) no-repeat top center;
}
.block-with-icon .icon.icon-red-pages{
	background-position: 0 -63px;
}
.block-with-icon .icon.icon-red-tv{
	background-position: 0 -128px;
}
.block-with-icon .icon.icon-red-money{
	background-position: 0 -192px;
}
.dark-text {
	background: #444;
}
.dark-text .container {
	padding: 35px 0;
}
.dark-text .container .span12:after{
	display: block;
	clear: both;
	content: '';
}
.box-block {
	float: left;
	height: 210px;
	width: min-content;
	padding: 20px;
	margin: 10px;
	position: relative;
}
.box-block .name {
	font-size: 20px;
	line-height: 22px;
}
.box-block .description {
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
}
.box-block .short-hr{
	height: 0px;
	border-bottom: #fff 1px solid;
	width: 30px;
	margin: 15px 0;
}
.box-block .more-link {
	color: #fff;
	position: absolute;
	bottom: 20px;
	left: 20px;
	line-height: 18px;
	padding-right: 27px;
	background: url(/bitrix/templates/new/images/white-arrow-more.png) no-repeat center right;
}
.box-block .price-box {
	padding: 10px 20px;
	background: #fff;
	width: 185px;
	margin-left: -30px;
	font-size: 18px;
	line-height: 22px;
}
.box-block .price-box span {
	display: block;
	font-weight: 500;
}
.box-block.blue {
	background: #16c5fe;
	color: #fff;
}
.box-block.green {
	background: #56cd50;
	color: #fff;
}
.box-block.green .price-box {
	color: #56cd50;
}
.box-block.red {
	background: #e74c3c;
	color: #fff;
}
.box-block.red .price-box {
	color: #e74c3c;
}
.box-block.orange {
	background: #f7931e;
	color: #fff;
}
.box-block.orange .price-box {
	color: #f7931e;
}
.main-slider .section-icon {
	display: none;
}
.list-halfscreen {
	width: 100%;
	overflow-x: hidden;
	background: #eee;
	padding-bottom:35px;
}
.list-halfscreen .inner {
	width: 940px;
	margin: 0px auto;
}
.list-halfscreen .inner2 {
	width: 940px;
	margin: 0px auto;
}
.list-halfscreen .inner .list-row {
	width: auto;
	background: #fff;
	height: 58px;
	font-size: 18px;
}
.list-halfscreen .inner .list-row:nth-child(odd) {
	margin: 0 -9999px 30px 410px;
	padding: 4px 9999px 4px 4px;
	border-top-left-radius: 66px;
	border-bottom-left-radius: 66px;
}
.list-halfscreen .inner .list-row:nth-child(even) {
	margin: 0 410px 30px -9999px;
	padding: 4px 4px 4px 9999px;
	border-top-right-radius: 66px;
	border-bottom-right-radius: 66px;
}
.list-halfscreen .inner .list-row .number {
	border-radius: 58px;
	font-size: 30px;
	line-height: 58px;
	width: 58px;
	text-align: center;
	background: #119ac6;
	color: #fff;
}
.list-halfscreen .inner .list-row:nth-child(odd) .number {
	float: left;
	margin-right: 20px;
}
.list-halfscreen .inner .list-row:nth-child(even) .number {
	float: right;
	margin-left: 20px;
}
.list-halfscreen .inner .list-row .text {
	padding: 10px 0;
}
.contact-form.grey-text h2 {
	font-size: 32px;
	line-height: 36px;
	font-weight: 300;
	text-align: center;
}
.contact-form.grey-text h3 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 35px;
	text-align: center;
}
.contact-form.grey-text .container{
	padding-bottom: 0px;
}
.contact-form.grey-text .form-order {
	background: #fff;
	border: 0px;
	padding: 40px 20px 120px 20px;
	width: auto;
}
.contact-form.grey-text input[type=text] {
	border-bottom: #e3e3e3 2px solid;
	background: #f9f9f9;
}
.contact-form.grey-text .or span {
	background: #fff;
}
.contact-form.grey-text ul.green li {
	font-size: 18px;
	padding-left: 42px;
}
.contact-form.grey-text ul.green li:before {
	background: url('../../images/icons-sab9c4ec195.png') 0 -1117px no-repeat;
	margin-left: -42px;
}