

/* Start:/galereya-rabot/assets/gallery.css?178800501817321*/
.pfby-gallery,
.pfby-gallery * {
    box-sizing: border-box;
}

.pfby-gallery {
    --pfby-navy: #08243f;
    --pfby-navy-deep: #051a2e;
    --pfby-blue: #0d79b5;
    --pfby-sky: #43bce9;
    --pfby-ice: #eef8fc;
    --pfby-line: #dce8ef;
    --pfby-text: #203447;
    --pfby-muted: #627789;
    width: 100%;
    padding: 8px 0 56px;
    color: var(--pfby-text);
    font-family: inherit;
}

.pfby-gallery [hidden] {
    display: none !important;
}

html.pfby-gallery-dialog-open,
html.pfby-gallery-dialog-open body {
    overflow: hidden;
}

/* The legacy template gives the footer and cookie bar their own stacking
   contexts. Keep them out of the modal layer while a gallery item is open. */
html.pfby-gallery-dialog-open .mlfFoot,
html.pfby-gallery-dialog-open .footer-seo-wrap,
html.pfby-gallery-dialog-open #cookieConsent {
    visibility: hidden !important;
}

.pfby-gallery__hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 36px;
    align-items: center;
    min-height: 330px;
    margin: 12px 0 28px;
    padding: 48px 50px;
    overflow: hidden;
    border: 1px solid rgba(67, 188, 233, .25);
    border-radius: 26px;
    background:
        radial-gradient(circle at 5% 5%, rgba(67, 188, 233, .22), transparent 38%),
        linear-gradient(135deg, var(--pfby-navy-deep), #0a3f66 64%, #0d6494);
    box-shadow: 0 22px 55px rgba(8, 36, 63, .15);
    color: #fff;
}

.pfby-gallery__hero::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -150px;
    width: 390px;
    height: 390px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
    box-shadow: 0 0 0 50px rgba(255,255,255,.035), 0 0 0 100px rgba(255,255,255,.025);
    pointer-events: none;
}

.pfby-gallery__hero-copy {
    position: relative;
    z-index: 1;
    max-width: 680px;
}

.pfby-gallery__eyebrow {
    margin: 0 0 12px;
    color: #91dcf7;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 1.3;
    text-transform: uppercase;
}

.pfby-gallery__hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(34px, 5vw, 56px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.02;
}

.pfby-gallery__lead {
    margin: 20px 0 0;
    max-width: 670px;
    color: rgba(255,255,255,.82);
    font-size: 18px;
    line-height: 1.62;
}

.pfby-gallery__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 24px;
}

.pfby-gallery__trust span {
    padding: 8px 12px;
    border: 1px solid rgba(145, 220, 247, .26);
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    color: #e8f9ff;
    font-size: 13px;
    line-height: 1.2;
}

.pfby-gallery__hero-stat {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 205px;
    padding: 22px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 20px;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(8px);
}

.pfby-gallery__hero-stat strong {
    color: #7ed9f9;
    font-size: 56px;
    font-weight: 800;
    letter-spacing: -.05em;
    line-height: 1;
}

.pfby-gallery__hero-stat span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.pfby-gallery__controls {
    position: sticky;
    top: 0;
    z-index: 15;
    display: grid;
    grid-template-columns: 1fr minmax(280px, 390px);
    gap: 20px;
    align-items: end;
    margin-bottom: 16px;
    padding: 14px;
    border: 1px solid var(--pfby-line);
    border-radius: 18px;
    background: rgba(255,255,255,.95);
    box-shadow: 0 10px 28px rgba(18, 55, 82, .08);
    backdrop-filter: blur(12px);
}

.pfby-gallery__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pfby-gallery__tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin: 0;
    padding: 0 15px;
    border: 1px solid var(--pfby-line);
    border-radius: 11px;
    background: #fff;
    color: var(--pfby-text);
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none !important;
    transition: border-color .18s ease, background-color .18s ease, color .18s ease, transform .18s ease;
}

.pfby-gallery__tab span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 23px;
    height: 23px;
    margin-left: 6px;
    padding: 0 6px;
    border-radius: 999px;
    background: var(--pfby-ice);
    color: var(--pfby-blue);
    font-size: 12px;
}

.pfby-gallery__tab:hover,
.pfby-gallery__tab:focus-visible {
    border-color: #8fd5ef;
    transform: translateY(-1px);
}

.pfby-gallery__tab.is-active {
    border-color: var(--pfby-navy);
    background: var(--pfby-navy);
    color: #fff;
}

.pfby-gallery__tab.is-active span {
    background: rgba(255,255,255,.14);
    color: #fff;
}

.pfby-gallery__search {
    display: block;
}

.pfby-gallery__search-label {
    display: block;
    margin: 0 0 7px;
    color: #4b6376;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1.2;
    text-transform: uppercase;
}

.pfby-gallery__search-field {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    padding: 0 13px;
    border: 1px solid var(--pfby-line);
    border-radius: 11px;
    background: #fff;
    color: #7b91a2;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.pfby-gallery__search-field button {
    min-height: 34px;
    margin: 0 -7px 0 4px;
    padding: 0 12px;
    border: 0;
    border-radius: 8px;
    background: var(--pfby-navy);
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.pfby-gallery__search-field button:hover,
.pfby-gallery__search-field button:focus-visible {
    background: var(--pfby-blue);
}

.pfby-gallery__search-field:focus-within {
    border-color: var(--pfby-sky);
    box-shadow: 0 0 0 3px rgba(67, 188, 233, .14);
}

.pfby-gallery__search input {
    width: 100%;
    min-width: 0;
    height: 42px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--pfby-text);
    font: inherit;
    font-size: 14px;
}

.pfby-gallery__search input::placeholder {
    color: #8da0ae;
}

.pfby-gallery__result {
    margin: 0 0 14px;
    color: var(--pfby-muted);
    font-size: 13px;
    line-height: 1.4;
}

.pfby-gallery__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.pfby-gallery__grid[aria-busy="true"] {
    opacity: .58;
    pointer-events: none;
}

.pfby-gallery-card-item {
    display: flex;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--pfby-line);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(26, 60, 84, .07);
    flex-direction: column;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.pfby-gallery-card-item:hover {
    border-color: #b7dce9;
    box-shadow: 0 16px 34px rgba(26, 60, 84, .13);
    transform: translateY(-3px);
}

.pfby-gallery-card-item__open {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: linear-gradient(145deg, #e8f1f5, #f7fbfd);
    color: inherit;
    cursor: zoom-in;
}

.pfby-gallery-card-item__picture,
.pfby-gallery-card-item__picture img {
    display: block;
    width: 100%;
    height: 100%;
}

.pfby-gallery-card-item__picture img {
    object-fit: contain;
    transition: transform .28s ease;
}

.pfby-gallery-card-item:hover .pfby-gallery-card-item__picture img {
    transform: scale(1.018);
}

.pfby-gallery-card-item__type,
.pfby-gallery-card-item__zoom {
    position: absolute;
    z-index: 1;
    border: 1px solid rgba(255,255,255,.58);
    background: rgba(8, 36, 63, .82);
    backdrop-filter: blur(7px);
    color: #fff;
}

.pfby-gallery-card-item__type {
    top: 11px;
    left: 11px;
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.pfby-gallery-card-item__zoom {
    right: 11px;
    bottom: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 17px;
    line-height: 1;
}

.pfby-gallery-card-item__play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    padding-left: 4px;
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 50%;
    background: rgba(8, 36, 63, .83);
    box-shadow: 0 10px 28px rgba(5, 26, 46, .28);
    color: #fff;
    font-size: 22px;
    transform: translate(-50%, -50%);
}

.pfby-gallery-card-item__body {
    display: flex;
    padding: 18px 18px 19px;
    flex: 1;
    flex-direction: column;
}

.pfby-gallery-card-item__id {
    margin: 0 0 7px;
    color: var(--pfby-blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.pfby-gallery-card-item h2 {
    margin: 0;
    color: var(--pfby-navy);
    font-size: 19px;
    font-weight: 800;
    letter-spacing: -.012em;
    line-height: 1.28;
}

.pfby-gallery-card-item__description {
    display: -webkit-box;
    margin: 11px 0 0;
    overflow: hidden;
    color: var(--pfby-muted);
    font-size: 14px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.pfby-gallery-card-item__service {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: auto;
    padding-top: 16px;
    color: var(--pfby-blue) !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    text-decoration: none !important;
}

.pfby-gallery-card-item__service:hover,
.pfby-gallery-card-item__service:focus-visible {
    color: var(--pfby-navy) !important;
    text-decoration: underline !important;
}

.pfby-gallery__more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.pfby-gallery__more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 210px;
    min-height: 50px;
    margin: 0;
    padding: 0 24px;
    border: 1px solid var(--pfby-navy);
    border-radius: 13px;
    background: var(--pfby-navy);
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.pfby-gallery__more:hover,
.pfby-gallery__more:focus-visible {
    border-color: var(--pfby-blue);
    background: var(--pfby-blue);
    transform: translateY(-2px);
}

.pfby-gallery__more:disabled {
    cursor: wait;
    opacity: .7;
    transform: none;
}

.pfby-gallery__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-height: 28px;
    margin-top: 15px;
    color: var(--pfby-muted);
    font-size: 13px;
    line-height: 1.4;
}

.pfby-gallery__pagination a {
    color: var(--pfby-blue) !important;
    font-weight: 800;
    text-decoration: none !important;
}

.pfby-gallery__pagination a:hover,
.pfby-gallery__pagination a:focus-visible {
    color: var(--pfby-navy) !important;
    text-decoration: underline !important;
}

.pfby-gallery__empty {
    margin: 30px 0 0;
    padding: 28px;
    border: 1px dashed #b7d4df;
    border-radius: 15px;
    background: var(--pfby-ice);
    color: var(--pfby-muted);
    text-align: center;
}

.pfby-gallery__seo {
    margin-top: 44px;
    padding: 32px 34px;
    border: 1px solid var(--pfby-line);
    border-radius: 18px;
    background: linear-gradient(135deg, #f6fbfd, #eef8fc);
}

.pfby-gallery__seo h2 {
    margin: 0 0 12px;
    color: var(--pfby-navy);
    font-size: 27px;
    line-height: 1.25;
}

.pfby-gallery__seo p {
    margin: 10px 0 0;
    color: #526b7c;
    font-size: 15px;
    line-height: 1.7;
}

.pfby-gallery__seo a {
    color: var(--pfby-blue);
    font-weight: 800;
}

.pfby-gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    width: min(1120px, calc(100vw - 30px));
    max-width: none;
    max-height: calc(100vh - 30px);
    margin: auto;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 30px 90px rgba(0, 18, 34, .42);
    color: var(--pfby-text);
}

/* The legacy template reset forces every dialog to display:block. Restore
   the native closed state so the empty lightbox cannot cover the gallery. */
.pfby-gallery-lightbox:not([open]) {
    display: none !important;
}

.pfby-gallery-lightbox::backdrop {
    background: rgba(2, 17, 31, .82);
    backdrop-filter: blur(5px);
}

.pfby-gallery-lightbox__close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 0;
    padding: 0 0 3px;
    border: 1px solid rgba(255,255,255,.6);
    border-radius: 50%;
    background: rgba(5, 26, 46, .82);
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
}

.pfby-gallery-lightbox__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, .7fr);
    min-height: 540px;
}

.pfby-gallery-lightbox__media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 540px;
    overflow: hidden;
    background: #071b2d;
}

.pfby-gallery-lightbox__media picture,
.pfby-gallery-lightbox__media img,
.pfby-gallery-lightbox__media video {
    display: block;
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 30px);
    object-fit: contain;
}

.pfby-gallery-lightbox__copy {
    display: flex;
    justify-content: center;
    padding: 54px 30px 34px;
    overflow-y: auto;
    flex-direction: column;
}

.pfby-gallery-lightbox__label {
    margin: 0 0 10px;
    color: var(--pfby-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .11em;
    line-height: 1.2;
    text-transform: uppercase;
}

.pfby-gallery-lightbox__copy h2 {
    margin: 0;
    color: var(--pfby-navy);
    font-size: clamp(24px, 3vw, 34px);
    letter-spacing: -.02em;
    line-height: 1.18;
}

.pfby-gallery-lightbox__copy > p:not(.pfby-gallery-lightbox__label) {
    margin: 18px 0 0;
    color: var(--pfby-muted);
    font-size: 15px;
    line-height: 1.68;
}

.pfby-gallery-lightbox__copy a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    color: var(--pfby-blue) !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
}

@media (max-width: 900px) {
    .pfby-gallery__hero {
        grid-template-columns: 1fr;
    }

    .pfby-gallery__hero-stat {
        width: fit-content;
    }

    .pfby-gallery__controls {
        position: static;
        grid-template-columns: 1fr;
    }

    .pfby-gallery__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pfby-gallery-lightbox {
        overflow-y: auto;
    }

    .pfby-gallery-lightbox__layout {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .pfby-gallery-lightbox__media {
        min-height: 52vh;
    }

    .pfby-gallery-lightbox__copy {
        padding: 28px 24px 32px;
    }
}

@media (max-width: 620px) {
    .pfby-gallery {
        padding-bottom: 36px;
    }

    .pfby-gallery__hero {
        gap: 24px;
        min-height: 0;
        margin-top: 4px;
        padding: 30px 23px;
        border-radius: 20px;
    }

    .pfby-gallery__hero h1 {
        font-size: clamp(32px, 10vw, 44px);
    }

    .pfby-gallery__lead {
        font-size: 16px;
    }

    .pfby-gallery__hero-stat {
        min-width: 0;
        padding: 16px 18px;
    }

    .pfby-gallery__hero-stat strong {
        font-size: 45px;
    }

    .pfby-gallery__controls {
        padding: 11px;
        border-radius: 15px;
    }

    .pfby-gallery__tabs {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .pfby-gallery__tab:first-child {
        grid-column: 1 / -1;
    }

    .pfby-gallery__tab {
        padding: 0 10px;
    }

    .pfby-gallery__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .pfby-gallery-card-item__open {
        aspect-ratio: 4 / 3;
    }

    .pfby-gallery-card-item__body {
        padding: 17px;
    }

    .pfby-gallery__more {
        width: 100%;
    }

    .pfby-gallery__pagination {
        flex-wrap: wrap;
        gap: 8px 16px;
    }

    .pfby-gallery__seo {
        margin-top: 32px;
        padding: 24px 20px;
    }

    .pfby-gallery-lightbox {
        width: 100vw;
        max-height: 100vh;
        border-radius: 0;
    }

    .pfby-gallery-lightbox__media {
        min-height: 58vh;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pfby-gallery__tab,
    .pfby-gallery-card-item,
    .pfby-gallery-card-item__picture img,
    .pfby-gallery__more {
        transition: none;
    }
}

/* End */
/* /galereya-rabot/assets/gallery.css?178800501817321 */
