input{
  -webkit-appearance:none;
}
.blog-breadcrumb{
  align-items:center;
  color:rgba(var(--color-text));
  display:inline-flex;
  justify-content:center;
  margin:0;
  padding:0;
}

.blog-breadcrumb-separator{
  margin:0 10px;
}

.simple-blog{
  align-items:flex-start;
}
[data-type_title_text_align=left] .simple-blog{
  text-align:left;
}

[data-type_title_text_align=center] .simple-blog{
  text-align:center;
}

[data-type_title_text_align=right] .simple-blog{
  text-align:right;
}

@media (min-width:750px){
  .simple-blog:hover .global-image{
    transform:scale(1.06);
  }
}

.simple-blog__image-wrapper{
  display:block;
  margin-bottom:20px;
  overflow:hidden;
  width:100%;
}
.simple-blog__image-wrapper .global-image{
  transform:scale(1);
  transition:transform .5s ease;
}

@media (max-width:749.98px){
  .simple-blog__main{
    padding:0 10px;
  }
}

.simple-blog__info{
  flex:1 0 0;
}

.simple-blog__title-wrap{
  display:inline-block;
  margin-bottom:-.2em;
  margin-top:-.2em;
  overflow:hidden;
  padding:.2em 0;
}

.simple-blog__title{
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  display:-webkit-box;
  overflow:hidden;
}
.simple-blog__title>span{
  vertical-align:sub;
}

.simple-blog__extra-info{
  align-items:center;
  display:flex;
  justify-content:center;
  margin-top:10px;
}
.simple-blog__extra-info .text{
  max-width:calc(50% - 25px);
  opacity:.6;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.simple-blog__extra-info .separator{
  color:rgba(var(--color-entry-line));
  margin-left:15px;
  margin-right:15px;
  opacity:1;
}
.simple-blog__extra-info :first-child{
  text-align:right;
}
.simple-blog__extra-info :last-child{
  text-align:inherit;
}
.simple-blog__extra-info .separator+span{
  text-align:left;
}

.simple-blog__description{
  cursor:pointer;
  margin-top:20px;
  word-break:break-word;
}
@media (min-width:750px){
  .simple-blog__description{
    margin-top:15px;
    padding:0 20px;
  }
}

.simple-blog__btn{
  align-items:center;
  display:flex;
  font-weight:600;
  justify-content:center;
  margin-top:20px;
}
.simple-blog__btn .btn-arrow{
  margin-left:7px;
  transform:rotate(-90deg);
}
@media (max-width:749.98px){
  .simple-blog__btn{
    margin-top:15px;
  }
}

.simple-blog__image{
  position:relative;
}

.simple-blog__empty-img{
  align-items:center;
  background-color:#f3f3f3;
  display:flex;
  height:100%;
  justify-content:center;
  left:0;
  position:absolute;
  top:0;
  width:100%;
}

@media (min-width:750px){
  .blogs__list--list .simple-blog__btn{
    justify-content:flex-start;
  }
}
.simple-blog__tags{
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  display:-webkit-box;
  margin-top:10px;
  overflow:hidden;
  word-break:break-all;
}

.simple-blog__tag{
  font-size:14px;
  opacity:.6;
}

.blogs__list-wrapper{
  width:100%;
}

.blogs__list{
  list-style:none;
  padding-inline-start:0;
}
@media (min-width:750px){
  .blogs__list--list .simple-blog{
    align-items:flex-start;
    display:flex;
    text-align:left;
  }
  .blogs__list--list .simple-blog__image-wrapper{
    align-self:stretch;
    margin-bottom:0;
    margin-right:40px;
    max-width:458px;
    width:35%;
  }
  .blogs__list--list .simple-blog__image-wrapper .global-image{
    height:100%;
    width:100%;
  }
  .blogs__list--list .simple-blog__main{
    flex:1 0 0;
    overflow:hidden;
  }
  .blogs__list--list .simple-blog__extra-info{
    justify-content:flex-start;
  }
  .blogs__list--list .simple-blog__extra-info .text:last-child{
    flex:1 0 0;
    max-width:none;
  }
  .blogs__list--list .simple-blog__description{
    padding:0;
  }
}

.recent-blog{
  margin-bottom:30px;
}
.recent-blog:last-child{
  margin-bottom:0;
}
.recent-blog__image-wrapper{
  flex-shrink:0;
  height:136px;
  margin-right:20px;
  width:100px;
}
.recent-blog__main{
  overflow:hidden;
}
.recent-blog__title-wrap{
  display:inline-block;
  margin-bottom:-.2em;
  margin-top:-.2em;
  overflow:hidden;
  padding:.2em 0;
}
.recent-blog__title{
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  display:-webkit-box;
  margin-bottom:5px;
  overflow:hidden;
}
.recent-blog__extra-info{
  align-items:center;
  display:flex;
  justify-content:center;
}
.recent-blog__extra-info .text{
  opacity:.6;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.recent-blog__extra-info .separator{
  color:rgba(var(--color-entry-line));
  margin-left:15px;
  margin-right:15px;
  opacity:1;
}
.recent-blog__extra-info :first-child{
  text-align:right;
}
.recent-blog__extra-info :last-child{
  text-align:inherit;
}
.recent-blog__extra-info .separator+span{
  text-align:left;
}
.recent-blog__tags{
  margin-top:10px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.recent-blog__tag{
  font-size:12px;
  margin-right:15px;
  opacity:.6;
}
.recent-blog__extra-info{
  justify-content:flex-start;
}
.recent-blog__extra-info .text:last-child{
  flex:1 0 0;
  max-width:none;
}
.recent-blog__description{
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  color:rgba(var(--color-text));
  display:-webkit-box;
  margin-top:10px;
  overflow:hidden;
  text-overflow:ellipsis;
  word-break:break-word;
}
@media (min-width:750px){
  .recent-blog__description{
    margin-top:10px;
  }
}

.tag-item .tag-item__tag{
  display:inline-block;
  margin-bottom:10px;
  margin-right:40px;
  max-width:calc(100% - 40px);
  opacity:.5;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.tag-item .tag-item__tag:last-child{
  margin-right:0;
}

.blog__sidebar{
  border-left:1px solid rgba(var(--color-entry-line));
  margin-left:80px;
  padding-left:40px;
  text-align:left;
  width:380px;
}
@media (max-width:959.98px){
  .blog__sidebar{
    border:none;
    margin-left:0;
    margin-top:40px;
    padding:0;
    width:auto;
  }
  .blog__sidebar .sidebar-title{
    text-align:center;
  }
  .blog__sidebar .sidebar-item{
    border-top:1px solid rgba(var(--color-entry-line));
    margin-bottom:20px;
    padding-top:40px;
  }
  .blog__sidebar .sidebar-item:last-child{
    margin-bottom:0;
  }
}
.blog__sidebar .sidebar-bar-item-main{
  margin-top:30px;
}
.blog__sidebar .sidebar-item{
  margin-bottom:50px;
}
.blog__sidebar .sidebar-item:last-child{
  margin-bottom:0;
}
.blog__sidebar--left{
  border-right:1px solid rgba(var(--color-entry-line));
  margin-left:0;
  margin-right:40px;
  order:0;
}
@media (max-width:959.98px){
  .blog__sidebar--left{
    border-right:none;
    margin-right:0;
  }
}
.blog__sidebar .nav-list__item{
  margin:10px 0;
}
.blog__sidebar .nav-list__item a{
  color:rgba(var(--color-text));
  cursor:pointer;
  opacity:.5;
  position:relative;
}
.blog__sidebar .nav-list__item a:hover{
  opacity:1;
}
.blog__sidebar .nav-list__item a:hover:after{
  width:100%;
}
.blog__sidebar .nav-list__item a:after{
  background:rgba(var(--color-text));
  bottom:0;
  content:"";
  height:1px;
  left:0;
  position:absolute;
  transition:all .3s ease;
  width:0;
}
.blog__sidebar .recent-blog{
  display:flex;
}

.blogs-container{
  padding-bottom:75px;
  padding-top:75px;
  text-align:center;
}
@media (max-width:749.98px){
  .blogs-container{
    padding-bottom:40px;
    padding-top:40px;
  }
}

.blogs__breadcrumb{
  display:flex;
  justify-content:flex-start;
  margin-bottom:30px;
}

.blogs__title{
  color:rgba(var(--color-text));
  margin-bottom:50px;
  overflow:hidden;
  text-align:left;
}
@media (max-width:749.98px){
  .blogs__title{
    margin-bottom:30px;
  }
}

.blogs__pagination{
  justify-content:flex-start;
  margin-bottom:0;
  margin-top:50px;
}

.blogs__empty{
  padding-bottom:70px;
  padding-top:70px;
}
@media (max-width:749.98px){
  .blogs__empty{
    padding-bottom:115px;
    padding-top:115px;
  }
}

.blogs__empty-desc{
  margin-top:10px;
}

.bloglist__main{
  align-items:flex-start;
  display:flex;
}
@media (max-width:959.98px){
  .bloglist__main{
    display:block;
  }
}
.bloglist__main--right .blogs__page-list{
  order:1;
}

.blogs__page-list{
  flex:1;
}
@media (min-width:750px){
  .blogs__page-list--sidebar .blogs__list--grid .blogs__item{
    width:calc(50% - 22px);
  }
}