* {
  letter-spacing: .1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-over img, .over-img img, img.over, img:not(.btn):not(.non-over), button img {
  -webkit-transform: none;
          transform: none;
}

.orange {
  color: #d84a08;
}

.fnt-gothic {
  font-weight: 500;
}

a img {
  -webkit-transition: .4s all;
  transition: .4s all;
}

a:hover img {
  opacity: .7;
}

.tel {
  font-size: 13px;
  letter-spacing: .05em;
  line-height: 24px;
}

.tel .fz-14 {
  font-size: 14px;
}

.tel .fz-24 {
  font-size: 24px;
}

.tel .fnt-gothic {
  letter-spacing: 0;
}

.line {
  height: 8px;
  width: 100%;
  background: url("../img/shared/line.jpg");
}

.wrap.custom-wrap {
  max-width: 1320px;
  width: 100%;
  padding: 0 10px;
}

#key {
  position: relative;
  padding-top: 120px;
}

#key::before {
  content: url("../img/shared/kv_deco.png");
  position: absolute;
  left: calc((100vw - 15px - 1300px) / 2 - 100px);
  top: 0;
}

#key .bg {
  width: 100%;
  height: 630px;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
}

#key .bg img {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#key .kv-img {
  position: relative;
  z-index: 2;
}

#key .graphic {
  position: absolute;
  top: 470px;
  left: 0;
  width: 100%;
  height: 183px;
  background: url("../img/shared/kv_city.png");
}

header {
  min-height: 1245px;
}

header .top-wrap {
  position: absolute;
  top: 27px;
  left: 0;
  z-index: 3;
  width: 100%;
}

header .top-wrap .wrap {
  max-width: 1320px;
  width: 100%;
  padding: 0 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .top-wrap .wrap h1 {
  font-size: 15px;
  color: #6b6b6b;
}

header .top-wrap .wrap .right-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 450px;
          flex: 0 0 450px;
  width: 450px;
  text-align: center;
}

header .top-wrap .wrap .btn {
  margin-top: 4px;
}

header .top-wrap .wrap .btn a {
  display: inline-block;
  margin-top: 10px;
}

header .main-wrap {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 785px;
  width: 100%;
  text-align: center;
}

header .main-wrap nav {
  margin-top: 64px;
}

header .main-wrap nav a {
  color: #ffffff;
  display: inline-block;
  letter-spacing: 3px;
  font-size: 20px;
  position: relative;
}

header .main-wrap nav a::before {
  content: '';
  width: 0;
  height: 5px;
  background: #ffffff;
  overflow: hidden;
  position: absolute;
  bottom: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: .5s all;
  transition: .5s all;
}

header .main-wrap nav a + a {
  margin-left: 40px;
}

header .main-wrap nav a:hover, header .main-wrap nav a.active {
  text-decoration: none;
}

header .main-wrap nav a:hover::before, header .main-wrap nav a.active::before {
  width: 100%;
}

header .main-wrap .logo {
  margin-left: -5px;
}

footer {
  background: url("../img/shared/footer_bg.jpg") center center/cover;
  color: #fff;
  padding: 53px 0 80px;
}

footer nav {
  margin-bottom: 20px;
}

footer nav a {
  font-size: 18px;
  position: relative;
  letter-spacing: .2em;
  padding: 0 26px !important;
}

footer nav a + a::before {
  display: none;
}

footer nav a + a::after {
  content: '';
  width: 1px;
  height: 18px;
  position: absolute;
  left: 0;
  background: #f7a98f;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

footer .tel {
  margin-top: 10px;
}

footer .info {
  margin-top: 27px;
  padding-left: 218px;
  padding-right: 175px;
}

footer .info dl {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 21px;
}

footer .info dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 173px;
          flex: 0 0 173px;
  width: 173px;
}

footer .info dl dd {
  letter-spacing: 0;
}

footer .info dl + dl {
  margin-top: 18px;
}

footer .bottom {
  margin-top: 56px;
}

footer .bottom #socialbuttons {
  margin: 0;
}

footer .bottom address {
  margin-left: 10px;
  font-size: 15px;
}

footer .bottom .cookies_link {
  margin-top: 10px;
  letter-spacing: 2px;
  font-size: 15px;
  text-decoration: underline;
}
/*# sourceMappingURL=global.css.map */