#layout-main .sxk_profiles {
  position: relative;
  overflow: hidden;
}
#layout-main .sxk_profiles h2:before {
  bottom: -4px;
}
#layout-main .sxk_profiles p {
  margin-top: 0;
}
#layout-main .sxk_profiles .container {
  max-width: 960px;
}
#layout-main .sxk_profiles .item {
  border: 1px solid #f2f2f2;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 40px;
  position: relative;
  cursor: pointer;
}
#layout-main .sxk_profiles .item .img {
  overflow: hidden;
  position: absolute;
  left: 10px;
  top: -10px;
  width: 100px;
  height: 100px;
  transition: transform 0.4s;
  transform: rotate(-6deg);
  border-radius: 4px;
}
#layout-main .sxk_profiles .item .img img {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  transition: opacity 1s;
  opacity: 1;
}
#layout-main .sxk_profiles .item .img img.opacity {
  opacity: 0;
}
#layout-main .sxk_profiles .item .img .online {
  width: 5px;
  height: 5px;
  position: absolute;
  background: #2be52b;
  right: 5px;
  top: 5px;
  border-radius: 50%;
}
#layout-main .sxk_profiles .item .info {
  margin-left: 120px;
  padding: 6px 10px 15px 0;
  line-height: 1;
  height: 83px;
}
#layout-main .sxk_profiles .item .info .about-container {
  line-height: 1.2;
  height: 2.4em;
  overflow: hidden;
  position: relative;
}
#layout-main .sxk_profiles .item .info .about-container:after {
  content: "";
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  height: 1.2em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%);
}
#layout-main .sxk_profiles .item .info .about-vissible {
  display: inline-block;
  width: 100%;
}
#layout-main .sxk_profiles .item .info .about-hidden {
  opacity: 0.2;
  display: none;
}
#layout-main .sxk_profiles .item .info .end-detector {
  position: absolute;
  background: #fff;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 20px;
}
#layout-main .sxk_profiles .item .info h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 3px;
  max-width: 100%;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#layout-main .sxk_profiles .item .info h3:before {
  display: none;
}
#layout-main .sxk_profiles .item .info p {
  margin: 0;
  line-height: 1.2;
}
#layout-main .sxk_profiles .item .info p span {
  color: #737373;
}
#layout-main .sxk_profiles .item .info .btn {
  position: absolute;
  right: 25px;
  bottom: -14px;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.2);
}
#layout-main .sxk_profiles .item .info .btn .btn-text {
  width: auto;
  padding: 0 10px;
}
#layout-main .sxk_profiles .item:hover .img {
  transform: rotate(0);
}
#layout-main .sxk_profiles .profiles-placeholder-opacity {
  opacity: 1 !important;
  transition: opacity 1s;
}
@media (max-width: 991px) {
  #layout-main .sxk_profiles .item .info .about-2 {
    display: none;
  }
}
@media (max-width: 767px) {
  #layout-main .sxk_profiles .container {
    max-width: 500px;
  }
  #layout-main .sxk_profiles .item {
    max-width: 420px;
    margin: 0 auto 40px;
  }
  #layout-main .sxk_profiles .item .info .about-2 {
    display: inline;
  }
}
@media (max-width: 576px) {
  #layout-main .sxk_profiles .item {
    margin: 0 auto 40px;
  }
  #layout-main .sxk_profiles .item .info .about-2 {
    display: none;
  }
}
.blured-body-indicator #layout-main .sxk_profiles .item .img img {
  filter: blur(5px);
  transform: scale(1.1);
}
