.photo-gallery{overflow:hidden;position:relative;padding:80px 22px;background:rgba(223,240,237,.6)}@media screen and (min-width:768px){.photo-gallery{padding:80px 48px}}@media screen and (min-width:1280px){.photo-gallery{padding:80px 33px}}@media screen and (min-width:1920px){.photo-gallery{padding:80px 64px}}.photo-gallery__filters{margin-bottom:67px}.photo-gallery__filters .filter-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px;list-style-type:none;margin-bottom:0;-ms-flex-wrap:wrap;flex-wrap:wrap}.photo-gallery__photos{gap:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(min-width:768px){.photo-gallery__photos{display:grid;gap:18px;grid-auto-flow:row;grid-auto-rows:auto}}@media screen and (min-width:768px){.photo-gallery__photos{grid-template-columns:repeat(2,1fr);gap:18px}}@media screen and (min-width:1280px){.photo-gallery__photos{grid-template-columns:repeat(3,1fr);gap:25px}}@media screen and (min-width:1920px){.photo-gallery__photos{gap:36px}}.photo-gallery__photos .loading-spinner{border-width:5px;grid-column:1/-1;height:56px;place-self:center;width:56px}@media(min-width:768px){.photo-gallery__photos .loading-spinner{grid-row:span 5;height:100px;width:100px}}.photo-gallery__no-results{grid-column:1/-1;text-align:center}.photo-gallery__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.photo-gallery__footer button{-webkit-margin-before:40px;margin-block-start:40px;border:none}@media(min-width:768px)and (max-width:1439.98px){.photo-gallery__footer button{-webkit-margin-before:60px;margin-block-start:60px}}@media(min-width:1920px){.photo-gallery__footer button{-webkit-margin-before:80px;margin-block-start:80px}}.photo-gallery__footer button:disabled{display:none}.photo-gallery__slider .splide__arrow .v-icon__svg{width:40px;height:40px}.photo-gallery-card{display:contents}.photo-gallery-card button{border:0;background:0 0;padding:0;margin:0;-webkit-appearance:none;height:430px}@media(min-width:768px){.photo-gallery-card:nth-child(3n+1){grid-column:1}.photo-gallery-card:nth-child(3n+2){grid-column:2}.photo-gallery-card:nth-child(3n+3){grid-column:3}}.photo-gallery-slide{color:#fff;display:grid;gap:24px;grid-template-areas:"image" "title" "content";grid-template-columns:1fr;grid-template-rows:360px auto auto;place-items:start center}@media(min-width:768px)and (max-width:1279.98px){.photo-gallery-slide{gap:32px;grid-template-rows:600px auto auto}}@media(min-width:1280px)and (max-width:1919.98px){.photo-gallery-slide{gap:32px;grid-template-rows:420px auto auto}}@media(min-width:1920px){.photo-gallery-slide{gap:50px;grid-template-rows:770px auto auto}}.photo-gallery-slide__title{grid-area:title}.photo-gallery-slide__content{grid-area:content;max-width:872px;text-align:center}.photo-gallery-slide__image{border-radius:5px;grid-area:image;max-width:1440px}