p {
  margin: 0;
  padding: 0;
}
.ratings-index .page-header {
  background-size: contain;
  background: #E9E4E1;
  border-bottom: 1px solid #cccccc;
}
.ratings-index .page-header__menu-title {
  font-size: 30px;
  font-family: EuclidFlex, sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 1em 0 0.5em;
}
@media all and (min-width: 768px) {
  .ratings-index .page-header {
    padding-top: 100px;
  }
  .ratings-index .page-header__menu-title {
    font-size: 40px;
  }
}
@media all and (min-width: 1400px) {
  .ratings-index .page-header {
    padding-top: 160px;
    background: url(http://www.sostav.ru/app/public/images/ratings_fon.svg) center bottom no-repeat #E9E4E1;
    background-size: cover;
  }
}
.ratings-index .ratings-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ratings-index .ratings-menu .ratings {
  margin-bottom: 30px;
}
.ratings-index .ratings-menu .ratings__icons {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  box-sizing: border-box;
  max-width: 40px;
  min-width: 40px;
  height: 40px;
  background: red;
}
.ratings-index .ratings-menu .ratings__icons .qr {
  padding: 0 1px 3px 0;
  color: #fff;
  font-size: 20px;
  font-family: EuclidFlex, sans-serif;
  line-height: 1;
}
.ratings-index .ratings-menu .ratings__text {
  padding-top: 6px;
  font-size: 16px;
  font-family: EuclidFlex;
}
.ratings-index .ratings-menu .ratings__text .text {
  border-bottom: 1px solid #f9f9f9;
}
.ratings-index .ratings-menu li {
  width: 50%;
}
.ratings-index .ratings-menu li.active {
  color: #fe0002;
}
.ratings-index .ratings-menu li a {
  text-decoration: none;
  color: inherit;
}
@media all and (min-width: 540px) {
  .ratings-index .ratings-menu {
    justify-content: space-between;
    text-align: left;
  }
  .ratings-index .ratings-menu .ratings__icons {
    margin: 0;
  }
  .ratings-index .ratings-menu li {
    width: 25%;
  }
}
@media all and (min-width: 1084px) {
  .ratings-index .ratings-menu {
    justify-content: flex-start;
  }
  .ratings-index .ratings-menu li {
    width: auto;
  }
  .ratings-index .ratings-menu .ratings {
    display: flex;
    align-items: flex-end;
    margin-right: 30px;
  }
  .ratings-index .ratings-menu .ratings__text {
    padding: 0 15px;
    white-space: nowrap;
  }
  .ratings-index .ratings-menu .ratings__text br {
    display: none;
  }
}
.ratings-index .ratings-menu-v2-wrap {
  overflow: auto;
}
.ratings-index .ratings-menu-v2 {
  padding-top: 24px;
  padding-bottom: 12px;
}
@media all and (min-width: 1600px) {
  .ratings-index .ratings-menu-v2 {
    padding-bottom: 24px;
  }
}
.ratings-index .ratings-menu-v2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 24px;
}
@media all and (min-width: 1200px) {
  .ratings-index .ratings-menu-v2 ul {
    gap: 48px;
  }
}
.ratings-index .ratings-menu-v2 li:last-child {
  padding-right: 24px;
}
.ratings-index .ratings-menu-v2 li.active .ratings__text {
  color: #ff0000;
}
.ratings-index .ratings-menu-v2 a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.ratings-index .ratings-menu-v2 .ratings {
  display: flex;
  gap: 6px;
  align-items: flex-end;
  font-family: EuclidFlex, sans-serif;
}
.ratings-index .ratings-menu-v2 .ratings__icons {
  position: relative;
  width: 32px;
  height: 32px;
  background: red;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  flex-shrink: 0;
}
.ratings-index .ratings-menu-v2 .ratings__text {
  line-height: 1;
  font-weight: 500;
  color: #555;
}
@media all and (min-width: 1200px) {
  .ratings-index .ratings-menu-v2 .ratings__text {
    font-size: 16px !important;
  }
}
.ratings-index .ratings-menu-v2 .qr {
  position: absolute;
  right: 2px;
  bottom: 2px;
}
/*------------ ------------- */
/*------------ ------------- */
.page-tables__items {
  position: relative;
  margin: 30px 0;
  font-size: 30px;
  font-family: EuclidFlex;
  font-weight: 400;
}
.page-tables__items:before {
  content: " ";
  position: absolute;
  border-bottom: 2px solid red;
  width: 80px;
  bottom: -4px;
}
@media all and (min-width: 768px) {
  .page-tables__items {
    margin: 70px 0 20px;
  }
}
.page-tables__big {
  font-size: 15px;
  margin-bottom: 40px;
  font-family: EuclidFlex;
}
@media all and (min-width: 768px) {
  .page-tables__big {
    font-size: 20px;
  }
}
.page-tables__year {
  margin: 60px 0 30px;
  font-family: EuclidFlex, sans-serif;
}
.page-tables__year .qr {
  display: inline-flex;
  justify-content: flex-end;
  align-items: flex-end;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  padding-right: 2px;
  background: #fe0002;
  color: #fff;
  font-weight: 500;
}
.page-tables__year .y {
  font-size: 30px;
}
.page-tables__table {
  margin-bottom: 60px;
}
.page-tables__share-wrapper {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 0 0 12px 12px;
}
@media all and (min-width: 540px) {
  .page-tables__share-wrapper {
    padding: 0 0 12px 24px;
  }
}
@media all and (min-width: 1400px) {
  .page-tables__share-wrapper {
    padding: 0 0 32px 12px;
  }
  .page-tables__share-wrapper .ya-share2__list {
    display: flex;
    flex-direction: column;
  }
  .page-tables__share-wrapper .ya-share2__item {
    margin: 0 0 5px 0;
  }
}
.page-tables .r-table-header {
  margin: 30px 0;
  font-family: EuclidFlex;
  font-weight: 400;
}
.page-tables .r-table-header a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #ededed;
}
.page-tables .r-table-header a:hover {
  color: #fe0002;
}
.page-tables .r-table-header .subtext {
  display: block;
  font-size: 65%;
  font-style: italic;
}
@media all and (min-width: 768px) {
  .page-tables .r-table-header {
    font-size: 24px;
  }
  .page-tables .r-table-header .subtext {
    display: inline;
  }
}
.page-tables .r-table-wrapper,
.page-tables .rd-table-wrapper {
  overflow-x: auto;
}
.page-tables .r-table-wrapper {
  border-bottom: 2px solid #fe0002;
}
.page-tables .rd-table-wrapper {
  border-bottom: 2px solid #171717;
}
.page-tables .r-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
}
.page-tables .r-table.first th {
  background: #fe0002;
  color: #fff;
}
.page-tables .r-table.first th a.current:after {
  background: #fff;
}
.page-tables .r-table tr {
  border-bottom: 4px solid #fff;
}
.page-tables .r-table tr:hover td {
  background: #fff !important;
}
.page-tables .r-table tr:hover td .name {
  border-bottom-color: #fe0002;
}
.page-tables .r-table th,
.page-tables .r-table td {
  padding: 4px 8px;
}
.page-tables .r-table th {
  background: #E9E4E1;
  color: #fe0002;
  text-transform: uppercase;
}
.page-tables .r-table th:nth-child(2) {
  width: 100%;
  text-transform: initial;
  text-align: left;
}
.page-tables .r-table th a {
  cursor: pointer;
}
.page-tables .r-table th a.current {
  pointer-events: none;
  position: relative;
}
.page-tables .r-table th a.current:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 2px;
  right: 0;
  height: 1px;
  background: #fe0002;
}
.page-tables .r-table td {
  background: #F4F2F0;
}
.page-tables .r-table td.order,
.page-tables .r-table td:nth-child(1) {
  font-weight: 600;
}
.page-tables .r-table td:nth-child(1),
.page-tables .r-table td:nth-child(2) {
  background: transparent;
}
.page-tables .r-table td:nth-child(2) {
  text-align: left;
}
.page-tables .r-table a {
  color: inherit;
  text-decoration: none;
}
.page-tables .r-table .c-name {
  display: flex;
  align-items: center;
}
.page-tables .r-table .c-name .img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 20px;
  max-width: 50px;
  min-width: 50px;
  margin-right: 10px;
  text-align: center;
}
.page-tables .r-table .c-name .img img {
  max-width: 100%;
  max-height: 20px;
  vertical-align: middle;
}
.page-tables .r-table .c-name .name {
  border-bottom: 1px solid #ededed;
}
.page-tables .rd-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
}
.page-tables .rd-table tr {
  border-bottom: 4px solid transparent;
}
.page-tables .rd-table tr:hover td {
  background: #fff !important;
}
.page-tables .rd-table tr:hover td .name {
  border-bottom-color: #fe0002;
}
.page-tables .rd-table th,
.page-tables .rd-table td {
  padding: 4px 8px;
}
.page-tables .rd-table th {
  min-width: 60px;
  background: #171717;
  color: #fff;
  text-transform: uppercase;
}
.page-tables .rd-table th:nth-child(1) {
  width: 100%;
  text-transform: initial;
  text-align: left;
}
.page-tables .rd-table th a {
  cursor: pointer;
}
.page-tables .rd-table th a.current {
  pointer-events: none;
  position: relative;
}
.page-tables .rd-table th a.current:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 2px;
  right: 0;
  height: 1px;
  background: #fff;
}
.page-tables .rd-table td.current {
  font-weight: 600;
}
.page-tables .rd-table td:nth-child(1) {
  background: transparent;
}
.page-tables .rd-table td:nth-child(1) {
  text-align: left;
}
.page-tables .rd-table a {
  color: inherit;
  text-decoration: none;
}
.page-tables .rd-table .c-name {
  display: flex;
  align-items: center;
}
.page-tables .rd-table .c-name .img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 20px;
  max-width: 50px;
  min-width: 50px;
  margin-right: 10px;
  text-align: center;
}
.page-tables .rd-table .c-name .img img {
  max-width: 100%;
  max-height: 20px;
  vertical-align: middle;
}
.page-tables .rd-table .c-name .name {
  border-bottom: 1px solid #ededed;
}
.page-tables .r-table-actions {
  margin-top: 10px;
  text-align: right;
  line-height: 1;
  text-transform: lowercase;
  font-weight: 600;
}
.page-tables .r-table-actions a {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: 24px;
  text-decoration: none;
  color: inherit;
}
.page-tables .r-table-actions a:hover {
  color: #fe0002;
}
.page-tables .r-table-actions a:before {
  content: " ";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(/app/public/design/arrow_red.svg) no-repeat center center;
}
.page-tables .r-table-actions a:after {
  content: " ";
  display: block;
  width: 40px;
  height: 40px;
  background: #EDEDED;
  border-radius: 50%;
  margin-left: 15px;
}
.page-tables .directors {
  margin-bottom: 30px;
}
.page-tables .directors .names {
  display: flex;
}
.page-tables .directors .names__img {
  width: 80px;
  border-radius: 50%;
}
.page-tables .directors .names__descrs {
  margin-left: 15px;
}
.page-tables .directors .names__company {
  max-width: 200px;
  min-height: 85px;
}
.page-tables .directors .names__company--name {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 4px;
  font-family: EuclidFlex, sans-serif;
}
.page-tables .directors .names__company--pos {
  color: #B6B2B0;
  line-height: 1;
  font-size: 13px;
}
.page-tables .directors .names__text {
  position: relative;
  margin-left: -95px;
  padding-bottom: 15px;
  font-style: italic;
}
.page-tables .directors .names__text:after {
  content: "";
  position: absolute;
  bottom: 0;
  border-bottom: 2px solid #fe0002;
  width: 80px;
}
.page-tables .directors .names__text a {
  color: #171717;
  text-decoration: none;
  border-bottom: 1px solid #ededed;
}
.page-tables .directors .names__text a img {
  border-bottom: 1px solid #fff;
}
.page-tables .directors .names__text a:hover {
  border-bottom-color: #fe0002;
}
.page-tables .directors .names .more img {
  height: 20px;
  vertical-align: middle;
}
@media all and (min-width: 1400px) {
  .page-tables .directors .names__img {
    width: 150px;
  }
  .page-tables .directors .names__descrs {
    margin-left: 30px;
  }
  .page-tables .directors .names__company {
    max-width: 240px;
    min-height: 110px;
  }
  .page-tables .directors .names__company--name {
    font-size: 24px;
  }
  .page-tables .directors .names__company--pos {
    font-size: 16px;
  }
  .page-tables .directors .names__text {
    margin-left: 0;
  }
}
.page-tables .banner-rm2 {
  padding: 30px 0;
}
.page-tables .rating-item {
  margin-bottom: 30px;
  font-size: 22px;
}
.page-tables .rating-item a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #ededed;
}
.page-tables .rating-item a:hover {
  border-bottom-color: #fe0002;
}
.page-tables .rd-menu {
  background: #171717;
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0 8px 0 8px;
  margin-bottom: 0;
  max-width: 400px;
}
.page-tables .rd-menu a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}
.page-tables .rd-menu a.current,
.page-tables .rd-menu a:hover {
  border-bottom: 1px solid #fff;
}
.page-tables .link-style {
  color: black;
  text-decoration: none;
  border-bottom: 1px solid black;
}
.page-tables .link-style:hover {
  border-bottom: 1px solid red;
}
.page-tables__sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 600;
}
.page-tables__sub-menu li {
  position: relative;
  display: block;
  margin: 1em 0;
}
.page-tables__sub-menu li.active {
  color: #ff0000;
}
.page-tables__sub-menu li:before {
  content: " ";
  position: absolute;
  top: 6px;
  left: 0;
  width: 5px;
  height: 5px;
  background: red;
}
.page-tables__sub-menu a {
  display: block;
  margin-left: 18px;
  color: inherit;
  text-decoration: none;
}
.page-tables__sub-menu-col {
  margin-top: -60px;
}
@media all and (min-width: 1084px) {
  .page-tables__sub-menu-col {
    margin-top: 0;
  }
}
/*# sourceMappingURL=ratings_index.css.map */