.t-slds__bullet_active .t-slds__bullet_body {
    width: 40px !important;
}

.t-slds__bullet_body {
    transition: 0.3s;
    height: 5px !important;
}

.t-slds__bullet {
    padding: 10px 3.5px !important;
    margin: 0px !important;;
}

.img-zoom {
    overflow: hidden;
    border-radius: 10px;
}

.img-zoom .tn-atom {
    animation: image_zoom 8s infinite ease-in-out;
    border-radius: 10px;
}

@-moz-document url-prefix() {
  .img-zoom .tn-atom {
        animation: none;
    }
    
    .img-zoom {
        overflow: visible;
    }
    
    .circle_fox {
        display: none;
    }
}

@keyframes image_zoom {
  0%   {transform: scale(100%);}
  50%  {transform: scale(110%);}
  100% {transform: scale(100%);}
}

@media(min-width: 1200px) {
    .t-container {
        max-width: 90%;
    }
    
    .t-feed__slds-wrapper .t-col {
        width: 85% !important;
    }
}

.t-popup__container {
    border-radius: 10px;
}

.t702 .t-popup__block-close {
    background: #212c6c;
}

.t282__menu__wrapper {
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.t604__imgwrapper .t-slds__bgimg {
    border-radius: 10px;
}

.t702 .t-popup__block-close {
    border-radius: 5px;
}