/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* Theme colors
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* Theme styles
*/
/*
* Media Query
*/
/*
* Section margin
*/
/*
* Section padding
*/
/*
* Display list elements in column
*/
/*
* Menu item width in footer menu
*/
/*
* Small gray shadow
*/
/*
* Large gray shadow
*/
/*
* Headers
*/
.block-counters .counters .counters-list .counter-element .number {
  font-family: "Mukta", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  color: #333D47;
  letter-spacing: 0;
  margin-bottom: 2rem;
  word-wrap: normal; }
  .block-counters .counters .counters-list .counter-element .number span {
    color: #F8B322; }

/*
* Custom scrollbar
*/
@-moz-document url-prefix() { }

/*
* Reset list styles
*/
.block-counters .counters .counters-list {
  margin: 0;
  padding: 0; }

.block-counters .counters .counters-list .counter-element {
  margin: 0;
  padding: 0;
  list-style: none; }

/*
* Link circle hover
*/
/*
* Button hover
*/
/*
* Button mobile full width
*/
/*
* Section width
*/
/*
* Section paddings
*/
/*
* Section header
*/
.block-counters .counters > .header, .block-counters .counters > .description {
  margin-bottom: 3rem; }
  @media screen and (min-width: 992px) {
    .block-counters .counters > .header, .block-counters .counters > .description {
      margin-bottom: 5rem; } }

/*
* Element under section description
*/
.block-counters .counters .counters-list, .block-counters .counters .button-wrapper {
  margin-top: 3rem; }
  @media screen and (min-width: 992px) {
    .block-counters .counters .counters-list, .block-counters .counters .button-wrapper {
      margin-top: 5rem; } }

/*
* Element under section description
*/
/*
* Link hover color
*/
/*
* Hero section styles
*/
@keyframes move-dot {
  0% {
    bottom: 0.4rem;
    opacity: 1; }
  20% {
    opacity: 1; }
  100% {
    bottom: 1rem;
    opacity: 0; } }

/*
* Position absolute - full width
*/
/*
* Image as cover or contain
*/
/*
* Icon wrapper
*/
/*
* Element border-radius
*/
/*
* checkbox checked
*/
/*
* language font
*/
/*
* Slider pagination
*/
/*
* Slider buttons
*/
/*
* News and slide component
*/
/*
* Download and job-offer component
*/
/*
* Services and blocks grid component
*/
/*
* Case studies filters
* Job offers filters
*/
/*
* Case studies tags
* Knowledge base tags
*/
/*
* Case studies and posts grid blocks
*/
/*
* Form label
*/
/*
* Contact form steps
*/
/*
* Contact form (steps form) buttons wrapper
*/
.block-counters {
  margin-top: 5rem;
  margin-bottom: 10rem; }
  @media screen and (min-width: 992px) {
    .block-counters {
      margin-top: 5rem;
      margin-bottom: 13rem; } }
  .block-counters .counters > .header {
    text-align: center; }
  @media screen and (min-width: 768px) {
    .block-counters .counters .counters-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(31rem, auto));
      justify-content: space-between;
      row-gap: 5rem; } }
  @media screen and (min-width: 992px) {
    .block-counters .counters .counters-list {
      width: 100%; } }
  .block-counters .counters .counters-list .counter-element {
    padding: 0 1rem;
    margin-bottom: 3.3rem; }
    @media screen and (min-width: 768px) {
      .block-counters .counters .counters-list .counter-element {
        margin-bottom: 0;
        max-width: 34.2rem; } }
    .block-counters .counters .counters-list .counter-element:last-child {
      margin-bottom: 0; }
    .block-counters .counters .counters-list .counter-element .number {
      aspect-ratio: 1 / 1;
      margin: 0 auto 2rem auto;
      border: 1px dashed rgba(51, 61, 71, 0.3);
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #F8B322;
      font-size: 6.4rem;
      line-height: 1.25;
      font-weight: 700; }
      @media screen and (min-width: 768px) {
        .block-counters .counters .counters-list .counter-element .number {
          font-size: 8rem; } }
      @media screen and (min-width: 1300px) {
        .block-counters .counters .counters-list .counter-element .number {
          font-size: 10.5rem; } }
      @media screen and (min-width: 768px) {
        .block-counters .counters .counters-list .counter-element .number {
          margin: 0 auto 3rem auto; } }
      .block-counters .counters .counters-list .counter-element .number span:first-child {
        margin-right: 0.5rem; }
    .block-counters .counters .counters-list .counter-element .text {
      text-align: center; }
  .block-counters .counters .button-wrapper {
    display: flex;
    justify-content: center; }


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