.pager{list-style-type:none;padding:30px 0;display:flex;justify-content:center;font-size:16px}.pager__item:not(:last-child){margin-right:15px}@media (max-width:600px){.pager__item.mobile-hidden{display:none}}.pager__link,.pager__non-link{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid transparent;border-radius:4px}.pager__link.active,.pager__non-link.active{color:#898d90;border-color:#898d90}.pager__link{color:#6666c7;background-color:#fff}.pager__link:hover{color:#3e3ecc;box-shadow:0 0 10px -3px #898d90}.pager__link:active{box-shadow:none;background-color:#d1dae0}.pager__link_prev{transform:rotateY(180deg)}.pager__arrow-img{width:50%;height:auto;-o-object-fit:contain;object-fit:contain}.blog{padding:0;margin:0;list-style-type:none;display:grid;grid-template-columns:1fr;row-gap:30px}@media (max-width:768px){.blog{grid-template-columns:repeat(2,1fr);-moz-column-gap:30px;column-gap:30px}}@media (max-width:600px){.blog{display:flex;flex-direction:column}}.article-comments,.comments{padding:0;list-style-type:none;margin:0}.article-comments__item:not(:last-child),.comments__item:not(:last-child){margin-bottom:30px}.comment{padding:10px 30px;border-radius:4px;background-color:#f7f7f7;transition:.2s all ease-in-out}.comment:hover{box-shadow:0 0 10px -3px #898d90}.comment.unpublished{background-color:#ffe2ea}.comment__header{display:flex;font-size:.9em}.comment__title{margin:0 0 8px;font-weight:400}.comment__author{font-weight:600}.comment__date{color:#898d90}.comment__date,.comment__email{margin-left:1em}.comment__body{font-style:italic;margin:0}.comment__footer{display:flex;justify-content:flex-end}.comment__edit{margin-left:1em;color:#6666c7;border:1px solid transparent;border-radius:4px;padding:2px 12px;font-size:16px}.comment__edit:hover{color:#3e3ecc;border-color:#3e3ecc}.comment__edit_delete{color:#dd271a}.comment__edit_delete:hover{color:#dd6158;border-color:#dd6158}.comment_full__header{flex-direction:column}