
body .publication-item {
 
    border: 1px solid #FF0000;
    display: flex;
    align-items: center;
    padding: 20px 8px;
	margin: 32px 0 40px;
}

.choosen {
    
    font-weight: 400;
    margin-bottom: 8px;
}

@media (min-width: 1200px){
    .publication-item > .col-sm-6.col-lg-6 {
        width: 100% !important;
        max-width: 445px !important;
    }
}
.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;
}
.publication-item__name{
  
    text-transform: none;
    color: #000000;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 12px;
}
.publication-item__date{
   
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000;
	margin-bottom: 8px;
    text-decoration: none;
}
.publication-item__text{   
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
    text-align: center;
    text-decoration: none !important;
}
.col-sm-2 > .publication-item__text{
    min-width: 110px;
}
.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-style: normal;
    font-weight: 400;
    font-size: 18px;
    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-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;
}
p:empty {display: none}

@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:(#download-block2) {
        margin-bottom: 24px !important;
    }
    .publication-item.mob-hidden{
        display: none !important;
    }
    .publication-item--mob.mob-show{
        display: flex !important;
        width: 100%;
        border: 1px solid #F20011;
        margin: 0 0 24px ;
    }
    .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;
		flex-direction: column;
        align-items: baseline;
        margin-bottom: 8px;
    }
    .publication-item__name,
    .publication-item__date,
    .publication-item__author{
        
        font-style: normal;
        font-size: 14px;
        line-height: 150%;
        color: #000000;
    }
    .publication-item__date{
        display: flex;
        align-items: center;
    }
    .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 #F20011;
    }
  
    .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;
    }
}
.publication-item__desc {
    color: #000;
}

@media screen and (max-width: 991px){
	.download-link_item {margin-bottom: 10px;}
	.catalog-sort__dropdown span {font-size: 16px;} 
   .catalog-sort:not(.download-block) {
	   flex-direction: column;
	   align-items: flex-start;
	   height: auto;
   }
   
   .publication-item__desc {
		color: #000;
		font-size: 12px;
		line-height: 1.4;
	}
	.catalog-sort:not(.download-block) {margin-bottom:0;}
}
