/* Синее свечение под заголовком */
.nighttitle::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    right: -15px;
    width: clamp(200px, 15vw, 270px);
    height: clamp(70px, 4.4444444444vw, 80px);
    background: #205593;
    filter: blur(60px);
    transform: rotate(170deg);
    z-index:-1;
}

.t-input {
    font-family:'Commissioner';
}

/* Оквадрачивание аватарки обратного звонка */
.cbk-window .cbk-forms .cbk-window-logo {
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
}

/* Увеличиваем кнопку Profitbase на компах */

@media screen and (min-width: 1280px) {

    html {
        --sw-button-size: 126px !important;
        --sw-font-size: 15px !important;
        --sw-icon-size: 38px !important;
    }

} 