body {
  font-family: Arial;
  background-color: #fff;
  font-size: 16px;
  color: black;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

h1,
.looks_like_h1 {
  font-size: 2em;
  font-weight: bold;
  color: #4b514b;
}

h2,
.looks_like_h2 {
  font-size: 1em;
  font-weight: bold;
  color: white;
}

p {
  margin: 0;
}

a {
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol li,
ul li {
  padding: 0;
  margin: 1.5em 0 0;
}

button {
  background: #B30007;
  border-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  padding: 1.5em 2em;
}

input, input[type=text],
textarea {
  font-family: Arial;
  font-size: 1em;
  box-sizing: border-box;
  border: 0.25em solid #15533a;
  border-radius: 0.25em;
  outline: none;
}
input::placeholder, input[type=text]::placeholder,
textarea::placeholder {
  color: #4b514b;
}

select {
  outline: none;
  border-width: 1px;
  border-color: #ebebeb;
  border-radius: 0.35em;
  font-size: 1em;
  cursor: pointer;
  padding: 1em 5.625em 0.875em 1em;
  color: black;
}
select option {
  padding: 0;
}

.WordSection1 span {
    white-space: wrap;
}

.WordSection2 span {
    white-space: wrap;
}
span {
  white-space: nowrap;
  color: #000;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  width: 100%;
  border-width: 0;
}

tr:nth-child(odd) {
  background-color: #f6f6f6;
}

th, td {
  padding: 0.875em 0 0.875em 1.5em;
  text-align: left;
}

.main-content {
  max-width: 1564px;
  margin: 0 auto;
  padding: 0 0.5em;
}
.main-content h1, .main-content .looks_like_h1 {
  padding: 2.75rem 0;
  border-bottom: 0.25em solid #eaeaea;
}

.product-search-items {
  margin-top: 2.25em;
}

.nav {
  max-width: 1920px;
  margin: 0 auto;
}

.nav-top {
  border-top: 0.5em solid #00663D;
  background-color: #fff;
}

.nav-top__content {
  max-width: 1564px;
  margin: 0 auto;
  padding: 1em 0.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-top__content_small {
  padding: 0 0.5em 1em;
}
@media screen and (min-width: 600px) {
  .nav-top__content_small {
    display: none;
  }
}

.nav-top__logo img {
  height: 2em;
  width: auto;
  margin-right: 0.5em;
}
@media screen and (min-width: 600px) {
  .nav-top__logo img {
    height: 2.5em;
  }
}
@media screen and (min-width: 760px) {
  .nav-top__logo img {
    height: 3em;
  }
}
@media screen and (min-width: 960px) {
  .nav-top__logo img {
    height: 3.75em;
  }
}

.nav-top__phone {
  display: none;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .nav-top__phone {
    display: flex;
  }
}
@media screen and (min-width: 1450px) {
  .nav-top__phone {
    flex-direction: row;
  }
}

.nav-top__phone_small {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 450px) {
  .nav-top__phone_small {
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
  }
}

.nav-top__phone-number {
  display: flex;
  align-items: start;
}
@media screen and (min-width: 1450px) {
  .nav-top__phone-number {
    align-items: center;
  }
}
.nav-top__phone-number:not(:last-child) {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1450px) {
  .nav-top__phone-number:not(:last-child) {
    flex-direction: row;
    margin-bottom: 0;
    margin-right: 2em;
  }
}
.nav-top__phone-number img {
  height: 1.25em;
  width: auto;
}
@media screen and (min-width: 450px) {
  .nav-top__phone-number img {
    height: 1.5em;
  }
}
@media screen and (min-width: 760px) {
  .nav-top__phone-number img {
    height: 1.75em;
  }
}
@media screen and (min-width: 960px) {
  .nav-top__phone-number img {
    height: 2.125em;
  }
}
.nav-top__phone-number span {
  align-self: center;
  font-size: 0.875em;
  margin-left: 0.5em;
}
@media screen and (min-width: 450px) {
  .nav-top__phone-number span {
    font-size: 1em;
  }
}
@media screen and (min-width: 760px) {
  .nav-top__phone-number span {
    height: 1.25em;
    margin-left: 1em;
  }
}
@media screen and (min-width: 960px) {
  .nav-top__phone-number span {
    font-size: 1.5em;
  }
}

.nav-top__link {
  display: none;
  flex-direction: column;
  align-items: start;
}
@media screen and (min-width: 450px) {
  .nav-top__link {
    display: flex;
  }
}
@media screen and (min-width: 760px) {
  .nav-top__link {
    flex-direction: row;
    align-items: center;
  }
}
.nav-top__link a {
  color: #B30007;
}
@media screen and (min-width: 450px) {
  .nav-top__link a:not(:last-child) {
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 760px) {
  .nav-top__link a:not(:last-child) {
    margin-bottom: 0;
    margin-right: 1.5em;
  }
}
@media screen and (min-width: 1100px) {
  .nav-top__link a:not(:last-child) {
    margin-right: 4.5em;
  }
}

.nav-top__link_small {
  display: flex;
}
@media screen and (min-width: 450px) {
  .nav-top__link_small {
    display: none;
  }
}
.nav-top__link_small a:not(:last-child) {
  margin-bottom: 1em;
}

.nav-top__item {
  display: flex;
  align-items: start;
  padding-right: 1em;
}
.nav-top__item img {
  height: 2.125em;
  width: auto;
}

@media screen and (min-width: 1100px) {
  .item {
    margin-right: 5em;
  }
}
.nav-top__cart {
  display: flex;
  justify-content: end;
  position: relative;
}

.nav-top__cart-counter {
  position: relative;
  z-index: 1;
  right: -3em;
  top: -0.7em;
}
.nav-top__cart-counter span {
  font-size: 0.875em;
  background-color: #B30007;
  color: #fff;
  padding: 0.25em 0.5em;
  border-radius: 0.5em;
}

.nav-bottom {
  border-bottom: 0.25em solid #0d5b3b;
  background-color: #10724a;
  background-image: url("../img/webP/under-search-pulls-img-repeat.webp");
  background-repeat: repeat-x;
  background-position-y: center;
  background-position-x: center;
  background-size: 27%;
}

.nav-bottom__content {
  max-width: 1564px;
  margin: 0 auto;
  padding: 0 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-bottom__search {
  position: relative;
  display: flex;
  align-items: center;
  height: 3.75em;
  width: 48.52em;
  margin: 2em 0;
}
.nav-bottom__search input {
  width: 100%;
  height: 100%;
  padding: 1.5em 8em 1.5em 1.5em;
}
.nav-bottom__search button {
  position: absolute;
  top: 0.25em;
  bottom: 0.25em;
  right: 0.25em;
}

footer {
  max-width: 1920px;
  margin: 0 auto;
}

.footer-top {
  background-color: #007b49;
}

.footer-mid {
  background-color: #00663D;
}

.footer-content {
  max-width: 1564px;
  margin: 0 auto;
  padding: 0 0.5em;
}

.footer-content_top {
  display: flex;
  align-items: center;
}
.footer-content_top img {
  height: 2.5em;
  width: auto;
  margin: 1.5em 0 1em;
}
@media screen and (min-width: 613px) {
  .footer-content_top img {
    height: 3.5em;
  }
}
@media screen and (min-width: 869px) {
  .footer-content_top img {
    height: 4.5em;
  }
}

.footer-content_mid {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.25em 0.5em 2.75em;
}
@media screen and (min-width: 560px) {
  .footer-content_mid {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: start;
  }
}
@media screen and (min-width: 794px) {
  .footer-content_mid {
    justify-content: space-between;
  }
}
.footer-content_mid h2 {
  margin-top: 2.75em;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 613px) {
  .footer-content_mid h2 {
    margin-top: 0;
  }
}

.footer-mid__info-about-company {
  max-width: 100%;
  font-size: 1em;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 613px) {
  .footer-mid__info-about-company {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1148px) {
  .footer-mid__info-about-company {
    max-width: 19em;
    text-align: start;
  }
}

@media screen and (min-width: 560px) {
  .footer-mid__info-for-user {
    margin: 0 1em 0;
  }
}
@media screen and (min-width: 613px) {
  .footer-mid__info-for-user {
    margin: 0 1em 3em;
  }
}
@media screen and (min-width: 794px) {
  .footer-mid__info-for-user {
    margin: 0;
  }
}

@media screen and (min-width: 560px) {
  .footer-mid__address {
    margin-right: 1em;
  }
}
@media screen and (min-width: 794px) {
  .footer-mid__address {
    margin: 0;
  }
}

ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 613px) {
  ul {
    align-items: start;
  }
}

@media screen and (min-width: 1300px) {
  .footer-mid__none {
    display: flex;
    width: 10%;
  }
}

.footer-content_bottom {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  padding: 1.5em 0.5em;
}
@media screen and (min-width: 869px) {
  .footer-content_bottom {
    flex-direction: row;
  }
}
.footer-content_bottom img {
  height: 1.75em;
  width: auto;
}
@media screen and (min-width: 869px) {
  .footer-content_bottom img {
    height: 2.5em;
  }
}
@media screen and (min-width: 1300px) {
  .footer-content_bottom img {
    height: 3.125em;
  }
}

.footer-bottom__copyright {
  font-size: 0.875em;
  color: black;
  margin-top: 1.5em;
  text-align: center;
}
@media screen and (min-width: 869px) {
  .footer-bottom__copyright {
    margin: 0 4em 0 0;
  }
}
@media screen and (min-width: 1300px) {
  .footer-bottom__copyright {
    margin-right: 7.5em;
  }
}

.product-search-items {
  margin-bottom: 2.8em;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.25em;
}
@media screen and (min-width: 980px) {
  .product-search-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1500px) {
  .product-search-items {
    grid-template-columns: repeat(3, 1fr);
  }
}

.product-tile__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1em 0.5em;
  border: 1px solid #c2c2c2;
  border-radius: 0.5em;
}
@media screen and (min-width: 480px) {
  .product-tile__item {
    padding: 1em 3em 1.5em 0.5em;
  }
}
.product-tile__item:hover {
  border-color: #000;
}

.product-tile__item-top {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5em;
  align-self: center;
}
@media screen and (min-width: 480px) {
  .product-tile__item-top {
    flex-direction: row;
    align-self: start;
  }
}

.product-tile__icon {
  align-self: center;
}
@media screen and (min-width: 480px) {
  .product-tile__icon {
    align-self: start;
  }
}
.product-tile__icon a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15em;
}
.product-tile__icon a img {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.product-tile__data {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin: 0 0 1.25em;
}
.product-tile__data a {
  white-space: normal;
  text-align: start;
  font-size: 1em;
  color: #4b514b;
  font-weight: bold;
}

.product-tile__meta {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 1.5em;
}
.product-tile__meta a {
  color: #B30007;
  font-size: 0.875em;
  text-decoration: underline;
  margin-bottom: 1.5em;
}
.product-tile__meta span {
  white-space: normal;
}
.product-tile__meta span:not(:last-child) {
  margin: 0 0 1em;
  color: #4b514b;
}

.product-tile__price {
  color: #B30007;
  font-size: 1.5em;
}
.product-tile__price span {
  font-size: 0.875rem;
  color: #4b514b;
}

.product-tile__purchase-pharmacy-address {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: end;
  margin-bottom: 1.75em;
}
.product-tile__purchase-pharmacy-address span {
  font-size: 0.875em;
  margin: 0 0.5em;
  color: #4b514b;
}
.product-tile__purchase-pharmacy-address select {
  padding-right: 0;
}

.product-tile__buy {
  background-color: transparent;
  padding: 0;
  display: flex;
  align-items: center;
}
.product-tile__buy img {
  width: auto;
  height: 2em;
}

.product-tile__purchase-reserve {
  display: flex;
  justify-content: end;
  align-items: center;
}
.product-tile__purchase-reserve .quantity-input {
  text-align: center;
  max-width: 5em;
  margin: 0 0.875em;
  padding: 0.875em;
  border: 1px solid #ebebeb;
  border-radius: 0.35em;
}
.product-tile__purchase-reserve .purchase {
  padding: 0.875em 1em;
  margin-left: 1.75em;
}
@media screen and (min-width: 480px) {
  .product-tile__purchase-reserve .purchase {
    margin-left: 6.75em;
  }
}

.wrapper {
  min-width: 360px;
}

main {
  max-width: 1920px;
  margin: 0 auto;
}

.subtract {
  padding: 0;
  margin: 0;
  background-color: transparent;
  font-size: 1.5em;
  color: #B30007;
}

.add {
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-size: 1.5em;
  color: #00663D;
}

.paginator {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 6.625em;
}
.paginator span {
  font-size: 0.875em;
  color: #4b514b;
}
.paginator span:first-child {
  display: none;
}
@media screen and (min-width: 750px) {
  .paginator span:first-child {
    display: block;
  }
}

.paginator__item {
  padding: 0.875em 1em;
  color: #4b514b;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  margin: 0 0.25em;
  cursor: pointer;
}
@media screen and (min-width: 750px) {
  .paginator__item {
    margin: 0 0.75em;
  }
}
.paginator__item:not(.show-selected-paginator-item):hover {
  color: #00663D;
}
.paginator__item:nth-child(3) {
  display: none;
}
@media screen and (min-width: 560px) {
  .paginator__item:nth-child(3) {
    display: block;
  }
}
.paginator__item:nth-child(8) {
  display: none;
}
@media screen and (min-width: 560px) {
  .paginator__item:nth-child(8) {
    display: block;
  }
}
.paginator__item:nth-child(10) {
  display: none;
}
@media screen and (min-width: 560px) {
  .paginator__item:nth-child(10) {
    display: block;
  }
}

.show-selected-paginator-item {
  background-color: #00663D;
  border-color: #000;
  color: #fff;
}

.link-sort-product {
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0 2.25em;
}

.link-sort-product__tag {
  padding: 0.875em 1em;
  color: #4b514b;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  margin: 0 1em 0.75em 0;
  cursor: pointer;
}
.link-sort-product__tag:not(.show-selected-tag):hover {
  color: #00663D;
}

.show-selected-tag {
  background-color: #00663D;
  border-color: #000;
  color: #fff;
}
/*# sourceMappingURL=search-result-page.css.map */
#map {
    height: 400px; /* The height is 400 pixels */
    width: 100%; /* The width is the width of the web page */
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #007B49;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

.center {
  border: 0px solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
}

.loader_off{
  display: none;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

