@charset "UTF-8";
.widget {
  display: flex;
  flex-direction: column;
  padding: 15px;
  position: relative;
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box; }
  .widget img#loading-smmap,
  .widget div#progress {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    z-index: 999999999999999; }

.searchBar {
  background: white;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: row;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box; }
  .searchBar form {
    width: 100%;
    display: flex;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box; }
  .searchBar div#ruch_widget_panel_div {
    display: none; }
  .searchBar__location {
    cursor: pointer;
    opacity: 0.7;
    display: flex;
    align-self: flex-start;
    position: absolute;
    left: 0;
    bottom: -20px;
    padding: 10px 0; }
    .searchBar__location:before {
      width: 20px;
      height: 20px;
      background-image: url(https://cdn.pixabay.com/photo/2014/04/03/00/36/pin-308802_960_720.png);
      background-size: contain;
      background-repeat: no-repeat; }
  .searchBar input {
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    border: 1px solid #0097d5;
    border-radius: 5px;
    height: 40px;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #0097d5;
    outline: none; }
  .searchBar button {
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    font-size: 16px;
    width: 80px;
    height: 40px;
    border-radius: 5px;
    border: none;
    margin-left: 5px;
    color: #0097d5;
    background: transparent;
    border: 1px solid #0097d5; }

div#ruch_widget_tu {
  text-align: right;
  font-size: 16px;
  color: #0097d5;
  padding-top: 20px; }

.mapPoint_popup {
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box; }
  .mapPoint_popup b {
    color: #0097d5;
    padding-bottom: 5px; }
  .mapPoint_popup button {
    border: 1px solid #0097d5;
    padding: 10px;
    border-radius: 5px;
    background: white;
    font-weight: 700;
    width: 100%; }

img.leaflet-marker-icon.ruch_widget_icon_b.leaflet-zoom-animated.leaflet-interactive {
  animation: jump 1s infinite;
  position: relative; }

div#ruch_selpkt_desc {
  display: none; }

@keyframes jump {
  0% {
    top: 0; }
  50% {
    top: 20px; }
  100% {
    top: 0; } }
.points {
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px; }
  .points p {
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    background: white;
    font-size: 16px;
    color: white;
    padding: 10px;
    width: 49%;
    text-align: center;
    margin-bottom: 5px;
    border: 1px solid #0097d5;
    color: black;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: 0; }
    .points p.active {
      background: #0097d5;
      color: white;
      margin-top: 0; }

.mapPoint {
  display: none; }

iframe {
  width: 100%;
  height: 300px; }

.selectedPoint {
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
  background: #0097d5;
  padding: 10px;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 5px 5px; }
  .selectedPoint__title {
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
    color: white; }
  .selectedPoint__street, .selectedPoint__time, .selectedPoint__price {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    color: white; }
  .selectedPoint__price {
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    padding-top: 5px;
    font-weight: 700; }
  .selectedPoint__confirm {
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    font-size: 16px;
    background: transparent;
    border: 1px solid white;
    border-radius: 5px;
    height: 40px;
    margin-top: 20px;
    color: white;
    text-transform: uppercase; }
  .selectedPoint div#ruch_widget_panel_div {
    display: none !important; }

@media (min-width: 1200px) {
  .widget {
    margin: 0 auto;
    display: grid;
    grid-template-areas: "searchBar searchBar" "sidebar map";
    grid-template-columns: 300px auto; }

  .searchBar {
    grid-area: searchBar;
    align-items: start;
    padding: 15px;
    display: flex;
    position: relative;
    flex-direction: row; }
    .searchBar button {
      width: 20%;
      min-width: 88px; }
    .searchBar input {
      width: 80%; }
    .searchBar__location {
      position: absolute;
      left: 15px;
      bottom: -10px; }

  div#ruch_widget_panel_div {
    display: block;
    height: 500px; }

  .points {
    grid-area: points;
    cursor: pointer; }

  .sidebar {
    grid-area: sidebar;
    padding: 0 15px;
    overflow-y: auto;
    position: relative;
    padding-top: 20px; }
    .sidebar:before {
      content: '';
      font-size: 18px;
      color: #0097d5;
      font-weight: 700;
      position: absolute;
      top: 0px; }
    .sidebar .mapPoint {
      display: flex;
      flex-direction: column;
      padding-bottom: 10px;
      padding-top: 10px;
      border-bottom: 1px solid #0097d5; }
      .sidebar .mapPoint__title {
        font-size: 20px;
        padding-bottom: 10px; }
      .sidebar .mapPoint__street {
        font-size: 16px; }
      .sidebar .mapPoint__price {
        padding-top: 5px;
        font-weight: 700; }
      .sidebar .mapPoint__confirm {
        background: #0097d5;
        color: white;
        font-size: 16px;
        padding: 10px 15px;
        border: 0;
        border-radius: 5px;
        margin-top: 15px;
        cursor: pointer; }

  .map {
    grid-area: map; }

  .selectedPoint {
    display: none; }

  iframe {
    /* height: 100%;
    min-height: 350px;  
    max-height: 600px; */ } }

/*# sourceMappingURL=style.css.map */
