/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
@media only all and (min-width: 48rem) {
  .g-home-particles.g-helium-style #g-header {
    margin-top: 0rem;
  }
}
@media only all and (min-width: 48rem) {
  .g-home-particles.g-helium-style #g-navigation {
    background: #312f38;
  }
}
#g-header a {
  color: #212121;
}
/* чиним комменты*/
#comments h3 {
  color: #fff !important;
}
#comments #respond .inputbox {
  background: #082135 !important;
}
.comment-body {
  background: #082135 !important;
}
.ad {
  color: #fff;
}
.ad a {
  color: #c3fd49;
}
a.button24 {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0.8em 2.2em;
  outline: none;
  border: none;
  border-radius: 25px;
  background: linear-gradient(135deg, #FFC107 0%, #FF5722 100%);
  box-shadow: 0 5px 15px rgba(255, 87, 34, 0.4), 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.25s ease;
  cursor: pointer;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
a.button24:hover {
  background: linear-gradient(135deg, #FFB300 0%, #E64A19 100%);
  box-shadow: 0 7px 20px rgba(230, 74, 25, 0.6), 0 3px 8px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}
a.button24:active {
  background: linear-gradient(135deg, #E64A19 0%, #FFB300 100%);
  transform: translateY(0);
  box-shadow: 0 3px 12px rgba(230, 74, 25, 0.5);
}
img.play-but:hover {
  opacity: 0.9;
  -webkit-transform: scale(1.11, 1.17);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 550ms;
  -moz-transform: scale(1.11, 1.17);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 550ms;
}
.body {
  line-height: 1.5;
}
.body p {
  margin: 0.5rem 0;
}
#g-testimonials a {
  color: #fff;
}
.ssprocket-mosaic-g-title1 a {
  size: 45px;
}
.ssprocket-mosaic-g-title {
  color: red;
  size: 40px;
}
#g-container-main {
  background-color: #10161f;
  background-repeat: no-repeat;
}
.size-25 {
  box-sizing: border-box;
  padding: 20px;
  color: #DFE4F1;
}
.size-25 #g-sidebar {
  background: #052844;
  color: #424753;
  padding: 3rem 0;
}
#g-mainbar {
  background-color: #052844;
  color: #DFE4F1;
}
.brod {
  color: #FFFFFF;
  background-color: #052844;
}
.brod a {
  color: #c3fd49;
}
.casino-rating {
  background: #052844;
  padding: 16px;
  border-radius: 12px;
}
.casino-rating p {
  margin: 0 0 10px;
}
.casino-rating a {
  display: block;
  padding: 12px 14px 12px 44px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  transition: background 0.25s ease, transform 0.15s ease;
}
/* Номера (медали) */
.casino-rating p::before {
  content: attr(class);
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
/* 1 место */
.casino-rating .r1 a {
  background: rgba(255, 215, 0, 0.12);
  color: #ffd700;
}
.casino-rating .r1::before {
  content: "1";
  background: #ffd700;
}
/* 2 место */
.casino-rating .r2 a {
  background: rgba(224, 224, 224, 0.12);
  color: #e0e0e0;
}
.casino-rating .r2::before {
  content: "2";
  background: #cfcfcf;
}
/* 3 место */
.casino-rating .r3 a {
  background: rgba(205, 127, 50, 0.15);
  color: #f1c27d;
}
.casino-rating .r3::before {
  content: "3";
  background: #cd7f32;
}
/* Hover */
.casino-rating a:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateX(3px);
}
h1 {
  font-size: 2.05rem;
}
html {
  scroll-behavior: smooth;
}
/* --- КНОПКА «ИГРАТЬ БЕСПЛАТНО» --- */
.play-games-btn {
  display: inline-block;
  margin: 20px auto;
  padding: 14px 35px;
  background: linear-gradient(180deg, #ffdc60 0%, #e5b02a 100%);
  /* Золотой градиент отдаем главной кнопке */
  color: #111 !important;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  border-radius: 6px;
  box-shadow: 0 4px 18px rgba(229, 176, 42, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.play-games-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(229, 176, 42, 0.6);
}
.play-games-btn:active {
  transform: translateY(1px);
}
/* --- СТИЛЬНЫЙ И ТИХИЙ SEO-СПОЙЛЕР --- */
.seo-more {
  margin: 15px auto;
  text-align: center;
}
/* Убираем стрелки браузера */
.seo-more summary::-webkit-details-marker {
  display: none;
}
.seo-more summary {
  list-style: none;
  outline: none;
}
.seo-more summary {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  /* Приглушенный цвет, не отвлекает */
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  /* Показываем, что это ссылка/клик */
  text-underline-offset: 4px;
  cursor: pointer;
  user-select: none;
  transition: color 0.2s ease;
}
/* При наведении спойлер просто аккуратно подсвечивается */
.seo-more summary:hover {
  color: rgba(255, 255, 255, 0.9);
}
/* Текст внутри раскрытого спойлера */
.seo-content {
  max-width: 800px;
  margin: 15px auto 0;
  padding: 15px 20px;
  background: rgba(0, 0, 0, 0.25);
  /* Мягкая темная подложка */
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  color: #b3b3b3;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}
/*# sourceMappingURL=custom_play_n_go.css.map */