

/* Start:/local/templates/main/assets/css/pages/buy.css?176898811130439*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0;
}

main {
  display: block;
}

ul {
  list-style-type: none;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b, strong {
  font-weight: bolder
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

@font-face {
  font-family: Calibri;
  src: url(/local/templates/main/assets/fonts/Calibri.eot);
  src: url(/local/templates/main/assets/fonts/Calibri.eot?#iefix) format("embedded-opentype"), url(/local/templates/main/assets/fonts/Calibri.woff) format("woff"), url(/local/templates/main/assets/fonts/Calibri.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Calibri Bold;
  src: url(/local/templates/main/assets/fonts/Calibri-Bold.eot);
  src: url(/local/templates/main/assets/fonts/Calibri-Bold.eot?#iefix) format("embedded-opentype"), url(/local/templates/main/assets/fonts/Calibri-Bold.woff) format("woff"), url(/local/templates/main/assets/fonts/Calibri-Bold.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body, html {
  padding: 0;
  margin: 0;
  font-family: Calibri, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #292f32
}

body.prevent-scroll {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
  padding: 0;
}

.buy-h1 {
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #FFFEFE;
  margin-bottom: 13px;
  font-family: Calibri Bold, sans-serif;
}

.buy-h2 {
  font-size: 18px;
  line-height: 22px;
  color: #FFFEFE;
  font-family: Calibri Bold, sans-serif;
  position: relative;
  z-index: 2;
}

.buy-block {
  display: flex;
  flex-direction: column;
  gap: 23px;
  margin-bottom: 30px;
}

.buy-block.buy-block--delivery {
  gap: 15px;
  padding: 31px 0 45px;
  position: relative;
  margin-bottom: 0;
}

.buy-block.buy-block--delivery::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #90C1BF;
}

.buy-block.buy-block--delivery .buy-block__items {
  flex-direction: column;
  gap: 9px;
}

.buy-block.buy-block--delivery .buy-block__item {
  width: 100%;
  height: 101px;
}

.buy-block__items {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  position: relative;
  z-index: 2;
}

.buy-block__item {
  background-color: #ffffff;
  border-radius: 7px;
  width: calc(50% - 4px);
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 81px;
}

.buy-block__text-link {
  opacity: 0;
  transition: opacity 0.3s ease;
  color: #03858D;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
}

@media (hover: hover) {
  .buy-block__item:hover {
    box-shadow: 2px 2px 6px 0px #00000040;
  }

  .buy-block__item:hover .buy-block__text-link {
    opacity: 1;
  }

  .Popup_popup__Ac9Ir .Popup_btns__30jtM .Popup_btn__2gWYt:last-child:hover {
    background-color: #02858e;
    color: #fff;
  }

  .breadcrumbs a:hover {
    border-color: transparent;
  }
}

.buy-block__logo {
  display: block;
  object-fit: contain;
  width: 100%;
  max-height: 51px;
}

.buy-block.buy-block--delivery .buy-block__logo {
  max-height: 84px;
}

.breadcrumbs {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 50px;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 13px;
}

.breadcrumbs a {
  display: inline-block;
  border-bottom: 1px solid #ffffff;
  transition: all .2s ease;
}

.breadcrumbs span {
  padding: 0 18px;
}

.buy-notice {
  padding: 27px 0 40px;
}

.buy-notice-mobile {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  max-width: 500px;
  margin: 0 auto;
}

.buy-notice-desktop {
  display: none;
}

.HeaderMobile_headerMenu__1lvkm {
  position: relative;
  background-color: #fff;
  z-index: 50;
}

.HeaderMobile_headerMenu__1lvkm .HeaderMobile_headerMenuTop__2DyoE {
  position: relative;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  width: 100%;
  height: 66px;
  background-color: #fff;
  z-index: 10;
}

.HeaderMobile_headerMenu__1lvkm .HeaderMobile_headerMenuBottom__1ACMw {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-300px);
  -moz-transform: translateY(-300px);
  transform: translateY(-300px);
  width: 100%;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}

.HeaderMobile_headerMenu__1lvkm .HeaderMobile_headerMenuTop__2DyoE .HeaderMobile_logo__ciIuQ {
  position: relative;
  width: 154px;
  height: 38px;
}

.HeaderMobile_headerMenu__1lvkm .HeaderMobile_headerMenuTop__2DyoE .HeaderMobile_headerMenuToggle__2xo7z span {
  display: block;
  width: 28px;
  height: 4px;
  margin-bottom: 4px;
  border-radius: 2px;
  background-color: #02858e;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}

.HeaderMobile_headerMenu__1lvkm .HeaderMobile_headerMenuTop__2DyoE .HeaderMobile_headerMenuToggle__2xo7z span:last-child {
  margin-bottom: 0;
}

.HeaderMobile_headerMenu__1lvkm .HeaderMobile_headerMenuBottom__1ACMw .HeaderMobile_headerMenu__1lvkm {
  padding: 23px 20px 52px;
}

.HeaderMobile_headerMenu__1lvkm .HeaderMobile_headerMenuBottom__1ACMw .HeaderMobile_headerMenu__1lvkm ul li {
  margin-bottom: 8px;
  padding: 10px 0;
}

.HeaderMobile_headerMenu__1lvkm .HeaderMobile_headerMenuBottom__1ACMw .HeaderMobile_headerMenu__1lvkm ul li a {
  font-family: Calibri Bold, sans-serif;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #02858e;
}

.buyButton {
  position: relative;
  display: inline-block;
  padding: 9px 32px 8px;
  color: #fff;
  background-color: #02858e;
  border-radius: 20px;
  border: 3px solid #02858e;
  font-family: Calibri Bold, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 4;
  cursor: pointer;
}

#firstSlide, #outerLink {
  display: none;
}

.HeaderMobile_headerMenu__1lvkm.HeaderMobile_headerMenuOpen__3S4s8 .HeaderMobile_headerMenuBottom__1ACMw {
  -webkit-transform: translateY(64px);
  -moz-transform: translateY(64px);
  transform: translateY(64px);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .25);
}

.container {
  max-width: 1815px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.HeaderDesktop_headerContent__1imiP {
  height: 0;
  overflow: hidden;
}

.FooterMobile_footer__1lURs .FooterMobile_footerContent__1KpoE {
  font-family: Circe Regular, sans-serif;
  font-size: 10px;
}

.FooterMobile_footer__1lURs .FooterMobile_footerContent__1KpoE .FooterMobile_footerTop__U0t_C {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
  align-items: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  padding: 20px;
  color: #02858e;
}

.FooterMobile_footer__1lURs .FooterMobile_footerContent__1KpoE .FooterMobile_footerTop__U0t_C .FooterMobile_iconEye__1NfiV {
  position: relative;
  width: 19px;
  height: 11px;
  margin-top: 2px;
  margin-right: 12px;
  flex-shrink: 0;
}

.FooterMobile_footer__1lURs .FooterMobile_footerContent__1KpoE .FooterMobile_footerMiddle__z3E3S {
  padding: 20px;
  background-color: #c5e7e1;
  color: #3f4b50;
}

.FooterMobile_footer__1lURs .FooterMobile_footerContent__1KpoE .FooterMobile_footerMiddle__z3E3S > div {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
  align-items: flex-start;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}

.FooterMobile_footer__1lURs .FooterMobile_footerContent__1KpoE .FooterMobile_footerMiddle__z3E3S a {
  display: inline-block;
  border-bottom: 1px solid;
  line-height: 1;
}

.FooterMobile_footer__1lURs .FooterMobile_footerContent__1KpoE .FooterMobile_footerMiddle__z3E3S a:last-child {
  margin-top: 7px;
}

.FooterMobile_footer__1lURs .FooterMobile_footerContent__1KpoE .FooterMobile_footerBottom__28Sg7 {
  padding: 20px 20px 50px;
  color: #3f4b50;
}

.FooterMobile_footer__1lURs .FooterMobile_footerContent__1KpoE .FooterMobile_footerBottom__28Sg7 .FooterMobile_veropharmLogo__1kQad {
  position: relative;
  width: 150px;
  height: 44px;
  margin-bottom: 18px;
}

.FooterMobile_footer__1lURs .FooterMobile_footerContent__1KpoE .FooterMobile_footerBottom__28Sg7 .FooterMobile_text__261t_ div:last-child {
  color: #02858e;
}

.Popup_overlay__3dJnd {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  z-index: 999;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.Popup_modal__2-x35 {
  position: absolute;
  outline: none;
  margin: 0 20px;
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  transform: translateY(-25px);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

.Popup_close__38dhz {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}

@media screen and (max-width: 1790px) {
  .Popup_close__38dhz {
      top: 1.006vw;
      right: 1.006vw;
      width: 1.341vw;
      height: 1.341vw;
  }
}

@media screen and (max-width: 1023px) {
  .Popup_close__38dhz {
      top: 10px;
      right: 10px;
      width: 14px;
      height: 14px;
  }
}

@media screen and (max-width: 374px) {
  .Popup_close__38dhz {
      width: 13px;
      height: 13px;
  }
}

.Popup_modalContent__erFCU {
  background-color: #fff;
  width: 100%;
  max-width: 1125px;
  padding: 84px 120px;
  border: none;
  border-radius: 20px;
}

@media screen and (max-width: 1790px) {
  .Popup_modalContent__erFCU {
      max-width: 62.849vw;
      padding: 4.693vw 6.704vw;
  }
}

@media screen and (max-width: 1023px) {
  .Popup_modalContent__erFCU {
      max-width: 100%;
      padding: 20px 25px;
      border-radius: 14px;
  }
}

.Popup_popup__Ac9Ir {
  text-align: center;
}

.Popup_popup__Ac9Ir .Popup_title__1w5kR {
  font-family: Calibri Bold, sans-serif;
  font-size: 24px;
  color: #02858e;
}

@media screen and (max-width: 1790px) {
  .Popup_popup__Ac9Ir .Popup_title__1w5kR {
      font-size: 1.341vw;
  }
}

@media screen and (max-width: 1023px) {
  .Popup_popup__Ac9Ir .Popup_title__1w5kR {
      font-size: 18px;
      line-height: 1.4;
  }
}

@media screen and (max-width: 374px) {
  .Popup_popup__Ac9Ir .Popup_title__1w5kR {
      font-size: 17px;
  }
}

.Popup_popup__Ac9Ir .Popup_text__2fADD {
  margin-top: 40px;
  font-size: 18px;
}

@media screen and (max-width: 1790px) {
  .Popup_popup__Ac9Ir .Popup_text__2fADD {
      margin-top: 2.235vw;
      font-size: 1.006vw;
  }
}

@media screen and (max-width: 1023px) {
  .Popup_popup__Ac9Ir .Popup_text__2fADD {
      margin-top: 20px;
      font-size: 14px;
  }
}

@media screen and (max-width: 374px) {
  .Popup_popup__Ac9Ir .Popup_text__2fADD {
      font-size: 13px;
  }
}

.Popup_popup__Ac9Ir .Popup_underline__1CagS {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 14px;
  border-top: 1px solid #3f4b50;
  opacity: .2;
}

@media screen and (max-width: 1790px) {
  .Popup_popup__Ac9Ir .Popup_underline__1CagS {
      margin-top: 3.073vw;
      margin-bottom: 2.514vw;
  }
}

.Popup_popup__Ac9Ir .Popup_btns__30jtM, .Popup_popup__Ac9Ir .Popup_btns__30jtM .Popup_btn__2gWYt {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
}

.Popup_popup__Ac9Ir .Popup_btns__30jtM {
  margin-top: 50px;
}

@media screen and (max-width: 1790px) {
  .Popup_popup__Ac9Ir .Popup_btns__30jtM {
      margin-top: 2.793vw;
  }
}

@media screen and (max-width: 1023px) {
  .Popup_popup__Ac9Ir .Popup_btns__30jtM {
      margin-top: 20px;
  }
}

.Popup_popup__Ac9Ir .Popup_btns__30jtM .Popup_btn__2gWYt:hover, .Popup_popup__Ac9Ir .Popup_btns__30jtM .Popup_btn__2gWYt:last-child {
  background-color: #fff;
  color: #02858e;
}

.Popup_popup__Ac9Ir .Popup_btns__30jtM .Popup_btn__2gWYt {
  min-width: 160px;
  height: 39px;
  margin: 0 5px;
  color: #fff;
  background-color: #02858e;
  border-radius: 20px;
  border: 3px solid #02858e;
  font-family: Calibri Bold, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer;
}

@media screen and (max-width: 1790px) {
  .Popup_popup__Ac9Ir .Popup_btns__30jtM .Popup_btn__2gWYt {
      min-width: 8.939vw;
      height: 2.179vw;
      margin: 0 .279vw;
      border: 2px solid #02858e;
      font-size: .894vw;
  }
}

@media screen and (max-width: 1023px) {
  .Popup_popup__Ac9Ir .Popup_btns__30jtM .Popup_btn__2gWYt {
      min-width: 100px;
      height: 28px;
      margin: 0 5px;
      color: #fff;
      border: 2px solid #02858e;
      font-size: 12px;
  }
}

@media screen and (max-width: 374px) {
  .Popup_popup__Ac9Ir .Popup_btns__30jtM .Popup_btn__2gWYt {
      min-width: 95px;
      height: 27px;
  }
}

.Popup_popup__Ac9Ir .Popup_btns__30jtM, .Popup_popup__Ac9Ir .Popup_btns__30jtM .Popup_btn__2gWYt {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
}

.containerMobile {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
}

.mainContent {
  overflow: hidden;
  background: #c5e7e1;
}

.FooterDesktop_footer__180ZT {
  display: none;
}

.FooterNotice_footerNotice__3oYMN {
  display: none;
}

@media (min-width: 375px) {
  .FooterMobile_footer__1lURs .FooterMobile_footerContent__1KpoE {
    font-size: 12px;
  }
}

@media (min-width: 540px) {
  .buy-h1 {
    font-size: 30px;
    line-height: 37px;
  }

  .buy-h2 {
    font-size: 24px;
    line-height: 29px;
  }

  .buy-block.buy-block--delivery {
    gap: 27px;
    padding: 43px 0 79px;
  }

  .buy-block.buy-block--delivery .buy-block__items {
    flex-direction: row;
    gap: 30px;
  }

  .buy-block.buy-block--delivery .buy-block__item {
    width: calc(50% - 15px);
    height: 147px;
  }

  .buy-block__items {
    gap: 14px 10px;
  }

  .buy-block__item {
    width: calc(100% / 3 - 20px / 3);
    height: 96px;
  }

  .buy-block__logo {
    max-height: 60px;
  }

  .buy-block {
    margin-bottom: 37px;
  }
}

@media (min-width: 1024px) {
  .HeaderDesktop_header__5l_hP {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: hsla(0, 0%, 100%, .9);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .23);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .23);
    z-index: 50;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    transition: background-color .3s;
  }

  .HeaderDesktop_headerContent__1imiP {
    height: 73px;
  }

  .HeaderDesktop_header__5l_hP .HeaderDesktop_container__bpKpU {
    max-width: 1860px;
  }

  .HeaderDesktop_headerContent__1imiP .HeaderDesktop_logo__og0F4 {
    width: 150px;
    height: 37px;
  }

  .HeaderDesktop_headerMenu__2CFMU, .HeaderDesktop_headerMenu__2CFMU ul {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
  }

  .HeaderDesktop_headerMenu__2CFMU ul li {
    margin-right: 8px;
  }

  .WhereToBuyButton_buyButtonHeader__1k5Z_ {
    padding: 6px 16px 5px;
    font-size: 11px;
  }

  .HeaderDesktop_headerMenu__2CFMU ul li a {
    position: relative;
    color: #02858e;
    font-family: Calibri Bold, sans-serif;
    text-transform: uppercase;
    padding: 5px 13px;
    font-size: 11px;
    line-height: 1;
    border-radius: 20px;
    border: 3px solid transparent;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    transition: width .3s ease;
    border: 2px solid transparent;
  }

  .HeaderDesktop_headerMenu__2CFMU ul li a:after {
    content: "";
    width: 0;
    height: 3px;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -3px;
    margin: auto;
    border-bottom: 3px solid #02858e;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
  }

  .HeaderDesktop_headerMenu__2CFMU ul li a:hover:after {
    width: -webkit-calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: calc(100% - 25px);
  }

  .HeaderDesktop_headerContent__1imiP {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: justify;
    justify-content: space-between;
  }

  .WhereToBuyButton_buyButtonHeader__1k5Z_ {
    padding: 6px 16px 5px;
    font-size: 11px;
    line-height: 1;
  }

  .FooterDesktop_footer__180ZT {
    display: block;
    font-family: Circe Regular, sans-serif;
    font-size: 11px;
  }

  .FooterDesktop_footer__180ZT .FooterDesktop_container__3ssn7 {
    max-width: 1730px;
  }

  .FooterDesktop_footer__180ZT .FooterDesktop_footerContent__2Jwi8 {
    padding-top: 18px;
    padding-bottom: 24px;
    color: #3f4b50;
    letter-spacing: .18px;
  }

  .FooterDesktop_footer__180ZT .FooterDesktop_footerContent__2Jwi8 .FooterDesktop_footerTop__29_8_ {
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -moz-box-align: start;
    align-items: flex-start;
  }

  .FooterDesktop_footer__180ZT .FooterDesktop_footerContent__2Jwi8 .FooterDesktop_footerTop__29_8_ > div:first-child {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    margin-right: 98px;
    color: #02858e;
    margin-bottom: 10px;
  }

  .FooterDesktop_footer__180ZT .FooterDesktop_footerContent__2Jwi8 .FooterDesktop_footerTop__29_8_ .FooterDesktop_iconEye__YSa0F {
    position: relative;
    width: 19px;
    height: 11px;
    margin-right: 13px;
  }

  .FooterDesktop_footer__180ZT .FooterDesktop_footerContent__2Jwi8 .FooterDesktop_footerTop__29_8_ > div:last-child {
    position: relative;
    z-index: 5;
  }

  .FooterDesktop_footer__180ZT .FooterDesktop_footerContent__2Jwi8 .FooterDesktop_footerTop__29_8_ > div:last-child a {
    display: inline-block;
    border-bottom: 1px solid;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
  }

  .FooterDesktop_footer__180ZT .FooterDesktop_footerContent__2Jwi8 .FooterDesktop_footerTop__29_8_ > div:last-child a:hover {
    border-bottom: 1px solid transparent;
  }

  .FooterDesktop_footer__180ZT .FooterDesktop_footerContent__2Jwi8 .FooterDesktop_footerBottom__3Vb70 {
    display: -moz-box;
    display: flex;
    -moz-box-align: end;
    align-items: flex-end;
    -moz-box-pack: justify;
    justify-content: space-between;
    margin-top: -40px;
  }

  .FooterDesktop_footer__180ZT .FooterDesktop_footerContent__2Jwi8 .FooterDesktop_footerTop__29_8_ > div:last-child span {
    margin: 0 12px;
  }

  .FooterDesktop_footer__180ZT .FooterDesktop_footerContent__2Jwi8 .FooterDesktop_footerBottom__3Vb70 > div {
    line-height: 1.5;
  }

  .FooterDesktop_footer__180ZT .FooterDesktop_footerContent__2Jwi8 .FooterDesktop_footerBottom__3Vb70 > div:last-child {
    margin-top: 11px;
    color: #02858e;
    text-align: right;
  }

  .FooterDesktop_footer__180ZT .FooterDesktop_footerContent__2Jwi8 .FooterDesktop_footerBottom__3Vb70 .FooterDesktop_veropharmLogo__3KpMk {
    position: relative;
    width: 141px;
    height: 41px;
    margin-bottom: 8px;
    margin-left: auto;
  }

  .mainContent {
    margin-top: 73px;
    background: -webkit-radial-gradient(circle, #d4f4f1 0, #b2dcda 100%);
    background: -moz-radial-gradient(circle, #d4f4f1 0, #b2dcda 100%);
    background: radial-gradient(circle, #d4f4f1 0, #b2dcda 100%);
  }

  .buy-notice {
    padding: 50px 0 20px;
  }

  .buy-notice-mobile {
    display: none;
  }

  .buy-notice-desktop {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

@media (min-width: 1200px) {
  .buy-h1 {
    font-size: 51px;
    line-height: 61px;
    margin-bottom: 7px;
  }

  .buy-h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .buy-block {
    gap: 40px;
  }

  .buy-block.buy-block--delivery {
    gap: 31px;
    padding: 38px 0 64px;
  }

  .buy-block.buy-block--delivery .buy-block__items {
    gap: 10px;
  }

  .buy-block.buy-block--delivery .buy-block__item {
    width: 39.8%;
    height: 191px;
  }

  .buy-block__items {
    gap: 11px 9px;
  }

  .buy-block__item {
    border-radius: 10px;
    width: calc(20% - 36px / 5);
    height: 175px;
  }

  .buy-block__logo {
    max-height: 85px;
  }

  .buy-block.buy-block--delivery .buy-block__logo {
    max-height: 109px;
  }

  .breadcrumbs {
    padding-top: 68px;
    margin-bottom: 29px;
  }

  .buy-block {
    margin-bottom: 68px;
  }
}

@media (min-width: 1280px) {
  .HeaderDesktop_headerContent__1imiP {
    height: 83px;
  }

  .HeaderDesktop_headerContent__1imiP .HeaderDesktop_logo__og0F4 {
    width: 190px;
    height: 47px;
  }

  .HeaderDesktop_headerMenu__2CFMU ul li {
    margin-right: 12px;
  }

  .HeaderDesktop_headerMenu__2CFMU ul li a {
    padding: 7px 16px;
    font-size: 14px;
  }

  .WhereToBuyButton_buyButtonHeader__1k5Z_ {
    padding: 8px 24px 7px;
    border: 2px solid #02858e;
    font-size: 14px;
    line-height: 1;
  }

  .FooterDesktop_footer__180ZT {
    font-size: 12px;
  }

  .FooterDesktop_footer__180ZT .FooterDesktop_footerContent__2Jwi8 {
    padding-top: 20px;
    padding-bottom: 26px;
  }

  .mainContent {
    margin-top: 83px;
  }
}

@media (min-width: 1440px) {
  .buy-h1 {
    font-size: 60px;
    line-height: 73px;
    margin-bottom: 29px;
  }

  .buy-h2 {
    font-size: 44px;
    line-height: 54px;
  }

  .buy-block {
    gap: 36px;
  }

  .buy-block.buy-block--delivery {
    gap: 36px;
    padding: 59px 0 57px;
  }

  .buy-block__items {
    gap: 14px 12px;
  }

  .buy-block__item {
    border-radius: 12px;
    width: calc(20% - 48px / 5);
    height: 210px;
  }

  .buy-block.buy-block--delivery .buy-block__item {
    height: 230px;
  }

  .buy-block__text-link {
    font-size: 14px;
    line-height: 17px;
    bottom: 16px;
  }

  .buy-block__logo {
    max-height: 102px;
  }

  .buy-block.buy-block--delivery .buy-block__logo {
    max-height: 131px;
  }

  .HeaderDesktop_headerContent__1imiP {
    height: 103px;
  }

  .HeaderDesktop_headerContent__1imiP .HeaderDesktop_logo__og0F4 {
    width: 249px;
    height: 61px;
  }

  .HeaderDesktop_headerMenu__2CFMU ul li {
    margin-right: 18px;
  }

  .HeaderDesktop_headerMenu__2CFMU ul li a {
    padding: 8px 18px;
    font-size: 16px;
    border: 3px solid transparent;
  }

  .HeaderDesktop_headerMenu__2CFMU ul li a:hover:after {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .buyButton {
    padding: 9px 32px 8px;
    font-size: 16px;
    border: 3px solid #02858e;
  }

  .FooterDesktop_footer__180ZT {
    font-size: 13px;
  }

  .FooterDesktop_footer__180ZT .FooterDesktop_footerContent__2Jwi8 {
    padding-top: 24px;
    padding-bottom: 30px;
  }

  .FooterDesktop_footer__180ZT .FooterDesktop_footerContent__2Jwi8 .FooterDesktop_footerTop__29_8_ > div:first-child {
    margin-bottom: 0;
  }

  .FooterDesktop_footer__180ZT .FooterDesktop_footerContent__2Jwi8 .FooterDesktop_footerBottom__3Vb70 {
    margin-top: -24px;
  }

  .FooterDesktop_footer__180ZT .FooterDesktop_footerContent__2Jwi8 .FooterDesktop_footerBottom__3Vb70 > div {
    line-height: 1.6;
  }

  .mainContent {
    margin-top: 103px;
  }

  .buy-notice {
    padding: 77px 0 23px;
  }
}


@media (min-width: 1600px) {
  .FooterDesktop_footer__180ZT .FooterDesktop_footerContent__2Jwi8 .FooterDesktop_footerTop__29_8_ {
    align-items: center;
    flex-direction: row;
  }
}

@media (min-width: 1815px) {
  .buy-block.buy-block--delivery::before {
    left: calc((100vw - 1815px + 40px) / 2 *(-1));
  }
}

@media (min-width: 1920px) {
  .buy-block__items {
    gap: 14px 19px;
  }

  .buy-block.buy-block--delivery {
    padding: 59px 0 101px;
  }

  .buy-block.buy-block--delivery .buy-block__items {
    gap: 21px;
  }

  /* .buy-block.buy-block--delivery .buy-block__item {
    width: calc(50% - 15px);
  } */

  .buy-block__item {
    width: calc(20% - 76px / 5);
  }

  .buy-block__logo {
    max-height: 125px;
  }

  .buy-block.buy-block--delivery .buy-block__logo {
    max-height: 151px;
  }

  .FooterDesktop_footer__180ZT {
    font-size: 14px;
  }

  .FooterDesktop_footer__180ZT .FooterDesktop_footerContent__2Jwi8 {
    padding-top: 28px;
    padding-bottom: 34px;
  }

  .FooterDesktop_footer__180ZT .FooterDesktop_footerContent__2Jwi8 .FooterDesktop_footerBottom__3Vb70 > div {
    line-height: 1.7;
  }

  .buy-notice {
    padding: 94px 0 31px;
  }
}

.CookiesPopup_cookiesPopup__2z4OF {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(2, 133, 142, .9);
  padding: 20px;
  z-index: 10000;
  display: none
}

.CookiesPopup_cookiesPopupOpened__xe7po {
  display: block
}

.CookiesPopup_cookiesPopup__2z4OF .CookiesPopup_container__TJsaA {
  position: relative;
  display: -moz-box;
  display: flex;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
  -moz-box-align: center;
  align-items: center
}

.CookiesPopup_cookiesPopup__2z4OF .CookiesPopup_content__10bSh {
  color: #fff
}

.CookiesPopup_cookiesPopup__2z4OF .CookiesPopup_content__10bSh a {
  color: #fff;
  text-decoration: underline
}

.CookiesPopup_cookiesPopup__2z4OF .CookiesPopup_content__10bSh a:hover {
  text-decoration: none
}

.CookiesPopup_cookiesPopup__2z4OF .CookiesPopup_cookiesClose__3djtZ {
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.17646 7.53066L1.35353 13.3536L0.646423 12.6465L6.46935 6.82355L0.99939 1.35359L1.7065 0.646484L7.17646 6.11645L12.6464 0.646484L13.3535 1.35359L7.88357 6.82355L13.7065 12.6465L12.9994 13.3536L7.17646 7.53066Z' fill='white'/%3E%3C/svg%3E%0A");
  background-color: transparent;
  border: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer
}

.CookiesPopup_cookiesPopup__2z4OF .CookiesPopup_buttons__3W5aF {
  text-align: center;
  flex-shrink: 0;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -moz-box-pack: center;
  justify-content: center;
  margin: 0 20px
}

.CookiesPopup_cookiesPopup__2z4OF .CookiesPopup_cookiesYes__27leu {
  background: transparent;
  border: 3px solid #fff;
  border-radius: 50px;
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  padding: .5em 1em;
  cursor: pointer
}

.CookiesPopup_cookiesPopup__2z4OF .CookiesPopup_cookiesYes__27leu:hover {
  background-color: #fff;
  color: #02858e
}

.CookiesPopup_cookiesPopup__2z4OF .CookiesPopup_cookiesNo__3w_ko {
  background: transparent;
  color: #fff;
  font-size: .9em;
  text-decoration: underline;
  border: none;
  margin-top: 10px;
  cursor: pointer
}

.CookiesPopup_cookiesPopup__2z4OF .CookiesPopup_cookiesNo__3w_ko:hover {
  text-decoration: none
}

@media screen and (max-width: 991px) {
  .CookiesPopup_cookiesPopup__2z4OF .CookiesPopup_container__TJsaA {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column
  }

  .CookiesPopup_cookiesPopup__2z4OF .CookiesPopup_buttons__3W5aF {
    margin: 20px 0 0
  }
}


/* End */
/* /local/templates/main/assets/css/pages/buy.css?176898811130439 */
