.mapBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-box-shadow .4s ease-in-out;
  transition: -webkit-box-shadow .4s ease-in-out;
  transition: box-shadow .4s ease-in-out;
  transition: box-shadow .4s ease-in-out, -webkit-box-shadow .4s ease-in-out;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .mapBtn {
    padding: 24px 40px;
    width: 342px;
  }
}

@media screen and (max-width: 768px) {
  .mapBtn {
    padding: 24px 56px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.mapBtn:before, .mapBtn:after {
  background-color: rgba(216, 206, 185, 0.5);
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: -webkit-transform .8s ease;
  transition: -webkit-transform .8s ease;
  transition: transform .8s ease;
  transition: transform .8s ease, -webkit-transform .8s ease;
  width: 100%;
}

.mapBtn:before {
  top: 0;
}

.mapBtn:after {
  bottom: 0;
}

.mapBtn__txt {
  color: #c8bb9b;
  font-family: "Cormorant Infant", serif;
  letter-spacing: .05em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .mapBtn__txt {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .mapBtn__txt {
    font-size: 16px;
  }
}

.mapBtn__arrow {
  width: 32px;
}

.mapBtn__arrow .arrowSVG {
  display: block;
  height: auto;
  width: 100%;
}

.mapBtn__arrow .arrowSVG__path {
  fill: #d8ceb9;
}

@media screen and (min-width: 768px) {
  .mapBtn:hover {
    -webkit-box-shadow: 0 0 20px rgba(216, 206, 185, 0.5), 0 0 40px rgba(216, 206, 185, 0.5);
            box-shadow: 0 0 20px rgba(216, 206, 185, 0.5), 0 0 40px rgba(216, 206, 185, 0.5);
  }
  .mapBtn:hover:before {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .mapBtn:hover:after {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@media (hover: hover) and (pointer: fine) {
  .mapBtn:hover {
    -webkit-box-shadow: 0 0 20px rgba(216, 206, 185, 0.5), 0 0 40px rgba(216, 206, 185, 0.5);
            box-shadow: 0 0 20px rgba(216, 206, 185, 0.5), 0 0 40px rgba(216, 206, 185, 0.5);
  }
  .mapBtn:hover:before {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .mapBtn:hover:after {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.mapSect {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .mapSect {
    width: 995px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .mapSect {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .mapSect__head + .mapSect__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .mapSect__head + .mapSect__cont {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .mapSect__btn {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .mapSect__btn {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .map-current {
    padding: 0 0 160px;
  }
}

@media screen and (max-width: 768px) {
  .map-current {
    padding: 0 0 120px;
  }
}
