.blog__post__resume {
	display: -webkit-box;
	width: 100%;
	font-size: rem(14px);
	color: $color-std;
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	overflow: hidden;
}
.new-bloc .bloc {
    width: 100%;
    margin: 0 0 30px 0;
    font-size: 1.1rem;
    color: var(--text-on-body);
}
body.body .wiziblocks__item p {
    font-size: 18px;
    line-height: 29px;
    min-height: 24px;
}
prod {
    position: relative;
    margin-bottom: 0;
    z-index: 3;
    background: #fff;
}
.header__relative {
    width: 100%;
    max-width: var(--max-row-size);
    position: relative;
    margin: 0 auto;
    background: #fff3e7;
}