.secondary-block__link {
    display: block;
    width: auto;
    height: auto;
    margin: auto;
    padding: 7px 30px 7px 0;
    color: #000;
    font-weight: 300;
    cursor: pointer;
    font-size: 20px;
    opacity: 0.7;
}

.secondary-block__link:last-child{
    padding-bottom: 20px;
}

.secondary-block__button {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    margin: 10px 0;
}

.footer-phone__link {
    font-size: 20px;
}

.top-notify {
    text-align: center;
    background-color: #000;
    color: #fff;
    min-height:40px;
    line-height: 60px;
}

@media screen and (max-width: 530px) {
    .top-notify {
        font-weight: normal;
        font-size: 12px;
    }
}

