.filters-news-container{
    display: flex;
    justify-content: space-between;
    width: 60%;
}

.filters-news-container > input{
    width: 45%;
}

.view-tag-a-search{
    color: #3c3246;
    font-family: Arial;
    font-weight: bold;
    font-size: 14pt;
}

.view-tag-li-search{
    list-style-type: none;
    border-bottom: 1px solid #dfdbdb;
    padding-bottom:10px;
}

#search-results{
    padding-left: 0.7rem !important;
}

.description_slider{
    color:white;
    border-color: white;
}

.text-primary {
    /*color: white !important;*/
}

.lk-bg-cus{
    background-color: white;
}

.half-content-grid{
    display: grid !important;
    grid-template-columns: repeat(5, 250px) !important;
    gap: 30px ;
}

.half-content-flex{
    display: flex;
    justify-content: center; /* центрирование по горизонтали */
    align-items: center;     /* центрирование по вертикали */
    gap: 30px;
    margin-top: 30px;
    margin-left: .1%;
}

.tile-wb, .tile-wc{
    width: 250px;
    height: 185px;
    padding:10px;
    box-shadow: 0 15px 15px -5px rgba(0, 0, 0, 0.3);
}

.tile-wb{
    background-color: #003597;
}

.tile-wc{
    background-color: white;
}

.link-tile{
  display: block;
}

.container-title{
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.title-tile-gc, .title-tile-wc{
    /*color: grey;*/
    /*font-family: Arial;*/
    /*font-size: 14px;*/
}

.title-tile-wc{
    color: white;
}

.picture-tile-gc, .picture-tile-wc, .container-img{
    /*width: 100px;*/
    /*height: 100px;*/
    margin: 0 auto;
}

.picture-tile-gc{
    filter: invert(39%) hue-rotate(90deg) saturate(3);
}

.picture-tile-wc{
    filter: invert(100%) hue-rotate(90deg) saturate(3);
}

.tile-wb:hover, .tile-wc:hover{
    transition: .5s;
    box-shadow: 0 25px 30px -5px rgba(0, 0, 0, 0.3);
}

.tile-wb:not(:hover), .tile-wc:not(:hover){
    transition: .5s;
}

.menu-second-version{
    display: flex;
    justify-content: center;
    background-color: white;
    padding: 30px;
}

.tiles_box_{
    margin:0 auto;
}

.lk-text-colot-cus{
    color:black !important;
}

@media (min-width: 200px) and (max-width: 1500px) {
    .half-content-grid, .half-content-flex {
        display: block !important;
        margin: 0 auto;
    }

    .tile-wb, .tile-wc, .half-content-grid, .half-content-flex{
        width: 100%;
    }

    .tile-wb, .tile-wc{
        margin-bottom: 30px;
    }
}