.hide {
  display: none !important;
}

.mobile {
  display: block !important;
}

@media (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}

.pc {
  display: none !important;
}

@media (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

.btnStyle1, .btn, .btnLineBig, .btnMore {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  height: 28px;
  line-height: 28px;
  width: 100%;
  color: #ffffff;
  padding: 0 18px;
  display: block;
  background-color: #ec001a;
  border: none;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 900;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  overflow: hidden;
  font-size: 16px;
  font-family: "db_heaventround";
}

@media (max-width: 428px) {
  .btnStyle1, .btn, .btnLineBig, .btnMore {
    font-size: 16px;
  }
}

.btn.outline {
  border: 1px solid #ec001a;
  background-color: transparent;
  color: #ec001a;
}

.btnLineBig {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  background-color: #00b900;
}

.btnLineBig:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 22px;
  background: url(../img/ico-line.svg) center center no-repeat;
  background-size: auto 100%;
  top: 4px;
  margin-right: 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

@media (max-width: 428px) {
  .btnLineBig:before {
    width: 18px;
    height: 18px;
    top: 4px;
    margin-right: 7px;
  }
}

.btnLineBig:hover {
  background-color: #00d700;
}

.btnTop {
  color: #808285;
  display: flex;
  align-items: center;
}

.btnTop:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/ico-top.svg) center center no-repeat;
  background-size: 100% auto;
  margin-right: 8px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.btnTop:hover {
  color: #ec001a;
}

.btnTop:hover:before {
  background-image: url(../img/ico-top-red.svg);
}

.btnMore {
  max-width: 240px;
  background-color: transparent;
  border: 1px solid #808285;
  color: #808285;
}

@media (max-width: 428px) {
  .btnMore {
    max-width: 160px;
  }
}

.btnMore:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  content: "";
  width: 8px;
  height: 16px;
  display: block;
  right: -24px;
  background: url(../img/ico-arrow-more.svg) center center no-repeat;
  background-size: 100% auto;
}

.btnMore:hover {
  background-color: #eaeaea;
  color: #808285;
}

.btnMore:hover:after {
  right: 24px;
}

.btnMore2 {
  font-size: 16px;
  color: #333333;
  display: flex;
  align-items: center;
  margin-right: 12px;
}

@media (max-width: 428px) {
  .btnMore2 {
    font-size: 16px;
  }
}

.btnMore2:after {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  content: "";
  width: 6px;
  height: 12px;
  display: block;
  background: url(../img/ico-arrow-more-black.svg) center center no-repeat;
  background-size: 100% auto;
  margin-left: 15px;
  right: 0px;
}

.btnMore2:hover {
  color: #ec001a;
}

.btnMore2:hover:after {
  background-image: url(../img/ico-arrow-more-red.svg);
  right: -12px;
}

.btnBack {
  width: 60px;
  height: 60px;
  background: url(../img/ico-back.svg) center center no-repeat;
}

.jBox-wrapper {
  z-index: 99999 !important;
}

.jBox-overlay {
  z-index: 99998 !important;
  background-color: rgba(0, 0, 0, 0.5);
}

.jBox-Modal .jBox-container {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: transparent;
}

.jBox-Modal .jBox-container, .jBox-Modal.jBox-closeButton-box:before {
  box-shadow: none;
}

.jBox-Modal .jBox-content {
  padding: 0;
  margin: 0 auto;
}

@media (max-width: 428px) {
  .jBox-Modal .jBox-content {
    padding: 0;
    margin: 0 auto;
  }
}

.jBox-closeButton-box .jBox-closeButton {
  width: 30px;
  height: 30px;
  background: url(../img/ico-close.svg) center center no-repeat;
  background-size: 70% auto;
  background-color: #000000;
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  overflow: hidden;
}

.jBox-closeButton-box .jBox-closeButton svg {
  display: none;
}

.bModal {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  padding: 0px;
  background-color: #ffffff;
  margin: 0px;
  box-shadow: 0px 0px 10px rgba(16, 50, 90, 0.2);
}

.bCard {
  padding: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.bCard .bIcon {
  margin-bottom: 24px;
}

.bCard .bText h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}

.bCard .bBtn {
  margin-top: 24px;
}

.bCard .btnCloseModal {
  font-size: 24px;
  line-height: 48px;
  height: 48px;
  min-width: 170px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  overflow: hidden;
}

body.openedMenu {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 428px;
  z-index: 94035;
  background-color: #ffffff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

section#pHeader {
  padding: 10px 0;
}

section#pHeader .container {
  display: flex;
  justify-content: center;
}

section#pHeader .bLogo img {
  display: block;
  width: auto;
  height: 42px;
}

section#pHeader .bBtnView {
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 15px;
}

section#pHeader .bBtnView .btnView {
  display: block;
  width: 50px;
  height: 28px;
  background: url(../img/ico-bg-switch.svg) center center no-repeat;
}

section#pHeader .bBtnView .btnView:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(../img/ico-toggle-pin.svg) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

section#pHeader .bBtnView .btnView.active:after {
  background-image: url(../img/ico-toggle-list.svg);
  left: 45%;
}

section#pHeaderSearch {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

section#pHeaderSearch .btnBack {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
}

section#pHeaderSearch .titlePage {
  font-size: 24px;
}

@media (max-width: 428px) {
  section#pHeaderSearch .titlePage {
    font-size: 24px;
  }
}

section#pHeaderSearch .bFloatBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 12px;
}

section#pSortingCate .bSortingMain {
  background-color: #F6F6F6;
}

section#pSortingCate .bSortingMain .bCate {
  font-size: 20px;
  width: 100%;
  padding: 0 15px;
  line-height: 42px;
  color: #808285;
}

@media (max-width: 428px) {
  section#pSortingCate .bSortingMain .bCate {
    font-size: 20px;
  }
}

section#pSortingCate .bSortingMain .bCate:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: center center no-repeat;
  background-image: url(../img/ico-arrow-down-red.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 15px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

section#pSortingCate .bSortingMain .bCate.active:after {
  transform: rotate(180deg) translateY(50%);
  -webkit-transform: rotate(180deg) translateY(50%);
  -moz-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  -o-transform: rotate(180deg) translateY(50%);
}

section#pSortingCate .bSortingMain .bCateList {
  display: none;
  background-color: #ffffff;
  padding: 0 15px;
}

section#pSortingCate .bSortingMain .bCateList a {
  font-size: 20px;
  color: #333333;
  display: flex;
  align-items: center;
  line-height: 42px;
}

@media (max-width: 428px) {
  section#pSortingCate .bSortingMain .bCateList a {
    font-size: 20px;
  }
}

section#pSortingCate .bSortingMain .bCateList a:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: center center no-repeat;
  background-size: 100% auto;
  margin-right: 8px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  overflow: hidden;
}

section#pSortingCate .bSortingMain .bCateList a#btnListShop:before {
  background-image: url(../img/ico-shop.svg);
}

section#pSortingCate .bSortingMain .bCateList a#btnListHospital:before {
  background-image: url(../img/ico-hospital.svg);
}

section#pSortingCate .bSortingMain .bCateList a#btnListAll:before {
  background-image: url(../img/ico-all.svg);
}

section#pSortingCate .bSearchMain {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 15px;
  background-color: #ffffff;
  border-top: 1px solid #F6F6F6;
}

section#pSortingCate .bSearchMain .control-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section#pSortingCate .bSearchMain .control-group input[type="text"] {
  line-height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
  font-family: "db_heaventround";
  font-size: 20px;
  width: 100%;
  margin-right: 20px;
}

@media (max-width: 428px) {
  section#pSortingCate .bSearchMain .control-group input[type="text"] {
    font-size: 20px;
  }
}

section#pSortingCate .bSearchMain .control-group button {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/ico-search-red.svg) center center no-repeat;
  background-size: 100% auto;
  border: none;
}

body.openedMenu {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

html {
  font-size: 20px;
}

body {
  font-family: "db_heaventround";
  font-size: 16px;
  line-height: normal;
  color: #333333;
  background-color: #333333;
  min-height: -webkit-fill-available;
}

@media (max-width: 428px) {
  body {
    font-size: 16px;
  }
}

.container {
  width: 100%;
  padding: 0 15px;
}

#wrapper {
  width: 100%;
  max-width: 428px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #ffffff;
  padding-top: 104px;
}

#wrapper.search {
  padding-top: 60px;
}

.SEOTitle {
  display: none;
}

#pin {
  position: absolute;
  top: 30vh;
  left: 0;
  display: block;
}

a {
  color: #ec001a;
}

.bPreload {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  background-size: 100px auto;
  z-index: 94036;
}

.bPreload img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  display: block;
  width: 80px;
  height: auto;
}

.overlayBox {
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 94034;
}

hr.line {
  display: block;
  width: 36px;
  height: 6px;
  margin: 0;
  margin-bottom: 36px;
  background-color: #ec001a;
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  overflow: hidden;
}

@media (max-width: 428px) {
  hr.line {
    width: 23px;
    height: 4px;
    margin-bottom: 18px;
  }
}

.linePart {
  width: 100%;
  height: 12px;
  background-color: #F6F6F6;
}

@media (max-width: 428px) {
  .linePart {
    height: 8px;
  }
}

.linePartLight {
  width: 100%;
  height: 2px;
  background-color: #F6F6F6;
}

.bDetailsCMS h1 {
  margin-bottom: 0;
  font-size: 44px;
  font-weight: bold;
}

@media (max-width: 428px) {
  .bDetailsCMS h1 {
    font-size: 30px;
  }
}

.bDetailsCMS h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: bold;
}

@media (max-width: 428px) {
  .bDetailsCMS h2 {
    font-size: 28px;
  }
}

.bDetailsCMS h3 {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: bold;
}

@media (max-width: 428px) {
  .bDetailsCMS h3 {
    font-size: 26px;
  }
}

.bDetailsCMS h4 {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: bold;
}

@media (max-width: 428px) {
  .bDetailsCMS h4 {
    font-size: 24px;
  }
}

.bDetailsCMS h5 {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: bold;
}

@media (max-width: 428px) {
  .bDetailsCMS h5 {
    font-size: 22px;
  }
}

.bDetailsCMS h6 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: bold;
}

@media (max-width: 428px) {
  .bDetailsCMS h6 {
    font-size: 20px;
  }
}

.bDetailsCMS p {
  font-size: 24px;
}

@media (max-width: 428px) {
  .bDetailsCMS p {
    font-size: 20px;
  }
}

.bDetailsCMS b {
  font-weight: bold;
}

.bDetailsCMS i {
  font-style: italic;
}

.bDetailsCMS u {
  text-decoration: underline;
}

.bDetailsCMS strong {
  font-weight: 500;
}

.bDetailsCMS sup {
  vertical-align: super;
  font-size: smaller;
}

.bDetailsCMS sub {
  vertical-align: sub;
  font-size: smaller;
}

.bDetailsCMS a {
  color: #ec001a;
  text-decoration: underline;
}

.bDetailsCMS a:hover {
  color: #e0000e;
}

.bDetailsCMS ul {
  display: block;
  list-style-type: disc;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

.bDetailsCMS ol {
  display: block;
  list-style-type: decimal;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

.bDetailsCMS img {
  border: 1px solid #eaeaea;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.bFloatBtn {
  position: fixed;
  z-index: 94033;
  right: 5px;
  bottom: 0px;
  display: table;
}

.bFloatBtn a {
  display: table;
}

.bFloatBtn a img {
  display: block;
}

section#pMap .bMap {
  width: 100%;
  padding-top: 100%;
}

section#pMap .bMap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

section#pMap .bMap .bPupupLocationMain {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

section#pMap .bMap .bPupupLocationMain .bPupupLocation {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(126, 126, 126, 0.65) 0%, rgba(126, 126, 126, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a67e7e7e', endColorstr='#007e7e7e',GradientType=0 );
  /* IE6-9 */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

section#pListLocation {
  padding: 20px 0 60px;
}

section#pListLocation .bTitlePart {
  font-size: 24px;
  margin-bottom: 12px;
}

@media (max-width: 428px) {
  section#pListLocation .bTitlePart {
    font-size: 24px;
  }
}

section#pListLocation .bTitlePart.search {
  font-size: 20px;
}

@media (max-width: 428px) {
  section#pListLocation .bTitlePart.search {
    font-size: 20px;
  }
}

section#pListLocation .bTitlePart.search span {
  color: #808285;
}

section#pListLocation .bLocationMain {
  margin-bottom: 16px;
}

section#pListLocation .bLocationMain .bLocation {
  margin-bottom: 12px;
}

section#pListLocation .bLocationMain .bLocation:last-child {
  margin-bottom: 0;
}

section#pListLocation .bLoadmore {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #adb3bc;
  font-size: 20px;
}

@media (max-width: 428px) {
  section#pListLocation .bLoadmore {
    font-size: 20px;
  }
}

section#pListLocation .bLoadmore img {
  display: block;
  width: auto;
  height: 28px;
  margin-left: 5px;
}

.bLocation {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
  border: 1px solid #F6F6F6;
  padding: 12px;
}

.bLocation .bDetail {
  padding-right: 70px;
}

.bLocation .bDetail .tTitle {
  font-size: 20px;
  color: #ec001a;
  font-weight: 500;
  margin-bottom: 8px;
  padding-left: 32px;
}

@media (max-width: 428px) {
  .bLocation .bDetail .tTitle {
    font-size: 20px;
  }
}

.bLocation .bDetail .tTitle:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: center center no-repeat;
  background-size: 100% auto;
  background-image: url(../img/ico-shop.svg);
  margin-right: 8px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
}

.bLocation .bDetail .tAddress {
  margin-bottom: 16px;
}

.bLocation .bDetail:after {
  content: "";
  display: block;
  width: 50px;
  height: 70px;
  position: absolute;
  right: 0;
  top: -12px;
  background: center center no-repeat;
}

.bLocation .bBtn {
  display: flex;
  padding-top: 12px;
  border-top: 1px solid #F6F6F6;
  flex-wrap: wrap;
  row-gap: 8px;
}

.bLocation .bBtn a {
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  min-width: 120px;
  width: auto;
}

.bLocation .bBtn a:last-child {
  margin-right: 0;
}

.bLocation .bBtn a:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: center center no-repeat;
  background-size: 100% auto;
  margin-right: 8px;
}

.bLocation .bBtn a.btnCall:before {
  width: 20px;
  height: 20px;
  background-image: url(../img/ico-phone.svg);
}

.bLocation .bBtn a.btnGoto:before {
  background-image: url(../img/ico-distance.svg);
}

.bLocation.shop .tTitle:before {
  background-image: url(../img/ico-shop.svg);
}

.bLocation.hospital .tTitle:before {
  background-image: url(../img/ico-hospital.svg);
}

.bLocation.rectop .bDetail:after {
  background-image: url(../img/ico-tag-recommend-top.svg);
  background-position: top center;
}

.bLocation.rec .bDetail:after {
  background-image: url(../img/ico-tag-recommend.svg);
}

.gm-style .gm-style-iw {
  padding: 0 !important;
  font-family: "db_heaventround" !important;
}

.gm-style .gm-style-iw .bPupupLocation {
  width: 100% !important;
  border: none !important;
  box-shadow: none !important;
  width: 100% !important;
}

.gm-style .gm-style-iw .bPupupLocation .bBtn {
  display: flex;
  padding-top: 12px;
  border-top: 1px solid #F6F6F6;
  flex-wrap: wrap;
  row-gap: 8px;
}

.gm-style .gm-style-iw .bPupupLocation .bBtn a {
  height: 28px;
  line-height: 28px;
  width: 100%;
  color: #ffffff;
  padding: 0 18px;
  display: block;
  background-color: #ec001a;
  border: none;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 900;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  overflow: hidden;
  font-size: 16px;
  font-family: "db_heaventround";
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  min-width: 120px;
  width: auto;
}

@media (max-width: 428px) {
  .gm-style .gm-style-iw .bPupupLocation .bBtn a {
    font-size: 16px;
  }
}

.gm-style .gm-style-iw .bPupupLocation .bBtn a:last-child {
  margin-right: 0;
}

.gm-style .gm-style-iw .bPupupLocation .bBtn a:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: center center no-repeat;
  background-size: 100% auto;
  margin-right: 8px;
}

.gm-style .gm-style-iw .bPupupLocation .bBtn a[href*="tel"] {
  background-color: #ec001a;
  color: #ffffff;
}

.gm-style .gm-style-iw .bPupupLocation .bBtn a[href*="tel"]:before {
  width: 20px;
  height: 20px;
  background-image: url(../img/ico-phone.svg);
}

.gm-style .gm-style-iw .bPupupLocation .bBtn a[href*="google"] {
  background-color: #ffffff;
  color: #ec001a;
  border: 1px solid #ec001a;
}

.gm-style .gm-style-iw .bPupupLocation .bBtn a[href*="google"]:before {
  background-image: url(../img/ico-distance.svg);
}

.gm-style .gm-style-iw-d {
  overflow: inherit !important;
}
