#galleries-page .galleries-list{display:grid;grid-template-columns:1fr;grid-gap:50px}@media (min-width:992px){#galleries-page .galleries-list{grid-template-columns:repeat(3, 1fr);margin-block:30px}}@media (min-width:1550px){#galleries-page .galleries-list{grid-template-columns:repeat(4, 1fr)}}#galleries-page .galleries-item{display:flex;position:relative;background:white;color:black;box-shadow:0 10px 36.9px 1.1px rgba(33, 23, 31, 0.1);flex-direction:row;min-height:275px;text-decoration:none}@media (min-width:992px){#galleries-page .galleries-item{min-height:320px;display:block}#galleries-page .galleries-item.with-thumb:hover .galleries-item__title,#galleries-page .galleries-item.with-thumb:focus .galleries-item__title{opacity:0}#galleries-page .galleries-item.with-thumb:hover .btn-link,#galleries-page .galleries-item.with-thumb:focus .btn-link{opacity:1;color:white}#galleries-page .galleries-item.with-thumb:hover .btn-link:after,#galleries-page .galleries-item.with-thumb:focus .btn-link:after{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 9'%3E%3Cpath fill='white' d='M22.995 3.776H2.526l2.365-2.765-.895-1.012-4.001 4.5 4.001 4.5.895-1.013-2.365-2.764h20.469V3.776z'/%3E%3C/svg%3E") 100% 100%}#galleries-page .galleries-item.with-thumb:hover .thumb-wrap,#galleries-page .galleries-item.with-thumb:focus .thumb-wrap{opacity:1}}#galleries-page .galleries-item__item-inner{display:flex;flex-direction:column;flex-basis:50%;padding:16px 25px;transition:opacity 0.3s ease-in-out;height:100%;z-index:2}@media (min-width:992px){#galleries-page .galleries-item__item-inner{padding:47px 29px 25px}}#galleries-page .galleries-item__title{font-size:1.5625rem}@media (min-width:992px){#galleries-page .galleries-item__title{font-size:1.8125rem}}#galleries-page .galleries-item .btn-link{margin-top:auto;z-index:2;transition:color 0.15s ease-in-out}@media (min-width:992px){#galleries-page .galleries-item .btn-link{font-size:1.5625rem}}#galleries-page .galleries-item .thumb-wrap{height:100%;flex-basis:50%;transition:opacity 0.3s ease-in-out}@media (min-width:992px){#galleries-page .galleries-item .thumb-wrap{position:absolute;opacity:0;top:0}}#galleries-page .galleries-item .thumb-wrap img{width:100%;height:100%;object-fit:cover}
