@charset "UTF-8";/*позиционирование колличество материалов в теге*/
.bg-info
{float: inline-end;
    margin-top: -30px;}

.s2s_contenedor
 {margin: -60px 0px 0px 0px;}

/*размер шрифта в тегах*/
.list-group
{
 font-size: 1em; 
}


/*донаты*/
@media (min-width: 992px) {
.col-lg-6 {
height: 40px !important;}}

@media (max-width: 576px) {
#sp-top2 {   
 width: 330px;
    margin: auto;
    height: 50px;}}

/*Ширина логотипа на мобильном*/
@media (max-width: 576px) {
.logo-image-phone{
  height: 55px !important;
}}


/*оформление таблицы тегов*/
.list-group {
display: block;
}
.list-group-item:first-child {
width: 48%;
display: inline-block;
border: 0px !important;
}
.list-group-item+.list-group-item {
width: 48%;
display: inline-block;
border: 0px !important;
}
.list-group-item+.list-group-item a {
display: block;
}
.list-group-item:first-child a {
  display: block;
}

.sp-megamenu-parent>li>a {
      padding: 0 10px !important;
}
.fields-container {margin: 0 0 10px -25px;
display: inline-block;}

/*Отступы в правой колонке*/
#sp-right .sp-module {
    margin-top: 10px !important;
    padding: 20px !important;
}
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
    margin: 0 0 5px !important;
    padding-bottom: 5px !important;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px solid #f3f3f3;
}


/*цвет номера материалов тега*/
.bg-info {
  background-color: #198754 !important;
}


/*смайлики в строку */
/*.comment-body img {
  float: left;*/
 /* padding: 10px 0px 10px 0px !important;*/



/*Кол-во материалов в тегах*/
.bg-info {
  float: right;
  margin-top: -28px;
}


/*ПОИСК СПРАВА*/
.poisk button
{
 margin: 10px Auto !important;
 width: 74%;
 border-radius: 5px !important;
    
}
.poisk label
{
    margin: 5px 10px 5px 55px !important;
    width: 70% !important;
    font-weight: 600;
}


/* катерия игр на мобильном   */
@media (max-width: 575px) {
.col-lg-4
{
width: 195px;
float: left;
}
.article-header h2
{
    font-size: 0.9rem !important;
}
.article
{
    padding: 10px !important;
}
.fields-container li
{
   padding-left: 0.1rem !important;
    list-style-type: none !important;
}
.fields-container ol, ul
{
   /*padding-left: 0rem !important;*/
}
/*на 4 колонки*/
.col-lg-3
{
  width: 175px !important;
    float: left !important;  
}
/*колонка меню на мобильном*/
#sp-right
{
    width: 100% !important;
}
}


/*Плитка категории на десктоп*/

.article-header h2
{
    font-size: 1.0rem !important;
}
.article
{
    padding: 10px !important;
}
.fields-container li
{
   padding-left: 0.1rem !important;
    list-style-type: none !important;
}
.fields-container ol, ul
{
  /* padding-left: 0rem !important;*/
   font-size: 0.9em;
}



/* Плитка игр на мобильном   */
@media (max-width: 575px) {
.item-content 
{
width: 155px !important;    
}
.showcase-item
{
width: auto !important;    
}
}

/*КНОПКА СКАЧАТЬ ГОЛУБАЯ*/
.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
  
}
/* 3 */
.btn-3 {
  background: rgb(0,172,238);
/*background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%);*/
background: linear-gradient(0deg, rgba(245 102 0 / 64%) 0%, rgb(207 15 15) 100%);
  width: max-content;
  height: 55px;
  line-height: 24px;
  padding: 3px 15px;
  border: none;
  display: block;
  margin: 0 auto !important;
  
  font-size: 16px !important;
  font-weight: 600 !important;
  
}
.btn-3 span {
  /*position: relative;*/
  display: block;
  width: 300px;
  /*height: 100%;*/
}
.btn-3:before,
.btn-3:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
   background: rgba(2,126,251,1);
  transition: all 0.3s ease;
}
.btn-3:before {
  height: 0%;
  width: 2px;
}
.btn-3:after {
  width: 0%;
  height: 2px;
}
.btn-3:hover{
   background: transparent;
  box-shadow: none;
}
.btn-3:hover:before {
  height: 100%;
}
.btn-3:hover:after {
  width: 100%;
}
.btn-3 span:hover{
   color: rgba(2,126,251,1);
}
.btn-3 span:before,
.btn-3 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
   background: rgba(2,126,251,1);
  transition: all 0.3s ease;
}
.btn-3 span:before {
  width: 2px;
  height: 0%;
}
.btn-3 span:after {
  width: 0%;
  height: 2px;
}
.btn-3 span:hover:before {
  height: 100%;
}
.btn-3 span:hover:after {
  width: 100%;
}
.btn-3 a{color: #f8f9fa;}
.btn-3 a:hover{color: #0d6efd;}

/* 4 */
.custom-btn-orang {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}
.btn-7 {
background: linear-gradient(0deg, rgba(255,151,0,1) 0%, rgba(251,75,2,1) 100%);
  line-height: 42px;
  padding: 0;
  border: none;
  width: max-content;
  display: block;
  margin: 0 auto;
  padding: 0 10px;
}

.btn-7 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-7:before,
.btn-7:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: rgba(251,75,2,1);
  box-shadow:
   -7px -7px 20px 0px rgba(255,255,255,.9),
   -4px -4px 5px 0px rgba(255,255,255,.9),
   7px 7px 20px 0px rgba(0,0,0,.2),
   4px 4px 5px 0px rgba(0,0,0,.3);
  transition: all 0.3s ease;
}
.btn-7:before{
   height: 0%;
   width: 2px;
}
.btn-7:after {
  width: 0%;
  height: 2px;
}
.btn-7:hover{
  color: rgba(251,75,2,1);
  background: transparent;
}
.btn-7:hover:before {
  height: 100%;
}
.btn-7:hover:after {
  width: 100%;
}
.btn-7 span:before,
.btn-7 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: rgba(251,75,2,1);
  box-shadow:
   -7px -7px 20px 0px rgba(255,255,255,.9),
   -4px -4px 5px 0px rgba(255,255,255,.9),
   7px 7px 20px 0px rgba(0,0,0,.2),
   4px 4px 5px 0px rgba(0,0,0,.3);
  transition: all 0.3s ease;
}
.btn-7 span:before {
  width: 2px;
  height: 0%;
}
.btn-7 span:after {
  height: 2px;
  width: 0%;
}
.btn-7 span:hover:before {
  height: 100%;
}
.btn-7 span:hover:after {
  width: 100%;
}
.btn-7 a{color: #f8f9fa;}
.btn-7 a:hover{color: rgb(251 75 2);}




/*Убрать линию под ссылками в статье*/
.nav-tabs {
--bs-nav-tabs-border-color: #fff;
}

/*Лучшие игры на главной*/
@media (max-width: 575px) {
.item-content
{
    width: 240px;
    margin: 0 auto;
}
}

/* Поиск для главной*/
/*Лучшие игры на главной*/
@media (max-width: 575px) {
.awesomplete
{
width: 74%;
  margin: 0 auto !important;
}
.btn-primary 
{
border-radius: 0px !important;
}
}
   

.awesomplete
{
width: 74% !important;
  margin: 0 auto !important;
}
.btn-primary 
{
border-radius: 0px !important;
}
  
/*Пагинация*/
.w-100
{
margin: 15px auto;
}

/*Сколько выводить материалов*/
.form-select
{display: none;}


/*Меню вниз*/
.sp-dropdown li
{
margin: 4px;
padding: 5px;
}
.sp-menu-item 
{
margin: 4px;
padding: 5px;
}
.sp-megamenu-parent
{
padding: 5px;
}


/* Мобильное меню */
.menu-child li 
{
margin: 0.7em auto 0.5em auto;
}

/* мобильный логотип и шапка */
@media (max-width: 575px) {
    #sp-header {
        height: 68px;
    }
}
@media (max-width: 575px) {
#sp-header .logo {
    margin-top: 7px;
    }
}


/* Блог вверх*/
#sp-main-body 
{padding: 50px 0 !important;}


/*Скрыть info карточек в категориях */
.article-info
{display: none;}

/*Скрыть блок комментариев к статье в категории */
.article-introtext {
display: none;}

/*Скрыть блок с ютуб*/
.disnon
{
display: none;
}

/* Frame во всю ширину */
.iframe_block{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.youtube{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Стиль верхнее меню */
.sp-megamenu-parent {
text-transform: uppercase;
font-weight: 500;
letter-spacing: 1px;
}




/* Отступ тегов в статье */
.tags {
/*margin-top: 20px;*/
  margin: 10px auto;
  width: fit-content;
}

/* Аккордион в статье */
.acor-container {
    margin: 20px 0;
}
.acor-container .acor-body {
    width: calc(100% - 40px);
    margin: 0 auto;
    height: 0;
    color: rgba(0, 0, 0, 0);
    background-color: #FFFFFF;
    line-height: 18px;
    padding: 0 30px;
    box-sizing: border-box;
    transition: color 0.5s, padding 0.5s;
    overflow: hidden;
    font-family: Verdana, sans-serif; 
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 10px 16px rgba(0,0,0,0.2);
}
.acor-container .acor-body p {
    margin: 0 0 10px;
}
.acor-container label {
    cursor: pointer;
    background-color: #337AB7;
    display: block;
    padding: 15px 20px;
    width: 100%;
    color: #ffffff;
    font-weight: 300;
    box-sizing: border-box;
    z-index: 100;
    font-family: Verdana, sans-serif;   
    font-size: 18px;
    margin: 0 0 5px;
    transition: color .35s;
}
.acor-container label:hover {
    color: #FFF;
}
.acor-container input{
    display: none;
}
.acor-container label:before {
    content: '\276F';
    float: right;
}
.acor-container input:checked + label {
    background-color: #285f8f;
    color: #FFF;
    box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
}
.acor-container input:checked + label:before {
    transition: transform .35s;
    transform: rotate(90deg);
}
.acor-container input:checked + label + .acor-body {
    height: auto;
    margin-top: -5px;
    color: #000;
    padding: 20px 15px 10px;
}

/* Картинка в тегах */
.list-group-item img {
float:left;
margin-right: 35px;
}


/* Названия доп полей */
.field-label {font-weight: bold;} 

/* Доп ссылки в статье */
.content-links-a {
border: 3px solid black!important;
border: 2px dotted;
border: solid #084a20;
margin-right: 0.3em;
padding: 3px;
font-weight: 600;
    font-size: 16px;
    background: #dc3545;
}
.content-links-a a {color: #ffffff !important;}

.content-links-b {
border: 1px;
border: 2px dotted;
border: solid #084a20;
margin-right: 0.3em;
padding: 3px;
font-weight: 600;
    font-size: 16px;
        background: #35633d;
}
.content-links-b a {color: #ffffff !important;}
.content-links-c {
border: 1px;
border: 2px dotted;
border: solid #084a20;
margin-right: 0.3em;
padding: 3px;
font-weight: 600;
    font-size: 16px;
        background: #35633d;
}
.content-links-c a {color: #ffffff !important;}

