 /*о нашей компании*/
 .maot-about-block {
     padding-top: 100px;
     padding-bottom: 40px;
     background-color: #E7F8FF;
     background-image: url('../img/businessmen.jpg');
     background-size: cover;
 }

@media (max-width: 800px) {
	.three-team {
	    text-align: center;
	}
	.tree-colls-i {
	    width: 100%;
	    float: none;
	    margin: 0px 0px 20px 0px;
	}
	.three-team .tree-colls-i {
	    width: 41%;
	    display: inline-block;
	    float: none;
	    margin: 0px 20px 20px 20px;
	}
}
@media screen and (max-width: 660px) {
	.three-team .tree-colls-i {
	    width: 100%;
	    display: block;
	    float: none;
	    margin: 0px 0px 20px 0px;
	}
	.tree-colls-i:last-child {
	    margin-bottom: 0px;
	}
}


.about-text {
  margin-bottom: 39px;
}

.paragraph {
    display: inline-block;
    margin: 9px 12px 0px 0px;
    float: left;
    background: #141d1e;
    color: #fff;
    text-align: center;
    font-size: 20px;
    border-radius: 2px;
    width: 33px;
    height: 29px;
    padding-top: 4px;
}

/*блок с процентами*/

/*блок Наша команда*/
.about-photo {
    text-align: center;
}
.about-photo-image {
    margin-bottom: 21px;
    position: relative;
}
.team-more-h {
    width: 92%;
    height: 89%;
    display: none;
    padding: 5% 4% 4% 4%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.about-photo-image img {
    width: 100%;
}
.about-photo-lbl {
    font-weight: normal;
    font-family: 'robotobold';
    margin-bottom: 6px;
    font-size: 14px;
    color: #141d1e;
}
.about-photo-sublbl {
	font-family: 'Roboto';
    font-size: 13px;
    color: #717171;
}