.t228__centercontainer {
    position: absolute;
    right: 90px; 
    opacity: 1 !important;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.t228__list {
    display: flex;
    flex-direction: column;
    opacity: 1;
    text-align: right;
}

.t228__list_item {
    padding-right: 0 !important;
}

.t-menu__link-item {
    font-size: 32px !important;
}

.t228__list_item:not(:first-child) {
    margin-top: 24px;
}

.t694 .t694__show_hover .t694__overlay {
    /*backdrop-filter: blur(8px);*/
}

.t694__textwrapper.t694__animation_fast.t694__textwrapper_animated {
    opacity: 1;
    transform: translateY(0%) !important;
}

/*.t491__content .t491__wrapper {*/
/*    display: flex !important;*/
/*    align-items: center;*/
/*}*/

.t491__wrapper > img {
    /*flex-shrink: 0;*/
    width: 80px !important;
    height: 80px;
}

.t491__title.t-name.t-name_sm {
    /*margin: 0;*/
    /*padding-top: 0 !important;*/
    min-height: 65px;
    display: block !important;
    margin-top: 20px;
}

.t396 {
    position: relative;
}

.t-input-group.t-input-group_in:not(:last-child) {
    margin-bottom: 12px;
}

.t-input-title.t-descr.t-descr_md {
    font-size: 14px;
    font-weight: 700;
}

.t-section__topwrapper.t-align_center {
    margin-bottom: 45px;
}

.uc-double_block_list {
    
}

.t694__row > * {
    background: #e9e5e0 !important;
}

.t694__row > * .t-card__title,
.t694__row > * .t-card__descr
{
    color: #2a2727;
}

#rec564662705 {
    padding-bottom: 16px !important;
}

.t694 .t694__table {
    background: unset !important;
}

.t920__row:not(:first-child) {
    transform: translateY(-48px);
}

.t920__symbol {
    color: #e4643540;
}

.t920__row:last-child .t920__symbol  {
    color: #34343440;
}
 
@media screen and (max-width: 1440px) {
    .t694 .t694__row {
        display: flex !important;
        flex-wrap: wrap;
    }

    .t694__row > * {
        width: 50% !important;
    }
    
    .t694__row:nth-child(odd) > *:nth-child(3) {
        order: 9;
    }
    
    .t694__row:nth-child(even) > *:nth-child(2) {
        order: -1;
    }
}


@media screen and (max-width: 980px) {
    .custom_nav {
        display: none !important
    }
}

@media screen and (max-width: 576px) {
    .t694__row > * {
        width: 100% !important;
    }
    
    .t694__row:nth-child(odd) > *:nth-child(3) {
        order: unset !important;
    }
    
    .t694__row:nth-child(even) > *:nth-child(3) {
        order: 9;
    }
    
    .t694 .t694__cell {
        display: block !important;
    }
    
    .t694__table {
        height: 250px !important;
    }
    
    .t694__textwrapper__content {
        margin-top: 0 !important;
    }
    
    .t694__textwrapper__content p {
        text-align: left !important;
    }
}