a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
}

.d-block {
  display: block; }

.d-none {
  display: none; }

.wrapper {
  max-width: 1224px;
  margin: 0 auto; }

.test-block {
  width: 100%;
  color: #e9e9e9;
  height: 1300px;
  outline: 1px solid rgba(0, 0, 0, 0.3);
  overflow: hidden; }

#tabletki-informer {
  position: relative;
  height: 100%;
  padding: 10px 0;
 }

.tabletki-loading,
.tabletki-loading:before,
.tabletki-loading:after {
  position: fixed;
  top: 50%;
  left: 50%;
  border: 1px solid #30654c;
  border-left-color: transparent;
  border-radius: 999px;
  z-index: 9999; }

.tabletki-loading {
  margin: -25px 0 0 -25px;
  height: 50px;
  width: 50px;
  animation: animation-rotate 2000ms linear infinite; }
  .tabletki-loading:before {
    content: "";
    margin: -23px 0 0 -23px;
    height: 44px;
    width: 44px;
    animation: animation-rotate 2000ms linear infinite; }
  .tabletki-loading:after {
    content: "";
    margin: -29px 0 0 -29px;
    height: 56px;
    width: 56px;
    animation: animation-rotate 4000ms linear infinite; }

@keyframes animation-rotate {
  100% {
    transform: rotate(360deg); } }

.tabletki-btn,
.tabletki-btn:visited {
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  background-color: #00a26c;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border: none;
  font-size: 15px;
  cursor: pointer;
  outline: none; }

.tabletki-btn:hover {
  background-color: #30654c; }

.tabletki-btn:active {
  top: 1px; }

.tabletki-cf:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0; }

.remodal-wrapper,
.tabletki-wrapper {
	color:#000;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
  .remodal-wrapper button,
  .remodal-wrapper input,
  .remodal-wrapper optgroup,
  .remodal-wrapper select,
  .remodal-wrapper textarea,
  .tabletki-wrapper button,
  .tabletki-wrapper input,
  .tabletki-wrapper optgroup,
  .tabletki-wrapper select,
  .tabletki-wrapper textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0; }
  @media only screen and (max-width: 1023px) {
    .remodal-wrapper,
    .tabletki-wrapper {
      overflow-y: auto; } }
	  
.remodal-wrapper a,
.tabletki-wrapper a{
	color:#000 !important;
}

.remodal-wrapper {
  background-color: #fff;
  z-index: 9991; }

.remodal-overlay {
  z-index: 9990; }

.tabletki-modal {
  min-height: 100%;
  min-width: 100%;
  margin: 0;
  padding: 0;
  -ms-transform: inherit;
      transform: inherit;
  overflow-y: none; }

.tabletki_left-column {
  position: relative;
  float: left;
  height: 100%;
  width: 350px;
  background-color: #fff;
  z-index: 888; }
  @media only screen and (max-width: 1023px) {
    .tabletki_left-column {
      min-height: 100%;
      width: auto;
      float: none;
      border-right: none; } }
  .tabletki_left-column .left-column_content {
    padding: 0 40px; }
    @media only screen and (max-width: 1023px) {
      .tabletki_left-column .left-column_content {
        max-width: 1023px; } }

.tabletki_right-column {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 350px; }
  @media only screen and (max-width: 1023px) {
    .tabletki_right-column {
      position: static;
      width: auto; } }
  .tabletki_right-column.tabletki--fixed {
    position: fixed; }
    @media only screen and (max-width: 1023px) {
      .tabletki_right-column.tabletki--fixed {
        position: static; } }

.tabletki-modal_close {
  padding: 10px 0;
  text-align: left; }

.tabletki-modal_closeBtn {
  cursor: pointer;
  position: relative;
  height: 45px;
  line-height: 45px;
  padding: 0 5px 0 20px;
  display: inline-block;
  outline: none;
  text-decoration: none;
  font-size: 16px;
  opacity: 0.8;
  font-style: italic; }
  .tabletki-modal_closeBtn:before, .tabletki-modal_closeBtn:after {
    position: absolute;
    content: '';
    opacity: 0.7;
    pointer-events: none; }
  .tabletki-modal_closeBtn:before {
    left: 0px;
    top: 21px;
    width: 16px;
    height: 1px;
    background-color: currentColor; }
  .tabletki-modal_closeBtn:after {
    left: 1px;
    top: 16px;
    width: 10px;
    height: 10px;
    border-top: solid 1px currentColor;
    border-right: solid 1px currentColor;
    -ms-transform: rotate(-135deg);
        transform: rotate(-135deg); }
  .tabletki-modal_closeBtn:hover {
    opacity: 1; }
    .tabletki-modal_closeBtn:hover:before, .tabletki-modal_closeBtn:hover:after {
      opacity: 0.8;
      left: -1px; }

.tabletki-content {
  width: 100%;
  position: relative; }
  @media only screen and (max-width: 1023px) {
    .tabletki-content {
      max-height: 485px; } }
  .tabletki-content:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0; }

.tabletki-content_block {
  text-align: center;
  padding: 20px 0;
	color: #30654c;  }
  @media only screen and (max-width: 1023px) {
    .tabletki-content_block {
      font-size: 0.8rem; } }
  .tabletki-content_block.tabletki-product {
    border-bottom: 1px solid #bbbdbb;
    margin-bottom: 20px; }
  .tabletki-content_block .tabletki-product_name {
    margin: 0;
    margin-top: 10px;
    font-size: 28px;
    color: #30654c; }
    @media only screen and (max-width: 1023px) {
      .tabletki-content_block .tabletki-product_name {
        font-size: 22px; } }
  .tabletki-content_block .tabletki-product_image img {
    max-height: 170px;
    max-width: 100%; }
    @media only screen and (max-width: 1023px) {
      .tabletki-content_block .tabletki-product_image img {
        max-height: 130px;
        max-width: 100%; } }
  .tabletki-content_block .tabletki-counter {
    color: #30654c;
    font-size: 42px;
    margin: 0; }
    @media only screen and (max-width: 1023px) {
      .tabletki-content_block .tabletki-counter {
        font-size: 20px; } }
  .tabletki-content_block .average-price_counter {
    font-size: 18px; }
    .tabletki-content_block .average-price_counter span {
      font-size: 15px; }
  .tabletki-content_block.tabletki-ask {
    padding-top: 0;
	font-size:21px;}
    .tabletki-content_block.tabletki-ask p:first-child {
      margin-top: 0; }
    .tabletki-content_block.tabletki-ask .pharm-count_paragraph {
      margin-bottom: 0; }
  .tabletki-content_block.tabletki-geoposition {
    padding-top: 0; }

.tabletki-geoposition-button,
.tabletki_selection {
  width: 100%;
    font-size: 16px !important;
	line-height: 16px !important;
    border: 1px solid #556670;
    cursor: pointer;
    margin: 30px 0 0;
    padding: 0 15px;
    background: transparent url("drop-down.png") no-repeat 95%;
    box-shadow: none;
    color: #556670;
    transition: 0s;
    -webkit-appearance: none;
    outline: none;
	height: 48px;
  }
  
  .tabletki-geoposition-button
  {
	text-align: left;
    background: none;
  }
  
  .tabletki_selection option
  {
	  color: #556670;
  }
  @media only screen and (max-width: 1023px) {
    .tabletki-geoposition-button,
    .tabletki_selection {
      font-size: 1rem !important;
      max-width: 300px; } }
  .tabletki-geoposition-button:hover,
  .tabletki_selection:hover {
    color: #44b95e;}

.tabletki_filter {
  padding-top: 0; }
  .tabletki_filter .tabletki_selection {
    margin-top: 5px;
    margin-bottom: 20px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    overflow: hidden;
    text-align: left;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
	}
    .tabletki_filter .tabletki_selection:disabled {
      color: #ccc; }
    @media only screen and (max-width: 1023px) {
      .tabletki_filter .tabletki_selection {
        display: block;
        margin: 5px auto 20px; } }

#tabletki-map {
  height: 100%; }
  @media only screen and (max-width: 1023px) {
    #tabletki-map {
      height: 300px; } }

.gm-style > div > div:nth-child(4) > div:nth-child(4) > div:first-child {
  -ms-transform: translate(95px, 10px);
      transform: translate(95px, 10px); }
  @media only screen and (max-width: 521px) {
    .gm-style > div > div:nth-child(4) > div:nth-child(4) > div:first-child {
      -ms-transform: translate(45px, 10px);
          transform: translate(45px, 10px); } }

.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div {
  /* we have to use !important because we are overwritng inline styles */
  /* top: 144px !important;
    left: 72px !important; */
  -ms-transform: translate(-95px, -6px);
      transform: translate(-95px, -6px);
  width: auto !important;
  height: auto !important;
  z-index: 10; }
  @media only screen and (max-width: 521px) {
    .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div {
      -ms-transform: translate(-45px, -6px);
          transform: translate(-45px, -6px); } }

/* close button */
/* .gm-style > div:first-child > div + div > div:last-child > div > div:last-child
{   
    top: -1px !important;
    right: 3px !important;
    padding: 2px;
    background-color: #fff;
    //box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 6px;
    //box-shadow: 0 0px 1px 1px #00a26c;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    opacity: 1 !important;
    z-index: 0 !important;
} */

.tabletki-map_tooltip {
  position: relative;
  width: 300px;
  font-size: 16px;
  padding-bottom: 5px;
  margin-left: 7px; }
  .tabletki-map_tooltip h3 {
    margin: 5px 0 !important;
    font-size: 20px !important;
    color: #00a26c !important;
    text-align: left; }
  .tabletki-map_tooltip .tooltip_contacts {
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #bbbdbb;
    text-align: left; }
  .tabletki-map_tooltip .tooltip_address,
  .tabletki-map_tooltip .tooltip_tel,
  .tabletki-map_tooltip .tooltip_schedule {
    margin: 0;
    text-align: left; }
    .tabletki-map_tooltip .tooltip_address a,
    .tabletki-map_tooltip .tooltip_tel a,
    .tabletki-map_tooltip .tooltip_schedule a {
      text-decoration: none;
      color: #2b2e38; }
  .tabletki-map_tooltip .tooltip_pharm-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 10px; }
  .tabletki-map_tooltip .tooltip_name {
    width: 70%;
    font-weight: 400;
    font-size: 15px;
    text-align: left; }
    .tabletki-map_tooltip .tooltip_name span {
      display: none;
      font-size: 12px;
      font-weight: normal; }
  .tabletki-map_tooltip .tooltip_price {
    width: 30%;
    text-align: right;
    font-weight: bold;
    color: #393939;
    font-size: 15px; }
    .tabletki-map_tooltip .tooltip_price span {
      font-size: 12px; }
  .tabletki-map_tooltip .tooltip_discount {
    width: 50%;
    line-height: 1.8;
    font-size: 13px;
    text-align: right;
    color: #30654c; }
    .tabletki-map_tooltip .tooltip_discount span {
      font-size: 12px; }
  .tabletki-map_tooltip .tooltip_reserve {
    width: 15%; }
    .tabletki-map_tooltip .tooltip_reserve button {
      font-size: 12px;
      padding: 4px 6px; }
  .tabletki-map_tooltip .tooltip_reserve-price {
    width: 30%;
    text-align: right;
    line-height: 1.5;
    font-weight: bold;
    color: #30654c;
    font-size: 15px; }
    .tabletki-map_tooltip .tooltip_reserve-price span {
      font-size: 12px; }
  @media only screen and (max-width: 768px) {
    .tabletki-map_tooltip {
      width: 251px;
      font-size: 14px; }
      .tabletki-map_tooltip h3 {
        font-size: 18px; }
      .tabletki-map_tooltip .tooltip_contacts {
        padding-bottom: 5px; }
      .tabletki-map_tooltip .tooltip_address {
        font-size: 15px; }
      .tabletki-map_tooltip .tooltip_name {
        font-size: 14px; }
        .tabletki-map_tooltip .tooltip_name span {
          font-size: 10px; }
      .tabletki-map_tooltip .tooltip_price span,
      .tabletki-map_tooltip .tooltip_reserve-price span {
        font-size: 10px; }
      .tabletki-map_tooltip .tooltip_reserve {
        width: 23%; }
        .tabletki-map_tooltip .tooltip_reserve button {
          font-size: 12px;
          padding: 4px 6px; }
      .tabletki-map_tooltip .tooltip_discount {
        width: 45%;
        font-size: 12px; }
        .tabletki-map_tooltip .tooltip_discount span {
          font-size: 10px; } }

.scrollfix {
  line-height: 1.25;
  overflow: hidden; }

.tabletki_product-list {
  display: none;
  padding: 0 10px;
  background-color: #fff; }

.tabletki-list_pharm-card {
  padding: 0px 20px 10px;
  margin: 10px auto;
  max-width: 700px;
  border-radius: 8px;
  border: 1px solid #00a26c;
  font-family: 'Roboto', sans-serif;
  text-align: left; }
  @media only screen and (max-width: 1024px) {
    .tabletki-list_pharm-card {
      max-width: 600px; } }
  @media only screen and (max-width: 767px) {
    .tabletki-list_pharm-card {
      max-width: 500px;
      padding: 0px 7px 5px;
      margin-top: 10px;
      margin-bottom: 10px; } }
  .tabletki-list_pharm-card h3 {
    margin: 10px 0;
    padding: 5px 25px;
    background: url("") left center no-repeat;
    background-size: 20px;
    font-size: 22px;
    color: #00a26c; }
    @media only screen and (max-width: 767px) {
      .tabletki-list_pharm-card h3 {
        font-size: 18px; } }
  .tabletki-list_pharm-card .pharm-card_info {
    padding-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      .tabletki-list_pharm-card .pharm-card_info {
        font-size: 14px;
        margin-bottom: 10px;
        padding-bottom: 5px; } }
  .tabletki-list_pharm-card .pharm-card_tel,
  .tabletki-list_pharm-card .pharm-card_address,
  .tabletki-list_pharm-card .pharm-card_schedule {
    margin: 0;
    margin-bottom: 2px;
    color: #5c5e66; }
    .tabletki-list_pharm-card .pharm-card_tel a,
    .tabletki-list_pharm-card .pharm-card_address a,
    .tabletki-list_pharm-card .pharm-card_schedule a {
      text-decoration: none;
      color: #5c5e66; }
    @media only screen and (max-width: 767px) {
      .tabletki-list_pharm-card .pharm-card_tel,
      .tabletki-list_pharm-card .pharm-card_address,
      .tabletki-list_pharm-card .pharm-card_schedule {
        margin: 0; } }
  .tabletki-list_pharm-card .pharm-card_schedule .schedule_opened,
  .tabletki-list_pharm-card .pharm-card_schedule .schedule_closed {
    display: inline-block;
    margin-left: 10px; }
  .tabletki-list_pharm-card .pharm-card_schedule .schedule_opened {
    color: #00a26c; }
  .tabletki-list_pharm-card .pharm-card_schedule .schedule_closed {
    color: #ff0000; }
  .tabletki-list_pharm-card .pharm-card_product {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 10px 5px 10px 0; }
    @media only screen and (max-width: 767px) {
      .tabletki-list_pharm-card .pharm-card_product {
        padding: 7px 3px 5px 0; } }
    .tabletki-list_pharm-card .pharm-card_product:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 1px;
      width: 100%;
      background-image: linear-gradient(to right, transparent, #00a26c, transparent); }
    .tabletki-list_pharm-card .pharm-card_product:after {
      visibility: hidden;
      display: block;
      content: " ";
      clear: both;
      height: 0; }
  .tabletki-list_pharm-card .pharm-card_product-info {
    width: 81%;
    font-size: 18px; }
    @media only screen and (max-width: 767px) {
      .tabletki-list_pharm-card .pharm-card_product-info {
        width: 70%;
        font-size: 15px; } }
    .tabletki-list_pharm-card .pharm-card_product-info span {
      display: none;
      margin-left: 3px;
      font-size: 12px;
      font-weight: normal;
      color: #5c5e66; }
      @media only screen and (max-width: 767px) {
        .tabletki-list_pharm-card .pharm-card_product-info span {
          font-size: 10px; } }
  .tabletki-list_pharm-card .pharm-card_product-price {
    width: 19%;
    font-size: 18px;
    font-weight: bold;
    text-align: right; }
    .tabletki-list_pharm-card .pharm-card_product-price span {
      font-size: 14px; }
    @media only screen and (max-width: 767px) {
      .tabletki-list_pharm-card .pharm-card_product-price {
        width: 30%;
        font-size: 15px; }
        .tabletki-list_pharm-card .pharm-card_product-price span {
          font-size: 12px; } }
  .tabletki-list_pharm-card .pharm-card_discount {
    box-sizing: border-box;
    width: 71%;
    margin-top: 5px;
    padding-right: 15px;
    line-height: 2.3;
    font-size: 14px;
    text-align: right;
    color: #30654c; }
    .tabletki-list_pharm-card .pharm-card_discount span {
      font-size: 12px; }
    @media only screen and (max-width: 767px) {
      .tabletki-list_pharm-card .pharm-card_discount {
        padding-right: 5px;
        width: 55%;
        font-size: 13px;
        line-height: 1.7; } }
    @media only screen and (max-width: 375px) {
      .tabletki-list_pharm-card .pharm-card_discount {
        width: 48%; } }
  .tabletki-list_pharm-card .pharm-card_reserve {
    width: 10%;
    margin-top: 5px;
    direction: rtl; }
    .tabletki-list_pharm-card .pharm-card_reserve button {
      font-size: 15px;
      padding: 5px 10px; }
      @media only screen and (max-width: 767px) {
        .tabletki-list_pharm-card .pharm-card_reserve button {
          font-size: 12px;
          padding: 4px 6px; } }
    @media only screen and (max-width: 767px) {
      .tabletki-list_pharm-card .pharm-card_reserve {
        width: 15%; } }
  .tabletki-list_pharm-card .pharm-card_reserve-price {
    width: 19%;
    margin-top: 5px;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    line-height: 1.6;
    color: #30654c; }
    .tabletki-list_pharm-card .pharm-card_reserve-price span {
      font-size: 14px; }
    @media only screen and (max-width: 767px) {
      .tabletki-list_pharm-card .pharm-card_reserve-price {
        width: 30%;
        font-size: 15px;
        line-height: 1.4; }
        .tabletki-list_pharm-card .pharm-card_reserve-price span {
          font-size: 12px; } }
    @media only screen and (max-width: 375px) {
      .tabletki-list_pharm-card .pharm-card_reserve-price {
        width: 37%; } }

.tabletki_map-or-list {
  float: right;
  width: 100px;
  height: 27px;
  margin-top: 10px;
  padding: 1px;
  box-sizing: border-box;
  background: #30654c;
  border-radius: 2px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 1px 0 rgba(0, 0, 0, 0.02), inset -1px 0 rgba(0, 0, 0, 0.02); }
  .tabletki_map-or-list [type="radio"] {
    display: none; }
  .tabletki_map-or-list label {
    float: left;
    width: 50%;
    line-height: 25px;
    color: white;
    text-align: center;
    font-style: italic;
    font-size: 12px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.2);
    cursor: pointer; }
  .tabletki_map-or-list [type="radio"]:checked + label {
    color: #30654c;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    background: #fff;
    border-radius: 2px;
    linear-gradient: top, #fefefe, #eee;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1); }

.modal-reserve,
.modal-response,
.modal-geoposition {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999; }

.modal_body {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 5px;
  transition: all 1s ease-out;
  padding: 15px; }
  @media only screen and (max-width: 1023px) {
    .modal_body {
      max-width: 95%; } }

.modal-reserve_body {
  width: 500px;
  text-align: left; }
  @media only screen and (max-width: 767px) {
    .modal-reserve_body {
      width: 95%;
      font-size: 14px; } }
  .modal-reserve_body h3 {
    margin: 0; }
  .modal-reserve_body .modal-reserve_pharmacy-name {
    margin-bottom: 5px; }
  .modal-reserve_body .modal-reserve_pharmacy-address {
    margin-top: 5px; }
  .modal-reserve_body .modal-reserve_medicine {
    margin-top: 30px;
    font-weight: bold; }
  .modal-reserve_body .modal-reserve_order {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 0;
    border-top: 1px solid #ccc; }
    @media only screen and (max-width: 767px) {
      .modal-reserve_body .modal-reserve_order {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: start;
            align-items: flex-start; } }
  .modal-reserve_body .order_price {
    width: 40%; }
    @media only screen and (max-width: 767px) {
      .modal-reserve_body .order_price {
        width: 100%;
        margin-bottom: 5px; } }
  .modal-reserve_body .order_quantity {
    width: 55%;
    text-align: right; }
    .modal-reserve_body .order_quantity .tabletki_quantity-btn {
      box-sizing: border-box;
      width: 34px;
      height: 34px;
      padding: 3px 4px;
      border: 1px solid #ccc;
      outline: none;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.42857143;
      cursor: pointer;
      background-color: #fff; }
      .modal-reserve_body .order_quantity .tabletki_quantity-btn.quantity-plus {
        padding-top: 4px; }
      .modal-reserve_body .order_quantity .tabletki_quantity-btn:hover {
        border-color: #bababa;
        background-color: #eee; }
      .modal-reserve_body .order_quantity .tabletki_quantity-btn:active {
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .modal-reserve_body .order_quantity .tabletki_quantity-input {
      width: 34px;
      height: 26px;
      padding: 3px 4px;
      font-size: 16px;
      line-height: 1.42857143;
      color: #555;
      background-color: #eee;
      background-image: none;
      border: 1px solid #ccc;
      transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      text-align: center;
      cursor: not-allowed;
      border-right: none;
      border-left: none; }
    @media only screen and (max-width: 767px) {
      .modal-reserve_body .order_quantity {
        width: 100%;
        text-align: left; }
        .modal-reserve_body .order_quantity .tabletki_quantity-btn {
          width: 26px;
          height: 26px;
          line-height: 1; }
          .modal-reserve_body .order_quantity .tabletki_quantity-btn.quantity-plus {
            padding: 2px 4px; }
        .modal-reserve_body .order_quantity .tabletki_quantity-input {
          width: 20px;
          height: 18px;
          font-size: 14px; } }
  .modal-reserve_body .order_full-price {
    width: 97%;
    text-align: right;
    margin-top: 20px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .modal-reserve_body .order_full-price {
        width: 100%;
        text-align: left; } }
  .modal-reserve_body .modal-reserve_tel {
    position: relative;
    padding: 20px 0 5px; }
  .modal-reserve_body .modal-reserve_tel-input {
    width: 156px;
    height: 29px;
    padding: 2px 8px;
    font-size: 17px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    transition: border-color ease-in-out .15s;
    outline: none; }
    .modal-reserve_body .modal-reserve_tel-input:hover, .modal-reserve_body .modal-reserve_tel-input:focus {
      border-color: #30654c; }
    @media only screen and (max-width: 767px) {
      .modal-reserve_body .modal-reserve_tel-input {
        width: 133px;
        margin-top: 6px;
        padding: 0 5px;
        font-size: 14px;
        line-height: 1; } }
  .modal-reserve_body .modal-reserve_warning-tip {
    display: none;
    position: absolute;
    top: 100%;
    left: 41%;
    font-size: 13px;
    color: red; }

.modal_close {
  position: absolute;
  top: 0;
  right: 0;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent; }
  .modal_close:hover {
    color: #00a26c;
    background-color: #fff !important; }
  .modal_close:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 25px;
    line-height: 35px;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    content: "\00d7";
    text-align: center; }

.modal-reserve_bottom-buttons {
  float: right;
  margin-top: 25px; }

.modal-reserve_close-button {
  background-color: #d61800; }
  .modal-reserve_close-button:hover {
    background-color: #af1300; }

.modal-response_body {
  width: 400px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .modal-response_body {
      width: 95%;
      font-size: 14px; } }
  .modal-response_body h3 {
    margin-top: 5px; }
  .modal-response_body .modal-response_confirm-button {
    padding-left: 25px;
    padding-right: 25px;
    background-color: #337ab7; }
    .modal-response_body .modal-response_confirm-button:hover {
      background-color: #286090; }

.modal-geoposition_body {
  width: 500px;
  text-align: left; }
  .modal-geoposition_body h4 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .modal-geoposition_body p {
    margin-top: 15px;
    margin-bottom: 15px; }
  .modal-geoposition_body input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
    .modal-geoposition_body input:focus {
      border-color: #09c486;
      outline: 0;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 178, 119, 0.6); }

.pac-container {
  z-index: 9999; }

.pac-item {
  font-family: inherit; }
  .pac-item:hover {
    background-color: #e8ffe5; }

#tabletki_scrollup {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 20px;
  height: 40px;
  width: 40px;
  background-color: #00a26c;
  color: #fff;
  opacity: .5;
  cursor: pointer;
  transition: opacity .5s; }
  #tabletki_scrollup:after {
    content: '';
    position: absolute;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    top: 17px;
    left: 14px;
    padding: 5px;
    -ms-transform: rotate(-135deg);
        transform: rotate(-135deg); }
  #tabletki_scrollup:hover, #tabletki_scrollup:focus {
    opacity: 1; }

.gm-bundled-control .gmnoprint > div > div > div {
  overflow: hidden !important; }

/*# sourceMappingURL=app.css.map */
