.projects {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.projects-left-col {
    width: calc(100% - 300px);
}

.projects-right-col {
    width: 270px;
}

.projects-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -9px;
    margin-right: -9px;
}

.c-project__inner {
    background-color: #f7f7f7;
    padding: 20px;
}

.c-project__img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
}

.c-project__img img {
    /*height: 100%;*/
    max-height: 100%;
    width: auto;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-project__title {
    font-size: 16px;
    margin-bottom: 10px;
    color: #101312;
    font-weight: 600;
}

.c-project__text {
    color: #333333;
}

.c-project__text:not(:last-child){
    margin-bottom: 2px;
}

.c-project-item {
}

.c-project-list .slick-list {
    margin: 0 -18px!important;
}

.c-project {
    margin-top: 50px;
    overflow: hidden;
}

.c-projects__label {
    position: absolute;
    z-index: 1;
    background-color: rgba(245, 154, 35, 1);
    top: 10px;
    left: 0;
    color: #fff;
    padding: 4px 6px;
}

.c-project__img {
    position: relative;
}

.c-project__actions {
    position: absolute;
    bottom: 16px;
    left: 18px;
    padding: 4px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 18px * 2);
}

.c-project__inner {
    padding-bottom: 50px;
    display: block;
}

.c-project-item {
    position: relative;
}

.projects-list .c-project-item {
    width: calc(100% / 3 - 18px);
    margin-left: 9px;
    margin-right: 9px;
    margin-bottom: 20px;
}

#filter_projects .noUi-handle, #filter_projects .noUi-connect {
    background: #1d9466;
}

.form__field:last-child {
    margin-bottom: 0;
}

.button + .form__field {
    margin-top: 12px;
}

.list_checkboxes--column .checkbox__label {
    display: block !important;
}

.projects-right-col .panel-obj-search {
    padding: 16px;
    background-color: #f7f7f7;
    margin-bottom: 10px;
    border-radius: 0;
}

.panel-obj-search .c-search__wrap {
    background-color: #ffffff;
}

.projects_modal.remodal {
    max-width: 500px;
}

.projects_modal.remodal .remodal__body {
    padding: 20px;
}

.projects_modal.remodal .remodal__header {
    padding-left: 20px;
}

.projects_modal input {
    font-size: 13px !important;
}

.projects_list {
    list-style-type: none;
    padding: 0;
    margin: 5px 0 15px 0;
    font-size: 13px;
}

.projects_inner {
    max-height: 215px;
    overflow-y: auto
}

.projects_list li {
    display: block;
    padding: 3px 0
}

.projects_list a:hover {
    text-decoration: underline;
}

.projects_inner p {
    padding: 0;
    margin: 0;
    color: #777;
}

@media screen and (max-width: 1180px) {
    .c-project-item {
        padding: 0 8px;
    }
    
    .c-project-list .slick-list {
        margin: 0 -8px!important;
    }
    
    .projects-list .c-project-item {
        width: calc(100% / 2 - 18px);
    }
}

@media (min-width: 769px){
    .projects-right-col .remodal-wrapper {
        display: block !important;
        position: static;
        padding: 0;
        text-align: left;
        overflow: visible;
    }
    
    .projects-right-col .remodal {
        transform: none;
    }
    
    #filter_projects .remodal__body {
        padding: 16px;
        background-color: #f7f7f7;
    }
}

@media screen and (max-width: 768px) {
    .projects {
        flex-direction: column-reverse;
    }
    
    .projects-left-col {
        width: 100%;
    }
    
    .projects-right-col {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .catalog__subheader.catalog__subheader--projects {
        gap: 12px;
        background: transparent;
        padding: 0;
        margin-bottom: 0;
    }
    
    .catalog__subheader--projects .button.button--projects {
        margin: 0;
        border-radius: 0;
        background-color: #1d7ecf;
        color: #fff;
        padding: 4px 7px;
        height: 36px;
    }
    
    .projects-list {
        margin-left: 0;
        margin-right: 0;
    }
    
    .projects-list .c-project-item {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .c-project__img img {
        height: auto;
        width: 100%;
    }
    
    .c-project__img {
        height: auto;
    }
    
    .c-project-item {
        padding: 0 5px;
    }
    
    .c-project-list .slick-list {
        margin: 0 -5px!important;
    }
    
    .c-project__slide {
        height: 250px !important;
        overflow: hidden;
    }
    
    .c-project__slide img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .panel-obj-search {
        display: none;
    }
}

@media (max-width: 385px) {
    .c-project__slide {
        height: 150px !important;
        overflow: hidden;
    }
    
    .c-project__actions {
        width: 100%;
        left: 0;
    }
}
