:root {
  --main-bg-color: #fff;
  --main-action-color: #3563E9;
  --main-text-color: #233643;
  --main-link-color: #0f1f2c;
  --main-hover-link-color: #495c69;
  --main-container-width: 1320px;
  --main-container-max-width: 96%;
  --main-transition: 0.5s all ease;
  --main-font: "Plus Jakarta Sans", sans-serif; }

.services {
  margin: 150px 0; }
  @media screen and (max-width: 576px) {
    .services {
      margin: 80px 0; } }
  .services h3 {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--main-action-color); }
  .services h2 {
    max-width: 805px;
    margin-bottom: 50px;
    font-weight: 800;
    font-size: 40px;
    line-height: 150%;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    color: var(--main-text-color); }
    @media screen and (max-width: 576px) {
      .services h2 {
        font-size: 22px;
        margin-bottom: 30px; } }
  .services .taber .buttons {
    margin-bottom: 70px;
    border-radius: 30px;
    padding: 2px 20px;
    background: #fafafa;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1365px) {
      .services .taber .buttons {
        flex-wrap: wrap; } }
    .services .taber .buttons .tab-button {
      font-weight: 600;
      font-size: 16px;
      line-height: 150%;
      letter-spacing: -0.02em;
      text-align: center;
      transition: var(--main-transition);
      padding: 14px;
      display: block;
      border-radius: 30px;
      background: transparent;
      margin-right: 50px;
      cursor: pointer; }
      @media screen and (max-width: 1365px) {
        .services .taber .buttons .tab-button {
          margin: 10px 0;
          margin-right: 25px; } }
      .services .taber .buttons .tab-button:last-child {
        margin-right: 0; }
      .services .taber .buttons .tab-button:hover {
        background: var(--main-action-color);
        color: #fff; }
      .services .taber .buttons .tab-button.active {
        background: var(--main-action-color);
        color: #fff; }
  .services .taber .tab {
    display: none; }
    .services .taber .tab.active {
      display: block !important; }
    .services .taber .tab .cards {
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      flex-wrap: wrap; }
      .services .taber .tab .cards .card {
        box-shadow: 0 14px 84px 0 #e4ebfc;
        background: #fff;
        padding: 55px 28px;
        border-radius: 18px;
        width: 32%; }
        @media screen and (max-width: 767px) {
          .services .taber .tab .cards .card {
            width: 100%;
            margin-bottom: 20px; } }
        .services .taber .tab .cards .card .title {
          font-weight: 600;
          font-size: 20px;
          line-height: 150%;
          color: var(--main-text-color);
          margin-bottom: 12px; }
        .services .taber .tab .cards .card .text {
          font-weight: 400;
          font-size: 16px;
          line-height: 150%;
          color: var(--main-hover-link-color); }

/*# sourceMappingURL=services-block.css.map */
