$('#probeg-selectized').attr('disabled', 'disabled');
.tttttt .selectize-input {
width:170px;
}
.tttttt .selectize-input {
padding: 7px 15px 7px 15px;
border-radius: 90px;
border: 1px solid #F0F0F0;
height: auto;
}
.tttttt .selectize-input input {
color: transparent !important;
}
.tttttt .selectize-control.single .selectize-input.input-active {
background: #F0F0F0;
cursor: default;
color: #83796F;
border: 1px solid #F0F0F0;
}
<div class="news">
<div>
<div>
<h2>Заголовок</h2>
<span>дата</span>
</div>
<div>
<a href="" title="">
<img src="" alt="" title="" />
</a>
</div>
</div>
<a href="" title="">подробнее </a>
</div>
.card:nth-child(4n + 4),
.card:nth-child(4n + 3) {
flex-direction: row-reverse;
}