#st .has-sub a:after{display:none;}
#st ul{display:none !important;}
#cssmenu > ul > li#st > a::after {display:none;}
.rdzt {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    margin-top:50px;}

.img-slikk {
    margin: 0 -10px;
    touch-action: auto;}

.img-slikk .slick-prev {
    width: 36px;
    height: 60px;
    background: url(../images/left.png)center no-repeat;
    left: 20px;
    top: 30%;}

.img-slikk .slick-next {
    width: 36px;
    height: 60px;
    background: url(../images/right.png)center no-repeat;
    right: 20px;
    top: 30%;}

.rdzt a {
    display: block;
    margin: 0 10px;}

.rdzt a:hover p {
    color: #24a6b5;}

.rdzt-img {
    display: block;
    position: relative;
    padding-top: 66%;
    overflow: hidden;
    margin-bottom: 18px;}

.rdzt-img img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s all;
    transform: scale(1, 1);}

.rdzt-img:hover img {
    transform: scale(1.05, 1.05);}


.rdzt a p {
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}

