.header {
  overflow-x: hidden;
}

.header__top {
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__top-phone {
  height: 30px;
  font-size: 18px;
  font-weight: 900;
  color: #ee575e;
  position: relative;
  margin-left: 10px;
}

.header__top-phone img {
  height: inherit;
}

.header__top-phone::before {
  display: none;
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  width: 16px;
  height: 16px;
  background-image: url(../images/icons/header/phone.svg);
}

.header__top-basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
  margin-bottom: 5px;
}

.header__top-logo {
  margin-left: 8px;
  height: 36px;
}

.header__top-logo img {
  height: inherit;
}

.header__top-logo span {
  font-weight: 600;
  font-size: 11px;
}

.header__top-logo-link {
  background: none !important;
}

.header__top-pay img {
  margin-left: 10px;
  margin-top: 5px;
  height: 28px;
}

.top-basket__amount {
  color: #fff;
  background-color: #b2b2b2;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
  position: relative;
  margin-left: 26px;
}

.top-basket__amount::before {
  content: '';
  position: absolute;
  left: -31px;
  top: -4px;
  width: 25px;
  height: 25px;
  background-image: url(../images/icons/header/shopping_cart.svg);
}

.top-basket__price {
  font-size: 24px;
  font-weight: 600;
  color: #ce1f2e;
  position: relative;
  padding-left: 21px;
  margin-left: 12px;
}

.top-basket__price::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8.5px;
  width: 13px;
  height: 18px;
  background-image: url(../images/icons/header/euro.svg);
}

.header__menu-wrapper {
  background-color: #224b9b;
  min-height: 60px;
}

.header__menu {
  min-height: inherit;
}

.header__menu-list {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__menu-item {
  min-height: 60px;
  border-left: 1px solid #fff;
  position: relative;
  width: 100%;
  text-align: center;
}

.header__menu-item::before,
.header__menu-item::after {
  opacity: 0;
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ce1f2e;
  z-index: 2;
}

.header__menu-item::before {
  left: -1px;
}

.header__menu-item::after {
  right: -1px;
}

.header__menu-item:last-child {
  border-right: 1px solid #fff;
}

.header__menu-item>a {
  position: relative;
  font-size: 18px;
  padding: 18px 0 18px 25px;
  text-align: center;
  color: #fff;
}

.header__menu-item>a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
}

.header__menu-item:hover {
  cursor: pointer;
  background-color: #ce1f2e;

  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.header__menu-item.active {
  background-color: #ce1f2e;

  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.header__menu-wrapper .header__menu .header__menu-list .header__menu-item.header__menu-home.active {
  background-color: #ce1f2e !important;
}

.header__menu-item:hover::after,
.header__menu-item:hover::before,
.header__menu-item.active::after,
.header__menu-item.active::before {
  opacity: 1;
}

.header__menu-home a::before {
  background-image: url(../images/icons/header/menu/home.svg);
  background-position: center;
}

.header__menu-home a:hover::before,
.header__menu-home a.active::before {
  background-image: url(../images/icons/header/menu/home_hover.svg);
}

.header__menu-question a::before {
  background-image: url(../images/icons/header/menu/question.svg);
  background-position: 2.5px 3px;
}

.header__menu-question a.hover::before,
.header__menu-question a.active::before {
  background-image: url(../images/icons/header/menu/question_hover.svg);
}

.header__menu-cart a::before {
  background-image: url(../images/icons/header/menu/shopping_cart.svg);
  background-position: 1.5px 4px;
}

.header__menu-cart a.hover::before,
.header__menu-cart a.active::before {
  background-image: url(../images/icons/header/menu/shopping_cart_hover.svg);
}

.header__menu-delivery a::before {
  background-image: url(../images/icons/header/menu/car.svg);
  background-position: 2.4px 4px;
}

.header__menu-delivery a:hover::before,
.header__menu-delivery a.active::before {
  background-image: url(../images/icons/header/menu/car_hover.svg);
}

.header__menu-user a::before {
  background-image: url(../images/icons/header/menu/user.svg);
  background-position: 3.3px center;
}

.header__menu-user:hover a::before {
  background-image: url(../images/icons/header/menu/user.svg);
  background-position: 3.3px center;
}

.header__menu-user a:hover::before,
.header__menu-user a.active::before {
  background-image: url(../images/icons/header/menu/user_hover.svg);
}

.header__menu-pill>a::before {
  background-image: url(../images/icons/header/menu/pill.svg);
  background-position: 2px 2px;
}

.header__menu-pill>a:hover::before,
.header__menu-pill>a.active::before {
  background-image: url(../images/icons/header/menu/pill_hover.svg);
}

.header__menu-pill>a::after {
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 10px;
  top: auto;
  width: 9px;
  height: 5px;
  background-image: url(../images/icons/header/arrow-down.svg);
}

.header__menu-blog a::before {
  background-image: url(../images/icons/header/menu/edit.svg);
  background-position: center;
}

.header__menu-blog a:hover::before,
.header__menu-blog a.active::before {
  background-image: url(../images/icons/header/menu/edit_hover.svg);
}

.menu-pill__list {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 360px;
  top: 65px;
  right: -90px;
  padding: 5px 0;
  z-index: 3;
}

.menu-pill__list::before {
  content: '';
  position: absolute;
  right: 42.3%;
  top: -4px;
  width: 9px;
  height: 5px;
  background-image: url(../images/icons/header/arrow-down.svg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menu-pill__item {
  padding: 6.5px 0;
}

.menu-pill__item a {
  display: block;
  font-size: 16px;
  color: #c75151;
  padding-left: 38px;
  padding-right: 30px;
  position: relative;
}

.menu-pill__item a::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 7px;
  width: 12px;
  height: 12px;
  background-image: url(../images/icons/header/menu/pill_hover.svg);
}

.menu-pill__item:hover,
.menu-pill__item.active {
  background-color: #f1eff8;
}

.menu-pill__item:hover a,
.menu-pill__item.active a {
  color: #464e80;
}

.menu-pill__item:hover a::before,
.menu-pill__item.active a::before {
  background-image: url(../images/icons/header/menu/pill.svg);
}

.menu__burger {
  display: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: relative;
  margin-left: 20px;
}

.menu__burger::before,
.menu__burger::after,
.menu__burger span {
  position: absolute;
  background-color: #fff;
  width: 60%;
  height: 4px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.menu__burger::before {
  top: 10px;
  content: ''
}

.menu__burger::after {
  bottom: 10px;
  content: ''
}

.menu__burger span {
  top: 18px;
}

.menu__burger.active::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 18px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.menu__burger.active::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 18px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.menu__burger.active span {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.header__bottom-wrapper {
  min-height: 275px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header__bottom-sequrity {
  text-align: right;
  padding-top: 20px;
}

.header__bottom-sequrity img {
  height: 39px;
}

.header__bottom-content {
  color: #353c4a;
  padding: 16px 30px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

.header__bottom-content img {
  width: 34px;
  height: 33px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
  margin-top: 7px;
}

.header__bottom-content p:first-child {
  font-size: 47px;
  line-height: 1.1;
  font-weight: 800;
}

.header__bottom-content p:last-child {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  max-width: 200px;
}

.bottom-content__text {
  margin-right: 20px;
}

.header__bottom-post {
  text-align: right;
  padding: 12px 0;
}

.header__bottom-post img {
  padding-left: 8px;
  height: 32px;
}

.brands__inner {
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brands__inner img {
  margin: 0 5px;
}

.brands__inner img:nth-child(5) {
  padding-bottom: 17px;
}

.main {
  padding-bottom: 60px;
}

.main .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main__sidebar {
  width: 300px;
}

.main__sidebar-item {
  width: inherit;
  background-color: #d2e8ee;
  border-radius: 15px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  background-image: url(../images/sidebar_subtitle-bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
}

.sidebar-item__title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
  color: #464e80;
  padding: 25px 5px 5px;
  text-align: center;
  margin-bottom: 13px;
  border-top-right-radius: 15px;
  background-image: url(../images/sidebar_title-bg.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.sidebar-item__subtitle {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #58566f;
  padding: 9px 10px 9px 52px;
  position: relative;
}

.sidebar-item__subtitle::before {
  content: '';
  position: absolute;
  left: 13px;
  top: 6px;
  width: 31px;
  height: 31px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sidebar-item__viagra::before {
  background-image: url(../images/icons/viagra.png);
}

.sidebar-item__cialis::before {
  background-image: url(../images/icons/cialis.png);
}

.sidebar-item__kamagra::before {
  background-image: url(../images/icons/kamagra.png);
}

.sidebar-item__kamagrajelly::before {
  background-image: url(../images/icons/kamagra-jelly.png);
}

.sidebar-item__levitra::before {
  background-image: url(../images/icons/levitra.png);
}

.sidebar-item__viagrawoman::before {
  background-image: url(../images/icons/female-viagra.png);
}

.sidebar-item__sildalis::before {
  background-image: url(../images/icons/sildalis.png);
}

.sidebar-item__tadalista::before {
  background-image: url(../images/icons/tadalista.png);
}

.sidebar-item__tadacip::before {
  background-image: url(../images/icons/tadacip.png);
}

.sidebar-item__vidalista::before {
  background-image: url(../images/icons/vidalista.png);
}

.sidebar-item__kamagragold::before {
  background-image: url(../images/icons/kamagra.png);
}

.sidebar-item__superkamagra::before {
  background-image: url(../images/icons/super-kamagra.png);
}

.sidebar-item__silagra::before {
  background-image: url(../images/icons/silagra.png);
}

.sidebar-item__force::before {
  background-image: url(../images/icons/super-p-force.png);
}

.sidebar-item__cenforce::before {
  background-image: url(../images/icons/cenforce.png);
}

.sidebar-item__priligy::before {
  background-image: url(../images/icons/priligy.png);
}

.sidebar-item__propecia::before {
  background-image: url(../images/icons/propecia.png);
}

.sidebar-item__subtitle:hover,
.sidebar-item__subtitle.active {
  background-color: #224b9b;
  color: #fefefe;
}

.sidebar-item__links .sidebar-item__subtitle::before {
  top: 31%;
  width: 15px;
  height: 15px;
  background-image: url(../images/icons/link.png);
}

.sidebar-item__links .sidebar-item__subtitle:hover::before,
.sidebar-item__links .sidebar-item__subtitle.active::before {
  background-image: url(../images/icons/link.png);
}

.main__content {
  margin-left: 30px;
  width: 100%;
}

.main__content-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.main__content-item {
  background-color: #224b9b;
  border-radius: 15px;
  padding: 14px;
  width: 32%;
  text-align: center;
  margin: 0 0 5px 5px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  background-image: url(../images/content_item-bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  cursor: pointer;
}

.main__content-item:hover,
.main__content-item.active {
  background-image: url(../images/content_item-bg_hover.png);
}

.main__content-item:hover .content-item__image::before,
.main__content-item.active .content-item__image::before {
  position: absolute;
  content: '';
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background-color: transparent;
  border: 3px solid #cacee7;
  border-radius: 18px;
}

.content-item__name {
  font-size: 18px;
  font-weight: 700;
  padding: 18px 0 16px;
  color: #fff;
}

.content-item__image {
  width: 100%;
  height: 177px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  position: relative;
}

.content-item__image img {
  height: 120px;
  margin-top: 27px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main__content-item span {
  position: absolute;
  top: 80px;
  right: 0px;
  background-color: #ce1f2e;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  font-size: 14px;
  padding: 7px 10px 6px 12px;
}

.content-item__price {
  padding: 14px 0 1px;
  font-size: 24px;
}

.content-item__text {
  font-size: 12px;
  font-weight: 400;
}

.content-item__btn {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  padding: 18px 5px 18px 20px;
  width: 90%;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #224b9b;
  border-radius: 29px;
  margin: 38px 0;
  position: relative;
}

.content-item__btn::before {
  content: '';
  position: absolute;
  top: 22px;
  width: 13px;
  height: 14px;
  background-image: url(../images/icons/shopping-cart_white.png);
  z-index: 5;
  margin-left: -20px;
}

.content-item__btn:hover,
.content-item__btn.active {
  background-color: #fc8b3a;
}

.content-info__title {
  font-weight: 900;
  margin-bottom: 22px;
}

.main__content-image {
  width: 40%;
  margin-left: 20px;
  float: right;
}

.main__content-image__right {
  margin-left: 0;
  margin-right: 20px;
  float: left;
}

.main__content-image img {
  width: 100%
}

.main__content-image__full {
  width: 100%;
  float: none;
  margin-left: 0;
}

.content-info__subtitle {
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: 700;
}

.content-info__subtitle span {
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
}

.content-info__text p {
  text-align: justify;
  padding-bottom: 8px;
}

.content-info__text a {
  text-decoration: underline;
}

.content-info__text span {
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
}

.content-info__text ul {
  padding-bottom: 8px;
}

.content-info__text li {
  list-style: initial;
  margin-left: 20px;
}

.footer {
  min-height: 300px;
  background-color: #1f355f;
  font-size: 18px;
  font-weight: 600;
}

.footer .footer__bottom,
.footer .footer__content,
.footer .footer__pharms {
  color: #fff;
}

.footer .container {
  background-image: url(../images/footer/footer-bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.footer__pharms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 60px;
  margin-bottom: 50px;
}

.footer__pharms-item {
  width: 130px;
  height: 80px;
  background-color: #2f446d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.footer__pharms-item:nth-child(3) {
  padding-top: 11px;
}

.footer__pharms-item:hover,
.footer__pharms-item.active {
  background-color: #ce1f2e;
}

.footer__pharms-item img {
  -o-object-fit: contain;
  object-fit: contain;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}

.footer__content-about {
  max-width: 320px;
  padding-right: 30px;
  width: 100%
}

.footer__content-politic {
  max-width: 450px;
  padding-right: 30px;
  width: 100%
}

.footer__content-rights {
  margin: 15px 0;
}

.footer__content-item {
  display: block;
  margin: 15px 0;
}

.footer__bottom {
  padding-bottom: 40px;
}

.goto-up {
  position: fixed;
  display: none;
  bottom: 3.5%;
  left: 88px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: rgba(214, 247, 234, 0.5);
  border: 1px solid #a7deed;
  z-index: 12;
  text-align: center;
  padding-top: 10px;
}

.goto-up img {
  width: 20px;
  height: 20px;
}

.main__content-product {
  border: 2px solid #224b9b;
  border-radius: 15px;
  background-image: url(../images/product-bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 2px 20px;
}

.content-product__title {
  font-size: 24px;
  font-weight: 800;
  color: #464e80;
  text-transform: uppercase;
  text-align: center;
  padding: 28px 0 20px;
  margin: 0 10px;
  border-bottom: 2px solid #ce1f2e;
}

.content-product__info {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 20px 20px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
}

.product__info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 430px;
  margin-bottom: 10px;
  align-items: center;
}

.product__info-inner:first-child {
  margin-top: 20px;
}

.product__info-icons {
  padding-left: 10px;
  display: flex;
  gap: 5px;
}

.product__info-title {
  font-size: 16px;
  font-weight: 900;
  color: #58566f;
  text-transform: uppercase;
  width: 187px;
  text-align: right;
  margin-top: 2px;
}

.product__info-text {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  width: 270px;
  padding-left: 10px;
}

.product__info-pill {
  height: 200px;
  border: 1px solid #58566f;
  border-radius: 15px;
  margin-bottom: 20px;
  background-color: #fff;
}

.product__info-pill img {
  height: 150px;
  margin: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.product__info-bottom {
  width: 100%;
  margin-bottom: 0;
}

.product__info-bottom .product__info-title {
  width: 25%;
  font-size: 14px;
}

.product__info-bottom .product__info-text {
  width: 75%;
}

.content-info__text.product__text {
  font-size: 16px;
  padding: 35px 0;
}

.content-info__text.product__text-notice {
  font-size: 14px;
  margin: 15px 0;
}

.content__table {
  padding: 20px;
  margin-top: 15px;
  margin-bottom: 25px;
  width: 100%;
  border: 2px solid #224b9b;
  border-radius: 5px;
  background-image: url(../images/product-bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 16px;
  text-align: left;
}

.content__table th {
  width: 31%
}

.content__table th,
tr,
td {
  padding: 3px;
}

.content__table-min {
  margin-top: -20px;
  margin-bottom: -10px;
}

.content__tab {
  font-size: 16px;
  margin-bottom: 20px;
}

.content__tab-title {
  font-weight: 600;
  padding: 10px 70px 10px 10px;
  border: 1px solid #ce1f2e;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}

.content__tab-title::after {
  position: absolute;
  content: '';
  right: 20px;
  top: 21px;
  width: 19px;
  height: 15px;
  background-image: url(../images/icons/arrow-down.svg);
}

.content__tab-text {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content__tab.content__tab--active .content__tab-text {
  display: block;
}

.contact-us__map iframe {
  max-width: 1090px;
  height: 415px;
  width: 100%;
}

.product__text-blog ul li {
  margin-bottom: 18px;
}

.product__text-blog.content-info__text li {
  list-style: none;
  margin-left: 0;
  padding-left: 30px;
  position: relative;
}

.product__text-blog li::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  top: 1.5px;
  left: 0;
  background-image: url(../images/icons/check.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.contacts__form {
  min-height: 250px;
  font-size: 16px;
  width: 100%;
  color: inherit;
}

.contacts__form input,
.contacts__form button,
.contacts__form textarea {
  color: inherit;
  font-size: inherit;
  width: inherit;
  display: block;
  margin-bottom: 20px;
  border: 2px solid #a7deed;
  border-radius: 15px;
  padding: 15px;
  background-color: transparent;
}

.contacts__form button {
  width: 220px;
  color: #fff;
  text-transform: uppercase;
  background-color: #224b9b;
  text-align: center;
}

.contacts__form textarea {
  min-height: 160px;
}

.contacts__form button:hover {
  background-color: #ce1f2e;
}

.content-info__blog-subtitle {
  margin-top: 50px;
}

a.active {
  text-decoration: none;
  background: #ce1f2e;
}

footer a.active {
  background: none;
  color: #1544ca;
}

a.active.sidebar-item__subtitle {
  background-color: #224b9b;
  text-decoration: none;
  color: #fff;
}

.cc-banner .cc-message {
  font-size: 13px;
}

.cc-banner .cc-message a {
  text-decoration: underline;
}

.cc-revoke,
.cc-window {
  font-family: inherit;
}

.cc-btn {
  padding: .4em 2em;
  background-color: #fff !important;
  color: #224b9b !important;
  border-radius: 15px;
}

.cc-btn:hover {
  background-color: #a7deed !important;
}

.callout.callout-warning {
  margin-bottom: 20px;
  border: 2px solid #ce1f2e;
  min-height: 100px;
  width: inherit;
  border-radius: 15px;
  padding: 15px;
  background-color: transparent;
  position: relative;
}

.callout-warning::before {
  position: absolute;
  content: '';
  left: 0;
  top: 10px;
  height: 73px;
  width: 5px;
  background-color: #ce1f2e;
}


.callout-success {
  margin-bottom: 20px;
  border: 2px solid #008800;
  min-height: 100px;
  width: inherit;
  border-radius: 15px;
  padding: 15px;
  background-color: transparent;
  position: relative;
}

.sp-table-body .ph_product.product,
.ph_products_header .ph_product.product {
  padding-left: 15px;
}

.sp-table-body .ph_price.price {
  width: 18%;
}

.table__title {
  font-size: 21px;
  font-weight: 700;
  padding: 0;
  border-bottom: none;
}

.table__box {
  display: flex;
  justify-content: space-around;
}

.table__box ul li {
  display: inline-block;
}

.table__box-link {
  text-decoration: none;
  text-transform: uppercase;
  padding: 6px;
  margin: 5px 2px 0;
  color: #224b9b;
  background-color: #ebf3fc;
  border: 2px solid #224b9b;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.table__box-link.active {
  text-decoration: none;
  color: #fff;
  background-color: #224b9b;
  font-weight: 700;
  border: 2px solid #224b9b;
}

.tab-content .tab-pane {
  display: none;
}

.tab-content .active {
  display: block;
}

/*blockquote*/

blockquote {
  margin: 7px 0;
  background: #e7f8fc;
  color: #111212;
  padding: 7px 20px 7px 30px;
  position: relative;
  font-family: 'Lato', sans-serif;
  border-radius: 10px;
}

blockquote:before {
  content: "\0021";
  font-family: serif;
  position: absolute;
  top: 10px;
  left: 8px;
  color: black;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
}

blockquote p {
  margin-top: 0;
  font-size: 1.1rem;
  font-weight: 300;
  font-style: italic;
}

/*add*/

.team__text p {

  border-top: 1px solid #a7b8c6;
  margin-top: 10px;
  padding: 3px 7px;
}

.team__text {
  margin: 10px;
}

.ph_products_header .ph_price.perpill {
  white-space: nowrap;
}

.sp-table-body .sp-table-perpill {
  white-space: nowrap;
}

table.pills .buy span[data-product] {
  cursor: pointer;
}

table.pills td.ralign {
  text-align: right;
}

.sp-table-body tr:nth-child(4),
.sp-table-body tr:nth-child(4) .ph_price.price {
  background: #d2e8ee;
}

.sp-table-body tr {
  position: relative;
}

.sp-table-body .ph_product.product::before {
  content: "";
  position: absolute;
  width: 75%;
  height: 1px;
  background: rgba(34, 75, 155, .1);
  bottom: 0;
  left: 15px;
}

.ph_product.product .product-name {
  margin-bottom: 0;
}

.ph_product.product .product-name span.dosage-package {
  display: block;
  color: #424242;
}

.pills thead tr td.ph-perpill,
.ph_perpill.perpill {
  text-align: center;
}

.table.pills tr,
.table.pills td,
.table.pills th {
  padding: 7px;
  border: 0px;
}

.ph_price.price.perpill {
  text-align: left;
}

.sp-table-economy.buyб,
.ph_price.price {
  text-align: center;
}

.sp-table-body .ph_price.price {
  white-space: nowrap;
  background: #ebf3fc;
  color: #424242;
}

.sp-table-body tr:hover,
.sp-table-body tr:hover .ph_price.price {
  cursor: pointer;
  background: #d2e8ee;
  transition: all .2s;
}

.ph_price.price .sp-table-save {
  display: block;
  font-size: 13px;
  text-decoration: line-through;
  color: #fe565d;
}

.sp-table-body .sp-table-bonus {
  text-transform: none;
  padding-left: 30px !important;
}

.sp-table-economy.buy p {
  padding-top: 5px;
}

.ph_product.product .bonus {
  font-size: 14px;
  text-transform: none;
}

.sp-table-perpill {
  font-size: 12px;
  text-transform: none;
}

.ph_product.product span {
  color: #fe565d;
}

.sp-table-economy.buy {
  /* display: flex;
    flex-direction: column;
    align-items: center; */
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle !important;
  text-align: center;
}

.sp-table-economy p {
  margin-bottom: 0;
}

#product {
  margin-bottom: -1.5px;
}

.tab-content {
  border: 2px solid #224b9b;
  border-radius: 15px;
}

.ph_products_header .ph_product.product {
  border-top-left-radius: 15px;
}

.ph_products_header .ph_buy.buy {
  border-top-right-radius: 15px;
}

.sp-table-body tr {
  background: #fff;
}

@media all and (max-width: 600px) {
  .ph_price.price .sp-table-save {
    font-size: 12px;
  }

  .sp-table-bonus.bonus {
    font-size: 12px;
    padding-left: 5px !important;
  }
}

.pills,
.item-list {
  font-size: .86rem;
  font-weight: 700;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
}

.pills thead tr td,
.item-list thead tr td {
  background-color: #a7deed;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  text-align: left;
  white-space: nowrap;
}

.buy .btn {
  background-color: #fe1110;
  border-color: #fe1110;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  background-image: none;
  padding: 0.35rem 2rem 0.3rem;
  border-radius: 0;
  white-space: nowrap;
}

.buy .btn i {
  font-size: 1rem;
  margin-right: .2rem;
}

.pills .bonus {
  border: 0;
}

td.bonus {
  padding-top: 0 !important;
  padding-bottom: 0;
}

td.bonus:last-child {
  padding-bottom: 0.4rem;
}

.pills td,
.item-list td {
  vertical-align: middle;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  border-top: 1px solid #d4d4d4;
  color: #424242;
  font-size: 1rem;
  text-align: left;
}

.bonus .shipping {
  padding-left: 6px;
  color: #fe1110;
  font-size: 1rem;
  text-transform: uppercase;
}

.shipping {
  font-weight: 800;
}

.pills tr:not(.bonus),
.item-list tbody tr:not(.bonus) {
  text-transform: uppercase;
}

.go-basket,
.go-checkout,
.go-back {
  background-color: #a7deed;
  border-color: #a7deed;
  border-radius: 0;
  font-size: 1rem;
  padding: 0.1rem 2rem 0.4rem;
}

.go-basket:hover,
.go-checkout:hover,
.go-back:hover {
  background-color: #fe1110;
  border-color: #fe1110;
}

.table-hover .bonus {
  border: 0;
}

.pills thead tr td,
.item-list thead tr td {
  background-color: #a7deed;
  color: #14316a;
}

.table.pills {
  width: 100%;
}

.buy .btn::before {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  top: 9px;
  background-image: url(../images/shopping-cart_white.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: -20px;
}

.buy .btn {
  vertical-align: middle;
  background-color: #224b9b;
  color: #fff;
  width: 100%;
  border-radius: 20px;
  padding: 7px 16px 7px 32px;
}

/* New table and checkout */

.sp-table-qty,
.ph_qty {
  display: none;
}

.discount-next-orders .discount-text {
  color: #58566f;
}

@media (min-width: 767.98px) {
  .sp-table-qty,
  .ph_qty {
    display: table-cell;
  }

  .qty-container {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
  }

  .qty-reduce,
  .qty-increase {
    all: unset;
    width: 30px;
    height: 38px;
    color: #fff;
  }

  .qty-reduce {
    background-color: #a7deed;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .qty-increase {
    background-color: #224b9b;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .qty-count {
    padding: 6px 0;
    width: 40px;
    height: 38px;
    color: #58566f;
    border-top: 1px solid #a7deed;
    border-bottom: 1px solid #a7deed;
    background-color: #ffffff;
  }

  .sp-table-qty,
  .sp-table-economy {
    vertical-align: middle !important;
  }

  .ph_price.price.perpill,
  .ph_qty,
  .ph_buy {
    text-align: center !important;
  }
}

/* Cookies msg and cart position */
.cart-position {
  bottom: 100px !important;
}

.cd-cart--empty .cd-cart__trigger,
.cd-cart--empty .cd-cart__content {
  -webkit-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px);
}

@media (max-width: 768px) {
  .cart-position {
    bottom: 120px !important;
  }

  span.cc-message {
    margin-right: 0;
    font-size: 13px !important;
    line-height: 1.3;
    margin-bottom: 3px !important;
  }
}

@media (max-width: 574px) {
  .cart-position {
    bottom: 140px !important;
  }
}

.free-shipping {
  display: none;
}