/*кейсы*/
.filter_svg{
    position: absolute;
    width: 0;
    height: 0;
  }
  
  .services_keys{
    margin-bottom: var(--margin-1);
  }
  
  .services_keys_sl{
    overflow: hidden;
  }
  
  .services_keys_sl .swiper-wrapper{
    box-sizing: border-box;
  }
  
  
  .services_keys_item{
    padding-top: 73px;
    position: relative;
    overflow: hidden;
  }
  
  .services_keys_sl .swiper-wrapper{
    box-sizing: border-box;
  }
  
  .services_keys_sl .swiper-slide{
    height: auto;
  }
  
  .services_keys_item{
    height: 100%;
  }
  
  .services_keys_item_content{
    height: 100%;
    background: #fff;
    border-radius: 50px;
    padding: 0px 0px 65px;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  
  .clipped {
    width: 100%;
    height: 560px;
    background: var(--dark-blue);
    background-size: cover;
    -webkit-clip-path: url(#my-clip-path);
    clip-path: url(#my-clip-path);
    position: absolute;
    top: 0;
  }

  .services_keys_image{
    margin-bottom: 29px;
    text-align: center;
  }

  .services_keys_text{
    padding: 52px 45px;
    background: #F5F9FF;
    margin-bottom: 29px;
    min-height: 179px;
    position: relative;
    border-radius: 0 0 0 30px;
  }

  .services_keys_client_want,
  .services_keys_indicators{
    padding-left: 45px;
  }

  .services_keys_client_want_name,
  .services_keys_we_deploy_name{
    color: var(--text-black);
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
  }

  .services_keys_indicators_item:not(:last-child){
    margin-bottom: 30px;
  }

  .services_keys_indicators_item_name{
    color: var(--blue);
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom:10px;
  }

  .services_keys_indicators_item_text{
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px; /* 156.25% */
  }

  .services_keys_we_deploy{
    padding-right: 45px;
  }

  .services_keys_we_deploy_desc{
    max-height: 394px;
    overflow-y: auto;
    padding-right: 28px;
  }

  .services_keys_btn{
    /*padding-left: 45px;*/
    margin-top: 48px;
  }

  .keys-slider__buttons{
    margin-bottom: 57px;
  }

  @media(max-width:992px){

    .services_keys_item_content{
      padding-top: 30px;
      padding-bottom: 40px;
    }

    .services_keys_text{
      padding: 30px;
      border-radius: 0;
    }

    .services_keys_client_want,
    .services_keys_indicators{
      padding: 0 30px;
      margin-bottom: 30px;
    }

    .services_keys_we_deploy{
      padding: 0 30px;
    }

    .keys-slider__buttons{
      margin-bottom: 30px;
    }

  }
  .button_b24_orange{
    max-width: 219px;
	margin-left: auto; 
	margin-right: auto;
  }
  @media(max-width:576px){
    .services_keys_client_want_name, .services_keys_we_deploy_name, .services_keys_indicators_item_name{
      font-size: 20px;
    }
  }


 @media(max-width:576px){
  .clipped {
    -webkit-clip-path: url(#my-clip-path_2);
    clip-path: url(#my-clip-path_2);
  }
}