@font-face {
  font-family: 'mp';
  src: url('../fonts/mpsc.otf');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}
.ps-link {cursor: pointer;}
.static {padding: 0 10px;width: 100%;}
.full-page {padding: 0 10px;width: 100%;}
.full-page .content br {display: block;}
.submit-block {padding-top:10px; padding-bottom:10px;}
.container {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}
.favorite-box {
  position: absolute;
  top: -2px;
  left: 10px;
}
.favorite-box .flex {align-items: center; padding-top:5px}
.favorite-box a {font-size: 16px;color: #297c82;font-weight: 300;}
.favorite-box i {font-size: 25px;color: #13b76c;margin-right: 7px;text-shadow: 0px 2px 5px rgba(33, 182, 114, 0.51); }
.flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
a,
a:hover {
  text-decoration: none;
  transition: all 0.4s linear;
}
div.full-page a {color: #000; text-decoration: underline;font-weight: 600;}
div.full-page a:hover {color: #ff0000; text-shadow: 0px 1px 1px black; transition: all 0.2s linear; text-decoration: none;}

img {
  max-width: 100%;
}
.static-content br {display: block;}
.static-content .text {font-family: 'Roboto', sans-serif;font-weight: 400;}
body {
  background: #333;
  font-family: 'mp';
}
header {
  margin-top: 20px;
}
header .top-line {
  background: #297c82;
  border-radius: 15px 15px 0 0;
  border-bottom: 7px solid #297c82;
}
header .top-line .col-logo {
  width: 30%;
  background: #fff;
  border-radius: 15px 15px 0 0;
  padding: 15px 30px;
}
header .top-line .col-logo img {
  display: inline-block;
}
header .top-line .col-logo .logo:hover {
  opacity: .6;
}
header .top-line .col-login {
  background: #fff;
  border-radius: 15px 15px 0 0;
  width: 30%;
  padding: 8px 30px 8px 20px;
}
header .top-line .col-login .profile-box {
  padding: 10px 0;
  justify-content: center;
  align-items: center;
}
header .top-line .col-login .profile-box .avabox {
  width: 30%;
}
header .top-line .col-login .profile-box .avabox img {
  padding: 5px 5px;
  border-radius: 6px;
  background: #f4f4f4;
}
header .top-line .col-login .profile-box .list {
  width: 68%;
}
header .top-line .col-login .profile-box .list li {
  list-style: none;
  padding: 5px;
  border-bottom: 1px solid #f4f4f4;
}
header .top-line .col-login .profile-box .list li:last-child {
  border-bottom: none;
}
header .top-line .col-login .profile-box .list li a {
  font-size: 15px;
  color: #232323;
}
header .top-line .col-login .profile-box .list li a:hover {
  color: #297c82;
}
header .top-line .col-login .login-form .inp {
  margin-bottom: 5px;
}
header .top-line .col-login .login-form .inp input {
  border: none;
  background: #e7e8e5;
  width: 100%;
  padding: 10px 20px;
  border-radius: 6px;
  box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.08) inset;
}
header .top-line .col-login .login-form .inp2 {
  margin-bottom: 5px;
}
header .top-line .col-login .login-form .inp2 input {
  border: none;
  background: #e7e8e5;
  width: 75%;
  padding: 10px 20px;
  border-radius: 6px;
  box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.08) inset;
}
header .top-line .col-login .login-form .inp2 button {
  width: 20%;
  background: #13b76c;
  cursor: pointer;
  border: none;
  color: #fff;
  transition: all 0.4s linear;
  border-radius: 6px;
}
header .top-line .col-login .login-form .inp2 button:hover {
  transition: all 0.4s linear;
  background: #297c82;
}
header .top-line .col-login .login-form .links a {
  display: inline-block;
  color: #000;
  font-size: 11px;
  font-family: 'Roboto', sans-serif;
  margin-right: 10px;
  font-weight: 500;
}
header .top-line .col-login .login-form .links a:hover {
  color: #13b76c;
}
header .top-line .col-search {
  width: 40%;
  background: #297c82;
  padding: 15px 20px;
  border-bottom: 30px solid #fff;
}
header .top-line .col-search .search-inner input {
  padding: 10px 20px;
  width: 73%;
  border: none;
  border-radius: 6px;
}
header .top-line .col-search .search-inner button {
  width: 25%;
  background: #13b76c;
  cursor: pointer;
  padding: 10px 15px;
  border: none;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  transition: all 0.4s linear;
  font-size: 13px;
  border-radius: 6px;
}
header .top-line .col-search .search-inner button i {
  color: #10834e;
  padding-right: 5px;
}
header .top-line .col-search .search-inner button:hover {
  transition: all 0.4s linear;
  background: #52a2aa;
}
header .top-line .col-search .search-inner .example {
  margin-top: 5px;
  font-size: 11px;
  font-family: 'Roboto', sans-serif;
  color: #93c3c6;
}
header .top-line .col-search .search-inner .example span {
  display: inline-block;
  color: #93c3c6;
}
header .top-line .col-search .search-inner .example a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
}
header .top-line .col-search .search-inner .example a:hover {
  text-decoration: none;
}
header .bottomline .header-nav {
  z-index: 50;
  box-shadow: 6px 9px 24px 0px rgba(41, 124, 130, 0.42);
  border-radius: 6px;
  margin: 0 -10px;
  padding: 5px 40px;
  background: #297c82;
  border-top: 4px solid #52a2aa;
}
header .bottomline .header-nav li {
  display: inline-block;
  border-right: 1px solid #399197;
}
header .bottomline .header-nav li a {
  padding: 15px;
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
}
.slider {
  padding: 20px 50px;
  background: #232323;
}
.slider .slider-item {
  border-radius: 6px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 130px;
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}
.slider .slider-item .title {
  position: absolute;
  bottom: 0;
  background: #404040;
  left: 0;
  right: 0;
  color: #fff;
  padding: 5px 10px;
  font-size: 13px;
  text-align: center;
  opacity: 0;
  transition: all 0.4s linear;
}
.slider .slider-item:hover .title {
  opacity: 1;
  transition: all 0.4s linear;
}
.slider .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -9.5px;
  left: 0;
  right: 0;
  color: #404040;
}
.slider .owl-nav .owl-next,
.slider .owl-nav .owl-prev {
  position: absolute;
  font-size: 13px;
  transition: all 0.4s linear;
  color: #a0a0a0;
}

/*Код для стрелок */
.slider .owl-nav .owl-next i,
.slider .owl-nav .owl-prev i {
    color: #fff;
    border-radius: 6px;
    border-top: 4px solid #52a2aa;
    background: #297c82;
    font-size: 12px;
    padding: 7px 14px;
    transition: all 0.3s ease; /* Плавность */
}

/* === ЭФФЕКТ ПРИ НАВЕДЕНИИ === */
/* Кнопка становится ярче или другого оттенка */
.slider .owl-nav .owl-next:hover i,
.slider .owl-nav .owl-prev:hover i {
    background: #13b76c;      /* Салатовый (как на других кнопках твоего сайта) */
    border-top-color: #2ecc71;
    transform: translateY(-2px); /* Легкое движение вверх */
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
.anons {
  font-size:13px;
  font-family: 'Roboto', sans-serif;
  margin-top: 5px;
  margin-bottom: 20px;
  background: #f0b74e;
  border-radius: 4px;
  color: #040000;
  padding: 5px 5px;
  font-weight: 500;
}
.slider .owl-nav .owl-next:hover i,
.slider .owl-nav .owl-prev:hover i{
  color: #fff;
  transition: all 0.4s linear;
}
.slider .owl-nav .owl-next {
  right: -28px;
}
.slider .owl-nav .owl-prev {
  left: -28px;
}
main {
  border-top: 7px solid #297c82;
  background: #fff;
  padding: 20px 10px;
}
main .left-col {
  width: 27%;
}
main .left-col .col-m {
  border-radius: 6px 6px 12px 12px;
  background: #f4f4f4;
  position: relative;
  box-shadow: 3px 3px 0px 0px #d6d6d6;
  margin-bottom: 45px;
  padding: 40px 20px 30px 20px;
}
main .left-col .col-m:first-child {
  margin-top: 25px;
}
main .left-col .col-m .title-col {
  background: #297c82;
  border-top: 6px solid #52a2aa;
  border-radius: 6px;
  padding: 10px 40px;
  margin-left: 7px;
  display: inline-block;
  width: 95%;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  top: -28px;
  left: 0;
}
main .left-col .col-m .list-col.menu li {
  width: 49%;
  list-style: none;
}
main .left-col .col-m .list-col.menu li a {
  font-size: 15px;
  color: #000;
  display: block;
  padding: 7px 10px;
}
main .left-col .col-m .list-col.menu li a:hover {
  color: #298c82;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 0 0 #dfdfdf;
}
main .left-col .col-m .list-col.items-waiting .item {
  margin-bottom: 10px;
  width: 48%;
  cursor: pointer;
  height: 200px;
  position: relative;
}
main .left-col .col-m .list-col.items-waiting .item .title {
  position: absolute;
  bottom: 0;
  background: #404040;
  left: 0;
  right: 0;
  color: #fff;
  padding: 5px 10px;
  font-size: 13px;
  text-align: center;
  opacity: 0;
  transition: all 0.4s linear;
}
main .left-col .col-m .list-col.items-waiting .item:hover .title {
  opacity: 1;
  transition: all 0.4s linear;
}
main .left-col .col-m .list-col.items-waiting .item img {
  height: 100%;
  width: 100%;
}
main .left-col .col-m .list-col.items-waiting .item:hover img {
  opacity: .8;
}
main .left-col .col-m .list-col.items-torrent .item {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}
main .left-col .col-m .list-col.items-torrent .item .img-box {
  width: 20%;
}
main .left-col .col-m .list-col.items-torrent .item .left-side {
  width: 80%;
  padding-left: 10px;
}
main .left-col .col-m .list-col.items-torrent .item .left-side .rating-box {
  background: #404040;
  font-size: 13px;
  color: #fbd58c;
  padding: 5px 4px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 5px;
}
main .left-col .col-m .list-col.items-torrent .item .left-side .title {
  color: #232323;
  font-size: 13px;
  line-height: 14px;
}
main .right-col {
  width: 70%;
}
main .right-col .content-items #dle-content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  justify-content: left;
}
main .right-col .content-items .shortstory {
  margin-bottom: 2%;
  width: 25%;
  /*margin-right: 2%;*/
}
main .right-col .content-items .shortstory .title {
  text-align: center;
  border-radius: 6px 6px 0 0;
  padding: 7px 5px;
  background: #232323;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
main .right-col .content-items .shortstory .img-box {
  position: relative;
  height: 250px;
}
main .right-col .content-items .shortstory .img-box img {
  width: 100%;
  display: block;
  height: 100%;
}
main .right-col .content-items .shortstory .img-box .rating-box {
  position: absolute;
  text-align: center;
  bottom: 0;
  background: rgba(35, 35, 35, 0.8);
  display: inline-block;
  font-size: 13px;
  color: #fbd58c;
  padding: 7px 9px;
  border-radius: 6px 6px 0 0;
  left: 50%;
  width: 80px;
  margin-left: -40px;
}
main .right-col .content-items .shortstory .size-box {
  background: #e3e6e3;
  border-radius: 0 0 6px 6px;
  text-align: center;
  padding: 10px;
  box-shadow: 0 3px 0 0 #dfdfdf;
  font-size: 13px;
  color: #8d8d8d;
}
main .right-col .content-items .shortstory .size-box span {
  color: #232323;
}
main .right-col .content-items .shortstory .size-box i {
  color: #297c82;
  padding-right: 5px;
}
main .navigation {
  width: 100%;
  text-align: center;
}
main .navigation .navigation-links {
  margin: 40px 0;
}
main .navigation .navigation-links .prev,
main .navigation .navigation-links .next,
main .navigation .navigation-links .links {
  display: inline-block;
}
main .navigation .navigation-links .links {
  margin: 0 10px;
}
main .navigation .navigation-links .links a,
main .navigation .navigation-links .links span {
  display: inline-block;
  padding: 7px;
  border-radius: 6px;
}
main .navigation .navigation-links .links a {
  color: #232323;
}
main .navigation .navigation-links .links span,
main .navigation .navigation-links .links a:hover {
  background: #e3e6e3;
  color: #8d8d8d;
}
main .navigation .navigation-links .prev span,
main .navigation .navigation-links .next span {
  display: none;
}
main .navigation .navigation-links .prev a,
main .navigation .navigation-links .next a {
    color: #fff;
    border-radius: 6px;
    border-top: 4px solid #52a2aa;
    background: #297c82;
    font-size: 12px;
    padding: 7px 14px;
    /* Добавляем плавность анимации */
    transition: all 0.3s ease;
    display: inline-block; /* Чтобы трансформация работала корректно */
}
/* === ЭФФЕКТ ДЛЯ НАВИГАЦИИ (HOVER) === */
main .navigation .navigation-links .prev a:hover,
main .navigation .navigation-links .next a:hover {
    background: #13b76c;           /* Яркий салатовый цвет */
    border-top-color: #2ecc71;     /* Светло-зеленая рамка сверху */
    color: #fff;                   /* Цвет текста */
    transform: translateY(-2px);   /* Кнопка чуть подпрыгивает */
    box-shadow: 0 4px 10px rgba(0,0,0,0.3); /* Тень снизу */
}
footer {
  padding-bottom: 20px;
}
footer .main-seo {
  border-top: 3px solid #e7e8e5;
  background: #f4f4f4;
  padding: 50px 30px;
}
footer .main-seo h2 {
  font-size: 24px;
  line-height: 16px;
  color: #232323;
  margin-bottom: 20px;
}
footer .main-seo p {
  margin-bottom: 10px;
  color: #6d6d6d;
  font-size: 13px;
  line-height: 16px;
  font-family: 'Roboto', sans-serif;
}
footer .footer-copy {
  justify-content: left;
  position: relative;
  align-items: center;
  background: #232323;
  padding: 15px 30px;
}
footer .footer-copy .footer-logo {
  margin-right: 20px;
}
footer .footer-copy .copy-text {
  font-size: 11px;
  font-family: 'Roboto', sans-serif;
  line-height: 16px;
}
footer .footer-copy .copy-text p {
  color: #636363;
}
footer .footer-copy .copy-text a {
  margin-top: 5px;
  color: #fff;
  display: inline-block;
  text-decoration: underline;
}
footer .footer-copy .copy-text a:hover {
  text-decoration: none;
}
footer .footer-copy .counter {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -15px;
}
footer .gotop {
  position: absolute;
  left: 0;
  right: 0;
  height: 9px;
  text-align: right;
  border-top: 3px solid #52a2aa;
  background: #297c82;
  border-radius: 0 0 6px 6px;
}
footer .gotop a {
  display: inline-block;
  border-radius: 0 0 30px 30px;
  background: #fff;
  color: #298c82;
  font-size: 11px;
  line-height: 11px;
  padding: 3px 30px 10px 30px;
}
footer .gotop a i {
  padding-left: 5px;
}
.title-box.main h1 {
  font-size: 24px;
  line-height: 16px;
  margin-bottom: 20px;
  color: #232323;
}
.full-page .title-box h1 {
  font-size: 24px;
  line-height: 16px;
  margin-bottom: 20px;
  color: #232323;
}
.full-page .top-side {
  margin-bottom: 30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.full-page .top-side .img-box {
  width: 40%;
}
.full-page .top-side .img-box img {
  width: 100%;
}
.full-page .top-side .info-side {
  width: 58%;
  position: relative;
}
.full-page .top-side .info-side .rating-layer {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  height: 31px;
  padding: 4px 20px 4px 0;
}
.full-page .top-side .info-side .rating-layer .rating-box,
.full-page .top-side .info-side .rating-layer .vote-num {
  display: inline-block;
}
.full-page .top-side .info-side .rating-layer .rating-box {
  margin-right: 10px;
}
.full-page .top-side .info-side .rating-layer .vote-num {
  color: #232323;
  font-size: 13px;
}
.full-page .top-side .info-side .rating-layer::before {
  position: absolute;
  left: -29px;
  top: 0;
  content: '';
  border: 15px solid transparent;
  border-top:16px solid #fff;
  border-right: 15px solid #fff;
}
.full-page .top-side .info-side .rating-layer .rating_digits_1,
.full-page .top-side .info-side .rating-layer .rating_digits_2 {
  display: none;
}
.full-page .top-side .info-side .game-info {
  background: #e3e6e3;
  border-radius: 6px;
  padding: 50px 20px 10px 20px;
  border-bottom: 3px solid #d6d6d6;
}
.full-page .top-side .info-side .game-info li {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 15px;
}
.full-page .top-side .info-side .game-info li p:first-child {
  width: 25%;
}
.full-page .top-side .info-side .game-info li p:first-child strong {
  color: #8d8d8d;
}
.full-page .top-side .info-side .game-info li p:last-child {
  width: 75%;
  color: #232323;
}
.full-page .top-side .info-side .game-info li p:last-child a {
  color: #297c82;
  text-decoration: underline;
}
.full-page .top-side .info-side .game-info li p:last-child a:hover {
  text-decoration: none;
}
.full-page .top-side .info-side .download-box {
  margin-top: 20px;
  align-items: center;
  justify-content: left;
}
.full-page .top-side .info-side .download-box a {
  position: relative;
  display: inline-block;
  border-radius: 50px;
  background: #13b76c;
  font-size: 15px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  line-height: 15px;
  padding: 17px 20px 17px 46px;
  margin-right: 20px;
}
.full-page .top-side .info-side .download-box a:hover {
  background: #297c82;
}
.full-page .top-side .info-side .download-box a::before {
  position: absolute;
  left: 11px;
  top: 11px;
  content: '';
  background: url('../images/torrent.png');
  height: 26px;
  width: 26px;
}
.full-page .top-side .info-side .download-box .size-box {
  font-size: 13px;
  color: #8d8d8d;
}
.full-page .top-side .info-side .download-box .size-box span {
  color: #232323;
}
.full-page .top-side .info-side .download-box .size-box i {
  color: #297c82;
  padding-right: 5px;
}
.full-page .fullstory {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 30px;
  font-size: 15px;
}
.full-page .fullstory  br {
  display: block;
}
.full-page .fullstory .title {
  margin-bottom: 10px;
  font-weight: 700;
}
.full-page .fullstory .content {
  font-weight: 400;
}
.full-page .system {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 30px;
  font-size: 15px;
}
.full-page .system .title {
  margin-bottom: 10px;
  font-weight: 700;
}
.full-page .system .content {
  font-weight: 400;
}
.full-page .system .content ul {
  padding-left: 20px;
}
.full-page .system .content ul li {
  position: relative;
  list-style: none;
}
.full-page .system .content ul li::before {
  width: 5px;
  height: 5px;
  position: absolute;
  content: '';
  left: -20px;
  border-radius: 100%;
  top: 50%;
  margin-top: -2.5px;
  background: #297c82;
}
.full-page .comments {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 30px;
  font-size: 15px;
}
.full-page .comments li {
  list-style: none;
}
.full-page .comments .title {
  margin-bottom: 10px;
  font-weight: 700;
}
.full-page .related {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 30px;
  font-size: 15px;
}
.full-page .related .title {
  margin-bottom: 10px;
  font-weight: 700;
}
.full-page .related .related-news {
  width: 18%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.full-page .related .related-news .title {
  text-align: center;
  border-radius: 6px 6px 0 0;
  padding: 7px 5px;
  background: #232323;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
}
.full-page .related .related-news .img-box {
  position: relative;
  height: 200px;
}
.full-page .related .related-news .img-box img {
  width: 100%;
  display: block;
  height: 100%;
}
.full-page .related .related-news .img-box .rating-box {
  position: absolute;
  text-align: center;
  bottom: 0;
  background: rgba(35, 35, 35, 0.8);
  display: inline-block;
  font-size: 13px;
  color: #fbd58c;
  padding: 7px 9px;
  border-radius: 6px 6px 0 0;
  left: 50%;
  width: 80px;
  margin-left: -40px;
}
.full-page .torrent-box {
  margin-bottom: 10px;
  background: #232323;
  border-radius: 6px;
  border-top: 3px solid #369da4;
  box-shadow: inset 0px 14px 20px -10px rgba(55, 157, 164, 0.6);
  padding: 20px 15px;
}
.full-page .torrent-box .links-line {
  margin-bottom: 10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  justify-content: left;
  align-items: center;
}
.links-line a {text-decoration: none !important;
}
.full-page .torrent-box .links-line a {
  margin-right: 10px;
  background: #473e39;
  border-radius: 6px;
  display: inline-block;
  border-top: 2px solid #79685f;
  padding: 10px 15px;
  color: #b4aeaa;
  font-size: 13px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
.full-page .torrent-box .links-line a:hover {
  background: #ff5400;
  color: #fff;
  border-color: #f98145;
  box-shadow: 0px 3px 5px 0px rgba(255, 84, 0, 0.49);
}
.full-page .torrent-box .download-box {
  background: #fff;
  border-radius: 6px;
  border: 2px solid #13b76c;
  padding: 10px;
  align-items: center;
  justify-content: left;
}
.full-page .torrent-box .download-box .title {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  color: #297c82;
  text-decoration: underline;
}
.full-page .torrent-box .download-box a {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  background: #13b76c;
  font-size: 15px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  line-height: 15px;
  padding: 17px 20px 17px 46px;
  margin-right: 20px;
}
.full-page .torrent-box .download-box a:hover {
  background: #297c82;
}
.full-page .torrent-box .download-box a::before {
  position: absolute;
  left: 11px;
  top: 11px;
  content: '';
  background: url('../images/torrent.png');
  height: 26px;
  width: 26px;
}
.full-page .osobenosti {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 30px;
  font-size: 15px;
}
.full-page .osobenosti .title {
  margin-bottom: 10px;
  font-weight: 700;
}
.full-page .osobenosti .content {
  font-weight: 400;
}
.full-page .osobenosti .content ul {
  padding-left: 20px;
}
.full-page .osobenosti .content ul li {
  position: relative;
  list-style: none;
  margin-bottom: 10px;
}
.full-page .osobenosti .content ul li::before {
  width: 5px;
  height: 5px;
  position: absolute;
  content: '';
  left: -20px;
  border-radius: 100%;
  top: 50%;
  margin-top: -2.5px;
  background: #297c82;
}
.full-page .screens {
  margin-bottom: 30px;
}
.full-page .screens div {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.full-page .screens a {
  width: 33.33%;
}
.full-page .video {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 30px;
  font-size: 15px;
}
.full-page .video .title {
  margin-bottom: 10px;
  font-weight: 700;
}
.full-page .video .content iframe {
  width: 100%;
  margin-bottom: 10px;
}
.tuploads-box {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 20px;
  background: #e6f6fb;
  border-radius: 6px;
  padding: 5px 20px;
}
.tuploads-box .tupitem {
  transition: all 0.4s linear;
  font-size: 13px;
  font-weight: 400;
  color: #232323;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  justify-content: left;
  align-items: center;
  padding: 10px 15px;
}
.tuploads-box .tupitem:not(:last-child) {
  border-bottom: 1px solid #d2e7ed;
}
.tuploads-box .tupitem .name {
  width: 55%;
  font-weight: 700;
}
.tuploads-box .tupitem .name .show-hidden {
  font-weight: 400;
  color: #369da4;
  text-decoration: underline;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.4s linear;
}
.tuploads-box .tupitem .name .show-hidden:hover {
  color: #10834e;
  transition: all 0.4s linear;
}
.tuploads-box .tupitem .size,
.tuploads-box .tupitem .downloads {
  width: 10%;
  text-align: center;
}
.tuploads-box .tupitem .download {
  width: 25%;
  margin-left: auto;
  text-align: right;
}
.tuploads-box .tupitem .download a {
  color: #fff;
  font-size: 13px;
  background: #13b76c;
  font-weight: 500;
  text-transform: uppercase;
  box-shadow: 0px 3px 5px 0px rgba(18, 183, 108, 0.49);
  border-radius: 18px;
  display: inline-block;
  padding: 10px 20px;
}
.tuploads-box .tupitem .download a i {
  opacity: .63;
}
.tuploads-box .tupitem .download a:hover {
  background: #297c82;
  box-shadow: 1px 3px 2.82px 0.18px rgba(41, 124, 130, 0.26);
}
.tuploads-box .tupitem .hidden-content {
  margin-top: 20px;
  display: none;
}
.tuploads-box .tupitem .hidden-content.open {
  display: block;
}
.tuploads-box .tupitem.title {
  color: #5d5d5d;
  font-size: 11px;
  line-height: 18px;
  font-weight: 400;
  border-bottom: 1px solid #d2e7ed;
  padding: 10px 15px;
  text-transform: uppercase;
}
.tuploads-box .tupitem.title .name {
  font-weight: 400;
}

.footer-up {
  background: rgba(0, 0, 0, .6);
  padding:10px 10px 5px 10px;
  cursor: pointer;
  position: fixed;
  right: 10px;
  bottom: 50px;
  opacity: .5;
  display: none;
  transition: .4s linear;
}
.footer-up i {color: #fff;}
.footer-up:hover {opacity: 1;transition: .4s linear;}

.instagram-media, .twitter-tweet {display: inline-block !important;}
/* === СТИЛИ ДЛЯ СЛАЙДЕРА === */
.slider-item {
    display: block;
    height: 280px;            /* Высота слайда */
    background-size: cover;   /* Картинка заполняет весь блок */
    background-position: center top;
    border-radius: 8px;       /* Скругленные углы */
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    overflow: hidden;
}

.slider-item:hover {
    transform: translateY(-3px); /* Легкое всплытие */
}

/* Затемнение снизу для читаемости текста */
.slider-item::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
}

/* Заголовок игры */
.slider-item .title {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000;
    z-index: 2;
    line-height: 1.2;
}

/* === НОВАЯ СЕТКА ИГР (FLEXBOX) === */

/* 1. Настраиваем контейнер, который мы создали в main.tpl */
.games-grid {
    display: flex;        /* Включаем сетку */
    flex-wrap: wrap;      /* Разрешаем перенос на следующую строку */
    margin: 0 -10px;      /* Компенсируем отступы */
    width: 100%;
}

/* 2. Настраиваем ширину карточек */
.games-grid .shortstory {
    width: 25%;           /* 4 игры в ряд (100% / 4 = 25%) */
    padding: 0 10px;      /* Отступы между карточками */
    margin-bottom: 30px;  /* Отступ снизу */
    box-sizing: border-box;
    display: block;       /* Важно для корректного отображения */
    float: none;          /* Отключаем старые обтекания */
}

/* 3. Оформление самой карточки */
.games-grid .shortstory > a {
    display: block;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15); /* Тень */
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    transition: transform 0.3s ease;
    height: 100%;         /* Чтобы все карточки были одной высоты */
}

.games-grid .shortstory:hover > a {
    transform: translateY(-5px);
}

/* 4. Настройка картинки (постера) */
.games-grid .shortstory .img-box {
    height: 320px;        /* Высота постера */
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #222;
}

.games-grid .shortstory .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;    /* Обрезаем, чтобы заполнить весь блок */
    object-position: center top;
    transition: transform 0.4s;
}

.games-grid .shortstory:hover .img-box img {
    transform: scale(1.05); /* Легкое увеличение картинки при наведении */
}

/* 5. Заголовок */
.games-grid .shortstory .title {
    background: #297c82;
    color: #fff;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 6. Блок размера файла */
.games-grid .shortstory .size-box {
    padding: 10px;
    text-align: center;
    color: #555;
    font-size: 13px;
    font-weight: 500;
    border-top: 1px solid #eee;
}

/* === ВАЖНО: ИСПРАВЛЕНИЕ НАВИГАЦИИ === */
/* Чтобы навигация (страницы 1, 2, 3...) не вставала сбоку, а падала вниз */
.games-grid > div:not(.shortstory), 
.games-grid > span, 
.games-grid > .clr {
    width: 100%;
    flex-basis: 100%;
    margin-top: 20px;
}

/* === АДАПТИВНОСТЬ === */
@media screen and (max-width: 1100px) {
    .games-grid .shortstory { width: 33.33%; } /* 3 в ряд */
}
@media screen and (max-width: 768px) {
    .games-grid .shortstory { width: 50%; }    /* 2 в ряд */
}
@media screen and (max-width: 480px) {
    .games-grid .shortstory { width: 100%; }   /* 1 в ряд */
}

/* === КРАСИВЫЙ СПИСОК ФАЙЛОВ === */
.download-link {
    display: block;
    width: 100%;
    margin-bottom: 10px; /* Отступ между кнопками */
}

.download-link a {
   text-decoration:none!important;
    display: block !important; /* Принудительно на всю ширину */
    width: 100%;
    text-align: left;          /* Текст слева, а не по центру */
    padding-right: 15px;       /* Отступ справа */
    box-sizing: border-box;
    white-space: nowrap;       /* Запрет переноса строк */
    overflow: hidden;          /* Если имя слишком длинное - обрезаем */
    text-overflow: ellipsis;   /* Добавляем троеточие (...) в конце длинных имен */
}
/*--- Подсветка исходного кода ---*/
.hljs-comment, .hljs-quote {
  color: #a0a1a7;
  font-style: italic;
}

.hljs-doctag, .hljs-keyword, .hljs-formula {
  color: #a626a4;
}

.hljs-section, .hljs-name, .hljs-selector-tag, .hljs-deletion, .hljs-subst {
  color: #e45649;
}

.hljs-literal {
  color: #0184bb;
}

.hljs-string, .hljs-regexp, .hljs-addition, .hljs-attribute, .hljs-meta-string {
  color: #50a14f;
}

.hljs-built_in, .hljs-class .hljs-title {
  color: #c18401;
}

.hljs-attr, .hljs-variable, .hljs-template-variable, .hljs-type, .hljs-selector-class, .hljs-selector-attr,
.hljs-selector-pseudo, .hljs-number {
  color: #986801;
}

.hljs-symbol, .hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-title {
  color: #4078f2;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-link {
  text-decoration: underline;
}
figure {
    margin: 0;
}

figure.align-left {
    float: left;
}

figure.align-right {
    float: right;
}

figure.image.align-center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

figure.image figcaption {
	padding: 1rem;
    background-color: #fafafa;
    font-size: .8rem;
    caption-side: bottom;
    word-break: break-word;
    text-align: center;
}

figure.image.align-center figcaption {
	display: table-caption;
}
.comments-image-gallery {
  margin: 0;
  padding: 0;  
  list-style: none;
  clear: both;
}

.comments-image-gallery li{
	list-style: none;
	margin: 0;
	padding: 0;  
}

.comments-image-gallery li img{
  float: left;
  margin-right: 5px;
  border: 5px solid #fff;
  width: 100px;
  height: 100px;
  transition: box-shadow 0.5s ease;
}

.comments-image-gallery li img:hover {
  box-shadow: 0px 0px 7px rgba(0,0,0,0.4);
}

.mce-toc {
  border: 1px solid #dbdada;
  margin: 0 0 .7rem 0;
}

.mce-toc h2 {
  margin: 4px;
}

.mce-toc ul {
  padding-left: 20px;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.mce-toc ul ul {
  padding-left: 20px;
  margin-block-start: 0;
  margin-block-end: 0;
}

.mce-toc li {
  list-style-type: none;
}
.image-bordered {
	border: 1px solid #ddd;
}

.image-shadows {
	box-shadow: rgb(9 30 66 / 25%) 0px 4px 8px -2px, rgb(9 30 66 / 8%) 0px 0px 0px 1px;
}

.image-padded {
	padding: 0.5rem;
}

.comments-user-profile {
  font-weight: bold;
  cursor: pointer;
  color: #3394e6;
}
.title_spoiler svg{
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 7px;
	height: 16px;
	width: 16px;
}
.mce-accordion summary {
	cursor: pointer;
}

.self_delete_link {
	border: 0 none;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	padding: 8px 15px;
	border-radius: 7px;
	outline: none;
	background-color: #f44336;
	color: #fff!important;
	text-shadow: 0 1px #333;
	text-decoration: none !important;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	box-sizing: border-box;
	transition: all ease .1s; transition: all ease .1s;
}
.self_delete_link:hover {background-color:#c03930!important;}

.DLEPush {
	z-index: 2001;
	position: fixed;
	right: 20px;
	top: 20px
}

@keyframes DLEPush-show {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.DLEPush-notification.wrapper {
	animation-name: DLEPush-show;
	animation-duration: 1s;
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	max-width: 400px;
	box-shadow: 0 10px 15px rgb(0 0 0 / 20%);
	background-color: #fff;
	border-radius: 10px
}

.DLEPush-notification .DLEPush-icon {
	grid-column: 1;
	grid-row: 1 / span 2;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 45px;
	height: 100%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: center;
}

.DLEPush-notification .DLEPush-icon svg {
	scale: .8;
}

.DLEPush-notification .DLEPush-header {
	font-weight: 500;
	grid-column: 2;
	grid-row: 1;
	font-size: 1rem;
	margin-left: 1rem;
	margin-top: .5rem;
}
.DLEPush-notification .DLEPush-header:empty {
	margin-top: 0;
}

.DLEPush-notification .DLEPush-message {
	grid-column: 2;
	grid-row: 2;
	font-size: .875rem;
	margin: 1rem;
}

.DLEPush-notification .DLEPush-message li, .DLEPush-notification .DLEPush-message ul {
	list-style-type: none;
	padding-left: 0;
}

.DLEPush-notification .DLEPush-close {
	position: absolute;
	top: 8px;
	right: 10px;
	font-weight: 300;
	background: none;
	border: 0;
	font-size: 1.15rem;
	cursor: pointer;
	line-height: 1;
	padding: 0;
	color: inherit;
	outline: 0;
	opacity: 0.75;
}

@media only screen and (min-width: 601px) {
	.DLEPush-notification.wrapper {
		min-width: 400px;
	}
}

.DLEPush-notification .DLEPush-close:hover {
	opacity: 1;
}

.DLEPush-notification.wrapper.push-success {
	background-color: #e0f2f1;
}

.DLEPush-notification.wrapper.push-success .DLEPush-icon {
	background-color: #00897b;
}

.DLEPush-notification.wrapper.push-warning {
	background-color: #FFF3E0;
}

.DLEPush-notification.wrapper.push-warning .DLEPush-icon {
	background-color: #FF9800;
}

.DLEPush-notification.wrapper.push-error {
	background-color: #FBE9E7;
}

.DLEPush-notification.wrapper.push-error .DLEPush-icon {
	background-color: #FF5722;
}

input[type="text"].comments_author_field {
	width: 100%;
	margin-bottom: 10px;
}
.ui-dialog-buttonset button.ui-button-delete {
    background-color: #f44336;
    border-color: #f44336;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(51, 51, 51, .5);
}
.ui-dialog-buttonset button.ui-button-delete:hover {
    background-color: #db3a2f;
    border-color: #db3a2f;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(51, 51, 51, .5);
}
.form-check-label {
    cursor: pointer;
}
.form-check-input {
    color: #0c5f7eed;
    flex-shrink: 0;
    width: 1.12rem;
    height: 1.12rem;
    margin: -0.188rem 0.625rem 0 0;
    appearance: none;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #0c5f7eed;
    vertical-align: middle;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%230c5f7eed' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%230c5f7eed'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox] {
    border-radius: .25rem;
}

.form-check-input[type=radio] {
    border-radius: 50%;
}
.pm th{
    text-align: left;
    font-weight: 500;
    white-space: nowrap;
}
.pm th.pm_checkbox {
	text-align: center;
}
.pm_list.pm_subj, .pm_list.pm_icon, .pm_list.pm_last_user {
 cursor: pointer;
}
.pm_list.pm_icon svg {
	width: 1.4rem;
	height: 1.4rem;
	vertical-align: middle;
}

.pm_list.pm_icon.pm-unread-image {
 color: #3394e6;
}
.pm td.pm_list.pm_icon, .userstop td, th.pm_head.pm_icon {
	border-bottom: none;
}
.pm_list.pm_icon.pm-reply-image {
	color: #087e02c4;
}
.pm_list.pm_icon.pm-read-image {
	color: #afafaf;
}

.pm_list .pm_last_message, .pm_list .pm_last_date, .pm_list .pm_with_user {
	color: #64748b;
	font-size: .8rem;
}
.pm tbody > tr:hover {
    background-color: #e2e8f099;
}
.pm_navigation {
	margin-top: 1rem;
}
.pm_navigation .navigation {
	display: inline-block;
	color: #333333;
	background-color: #f5f5f5;
	border-radius: 0.188rem;
	padding: .4rem;
}

.pm_navigation .navigation a, .pm_navigation .navigation span {
    padding: 0.5rem;
    min-width: 2.25rem;
}
.pm_navigation .navigation span {
    background-color: #4581d0;
    color: #fff;
}
.pm_navigation .navigation a {
    text-decoration: none;
    color: #000;
}
.pm_navigation .navigation a:hover {
    background-color: #e2e8f0;
}
.quote_link {
	float: right;
}
.quote_link svg {
	color: #6c838e;
	vertical-align: middle;
}
.clipboard-copy-link svg {
	color: #6c838e;
	vertical-align: middle;
	margin-top: -3px;
}
/* Оформление Яндекс Captcha */
.smart-captcha {
    display: inline-block;
}

/* Оформление математический формул */
.mathml-container {
	font-family: math;
}
div.mathml-block {
	font-size: 1.1em;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .139em .35em;
}

div.mathml-block .katex {
    font-size: 1.1em;
}

span.mathml-inline {
	display: inline-block;
	vertical-align: middle;
	margin: 0 .12em;
}

/* Оформление блока скрытого текста */
.dleshowhidden {
	color: #104d92;
	background-color: #E3F2FD;
	border: 1px solid #1E88E5;
	box-shadow: 0 5px 12px rgba(126, 142, 177, 0.2);
	padding: .83em;	
}
/* === СООБЩЕНИЯ СИСТЕМЫ И ОШИБКИ (info.tpl) === */
.sys-info-box {
    display: flex;
    align-items: center;
    background: #232323; /* Темный фон под стиль сайта */
    border-left: 5px solid #297c82; /* Фирменный бирюзовый акцент */
    border-radius: 6px;
    padding: 25px 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

.sys-info-box .sys-icon {
    font-size: 45px;
    color: #13b76c; /* Салатовый цвет для иконки */
    margin-right: 25px;
}

.sys-info-box .sys-content {
    flex: 1;
}

.sys-info-box .sys-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sys-info-box .sys-error {
    font-size: 15px;
    color: #b4b4b4;
    line-height: 1.6;
    font-family: 'Roboto', sans-serif;
}

.sys-info-box .sys-error a {
    color: #52a2aa;
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.3s;
}

.sys-info-box .sys-error a:hover {
    color: #13b76c;
    text-decoration: none;
}

/* Адаптивность для мобильных устройств */
@media screen and (max-width: 550px) {
    .sys-info-box {
        flex-direction: column;
        text-align: center;
        padding: 20px;
        border-left: none;
        border-top: 5px solid #297c82; /* Переносим полоску наверх */
    }
    .sys-info-box .sys-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
}
/* === Спойлер загрузки картинок в комментариях === */
.addcom details.img-spoiler {
    margin-bottom: 10px;
    margin-top: 10px;
}

.addcom details.img-spoiler summary {
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #297c82; /* Твой фирменный бирюзовый */
    outline: none;
    user-select: none;
    display: inline-block;
    transition: color 0.3s;
}

.addcom details.img-spoiler summary i {
    margin-right: 5px;
}

.addcom details.img-spoiler summary:hover {
    color: #13b76c; /* Салатовый при наведении */
}

/* Изменяем стандартный треугольник браузера */
.addcom details.img-spoiler summary::-webkit-details-marker {
    display: none; /* Прячем старый треугольник в Chrome/Safari */
}

.addcom details.img-spoiler .img-spoiler-content {
    margin-top: 10px;
    padding: 15px;
    background: #e7e8e5; /* Серый фон, как у инпутов на сайте */
    border-radius: 6px;
    box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.08) inset;
}
/* === ОФОРМЛЕНИЕ ВСПЛЫВАЮЩЕГО ПРОФИЛЯ === */
.userinfo-popup {
    display: flex;
    align-items: flex-start;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
}

/* Левая колонка с аватаркой */
.userinfo-popup .u-left {
    width: 35%;
    text-align: center;
}
.userinfo-popup .u-left .avatar {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px auto;
    border-radius: 50%; /* Делаем аватарку идеально круглой */
    overflow: hidden;
    border: 3px solid #13b76c; /* Наш фирменный салатовый цвет */
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    background: #f4f4f4;
}
.userinfo-popup .u-left .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Правая колонка с информацией */
.userinfo-popup .u-right {
    width: 65%;
    padding-left: 20px;
}
.userinfo-popup .u-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.userinfo-popup .u-right ul li {
    padding: 8px 0;
    border-bottom: 1px dashed #e3e6e3; /* Аккуратный пунктир */
    font-size: 14px;
    color: #232323;
    display: flex;
    justify-content: space-between;
}
.userinfo-popup .u-right ul li:last-child {
    border-bottom: none;
}
.userinfo-popup .u-right ul li span.lbl {
    color: #8d8d8d;
    font-weight: 500;
}
.userinfo-popup .u-right ul li a {
    color: #297c82;
    text-decoration: underline;
}
.userinfo-popup .u-right ul li a:hover {
    text-decoration: none;
    color: #13b76c;
}
.userinfo-popup .u-right ul li span.links {
    text-align: right;
}

/* Красивые бейджики статусов */
.status-badge {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.status-online { background: #13b76c; }
.status-offline { background: #8d8d8d; }

/* Адаптивность для мобильных телефонов */
@media screen and (max-width: 480px) {
    .userinfo-popup {
        flex-direction: column;
        align-items: center;
    }
    .userinfo-popup .u-left {
        width: 100%;
        margin-bottom: 20px;
    }
    .userinfo-popup .u-right {
        width: 100%;
        padding-left: 0;
    }
}
/* === ИСПРАВЛЕНИЕ ЧЕКБОКСОВ В ПРОФИЛЕ (УБИРАЕМ ДВОЙНУЮ ГАЛОЧКУ) === */
.form-group input[type="checkbox"],
.checkbox input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    padding: 0 !important; /* Убираем растягивание */
    background-color: transparent !important;
    background-repeat: no-repeat !important; /* Запрещаем клонирование галочки */
    background-position: center !important;
    background-size: contain !important;
    vertical-align: middle !important;
}
/* === ИСПРАВЛЕНИЕ КНОПКИ ИЗБРАННОГО (УБИРАЕМ ПОДЧЕРКИВАНИЕ) === */
div.full-page .favorite-box a,
.favorite-box a {
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* Эффект при наведении на кнопку избранного */
div.full-page .favorite-box a:hover,
.favorite-box a:hover {
    color: #13b76c !important; /* Текст становится салатовым в цвет сердечка */
    text-decoration: none !important;
    text-shadow: none !important;
}