@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);@charset "UTF-8";
body .inbenta-search {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #474747;
  background-color: #e8e8e8;
  padding: 0 20px; }
  body .inbenta-search-wrapper {
    display: block;
    width: auto;
    max-width: 1170px;
    margin: 0 auto; }
    body .inbenta-search-wrapper * {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      word-break: normal;
      letter-spacing: normal; }
    body .inbenta-search-wrapper a {
      color: #576a75; }
      body .inbenta-search-wrapper a:hover {
        color: #364249; }
  body .inbenta-search-parent .inbenta-search-main-results {
    background-color: white;
    padding: 24px 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 24px; }
  body .inbenta-search-input, body .inbenta-search-rating--bad .inbenta-search-rating__comment .inbenta-search-input {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #55595c;
    background-color: white;
    border-radius: 3px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #ddd;
    padding: 6px 12px;
    font-size: 16px;
    line-height: normal;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; }
    body .inbenta-search-input:focus, body .inbenta-search-rating--bad .inbenta-search-rating__comment .inbenta-search-input:focus {
      border-color: #9ed5e7;
      outline: 0;
      -webkit-box-shadow: 0 0 2px #9ed5e7;
      box-shadow: 0 0 2px #9ed5e7; }
  body .inbenta-search-button, body .inbenta-search-rating__buttons__button {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    background-color: #f27935;
    color: white;
    border-radius: 3px !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #ce672d;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    padding: 6px 30px; }
    body .inbenta-search-button:hover:not([disabled]), body .inbenta-search-rating__buttons__button:hover:not([disabled]) {
      background-color: #f9c148;
      color: white;
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      border: 1px solid #f4a127; }
    body .inbenta-search-button—-disabled, body .inbenta-search-button[disabled], body [disabled].inbenta-search-rating__buttons__button {
      background-color: #f27935;
      color: white;
      border: 1px solid #ce672d;
      opacity: .64;
      cursor: default; }
      body .inbenta-search-button—-disabled:hover, body .inbenta-search-button[disabled]:hover, body [disabled].inbenta-search-rating__buttons__button:hover {
        background-color: #f27935;
        color: white;
        border: 1px solid #ce672d; }
    body .inbenta-search-button:before, body .inbenta-search-rating__buttons__button:before {
      content: none; }
  body .inbenta-search-box {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent; }
    body .inbenta-search-box__form {
      -webkit-box-shadow: none;
              box-shadow: none; }
      body .inbenta-search-box__form .form__input {
        border-radius: 0; }
      body .inbenta-search-box__form .form__button {
        border-radius: 0; }
      body .inbenta-search-box__form:hover {
        -webkit-box-shadow: none;
                box-shadow: none; }
  body .inbenta-search-autocompleter {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 6px -8px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 6px -8px rgba(0, 0, 0, 0.5);
    font-weight: normal;
    border: 1px solid #ccc; }
    body .inbenta-search-autocompleter__link__setting {
      padding: 16px;
      color: #576a75; }
    body .inbenta-search-autocompleter__link--active, body .inbenta-search-autocompleter__link:hover {
      text-decoration: none; }
      body .inbenta-search-autocompleter__link--active .inbenta-search-autocompleter__link__setting, body .inbenta-search-autocompleter__link:hover .inbenta-search-autocompleter__link__setting {
        color: #364249;
        background-color: white; }
    body .inbenta-search-autocompleter__view-all a {
      color: #576a75; }
  body .inbenta-search-stats {
    margin-bottom: 24px; }
    body .inbenta-search-stats__info {
      font-family: "Open Sans", sans-serif;
      display: inline-block;
      color: #474747;
      font-size: 20px;
      padding-right: 5px;
      font-weight: 100; }
      body .inbenta-search-stats__info strong {
        font-weight: 100; }
    body .inbenta-search-stats__query {
      font-family: "Open Sans", sans-serif;
      display: inline-block;
      color: #474747;
      font-size: 20px;
      line-height: 1.4;
      font-weight: 100; }
  body .inbenta-search-info-bar__refine__item i:before {
    color: #474747;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  body .inbenta-search-info-bar__refine__item:hover i:before {
    color: #576a75;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  body .inbenta-search-info-bar__refine__options {
    border-radius: 0; }
    body .inbenta-search-info-bar__refine__options .inbenta-search-info-bar__refine__option {
      font-size: 14px;
      color: #474747;
      padding: 8px;
      line-height: 1.4;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      body .inbenta-search-info-bar__refine__options .inbenta-search-info-bar__refine__option:hover {
        background-color: #f8f8f8;
        color: #576a75;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
  body .inbenta-search-tabs {
    padding-bottom: 16px;
    margin-bottom: 32px;
    border-bottom: 1px solid #ddd;
    height: auto; }
    body .inbenta-search-tabs__bar {
      padding: 0;
      margin: 0 0 0 auto; }
    body .inbenta-search-tabs__item__link {
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.4;
      background: #e8e8e8;
      border: 1px solid #ddd;
      border-radius: 0;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      display: block;
      padding: 12px 20px; }
      body .inbenta-search-tabs__item__link .link__text {
        color: #474747;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
      body .inbenta-search-tabs__item__link .link__badge {
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        font-family: "Open Sans", sans-serif;
        background-color: transparent;
        transition: all 0.3s ease-out;
        color: #474747;
        margin-left: 0;
        border-radius: 0;
        padding: 0 0 0 4px; }
    body .inbenta-search-tabs__item:hover:not(.inbenta-search-tabs__item--disabled) .inbenta-search-tabs__item__link, body .inbenta-search-tabs__item--active .inbenta-search-tabs__item__link {
      -webkit-box-shadow: none;
              box-shadow: none;
      text-decoration: none;
      background-color: #364249;
      border-color: #364249; }
      body .inbenta-search-tabs__item:hover:not(.inbenta-search-tabs__item--disabled) .inbenta-search-tabs__item__link .link__text, body .inbenta-search-tabs__item--active .inbenta-search-tabs__item__link .link__text {
        color: white; }
      body .inbenta-search-tabs__item:hover:not(.inbenta-search-tabs__item--disabled) .inbenta-search-tabs__item__link .link__badge, body .inbenta-search-tabs__item--active .inbenta-search-tabs__item__link .link__badge {
        color: white;
        background-color: transparent; }
    body .inbenta-search-tabs__button .inbenta-search-tabs__scroll:before {
      color: #474747; }
    body .inbenta-search-tabs__button:hover:before {
      background-color: rgba(87, 106, 117, 0.2);
      content: none; }
    body .inbenta-search-tabs__button--disabled {
      cursor: not-allowed; }
      body .inbenta-search-tabs__button--disabled:hover:before {
        background-color: transparent; }
  body .inbenta-search-filters {
    font-size: 16px;
    background: white;
    border: 1px solid #eee;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0; }
    body .inbenta-search-filters__header .header__title {
      font-family: "Open Sans", sans-serif;
      font-size: 17px;
      color: #474747;
      line-height: 1.4;
      letter-spacing: 0;
      font-weight: 500; }
    body .inbenta-search-filters__header .header__actions .inbenta-search-icon {
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      color: #474747; }
      body .inbenta-search-filters__header .header__actions .inbenta-search-icon:hover {
        color: #576a75; }
      body .inbenta-search-filters__header .header__actions .inbenta-search-icon:focus {
        outline: 0 none; }
    body .inbenta-search-filters__group .group__header .group__title {
      font-family: "Open Sans", sans-serif;
      color: #474747;
      font-size: 14px;
      line-height: 1.4;
      letter-spacing: 0;
      font-weight: 500;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    body .inbenta-search-filters__group .group__header .group__action {
      color: #474747;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      body .inbenta-search-filters__group .group__header .group__action:hover:before {
        color: #576a75;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
    body .inbenta-search-filters__values .value__checkbox {
      width: 16px;
      height: 16px;
      border: 1px solid #D4D4D4;
      border-radius: 0;
      background-color: white; }
      body .inbenta-search-filters__values .value__checkbox:before {
        font-size: 14px !important; }
    body .inbenta-search-filters__values .value__label {
      font-size: 14px;
      line-height: 1.4; }
    body .inbenta-search-filters__values .value__badge {
      font-size: 12px;
      margin-left: 5px; }
    body .inbenta-search-filters__values .value--active .value__checkbox {
      background-color: #576a75;
      border-color: #576a75; }
    body .inbenta-search-filters__more-values {
      color: #576a75;
      font-family: "Open Sans", sans-serif; }
      body .inbenta-search-filters__more-values:hover {
        color: #364249; }
  body .inbenta-search-content {
    width: 100%; }
  body .inbenta-search-main {
    height: auto; }
    body .inbenta-search-main-results {
      width: 100%; }
      body .inbenta-search-main-results__title {
        font-family: "Open Sans", sans-serif;
        font-size: 22px;
        padding: 0 0;
        font-weight: 600; }
  body .inbenta-search-results {
    width: 100%; }
    body .inbenta-search-results__item {
      background: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-radius: 0;
      padding: 0;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      margin: 0;
      border-bottom: 1px solid #ddd;
      margin-bottom: 24px; }
      body .inbenta-search-results__item .item__link {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-justify-content: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -ms-align-items: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        body .inbenta-search-results__item .item__link__wrapper a {
          font-family: "Open Sans", sans-serif;
          line-height: 1;
          font-size: 18px;
          font-weight: 600;
          text-decoration: none;
          text-transform: none;
          -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
          word-break: normal;
          margin-right: 6px;
          color: #576a75; }
          body .inbenta-search-results__item .item__link__wrapper a:hover {
            color: #364249; }
        body .inbenta-search-results__item .item__link__wrapper strong {
          padding: 0 3px;
          font-style: normal;
          font-weight: 600;
          background-color: #fff3ca;
          border-radius: 3px; }
        body .inbenta-search-results__item .item__link:after {
          display: none; }
        body .inbenta-search-results__item .item__link__icon {
          color: #f27935;
          margin-right: 12px; }
          body .inbenta-search-results__item .item__link__icon.inbenta-Article:before {
            content: "\F0F6"; }
          body .inbenta-search-results__item .item__link__icon.inbenta-Post {
            position: relative !important;
            top: 2px !important;
            right: !important;
            bottom: !important;
            left: !important; }
            body .inbenta-search-results__item .item__link__icon.inbenta-Post:before {
              content: "\F1EA"; }
          body .inbenta-search-results__item .item__link__icon:before {
            font: normal normal normal 22px FontAwesome;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
      body .inbenta-search-results__item .item__CAT {
        font-family: "Open Sans", sans-serif;
        color: #576a75;
        font-size: 16px;
        cursor: default; }
        body .inbenta-search-results__item .item__CAT p {
          margin: 10px 0 0; }
      body .inbenta-search-results__item .item__URL {
        padding: 0; }
        body .inbenta-search-results__item .item__URL p {
          margin: 0; }
      body .inbenta-search-results__item .item__summary {
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        color: #474747;
        padding: 8px 0;
        line-height: 1.4;
        font-weight: 400;
        letter-spacing: 0;
        word-break: normal;
        margin-bottom: 12px; }
        body .inbenta-search-results__item .item__summary p {
          margin: 0; }
        body .inbenta-search-results__item .item__summary strong {
          padding: 0 3px;
          font-style: normal;
          font-weight: 600;
          background-color: #fff3ca;
          border-radius: 3px; }
      body .inbenta-search-results__item .item__url {
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        color: #576a75;
        line-height: 1.4;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        font-weight: 500;
        letter-spacing: 0; }
        body .inbenta-search-results__item .item__url:hover {
          color: #364249; }
      body .inbenta-search-results__item:hover {
        background-color: transparent; }
  body .inbenta-search-no-results {
    background-color: transparent;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 32px 0; }
    body .inbenta-search-no-results__header {
      font-family: "Open Sans", sans-serif;
      font-size: 20px;
      line-height: 1.4;
      color: #576a75;
      font-weight: 600; }
    body .inbenta-search-no-results__title {
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      color: #576a75;
      line-height: 1.4;
      font-weight: 600; }
    body .inbenta-search-no-results__subtitle {
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      line-height: 1.4;
      color: #474747;
      font-weight: normal; }
  body .inbenta-search-rating {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    padding-top: 24px; }
    body .inbenta-search-rating__phrase {
      color: #474747;
      font-size: 16px; }
    body .inbenta-search-rating__buttons__button {
      width: auto; }
      body .inbenta-search-rating__buttons__button:before {
        content: none; }
    body .inbenta-search-rating--bad .inbenta-search-rating__comment .inbenta-search-input {
      margin-top: 10px; }
  body .inbenta-search-pagination {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    margin-bottom: 24px; }
    body .inbenta-search-pagination__item {
      margin-right: 2px; }
      body .inbenta-search-pagination__item a {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-justify-content: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-align-items: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background-color: white;
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        font-weight: 100;
        line-height: 1.4;
        color: #a6a6a7;
        border-radius: 3px;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        min-width: unset;
        border: none;
        letter-spacing: 0;
        padding: 6px 16px;
        min-width: 41px;
        min-height: 36px; }
      body .inbenta-search-pagination__item:hover a {
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        color: #364249;
        background-color: #eceeef;
        border-color: #ddd; }
        body .inbenta-search-pagination__item:hover a:hover {
          border-radius: 3px; }
      body .inbenta-search-pagination__item--active a,
      body .inbenta-search-pagination__item--active:hover a {
        background: #d85e27;
        color: white;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        pointer-events: none;
        cursor: default; }
      body .inbenta-search-pagination__item--previous, body .inbenta-search-pagination__item--first, body .inbenta-search-pagination__item--next, body .inbenta-search-pagination__item--last {
        margin: 0 8px 8px;
        margin-right: 2px; }
        body .inbenta-search-pagination__item--previous .inbenta-search-icon, body .inbenta-search-pagination__item--first .inbenta-search-icon, body .inbenta-search-pagination__item--next .inbenta-search-icon, body .inbenta-search-pagination__item--last .inbenta-search-icon {
          padding: 8px; }
          body .inbenta-search-pagination__item--previous .inbenta-search-icon:before, body .inbenta-search-pagination__item--first .inbenta-search-icon:before, body .inbenta-search-pagination__item--next .inbenta-search-icon:before, body .inbenta-search-pagination__item--last .inbenta-search-icon:before {
            line-height: 1.4;
            font-size: 11px; }
  body .inbenta-search-instants, body .inbenta-search-last-chance {
    border-radius: 0;
    -webkit-box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.4);
    z-index: 9999999999;
    word-break: normal; }
    body .inbenta-search-instants__content, body .inbenta-search-last-chance__content {
      padding: 0; }
    body .inbenta-search-instants__header,
    body .inbenta-search-instants .content__header, body .inbenta-search-last-chance__header,
    body .inbenta-search-last-chance .content__header {
      background-color: #464646;
      padding: 12px 16px; }
      body .inbenta-search-instants__header .inbenta-search-title,
      body .inbenta-search-instants__header .content__header__text,
      body .inbenta-search-instants .content__header .inbenta-search-title,
      body .inbenta-search-instants .content__header .content__header__text, body .inbenta-search-last-chance__header .inbenta-search-title,
      body .inbenta-search-last-chance__header .content__header__text,
      body .inbenta-search-last-chance .content__header .inbenta-search-title,
      body .inbenta-search-last-chance .content__header .content__header__text {
        font-family: "Open Sans", sans-serif;
        color: white;
        font-size: 17px;
        line-height: 1.4;
        font-weight: 600;
        text-transform: none;
        word-break: break-word;
        text-transform: none; }
      body .inbenta-search-instants__header .inbenta-search-icon,
      body .inbenta-search-instants__header .header__icon,
      body .inbenta-search-instants__header .inbenta-search-button, body .inbenta-search-instants__header .inbenta-search-rating__buttons__button,
      body .inbenta-search-instants .content__header .inbenta-search-icon,
      body .inbenta-search-instants .content__header .header__icon,
      body .inbenta-search-instants .content__header .inbenta-search-button, body .inbenta-search-instants .content__header .inbenta-search-rating__buttons__button, body .inbenta-search-last-chance__header .inbenta-search-icon,
      body .inbenta-search-last-chance__header .header__icon,
      body .inbenta-search-last-chance__header .inbenta-search-button, body .inbenta-search-last-chance__header .inbenta-search-rating__buttons__button,
      body .inbenta-search-last-chance .content__header .inbenta-search-icon,
      body .inbenta-search-last-chance .content__header .header__icon,
      body .inbenta-search-last-chance .content__header .inbenta-search-button, body .inbenta-search-last-chance .content__header .inbenta-search-rating__buttons__button {
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        body .inbenta-search-instants__header .inbenta-search-icon:before,
        body .inbenta-search-instants__header .header__icon:before,
        body .inbenta-search-instants__header .inbenta-search-button:before, body .inbenta-search-instants__header .inbenta-search-rating__buttons__button:before,
        body .inbenta-search-instants .content__header .inbenta-search-icon:before,
        body .inbenta-search-instants .content__header .header__icon:before,
        body .inbenta-search-instants .content__header .inbenta-search-button:before, body .inbenta-search-instants .content__header .inbenta-search-rating__buttons__button:before, body .inbenta-search-last-chance__header .inbenta-search-icon:before,
        body .inbenta-search-last-chance__header .header__icon:before,
        body .inbenta-search-last-chance__header .inbenta-search-button:before, body .inbenta-search-last-chance__header .inbenta-search-rating__buttons__button:before,
        body .inbenta-search-last-chance .content__header .inbenta-search-icon:before,
        body .inbenta-search-last-chance .content__header .header__icon:before,
        body .inbenta-search-last-chance .content__header .inbenta-search-button:before, body .inbenta-search-last-chance .content__header .inbenta-search-rating__buttons__button:before {
          color: white !important; }
        body .inbenta-search-instants__header .inbenta-search-icon:hover,
        body .inbenta-search-instants__header .header__icon:hover,
        body .inbenta-search-instants__header .inbenta-search-button:hover, body .inbenta-search-instants__header .inbenta-search-rating__buttons__button:hover,
        body .inbenta-search-instants .content__header .inbenta-search-icon:hover,
        body .inbenta-search-instants .content__header .header__icon:hover,
        body .inbenta-search-instants .content__header .inbenta-search-button:hover, body .inbenta-search-instants .content__header .inbenta-search-rating__buttons__button:hover, body .inbenta-search-last-chance__header .inbenta-search-icon:hover,
        body .inbenta-search-last-chance__header .header__icon:hover,
        body .inbenta-search-last-chance__header .inbenta-search-button:hover, body .inbenta-search-last-chance__header .inbenta-search-rating__buttons__button:hover,
        body .inbenta-search-last-chance .content__header .inbenta-search-icon:hover,
        body .inbenta-search-last-chance .content__header .header__icon:hover,
        body .inbenta-search-last-chance .content__header .inbenta-search-button:hover, body .inbenta-search-last-chance .content__header .inbenta-search-rating__buttons__button:hover {
          border: none;
          background-color: transparent;
          opacity: .72; }
    body .inbenta-search-instants .inbenta-search-results, body .inbenta-search-last-chance .inbenta-search-results {
      background-color: white;
      padding: 0 24px; }
      body .inbenta-search-instants .inbenta-search-results__item, body .inbenta-search-last-chance .inbenta-search-results__item {
        padding: 16px 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        border-radius: 0; }
        body .inbenta-search-instants .inbenta-search-results__item:hover, body .inbenta-search-last-chance .inbenta-search-results__item:hover {
          -webkit-box-shadow: none;
                  box-shadow: none; }
        body .inbenta-search-instants .inbenta-search-results__item .item__link, body .inbenta-search-last-chance .inbenta-search-results__item .item__link {
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex;
          -ms-justify-content: flex-start;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -ms-align-items: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 17px;
          color: #576a75;
          text-transform: none; }
          body .inbenta-search-instants .inbenta-search-results__item .item__link:hover, body .inbenta-search-last-chance .inbenta-search-results__item .item__link:hover {
            color: #364249; }
          body .inbenta-search-instants .inbenta-search-results__item .item__link:after, body .inbenta-search-last-chance .inbenta-search-results__item .item__link:after {
            content: none; }
    body .inbenta-search-instants .content__footer, body .inbenta-search-last-chance .content__footer {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-justify-content: flex-end;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -ms-align-items: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 16px; }
    body .inbenta-search-instants .inbenta-search-rating, body .inbenta-search-last-chance .inbenta-search-rating {
      padding: 16px 0; }
  body .inbenta-search-last-chance__content {
    max-width: 707px; }
  body .inbenta-search-last-chance .inbenta-search-rating {
    border-bottom: 1px solid #ccc; }
  body .inbenta-search-loader__load__inner {
    stroke: #f27935; }
  @media (max-width: 1218px) {
    body .inbenta-search-wrapper {
      margin: 0 24px; } }
  @media (max-width: 767px) {
    body .inbenta-search-parent {
      width: 100%;
      max-width: 100%; }
    body .inbenta-search-rating {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      body .inbenta-search-rating__phrase {
        width: 100%;
        margin-bottom: 14px; }
    body .inbenta-search-instants {
      display: none; } }
  @media (max-width: 583px) {
    body .inbenta-search-last-chance .content__footer .inbenta-search-button:first-of-type, body .inbenta-search-last-chance .content__footer .inbenta-search-rating__buttons__button:first-of-type {
      margin-bottom: 10px; } }
