.best-item:hover .photo, .best-item:hover header {
    -webkit-filter: url(#blur);
    filter: url(#blur);
    -webkit-filter: blur(1px);
    filter: blur(1px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='1');
}

.best-item:first-child {
  border-right: 1px solid #000;
}

.best-item:last-child {
  border-left: 1px solid #000;
}

.best-item {
  color: #fffefe;
  font-size: 16px;
  height: 313px;
}

@media (min-width: 480px) {
  .best-item {
    height: 447px;
  }
  .chat-art{
    /*width: 650px;*/
    /*margin-left: 35px;*/
  }
}

@media (min-width: 992px) {
  .best-item {
    height: 342px;
  }
    .chat-art{
    width: 33.3%;
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .best-item {
    height: 405px;
  }
}

.best-item header {
  background: rgba(0, 0, 0, .6);
  border-radius: 3px;
  _height: 61px;
  left: 2px;
  line-height: 1;
  margin: 18px 0 0;
  padding: 0 0 0 4px;
  position: absolute;
  width: 178px;
  z-index: 1;
}

.best-item:not(:nth-of-type(2)) header {
  bottom: 45px;
}

.best-item .name {
  font-size: 18px;
  margin: 0;
}

.best-item .phone {
  font-size: 26px;
}

.best-item .photo {
  height: 272px;
  overflow: hidden;
}

@media (min-width: 480px) {
  .best-item .photo {
    height: 404px;
  }
}

@media (min-width: 992px) {
  .best-item .photo {
    height: 300px;
  }
}

@media (min-width: 1200px) {
  .best-item .photo {
    height: 363px;
  }
}

.best-item .photo-img {
  width: 100%;
}

.best-item .price-list {
  background: #753159;
  height: 42px;
  padding: 1px 0 0;
}

.best-item .price-item {
  background: rgba(0, 0, 0, .3);
  border-radius: 3px;
  border: 1px solid #753159;
  height: 39px;
}

.best-item .price-item:nth-child(2) {
  border-left: 1px solid #753159;
  border-right: 1px solid #753159;
}

.best-item .price-item p {
  font-size: 10px;
  line-height: 4;
  text-align: center;
}

@media (min-width: 480px) {
  .best-item .price-item p {
    background: url(../images/clock-icon.png) no-repeat 0px 50%;
    font-size: 12px;
    line-height: 3.25;
    padding: 0 0 0 15px;
  }
}

@media (min-width: 992px) {
  .best-item .price-item p {
    font-size: 10px;
    background-size: 12px;
     line-height: 4;
  }
}

@media (min-width: 1200px) {
  .best-item .price-item p {
    background: url(../images/clock-icon.png) no-repeat 1px 50%;
    background-size: 21px;
    font-size: 12px;
    line-height: 3.25;
  }
}

@media (min-width: 480px) {
  .best-item .price-item:first-child p {
    padding: 0 0 0 15px;
  }
}

@media (min-width: 1200px) {
  .best-item .price-item:first-child p {
    padding: 0 0 0 34px;
  }
}

@media (min-width: 480px) {
  .best-item .price-item:nth-child(2) p {
    padding: 0 0 0 16px;
  }
}

@media (min-width: 1200px) {
  .best-item .price-item:nth-child(2) p {
    padding: 0 0 0 22px;
  }
}

@media (min-width: 480px) {
  .best-item .price-item:last-child p {
    padding: 0 0 0 15px;
  }
}

@media (min-width: 1200px) {
  .best-item .price-item:last-child p {
    padding: 0 0 0 25px;
  }
}

.other-info {
  background: #753159;
  display: none;
  height: 42px;
  padding: 12px 0;
}

@media (min-width: 1200px) {
  .other-info {
    padding: 15px 0 9px;
  }
}

.other-info p span {
  line-height: 1;
  padding: 0 5px;
}

.other-info p span:not(:last-child) {
  border-right: 1px solid #fffefe;
}

.other-info p {
  font-size: 10px;
}

@media (min-width: 480px) {
  .other-info p {
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  .other-info p {
    font-size: 14px;
  }
}

.see-link {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  display: none;
  font-size: 30px;
  height: 79px;
  left: 50%;
  line-height: 79px;
  margin: -60px 0 0 -147px;
  position: absolute;
  text-decoration: none;
  top: 50%;
  width: 295px;
}

.best-item:hover .price-list {
  display: none;
}

.best-item:hover .other-info, .best-item:hover .see-link {
  display: block;
}

