/*
	Térkép
*/
main.noPadding {
  padding-bottom: 0;
}

.newMap {
  position: relative;
  overflow: hidden;
}
.newMap .content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 650px;
  min-height: 650px;
}
@media only screen and (max-width: 989px) {
  .newMap .content {
    height: 700px !important;
  }
}
.newMap .goToCenter {
  position: absolute;
  z-index: 2;
  top: 36px;
  left: 36px;
  width: 52px;
  height: 52px;
  cursor: pointer;
  background: url("../images/terkep-helyzet.svg") no-repeat center center/cover;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
}
.newMap .goToCenter:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 989px) {
  .newMap .goToCenter {
    top: auto;
    bottom: 60px;
    left: 20px;
  }
}
.newMap .filtersOpen {
  position: absolute;
  z-index: 2;
  top: 36px;
  right: 46px;
  width: 76px;
  height: 76px;
  cursor: pointer;
  background: url("../images/terkep-szuro.svg") no-repeat center center/cover;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
}
.newMap .filtersOpen:hover {
  opacity: 0.8;
}
.newMap .filtersOpen.move {
  right: 470px;
}
@media only screen and (max-width: 989px) {
  .newMap .filtersOpen.move {
    right: 70px;
  }
}
@media only screen and (max-width: 989px) {
  .newMap .filtersOpen {
    top: auto;
    bottom: 60px;
    right: 70px;
  }
}
.newMap .filtersOpen.active {
  background-image: url("../images/terkep-szuro-active.svg");
}
.newMap .filterContent {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  width: 440px;
  height: 100%;
  background-color: #ededed;
  visibility: hidden;
  opacity: 0;
  -ms-transform: translate(440px, 0);
  -webkit-transform: translate(440px, 0);
  transform: translate(440px, 0);
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
}
@media only screen and (max-width: 989px) {
  .newMap .filterContent {
    background-color: #1d1d1d;
    -ms-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
.newMap .filterContent.foundItems {
  display: none;
}
.newMap .filterContent.foundItems h3 {
  line-height: 38px;
  padding-bottom: 50px;
}
.newMap .filterContent.foundItems:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 7px;
  top: 0;
  background-color: #7d7d7d;
}
@media only screen and (max-width: 989px) {
  .newMap .filterContent.foundItems:before {
    display: none;
  }
}
.newMap .filterContent.foundItems.hideAll {
  opacity: 0;
  -ms-transform: translate(440px, 0);
  -webkit-transform: translate(440px, 0);
  transform: translate(440px, 0);
}
@media only screen and (max-width: 989px) {
  .newMap .filterContent.foundItems.hideAll {
    -ms-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
.newMap .filterContent.foundItems .scrollContent {
  height: 510px;
}
@media only screen and (max-width: 989px) {
  .newMap .filterContent.foundItems .scrollContent {
    height: 350px;
  }
}
.newMap .filterContent.visible {
  opacity: 1;
  visibility: visible;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media only screen and (max-width: 989px) {
  .newMap .filterContent {
    width: 100%;
  }
}
.newMap .filterContent .sideTitle {
  position: absolute;
  top: 145px;
  left: 11px;
  font: 500 14px/14px "IBM Plex Mono";
  -ms-transform: rotate(-90deg) translateZ(0);
  -webkit-transform: rotate(-90deg) translateZ(0);
  transform: rotate(-90deg) translateZ(0);
  transform-origin: left 0;
  -webkit-transform-origin: left 0;
  -ms-transform-origin: left 0;
}
@media only screen and (max-width: 989px) {
  .newMap .filterContent .sideTitle {
    -ms-transform: rotate(0) translateZ(0);
    -webkit-transform: rotate(0) translateZ(0);
    transform: rotate(0) translateZ(0);
    color: #fff;
    position: relative;
    top: 0;
    left: 0;
    padding: 85px 30px 30px;
    font: 500 18px/18px "IBM Plex Mono";
  }
}
.newMap .theForm {
  padding: 0 0 30px;
}
.newMap .theForm h3 {
  color: #000;
  font: 600 30px/30px "Adieu";
  padding: 0 60px 90px;
}
@media only screen and (max-width: 989px) {
  .newMap .theForm h3 {
    font-size: 43px;
    padding: 20px 30px 30px;
    line-height: 44px;
    color: #fff;
  }
}
.newMap .theForm .scrollContent {
  padding: 0 60px;
}
@media only screen and (max-width: 989px) {
  .newMap .theForm .scrollContent {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.newMap .theForm .label {
  font: 400 20px/22px "Adieu";
  padding: 0 0 15px;
}
@media only screen and (max-width: 989px) {
  .newMap .theForm .label {
    color: #fff;
  }
}
.newMap .theForm .withFilter {
  position: relative;
  padding: 0 0 60px;
}
.newMap .theForm .withFilter input {
  display: block;
  width: 100%;
  height: 28px;
  background-color: #fff;
  font: 400 14px "IBM Plex Mono";
  color: #000;
  padding: 0 30px 0 8px;
}
.newMap .theForm .withFilter button {
  position: absolute;
  width: 28px;
  height: 28px;
  right: 0;
  top: 0;
  background: url("../images/kereses.svg") no-repeat center center/16px 16px;
}
.newMap .oneSelect {
  padding: 0 0 32px;
}
.newMap .plus {
  margin: 6px 0 0;
  position: relative;
  width: 18px;
  height: 18px;
  cursor: pointer;
  opacity: 1;
  transition: all ease-in-out 100ms;
  -webkit-transition: all ease-in-out 100ms;
  -moz-transition: all ease-in-out 100ms;
  -o-transition: all ease-in-out 100ms;
  -ms-transition: all ease-in-out 100ms;
}
.newMap .plus:hover {
  opacity: 0.8;
}
.newMap .plus:before, .newMap .plus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #000;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.newMap .plus:before {
  width: 2px;
  height: 100%;
}
.newMap .plus:after {
  width: 100%;
  height: 2px;
}
@media only screen and (max-width: 989px) {
  .newMap .plus:before, .newMap .plus:after {
    background-color: #fff;
  }
}
.newMap .close {
  z-index: 99;
  top: 0;
  right: 60px;
  width: 22px;
  height: 22px;
  position: absolute;
  cursor: pointer;
  background: url("../images/x_new.svg") no-repeat center center/cover;
}
.newMap .close:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 989px) {
  .newMap .close {
    right: 30px;
    top: 15px;
    background: url("../images/x_new_white.svg") no-repeat center center/cover;
  }
}
.newMap .filter {
  display: table;
  padding: 0 18px;
  background-color: #000;
  color: #fff;
  font: 500 12px/28px "IBM Plex Mono";
  margin: 0 auto;
  text-transform: uppercase;
  opacity: 1;
  cursor: pointer;
  transition: all ease-in-out 100ms;
  -webkit-transition: all ease-in-out 100ms;
  -moz-transition: all ease-in-out 100ms;
  -o-transition: all ease-in-out 100ms;
  -ms-transition: all ease-in-out 100ms;
}
.newMap .filter:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 989px) {
  .newMap .filter {
    background-color: #fff;
    color: #000;
  }
}
.newMap .spacer {
  height: 8px;
}
.newMap .modell {
  display: none;
}
.newMap .selects {
  padding: 0 0 30px;
}

button[title=Close] {
  display: none !important;
}

.popupWindow {
  width: 162px;
}
.popupWindow img {
  display: block;
  width: 100%;
}
.popupWindow h3 {
  padding: 10px 0 15px;
  font: 400 18px/18px "Adieu";
  color: #000;
  cursor: pointer;
}
.popupWindow h3 span {
  color: #fa1e32;
  font: 500 12px/12px "IBM Plex Mono";
}
.popupWindow h3:hover {
  text-decoration: underline;
}
.popupWindow p {
  font: 500 12px/16px "IBM Plex Mono";
}

.mapResult {
  display: none;
  padding: 0 0 100px;
}
.mapResult .topCnt {
  position: relative;
  padding: 0 50px 30px 0;
}
.mapResult .resultTitle {
  font: bold 34px/38px "Adieu";
  padding: 0 0 20px;
}
.mapResult p {
  font: 500 16px/20px "IBM Plex Mono";
}
.mapResult .close {
  position: absolute;
  top: 10px;
  right: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background: url("../images/x_new.svg") no-repeat center center/cover;
}
.mapResult .close:hover {
  opacity: 0.8;
}

.foundItems {
  position: relative;
}
.foundItems img {
  display: none;
}
@media only screen and (max-width: 989px) {
  .foundItems .close {
    top: 84px;
  }
  .foundItems img {
    display: block;
    width: 100%;
  }
  .foundItems h3 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
}
.foundItems .toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  cursor: pointer;
  width: 40px;
  height: 100%;
}
.foundItems .toggle:after, .foundItems .toggle:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 34px;
  background-color: #000;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: all ease-in-out 200ms;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
  -o-transition: all ease-in-out 200ms;
  -ms-transition: all ease-in-out 200ms;
}
.foundItems .toggle:after {
  left: 18px;
}
.foundItems .toggle:before {
  left: 28px;
}
@media only screen and (max-width: 989px) {
  .foundItems .toggle {
    width: 100%;
    height: 40px;
  }
  .foundItems .toggle:after, .foundItems .toggle:before {
    content: "";
    position: absolute;
    left: 50% !important;
    width: 61px;
    height: 2px;
    background-color: #fff;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
    -moz-transition: all ease-in-out 200ms;
    -o-transition: all ease-in-out 200ms;
    -ms-transition: all ease-in-out 200ms;
  }
  .foundItems .toggle:after {
    top: 18px;
  }
  .foundItems .toggle:before {
    top: 28px;
  }
}
.foundItems:not(.visible) {
  opacity: 1;
  visibility: visible;
  -ms-transform: translate(400px, 0);
  -webkit-transform: translate(400px, 0);
  transform: translate(400px, 0);
}
@media only screen and (max-width: 989px) {
  .foundItems:not(.visible) {
    top: -47px;
  }
}
@media only screen and (max-width: 989px) {
  .foundItems:not(.visible) {
    -ms-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
.foundItems:not(.visible) .sideTitle {
  display: none;
}
@media only screen and (max-width: 989px) {
  .foundItems:not(.visible) .sideTitle {
    display: block;
  }
}
@media only screen and (max-width: 989px) {
  .foundItems.visible {
    top: 0;
  }
}
.foundItems.visible .sideTitle {
  display: block;
}
.foundItems.visible .toggle:after {
  left: 25px;
}
.foundItems.visible .toggle:before {
  left: 35px;
}
.foundItems .oneItem {
  border-bottom: solid 2px #aeaeae;
  position: relative;
  padding: 10px 0;
  cursor: pointer;
}
.foundItems .oneItem:first-child {
  padding-top: 0;
}
@media only screen and (min-width: 990px) {
  .foundItems .oneItem.active {
    background-color: #fff;
  }
}
.foundItems .oneItem .itemTitle {
  position: relative;
  padding: 0 100px 0 0;
  font: 400 20px/26px "Adieu";
}
@media only screen and (max-width: 989px) {
  .foundItems .oneItem .itemTitle {
    padding: 10px 50px 0 0;
    font-size: 24px;
    color: #fff;
    display: inline-block;
  }
}
.foundItems .oneItem .num {
  position: absolute;
  top: 8px;
  right: 0;
  color: #fa1e32;
  font: 500 14px/14px "IBM Plex Mono";
}
@media only screen and (max-width: 989px) {
  .foundItems .oneItem .num {
    top: 18px;
  }
}
.foundItems .oneItem p {
  padding: 15px 0 5px;
  font: 500 14px/20px "IBM Plex Mono";
}
@media only screen and (max-width: 989px) {
  .foundItems .oneItem p {
    color: #fff;
  }
}

.withPoi {
  display: table;
  padding: 0 22px 0 0;
  position: relative;
}
.withPoi:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url("../images/poi.svg") no-repeat center center;
}

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element, .scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scrollContent {
  height: 550px;
}

.scrollContent > .scroll-element,
.scrollContent > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollContent > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollContent > .scroll-element.scroll-x {
  bottom: 2px;
  height: 3px;
  left: 0;
  width: 100%;
}

.scrollContent > .scroll-element.scroll-y {
  height: 100%;
  right: 30px;
  top: 0;
  width: 3px;
}
@media only screen and (max-width: 989px) {
  .scrollContent > .scroll-element.scroll-y {
    right: 15px;
  }
}

.scrollContent > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollContent > .scroll-element .scroll-element_outer,
.scrollContent > .scroll-element .scroll-element_track,
.scrollContent > .scroll-element .scroll-bar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.scrollContent > .scroll-element .scroll-element_track {
  background-color: #fff;
}

.scrollContent > .scroll-element .scroll-bar {
  background-color: #000;
}

.scrollContent > .scroll-element:hover .scroll-bar {
  background-color: #000;
}

.scrollContent > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #000;
}

.scrollContent > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollContent > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollContent > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollContent > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}