 .line-footer {
    height: 0.5px !important;
}

.t-slds__bullet_body {
    width: 30px !important;
    transition: width 0.3s;
}

.t-slds__bullet {
    opacity: 0.5;
}

.t-slds__bullet.t-slds__bullet_active {
    opacity: 1;
}

.t-slds__bullet.t-slds__bullet_active .t-slds__bullet_body {
    width: 100px !important;
    transition: width 0.3s;
}

.next .tn-atom {
    background: url(https://static.tildacdn.com/tild3938-3261-4933-b932-636438643836/Arrow_2_1.svg);
    background-repeat: no-repeat;
    background-position: 94% !important;
    background-size: 20px;
}

.next .tn-atom:hover {
    background-position-x: 100% !important;
    transition: background-position-x 0.3s;
}

.download .tn-atom {
    background: url(https://static.tildacdn.com/tild3437-6338-4264-b861-353031323261/Group_28.svg);
    background-repeat: no-repeat;
    background-position: right !important;
    background-size: 11%;
}

.download .tn-atom:hover {
    background: url(https://static.tildacdn.com/tild6365-6563-4866-a261-366365313736/Group_28_1.svg);
    background-repeat: no-repeat;
    background-position: right !important;
    background-size: 11%;
    transition: background 0.3s;
}

.uc-top svg {
    width: 40px !important;
    height: 40px !important;
}

.post-card {
    transition: top 0.3s !important;
}


.post-card:hover {
    top: -2px !important;
    transition: top 0.3s !important;
}

.post-card:hover .post-text div {
    color: #e82d89 !important;
}

.logo {
    transition: top 0.2s !important;
}


.logo:hover {
    top: 30px !important;
    transition: top 0.2s !important;
}