

/* Start:/local/templates/valemidin2021/template_styles.css?177152155410630*/
#bx-panel {
  top: 0 !important;
  left: 0 !important;
  position: fixed !important;
  width: 100% !important;
  z-index: 1065 !important;
}

/* БЛОК С ОТЗЫВАМИ START */

.reviews svg {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

.reviews p {
  margin-bottom: 0;
}

.section-1 {
  width: 100%;
  margin-bottom: 120px;
}

@media (max-width: 991px) {
  .section-1 {
    margin-bottom: 96px;
  }
}

@media (max-width: 787px) {
  .section-1 {
    /*margin-top: 32px;*/
    margin-bottom: 64px;
  }
}

.reviews__container {
  position: relative;
}

.title {
  margin-bottom: 40px;
}

.title h2 {
  color: #29235c;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .title h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 110%;
  }
}

@media (max-width: 787px) {
  .title h2 {
    font-size: 25px;
    line-height: 130%;
  }
}

@media (max-width: 991px) {
  .title {
    margin-bottom: 32px;
  }
}

@media (max-width: 787px) {
  .title {
    margin-bottom: 24px;
  }
}

.reviews__title {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.reviews__list {
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}

@media (max-width: 1200px) {
  .reviews__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.reviews__list:not(:last-child) {
  margin-right: 20px;
}

@media (max-width: 991px) {
  .reviews__list {
    gap: 16px;
  }

  .reviews__list:not(:last-child) {
    margin-right: 16px;
  }
}

@media (max-width: 787px) {
  .reviews__list {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

.reviews__card {
  border-radius: 30px;
  height: 100%;
}

.reviews__card--green {
  background:
    url(/local/templates/valemidin2021/components/bitrix/news.list/reviews/images/heart-big.svg) 90% 0 no-repeat,
    url(/local/templates/valemidin2021/components/bitrix/news.list/reviews/images/heart-small.svg) 40% 75% no-repeat,
    #f1f8e7;
}

.reviews__card--blue {
  background:
    url(/local/templates/valemidin2021/components/bitrix/news.list/reviews/images/heart-big.svg) 90% 0 no-repeat,
    url(/local/templates/valemidin2021/components/bitrix/news.list/reviews/images/heart-small.svg) 40% 75% no-repeat,
    #f1fafe;
}

.reviews__card-content {
  height: 100%;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

@media (max-width: 991px) {
  .reviews__card-content {
    padding: 16px;
  }
}

.reviews__card-name {
  color: #0d437e;
  margin-bottom: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media (max-width: 991px) {
  .reviews__card-name {
    font-size: 16px;
  }
}

.reviews__card-mark {
  color: #ff881b;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: flex;
}

@media (max-width: 991px) {
  .reviews__card-mark {
    font-size: 16px;
  }
}

.reviews__card-mark-icon {
  align-items: center;
  gap: 2px;
  display: flex;
}

@media (max-width: 991px) {
  .reviews__card-car {
    font-size: 16px;
  }
}

.reviews__card-text {
  color: #1c1c26;
  margin-bottom: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.reviews__card-place {
  align-items: center;
  gap: 8px;
  margin-top: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  color: #0d437e;
}

.reviews .owl-carousel,
.reviews .owl-carousel .owl-item {
  position: unset;
}

.reviews .owl-stage {
  display: flex;
}

.reviews .owl-nav {
  border: 1px solid #29235c;
  box-sizing: border-box;
  border-radius: 46px;
  width: 76px;
  height: 38px;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  right: 15px;
}

/* БЛОК С ОТЗЫВАМИ END */

/* ПАГИНАЦИЯ START */

.pagination-1 {
  width: 100%;
  justify-content: center;
  padding-top: 48px;
  display: flex;
}

.pagination > * {
  margin-right: 4px;
}

.pagination {
  list-style: none;
  display: flex;
}

.page-item {
  box-sizing: border-box;
  min-width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  display: flex;
}

.page-item.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.pagination > :first-child {
  transform: rotate(180deg) translateY(-3px);
}

.page-item.active {
  pointer-events: none;
  background: #f1fafe;
  border-radius: 50%;
}

.page-link {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: #101828;
}

.page-link:hover {
  color: #007fbe;
}

/* ПАГИНАЦИЯ END */

.header-menu__item {
  margin-left: 40px;
}

/* BUY SECTION START */

.buy__container {
  background: #f1f1f1;
  border-radius: 50px;
  padding: 56px;
}

@media (max-width: 1101px) {
  .buy__container {
    padding: 24px;
  }
}

.buy__title {
  text-align: left;
}

.buy__title h2 {
  color: #29235c;
  margin-bottom: 24px;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

@media (max-width: 1101px) {
  .buy__title h2 {
    font-size: 35px;
    font-weight: 500;
  }
}

@media (max-width: 803px) {
  .buy__title h2 {
    font-size: 25px;
  }
}

@media (max-width: 1101px) {
  .buy__title h2 {
    margin-bottom: 16px;
  }
}

.buy__grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}

@media (max-width: 1101px) {
  .buy__grid {
    gap: 10px;
  }
}

@media (max-width: 803px) {
  .buy__grid {
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}

.buy__card {
  background: white;
  border: 1px solid #f1f1f1;
  object-fit: cover;
  cursor: pointer;
  height: 160px;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  transition: scale 0.4s ease-in-out;
  display: flex;
}

@media (max-width: 1101px) {
  .buy__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /*.buy__card {*/
  /*    height: 97px;*/
  /*}*/
  /*.buy__card img {*/
  /*    max-height: 80px !important;*/
  /*}*/
  /*.buy__card {*/
  /*    padding: 40px 20px;*/
  /*}*/
}

@media (max-width: 803px) {
  /*.buy__card {*/
  /*    height: 82px;*/
  /*}*/
  /*.buy__card img {*/
  /*    max-height: 60px !important;*/
  /*}*/
  .buy__card {
    padding: 20px;
  }
}

@media (max-width: 456px) {
  .buy__card {
    height: 100px;
    padding: 34px;
  }
}

.buy__card:hover {
  scale: 1.06;
}

.buy__card:hover img {
  transition: scale 0.5s ease-in-out;
}

.buy__card img {
  object-fit: contain;
  width: 100%;
  max-height: 100px;
  height: 100%;
  max-height: 120px;
}

/* BUY SECTION END */

.v-help-img {
  left: 30%;
}

@media (max-width: 1199px) {
  .v-help-img {
    max-width: 100%;
    margin-top: -65px;
  }
}

.block-library__wrapper {
  max-width: 691px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  height: 100%;
  justify-content: center;
}

.block-library__wrapper .block-library__text {
  max-width: none;
  margin-bottom: unset;
  font-size: 40px;
}

.block-library__wrapper .block-library__text-valemidin {
  font-weight: 600;
  font-size: 54px;
  line-height: 135%;
  color: #29235c;
}

@media (max-width: 1200px) {
  .block-library__wrapper {
    max-width: 412px;
  }
}

@media (max-width: 992px) {
  .block-library__wrapper {
    max-width: unset;
  }
}

@media (max-width: 768px) {
  .block-library__wrapper {
    gap: 20px;
  }

  .block-library__wrapper .block-library__text {
    font-size: 22px;
  }

  .block-library__wrapper .block-library__text-valemidin {
    font-size: 32px;
  }
}

/* DRUGS LIST BLOCK START */

.drugs__content p {
  margin: 0;
}

.drugs__content {
  margin: 55px 0 0;
  font-size: 18px;
  padding: 0 15px;
}

.drugs__content-list {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 45%);
  gap: 40px;
}

.item-btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.drugs__content-item--slider {
  background: #ffffff;
  border-radius: 30px;
  padding: 32px 16px;
}

.drugs__content-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.item-img {
  max-width: 450px;
  margin: 0 auto;
}

.item-title {
  font-weight: 600;
  font-size: 24px;
  max-width: 450px;
  width: 100%;
}

.item-desc {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-weight: 400;
  max-width: 450px;
  color: #699830;
}

.item-desc p:last-child {
  color: #000000;
  font-size: 16px;
}

.item-btns {
  max-width: 450px;
  width: 100%;
  margin-top: auto;
}

.item-btns a {
  text-align: center;
  border: 1px solid #699830;
  border-radius: 30px;
  padding: 10px 5px;
}

.item-btns a:first-child {
  color: #699830;
  background: #ffffff;
}

.item-btns a:last-child {
  color: #ffffff;
  background: #699830;
}

@media (max-width: 1200px) {
  .drugs__content-list {
    grid-template-columns: repeat(2, 50%);
  }
}

@media (max-width: 768px) {
  .drugs__content-list {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .owl-theme .owl-nav.disabled + .owl-dots {
    margin: 0;
  }
}

/* DRUGS LIST BLOCK END */

.article__content {
  background: #f8f8f8;
  border-radius: 30px;
  padding: 27px 32px;
}

.article__content-title {
  margin-bottom: 10px !important;
  font-size: 22px;
}

.article .article__content-list {
  list-style: none;
  padding-left: 10px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.article .article__content-list a {
  color: #000000;
}

.article .article__content-list li:hover a {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .article__content {
    padding: 24px 18px;
  }
}

.unioncarton {
  margin-left: auto;
  max-width: 170px;
}
.unioncarton svg path {
  fill: #bde28f;
}
.unioncarton__label {
  position: absolute;
  right: -4%;
  font-size: 12px;
  bottom: 8%;
  transform: rotate(-90deg);
  color: hsla(0, 0%, 100%, 0.6);
}

@media (max-width: 1460px) {
  .unioncarton__label {
    right: -6%;
  }
}

@media (max-width: 1200px) {
  .unioncarton {
    margin-left: auto;
  }

  .unioncarton__label {
    position: relative;
    transform: rotate(0deg);
    right: 0;
  }
}

.footer__policies {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  width: 100%;
  max-width: max-content;
  margin-top: 6px;
  text-align: center;
}

@media (max-width: 768px) {
  .footer__policies {
flex-direction: column;
justify-content: center;
  }
}

.footer__policies a {
  color: #fff;
}

/* End */
/* /local/templates/valemidin2021/template_styles.css?177152155410630 */
