.services__section:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: var(--kmnd-body-background-primary-inverted);
}
.services__section .container-fluid {
  position: relative;
  z-index: 1;
}
.services__text {
  max-width: 410px;
  padding-left: 30px;
}
.services__row {
  display: flex;
  flex-wrap: wrap;
}
.services__row:nth-of-type(1) .services__col {
  margin-top: 0;
}
.services__row_inverted {
  flex-direction: row-reverse;
}
.services__row_inverted .services__col:nth-of-type(1) {
  margin-right: 0;
}
.services__row_inverted .services__col:nth-of-type(2) {
  margin-right: 16px;
}
.services__col {
  width: calc(50% - 8px);
  margin-right: 16px;
  margin-top: 16px;
}
.services__col:nth-of-type(even) {
  margin-right: 0;
}
.services__inner-row {
  display: flex;
  flex-wrap: wrap;
}
.services__inner-col {
  width: calc(50% - 8px);
  margin-right: 16px;
}
.services__inner-col:nth-of-type(even) {
  margin-right: 0;
}
.services__item {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: var(--kmnd-transition);
  display: block;
}
.services__item_visible {
  transform: scale(1);
}
.services__item:before {
  content: "";
  position: relative;
  display: block;
  padding-top: 81.8181818182%;
}
.services__item_large:before {
  padding-top: 40.1408450704%;
}
.services__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(34, 43, 46, 0.5) 0%, rgba(34, 43, 46, 0.5) 100%);
  opacity: 0;
  transition: var(--kmnd-transition);
}
.services__item:hover:after {
  opacity: 1;
}
.services__item:hover .services__item-btn span:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
.services__item:hover .services__item-image {
  transform: translate(-50%, -50%) scale(1.05);
}
.services__item-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.services__item-shadow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(180deg, rgba(34, 43, 46, 0.8) 0%, rgba(34, 43, 46, 0) 86.32%);
  display: block;
}
.services__item-shadow:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(180deg, #222B2E 0%, rgba(34, 43, 46, 0) 76.32%);
  transform: rotate(180deg);
  opacity: 0.8;
}
.services__item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  padding: 30px;
}
.services__item-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transition: var(--kmnd-transition);
  transform: translate(-50%, -50%) scale(1);
}
.services__item-title {
  text-transform: uppercase;
  margin-bottom: auto;
  max-width: 391px;
  word-break: break-word;
}

@media only screen and (max-width: 1500px) {
  .services__item-content {
    padding: 10px;
  }
  .services__item-btn {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .services__item-title {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 992px) {
  .services__section:after {
    height: 140px;
  }
  .services__text {
    padding-left: 0;
    margin-top: 40px;
  }
  .services__row {
    display: block;
  }
  .services__row_inverted .services__col:nth-of-type(2) {
    margin-right: 0;
  }
  .services__row:first-of-type .services__col:nth-of-type(2) {
    margin-top: 16px;
  }
  .services__col {
    width: 100%;
    margin-right: 0;
  }
  .services__item-content {
    padding: 30px;
  }
  .services__item-btn {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 576px) {
  .services__section:after {
    height: 70px;
  }
  .services__text {
    margin-top: 20px;
  }
  .services__row:nth-of-type(1) .services__col:nth-of-type(2) {
    margin-top: 8px;
  }
  .services__col {
    margin-top: 8px;
  }
  .services__col:nth-of-type(2) .special__inner-col {
    margin-top: 8px;
  }
  .services__inner-row {
    display: block;
  }
  .services__inner-col {
    width: 100%;
    margin-right: 0;
    margin-top: 8px;
  }
  .services__item:before {
    padding-top: 74.2028985507%;
  }
  .services__item_large:before {
    padding-top: 74.2028985507%;
  }
  .services__item-btn {
    font-size: 1rem;
  }
  .services__item-content {
    padding: 20px 15px;
  }
}

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