#main-content .container.main-content__container .news__to-all {
    margin: 56px 0 30px 0;
  }
  
  #main .main-content__top .main-content__top__link {
    display: none;
  }
  @media (max-width: 575.98px) {
    #main-content .container.main-content__container .news__to-all {
      margin: 19px 0 20px 0;
    }
  }
  
  .menu-item-container.last .menu-item-inner-container.with-image::before {
    background: #1e5aff !important;
  }
  
  .menu-item-container.last .menu-item-inner-container.with-image {
    max-width: 136px !important;
  }
  
  @media screen and (max-width: 1196px) {
    .menu-item-container.last {
      margin-top: 24px;
    }
  
    .menu-item-container.last
      .menu-item-inner-container.with-image
      a:not(.background-image-placeholder) {
      display: block !important;
      width: auto !important;
      height: auto !important;
    }
  
    .menu-item-container.last .menu-item-inner-container {
      min-width: 100% !important;
      background: #1e5aff !important;
      background-repeat: no-repeat;
      background-size: auto 60px !important;
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
    }
  
    .menu-item-container.last
      .menu-item-inner-container
      .background-image-placeholder {
      display: block !important;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      width: 150px !important;
      height: 60px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .menu-item-container.last
      .menu-item-inner-container
      .background-image-placeholder {
      display: block !important;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      width: 100px !important;
      height: 60px;
    }
  }
  
  
  /*MAIN BANNER REFFERAL*/
  .banner-widget .banner-widget__referral__wrapper {
    padding: 0 15%;
  }
  .banner-widget__referral__header {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 47px;
    line-height: 47px;
    padding-bottom: 27px;
  }
  .banner-widget__referral__content {
    font-size: 24.31px;
  }
  .banner-widget__referral__footer .btn.btn-wows-1._uppercase {
    font-size: 34px;
  }
  
  @media (min-width: 576px) and (max-width: 991.98px) {
    .banner-widget .banner-widget__referral__wrapper {
      padding: 0 10%;
    }
    .banner-widget__referral__footer .btn.btn-wows-1._uppercase {
      font-size: 26px;
    }
  }
  
  @media (max-width: 575.98px) {
    .banner-widget__wrapper .banner-widget__title {
      line-height: 24px;
    }
    .banner-widget__referral__header {
      font-size: 32px;
      line-height: 34px;
    }
    .banner-widget__referral__content {
      font-size: 16px;
      line-height: 18px;
    }
    .banner-widget__referral__content {
      padding: 0 0 5px;
    }
    .banner-widget__referral__footer .btn.btn-wows-1._uppercase {
      font-size: 18px;
    }
    .banner-widget__referral__header {
      padding-bottom: 5px;
    }
  }
  