.elementor-3161 .elementor-element.elementor-element-4dd5cac3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:60px;--padding-bottom:60px;--padding-left:20px;--padding-right:20px;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3161 .elementor-element.elementor-element-2b8c1f6{text-align:center;}.elementor-3161 .elementor-element.elementor-element-2b8c1f6 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:22px;font-weight:600;line-height:1.3em;letter-spacing:1.4px;color:var( --e-global-color-primary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-image-gallery .gallery-item .gallery-caption{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-3161 .elementor-element.elementor-element-a620cd6 .gallery-item .gallery-caption{text-align:center;}@media(min-width:768px){.elementor-3161 .elementor-element.elementor-element-4dd5cac3{--content-width:1240px;}}/* Start custom CSS for shortcode, class: .elementor-element-1d4525da */.photogallery-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.photogallery-grid img{
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius:12px;
  display:block;
  transition:transform .35s ease, filter .35s ease;
}
.photogallery-grid a:hover img{
  transform:scale(1.04);
  filter:brightness(.92);
}
@media(max-width:1024px){
  .photogallery-grid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:767px){
  .photogallery-grid{grid-template-columns:1fr;}
  .photogallery-grid img{height:200px;}
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-4dd5cac3 */.album-grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 1024px){ .album-grid{ grid-template-columns: repeat(3, 1fr);} }
@media (max-width: 767px){ .album-grid{ grid-template-columns: repeat(2, 1fr);} }

.album-grid__item{
  display:block;
  border-radius: 14px;
  overflow:hidden;
  border: 1px solid rgba(15,42,68,.10);
  background:#fff;
  box-shadow: 0 10px 26px rgba(0,0,0,.05);
  transition: transform .2s ease, box-shadow .2s ease;
}
.album-grid__item:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0,0,0,.08);
}
.album-grid__item img{
  width:100%;
  height:220px;
  object-fit:cover;
  display:block;
}



/* ===== Album single page ===== */

.album-heading{
  font-size: 22px;
  font-weight: 600;
  color: #0F2A44;
  margin-bottom: 6px;
  line-height: 1.3;
}

.album-date{
  font-size: 14px;
  color: #6B7280;
  margin-bottom: 18px;
}

/* декоративная линия */
.album-date::after{
  content: "";
  display: block;
  width: 44px;
  height: 2px;
  background: #1E88E5;
  margin-top: 8px;
  border-radius: 2px;
}/* End custom CSS */