.t975 
{
    background: linear-gradient(0.11turn, rgb(69, 43, 35) 0%, rgb(7, 27, 135) 100%) rgb(47, 50, 85);
    position: static;
    width: auto;
  border-top-width:0px;
}

.t975__wrapper::before, .t975__wrapper::after
{
    position: static;
}

 .uc-menuone  {
  position: sticky;
  position: -webkit-sticky;
  z-index: 999;
  top: 0px;
 }

.t-records {
  overflow: unset !important;
}

.t830_panel
{
    background: linear-gradient(0.76turn, rgba(136, 67, 45, 1) 0%, rgba(7, 27, 135, 1) 100%);
}

.t830m_container
{
    background: linear-gradient(0.213turn,rgba(136,67,45,1) 0%,rgba(7,27,135,1) 100%);
}

.t830m
{
    background: linear-gradient(0.83turn, rgba(136, 67, 45, 1) 0%, rgba(7, 27, 135, 1) 100%);
}

.t830__menu__content 
{
    background: linear-gradient(0.34turn, rgba(136, 67, 45, 1) 0%, rgba(7, 27, 135, 1) 100%);
}

.t854__news-popup
{
    -webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
    background-color: unset;
    border-radius: 30px;
}

.t854__news-popup-close img
{
    background-color: white;
}

.t-width_8
{
    max-width: 2000px;
}

.t-popup.t-popup_show {
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
}

.t-descr
{
   color: #ffffff; 
}


@media screen and (min-width: 320px) 
{ /*Если здесь поставить другое значение, больше 320px, то на мобильных устройствах модификация отключится. Продублируйте новое значение внизу в "min-width"*/
    .t604 .t-slds {
    width: 1200px;
    margin: 0 auto; }
    
.t604 .t604__imgwrapper .t-slds__bgimg {
    border-radius: 30px; /*Здесь меняется радиус скругления картинки*/
    transform: scale(0.8);
    transition: .6s ease; /*скорость увеличения слайда*/ }
.t604 .t-slds__item_active .t604__imgwrapper .t-slds__bgimg { transform: scale(1); }
.t604 .t-slds__bullet_active .t-slds__bullet_body { width: 28px; }
.t604 .t-slds__bullet_body {
    width: 16px;
    -webkit-transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    transition: all ease-in-out .6s; }
}
@media (min-width: 320px) and (max-width: 1920px) 
{
.t604 .t-slds { width: inherit; }
.t604 .t-container:before { left: 0; }
}

.t431__td img {
    border-radius: 5px;
}



tbody.t431__tbody {
    border-radius: 10px !important;
}

.uc-app {   /*Сюда вставляем класс блока из таблицы выше*/
        border-radius: 30px !important;    /*Радиус скругления у блока*/
        overflow: hidden; /*Используется для некоторых блоков, к которым не применяется скругление*/
        /*Если нужно скруглить углы, каждый по отдельности, то используйте вместо одного значения четыре,
        написав их через пробел, например 20px 30px 10px 50px*/
    }
    
.uc-aboutus .t-cover
{
    background-color: transparent;
    -webkit-linear-gradient: unset;
    height: 466px;
}