

/* Start:/local/templates/evaphyto/where-page.css?17100703811375*/
.accordion-item {
  border-bottom: 1px solid #dde7d0; }
  .accordion-item.active .accordion-item__title:after {
    background-image: url(/local/templates/evaphyto/images/minus.svg); }

.accordion-item__title {
  padding: 15px 30px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #6eaf32; }
  .accordion-item__title:hover, .accordion-item__title:focus {
    color: #6eaf32;
    text-decoration: none; }
  .accordion-item__title:after {
    content: "";
    background-image: url(/local/templates/evaphyto/images/plus.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    width: 30px;
    height: 30px; }

.accordion-item__body {
  height: 0;
  overflow: hidden;
  transition: all 400ms ease; }

.accordion-item__body-inner {
  padding: 20px;
  text-align: left; }
  .accordion-item__body-inner p {
    margin: 0;
    padding: 0; }
  @media (min-width: 768px) {
    .accordion-item__body-inner {
      padding: 30px; } }

.where-text {
  padding-top: 90px; }
  .where-text .container {
    text-align: center; }
  .where-text h2 {
    color: #6eaf32;
    font-size: 24px;
    margin-bottom: 45px; }

.where-form h2 br {
  display: none; }
  @media (min-width: 1230px) {
    .where-form h2 br {
      display: inline; } }

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

/* End */


/* Start:/local/templates/evaphyto/components/bitrix/system.pagenavigation/.default/style.css?17100703812557*/
.bx-pagination {
  margin: 10px 0; }

.bx-pagination .bx-pagination-container {
  text-align: center;
  position: relative; }

.bx-pagination .bx-pagination-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block; }

.bx-pagination .bx-pagination-container ul li {
  display: inline-block;
  margin: 0 2px 15px 2px; }

.bx-pagination .bx-pagination-container ul li span {
  -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
  -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
  -ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
  -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
  transition: color .3s ease, background-color .3s ease, border-color .3s ease;
  background: #eff0f1;
  padding: 0 8px;
  display: block;
  height: 32px;
  min-width: 32px;
  line-height: 32px;
  color: #444;
  font-size: 14px;
  border-radius: 16px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bx-pagination .bx-pagination-container ul li a {
  text-decoration: none;
  display: block;
  border-radius: 16px;
  height: 32px;
  min-width: 32px;
  line-height: 32px;
  color: #444;
  vertical-align: middle; }

.bx-pagination .bx-pagination-container ul li a:hover span {
  background: #DADADA; }

.bx-pagination .bx-pagination-container ul li.bx-active span {
  background: #6eaf32;
  color: #fff; }

.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
  background: #fff;
  border: 2px solid #eff0f1;
  line-height: 28px;
  padding: 0 18px;
  color: #444; }

.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span {
  color: #aab1b4;
  background: #fff;
  border: 2px solid #eff0f1;
  line-height: 28px;
  padding: 0 18px; }

.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
  background: #fff;
  border-color: #DADADA;
  color: #000; }

.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span {
  background: #6eaf32;
  color: #fff; }

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

/* End */


/* Start:/local/templates/evaphyto/components/bitrix/news.list/addresses/style.css?1710070380412*/
.pharmacies-addresses {
  display: table;
  width: 100%;
  border: 1px solid #ccc;
  font-size: 14px; }

.pharmacies-addresses__thead {
  font-weight: bold; }

.pharmacy-address,
.pharmacies-addresses__thead {
  display: table-row; }
  .pharmacy-address > div,
  .pharmacies-addresses__thead > div {
    display: table-cell;
    padding: 5px;
    border: 1px solid #ccc; }

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

/* End */


/* Start:/local/templates/evaphyto/where-form.css?17100703811722*/
.where-form {
  background-color: #dde7d0; }
  .where-form h2 {
    font-size: 24px;
    font-weight: 400; }
  .where-form .contacts {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center; }
    .where-form .contacts a, .where-form .contacts a:hover, .where-form .contacts a:focus, .where-form .contacts a:visited {
      color: #5a5a4b;
      text-decoration: none; }
    @media (min-width: 768px) {
      .where-form .contacts {
        text-align: left; } }
    @media (min-width: 992px) {
      .where-form .contacts {
        font-size: 24px; } }
    @media (min-width: 1230px) {
      .where-form .contacts {
        font-size: 30px; } }
  .where-form .socnetworks {
    margin-bottom: 30px;
    text-align: center; }
    @media (min-width: 768px) {
      .where-form .socnetworks {
        text-align: left; } }
    .where-form .socnetworks span {
      color: #6eaf32;
      margin-bottom: 15px;
      display: block; }
    .where-form .socnetworks ul {
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: center; }
      @media (min-width: 768px) {
        .where-form .socnetworks ul {
          justify-content: flex-start; } }
    .where-form .socnetworks li {
      margin: 0;
      padding: 0;
      list-style: none;
      margin-right: 15px; }
    .where-form .socnetworks a {
      display: flex;
      text-decoration: none;
      font-size: 16px;
      color: #5a5a4b;
      align-items: center; }
      .where-form .socnetworks a span {
        margin: 0;
        color: #5a5a4b; }
      .where-form .socnetworks a img {
        width: 20px;
        height: 20px;
        margin-right: 5px; }

/*# sourceMappingURL=where-form.css.map */

/* End */
/* /local/templates/evaphyto/where-page.css?17100703811375 */
/* /local/templates/evaphyto/components/bitrix/system.pagenavigation/.default/style.css?17100703812557 */
/* /local/templates/evaphyto/components/bitrix/news.list/addresses/style.css?1710070380412 */
/* /local/templates/evaphyto/where-form.css?17100703811722 */
