body {
    background-color: #000000 !important;
}

.t-popup {
    backdrop-filter: blur(10px);
}

.uc-sites-cases .t778__wrapper {
    border: 1px solid #80808021;
}

.uc-sites-cases .t778__descr u {
    padding: 5px 10px;
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 700;
    background-color: #252525;
}


@media screen and (max-width: 960px) {
    .uc-photo-section .t532__itemwrapper {
        max-width: 100%;
        height: 400px;
    }
}

 .uc-photo-section .t532__textwrapper {
    padding: 20px 10px 0px 20px;
}


@media screen and (max-width: 480px) {
    .uc-sites-cases .t778__col_mobile-grid {
        margin-bottom: 60px;
    }
}

.uc-sites-cases .t778__descr {
    margin-top: 15px;
}

.uc-sites-cases a {
    font-size: 16px;
}

/*Фон в потоках даже после перезагрузки*/
.t-feed__post-popup.t-popup_show {
    background-color: #000000 !important;    
}

/*жирность кнопок в footer*/
div.t992__wrapper.t992__wrapper_aligncenter > div > a {
    font-weight: 800 !important;
}

/*Мобильная шапка*/
.t451m {
    transition: transform cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s;
    max-width: 100%;

}

.t451m__list {
    padding-top: 30px !important; 
}


.t451__container__bg {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgb(0 0 0 / 44%) !important;
}


.t454__positionfixed {
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-bottom: 1px solid #80808054;
        background-color: rgb(0 0 0 / 44%) !important;
}


.t454__imglogo,
.t451__logo__content{
    animation-name: rotation;
    animation-duration: 50s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.t451__logo__content:active,
.t451__logo__content:focus, 
.t451__logo__content { 
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
} 

@keyframes rotation {
    0% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(360deg);
    }
}

/*Карточки сотрудников в новой версии*/
.t-feed__col-grid__post-wrapper:hover {
    transform: translate(0,-10px);
    -webkit-transform: translate(0,-10px);
    -o-transform: translate(0,-10px);
}

/*div {*/
/*    transition: 0.3s;  */
/*}*/

.t-title {
    font-weight: 900;
}

/*Шрифт в портфолио у карточек. Заголовок*/
.t401__title {
    font-weight: 1000; 
}

.t1025__price {
    font-weight: 1000 !important;
}

/*Шрифт в блоге у карточек. Заголовок*/
.js-feed-post-title {
    font-weight: 1000 !important;
}


.t485__img, .t532__bg {
   border-radius: 20px; 
}


.t-slds__container {
    /*overflow: hidden;*/
    border-radius: 20px;

}

.t734 {
    margin:2%;
    margin-top:0;
}

.t734__button > a{
    font-weight: 800 !important;
    font-size: 18px;
}

.t1025__btn, .t-card__btn {
    font-weight: 800;
    font-size: 18px;
}


.t734__title {
    font-weight: 900 !important;
}

.t-btn_md {
    padding-left: 40px;
    padding-right: 40px;
}

 .t401__table, .t401__bg, .t401__overlay {
    border-radius: 30px !important;
}