.target-item.active {
    box-shadow: 0 5px 20px rgba(0,0,0,.25);
}

.section-select__year__item.section-select__item {
    padding: 24px!important;
    width: calc(11.11111% - 8px)!important;
}

.section-select__year__item.section-select__engine__item {
    width:auto;
}

.section-select__item--filter .section-select__name {
    word-wrap: break-word;
}

.has-schemas-model {
    position: absolute;
    background: green;
    top: 10px;
    right: 10px;
    color: white;
    padding: 5px;
    border-radius: 5px;
}
.section-select__img img {
    min-height: 160px;
    object-fit: contain;
    object-position: bottom;
    margin-bottom: 10px;
}

.schema-block__inner {
    gap: 1rem;
}