

/* Start:/local/components/nm/projects.filter/templates/.default/style.css?17531704555645*/
.form-filter {
    gap: 32px;
    background-color: #F6F6F6;
}

.form-filter > div.tags {
    margin-bottom: 32px
}

.form-filter.form-block-wrap {
    display: flex;
    flex-direction: column;
    padding: 24px 17px 31px 17px;
}

.form-filter .field {
    display: flex;
    flex-direction: column;
}

.form-filter .field__label {
    margin-bottom: 11px;
}

.form-filter .field-btns {
    display: flex;
    flex-direction: row;
    gap: 22px;
}
.form-filter .field-btns > .btn[type="submit"] {
    width: calc(55% - 11px);
    margin: 0;
    min-width: calc(55% - 11px);

    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form-filter .field-btns > .btn-form-rest {
    width: calc(45% - 11px);
    margin: 0;
    min-width: calc(45% - 11px);
}

.form-filter .tags__items {
    display: inline-flex;
    /*flex-direction: column;*/
    margin: 0;
    gap: 8px;

    flex-wrap: wrap;
}

.form-filter .jq-selectbox__dropdown {
    width: 100% !important;
}

.form-filter .field-product .jq-selectbox {
    z-index: 11 !important;
}

.form-filter .jq-selectbox__dropdown ul > li {
    word-break: break-word;
    white-space: normal;
    height: auto;
    min-height: 40px;
    padding: 10px 20px;
}

.form-filter .jq-selectbox__select-text {
    padding: 0 24px 0 12px;
}

.form-filter .jq-selectbox__trigger {
    right: 13px;
}

.form-filter .tags__item {
    display: inline-flex;
    flex: 0 1 auto;

    min-height: 40px;
    padding: 10px 16px;
    align-items: center;
    max-width: max-content;
    gap: 8px;

    align-self: stretch;
    color: #A7A7A7;
    border: 1px solid #A7A7A7;
    cursor: pointer;

    word-break: break-word;
    white-space: normal;

    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.form-filter .button-tags {
    max-width: 101px;
}
.form-filter .button-tags .btn {
    display: flex;
    height: 40px;
    padding: 15px 24px 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #F58214;
    color: #F58214;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: transparent;
    box-shadow: none;
    min-width: max-content;
}

.form-filter .button-tags .btn:hover,
.form-filter .tags__item:hover {
    border-color: #0B53B3;
    color: #0B53B3;
}
.form-filter .tags__item:hover ~ .tags__close::before {
    content: url('/local/templates/safe/img/svg/close_blue.svg');
}

.form-filter .tags__close {
    position: relative;
    display: inline-table;
    width: 8px;
    height: 8px;
    margin: auto 0;
}

.form-filter .tags__close::before {
    content: url('/local/templates/safe/img/svg/close_gray.svg');
    width: 100%;
    height: 100%;
    display: flex;
    pointer-events: none;
}

.btn.btn-link-v2 {
    color: #A7A7A7;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
}

.btn.btn-link-v2:hover {
    color: #f58214;
    background-color: transparent;
}

.btn.btn-link-v2:after {
    opacity: 0;
    background: none !important;
}

/* modal project tags */
#modal-project-tags .h2 {
    color: #0B53B3;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.08px;
    text-transform: uppercase;
    margin-bottom: 32px;
}

#modal-project-tags .tags {
    overflow-y: auto;
    height: 488px;
    margin-bottom: 39px;
    max-height: 80vh;
    padding-right: 8px;

    scrollbar-width: thin;
    scrollbar-color: #A7A7A7 #F6F6F6;
}

#modal-project-tags .tags::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

#modal-project-tags .tags::-webkit-scrollbar-track {
    background-color: #F6F6F6;
}

#modal-project-tags .tags::-webkit-scrollbar-thumb {
    background-color: #A7A7A7;
    border-radius: 0 !important;
}

#modal-project-tags .tags:hover::-webkit-scrollbar-thumb {
    background-color: #888;
}

#modal-project-tags .tags::-webkit-scrollbar-corner {
    background-color: #F6F6F6;
}

#modal-project-tags .tags::-webkit-scrollbar-button {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

#modal-project-tags .tags::-webkit-scrollbar-button:vertical:decrement,
#modal-project-tags .tags::-webkit-scrollbar-button:vertical:increment {
    display: none !important;
}

#modal-project-tags .tags::-webkit-scrollbar-corner {
    background: transparent !important;
}

#modal-project-tags .tag-item {
    display: inline-flex;
    height: 40px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    margin-right: 16px;
    flex-shrink: 0;
    border: 1px solid #A7A7A7;
    color: #A7A7A7;
    cursor: pointer;
}

#modal-project-tags .tag-item input[type="checkbox"] {
    display: none;
}

#modal-project-tags .tag-item:hover,
#modal-project-tags .tag-item--selected {
    border-color: #0B53B3;
    color: #0B53B3;
}

#modal-project-tags .btn {
    padding: 15px 32px 16px 32px;
    min-width: unset;
}
@media (min-width: 1024px) {
    #modal-project-tags {
        height: 764px;
    }
}
@media (min-width: 768px) {
    .form-filter.form-block-wrap {
        margin-top: 12px;
    }

    #modal-project-tags {
        width: 754px;
        padding: 42px 48px 60px;
        overflow: hidden;
    }
}
@media (max-width: 580px) {
    #modal-project-tags .tags {
        height: 460px;
    }
}
/* End */


/* Start:/local/components/nm/search.page/templates/.default/style.css?1753170455160*/
.partition-search__nofound {
    text-align: center;
    padding: 30px 0;
}

.partition-search .search-form.project-search {
 width: 100%;
 max-width: unset;
}

/* End */
/* /local/components/nm/projects.filter/templates/.default/style.css?17531704555645 */
/* /local/components/nm/search.page/templates/.default/style.css?1753170455160 */
