* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  display: none;
}

.contactPageInfo {
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.contactPageInfo .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: -moz-max-content;
  min-width: max-content;
  font-size: 3.0208333333vw;
  color: #fff;
  letter-spacing: 1.0416666667vw;
  z-index: 2;
}

.contactPageInfo::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
}

.page2 {
  display: flex;
  background-color: #181818;
  height: 100vh;
  padding-right: 13.0208333333vw;
}
.page2 .info {
  width: 50%;
  padding: 4.84375vw 3.0729166667vw 0 13.0208333333vw;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.page2 .info .phone {
  margin-bottom: 3.6458333333vw;
}
.page2 .info .phone .title {
  font-size: 1.4583333333vw;
}
.page2 .info .phone .data {
  font-size: 2.5vw;
}
.page2 .info .search {
  width: 100%;
  margin-bottom: 3.90625vw;
  position: relative;
}
.page2 .info .search input {
  height: 3.6458333333vw;
  width: 100%;
  padding-left: 1.8229166667vw;
  outline: none;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 1.0416666667vw;
}
.page2 .info .search .icon {
  position: absolute;
  width: 2.5vw;
  height: 2.5vw;
  right: 2.0833333333vw;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.page2 .info .list {
  display: flex;
  flex-direction: column;
  gap: 3.3854166667vw;
  overflow: auto;
}
.page2 .info .list .active {
  color: #fff;
}
.page2 .info .list-item {
  font-size: 1.0416666667vw;
  color: #acacac;
  padding-bottom: 2.0833333333vw;
  border-bottom: 0.0520833333vw solid #fff;
  position: relative;
  cursor: pointer;
}
.page2 .info .list-item-name {
  font-size: 1.4583333333vw;
}
.page2 .info .list-item-address {
  margin-top: 1.7708333333vw;
  margin-bottom: 0.8854166667vw;
}
.page2 .info .list-item-hidden {
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 3.5416666667vw;
  cursor: pointer;
}
.page2 .info .list-item-show {
  width: 45px;
  height: 45px;
  border: 1px solid transparent;
  position: absolute;
  right: 0;
  bottom: 3.5416666667vw;
  cursor: pointer;
}
.page2 .info .list-item-show::after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: 10px;
  right: 20px;
  background-color: #24536c;
}
.page2 .info .list-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.page2 .map {
  width: 50%;
  height: 100vh;
}

.messafe-feedback-container {
  background-color: #181818;
  padding: 6.6666666667vw 13.0208333333vw 4.84375vw 13.0208333333vw;
}

.checkButton {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 25px;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
}

.checkButton-hidden {
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkButton-show {
  width: 45px;
  height: 45px;
  border: 1px solid transparent;
  position: relative;
  display: none;
}

.checkButton-show::after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: 10px;
  right: 20px;
  background-color: #24536c;
}

.checkButton-text {
  padding-bottom: 8px;
  font-size: 20px;
  border-bottom: 1px solid #fff;
  transition: 0.1s transform ease;
}

.checkButton:hover .checkButton-hidden {
  display: none !important;
}

.checkButton:hover .checkButton-show {
  display: block !important;
}

.checkButton:hover .checkButton-text {
  transform: translateX(-20px);
}

.checkButtonActive .checkButton-hidden {
  display: none !important;
}

.checkButtonActive .checkButton-show {
  display: block !important;
}

.checkButtonActive .checkButton-text {
  transform: translateX(-20px);
}

.icon img,
.amap-marker-content img {
  width: 3.125vw;
  height: 3.125vw;
}

.addressBtn {
  position: absolute;
  right: 0;
  bottom: 2.0833333333vw;
}

.addressBtn {
  display: flex;
  gap: 10px;
  align-items: end;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  color: #fff;
}

.active .addressBtn-icon {
  background-color: #285571;
  transform: scale(0.2);
  transition: background-color 400ms 200ms ease, transform 400ms 0ms ease;
}

.active .addressBtn-icon img {
  opacity: 0;
}

.addressBtn .addressBtn-icon {
  transition: background-color 200ms 200ms ease, transform 400ms 200ms ease;
  width: 2.34375vw;
  height: 2.34375vw;
  transform-origin: bottom right;
}

.addressBtn .addressBtn-icon img {
  display: block;
  transition: opacity 200ms 200ms ease;
  padding-top: 1.0416666667vw;
}/*# sourceMappingURL=contact.css.map */