form#webform-submission-apply-online-add-form {
    width: 100%;
    margin: 0 auto;
    .js-form-item,
    .form-item--error {
        margin-bottom: 15px;
        label {
            padding-bottom: 5px;
            display: block;
        }
    }
}
span.select2-search.select2-search--dropdown {
    display: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    display: none;
}

@media screen and (min-width: 769px) {
    form#webform-submission-apply-online-add-form {
        width: 50%;
        .js-form-item{
            margin-bottom: 20px;
        }
    }
}

@media screen and (min-width: 1200px) {
    form#webform-submission-apply-online-add-form,
    form#webform-submission-apply-online-add-form:has(.form-item--error) {
        width: 600px !important;
        margin: 0 auto !important;
        .js-form-item {
            width: 600px !important;
        }
        .form-actions {
            width: 600px !important;
        }
    }
    .select2-container--default .select2-selection--single {
        max-width: 100%;
    }
    #webform-submission-apply-online-form-ajax {
        width: 600px;
        margin: 0 auto;
        [type="color"], [type="date"], [type="datetime"], [type="datetime-local"], [type="email"], [type="month"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], select, textarea {
            width: 600px;
        }

        .js-form-item{
            margin-bottom: 20px;

            label {
                padding-bottom: 5px;
                display: block;
            }
        }
    }
}

@media screen and (min-width: 1199px) {
    .node--type-gallery {
        .field-node-gallery__item:nth-child(9),
        .field-node-gallery__item:nth-child(10),
        .field-node-gallery__item:nth-child(11),
        .field-node-gallery__item:nth-child(21),
        .field-node-gallery__item:nth-child(22),
        .field-node-gallery__item:nth-child(23),
        .field-node-gallery__item:nth-child(33),
        .field-node-gallery__item:nth-child(34),
        .field-node-gallery__item:nth-child(35),
        .field-node-gallery__item:nth-child(45),
        .field-node-gallery__item:nth-child(46),
        .field-node-gallery__item:nth-child(47),
        .field-node-gallery__item:nth-child(57),
        .field-node-gallery__item:nth-child(58),
        .field-node-gallery__item:nth-child(59){
            width: 33% !important;
        }

        .field-node-gallery__item:nth-child(19),
        .field-node-gallery__item:nth-child(31),
        .field-node-gallery__item:nth-child(43),
        .field-node-gallery__item:nth-child(55){
            float: right !important;
        }

        /*.field-node-gallery__item:last-child{*/
        /*    float: none !important;*/
        /*}*/
    }
}

.b-site-info-short-info .block-type-disability-block {
    display: none;
}

@media screen and (min-width: 1199px) {
    .b-site-info-header__logo img {
        max-width: 8rem;
        width: 100%;
    }

    .block-type-list-icons .field-block-paragraph, .block-list-icons .field-block-paragraph {
        width: 100% !important;
    }
    #block-nursery-list-icons.block-type-list-icons .field-block-paragraph__item {
        width: 16% !important;
    }
    .nursery-list-icons .swiper-wrapper {
        justify-content: space-between;
    }
    #block-benefits.block-type-benefits .field-block-paragraph__item {
        width: 25% !important;
    }
}

a[href="/form/apply--online"] {
    color: #fbb213;
}

.page-front .region-content .block-type-list-icons {
    order: -4;
}
.page-front .region-content .block-type-benefits {
    order: -5;
}

.b-site-info-footer__phone--wrapper .item_wrapper {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 10px;
}