

/* Start:/local/templates/valemidin2021/template_styles.css?178006879917883*/
#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;
}



.valemidin-promos {
  padding: 32px 0 60px;
  background: #ffffff;
  color: #29225f;
}
.promos-title {
  color: #29235C;
  font-size: 69px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 75.9px */
  letter-spacing: 0.66px;
  margin-bottom: 60px;
}
.promos-list:not(.owl-loaded) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.promos-list.owl-loaded {
  display: block;
  width: 100%;
}
.promos-list.owl-loaded .owl-stage-outer {
  width: 100%;
  overflow: hidden;
}
.promos-list.owl-loaded .owl-stage {
  display: flex;
}
.promos-list.owl-loaded .owl-item {
  display: flex;
}
.promos-list.owl-loaded .promos-slider__item {
  width: 100%;
  height: 100%;
  padding-left: 3px;
}
.promos-list .promos-slider__item {
  display: flex;  
  flex-direction: column;
}
.promos-list .promos-slider__item .promo-card__content {
  display: flex;
  padding: 30px 0 30px 40px;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
  border-radius: 30px;
  min-height: 240px;
  justify-content: space-between;
  position: relative;
  background: rgba(131, 208, 246, 0.60);

}
.promos-list > div:nth-child(odd) .promos-slider__item .promo-card__content {
  background: #E4FFC3;
}
.promos-list .promos-slider__item .promo-card__content .promo-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 0 0;
  align-self: stretch;
  color: #29235C;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 33.6px */
  max-width: 400px;
}
.promos-list .promos-slider__item .promo-card__content .promo-image { 
  position: relative;
  z-index: 2;
  max-width: 240px;
  max-height: 240px;
  object-fit: contain;
}
.promos-list .promos-slider__item .pharmacy-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;

}
.promos-list .promos-slider__item .pharmacy-list a {
  display: flex;
  padding: 12px 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  border: 1px solid #9ED27E;
  background: #FFF;
  transition: all ease 0.3s;
  max-height: 70px;
}
.promos-list .promos-slider__item .pharmacy-list a:hover {
  border-color: #5ca83b;
  transform: translateY(-2px);
}
.promos-list .promos-slider__item .pharmacy-list a img {
  height: 100%;
  width: 100%;
  max-width: 200px;
  max-height: 50px;
}
.promos-slider-wrap {
  width: calc(100vw - ((100vw - 1350px) / 2));
  max-width: none;
  overflow: hidden;
}
.promos-slider.owl-loaded .owl-stage {

  left: -40px;

}
@media (max-width: 1350px) {
  .promos-slider-wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .promos-slider.owl-loaded .owl-stage {
    left: -20px;
  }
  .promos-title { 
    font-size: 30px;
  }
  .promos-list .promos-slider__item .promo-card__content {
    padding: 270px 40px 30px;
    background-position: center top!important;
    background-size: unset !important;
  }
  .promos-list .promos-slider__item .promo-card__content .promo-text {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; 
    max-width: 100%;
  }
}

.rounded-banner__title {
  font-size: 36px;
  line-height: 1.36;
}
@media (max-width:1199px) {
  .rounded-banner__title {
    font-size: 26px;
  }
}
.v-help-bg.karlson-promo {
  background-image: url(/local/templates/valemidin2021/dist/img/background-karlson.png);
  background-color: #D2E9B4 ;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}
.karlson-promo {
  position: relative;
}
.karlson-promo .v-help-rect {
  left: unset;
  width: auto;
  right: calc((100% - 1350px) / 2);
}

.karlson-promo .karlson-img {
  position: absolute;
  right: calc((100% - 1350px) / 2 + 570px);
}
.karlson-promo .karlson-img-line {
  position: absolute;
  left: 258px;
  top: 158px;
}
.karlson-promo .karlson-img-ghost {
  position: absolute;
  left:49px;
  bottom:44px;
}
.karlson-promo .karlson-promo-bg {
  z-index: 10;
}
.karlson-promo .v-help {
  z-index: 20;
}
.karlson-promo .karlson-title {
  position: absolute;
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  top: 97px;
  left: 66px;
  max-width: 400px;
}
.karlson-img-mobile, .karlson-bg-mobile, .karlson-img-desktop-1200, .karlson-bg-mobile-line {
  display: none;
}
.karlson-promo .karlson-bg-mobile-line {
    top: 0;
    right: unset!important;
    width: 100%; 
    height: 412px;
}
@media (max-width: 1500px) {
  .v-help-bg.karlson-promo { 
    background-image: url(/local/templates/valemidin2021/dist/img/background-karlson-middle.png);
  }
}
@media (max-width: 1300px) {
  .karlson-promo .karlson-img {
    right: calc((100% - 1350px) / 2 + 530px);
  }
}
@media (max-width: 1200px) {
  .karlson-promo .v-help {
    padding: 40px 15px 0;
  }
  .karlson-promo .v-help-prop {
    font-size: 16px;
  }
  .v-help-bg.karlson-promo {
    padding-bottom: 460px;
    background-color: #D2E9B4;
    background-position: bottom left;
    background-size: auto;
    /*background-image: unset;*/
    position: relative;

  }
  .karlson-promo .karlson-bg-mobile-line.karlson-img-desktop-1200 {
    display: block;
  }
  .karlson-promo .karlson-img-line {
    top: unset;
    bottom: 343px;
  }
  .karlson-promo .karlson-title {
    top: unset;
    bottom: 370px;
    font-size: 28px;
    max-width: 280px;
  }
  .karlson-img-desktop {
    display: none;
  } 
  .karlson-img-mobile {
    display: block;
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 10;
  }
  .karlson-bg-mobile {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .v-help-bg.karlson-promo {
    background-position-y: 250px;
  }
  .karlson-promo .karlson-img-ghost {
    left: 15px;
    bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .v-help-bg.karlson-promo {
    background-position-x: -150px;
  }
}
@media (max-width: 768px) {
  .karlson-promo .karlson-bg-mobile-line.karlson-img-desktop-800 {
    display: block;
  }
  .karlson-promo .karlson-bg-mobile-line.karlson-img-desktop-1200 {
    display: none;
  }
  .karlson-img-mobile {
    left: 100%;
    transform: translate(-80%, 0);
  }
}
@media (max-width: 600px) {
  .karlson-promo .karlson-bg-mobile-line.karlson-img-desktop-800 {
    display: none;
  }
  .karlson-promo .karlson-bg-mobile-line.karlson-img-desktop-600 {
    display: block;
  }
  .v-help-bg.karlson-promo {
    background-position-x: -190px;
    /*background-position-y: 100%;*/
  }
  .karlson-promo .v-help-message {
    font-size: 24px;
    line-height: 1.15;
  }
  
}
@media (max-width: 480px) {
  .karlson-promo .karlson-img-line {
    max-width: 123px;
    /*bottom: 400px;*/
  }
}
@media (max-width: 430px) {
  .karlson-promo .karlson-bg-mobile-line.karlson-img-desktop-600 {
    display: none;
  }
  .karlson-promo .karlson-bg-mobile-line.karlson-img-desktop-430 {
    display: block;
  }
  .karlson-promo .karlson-title {
    left: 15px;
    /*bottom: 425px;*/
  }
  .karlson-promo .karlson-img-line {
    left: 170px;
    /*bottom: 400px;*/
  }
}
 @media (max-width: 350px) {
  .karlson-promo .v-help-message {
    font-size: 20px;

  }
  .karlson-promo .v-help-message {
    padding-top: 25px;
  }
 }
/* End */
/* /local/templates/valemidin2021/template_styles.css?178006879917883 */
