.actions_list_container {padding-bottom: 0px}

.pub-announce {
    overflow: hidden;
}
.pub-announce__col-1, .pub-announce__col-2 {
    width: 50%;
    float: left;
}
.pub-announce__item {
    overflow: hidden;
    height: 290px;
    position: relative;
    margin-bottom: 30px;
}
.pub-announce__item_large {
    margin-right: 30px;
}
.pub-announce__item_large.pub-announce__item {
    height: 610px;
}
.pub-announce__img {
    background: #f2f2f2 no-repeat 50% 50%;
        background-image: none;
        background-size: auto;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s linear;
}
.pub-announce__info::after {
    content: "";
    border: 10px solid transparent;
        border-right-color: transparent;
    border-right-color: #fff;
    position: absolute;
    right: 100%;
    top: 13.8%;
    margin-top: -5px;
}
.pub-announce__info {
    background-color: rgba(137, 198, 254, 0.9);
    width: 50%;
    height: 100%;
    float: right;
    position: relative;
    margin-bottom: 30px;
}
.pub-announce__info:last-child {
    margin-bottom: 0;
}
.pub-announce__item_large .pub-announce__info {
    height: calc(50% - 15px);
}
.pub-announce__inner {
    padding: 13.8%;
}
.actions_list_container .pub-announce__inner {
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pub-announce__title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.2em;
}
.actions_list_container .pub-announce__title {
    margin-bottom: 0;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1em;
}
.pub-announce__title a {
    color: #000;
}
.actions_list_container .pub-announce__title a:link, .actions_list_container .pub-announce__title a:visited {
    text-decoration: none;
}
.pub-announce__item:hover .pub-announce__img {
    transform: scale3d(1.05, 1.05, 1.05);
}
.actions_list_container .pub-announce__title a:hover {
    text-decoration: underline;
}
@media (max-width: 999px) {
.actions_list_container {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
}
.pub-announce__col-1 {
    float: none;
    width: auto;
}
.pub-announce__item_large {
    margin-right: 0;
}
.pub-announce__item_large.pub-announce__item {
    height: 300px;
    margin-bottom: 18px;
}
.pub-announce__col-1 .pub-announce__img {
    float: none;
}
.pub-announce__info {
    width: 100%;
    height: 50%;
    float: none;
    position: absolute;
    bottom: 0;
    left: 0;
}
.pub-announce__col-1 .pub-announce__item_large .pub-announce__info {
    float: none;
    height: 50%;
    top: 50%;
    width: 100%;
}
.pub-announce__inner {
    padding: 10px;
}
.pub-announce__col-2 {
    float: none;
    width: auto;
}
.pub-announce__item {
    height: 360px;
    margin-bottom: 18px;
}
.pub-announce__col-2 .pub-announce__img {
    float: none;
}
.pub-announce__info::after {
    display: none;
}

}