/* Карточка новости */
.js-feed .t-item .t-feed__post-label{
  border-radius: 50px;
  background-color: rgb(13,34,59);
  color: #ffffff;
  padding-left: 12px;
  padding-right: 12px;
}

/* label новости и акция */
.js-feed .t-item .t-feed__post-label{
 margin-top:230px;
}


/* T1281  slider */
.t1281 .t1281__slider{
 padding-left:4px;
 padding-right:4px;
 padding-top:4px;
 padding-bottom:4px;
 border-color:#e0e0e0;
 border-style:solid;
 border-width:1px;
 border-top-left-radius:99px;
 border-top-right-radius:99px;
 border-bottom-left-radius:99px;
 border-bottom-right-radius:99px;
}

/* List Item */
.t1281__slider li{
 border-top-right-radius:99px;
 border-bottom-right-radius:99px;
 border-top-left-radius:99px;
 border-bottom-left-radius:99px;
}

/* Slds  arrow left */
.t-slds .t-slds__arrow-left{
 border-top-left-radius:4px;
 border-top-right-radius:4px;
 border-bottom-left-radius:4px;
 border-bottom-right-radius:4px;
}

/* Slds  arrow right */
.t-slds .t-slds__arrow-right{
 border-top-left-radius:4px;
 border-top-right-radius:4px;
 border-bottom-left-radius:4px;
 border-bottom-right-radius:4px;
}

/* Таб меню выравнивание */
.t1281 .t1281__slider.t1281__col {
    margin-left: calc(((100% - 1200px) / 2) + calc(20px * var(--zoom, 1)));
}

@media screen and (max-width: 1200px) {
    .t1281 .t1281__slider.t1281__col {
        margin-left: calc(((100% - 640px) / 2) + calc(20px * var(--zoom, 1)));
        max-width: 600px;
    }
}

@media screen and (max-width: 640px) {
    .t1281 .t1281__slider.t1281__col {
        margin: 0;
        width: 100%;
    }
}

