

/*Аккордеон*/
/*@media (min-width: 961px) {*/
/*    .t585 .t-container {*/
/*        max-width: calc(100% - 40px);*/
/*    }*/
/*    .t585 .t-col {*/
/*        max-width: calc(50% - 40px);*/
/*        margin-left: 20px;*/
/*        margin-right: 20px;*/
/*        padding: 0;*/
/*    }*/
/*}*/


.uc-header {
    mix-blend-mode: difference !important;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}

::selection {
background: #FFD700; /*фон*/
color: #3A3838; /*текст*/
}
