*,
*::after,
*::before {
    box-sizing: border-box;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none !important;
  color: inherit !important;
}

html, body, #kd-map {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.top-menu {
  position: fixed;
  width: 100%;
  height: 56px;
  top: 0;
  background-color: rgb(255, 255, 255);
  box-shadow: 1px 2px 6px rgb(0 0 0 / 20%);
}

.name-project {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 20px;
  padding: 15px 0 0 0;
}

.btn {
  margin-top: 10px;
}

.geoBtn {
  align-items: center;  /* центрируем содержимое кнопки */
  position: fixed;
  display: flex;
  bottom: 320px;
  right: 21px;
  width: 28px;
  height: 27px;
  cursor: pointer;
  z-index: 1;
  border: none;
  background: rgb(255, 255, 255);
  border-radius: 5px;
  margin: 5px;
  box-shadow: 1px 2px 3px rgb(0 0 0 / 27%);
}

.geoBtn >.label {
  text-align: center;
  position: absolute;
  border: 4px solid #666;
  border-radius: 50%;
  width: 60%;
  height: 60%;
}

.menu__btn {
  /* display: flex; */
  align-items: center;  /* центрируем содержимое кнопки */
  position: fixed;
  top: 10px;
  left: 15px;
  width: 45px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
  border: none;
  background: none;
  border-radius: 5px;
  margin: 5px;
}

.menu__btn > span {
  display: block;
  position: absolute;
  width: 72%;
  height: 2px;
  top: 13px;
  background-color: #616161;
  transition-duration: .25s;
}

.menu__btn > .border3 {
  content: '';
  top: 22px;
}
.menu__btn > .border1 {
  content: '';
  top: 4px;
}

.sidenav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  visibility: hidden;
  left: 0;
  top: -100%;
  height: 100%;
  margin: 0;
  padding: 40px 0 0 0;
  list-style: none;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
  width: 20%;
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
  border-right: 1px solid #dddfe0;
  transition-duration: .3s;
}

.sidenav__footer {
  background-color: inherit;
  padding: 15px 20px;
  border-top: 1px solid #dddfe0;}

#disclaimer {
  font-size: 12px;
}

.filter_container {
  visibility: visible;
  /* top: -100%; */
  transition-duration: .3s;
}

.triangle {
  position: relative;
  margin: 10px 0 0 0;
  border: 5px solid transparent; border-top: 5px solid rgb(0, 0, 0);
  transition-duration: .3s;
}

.logo {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dddfe0;
}

.logo-cbr {
  height: 180px;
  width: 3000px;
  margin: 10px auto;
  
}

.dropdown-container {
  display: none;
}

.dropdown-container.open {
  display: block;
}

.dropdown-list {
  display: block;
  border-bottom: 0.5px solid #dddfe0;
}

.dropdown-link {
  cursor: pointer;
  display: block;
  padding: 12px 42px;
}

.dropdown-link:hover {
  background-color:#e6faff;
  color: rgb(0, 0, 0);
  border-bottom: none;
}

.sidenav__header {
  /* padding: 20px; */
  border-bottom: 1px solid #dddfe0;
}

.icon {
  width: 10px;
  height: 10px;
  border: 5px solid rgb(255, 0, 0);
  border-radius: 30px;
  margin: 5px 10px 5px 5px; 
}

.name_list {
  background: #eef3f8;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  padding: 15px 20px;
  cursor: pointer;
  box-shadow: 0px 2px 3px 1px rgb(0 0 0 / 17%);
}

.menu_regions_title {
  background-color:rgb(255, 255, 255);
  cursor: pointer;
  border-bottom: 1.5px solid #dddfe0;
  display: flex;
  align-items: center;
  padding: 12px 19px;
  font-size: 18px;
  transition: all .3s;
}

.active {
  /* background-color:#00BBEE; */
  background-color:#afefff;
}

.click-down {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width:100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

[class*="copyrights-pane"] {
	display: none !important;
}

.header__inner {
    display: flex;
    justify-content: center;
}

.menu__link {
  cursor: pointer;
  margin: 10px;
  border: 1.5px solid #dddfe0;
  border-radius: 20px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
  font-size: 15px;
  transition: all .3s;
  background-color: #dddfe0;
}

.menu__link:active {
  /* opacity: .5; */
  color: rgb(255, 255, 255);
  background: rgb(114, 114, 114);
}

.active {
  background-color:#afefff;
}

.ymaps-2-1-79-listbox__button {
  display: none !important;
}

.balloon-root {
  width: 300px;
  height: 200px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch; 
  border-radius: 10px;
  background-color: #808080;
  text-align: center;
  color: white;
  z-index: 10;
}
.close {
    position: absolute;
    right: 5px;
    top: 3;
}

.balloon{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.balloon-head {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 30%;
  background-color: #666;
  font-size: 20px;
}

.balloon-body {
  width: 100%;
  height: 50%;
}
.balloon-footer {
  width: 100%;
  height: 30%;
  font-size: 12px;
}
.balloon-pin {
  height: 30px;
  width: 30px;
  position: absolute;
  background-color: #808080;
  z-index: -1;
  bottom: -5px;
  transform: rotate(45deg);
}

/* Под разрешения экранов */
@media screen and (max-width: 1280px) {
  .sidenav {
    width: 30%;
  }
}

@media screen and (max-width: 920px) {
  .sidenav {
    width: 40%;
  }
}

@media screen and (max-width: 550px) {
  .sidenav {
    width: 100%;
  }

  .name-project {
    font-size: 15px;
    padding: 21px 15px 0 0;
  }
}

@media screen and (max-width: 460px) {
  .name-project {
    justify-content: end;
  }
}

@media screen and (max-width: 405px) {
  .name-project {
    font-size: 14px;
  }
}

@media screen and (max-width: 385px) {
  .name-project {
    padding: 21px 0 0 0;
    justify-content: center;
  }
}