/*
* 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
*/
/*
* Custom scrollbar
*/
@-moz-document url-prefix() { }

/*
* Reset list styles
*/
.block-list .list-container .list, .block-list .list-container .list__element {
  margin: 0;
  padding: 0; }

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

/*
* Element under section description
*/
/*
* 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
*/
.block-list .list-container.bg-gray {
  border-radius: 0 50px 0 0; }

/*
* 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-list {
  margin-top: 5rem;
  margin-bottom: 10rem; }
  @media screen and (min-width: 992px) {
    .block-list {
      margin-top: 5rem;
      margin-bottom: 13rem; } }
  .block-list.no-margin-top {
    margin-top: 0; }
  .block-list.no-margin-bottom {
    margin-bottom: 2rem; }
  .block-list .list-container .header--center {
    text-align: center; }
  .block-list .list-container .list {
    margin-top: 5rem; }
    .block-list .list-container .list__element {
      list-style: none;
      padding: 0 0 3rem 4rem;
      font-size: 1.4rem;
      line-height: 1.43;
      position: relative; }
      .block-list .list-container .list__element:before {
        content: '';
        width: 3rem;
        height: 3rem;
        border-radius: 50%;
        background-color: #F8B322;
        position: absolute;
        left: 0;
        top: -0.5rem;
        background-image: url("../src/images/checkbox.svg");
        background-repeat: no-repeat;
        background-size: 1.4rem 1.1rem;
        background-position: center; }
    .block-list .list-container .list--columns-2 {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .block-list .list-container .list--columns-2 {
          width: min(100%, 70.5rem);
          margin-left: auto;
          margin-right: auto;
          display: flex;
          flex-wrap: wrap; } }
      .block-list .list-container .list--columns-2 .list__element {
        width: 100%; }
        @media screen and (min-width: 768px) {
          .block-list .list-container .list--columns-2 .list__element {
            width: calc(50% - 1rem); } }
        @media screen and (min-width: 768px) {
          .block-list .list-container .list--columns-2 .list__element:nth-child(2n+1) {
            margin-right: 2rem; } }
  .block-list .list-container.bg-gray {
    padding: 5rem 2rem 2rem 2rem;
    margin: 0 -2rem;
    background-color: #F9F9F9; }
    @media screen and (min-width: 420px) {
      .block-list .list-container.bg-gray {
        padding: 5rem 3rem 2rem 3rem;
        margin: 0; } }
    @media screen and (min-width: 768px) {
      .block-list .list-container.bg-gray {
        padding: 8rem 9rem 6rem 9rem; } }


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