@media(max-width:960px)
{
.desc
{
    display:none;
}
}
@media(min-width:960px)
{
.mob
{
    display:none;
}
}
.v-filter__name {
  position: absolute;
}
.v-filter__title.js-filter-title {
  border-bottom-color: #ff5a60;
  line-height: 34px;
  text-decoration: none;
  border-right: 15px solid #fff;
  border-bottom-width: 34px;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 10px;
  font-weight: 500;
  max-width: 157px;
  color: white;
}
@media(max-width:900px)
{
	.v-filter__title.js-filter-title {
  border-bottom-color: #ff5a60;
  line-height: 34px;
  text-decoration: none;
  border-right: 15px solid #fff;
  border-bottom-width: 34px;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 85px;
  font-weight: 500;
  max-width: 157px;
  color: white;
}
}
span.border-bottom-3px {
    border-bottom: 3px solid #ff5a60;
    display: block;
}
.v-header-top__auth{
    padding: 0px 25px 0 25px;
}
.v-list_small .v-list__title{
    margin-top: 10px;
}
.v-header-contacts__phone{
    font-size:28px;
    font-weight:bold;
}
.v-header__right {
    width: 330px;
}
.v-filter__title.js-filter-title{
    max-width: 172px;
}
.v-hook-product-cart
{
    display:none;
}