/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./blocks/src/posts-new/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
.posts-new {
  overflow: hidden;
  margin-top: var(--margins-top);
  margin-bottom: var(--margins-bottom);
  padding-top: var(--paddings-top);
  padding-bottom: var(--paddings-bottom);
  background: var(--gradient);
}
@media (max-width: 767.98px) {
  .posts-new {
    margin-top: var(--margins-top--mobile);
    margin-bottom: var(--margins-bottom--mobile);
    padding-top: var(--paddings-top--mobile);
    padding-bottom: var(--paddings-bottom--mobile);
  }
}
.posts-new__title {
  margin: 0 auto;
  font-weight: 300;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  color: #3a4454;
  max-width: 700px;
}
@media (max-width: 575.98px) {
  .posts-new__title {
    font-size: 36px;
    line-height: 100%;
  }
}
.posts-new__inner {
  margin-top: 58px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .posts-new__inner {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .posts-new__inner {
    margin-top: 35px;
  }
}
.posts-new__item {
  position: relative;
  background: #ffffff;
  padding: 60px 50px 250px;
  min-height: 567px;
  border: 1px solid #dce1e9;
  border-radius: 10px;
  height: 100%;
}
@media (max-width: 767.98px) {
  .posts-new__item {
    padding: 41px 24px 320px;
    min-height: 610px;
  }
}
.posts-new__item-content {
  position: relative;
  z-index: 10;
}
.posts-new__item-tags {
  margin-top: -8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
  max-width: 500px;
}
.posts-new__item-tag {
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #708090;
  border: 1px solid #a5adb4;
  border-radius: 50px;
  padding: 8px 12px;
  height: 28px;
  white-space: nowrap;
  margin-top: 8px;
  margin-right: 8px;
}
.posts-new__item-title {
  font-weight: 300;
  font-size: 35px;
  line-height: 100%;
  color: #3a4454;
}
@media (max-width: 575.98px) {
  .posts-new__item-title {
    font-size: 30px;
    line-height: 100%;
  }
}
.posts-new__item-description {
  margin-top: 24px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #748994;
}
@media (max-width: 767.98px) {
  .posts-new__item-description {
    margin-top: 18px;
  }
}
@media (max-width: 575.98px) {
  .posts-new__item-description {
    font-size: 16px;
    line-height: 150%;
  }
}
.posts-new__item-buttons {
  margin-top: 24px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .posts-new__item-buttons {
    margin-top: 18px;
  }
}
.posts-new__item-link-button {
  margin-right: 36px;
}
.posts-new__item-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .posts-new__item-image {
    width: 100%;
    height: 100%;
  }
}
.posts-new__item-image--big {
  left: auto;
  top: auto;
  width: 338px;
  height: 405px;
  right: -42px;
  bottom: -56px;
  width: 509px;
  height: 530px;
}
@media (max-width: 767.98px) {
  .posts-new__item-image--big {
    width: 438px;
    height: 412px;
    right: -37px;
    bottom: -27px;
  }
}
.posts-new__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.posts-new__left {
  width: 50%;
  margin-right: 33px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199.98px) {
  .posts-new__left {
    margin-right: 8px;
  }
}
@media (max-width: 991.98px) {
  .posts-new__left {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.posts-new__right {
  width: 50%;
  margin-left: 33px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199.98px) {
  .posts-new__right {
    margin-left: 8px;
  }
}
@media (max-width: 991.98px) {
  .posts-new__right {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 24px;
  }
}
@media (max-width: 575.98px) {
  .posts-new__right .posts-new__item {
    min-height: 500px;
  }
}

/*# sourceMappingURL=style-posts-new.css.map*/