.psl_item, .psl_item * {box-sizing: border-box;}
.psl_item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin: 25px auto;
  box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.6%;
  background: #fff;
  line-height: 1.4;
  font-family: sans-serif;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
}
.psl_item a {
  color: inherit;
  text-decoration:none
}
.psl_item a:hover {
  color: #333;
}
.psl_item:hover .psli_photo {
  -webkit-transform: scale(1.3) rotate(3deg);
          transform: scale(1.3) rotate(3deg);
}
.psl_item .psli_meta {
  position: relative;
  z-index: 0;
  height: 200px;
}
.psl_item .psli_photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.psl_item .psli_details,
.psl_item .psli_details ul {
  margin: auto;
  padding: 0;
  list-style: none;
}
.psl_item .psli_details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  margin: auto;
  -webkit-transition: left .2s;
  transition: left .2s;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: 14px;
}
.psl_item .psli_details a {
  -webkit-text-decoration: dotted underline;
  text-decoration: dotted underline;
}
.psl_item .psli_details a:first-child, .psl_item .psli_details time{margin-left: 18px;}
.psl_item .psli_details ul li {
  display: inline-block;
}
.psl_item .psli_details .psli_author:before {
  background:url(/templates/default/controllers/problems/img/user.png) no-repeat center;
}
.psl_item .psli_details .psli_date:before {
  background:url(/templates/default/controllers/problems/img/clock.png) no-repeat center;
}
.psl_item .psli_details .psli_tags:before {
  background:url(/templates/default/controllers/problems/img/tag.png) no-repeat center;
}
.psl_item .psli_details li:before{
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	left: 8px;
}
.psl_item:nth-child(even) .psli_details li:before{
	left: 20px;
}
.psl_item .psli_details .psli_tags a {
  margin-right: 2px;
}
.psl_item .psli_description {
  padding: 20px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.psl_item .psli_description h2,
.psl_item .psli_description h3 {
  font-family: Poppins, sans-serif;
}
.psl_item .psli_description h2 {
  line-height: 1;
  margin: 0;
  font-size: 20px;
}
.psl_item .psli_description h3 {
  font-size: 16px;
  font-weight: 300;
  color: #a2a2a2;
  margin-top: 6px;
}
.psl_item .psli_description .psli_read_more {
  text-align: right;
}
.psl_item .psli_description .psli_read_more a {
  color: #333;
  display: inline-block;
  position: relative;
}
.psl_item p {
  position: relative;
  margin: 15px 0 0;
}
.psl_item p:first-of-type {
  margin-top: 15px;
}
.psl_item p:first-of-type:before {
  content: "";
  position: absolute;
  height: 5px;
  background: #333;
  width: 35px;
  top: -10px;
  border-radius: 3px;
}
.psl_item:hover .psli_details {
  left: 0%;
}
.psl_item.psli_status_1 .psli_description .psli_read_more a{color: #F44336}
.psl_item.psli_status_1 a:hover {color: #F44336}
.psl_item.psli_status_1 p:first-of-type:before{background: #F44336}
.psl_item.psli_status_2 .psli_description .psli_read_more a{color: #e28700}
.psl_item.psli_status_2 a:hover {color: #ff9800}
.psl_item.psli_status_2 p:first-of-type:before{background: #ff9800}
.psl_item.psli_status_3 .psli_description .psli_read_more a{color: #0db13b}
.psl_item.psli_status_3 a:hover {color: #5ad67d}
.psl_item.psli_status_3 p:first-of-type:before{background: #5ad67d}

#problems_map_list{border: 1px solid #ccc;}
.shm_marker_ya .shm_marker_ya_price{
    font-weight: bold;
	margin-bottom: 5px;
}
.shm_marker_ya .shm_marker_ya_image {
    float: left;
    display: block;
    margin-right: 15px;
}
.shm_marker_ya .shm_marker_ya_image img {
    border: 5px solid whitesmoke;
    border-radius: 50%;
}
.shm_marker_ya_details {
    display: inline-block;
    width: calc(100% - 96px);
    margin-top: 0;
}
.shm_marker_ya_details a {
    font-size: 14px;
    font-weight: 700;
    color: #3c4a55;
    line-height: 18px;
}


.sc_header_map {
    position: relative;
    padding: 0;
	margin:0;
	width: auto !important;
    float: none !important;
}
.sc_header_map .big_map {
    height: 400px;
	background: url(/templates/default/controllers/problems/img/ajax-loader.gif) no-repeat center;
}
.sc_header_map .big_map img {
    max-width: none;
}
.sc_header_map .big_map .infoBox .info-window {
    position: relative;
    padding: 15px;
    background-color: white;
    border-radius: 3px;
	min-width: 240px;
}
.sc_header_map .big_map .infoBox .info-window .info-image,.shm_marker_ya .shm_marker_ya_image{
    float: left;
    display: block;
    margin-right: 15px;
}
.sc_header_map .big_map .infoBox .info-window .info-image img,.shm_marker_ya .shm_marker_ya_image img{
    border: 5px solid whitesmoke;
    border-radius: 50%;
}
.sc_header_map .big_map .infoBox .info-window .info-details, .shm_marker_ya_details{
    display: inline-block;
    width: calc(100% - 96px);
    margin-top: 0;
}
.sc_header_map .big_map .infoBox .info-window .info-details a, .shm_marker_ya_details a{
    font-size: 14px;
    font-weight: 700;
    color: #3c4a55;
    line-height: 18px;
}
.sc_header_map .big_map .infoBox .info-window .info-details a:hover, .shm_marker_ya_details a:hover{
    color: #3c4a55;
    text-decoration: underline;
}
.sc_header_map .big_map .infoBox .info-window .info-details p, .shm_marker_ya_details p{
    margin: 0;
}
.sc_header_map .big_map .infoBox .info-window .info-details p a, .shm_marker_ya_details p a{
    font-size: 12px;
    color: #208ee6;
    border: none;
}
.sc_header_map .big_map .infoBox .info-window .info-details p a:hover, .shm_marker_ya_details p a:hover{
    color: #208ee6;
    text-decoration: underline;
}
.sc_header_map .big_map .infoBox .info-window .info-details p i, .shm_marker_ya_details p i{
    margin-right: 2px;
    font-size: 15px;
    color: #59b453;
    line-height: 24px;
    vertical-align: bottom;
}
.sc_header_map .big_map .infoBox .info-window:before {
    position: absolute;
    bottom: -23px;
    left: 35px;
    content: '\f0d7';
    font-family: 'FontAwesome';
    font-size: 36px;
    color: white;
}
.sc_header_map .big_map .infoBox .info-window .info-price {
    position: absolute;
    top: -20px;
    left: 0;
    padding: 6px 15px;
    background: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #e7a119;
}
.sc_header_map .big_map .infoBox .info-window .info-price span {
    font-size: 11px;
    color: #f44719;
    text-decoration: line-through;
}
.sc_header_map .big_map .infoBox .info-window .info-price span.call-price {
    font-size: 13px;
    color: #208ee6;
    text-decoration: none;
}
.sc_header_map .big_map .infoBox .info-window .info-price span.free-price {
    font-size: 13px;
    color: #59b453;
    text-decoration: none;
}
.sc_header_map .big_map .infoBox > img {
    top: -1px;
    width: 19px;
    height: 18px;
    opacity: 0;
    z-index: 2;
}
.sc_header_map .big_map .infoBox:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 21px;
    background-color: transparent;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    content: '';
    cursor: pointer;
}
.sc_header_map .big_map .infoBox:after {
    position: absolute;
    top: 3px;
    right: 7px;
    content: '\f00d';
    font-family: 'FontAwesome';
    color: #a1aeb7;
    cursor: pointer;
    z-index: 1;
}
.map-info-window {
    background: #e9e9e9;
    border-radius: 3px;
    box-shadow: 8px 8px 16px #222;
    color: #232323;
    min-width: 150px;
    max-width: 200px;
    max-height: 300px;
    text-align: center;
    padding: 5px 20px 10px;
    overflow: hidden;
    position: absolute;
    text-transform: uppercase;
}
.map-info-window .map-info-window .map-info-close {
    float: right;
    cursor: pointer;
    margin-right: -5px;
    margin-left: 5px;
}
.map-info-window .map-info-window .map-info-close .map-info-window h5 {
    font-weight: bold;
}
.map-info-window .map-info-window .map-info-close .map-info-window p {
    color: #000;
}
.shm_markers.shm_hidden {
    display: none!important;
    visibility: hidden!important;
}
.info-box-markers-list {
    max-height: 120px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.sc_header_map .big_map .infoBox .info-box-markers-list .info-window:before {
    content: '';
    height: 0px;
    width: 0px;
}
.sc_header_map .big_map .infoCluster.infoBox > img {
    top: 0px;
    right: 10px;
}
.infoCluster {
    padding-right: 10px;
}
.sc_header_map .big_map .infoCluster.infoBox:after {
    top: 5px;
    right: 18px;
}
.sc_header_map .big_map .infoBox .info-box-markers-list::-webkit-scrollbar {
    width: 3px;
    border-radius: 3px;
}
.sc_header_map .big_map .infoBox .info-box-markers-list::-webkit-scrollbar-track {
    width: 3px;
    background-color: white;
    border-radius: 3px;
}
.sc_header_map .big_map .infoBox .info-box-markers-list::-webkit-scrollbar-thumb {
    width: 3px;
    background-color: #6e7d89;
    border-radius: 3px;
}
.sc_header_map .big_map .infoCluster.infoBox ul li:not(:first-child) .info-window {
    padding-top: 0px;
}
.sc_header_map .big_map .infoCluster.infoBox ul.info-box-markers-list li .info-window {
    padding-top: 30px;
    padding-bottom: 15px;
}
.sc_header_map .big_map .infoCluster.infoBox ul.info-box-markers-list li:first-child .info-window .info-price {
    top: 7px;
    left: 0;
    padding: 0 15px;
}
.sc_header_map .big_map .infoCluster.infoBox ul.info-box-markers-list li:not(:first-child) .info-window {
    padding-top: 30px;
    border-top: 1px solid #e7e7e7;
}
.sc_header_map .big_map .infoCluster.infoBox ul.info-box-markers-list li:not(:first-child) .info-window .info-price {
    top: 8px;
    left: 0;
    padding: 0 15px;
}
.sc_header_map .big_map .infoCluster.infoBox ul.no-price-list li:first-child .info-window,
.sc_header_map .big_map .infoCluster.infoBox ul.no-price-list li:not(:first-child) .info-window {
    padding: 15px 20px;
}

.shm_marker_ya .shm_marker_ya_price{
    color: red;
    font-weight: bold;
	margin-bottom: 5px;
}

@media (min-width: 640px) {
  .psl_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .psl_item .psli_meta {
    flex-basis: 40%;
    height: auto;
  }
  .psl_item .psli_description {
    flex-basis: 60%;
  }
  .psl_item .psli_description:before {
    -webkit-transform: skewX(-3deg);
            transform: skewX(-3deg);
    content: "";
    background: #fff;
    width: 30px;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: -1px;
    z-index: -1;
  }
  .psl_item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
  .psl_item:nth-child(even) .psli_description:before {
    left: inherit;
    right: -10px;
    -webkit-transform: skew(3deg);
            transform: skew(3deg);
  }
  .psl_item:nth-child(even) .psli_details {
    padding-left: 25px;
  }
}