.t-title_md {
  text-transform: uppercase;
  position: relative;
}
.t-title_md:before {
  content: ".";
  position: absolute;
  top: -22px;
  height: 5px;
  left: -12px;
  font-family: Roboto;
  color: #6b97be;
}
.dotright {
  padding-bottom: 0;
}
.dotright span {
  position: relative;
}
.dotright span:before {
  content: ".";
  position: absolute;
  top: -59px;
  height: 5px;
  right: -25px;
  font-family: Roboto;
  color: #6b97be;
}
@media (max-width: 1000px) {
  .dotright span:before {
    top: -17px;
    right: -9px;
  }
}
.dotleft {
  position: relative;
}
.dotleft:before {
  content: ".";
  position: absolute;
  top: -46px;
  height: 5px;
  left: -21px;
  font-family: Roboto;
  color: #6b97be;
}
@media (max-width: 1000px) {
  .dotleft:before {
    top: -20px;
    left: -7px;
  }
}
.mainlogo {
  background-image: url(/img/map_top.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 135px !important;
  font-family: 'BEBASNEUEBOLD' !important;
  padding-top: 121px !important;
  margin-top: 45px;
}
@media (max-width: 1000px) {
  .mainlogo {
    background-size: 100%;
    font-size: 17vw;
  }
}
.map_cont {
  height: 103vh;
  background-attachment: scroll;
  transform: initial;
  background-position: center -90px;
  background-size: cover;
}
@media (max-width: 1000px) {
  .map_cont {
    background-size: 147vw;
    height: 70vw !important;
    background-position: center -66px;
  }
}
.map_wr {
  height: 103vh;
  background-position: center -90px;
  background-size: cover;
  background-image: url('/img/map_load0.png') !important;
  background-color: transparent !important;
}
@media (max-width: 1000px) {
  .map_wr {
    height: 65vw !important;
  }
}
.map_title {
  height: 97vh;
}
@media (max-width: 1000px) {
  .map_title {
    height: 77vw !important;
  }
}
.langswitch {
  position: absolute;
  top: 10px;
  right: 10px;
}
.langswitch a img {
  width: 50px;
  height: 30px;
}
.t-form__errorbox-wrapper.success {
  background: #1e4827;
  font-weight: bold;
  text-shadow: 0px 0px 1px #fff;
}
.t-form__errorbox-wrapper.error {
  background: #98322b;
  font-weight: bold;
  text-shadow: 0px 0px 1px #fff;
}
.logo-left {
  text-align: right;
  padding-right: 204px;
}
.logo-left img {
  width: 388px;
  height: auto;
}
@media (max-width: 1000px) {
  .logo-left {
    text-align: center;
    padding-right: 0;
    margin-bottom: -80px;
  }
  .logo-left img {
    width: 100%;
    height: auto;
    transform: translate(-41px, -52px);
  }
}
/*# sourceMappingURL=newstyle.css.map */