.wrap-mobile{
  display: flex;

}

.menu-mobile{
  display: none;
}
@media (max-width: 1199px) {
  .desktop-lg{
    display: none;
  }
  .menu-mobile{
    display: block;
    margin-top: 8px;
    margin-right: 20px;
  }
  .menu-mobile{
    position: relative;
    z-index: 10;
  }
  .menu-mobile ul {
    position: absolute;
    margin: 0;
    list-style: none;
    padding-left: 0px;
    display: none;
    z-index: 999;
  }
  .menu-mobile ul li{
    width: 60px;
    max-width: 60px;
    z-index: 999;
  }
  .menu-mobile .title-mobile {
    font-size: 18px;
    cursor: pointer;
    font-family: inherit;
    font-style: normal;
    font-weight: 700;
    color: #ED1C23;
  }
  .menu-mobile .title-mobile::after {
    content: '▼ ';
    font-size: 80%;
    color: #ED1C23;
  }
  .menu-mobile.open .title-mobile::after {
    content: '▼ ';
  }
  .menu-mobile.open ul {
    display: block;
    z-index: 999;
  }
  .menu-mobile .header__link-lang{
    width: 60px;
  }
  /*.menu-mobile .header__link-lang:last-child{*/
  /*  width: 65px;*/
  /*}*/
  .menu-mobile .not-active-lang{
    background-color: white;
    width: 62px;
  }



}

@media (min-width: 1200px) and (min-width: 1290px) {
	.territory-map__content .filter-map {
	    z-index: 10;
	}
}

.content__map #map{
  height: 420px;
}

/* FOR FILTER TERRITORY */

#map2 {
  width: 100%;
  height: 800px;
}

@media (max-width: 768px) {
  .territory-map__content #map2 {
    padding: 0px 20px;
    box-sizing: border-box;
  }
}

.goto {
	cursor: pointer;
}

#result {
	visibility: hidden;
}
.ymaps-2-1-74-balloon__layout,
.ymaps-2-1-74-balloon__content {
	background: #F7F7F7 !important;
}

/*.ymaps-2-1-74-balloon.ymaps-2-1-74-balloon_layout_normal.ymaps-2-1-74-balloon_to_top.ymaps-2-1-74-i-custom-scroll {
	left: -300px !important;
}*/


.city-filter__icons {
	font-size: 14px;
	color: #C4C4C4;
	margin: 0 10px;
	cursor: pointer;
	z-index: 999;
}

@media (max-width: 991px) {
  .city-filter__icons {
    display: none;
  }
}

.territory-map__content .unit-content {
    position: relative;
    padding: 0;
}

.city-filter__item
.city-filter__label {
	display: inline-flex;
  align-items: flex-end;
}

.city-filter__container #point,
.city-filter__container #polygon,
.city-filter__container #circle,
.city-filter__container #yellow {
	display: none;
}



.result-element {
  display: none;
}

.result-element.open {
  display: block;
}


/**/

.city-filter__container
.city-filter__wrapper-checkbox {
  position: absolute;
  right: 20px;
  top: 1px;
}

.city-filter__checkbox-label {
  display: inline-block;
  right: 0px;
  top: 0;
  position: relative;
  width: 28px;
  height: 18px;
  z-index: 10;
  line-height: 17px;
  background: #548D72;
  border-radius: 30px;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  cursor: pointer; }

.free-wrapper__label {
  background-color: #5967af; }

.city-filter__checkbox-label:after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 1px;
  top: 50%;
  display: block;
  margin-top: -7px;
  background: white;
  border-radius: 30px;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  cursor: pointer; }

#green, #red {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	color: #fff;
}

#green .city-filter__checkbox-label {
  left: 0px; }

#green:checked + .city-filter__checkbox-label:after {
  left: 12px;
  content: ""; }

#red .city-filter__checkbox-label {
  left: 0px; }

#red:checked + .city-filter__checkbox-label:after {
  left: 12px;
  content: ""; }


.city-filter__name {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px;
}


@media (min-width: 1290px) {
  	.contact-content {
  		margin: 0 auto;
    	max-width: 1290px;
	}
}


html body .bvi-body[data-bvi-theme="white"] * button.header-search__link,
html body .bvi-body[data-bvi-theme="black"] * button.header-search__link,
html body .bvi-body[data-bvi-theme="blue"] * button.header-search__link,
html body .bvi-body[data-bvi-theme="brown"] * button.header-search__link,
html body .bvi-body[data-bvi-theme="green"] * button.header-search__link{
  background-color: transparent!important;
  background: transparent!important;
}

