.cTabs_left_block {
/*  background: #1c1c1c;
  width: 70%;  */
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.text_left_rules {
  backdrop-filter: blur(5px);
  background: #00000038;
  border-radius: 12px;
  margin: 80px 17px 0px 17px;
  width: 100%;
  padding: 15px;
  font-weight: 600;
  font-size: 10.5px;
}

.text_left_fag {
  backdrop-filter: blur(5px);
  background: #00000038;
  border-radius: 12px;
  margin: 15px 17px;
  width: 100%;
  padding: 15px;
  font-weight: 600;
  font-size: 10.5px;
}
.banner-info-page-desc {
    margin: 0px 0 5px;
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    max-width: 620px;
  	color: #e6e6e6;
}
.banner-info-page-actions {
    display: flex
;
    gap: 8px;
    -webkit-box-align: center;
    align-items: center;
}
.banner-info-page-btn {
    background: rgb(62 144 217 / 25%);
    border-radius: 8px;
    padding: 0 14px;
    font-weight: 500;
    height: 42px;
    line-height: 15px;
    font-size: 14px;
    color: #5badff;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    transition: all .2s ease 0s;
}
#hwtext {
    display: block;
    position: relative;
    width: auto;
    margin: 0px auto;
    line-height: 15px;
    color: white;
}
.textglav {
    font-weight: 900;
    font-size: 28px;
    color: #fff;
    line-height: 46px;
    position: static;
    text-align: center;
    text-transform: uppercase;
}
.block_text {
    display: block;
    padding: 10px 0px 0px 0px;
      width: 100%;
}
div.block_text p {
  margin-top: 0;
  margin-bottom: 15px;
}
.rules{
display: flex;
  margin-bottom: 10px;
}

.obvodkatextaglav {
  background: #cecece;
  padding: 11px;
  border-radius: 10px;
  font-size: 15px;
  transition: .5s;
  letter-spacing: .5px;
  position: relative;
  display: block;
  font-weight: 700;
  width: 100%;
}
.obvodkatexta {
  display: flex;
  position: relative;
  font-size: 15px;
  padding: 9px;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #3473ff 0, #3356a5 100%));
  color: #fff;
  font-weight: 700;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
}
.textrules {
  background: #dddddd;
  padding: 11px;
  border-radius: 10px;
  color: #000;
  font-size: 13px;
  transition: .5s;
  letter-spacing: .5px;
  position: relative;
  width: 100%;
}
.obvodkatextaban {
  background: #c81003;
  display: block;
  margin-top: 10px;
  border-radius: 10px;
  text-align: center;
  color: #ffffff;
}
.icon-rules-role-vip, .icon-rules-role-player, .icon-rules-role-online, .icon-rules-role-donat, .icon-rules-role-admin, .icon-rules-role-moder, .icon-rules-role-paid, .icon-rules-role-lead, .icon-rules-role-curator, .icon-rules-role-top1, .icon-rules-role-top2, .icon-rules-role-top3, .icon-rules-role-creator {
    color: var(--span-color);
    font-weight: 600;
    font-size: 10px;
    padding: 2px 10px;
    border-radius: 4px;
    transition: .5s;
    background: var(--tablcolor);
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    border: solid 2px var(--navbar-first-color);
}
.icon-rules-role-paid {
    color: #ffffff;
    background: linear-gradient(25deg, #feb396 -150%, #cc2222 50%);
    font-size: 14px;
}
.icon-rules-role-donat {
    color: #ffffff;
    background: linear-gradient(25deg, #7c96fd -150%, #25a847 50%);
    font-size: 14px;
}
.icon-rules-role-player {
    color: #ffffff;
    background: linear-gradient(25deg, #7c96fd -150%, #0e8bbd 50%);
    font-size: 14px;
}


.rules-card {
  position: relative;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 20px;
  border-radius: 3px;
  height: 150px;
  overflow: hidden;
  margin-bottom: 30px; }
  .rules-card > div:nth-child(1), .rules-card > div:nth-child(2) {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100% 100%; }
  .rules-card > div:nth-child(1) {
    background-size: 100% 100%; }
  .rules-card > div:nth-child(2) {
    background: rgba(0, 0, 0, 0.3); }
    .rules-card > div:nth-child(2) > span:nth-child(1), .rules-card > div:nth-child(2) > span:nth-child(2) {
      line-height: 23px;
      padding: 3px 10px;
      color: #FFF;
      border-radius: 2px;
      position: absolute;
      right: 10px; }
    .rules-card > div:nth-child(2) > span:nth-child(1) {
      background: #3fb358;
      top: 10px; }
    .rules-card > div:nth-child(2) > span:nth-child(2) {
      background: #4196da;
      top: 45px; }
    .rules-card > div:nth-child(2) p {
      position: absolute;
      bottom: 0;
      width: 100%;
      display: block;
      line-height: 20px;
      padding: 5px 10px;
      color: #FFF;
      background: rgba(0, 0, 0, 0.67);
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
  .rules-card:hover > div:nth-child(2) {
    background: rgba(0, 0, 0, 0); }
    .rules-card:hover > div:nth-child(2) p {
      overflow: visible;
      white-space: normal; }

@media (max-width: 991.99px) {
  .rules-card {
    height: 150px; } }
.rules-block {
  position: relative;
  margin: -30px;
  margin-bottom: 30px;
  border-bottom: 1px solid RGB(227, 228, 232);
  background: linear-gradient(to bottom, #6a9bb1 0%, #60acae 44%, #8ba7c3 100%);
  border-radius: 1px;
  color: #FFF;
  overflow: hidden; }
  .rules-block .rules-bg {
    position: absolute;
    height: calc( 100% + 20px );
    width: calc( 100% + 20px );
    background-size: 100% auto;
    left: -10px;
    top: -10px;
    filter: blur(4px); }
  .rules-block .rules-content {
    position: relative;
    background: rgba(0, 0, 0, 0.45);
    padding: 40px 15px; }
    .rules-block .rules-content h2 {
      font-size: 30px;
      display: block;
      width: calc( 100% - 200px );
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
    .rules-block .rules-content span b {
      line-height: 23px;
      padding: 3px 10px;
      color: RGB(255, 255, 255);
      border-radius: 2px; }
    .rules-block .rules-content span .price {
      background: #3fb358;
      margin-right: 10px; }
    .rules-block .rules-content span .count {
      background: #4196da; }
    .rules-block .rules-content buttonr {
      position: absolute;
      right: 15px;
      top: 40px;
      height: 65px;
      width: 190px;
      font-size: 18px;
      background: rgba(65, 150, 218, 0.58); }

.buy-rules-key-info {
  margin: 15px 0 0 0;
  padding: 15px;
  background: #fbfbfb;
  border: 1px solid #DDD;
  border-radius: 2px; }
  .buy-rules-key-info p:last-child {
    margin: 0; 
}
/*# sourceMappingURL=primary.css.map */

