/* Все ссылки на сайте */
#allrecords a{
    color: black;
    text-decoration: underline;
}

#allrecords a:hover{
    text-decoration: none;
}


/* Ссылки на странице «Блог», плитка с новостями. */
#allrecords a.js-feed-post-link,
/* Ссылки в блоке Т649 плитка */
#allrecords a.t649__linkwrapper,
#allrecords a.t-btn,
/* Мобильное меню */
#allrecords a.t282__menu__item,
#allrecords a.t405__link,
#allrecords .t772 a,
#allrecords a.t404__link,
/* Ссылки на кнопке Show all post */
#allrecords a.js-feed-btn-show-all-posts{
    text-decoration: none;
}

.t132__box{
    width: 49%;
    margin: 0.5%;
}

@media screen and (max-width: 1240px){
.t132__box{
    width: 49%;
    margin: 0.5%;
}}

@media screen and (max-width: 640px){
.t132__box{
    width: 100%;
    margin: 0;
    margin-bottom: 1%;
}}






/* Мобильное меню - активный пункт меню*/
/*
#allrecords a.t-active {
    text-decoration: underline;
}
*/