/* _content/GominGir.Web/Site/Components/AboutText.razor.rz.scp.css */
.about_text[b-lxuhbwx8v8] {
    gap:20px;
    flex-direction: column;
    display: flex;
}

.about_text__head[b-lxuhbwx8v8] {
}

.about_text__description[b-lxuhbwx8v8] {
    font-family: Inter, sans-serif;
    color: rgba(255, 255, 255, .7);
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
}

.about_text__exhibition[b-lxuhbwx8v8] {
    display: flex;
    flex-direction: column;
    font-family: Inter, sans-serif;
    color: rgba(255, 255, 255, .7);
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    gap: 16px;
}

.exhibition__head[b-lxuhbwx8v8] {
    text-transform: uppercase;
}

.exhibition_list[b-lxuhbwx8v8] {
    display: flex;
    flex-direction: column;
    gap:6px;
}

.exhibition[b-lxuhbwx8v8] {
    display: flex;
    gap:22px;
}

.exhibition__year[b-lxuhbwx8v8] {
    min-width: 45px;
}

.exhibition__name[b-lxuhbwx8v8] {
}


.contact_link__link[b-lxuhbwx8v8] {
    color: rgba(255, 255, 255, .3);
    text-transform: uppercase;
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    text-decoration: none;
    display: block;
}
.contact_link__first[b-lxuhbwx8v8] {
    padding-left:0px;
}

.about_text__contact_link[b-lxuhbwx8v8] {
    list-style-type: none;
    display: flex;
}
.contact_link__icon[b-lxuhbwx8v8] {
    display: none;
}

/* від 1280px і більше */
@media screen and (min-width: 1280px) {
}

/* від 1440px і більше */
@media screen and (min-width: 1440px) {

}

/* від 1920px і більше */
@media screen and (min-width: 1920px) {
    .about_text[b-lxuhbwx8v8] {
        gap: 30px;
    }
}

/* до 991px */
@media screen and (max-width: 991px) {
    .about_text[b-lxuhbwx8v8] {
        gap: 15px;
    }
    .about_text__contact_link[b-lxuhbwx8v8] {
        gap:6px;
    }
    .about_text__exhibition[b-lxuhbwx8v8] {
        gap: 10px;
    }
    .exhibition_list[b-lxuhbwx8v8] {
        gap: 3px;
    }
    .contact_link__icon[b-lxuhbwx8v8] {
        width: 24px;
        height: 24px;
        display: block;
    }
    .contact_link__name[b-lxuhbwx8v8] {
        display: none;
    }
}

/* до 767px */
@media screen and (max-width: 767px) {

}

/* до 479px */
@media screen and (max-width: 479px) {

}
/* _content/GominGir.Web/Site/Components/CollectionHeaderComponent.razor.rz.scp.css */
.collection-header_container[b-g1dcayc9fd] {
    justify-content: space-between;
    display: flex;
}
.collection-header_description[b-g1dcayc9fd] {
    max-width: 600px;
    font-family: Inter, sans-serif;
    color: rgba(255, 255, 255, .7);
    text-align: justify;
    padding-top: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
}

@media screen and (min-width: 1280px) {
    .collection-header_container[b-g1dcayc9fd] {
        grid-column-gap: 70px;
        grid-row-gap: 70px;
    }

    .collection-header_description[b-g1dcayc9fd] {
        max-width: 930px;
        font-size: 24px;
        line-height: 31px;
    }
}

@media screen and (min-width: 1440px) {
    .collection-header_container[b-g1dcayc9fd] {
        grid-column-gap: 180px;
        grid-row-gap: 180px;
    }
    .collection-header_description[b-g1dcayc9fd] {
        max-width: 1060px;
    }
}

@media screen and (min-width: 1920px) {
    .collection-header_description[b-g1dcayc9fd] {
        max-width: 1000px;
    }
}

@media screen and (max-width: 991px) {
    .collection-header_description[b-g1dcayc9fd] {
        display: none;
    }
}

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 479px) {

}
/* _content/GominGir.Web/Site/Components/DimmerComponent.razor.rz.scp.css */
.dimmer[b-qpuwlp01ji] {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    transition: opacity 1s ease-in-out;
    z-index: 999;
}

.dimmer__hide[b-qpuwlp01ji] {
    opacity: 0;
}

.dimmer__visible[b-qpuwlp01ji] {
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
}

@media screen and (min-width: 1280px) {
}

@media screen and (min-width: 1440px) {
}

@media screen and (min-width: 1920px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 479px) {
}
/* _content/GominGir.Web/Site/Components/Elements/ElementIconPluse.razor.rz.scp.css */
/* _content/GominGir.Web/Site/Components/ImageGalleryWithPreviewComponent.razor.rz.scp.css */
.image_gallery[b-08ysxskd4h] {
    width: 100%;

    display: flex;
    flex-direction: column;

    gap:15px;
}

.image_gallery__preview[b-08ysxskd4h] {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    object-position: 50% 0%;
}

.image_gallery__list[b-08ysxskd4h] {
    width: 100%;
    gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    padding-left: 0;
    display: grid;
    overflow: hidden;
    list-style: none;
}

.image_gallery__item[b-08ysxskd4h] {
}

.image_gallery__image[b-08ysxskd4h] {
    width: 100%;
    height: 100%;
    max-height: 95px;
    object-fit: cover;
    object-position: 50% 0%;
}

/* від 1280px і більше */
@media screen and (min-width: 1280px) {
    .image_gallery[b-08ysxskd4h] {
        width: 100%;
    }
    .image_gallery__preview[b-08ysxskd4h] {
        max-height: 700px;
    }
    .image_gallery__list[b-08ysxskd4h] {
    }
    .image_gallery__item[b-08ysxskd4h] {
        width: 100%;
    }
}

/* від 1440px і більше */
@media screen and (min-width: 1440px) {
    .image_gallery[b-08ysxskd4h] {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
    }
    .image_gallery__preview[b-08ysxskd4h] {
        max-height: 850px;
    }
    .image_gallery__list[b-08ysxskd4h] {
        margin-bottom: 0;
        padding-left: 0;
    }
    .image_gallery__image[b-08ysxskd4h] {
        max-height: 210px;
    }
}

/* від 1920px і більше */
@media screen and (min-width: 1920px) {
    .image_gallery[b-08ysxskd4h] {
        width: auto;
    }
    .image_gallery__preview[b-08ysxskd4h] {
        max-height: 830px;
        max-width: 1030px;
    }
    .image_gallery__list[b-08ysxskd4h] {
        max-width: 1030px;
    }
    .image_gallery__item[b-08ysxskd4h] {
        max-width: none;
    }
    .image_gallery__image[b-08ysxskd4h] {
        max-height: 210px;
    }
}

/* до 991px */
@media screen and (max-width: 991px) {
    .image_gallery__preview[b-08ysxskd4h] {
        max-width: none;
        min-width: 0;
    }
    .image_gallery__list[b-08ysxskd4h] {
        max-width: none;
    }
    .image_gallery__image[b-08ysxskd4h] {
        max-height: 200px;
    }
}

/* до 767px */
@media screen and (max-width: 767px) {
}

/* до 479px */
@media screen and (max-width: 479px) {
}
/* _content/GominGir.Web/Site/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-l2161th8x5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-l2161th8x5] {
    flex: 1;
}

.sidebar[b-l2161th8x5] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-l2161th8x5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-l2161th8x5]  a, .top-row[b-l2161th8x5]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-l2161th8x5]  a:hover, .top-row[b-l2161th8x5]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-l2161th8x5]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-l2161th8x5] {
        justify-content: space-between;
    }

    .top-row[b-l2161th8x5]  a, .top-row[b-l2161th8x5]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-l2161th8x5] {
        flex-direction: row;
    }

    .sidebar[b-l2161th8x5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-l2161th8x5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-l2161th8x5]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-l2161th8x5], article[b-l2161th8x5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-l2161th8x5] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-l2161th8x5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/GominGir.Web/Site/Components/Layout/NavMenu.razor.rz.scp.css */
/*.navbar-toggler {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand {
    font-size: 1.1rem;
}

.bi {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item ::deep .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item ::deep a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item ::deep .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .nav-scrollable {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;*/

        /* Allow sidebar to scroll for tall menus */
        /*height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}*/
/* _content/GominGir.Web/Site/Components/ProductDetailsComponent.razor.rz.scp.css */
.details[b-udwogctwxg] {
    width:100%;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    gap: 40px;

    position: relative;
}

.details__content[b-udwogctwxg] {
    display: flex;
    flex-direction: column;

    gap: 40px;

    position: sticky;
    position: -webkit-sticky;
    
    top: 72px;
}

.details__name[b-udwogctwxg] {
}

.details__price[b-udwogctwxg] {
    font-family: "Space Grotesk", "Inter";
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 500;
    line-height: 41px;
    color: rgba(255,255,255,.7);
}

.details__characteristics[b-udwogctwxg] {
    width: 100%;

    display: flex;
    flex-direction: column;

    font-family: 'Inter', sans-serif;
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: rgba(255, 255, 255, .7);
}

.details__characteristic[b-udwogctwxg] {
    width: 100%;
}


.details__button[b-udwogctwxg] {
    border-bottom: 2px solid rgba(255,255,255,.7);
    color: rgba(255,255,255,.7);
    justify-content: space-between;
    font-size: 24px;
    font-weight: 500;
    line-height: 46px;
    text-decoration: none;
    display: flex;
    transition: all 1s;
}
    .details__button:hover[b-udwogctwxg] {
        color: rgba(255,255,255, 1);
        border-bottom: 2px solid rgba(255,255,255, 1);
    }

.details__button img[b-udwogctwxg] {
    opacity: 0.7;
    transition: all 1s;
}
    .details__button:hover img[b-udwogctwxg] {
        opacity: 1;
    }



/* від 1280px і більше */
@media screen and (min-width: 1280px) {
    .details__characteristics[b-udwogctwxg] {
        gap: 6px;
    }
}

/* від 1440px і більше */
@media screen and (min-width: 1440px) {
    .details[b-udwogctwxg] {
        max-width:635px;
    }
}

/* від 1920px і більше */
@media screen and (min-width: 1920px) {
    .details[b-udwogctwxg] {
        position: relative;
    }
}

/* до 991px */
@media screen and (max-width: 991px) {
    .details[b-udwogctwxg] {
        border-top: 2px solid #fff;
        padding-top: 20px;
    }
    .details__content[b-udwogctwxg] {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .details__characteristics[b-udwogctwxg] {
        line-height: 24px;
    }
    .details__characteristics[b-udwogctwxg] {
        gap: 3px;
    }
    .details__price[b-udwogctwxg] {
        font-size: 28px;
        line-height: 36px;
    }
}

/* до 767px */
@media screen and (max-width: 767px) {
}

/* до 479px */
@media screen and (max-width: 479px) {
}
/* _content/GominGir.Web/Site/Components/ProductListComponent.razor.rz.scp.css */
.product-list__container[b-y3vvofrvxi] {
    padding-top: 50px;
}

.product-list__border[b-y3vvofrvxi] {
    border-top: 2px solid #fff;
}
.product-list__h[b-y3vvofrvxi] {
    padding-bottom: 50px;
}

.product-list__list[b-y3vvofrvxi] {
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-list__item[b-y3vvofrvxi] {
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 270px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: all 1s;
    max-height: 500px;
    height:500px;
}
    .product-list__item img[b-y3vvofrvxi] {
        position: relative;
        transition: all 1s;
        max-width: 100%;
        max-height: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }
        .product-list__item:hover img[b-y3vvofrvxi] {
            transform: scale(1.1);
        }

    .product-list__item div[b-y3vvofrvxi] {
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 65.729159116745%, rgba(13, 13, 13, 0.70) 100%);
        color: #FFF;
        display: flex;
        font-family: "Space Grotesk", Inter;
        font-size: 36px;
        line-height: 100%;
        height: 100%;
        flex-direction: column;
        justify-content: flex-end;
        opacity: 0;
        padding: 0px 30px 25px 30px;
        position: absolute;
        transition: all 1s;
        width: 100%;
        z-index: 2;
    }
        .product-list__item:hover div[b-y3vvofrvxi] {
            opacity: 1;
        }

@media screen and (max-width: 1280px) {
    .product-list__item[b-y3vvofrvxi] {
        max-height: 490px;
    }

    .product-list__list[b-y3vvofrvxi] {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 991px) {
    .product-list__item[b-y3vvofrvxi] {
        min-width: 170px;
        height: 340px;
    }
        .product-list__item div[b-y3vvofrvxi] {
            opacity: 1;
        }

    .product-list__h[b-y3vvofrvxi] {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .product-list__list[b-y3vvofrvxi] {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }
    .product-list__item[b-y3vvofrvxi] {
        height: 300px;
    }
        .product-list__item div[b-y3vvofrvxi] {
            font-size: 28px;
            padding: 0 15px 20px 15px;
        }

    .product-list__h[b-y3vvofrvxi] {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 479px) {
    .product-list__item[b-y3vvofrvxi] {
        height: 270px;
    }
    .product-list__list[b-y3vvofrvxi] {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    .product-list__item div[b-y3vvofrvxi] {
        font-size: 24px;
        padding: 0 10px 20px;
    }
}

/* _content/GominGir.Web/Site/Components/PublicationComponent.razor.rz.scp.css */
.wrap[b-hsuw0mr30n] {
    width: 100%;
    margin: auto;
    border-top: 2px solid #fff;
    padding-top: 50px;
}

.items-wrap[b-hsuw0mr30n] {
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 20px;
}

    .items-wrap[b-hsuw0mr30n]:before,
    .items-wrap[b-hsuw0mr30n]:after {
        content: "";
        height: 100%;
        top: 0;
        width: 10%;
        position: absolute;
        z-index: 1;
        pointer-events: none;
    }

    .items-wrap[b-hsuw0mr30n]:before {
        left: 0;
        background: linear-gradient( 90deg, rgba(13, 13, 13, 1) 0%, rgba(13, 13, 13, 0) 100% );
    }

    .items-wrap[b-hsuw0mr30n]:after {
        right: 0;
        background: linear-gradient( 90deg, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 1) 100% );
    }

.items[b-hsuw0mr30n] {
    flex-shrink: 0;
    display: flex;
    gap: 20px;
    counter-reset: item;
    justify-content: space-around;
    min-width: 100%;
}

.item[b-hsuw0mr30n] {
    width: 300px;
    height: 300px;
    object-fit: cover;
    background: #ccc;
    flex: 0 0 auto;
    counter-increment: item;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin: 10px 0;
    transition: all 0.1s ease-in-out;
}

    .item:hover[b-hsuw0mr30n] {
        transform: scale(1.05);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }

.marquee[b-hsuw0mr30n] {
    animation: scroll-b-hsuw0mr30n 45s linear infinite;
}

.reverce[b-hsuw0mr30n] {
    animation-direction: reverse;
}

.items-wrap:hover .marquee[b-hsuw0mr30n] {
    animation-play-state: paused;
}

.perfscan[b-hsuw0mr30n] {
    margin: 20px 0;
    text-align: center;
    bottom: 0;
    background: #fff;
    padding: 5px;
}

    .perfscan hr[b-hsuw0mr30n] {
        border: solid #999;
        border-width: 1px 0 0 0;
        max-width: 50%;
        margin: 0 auto 20px;
    }

    .perfscan a[b-hsuw0mr30n] {
        color: #000;
        font-weight: bold;
    }

@keyframes scroll-b-hsuw0mr30n {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - 20px));
    }
}

/* до 991px */
@media screen and (max-width: 991px) {
    .item[b-hsuw0mr30n] {
        width: 250px;
        height: 250px;
    }
}

/* до 767px */
@media screen and (max-width: 767px) {
    .item[b-hsuw0mr30n] {
        width: 250px;
        height: 250px;
    }
}

/* до 479px */
@media screen and (max-width: 479px) {
    .item[b-hsuw0mr30n] {
        width: 200px;
        height: 200px;
    }
}
/* _content/GominGir.Web/Site/Pages/AboutPage.razor.rz.scp.css */
.new-section[b-zr8ulf5qrc] {
    min-height: 95vh;
    padding-bottom: 50px;
    align-items: center;
}

.about[b-zr8ulf5qrc] {
    width: 100%;
    max-width: 1920px;
    padding-left: 60px;
    padding-right: 60px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    padding-top: 30px;
    display: flex;
}

/* div-block-8 */
.about__content[b-zr8ulf5qrc] {
    width: 100%;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    border-top: 2px solid #fff;
    justify-content: space-between;
    padding-top: 50px;
    display: flex;
}

.about__image-container[b-zr8ulf5qrc] {
    width: 50%;
    position: relative;
}

.about__image[b-zr8ulf5qrc] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: -webkit-sticky;
    position: sticky;
    top: 72px;
}

.about__details-wrapper[b-zr8ulf5qrc] {
    width: 50%;
}

.about__details-container[b-zr8ulf5qrc] {
    gap:50px;
    flex-direction: column;
    display: flex;
}

.about__text[b-zr8ulf5qrc] {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
}

.text-block-10[b-zr8ulf5qrc] {
    font-family: Inter, sans-serif;
    color: rgba(255, 255, 255, .7);
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
}

.link-block-3[b-zr8ulf5qrc] {
    color: rgba(255, 255, 255, .3);
    text-transform: uppercase;
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    text-decoration: none;
}

/* від 1280px і більше */
@media screen and (min-width: 1280px) {
    .about__details-wrapper[b-zr8ulf5qrc] {
        max-width: 582px;
        min-width: 382px;
    }
}

/* від 1440px і більше */
@media screen and (min-width: 1440px) {
    .about__details-wrapper[b-zr8ulf5qrc] {
        max-width: none;
    }
}

/* від 1920px і більше */
@media screen and (min-width: 1920px) {
    .new-section[b-zr8ulf5qrc] {
        display: flex;
        flex-direction: column;
    }
}

/* до 991px */
@media screen and (max-width: 991px) {
    .about__details-container[b-zr8ulf5qrc] {
        gap:30px;
    }
    .about[b-zr8ulf5qrc] {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        flex-direction: column;
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
    }
    /* div-block-8 */
    .about__content[b-zr8ulf5qrc] {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        border-top: 2px solid #fff;
        flex-direction: column;
        padding-top: 20px;
    }
    .about__image-container[b-zr8ulf5qrc] {
        width: 100%;
    }
    .about__details-wrapper[b-zr8ulf5qrc] {
        width: 100%;
    }
    .link-block-3[b-zr8ulf5qrc] {
        text-transform: uppercase;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* до 767px */
@media screen and (max-width: 767px) {
    .about[b-zr8ulf5qrc] {
        padding-top: 30px;
    }
}

/* до 479px */
@media screen and (max-width: 479px) {
    .about[b-zr8ulf5qrc] {
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        padding-top: 20px;
    }
    .about__details-container[b-zr8ulf5qrc] {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

}
/* _content/GominGir.Web/Site/Pages/CollectionPage.razor.rz.scp.css */
.product__view_more[b-5q7xtc6h0v] {
    border-bottom: 2px solid rgba(255,255,255,.7);
    color: rgba(255,255,255,.7);
    justify-content: space-between;
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
    text-decoration: none;
    display: flex;
    transition: all 1s;
}

    .product__view_more:hover[b-5q7xtc6h0v] {
        color: rgba(255,255,255, 1);
        border-bottom: 2px solid rgba(255,255,255, 1);
    }

    .product__view_more img[b-5q7xtc6h0v] {
        opacity: 0.7;
        transition: all 1s;
    }

    .product__view_more:hover img[b-5q7xtc6h0v] {
        opacity: 1;
    }

@media screen and (max-width: 991px) {
    .product__view_more[b-5q7xtc6h0v] {
        font-size: 32px;
        line-height: 41px;
    }
}
/* _content/GominGir.Web/Site/Pages/CollectionsPage.razor.rz.scp.css */
.collection__view_more[b-d6z9acq26z] {
    border-bottom: 2px solid rgba(255,255,255,.7);
    color: rgba(255,255,255,.7);
    justify-content: space-between;
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
    text-decoration: none;
    display: flex;
    transition: all 1s;
}

    .collection__view_more:hover[b-d6z9acq26z] {
        color: rgba(255,255,255, 1);
        border-bottom: 2px solid rgba(255,255,255, 1);
    }

    .collection__view_more img[b-d6z9acq26z] {
        opacity: 0.7;
        transition: all 1s;
    }

    .collection__view_more:hover img[b-d6z9acq26z] {
        opacity: 1;
    }

@media screen and (max-width: 991px) {
    .collection__view_more[b-d6z9acq26z] {
        font-size: 32px;
        line-height: 41px;
    }
}
/* _content/GominGir.Web/Site/Pages/ContactPage.razor.rz.scp.css */
/* _content/GominGir.Web/Site/Pages/HomePage.razor.rz.scp.css */
.fullscreen[b-rmk9hmof4e] {
    background-color: #000;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.container[b-rmk9hmof4e] {
    width: 100%;
    max-width: 1920px;
    padding-left: 60px;
    padding-right: 60px;
}

.div-block-23[b-rmk9hmof4e] {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    font-family: Inter, sans-serif;
    color: #fff;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    display: flex;
}

.bg_wrapper[b-rmk9hmof4e] {
    width: 70vh;
    height: 70vh;
    max-height: 600px;
    max-width: 600px;
    object-fit: cover;
    object-position: 0% 0%;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
}

.background-video-2[b-rmk9hmof4e] {
    z-index: 999;
    width: 100%;
    height: 100%;
    position: absolute;
}
    .background-video-2 video[b-rmk9hmof4e] {
        width: 100%;
    }

    .link[b-rmk9hmof4e] {
        width: 170px;
        color: #fff;
        border: 2px solid #fff;
        justify-content: center;
        align-items: center;
        padding: 2px 85px;
        font-size: 24px;
        font-weight: 500;
        line-height: 46px;
        text-decoration: none;
        transition: all .5s;
        display: flex;
    }

.links[b-rmk9hmof4e] {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
}

@media screen and (min-width: 1280px) {
}

@media screen and (min-width: 1440px) {
}

@media screen and (min-width: 1920px) {
    .link[b-rmk9hmof4e] {
        width: 200px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 32px;
    }
}

@media screen and (max-width: 991px) {
    .container[b-rmk9hmof4e] {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        flex-direction: column;
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
    }

    .bg_wrapper[b-rmk9hmof4e] {
        width: 480px;
        height: 480px;
    }
}

@media screen and (max-width: 767px) {
    .fullscreen[b-rmk9hmof4e] {
        width: 100dvw;
        height: 100dvh;
    }

    .container[b-rmk9hmof4e] {
        padding-top: 30px;
    }

    .bg_wrapper[b-rmk9hmof4e] {
        width: 240px;
        height: 240px;
    }

    .link[b-rmk9hmof4e] {
        width: 100px;
        border-width: 1px;
        padding: 7px 30px;
        font-size: 20px;
        line-height: 100%;
    }
}

@media screen and (max-width: 479px) {
    .container[b-rmk9hmof4e] {
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .startscreen[b-rmk9hmof4e] {
        height: 100%;
    }
}
/* _content/GominGir.Web/Site/Pages/MenuPage.razor.rz.scp.css */
/*.fullscreen {
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}
.background-video {
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.background-video__filter {
    z-index: 2;
    background-color: rgba(0, 0, 0, .5);
    background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .8));
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.container {
    width: 100%;
    max-width: 1920px;
    padding-left: 60px;
    padding-right: 60px;
    z-index: 999;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
}

.logo {
    height: 25%;
    flex-direction: column;
    justify-content: center;
    display: flex;
}

.menu__navigation {
    height: 60%;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    display: flex;
}

.menu__links {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
}

.navigation__link {
    width: 100%;
    font-family: var(--inter);
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    transition: all 2s;
}

.navigation__link__1 {
    color: var(--transparent);
    justify-content: center;
    padding: 5px 10px;
    font-size: 36px;
    font-weight: 500;
    line-height: 100%;
    text-decoration: none;
    display: flex;
}

.navigation__link__1:hover {
    color: #fff;
}

@media screen and (min-width: 1280px) {
}

@media screen and (min-width: 1440px) {
}

@media screen and (min-width: 1920px) {
    .menu__links {
        grid-column-gap: 35px;
        grid-row-gap: 35px;
    }

    .navigation__link__1 {
        color: #b4b4b4;
        font-size: 42px;
        line-height: 100%;
        transition: all .5s;
    }

    .navigation__link__1:hover {
        color: #fff;
    }
}

@media screen and (max-width: 991px) {
    .container {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        flex-direction: column;
        padding-top: 0;
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
        justify-content: space-around;
    }
    .logo {
        height: 20%;
    }
    .menu__navigation {
        height: auto;
        grid-column-gap: 35px;
        grid-row-gap: 35px;
        justify-content: flex-start;
    }
    .menu__links {
        margin-bottom: 0;
    }
    .navigation__link__1 {
        color: var(--whitecolor);
    }
}

@media screen and (max-width: 767px) {
    .fullscreen {
        width: 100dvw;
        height: 100dvh;
    }
    .container {
        padding-top: 30px;
        justify-content: space-around;
        padding-bottom: 10%;
    }
    .logo {
        width: 240px;
    }
    .menu__navigation {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .menu__links {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .navigation__link__1 {
        font-size: 24px;
        line-height: 100%;
    }
}

@media screen and (max-width: 479px) {
    .container {
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .navigation__link__1 {
        font-size: 28px;
        line-height: 100%;
    }
}*/
/* _content/GominGir.Web/Site/Pages/ProductPage.razor.rz.scp.css */
.link-block-999[b-i8q5u1hn9q] {
    width: 100%;
    min-width: 270px;
    color: #FFF;
    flex-direction: column;
    justify-content: flex-end;
    text-decoration: none;
    transition: all 1s;
    display: flex;
    position: relative;
    overflow: hidden;
}

    .link-block-999 img[b-i8q5u1hn9q] {
        position: relative;
        width: 100%;
        z-index: 1;
        transition: all 1s;
    }

.div-block-999[b-i8q5u1hn9q] {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .85), rgba(0, 0, 0, .8) 25%, rgba(255, 255, 255, 0) 60%);
    transition: all 1s;
    position: absolute;
    z-index: 2;
    opacity: 0;
}

.link-block-999:hover div[b-i8q5u1hn9q] {
    opacity: 1;
}

.link-block-999:hover img[b-i8q5u1hn9q] {
    transform: scale(1.1);
}

@media screen and (max-width: 991px) {
    .div-block-999[b-i8q5u1hn9q] {
        opacity: 1;
    }

    .link-block-999[b-i8q5u1hn9q] {
        min-width: 170px;
    }
}

@media screen and (max-width: 767px) {
    .heading-copy[b-i8q5u1hn9q] {
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 479px) {
    .heading-copy[b-i8q5u1hn9q] {
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
/* _content/GominGir.Web/Site/Pages/ProductsPage.razor.rz.scp.css */
.link-block-999[b-em1jox8yeo] {
    width: 100%;
    min-width: 270px;
    color: #FFF;
    flex-direction: column;
    justify-content: flex-end;
    text-decoration: none;
    transition: all 1s;
    display: flex;
    position: relative;
    overflow: hidden;
}

    .link-block-999 img[b-em1jox8yeo] {
        position: relative;
        width: 100%;
        z-index: 1;
        transition: all 1s;
    }

.div-block-999[b-em1jox8yeo] {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 65.729159116745%, rgba(13, 13, 13, 0.70) 100%);
    transition: all 1s;
    position: absolute;
    z-index: 2;
    opacity: 0;
}

.link-block-999:hover div[b-em1jox8yeo] {
    opacity: 1;
}
.link-block-999:hover img[b-em1jox8yeo] {
    transform: scale(1.1);
}

@media screen and (max-width: 991px) {
    .div-block-999[b-em1jox8yeo] {
        opacity: 1;
    }
    .link-block-999[b-em1jox8yeo] {
        min-width: 170px;
    }
}

@media screen and (max-width: 767px) {
    .heading-copy[b-em1jox8yeo] {
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 479px) {
    .heading-copy[b-em1jox8yeo] {
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
}


/* _content/GominGir.Web/Site/Pages/PublicationsPage.razor.rz.scp.css */
