.projects-list {
    display: block;
}
.projects-list .projects-list-tabs {}
.projects-list .projects-list-tab-container {
    display: block;
    margin-top: 45px;
}
.projects-list .projects-list-tab-container .project-tab {}
.projects-list .projects-list-items {
    display: block;
}
.intec-template-breadcrumb{
    display: none;
}
.title_morg{
    font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 29px;

color: #FFFFFF;
margin-bottom: 25px;
}
.news-list-elements-wrapper {
    background: #FFFFFF;
    border: 1px solid #F5F6FA;
    box-shadow: 0px 4px 32px rgb(0 0 0 / 4%);
    border-radius: 12px;
}
.city_point_element {
    width: 320px;
    background: #F0F5F9;
    border: 1px solid #F5F6FA;
    box-shadow: 0px 4px 32px rgb(0 0 0 / 4%);
    border-radius: 12px 0px 0px 12px;
    padding: 10px;
}
.c-news-list-projects-list .news-list-tab-container {
    padding: 64px 0;
}
.c-news-list-projects-list .news-list-element {
    min-height: 220px;
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
}
.c-news-list-projects-list .news-list-element:last-child{
    border-bottom: 0;
}
.c-news-list-projects-list .news-list-element-image-wrapper {
    height: 220px;
    display: block;
}
.c-news-list-projects-list .news-list-element-content {
    height: 220px;
    white-space: nowrap;
    margin-left: 50px;
}
.c-news-list-projects-list .news-list-element-content-wrapper {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}
.c-news-list-projects-list .news-list-element-image {
    display: inline-block;
    width: 340px;
    height: 220px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.c-news-list-projects-list .news-list-element-name {
    display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    letter-spacing: -0.01em;
    color: #0D1A2D;
    text-decoration: none;
}
.c-news-list-projects-list .news-list-element-description {
    font-size: 14px;
    margin-top: 35px;
    line-height: 18px;
    max-height: 54px;
    overflow: hidden;
}

.c-news-list-projects-list .news-list-element.no-image {
    min-height: auto;
}
.c-news-list-projects-list .news-list-element.no-image .news-list-element-content {
height: auto;
    background: url(img/ico_morg.png) no-repeat left 6px;
    padding-left: 36px;
    margin-left: 17px;
    flex-shrink: 100;
}
ul.news-list-tabs{
    justify-content: space-between !important;
}
.intec-ui.intec-ui-control-tabs.intec-ui-view-1 .intec-ui-part-tab:hover{
        box-shadow: 0px 0px 8px #00000052;
}
@media all and (max-width:720px) {
    .c-news-list-projects-list .news-list-element-image-wrapper {
        height: 200px;
    }
    .c-news-list-projects-list .news-list-element-image {
        width: 200px;
        height: 200px;
    }
    .c-news-list-projects-list .news-list-element-content {
        margin-left: 30px;
    }
    .city_point_element {
        width: 100%;
        border-radius: 12px;
    }
    a.tab_butn_sale{
           padding: 0px 24px;
    font-size: 17px !important;
    line-height: 21px !important;
    height: 70px !important;
    }
    li.intec-ui-part-tab{
        text-align: center;
        width: 100%;
            justify-content: center;
    }
    .c-news-list-projects-list .news-list-element.no-image .news-list-element-content{
            min-height: 45px;
            padding: 6px 0px 10px 38px;
    }
}
@media all and (max-width:600px){
    .c-news-list-projects-list .news-list-element-image {
        width: 100%;
    }
    .c-news-list-projects-list .news-list-element-content {
        margin-left: 0;
    }
}