.pointsMap {}
.pointsMap__filter {margin-bottom: 1.5rem;}
.pointsMap__search {background: url(images/icon-search.svg) 95% center no-repeat;}
.pointsMap__items {max-height: 600px; overflow: auto; padding: 0 1rem; margin: 0 -1rem;}
.pointsMap__item {border-radius: .5rem; margin-bottom: .5rem;}
.pointsMap__title {border-bottom: 1px solid #dcdcdc; font-family: 'lavrMedium'; font-size: 1.125rem; padding: 1rem;}
.pointsMap__desc {padding: 1rem 1rem 1rem;}
.pointsMap__params {padding: 0 1rem 1rem;}
.pointsMap__param {font-size: 0.875rem; padding-top: 1.5rem;}
.pointsMap__paramName {font-family: 'lavrMedium'; margin-bottom: 0.5rem;}
.pointsMap__paramValue {}

.pointsMap__item:nth-child(even) {background: #f7f7f7;}
.pointsMap__item:nth-child(even) .pointsMap__title {border-bottom: 1px solid #fff;}

.pointsMap .simplebar-track.simplebar-vertical {
    width: 25px;
}
.pointsMap .form-check {padding-top: 1rem; padding-bottom: 1rem;}
.pointsMap .simplebar-track.simplebar-vertical:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    left: 11px;
    width: 9px;
    background: #f6f6f6;
    top: 0;
    border-radius: 5px;
}

.pointsMap .simplebar-vertical .simplebar-scrollbar::before {
    background-color: #406987;
    opacity: 1;
    left: 11px;
    right: 5px;
    border-radius: 0;
    border-radius: 5px;
}

#pointsMap__map {height: 670px;}

/*desktops*/
@media (max-width: 1200px) { 

}

/*tablets*/
@media (max-width: 991px) {
	#pointsMap__map {height: 300px !important; margin-bottom: 2rem;}
}

/*phones*/
@media (max-width: 767px) { 

}
