}
details summary::-webkit-details-marker {display: none}
details > summary {list-style: none;}
details summary:before {content: "";position: absolute;right: 10px;top: 0;background: url(/templates/ingame-dark-white/img/dropdown-up.webp) no-repeat center/1em;height: 100%;width: 16px;transition: all .1s linear;}
details[open] summary:before {transform: rotate(180deg);}
details[open]>.toggle-text {border-radius:15px 15px 0 0;}
details {
/* margin: 0 0 30px 0; */
width: 100%;
margin-bottom: 5px;

}
 
summary {position: relative;}
.toggle-text:hover {background-image: linear-gradient(to left, #1e45a3, #222);transition: all .3s linear;}
.toggle-content {background: #171717;color: #fff;padding: 25px;line-height: 24px;font-size: 14px;border-radius: 0px 0 15px 15px;}

.toggle-text {transition: all .2s linear; background: #181818;color: #fff;font-size: 14px;border-left: 3px solid #005dff;cursor: pointer;padding: 8px;border-radius: 15px;}
.up-big-block {
    display: flex;
    width: 100%;
    max-width: 1126px;
    height: 100%;
    background: #1d1e1e;
    /* padding-right: 14px; */
    border-radius: 15px;
    margin-bottom: 14px;
    border: solid 1px #2c2c2c;
}



.product-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; }
  .product-card > div:nth-child(1), .product-card > div:nth-child(2) {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100% 100%; }
  .product-card > div:nth-child(1) {
    background-size: 100% 100%; }
  .product-card > div:nth-child(2) {
    background: rgba(0, 0, 0, 0.3); }
    .product-card > div:nth-child(2) > span:nth-child(1), .product-card > div:nth-child(2) > span:nth-child(2) {
      line-height: 23px;
      padding: 3px 10px;
      color: #FFF;
      border-radius: 2px;
      position: absolute;
      right: 10px; }
    .product-card > div:nth-child(2) > span:nth-child(1) {
      background: #3fb358;
      top: 10px; }
    .product-card > div:nth-child(2) > span:nth-child(2) {
      background: #4196da;
      top: 45px; }
    .product-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; }
  .product-card:hover > div:nth-child(2) {
    background: rgba(0, 0, 0, 0); }
    .product-card:hover > div:nth-child(2) p {
      overflow: visible;
      white-space: normal; }

@media (max-width: 991.99px) {
  .product-card {
    height: 150px; } }
.product-block {
  position: relative;
  border-radius: 1px;
  color: #FFF;
  overflow: hidden; }
  .product-block .product-bg {
    position: absolute;
    height: calc( 100% + 20px );
    width: calc( 100% + 20px );
    background-size: 100% auto;
    left: -10px;
    top: -10px;
    filter: blur(4px); }
  .product-block .product-content {
    position: relative;
    padding-top: 20px;
    display: flex;
    align-items: center; }
    .product-block .product-content h2 {
      font-size: 30px;
      display: block;
      width: calc( 100% - 200px );
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
    .product-block .product-content span b {
      line-height: 23px;
      padding: 3px 10px;
      color: RGB(255, 255, 255);
      border-radius: 2px; }
    .product-block .product-content span .price {
      background: #3fb358;
      margin-right: 10px; }
    .product-block .product-content span .count {
      background: #4196da; }
    .product-block .product-content button {
      margin-bottom: 0; }
      .product-block .product-content .fl-pr-anc {
        flex-grow: 1; 
        color: var(--color-w-b);
        display: flex;
      }

.buy-product-key-info {
  margin: 15px 0 0 0;
  padding: 15px;
  background: #fbfbfb;
  border: 1px solid #DDD;
  border-radius: 2px; }
  .buy-product-key-info p:last-child {
    margin: 0; }

@media (max-width: 450px) {
  .product-block .product-content .fl-pr-anc {
    flex-direction: column;
  }
}

/*# sourceMappingURL=primary.css.map */
