@charset "UTF-8";

#search-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.4s;
}

#search-overlay.is-open {
  opacity: 1;
}

.block-pharma-fav {
  flex-shrink: 0;
}

.site-content {
  padding-bottom: 2rem;
}
@media screen and (min-width: 1215px) {
  .site-content {
    padding-bottom: 4rem;
  }
}



@media screen and (min-width: 1215px) {
  .block-pharma-fav .block__title {
    display: none;
  }
}

.block-pharma-fav .content {
  display: none;
}

@media screen and (min-width: 1215px) {
  .block-pharma-fav .content {
    display: block;
  }
}

.head-pharmacies-position {
  position: relative;
}

.head-pharmacies-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  flex-direction: column;
  background: #fff;
  min-height: 60px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s;
}

.head-pharmacies-button.block__title {
  display: none;
}

.head-pharmacies-button:before {
  font-family: "icomoon";
  line-height: 1;
  font-weight: normal;
  content: "";
  font-size: 20px;
  margin: 0 0 3px;
  color: #075ba2;
}

.head-pharmacies-button__text {
  transition: 0.3s;
  position: relative;
  text-decoration: none;
  transition: 0s;
}

.head-pharmacies-button__text:after {
  background: currentColor;
  transition: 0.3s;
  content: "";
  position: absolute;
  height: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
}

.head-pharmacies-button__text:after {
  transform: scaleX(1);
}

.head-pharmacies-button__text:hover:after {
  transform: scaleX(0);
}

.head-pharmacies-button.is-active {
  background: #f08b22;
  color: #fff;
}

.head-pharmacies-button.is-active:before {
  color: inherit;
}

.head-pharmacies-button:hover {
  background: #db001a;
  color: #fff;
}

.head-pharmacies-button:hover:before {
  color: inherit;
}

.head-pharmacies-button:hover .head-pharmacies-button__text:after {
  transform: scaleX(0);
}

.head-pharmacies {
  transition: 0.3s;
  position: absolute;
  top: 100%;
  right: 0;
  width: 27.7777777778rem;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(60, 63, 65, 0.06);
  padding: 1.6666666667rem;
  margin: 1rem 0 0;
  border-radius: 5px;
  z-index: 15;
  color: #2e2d2d;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
}

.hover-intent .head-pharmacies {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 1279px) {
  .head-pharmacies {
    visibility: visible;
    opacity: 1;
    transform: none;
    position: relative;
    width: auto;
    top: auto;
    right: auto;
    margin: 0;
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
}

.b-header-block .product-ico-menu {
  position: absolute;
  left: 0;
  top: 100%;
  box-shadow: 0 0 30px rgb(60 63 65 / 6%);
  padding: 20px 0;
  background: #fff;
  color: #2e2d2d;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: 0.2s;
  border-radius: 5px;
  z-index: 2;
  width: max-content;
  overflow: hidden;
}

.b-header-block .product-ico-menu__item {
  font-weight: 500;
}

.b-header-block .product-ico-menu-row__link-val {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 10px 30px;
  transition: 0.2s;
}

.b-header-block .product-ico-menu-row__link-val:hover {
  background: #e0eaf3;
}

.b-header-block .product-ico-menu-row__link-val::before {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #075ba2;
  color: #fff;
  flex-shrink: 0;
  margin-right: 10px;
  font-family: "icomoon";
  line-height: 1;
  font-weight: normal;
}

.b-header-block .product-ico-menu-row__link-val--favourites::before {
  content: "";
}

.b-header-block .product-ico-menu-row__link-val--reserve::before {
  content: "";
}

.b-header-block .product-ico-menu-row__link-val--viewed::before {
  content: "";
}

.b-header-block .product-ico-menu-row__link-val--orders::before {
  content: "";
}

.b-header-block__item--container {
  position: relative;
  margin-bottom: -5px;
  padding-bottom: 5px;
  cursor: pointer;
}

.b-header-block__item--container:hover .product-ico-menu {
  opacity: 1;
  transform: none;
  pointer-events: all;
}

.block-header-basket-count {
  position: relative;
}

@media screen and (min-width: 1215px) {
  .block-header-basket-count:hover .basket-content {
    pointer-events: all;
    transform: none;
    opacity: 1;
  }
}

.block-header-basket-count .basket-content {
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(60, 63, 65, 0.06);
  border-radius: 5px;
  color: #2e2d2d;
  overflow: hidden;
  display: none;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  width: max-content;
  max-width: 460px;
  transition: 0.3s;
}

@media screen and (min-width: 1215px) {
  .block-header-basket-count .basket-content {
    display: block;
  }
}

.block-header-basket-count .basket-content > .title {
  font-weight: 500;
  padding: 20px 20px 10px;
}

.block-header-basket-count .basket-content .groups {
  max-height: 33.333vh;
  overflow: hidden auto;
  -webkit-overflow-scrolling: touch;
}

.block-header-basket-count .basket-content .group {
  padding: 0 20px;
}

.block-header-basket-count .basket-content .group-label,
.block-header-basket-count .basket-content .group-address {
  font-size: 0.875rem;
  font-weight: 400;
  color: #9e9d9d;
}

.block-header-basket-count .basket-content .group-address::before {
  content: ",";
  padding-right: 0.2em;
}

.block-header-basket-count .basket-content .group-items {
  padding: 20px 0;
}

.block-header-basket-count .basket-content .group-items .item {
  display: flex;
  align-items: center;
}

.block-header-basket-count .basket-content .group-items .item + .item {
  margin-top: 10px;
}

.block-header-basket-count .basket-content .group-items .img {
  width: 75px;
  margin-right: 15px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-header-basket-count .basket-content .group-items .info {
  flex-grow: 1;
}

.block-header-basket-count .basket-content .group-items .title {
  color: #075ba2;
  margin-right: 15px;
}

.block-header-basket-count .basket-content .group-items .title a {
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.block-header-basket-count .basket-content .group-items .price-str {
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 0.2em;
}

.block-header-basket-count .basket-content .group-items .delete a {
  font-size: 0;
  text-decoration: none;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-header-basket-count .basket-content .group-items .delete a::before {
  font-family: "icomoon";
  line-height: 1;
  font-weight: normal;
  content: "";
  font-size: 10px;
  color: #9e9d9d;
  transition: 0.1s;
}

.block-header-basket-count .basket-content .group-items .delete a:hover::before {
  color: #2e2d2d;
}

.block-header-basket-count .basket-content .total-wrap {
  padding: 15px 20px 20px;
  background: #f4f7fb;
}

.block-header-basket-count .basket-content .total-wrap .sum {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.block-header-basket-count .basket-content .total-wrap .sum span {
  font-size: 1.25em;
}

.block-header-basket-count .basket-content .total-wrap .sum .from {
  font-size: 0.85em;
}

.block-header-basket-count .basket-content .total-wrap a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  padding: 10px 25px;
  min-height: 50px;
  background: #075ba2;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
}

.basket_item_count {
  width: 130px;
  height: 60px;
  background: #f9f9f9;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  display: flex;
}
@media screen and (min-width: 1215px) {
  .basket_item_count {
    width: 8.3333333333rem;
    height: 3.3333333333rem;
    border-radius: 0.2777777778rem;
  }
}
.basket_item_count .arrow {
  width: 33.333%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  text-decoration: none;
  transition: 0.3s;
  color: #075ba2;
}
@media screen and (min-width: 1215px) {
  .basket_item_count .arrow:hover {
    color: #f08b22;
  }
}
.basket_item_count .arrow::before {
  font-family: "icomoon";
  line-height: 1;
  font-weight: normal;
  font-size: 10px;
}
@media screen and (min-width: 1215px) {
  .basket_item_count .arrow::before {
    font-size: 0.5555555556rem;
  }
}
.basket_item_count .arrow.min::before {
  content: "";
}
.basket_item_count .arrow.plus::before {
  content: "";
}
.basket_item_count .count_input {
  border: none;
  min-height: 0;
  padding: 0;
  height: 100%;
  background: transparent;
  appearance: textfield;
  -moz-appearance: textfield;
  flex-grow: 1;
  text-align: center;
  font-size: 24px;
  width: 100%;
  font-weight: 700;
}
@media screen and (min-width: 1215px) {
  .basket_item_count .count_input {
    font-size: 1.3333333333rem;
    font-weight: 700;
  }
}

.sliding-popup-bottom {
  position: fixed;
  z-index: 9999;
  left: 0;
  bottom: 0 !important;
  right: 0;
  border-bottom: none;
}

@media screen and (min-width: 1215px) {
  .sliding-popup-bottom {
    width: 60vw !important;
    bottom: 10px !important;
    border: none;
    border-radius: 10px;
    margin: 0 auto;
  }
}

.eu-cookie-compliance-banner {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 10px;
  padding-bottom: 8px;
}

@media screen and (min-width: 1215px) {
  .eu-cookie-compliance-banner {
    padding: 25px;
  }
}

.eu-cookie-compliance-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: none;
  width: auto;
}

@media screen and (min-width: 480px) {
  .eu-cookie-compliance-content {
    flex-direction: row;
    align-items: center;
  }
}

@media screen and (min-width: 1215px) {
  .eu-cookie-compliance-content {
    text-align: left;
    margin: 0 -15px 0;
  }
}

.eu-cookie-compliance-message {
  flex-grow: 1;
  margin-bottom: 10px;
  line-height: 1.1;
  max-width: none;
}

@media screen and (min-width: 1215px) {
  .eu-cookie-compliance-message {
    padding: 0 15px;
    margin-bottom: 0;
  }
}

.eu-cookie-compliance-message h4 {
  margin-bottom: 5px;
}

.eu-cookie-compliance-message p {
  display: inline-block;
  margin-bottom: 0;
}

.eu-cookie-compliance-buttons {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin: 0 -5px -15px;
}

@media screen and (min-width: 1215px) {
  .eu-cookie-compliance-buttons {
    margin: 0 0 -15px;
  }
}

.eu-cookie-compliance-buttons button {
  margin: 0 5px 15px;
}

@media screen and (min-width: 1215px) {
  .eu-cookie-compliance-buttons button {
    margin: 0 15px 15px;
  }
}

.eu-cookie-compliance-default-button {
  padding: 5px 15px;
  min-height: 36px;
  font-size: 14px;
  flex-shrink: 0;
  box-shadow: none;
  text-shadow: none;
  background: #f08b22;
  color: #fff;
}

 .grid-2 .view-content {
   display: flex;
   flex-wrap: wrap;
   margin: 0 -12px;
 }
 @media screen and (min-width: 768px) {
   .grid-2 .view-content {
     margin-left: -0.8333333333rem;
     margin-right: -0.8333333333rem;
   }
 }
 .grid-2 .views-row {
   padding: 0 12px;
   margin: 0 0 10px;
   width: 100%;
 }
 @media screen and (min-width: 768px) {
   .grid-2 .views-row {
     width: 50%;
     margin-bottom: 1.6666666667rem;
     padding-left: 0.8333333333rem;
     padding-right: 0.8333333333rem;
   }
 }

 .grid-3 .view-content {
   display: flex;
   flex-wrap: wrap;
   margin: 0 -12px -15px;
 }
 @media screen and (min-width: 480px) {
   .grid-3 .view-content {
     margin-left: -0.8333333333rem;
     margin-right: -0.8333333333rem;
     margin-bottom: -1.6666666667rem;
   }
 }
 .grid-3 .views-row {
   padding: 0 12px;
   margin: 0 0 15px;
   width: 100%;
 }
 @media screen and (min-width: 480px) {
   .grid-3 .views-row {
     width: 50%;
     padding-left: 0.8333333333rem;
     padding-right: 0.8333333333rem;
     margin-bottom: 1.6666666667rem;
   }
 }
 @media screen and (min-width: 992px) {
   .grid-3 .views-row {
     width: 33.333%;
   }
 }

 .grid-4 .view-content {
   display: flex;
   flex-wrap: wrap;
   margin: 0 -12px -15px;
 }
 @media screen and (min-width: 768px) {
   .grid-4 .view-content {
     margin-left: -0.8333333333rem;
     margin-right: -0.8333333333rem;
     margin-bottom: -1.6666666667rem;
   }
 }
 .grid-4 .views-row {
   padding: 0 12px;
   margin: 0 0 25px;
   width: 100%;
 }
 @media screen and (min-width: 480px) {
   .grid-4 .views-row {
     width: 50%;
     padding-left: 0.8333333333rem;
     padding-right: 0.8333333333rem;
     margin-bottom: 1.6666666667rem;
   }
 }
 @media screen and (min-width: 768px) {
   .grid-4 .views-row {
     width: 33.33%;
   }
 }
 @media screen and (min-width: 1215px) {
   .grid-4 .views-row {
     width: 25%;
   }
 }

@media screen and (min-width: 1215px) {
  .eu-cookie-compliance-default-button {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 900px) {
  .mfp-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.mfp-wrap {
  -webkit-overflow-scrolling: touch;
}
.magnific-popup {
    display: block;
    width: 460px;
    margin: 10px auto;
    max-width: 100%;
    background: #fff;
    padding: 25px;
    border-radius: 5px;
}

.magnific-user-login-form.magnific-popup,
.magnific-popup.basket_add_popup_amountKey {
  display: block;
  width: 460px;
  margin: 10px auto;
  max-width: 100%;
  background: #fff;
  padding: 25px;
  border-radius: 5px;
}

.magnific-popup .form-view-column>.form-wrapper,
.magnific-popup .form-view-column>.form-item {
  width: 100%;
}

@media screen and (min-width: 1215px) {
  .magnific-user-login-form.magnific-popup,
  .magnific-popup.basket_add_popup_amountKey {
    width: 28.3333333333rem;
    padding: 2.2222222222rem;
  }
}

.magnific-popup.basket_add_popup_amountKey {
  width: 41.6666666667rem;
}

.magnific-popup__title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1.1111111111rem;
  text-align: center;
  color: #075ba2;
}
.magnific-popup .social-auth {
  justify-content: center;
}
.magnific-popup .form-view-column {
  flex-direction: column;
}

.magnific-popup .mfp-close {
  right: -6px;
  top: -6px;
  width: 34px;
  height: 34px;
  line-height: 0;
  opacity: 1;
  font-size: 0;
  color: #fff;
  background: #075ba2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.magnific-popup .mfp-close::before {
  content: "";
  font-family: "icomoon";
  font-size: 10px;
  line-height: 1;
}

.magnific-popup .mfp-close:hover {
  background: #f08b22;
}

.magnific-popup .confirmation-message {
  text-align: center;
  line-height: 1.6;
}

.magnific-popup .user-login-form .form-info {
  text-align: center;
}

.magnific-popup .user-login-form .form-forgot {
  text-align: center;
  width: 100%;
}

.magnific-popup .user-login-form .form-actions {
  text-align: center;
}

.magnific-popup .user-pass .phone_code_wrap {
  width: 100%;
}

.magnific-popup .user-pass .form-actions .form-submit {
  width: 100%;
}

.magnific-popup.magnific-comment-form form {
  max-width: none;
  width: auto;
}
.field--name-field-comment-rating .form-radios,
.field--name-field-comment-rating-2 .form-radios {
  font-size: 0;
  display: flex;
  margin-left: -4px;
  margin-top: 6px;
}
.field--name-field-comment-rating .form-type-radio,
.field--name-field-comment-rating-2 .form-type-radio {
  width: auto;
  margin: 0;
}
.field--name-field-comment-rating .form-type-radio input,
.field--name-field-comment-rating-2 .form-type-radio input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.field--name-field-comment-rating .form-type-radio.is-active label,
.field--name-field-comment-rating .form-type-radio input:checked + label,
.field--name-field-comment-rating-2 .form-type-radio.is-active label,
.field--name-field-comment-rating-2 .form-type-radio input:checked + label {
  background: url("/themes/personal/images/icons/rating-big.svg") no-repeat 0 0;
}
.field--name-field-comment-rating .form-type-radio input,
.field--name-field-comment-rating-2 .form-type-radio input {
  width: auto;
}
.field--name-field-comment-rating .form-type-radio label,
.field--name-field-comment-rating-2 .form-type-radio label {
  margin: 0;
  padding: 0 !important;
  display: inline-block;
  height: 19px;
  width: 28px;
  background: url("/themes/personal/images/icons/rating-big.svg") no-repeat 0 -20px;
  font-size: 0;
  transition: none !important;
  cursor: pointer;
}
.field--name-field-comment-rating .form-type-radio label::before,
.field--name-field-comment-rating .form-type-radio label::after,
.field--name-field-comment-rating-2 .form-type-radio label::before,
.field--name-field-comment-rating-2 .form-type-radio label::after {
  content: none !important;
}
@media screen and (min-width: 1215px) {
  .magnific-popup__title {
    font-size: 2rem;
    font-weight: 500;
  }
}

.magnific-user-login-form.magnific-popup .mfp-close,
.magnific-popup.basket_add_popup_amountKey .mfp-close {
  right: -6px;
  top: -6px;
  width: 34px;
  height: 34px;
  line-height: 0;
  opacity: 1;
  font-size: 0;
  color: #fff;
  background: #075ba2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.magnific-user-login-form.magnific-popup .mfp-close::before,
.magnific-popup.basket_add_popup_amountKey .mfp-close::before {
  content: "";
  font-family: "icomoon";
  font-size: 10px;
  line-height: 1;
}

.magnific-user-login-form.magnific-popup .mfp-close:hover,
.magnific-popup.basket_add_popup_amountKey .mfp-close:hover {
  background: #f08b22;
}

.magnific-popup.basket_repeat_popup,
.magnific-popup.basket_popup_view {
  width: 71.1111111111rem;
}

.magnific-popup.basket_repeat_popup
  .view-cart-goods.view-display-id-cart
  .bot_line {
  margin: 0 0 15px;
}

@media screen and (min-width: 768px) {
  .magnific-popup.basket_repeat_popup
    .view-cart-goods.view-display-id-cart
    .bot_line {
    margin-left: auto;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
  }
}

.magnific-popup.basket_repeat_popup
  .view-cart-goods.view-display-id-cart
  .sum_pay {
  margin: 0 0 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2em;
  padding-top: 15px;
  border-top: 1px solid #e8e8e8;
}

@media screen and (min-width: 768px) {
  .magnific-popup.basket_repeat_popup
    .view-cart-goods.view-display-id-cart
    .sum_pay {
    margin-right: 30px;
    margin-bottom: 0;
    padding-top: 0;
    border-top: none;
  }
}

@media screen and (min-width: 1215px) {
  .magnific-popup.basket_repeat_popup
    .view-cart-goods.view-display-id-cart
    .sum_pay {
    margin-right: 1.6666666667rem;
  }
}

.magnific-popup.basket_repeat_popup
  .view-cart-goods.view-display-id-cart
  .sum_pay-value {
  color: #075ba2;
  font-size: 1.125rem;
  font-weight: 700;
}

@media screen and (min-width: 1215px) {
  .magnific-popup.basket_repeat_popup
    .view-cart-goods.view-display-id-cart
    .sum_pay-value {
    font-size: 1.3333333333rem;
    font-weight: 700;
  }
}

.magnific-popup.basket_repeat_popup
  .view-cart-goods.view-display-id-cart
  .button-order {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-family: "Geometria", "Arial", "Helvetica", sans-serif;
  line-height: 1.25;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: none;
  outline: none;
  transition: 0.3s;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  outline: none;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  padding: 10px 25px;
  min-height: 50px;
  background: #f08b22;
  width: 100%;
}

@media screen and (min-width: 1215px) {
  .magnific-popup.basket_repeat_popup
    .view-cart-goods.view-display-id-cart
    .button-order {
    font-size: 1rem;
    font-weight: 700;
  }
}

@media screen and (min-width: 1215px) {
  .magnific-popup.basket_repeat_popup
    .view-cart-goods.view-display-id-cart
    .button-order {
    padding: 0.5555555556rem 1.3888888889rem;
    min-height: 2.7777777778rem;
    border-radius: 0.2777777778rem;
  }
}

.magnific-popup.basket_repeat_popup
  .view-cart-goods.view-display-id-cart
  .button-order::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transform: scaleY(0);
  transform-origin: center center;
  border-radius: 5px;
  transition: transform 0.3s;
  z-index: -1;
}

@media screen and (min-width: 1215px) {
  .magnific-popup.basket_repeat_popup
    .view-cart-goods.view-display-id-cart
    .button-order::after {
    border-radius: 0.2777777778rem;
  }
}

.magnific-popup.basket_repeat_popup
  .view-cart-goods.view-display-id-cart
  .button-order::after {
  background: #075ba2;
}

.magnific-popup.basket_repeat_popup
  .view-cart-goods.view-display-id-cart
  .button-order:hover::after {
  transform: scaleY(1);
}

.impaired
  .magnific-popup.basket_repeat_popup
  .view-cart-goods.view-display-id-cart
  .button-order {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #000;
  transition: 0s;
}

.impaired
  .magnific-popup.basket_repeat_popup
  .view-cart-goods.view-display-id-cart
  .button-order::before,
.impaired
  .magnific-popup.basket_repeat_popup
  .view-cart-goods.view-display-id-cart
  .button-order::after {
  background: none !important;
}

.impaired
  .magnific-popup.basket_repeat_popup
  .view-cart-goods.view-display-id-cart
  .button-order:hover {
  background: #fff !important;
  color: #000 !important;
}

@media screen and (min-width: 768px) {
  .magnific-popup.basket_repeat_popup
    .view-cart-goods.view-display-id-cart
    .button-order {
    width: auto;
  }
}

@media screen and (min-width: 1215px) {
  .magnific-popup.basket_repeat_popup
    .view-cart-goods.view-display-id-cart
    .button-order {
    min-height: 3.3333333333rem;
  }
}

@media screen and (min-width: 1215px) {
  .magnific-popup.basket_repeat_popup .view-cart-goods.view-display-id-cart {
    margin-bottom: 0;
  }
  .magnific-popup.basket_repeat_popup
    .view-cart-goods.view-display-id-cart
    .view-footer {
    margin-top: 0;
  }
  .magnific-popup.basket_repeat_popup
    .view-cart-goods.view-display-id-cart
    .table_wrap
    .sum {
    text-align: right;
  }
}

.confirm-popup-pharmacies-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 15px -15px 0;
}

.confirm-popup-pharmacies-buttons__button {
  margin: 10px 15px 0;
}

.confirm-popup-pharmacies-buttons__button--confirm {
  font-size: 1rem;
  font-weight: 700;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: none;
  outline: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background: #075ba2;
  border-radius: 5px;
  color: #fff;
  overflow: hidden;
  padding: 10px 25px;
  min-height: 60px;
  flex-grow: 1;
}

@media screen and (min-width: 1215px) {
  .confirm-popup-pharmacies-buttons__button--confirm {
    font-size: 1rem;
    font-weight: 700;
  }
}

.impaired .confirm-popup-pharmacies-buttons__button--confirm {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #000;
  transition: 0s;
}

.impaired .confirm-popup-pharmacies-buttons__button--confirm::before {
  display: none;
}

.impaired .confirm-popup-pharmacies-buttons__button--confirm:hover {
  background: #fff !important;
  color: #000 !important;
}

@media screen and (min-width: 1215px) {
  .confirm-popup-pharmacies-buttons__button--confirm {
    padding: 0.5555555556rem 1.3888888889rem;
    border-radius: 0.2777777778rem;
  }
}

@media screen and (min-width: 1215px) {
  .confirm-popup-pharmacies-buttons__button--confirm {
    min-height: 3.3333333333rem;
  }
}

.confirm-popup-pharmacies-buttons__button--confirm:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  background: #f08b22;
  border-radius: 100px;
  z-index: -5;
  transition: 0s;
  padding: 0 10%;
  left: 2px;
  transform: translateX(-100%) scale(0);
  right: 0;
  bottom: 0;
  width: 50px;
}

.confirm-popup-pharmacies-buttons__button--confirm:hover {
  background: #0b67b5;
}

.confirm-popup-pharmacies-buttons__button--confirm:hover:before {
  transform: translateX(70%) scale(1);
  width: auto;
  transition: 0.5s;
}

.confirm-popup-pharmacies-buttons__button--close {
  font-size: 1rem;
  font-weight: 700;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: none;
  outline: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background: #075ba2;
  border-radius: 5px;
  color: #fff;
  overflow: hidden;
  padding: 10px 25px;
  min-height: 60px;
  background: #db001a;
  flex-grow: 1;
}

@media screen and (min-width: 1215px) {
  .confirm-popup-pharmacies-buttons__button--close {
    font-size: 1rem;
    font-weight: 700;
  }
}

.impaired .confirm-popup-pharmacies-buttons__button--close {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #000;
  transition: 0s;
}

.impaired .confirm-popup-pharmacies-buttons__button--close::before {
  display: none;
}

.impaired .confirm-popup-pharmacies-buttons__button--close:hover {
  background: #fff !important;
  color: #000 !important;
}

@media screen and (min-width: 1215px) {
  .confirm-popup-pharmacies-buttons__button--close {
    padding: 0.5555555556rem 1.3888888889rem;
    border-radius: 0.2777777778rem;
  }
}

@media screen and (min-width: 1215px) {
  .confirm-popup-pharmacies-buttons__button--close {
    min-height: 3.3333333333rem;
  }
}

.confirm-popup-pharmacies-buttons__button--close:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  background: #f08b22;
  border-radius: 100px;
  z-index: -5;
  transition: 0s;
  padding: 0 10%;
  left: 2px;
  transform: translateX(-100%) scale(0);
  right: 0;
  bottom: 0;
  width: 50px;
}

.confirm-popup-pharmacies-buttons__button--close:hover {
  background: #0b67b5;
}

.confirm-popup-pharmacies-buttons__button--close:hover:before {
  transform: translateX(70%) scale(1);
  width: auto;
  transition: 0.5s;
}

.confirm-popup-pharmacies-buttons__button--close:hover {
  background: #db001a;
}

 .magnific-popup.my_city_form_popup {
   width: 38.8888888889rem;
 }
 .magnific-popup.my_city_form_popup .magnific-popup__title {
   text-align: left;
 }

.magnific-popup .my-city-confirm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  font-weight: 400;
}

.magnific-popup .my-city-confirm .name {
  font-weight: 500;
  margin-right: 10px;
}

.magnific-popup .my-city-confirm .buttons {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.magnific-popup .my-city-confirm .buttons .yes,
.magnific-popup .my-city-confirm .buttons .no {
  width: 50%;
  margin: 0 5px;
}

.magnific-popup .my-city-confirm .buttons .yes {
  padding: 5px 15px;
  min-height: 40px;
  background: #fff;
  color: #f08b22;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
}

.magnific-popup .my-city-confirm .buttons .no {
  text-decoration: none;
  font-weight: 500;
}

.my-city-confirm .mfp-bg {
  display: none;
}

.my-city-confirm .mfp-wrap {
  pointer-events: none;
  height: auto;
  top: auto;
  bottom: 0;
}

.my-city-confirm .mfp-wrap .mfp-content {
  vertical-align: bottom;
}

.my-city-confirm .mfp-wrap .magnific-popup {
  background: #f08b22;
  color: #fff;
  border-radius: 0;
  padding: 15px 25px;
  pointer-events: all;
  margin: 0;
  transform: none;
  transition: 0s;
  width: 100%;
}

.my-city-confirm .mfp-wrap .mfp-container {
  position: static;
  padding-left: 0;
  padding-right: 0;
}

.my-city-confirm .mfp-wrap .mfp-close {
  display: none;
}

.my-city-confirm .mfp-wrap .ajax-progress-fullscreen {
  display: none;
}

.ajax-progress {
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
  background: transparent;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: auto;
  height: auto;
  opacity: 1;
  border-radius: 0;
}

.ajax-progress .message {
  display: none;
}

.ajax-progress .inner-throbber {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 0 0 15px #fff, 0 0 50px rgba(0, 0, 0, 0.3);
  background: #fff;
  margin: auto;
}

.ajax-progress .inner-throbber svg {
  overflow: visible;
}

.ajax-progress .throbber {
  background: none;
  padding: 0;
  width: 49px;
  height: 49px;
  margin: 0;
  border: 3px solid #075ba2;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-spin 575ms infinite linear;
  box-shadow: 0 0 0 15px #fff, 0 0 50px rgba(0, 0, 0, 0.3);
  background: #fff;
}

.ajax-progress.ajax-progress-fullscreen {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #c5e3fc;
  border-radius: 2px;
  background-clip: padding-box;
  overflow: hidden;
}

.ajax-progress.ajax-progress-fullscreen.is-fixed {
  position: fixed;
}

.ajax-progress.ajax-progress-fullscreen .indeterminate {
  background-color: #075ba2;
}

.ajax-progress.ajax-progress-fullscreen .indeterminate::before {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.ajax-progress.ajax-progress-fullscreen .indeterminate::after {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}

.ajax-progress.ajax-progress-fullscreen .inner-throbber {
  display: none;
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

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

.heart-big {
  animation: heartbeatBig 1s infinite;
  transform-origin: center;
}

.heart-small {
  animation: heartbeatSmall 1s infinite;
  transform-origin: center;
}

@keyframes heartbeatBig {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.15);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes heartbeatSmall {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.75);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(1);
  }
}

.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 0 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px;
  overflow: visible;
}

.fancybox-thumbs::-webkit-scrollbar {
  height: 7px;
}

.fancybox-thumbs::-webkit-scrollbar-track {
  background: #2a2a2a;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.fancybox-thumbs__list a:before {
  border-color: #f08b22;
}

.fancybox-slide--video {
  padding-left: 0;
  padding-right: 0;
}

.fancybox-slide--image .fancybox-content {
  background: #fff;
}

.error-page {
  text-align: center;
  padding-bottom: 1.6666666667rem;
  line-height: 1.5;
}

.error-page a {
  transition: 0.3s;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  color: #075ba2;
  font-weight: 700;
}

.error-page a:after {
  background: currentColor;
  transition: 0.3s;
  content: "";
  position: absolute;
  height: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
}

.error-page a:after {
  transform: scaleX(1);
}

.error-page a:hover:after {
  transform: scaleX(0);
}

.error-page .number {
  font-size: 8rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #075ba2;
}

@media screen and (min-width: 1215px) {
  .error-page .number {
    font-size: 14rem;
  }
}

@media screen and (min-width: 1215px) {
  .my-city-confirm .mfp-wrap .mfp-content {
    display: flex;
    justify-content: center;
  }

  .my-city-confirm .mfp-wrap .magnific-popup {
    border-radius: 10px;
    margin-bottom: 10px;
    width: 460px;
  }
}

.product-card__like .drupal_package_like_button .ajax-progress {
  display: none;
}

.product-card__like .drupal_package_like_button.favorite_button {
  position: relative;
  font-size: 0;
  text-decoration: none;
  z-index: 5;
  background: var(--white);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--secondary);
}

.product-card__like .drupal_package_like_button.favorite_button::before {
  content: "\e926";
  font-family: "icomoon";
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.product-card__like .drupal_package_like_button.favorite_button.active {
  color: var(--secondary);
}

.product-card__like .drupal_package_like_button.favorite_button.active::before {
  content: "\e925";
}

@media screen and (min-width: 1215px) {
  .product-card__like .drupal_package_like_button.favorite_button {
    width: 24px;
    height: 24px;
  }
}

.term-sub-categories-sd {
  padding: 25px;
}

.term-sub-categories-sd--title {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
  position: relative;
  z-index: 9999;
  background: #fff;
  pointer-events: none;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.term-sub-categories-sd--title::after {
  content: "\e916";
  margin-left: 15px;
  font-size: 12px;
  font-family: "icomoon";
  line-height: 1;
  font-weight: normal;
}

.term-sub-categories-sd-row {
  position: relative;
  font-weight: 700;
  color: #00477d;
  text-decoration: none;
  transition: 0.3s;
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 15px;
  border-radius: 5px;
}

.term-sub-categories-sd-row:hover {
  background: #f7f7f7;
}

.term-sub-categories-sd-row:hover .term-sub-categories-sd-row__name {
  color: #00477d;
}

.term-sub-categories-sd-row__image {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  margin-right: 15px;
  color: #00477d;
}

.term-sub-categories-sd-row__image svg {
  width: auto;
  max-height: 100%;
}

.term-sub-categories-sd-row__image svg path {
  fill: #00477d;
}

.term-sub-categories-sd-row__image svg path[stroke] {
  fill: none;
  stroke: #00477d;
}

.term-sub-categories-sd-row__image svg circle[stroke] {
  fill: none;
  stroke: #00477d;
}

.term-sub-categories-sd-row__name {
  transition: 0.2s;
}

.term-sub-categories-sd-row__full {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  font-size: 0;
  text-decoration: none;
}

@media screen and (min-width: 1215px) {
  .term-sub-categories-sd {
    padding: 25px;
  }

  .term-sub-categories-sd--title {
    display: none;
  }

  .term-sub-categories-sd-row__image {
    width: 34px;
    height: 34px;
    margin-right: 15px;
  }
}

.b-product__actions .action,
.product-card__actions .action,
.info-actions .action {
  font-size: 0.75rem;
  font-weight: 700;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 10px 0px;
  color: #fff;
}

.b-product__marks,
.product-card__marks {
  position: absolute;
  right: .75rem;
  top: .75rem;
  z-index: 2;
}

.b-product__marks .recommend-brand-ico,
.product-card__marks .recommend-brand-ico {
  width: 4.1rem;
  height: 4.1rem;
  background: url("../../../personal/images/brand-recommend.png") no-repeat center;
  background-size: contain;
  border-radius: 50%;
}
@media (max-width: 47.9988em) {
  .b-product__marks .recommend-brand-ico,
  .product-card__marks .recommend-brand-ico {
    width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 1215px) {
  .b-product__actions .action,
  .product-card__actions .action,
  .info-actions .action {
    font-size: 0.7777777778rem;
    padding: 0.2777777778rem 0.5555555556rem;
    border-radius: 0.5555555556rem 0;
  }
}

html .select2-container--default.select2-container--disabled .select2-selection--single {
  background: #f6f6f6;
}

html .select2-container--default {
  font-size: 1rem;
  color: #2e2d2d;
}

html .select2-container--default .select2-selection--single {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  outline: none;
  height: 60px;
  display: flex;
  align-items: center;
  background: #f9f9f9;
}

.impaired html .select2-container--default .select2-selection--single {
  background: #fff;
}

@media screen and (min-width: 1215px) {
  html .select2-container--default .select2-selection--single {
    height: 3.3333333333rem;
  }
}

html .select2-container--default .select2-selection--single.exposed-style {
  border: none;
}

html .select2-container--default .select2-selection--single.exposed-style .select2-selection__rendered {
  line-height: 50px;
}

html .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 50px;
  padding-left: 12px;
  background: transparent;
  line-height: 1.25;
  color: #2e2d2d;
}

@media screen and (min-width: 1215px) {
  html .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 3.3333333333rem;
    padding-left: 0.6666666667rem;
  }
}

html .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 10px;
  right: 20px;
  height: 100%;
  background: url("/themes/personal/images/icons/select-arrow.svg") no-repeat center center;
}

.impaired html .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url("/themes/personal/images/icons/select-arrow-black.svg");
}

@media screen and (min-width: 1215px) {
  html .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 1.1111111111rem;
  }
}

html .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

html .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #2e2d2d;
}

html .select2-container--default .select2-selection--single .select2-selection__clear {
  position: absolute;
  right: -23px;
  top: 0;
  bottom: 0;
  z-index: 1000;
  font-size: 20px;
  width: 20px;
  text-align: center;
  transition: color 0.3s;
}

html .select2-container--default .select2-selection--single .select2-selection__clear:hover {
  color: #db001a;
}

html .select2-container--open .select2-selection--single {
  background-color: #fff;
}

html .select2-search {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

html .select2-search--dropdown .select2-search__field {
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  border-color: #e8e8e8 !important;
}

@media screen and (min-width: 1215px) {
  html .select2-search--dropdown .select2-search__field {
    height: 2.2222222222rem;
  }
}

html .select2-container--open .select2-selection__arrow {
  transform: rotate(180deg);
}

html .select2-dropdown {
  border: none;
}

html .select2-container--default .select2-results > .select2-results__options {
  max-height: 250px;
}

html .select2-results__options {
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  max-height: 250px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #075ba2 rgba(7, 91, 162, 0.2);
}

html .select2-results__options::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

@media screen and (min-width: 1215px) {
  html .select2-results__options::-webkit-scrollbar {
    width: 0.3888888889rem;
    height: 0.3888888889rem;
  }
}

html .select2-results__options::-webkit-scrollbar-track {
  background: rgba(7, 91, 162, 0.2);
}

html .select2-results__options::-webkit-scrollbar-thumb {
  background: #075ba2;
  border-radius: 2px;
}

.impaired html .select2-results__options {
  scrollbar-color: #000 #e8e8e8;
}

.impaired html .select2-results__options::-webkit-scrollbar-track {
  background: #e8e8e8;
}

.impaired html .select2-results__options::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 0;
}

html .select2-results__options .select2-results__option {
  padding: 5px 12px;
}

@media screen and (min-width: 1215px) {
  html .select2-results__options .select2-results__option {
    padding: 0.2777777778rem 0.6666666667rem;
  }
}

html .select2-results__options .select2-results__option:first-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

html .select2-results__options .select2-results__option:last-of-type {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

html .select2-results__options .select2-results__option[aria-selected="true"] {
  background-color: #f9f9f9;
}

html .select2-results__options .select2-results__option--highlighted[aria-selected] {
  color: #fff;
  background-color: #075ba2;
}

.personal-form-style .form-item.form-item--error .select2-container--default .select2-selection--single {
  border-color: red;
}

.geolocation-map-container {
  position: relative;
  z-index: 2;
}

.geolocation-map-container.leaflet-fullscreen-on {
  transform: translate3d(0, 0, 200px) !important;
  -webkit-transform: translate3d(0, 0, 200px) !important;
  z-index: 999 !important;
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
  backface-visibility: hidden;
}

.leaflet-tile-pane {
  filter: grayscale(0.25);
}

.leaflet-container a.leaflet-popup-close-button {
  color: #f08b22;
  font-size: 1rem;
}

.leaflet-control-container {
  font-family: "Geometria", "Arial", "Helvetica", sans-serif;
  line-height: 1.25;
}

.leaflet-control-container .leaflet-top.leaflet-left {
  bottom: 20px;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1215px) {
  .leaflet-control-container .leaflet-top.leaflet-left {
    bottom: 1.1111111111rem;
  }
}

.leaflet-control-container .leaflet-bar.coord-control {
  margin: 20px 10px 0;
  border: none;
}

.leaflet-control-container .leaflet-bar.coord-control input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}

.leaflet-control-container .leaflet-bar.coord-control input[type="checkbox"]:checked ~ label {
  background: #075ba2;
  color: #fff;
  border-color: transparent;
}

.leaflet-control-container .leaflet-bar.coord-control input[type="checkbox"]:checked ~ label::after {
  opacity: 1;
  transform: none;
}

.leaflet-control-container .leaflet-bar.coord-control input[type="checkbox"]:checked ~ label::before {
  border-color: #075ba2;
}

.leaflet-control-container .leaflet-bar.coord-control label {
  display: inline-block;
  padding: 6px 12px;
  background: #fff;
  margin-bottom: 0;
  border-radius: 4px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  font-size: 14px;
  cursor: pointer;
}

@media screen and (min-width: 1215px) {
  .leaflet-control-container .leaflet-bar.coord-control {
    margin: 1.1111111111rem 0.5555555556rem 0;
  }

  .leaflet-control-container .leaflet-bar.coord-control label {
    padding: 0.4444444444rem 0.8333333333rem;
    border-radius: 0.2222222222rem;
    border: 0.1111111111rem solid rgba(0, 0, 0, 0.2);
    font-size: 0.7777777778rem;
  }

  .leaflet-control-container .leaflet-bar.coord-control label:hover {
    background: #f9f9f9;
  }
}

.leaflet-control-container .leaflet-routing-container {
  padding: 15px;
  background: #fff;
  margin: 10px 10px 0;
  border: none;
  max-width: calc(100vw - 94px);
  max-height: calc(100% - 94px);
  border-radius: 5px;
  overflow: hidden auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #e8e8e8 #f9f9f9;
}

.leaflet-control-container .leaflet-routing-container::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.leaflet-control-container .leaflet-routing-container::-webkit-scrollbar-track {
  background: #f9f9f9;
}

.leaflet-control-container .leaflet-routing-container::-webkit-scrollbar-thumb {
  background: #e8e8e8;
  border-radius: 0;
}

.leaflet-control-container .leaflet-routing-container h2 {
  font-size: 14px;
  font-weight: 700;
  color: #f08b22;
}

.leaflet-control-container .leaflet-routing-container h3 {
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
}

.leaflet-control-container .leaflet-routing-container table {
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 10px;
  border-spacing: 0;
}

@media screen and (min-width: 1215px) {
  .leaflet-control-container .leaflet-routing-container table {
    font-size: 0.8888888889rem;
    font-weight: 400;
  }
}

.leaflet-control-container .leaflet-routing-container table tr:first-child td {
  padding-top: 0;
}

.leaflet-control-container .leaflet-routing-container table td {
  padding-top: 0.5555555556rem;
}

.leaflet-control-container .leaflet-routing-container table td:nth-child(2) {
  cursor: pointer;
}

.leaflet-control-container .leaflet-routing-container table td:nth-child(2):hover {
  text-decoration: underline;
}

.leaflet-control-container .leaflet-routing-container table td:last-child {
  font-weight: 700;
  padding-left: 0.8333333333rem;
  text-align: right;
  white-space: nowrap;
  vertical-align: top;
}

@media screen and (min-width: 1215px) {
  .leaflet-control-container .leaflet-routing-container {
    padding: 1.4444444444rem 1.2222222222rem;
    margin: 1.1111111111rem 0.5555555556rem 0;
    max-width: 29.2777777778rem;
    max-height: calc(100% - 7.222rem);
    border-radius: 0.2777777778rem;
  }

  .leaflet-control-container .leaflet-routing-container h2,
  .leaflet-control-container .leaflet-routing-container h3 {
    font-size: 0.8888888889rem;
  }
}

.leaflet-control-container .leaflet-routing-alt + .leaflet-routing-alt {
  margin-top: 10px;
}

@media screen and (min-width: 1215px) {
  .leaflet-control-container .leaflet-routing-alt + .leaflet-routing-alt {
    margin-top: 1.1111111111rem;
  }
}

.marker-cluster {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: none;
}

.marker-cluster div {
  width: 26px;
  height: 26px;
  background: #075ba2;
  margin: 0;
  font-family: "Geometria", "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marker-cluster span {
  line-height: 1;
}

.leaflet-popup-pane {
  font-family: "Geometria", "Arial", "Helvetica", sans-serif;
  color: #2e2d2d;
  font-weight: normal;
  font-size: 1rem;
}

.leaflet-popup-pane a {
  color: inherit;
}

.leaflet-popup-pane p {
  margin: 0;
}

.leaflet-popup-pane .leaflet-popup {
  margin-bottom: 50px;
}

.leaflet-popup-pane .leaflet-popup-content-wrapper {
  color: #2e2d2d;
  background: #fff;
  padding: 1px;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
}

.leaflet-popup-pane .leaflet-popup-content {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25;
  font-family: "Geometria", "Arial", "Helvetica", sans-serif;
  max-width: 300px;
  width: 300px !important;
}

@media screen and (min-width: 1215px) {
  .leaflet-popup-pane .leaflet-popup-content {
    font-size: 0.8888888889rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 1215px) {
  .leaflet-popup-pane .leaflet-popup-content {
    max-width: 16.6666666667rem;
  }
}

.map-popup {
  text-align: center;
}

.map-popup * {
  box-sizing: border-box;
}

.map-popup__title {
  font-weight: 700;
  color: #075ba2;
  margin: 0 0 5px;
  font-size: 1rem;
}

.is-gen .map-popup__title {
  display: inline-flex;
  align-items: center;
}

.is-gen .map-popup__title::before {
  content: "";
  width: 11px;
  height: 15px;
  background: url("/themes/personal/images/icons/lightning.svg") no-repeat center;
  background-size: contain;
  margin-right: 8px;
}

.map-popup .is-gen-text {
  font-weight: 700;
  color: #075ba2;
  margin-bottom: 10px;
}

.map-popup__item {
  margin: 0 0 5px;
}

.map-popup__item:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 1215px) {
  .map-popup__item a {
    min-width: 100%;
  }
}

.map-popup__buttons {
  display: grid;
  grid-auto-rows: 1fr;
}

.map-popup .map-popup__favorites a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-family: "Geometria", "Arial", "Helvetica", sans-serif;
  line-height: 1.25;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: none;
  outline: none;
  transition: 0.3s;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  outline: none;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  padding: 10px 25px;
  min-height: 50px;
  background: #f08b22;
  flex-wrap: nowrap;
  justify-content: flex-start;
  min-height: 0 !important;
  background: none;
  border: 1px solid #f08b22;
  color: #f08b22;
  text-align: left;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1215px) {
  .map-popup .map-popup__favorites a {
    font-size: 1rem;
    font-weight: 700;
  }
}

@media screen and (min-width: 1215px) {
  .map-popup .map-popup__favorites a {
    padding: 0.5555555556rem 1.3888888889rem;
    min-height: 2.7777777778rem;
    border-radius: 0.2777777778rem;
  }
}

.map-popup .map-popup__favorites a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transform: scaleY(0);
  transform-origin: center center;
  border-radius: 5px;
  transition: transform 0.3s;
  z-index: -1;
}

@media screen and (min-width: 1215px) {
  .map-popup .map-popup__favorites a::after {
    border-radius: 0.2777777778rem;
  }
}

.map-popup .map-popup__favorites a::after {
  background: #075ba2;
}

.map-popup .map-popup__favorites a:hover::after {
  transform: scaleY(1);
}

.impaired .map-popup .map-popup__favorites a {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #000;
  transition: 0s;
}

.impaired .map-popup .map-popup__favorites a::before,
.impaired .map-popup .map-popup__favorites a::after {
  background: none !important;
}

.impaired .map-popup .map-popup__favorites a:hover {
  background: #fff !important;
  color: #000 !important;
}

.map-popup .map-popup__favorites a:hover {
  border-color: #075ba2;
  color: #fff;
}

.map-popup .map-popup__favorites a::after {
  height: auto;
}

.map-popup .map-popup__favorites a:before {
  content: "";
}

.map-popup .map-popup__favorites a div {
  display: none;
}

.map-popup .map-popup__favorites a.is-active {
  background: #f08b22;
  color: #fff;
  align-items: flex-start;
}

.map-popup__phones {
  font-size: 1.125rem;
  font-weight: 700;
}

@media screen and (min-width: 1215px) {
  .map-popup__phones {
    font-size: 1.3333333333rem;
    font-weight: 700;
  }
}

.map-popup__phones .field-page-phone-multi {
  position: relative;
  display: inline-block;
  align-self: flex-start;
  padding-left: 5px;
}

.map-popup__phones .field-page-phone-multi .field__label {
  display: none !important;
}

.map-popup__phones .field-page-phone-multi a {
  white-space: nowrap;
  text-decoration: none;
}

.map-popup__phones .field-page-phone-multi a:before {
  font-family: "icomoon";
  line-height: 1;
  font-weight: normal;
  content: "";
  margin: -4px 6px 0 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  color: inherit !important;
}

@media screen and (min-width: 1215px) {
  .map-popup__phones .field-page-phone-multi a:before {
    width: 1.3333333333rem;
    padding-top: 0.1111111111rem;
    margin-right: 0.2777777778rem;
  }
}

.map-popup__phones .field-page-phone-multi .phone-first__arrow {
  cursor: pointer;
}

.map-popup__phones .field-page-phone-multi .phone-first__arrow:after {
  content: "";
  font-family: "icomoon";
  line-height: 1;
  font-weight: normal;
  font-size: 0.5em;
  margin: -0.2em 0 0 0.6666666667rem;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
}

.map-popup__phones .field-page-phone-multi .phone-popup {
  position: absolute;
  right: 0;
  top: 100%;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  color: #2e2d2d;
  margin: 10px 0 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  text-align: left;
  transition: 0.3s;
}

@media screen and (min-width: 1215px) {
  .map-popup__phones .field-page-phone-multi .phone-popup {
    padding: 1.1111111111rem;
    margin-top: 0.5555555556rem;
    transform: translateY(0.5555555556rem);
    border-radius: 0.2777777778rem;
  }
}

.map-popup__phones .field-page-phone-multi .phone-popup:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 10px;
}

@media screen and (min-width: 1215px) {
  .map-popup__phones .field-page-phone-multi .phone-popup:before {
    height: 0.5555555556rem;
  }
}

.map-popup__phones .field-page-phone-multi .phone-popup__item {
  margin: 0 0 5px;
}

@media screen and (min-width: 1215px) {
  .map-popup__phones .field-page-phone-multi .phone-popup__item {
    margin-bottom: 0.2777777778rem;
  }
}

.map-popup__phones .field-page-phone-multi .phone-popup__item:last-of-type {
  margin-bottom: 0;
}

.map-popup__phones .field-page-phone-multi:hover .phone-popup {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.map-popup__route a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-family: "Geometria", "Arial", "Helvetica", sans-serif;
  line-height: 1.25;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: none;
  outline: none;
  transition: 0.3s;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  outline: none;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  padding: 10px 25px;
  min-height: 50px;
  background: #f08b22;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  background: none;
  border: 1px solid #f08b22;
  color: #f08b22;
  text-align: left;
}

@media screen and (min-width: 1215px) {
  .map-popup__route a {
    font-size: 1rem;
    font-weight: 700;
  }
}

@media screen and (min-width: 1215px) {
  .map-popup__route a {
    padding: 0.5555555556rem 1.3888888889rem;
    min-height: 2.7777777778rem;
    border-radius: 0.2777777778rem;
  }
}

.map-popup__route a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transform: scaleY(0);
  transform-origin: center center;
  border-radius: 5px;
  transition: transform 0.3s;
  z-index: -1;
}

@media screen and (min-width: 1215px) {
  .map-popup__route a::after {
    border-radius: 0.2777777778rem;
  }
}

.map-popup__route a::after {
  background: #075ba2;
}

.map-popup__route a:hover::after {
  transform: scaleY(1);
}

.impaired .map-popup__route a {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #000;
  transition: 0s;
}

.impaired .map-popup__route a::before,
.impaired .map-popup__route a::after {
  background: none !important;
}

.impaired .map-popup__route a:hover {
  background: #fff !important;
  color: #000 !important;
}

.map-popup__route a:hover {
  border-color: #075ba2;
  color: #fff;
}

.map-popup__route a::before {
  font-family: "icomoon";
  line-height: 1;
  font-weight: normal;
  content: "";
  margin: 0.15em 0.5em 0 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
}

.map-popup__reserve a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-family: "Geometria", "Arial", "Helvetica", sans-serif;
  line-height: 1.25;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: none;
  outline: none;
  transition: 0.3s;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  outline: none;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  padding: 10px 25px;
  min-height: 50px;
  background: #f08b22;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  background: none;
  border: 1px solid #f08b22;
  color: #f08b22;
  text-align: left;
}

@media screen and (min-width: 1215px) {
  .map-popup__reserve a {
    font-size: 1rem;
    font-weight: 700;
  }
}

@media screen and (min-width: 1215px) {
  .map-popup__reserve a {
    padding: 0.5555555556rem 1.3888888889rem;
    min-height: 2.7777777778rem;
    border-radius: 0.2777777778rem;
  }
}

.map-popup__reserve a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transform: scaleY(0);
  transform-origin: center center;
  border-radius: 5px;
  transition: transform 0.3s;
  z-index: -1;
}

@media screen and (min-width: 1215px) {
  .map-popup__reserve a::after {
    border-radius: 0.2777777778rem;
  }
}

.map-popup__reserve a::after {
  background: #075ba2;
}

.map-popup__reserve a:hover::after {
  transform: scaleY(1);
}

.impaired .map-popup__reserve a {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #000;
  transition: 0s;
}

.impaired .map-popup__reserve a::before,
.impaired .map-popup__reserve a::after {
  background: none !important;
}

.impaired .map-popup__reserve a:hover {
  background: #fff !important;
  color: #000 !important;
}

.map-popup__reserve a:hover {
  border-color: #075ba2;
  color: #fff;
}

.map-popup__reserve a::before {
  font-family: "icomoon";
  line-height: 1;
  font-weight: normal;
  content: "";
  margin: 0.15em 0.5em 0 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
}

html.impaired .head-pharmacies {
  margin-top: 0;
}

.head-pharmacies__mode {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  color: #f08b22;
}

@media screen and (min-width: 1215px) {
  .head-pharmacies__mode {
    font-size: 1.3333333333rem;
    font-weight: 700;
  }
}

.head-pharmacies__mode.is-active {
  color: #075ba2;
}

.head-pharmacies__header {
  font-size: 0.875rem;
  font-weight: 400;
  color: #9e9d9d;
  margin-bottom: 10px;
  margin-left: -5px;
}

@media screen and (min-width: 1215px) {
  .head-pharmacies__header {
    font-size: 0.8888888889rem;
    font-weight: 400;
  }
}

.head-pharmacies__items {
  margin: 0 -15px 20px;
  padding: 0 15px;
  max-height: 16.6666666667rem;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #075ba2 #e0eaf3;
}

.head-pharmacies__items::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

@media screen and (min-width: 1215px) {
  .head-pharmacies__items::-webkit-scrollbar {
    width: 0.3888888889rem;
    height: 0.3888888889rem;
  }
}

.head-pharmacies__items::-webkit-scrollbar-track {
  background: #e0eaf3;
}

.head-pharmacies__items::-webkit-scrollbar-thumb {
  background: #075ba2;
  border-radius: 2px;
}

.impaired .head-pharmacies__items {
  scrollbar-color: #000 #e8e8e8;
}

.impaired .head-pharmacies__items::-webkit-scrollbar-track {
  background: #e8e8e8;
}

.impaired .head-pharmacies__items::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 0;
}

.head-pharmacies__item {
  margin: 0 10px 0 0;
  padding: 10px 0;
  position: relative;
  display: flex;
}

.head-pharmacies__item:last-of-type {
  margin-bottom: 0;
}

.head-pharmacies__item-change {
  flex-shrink: 0;
  margin: 0 20px 0 0;
  position: relative;
  align-self: flex-start;
}

.head-pharmacies__item-change-input {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

.head-pharmacies__item-change-input:checked ~ label:after {
  background: #419c56;
  left: 100%;
  box-shadow: 0 0 0 7px rgba(65, 156, 86, 0.15);
}

.head-pharmacies__item-change-label {
  font-size: 0;
  display: block;
  width: 24px;
  height: 16px;
  cursor: pointer;
}

.head-pharmacies__item-change-label:after,
.head-pharmacies__item-change-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transition: 0.3s;
}

.head-pharmacies__item-change-label:before {
  border-radius: 6px;
  background: #e8e8e8;
  margin: -2px 0 0;
  height: 4px;
  width: 100%;
}

.head-pharmacies__item-change-label:after {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #075ba2;
  margin: -6px 0 0 -6px;
}

.head-pharmacies__item-change-label:hover:after {
  background: #f08b22;
}

.head-pharmacies__item-info {
  flex-grow: 1;
}

.head-pharmacies__item-title {
  font-weight: 700;
}

.head-pharmacies__item-address a {
  color: #419c56;
  font-size: 0.75rem;
  font-weight: 700;
  transition: 0.3s;
  position: relative;
  text-decoration: none;
  display: table;
  margin: 5px 0 0;
}

@media screen and (min-width: 1215px) {
  .head-pharmacies__item-address a {
    font-size: 0.7777777778rem;
    font-weight: 700;
  }
}

.head-pharmacies__item-address a:after {
  background: currentColor;
  transition: 0.3s;
  content: "";
  position: absolute;
  height: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
}

.head-pharmacies__item-address a:after {
  transform: scaleX(1);
}

.head-pharmacies__item-address a:hover:after {
  transform: scaleX(0);
}

.head-pharmacies__item-address a:before {
  content: "";
  font-family: "icomoon";
  line-height: 1;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin: -4px 5px 0 0;
}

.head-pharmacies__item-address a:after {
  left: 20px;
}

.head-pharmacies__item-delete {
  flex-shrink: 0;
  margin: 3px 0 0 10px;
  font-size: 0;
  text-decoration: none;
  color: #9e9d9d;
  align-self: flex-start;
  transition: 0.3s;
}

.head-pharmacies__item-delete:before {
  content: "";
  font-family: "icomoon";
  line-height: 1;
  font-weight: normal;
  font-size: 12px;
}

@media screen and (min-width: 1215px) {
  .head-pharmacies__item-delete:before {
    font-size: 0.6666666667rem;
  }
}

.head-pharmacies__item-delete:hover {
  color: #f08b22;
}

.head-pharmacies__empty {
  text-align: center;
  margin: 20px 0;
}

.head-pharmacies .block-ph-block-active .active-mode-section {
  display: block;
}

@media screen and (min-width: 1215px) {
  .head-pharmacies .block-ph-block-active {
    margin-bottom: 1.1111111111rem;
  }
}

.magnific-popup--pharma-fav .b-dpl-link.type-pharmacies {
  display: none;
}

.magnific-popup--pharma-fav .head-pharmacies {
  position: static;
  visibility: visible;
  opacity: 1;
  transform: none;
  box-shadow: none;
  width: auto;
  padding: 0;
  margin: 0;
}


@keyframes ar_skeleton_shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.listing__grid .product-card.pre_load,
.listing__grid .product-card .pre_load {
  position: relative;
  overflow: hidden;
  background-color: #f2f4f7;
  color: transparent !important;
}

.listing__grid .product-card.pre_load::after,
.listing__grid .product-card .pre_load::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(242, 244, 247, 0) 0%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(242, 244, 247, 0) 100%
  );
  transform: translateX(-100%);
  animation: ar_skeleton_shimmer 1.2s ease-in-out infinite;
}

.listing__grid .product-card.pre_load .product-card__img,
.listing__grid .product-card.pre_load .product-card__status,
.listing__grid .product-card.pre_load .product-card__title,
.listing__grid .product-card.pre_load .product-card__in-stock,
.listing__grid .product-card.pre_load .price {
  background-color: rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}

.listing__grid .product-card.pre_load .product-card__title {
  min-height: 2.6em;
}

.listing__grid .product-card.pre_load .product-card__img {
  display: block;
}

html.impaired .listing__grid .product-card.pre_load,
html.impaired .listing__grid .product-card .pre_load {
  background: none !important;
  overflow: visible;
}

html.impaired .listing__grid .product-card.pre_load::after,
html.impaired .listing__grid .product-card .pre_load::after {
  display: none;
}