.catalog-sort{
    margin-bottom: 0 !important;
}
.publication-item {
    margin-top: 32px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 1px solid #000;
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    padding: 16px 0;
}

.color-2 .publication-item { border-color: #fff; }


.publication-item {
    font-family: 'Lato',sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
  
}
@media (min-width: 1200px){
    .publication-item > .col-sm-6.col-lg-6 {
        width: 100% !important;
        max-width: 305px !important;
    }
	
	#content.font-size-200 .page_body > .row .col-lg-3,
	#content.font-size-200 .page_body > .row .col-lg-9,
	#content.font-size-150 .page_body > .row .col-lg-3,
	#content.font-size-150 .page_body > .row .col-lg-9{width: 100%;}
	
	#content.font-size-200 .smart-filter-title,
	#content.font-size-150 .smart-filter-title {text-align: center;}
	
	#content.font-size-200 .smart-filter-form .row,
	#content.font-size-150 .smart-filter-form .row {display: flex; justify-content: center; flex-direction: column;}
	
	#content.font-size-200 .smart-filter-form .row .smart-filter-parameters-box,
	#content.font-size-150 .smart-filter-form .row .smart-filter-parameters-box {width: fit-content;}
	#content.font-size-200 .publication-item,
	#content.font-size-150 .publication-item	{justify-content: space-between;}
	
	
}

.download-link {
    display: flex;
    align-items: center;
    text-decoration: none !important;
}
.download-link:empty:before{
    content: none !important;
}
.download-link:hover{
    text-decoration: underline !important;
}
.download-link:before{
    content: "";
    display: flex;
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    background-image: url(./download.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.color-2 .download-link:before {background-image: url(./download-white.svg);}

.publication-item__name{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none !important;
}
.publication-item__date{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700;

    line-height: 150%; 
    text-decoration: none !important;
}
.publication-item__text {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    color: #000000;
    text-align: center;
    text-decoration: none !important;
   
}
.select_dropdown ul.dd li{
    padding: 0 !important;
    margin: 0 !important;
}
.select_dropdown ul.dd li a{
    padding: 8px 12px !important;
    white-space: nowrap;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    
    line-height: 100%;
}
.select_dropdown .dd_label + .select_dropdown ul.dd{
    width: 100% !important;
}
.select_dropdown ul.dd{
    min-width: max-content;
}
.sort_display{
    display: none;
}
ul.dd + .dd_label {
    width: max-content !important;
}
.smart-filter-input-group-dropdown{
    margin-top: 24px;
    height: auto;
    border-radius: unset !important;
    box-shadow: none;
    border: none;
}
.smart-filter-dropdown-block{
    border: 1px solid #B89B75;
    padding: 16px;
    border-radius: unset !important;
    box-shadow: none;
    height: auto !important;
}
.smart-filter-dropdown-arrow{
    top: 16px;
    background: none !important;
    background-image: url(/local/templates/art_krut/images/arrow-sm-black.svg) !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background-position: center !important;
}
.smart-filter-dropdown-popup ul li:first-child{
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0 !important;
}
.smart-filter-dropdown-popup ul li:not(:first-child){
    padding-top: 10px;
}
.popup-window[style*="block"]{
    min-width: 220px;
}
.smart-filter-dropdown-popup ul li label, .smart-filter-dropdown-text{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    transition: .3s ease;
}
.smart-filter-dropdown-popup ul li label:hover{
    background-color: unset;
    color: #B89B75;
}
main{
    min-height: 68vh !important;
}
.hashtag{
    text-decoration: underline;
}
.smart-filter-popup-result.right{
    right: 0 !important;
    left: unset !important;
}

@media screen and (max-width: 1199px){
    .publication-item .col-sm-1{
        padding: 0 !important;
    }
    .publication-item__text{
        white-space: normal !important;
    }
}
@media screen and (max-width: 1024px){
    .catalog-sort{
        margin-bottom: 24px !important;
    }
    .publication-item.mob-hidden{
        display: none !important;
    }
    .publication-item--mob.mob-show{
        display: flex !important;
        width: 100%;
        border: 1px solid #B89B75;
        margin: 0 0 4px !important;
    }
    .publication-item--mob > div{
        padding: 12px 12px !important;
    }
    .publication-item__tags{
        display: flex;
        flex-wrap: wrap;
    }
    .publication-item__tags div{
        margin-right: 12px;
    }
    .publication-item_row{
        display: flex;
        align-items: center;
        margin-bottom: 8px;
    }
    .publication-item__name,
    .publication-item__date,
    .publication-item__author{
        font-family: 'Lato', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 150%;
        color: #000000;
    }
    .publication-item__author{
        margin-left: 4px;
    }
    .publication-item--mob .col-sm-2{
        padding: 12px 8px !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-left: 1px solid #B89B75;
    }
    .publication-item__text, .download-link, .hashtag{
        font-family: 'Lato', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 150%;
        text-transform: uppercase;
        color: #B89B75;
    }
    .popup-window[style*="block"]:not(#calendar_popup_*){
        max-width: 700px;
        right: 24px !important;
        left: 24px !important;
    }
    .search_catalog{
        max-width: calc(100% - 32px) !important;
    }
}
@media screen and (max-width: 640px){
    .publication-item {
        flex-direction: column;
    }
    .publication-item > *{
        width: 100% !important;
        max-width: 100% !important;
        text-align: center;
    }
    .download-link{
        margin: 0 auto;
        align-items: center;
        justify-content: center;
    }
}