         
    .uslugi-block {
      width: 100%;
      max-width: 100%;
      background-color:#313d4d;
    }
        .circle-button.gray, .circle-button{
color:#ffffff !important;
    }
    .uslugi-item {
      overflow: hidden;
      transition: all 0.3s ease;
    }
    .uslugi-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 24px 20px;
      cursor: pointer;
    }
    .title {
      font-size: 36px;
      font-weight: 400;
      text-transform: uppercase;
      color: #ffffff;
      font-family: 'Inter', Arial, sans-serif;
    }
    .right-side {
      display: flex;
      align-items: center;
      gap: 25px;
    }
    .price {
      color: #ffffff;
      font-size: 28px;
      font-family: 'Inter', Arial, sans-serif;
      font-weight: 400;
      opacity: 0.5;
    }
    .icon {
      font-size: 28px;
      color: #a0aabe;
      font-weight: 300;
      transition: transform 0.3s ease;
    }
    .line {
      height: 2px;
      background-color: #ffffff;
      opacity: 0.2;
      width: 0;
      margin-left: 20px;
      margin-right: 20px;
      animation: line-grow-left 1.8s ease-in-out forwards;
    }
    @keyframes line-grow-left {
      from { width: 0; }
      to { width: calc(100% - 40px); }
    }
    .uslugi-body {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      font-size: 16px;
      color: #ccc;
      transition: max-height 0.3s ease, padding 0.3s ease;
    }
    .uslugi-item.active .uslugi-body {
      max-height: 600px;
      padding: 15px 20px 25px;
    }
    .uslugi-item.active .icon {
      transform: rotate(45deg);
    }

  .circle-button {
    width: 137px;
    height: 137px;
    background-color: #e26c2d; /* оранжевый */
    color: #ffffff;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    text-decoration: none;
  }

  .circle-button:hover {
    transform: scale(1.1);
  }
  .circle-button {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
  }
  
  .uslugi-item.active .circle-button {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  
    .circle-button.gray {
    width: 137px;
    height: 137px;
    background-color: #495668; /* оранжевый */
    color: #ffffff;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    text-decoration: none;
  }

  .circle-button.gray:hover {
    transform: scale(1.1);
  }
  .circle-button.gray {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
  }
  
  .uslugi-item.active .circle-button.gray {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  
        @media screen and (max-width:1198px) {
.title{
  font-size: 30px;
}
.price{
  font-size: 24px;
}
        }

                @media screen and (max-width:998px) {
.title{
  font-size: 23px;
}
.price{
  font-size: 20px;
}

.circle-button.gray{
  width: 107px;
    height: 107px;
    font-size: 16px;
}

.circle-button{
  width: 107px;
    height: 107px;
    font-size: 16px;
}
        }

                        @media screen and (max-width:998px) {
.title{
  font-size: 18px;
}
.price{
  font-size: 15px;
}
        }