$component: 'services';
$template: 'template-14';
$item: 'widget-item';

.widget.c-#{$component}.c-#{$component}-#{$template} {
  padding-top: 94px;
  padding-bottom: 105px;
  background-color: #EFEFEF;

  .widget-header {
    text-align: left;

    .widget-title {
      font-size: 40px;
      font-style: normal;
      font-weight: bold;
      line-height: 1.3;

      & + .widget-description {
        margin-top: 20px;
      }
    }

    .widget-description {
      font-size: 16px;
      font-style: normal;
      font-weight: normal;
      line-height: 1.5;
    }
  }

  .widget-items {
    margin-top: 72px;
  }

  .#{$item}-description {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
  }
  .#{$item}-properties {
    margin-top: 88px;
  }
  .#{$item}-property {
    font-size: 16px;
  }

  .widget-footer-button {
    color: #2d2d2d !important;

    &:hover,
    &:focus,
    &:active {
      color: #fff !important;
    }
  }

  .text-align-right {
    text-align: right;
  }
  .widget-header {
    overflow: hidden;
  }
  .widget-all-container {
    display: none;
  }
  .widget-all-button {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #808080;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;

    i {
      display: none;
      font-size: 23px;
      font-weight: 400;
    }
  }

  @media all and (max-width: 550px) {
    .widget-all-container {
      display: block;
    }
    .widget-title.align-center.widget-title-margin {
      margin-left: 25px;
    }
    .widget-all-container.mobile {
      text-align: right;
      width: 25px;
      max-height: 36px;
    }
    .widget-all-container i {
      display: inline-block;
    }
    .widget-footer.mobile,
    .widget-footer-button.mobile{
      display: none;
    }
    .widget-all-container {
      width: 25px;
    }
  }
  @media all and (max-width: 1200px) {
    .widget-header {
      text-align: center;
    }
  }
  @media all and (max-width: 600px) {
    .#{$item}-wrapper {
      padding-left: 0;
      padding-right: 0;
    }
  }
  @media all and (max-width: 500px) {
    .#{$item}-name,
    .#{$item}-price {
      font-size: 18px;
      line-height: 27px;
    }
  }
}