* {

}
#block-benefits {
    order: -1;
}
#block-site-info-social {
    order: -3;
}
#block-nursery-views-block-groups-block-1 {
    order: -2;
}
#block-nursery-views-block-news-block-1 {
    order: -5;
}

.toolbar-loading #toolbar-administration {
    position: absolute;
    top: 0;
}

.group-full .field-node-gallery__item {
    height: 660px;
    width: 50% !important;
}

.group-full .field-node-gallery__item img{
    height: 640px;
    object-fit: cover;
    object-position: top;
    width: 100%;
}

.group-full .field-node-gallery__item:nth-of-type(4) {
    height: 660px;
}

.group-full .field-node-gallery__item:nth-of-type(4) img{
    height: 640px;
}

.group-full .field-node-gallery__item:nth-of-type(2),
.group-full .field-node-gallery__item:nth-of-type(3),
.group-full .field-node-gallery__item:nth-of-type(5),
.group-full .field-node-gallery__item:nth-of-type(6) {
    height: 269px;
    width: 25% !important;
}

.group-full .field-node-gallery__item:nth-of-type(2) img,
.group-full .field-node-gallery__item:nth-of-type(3) img,
.group-full .field-node-gallery__item:nth-of-type(5) img,
.group-full .field-node-gallery__item:nth-of-type(6) img {
    height: 249px;
}
.text-formatted blockquote {
    color: #352B13;
    background: transparent;
    font-style: italic;
}

.block-type-disability-block {
    display: none !important;
}
.trust-box a {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-family: var(--font-family);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
    font-weight: 700;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: none;
    outline: none;
    transition: all 0.3s;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    margin: 0;
    border-radius: 50px;
    background: var(--secondColor);
    border: 1px solid var(--secondColor);
    color: var(--whiteColor);
    padding: 8px 25px;
    min-width: 270px;
    &:hover {
        background-color: var(--mainColor);
        border-color: var(--mainColor);
    }
    &::before {
        content: "";
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -1px;
        z-index: 1;
        border: 1px solid transparent;
        transition: all 0.3s;
        border-radius: 50px;
    }
    &:hover::before {
        opacity: 0;
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }
    &::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0;
        border-radius: 50px;
        background-color: var(--mainColor);
        transition: all 0.3s;
        transform: scale(0.5, 0.5);
    }
    &:hover::after {
        opacity: 1;
        transform: scale(1, 1);
    }
}

.block-type-site-info-socials {
    .trust-box {
        display: flex;
        justify-content: center;
        margin-top: 24px;
    }
}

@media screen and (min-width: 1199px) {
    .trust-box a {
        padding: 0.825rem 1.75rem;
        font-size: 0.9rem;
        font-weight: 600;
    }

    .block-type-site-info-socials {
        .trust-box {
            display: none;
        }
    }
}


.form-item--error-message {
    color: red;
}
form .form-item {
    margin-bottom: 16px;
}

.view-material .view-content {
    .views-row:has( div[data-history-node-id="413"]) {
        order: -10;
    }
}

.nursery-content__container:has( [data-history-node-id="278"]) {
    display: flex;
    flex-direction: column;

    .node--view-mode-full {
        order: 2;
        margin-top: 30px;
    }

    .view-persons {
        order: 1;
    }
}