html, body {
  scrollbar-color: #21ba72 transparent;
  scrollbar-width: thin;
}

.no-scroll {
  overflow-y: hidden;
  }

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #21ba72;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #21ba72;
}

::-moz-scrollbar-button:decrement,
::-moz-scrollbar-button:increment,
::-moz-scrollbar-button:vertical:start:decrement,
::-moz-scrollbar-button:vertical:end:increment,
::-moz-scrollbar-button:horizontal:start:decrement,
::-moz-scrollbar-button:horizontal:end:increment,
::-webkit-scrollbar-button:vertical:start:decrement,
::-webkit-scrollbar-button:vertical:end:increment,
::-webkit-scrollbar-button:horizontal:start:decrement,
::-webkit-scrollbar-button:horizontal:end:increment {
  width: 0px !important;
  height: 0px !important;
}

html,
body {
  margin: 0;
  padding: 0;
}

.map {
  position: relative;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  display: grid;
  place-content: center;
  overflow: hidden;
  background: radial-gradient(15.42% 61.99% at 11.59% -8.49%, rgba(255, 214, 51, 0.2) 0%, rgba(255, 214, 51, 0) 100%), radial-gradient(16.77% 85.05% at 91.3% 0%, rgba(107, 234, 199, 0.2) 0%, rgba(107, 234, 199, 0) 100%), radial-gradient(18.15% 87.21% at 3.58% 91.2%, rgba(90, 176, 255, 0.08) 0%, rgba(90, 176, 255, 0) 100%), linear-gradient(90deg, rgba(66, 227, 180, 0.12) 0%, rgba(107, 234, 199, 0.12) 49.98%, rgba(155, 208, 254, 0.12) 100%), #FFFFFF;
}

.map__wrapper {
  position: relative;
  width: 1224px;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px 0px 40px 0px;
}

.map__caption {
  display: flex;
  font-family: 'SB Sans Display';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 41px;
  color: #000000;
}

.map__caption span {
  z-index: 10;
}

.map__regions {
  position: relative;
  width: 1200px;
  height: 678px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-bottom: 22px;
}

.map__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 1202px;
  height: 678px;
  object-fit: cover;
  transition: all 0.75s ease;
}

.regions__caption {
  margin-top: 8px;
  display: flex;
  font-family: 'SB Sans Display';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  color: #333f48;
}

.regions__caption span {
  z-index: 10;
}

.regions__select-panel {
  margin-top: 24px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.select__icon {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: cover;
  object-position: center;
  margin-right: 4px;
}

.select__text {
  font-family: 'SB Sans Text';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #333f48;
  white-space: nowrap;
  overflow: hidden;
}

.select__arrow {
  display: block;
  width: 8px;
  height: 4px;
  object-fit: cover;
  object-position: center;
  margin-left: auto;
}

.select__arrow-active {
  transform: rotate(180deg);
}

.select-panel__selector {
  position: relative;
  width: 270px;
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 16px;
  box-sizing: border-box;
  margin-right: 16px;
  color: #333f48;
  background: #ffffff;
  border-radius: 99px;
  border: 1px solid #E1E5EA;
  z-index: 10;
  cursor: pointer;
}

.select-panel__selector:hover {
  box-shadow: 0px 0px 0px 3px rgba(198, 244, 198, 0.37);
}

.select-panel__selector-active {
  border: 1px solid #209f6d;
}

.select-panel__selector-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.select-panel__reset {
  width: 130px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-left: auto;
  color: #ffffff;
  background: #333f48;
  border-radius: 99px;
  text-align: center;
  z-index: 10;
  font-family: 'SB Sans Text';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.select-panel__reset:hover {
  opacity: 0.75;
}

.map__region_tooltip {
  position: absolute;
  width: 172px;
  height: 40px;
  background: #FFFFFF;
  opacity: 0.76;
  box-shadow: 0px 5px 10px rgba(14, 14, 14, 0.1);
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'SB Sans Display';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  pointer-events: none;
}

.map__region_tooltip-hover {
  color: #209f6d;
  opacity: 1;
}

.district__region_tooltip {
  position: absolute;
  height: 20px;
  padding: 4px 8px;
  box-sizing: content-box;
  background: #ffffff;
  opacity: 0.84;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'SB Sans Display';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #000000;
  pointer-events: none;
  transition: height 0.2s;
}

.district__region_tooltip-inactive {
  color: gray;
  opacity: 1;
}

.district__region_tooltip-hover:not(.district__region_tooltip-inactive) {
  color: #209f6d;
  height: 32px;
  z-index: 1;
  opacity: 1;
}

.map__region_tooltip:before {
  content: '';
  position: absolute;
  top: 100%;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
}

.district__region_tooltip:after {
  content: '';
  position: absolute;
  top: 100%;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;

}

.district { 
  cursor: pointer;
  transition: all .5s ease;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.district-mobile {
  display: none;
}

.district:not(.district_active):hover path { 
  fill: #21ba72; 
}

.district_active {
  opacity: 1.0;
}

.district_inactive {
  opacity: 1.0;
}

.select__list {
  position: relative;
  top: 0;
  left: 0;
  width: 270px;
  height: auto;
  max-height: 450px;
  overflow-y: auto;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 16px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 2px rgba(157, 157, 157, 0.15);
  border-radius: 8px;
  z-index: 12;
}

.select__list[data-list="regions"]  {
  order: 1;
  top: 0;
}

.select__list[data-list="projects"]  {
  order: 3;
  top: 0;
}

.select__list[data-list="directions"]  {
  order: 2;
  top: 0;
}

.select__list-active {
  visibility: visible;
}

.select__list_regions {
  width: 100%;
}

.select__list_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 8px 12px;
  background: transparent;
  border-radius: 8px;
  font-family: 'SB Sans Display';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #333f48;
  margin-bottom: 8px;
  cursor: pointer;
}

.map-search__field {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 38px;
  margin-bottom: 8px;
}

.map-search__input {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 8px 12px;
  background: transparent;
  border-radius: 8px;
  font-family: 'SB Sans Display';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #333f48;
  outline: none;
  border: 1px solid #e1e5ea;
}

.map-search__button {
  width: 38px;
  height: 38px;
  background: none;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
}

.map-search__button::before {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 38px;
  height: 38px;
  content: url(../img/search.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.select__list_item:hover {
  background: #eeeeff;
}

.select__list_item-active {
  background: #eeeeff;
}

.select__list_outside {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 11;
  opacity: 0;
  background: #000000;
  width: 100%;
  height: 100%;
  cursor: default;
}

.select__list_outside-active {
  display: block;
}

.region {
  color: transparent;
  cursor: pointer;
  transition: all .5s ease;
}

.region:not(.region-inactive):hover {
  fill: #21ba72;
  opacity: 0.5;
}

.region-inactive {
  color: #e9e9e9;
}

.program-list {
  position: fixed;
  width: 496px;
  height: auto;
  max-height: 600px;
  top: calc(50% + 50px);
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  border: 10px solid transparent;
  overflow-y: auto;
  display: none;
  flex-direction: column;
  box-sizing: border-box;
  padding: 32px;
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(52, 64, 75, 0.06);
  border-radius: 16px;
  z-index: 15;
}

.program-list-active {
  display: flex;
}

.program-list__header {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.program-list__caption {
  font-family: 'SB Sans Display';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}

.program-list__close {
  display: block;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
  pointer-events: none;
}

.program-list__description {
  margin-top: 8px;
  font-family: 'SB Sans Display';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #333f48;
}

.program-list__education {
  margin-top: 24px;
  font-family: 'SB Sans Display';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #21a19a;
}

.program-list__enviroment {
  margin-top: 24px;
  font-family: 'SB Sans Display';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #184ea1;
}

.program-list__together {
  margin-top: 24px;
  font-family: 'SB Sans Display';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #8c68f4;
}

.program-list__education_list {
  margin-top: 12px;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 8px;
  row-gap: 8px;
}

.program-list__enviroment_list {
  margin-top: 12px;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 8px;
  row-gap: 8px;
}

.program-list__together_list {
  margin-top: 12px;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 8px;
  row-gap: 8px;
}

.program-list__education_item {
  position: relative;
  width: 100%;
  height: 140px;
  box-sizing: border-box;
  padding: 12px;
  background-position: center;
  background-size: 100%;
  border-radius: 8px;
  font-family: 'SB Sans Display';
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s;
}

.program-list__education_item:hover{
  opacity: 0.85;
}

.program-list__together_item {
  position: relative;
  width: 100%;
  height: 140px;
  box-sizing: border-box;
  padding: 12px;
  background-position: center;
  background-size: 100%;
  border-radius: 8px;
  font-family: 'SB Sans Display';
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s;
}

.program-list__together_item:hover{
  opacity: 0.85;
}

.program-list__enviroment_item {
  position: relative;
  width: 100%;
  height: 140px;
  box-sizing: border-box;
  padding: 12px;
  background-position: center;
  background-size: 100%;
  border-radius: 8px;
  font-family: 'SB Sans Display';
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  color: #ffffff;
  text-decoration: none; transition: opacity 0.2s;
}

.program-list__enviroment_item:hover{
  opacity: 0.85;
}

.lower-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 32px;
}

.lower-panel__item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 24px;
}

.lower-panel__block-left {
  width: 88px;
  height: 88px;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 12px;
  background: #ffffff;
  border-radius: 16px;
  margin-right: 22px;
  z-index: 1;
}

.lower-panel__img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.lower-panel__block-right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lower-panel__caption {
  font-family: 'SB Sans Display';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  color: #000000;
}

.lower-panel__text {
  margin-top: 8px;
  font-family: 'SB Sans Display';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #333f48;
}

.map__regions_modal-overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background: #000000;
  opacity: 0.4;
  border-radius: 24px 24px 0px 0px;
}

.map__regions_modal {
  display: none;
}

.select__block {
  position: absolute;
  top: 140px;
  width: 100%;
  display: none;
}

.select__block-active {
  display: grid;
  grid-template-columns: repeat(3, 270px);
  column-gap: 16px;
  align-items: start;
}

.program-list__close_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #333f48;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  flex: none;
}


.sticky-filters {
  position: fixed;
  //background: white;
  z-index: 1000;
  //box-shadow: 0 2px 15px rgba(0,0,0,0.1);
  //transition: all 0.3s ease;
  padding: 10px 0;
  margin-top: 0;
}

/* Если нужно учитывать фиксированный хедер */
.header-fixed ~ .map__wrapper .sticky-filters {
  top: 80px !important;
}

.zoom-controls {
  position: absolute;
  right: 0;
  bottom: 45%;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.zoom-in, .zoom-out {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

.zoom-in:hover, .zoom-out:hover {
  background: #f5f5f5;
}



@media screen and (max-width: 1919px){
  .map__caption, .regions__caption, .regions__select-panel, .lower-panel{
    max-width: 1032px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1440px) {
  .map__caption {
    width: 1032px;
    margin: 0 auto;
  }

  .regions__caption {
    width: 1032px;
    margin: 0 auto;
    margin-top: 8px;
  }

  .program-list {
    max-height: 500px;
  }

  .regions__select-panel {
    width: 1032px;
    margin: 0 auto;
    margin-top: 24px;
  }

  .lower-panel {
    width: 1032px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1200px) {
  
  .map {
    position: relative;
    width: 100vw;
    background: #ffffff;
    overflow: hidden;
  }
  
  .map__wrapper {
    width: 100vw;
    margin: 0;
    padding: 64px 0px 0px 0px;
  }

  .lower-panel {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    box-sizing: border-box;
    padding: 30px 39px 0px 39px;
  }

  .lower-panel__item {
    flex-direction: column;
    padding: 0;
  }

  .lower-panel__block-left {
    background-color: #f6f6f6;
    margin-right: 0px;
  }

  .lower-panel__block-right {
    margin-top: 22px;
    justify-content: flex-start;
  }

  .map__caption {
    width: 100%;
  }

  .regions__caption {
    width: 100%;
  }

  .regions__select-panel {
    width: 100%;
  }

  .map__regions {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    background: #b5ddff;
    border-radius: 24px 24px 0px 0px;
  }

  .district-mobile {
    display: block;
  }

  .regions__select-panel {
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 39px;
    justify-content: space-between;
    gap: 16px;
  }

  .select-panel__selector {
    width: 219px;
    padding: 10px;
    margin: 0;
    border: 1px solid #e1e5ea;
  }

  .map__regions_modal-overlay {
    position: fixed;
    /* top: unset;
    left: unset; */
    display: none;
    width: 100vw;
    height: 100vh;
    z-index: 20;
    background: #000000;
    opacity: 0.4;
    border-radius: 24px 24px 0px 0px;
  }

  .map__regions_modal {
    position: absolute;
    display: none;
    flex-direction: column;
    width: 90%;
    height: 90%;
    margin: auto;
    box-sizing: border-box;
    padding: 16px;
    z-index: 25;
    background: #ffffff;
    border-radius: 8px;
  }

  .modal__top_row {
    display: flex;
    justify-content: space-between;
  }

  .modal__header {
    font-family: 'SB Sans Display';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
  }

  .modal__close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: #333f48;
    cursor: pointer;
    border-radius: 50%;
  }

  .modal__close_img {
    display: block;
    width: 8px;
    object-fit: cover;
    object-position: center;
  }

  .modal__text {
    margin-top: 8px;
    font-family: 'SB Sans Display';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #333f48;
  }

  .modal__list {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 10px 20px 10px 10px;
    overflow-y: auto;
  }

  .map__style {
    margin-top: 32px;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .modal__region_item {
    display: flex;
    align-items: center;
    width: 100%;
    flex-shrink: 0;
    height: 45px;
    border-bottom: 1px solid #f6f6f6;
    font-family: 'SB Sans Display';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
  }

  .program-list {
    position: fixed;
    width: 100vw;
    max-height: 90vh;
    z-index: 35;
    box-sizing: border-box;
    border: 10px solid rgba(0, 0, 0, 0.4);
    border-radius: 16px;
    background: radial-gradient(108.53% 43.76% at 0% 100%, rgba(90, 176, 255, 0.2) 0%, rgba(90, 176, 255, 0) 100%), radial-gradient(186.47% 57.63% at 100% 42.37%, rgba(107, 234, 199, 0.2) 0%, rgba(107, 234, 199, 0) 100%), radial-gradient(87.73% 35.38% at 27.01% 0%, rgba(255, 214, 51, 0.2) 0%, rgba(255, 214, 51, 0) 100%), linear-gradient(90deg, rgba(66, 227, 180, 0.08) 0%, rgba(107, 234, 199, 0.08) 49.98%, rgba(155, 208, 254, 0.08) 100%), #FFFFFF;
    padding: 32px 39px;
    overflow-y: auto;
  }

  .select__list_outside {
    z-index: 30;
  }

  .program-list__close_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #333f48;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
  }

  .program-list__close {
    display: block;
    width: 8px;
    height: 8px;
    background: url(../img/close_white.png);
    background-position: center;
    background-size: contain;
  }

  .program-list__education_list {
    grid-template-columns: repeat(3, 205px);
    column-gap: 16px;
    row-gap: 16px;
  }

  .program-list__education_item {
    height: 205px;
    background-size: cover;
    background-position: center;
  }

  .program-list__enviroment_list {
    grid-template-columns: repeat(3, 205px);
    column-gap: 16px;
    row-gap: 16px;
  }

  .program-list__enviroment_item {
    height: 205px;
    background-size: cover;
    background-position: center;
  }

  .select-panel__reset {
    margin-left: 0;
  }

  .map__caption {
    padding-left: 39px;
  }

  .regions__caption {
    padding-left: 39px;
  }

  .select__list {
    z-index: 32;
    width: 219px;
  }

  .select__block-active {
    display: grid;
    grid-template-columns: repeat(3, 219px);
    column-gap: 16px;
    align-items: start;
  }
}
.map {
	margin-bottom:64px;
}


.regions__select-panel.sticky-filters .select__block-active{
	top:60px;
}
@media screen and (max-width: 1199px) {

  .map__caption, .regions__caption, .regions__select-panel{
    max-width: 990px;
  }
	.zoom-controls {
		right:20px;
		bottom:30%;
	}
}
@media screen and (max-width: 767px) {
  .map__wrapper {
    padding: 48px 0px 0px 0px;
  }

  .map__caption {
    padding: 0px 24px 0px 24px;
  }

  .regions__caption {
    padding: 0px 24px 0px 24px;
  }

  .regions__select-panel {
    padding: 0px 24px 0px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .select-panel__selector {
    width: 100%;
  }

  .select__block-active {
    display: flex;
    justify-content: center;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    padding: 0px 24px;
  }

  .select__list {
    position: absolute;
    top: 45px;
    left: 8%;
    width: 84%;
    max-height: 300px;
  }

  .select__list[data-list="regions"]  {
    top: 36px;
  }
  
  .select__list[data-list="projects"]  {
    top: 142px;
  }
  
  .select__list[data-list="directions"]  {
    top: 100px;
  }

  .map__regions {
    height: 500px;
    overflow-y: auto;
  }

  .modal__close {
    flex-shrink: 0;
  }

  .program-list {
    padding: 24px;
  }

  .program-list__education_list {
    grid-template-columns: repeat(2, 1fr);
  }

  .program-list__education_item {
    font-size: 11px;
    height: 122px;
  }

  .program-list__enviroment_list {
    grid-template-columns: repeat(2, 1fr);
  }

  .program-list__enviroment_item {
    font-size: 11px;
    height: 122px;
  }

	.program-list__together_list {
    grid-template-columns: repeat(2, 1fr);
  }

  .program-list__together_item {
    font-size: 11px;
    height: 122px;
  }

  .program-list__close_button {
    flex-shrink: 0;
  }

  .lower-panel {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 32px;
    padding: 0px 24px 0px 24px;
  }

  .lower-panel__item {
    flex-direction: row;
  }

  .lower-panel__block-left {
    margin-right: 16px;
  }

  .lower-panel__block-right {
    margin-top: 0px;
    justify-content: space-between;
  }
	.zoom-controls {
		right:10px;
		bottom:25%;
	}
	
}

@media screen and (min-width:768px) and (max-width: 1200px) {
	.select__list[data-list="regions"],
	.select__list[data-list="projects"],
	.select__list[data-list="directions"] {
		top:25px;
	}
}

@media screen and (min-width:768px) and (max-width: 913px) {
	.regions__select-panel {
		justify-content:unset;
	}
	.select__block-active {
		 column-gap: 16px;
	}
}

@media screen and (min-width:914px) and (max-width: 1199px) {
	
	.select__block-active {
		 column-gap: 42px;
	}
}