.t-slds__title {
font-family: 'Roboto';
    font-weight: 300;
    color: #000;
}

/*изменил шрифт описания в блоке кода на странице - */
.t264__descr  {
font-family: 'Roboto';
    font-weight: 300;
    font-size: 14px;
    color: #606060;
}

.js-store-prod-text a {
    display: inline-block;
    padding: 10px 25px;
    margin-right: 10px;
    margin-top: 20px;
    border-radius: 0px;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Roboto';
}
.js-store-prod-text a:first-of-type {
    background-color: #ffe540;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #ffe540;
    color: #000000 !important;
}
 
.t838__input {
    z-index: 999999999;
}

/*Изменил шрифт в поле поиска*/
.t-input {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
}

/*выравнивание комментариев на странице*/
#anycomment-app {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 20px;
}

/*выравнивание текста по ширине, баннер на Миник*/
.opisanie {
    text-align: justify !important;
    text-justify: distribute;
}
