.block_constructionProgress{padding:32px 32px 64px 32px}
.block_constructionProgress p{margin:0}
.block_constructionProgress progress{width:100%;height:4px;appearance:none}
.block_constructionProgress progress::-webkit-progress-bar{background-color:#ececed;border-radius:10px}
.block_constructionProgress progress::-webkit-progress-value{background-color:var(--color-background-inverse);border-radius:10px}
.block_constructionProgress progress::-moz-progress-bar{background-color:var(--color-background-inverse);border-radius:10px}
.block_constructionProgress .cmp-construction-progress{max-width:896px;width:100%}
.block_constructionProgress .cmp-construction-progress__info{display:flex;justify-content:space-between}
.block_constructionProgress .cmp-construction-progress__percentage-text{margin:0 0 24px 0;font-size:26px;font-weight:400;line-height:33.8px;color:var(--color-text-dark)}
.block_constructionProgress .cmp-construction-progress__start,.block_constructionProgress .cmp-construction-progress__conclusion{font-size:14px;line-height:24px;font-weight:400;color:#707275}
@media(max-width:1024px){.block_constructionProgress{padding:32px 16px 64px 16px}
.block_constructionProgress .cmp-construction-progress__percentage-text{font-size:17px;line-height:22.1px;margin-bottom:16px}
}