/* показать номер в шапке */
.header-tel .show-phone {
    display: flex;
    align-items: center;
    color: #607D8B;
    line-height: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
}
.header-tel .show-phone .nir-phone:before {
    font-size: 24px;
    color: #000;
    margin-right: 6px;
}
.header-tel .show-phone:hover, .header-tel .show-phone:hover .nir-phone:before {
    color: #008DEE;
    cursor: pointer;
}



/* показать номер в контактах */
.contacts-list__item.phone .show-phone {
    display: flex;
    align-items: center;
    height: 24px;
    font: 500 10px Roboto, Arial, Helvetica, sans-serif;
    color: #607D8B;
    line-height: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.contacts-list__item.phone .show-phone .nir-phone:before {
    font-size: 24px;
    color: #000;
    margin-right: 6px;
}
.contacts-list__item.phone .show-phone:hover, .contacts-list__item.phone .show-phone:hover .nir-phone:before {
    color: #008DEE;
    cursor: pointer;
}


/* показать номер в подвале */
.footer-contacts-phone .show-phone {
    display: flex;
    align-items: center;
    height: 24px;
    font: 500 14px Roboto, Arial, Helvetica, sans-serif;
    color: #263238;
    line-height: 16px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
}
.footer-contacts-phone .show-phone .nir-phone:before {
    font-size: 24px;
    color: #000;
    margin-right: 6px;
}
.footer-contacts-phone .show-phone:hover, .footer-contacts-phone .show-phone:hover .nir-phone:before {
    color: #008DEE;
    cursor: pointer;
}