/* @import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@font-face {
  font-family: Benzin;
  src: url(../fonts/benzin-bold.ttf);
} */

#preloader-map {
  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: 100%;
  min-height: 400px;
  height: 100%;
  margin-top: 64px;
  top: 0;
  left: 0;
  background: none;
  z-index: 3;
  border-radius: 10px;
}

#preloader-map .lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

#preloader-map .lds-spinner div {
  -webkit-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
  -webkit-animation: lds-spinner 1.2s linear infinite;
          animation: lds-spinner 1.2s linear infinite;
}

#preloader-map .lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}

#preloader-map .lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

#preloader-map .lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

#preloader-map .lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

#preloader-map .lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

#preloader-map .lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

#preloader-map .lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

#preloader-map .lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

#preloader-map .lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

#preloader-map .lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

#preloader-map .lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

#preloader-map .lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

#preloader-map .lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#breadcrumb-geography h4 {
  font-size: 22px;
  line-height: 32px;
}

#breadcrumb-geography h4 span {
  color: #115EFB;
}

@media (min-width: 768px) and (max-width: 991px) {
  #breadcrumb-geography h4 {
    font-size: 24px;
    line-height: 28px;
  }
  html:lang(ru) #breadcrumb-geography h4 {
    margin-bottom: 46px;
  }
}

@media (max-width: 765px) {
  #breadcrumb-geography h4 {
    font-size: 16px;
    line-height: 22px;
  }
  html:lang(ru) #breadcrumb-geography h4 {
    margin-bottom: 56px;
  }
}

.mapPillsBtn .btn-outline-blue {
  font-size: 20px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.mapPillsBtn .btn-outline-blue:first-child {
  padding: 12px 24px;
  border-radius: 84px 0px 0px 84px;
}

.mapPillsBtn .btn-outline-blue:last-child {
  border-radius: 0 84px 84px 0;
  padding: 12px 34px;
}

@media (max-width: 767px) {
  .mapPillsBtn .btn-outline-blue {
    font-size: 18px;
  }
}

.russianMap {
  margin-top: 64px;
}

@media (max-width: 991px) {
  .russianMap .map-aside {
    margin-top: 45px;
  }
}

.russianMap .map {
  margin-top: -45px;
}

.worldMap {
  margin-top: 64px;
}

.mapael .map {
  position: relative;
}

.mapael .map path {
  cursor: pointer;
  -webkit-transition: all 0s !important;
  transition: all 0s !important;
}

.mapael .map path:hover {
  fill: #4A148C !important;
  stroke-width: 1 !important;
}

.mapael .mapTooltip {
  position: absolute;
  background: rgba(74, 20, 140, 0.65);
  -webkit-box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(34px);
          backdrop-filter: blur(34px);
  border-radius: 4px;
  padding: 12px;
  z-index: 1000;
  width: 300px;
  display: none;
}

.mapael .mapTooltip > span {
  display: block;
}

.mapael .mapTooltip > span:first-child {
  font-size: 20px;
}

.mapael .mapTooltip > span:last-child {
  opacity: 0.7;
  font-size: 20px;
}

.map-aside .map-aside__search-block {
  border-bottom: 2px solid #115EFB;
  padding-bottom: 12px;
}

.map-aside .map-aside__search-block .map-aside__search-block__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  white-space: nowrap;
  border-radius: .25rem;
}

.map-aside .map-aside__search-block .map-aside__search-block__input {
  font-size: 16px;
  color: #ffffff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: inherit;
  border: 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 10px;
  line-height: 1;
}

.map-aside .map-aside__search-result {
  list-style: none;
  margin: 24px 0 0 0;
  padding: 0;
  border: 2px solid #115EFB;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 385px;
}

.map-aside .map-aside__search-result .simplebar-track.simplebar-vertical {
  width: 8px;
  right: 8px;
  top: 8px;
  bottom: 8px;
}

.map-aside .map-aside__search-result .simplebar-scrollbar::before {
  background-color: #ffffff;
  opacity: 1;
  border-radius: 60px;
}

.map-aside .map-aside__search-result li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  border-top: 0px;
  border-bottom: 2px solid #115EFB;
}

.map-aside .map-aside__search-result li:hover {
  background-color: #115EFB;
  cursor: pointer;
}

.map-aside .map-aside__search-result li:last-child, .map-aside .map-aside__search-result li:nth-last-child(2) {
  border-bottom: 0px;
}

.map-aside .map-aside__search-result li > span {
  color: #ffffff;
  font-size: 14px;
  float: left;
}

.map-aside .map-aside__search-result li > span:first-child {
  width: 60%;
}

.map-aside .map-aside__search-result li > span:last-child {
  width: 40%;
  padding-right: 10px;
  text-align: right;
}

.map-aside .map-aside__search-result li > span .count-title {
  display: none;
}

.map-legend {
  margin-top: 64px;
  margin-bottom: 64px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .map-legend {
    margin-top: 46px;
    margin-bottom: 46px;
  }
}

@media (max-width: 767px) {
  .map-legend {
    margin-top: 56px;
    margin-bottom: 56px;
  }
}

.map-legend .accordion-item {
  background-color: inherit;
}

.map-legend .accordion-item .accordion-button {
  font-size: 14px;
  background-color: inherit;
  color: #ffffff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: uppercase;
}

.map-legend .accordion-item .accordion-button::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media (max-width: 991px) {
  .map-legend .accordion-item ul {
    margin-top: 24px;
  }
}

@media (min-width: 992px) {
  .map-legend .accordion-item ul li {
    display: inline-block;
    margin-right: 48px;
  }
  .map-legend .accordion-item ul li:last-child {
    margin-right: 0px;
  }
}

@media (max-width: 991px) {
  .map-legend .accordion-item ul li {
    margin-bottom: 24px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .map-legend .accordion-item ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .map-legend .accordion-item ul li {
    margin-right: 28px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .map-legend .accordion-item ul li {
    margin-right: 28px;
  }
}

.map-legend .accordion-item ul li span {
  position: relative;
  padding-left: 44px;
  line-height: 32px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .map-legend .accordion-item ul li span {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .map-legend .accordion-item ul li span {
    font-size: 12px;
    line-height: 24px;
    padding-left: 36px;
  }
}

.map-legend .accordion-item ul li span::before {
  content: '';
  width: 32px;
  height: 32px;
  background: #E3F2FD;
  border-radius: 8px;
  position: absolute;
  margin: 0px;
  left: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .map-legend .accordion-item ul li span::before {
    width: 24px;
    height: 24px;
  }
}

.map-legend .accordion-item ul li:nth-child(2) span::before {
  background: #BBDEFB;
}

.map-legend .accordion-item ul li:nth-child(3) span::before {
  background: #90CAF9;
}

.map-legend .accordion-item ul li:nth-child(4) span::before {
  background: #1E88E5;
}

.map-legend .accordion-item ul li:nth-child(5) span::before {
  background: #0D2C6C;
}
/*# sourceMappingURL=maps.css.map */