
/* Stop animation for the site title "Изкривени щеки" */
.u-text-1,
.u-text-1[data-animation-name] {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
}
.nav-button-right {
    margin-left: auto; /* бута бутона вдясно */
    display: inline-block;
}

.u-nav-1 {
    display: flex; /* за да работи margin-left:auto */
}

