@media (min-width: 768px) {
  .trn-static-bgg {
    width: calc(50% - 16px);
  }
}
@media (max-width: 768px) {
  .trn-static-bgg {
    width: 100%;
    height: 312px;
  }
}
@media (min-width: 768px) {
  .trn-static-bgg h3 {
    display: block;
  }
}
@media (max-width: 768px) {
  .trn-static-bgg h3 {
    display: none;
  }
}
.trn-static-bgg .trn-bgg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background: #ddd;
  overflow: hidden;
}
@media (max-width: 768px) {
  .trn-static-bgg .trn-bgg {
    padding: 14px;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .trn-static-bgg .trn-bgg {
    padding: 30px 0 30px 30px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .trn-static-bgg .trn-bgg {
    height: calc(100% - 165px);
  }
}
@media (min-width: 1440px) and (max-width: 1920px) {
  .trn-static-bgg .trn-bgg {
    height: calc(100% - 125px);
  }
}
@media (min-width: 1920px) {
  .trn-static-bgg .trn-bgg {
    height: calc(100% - 125px);
  }
}
.trn-static-bgg .trn-bgg .content-bgg {
  z-index: 2;
  height: 100%;
}
.trn-static-bgg .trn-bgg .content-bgg.desk {
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  width: 50%;
}
@media (min-width: 768px) {
  .trn-static-bgg .trn-bgg .content-bgg.desk {
    display: flex;
  }
}
@media (max-width: 768px) {
  .trn-static-bgg .trn-bgg .content-bgg.desk {
    display: none;
  }
}
.trn-static-bgg .trn-bgg .content-bgg .price {
  display: flex;
  align-items: center;
  gap: 14px;
}
.trn-static-bgg .trn-bgg .content-bgg .price .actual-price {
  font-family: Inter600;
  line-height: 140%;
  color: #fff;
}
@media (min-width: 768px) {
  .trn-static-bgg .trn-bgg .content-bgg .price .actual-price {
    background-image: url("/local/templates/strobbs/components/bitrix/news.detail/static-banner/images/price.svg");
    background-size: 100% 100%;
    padding: 4px 14px 6px 8px;
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .trn-static-bgg .trn-bgg .content-bgg .price .actual-price {
    padding: 3px 12px;
    background: #f33d53;
    border-radius: 51px;
    font-size: 14px;
  }
}
.trn-static-bgg .trn-bgg .content-bgg .price span {
  line-height: 140%;
  text-decoration: line-through;
}
@media (min-width: 768px) {
  .trn-static-bgg .trn-bgg .content-bgg .price span {
    font-family: Inter600;
    font-size: 22px;
    color: #aaa;
  }
}
@media (max-width: 768px) {
  .trn-static-bgg .trn-bgg .content-bgg .price span {
    font-family: Inter400;
    font-size: 14px;
    color: #292929;
  }
}
.trn-static-bgg .trn-bgg .content-bgg .title {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .trn-static-bgg .trn-bgg .content-bgg .title {
    gap: 84px;
    height: 50%;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .trn-static-bgg .trn-bgg .content-bgg .title {
    gap: 20px;
  }
}
.trn-static-bgg .trn-bgg .content-bgg .title h4 {
  font-family: RussoOne;
  font-weight: 400;
  font-size: 34px;
  line-height: 120%;
  color: #292929;
  margin-bottom: 0;
}
.trn-static-bgg .trn-bgg .content-bgg .title span {
  font-family: var(--second-family);
  font-weight: 700;
  line-height: 120%;
  background: linear-gradient(134deg, #9c5296 16.09%, #41243f 55.11%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .trn-static-bgg .trn-bgg .content-bgg .title span {
    font-size: 24px;
  }
  .trn-static-bgg .trn-bgg .content-bgg .title span span {
    font-size: 75px;
  }
}
@media (max-width: 768px) {
  .trn-static-bgg .trn-bgg .content-bgg .title span {
    font-size: 18px;
  }
}
.trn-static-bgg .trn-bgg .content-bgg .title h5 {
  font-family: RussoOne;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #292929;
  margin-bottom: 0;
  width: 60%;
}
.trn-static-bgg .trn-bgg .content-bgg a.btn-bgg {
  background: #292929;
  font-family: Inter700;
  line-height: 140%;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  width: max-content;
}
@media (min-width: 768px) {
  .trn-static-bgg .trn-bgg .content-bgg a.btn-bgg {
    padding: 16px 26px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .trn-static-bgg .trn-bgg .content-bgg a.btn-bgg {
    padding: 13px 26px;
    font-size: 13px;
  }
}
.trn-static-bgg .trn-bgg .content-bgg.mobile {
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 768px) {
  .trn-static-bgg .trn-bgg .content-bgg.mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .trn-static-bgg .trn-bgg .content-bgg.mobile {
    display: flex;
  }
}
.trn-static-bgg .trn-bgg img {
  position: absolute;
  z-index: 0;
}
@media (min-width: 768px) {
  .trn-static-bgg .trn-bgg img {
    height: 65%;
    bottom: 50%;
    transform: translateY(50%);
    right: 0;
  }
}
@media (max-width: 768px) {
  .trn-static-bgg .trn-bgg img {
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
    height: 60%;
  }
}

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