::selection {
    background: #06070F; /*фон*/
    color: #fff; /*текст*/
}
.overflow-class-7 {
    overflow: hidden;
    border-radius: 7px;
}
.overflow-class-10 {
    overflow: hidden;
    border-radius: 10px;
}
.space-between-btn .tn-atom__button-content {
    width: 100%;
}

/*фикс высоты кода в поп-апах*/
.t868__code-wrap, .t868__code-wrap > div {
    height: 100% !important;
}