
body, button, input, textarea {
  font-family: 'Manrope', sans-serif !important;
}
a {
  text-decoration: none;
}
h1 {
  font-size: 38px;
  font-weight:700;
  margin-top:0px;
    margin-bottom: 20px
}
h2 {
  font-size:32px;
  font-weight:600;
}
h3 {
  font-size:24px;
}
header {
  padding: 30px 0px 30px 0px;
background-color: #232732;
border-radius: 0 0 60%;
color: #FDFDFD;
}

.header {
  max-width: 1140px;
  margin: 0 auto;
}
.search-block-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;

}
#search_result_global {
  width: 100%;
}
.search-input {
  background-color: #434855;
    border: none;
    border-radius: 10px;
    line-height: 42px;
    padding: 5px 0px 5px 20px;
    font-size: 18px;
    text-decoration: none;
    background-size: 42px;
    width: 500px;
    color:white;
}

.header-object {
  display: flex;
align-items: center;
font-weight: 500;
margin-bottom: 25px;
color: #EBEBEB;
}
.logo img {
  width: 120px;
    height: 48px;
}
.search_input {
  display:flex;
  align-items:center;
  margin-left:40px;
  position:relative;
}
.search-input::placeholder {
  color: white;
  width:80%;
}
.header input:focus {
  border: none;
  outline:none;
}
.tm-menu {

  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: brightness(0.7) blur(5px);
  backdrop-filter: brightness(0.7) blur(5px);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  overflow: scroll;
}
.tm-menu-background {
  width: 85%;
  max-width: 400px;
    border-radius: 0px 1.75rem 1.75rem 0px;
    position: relative;
    padding: 20px 0px;
        margin: 0 auto;
        margin-bottom: 20px;
}
.tm-menu ul {
  list-style-type: none;
padding-left: 0px;
margin: 10px;
margin-top: 00px;
}
.tm-menu li {
  color: black;
background-color: whitesmoke;
border-radius: 10px;
margin: 20px 10px;
box-shadow: 0px 2px 4px rgb(0 0 0 / 25%);
outline: none;
}
.tm-menu li a {
  display: flex;
    align-items: center;
    color: black;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 20px;
}
.tm-menu li a img {
  width: 40px;
margin-right: 10px;
}
.tm-exit {
  outline: none;
    border: 0;
    background: transparent;
    top: 20px;
    right: 15px;
    bottom: 0;
    margin: 0 auto;
    display: flex;
}
#close-search {
  display:none;
}
.breadcrumb {
  padding:0px;
  font-weight:500;
      color: #636363;
      font-size:14px;
      margin-top: 30px;
      white-space: nowrap;
    height: 30px;
    overflow: auto;
    -webkit-mask-image: linear-gradient(90deg, #000 95%, transparent);
}
.breadcrumb a {
  color: rgb(0, 151, 211);
    font-weight: 500;
    text-decoration: none;
}
.breadcrumb-item {
  display: inline-block;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.3rem;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.3rem;
    color: #6c757d;
    content: ">";
  }
.tm-exit img {
  width:35px;
}
.tm-search {
  display:none;
}
.boorger-menu {
  display:none;
}
.container input:focus {
  outline-color: #1FB6F2
}
p {
  color: #636363;
}

.text-info-p{
    margin: 15px 0px 20px 0px;
    line-height: 20px;  
    background-color: var(--page-bg);
    color: var(--text-color);   
    text-align: justify
}
/*
footer {
padding: 40px 0px 40px 0px;
background-color: #232732;
border-radius: 0% 50% 0 0;
margin-top: 50px;
}
.footer {
  max-width: 1140px;
    margin: 0 auto;
    position: relative;
}
 FOOTER 
.footer-logo img {
  width:80px;
}

.footer-links a {
  color: #0097D3;
    font-weight: 600;
    text-transform: uppercase;
    margin-right:10px;
    text-decoration: none;
}
.footer-links a:hover {
  color: #CACACA;
}
.footer p {
  color: #CACACA;
}
*/
/* END FOOTER */
/* CPU */
.test-info{
    display: grid;
      grid-template-rows: 1fr 0fr;
      box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
      padding: 20px;
      border-radius: 6px;
      border-top: 3px solid #908e8e;
    margin-bottom: 15px;
}
.vs-info{
     display: grid;
      grid-template-rows: 1fr 0fr;
      box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
      padding: 10px;
      border-radius: 6px;
      border-top: 3px solid #908e8e;
      
}
.cpu-image {
  position:relative;
}
.cpu-image img {
  height:200px;
  width: 200px;
border-radius: 10px;
}
.cpu-perfomance {
  position:relative;
  display:flex;
  align-items:center;
  margin: 22px 0px 22px 0px;
}
.cpu-header {
  position:relative;
}
.cpu-header-info {
  display: flex;
  width:100%;
  position:relative;

}
.item-price {
  position: absolute;
    top: 0px;
    right: 0px;
    backdrop-filter: blur(19px) brightness(0.8);
    -webkit-backdrop-filter: blur(19px) brightness(0.8);
  font-size: 18px;
    font-weight: 600;
    color: aquamarine;
    align-items: center;
    text-align: left;
    border-radius: 0px 10px 0px 10px;
    padding: 10px;

}
.cpu-header-right {
  width: 100%;
}
.marquee-wrapper{
    margin: 0 auto;
}
.marquee-wrapper .container-marquee{
  overflow:hidden;
  margin:0 auto !important;
  text-align:center;
}
.marquee-inner span{
  height:50%;
}
.marquee-wrapper .marquee-block{
  width: 100px;
  height: 250px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  padding: 30px 0;
  float:left;
}
.marquee-block img {
  border-radius:6px;
}
.marquee-inner{
  display: block;
  height: 200%;
  position: absolute;
}
.marquee-item p{
  font-weight: 800;
  font-size: 30px;
  padding:100px;
  font-family: cursive;
}
.marquee-inner.to-left{
  animation: marqueeTop 25s linear infinite;
}
.marquee-inner.to-right{
  animation: marqueeBottom 25s linear infinite;
}
.marquee-item{
  display: block;
  margin:10px;
  transition: all .1s ease-out;
}
@keyframes marqueeTop{
  0% {
    top: 0;
  }
  100% {
    top: -900%;
  }
}
@keyframes marqueeBottom{
  0% {
    top: -900%;
  }
  100% {
   top: 0;
  }
}

.rating-container {
  margin-bottom: 100px;
}
.rating-header-cpu-all {
    border-radius: 20px;
    margin: 20px 0px 40px 0px;
    position:relative;
}
.rating-header {
  position: relative;
    -webkit-backdrop-filter: blur(5px) brightness(0.5);
    backdrop-filter: blur(5px) brightness(0.5);
    padding: 60px;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 30px;
    align-items: center;
}
.rating-header-text p {
  max-width: 600px;
    color: white;
}
.rating-header h1 {
  color: white;
}
.rating-header-text span {
  font-weight: 300;
display: block;
}
.rating-item {
  padding: 15px;
    display: grid;
    align-items: center;
    grid-template-columns: 0.1fr 1fr;
    grid-gap: 15px;
    border: 1px solid rgba(159,158,158,.15);
    box-shadow: 0 1px 1px 0 #e8e8e8;
    margin-bottom: 20px;
    border-radius: 6px;
}
.rating-item-ind {
  display: grid;
    grid-template-columns: 65px auto;
    grid-gap: 15px;
    align-items: center;
}
.rating-cells {
  display: grid;
    grid-template-columns: repeat(6, 1fr);
  align-items: center;
  justify-content: space-around;
  text-align: center;
}
.rating-cell:last-child {
  border-right: 0px;
}
.rating-cell {
  color:#636363;
  font-weight:500;
  border-right: 1px solid rgba(159,158,158,.15);
  padding:0px 10px;
}
.rating-sort ul li {
  padding: 0px 10px;
}
.rating-cell .cat-item-rating {
  width: 80%;
    margin: 0 auto;
}
.rating-cell .cat-item-rating-text {
  text-align:left;
}
.rating-cell-price {
  background-color: #232f3e;
padding: 4px 10px;
border-radius: 4px;
color: white;
font-size: 14px;
font-weight: 500;
white-space: nowrap;
}
.rating-item img {
  width: 65px;
    height: 65px;
    border-radius:4px;
}
.rating-item-n {
  display: flex;
    flex-direction: column;
    width:250px;
}
.rating-item-n span {
  color:#636363;
  font-size:14px;
}
.rating-item-n a {
  color: #2f80ed;
  font-weight: 600;

}
.rating-sort {
  position: sticky;
    top: 0;
    z-index:100;
}
.rating-sort ul {
  list-style-type: none;
    margin-left: 345px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    justify-content: space-around;
    text-align: center;
    font-size: 14px;
    padding: 20px 15px;
    border-radius: 10px;
    background-color: #232f3e;
    color: white;
}
.rlb {
  margin: 0 auto;
display: block;
background: #1FB6F2;
border-radius: 10px;
border: none;
color: white;
font-size: 16px;
padding: 15px 25px;
font-weight: 600;
cursor: pointer;
}
.rating-background {
  margin-left: 15px;
}
.rating {
  width:200px;
}
.rating-top {
  display: grid;
    grid-template-columns: 0.1fr auto;
        align-items: center;
}
.rating-stars {
  position:relative;
  height: 40px;
    background-image: url(https://1vs1.site/icons/star-gray.svg);
    width: 200px;
    cursor:pointer;
}
.r1, .r2, .r3, .r4, .r5 {
  position: absolute;
  top: 0;
  height: 100%;
  width: 20%;
  text-indent: -9000px;
}
.r1 {
  z-index: 5;
}
.r2 {
  left:20%;
  z-index:4;
}
.r3 {
  left:40%;
  z-index:3;
}
.r4 {
  left:60%;
  z-index:2;
}
.r5 {
  left:80%;
  z-index:1;
}
.r1:hover, .r2:hover, .r3:hover, .r4:hover, .r5:hover {
  left: 0;
  background-image: url(https://1vs1.site/icons/star-orange.svg);
}
.r1:hover {
  width:20%;
}
.r2:hover {
  width:40%;
}
.r3:hover {
  width:60%;
}
.r4:hover {
  width:80%;
}
.r5:hover {
  width:100%;
}
.current-rating {
  height: 100%;
  background-image: url(https://1vs1.site/icons/star-yellow.svg);
}
.rating-count {
  color: #636363;
    font-size: 14px;
    margin-left: 5px;
}
.rating-value {
  display: inline-block;
}
.rating-number {
  color: #636363;
    font-size: 24px;
    font-weight:500;
    margin-left: 10px;
}
.rating-number span {
  font-size:14px;
}
.cpu-header-ul {
  min-width:300px;
  padding-left:0px;
  margin: 0px 0px 0px 20px;
  font-weight:500;
}
.cpu-header-ul li {
  margin: 0px 0px 10px 0px;
  list-style-type: none;
}
.cpu-perfomance-chart {
  --v:calc( ((18/5) * var(--p) - 90)*1deg);
  min-width:150px;
  min-height:150px;
  display:flex;
  align-items:center;
  margin:10px;
    justify-content:center;
  border-radius:50%;
  padding:15px;
  background:
    linear-gradient(#FDFDFD,#FDFDFD) content-box,
    linear-gradient(var(--v), #f2f2f2     50%,transparent 0) 0/min(100%,(50 - var(--p))*100%),
    linear-gradient(var(--v), transparent 50%, #5CBF66        0) 0/min(100%,(var(--p) - 50)*100%),
    linear-gradient(to right, #f2f2f2 50%, #5CBF66 0);
}
.cpu-charts-two .cpu-perfomance-chart {
  min-width:90px;
  min-height:90px;
  margin-right:10px;
  padding:10px;
}
.small-chart {
    min-width: 50px !important;
    min-height: 50px !important;
    padding: 8px;
}
.cpu-charts-two .small-chart {
  padding:8px;
}
.cpu-perfomance-score {
  font-size:28px;
  color: #636363;
  font-weight:600;
}
.cpu-container p{
  font-size: 16px;
  color: #636363;
}
.item-charts-info {
  position:relative;
  content: '';
    background-image: url(https://1vs1.site/icons/question.svg);
    float: left;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    cursor:pointer;
    border: none;
        background-color: transparent;
}
.icf-block {
  display: none;
}
.cpu-charts {
  display: flex;
    flex-direction: column;
    width:100%;
}
.cpu-charts-two {
  display:flex;
  align-items:flex-end;
}

.blue-chart {
  background: linear-gradient(#FDFDFD,#FDFDFD) content-box, linear-gradient(var(--v), #f2f2f2 50%,transparent 0) 0/min(100%,(50 - var(--p))*100%), linear-gradient(var(--v), transparent 50%, #1FB6F2 0) 0/min(100%,(var(--p) - 50)*100%), linear-gradient(to right, #f2f2f2 50%, #1FB6F2 0);
}
.small-chart .cpu-perfomance-score {
  font-size:16px;
}
.cpu-perfomance-p {
  font-size: 16px;
  color: #636363;
  margin-top:15px;
}
.item-perfomance-background {
  display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    align-items:center;
    grid-auto-flow: dense;
}
.item-perfomance-background p {
  grid-column: 2;
}
.cpu-perfomance-games {
  align-items:center;
  margin-bottom: 20px;
}

.cpg-chart {
  position:relative;
  display: flex;
    align-items: center;
  width: 100%;
  height:55px;
  background-color: #5CBF66;
  border-radius:10px;
  margin-top: 5px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.cpg-chart-score {
  display: flex;
  position:absolute;
  align-items: center;
  height:100%;
  border-radius:10px;
  background-color: #3F9047;
  text-align: center;
  color:white;
  font-weight:600;
  padding-left: 20px;
}
.cpg-chart-percent {
  position:absolute;
  padding-left: 20px;
    color: white;
    font-weight: 600;
}
.cpgr {
  margin-top:20px;
}
.related-header-enemie {
  font-size: 18px;
    font-weight: 500;
    color: #636363;
    display: block;
    margin-bottom: 20px;
    margin-top: 40px;
}
.cpu-tables .cat-item-top {
  margin: 20px 0px;
}
.item-related {
  display: grid;
    margin: 20px 0px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 15%);
    grid-template-columns: 1fr auto;
    align-items: center;
}
.result-success, .result-warning, .result-danger {
  display: block;
    font-size: 18px;
    margin-bottom: 20px;

    font-weight: 500;
}
.result-success {
  color: #3F9047;
}
.result-warning {
  color: peru;
}
.result-danger {
  color: #F85555;
}
.item-related a {
  text-decoration:none;
}
.item-related-left {
  padding: 15px;
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
}
.item-related-right {
  background-color: rgb(248, 248, 248);
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-radius: 0px 10px 10px 0px;
    color: #0097D3;
    padding: 15px;
    border-left: 1px solid #F3F3F3;
}
.item-related-right a {
  color: #0097D3;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.item-related-right a::before {
    margin: 0px 15px 0px 0px;
    filter: invert(43%) sepia(10%) saturate(3896%) hue-rotate(170deg) brightness(96%) contrast(101%);
    content: '';
    background-image: url(https://1vs1.site/icons/plus.svg);
    width: 25px;
    height: 25px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    float: left;
}
.item-related-left img {
  width: 70px;
    height: 70px;
    border-radius: 10px;
    margin-right: 15px;
}
.item-related-left span {
  font-weight: 600;
    color: #5c5c5c;
}
.cpe {
  margin-top: 20px;
display: flex;
align-items: center;
}

.cpe-chart {
  background-color: #1FB6F2;
}
.cpe-chart {
  position: relative;
  display: flex;
align-items: center;
    width: 100%;
    height: 55px;

    border-radius: 10px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    margin-right: 20px;
}
.cpe-name {
  position: absolute;
    font-weight: 600;
    color: white;
    margin-left: 20px;
    z-index: 2;
      width: calc(70% - 20px);
}
.cpe-result {
  position: absolute;
    font-weight: 600;
    color: white;
    margin-right: 20px;
    z-index: 2;
    right: 0;
}
.cpe-chart-score {
  display: flex;
position: absolute;
align-items: center;
height: 100%;
border-radius: 10px;

text-align: center;
color: white;
font-weight: 600;
padding-left: 20px;
}
.cpe-chart-score {
  background-color: #0097D3;
}
.cpu-tables {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}
.cpu-table{
  border-collapse: collapse;
  font-size:16px;
  width:100%;
}
.cpu-table td {
  padding: 15px 0px;
}
.cpu-table td:nth-child(2n) {
  text-align:right;
  color: #524aaf;
  font-weight: 600;
}
.cpu-td-info {
  text-align:left;
  padding: 0px 0px 15px 0px !important;
  font-size: 15px;
  color: color: var(--text-color); 
  border-bottom: 1px solid #ccc;
}
.cpu-tr-alone {
  border-bottom: 1px solid #ccc;
}
.cpu-bench {
  display: flex;
    align-items: center;
    
}
.cpu-bench-chart {
  position:relative;
  display:flex;
  align-items:center;
  height: 70px;
width: 100%;
background-color: #5C62EC;
border-radius: 10px;
box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
.cpu-bench-score {
position: absolute;
background-color: #584ec3;
height: 70px;
border-radius: 10px;
}
.cpu-bench-result {
    position: absolute;
    font-weight: 600;
    color: white;
    margin-right: 20px;
    z-index: 2;
    right:0;
}
.cpu-bench-name {
  position:absolute;
  font-weight: 600;
    color: white;
    margin-left: 20px;
    z-index: 2;
}
.cpu-bench-max {
  min-width: 100px;
    font-size: 16px;
    margin-left: 10px;
    font-weight: 600;
    color: #636363;
}
.wrapper {
  width: 590px;
  margin: auto;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, .1);
}
.buttonWrapper button {
  border: 1px solid #D9D9D9;
  box-shadow: var(--box-shadow);
  background-color: var(--page-bg);
  font-size:20px;
  font-weight:400;
  display: inline-block;
  font-size: 20px;
  margin-right: 20px;
  padding: 0px 0px 5px 0px;
  cursor: pointer;
  margin-bottom: 10px;
 padding: 5px;
    border-radius: 4px;
}
.buttonWrapper button:hover {
  padding: 5px;
  border-bottom: 4px solid #30AB05;
  border-radius: 4px;
}
.buttonWrapper button.active {
  background-color: #e7e7ef ;
  color: rgb(0, 0, 0);
  border-bottom: 5px solid rgb(97, 93, 183);
  border-radius: 4px;
  padding: 8px;
}
.active {
  background-color: white;
}
.content {
  background-color: var(--page-bg);
  display: none;
}
.content.active {
  display: block;
}
.choose_cpu_class input {

  border: 2px solid #D9D9D9;
  border-radius: 10px;
  line-height: 42px;
  padding: 5px 0px 5px 70px;
  font-size:18px;
  text-decoration:none;
  background-size: 42px;
  color: #636363;
  box-sizing: border-box;
}
.choose_cpu_field input {
  width: 370px;
}
.compare_cpu {
  display: flex;
align-items: center;
}
.cpe-link a {
color: #636363;
font-weight: 500;
text-decoration: none;
padding: 2px 0px;
border-bottom: 2px solid gray;
}
.choose_cpu_class {
  position: relative;
    font-size: 10px;
}
.compare_block {
align-items: center;
display:none;
margin-left: 20px;
}
.compare_block span {
  margin-right:20px;
font-size: 28px;
font-weight: 500;
color: #636363;
}
/* END CPU */
#loading {
  display: none;
  align-items: center;
  justify-content: center;
  color: #636363;
  font-weight: 600;
  bottom: 20px;
  position: sticky;
  top: 2em;
  min-height: 2em;
  padding: 20px 0px;
  background-color: #232732;
  color: white;
  z-index: 2;
  border-radius: 10px;
}
/* RANGE SLIDER */
.range-slider {
    margin: auto;
    text-align: center;
    position: relative;
    height: 6em;
}
.range-slider input[type="range"] {
    position: absolute;
    left: 0;
    top: 35px;
    height: 5px;
}
.range-slider span {
  position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
}
.range-slider .filter-input {
  width: 100%;
}
input[type="number"] {
  text-align: center;
font-size: 1em;
color: #636363;
font-weight: 600;
font-family: 'Manrope', sans-serif
}
input[type="number"]:invalid,
input[type="number"]:out-of-range {
    border: 2px solid #ff6347;
}
input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
}
input[type="range"]:focus {
    outline: none;
}
input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #2497e3;
}
input[type="range"]:focus::-ms-fill-lower {
    background: #2497e3;
}
input[type="range"]:focus::-ms-fill-upper {
    background: #2497e3;
}
input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #2497e3;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}
input[type="range"]::-webkit-slider-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
}
input[type="range"]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #2497e3;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}
input[type="range"]::-moz-range-thumb {
    z-index: 200;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #2497e3;
    cursor: pointer;
}
input[type="range"]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
input[type="range"]::-ms-fill-lower,
input[type="range"]::-ms-fill-upper {
    background: #2497e3;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}
input[type="range"]::-ms-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
}
/* END RANGE SLIDER */
.warning {
padding: 20px;
border-radius: 10px;
text-align: center;
font-size: 18px;
font-weight: 600;
color: white;
background-color: slategrey;
opacity: 0.9;
}
/* CPUS PAGE */
.pagination {
  padding-left: 0px;
    text-align: center;
}
.pagination a {
  text-decoration: none;
    display: inline-block;
    list-style: none;
    font-weight: 500;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #636363;
    cursor: pointer;
}
.pagination li:hover {
  border-color: #1FB6F2;
}
.pagination li {
  display: inline-block;
list-style: none;
border: 1px solid #e6e6e6;
font-weight: 500;
margin: 5px;
border-radius: 50%;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
color: #636363;
cursor:pointer;
}
.paginate-active {
  background-color: #67adc9;
  color: white !important;
  border: none !important;
}
.search_cpus {
    display: grid;
    grid-template-columns: 1fr 0.1fr 1fr;
    align-items: center;
}
.tm-filter {
  display:none;
}
.search_cpus .choose_cpu_class {
  width: 100%;
  margin:0;
}
.search_cpus .choose_cpu_class input {
  width: 100%;
}
.search_cpus span {
    font-size: 42px;
    color: #636363;
    text-align:center;
}

#firstValue, #secondValue {
    margin: 0px 0px;
    color: #2497e3;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    top: 5px;
    width:50px;
    text-align: center;
}
#firstValue {
  left: -15px;
}
#secondValue {
  left: calc(100% - 32px);
}
.cpu-list {
  border: 1px solid #D4D4D4;
  border-radius:10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
}
.filter {
  color: #636363;
}
.filter-title {
  font-size: 24px;
    font-weight: 600;
}
.filter-checkbox {
  display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
    margin-top: 10px;
}
.filter-checkbox input {
  width: 18px;
    height: 18px;
    margin-left:0;
    margin-right: 10px;
    cursor:pointer;
}
.filter-chooser {
  width: 100%;
}
.filter-el {
  position:relative;
      margin: 20px 0px;
}
.filter-el input {

}
.filter-input {
  display:flex;
  border: 1px solid #BABABA;
}
.filter-input input {
  width: 100%;
    padding: 4px 12px;
    box-sizing: border-box;
    border-radius: 3px;
    outline: none;
    border:none;
}
.filter-two {
    display: -ms-flexbox;
    display: flex;
    margin-top:10px;
}
.filter-two .filter-input:first-child {
  border-radius: 4px 0px 0px 4px;
}
.filter-two .filter-input:last-child {
  border-radius: 0px 4px 4px 0px;
  border-left: none;
}
.filter-flex {
  display:flex;
  flex-direction:column;
}
.cpu-list-top {
  display: flex;
align-items: center;
justify-content: space-between;
padding: 15px 15px 10px 15px;
}
.cpu-list-compare {
  padding: 10px 15px;
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
}
.short-price {
  font-size: 14px;
font-weight: 600;
border-radius: 4px;
color: rgb(50, 186, 56);
border: 1px solid #e8e8e8;
    padding: 4px 7px;
}
.cpu-list-compare label {
  color: #636363;
    font-weight: 600;
    font-size: 14px;
}
.cpu-list-compare input {
  margin-right: 5px;
    width: 16px;
    height: 16px;
    cursor:pointer;
}
.cpu-list-checkbox {
  display:flex;
  align-items:center;
}
.cpus-main {
  display: grid;
      grid-template-columns: 0.6fr 1.3fr 0.8fr;
      grid-gap:40px;
}
.cpus-content {
}
.cat-item-top {
  display: flex;
      grid-template-columns: auto 70%;
      margin-bottom: 20px;
      border: 1px solid rgba(159,158,158,.15);
      box-shadow: 0 1px 1px 0 #e8e8e8;
      padding: 15px;
      border-radius: 10px;
}
.cat-item-img {
  padding-right: 10px;
    border-right: 1px solid rgba(159,158,158,.15);
}
.cat-item-img img {
  width: 70px;
  height:70px;
    border-radius: 6px;
}
.cat-item-name {
    color: #2f80ed;
    font-weight: 600;
    line-height: 18px;
    font-size:15px;
}
.cat-item-content {
  margin-left:10px;
  width: 100%;
}
.cat-irt-value {
  color: #5CBF66;
border: 1px solid #e8e8e8;
border-radius: 4px;
display: inline-block;
font-size: 13px;
font-weight: 600;
padding: 4px 6px;
margin-top: 10px;
}
.cat-item-rating-stroke {
  background-color: #5CBF66;
    border-radius: 4px;
    height: 6px;
    margin: 3px 0 0;
    overflow: hidden;
    margin-top: 10px;
}
.cat-item-rating-value {
  height: 6px;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out;
    width: 100%;
}
.ya-rtb {
  max-height:300px;
  margin-bottom:30px;
}
.items-latest {
  display:flex;
  flex-wrap: nowrap;
      overflow-y: hidden;
      overflow-x: scroll;
      position: relative;
      height: auto;
      white-space: nowrap;
      margin-bottom:20px;
}
.items-latest a {
      display: inline-block;
      margin-bottom: 20px;
      margin-right: 20px;
      -moz-user-drag: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
}
.items-latest a:last-child {
  margin-right: 0px;
}
.items-latest::-webkit-scrollbar-thumb {
  border-radius: 10px;
background: #1FB6F2;
border: 4px solid #FDFDFD;
}
.items-latest::-webkit-scrollbar {
    width: 6px;
}
.items-latest::-webkit-scrollbar-track {
    border-radius: 4px;
}
.cat-item-latest {
  display: grid;
grid-template-columns: auto 1fr;
border: 1px solid rgba(159,158,158,.15);
box-shadow: 0px 2px 4px rgb(0 0 0 / 25%);
padding: 20px;
border-radius: 10px;
    grid-gap: 0px 20px;
grid-template-areas: "A B B"
                    "C C C";
}
.cat-item-latest img {
  height:70px;
  width:70px;
  border-radius:6px;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.cat-item-latest-rating {
  grid-area:C;
}
.cat-item-latest-info {
  color: #636363;
    font-size: 14px;
    margin-top:5px;
}
.items-end a {
  text-decoration: none;
}
.items-end h3 {
  margin-top:0px;
  font-weight:600;
}
.cpu-list .cpu-perfomance-chart {
  min-width: 50px !important;
  min-height:50px !important;
  padding: 10px;
  margin-right:0px;
  margin-bottom: 5px;
}
.cpu-list .cpu-perfomance-score {
  font-size:16px;
}
.cpu-list-right {
  display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #636363;
    font-weight:600;
}
.cpu-list-title {
  font-size:16px;
  cursor:pointer;
  font-weight: 500;
}
.cpu-list-right .cpu-perfomance-chart {
  margin: 0px 0px 5px 0px;
}
.cpu-list a {
  color: black;
  text-decoration: none;
}
.cpu-list-image img {
  cursor:pointer;
  width:85px;
  height:85px;
  border-radius:10px;
  margin-right:15px;
}
.cpu-list-left {
  display:flex;
}
.cpu-list-info {
  display: flex;
    flex-direction: column;
    font-size:14px;
}
.cpu-link {
  display: block;
text-decoration: none;
color: black;
padding: 5px 0px;
cursor:pointer;
font-weight:600;
}
.cpu-link:hover {
      color: #0097D3;
}
.cpus_more {
display: block;
margin: 0 auto;
margin-top: 30px;
  background: #1FB6F2;
    border-radius: 10px;
    border: none;
    color: white;
    font-size: 16px;
    padding: 15px 25px;
    font-weight: 600;
    cursor: pointer;
}
.table_sort td:first-child {
  width: 160px;
}
.table_sort th {
  position: relative;
  cursor:pointer;
}
.table_sort th.sorted[data-order="1"]::after,
.table_sort th.sorted[data-order="-1"]::after {
    right: 8px;
    position: absolute;
}

.table_sort th.sorted[data-order="-1"]::after {
	content: "▼"
}

.table_sort th.sorted[data-order="1"]::after {
	content: "▲"
}
.cpus-content {

}
/* END CPUS PAGE */
/* MAIN PAGE */
.m-compare {
  display: grid;
    grid-template-columns: 1fr 2fr;
    max-width: 900px;
align-items: center;
grid-template-areas:
    "a"
    "b";
}
.m-compare-reverse {
    grid-template-columns: 2fr 1fr;
}
.m-compare-reverse .m-text{
  padding-right:60px;
}
.m-compare p {
  text-align: center;
}
.m-count {
  color: #0097D3;
    font-weight: 600;
    font-size: 64px;
}
.m-text {
  display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-left: 60px;
}
.m-text a {
  background: #1FB6F2;
    border-radius: 10px;
    border: none;
    color: white;
    font-size: 16px;
    padding: 12px 25px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}
/* END MAIN PAGE */
/* CAN I RUN IT MAIN PAGE */
.game-thumb {
  width: 100%;
    border-radius: 10px;
    height: 100%;
}
.cirt-form {
  display: grid;
grid-template-columns: 1fr 1fr 0.3fr 0.5fr;
align-items: end;
grid-gap: 20px;
}
.cirt-form-cpu{
    display: grid;
grid-template-columns: 1fr 1fr 0.3fr;
align-items: end;
grid-gap: 20px;
}
.cirt-system-info {
  display: grid;
    grid-template-columns: 1fr 0.15fr;
    align-items: center;
    grid-gap:20px;
        margin-bottom: 15px;
}
.cirt-system-info p {
  margin: 0;
  display: unset;
     display: block;
    text-align: justify
}
.download-programm a {
  padding: 0px 30px;
text-decoration: none;
background-color: #27ac34;
border-radius: 10px;
color: white;
display: flex;
    justify-content: center;
align-items: center;
cursor: pointer;
height: 56px;
font-weight: 600;
}
.download-programm a::before {
  content: '';
  background-image: url(https://1vs1.site/icons/download.svg);
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
}
.cirt-cards {
  display: grid; 
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
.cirt-card {
  position:relative;
}
.cirt-card a {
  text-decoration: none;
  color: black;
}
.cirt-game-name {
  position: absolute;
bottom: 0px;
color: white;
font-weight: 600;
width: calc(100% - 20px);
padding: 10px;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border-radius: 0px 0px 10px 10px;
}
.cirt-header {
  display: grid;
    grid-template-columns: auto 1fr auto;
    align-items:center;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 20px;
    border-radius: 10px;
}
.cirt-header-background {

    border-radius: 10px;
    margin-bottom: 30px;
}
.cirt-header .rating-background {
  margin-left: 15px;
    padding: 20px;
    background-color: #FDFDFD;
    border-radius: 10px;
    text-align:center;
}
.cirt-header .rating-top {
  justify-items: center;
grid-template-columns: none;
}
.cirt-header .rating-number {
  font-size:36px;
  margin-left: 0;
}
.cirt-header .rating-count {
  margin-left: 0;
}
.cirt-img img {
  width:350px;
  border-radius:10px;
}
.cirt-header-info {
  min-width:250px;
}
.cirt-header-info ul {
  padding-left:30px;
}
.cirt-header-info li {
  list-style-type: none;
    margin: 10px 0px;
    font-weight: 500;
    background-color: #FDFDFD;
    padding: 10px 15px;
    border-radius: 10px;
}
.search_game {
  display:block;
  margin-top:20px;
  width:100%;
}
.search_game .choose_cpu_class {
  width: 70%;
}
.search_game input{
  width:100%;
}
/* END OF CAN I RUN IT MAIN PAGE */
/*CPU COMPARE */
.compare-h1 {
  text-align:center;
}
.vs-header {
  display: flex;
    flex-direction: column;
    margin: 20px 0px;
}
.vs-header-scores {
  display: grid;
margin: 0 auto;
grid-template-columns: 2fr 1.7fr 2fr;
}
.vs-header .cpu-perfomance {
  margin-top:20px;
  flex-direction: column;
}
.vs-header .choose_cpu_class {
  margin: 20px 0px 0px 0px;
  width:100%;
}
.vs-header input {
  width: 100%;
}
.vs-header .cpu-perfomance-p {
  text-align:center;
  font-size:16px;
  margin-top:20px;
}
.vs-diffs-column span {
  font-size:18px;
  font-weight:500;
}
.vs-diffs-column ul {
  padding-left: 0px;
}
.vs-diffs-column li {
  margin: 15px 0px;
      list-style-type: none;
      color: #636363;
}
.vs-diffs-column li::before {
  content: '';
    background-image: url(https://1vs1.site/icons/plus-diff.svg);
    float: left;
    width: 25px;
      height: 25px;
      margin-right: 10px;
      display: inline-block;
      vertical-align: middle;
}
.vs-middle {
  display:flex;
}
.cpu-img-charts {
  display:flex;
  align-items:center;
}
.cpu-compare-img {
  border-radius:10px;
  width:200px;
}
.cicp {
  position:relative;
  margin: 0px 10px;
}
.vs-choose-cpus span {
  font-size: 32px;
    font-weight: 600;
    color: #636363;
}
.vs-choose-cpus .choose_cpu_class {
  margin: 0px;
}
.vs-logo {
  min-width: 10px;
      margin: 25px 20px 0px;
     
      font-size: 22px;
      color: #636363;
      
}
.vs-texts {
  font-weight:500;
    text-align:center;
}
.vs-choose-inputs {
  display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
}
.vs-benchs .cpu-bench-chart {
  margin: 10px 0px;
}
.vs-bench-games {
  display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
}
.vs-bench-games-title {
  display: block;
font-size: 24px;
margin-bottom: 20px;
}
.warning-message {
  display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    text-align: left;
  color: #664d03;
  background-color: #fff3cd;
  padding: 15px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.warning-message p {
  margin: 0px;
}
.warning-message img {
  width: 30px;
margin-right: 20px;
}
.comment-error {
  display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    text-align: left;
    background-color: #f8d7da;
  padding: 15px 20px;
  border-radius: 10px;
  margin: 0px 0px 20px 0px;
}
.comment-error p {
  margin: 0px;
  color: #842029;
}
.comment-error img {
  width: 30px;
margin-right: 20px;
}
.vs-winner {
  text-align: center;
  margin:50px 0px;
}
.vs-winner p {
  font-size:18px;
}
.vs-winner-block {
      display: grid;
}
.vs-winner-title {
  color: #636363;
    font-size: 48px;
    font-weight: 500;
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
}
.vs-winner-title img {
  width: 60px;
    height: 60px;
    margin-right: 10px;
}
.sticky {
  background-color: #16151d;
  color: #ffffff;
  text-align: center;
}
.compare-table {
  width: 100%;
border-style: hidden;
border-collapse: collapse;
border-radius: 10px;
background-color: #333333;
overflow: hidden;
box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}
.compare-table td {
  padding: 15px;
  background-color: var(--page-bg);
}
.comments {
  margin-top:40px;
  max-width:800px;
}
.add-comment textarea {
  display:block;
  height: 150px;
    width:100%;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding:15px;
    box-sizing: border-box;
    outline: none;
    font-weight:500;
    resize:none;
    font-size:16px;
    color: #232732;
}
.add-comment button {
  background-color: #3F9047;
        padding: 10px 15px;
    border: none;
    border-radius: 10px;
    color: white;
    font-weight: 500;
    font-size: 16px;
    margin: 20px 0px;
    cursor:pointer;
}
.add-comment input {
  margin-bottom: 20px;
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    font-size: 16px;
    font-weight: 500;
}
.comment-pc {
  margin-top: 10px;
  font-size:14px;
      color: #636363;
}
.commented-pc {
  font-size: 12px;
    margin-bottom: 20px;
    border-top: 1px solid #f1f1f1;
    padding-top: 10px;
    color: #636363;
}
.comment {
  padding: 15px;
border: 1px solid #e6e6e6;
border-radius: 10px;
box-sizing: border-box;
margin-bottom: 20px;
box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
}
.comment-top {
margin-bottom: 15px;
font-size: 18px;
}
.comment-time {
  font-size: 14px;
color: #636363;
margin: 5px 0px;
}
.comment-text {
  border-top: 1px solid #f1f1f1;
    padding: 15px 0px 15px 0px;
    white-space: break-spaces;
    font-size:14px;
}
.comment-reply {
  background-color: #FDFDFD;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 10px;
    color: #636363;
    font-weight: 500;
    cursor:pointer;
}
.comment-name, .comment-role {
  display: inline-block;
}
.comment-name {
  color: cornflowerblue;
}
.comment-area .comment-area {
  margin-left:20px;
}
.compare-table .cpu-td-info {
  padding: 15px !important; border: none;
}
.compare-table td:nth-child(n+2) {/*цвет текста таблицы */
  color: #7275db;
    font-weight: 600;
    text-align: center;
}

.compare-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.compare-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}
.compare-table th {
  padding: 15px;
}
/* END CPU COMPARE */
.cih-background {

    border-radius: 20px;
    margin-bottom: 40px;
    color: white;
}

.cih {
  position: relative;
    -webkit-backdrop-filter: blur(5px) brightness(0.5);
    backdrop-filter: blur(5px) brightness(0.3);
    padding: 60px;
    border-radius: 20px;
    z-index:50;
}
.cih .search_cpus span {
  color: #e1e1e1;
}
.cih p {
  color: #d1d1d1;
  margin-bottom: 30px;
}
.sub-menu {
  margin-bottom:15px;
}
.sub-menu a {
  background: #ECF0F4;
border-radius: 64px;
padding: 12px 32px;
text-decoration: none;
margin: 0px 16px 16px 0px;
display: inline-block;
font-weight: 600;
font-size: 14px;
color: #131846;
}
.t-menu a {
      color: rgb(0, 151, 211);
font-size: 16px;
text-decoration: none;
text-transform: uppercase;
font-weight: 700;
margin-right: 10px;
}
.t-menu a:hover {
  color: #CACACA;
}

.container {max-width: 1140px;
    margin: 30px auto;}
.game-poster {
  width:250px;
  height:250px;
  border-radius:10px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.game-container p{
  font-size: 16px;
  color: #636363;
}
.game-container .choose_game_page {
  margin-bottom:30px;
  max-width: 100%;
}
.game-system-req {
  display:flex;
}
.gsrm-object {
  clear: left;
    display: grid;
    grid-template-columns: 0.1fr 1fr;
    align-items: center;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0px;
}
.gsrm-object img {
  width:20px;
  height:20px;
}
.gsrm-text {
  display: flex;
    align-items: center;
    text-align: left;
    justify-content: space-between;
}
.gsrm-text span {
  margin-right: 5px;
  font-weight:500;
}
.gsrm-cpu::before {
  content: '';
  background-image: url('../img/icons/cpu.svg');
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.gsrm-ram::before {
  content: '';
  background-image: url(../img/icons/ram.svg);
  width: 40px;
  height: 40px;
  margin-right: 10px;   
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.gsrm-gpu::before {
  content: '';
  background-image: url("../img/icons/gpu.svg");
  width: 40px;  
  height: 40px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.gsrm-hdd::before {
  content: '';
  background-image: url(../img/icons/hdd.svg);
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.gsrm-os::before {
  content: '';
  background-image: url(../img/icons/os.svg);
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.game-system-req-header {
  font-size:24px;
background-color: var(--page-bg);
    color: var(--text-color);   
}
.game-system-req-min, .game-system-req-max {
  display: inline-block;
    float: left;
    margin-right: 60px;
}
.our-sys-min {
  font-size: 16px;
border-left: 3px solid #F85555;
padding-left: 20px;
margin-bottom: 30px;
}
.our-sys-headers {
  font-size: 24px;
  margin-bottom: 15px;
}
.our-sys-mid {
  font-size: 16px;
border-left: 3px solid #F0831E;
padding-left: 20px;
    margin-bottom: 30px;
}
.our-sys-high {
  font-size: 16px;
border-left: 3px solid #30AB05;
padding-left: 20px;
    margin-bottom: 30px;
}
.our-sys-ultra {
font-size: 16px;
border-left: 3px solid #636363;
padding-left: 20px;
margin-bottom: 30px;
}
.amd, .intel, .nvidia {
  display: inline-flex;
align-items: center;
margin: 0px 10px;
color:black;

}
.our-sys-body {
  display: flex;
align-items: center;
margin-top:15px;
color:#636363;
}
.amd::before {
  content: '';
    background-image: url(https://1vs1.site/icons/amd.svg);
    width: 36px;
    height: 36px;
    margin-right: 10px;
}
.intel::before {
  content: '';
    background-image: url(https://1vs1.site/icons/intel.svg);
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.nvidia::before {
  content: '';
    background-image: url(https://1vs1.site/icons/nvidia.svg);
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.game-ram p, .game-hdd p{
  margin: 0;
}
.gsrm-data-min {
  border-left: 3px solid #F85555;
  padding-left:14px;
  margin-top: 20px;
}
.gsrm-data-max {
  border-left: 3px solid #5CBF66;
  padding-left:14px;
  margin-top: 20px;
}
.game-ram-info {
  display:flex;
}
.game-ram-left-svg {
    content: '';
    background-image: url(../img/icons/ram.svg);
    width: 150px;
    height: 150px;
    margin-right: 30px;
    margin-top: -20px;
}
.game-hdd-left-svg {
    content: '';
    background-image: url(../img/icons/hdd.svg);
    width: 150px;
    height: 150px;
    margin-right: 30px;
    margin-top: -20px;
}
#disqus_thread {
  margin-top:70px
}
.game-ram-left, .game-ram-right {
  display: flex;
align-items: center;
flex-direction: column;
}
.game-ram-rec, .game-hdd-rec{
  width: 150px;
  font-size: 42px;
  color: #1FB6F2;
  font-weight:600;
  margin-top: -20px;
  text-align: center;
}
.choose_configuration {
  position: relative;
  margin-bottom:20px;
}
.choose_cirt input {
  border: 2px solid #D9D9D9;
  border-radius: 10px;
  line-height: 42px;
  padding: 5px 10px 5px 60px;
  font-size:14px;
  text-decoration:none;
  background-size: 42px;
  color: #636363;

}

.choose_ram_input {
  border: 2px solid #D9D9D9;
    border-radius: 10px;
    height: 56px;
    padding: 10px;
    font-size: 14px;
    text-decoration: none;
    background-size: 42px;
    margin-top: 10px;
    outline-color: #1FB6F2;
    color: #636363;
}
.send_configuration {
  cursor:pointer;
    bottom: 0px;
  height: 56px;
background-color: #5C62EC;
color: white;
font-weight: 600;
border: none;
border-radius: 10px;
padding: 0px 30px;
font-size: 16px;
}

.choose_cpu_input, .choose_gpu_input, .choose_ram_input {
  display: grid;
  align-items: center;
  -webkit-align-items: center;
  margin-top:10px;
}
.choose_cpu_page, .choose_game_page {
  display: grid;
  align-items: center;
  max-width: 800px;
      position: relative;
}
.choose_cpu_input::before {
  content: '';
  background-image: url(../img/icons/cpu.svg);
  width: 40px;
  height: 40px;
  margin-right: 10px;
  position: absolute;
  margin-left: 10px;
  opacity: 0.8;
}
.choose_cpu_page::before {
  content: '';
  background-image: url(../img/icons/cpu.svg);
  width: 48px;
  height: 48px;
  margin-right: 10px;
  position: absolute;
  margin-left: 10px;
  opacity: 0.6;
}
.choose_game_page::before {
  content: '';
  background-image: url(../img/icons/hdd.svg);
  width: 48px;
  height: 48px;
  margin-right: 10px;
  position: absolute;
  margin-left: 10px;
  opacity: 0.6;
}
.choose_gpu_input::before {
  content: '';
  background-image: url(../img/icons/gpu.svg);
  width: 40px;
  height: 40px;
  margin-right: 10px;
  position: absolute;
  margin-left: 10px;
  opacity: 0.8;
}
.choose_cirt {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  font-size:20px;

}
.list-group {
  display: flex;
  width:100%;
    flex-direction: column;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    background-color: #FDFDFD;
    margin-top:10px;
    z-index:51;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 25%);
    max-width: 800px;
}
.list-group a {
      text-decoration: none;
      border-bottom: 1px solid #D9D9D9;
}
.list-group a:last-child {
  border:none;
}
.list-group-element {
  height:71px;
  box-sizing: border-box;
  cursor:pointer;
  font-size:16px;
  padding:10px;
  border-bottom: 1px solid #D9D9D9;
  font-weight: 500;
  color: #636363;
  display: grid;
grid-template-columns: auto 1fr;
    align-items: center;
    text-align:left;
}
.lge-request {
  grid-template-columns: auto 0.1fr !important;
  font-size:14px;
  height: auto !important;
  grid-gap: 10px;
}
.lge-request:hover {
  background-color: white !important;
  color: #636363 !important;
}
.lge-request-button {
  padding: 0px 20px;
    text-decoration: none;
    background-color: #5CBF66;
    border-radius: 10px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 46px;
    font-weight: 600;
    border: none;
}
.icf-block {
  padding: 20px;
border: 1px solid #f1f1f1;
border-radius: 10px;
background-color: white;
top: calc(50% - 147px);
left: calc(50% - 240px);
margin: 20px;
width:400px;
position: fixed;
z-index: 2001;
text-align: center;
}
.mini-modal-close {
  border: none;
background: none;
margin: 0 auto;
display: block;
margin-top: 20px;
cursor: pointer;
}
.mini-modal-close img {
  height:35px;
  width:35px;
}
.overlay {
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 2000;
}
.modal-for-request {position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    backdrop-filter: brightness(0.7) blur(5px);
    -webkit-backdrop-filter: brightness(0.7) blur(5px);
    transition: visibility 0s ease 0s, opacity 0.3s linear 0s;
    }
.modal-for-request:target:before{display:block}
#modal-request, #modal-fps {
  display:none;
}
.modal-dialog {
  padding: 20px;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    background-color: white;
    display: block;
      position: fixed;
      top: 10%;
      left: calc(50% - 321px);
      z-index: 100;
      margin: 20px;
      width: 560px;
}
.modal-header button {
  background: none;
    border: none;
    height: 30px;
    padding:0px;
    cursor:pointer;
}
.modal-header img {
  height: 30px;
}
.modal-send-success {
  display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #636363;
    text-align: center;
}
.modal-send-success img {
  height: 30px;
margin: 20px;
border-radius: 50%;
border: 1px solid #f1f1f1;
padding: 20px;
}
.modal-header {
  display: flex;
align-items: center;
grid-gap: 20px;
padding-bottom: 20px;
justify-content: space-between;
border-bottom: 1px solid #f1f1f1;
margin-bottom: 10px;
font-weight: 600;
    font-size: 18px;
}
.modal-request-input, .modal-request-fps {
  border: 2px solid #D9D9D9;
    border-radius: 10px;
    line-height: 32px;
    font-size: 14px;
    text-decoration: none;
    background-size: 42px;
    color: #636363;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 15px;
    outline: none;
    margin-bottom: 10px;
}
.send-fps-pc {
  font-size:14px;
}
.send-fps-pc div{
  padding: 5px 0px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 10px;
    font-weight:600;
}
.modal-request-send {
  cursor: pointer;
    bottom: 0px;
    height: 36px;
    color: white;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    padding: 0px 20px;
    font-size: 14px;
    background-color: #5CBF66;
    margin-top:20px;
}
.vs-text {
  margin: 0 20px;
}
.list-group-element img {
  height:50px;
  min-width:50px;
    border-radius: 4px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.list-group-element:first-child {
  border-radius: 8px 8px 0px 0px;
}
.list-group-element:last-child {
  border:none;
  border-radius: 0px 0px 8px 8px;
}
.list-group-element:hover, .list-group-element b:hover {
  background-color: #1FB6F2;
  color:white;
  border-radius: 8px 8px;
}
.your-gpu, .your-cpu {
  display: grid;
font-size: 24px;
align-items: center;
grid-template-columns: auto 1fr;
}
.your-gpu img, .your-cpu img {
  width: 70px;
    border-radius: 10px;
    margin-right: 15px;
}
.charts {
  margin-bottom: 30px;
}
.chart-req {
  background-color: #5C62EC;
}
.chart-req-score {
  background-color: #584ec3;
}
.chart-your {
  background-color: #5CBF66;
  margin-top:20px;
}
.chart-your-score {
  background-color: #3F9047;
}
.chart-req, .chart-your {
  position: relative;
    display: flex;
    align-items: center;
    height: 70px;
    width: 100%;

    border-radius: 10px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
.chart-req-score, .chart-your-score {
    padding-left: 20px;
    position: absolute;

    height: 70px;
    border-radius: 10px;
}
.chart-req-name, .chart-your-name {
  position: absolute;
    font-weight: 600;
    color: white;
    margin-left: 20px;
    z-index: 2;
    width: calc(50% - 20px);
}
.chart-req-result, .chart-your-result {
  position: absolute;
    font-weight: 600;
    color: white;
    margin-right: 20px;
    z-index: 2;
    right: 0;
}
.fps-result-block {
  display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 20px;
margin-bottom:20px;
}
.fps-confirmed-result {
  text-align: center;
    margin-top: 20px;
    font-weight: 500;
    color: #F85555;
}
.fps-confirmed-buttons {
  text-align:center;
}
.fc-yes, .fc-no {
padding: 0px 20px;
    text-decoration: none;
    border-radius: 10px;
    color: white;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 40px;
    font-weight: 600;
    border: none;
    font-size: 16px;
}
.fc-yes {
  background-color: #5CBF66;
  margin-right:10px;
}
.fc-no {
background-color: #F85555;
}
.fps-confirmed-block {
  display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 20px;
    align-items: center;
    margin-bottom: 40px;
}
.fps-users-confirmed {
  text-align: center;
}
.fps-users-confirmed span {
  font-size: 48px;
    font-weight: 500;
    color: #30AB05;
}
.fps-confirmed p {
  font-size: 18px;
    text-align: center;
}
.fps-result-element {
  display: grid;
      grid-template-rows: 1fr 1fr;
      box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
      padding: 20px;
      border-radius: 6px;
      border-top: 3px solid #908e8e;
}
.fps-result-title {
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--title-2);
}
.game-comment {
  display:flex;
  align-items:center;
  margin-top: 1rem;
    box-shadow: none;
    border-radius: 1.125rem;
    padding: 0.75rem 1.5rem;
    background-color: #fff9db;
    color: #765846;
    font-weight: 600;
    margin-bottom: 20px;
}
.game-comment p {
  margin: 0;
}
.game-comment img {
  width:25px;
  height:25px;
  margin-right: 10px;
}
.fps-result-element span {
      font-size: 24px;
}
.result-of-test ul {
  margin: 0;
}
.result-of-test ul li {
  color: #636363;
  padding: 5px 0px;
  list-style-type:none;
  font-weight:500;
  list-style-image: url(https://1vs1.site/icons/dot.svg);
  padding-inline-start: 5px;
}
.result-of-test ul li::marker {
  font-size:16px;
}

.result-title {
  display: flex;
    grid-template-columns: auto 1fr;
    align-items: center;
    justify-items: baseline;
    margin: 30px 0px 20px 00px

}
.result-title h2 {
  margin: 0px;
}
.result-title img {
  width: 40px;
    margin-right: 10px;
}
.send-fps {
  display:flex;
  flex-direction: row;
  align-items:center;
}
.send-fps p {
  max-width: 600px;
  margin-right: 40px;
}
.send-fps-button {
  background: #5C62EC;
border-radius: 10px;
border: none;
color:white;
font-size:16px;
    padding: 20px 35px;
    font-weight:600;
    cursor:pointer;
}
.video-with-tests {
  margin-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
}
.youtube-main {
  position:relative;
}
.youtube-title {
  font-size: 16px;
text-align: center;
bottom: 0px;
color: white;
font-weight: 600;
width: calc(100% - 20px);
padding: 10px;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
background-color: #232732;
}
.video-with-tests {
  margin-bottom: 20px;
}
.youtube_video {
   box-shadow: 6px 6px 10px hsl(206.5, 0%, 75%);
}
.youtube_child {
  position: relative; padding-bottom: 56.15%; height: 0; overflow: hidden;
}
.youtube_child iframe {
  position: absolute; top: 0; left:0; width: 100%; height: 101%; border: 0;
}
.green {
  color: #30AB05 !important;
}
.red {
  color: #F85555 !important;
}
.gray {
  color: #636363 !important;
}
.black {
  color: #0a0a0a !important;
}
.orange {
  color: #F0831E !important;
}
.percent_req {font-size: 16px;
    margin: 30px 0px 10px 0px;}

@media only screen and (max-width: 1190px) {
  header {
    padding: 30px 30px 30px 30px;
  }
  footer {
    padding: 20px 30px 20px 30px;
  }
  .container {
    padding:30px;
    margin: 0px auto;
  }
  .breadcrumb {
    margin:0px;
  }
  .arrow-up {
    top:-37px;
  }
  .cih {
    margin-top:20px;
  }
}
@media only screen and (max-width: 1100px) {
  header {
    border-radius: 0 0 50%;
  }
  .cpu-table {
    width: 100%;
  }
  .cpg {
    min-width:auto;
  }
  .container, header, footer {
    width:100%;
    box-sizing: border-box;
  }
  .cpus-main {
        grid-template-columns: 1fr 2fr;
  }
  .cirt-form {
    grid-template-columns: 1fr 1fr 0.3fr 0.5fr;
  }
    .cirt-form-cpu {
    grid-template-columns: 1fr 1fr 0.3fr ;
  }
  .cpus-main {
    grid-template-areas:
        "A B"
        "C C";
  }
  .cpus-left {
    grid-area: A;
  }
  .cpus-right {
    grid-area: B;
  }
  .items-end {
    grid-area: C;
  }
  .cat-items-related {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    margin-bottom:20px;
}
.cat-item-top {
  margin-bottom: 0px;
}
}
@media only screen and (max-width: 1060px) {
  .cirt-header {
    grid-template-areas:
      "a b"
      "c d";
  }
  .cirt-header .rating-background {
    grid-area: c;
    text-align:left;
    margin: 10px 0px 0px 0px;
  }
  .cirt-header .rating-top {
        grid-template-columns: 0.1fr auto;
        justify-items: left;
  }
  .cirt-header-info {
    grid-area: b;
  }
  .cirt-header .rating-number {
    margin-left:10px;
  }
  .rating-item {
    position: relative;
    grid-template-columns: 1fr;
    margin-top:100px;
    grid-gap: 0;
  }
  .rating-item-n {
    width: auto;
  }
  .rating-item-ind {
    position: absolute;
top: -75px;
left: 15px;
width: auto;
  }
  .rating-sort ul {
        margin-left: 0px;
  }
  .rating-cell .cat-item-rating {
    margin: 0;
  }

}
@media only screen and (max-width: 950px) {
  .cirt-system-info {
    grid-gap: 0px;
    grid-template-columns: 1fr;
  }
  .download-programm, .download-info {
    display: none !important;
  }
  .boorger-menu {
    display: flex;
    margin-left: 20px;
    outline: none;
    border: 0;
    background: transparent;
    padding:0px;
  }
  .boorger-menu img{
    width:25px;
  }
  .cpu-img-charts img {
    width:150px;
  }
  .cpu-charts-compare .small-chart {
    min-width: 50px !important;
    min-height: 50px !important;
    padding:7px;
  }
  .vs-logo {
        margin: 50px 0px 0px;
        min-width:auto;
        font-size:42px;
  }
  .cpu-tables {
    grid-template-columns: 0.8fr 1fr;
    grid-gap: 30px;
  }
  .video-with-tests, .item-perfomance-background {
    grid-gap: 30px;
  }
  .search_cpus {
    width:auto;
  }
  .t-menu {
        display: none;
  }
  header {
    border-radius: 0 0 40%;
  }
  .cat-items-related {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 880px) {
  h1 {
    margin: 0px;
    font-size:36px;
  }
  p {
    font-size:14px !important;
  }
  h2 {
    font-size:24px;
  }
  h3 {
    font-size: 20px;
    font-weight:600;
  }
  .items-latest {
    margin-top:20px;
  }
  .item-price {
    font-size:14px;
  }
  .cpe-name, .cpu-table, .cpe-result, .cpu-bench, .cpu-bench-max, .vs-header .cpu-perfomance-p, .vs-diffs-column ul, .filter, .cpu-list-info, .cpu-header-ul {
    font-size:14px;
  }
  .cih {
        padding: 40px;
  }
  .cpu-list-title {
    font-size:16px;
  }
  .cpu-header-info {
      align-items: center;
  }
  .cpu-header-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .cpu-header-ul {
    min-width: auto;
  }
  .cpu-perfomance {
    flex-direction: column;
  }
  .cpu-charts {
    flex-direction: row;
    align-items:center;
    margin-top:10px;
  }
  .cpu-charts-two {
    margin-right:20px;
  }
  .cirt-header {
    margin-top:20px;
  }
  .list-group-element {
      font-size: 14px;
  }
  .search_cpus .choose_cpu_page::before {
    height: 32px;
    width: 32px;
}
  .search_cpus .choose_cpu_class input {
    line-height: 32px;
    font-size: 14px;
    padding: 5px 0px 5px 50px;
}
.choose_cirt {
  font-size: 18px;
}
.rating-header {
  grid-template-columns: 1fr 1fr;
}
.cpu-list .cpu-perfomance-chart {
  padding: 7px;
}
.cpu-image img {
  height:150px;
    width: 150px;
}
.cirt-form {
  grid-template-columns: 1fr 1fr;
  grid-gap:15px;
}
    .cirt-form-cpu {
  grid-template-columns: 1fr 1fr;
  grid-gap:15px;
}
.choose_cpu_input, .choose_gpu_input, .choose_ram_input {
  position:relative;
}
.game-system-req {
    flex-direction: column;
}
.game-system-req-header {
  font-size:18px;
}
.game-system-req-max {
  margin-top:20px;
}
.game-system-req-min, .game-system-req-max {
  margin-right:0px;
}
.comment-text {
  font-size:14px;
}
.comment-time {
  font-size:12px;
}
.comment-top {
  font-size: 16px;
  margin-bottom: 10px
}
.item-related {
  font-size:14px;
}
footer {
  border-radius: 6% 6% 0 0;
}
}
@media only screen and (min-width: 781px) {

  #close-search {
    display: none !important;
  }
  .filter-background, .cpus-left {
    display:block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .tm-filter {
    display: none !important;
  }
  .search_input {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
@media only screen and (max-width: 780px) {
  header {
    padding: 20px;
    border-radius:0;
    border-radius: 0 0 1.75rem 1.75rem;

  }
  .search_cpus {
    grid-template-columns: 1fr;
    width: auto;
  }
  .boorger-menu {
    margin-left:0px;
    margin-right:10px;
  }
  .header-object {
    justify-content: space-between;
    margin-bottom:0px;
  }
  .tm-filter {
    display: block;
    position: fixed;
    margin: 20px;
    bottom: 0px;
    right: 0px;
    outline: none;
    border: none;
    background: transparent;
    z-index:5;
  }
  .tm-filter-exit {
    display:none;
    z-index:100;
  }
  .tm-filter img {
    width:35px;
  }
  .cpu-header-right {
    grid-template-columns:1fr auto;
  }
  .rating-background {
    text-align: center;
  }
  .rating-top {
    grid-template-columns: none;
  }
  .compare_block {
    margin-left:0px;
  }
  .cpus-main {
    grid-gap: 0px;
  }
  .cirt-header {
    margin-bottom:10px;
    grid-template-columns: none;
    grid-template-areas:
        "a"
        "b"
        "c";
  }
  .cirt-img {
        text-align: center;
        min-height:150px;
  }
  .cirt-header .rating-top {
    grid-template-columns: 0.1fr 0.1fr;
}
.cirt-header .rating-number {
  margin-left:10px;
  display: grid;
grid-template-columns: auto auto;
align-items: baseline;
}
  .cirt-header-info {
    min-width:100%;
  }
  .cirt-header-info ul {
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin:0px;
  }
  .cirt-header-info li {
    font-size: 14px;
  }
  .filter-background {
    max-width: 300px;
background-color: white;
padding: 40px;
border-radius: 0 1.75rem 1.75rem 0;
  }
  .vs-bench-games {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .search-block-results {
    margin-bottom: 20px;
  }
  #search_result_global {
    margin-top: 15px;
}
  .search-block-results .list-group {
    position:relative;
    width: calc(90% - 25px);
margin: 0 auto;
  }

  .search_input, .cpus-left {
    position: fixed;
z-index: 100;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-backdrop-filter: brightness(0.7) blur(5px);
backdrop-filter: brightness(0.7) blur(5px);
visibility: hidden;
opacity: 0;
transition: visibility 0s, opacity 0.3s linear;
align-items: center;
    flex-direction: column;
    margin-left:0px;
    overflow: scroll;
  }
  .cpus-left {
    overflow-y: scroll;
  }
  .search-input {
    margin-top:40px;
    font-size:16px;
    width: calc(90% - 60px);
    padding: 5px 20px 5px 20px;
    background-color: whitesmoke;
    color:black;
    font-weight:500;
  }
  .search-input::placeholder {
    color: black;
    opacity: 0.9;
    width:100%;
    font-weight: 500;
  }
  .tm-exit {
    margin-top: 20px
  }
  .tm-search {
    display:flex;
    margin-left: 10px;
  }
  .tm-search img {
    width: 25px;
  }
  .logo img {
    width: 80px;
    height:32px;
}

  .compare_cpu {
    flex-direction:column;
    align-items:flex-start;
  }
  .compare_button {
    margin-top:20px;
    margin-left:0px;
  }
  .compare_block {
    flex-direction: column;
    width:100%;
  }
  .compare_block .vs-compare-text {
    margin: 20px 0px;
    font-size:42px;
  }
  .cpg {
    min-width:100%;
  }
  .rating-count {
    display:none;
  }
  .cirt-header .rating-count {
    display:block;
  }
  .choose_cpu_field, .choose_cpu_field input {
    width: 100%;
    margin: 0px;
  }
  .vs-bench-games {
    flex-direction:column;
  }
  .cpus-left {
    display:none;
  }
  .cpus-main {
    grid-template-columns: 1fr;
  }
  .cirt-cards {
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
  }
  .search_game .choose_cpu_class {
    width: 100%;
}
.rating-cells {
  font-size: 14px;
}
.cpu-header-right {
  grid-template-columns: none;
}
.rating-background {
  text-align:left;
}
.rating-top {
      grid-template-columns: 0.1fr auto;
}
}

@media only screen and (max-width: 720px) {
  .cpu-tables {
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }
  .cat-items-related {
    grid-template-columns: 1fr;
  }
  .rating-header {
    grid-template-columns: 1fr;
    grid-gap:0px;
  }
  .marquee-wrapper {
    width:100%;
  }
  .marquee-wrapper .marquee-block {
    width: 100%;
    height: 100px;
    padding: 0px;
  }
  .marquee-inner span {
    display: flex;
}
  @keyframes marqueeTop{
    0% {
      left: 0;
    }
    100% {
      left: -500%;
    }
  }
  @keyframes marqueeBottom{
    0% {
      left: -500%;
    }
    100% {
     left: 0;
    }
  }
}
@media only screen and (max-width: 680px) {
  .cpu-img-charts {
    flex-direction: column;
  }
  .cpu-img-chart-second {
    flex-direction: column-reverse;
  }
  .cpu-charts-compare {
    display:flex;
  }
  .rating-item {
    padding: 15px 10px;
  }
  .rating-sort ul {
    grid-template-columns: repeat(5, 1fr);
  }
  .rating-sort ul li:first-child {
    display: none;
  }
  .rating-cells {
    grid-template-areas: "A A A A A"
                         "B B B B B";
                         grid-template-columns: repeat(5, 1fr);
  }
  .rating-cell:nth-child(1) {
    grid-area: A;
    border-right: 0;
  }
  .rating-cell .cat-item-rating {
    width: 100%;
    display: grid;
    grid-template-columns: none;
    align-items: center;
    grid-gap: 10px;
    margin-bottom: 20px;
    direction:rtl;
  }
  .rating-cell .cat-item-rating {
        margin-top: 7px;
    position: relative;
  }
  .rating-cell .cat-item-rating-text {
    position: absolute;
    background-color: white;
  }
  .rating-cell .cat-irt-value {
    width:28px;
    text-align:center;
  }
  .rating-cell .cat-irt-value, .rating-cell .cat-item-rating-stroke {
    margin-top:0px;

  }
  .rating-cell-price {
    font-size:12px;
  }
  .rating-sort ul {
        font-size: 12px;
  }
}
@media only screen and (max-width: 660px) {
  h1 {
    font-size: 32px;
  }
  .vs-logo {
        margin: 45px 0px 0px;
  }
  .cpg {
    min-width: 100%;
    margin-right: 0px;
  }

  .choose_cpu_class input {
    line-height:32px;
    font-size:14px;
    padding: 5px 0px 5px 50px;
  }
  .choose_game_page::before, .choose_cpu_page::before {
    height:32px;
    width:32px;
  }
  .vs-header-scores .cpu-perfomance {
    margin: 0px;
  }

  .vs-winner-title {
    font-size:32px;
  }
  .vs-winner-title::before {
    height:45px;
    width:45px;
  }
  .search_cpus {
    grid-template-columns: 1fr;
    width:auto;
  }
  .vs-text {
    margin:20px 0px;

  }
  .cpu-charts-two .cpu-perfomance-chart {
    min-width: 70px;
    min-height: 70px;
    margin-right: 10px;
    padding: 8px;
}
.cirt-header {
  align-items:center;
}
.cirt-header .rating-background {
  margin: 15px 0px;
}
.cirt-img img {
  width:100%;
}
.cpu-charts-two .cpu-perfomance-score {
  font-size:24px;
}
.small-chart .cpu-perfomance-score {
  font-size:16px;
}
.cirt-form input {
  line-height: 32px;
font-size: 14px;
padding: 5px 10px 5px 50px;
}
.choose_cpu_input::before, .choose_gpu_input::before {
  height: 32px;
    width: 32px;
}
.choose_ram_input, .send_configuration {
      height: 46px;
}
.youtube-main {
  margin-top:10px;
}
.footer-links a {
  display: block;
    margin: 10px 0px;
}
}
@media only screen and (max-width: 620px) {
  header {
    padding: 10px 20px;
  }
  .main-h2 {
    text-align:center;
  }
  .m-compare {
    grid-template-columns: auto;
    margin-bottom: 40px;
  }
  .m-image {
    text-align: center;
  }
  .m-image img {
        width: 200px;
  }
  .m-compare-reverse .m-image{
    grid-area:a;
  }
  .m-compare-reverse .m-text {
    padding-right: 0px;
}
  .m-text {
        padding: 0px;
  }
  .cirt-form {
    grid-gap: 10px;
}
    .cirt-form-cpu {
    grid-gap: 10px;
}
.item-perfomance-background {
  grid-template-columns: 1fr;
  grid-gap:0px;
}
.item-perfomance-background p {
  grid-column:auto;
}
.video-with-tests {
  grid-template-columns: 1fr;
}
.modal-dialog {
  left:0;
  top:30px;
  width: calc(100% - 40px);
  box-sizing: border-box;
}
.modal-for-request {
  overflow: scroll;
}
.lge-request {
  font-size:12px;
}
.cat-item-latest {
  grid-template-columns: none;
}
.cat-item-latest-content {
  grid-area: C;
  margin-top:10px;
}
.cat-item-latest-rating {
  grid-area: B;
}
.rating-header {
  padding: 40px;
}
.fps-confirmed-block {
  grid-template-columns: 1fr;
    grid-gap: 0px;
}
}
@media only screen and (max-width: 540px) {
  .vs-texts {
    grid-template-columns: repeat(1, 1fr);
  }
  .vs-choose-inputs {
    grid-template-columns: repeat(1, 1fr);
  }
  .vs-header {
    margin-top:15px;
  }
  .cpu-compare-img {
    margin: 0px 0px 15px 0px;
  }

  .cpu-list .cpu-perfomance-score {
    font-size: 14px;
}
.cpu-list-right span {
  display:none;
}
.cpu-charts-two .cpu-perfomance-chart {
  margin: 0px;
  margin-right:20px;
}
.cpu-charts {
     flex-direction: column;
    align-items: flex-start;
}
.cirt-cards {
    grid-template-columns: 1fr;

}
.cirt-form {
  grid-template-columns:1fr;
  grid-gap: 20px;
}
    .cirt-form-cpu {
  grid-template-columns:1fr;
  grid-gap: 20px;
}
}
@media only screen and (max-width: 500px) {
  h1 {
    font-size: 26px;
  }
  .buttonWrapper button {
    font-size: 18px;
  }
  .container {
    padding: 20px;
  }
  .cpe-result span {
    display:none;
  }
  .cpe-link a {
    font-size:14px;
  }
  .cpu-bench-max {
    display:none;
  }
  .vs-bench-games-title {
    font-size: 18px;
    font-weight:500;
  }
  .gsrm-object {
    font-size:14px;
  }
  .gsrm-cpu::before, .gsrm-ram::before, .gsrm-gpu::before, .gsrm-hdd::before, .gsrm-os::before {
    width:32px;
    height:32px;
  }
  .percent_req {
    font-size:14px;
  }
  .chart-req, .chart-your {
    font-size:14px;
  }
  .send-fps {
    flex-direction: column;
  }
  .send-fps p {
    width: 100%;
    margin-right:0px;
    margin-top:0px;
  }
  .icf-block {
    top:20%;
    left:0%;
    width: calc(100% - 80px);
  }
  .rating-header {
    padding: 30px;
  }
}
@media only screen and (max-width: 460px) {
  .vs-logo {
    border-radius: 50%;
background: #232732;
padding: 15px;
height: auto;
width: 35px;
position: absolute;
left: 0;
right: 0;
margin-left: auto;
font-size: 24px;
margin-right: auto;
color: white;
margin-top: calc(50% - 124px);
font-weight: 600;
  }
  .vs-header-scores {
    grid-template-columns: 2fr 2fr;
    position: relative;
  }
  .vs-header .cpu-perfomance-chart {

  }
  .cih {
    padding:30px;
  }
  .compare-table tr {
  display: grid;

  /* ! */
  grid-template-areas:
    "a a"
    "b c";
  grid-auto-columns: 2fr;
}
.th-first {
  grid-area:b;
}
.th-second {
  grid-area: c;
}
.th-unknown {
  display:none;
}
.cpu-td-info {
  grid-area: a;
}
.cell-h {
  grid-area:a;
  text-align:center;
}
.compare-table {
  overflow:auto;
  border-radius:0px;

}
.rating-count {
  display:block;
}
.sticky {
  position:sticky;
  top:0;
  grid-template-areas:
    "b c" !important;
}
.vs-winner-title {
  font-size:24px;
}
.cpu-list .cpu-perfomance-chart {
  min-width: 40px !important;
  min-height: 40px !important;
  padding: 5px;
}
.cpu-header-info {
  display: flex;
    flex-direction: column;
    align-items: center;

}
.cpu-header-ul {
  margin-left: 0px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.rating-background {
    margin: 15px 0px;
}
.cpu-header-ul li {
  display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #ccc;
    padding: 5px 0px;
}
.fps-result-block {
  grid-template-columns: 1fr;
}
.search_game input {
  line-height: 32px;
    font-size: 14px;
    padding: 5px 0px 5px 50px;
}
.search_game .choose_cpu_page::before {
  width:32px;
  height:32px;
}
}
@media only screen and (max-width: 420px) {
  .cpe-result {
    font-size:12px;
  }
  .cpu-list .cpu-perfomance-chart {
    margin: 0px;
  }
  .cpu-list-top {
    position: relative;
  }
  .cpu-list-right {
    position: absolute;
top: 10px;
left: 70px;
  }
  .cpu-list .cpu-perfomance-score {
    font-size: 12px;
}
  .cpu-list .cpu-perfomance-chart {
    min-width: 30px !important;
min-height: 30px !important;
  }
  .item-related {
    grid-template-columns: 1fr;
  }
  .item-related-right {
    border-radius:0px 0px 10px 10px;
  }
  .rating-header {
    padding: 15px 20px;
  }
  .rating-header p {
    font-size: 12px !important;
  }
  .rating-cells {
    grid-template-areas: "A A A A A A"
                         "B B C C D D"
                         "E E E F F F";
                         grid-template-columns: repeat(6, 1fr);
                         grid-gap: 10px 0px;
  }
  .rating-cell:nth-child(2n) {
    grid-area: B;
  }
  .rating-cell:nth-child(3) {
    grid-area: C;
  }
  .rating-cell:nth-child(4) {
    border-right:0px;
    grid-area: D;
  }
  .rating-cell:nth-child(5) {
    grid-area: E;
  }
  .rating-cell:nth-child(6) {
    grid-area: F;
  }
  .rating-item-n a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 390px) {
  .cpu-img-charts img {
    width:120px;
  }
  .cih {
    padding: 20px 25px;
  }
  .filter-background {
    border-radius:0;
    background-color:transparent;
    padding:20px;
    margin: 0 auto;
  }
  .filter-el {
    position: relative;
    margin: 20px 0px;
    background-color: white;
    border-radius: 10px;
    padding: 10px 20px 20px 20px;
  }
  .filter-title {
    color:white;
  }
  #loading {
    bottom: calc(50% - 2em);
    box-sizing: border-box;
    opacity: 0.9;
  }
  .vs-logo {
    margin-top: 27px;
  }
  .search-input {
    font-size: 14px;
  }
  .cpu-charts-compare .small-chart {
    min-width: 40px !important;
    min-height: 40px !important;
    padding: 5px;
}
.cirt-header .rating-background {
  text-align:center;
}
.cirt-header .rating-top {
  grid-template-columns: none;
  justify-items: center;
}
.cpu-charts-compare .cpu-perfomance-score {
    font-size: 12px;
}
.vs-winner-title {
  font-size:20px;
}
.cpu-list-title, .youtube-title {
    font-size: 14px;
}
.cpe-link a {
    font-size: 12px;
}
.cpe-name {
  margin-left:10px;
}
.cpe-result {
  margin-right:10px;
}
.result-title img {
  width:30px;
}
footer {
    padding: 20px 30px 40px 30px;
}
}
