@media screen and (max-width: 640px) {
  .t835__col.t-col {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.prices-price__prev {
  display: block;
  opacity: 0.54;
  white-space: nowrap;
  font-size: 45px;
  color: #FFFFFF;
  font-family: 'Gilroy',Arial,sans-serif;
  font-weight: 600;
}
.prices-price__prev > span {
  position: relative;
  display: inline-block;
}
.prices-price__prev > span::before {
  content: '';
  display: block;
  position: absolute;
  width: 130%;
  height: 3px;
  background-color: #FFFFFF;
  top: calc( 50% - 1px );
  left: -15%;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.t835__result-title {
    font-size: 18px;
    line-height: 1.3;
    color: #ffffff;
}

#rec1087063116 .tn-elem[data-elem-id="1749260592344"] .tn-atom {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 68.82%, rgba(255, 255, 255, 0) 100%)
}

#rec1087063116 .tn-elem[data-elem-id="1749338127598"] {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 68.82%, rgba(255, 255, 255, 0) 100%)
}

.gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,#fff 0,#000 100%);
  z-index: -1;
  opacity: .1;
}