.test{
    color:red;
}
.filter-container{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 15px;
    
}
.glide__container{
    min-height: 33vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #F1E8E6; */
    color: #000;
    /* font-family: 'Muli', sans-serif; */
}
/* 
.glide__slides{
    width:100vh;

} */
.glide__arrow{
    height:45px;
    width:45px;
    position: absolute;
    border: none;
    border-radius: 50%;
    padding: 1em;
    cursor: pointer;
    top: 36%;
}

.glide__arrow:hover,
.glide__arrow:focus{
    transform: scale(0.7);
    outline: none;
    
}

.glide__arrow--left{
    left: -55px;
}

.glide__arrow--right{
    right: -55px;
}

#clyck-slider_loader{
    position: absolute;
    top: 36%;
    text-align: center;
    width: 100%;
}

.icon_play {
    position: absolute;
    font-size: 55px;
    color: white;
    top: 62px;
    text-align: center;
    display: flex;
    align-items: center;
    width: 366px;
    /* right: -37px; */
    justify-content: space-evenly;
}