.product-card {
  position: relative;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 20px;
  border-radius: 3px;
  height: 200px;
  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;
  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; }
  .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;
    background: rgba(0, 0, 0, 0.45);
    padding: 40px 15px; }
    .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 {
      position: absolute;
      right: 15px;
      top: 40px;
      height: 65px;
      width: 190px;
      font-size: 18px;
      background: rgba(65, 150, 218, 0.58); }

.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; }

.namee {
    background: linear-gradient(to right,rgb(85 0 100 / 66%),rgb(28 135 197 / 43%));
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    border-top: 1px solid var(--bg-accent);
    padding: 5px;
    color: #e6e6e6;
}

.sharebuttons {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    width: auto;
    height: 51px
}

.sharebuttons-ya {
    float: left;
    width: 750px;
    height: 24px;
    margin-top: 8px
}

.sharebuttons-ya-right {
    float: right
}

.rambler-share[data-id="1"]>div[data-rambler-share] {
    background-color: #535251
}

.rambler-share div[data-rambler-share] {
    margin: 15px 15px 0 0!important
}

.rambler-share>div:last-of-type {
    margin: 15px 0 0!important
}

div[data-rambler-share]>.rambler-share-tooltip:after {
    background: #3d3c3a!important;
    font-size: 14px!important
}

div[data-rambler-share]>.rambler-share-tooltipped-n:before,.rambler-share-tooltipped-ne:before,.rambler-share-tooltipped-nw:before {
    border-top-color: #3d3c3a!important
}

.rambler-share div[data-rambler-share] {
    font-family: inherit!important
}

.rambler-share div[data-rambler-share=vkontakte]:hover {
    background-color: #45668e!important
}

.rambler-share div[data-rambler-share=facebook]:hover {
    background-color: #3b5998!important
}

.rambler-share div[data-rambler-share=odnoklassniki]:hover {
    background-color: #ed812b!important
}

.rambler-share div[data-rambler-share=twitter]:hover {
    background-color: #55acee!important
}

.rambler-share div[data-rambler-share=telegram]:hover {
    background-color: #08c!important
}

.rambler-share div[data-rambler-share=copy]:hover {
    background-color: #315efb!important
}

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


