.photogallery-list{display:grid;margin-bottom:calc(var(--gap)*12);column-gap:calc(var(--gap)*4);grid-template-columns:repeat(3, 1fr);row-gap:calc(var(--gap)*4)}@media screen and (max-width: 1479px){.photogallery-list{margin-bottom:calc(var(--gap)*5);gap:calc(var(--gap)*2);grid-template-columns:1fr 1fr}}@media screen and (max-width: 767px){.photogallery-list{margin-bottom:calc(var(--gap)*3);grid-template-columns:1fr}}.photogallery-list-item{padding:calc(var(--gap)*2.5) calc(var(--gap)*2.5) calc(var(--gap)*3);border-radius:var(--border-radius-3);background:var(--primary-bg-color)}.photogallery-list-item-top{position:relative}.photogallery-list-item-top .controls{position:absolute;top:calc(var(--gap)*1.5);left:calc(var(--gap)*1.5);margin-right:calc(var(--gap)*1.5)}.photogallery-list-item-top .controls__item{display:flex;align-items:center;justify-content:center;color:var(--blue-color)}:root[data-special-color=white] .photogallery-list-item-top .controls__item{color:var(--primary-text-color)}:root[data-special-color=black] .photogallery-list-item-top .controls__item{color:var(--primary-text-color)}:root[data-special-color=blue] .photogallery-list-item-top .controls__item{color:var(--primary-text-color)}@media screen and (max-width: 1479px){.photogallery-list-item-top .controls__item{padding:calc(var(--gap)*0.5);border-radius:calc(var(--border-radius)/2)}}.photogallery-list-item-top .photo-count{display:flex;height:28px;justify-content:center;padding:4px 8px;border-radius:var(--border-radius);background:var(--primary-bg-color);color:var(--blue-color);gap:var(--gap)}.photogallery-list-item-top .photo-count svg{width:16px;height:16px}.photogallery-list-item-top .photo-count span{font-size:calc(16/var(--initial-font-multiplier)*1rem)}@media screen and (max-width: 1479px){.photogallery-list-item-top .photo-count{height:20px;padding:2px 5px}.photogallery-list-item-top .photo-count svg{width:12px;height:12px}.photogallery-list-item-top .photo-count span{font-size:calc(12/var(--initial-font-multiplier)*1rem)}}.photogallery-list-item-photo{display:flex;width:100%;align-items:center;justify-content:center;border-radius:var(--border-radius-2);aspect-ratio:4/3}.photogallery-list-item-photo__picture{display:flex;width:100%}.photogallery-list-item-photo__image{width:100%;border-radius:var(--border-radius-2)}.photogallery-list-item-meta{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;margin-top:calc(var(--gap)*2.5);gap:calc(var(--gap)/2) calc(var(--gap)*2)}.photogallery-list-item-meta__item{display:flex;flex-direction:row;align-items:center;gap:var(--gap)}@media screen and (max-width: 767px){.photogallery-list-item-meta__item:first-child{margin-right:auto}}.photogallery-list-item-meta__label{color:var(--label-color)}.photogallery-list-item-meta__icon{color:var(--label-color)}.photogallery-list-item-meta__value span{color:var(--label-color)}.photogallery-list-item-meta__value--link{color:var(--primary-color);text-decoration:none}.photogallery-list-item-meta__value--link:hover,.photogallery-list-item-meta__value--link:focus,.photogallery-list-item-meta__value--link:active{color:var(--primary-light-color);text-decoration:underline}.photogallery-list-item__controls{margin-top:10px}.photogallery-list-item__action-bar{justify-content:space-between}.photogallery-list-item__head{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;margin-top:calc(var(--gap)*1);gap:var(--gap)}.photogallery-list-item__title{margin:0}.photogallery-list-item__title a{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;color:var(--primary-text-color);-webkit-line-clamp:5;line-clamp:5;text-decoration:none}@media screen and (max-width: 1479px){.photogallery-list-item__title a{-webkit-line-clamp:4;line-clamp:4}}.photogallery-list-item__title a:hover,.photogallery-list-item__title a:focus,.photogallery-list-item__title a:active{text-decoration:underline}.photogallery-list--tabs{margin:calc(var(--gap)*3) 0 calc(var(--gap)*2.5);gap:calc(var(--gap)*3)}@media screen and (max-width: 1479px){.photogallery-list--tabs{gap:calc(var(--gap)*2)}}.photogallery-list--tabs .photogallery-list-item{width:unset;height:unset;padding:calc(var(--gap)*2);border-radius:var(--border-radius-3);background:var(--secondary-bg-color)}.photogallery-list--tabs .photogallery-list-item-photo picture{height:100%}.photogallery-list--tabs .photogallery-list-item-photo__image{height:100%}.photogallery-list--tabs .photogallery-list-item-top{padding:0;margin-bottom:calc(var(--gap)*2.5)}.photogallery-list--tabs .photogallery-list-item-meta{margin:0 0 calc(var(--gap)*1.5)}.photogallery-list--tabs .photogallery-list-item__controls{padding:0;margin-bottom:calc(var(--gap)*1.5);place-self:end}.photogallery-list--tabs .photogallery-list-item__title{margin:0}
