/*
* 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-services .services-container .c-service__content .service-header {
  font-family: "Mukta", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  color: #333D47;
  letter-spacing: 0;
  margin-bottom: 2rem;
  word-wrap: normal; }
  .block-services .services-container .c-service__content .service-header span {
    color: #F8B322; }

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

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

.block-services .services-container .c-service {
  margin: 0;
  padding: 0;
  list-style: none; }

/*
* Link circle hover
*/
@media screen and (min-width: 768px) {
  .block-services .services-container .c-service:hover .c-service__button .c-link-circle .link-circle {
    background-color: #F8B322; } }

@media screen and (min-width: 768px) {
  .block-services .services-container .c-service:hover .c-service__button .c-link-circle .link-text,
  .block-services .services-container .c-service:hover .c-service__button .c-link-circle .link-text.white {
    background-color: transparent; } }

.block-services .services-container .c-service:hover .c-service__button .c-link-circle .link-text {
  transition: 200ms ease-in-out; }

@media screen and (min-width: 768px) {
  .block-services .services-container .c-service:hover .c-service__button .c-link-circle .arrow-icon {
    transform: translateX(0.5rem);
    filter: brightness(0) saturate(100%) invert(77%) sepia(14%) saturate(4407%) hue-rotate(344deg) brightness(107%) contrast(94%); } }

@media screen and (min-width: 768px) {
  .block-services .services-container .c-service:hover .c-service__button .c-link-circle .link-circle {
    transition: 500ms ease-in-out; } }

@media screen and (min-width: 768px) {
  .block-services .services-container .c-service:hover .c-service__button .c-link-circle .link-text {
    transition: 300ms ease-in-out; } }

/*
* Button hover
*/
/*
* Button mobile full width
*/
/*
* Section width
*/
/*
* Section paddings
*/
/*
* Section header
*/
/*
* Element under section description
*/
/*
* Element under section description
*/
.block-services .services-container > .header--narrow,
.block-services .services-container > .description--narrow {
  margin-left: auto;
  margin-right: auto; }

/*
* 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-services .services-container .c-service {
  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
*/
.block-services .services-container > .header,
.block-services .services-container > .description {
  margin-bottom: 3rem;
  text-align: center; }

@media screen and (min-width: 1200px) {
  .block-services .services-container > .header--narrow,
  .block-services .services-container > .description--narrow {
    max-width: 53rem; } }

.block-services .services-container .services-wrapper {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(13rem, 1fr));
  grid-gap: 2rem; }
  @media screen and (min-width: 1200px) {
    .block-services .services-container .services-wrapper {
      grid-template-columns: repeat(4, 1fr); } }

.block-services .services-container .c-service {
  min-height: 18rem;
  background-color: #F9F9F9;
  transition: 500ms ease-in-out;
  position: relative; }

.block-services .services-container .c-service .c-service-link {
  text-decoration: none;
  padding: 2rem 1.3rem 0.5rem 2rem;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .block-services .services-container .c-service .c-service-link {
      padding: 3rem 4rem 4rem 4rem; } }

.block-services .services-container .c-service__content .img-wrapper {
  width: 4rem;
  height: 4rem;
  margin-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .block-services .services-container .c-service__content .img-wrapper {
      width: 5.5rem;
      height: 5.2rem; } }
  .block-services .services-container .c-service__content .img-wrapper img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; }

.block-services .services-container .c-service__content .service-header {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5; }
  @media screen and (min-width: 768px) {
    .block-services .services-container .c-service__content .service-header {
      font-size: 2.4rem;
      margin-bottom: 1rem; } }
  @media screen and (min-width: 1200px) {
    .block-services .services-container .c-service__content .service-header {
      font-size: 2rem;
      margin-bottom: 1rem; } }

.block-services .services-container .c-service__content .description {
  display: none; }
  @media screen and (min-width: 768px) {
    .block-services .services-container .c-service__content .description {
      display: block;
      font-size: 1.4rem;
      line-height: 1.43;
      opacity: 0; } }

/*
* 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-services {
  margin-top: 5rem;
  margin-bottom: 8rem; }
  @media screen and (min-width: 992px) {
    .block-services {
      margin-top: 5rem;
      margin-bottom: 13rem; } }
  .block-services .services-container .c-service .big-img-wrapper {
    display: none; }
    @media screen and (min-width: 768px) {
      .block-services .services-container .c-service .big-img-wrapper {
        display: flex;
        justify-content: flex-end;
        position: absolute;
        right: 2rem;
        bottom: 2rem;
        width: 10rem;
        height: 10rem; } }
    @media screen and (min-width: 1200px) {
      .block-services .services-container .c-service .big-img-wrapper {
        width: 14.5rem;
        height: 14.5rem; } }
    .block-services .services-container .c-service .big-img-wrapper img {
      width: auto;
      height: auto;
      max-height: 100%;
      max-width: unset;
      filter: brightness(0) saturate(100%) invert(100%) sepia(95%) saturate(12%) hue-rotate(231deg) brightness(103%) contrast(95%); }
  @media screen and (min-width: 768px) {
    .block-services .services-container .c-service__content {
      height: 14rem;
      overflow: hidden;
      margin-bottom: 2rem;
      position: relative; } }
  @media screen and (min-width: 992px) {
    .block-services .services-container .c-service__content {
      margin-bottom: 1rem; } }
  @media screen and (min-width: 768px) {
    .block-services .services-container .c-service__content .img-wrapper,
    .block-services .services-container .c-service__content .text-wrapper,
    .block-services .services-container .c-service__content .service-header,
    .block-services .services-container .c-service__content .description {
      transform: translateY(0);
      transition: 300ms ease-in-out; } }
  .block-services .services-container .c-service__content .text-wrapper {
    width: 100%;
    height: 5.2rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center; }
    .block-services .services-container .c-service__content .text-wrapper p {
      text-transform: uppercase;
      font-weight: 800;
      font-size: 1.4rem;
      line-height: 1.5; }
      @media screen and (min-width: 768px) {
        .block-services .services-container .c-service__content .text-wrapper p {
          font-size: 1.8rem; } }
  .block-services .services-container .c-service__button {
    margin-top: auto; }
    .block-services .services-container .c-service__button .c-link-circle {
      padding: 1.2rem 0; }
      @media screen and (min-width: 768px) {
        .block-services .services-container .c-service__button .c-link-circle {
          padding: 0 0 0 2.4rem; } }
      .block-services .services-container .c-service__button .c-link-circle .link-circle {
        display: none; }
        @media screen and (min-width: 768px) {
          .block-services .services-container .c-service__button .c-link-circle .link-circle {
            display: block;
            transition: 300ms ease-in-out; } }
  @media screen and (min-width: 768px) {
    .block-services .services-container .c-service:hover {
      background-color: #ffffff;
      transition: 500ms ease-in-out;
      box-shadow: 0px 50px 80px rgba(51, 61, 71, 0.07); } }
  @media screen and (min-width: 768px) {
    .block-services .services-container .c-service:hover .img-wrapper,
    .block-services .services-container .c-service:hover .text-wrapper,
    .block-services .services-container .c-service:hover .service-header,
    .block-services .services-container .c-service:hover .description {
      transform: translateY(-7.2rem);
      transition: 300ms ease-in-out; } }
  @media screen and (min-width: 768px) {
    .block-services .services-container .c-service:hover .description {
      opacity: 1; } }
  .block-services .services-container .c-service--inactive .c-service__content .text-wrapper p {
    color: rgba(51, 61, 71, 0.3); }
  .block-services .services-container .c-service--inactive .c-service__button .c-link-circle .link-circle {
    border: 1px solid rgba(51, 61, 71, 0.3); }
  .block-services .services-container .c-service--inactive .c-service__button .c-link-circle .link-text {
    color: rgba(51, 61, 71, 0.3); }
  .block-services .services-container .c-service--inactive .c-service__button .c-link-circle img {
    opacity: 0.3; }
  @media screen and (min-width: 768px) {
    .block-services .services-container .c-service--inactive:hover .c-service__button .c-link-circle .link-circle {
      background-color: #F9F9F9;
      border: 1px solid #F9F9F9; } }


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