@charset "UTF-8";
.h1, .h2, .h3 {
  font-family: 'Raleway',sans-serif; }

.math-formula {
  display: inline-table;
  font-size: 11px;
  border-collapse: collapse;
  vertical-align: middle;
  font-family: Cambria Math, "Cambria Math", Palatino, monospace;
  white-space: nowrap; }
  .math-formula tr:first-child td {
    border-bottom: solid 1px; }
  .math-formula td {
    padding: 0;
    text-align: center; }

.h1 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 900; }

.sustain h1 {
  margin-right: 32px;
  display: inline-block;
  width: auto; }

.h2 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700; }

.mfz-page-wrap {
  background: #f7f7f7; }

table.dataTable tr td.sorting_1, table.dataTable tr td.sorting_2, table.dataTable tr td.sorting_3 {
  background-color: rgba(244, 244, 244, 0.5) !important; }

table tr td.details {
  padding: 16px 0;
  border: none;
  box-shadow: inset 0 -1px 0 0 #eeeeee; }

.sustain-rating--inner-table-th th,
.sustain-rating--inner-table-tr th {
  border-bottom: 1px solid #e7e7e7;
  font-size: 14px;
  padding: 8px; }

.sustain {
  font-family: 'Roboto',sans-serif; }
  .sustain select {
    box-shadow: none;
    background: white;
    padding: 4px 12px;
    border: 1px solid #ccc;
    margin-left: 8px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    -webkit-transition: border-color 0.3s ease;
    -moz-transition: border-color 0.3s ease;
    -ms-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease; }
    .sustain select:active, .sustain select:focus {
      outline: none;
      border-color: #aaa; }
  .sustain p {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 20px; }
  .sustain-rating--table {
    table-layout: fixed;
    width: 100%;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ffffff;
    border-collapse: unset; }
    .sustain-rating--table-thead {
      border-bottom: 1px solid #e5e5e5;
      background: #f9f9f9;
      height: 48px; }
    .sustain-rating--table-tr {
      cursor: pointer;
      box-shadow: inset 0 -1px 0 0 #eeeeee; }
    .sustain-rating--table-th {
      line-height: 16px;
      text-align: left;
      font-weight: 500 !important;
      font-size: 13px;
      color: #707070;
      padding: 9px 10px 9px 25px !important; }
      .sustain-rating--table-th.sorting {
        background: url(/i/jq/dt/sort_both.png) no-repeat center left; }
      .sustain-rating--table-th.sorting_asc {
        background: url(/i/jq/dt/sort_asc.png?1) no-repeat center left; }
      .sustain-rating--table-th.sorting_desc {
        background: url(/i/jq/dt/sort_desc.png?1) no-repeat center left; }
    .sustain-rating--table-tbody .sustain-rating--table-tr {
      -webkit-transition: background 0.3s ease;
      -moz-transition: background 0.3s ease;
      -ms-transition: background 0.3s ease;
      -o-transition: background 0.3s ease;
      transition: background 0.3s ease; }
      .sustain-rating--table-tbody .sustain-rating--table-tr:hover {
        background: #fff1d8; }
        .sustain-rating--table-tbody .sustain-rating--table-tr:hover .more:before {
          background: #d52d28; }
        .sustain-rating--table-tbody .sustain-rating--table-tr:hover .more:after {
          border-color: #fff transparent transparent transparent; }
    .sustain-rating--table-td {
      text-align: left !important;
      font-size: 16px;
      vertical-align: middle;
      position: relative;
      height: 60px;
      border-bottom: none !important;
      font-family: "Roboto Regular", sans-serif; }
      .sustain-rating--table-td span[data-star] {
        font-weight: bold; }
      .sustain-rating--table-td.bank-name {
        font-weight: bold; }
        .sustain-rating--table-td.bank-name a {
          font-weight: 700;
          color: #2b76cc;
          font-size: 16px;
          font-family: "Roboto Regular", sans-serif;
          line-height: 16px;
          vertical-align: middle; }
          .sustain-rating--table-td.bank-name a span {
            font-weight: 700;
            color: #2b76cc;
            font-size: 16px;
            font-family: "Roboto Regular", sans-serif;
            line-height: 16px; }
      @media only screen and (min-width: 900px) and (max-width: 1026px), only screen and (max-width: 479px) {
        .sustain-rating--table-td {
          font-size: 14px; } }
      @media only screen and (min-width: 901px) and (max-width: 918px) {
        .sustain-rating--table-td {
          padding: 3px 0px 3px 18px !important; } }
      @media only screen and (min-width: 919px) {
        .sustain-rating--table-td {
          padding: 3px 0px 3px 25px !important; } }
      @media only screen and (min-width: 901px) {
        .sustain-rating--table-td.number-column.right.bg {
          padding: 3px 0px 3px 18px !important; } }
      .sustain-rating--table-td.more {
        padding-right: 50px; }
        .sustain-rating--table-td.more.left {
          padding-right: 10px; }
          .sustain-rating--table-td.more.left:before, .sustain-rating--table-td.more.left:after {
            content: none; }
        .sustain-rating--table-td.more:after {
          content: '';
          position: absolute;
          display: block;
          top: 48%;
          right: 22px;
          width: 0;
          height: 0;
          border-style: solid;
          transform: translate(-50%, 0%);
          border-color: #707070 transparent transparent transparent;
          border-width: 6px 4px 0 4px;
          margin-top: 0px;
          z-index: 100;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .sustain-rating--table-td.more:before {
          content: '';
          position: absolute;
          width: 24px;
          height: 24px;
          z-index: 100;
          right: 18px;
          border-radius: 50%;
          top: 50%;
          margin-top: -12px;
          background: #f4f4f4;
          pointer-events: none;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .sustain-rating--table-td.more.upside:before {
          background: #d52d28 !important; }
        .sustain-rating--table-td.more.upside:after {
          border-width: 0 4px 6px 4px !important;
          border-color: transparent transparent #fff transparent !important;
          top: 45%; }
      .sustain-rating--table-td.left {
        text-align: left !important; }
      @media only screen and (min-width: 901px) and (max-width: 1026px), only screen and (max-width: 479px) {
        .sustain-rating--table-td.number-column {
          font-size: 14px; } }
      .sustain-rating--table-td .img {
        position: absolute;
        left: 16px;
        top: 14px; }
      .sustain-rating--table-td .block {
        float: left;
        width: auto;
        padding-left: 32px; }
        @media only screen and (min-width: 801px) and (max-width: 900px) {
          .sustain-rating--table-td .block {
            padding-left: 50px; } }
        @media only screen and (max-width: 800px) {
          .sustain-rating--table-td .block {
            padding-left: 50px; } }
    .sustain-rating--table-stars {
      display: inline;
      width: 80px;
      height: 21px;
      line-height: 16px; }
      .sustain-rating--table-stars img {
        width: 12px;
        padding-left: 3px; }
  .sustain-rating--inner {
    width: 790px;
    margin: 0 auto; }
    .sustain-rating--inner-right {
      float: left;
      width: 53%; }
    .sustain-rating--inner-left {
      float: left;
      width: 42%;
      margin-left: 1%;
      margin-right: 1%; }
    .sustain-rating--inner-table {
      table-layout: fixed;
      width: 100%;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      background-color: #ffffff;
      border-collapse: collapse;
      border: 1px solid #e5e5e5; }
      .sustain-rating--inner-table tr td {
        padding: 8px 8px;
        border: 1px solid #e7e7e7;
        vertical-align: middle;
        text-align: center; }
        .sustain-rating--inner-table tr td:first-child {
          text-align: left; }
      .sustain-rating--inner-table-tr th {
        border-bottom: 1px solid #e7e7e7; }

.diff {
  padding-right: 10px;
  font-size: 9px; }

@media only screen and (max-width: 900px) {
  .sustain-rating .sustain-rating--inner {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap; }
    .sustain-rating .sustain-rating--inner-left {
      display: flex;
      float: none;
      width: 42%;
      min-width: 300px;
      margin: auto; }
    .sustain-rating .sustain-rating--inner-right {
      float: none;
      display: flex;
      width: 53%;
      min-width: 300px;
      margin: 16px auto 0; }
  .sustain-rating .sustain-rating--table {
    display: flex;
    width: 100%; }
    .sustain-rating .sustain-rating--table-stars {
      display: flex;
      width: 80px;
      height: 16px;
      overflow: hidden; }
      .sustain-rating .sustain-rating--table-stars img {
        width: 12px;
        padding-left: 3px;
        height: 10px; }
    .sustain-rating .sustain-rating--table-thead {
      display: none;
      visibility: hidden; }
    .sustain-rating .sustain-rating--table-tbody {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 100%; }
      .sustain-rating .sustain-rating--table-tbody tr td.details {
        display: flex;
        width: 100%; }
        .sustain-rating .sustain-rating--table-tbody tr td.details .sustain-rating--inner {
          width: 100%;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
    .sustain-rating .sustain-rating--table-tr {
      display: flex;
      width: 100%;
      justify-content: space-between;
      flex-wrap: wrap;
      max-height: 50px;
      overflow: hidden;
      transition: max-height 0.3s ease; }
      .sustain-rating .sustain-rating--table-tr:hover {
        background: white; }
        .sustain-rating .sustain-rating--table-tr:hover .number-column,
        .sustain-rating .sustain-rating--table-tr:hover .bank-name {
          background: #fff1d8; }
      .sustain-rating .sustain-rating--table-tr.open-row {
        transition: max-height 0.3s ease;
        max-height: 360px; }
        .sustain-rating .sustain-rating--table-tr.open-row .number-column,
        .sustain-rating .sustain-rating--table-tr.open-row .bank-name {
          background: white; }
    .sustain-rating .sustain-rating--table-td {
      display: flex;
      width: 100%;
      padding-left: 60%;
      position: relative;
      align-items: center;
      border-bottom: 1px solid #f2f2f2 !important;
      border-collapse: collapse;
      height: 50px; }
      .sustain-rating .sustain-rating--table-td .img {
        position: absolute;
        left: 0;
        top: 8px; }
      .sustain-rating .sustain-rating--table-td[data-title]:after {
        content: attr(data-title) !important;
        position: absolute;
        left: 12px;
        font-size: 14px;
        font-family: "Roboto", sans-serif;
        display: block;
        right: auto !important;
        line-height: 16px;
        height: auto;
        width: auto;
        max-height: unset;
        top: 50%;
        transform: none;
        margin-top: -8px;
        color: #747474; }
      .sustain-rating .sustain-rating--table-td.number-column {
        display: flex;
        width: 10%;
        padding-left: 8px; }
        .sustain-rating .sustain-rating--table-td.number-column:after {
          content: none !important; }
      .sustain-rating .sustain-rating--table-td.bank-name {
        width: 90%;
        display: flex;
        padding-right: 60px !important;
        position: relative;
        padding-left: 0; }
        .sustain-rating .sustain-rating--table-td.bank-name:after {
          content: none !important; }
  .sustain-rating .more {
    padding-right: 50px; }
    .sustain-rating .more:before, .sustain-rating .more:after {
      content: none !important; }
    .sustain-rating .more.left {
      padding-right: 10px; }
      .sustain-rating .more.left:before, .sustain-rating .more.left:after {
        content: "" !important; } }

@media only screen and (min-width: 480px) and (max-width: 580px) {
  .sustain-rating .sustain-rating--table-td {
    padding-left: 70%; } }

@media only screen and (max-width: 480px) {
  .mfz-section {
    padding-left: 10px;
    padding-right: 10px; }
  .sustain-rating .sustain-rating--table-td.number-column {
    width: 15%;
    line-height: 50px;
    padding-left: 8px;
    font-size: 18px; }
  .sustain-rating .sustain-rating--table-td.bank-name {
    width: 85%; }
  .sustain-rating .sustain-rating--table-td {
    flex-wrap: wrap;
    padding-left: 70%; }
  .sustain-rating .sustain-rating--table-td[data-title]:after {
    max-width: 65%;
    margin-top: 0px;
    transform: translateY(-50%);
    border: none; }
  .open-row + tr {
    display: flex;
    width: 100%; }
    .open-row + tr div {
      min-width: unset !important;
      width: 100% !important; }
  .sustain-rating .sustain-rating--table {
    display: flex;
    width: auto;
    margin: 0 -10px;
    border-radius: 0; }
  span.red.f11px {
    display: none; } }

.sustain-rating--table-stars .star {
  width: 15px;
  height: 15.5px;
  display: inline-block; }
  .sustain-rating--table-stars .star svg {
    transform: scale(0.9); }

.sustain-rating--table-stars .stars__out {
  position: relative;
  z-index: 1; }
  .sustain-rating--table-stars .stars__out.js-star-half > .start__out {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }
  .sustain-rating--table-stars .stars__out svg polygon {
    fill: #fff;
    stroke: #fac917; }

.sustain-rating--table-stars .stars__in {
  /* разместим ка мы нашу заливку как дочернюю основной иконки и кинем поверх */
  position: absolute;
  z-index: 2;
  color: #fac917;
  /* блоку дадим точки отчета по нулям относительно родителя */
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  /* ну и ограничим область видимости, а также ширину установим в 0 по умолчанию   */
  overflow: hidden;
  width: 0; }
  .sustain-rating--table-stars .stars__in.icon-star:before {
    position: absolute;
    top: 1px;
    left: 0;
    margin: 0;
    font-size: 14px; }
  .sustain-rating--table-stars .stars__in svg polygon {
    fill: #fac917; }

table#rating-table.dataTable thead th {
  border-bottom: 1px solid transparent !important; }

@media only screen and (min-width: 681px) {
  .toggle-text {
    height: auto !important; } }

@media only screen and (max-width: 680px) {
  .toggle-text {
    height: 80px;
    overflow: hidden; } }

.js-show-more {
  display: none;
  visibility: hidden;
  color: #4a90e2;
  font-family: "Roboto Regular", sans-serif;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 8px;
  position: relative; }
  .js-show-more:hover {
    text-decoration: underline; }
  @media only screen and (max-width: 680px) {
    .js-show-more {
      display: block;
      visibility: visible; }
      .js-show-more.show-more:before {
        content: '';
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f7f7f7 100%);
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 50px; } }

th.sustain-rating--table-th.sorting_disabled.right.bg,
td.sustain-rating--table-td.number-column.right.bg {
  text-align: left !important;
  padding: 0 0 0 18px !important; }

td.sustain-rating--table-td.number-column.right.bg span {
  font-weight: 500;
  font-size: 18px;
  font-family: 'Roboto', sans-serif; }

@media only screen and (max-width: 900px) and (min-width: 480px) {
  .sustain-rating {
    margin: 0 -20px; }
    .sustain-rating--table {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; } }
