.v_item__link {
  text-decoration: none;
}

.v_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.v_item__link:hover {
  text-decoration: none;
}

.v_item:after,
.v_item:before {
  display: none;
}

.v_item__left-column {
  height: 100%;
  flex: 1 1 auto;
}

.v_item__right-column {
  height: 100%;
}

.v_item__new {
  text-transform: uppercase;
  font-size: 21px;
  color: #FFF;
  background-color: #2fbbdc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}
@media (max-width: 970px) {
  .v_item__new {
    font-size: 18px;
  }
}
@media (max-width: 770px) {
  .v_item__new {
    font-size: 16px;
  }
}
@media (max-width: 470px) {
  .v_item__new {
    font-size: 14px;
  }
}
