 /*о нашей компании*/
 .maot-about-block {
     padding-top: 100px;
     padding-bottom: 40px;
     background-color: #E7F8FF;
 }
 .about-content .page-lbl {
    margin-bottom: 10px;
}
.offer-slider-lbl {
	font-size: 23px;
    color: #141d1e;
    font-family: 'robotobold';
}
.about-content .page-lbl p {
    font-size: 15px;
    color: #455051;
    margin-bottom: 14px;
}

 .tree-colls-i {
    width: 31.5%;
    margin-right: 2.9%;
    float: left;
}
.maot-tree-colls-i-full {
	width: 64%;
}
.tree-colls-i:nth-child(2) {
    margin-right: 0px;
}
.tree-colls-i:last-child {
    float: right;
    margin-right: 0px;
}
@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;
}
.about-text p {
    font-size: 13px;
    line-height: 24px;
    color: #151E23;
    font-family: 'roboto';
    margin-bottom: 20px;
}

.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-percent {
    margin-bottom: 19px;
}
.about-percent label {
    display: block;
    font-size: 12px;
    margin-bottom: 7px;
    color: #626262;
    font-family: 'robotomedium';
    text-align: left;
}
.about-percent-a {
    width: 100%;
    height: 4px;
    background: #ebeef0;
    border-radius: 100px;
    overflow: hidden;
}

/*блок Наша команда*/
.about-percent {
    margin-bottom: 19px;
}
.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;
}