/* «ГЕННАДИЙ ПОПОВ» */
@media (min-width: 901px) {
    .uc-GP .t-width_2 {
        max-width: 160px !important;
    }
    .uc-GP .t050__uptitle {
        font-size: 14px !important;
    }
}
@media (max-width: 900px) {
    .uc-GP .t-width_2 {
        max-width: 140px !important;
    }
    .uc-GP .t050__uptitle {
        font-size: 12px !important;
    }
}

/* Галерея со скриншотами */
.uc-gallery-1 {
    background-color: #fa353ccc !important;
}

/* Сглаживание шрифта обычнчного текста. */
.t-descr {
    -webkit-font-smoothing: subpixel-antialiased;
}

/* Bugatti video */
@media (max-width: 800px) {
    .uc-Bugatti .t-width_10 {
        max-width: calc(100vw - 20px);
    }
    .uc-Bugatti .t-video-lazyload {
        max-height: calc((100vw - 20px)/1.7778 + 1px) !important;
    }
}

/* Габаритные огни Bugatti */
@keyframes blink {
    0%, 100% { opacity: 1; }
    50%      { opacity: 0.62; }
}
.uc-Bugatti-img {
    overflow: hidden;
    animation: blink 1.25s ease-in-out infinite;
}
@media (max-width: 1780px) {
    .uc-Bugatti-img img {
    max-width: none;
    transform: translateX(calc(50vw - 50%));
    }
}
/* + @DoMaggiore */
.uc-stars, .uc-DoMaggiore .t-section__descr a {
    text-shadow: 0 0 2px #fa353c88;
    animation: blink 1.25s ease-in-out infinite;
}

/* TenChat :) */
.uc-z-index {
    z-index: 2;
    margin-bottom: -70px;
}
.uc-z-index a {
    transition: opacity 0.18s ease
}
.uc-z-index a:hover {
    opacity: 86%;
}