/** COLORS: */
/** COLORS; */
/** GRADIENTS: */
/** GRADIENTS; */
.fade-fast-enter-active,
.fade-fast-leave-active {
  transition: 0.1s linear all;
}
.fade-fast-enter,
.fade-fast-leave-to {
  opacity: 0;
}
/*helpers*/
/*@import "helpers/_extend_ns";*/
.fresh-mark {
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  color: #CC1414;
  display: inline-block;
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .fresh-mark {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(-75.06deg, #FF5B5B, #CC1414);
    background-image: -moz-linear-gradient(-75.06deg, #FF5B5B, #CC1414);
    background-image: -ms-linear-gradient(-75.06deg, #FF5B5B, #CC1414);
    background-image: -o-linear-gradient(-75.06deg, #FF5B5B, #CC1414);
    background-image: linear-gradient(165.06deg, #FF5B5B, #CC1414);
  }
}
.item-post {
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
  color: #FFF;
  padding: 20px 20px 15px 20px;
  background: center center / cover no-repeat;
  position: relative;
  transition: 0.2s linear background-color, 0.2s linear color;
}
.item-post-wrapper {
  padding: 10px;
  width: 25%;
  transition: 0.3s ease-in opacity;
}
@media (max-width: 1199.98px) {
  .item-post-wrapper {
    width: 33.33%;
  }
}
@media (max-width: 989.98px) {
  .item-post-wrapper {
    width: 50%;
  }
}
@media (max-width: 639.98px) {
  .item-post-wrapper {
    width: 100%;
  }
}
.item-post-wrapper.width-x2 {
  width: 50%;
}
@media (max-width: 1199.98px) {
  .item-post-wrapper.width-x2 {
    width: 66.67%;
  }
}
@media (max-width: 989.98px) {
  .item-post-wrapper.width-x2 {
    width: 100%;
  }
}
.item-post-link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.item-post-title {
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  margin-top: auto;
  top: 0;
  max-width: 350px;
  position: relative;
  transition: 0.2s linear color, 0.2s linear top;
}
.item-post-tags {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
.item-post-tag {
  color: currentColor;
}
.item-post-tag + .item-post-tag {
  margin-top: 3px;
}
.type-white .item-post-date {
  margin-top: auto;
}
.item-post-info {
  display: flex;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  justify-content: space-between;
  transition: 0.2s linear color;
}
.item-post:hover .item-post-title {
  top: -10px;
}
.animate:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: center / cover no-repeat;
}
.animate.outgoing-circles:before {
  background-image: url("../../img/design/blog/animates/circle_animate.svg");
}
.animate.running-broken-lines:before {
  background-image: url("../../img/design/blog/animates/broken_line_animate.svg");
}
.animate.outgoing-lines:before {
  background-image: url("../../img/design/blog/animates/line_animate.svg");
}
.type-white {
  flex-direction: column-reverse;
}
.type-white .title {
  color: #000;
  font-size: 32px;
  line-height: 37px;
  margin-top: 0;
}
.type-white .info {
  font-size: 12px;
  line-height: 14px;
  color: #BFBFBF;
  margin-top: auto;
}
.type-white.x2 .title {
  font-size: 42px;
  line-height: 50px;
}
@media (max-width: 639.98px) {
  .type-white.x2 .title {
    font-size: 32px;
    line-height: 38px;
  }
}
.type-white:hover {
  background-color: #FAFAFA;
}
.type-white:hover .title {
  top: 0;
  color: #333333;
}
.type-image {
  background-repeat: no-repeat;
  background-position: top center;
}
@media (max-width: 1599.98px) {
  .type-image {
    background-position: center;
    background-size: cover;
  }
}
.type-image > .blackout-gradient {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.825));
  background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.825));
  background-image: -ms-linear-gradient(-90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.825));
  background-image: -o-linear-gradient(-90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.825));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.825));
}
.type-custom {
  padding: 0;
  overflow: hidden;
}
.type-custom .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.type-image:after,
.type-animate:after,
.type-custom:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: white;
  transition: 0.2s linear opacity;
}
.type-image:hover:after,
.type-animate:hover:after,
.type-custom:hover:after {
  opacity: 0.1;
}
.type-gradient-orange {
  background-image: -webkit-linear-gradient(-23.790000000000006deg, #FFD336, #F38F0C) !important;
  background-image: -moz-linear-gradient(-23.790000000000006deg, #FFD336, #F38F0C) !important;
  background-image: -ms-linear-gradient(-23.790000000000006deg, #FFD336, #F38F0C) !important;
  background-image: -o-linear-gradient(-23.790000000000006deg, #FFD336, #F38F0C) !important;
  background-image: linear-gradient(113.79deg, #FFD336, #F38F0C) !important;
}
.type-gradient-blue {
  background-image: -webkit-linear-gradient(-5.459999999999994deg, #5BC8FF, #1470CC) !important;
  background-image: -moz-linear-gradient(-5.459999999999994deg, #5BC8FF, #1470CC) !important;
  background-image: -ms-linear-gradient(-5.459999999999994deg, #5BC8FF, #1470CC) !important;
  background-image: -o-linear-gradient(-5.459999999999994deg, #5BC8FF, #1470CC) !important;
  background-image: linear-gradient(95.46deg, #5BC8FF, #1470CC) !important;
}
.type-gradient-black {
  background-image: -webkit-linear-gradient(-23.790000000000006deg, #262626, #000000) !important;
  background-image: -moz-linear-gradient(-23.790000000000006deg, #262626, #000000) !important;
  background-image: -ms-linear-gradient(-23.790000000000006deg, #262626, #000000) !important;
  background-image: -o-linear-gradient(-23.790000000000006deg, #262626, #000000) !important;
  background-image: linear-gradient(113.79deg, #262626, #000000) !important;
}
@media (max-width: 1199.98px) {
  .container-main {
    width: auto;
    padding: 0;
    margin-left: 35px;
    margin-right: 35px;
  }
}
@media (max-width: 639.98px) {
  .container-main {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.blog-head-category {
  display: flex;
  font-weight: bold;
  font-size: 14px;
  justify-content: space-between;
  margin-bottom: 35px;
}
.blog-head-category-item {
  height: 41px;
  border: none;
  background-color: #FAFAFA;
  color: #BFBFBF;
  font-size: 14px;
  font-weight: bold;
  flex-grow: 1;
  width: auto;
  cursor: pointer;
  text-align: center;
  line-height: 41px;
  transition: 0.3s linear background-color, 0.3s linear color;
}
@media (max-width: 989.98px) {
  .blog-head-category-item {
    font-size: 12px;
  }
}
@media (max-width: 639.98px) {
  .blog-head-category-item {
    padding: 0 25px;
  }
}
.blog-head-category-item.active,
.blog-head-category-item:hover {
  background-color: #000;
  color: #FFF;
}
.blog-head-tag {
  margin: -10px 0 25px;
  padding: 0 0 25px;
  border-bottom: 1px solid #F0F0F0;
  display: flex;
}
.blog-head-tag .swiper-wrapper {
  justify-content: center;
}
@media (max-width: 639.98px) {
  .blog-head-tag .swiper-wrapper {
    justify-content: flex-start;
  }
}
.blog-head-tag-item {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #BFBFBF;
  margin: 0 25px;
  width: auto;
}
@media (max-width: 639.98px) {
  .blog-head-tag-item {
    margin: 0 12px 0 13px;
  }
  .blog-head-tag-item:first-child {
    margin-left: 0;
  }
  .blog-head-tag-item:last-child {
    margin-right: 0;
  }
}
.blog-head-tag-item.active,
.blog-head-tag-item:hover {
  color: #000;
}
.blog-fresh-head {
  margin-right: 400px;
}
@media (max-width: 1199.98px) {
  .blog-fresh-head {
    margin-right: 0;
  }
}
.blog-fresh-title {
  transition: 0.1s linear color;
  display: block;
  font-weight: 900;
  font-size: 42px;
  line-height: 46px;
  margin-bottom: 25px;
  color: #000;
  position: relative;
}
.blog-fresh-title:before,
.blog-fresh-title:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 5;
}
.blog-fresh-title:after {
  height: 499px;
}
@media (max-width: 1199.98px) {
  .blog-fresh-title:after {
    height: 458px;
  }
}
.blog-fresh-title:before {
  margin-top: 49px;
  height: 450px;
  background: rgba(255, 255, 255, 0);
  transition: 0.1s linear background-color;
}
@media (max-width: 1199.98px) {
  .blog-fresh-title:before {
    height: 409px;
  }
}
.blog-fresh-title:hover {
  color: #333333;
}
.blog-fresh-title:hover:before {
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 639.98px) {
  .blog-fresh-title {
    font-size: 24px;
    line-height: 36px;
  }
}
.blog-fresh-info {
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #BFBFBF;
  margin-bottom: 10px;
}
.blog-fresh-tag {
  margin-right: 10px;
  color: currentColor;
}
@media (max-width: 639.98px) {
  .blog-fresh-tag {
    display: none;
  }
}
@media (max-width: 639.98px) {
  .blog-fresh-tag.main {
    display: initial;
  }
}
.blog-fresh-tags {
  padding-right: 10px;
  position: relative;
  z-index: 5;
}
.blog-fresh-mark {
  margin-bottom: 10px;
}
.blog-fresh-body {
  display: flex;
  width: 100%;
  height: 450px;
}
@media (max-width: 1199.98px) {
  .blog-fresh-body {
    flex-wrap: wrap;
    height: auto;
  }
}
.blog-fresh-post {
  width: 860px;
}
@media (max-width: 1199.98px) {
  .blog-fresh-post {
    width: 100%;
    height: 450px;
    padding-bottom: 40px;
    border-bottom: 1px solid #F0F0F0;
  }
}
.blog-fresh-image {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}
.blog-top {
  margin-left: 20px;
  width: 380px;
  max-height: 450px;
  overflow: auto;
  flex-shrink: 0;
  background-image: -webkit-linear-gradient(-26.400000000000006deg, #262626, #000000);
  background-image: -moz-linear-gradient(-26.400000000000006deg, #262626, #000000);
  background-image: -ms-linear-gradient(-26.400000000000006deg, #262626, #000000);
  background-image: -o-linear-gradient(-26.400000000000006deg, #262626, #000000);
  background-image: linear-gradient(116.4deg, #262626, #000000);
  color: #FFF;
}
@media (max-width: 1199.98px) {
  .blog-top {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
    max-height: none;
  }
}
.blog-top-content {
  overflow: hidden;
  height: 100%;
}
.blog-top-content-head {
  position: relative;
  font-size: 24px;
  line-height: 28px;
  font-weight: 900;
  margin: 20px 30px 10px 30px;
}
.blog-top-content-head:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background: #333333;
}
.blog-top-content-body {
  position: relative;
  height: 100%;
  padding-top: 75px;
  padding-bottom: 20px;
  margin-top: -58px;
}
.blog-top-content-items {
  display: flex;
  height: 100%;
  flex-direction: column;
}
@media (max-width: 1199.98px) {
  .blog-top-content-items {
    padding-bottom: 15px;
  }
}
.blog-top-content-item {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 30px 13px 30px;
  color: #FFF;
  transition: 0.15s linear background-color, 0.15s linear color;
}
.blog-top-content-item:last-child {
  margin-bottom: -100px;
  padding-bottom: 113px;
}
.blog-top-content-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #a6a6a6;
}
.blog-top-content-number {
  color: #666666;
}
.blog-top-content-bottom {
  display: flex;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  color: #666666;
  justify-content: space-between;
  margin-top: 10px;
}
.blog-author {
  padding-bottom: 20px;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.blog-author-name {
  font-weight: 900;
  font-size: 42px;
  line-height: 46px;
  color: #000;
  text-align: right;
}
@media (max-width: 1199.98px) {
  .blog-author-name {
    font-size: 36px;
  }
}
@media (max-width: 989.98px) {
  .blog-author-name {
    font-size: 24px;
    line-height: 30px;
  }
}
.blog-author-name > span {
  color: #5BC8FF;
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .blog-author-name > span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(0deg, #5BC8FF, #1470CC);
    background-image: -moz-linear-gradient(0deg, #5BC8FF, #1470CC);
    background-image: -ms-linear-gradient(0deg, #5BC8FF, #1470CC);
    background-image: -o-linear-gradient(0deg, #5BC8FF, #1470CC);
    background-image: linear-gradient(90deg, #5BC8FF, #1470CC);
  }
}
@media (max-width: 989.98px) {
  .blog-author-name > span {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 639.98px) {
  .blog-author-name > span {
    font-size: 24px;
    line-height: 30px;
  }
}
.blog-author .btn {
  margin: 0 15px 4px 0;
}
@media (max-width: 639.98px) {
  .blog-author .btn > span {
    padding: 8px 30px;
  }
}
.blog-author .btn .long-arrow {
  width: 20px;
  margin-bottom: -2px;
  margin-right: 8px;
  margin-left: 0;
  transition: 0.3s linear width, 0.3s linear margin-left;
}
@media (max-width: 639.98px) {
  .blog-author .btn .long-arrow {
    position: absolute;
    top: 9px;
    left: 20px;
  }
}
.blog-author .btn:hover .long-arrow {
  width: 30px;
  margin-left: -10px;
}
@media (max-width: 639.98px) {
  .blog-author .btn {
    text-indent: -300px;
  }
}
.blog-posts {
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .blog-posts {
    margin-top: 40px;
  }
}
.blog-posts-list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.blog-posts .pagination {
  width: 100%;
  margin: 10px 11px 20px;
}
@media (max-width: 1599.98px) {
  .blog-posts .pagination {
    margin-top: 9px;
  }
}
@media (max-width: 989.98px) {
  .blog-posts .pagination {
    margin-top: 10px;
  }
}
.blog-line {
  height: 1px;
  width: 100%;
  margin: 60px 0;
  background-color: #F0F0F0;
}
@media (max-width: 1199.98px) {
  .blog-line {
    display: none;
  }
}
/*# sourceMappingURL=blog.css.map */