.t-header__broder{
    border-bottom:1px solid #000;
}
.uc-cover .t-cover__carrier{
    background-position: center 80px !important;
}
@media screen and (max-width: 960px){
.uc-cover .t-cover__carrier {
    background-position: right top !important;
}
}
.uc-btnshowmore .t476__descr a{
    display: inline-block;
    font-weight: 600;
    padding-left: 60px;
    padding-right: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    margin-top: 30px;
    background: rgb(0, 59, 112);
}

/*Анимация кнопки*/
.more-btn-active{display:none !important;}
.tabshide {
    opacity: 0!important;
    min-height: 0!important;
    max-height: 0!important;
    pointer-events: none!important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden !important;
}
.tildaflash {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

  .flash_wrap-effects {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-85px);
    -ms-transform: translateX(-85px);
    transform: translateX(-85px);
    -webkit-animation-name: tildaflash;
    animation-name: tildaflash;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

 .flash_effects {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .4)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
    background: -o-linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
    background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 30px;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

@-webkit-keyframes tildaflash {
  20% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
  }
  100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
  }
}

@keyframes tildaflash{
	20% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
 }
	100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
 }
}
	
.uc-link a{
    -webkit-transition: all .3s;
    -o-transition: all .3;
    transition: all .3s;
}
.uc-link a:hover{
    color:#003b70 !important;
}
.uc-advantages .t503 .t-card__col:nth-child(4){
    display:none !important;
}
.uc-advantages .t503__container{
    justify-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.uc-advantages .t503 .t-card__col:first-child{
    margin-right:40px;
}
.uc-advantages .t503 .t-card__col:nth-child(3){
    margin-left:40px;
}
@media screen and (max-width: 960px){
    .uc-advantages .t503 .t-card__col:first-child{
    margin-right:0;
}
.uc-advantages .t503 .t-card__col:nth-child(3){
    margin-left:0;
}
}
.uc-banner .t189__wrapper{
    background: #fff;
    padding-left:60px;
    padding-right:60px;
}
.uc-banner .t-cover .t-col.t-col_7{
    max-width:550px;
}
.uc-banner .t189__title{
    positon:relative;
    padding:0;
    padding-bottoM;12px
}
.uc-banner .t189__title span{
    position: absolute;
    top: 42%;
    transform: translate(0, -42%);
    
}
.uc-dmenu .t-menusub__menu:after, .uc-dmenu .t-menusub__menu:before,
.uc-fmenu .t-menusub__menu:after, .uc-fmenu .t-menusub__menu:before {
    display:none;
}
.uc-dmenu .t-menusub__menu {
    top: 70px !important;
}
.uc-dmenu .t-menusub__menu, .uc-fmenu .t-menusub__menu{
    max-width: 250px; 
}
.uc-table .t004 table td, .t004 table th {
    padding: 15px 20px;
    vertical-align: middle;
}
@media screen and (max-width: 1650px) {
.uc-dmenu .t-menusub__menu {
    top: 48px !important;
}
}
@media screen and (max-width: 1200px) {
    .uc-btnshowmore .t476__title {
        font-size: 34px;
    }
    .uc-btnshowmore .t476__content {
        padding: 80px 60px 85px;
    }
}
@media screen and (max-width: 960px){
.uc-banner .t189__title span{
    position: unset;
}
.uc-banner .t-cover .t-col.t-col_7 {
    max-width: 100%;
}
}
@media screen and (max-width: 680px) {
    .uc-btnshowmore .t476__content {
        padding: 30px 15px 35px
    }
}
@media screen and (max-width: 480px){
.uc-banner .t189__title span {
    font-size: 14px !important;
}
.uc-banner .t189__wrapper {
    padding-left: 20px;
    padding-right: 20px;
}
}
.uc-downloads .t1095 .t-descr a{
    display: block;
    font-weight: 500;
    margin-top: 12px;
    -webkit-transition: all .3s;
    -o-transition: all .3;
    transition: all .3s;
}
.uc-downloads .t1095 .t-descr a:hover{
    color:#000000 !important;
}
.uc-cookie .t886__btn {
    height: 35px;
    line-height: 28px;
}
@media screen and (max-width: 480px){
.uc-btnshowmore .t476__wrapper{
    padding:40px 5px;
}
}