@media screen and (max-width: 620px) {
	body .media-links{
		height: auto;
	}
}
.about_wrap{
    background: url(/upload/background_about.png) no-repeat 0 0 #F7F9F9;
    background-size: cover;
}
.about_wrap h2{
	font-weight: 400;
	font-size: 38px;
	line-height: 41.8px;
	vertical-align: middle;
}
.about_wrap p{
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	vertical-align: middle;
    margin-bottom: 10px;
}
.about_wrap .table_about b{
	font-weight: 400;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
}
.about_wrap .table_about span{
	font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    clear: both;
    display: block;
    padding: 0 10%;
    margin-top: 12px;
}
.about_wrap .text_about{
	width: 50%;
	max-width: 550px;
	float: left;
	margin-right: 64px;
	margin-top: 44px;
}
.table_about{
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    max-width: 480px;
    float: left;
}
.table_about div:nth-child(1){
    border: solid;
    border-width: 0px 1px 1px 0;
    border-color: #99C5C9;
}
.table_about div:nth-child(2){
	border: solid;
	border-width: 0px 0px 1px 1px;
	border-color: #99C5C9;
}
.table_about div:nth-child(3){
	border: solid;
	border-width: 1px 1px 0px 0px;
	border-color: #99C5C9;
}
.table_about div:nth-child(4){
	border: solid;
	border-width: 1px 0px 0px 1px;
	border-color: #99C5C9;
}

.table_about div{
	width: 50%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}
@media screen and (max-width: 800px) {
	.about_wrap .text_about {
	    width: 90%;
	    max-width: 550px;
	    float: left;
	    margin-right: 0;
	    margin-top: 0px;
        margin-bottom: 24px;	    
	}
	.table_about div{
	    height: 160px;
	}
	#services .about_wrap.service-blck{
		padding: 0;
	}
	.about_wrap.service-blck .table-uni-cell{
		width: 100%;
		max-width: none;
	}
	.about_wrap{
	    background: url(/upload/background_about_mob.png) no-repeat 0 0 #F7F9F9;
	    background-size: cover;
	}
	.about_wrap .about-srvc.table-uni-cell{
	    background: transparent;
	}
}