/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/promotions/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
.promotions {
  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) {
  .promotions {
    margin-top: var(--margins-top--mobile);
    margin-bottom: var(--margins-bottom--mobile);
    padding-top: var(--paddings-top--mobile);
    padding-bottom: var(--paddings-bottom--mobile);
  }
}
.promotions__filters {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: auto;
  margin: 0 -16px;
  padding: 0 16px;
}
@media (max-width: 1199.98px) {
  .promotions__filters {
    justify-content: start;
  }
}
.promotions__filter {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #708090;
  background: #ffffff;
  border: 1px solid #a5adb4;
  border-radius: 50px;
  padding: 15px 31.5px;
  white-space: nowrap;
  transition: 0.3s;
}
.promotions__filter.active {
  color: #fff;
  background: #1A61AB;
}
.promotions__filter.active:hover {
  color: #fff;
  background: #003C71;
}
.promotions__filter.active:active {
  background: #1A61AB;
}
.promotions__filter:hover {
  color: #1A61AB;
  border-color: #1A61AB;
}
.promotions__filter:active {
  background: transparent;
}
.promotions__filter + .promotions__filter {
  margin-left: 16px;
}
.promotions__posts {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  margin-right: -47px;
}
@media (max-width: 767.98px) {
  .promotions__posts {
    margin-right: 0;
    margin-top: 28px;
  }
}
.promotions__post {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #dce1e9;
  border-radius: 10px;
  width: calc(33% - 47px);
  margin-top: 47px;
  margin-right: 47px;
}
@media (max-width: 1199.98px) {
  .promotions__post {
    width: calc(50% - 47px);
  }
}
@media (max-width: 767.98px) {
  .promotions__post {
    width: 100%;
    margin-right: 0;
    margin-top: 16px;
  }
}
.promotions__post-image {
  width: 100%;
  height: 140px;
  border-radius: 10px 10px 0px 0px;
}
@media (max-width: 767.98px) {
  .promotions__post-image {
    height: 120px;
  }
}
.promotions__post-image img {
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.promotions__post-content {
  display: flex;
  flex-direction: column;
  padding: 23px 26px 30px;
  height: 100%;
}
@media (max-width: 767.98px) {
  .promotions__post-content {
    padding: 22px 27px 28px 24px;
  }
}
.promotions__post-title {
  font-weight: 300;
  font-size: 24px;
  line-height: 110%;
  color: #1A61AB;
}
@media (max-width: 575.98px) {
  .promotions__post-title {
    font-size: 20px;
  }
}
.promotions__post-excerpt {
  display: -webkit-box;
  margin-top: 9px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #748994;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  margin-bottom: 19px;
}
.promotions__post-categories {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.promotions__post-category {
  margin-right: 12px;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  color: #708090;
  background: #ffffff;
  padding: 8px 12px;
  border: 1px solid #a5adb4;
  border-radius: 50px;
  transition: 0.3s;
}
.promotions__post-category:hover {
  border: 1px solid #1A61AB;
  color: #1A61AB;
}
.promotions__no-posts {
  margin-top: 30px;
  text-align: center;
  font-weight: 300;
  font-size: 48px;
  line-height: 100%;
}
@media (max-width: 575.98px) {
  .promotions__no-posts {
    font-size: 36px;
    line-height: 100%;
  }
}

/*# sourceMappingURL=style-promotions.css.map*/