.map {
    height: 100vh;
    width: 100%;
    border-radius: 9px;
    overflow: hidden;
	max-height: 720px;
}
h1{
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 57px;
    margin: 35px 0 0px;
}
.title_bottom{
    font-weight: 400;
font-size: 16px;
color: #777E8C;
}
#lawyerspmap button.close span{
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQgLjdsLS43LS43TDcgNi4zLjcgMCAwIC43IDYuMyA3IDAgMTMuM2wuNy43TDcgNy43bDYuMyA2LjMuNy0uN0w3LjcgN3oiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) 50% no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 7px;
    margin-top: 7px;
}
#lawyerspmap .modal-content {
  border-radius: 15px;
}
/*#lawyerspmap .modal-dialog{display: flex;align-items: center;height: 100%;}*/
#box_yandex_map section .container{padding-right: 0px;padding-left: 0px;}
#lawyerspmap .s_map{
    border: 1px solid #dce0e0;
    border-radius: 6px;
    padding: 0 10px;
    height: 43px;
}
#lawyerspmap .s_map input{
    height: 100%;
    width: 100%;
    font-size: 16px;
}
#lawyerspmap .modal-dialog{
    margin-top: 5%;
}
#lawyerspmap .property-modal-message-title{font-size: 42px;}
#lawyerspmap .property-modal-message-title{margin-top: -20px;}
#lawyerspmap .modal-body>p{ color: #777E8C; font-size: 16px;line-height: 1.3;}
#lawyerspmap .show > .btn-light.dropdown-toggle{background: #fff;}
#lawyerspmap .show > .btn-light.dropdown-toggle:focus{box-shadow: none;}
#lawyerspmap .modal-content,#section_box_map{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
#lawyerspmap .form-group,#lawyerspmap .form-control,#lawyerspmap .btn{
    font-size: 16px;
}
#lawyerspmap .btn{border-radius: 6px;}
#lawyerspmap .bootstrap-select div.dropdown-menu.show{
    min-width: 312px !important;
}
#lawyerspmap .bootstrap-select.cat-wrap div.dropdown-menu.show{
    transform: translate3d(0px, 43px, 0px) !important;
}
#lawyerspmap .bootstrap-select.state-wrap div.dropdown-menu.show{
	transform: translate3d(-120px, 43px, 0px) !important;
}
#map-form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 0px;
    margin-top: 25px;
}
#map-form .form-group {
  flex-grow: 1;
flex-shrink: 1;
flex-basis: 0;
}
#map-form .form-group.btn_group{
    flex-grow: .4;
}
.map_form-btn {
  background: #353961;
  border-radius: 6px;
  height: 42px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  border: none;
  width: 100%;
  max-width: 150px;
  position: relative;
}
.map_form-btn:after {
    content: '';
    background-image: url(../../img/white-search.svg);
    position: absolute;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.ymaps-2-1-79-b-cluster-tabs__item-header.ymaps-2-1-79-b-cluster-content__header {
  display: none;
}
.ymaps-2-1-79-b-cluster-tabs__item-body.ymaps-2-1-79-b-cluster-content__body{
    width: 100%;
    display: flex;
	padding: 0;
    margin: 0;
}
.ymaps-2-1-79-b-cluster-tabs.ymaps-2-1-79-b-cluster-content {
  padding: 0;
}
.ymaps-2-1-79-b-cluster-tabs__section.ymaps-2-1-79-b-cluster-tabs__section_type_nav {
  min-width: 145px;
  font-size: 11px;
}
.ymaps-2-1-79-b-cluster-tabs__section.ymaps-2-1-79-b-cluster-tabs__section_type_content {
  padding: 0;
  overflow: -moz-scrollbars-none;
	-ms-overflow-style: none;
  scrollbar-width: none;
}
.ymaps-2-1-79-balloon__close + .ymaps-2-1-79-balloon__content{
    margin: 0 !important;
    padding: 0 !important;
}
.balloon_content {
    position: relative;
    height: 100%;
width: 100%;
min-width: 335px;
max-width: 335px;
}
.ymaps-2-1-79-balloon .balloon_content{
	min-width: 300px;
max-width: 300px;
}
.ymaps-2-1-79-b-cluster-tabs .balloon_content{
	min-width: 335px;
	max-width: 335px;
}
.balloon_head,.balloon_body,.balloon_bottom{
    padding-left: 15px;
    padding-right: 15px;
}
.balloon_body {
    padding-top: 15px;
    padding-bottom: 5px;
	min-height: 105px;
}
.balloon_head{
    background: #FFFFFF;
    padding-top: 10px;
    box-shadow: 0px 2px 4px rgba(132, 139, 153, 0.16);
    padding-bottom: 3px;
}
.balloon_bottom{
    padding-bottom: 15px;
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
	gap: 5px;
}
.balloon_content .balloon_title{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.balloon_content .balloon_title p{
    line-height: 12px;
    font-weight: 700;
    margin-bottom: 0px;
	padding-right: 10px;
}
#map .balloon_rating{
    font-weight: 700;
    font-size: 12px;
    line-height: 13px;
    color: #FFFFFF;
    padding: 3px;
    border-radius: 4px;
    margin-right: 10px;
    position: unset;
    display: inline;
    text-shadow: none;
}
#map .balloon_img{
    margin: 0;
    position: unset;
    display: inline;
}
#map .review_star {
    font-weight: 700;
    font-size: 12px;
    line-height: 13px;
    position: relative;
    padding: 0 0 0 17px;
    display: inline;
    background: none;
    color: #213772;
    text-shadow: none;
}
#map .review_star:before{
    content: '';
width: 13px;
height: 13px;
background: url(../../img/star.svg) no-repeat;
position: absolute;
left: 0;
top: -1px;
}
.listing-wrap .balloon_content img.wp-post-image{
    width: 35px;
    height: 35px !important;
    object-fit: cover;
    max-width: 110px;
    max-height: 100px;
    float: left;
margin-right: 5px;
border: 1px solid #eaeaea;
border-radius: 50%;
overflow: hidden;
}
.balloon_content p{
    font-size: 12px;
    margin-bottom: 5px;
}
.balloon_excerpt,.balloon_adres {
  height: auto;
  max-height: 50px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  transition: all 0.7s;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.balloon_content a{
   color: #213772;
   font-size: 12px;
   font-weight: 700;
}
a.balloon_phone,a.balloon_phone:active {
  padding: 5px 12px;
  background: #353961;
  color: #fff;
  border-radius: 4px;
  line-height: 22px;
  font-weight: 700;
}
a.balloon_phone:hover {
    background: #5A5F8F;
    color: #fff;
}
.balloon_link{
    padding: 5px 10px;
    border: 1px solid #E0E7ED;
    border-radius: 4px;
}
.balloon_link:hover{
    background: #F6F7F8;
}
.balloon_adres,.balloon_stag,.balloon_cases,.balloon_vihodnie,.balloon_excerpt{
    position: relative;
    padding-left: 17px;
    color: #777E8C;
    line-height: 155%;
}
.balloon_adres:before,.balloon_stag:before,.balloon_cases:before,.balloon_vihodnie:before,.balloon_excerpt:before{
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    left: 0;
    top: 2px;
}
.balloon_adres:before{
    background: url(../../img/home/map-marker.svg) no-repeat;
    background-size: cover;
}
.balloon_stag:before{
    background: url(../../img/home/award.svg) no-repeat;
    background-size: cover;
}
.balloon_cases:before{
    background: url(../../img/home/notebooks.svg) no-repeat;
    background-size: cover;
}
.balloon_excerpt:before{
    background: url(../../img/home/account-gray.svg) no-repeat;
    background-size: cover;
}
.balloon_vihodnie:before{
    background: url(../../img/home/clock.svg) no-repeat;
    background-size: cover;
}
.ymaps-2-1-79-balloon__layout{
	border-radius: 15px;
	overflow: hidden;
	border: 1px solid #f5f5f7;
}
.ymaps-2-1-79-balloon.ymaps-2-1-79-balloon_layout_normal{
	box-shadow: none;
}
.wrapp_c_b select,.wrapp_st_b select{
    color: #777E8C;
}
.wrapp_c_b select option,.wrapp_st_b select option{
    color: #1E2139;
}
select:has(option:checked:not([value])),
select:has(option:checked:not([value=""])) {
  color: #1E2139;
}

select:has(option:checked:not([value])) option,
select:has(option:checked:not([value=""])) option {
  color: #1E2139;
} 
.ymaps-2-1-79-balloon_layout_panel .ymaps-2-1-79-balloon__content .balloon_bottom{
	justify-content: start;
	gap: 10px;
}
@media only screen and (max-width: 1282px) {
	.map{
		max-height: 680px;
	}
}
@media only screen and (max-width: 768px) {
    .form-group.wrapp_s_b,.form-group.wrapp_st_b{display: none;}
    .form-group.wrapp_c_b{width: 115px;}
    #lawyerspmap .modal-dialog{
        margin-left: 0;
        margin-right: 0;
    }
    #lawyerspmap{padding: 10px !important;}
}
@media only screen and (max-width: 650px) {
	#map-form{
		margin-bottom: 0px;
		margin-top: 20px;
	}
	#map-form .form-group{
		margin-bottom: 0;
	}
	h1{
		font-size: 32px;
		line-height: 35px;
		margin: 10px 0 0px;
	}
	.page-template-lawyer-map .breadcrumb {
	  margin: 15px 0 15px;
	}
	.page-template-lawyer-map .breadcrumb li a {
	  padding-right: 1px;
	}
	.page-template-lawyer-map .container {
	  margin-top: 15px;
	}
	.title_bottom{line-height: 20px;}
	.page-template-lawyer-map .breadcrumb-item + .breadcrumb-item {
	  padding-left: .4rem;
	}
    #box_yandex_map section .container{margin-top: 2px;}
	 #lawyerspmap .property-modal-message-title {
		font-size: 26px;
		margin-bottom: 5px;
		width: max-content;
		margin-top: -48px;
	}
}
@media (max-width: 540px){
	.page-template-lawyer-map .breadcrumb .breadcrumb-item.active {
		display: block;
	}
}