/* fonts */
/* //fonts */
/* colors */
/* //colors */
/* shadows */
/* //shadows */
.cards-fill__item {
  width: 25%;
  padding: 0 0 70px;
  text-align: center;
}

.cards-fill__item-fill {
  display: none;
}

.cards-fill__item-small {
  width: 20%;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 48px;
}

.cards-fill__item-small h4 {
  padding: 0 16px;
}

.cards-fill__item-icon {
  margin: 0 auto 12px;
}

.cards-fill__item-icon.icon-big {
  max-width: 100px;
}

.cards-fill__item-fill {
  display: none;
  position: relative;
}

.cards-fill__item-top {
  margin-bottom: 24px;
}

.cards-fill__item-img {
  position: relative;
  padding-bottom: 52.5%;
  margin-bottom: 20px;
}

.cards-fill__item h3 {
  padding: 0 22px;
}

.cards-fill__item-arrow {
  fill: none;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
}

.cards-fill__item-arrow circle {
  fill: #fff;
  stroke: #bbb;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.cards-fill__item-arrow path {
  stroke-width: 2;
  stroke: #666B6E;
  fill: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 1440px) {
  .cards-fill__item {
    width: 33.333%;
  }
  .cards-fill__item-fill {
    display: block;
  }
}

@media screen and (max-width: 1199px) {
  .cards-fill__row {
    margin-left: -19px;
    margin-right: -19px;
  }
  .cards-fill__item {
    width: -webkit-calc(50% - 38px);
    width: calc(50% - 38px);
    margin: 0 19px 38px;
    padding-bottom: 17px;
  }
  .cards-fill__item:nth-child(4n + 2), .cards-fill__item:nth-child(4n + 3) {
    background-color: #F7F8F8;
  }
  .cards-fill__item-img {
    margin-bottom: 0;
  }
  .cards-fill__item-small {
    width: 50%;
    margin: 0;
    padding: 16px 0 24px;
  }
}

@media screen and (max-width: 767px) {
  .cards-fill__row {
    margin-left: 0;
    margin-right: 0;
  }
  .cards-fill__item {
    width: 100%;
    margin: 0 0 22px;
  }
  .cards-fill__item:nth-child(4n + 2), .cards-fill__item:nth-child(4n + 3) {
    background-color: unset;
  }
  .cards-fill__item:nth-child(even) {
    background-color: #F7F8F8;
  }
  .cards-fill__item:last-child {
    margin-bottom: 0;
  }
  .cards-fill__item-small {
    margin-bottom: 0;
    width: 100vw;
    margin-left: -20px;
    margin-right: -20px;
  }
  .cards-fill__item-fill {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .cards-fill__item:nth-child(even) {
    background-color: #F7F8F8;
  }
}
