.yButton {
    display: none !important;
}


  .paragraph ul {
    margin-bottom: 0.5em;
    list-style-type: none; /* Скрытие точек */
    padding-left: 0 !important; /* Удаление внутреннего отступа у списка */
  }

  .paragraph li {
    margin-bottom: 0.5em;
    text-align: left; /* Выравнивание по левому краю */
  }
  
  
  /* Set height, width, and corner radius for images inside .uc-articles */
.uc-articles .t-feed__post-imgwrapper img {
    height: 158px !important;
    width: 100% !important;
    margin: 0px !important;
    
    object-fit: cover !important; /* Ensure the image covers the entire area */
}

.uc-articles .t-feed__post-imgwrapper {
    height: 158px !important;
    border-radius: 12px !important;
}


/* Set opacity for the entire card on hover inside .uc-articles */
.uc-articles .t-feed__post:hover {
    opacity: 0.7 !important;
}

/* Ensure the container respects the changes inside .uc-articles */
.uc-articles .t-feed__col-grid__post-wrapper {
    overflow: hidden; /* Prevent overflow of images */
    border-radius: 1em !important; /* Match corner radius */
}

/* Ensure the container respects the changes inside .uc-articles */
.uc-articles .t-btn {
    height: 3rem !important; /* Match corner radius */
}


/*убираем тень у поиска*/
  .t985__widgetheader {
        box-shadow: none !important;
    }
    
/*правим специалистов*/
      @media screen and (min-width: 1200px) {
        .uc-specialists .t774__content {
            display: none !important;
        }
    }
        .uc-specialists .t-card__title {
            display: none !important;
        }
        .uc-specialists .t-card__col {
            margin-bottom: 48px !important;
        }
        
        
    .t-popup__container {
        margin: auto !important;
    }
    
/*для мобилок расширяем строку поиска    */
    @media screen and (max-width: 960px) {
        .t-search-widget__header {
            padding-top: 0.5rem !important;
            padding-bottom: 0.5rem !important;
        }
    }
    
    /*скрываем скроллбары*/
       
    .t396__artboard { 
        overflow-x: auto;
         scroll-behavior: smooth;
    }

   .t396__artboard::-webkit-scrollbar {
        height: 0; /* Скрывает скроллбар */
    }
 

/* Style for the search widget results */
.t-search-widget__result {
    background-color: #f0f8ff; /* Light blue background color */
    border-radius: 10px; /* Rounded corners */
    padding: 10px; /* Padding for inner spacing */
    margin-bottom: 10px; /* Space between results */
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
}

/* Hover effect for search widget results */
.t-search-widget__result:hover {
    background-color: #e0e7f0; /* Slightly darker blue on hover */
}

/* Hide the t-descr elements */
.t-search-widget__result__body.t-descr {
    display: none;
}

