@media (max-width: 1200px) {
.header-block__item-account {
    padding: 0 5px;
    display: block!important;
}
}
.circle {
    width: 300px;
    height: 300px;
    line-height: 300px;
    border-radius: 50%;
    font-size: 100px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    background: #E8161D;
    margin: 0 auto;
}
.top-text {
    margin-top: 60px;
}
@media (min-width: 762px) {
    .circle-wrapper {
        margin: 100px 0;
    }
}
.grey-procent {
    height: 410px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/image/catalog/about/back.jpg);
    border-radius: 15px;
    margin: 50px 0;
}
.itemFile a img {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    padding: 10px;
    background:#930000;
    object-fit: contain;
}
.itemFile {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 30px 0 0;
    padding: 0 15px 0 0;
}
.itemFile a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 0 0 15px;
color: black
}
.itemFile a span:hover {
color: red
}