/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

* {
  margin: 0;
  padding: 0;
}

.wrapbox #scrol {
  display: none;
}

body {
  position: relative;
  height: 100vh;
  background-color: #fed403;
  overflow: hidden;
}

.l-margin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#map {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: calc(100vh - 50px);
  width: calc(66.66%);
  padding-right: 50px;
  position: relative;

  top: 50px;
}

.wrapbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapbox__col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: calc(100vh - 50px);
  width: calc(33.34%);
  overflow-y: scroll;
  position: relative;
  left: 0;
  top: 50px;
}

.wrapbox__col::-webkit-scrollbar {
  width: 25px;
  background-color: rgba(255, 255, 255, 0);
}
.wrapbox__col::-webkit-scrollbar-track,
.wrapbox__col::-webkit-scrollbar-thumb {
  border-top: 0px solid rgba(255, 255, 255, 0);
  border-bottom: 0px solid rgba(255, 255, 255, 0);
  border-left: 20px solid rgba(255, 255, 255, 0);
  border-right: 1px solid rgba(255, 255, 255, 0);
  background-clip: padding-box;
}
.wrapbox__col::-webkit-scrollbar-track {
  background-color: rgba(2, 92, 188, 0.1);
}
.wrapbox__col::-webkit-scrollbar-thumb {
  background-color: rgb(2, 92, 188);
}

.scroll-down {
  margin: 40px 0;
}

.scroll-left {
  display: none;
}

.scroll-down__title {
  font-weight: 700;
  font-size: 14px;
  color: #025cbc;
  margin-bottom: 5px;
}

.scroll-down__subtitle {
  font-weight: 300;
  font-size: 14px;
  color: #025cbc;
}

.wrapbox__col .box {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 20px;
  width: 100%;
  height: 115px;
  margin-top: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 20px;

  cursor: pointer;
}

.box__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

h2 {
  font-size: 24px;
}

.img {
  height: 115px;
  margin-left: 20px;
  margin-right: 15px;
}

.title {
  font-size: 16px;
  color: #3d3d3d;
  line-height: 1.2;
}

.numb {
  font-size: 14px;
  color: #025cbc;
  font-weight: 300;
  margin-top: 10px;
}

.numb .position {
  font-weight: 700;
}

.cusine {
  font-size: 9px;
  color: #025cbc;
  font-weight: 300;
  width: 190px;
}

.box__btn {
  color: #025cbc;
  padding: 5px 0px;
  background: rgba(2, 92, 188, 0.1);
  /*    border: 2px solid #025cbc;*/
  text-decoration: none;
  border-radius: 20px;
  font-size: 9px;
  color: #025cbc;
  line-height: 20px;
  width: 105px;
  min-width: 105px;
  margin-left: 10px;

  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.box__btn:hover {
  color: #fff;
  background: rgb(2, 92, 188, 1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.wrapbox__col .active {
  background-color: #fff;
  border: 2px solid rgb(2, 92, 188);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media all and (max-width: 1250px) {
  #map {
    padding-right: 25px;
  }
}

@media all and (max-width: 1050px) {
  #map {
    width: 50%;
  }
  .wrapbox__col {
    width: calc(50%);
  }
}

@media all and (max-width: 850px) {
  .wrapbox__col::-webkit-scrollbar {
    width: 0px;
    background-color: rgba(255, 255, 255, 0);
  }
  .wrapbox__col::-webkit-scrollbar-track,
  .wrapbox__col::-webkit-scrollbar-thumb {
    border-top: 0px solid rgba(255, 255, 255, 0);
    border-bottom: 0px solid rgba(255, 255, 255, 0);
    border-left: 00px solid rgba(255, 255, 255, 0);
    border-right: 0px solid rgba(255, 255, 255, 0);
    background-clip: padding-box;
  }
  .wrapbox__col::-webkit-scrollbar-track {
    background-color: rgba(242, 51, 79, 0.1);
  }
  .wrapbox__col::-webkit-scrollbar-thumb {
    background-color: #025cbc;
  }
  .l-margin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  #map {
    height: calc(
      100vh - 250px
    ); /* Fallback for browsers that do not support Custom Properties */
    height: calc((var(--vh, 1vh) * 100) - 250px);
    width: 100%;
    padding: 0 10px;
    position: relative;
    left: -10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    top: 80px;
  }
  .wrapbox__col {
    height: 170px;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 10px;
    position: relative;
    overflow-y: auto;
    overflow-x: scroll;
    left: -10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 80px;
  }
  .wrapbox {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: calc(100% - 20px);
  }

  .wrapbox .box {
    height: 100%;
    width: 360px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /*        border: 2px solid #fed403;*/
    margin-right: 10px;
    position: relative;
    /*        border: none;*/
  }

  .title {
    font-size: 14px;
  }

  .scroll-left {
    width: 180px;
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-size: 14px;
    color: #025cbc;
    font-weight: 700;
    display: inline-block;
  }

  /*
    .wrapbox .box::after{
        content: "";
        position: absolute;
        right: 0;
        width: 2px;
        height: 55px;
        background-color: hsl(49, 100%, 47%);
    }
*/

  .img {
    height: calc(100% - 20px);
    margin-left: 10px;
  }

  .wrapbox #scrol {
    display: inherit;
    background-color: #fed403;
    color: #025cbc;
  }
  .scroll-down {
    display: none;
  }
}

@media all and (max-width: 500px) {
  .wrapbox .box {
    width: 300px;
    margin-right: 10px;
  }
  .scroll-left {
    width: 150px;
  }
  .box__right {
    position: relative;
    height: calc(100% - 20px);
  }
  .numb {
    margin-top: 5px;
  }
  .box__btn {
    left: 0;
    bottom: 0;
  }
}

/* The popup bubble styling. */
.popup-bubble {
  /* Position the bubble centred-above its parent. */
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  /* Style the bubble. */
  background-color: white;
  padding: 10px 20px;
  font-family: sans-serif;
  overflow-y: auto;
  max-height: 60px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #025cbc;
  font-family: "Work Sans", sans-serif;
  font-size: 11px;
  color: #025cbc;
  text-align: center;
  line-height: 1.1;
}
/* The parent of the bubble. A zero-height div at the top of the tip. */
.popup-bubble-anchor {
  /* Position the div a fixed distance above the tip. */
  position: absolute;
  width: 100%;
  bottom: /* TIP_HEIGHT= */ 8px;
  left: 0;
}
/* This element draws the tip. */
.popup-bubble-anchor::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* Center the tip horizontally. */
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  /* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
  width: 0;
  height: 0;
  /* The tip is 8px high, and 12px wide. */
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: /* TIP_HEIGHT= */ 8px solid white;
}
/* JavaScript will position this div at the bottom of the popup tip. */
.popup-container {
  cursor: auto;
  height: 0;
  position: absolute;
  /* The max width of the info window. */
  width: 200px;
}
