@charset "UTF-8";

.rating_description {
	padding-bottom: 20px;
}

.search-results {
  width: 100%;
  position: relative;
/*  z-index: 2;*/
  x-index: 0;
}
.search-results .mobile-title {
  display: none;
  min-height: 17px;
  margin: 0 0 5px;
  color: #818181;
  font-size: 13px;
  line-height: 17px;
}
.search-results th > div {
	display: flex;
  cursor: pointer;
  text-align: left;
  line-height: 17px;
  color: #818181;
  font-weight: normal;
  border-bottom: 1px solid #EBEBEB;
  padding: 0 4px 24px;
  white-space: nowrap;
}
.search-results th:last-child > div {
	justify-content: flex-end;
	padding-right: 16px;
}
.search-results th > div > div:not(:first-child) {
	padding-left: 6px;
}

/*
@media (max-width: 1153px) {
	
}
*/

@media (min-width: 1351px) and (max-width: 1500px) {
  .search-results th {
    font-size:11px;
  }
}
@media (min-width:1152px) and (max-width: 1350px) {
  .search-results th {
    font-size:10px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 900px) {
  .search-results th {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1151px) {
  .search-results th {
    font-size: 13px;
  }
}
.search-results th:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 30px;
  cursor: default;
}
#rating_table.search-results th:first-child {
  cursor: pointer;
}
.search-results th:nth-child(2) {
  width: 25%;
  padding-left: 10px;
}
.search-results.cpu_rating_table th:nth-child(2) {
  width: 35%;
}
@media (max-width: 900px) {
  .search-results th:nth-child(2), .search-results.cpu_rating_table th:nth-child(2) {
    width: auto;
  }
}
.search-results th:nth-child(3) {
  text-align: center;
}
.search-results th:last-child {
  text-align: right;
  padding-right: 0;
  padding-left: 0;
}
.search-results th i {
  font-size: 10px;
}
.search-results th.tablesorter-headerUnSorted i {
  color: #818181;
}
.search-results th.tablesorter-headerDesc .icon-sort-up {
  color: #09C400;
}
.search-results th.tablesorter-headerAsc .icon-sort-down {
  color: #09C400;
}
.search-results td {
  padding: 17px 4px 18px;
  position: relative;
  color: #000;
  line-height: 17px;
}
.search-results td.green {
  color: #02A32C;
}
.search-results td.lime {
  color: #2BC702;
}
.search-results td.yellow {
  color: #FCB001;
}
.search-results td.orange {
  color: #D64509;
}
.search-results td.rating_list_position {
  word-wrap: normal;
}
@media (max-width: 980px) {
	.search-results th {
		padding-left: 1px;
		padding-right: 1px;
	}
	.search-results td {
		padding-left: 1px;
		padding-right: 1px;
	}
}
@media (max-width: 900px) {
  .search-results td {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 799px) {
  .search-results td {
    font-size: 13px;
    text-align: center;
  }
  .search-results td:nth-child(2) {
    text-align: left;
  }
}
.search-results td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 30px;
}
.search-results td:first-child img {
  max-width: none;
}
.search-results td:last-child {
  text-align: right;
  padding-left: 0;
  padding-right: 16px;
}
.search-results td:nth-child(2) {
  padding-left: 10px;
}
.search-results td:nth-child(2) img, .search-results td.thumb img /*.thumb added by serega*/ {
  vertical-align: middle;
  width: 28px;
  height: auto;
}
.search-results td.thumb img /*.thumb added by serega*/ {
  margin: 0 10px 0 0;
}
.search-results td:nth-child(2) img {
  margin: 0;
}
@media (max-width: 1023px) {
  .search-results td:nth-child(2) img {
    float: left;
  }
}
.search-results td:nth-child(2) a {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .search-results td:nth-child(2) a {
    overflow: hidden;
  }
}
.search-results td:nth-child(2) a div:nth-child(1) {
	flex-basis: 38px;
	flex-shrink: 0;
}
.search-results td:nth-child(2) a .space_between_item_image_and_title {
	flex-basis: 10px;
	flex-shrink: 0;
}
.search-results td a {
  color: #0076FF;
  font-weight: bold;
  text-decoration: none;
}
.search-results td a:hover {
  text-decoration: underline;
}
.search-results td i {
  display: block;
  text-align: center;
}
.search-results td i span {
  display: none;
}
.rating_filters i span {
  display: none;
}
.search-results td i.icon-pc_2 {
  color: #C40088;
}
.rating_filters i.icon-pc_2 {
  color: #C40088;
}
.search-results td i.icon-pc {
  color: #0076FF;
}
.rating_filters i.icon-pc {
  color: #0076FF;
}
.search-results td i.icon-pc_mobile {
  background: url(/images/mobile.svg) 50% 50% no-repeat;
  height: 28px;
}
.rating_filters i.icon-pc_mobile {
  display: inline-block;
  width: 20px;
  height: 14px;
  background: url(/images/mobile.svg) -3px 50% no-repeat;
}
.search-results td i.icon-grafic {
  background: url(/images/graphics.svg) 50% 50% no-repeat;
  height: 28px;
}
.rating_filters i.icon-grafic {
  display: inline-block;
  width: 20px;
  height: 13px;
  background: url(/images/graphics.svg) 2px 50% no-repeat;
}
.search-results tbody tr:nth-child(even) td:after {
  position: absolute;
  z-index: -1;
  background: #F9F9F9;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.search-results tbody tr:nth-child(even) td:first-child:after {
  border-radius: 4px 0 0 4px;
  left: -33px;
}
@media (max-width: 1023px) {
  .search-results tbody tr:nth-child(even) td:first-child:after {
    left: -12px;
  }
}
.search-results tbody tr:nth-child(even) td:last-child {
  white-space: nowrap;
}
.search-results tbody tr:nth-child(even) td:last-child:after {
  border-radius: 0 4px 4px 0;
  right: -33px;
}
@media (max-width: 1023px) {
  .search-results tbody tr:nth-child(even) td:last-child:after {
    right: -12px;
  }
}
.search-results tbody tr:nth-child(even) td[colspan="8"]:after {
  display: none;
}
@media (max-width: 929px) {
  .search-results thead {
    display: none;
  }
  .search-results tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 14px 12px 0;
  }
  .search-results tbody tr:nth-child(even) {
    background: #F5F5F5;
    border-radius: 6px;
  }


  .search-results tbody tr.banner {
/*    background: transparent !important;
    border-radius: 0px !important;*/
  }


  .search-results tbody tr td {
    text-align: left;
    display: block;
    margin-bottom: 20px;
    padding-top: 0;
    padding-right: 3px;
    padding-bottom: 0;
    padding-left: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .search-results tbody tr td:last-child {
	  padding-right: 0;
  }

  .search-results tbody tr.banner td { /*serega*/
    margin-left:-12px !important;
    margin-bottom:14px !important;
  }

  .search-results tbody tr td i {
    display: inline;
  }
  .search-results tbody tr td i.icon-grafic {
    display: block;
	background-position: 0% 50%;
  }
  .search-results tbody tr td i.icon-pc_mobile {
    display: block;
	background-position: -6px 50%;
  }
  .search-results tbody tr td:after {
    display: none;
  }
  .search-results tbody tr td:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    margin: 0 -30px 0 0;
  }
  .search-results tbody tr td:nth-child(2) {
    padding: 0 0 0 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 86%;
            flex: 0 0 86%;
  }
  .search-results tbody tr td:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14%;
            flex: 0 0 14%;
  }
  .search-results tbody tr td:last-child {
    display: none;
  }
  .search-results tbody tr td[colspan="8"] {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0;
    padding: 0 0 14px;
  }
  .search-results tbody tr td[colspan="8"] .mobile-title {
    display: none;
  }
  .search-results tbody tr td:nth-last-child(3) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14%;
            flex: 0 0 14%;
  }
  .search-results tbody tr td:nth-last-child(2) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .search-results tbody tr .mobile-title {
    display: block;
  }
}


.rating_pages_links {
	display: flex;
	column-gap: 13px;
	row-gap: 6px;
	flex-wrap: wrap;
	padding-top: 24px;
	padding-bottom: 16px;
	margin-top: -57px;
	font-size: 20px;
}
@media (max-width: 639px) {
	.rating_pages_links {
		margin-top: -21px;
	}
}


/* banners */

.banner-2 {
  width: 728px;
  max-width: 100%;
  height: 160px;
  margin: 0 auto 60px;
}
.banner-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1360px) {
  .banner-2 {
    height: 90px;
  }
}
@media (max-width: 1023px) {
  .banner-2 {
    height: 160px;
    width: 728px;
    margin-top: 43px;
  }
}
@media (max-width: 799px) {
  .banner-2 {
    width: 100%;
    max-width: none;
  }
  .banner-2 img {
	-o-object-fit: fill;
    object-fit: fill;
  }
}
@media (max-width: 639px) {
  .banner-2 {
    max-width: 300px;
    height: 250px;
  }
}
@media (max-width: 799px) {
  .banner-2 {
    margin-top: 60px;
  }
}
@media (max-width: 639px) {
  .banner-2 {
    margin-top: 65px;
  }
}

.banner-3 {
  width: 970px;
  height: 250px;
  margin: 90px auto 0px;
  max-width: 100%;
}
.banner-3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1359px) {
  .banner-3 {
    width: 728px;
    height: 250px;
    margin-top: 70px;
  }
}
@media (max-width: 1023px) {
  .banner-3 {
    margin-top: 80px;
  }
}
@media (max-width: 639px) {
  .banner-3 {
    margin-top: 60px;
  }
}

.banner-5-incontent {
  width: 970px;
  max-width: 100%;
/*  height: 250px;*/
  margin: 0 auto 60px;
}
.banner-5-incontent:last-child {
  margin-bottom: 0;
}
@media (max-width: 1490px) {
  .banner-5-incontent {
    width: 728px;
  /*  height: 160px;*/
  }
}
@media (max-width: 1023px) {
  .banner-5-incontent {
    width: 728px;
  /*  height: 90px;*/
  }
}
@media (max-width: 819px) {
  .banner-5-incontent {
    width: 100%;
   /* height: 90px;*/
  }
  .banner-5-incontent img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 639px) {
  .banner-5-incontent {
/*    width: 320px;*/
  /*  height: 150px;*/
  }
}

/* end banners */
