.uc-tabs-tl .t397__col_mobile-flex{
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.uc-tabs-tl .t397__col_mobile-flex::-webkit-scrollbar{
        display: none;
}

.scrollbooster-viewport {
    cursor: -webkit-grab;
    cursor: grab;
    padding-bottom: 30px;
    margin-bottom: -30px;
}
.scrollbooster-viewport:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.scrollbooster-content {
    position: absolute;
    width: 100%;
    height: 100%;
}
.arrow-left,
.arrow-right {
    cursor: pointer;
}

.t396__elem.zoomon {
overflow: hidden;
}

.zoomon .tn-atom {
transition: all 0.5s ease;
}

.zoomon .tn-atom:hover {
transform: scale(1.1);
}


.t585 .t-section__container .t-col {
    margin: 0;
    padding :0;
}
.t-feed:has(.t-feed__slds-wrapper) .t-feed__buttons-wrapper {
    display: none;
}
.t-feed:has(.t-feed__slds-wrapper) .t-feed__slider-grid__content {
    padding: 5px 4px 10px;
    
}
html a{
   transition: all 0.12s;
}
html a:hover{
    opacity:0.8;
}
.reviews-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.reviews-inner iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
}
@media (max-width: 640px) {
    .t585 .t-section__container .t-col {
        max-width: 80%;
        margin: 0 auto;
    }
}
@media (min-width: 480px) and (max-width: 640px) {
   .t585 .t-section__container .t-col .t-section__descr {
        font-size: 16px !important;
    }
}