<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nContacts_wrap {
    position: fixed;
    right: 40px;
    bottom: 10px;
    z-index: 999;
}
.nIcon {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: 10px;
    background-color: white;
    box-sizing: border-box;
}
.nIcon img {
    width: 80%;
}
.nIcon:hover {
    transform: scale(1.1);
}
.nExit {
    font-size: 60px;
    color: gray;
    border: 1px solid gray;
}
.nTelegramm_icon img,
.nwhatsapp_icon img {
    width: 100%;
}
.nMain_icon img {
    width: 64%;
}
.nOther_icons {
    display: none;
}

@media (max-width: 600px)  {
    .nContacts_wrap {
        right: 18px;
        bottom: 70px;
    }
    .nIcon {
        width: 40px;
        height: 40px;
    }
}</pre></body></html>