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;
}

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 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  max-width: 1564px;
  margin: 2.25em auto 12.5em;
  padding: 0 0.5em;
}
@media screen and (min-width: 1330px) {
  .main-content {
    flex-direction: row;
  }
}

h1, .looks_like_h1 {
  margin-bottom: 2rem;
}

.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;
  }
}

.main-content-left {
  margin-bottom: 1.5em;
  align-self: center;
}
@media screen and (min-width: 1300px) {
  .main-content-left {
    margin: 0 1.5em 0 0;
    align-self: start;
  }
}

.main-content-left__icon {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ebebeb;
  border-radius: 0.35em;
}
.main-content-left__icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.main-content-right__data {
  padding-bottom: 2em;
  border-bottom: 0.25em solid #ebebeb;
}

.main-content-right__purchase {
  padding: 2.5em 0.5em;
  border: 0.25em solid #ebebeb;
  border-radius: 0.35em;
  background-color: #f6f6f6;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 2em;
}
@media screen and (min-width: 560px) {
  .main-content-right__purchase {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .main-content-right__purchase {
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 2.5em 1.25em;
  }
}
.main-content-right__purchase .main-content-right__price {
  color: #B30007;
  font-size: 2.25em;
  margin-right: 0.25em;
}
.main-content-right__purchase .main-content-right__price span {
  font-size: 1.25rem;
  color: #4b514b;
}
.main-content-right__purchase .main-content-right__pharmacy {
  font-size: 1em;
  color: #4b514b;
}
.main-content-right__purchase select {
  padding-right: 1.5em;
  margin-left: 0.5em;
}
@media screen and (min-width: 560px) {
  .main-content-right__purchase select {
    margin: 0 0.5em;
  }
}
@media screen and (min-width: 960px) {
  .main-content-right__purchase select {
    padding-right: 5.625em;
  }
}

.main-content-right__purchase-info {
  display: flex;
  align-items: center;
  margin: 1.5em 0;
}

.main-content-right__purchase-reserve {
  display: flex;
  align-items: center;
}
.main-content-right__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;
}
.main-content-right__purchase-reserve .purchase {
  display: flex;
  align-items: center;
  padding: 0.5em;
  margin-left: 2.2em;
}
@media screen and (min-width: 960px) {
  .main-content-right__purchase-reserve .purchase {
    margin-left: 1em;
  }
}
.main-content-right__purchase-reserve .purchase svg {
  height: 2em;
  width: auto;
  margin-right: 0.25em;
}

.main-content-right__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  padding: 0 0.75em;
}
@media screen and (min-width: 960px) {
  .main-content-right__meta {
    flex-direction: row;
    align-items: center;
    padding: 0 1.75em;
  }
}

.main-content-right__meta-text {
  display: flex;
  flex-direction: column;
}
.main-content-right__meta-text span {
  white-space: normal;
  font-size: 0.875em;
  color: #4b514b;
}
.main-content-right__meta-text span span {
  font-weight: bold;
  font-size: 0.875rem;
}
.main-content-right__meta-text span:not(:last-child) {
  margin-bottom: 1.75em;
}

.main-content-right__meta-instruction {
  padding: 1em;
  border: 1px solid #ebebeb;
  margin-top: 1.75em;
}
@media screen and (min-width: 760px) {
  .main-content-right__meta-instruction {
    margin-top: 0;
  }
}
.main-content-right__meta-instruction a {
  border-radius: 0.35em;
  text-decoration: underline;
  color: #B30007;
}

.main-content-right__info h2 {
  font-size: 1.25em;
  color: #4b514b;
  margin: 2em 0 1.5em;
}

table tr td:first-child {
  width: 50%;
}
@media screen and (min-width: 560px) {
  table tr td:first-child {
    width: 25%;
  }
}
table tr td:last-child {
  width: 50%;
}
@media screen and (min-width: 560px) {
  table tr td:last-child {
    width: 75%;
  }
}

.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;
}

/*# sourceMappingURL=item-page.css.map */
