.k2s-preview.wrap {
    max-width: 100% !important;
}

.navbar__toggler a.toggler {
    display: flex;
    justify-content: center;
    align-items: center;
}

.heading-top {
    margin: 1.875rem 0 0;
    font-size: 0.7rem;
}

.heading-top h1 {
text-align: center;
    font-weight: 400;
}

.heading {
   margin: 0.9375rem 0 0.9375rem;
}

.logo__mark {
    color: #ffc700;
   }

.logo__link {
   
    color: #c61650;
 
}


.tags-cloud {
    margin-bottom: 20px;
}
.tags-cloud .heading {
    max-width: 1044px;
    margin: 0 auto 20px;
    padding: 0 10px;
}
.tags-cloud .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tags-cloud a {
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0.125rem;
    font-size: .75rem;
    padding: 0.6375rem 0.95rem;
    display: block;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #C61650;
    color: #fff;
    margin: 0.125rem 0 0 0.125rem;
}

.tags-cloud a:hover {
    color: #fff;
}
.article {
    text-align: center;
    margin-bottom: 0px;
    /* padding: 15px 15px 0; */
}

.search-results .search-list {
    display: flex;
    flex-wrap: wrap;
}

.search-results .search-list_item {
    margin: 5px;
}

.filter__sponsor-btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    padding: 0.5625rem 0.9375rem;
    font-size: 1em;
     text-decoration: underline;
text-align:center;
}

.scroller__content {
    padding-bottom: 40px;
}
.article a {
    color: #c61650;
    
}

.btn--primary {
    background-color: #c61650;
    color: #ffffff;
}

.heading-top a {
    color: #c61650;
}



.page__wrapper {
      background-color: #000000;
  
}
body {
        background-color: #000000;
   }

.heading-top h1 {
       color: #fff;
}

.heading__title{
    color: #c5c5c5;
   }

.block-screenshots {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, 1fr);
}

.block-screenshots > a {
  display: block; 
}
@media (max-width: 799px) {
  .block-screenshots {
    grid-template-columns: repeat(4, 1fr);
  } 
} 
@media (max-width: 600px) {
  .block-screenshots {
    grid-template-columns: repeat(3, 1fr);
  }
} 
@media (max-width: 480px) {
  .block-screenshots {
    grid-template-columns: repeat(2, 1fr);
  }
} 
.serach-info-autocomplete {
  background-color: #fff; 
  padding: 5px 10px;
  border-radius: 0 0 5px 5px;
  color: #4a545a;
  overflow-y: auto;
}


.autocomplete-suggestion.title  {
  font-size: 18px;
  margin-bottom: 5px;  
  pointer-events: none;
  color: #C61650;
}
.autocomplete-suggestion.title:not(:first-child)  {
  margin-top: 15px;
}

.autocomplete-suggestion  { 
  font-size: 14px;
  margin-bottom: 5px;
}

.autocomplete-suggestion:last-child  {
  margin-bottom: 0;
}

.models-link {
  display: block;
  width: auto;
  margin: 0 0 0 0.9375rem;
}
.rating {
  width: auto !important; 
}

.mobile-models{
	margin-left: 15px;
}
@media (max-width: 48em){
	.mobile-models{
		display:none;
	}
}

.cards__item--model .card__footer {
  padding: 0.625rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cards__item--model .card__title {
  padding: 0;
  min-height: unset;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cards__item--model .videos {
  margin-left: 10px; 
  flex-shrink: 0;
}
.serach-info-autocomplete::-webkit-scrollbar {
  width: 4px;
  padding-right: 4px;
}
 
.serach-info-autocomplete::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); */
}
 
.serach-info-autocomplete::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  /* outline: 1px solid slategrey; */
  border-radius: 2px;
  padding-right: 4px; 
}

.card__info {
  background-color: #fff;
}

.category_page {
  display: flex;
  flex-direction: column;
}

.category_page .cards.hidden_block {
  order: 1;
}

.category_page .box.tags-cloud {
  order: 3;
}

.hidden_ajax,
.category_page .box.tags-cloud.hidden_search {
  display: none;
}

.trailer__spot {
  overflow: visible;
}

.info_site {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  margin: 0 0 10px;
}

.info_site span {
  padding: 2px 5px;
  color: #fff;
  background-color: #c61650;
}

.info_site svg {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.info_site .info_btn {
  cursor: pointer;
  line-height: 0;
}

.info_site .tool_tip {
  line-height: 1.2;
  position: absolute;
  z-index: 9;
  background-color: #fff;
  padding: .625rem;
  text-align: left;
  top: 100%;
  right: 0;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  transition: opacity .3s, visibility .3s;
}

.info_site .tool_tip a {
  text-decoration: underline;
}

.info_site .tool_tip-holder {
  line-height: 0;
}

.info_site .tool_tip-holder:hover .tool_tip,
.info_site.show .tool_tip {
  opacity: 1;
  visibility: visible;
} 









 