body {
    background: #ffffff;
    color: #333333;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}

.cursor-pointer {
    cursor: pointer;
}

@media (max-width: 768px) {
    body {
        background: #ffffff;
        color: #333333;
        font-family: Arial, sans-serif !important;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
    }
}
/* Btn Bitrix 24 */
.b24-widget-button-inner-container {
    bottom: 75px;
    right: -10px;
}
@media (max-width:  991.95px) {
    .b24-widget-button-inner-container {
        bottom: 20px;
        right: -30px;
    }
}

.linkWeb {
    text-align: center;
    margin-top: 5px;
}