.header-top-column__container {
    background: rgba(30, 43, 72, .8);
}

.header-top-column__left {
    display: inline-block;
    float: left;
    font-size: 16px;
    color: #fff;
    padding: 6px 0;
}
.header-top-column__right {
    display: inline-block;
    float: right;
    text-align: right;
    padding: 7px 0;
}
.header-top-column .header__phone {
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    font-size: 16px;
    margin: 0 0 0 15px;
    font-weight: 700;
    color: #fff;
}
.header-top-column .time {
    display: inline-block;
    margin: 0;
    padding: 5px 0;
    vertical-align: middle;
    font-size: 16px;
    color: #bbb;
}
.header-top-column .button_phone {
    display: inline-block;
    margin: 0 0 0 15px;
    padding: 0;
    vertical-align: middle;
    font-size: 16px;
    border: 0;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff!important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #6a97cd;
    transition: all .5s ease 0s;
}
.header-top-column .button_phone__span {
    padding: 6px 16px;
    font-size: 15px;
    vertical-align: middle;
    line-height: 1;
    display: inline-block;
    text-transform: initial;
    font-weight: 400;
}
.header-top-column_about {
    vertical-align: middle;
    display: inline-block;
    margin-right: 30px;
    color: #bbb;
}
.header-top-column_about-link {
    color: #fff;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.header-top-column .button_phone:hover {
    cursor: pointer;
    background-color: #6ab0df;
}
.header-top-column__link-to-quiz {
    display: inline-block;
    vertical-align: middle;
    color: #bbb;
    cursor: pointer;
    text-decoration: none !important;
    white-space: nowrap;
}
.header-top-column__link-to-quiz:hover {
    color: #fff;
}
.header-top-column__link-to-quiz:focus {
    color: #fff;
}

.link-to-quiz {
    display: block;
    vertical-align: middle;
    border: 0;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    transition: all .5s ease 0s;
    position: relative;
    z-index: 3;
    width: 100%;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    padding: 14px 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 19px;
    background: #2f88c8;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    max-width: max-content;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 3px;
}
.link-to-quiz:hover {
    text-decoration: none;
    background-color: #2d9bd3;
    color: #fff;
}
.link-to-quiz__white {
    background: none;
    border: 1px solid #fff;
    padding: 6px 16px;
    font-size: 15px;
}
.link-to-quiz__white:hover {
    border: 1px solid #2f88c8;
}
.header-top-column_about-not-link:hover {
    cursor: auto !important;
    text-decoration: none !important;
}

@media all and (min-width: 450px) and (max-width: 1149px) {
    .header-top-column__left,
    .header-top-column__right {
        text-align: center;
    }
}
@media all and (max-width: 555px) {
    .header-top-column .button_phone {
        margin-top: 14px;
    }
}
@media all and (max-width: 450px) {
    .header-top-column_about-link {
        margin-bottom: 5px;
        margin-top: 3px;
    }
    .header-top-column__container {
        padding: 0;
    }
    .header-top-column__left {
        font-size: 14px;
        padding: 8px 0 6px;
        width: auto;
        display: inline-block;
    }
    .header-top-column .button_phone {
        vertical-align: middle;
        margin: 0;
    }
    .header-top-column .button_phone__span {
        padding: 6px 10px;
        font-size: 14px;
    }
    .header-top-column__right {
        background: none;
        float: right;
        width: auto;
        padding: 5px 0;
    }
    .header-top-column_about {
        margin-right: 0;
    }
    .header-top-column_about:first-child {
        margin-right: 10px;
    }
    .header-top-column {
        padding-left: 10px;
        padding-right: 10px;
    }
    .header-top-column .header__phone {
        margin-right: 20px;
        margin-bottom: 0;
        font-size: 18px;
        display: none;
        color: #fff;
        border: 0;
        float: left;
        font-weight: 600;
        margin-left: 0;
        margin-top: 0;
    }
    .header-top-column .time {
        font-size: 12px;
        display: none;
        color: #fff;
        position: relative;
        margin-bottom: 8px;
    }
    .header-top-column__link-to-quiz {
        display: none;
    }
}
@media all and (max-width: 360px) {
    .header-top-column .button_phone__span {
        padding: 6px 8px;
        font-size: 13px;
    }
}