/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/three-cards/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
.three-cards {
  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) {
  .three-cards {
    margin-top: var(--margins-top--mobile);
    margin-bottom: var(--margins-bottom--mobile);
    padding-top: var(--paddings-top--mobile);
    padding-bottom: var(--paddings-bottom--mobile);
  }
}
.three-cards__title {
  font-weight: 300;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  color: #3a4454;
  margin-bottom: 65px;
}
@media (max-width: 767.98px) {
  .three-cards__title {
    margin-bottom: 34px;
  }
}
@media (max-width: 575.98px) {
  .three-cards__title {
    font-size: 32px;
  }
}
.three-cards__inner {
  display: flex;
  margin: 0 -26.5px;
}
@media (max-width: 767.98px) {
  .three-cards__inner {
    margin: 0;
    flex-direction: column;
  }
}
.three-cards__item {
  display: inline-block;
  position: relative;
  flex: 0 0 calc(33.333% - 53px);
  margin: 0 26.5px;
  min-height: 227px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 44px 20px 40px 36px;
  background: #ffffff;
  border: 1px solid #dce1e9;
  border-radius: 10px;
  transition: 0.3s;
}
.three-cards__item:hover {
  box-shadow: 0px 5px 25px rgba(15, 35, 52, 0.2);
}
.three-cards__item[data-active=true] {
  box-shadow: none;
}
.three-cards__item[data-active=true] .three-cards__item-title {
  color: #fff;
}
.three-cards__item[data-active=true] .three-cards__item-text {
  color: #fff;
}
.three-cards__item[data-active=true] .three-cards__item-buttons {
  display: none;
}
@media (max-width: 767.98px) {
  .three-cards__item {
    width: 100%;
    margin: 0;
    margin-top: 40px;
  }
  .three-cards__item:first-child {
    margin-top: 0;
  }
}
.three-cards__item-content {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .three-cards__item-content {
    max-width: 273px;
  }
}
.three-cards__item-title {
  font-weight: 300;
  font-size: 30px;
  line-height: 100%;
  color: #3a4454;
}
@media (max-width: 767.98px) {
  .three-cards__item-title {
    font-size: 24px;
    line-height: 100%;
  }
}
.three-cards__item-text {
  margin-top: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #556176;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  max-width: 275px;
}
@media (max-width: 767.98px) {
  .three-cards__item-text {
    margin-top: 16px;
  }
}
.three-cards__item-buttons {
  margin-top: 16px;
}
.three-cards__item-image {
  position: absolute;
  right: -4px;
  bottom: -9px;
  width: 160.24px;
  height: 105.23px;
  transform: rotate(5.53deg);
  filter: drop-shadow(0px 6px 20px rgba(44, 44, 44, 0.25));
}
.three-cards__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*# sourceMappingURL=style-three-cards.css.map*/