    header {
        padding: 35px;
    }
    .content {
        width: 504px;
        margin: 0 auto;
    }

    .content__header {
        font: 28px/32px AngleciaProTitle-Bold;
    }

    .content__text {
        max-width: 432px;
        padding-left: 0;
        margin: 0 auto;
    }

    .content__logo {
        float: none;
        width: 122px;
        height: 24px;
        padding-bottom: 32px;
        margin: 0 auto;
        background: url('../img/logo-short.svg') center top no-repeat;
    }

    .header__call {
        text-align: center;
        float: none;
    }

    .header__callbutton {
        display: none;
    }

    .header__call:hover   .header__contacts {
        width: auto;
        height: auto;
    }

    .header__contacts {
        position: static;
        overflow: visible;
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: auto;
        height: auto;
        -webkit-box-shadow: none;
                box-shadow: none;
        background: transparent;
    }

    .header__contacts-item {
        padding: 0;
        display: inline-block;
    }

    .header__contacts-item:nth-child(1) {
        border: 0;
        margin-right: 30px;
    }

    .header__contacts-item:hover {
        background: transparent;
    }

    @media (min-height: 612px) {
        .content {
            margin-top: calc(50vh - 306px);
        }
    }
