.ttt {
    display: flex
;
    justify-content: space-between;
    padding: 0 40px;
    margin-bottom: 10px;
}
.ttt a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
}
.ttt a:hover{
    text-decoration:underline;
}
.t1, .t2, .t3 {
    text-align: center;
}
.ttt span.header-top-bar-contacts__dropdown-text {
    display: block;
}
span.button.header-middle-bar-shop-catalog-button.catalog-dropdown-button {
    background: #c20102;
}
.header-middle-bar-shop__links-container svg.svg-icon.link-box__icon {
    color: #c20102;
}

.home-block {
    padding: 0;
}
span.dp-cost__value.dp-cost__value_free, .dp-product__service-row_inline-mode .dp-product__service-rates:before {
    display: none !important;
}

.ikonki {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 50px;
}
.ikon {
    text-align: center;
}
.ikon {
    text-align: center;
    max-width: 350px;
    height: 209px;
    margin: 10px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    padding: 19px;
    transition: box-shadow .2s ease-in-out;
}