

/* Start:/local/templates/main_v2/components/bitrix/news.list/gazeta-test/style.css?16656369601504*/
.book {
    width: 263px;
    height: 321px;
    background-color: rgb(62, 71, 152);
    transition: all .3s ease-in-out;
    transform-origin: left center 0px;
    transform-style: preserve-3d;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}
.box-out .book::after {
    content: " ";
    display: block;
    opacity: 0;
    width: 180px;
    height: 255px;
    position: relative;
    left: 8px;
    transition: all .3s ease;
}
.bookmark{
    width: 30px;
    min-height: 30px;
    background: rgb(176 140 86 / 82%);
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
}

.bookmark p{
    font-size: 13px;
    margin: 0;
    text-align: center;
    word-break: break-word;
    font-weight: 800;
}
/*------ background-pic ------*/

.books-1 {
    background-size: 180px 255px;
}


/* ----- hover ----- */

.book:hover {
    cursor: pointer;
    transform: rotateY(-28deg) rotateZ(-2deg) scale(1.02);
    -webkit-backface-visibility: hidden;
    box-shadow: 1px 3px 2px #5576ab, 20px 2px 0 #5576ab;
    /* transform: scale(1.02); */
    
}
.book:hover::before {
    transform: translateY(9px);
    opacity: 1;
}
.block-title{
    transition: all 0.3s;
}
.block-title:hover{
    color: #9d7620;
}
.main-gazeta{
    flex-wrap: wrap;
}
/* End */
/* /local/templates/main_v2/components/bitrix/news.list/gazeta-test/style.css?16656369601504 */
