.sobytie_main .sobytie_main-block{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
    background-color: black;
}
.sobytie_main .sobytie_main-block img{
    width: 100%;
    /*height: fit-content;*/
    opacity: 80%;
}
.sobytie_main .sobytie_main-block h2{
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: pfd;
    font-size: 31px;
    line-height: 1.5;
    color: white;
    text-align: center;
}
.sobytie_main .sobytie_main-block a{
    display: block;
    width: 100%;
}
.sobytie_main .sobytie_main-block .block-text{
    display: flex;
    width: 100%;
    /*padding-bottom: 50px;*/
    height: 100%;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 20px;
    position: absolute;
}
.sobytie_main .sobytie_main-block .block-text a{
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
}
.sobytie_main .sobytie_main-block .block-text h2{
    color: white;
    text-align: center;
    text-shadow: 1px 5px 10px rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid #999999;
    padding: 0 20px;
}
.sobytie_main .sobytie_main-block .block-text .news-date-time{
    color: white;
    text-align: right;
}
/*.sobytie_main .sobytie_main-block .block-text p{
    display: block;
    position: relative;
}
.sobytie_main .sobytie_main-block .block-text a:after{
    content: "";
    display: block;
    width: 35%;
    height: 100px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    background-image: linear-gradient(to bottom, transparent, white);
}*/
.sobytie_main .sobytie_main-block .button{
    display: flex;
    cursor: pointer;
    background: #586471;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
}
.sobytie_main .sobytie_main-block .button i{
    color: #fff;
}
.sobytie{
    height: 450px;
}
.sobytie .swiper-button-next, .sobytie .swiper-button-prev{
    color: white;
    opacity: 50%;
    height: 100%;
    top: 20px;
}
.sobytie .swiper-button-next:hover, .sobytie .swiper-button-prev:hover{
    color: white;
    opacity: 100%;
}
