.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.advicesBlock {
  padding: 20px;
  *zoom: 1;
}
.advicesBlock:before,
.advicesBlock:after {
  display: table;
  content: "";
  line-height: 0;
}
.advicesBlock:after {
  clear: both;
}
.advice-item {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.advice-item a,
.advice-item a:hover {
  display: block;
  text-decoration: none;
}
.advice-item img {
  display: block;
  width: 100%;
}
.advice-item-title {
  width: 100%;
  background: #f68529;
}
.advice-item-title h4 {
  padding: 10px 10px 10px 40px;
  margin: 0;
  font-size: 18px;
  line-height: normal;
  color: white;
  background: url(../../../images/icoCircleArrow.png) no-repeat 10px 50%;
}
@media (max-width: 767px) {
  .advice-item {
    margin-bottom: 20px;
  }
  .advicesBlock [class*="span"] {
    float: left;
    width: 47.5%;
    margin-left: 2.12766%;
  }
  .advicesBlock .row-fluid [class*="span"]:first-child {
    margin-left: 2.12766%;
  }
}
@media (max-width: 580px) {
  .advice-item-title h4 {
    padding: 5px;
    margin: 0;
    font-size: 12px;
    color: white;
    background-image: none;
  }
}
@media (max-width: 400px) {
  .advice-item-title h4 {
    padding: 5px;
    margin: 0;
    font-size: 11px;
    color: white;
    background-image: none;
  }
}
