.blog-page {
  padding-bottom: 91px;
}
.blog-page .inner {
  width: 100%;
  margin: 0 auto;
}
.blog-page .blog-page-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}
.blog-page .blog-page-head {
  padding-top: 102px;
  padding-right: 20px;
  width: 50%;
}
.blog-page .blog-page-head .subtitle {
  color: #000;
  text-align: right;
  font-size: 18px;
  font-weight: 900;
  line-height: 100%;
  position: relative;
  right: 27px;
}
.blog-page .blog-page-head .subtitle::after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  background: #000;
  top: 50%;
  left: 100%;
  margin: -2px 0 0 26px;
}
.blog-page .blog-page-head .title {
  color: #000;
  text-align: right;
  font-size: 180px;
  font-weight: 900;
  line-height: 100%;
}
.blog-page .blog-page-head .text {
  color: #000;
  text-align: right;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  position: relative;
  top: -5px;
}
.tag .blog-page .blog-page-head {
  width: 100%;
}
.tag .blog-page .blog-page-head .title {
  font-size: 96px;
  margin-top: 40px;
}
.blog-page .blog-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog-page .blog-post {
  width: calc(50% - 21px);
  padding: 0;
  margin-bottom: 40px;
  overflow: hidden;
}
.blog-page .blog-post .post-pic {
  border-radius: 0;
  margin-bottom: 30px;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 2);
  overflow: hidden;
}
.blog-page .blog-post .post-pic img {
  height: auto;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 2);
}
.blog-page .blog-post:hover {
  color: #000;
}
.blog-page .blog-post:hover .post-title-h {
  color: #128fff;
  transition: 0.3s;
}
.blog-page .blog-post:hover .post-head {
  color: #000;
}
.blog-page .blog-post:hover .post-excerpt {
  color: #5E5E5E;
}
.blog-page .blog-post:hover .post-pic img {
  transform: scale(1.03);
}
.blog-page .blog-post .post-head {
  display: flex;
  align-items: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.blog-page .blog-post .post-head .cats-name-block {
  display: flex;
  flex-wrap: wrap;
}
.blog-page .blog-post .post-head .cats-name {
  position: relative;
  display: flex;
  align-items: center;
}
.blog-page .blog-post .post-head .cats-name:not(:last-of-type) {
  margin-left: 20px;
}
.blog-page .blog-post .post-head .cats-name:before {
  content: "";
  display: block;
  margin: 0 0 3px 20px;
  max-width: 12px;
  min-width: 12px;
  height: 12px;
  background: #000;
  border-radius: 50%;
}
.blog-page .blog-post .post-head .sep {
  width: 110px;
  height: 1px;
  margin: 0 20px;
  background: #000;
}
.blog-page .blog-post .post-title-h {
  font-size: 40px;
  line-height: 101.978%;
  margin-bottom: 10px;
  font-weight: 400;
}
.blog-page .blog-post .post-excerpt {
  font-size: 18px;
  font-weight: 400;
  line-height: 126.978%;
  max-width: 100%;
  color: #5E5E5E;
  max-width: 480px;
}
.blog-page .filters {
  width: 50%;
  max-width: 456px;
  display: flex;
  margin-bottom: 11px;
}
.blog-page .filter {
  max-width: 205px;
  width: 100%;
  height: 34px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  position: relative;
}
.blog-page .filter::before {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 20px;
}
.blog-page .filter.open::before {
  content: "-";
}
.blog-page .filter select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: 0;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
.blog-page .filter2 {
  margin-right: 46px;
}

@media all and (max-width: 768px) {
  .blog-page {
    padding-bottom: 30px;
  }
  .blog-page .inner {
    padding: 0 4%;
  }
  .blog-page .blog-page-top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 28px;
  }
  .blog-page .blog-page-head {
    width: 100%;
    padding-top: 60px;
    padding-right: 0;
    margin-bottom: 36px;
  }
  .blog-page .blog-page-head .subtitle {
    font-size: 16px;
    margin-bottom: -5px;
    right: 0;
  }
  .blog-page .blog-page-head .subtitle::after {
    display: none;
  }
  .blog-page .blog-page-head .title {
    font-size: 64px;
    margin-bottom: 10px;
  }
  .blog-page .blog-page-head .text {
    font-size: 16px;
    line-height: 116%;
  }
  .tag .blog-page .blog-page-head {
    margin-bottom: 0;
  }
  .tag .blog-page .blog-page-head .title {
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .blog-page .blog-post {
    width: 100%;
    padding: 0;
  }
  .blog-page .blog-post:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .blog-page .blog-post .post-head {
    font-size: 16px;
  }
  .blog-page .blog-post .post-head .cats-name {
    white-space: nowrap;
  }
  .blog-page .blog-post .post-head .cats-name:not(:last-of-type) {
    margin-left: 5px;
  }
  .blog-page .blog-post .post-head .cats-name::before {
    width: 7px;
    height: 7px;
    min-width: 7px;
    margin: 0 0 3px 5px;
  }
  .blog-page .blog-post .post-head .sep {
    width: 192px;
    margin: 0 10px;
  }
  .blog-page .blog-post .post-title-h {
    font-size: 20px;
  }
  .blog-page .blog-post .post-excerpt {
    font-size: 16px;
  }
  .blog-page .blog-post .post-pic {
    margin-bottom: 18px;
  }
  .blog-page .filters {
    max-width: 370px;
    width: 100%;
    margin-bottom: 0;
  }
  .blog-page .filter {
    height: 27px;
  }
  .blog-page .filter select {
    font-size: 16px;
  }
}
/*----------------------------------------------------------*/
@media all and (min-width: 769px) and (max-width: 1920px) {
  .blog-page {
    padding-bottom: 4.7395833333vw;
  }
  .blog-page .blog-page-head {
    padding-top: 5.3125vw;
  }
  .blog-page .blog-page-head .title {
    font-size: 9.375vw;
  }
}
@media all and (min-width: 769px) and (max-width: 1650px) {
  .tag .blog-page .blog-page-head .title {
    font-size: 5.8181818182vw;
    margin-top: 2.4242424242vw;
  }
  .blog-page .blog-post .post-title-h {
    font-size: 2.4242424242vw;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .blog-page .blog-post .post-head {
    font-size: 16px;
  }
  .blog-page .blog-post .post-title-h {
    font-size: 22px;
  }
  .blog-page .blog-post .post-excerpt {
    font-size: 16px;
  }
}
@media all and (min-width: 769px) and (max-width: 1300px) {
  .blog-page .blog-page-top {
    flex-direction: column;
  }
  .blog-page .blog-page-head {
    width: 100%;
    margin-bottom: 40px;
  }
  .tag .blog-page .blog-page-head {
    margin-bottom: 0;
  }
}
@media all and (max-width: 425px) {
  .blog-page .blog-page-head .title {
    font-size: 15.0588235294vw;
  }
  .tag .blog-page .blog-page-head .title {
    font-size: 8.4705882353vw;
  }
}/*# sourceMappingURL=blog-page.css.map */