/* Для всех текстов внутри кнопок. Чтобы курсор оставался стрелкой*/
.tn-atom {
    cursor: default !important;
}

/* Для появления меню при скролле*/
.scrollmenu {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

/*+7 в попапе*/
.t-input-phonemask__select-code {
    color: #ffffff !important;
}

.t-input {
    color: #ffffff !important;
}

.t-select_bbonly {
    color: #ffffff !important;
}