/* Сертификаты */
.block_certificates {
	margin: 70px -15px 0;
	display: flex;
}
.sertif {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 70px;
}
.sertif .text_sertif {
}
.sertif .name {
    font-weight: bold;
    font-size: 19px;
    margin-bottom: .8rem;
}
.sertif .zag {
    font-family: 'Cambria';font-weight: bold;
    color: #000;
    margin-bottom: 6px;
}
.sertif p {
    font-size: 16px;
    margin-bottom: .8rem;
}
.sertif .img {display: block;margin-bottom: 1.5rem;}
.sertif .img img {
    height: 500px;
    max-width: 100%;
}

.sertif .str {
    font-size: 16px;
    font-weight: 100;
}
@media(max-width: 782px){
	.block_certificates {
		display: block;
	}
	.sertif {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
		text-align: center;
	}
}