/*скроллбар*/
body::-webkit-scrollbar {
    width: 4px; /*Ширина скроллбара*/
}
body::-webkit-scrollbar-track {
    background: #000000; /*Цвет фона полосы прокрутки*/
}
body::-webkit-scrollbar-thumb {
    background-color: #F96524; /*Цвет ползунка*/
}

/*Меню сайта*/
.t450__container {
    padding: 200px 50px 60px 80px !important;
}
.t-menu__link-item {
    margin-bottom: 10px !important;
}
.t450__list_item:nth-last-child(1) > a,
.t450__list_item:nth-last-child(2) > a,
.t450__right_descr {
    font-size: 11px !important;
    line-height: 1.8 !important;
    letter-spacing: 2px !important;
    font-weight: 600 !important;
}
.t450__list_item:nth-last-child(2) > a {
    margin-bottom: 5px !important;
    margin-top: 25px !important;
}
.t450__menu .t-menu__link-item {
    letter-spacing: 3.5px !important;
}
.t450__close_icon span {
    background-color: #F96524 !important;
}
@media (max-width: 480px) {
.t450__container {
    padding: 150px 50px 60px 40px !important;
}
.t450__list_item:nth-last-child(1) > a,
.t450__list_item:nth-last-child(2) > a,
.t450__right_descr {
    font-size: 9px !important;
    line-height: 1.8 !important;
    letter-spacing: 1.8px !important;
}
}

/*координаты элементов*/
@media (min-width: 961px) {
.arrow-one {
    left: calc(50% + (50% - 480px)/2 + 120px) !important;
}
.arrow-two {
    left: calc(50% + (50% - 480px)/2 + 140px) !important;
}
}

/*стили сетки потоков*/
.uc-posts-main .t897 .t-feed__textwrapper .js-feed-post-title,
.uc-blog-posts .t897 .t-feed__textwrapper .js-feed-post-title {
    display: none;
}
/*.uc-blog-posts .t897 .t-feed__textwrapper .js-feed-post-descr {*/
/*    display: none;*/
/*}*/
.t897 .js-feed-post-descr,
.t897 .js-feed-post-title {
    transition: all 0.2s;
}
.t897 .js-feed-post-link:hover .js-feed-post-descr,
.t897 .js-feed-post-link:hover .js-feed-post-title {
    color: #F96524 !important;
}
.js-feed-btn-show-more {
    font-size: 11px !important;
    letter-spacing: 2px !important;
}
@media (max-width: 960px) {
.t897 .js-feed-post-descr {
    font-size: 15px !important;
}
.t897 .js-feed-post {
    margin-bottom: 40px !important;
}
}
/*стили статьи*/
.t-feed__post-popup__close-wrapper .js-feed-popup-title {
    color: #000000 !important;
    font-size: 11px;
    line-height: 1.8;
    letter-spacing: 2px;
    font-weight: 600 !important;
    text-transform: uppercase;
}
@media (min-width: 961px) {
.t-feed__post-popup__title-wrapper .js-feed-post-title {
    font-size: 32px !important;
    letter-spacing: 0.6px !important;
    font-weight: 400 !important;
    padding-bottom: 40px;
    padding-top: 20px;
}
.js-feed-post-text {
    font-size: 19px !important;
    line-height: 1.4 !important;
    letter-spacing: 0.3px !important;
}
.t-feed__post-popup__cover-wrapper {
    width: 960px;
    margin-left: -100px;
}
.t-feed__post-popup__container {
    padding-bottom: 200px;
}
}
@media (max-width: 960px) {
.t-feed__post-popup__title-wrapper .js-feed-post-title {
    font-size: 21px !important;
    letter-spacing: 0px !important;
    font-weight: 400 !important;
    padding-bottom: 20px;
    padding-top: 20px;
}
}
.t-feed__post-popup__date-parts-wrapper {
    display: none;
}
.js-feed-post-text p strong {
    text-align: center;
    font-size: 11px;
    line-height: 1.8;
    letter-spacing: 2px;
    font-weight: 600 !important;
}
.js-feed-post-text p a:hover {
    color: #F96524 !important;
}
.js-feed-post-text {
    font-weight: 400 !important;
}

/*архив проектов*/
.t007 .t-col {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.t007__text {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

/*текст на главной*/
@media (max-width: 640px) {
.uc-main-page-text .t-text {
    font-size: 21px !important;
    letter-spacing: 0px !important;
    font-weight: 400 !important;
}
.uc-main-blog-descr .t-text {
    font-size: 15px !important;
    line-height: 1.5 !important;
    letter-spacing: 0px !important;
    font-weight: 400 !important;
}
}