div.block-phone {
    position: absolute;
    right: 20px;
    background: white;
    box-shadow: 0px 2px 4px rgba(41, 41, 41, 0.16);
    border-radius: 0px 0px 6px 6px;
    width: fit-content;
    text-align: center;
    z-index: 2;
}

.block-phone div div i {
    background: url(../img/phone.svg) 0 0 no-repeat;
    width: 16px;
    height: 16px;
    background-position-x: center;
    background-position-y: center;
}

.block-phone .hr {
    border: none;
    display: block;
    background-color: #e83a38;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    width: 30px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.block-phone div p {
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 8px;
    line-height: 10px;
    color: #292929;
    text-align: center;
}

@media (min-width:992px) {
    div.block-phone {
        padding: 3px 10px;
        top: 168px;
    }
    .block-phone div div p {
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 14px;
        text-align: center;
        color: #E83A38;
    }
    .block-phone div p {
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .block-phone div{
        margin-top: 5px;
    }
}

@media (max-width:991.98px) {
    div.block-phone {
        padding: 3px;
        top: 131px;
    }
    .block-phone div div p {
        font-style: normal;
        font-weight: bold;
        font-size: 8px;
        line-height: 10px;
        text-align: center;
        color: #E83A38;
    }
    .block-phone div div i {
        background-size: 15px 15px;
    }
    .block-phone div p {
        margin: 0;
    }
}
