.articles{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;padding-bottom:60px}.articles-item{display:flex;flex-direction:column;width:calc(100% / 12 * 3 - 15px * 2);transition:box-shadow .3s;margin-left:15px;margin-right:15px;margin-bottom:15px;padding:15px}.articles-item figure{min-height:260px;display:flex;align-items:center;justify-content:center;margin:unset}.articles-item figure svg{fill:#b5b9bb}.articles-item h2{font-size:20px}.articles-item .date{margin-top:auto}.author-section{display:flex;flex-wrap:wrap;align-items:center}.author-section .date{margin-bottom:15px}.author-image{width:120px;height:120px;border-radius:50%;overflow:hidden}.author-name span{color:#42474c}.date{color:#42474c;margin-bottom:15px}.date svg{width:16px;height:16px;fill:#2a93c9}.author-link span{color:#42474c}.author-link a{color:#2a93c9;text-decoration:none}:root{--button-background:#ccc;--button-background-hover:#fff;--button-color:#000;--button-color-hover:#ccc;--home-top-background-image:none;--contacts-top-background-image:none;--contact-form-input-placeholder-color:#ccc;--contact-form-input-text-color:#000}.nav-links{background-color:#f9fafa;display:flex;flex-wrap:wrap;justify-content:center;padding:15px}.nav-links .page-numbers{font-size:20px;padding:calc(15px / 2)}.nav-links .page-numbers.next,.nav-links .page-numbers.prev{text-decoration:none}.author-page .author-section{background-color:#f9fafa;margin-bottom:60px;align-items:flex-start}.author-page .author-image{border-radius:unset;width:250px;height:250px;margin:unset}.author-page .author-data{margin-left:30px}.author-page .articles{padding-top:15px}@media screen and (min-width:992px){.articles-item:hover{box-shadow:8px 8px 60px rgba(6,30,52,.1)}.author-link a:hover{text-decoration:underline}}@media screen and (max-width:992px){.articles-item{width:calc(100% / 12 * 4 - 15px * 2)}}@media screen and (max-width:768px){.articles-item{width:calc(100% / 12 * 6 - 15px * 2)}}@media screen and (max-width:576px){.articles-item{width:calc(100% / 12 * 12 - 15px * 2)}}