.har_block {
    font-size: 12px;
    max-width: 100%;
    flex: 0 0 75%;
    -webkit-box-flex: 0;
    padding: 10px 0 0 0;
    position: relative;
    color: #000;
}
.har_block-item {
	display: flex;
    margin-bottom: 6px;
    font-size: 1em;
    justify-content: space-between;
    color: #555;
}
.catalog-detail__parameter-name {
    max-width: 140px;
}
.catalog-detail__parameter-size {
    max-width: 134px;
    text-align: right;
}

.catalog .product-item {
    overflow: hidden;
}


@media screen and (max-width: 861px) {
    footer .bottom {
        flex-direction: column;
        margin-bottom: 20px;
    }

    footer .bottom .copyright{
        margin-left: 0!important;
    }
}