.header-menu-bar {
  background: #FFF;
  box-shadow: 1px 1px 2px #666;
}

.top-img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transition: -moz-transform 8s;
  -o-transition: -o-transform 8s;
  -webkit-transition: -webkit-transform 8s;
  transition: transform 8s;
}
.top-img.show-img {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.top-title {
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.top-title.show-text {
  opacity: 1;
}

.logo .svg {
  -webkit-filter: drop-shadow(0 0 3px #666);
  filter: drop-shadow(0 0 3px #666);
  -moz-transition: filter 0.3s;
  -o-transition: filter 0.3s;
  -webkit-transition: filter 0.3s;
  transition: filter 0.3s;
}
.logo .svg path, .logo .svg polygon {
  fill: #fff;
  -moz-transition: all 0.3s 0.1s;
  -o-transition: all 0.3s 0.1s;
  -webkit-transition: all 0.3s;
  -webkit-transition-delay: 0.1s;
  transition: all 0.3s 0.1s;
}
.onscroll .logo .svg {
  -webkit-filter: drop-shadow(0 0 0 transparent);
  filter: drop-shadow(0 0 0 transparent);
}
.onscroll .logo .svg path, .onscroll .logo .svg polygon {
  fill: #000;
}

.main {
  margin-top: 100vh;
}

.contact-inner {
  padding: 0 4.75%;
  max-width: 1200px;
  margin: 0 auto;
}
.contact-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contact-content {
  width: 65%;
}
.contact-list {
  display: -ms-flexbox;
  display: flex;
}
.contact-list li {
  font-size: 0.875rem;
  position: relative;
  padding: 0 0 0 30px;
}
.contact-list li:nth-child(2) {
  margin: 0px 50px;
}
.contact-list i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 16px;
  color: #ccc;
}
.contact-list span {
  font-family: "PT Sans", Arial, Helvetica;
  color: #999;
}
.contact-list a {
  display: block;
  padding-top: 3px;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.contact-list a:hover {
  color: #000;
}
.contact-button {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.contact-social {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 30px;
  margin-left: 70px;
}
.contact-social li {
  margin-left: 10px;
  font-size: 20px;
  padding: 0 5px 0 6px;
  border: 1px solid #ddd;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.contact-social li:hover {
  background: #f2f2f2;
}
.contact-social li:hover a {
  color: #666;
}
.contact-social li:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.contact-social li:nth-child(2) {
  margin-left: 30px;
}
.contact-social li:last-child {
  padding: 0 2px 0 3px;
}
.contact-social li a {
  color: #999;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.contact-social li img {
  width: 25px;
  padding: 3px 0 2px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -moz-transition: filter 0.3s;
  -o-transition: filter 0.3s;
  -webkit-transition: filter 0.3s;
  transition: filter 0.3s;
}
.contact-subtitle {
  font-family: "PT Sans", Arial, Helvetica;
  color: #999;
  width: 100%;
  padding: 0 0 8px 30px;
  position: relative;
}
.contact-subtitle i {
  position: absolute;
  color: #ccc;
  top: 3px;
  left: 0;
}
.contact-subtitle span {
  font-size: 0.875rem;
}
.contact-consult {
  padding-top: 30px;
}
.contact-btn {
  padding: 3px 0 0 30px;
}
.contact-btn a {
  padding: 5px 20px;
  border: 1px solid #ddd;
  font-size: 0.875rem;
  letter-spacing: 0.1rem;
  -moz-transition: color 0.3s, background 0.3s;
  -o-transition: color 0.3s, background 0.3s;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.contact-btn a:hover {
  color: #000;
  background: #f2f2f2;
}
.contact-map {
  width: 100%;
  height: 35vw;
  margin-top: 150px;
  position: relative;
}
.contact-map:before {
  content: "";
  width: 100%;
  height: 40%;
  position: absolute;
  top: 0;
  background: linear-gradient(#ffffff, rgba(255, 255, 255, 0));
  z-index: 2;
  pointer-events: none;
}
.contact-map:after {
  content: "";
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  z-index: 2;
  pointer-events: none;
}
.contact-map-inner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
}

@media screen and (max-width: 1300px) {
  .contact-wrap {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
  .contact-content {
    width: 100%;
  }
  .contact-list {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .contact-map {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1100px) {
  .contact-map {
    height: 45vw;
  }
}
@media screen and (max-width: 900px) {
  .contact-list {
    display: block;
  }
  .contact-list li:nth-child(2) {
    margin: 30px 0;
  }
  .contact-button {
    display: block;
  }
  .contact-social {
    margin-left: unset;
  }
  .contact-map {
    height: 50vw;
  }
}
@media screen and (max-width: 640px) {
  .contact-list li:nth-child(2) {
    margin: 20px 0;
  }
  .contact-button {
    display: block;
  }
  .contact-social {
    padding-top: 20px;
  }
  .contact-consult {
    padding-top: 20px;
  }
  .contact-map {
    height: 350px;
    margin-top: 80px;
  }
}
