.slider{
    height: 1200px;
    /* padding: 150px 75px 150px 75px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
}
.slider_bloc1{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 45%;
    gap: 30px;
    padding-bottom: 70px;
    width: 95%;
    box-sizing: border-box;
}
.sleide_box_mini {
    display: flex;
    height: 45%;
    gap: 30px;
}
.sleide{
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 20px;
    padding: 0px 0px 30px 30px;
    height:  100%;
    box-sizing: border-box;
    transition: 300ms;
    overflow: hidden;
}
.sleide:hover{
    box-shadow: 0px 13px 27px -5px rgba(50, 50, 93, 0.25), 0px 8px 16px -8px rgba(0, 0, 0, 0.3);
}
.sleide_link{
    text-decoration: none;
    width: 100%;
    min-height: 50%;

}
.sleide_box {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.sleide_name{
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #747474;


}
.sleide_img{
    width: 50%;
    height: auto;
    align-self: flex-end;
}
.big_img{
    width: 70%;
    height: 100%;
}