.contact__line {
    padding-top:0;
}
.contact__line .phone {
    color: #fff;
}
/* white icons */
.contact__line .fb {
    background-image: url("./images/fb.svg");
}
.contact__line .inst {
    background-image: url("./images/inst.svg");
}
.contact__line .vk {
    background-image: url("./images/vk.svg");
}
.contact__line .wa {
    background-image: url("./images/wa.svg");
}
.contact__line .h24 {
    background-image: url("./images/24h.svg");
}

.contact__line .container {
    height: 67px;
}
.contact__line .section_container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.contact__line .section-left,
.contact__line .section-right {
    padding: 7px 0 0 0;
}
.contact__line .section-right {

}
.contact__line .phone {
    white-space: nowrap;
    font-size: 36px;
    font-weight: 300;
    display: inline-block;
    float: right;
    margin: 3px 0 0 9px;
}

.contact__line .fb,
.contact__line .inst,
.contact__line .vk,
.contact__line .wa,
.contact__line .h24 {
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    width: 47px;
    height: 47px;
}
.contact__line .fb {
    width: 31px;
}
.contact__line .inst {
    margin: 0 14px 0 14px;
}
.contact__line .wa {
    background-size: 56px;
    background-position-x: -5px;
    background-position-y: -5px;
    margin: 0 14px 0 0;
}
@media (max-width: 800px) {
    .contact__line .phone {
        font-size: 24px;
    }
    .contact__line .fb, .contact__line .inst, .contact__line .vk, .contact__line .wa, .contact__line .h24 {
        width: 28px;
        height: 28px;
        margin-top: 3px;
    }
    .contact__line .container {
        height: 55px;
    }
    .contact__line .section-right {
        padding: 9px 0 0 0;
    }
    .contact__line .section-left,
    .contact__line .wa {
        display: none !important;
    }
    .contact__line .section-right {
        margin: 0 auto;
    }
}
