@media screen and (min-width: 992px) {
    .mobile-width {display:none;}
}

@media screen and (max-width: 991px) {
    #game .row>* {
    width: 33%;
}
    .full-width {display:none;}
    .button__grp {justify-content: center;margin-top: 20px;}
    .main-content h1 {font-size:35px;line-height: 45px;text-align: center;margin-top: 10px;margin-bottom: 10px;}
    .main-content h2 {font-size:30px;line-height: 40px;text-align: center;margin-top: 10px;margin-bottom: 10px;}
    .main-content h3 {font-size:25px;line-height: 35px;text-align: center;margin-top: 10px;margin-bottom: 10px;}
    .main-content h4 {font-size:20px;line-height: 30px;text-align: center;margin-top: 10px;margin-bottom: 10px;}
    .main-content h5 {font-size:20px;line-height: 30px;text-align: center;margin-top: 10px;margin-bottom: 10px;}
    .main-content h6 {font-size:20px;line-height: 30px;text-align: center;margin-top: 10px;margin-bottom: 10px;}
    section.game__section h4 {font-size:20px;}
}

@media screen and (max-width: 767px) {
    #game .row>* {
    width: 50%;
}}

div.about__thumb.mobile-width {padding-bottom: 10px;}
div.about__content div.section-header p:last-child {margin-bottom: 36px;}
div.about__content div.section-header p:not(:last-child) {margin-bottom: 10px;}
section.game__section div.row h4 {text-align: center;color: var(--white-color);}
.toc_title {color: var(--theme-color);}
.toc-item.level-h2 {margin-left: 15px;}
.toc-item.level-h3 {margin-left: 35px;}
.toc-item.level-h4 {margin-left: 55px;}
.toc-item.level-h5 {margin-left: 75px;}
.toc-item.level-h6 {margin-left: 95px;}
.toc-content ul li:before {
    content: "●";
    color: var(--theme-color);
    padding-right: 5px;
    font-size: 10px;
}
.main-content {color: var(--pragraph-color);}
.main-content p {color: var(--pragraph-color); margin-bottom: 5px;}
.main-content h1 {
  background: linear-gradient(114.26deg, var(--css-h-color) 13.41%, var(--css-h-color) 87.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.main-content h2 {
  background: linear-gradient(114.26deg, var(--css-h-color) 13.41%, var(--css-h-color) 87.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.main-content h3 {
  background: linear-gradient(114.26deg, var(--css-h-color) 13.41%, var(--css-h-color) 87.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.main-content h4 {
  background: linear-gradient(114.26deg, var(--css-h-color) 13.41%, var(--css-h-color) 87.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.main-content h5 {
  background: linear-gradient(114.26deg, var(--css-h-color) 13.41%, var(--css-h-color) 87.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.main-content h6 {
  background: linear-gradient(114.26deg, var(--css-h-color) 13.41%, var(--css-h-color) 87.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

table {
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 10px;
    border: 2px solid var(--theme-color);
    border-radius: 10px;
    color: var(--pragraph-color);
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}

td, th {
    padding: 10px;
    border: 1px solid var(--theme-color);
    border-radius: 5px;

}

thead {
    background-color: var(--theme-color);
    border-radius: 5px;
    color: var(--white-color);
}
.main-content ul li:before {
    content: "●";
    color: var(--theme-color);
    padding-right: 5px;
    font-size: 12px;
    margin-left: 15px;
    
}
.main-content ul li ul li:before {
    content: "●";
    color: var(--theme-color);
    padding-right: 5px;
    font-size: 10px;
    margin-left: 30px;
    
}
.about__thumb img {border-radius: 10px; border: 1px solid var(--theme-color);}
section.game__section h4 {margin-top: 8px;}
section.game__section h4 a {color: var(--css-h-color);}
section.game__section h4 a:hover {color: var(--css-h-menu-link-hover);}
section.game__section .cmn--btn2 {background: var(--game-btn);color: var(--css-game-btn-text-color)!important;}
section.game__section .cmn--btn2:hover::before {background: var(--css-game-btn-hover-background-color)!important;color: var(--css-game-btn-hover-text-color)!important;}
div.game__overlay .cmn--btn2:hover span {color: var(--css-game-btn-hover-text-color)!important;}
.header-section ul.main-menu li.text-base {-webkit-text-fill-color: var(--css-h-menu-link-hover);}
.header-section ul.main-menu li.text-base a {color: var(--css-h-menu-link-hover)!important;}
h1 {color: var(--css-h-color);}
h2 {color: var(--css-h-color);}
h3 {color: var(--css-h-color);}
h4 {color: var(--css-h-color);}
h5 {color: var(--css-h-color);}
h6 {color: var(--css-h-color);}
div.footer__bottom p {color: var(--css-footer-text);}
div.footer__bottom a {color: var(--css-footer-text);}
.toc-toggle-button {color: var(--white-color) !important;font-family: "Jost", sans-serif;background: var(--reg-btn);border-radius: 5px;border: none;font-size: small;}