@charset "UTF-8";
.section .news-blog-filter {
  display: none;
}
.section__blocks {
  margin-bottom: 125px;
}
.section__title {
  padding: 31px 0 65px 0;
}
.section__title h1 {
  font-size: 64px;
  font-weight: 500;
}
.section__block {
  background: #F1F7FD;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  margin: 15px 0;
  box-shadow: 0 0 15px rgba(122, 122, 122, 0.2);
  height: calc(100% - 30px);
}
.section__block:hover .section-block__btn-more--blue {
  display: block;
}
.section__block:hover .section-block__btn-more--white {
  display: none;
}
.section__block:hover .section-background__img {
  transform: scale(1.2);
}
.section__block.product-block {
  box-shadow: none;
}
.section .section-background__img {
  background: url("/themes/2024/assets/shared/page-section/section-block.png") no-repeat center/cover;
  transition: all 0.3s;
}
.section .section__block .products:after {
  background: none;
}
.section .section-block__background:after .products {
  background: none;
}
.section .section-block {
  margin: 15px 0;
}
.section .section-block__background {
  width: 100%;
  height: 302px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.section .section-block__background:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.section .section-block__background img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section .section-block__link-block {
  position: absolute;
  z-index: 7;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-decoration: none;
}
.section .section-block__name {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 10px;
}
.section .section-block__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
}
.section .section-block__container {
  height: 100%;
  padding: 20px 30px 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #FFFFFF;
}
.section .section-block__btn-more {
  padding: 0 0 6px 0;
}
.section .section-block__btn-more--blue {
  display: none;
}

@media screen and (max-width: 991.98px) {
  .section__title h1 {
    font-size: 64px;
  }
  .section .section-block__background {
    height: 350px;
  }
  .section__block {
    margin: 10px 0;
    height: auto;
  }
  .section__blocks {
    margin-bottom: 85px;
  }
}
@media screen and (max-width: 767.98px) {
  .section__title h1 {
    font-size: 32px;
  }

  .section__title {
    padding-bottom: 25px;
  }
  .section .section-block__background {
    height: 260px;
  }
  .section .section-block__container {
    padding: 14px 20px 16px 20px;
  }
  .section__block {
    margin: 5px 0;
    height: auto;
  }
  .section__blocks {
    margin-bottom: 50px;
  }
}
/****************************************   Для экранов меньше 480px   ************************************************/
@media (max-width: 575.98px) {
  .section .section-block__name {
    font-size: 18px;
  }
  .section .section-block__text {
    font-size: 14px;
    line-height: 120%;
  }
}

/*# sourceMappingURL=sections.css.map */
