* {
    font-family: 'RFDewiExpanded', Arial, sans-serif;
    font-weight: normal;
    outline: none;
}
html {
    scroll-behavior: auto !important;
}

@media (hover: none) and (pointer: coarse) {
    * {
        -webkit-tap-highlight-color: transparent;
    }
    .t-records {
        -webkit-overflow-scrolling: auto;
    }
}
.t-container {
    max-width: 100%;
    padding: 0 135px;
    box-sizing: border-box;
}
.t-slds__bullet_body {
height: 3px !important; 
}
table .quill-table__cell {
    border: 1px solid transparent;
}
#rec1631792561 .t-container {
    padding: 0 70px;
}
.t-feed__post-popup__close-wrapper.t-feed__post-popup__close-wrapper_loading {
    width: 96%;
}
.t-feed__post-popup__content-wrapper {
    padding-top: 80px;
}
.t-feed__post-popup__close-wrapper {
    border-bottom: 1px solid rgba(192, 192, 206, 0.1);
}
.t-feed__post.t-item t-width.t-slds__item {
    position: relative;
}
.t-feed__post:after {
    content: '';
    width: 1px;
    height: 100%;
    display: flex;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: #1E1E43;
}
.t-feed__post:before {
    content: '';
    width: 1px;
    height: 0%;
    display: flex;
    position: absolute;
    margin: auto;
    bottom: 0;
    background-color: #6BF8F8;
    z-index: 10;
    transition: height 0.4s linear, opacity 0.7s linear;
    opacity: 0;
}
.t-feed__post:hover:before {
    height: 100%;
    opacity: 1;
}
.js-feed-post-link:hover .t-feed__post-bgimg {
    transform: scale(1.2) !important;
}




.animation-title .tn-atom {
    position: relative;
    display: inline-block;
    color: white;
    font-size: 120px;
    font-family: 'RFDewiExpanded', Arial, sans-serif;
    line-height: 1.55;
    white-space: nowrap;
}

/* Стили для контейнера текста */
.animation-title .tn-atom .text-container {
    display: inline-block;
}

/* Стили для каждой буквы */
.animation-title .tn-atom .char {
    display: inline-block;
    opacity: 0;
    animation: char-typing 0.4s ease forwards;
}

/* Анимация появления букв */
@keyframes char-typing {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Стили для курсора */
.animation-title .tn-atom .cursor {
    display: inline-block;
    width: 4px;
    height: 120px;
    background-color: white;
    margin-left: 2px;
    vertical-align: middle;
    opacity: 0;
    animation: cursor-blink 1s step-end infinite;
}

/* Анимация мигания курсора */
@keyframes cursor-blink {
    0%, 50% {
        opacity: 1;
    }
    51%, 100% {
        opacity: 0;
    }
}


@media screen and (max-width: 1200px) {
    .t-container {
        max-width: 100%;
        padding: 0 16px;
    }
    #rec1631792561 .t-container {
        padding: 0 16px;
    }
    .quill-table__cell-line span {
        font-size: 17px !important;
    }
}
@media screen and (max-width: 640px) {
    #allrecords ul.t-slds__arrow_container {
        display: none;
    }
    .t801__witharrows .t-col {
        padding: 0;
    }
}
@media screen and (max-width: 560px) {
   .t-feed__post-popup__content-wrapper {
        padding-top: 14px;
    }

}


.t-feed__post-popup.t-popup_show {
    overflow-y: auto !important;
    height: auto !important;
    min-height: 100vh !important;
}

.t-popup__container.t-popup__container-static {
    height: auto !important;
    max-height: none !important;
}
.tn-atom__button-content {
    cursor: pointer;
}
.tn-atom__button-icon,
#rec1621971031 .tn-elem[data-elem-id="1764321060263"] .tn-atom .tn-atom__button-icon,
.t396 .tn-atom__button-icon::before {
    transition: all 0.5s linear;
}
.tn-atom__button-content:hover .tn-atom__button-icon {
    --icon: url(https://static.tildacdn.com/tild3537-6232-4030-b066-313230623438/Frame_195_2.svg) !important;
     transition: all 0.5s linear;
}

.t-feed__post-popup.t-popup_show {
    overflow-y: auto !important;
    height: auto !important;
    min-height: 100vh !important;
}

/* Важные стили для корректной работы скролла в попапе */
.t-feed__post-popup.t-popup_show * {
    pointer-events: auto !important;
}

.t-feed__post-popup.t-popup_show .t-popup__container {
    pointer-events: auto !important;
    cursor: default !important;
}
/*анимация попап*/
.t-popup__container .t702__wrapper {
    box-shadow: 0 25px 50px -12px rgba(107, 248, 248, 0.35);
    transition: box-shadow 0.6s ease-in-out;
    animation: accentPulse 4s infinite ease-in-out;
}
@keyframes accentPulse {
    0% {
        box-shadow: 
            0 25px 50px -12px rgba(107, 248, 248, 0.35);
    }
    50% {
        box-shadow: 
            0 30px 70px -8px rgba(107, 248, 248, 0.55),
            0 0 40px rgba(107, 248, 248, 0.3),
            0 0 0 1px rgba(107, 248, 248, 0.1);
    }
    100% {
        box-shadow: 
            0 25px 50px -12px rgba(107, 248, 248, 0.35);
    }
}