div.ab_text_block {
    width: 54%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ab_text_block div{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
.ab_text_block div p:first-child{
    margin-right: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
div a.about_button{
    background: rgba(12, 129, 199, 0.2);
    border-radius: 2px;
    color: #0C81C7;
    width: 224px;
    border: 0;
    text-decoration: underline;
    font-size: 16px;
}
.ab_text_block div p{
    font-size: 16px;
}
.ab_text_block div p:last-child{
    font-size: 14px;
}
div.about_block{
    margin-bottom: 0;
}
.about_block img{
    border-radius: 2px;
}

.fl_dir{
    background: #F6F6F6;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 17px 22px 17px;
}
@media(max-width: 1024px) and (min-width: 769px){
    .about_bes{
        margin-right: 5px;
    }
    .about_block img{
        max-width: 89%;
    }
    div.ab_text_block{
        width: 80%;
    }
}
@media(max-width: 768px) and (min-width: 320px){
    div.about_bes, .search-form form{
        max-width: 450px;
        width: 95%;
        margin: 0 auto;
    }
    .about_button{
        margin: 0 auto;
    }
    div.ab_text_block{
        width: 100%;
    }
    .ab_text_block div{
        display: block;
    }
    .ab_text_block div p:first-child{
        margin-right: 0;
    }
}
.event_title{
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
body a.about_button_more{
    width: 224px;
    font-size: 16px;
    text-decoration: underline;
    background: rgba(12, 129, 199, 0.2);
    color: #0C81C7;
    border: 0 transparent;
    border-radius: 2px;
}
body .about_item{
    background: #F6F6F6;
    padding: 17px 22px 17px;
}
body .about_item_info{
    width: 325px;
}
.event_title{
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
@media (max-width: 500px) and (min-width: 320px) {
    body .about_item_info {
        width: 100%;
    }
}