@charset "UTF-8";

body {
  font-size: 13px;
  color: #484848;
  font-family: "Open Sans", "Arial", sans-serif;
  overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
  body.--active .overlay {
    display: block !important;
  }
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 6;
}

.wrap {
  position: relative;
  height: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

a {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

a:hover {
  color: #EC6969;
}

.h1 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Montserrat", "Arial", sans-serif;
  color: #222;
}

@media only screen and (max-width: 767px) {
  .h1 {
    font-size: 20px;
  }
}

.h2 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Montserrat", "Arial", sans-serif;
  color: #222;
  margin-bottom: 20px;
}

.btn {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: #EC6969;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn.--outline {
  color: #EC6969;
  background: none;
  border: 1px solid #EC6969;
}

.btn:last-child {
  margin-bottom: 0;
}

.header-top {
  padding-top: 20px;
  margin-bottom: 20px;
}

.header-top .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top .logo {
  width: 120px;
}

@media only screen and (max-width: 767px) {
  .header-top .logo {
    width: 80px;
  }
}

.header-top .logo img {
  width: 100%;
}

.header-top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 120px);
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .header-top__inner {
    width: calc(100% - 80px);
  }
}

.header-top__inner-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .header-top__inner-link {
    display: none;
  }
}

.header-top__form {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  overflow: hidden;
}

.header-top__field {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 40px 0 20px;
  font-size: 15px;
  background: #F4F6F8;
}

@media only screen and (max-width: 767px) {
  .header-top__field {
    height: 35px;
    line-height: 35px;
  }
}

.header-top__btn {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  z-index: 1;
  background: #F4F6F8;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 767px) {
  .header-top__btn {
    width: 35px;
    height: 35px;
  }
}

.header-top__link {
  margin-left: 60px;
}

@media only screen and (max-width: 1279px) {
  .header-top__link {
    margin-left: 30px;
  }
}

.header-top__hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  padding-top: 15px;
}

@media only screen and (min-width: 768px) {
  .header-top__hidden {
    display: none !important;
  }
}

.header-top__hidden-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 80px;
}

.header-top__hidden-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 80px);
  padding-left: 30px;
}

.header-top__hidden-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(50% - 5px);
  height: 35px;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
  background: #F4F6F8;
}

.header-top__hidden-btn.--active {
  color: #fff;
  background: #EC6969;
}

.header-top__hidden-btn.--active path {
  fill: #fff;
}

.footer {
  position: relative;
  padding: 15px 15px 30px 0;
  background: #F4F6F8;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .footer {
    padding: 20px;
  }
}

.footer:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: inherit;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.footer__logo {
  width: 120px;
}

.footer__logo img {
  width: 100%;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

@media only screen and (max-width: 1399px) {
  .footer__inner {
    width: 100%;
    margin-top: 20px;
  }
}

.footer__list {
  margin-left: 50px;
}

@media only screen and (max-width: 1399px) {
  .footer__list {
    margin-left: 0;
    margin-right: 50px;
  }

  .footer__list:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .footer__list {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .footer__list:first-child {
    display: none;
  }
}

.footer__list-item {
  margin-bottom: 10px;
}

.footer__list a {
  line-height: 1.3;
}

.footer__bottom {
  max-width: 640px;
  font-size: 12px;
  line-height: 1.5;
  color: #8A8E93;
}

.footer__middle {
  margin-top: 15px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .footer__middle {
    display: none !important;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 101;
  overflow-y: auto;
}

.modal-block {
  position: relative;
  background: #FFF;
  width: 50%;
  left: 50%;
  margin-left: -25%;
  top: 10%;
}

.modal-close {
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 10px;
}

.filter__section {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .filter__section {
    display: none;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
}

.filter__section .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter__section-text {
  width: 150px;
  font-size: 16px;
  padding-top: 10px;
}

@media only screen and (max-width: 767px) {
  .filter__section-text {
    display: none;
  }
}

.filter__section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 150px);
}

@media only screen and (max-width: 767px) {
  .filter__section-inner {
    width: 100%;
  }
}

.filter__section-inner.--border {
  border-bottom: 1px solid #D4D8DD;
}

@media only screen and (max-width: 767px) {
  .filter__section-inner.--border {
    border: none;
  }
}

.filter__item {
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .filter__item {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .filter__item.--active {
    position: relative;
    z-index: 7;
  }
}

.filter__btn {
  height: 36px;
  line-height: 36px;
  padding: 0 30px;
  font-size: 16px;
  border-radius: 5px;
  background: #F4F6F8;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filter__btn.--active {
  color: #fff;
  background: #EC6969;
}

.filter__popUp {
  display: none;
  position: absolute;
  top: 52px;
  left: 50%;
  width: 180px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #D4D8DD;
  background: #fff;
  margin-left: -90px;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .filter__popUp {
    width: 150px;
    margin-left: -75px;
    border: none;
  }
}

.filter__popUp:before {
  content: '';
  display: block;
  position: absolute;
  top: -28px;
  left: 50%;
  border: 14px solid transparent;
  border-bottom: 14px solid #D4D8DD;
  margin-left: -14px;
}

.filter__popUp:after {
  content: '';
  display: block;
  position: absolute;
  top: -9px;
  left: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  margin-left: -10px;
}

.filter__popUp-item {
  padding: 5px 15px;
  display:block;
  text-decoration:underline;
}
.filter__popUp-item.--active {
	text-decoration:none;
	color:#afaeae;
  }

@media only screen and (max-width: 767px) {
  .filter__popUp-item {
    padding: 5px 10px;
  }
}

.filter__popUp input {
  display: none;
}

.filter__popUp input:checked + label:before {
  -webkit-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 10px #EC6969;
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 10px #EC6969;
}

.filter__popUp-close {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 12px;
  height: 12px;
  background: url("../images/ico/close.svg") no-repeat center center/contain;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filter__apply {
  width: 100%;
  height: 25px;
  color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #EC6969;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 10px;
}

.filter__checkbox {
  position: relative;
  display: block;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filter__checkbox:before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  border: 1px solid #D8DCE0;
}

.filter__link {
  display: none;
  height: 36px;
  line-height: 36px;
  padding: 0 30px;
  font-size: 16px;
  border-radius: 5px;
  background: #F4F6F8;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .filter__link {
    padding: 0 15px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.filter__link.--visible {
  display: block !important;
}

.filter__link.--active {
  padding-right: 40px;
  /*background: #F4F6F8 url("../images/ico/close.svg") no-repeat calc(100% - 15px) center/12px;*/
  background-color: #487eb3;
  color:#fff;
}

.filter__link-open {
  width: 36px;
  height: 36px;
  border-radius: 5px;
  background: #F4F6F8 url("../images/ico/arrow.svg") no-repeat center 10px/12px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 767px) {
  .filter__link-open {
    margin-bottom: 10px;
  }
}

.filter__link-open.--active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.discription {
  margin-bottom: 30px;
}

.discription__inner {
  padding-left: 150px;
}

@media only screen and (max-width: 1023px) {
  .discription__inner {
    padding-left: 0;
  }
}

.discription__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: "Montserrat", "Arial", sans-serif;
  margin-bottom: 20px;
}

.discription__total {
  font-size: 18px;
  color: #8A8E93;
  margin-left: 25px;
  margin-bottom: 6px;
}

@media only screen and (max-width: 767px) {
  .discription__total {
    width: 100%;
    padding-left: 0;
    font-size: 16px;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 0;
  }
}

.discription__list {
  font-size: 16px;
}

.discription__list-item {
  position: relative;
  padding-left: 30px;
  line-height: 1.2;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .discription__list-item {
    font-size: 15px;
  }
}

.discription__list-item:before {
  content: '—';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.discription__list-item:last-child {
  margin-bottom: 0;
}

.content .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .content .wrap {
    padding: 0;
  }
}

.content__aside {
  width: 40%;
  padding-left: 20px;
}

@media only screen and (max-width: 1279px) {
  .content__aside {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .content__aside {
    width: 100%;
  }
}

.content__map {
  position: relative;
  width: 60%;
}

.content__map.--active {
  position: fixed;
  top: 0;
  right: 0;
  /*height: 100vh;*/
  bottom:0;
}

@media only screen and (max-width: 1279px) {
  .content__map.--active {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .content__map.--active {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    position: relative;
    display: none;
    width: 100%;
    height: 400px;
    margin: 0;
  }
}

@media only screen and (max-width: 1279px) {
  .content__map {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .content__map {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    display: none;
    width: 100%;
    height: 400px;
  }
}

.content__map .map{
  width: 100%;
  height: 900px;
  border: none;
}
.content__map.--active .map{
	height: 100%;
}

@media only screen and (max-width: 767px) {
	.content__map .map{
		height: 100%;
	}
}

.content__offers {
  position: relative;
  padding: 10px 30px 30px 0;
  background: #F4F6F8;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .content__offers {
    padding: 10px 20px 30px;
  }
}

.content__offers:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: inherit;
}

.content__offers-inner {
  margin-bottom: 20px;
}

.content__offers-btn {
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  background: #EC6969;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
  border-bottom: 1px solid #D4D8DD;
}

.content__img {
  width: 230px;
  height: 150px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1399px) {
  .content__img {
    width: 180px;
  }
}

@media only screen and (max-width: 1023px) {
  .content__img {
    width: 100%;
  }
}

.content__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1023px) {
  .content__info {
    width: 100%;
    padding-left: 0;
  }
}

.content__title {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: "Montserrat", "Arial", sans-serif;
  flex-flow: "Montserrat", "Arial", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.content__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.content__rating {
  color: #8A8E93;
}

.content__reviews {
  margin-left: 15px;
}

.content__discription {
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.content__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content__tag {
  color: #8A8E93;
  line-height: 1.3;
  margin-bottom: 3px;
  margin-right: 10px;
}

.content__tag:last-child {
  margin-right: 0;
}

.content__block {
  padding: 20px 0;
  border-bottom: 1px solid #D4D8DD;
}

@media only screen and (max-width: 767px) {
  .content__block {
    padding: 20px;
  }
}

.content__block.--last {
  border: none;
}

.content__city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -20px;
}

.content__city-item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1023px) {
  .content__city-item {
    width: 100%;
  }
}

.content__city-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.content__city-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10px;
  padding-right: 20px;
}

.content__city-town {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 4px;
}

.content__city-volume {
  color: #8A8E93;
}

.content__discription-text {
  line-height: 1.5;
}

.content__activity {
  line-height: 1.5;
  margin-top: -10px;
}

.map-card {
  width: 280px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.06);
  border: 1px solid #D4D8DD;
}
.map-card::before, .map-card::after {
	content: ''; 
	position: absolute;
	left: 130px; 
	bottom: -20px;
	border: 10px solid transparent;
	border-top: 10px solid #D4D8DD;
}
.map-card::after {
	border-top: 10px solid #fff;
	bottom: -19px; 
}



.map-card__img {
  display: block;
  height: 150px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.map-card__inner {
  padding: 15px;
}

.map-card__title {
  display: block;
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.map-card__rating {
  margin-bottom: 10px;
}

.map-card__text {
  line-height: 1.3;
  margin-bottom: 15px;
}

.map-card__btn {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.map-card__btn.--active:before,
.map-card__btn.--active:after {
  display: none;
}

.map-card__btn:after {
  content: '- показать номер';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 30px;
  line-height: 30px;
  padding-right: 10px;
  padding-left: 2px;
  color: #fff;
  border-radius: 3px;
  background: #EC6969;
  font-size: 14px;
  z-index: 2;
}

.map-card__btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.map-card__phone {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background: #EC6969;
  font-size: 14px;
}

.map-card__phone:hover {
  color: #fff;
}



.vs-spin {
    width: 40px;
    margin: 30px auto;
}
.vs-spin img {
    width: 40px;
    height: 40px;
    -webkit-animation: vs-spin 2s linear infinite;
    -moz-animation: vs-spin 2s linear infinite;
    animation: vs-spin 2s linear infinite;
}
@-moz-keyframes vs-spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes vs-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes vs-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
	width: 280px;
    background-clip: padding-box;
}
.popover .close {
    float: right;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.popover.ympo .arrow {
    display: none;
}
.popover .popover-body {
	padding: 0;
}
.phone-link{
	font-size: 16px;
	line-height: 1.1;
}

.cluster_list{
	width:280px;
}
.cluster_list a.cluster_list_item, 
.cluster_list a.cluster_list_item:hover, 
.cluster_list a.cluster_list_item:focus{
	display:block;
	padding: 10px;
	text-decoration:none;
	color:#484848;
	font-weight:bold;
}
.cluster_list a.cluster_list_item:hover{
	background:#ccc;
	color:#F4F6F8;
}

.cluster_list .map-card{
	box-shadow: none;
	border:none;
	width:100%;
}

.breadcrumb{
	list-style:none;
	margin: 30px 0;
	font-size:16px;
	line-height:120%;
}
.breadcrumb>li{
	display:inline-block;
}
.breadcrumb a, .breadcrumb a:hover, .breadcrumb a:focus {
    color: #000;
    text-decoration: underline;
}
.breadcrumb-item.active {
    color: #6c757d;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
}

.coo_wclose_modern{
	z-index:1000;
	position:fixed;
	bottom:20px;
	right:20px;
	background:#fff;
	color:#000;
	padding:20px 35px;
	text-align:left;
	width:400px;
	border: 1px solid #EAE7E1;
	box-shadow: 0px 0px 20px #464545;
	line-height: 1.4;
	font-weight:600;
}
.coo_wclose_modern_text{
	/*margin:0 20px;*/
}
.coo_wclose, .coo_wclose:hover, .coo_wclose:focus{
	color:#000;
	text-decoration:none;
	position:absolute;
	right:10px;
	top:10px;
	width:14px;
	height:14px;
	display:inline-block;
}