@charset "UTF-8";.title-main{position:relative;display:flex;justify-content:space-between}.title-main span{margin-left:30px;font-size:16px;font-weight:400;color:var(--gray);white-space:nowrap}@media screen and (max-width:768px){.title-main{flex-wrap:wrap}.title-main span{font-size:14px;display:block;width:100%;margin-left:0;margin-top:2px}}.blog-item{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;margin-bottom:32px;z-index:1;box-shadow:var(--boxShadow);background-color:#fff;border-radius:16px;overflow:hidden}.blog-item:last-child{margin-bottom:0}.blog-item_picture{width:276px;-ms-flex-negative:0;flex-shrink:0;overflow:hidden;border-radius:16px;position:relative;z-index:2;padding:5px}.blog-item_picture a{display:inline-block;height:100%;width:100%;overflow:hidden;border-radius:14px}.blog-item_picture a:focus img,.blog-item_picture a:hover img{opacity:.92}.blog-item_picture img{height:100%;display:inline-block;width:100%;object-fit:cover;object-position:0 50%;vertical-align:middle;transition:all .2s ease-in-out}.blog-item_text{padding:44px;z-index:1;width:calc(100% - 276px);display:flex;flex-direction:column}.blog-item_category{display:inline-block;text-transform:uppercase;color:#fff;font-size:12px;border-radius:10em;line-height:20px;height:20px;padding:0 8px;white-space:nowrap;margin-bottom:16px;background-color:var(--green);align-self:flex-start;text-decoration:none}.blog-item_category:hover{color:#fff;background-color:var(--accent)}.block-author{display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center;line-height:1.3;margin-top:auto}.block-author .block-author__img{width:28px;height:28px;margin-right:16px;margin-bottom:12px}.block-author .block-author__img img{border-radius:10em;width:100%;height:auto;display:block;overflow:hidden;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.block-author .block-author__name{font-size:14px;font-weight:500;margin-right:25px;margin-bottom:12px}.block-author .block-author__date{font-size:14px;color:var(--gray);font-weight:400;margin-bottom:12px;margin-right:20px}.block-author__icon{font-size:14px;font-weight:400;margin-bottom:12px;margin-left:32px;position:relative;color:var(--gray)}.block-author__icon::before{content:"";position:relative;display:inline-block;vertical-align:middle;margin-right:8px;background-size:contain;background-position:center;background-repeat:no-repeat}.block-author__icon_wrap{display:flex}.block-author__icon.view::before{width:16px;height:10px;background-image:url("/local/templates/els/img/icon-eye.svg")}.block-author__icon.comments::before{width:16px;height:15px;background-image:url("/local/templates/els/img/icon-comments.svg")}.block-author a.block-author__category:hover{color:var(--accent)}@media screen and (max-width:768px){.blog-item{flex-direction:column;margin-bottom:16px;padding:16px;overflow:hidden;align-items:flex-start;padding-bottom:66px;position:relative;border-radius:12px}.blog-item_text{padding:0;border:0;border-radius:0;margin:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%;display:flex}.blog-item_text .h3{order:2;margin-bottom:0}.block-author{order:1}.block-author .block-author__img,.block-author .block-author__date,.block-author .block-author__name{margin-bottom:8px}.block-author .block-author__img{margin-right:8px}.blog-item_picture{height:170px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:-16px;width:calc(100% - -32px);border-radius:0;padding:0;margin-top:16px}.blog-item_picture a{border-radius:0}.blog-item_category{position:absolute;bottom:24px;left:16px;margin:0}.block-author__icon_wrap{position:absolute;bottom:24px;right:16px;margin:0}.block-author__icon{margin-bottom:0;margin-left:16px}.block-author .block-author__img{width:24px;height:24px}.block-author .block-author__name{margin-right:16px}}