* {
	padding: 0;
	margin: 0;
}
.row{
	max-width: 1300px;
	margin: 0 auto;
	width: 100%;
	padding: 0 30px;
}
.bg_block_service{
	position: relative;
	background-image: url(../image/service_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	overflow: hidden;
	padding-top: 64px;
}
.bg_block_service .white_blocks{
	max-width: 610px;
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 5;
	padding: 80px 20px 80px 60px;
	margin-bottom: 50px;
}
.bg_block_service .white_blocks h2,.bg_block_service .white_blocks h1{
	font-weight: 700;
	font-size: 60px;
	line-height: 60px;
	color: #06060a;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 60px;
}
.bg_block_service .white_blocks h3{
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	color: #06060a;
	text-align: left;
	text-transform: uppercase;
}
.bg_block_service .white_blocks h3 span{
	color: #04aacc;
}
.bg_block_service .white_blocks .phone{
	display: grid;
	grid-template-columns: 168px auto;
	margin-bottom: 20px;
	align-items: center;
	margin-top: 24px;
}
.bg_block_service .white_blocks .phone .icon{
	width: 29px;
	height: 29px;
	border-radius: 50%;
	background-color: #0095b7;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	-webkit-transition: -webkit-transform ease-out .1s,background .2s;
    -moz-transition: -moz-transform ease-out .1s,background .2s;
    transition: transform ease-out .1s,background .2s;
}
.bg_block_service .white_blocks .phone .icon img {
	-webkit-transition: -webkit-transform ease-out .1s,background .2s;
    -moz-transition: -moz-transform ease-out .1s,background .2s;
    transition: transform ease-out .1s,background .2s;
}
.bg_block_service .white_blocks .phone .icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(0,149,183,.1);
    opacity: 0;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
}
.bg_block_service .white_blocks .phone a:hover div{
    background: rgba(0,149,183,1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
  transform: scale(1);
}
.bg_block_service .white_blocks .phone a:hover div img {
  -webkit-transform: scale(.93);
    -moz-transform: scale(.93);
    -ms-transform: scale(.93);
  transform: scale(.93);
}
.bg_block_service .white_blocks .phone a:hover div:after {
    -webkit-animation: sonarEffectBlue 1.3s ease-out 75ms;
    -moz-animation: sonarEffectBlue 1.3s ease-out 75ms;
    animation: sonarEffectBlue 1.3s ease-out 75ms;
}
.bg_block_service .white_blocks .phone p{
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	color: #06060a;
	text-align: left;
	text-decoration: none;
}
.bg_block_service .white_blocks .phone p span{
	font-weight: 700;
}
.bg_block_service .white_blocks .phone a{
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #06060a;
	text-align: left;
	text-decoration: none;
	padding-left: 20px;
	display: grid;
	grid-template-columns: 29px auto;
	grid-gap: 0 15px;
	align-items: center;
}
.bg_block_service .white_blocks .phone a span{
	font-weight: 700;
}
.bg_block_service .white_blocks .link_service_text {
	background: none;
	border:none;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	color: #04aacc;
	text-align: left;
	cursor: pointer;
	text-decoration: none;
}
.bg_block_service .white_blocks_text {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #06060a;
	text-align: left;
	margin-bottom: 24px;
}
.bg_block_service .icon_block {
	min-height: 360px;
	background-color: rgba(6,6,10,0.96);
	display: flex;
	align-items: center;
	justify-content: center;
}
.bg_block_service .icon_block ul {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	align-items: flex-end;
	justify-content: center;
}
.bg_block_service .icon_block ul li{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 161px auto;
	align-items: flex-end;
	height: 100%;
}
.bg_block_service .icon_block ul li span{
	display: flex;
	align-items: center;
	justify-content: center;
	margin:0 auto 54px auto;
	position: relative;
}
.bg_block_service .icon_block ul li span svg {
	fill: #04aacc;
	shape-rendering:geometricPrecision; 
	text-rendering:geometricPrecision; 
	image-rendering:optimizeQuality; 
	fill-rule:evenodd; 
	clip-rule:evenodd
}
.bg_block_service .icon_block ul li span .black {
	width: 100%;
	height: 0%;
	filter: brightness(70%);
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.bg_block_service .icon_block ul li:nth-child(1) span .blue{
	width: 87px;
	height: 107px;
}
.bg_block_service .icon_block ul li:nth-child(2) span .blue{
	width: 98px;
	height: 97px;
}
.bg_block_service .icon_block ul li:nth-child(3) span .blue{
	width: 87px;
	height: 105px;
}
.bg_block_service .icon_block ul li:nth-child(4) span .blue{
	width: 107px;
	height: 91px;
}
.bg_block_service .icon_block ul li:nth-child(1) span .black img{
	width: 87px;
	height: 107px;
}
.bg_block_service .icon_block ul li:nth-child(2) span .black img{
	width: 98px;
	height: 97px;
}
.bg_block_service .icon_block ul li:nth-child(3) span .black img{
	width: 87px;
	height: 105px;
}
.bg_block_service .icon_block ul li:nth-child(4) span .black img{
	width: 107px;
	height: 91px;
}
.bg_block_service .icon_block ul li span img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bg_block_service .icon_block ul li p{
	font-weight: 700;
	font-size: 11px;
	line-height: 14px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}
.bg_block_service .white_blocks {
	transform: translate(0, -100%);
	transition: 0.5s linear;
}
.bg_block_service .white_blocks  .fade_in {
	opacity: 0;
	transition: 500ms linear;
}

.service_text {
	padding: 70px 0 70px 0;
}
.service_text .row {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #191919;
	text-align: left;
	width: 100%;
}
.service_text .row b{
	color: #191919;
	font-weight: 700;
}

/********************************
media
********************************/
@media only screen and (max-width: 768px) {
	.bg_block_service .icon_block ul {
		grid-template-columns: 1fr 1fr;
		padding: 30px;
		grid-gap: 40px 10px;
	}
	.bg_block_service .icon_block ul li span {
		margin-bottom: 25px;
	}
	.bg_block_service .icon_block ul li {
		align-items: center;
	}
	.service_text .row {
		padding: 0 10px;
	}
}
@media only screen and (max-width: 525px) {
	.bg_block_service .row {
		padding: 0 10px;
	}
	.bg_block_service .white_blocks {
		padding: 30px 10px 30px 10px;
	}
	.bg_block_service .white_blocks h2,.bg_block_service .white_blocks h1 {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 30px;
	}
	.bg_block_service .white_blocks h3 {
		font-size: 20px;
		line-height: 20px;
	}
	.container_contacts .text {
		padding: 44px 0 58px 0;
	}
	.bg_block_service .white_blocks .phone {
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}
	.bg_block_service .white_blocks .phone a {
		padding-left: 0;
	}
}