#vmap {
  height: 550px;
  width: 940px;
  margin: 30px auto 0;
  -webkit-backface-visibility: visible;
  -webkit-transform: rotateY(0deg) translateZ(100px);
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: rotateY(0deg) translateZ(100px);
  -moz-transform: rotateY(0deg) translateZ(100px);
  -o-transform: rotateY(0deg) translateZ(100px);
  -ms-transform: rotateY(0deg) translateZ(100px);
  transform: rotateY(0deg) translateZ(100px); }


.vmap-legend {
  width: 234px;
  position: absolute;
  bottom: 200px;
  right: 50px; }

.vmap-legend li {
  position: relative;
  padding-left: 42px;
  color: #2e609b;
  font-family: "BrutalRegular";
  font-size: 12px;
  margin-top: 20px; }

.vmap-legend li:after {
  content: '';
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12.5px; }

.vmap-legend li:first-child:after {
  background-color: #dc0031;
  border: 1px solid #dc0031; }

.vmap-legend li:first-child + li:after {
  background-image: url("/bitrix/templates/fdi/images/map-pattern-2.jpg");
  border: 1px solid transparent; }

.vmap-legend li:first-child + li + li:after {
  background-image: url("/bitrix/templates/fdi/images/map-pattern-1.jpg");
  border: 1px solid #fff; }

#jqvmap1_cr {
  transform: translate(5px,3px);
}






/*модалка на карте*/

.map-wrapper {
  position: relative;
}
.map-popup {
  display: none;
  height: 550px;
  width: 800px;
  z-index: 100;
  color: #fff;
  position: absolute;
  left: 50%; top: 50%; margin: -275px 0 0 -400px;
  padding: 17px 40px 42px;
  background: #002333; box-shadow: 0px 0px 200px rgba(0, 0, 0, 0.3);
}
.map-popup.has-video {
  width: 1026px;
  margin-left: -526px;
}
.map-popup__wrap {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.map-popup__header {
  letter-spacing: 0.02em; font-weight: 900; font-size: 24px; line-height: 30px; border-bottom: solid 1px #D9D9D9;
  padding-bottom: 15px;
}
.map-popup__header H2 {
  margin: 0; padding: 0; letter-spacing: 0.02em; font-weight: 900; font-size: 24px; line-height: 30px; color: #fff;
}
.map-popup__header H2:before {
  display: none;
}

.map-popup__close {
  display: block;
  position: absolute;
  right: 20px;
  top: 22px;
  width: 25px;
  height: 25px;
  opacity: 0.8;
  z-index: 100;
}

.map-popup__close:hover {
  opacity: 1;
}

.map-popup__close:before,
.map-popup__close:after {
  position: absolute;
  left: 15px;
  content: '';
  height: 26px;
  width: 2px;
  background-color: #fff;
  cursor: pointer;
}

.map-popup__close:before {
  transform: rotate(45deg);
}

.map-popup__close:after {
  transform: rotate(-45deg);
}

.map-popup__body {
  display: flex;
}
.map-popup__left {
  width: 209px; margin-top: 30px; border-right: solid 1px #D9D9D9;
}
.map-popup__item {
  display: block; padding: 9px 10px; font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  cursor: pointer;
}
.map-popup__item.active {
  color: #DC0032; background: #fff;
}

.map-popup__item .num {
  display: flex;
  justify-content: flex-end;
  flex: 1 1 50%;
  font-weight: 600;
}

.map-popup__right {
  width: calc(100% - 209px); padding-left: 20px; margin-top: 40px;
  max-height: 440px;
  overflow-y: auto;
  -ms-overflow-style: none;  /* IE 10+ */
  scrollbar-width: none; /* Firefox */
}
.has-video .map-popup__right {
  width: calc(100% - 442px);
}
.map-popup__right::-webkit-scrollbar {
  background-color: transparent;
  width: 10px;
}
.map-popup__tab-content {
  display: none;
  margin-right: 10px;
}
.map-popup__tab-content.active {
  display: block;
}

.map-popup__right .map-popup__item {
  display: flex; margin-top: 20px; justify-content: space-between; line-height: 22px; -ms-align-items: center;
  align-items: center; padding: 0;
}
.map-popup__right .map-popup__item:first-child {
  margin-top: 0;
}
.map-popup__right .map-popup__item .num {
  font-weight: 700; margin-left: 20px; text-align: right;
}
.map-popup__right .map-popup__item.link {
  margin: 20px 0 0; padding: 0; display: block; border: 0;
}
.map-popup__right .map-popup__item.link a {
  color: #DC0032; display: inline-block; line-height: 22px; text-decoration: none;
}





@media(max-width: 767px){
  .modal-correction{
    width: 90%;
  }
}
@media(max-width: 480px){
  .s29 h2 {
    left: 20px;
    font-size: 35px;
  }
}