.detail-platforms {
  width: 75%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  padding-left: 13px;
  position: relative;
}

.detail-platforms__title {
  display: inline-block;
  color: #818181;
  font-size: 13px;
  letter-spacing: -0.02em;
}

.detail-platforms__items {
  display: inline-block;
}

.detail-platforms__drops {
  margin-left: -15px;
  position: relative;
  overflow: hidden;
  -webkit-transition: height 0.2s linear;
  -webkit-transition-delay: 0s;
  -moz-transition: height 0.2s linear 0s;
  -o-transition: height 0.2s linear 0s;
  transition: height 0.2s linear 0s;
}

.detail-platforms__drops_active {
  height: auto;
  overflow: visible;
}

.detail-platforms__dlcp {
  width: 88.88889%;
  float: left;
  z-index: 1;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, -20px);
  -moz-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  transform: translate(0, -20px);
  -webkit-transition: opacity 0.2s linear, visibility 0s linear, -webkit-transform 0.2s linear;
  -webkit-transition-delay: 0s, 0.2s, 0s;
  -moz-transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s, -moz-transform 0.2s linear 0s;
  -o-transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s, -o-transform 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s, transform 0.2s linear 0s;
}

.detail-platforms__dlcp_active {
  height: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.2s linear, visibility 0s linear, -webkit-transform 0.2s linear;
  -webkit-transition-delay: 0.2s, 0.2s, 0.2s;
  -moz-transition: opacity 0.2s linear 0.2s, visibility 0s linear 0.2s, -moz-transform 0.2s linear 0.2s;
  -o-transition: opacity 0.2s linear 0.2s, visibility 0s linear 0.2s, -o-transform 0.2s linear 0.2s;
  transition: opacity 0.2s linear 0.2s, visibility 0s linear 0.2s, transform 0.2s linear 0.2s;
}

.detail-platforms__dlcp_hidden {
  height: auto;
  position: absolute;
  left: -9999px;
  top: -9999px;
}

.detail-platforms__item-in {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.detail-platforms__item {
  margin-left: 9px;
  display: inline-block;
}

.detail-platforms__item_active .detail-platforms__dlcp {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.2s linear, visibility 0s linear, -webkit-transform 0.2s linear;
  -webkit-transition-delay: 0s, 0s, 0s;
  -moz-transition: opacity 0.2s linear 0s, visibility 0s linear 0s, -moz-transform 0.2s linear 0s;
  -o-transition: opacity 0.2s linear 0s, visibility 0s linear 0s, -o-transform 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0s, transform 0.2s linear 0s;
}

.detail-platforms__item_active .detail-platforms__tr {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.2s linear, visibility 0s linear, -webkit-transform 0.2s linear;
  -webkit-transition-delay: 0s, 0s, 0s;
  -moz-transition: opacity 0.2s linear 0s, visibility 0s linear 0s, -moz-transform 0.2s linear 0s;
  -o-transition: opacity 0.2s linear 0s, visibility 0s linear 0s, -o-transform 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0s, transform 0.2s linear 0s;
}

.dlcp {
  border: 1px solid #cccccc;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 1px;
  border-top: 4px solid #6ad1e8;
  background: white;
  position: relative;
}

.dlcp__tr {
  width: 0;
  height: 0;
  left: 0;
  margin-left: -10px;
  top: -14px;
  border-bottom: 10px solid #6ad1e8;
  border-top: 0;
  border-left: 10px inset transparent;
  border-right: 10px inset transparent;
  position: absolute;
  z-index: 2;
  transform: translate(10px, 0);
  -webkit-transition: -webkit-transform 0s ease-in-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition: -moz-transform 0s ease-in-out 0.2s;
  -o-transition: -o-transform 0s ease-in-out 0.2s;
  transition: transform 0s ease-in-out 0.2s;
}

.dlcp__title {
  font-size: 20px;
  color: #000000;
  padding: 10px 14px 13px;
}

.dlcp__table {
  display: table;
  width: 100%;
}

.dlcp__item {
  display: table-row;
}

.dlcp__cell {
  display: table-cell;
}

.dlcp__discount {
  padding: 0 7px !important;
}

.dlcp__footer {
  font-size: 13px;
  background-color: #ededed;
  vertical-align: middle;
  height: 40px;
  line-height: 36px;
  padding: 0 14px;
  border-top: 1px solid #d6d6d6;
  margin-top: -1px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.dlcp__see {
  color: black;
  border-bottom: 1px dashed #c3c3c3;
  display: inline-block;
  font-size: 13px;
  line-height: 1.2;
  cursor: pointer;
}

.dlcp__item_hidden {
  display: none;
}

.dlcp__cell {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  border-top: 1px solid #d6d6d6;
}

.dlcp__cell_cell2 {
  padding-left: 12px;
}

.dlcp__cell_cell3 {
  text-align: right;
  white-space: nowrap;
}

.dlcp__cell_cell4 {
  text-align: right;
  white-space: nowrap;
  padding-left: 46px;
  width: 58px;
}

.dlcp__cell_cell5 {
  text-align: right;
  width: 75px;
  white-space: nowrap;
}

.dlcp__cell_cell6 {
  width: 118px;
  padding-left: 11px;
  padding-right: 3px;
  white-space: nowrap;
}

.dlcp__link:hover {
  text-decoration: none;
}

.dlcp__name {
  position: relative;
  width: 385px;
  white-space: nowrap;
  overflow: hidden;
}

.dlcp__name::before {
  content: '';
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: -owg-linear-gradient(to right, rgba(255, 255, 255, 0), white);
  background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0), white);
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white);
  -pie-background: -pie-linear-gradient(to right, rgba(255, 255, 255, 0), white);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.dlcp__price {
  font-size: 15px;
}

.dlcp__price-cur {
  font-size: 13px;
}

.dlcp__price-old {
  font-size: 13px;
  text-decoration: line-through;
  color: #999999;
}

@media screen and (max-width: 992px) {
  .dlcp__table{
    display: block;
  }
  .dlcp__item,
  .dlcp__cell{
    display: block;
  }
  .dlcp__item{
    margin-bottom: 15px;
  }
  .dlcp__cell{
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
  }
  .dlcp__name{
    width: auto;
    white-space: normal;
    overflow: visible;
  }
  .dlcp__name::before{
    display: none;
  }
  .dlcp__cell_cell3{
    padding-left: 15px;
    white-space: normal;
    text-align: left;
  }
  .dlcp__cell_cell4,
  .dlcp__cell_cell5{
    white-space: normal;
    text-align: left;
    width: auto;
    padding-left: 15px;
  }
  .dlcp__cell_cell6{
    width: auto;
    white-space: normal;
    text-align: left;
    width: auto;
  }
  
}