.custom-help {
  position: relative;
  padding: 30px 0; }
  @media only screen and (max-width: 992px) {
    .custom-help {
      padding: 30px 0; } }
  @media only screen and (max-width: 767px) {
    .custom-help {
      padding: 30px 0; } }
  .custom-help:before {
    content: '';
    position: absolute;
    /* width: 1600px;
    left: -webkit-calc(50% - 800px);
    left: calc(50% - 800px); */
    width: 5000px;
    left: -webkit-calc(50%);
    left: calc(50%);
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    background-color: #f6f9fb; }
  .custom-help__text-top {
    position: relative;
    max-width: 860px;
    display: block;
    text-align: center;
    margin: 0 auto 30px;
    font: 300 30px/130% "Akrobat", sans-serif;
    -webkit-transition: opacity .8s ease, color .5s ease, -webkit-transform .5s ease;
    transition: opacity .8s ease, color .5s ease, -webkit-transform .5s ease;
    -o-transition: opacity .8s ease, color .5s ease, transform .5s ease;
    transition: opacity .8s ease, color .5s ease, transform .5s ease;
    transition: opacity .8s ease, color .5s ease, transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0; }
    .custom-help__text-top.active {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  .custom-help__wrapper {
    position: relative;
    margin: 0 -20px; }
  .custom-help__grid {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .custom-help__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .custom-help__item {
    position: relative;
    width: 33.3333333333%;
    padding: 0 20px;
    margin: 0 0 20px 0;
    -webkit-transition: opacity .8s ease, color .5s ease, -webkit-transform .5s ease;
    transition: opacity .8s ease, color .5s ease, -webkit-transform .5s ease;
    -o-transition: opacity .8s ease, color .5s ease, transform .5s ease;
    transition: opacity .8s ease, color .5s ease, transform .5s ease;
    transition: opacity .8s ease, color .5s ease, transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0; }
    @media only screen and (max-width: 992px) {
      .custom-help__item {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .custom-help__item {
        width: 100%; } }
    .custom-help__item.active {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
  .custom-help__item-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%; }
    .custom-help__item-wrap:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      -webkit-filter: blur(3px);
      filter: blur(3px);
      background-color: #e5edf1;
      -webkit-transition: background .3s ease;
      -o-transition: background .3s ease;
      transition: background .3s ease; }
    .custom-help__item-wrap:hover:before {
      background-color: #cbdcea;
      -webkit-filter: blur(7px);
      filter: blur(7px); }
  .custom-help__link {
    position: relative;
    background: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 30px 20px; }
  .custom-help__icon {
    position: relative;
    width: 65px;
    min-width: 65px; }
    @media only screen and (max-width: 767px) {
      .custom-help__icon {
        width: 50px;
        min-width: 50px; } }
    .custom-help__icon img {
      max-width: 45px;
      margin: 0 auto;
      display: block; }
      @media only screen and (max-width: 767px) {
        .custom-help__icon img {
          max-width: 30px; } }
  .custom-help__content {
    position: relative;
    padding: 0 0 0 20px; }
  .custom-help__text {
    position: relative;
    display: block;
    font: 18px/130% "Akrobat", sans-serif; }
    @media only screen and (max-width: 767px) {
      .custom-help__text {
        font: 16px/130% "Akrobat", sans-serif; } }
