.uc-main-screen ul {
    list-style-type: none !important;
}
/*
.uc-main-screen .t997__wrapper {
    border-left: 4px solid #5467E2;
    border-right: 4px solid #5467E2;
    border-bottom: 4px solid #5467E2;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
}
*/

.uc-main-screen .t997__cards-wrapper {
    display: flex;
    justify-content: center;
}

.uc-main-screen .t997__descr em {
    position: absolute;
    bottom: 180px;
    left: 50%;
    transform: translateX(-50%);
    font-style: normal;
    font-size: 24px;
    font-weight: 500;
    color: #5467E2 !important;
}

.uc-main-screen .t997__col {
    justify-content: center;
    max-width: 200px;
}

.uc-main-screen .t997__imgwrapper {
    width: unset !important;
    height: 24px !important;
}


.uc-main-screen .t997__img {
    width: unset;
    height: 100%;
}

.uc-about-tms .t480__col:has(>.t480__blockimg) {
    position: relative;
}

.uc-about-tms .t480__col:has(>.t480__blockimg)::after {
    content: '';
    position: absolute;
    background-color: #5467e2;
    width: 100%;
    height: 100%;
    left: 16px;
    top: 16px;
    display: block;
}

.uc-about-tms .t480__blockimg {
    position: relative;
    z-index: 1000;
}

.uc-documentation .t993__items-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
}

.uc-documentation .t-col {
    margin: 0px;
}

.uc-documentation .t993__items-list > a {
    max-width: 270px;
    min-height: 64px;
}
