/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./src/blocks/landing/results-block/main.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.results {
  padding: 90px 0 0;
}
.results__detail {
  color: #263238;
  display: none;
}
.results__wrapper {
  position: relative;
  padding: 160px 0 80px;
  color: #FFFFFF;
}
.results__title {
  line-height: 1.2;
  max-width: 400px;
}
.results__text {
  max-width: 370px;
  font-size: 17px;
  font-weight: 400;
  margin-top: 22px;
}
.results__list {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  color: #FFFFFF;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.results__item {
  list-style-type: none;
}
.results__item:last-child .results__count {
  display: block;
  width: 230px;
}
.results__count {
  font-size: 62px;
  font-weight: 700;
  line-height: 1.2;
}
.results__information {
  margin-top: 15px;
  list-style-type: none;
}
.results__information li {
  font-size: 17px;
}
.results__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.5);
}
.results__block {
  position: relative;
  z-index: 1;
}
.results__block.admin .wrap > h2.results__title {
  font-size: 48px;
}

@media only screen and (max-width: 1024px) {
  .results {
    padding: 50px 0 0;
  }
  .results__wrapper {
    padding-bottom: 40px;
    min-height: 413px;
  }
  .results__wrapper .results__title, .results__wrapper .results__text {
    display: none;
  }
  .results__detail {
    display: block;
  }
  .results__text {
    margin-bottom: 80px;
    max-width: 100%;
    color: #5D6375;
  }
  .results__item:last-child {
    display: none;
  }
  .results__count {
    font-size: 48px;
  }
  .results__information {
    font-size: 17px;
  }
}
@media only screen and (max-width: 576px) {
  .results {
    padding: 40px 0 0;
  }
  .results__wrapper {
    min-height: 219px;
  }
  .results__title {
    font-size: 32px;
    max-width: 300px;
  }
  .results__text {
    margin: 20px 0 40px;
  }
  .results__list {
    display: none;
  }
  .results__video {
    filter: unset;
  }
}

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