/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Arial Narrow */
@font-face {
  font-family: "Arial Narrow";
  src: local("Arial Narrow"), url("../fonts/ArialNarrow.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Circe */
@font-face {
  font-family: "Circe";
  src: local("Circe"), local("Circe-Regular"),
  url("../fonts/Circe-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circe";
  src: local("Circe Bold"), local("Circe-Bold"),
  url("../fonts/Circe-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circe";
  src: local("Circe Extra Bold"), local("Circe-ExtraBold"),
  url("../fonts/Circe-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* Foco */
@font-face {
  font-family: "Foco";
  src: local("Foco Trial Light"), local("FocoTrial-Light"),
  url("../fonts/FocoTrial-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Foco";
  src: local("Foco Trial Light Italic"), local("FocoTrial-LightItalic"),
  url("../fonts/FocoTrial-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Foco";
  src: local("Foco Trial"), local("FocoTrial-Regular"),
  url("../fonts/FocoTrial-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Foco";
  src: url("../fonts/FocoTrial-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Jost */
@font-face {
  font-family: "Jost";
  src: local("Jost* Book"), local("Jost-Book"),
  url("../fonts/Jost-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: local("Jost* Medium"), local("Jost-Medium"),
  url("../fonts/Jost-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: local("Jost* Semi"), local("Jost-Semi"),
  url("../fonts/Jost-Semi.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: local("Jost* Bold"), local("Jost-Bold"),
  url("../fonts/Jost-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Foco", sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
body.policy .whiteWrapper a {
  border-bottom: 1px solid;
}
body.policy h2 {
  line-height: 35px;
}
body.composition h2 {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 20px;
  color: #243a8d;
}
body.composition .compositionDescription {
  font-size: 22px;
  line-height: 34px;
  color: #535353;
  max-width: 870px;
}
body.composition h1 {
  line-height: 86px;
}
body.composition .breadcrumbs {
  color: #243a8d;
}
body.composition .breadcrumbs a {
  border-bottom: 1px solid #243a8d;
}
body.composition .compositionBg {
  background-size: 100% !important;
  background-position-y: -175px !important;
  background-repeat: no-repeat !important;
  height: 900px;
  position: absolute;
  width: 100%;
}
body.composition .compositionBg:after {
  content: "";
  display: block;
  width: 100%;
  background: url(/img/composition/bottomShadow.png);
  height: 302px;
  position: absolute;
  bottom: 0;
}
body.wounds .callusesTop {
  background: #5db56e;
}
body.wounds .callusesTop .topImg {
  position: absolute;
  top: -65px;
  right: 0;
}
body.wounds .callusesTop h1 {
  font-size: 66px;
  line-height: 84px;
  color: #fff;
  text-shadow: 0 5px 33px rgba(0, 0, 0, 0.12);
}
body.patch .breadcrumbs {
  color: #000;
}
body.patch .breadcrumbs a {
  border-bottom: 1px solid #000;
}
body.patch .breadcrumbs a:hover {
  border-bottom: 1px solid transparent;
}
body.articles .footnote {
  margin: 80px 0 5px 0;
}
body.articles footer {
  background: #deeff9;
  border: 2px solid transparent;
}
body.articles .patchesWrapper {
  padding: 0 60px 30px 67px;
}
body.articles h1 {
  font-size: 106px;
  margin-top: 45px;
  margin-bottom: -2px;
}
body.articles .mainContent {
  background: rgba(140, 218, 255, 0.2);
  color: #243a8d;
}
body.articles .breadcrumbs {
  color: #243a8d;
}
body.articles .breadcrumbs a {
  border-bottom: 1px solid #243a8d;
}
body.articles .breadcrumbs a:hover {
  border-bottom: 1px solid transparent;
}
body.articles.article .disclaimer {
  margin-bottom: -20px;
  color: #000;
  margin-top: 55px;
}
body.articles.article h1 {
  font-size: 66px;
  line-height: 86px;
}

a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 66px;
  line-height: 110px;
  text-transform: uppercase;
  color: #243a8d;
}

h2 {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 20px;
  margin-top: 45px;
  margin-bottom: 35px;
}

p {
  line-height: 1.4;
}

* {
  box-sizing: border-box;
}

#next {
  display: flex;
  flex-direction: column;
}

.wrapper {
  position: relative;
  width: 100%;
  max-width: 1825px;
  margin: 0 auto;
}

.wrapper.padding {
  padding: 0 5px 0 60px;
}

.header {
  display: flex;
  align-items: center;
  line-height: 0;
  flex: 0 0 auto;
  max-width: 1920px;
  position: sticky;
  top: 0;
  z-index: 9;
  background: #fff;
}
.header .whereBuy {
  background: #ffff00;
  display: table;
  padding: 14px 39px 8px 39px;
  color: #000;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin-left: 7px;
  cursor: pointer;
  border-radius: 100px;
  position: relative;
  top: -1px;
  transition: 0.5s all;
}
.header .whereBuy:hover {
  transform: scale(0.94);
}

.menu {
  margin-left: 90px;
  display: flex;
  align-items: center;
}
.menu ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  transform: translateY(3px);
}
.menu ul li {
  margin-right: 25px;
}
.menu ul li a {
  padding: 14px 11px 8px 16px;
  color: #0c3791;
  text-transform: uppercase;
  font-size: 24px;
  position: relative;
  transition: 0.9s all;
}
.menu ul li a.active {
  font-weight: 700;
}
.menu ul li a:hover:before {
  width: 100%;
}
.menu ul li a:before {
  background: linear-gradient(to left, #ddd 50%, #ddd 50%);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  transition: 0.5s all;
}

.mainContent {
  flex: 1 0 auto;
  position: relative;
  overflow: hidden;
}

footer {
  height: 160px;
  width: 100%;
  background: #fff;
  display: table;
  border-top: 2px solid #e7f3f4;
  color: #0c3791;
  font-family: "Circe", sans-serif;
  font-size: 14px;
  margin-top: -6px;
  z-index: 1;
  position: relative;
}

/* Carousel Plugin */
.carousel-root,
.carousel-slider,
.slider-wrapper,
.slider {
  height: 100%;
}

.carousel .slide img {
  width: auto !important;
}

.slider {
  min-height: 947px;
}

.topPatches {
  width: 100%;
  background: #e33d9c no-repeat;
  background-size: cover;
  min-height: 845px;
  transition: 0.3s all;
}
.topPatches.numCategory0 {
  background-color: #91cb44;
}
@media screen and (min-width: 992px) {
  .topPatches.numCategory0 {
    background-image: url("../img/homeSlider/3.png");
  }
}
.topPatches.numCategory1 {
  background-color: #e23e98;
}
@media screen and (min-width: 992px) {
  .topPatches.numCategory1 {
    background-image: url("../img/homeSlider/2.png");
  }
}
.topPatches.numCategory1 .descriptionPatches {
  max-width: 795px;
}
.topPatches.numCategory2 {
  background-color: #64e2ff;
}
@media screen and (min-width: 992px) {
  .topPatches.numCategory2 {
    background-image: url("../img/homeSlider/1.png");
  }
}
.topPatches.numCategory2 .descriptionPatches {
  max-width: 700px;
}
.topPatches.numCategory3 {
  background-color: #44bab5;
}
@media screen and (min-width: 992px) {
  .topPatches.numCategory3 {
    background-image: url("../img/homeSlider/5.png");
  }
}
.topPatches.numCategory4 {
  background-color: #6be0e3;
}
@media screen and (min-width: 992px) {
  .topPatches.numCategory4 {
    background-image: url("../img/homeSlider/6.png");
  }
}
.topPatches.numCategory5 {
  background-color: #f5aa93;
}
@media screen and (min-width: 992px) {
  .topPatches.numCategory5 {
    background-image: url("../img/homeSlider/7.png");
  }
}

.patchesWrapper {
  padding: 0 60px 129px 67px;
  position: relative;
}
.patchesWrapper.bottomNull {
  padding-bottom: 0;
}
.patchesWrapper .manImg {
  position: absolute;
  right: -25px;
  bottom: 40px;
}
.patchesWrapper .descriptionPatches {
  max-width: 901px;
  margin-left: 8px;
}
.patchesWrapper .descriptionPatches .titlePatches {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 18px;
  line-height: 1;
}
.patchesWrapper .descriptionPatches p {
  margin: 0;
  padding: 0;
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  line-height: 1.47;
  letter-spacing: 0.2px;
}

.breadcrumbs {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  padding: 70px 0 26px 6px;
  display: flex;
  align-items: center;
}
.breadcrumbs span {
  margin: 0 9px;
}
.breadcrumbs a {
  border-bottom: 1px solid #fff;
  transition: 0.3s all;
  display: table;
  line-height: 0.8;
  transform: translate(0px, 1px);
}
.breadcrumbs a:hover {
  border-bottom: 1px solid transparent;
}

.contraindications {
  position: relative;
  display: table;
  margin: 0 auto;
  padding-bottom: 36px;
  padding-top: 22px;
}

.descriptionPatches {
  transition: 0.3s all;
}

.footnote {
  font-family: "Arial Narrow", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 55px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #000;
  opacity: 0.1;
  padding-bottom: 25px;
}
@media screen and (max-width: 1023px) {
  .footnote {
    display: none;
  }
}
.footnote--whereBuy {
  display: block;
  padding: 0 23px 25px;
  font-size: 42px;
  line-height: 53px;
  font-weight: 450;
  opacity: 1;
  color: #e5e5e5;
  letter-spacing: 0;
  margin-top: 32px;
}
@media screen and (min-width: 520px) {
  .footnote--whereBuy {
    padding: 0 29px 25px;
    margin-top: 57px;
  }
}
@media screen and (min-width: 1200px) {
  .footnote--whereBuy {
    margin-top: 0;
  }
}

.modal__Overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.5019607843);
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: fixed;
  inset: 0;
}
.modal__Overlay--after-open {
  display: flex;
}

.buttonWhite {
  background: #fff;
  border: 2px solid #243a8d;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 153px;
  height: 45px;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 0;
  text-transform: uppercase;
  color: #243a8d;
  margin-right: 26px;
  cursor: pointer;
  transition: all 0.3s;
}
.buttonWhite:hover {
  background: #243a8d;
  color: #fff;
}
.buttonWhite:last-child {
  margin-right: 0;
}
.link_groupButton .buttonWhite_Yes {
	border: 2px solid #fff000 !important;
	background: #fff000 !important;
}

.link_groupButton .buttonWhite_Yes:hover {
	border: 2px solid #243a8d !important;
	background: #243a8d !important;
}

.link_groupButton .buttonWhite_No {
	border: 2px solid #243a8d !important;
	background: #243a8d !important;
	color: #fff !important;
}

.link_groupButton .buttonWhite_No:hover {
	border: 2px solid #fff000 !important;
	background: #fff000 !important;
	color: #243a8d !important;
}
.disclaimer {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  opacity: 0.4;
  margin-bottom: 50px;
  margin-top: 50px;
}
.disclaimer--whereBuy {
  color: #000;
  font-size: 18px;
  line-height: 23px;
  font-weight: 450;
  background: #f4f5f9;
  align-items: center;
  display: none;
}
.disclaimer--whereBuy img {
  width: 28px;
  height: 28px;
  margin-right: 9px;
}
@media screen and (min-width: 1200px) {
  .disclaimer--whereBuy {
    display: flex;
    margin: 107px 20px 12px;
    padding: 3px 44px;
  }
  .disclaimer--whereBuy img {
    margin-right: 7px;
  }
}
@media screen and (min-width: 1600px) {
  .disclaimer--whereBuy {
    margin: 79px 29px 23px;
    padding: 3px 52px;
  }
  .disclaimer--whereBuy img {
    margin-right: 9px;
  }
}

.disclaimer_step {
  word-break: break-word;
  margin-bottom: 15px;
}
.disclaimer_step span {
  margin-right: 10px;
}

span.separateFamilyPatch {
  display: table;
  line-height: 1.4;
  margin-bottom: 15px;
}
span.separateFamilyPatch:last-child {
  margin-bottom: 0;
}

.whiteWrapper {
  background: #fff;
  box-shadow: 0 5px 33px -1px rgba(0, 0, 0, 0.12);
  padding: 65px;
  margin: 25px 10px 0;
}
.whiteWrapper p {
  font-size: 18px;
  line-height: 24px;
  color: #535353;
  margin: 25px 0;
}

.callusesTop {
  background: #5db7da;
  overflow: hidden;
  position: relative;
  padding-bottom: 450px;
}
.callusesTop--transparent {
  background: transparent;
  overflow: visible;
  padding-bottom: 0 !important;
}
.callusesTop .callusesHorizontal {
  margin-top: 115px;
  margin-bottom: 105px;
}
.callusesTop h2 {
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  font-family: "Foco", sans-serif;
}
.callusesTop .topDescription {
  max-width: 740px;
  margin-bottom: 60px;
}
.callusesTop .topDescription p {
  margin-bottom: 35px;
}
.callusesTop p {
  font-size: 22px;
  line-height: 34px;
  color: #fff;
}
.callusesTop .wrapper {
  z-index: 1;
}
.callusesTop .topImg {
  position: absolute;
  top: -55px;
  right: -100px;
}
.callusesTop h1 {
  font-size: 82px;
  line-height: 90px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 5px 33px rgba(0, 0, 0, 0.12);
}
.callusesTop h1 sup {
  font-family: "Circe", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  left: -10px;
  margin-right: -15px;
}

.footNoteWarning {
  background: #f4f5f9;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  height: 46px;
  padding-left: 63px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.footNoteWarning.article {
  position: absolute;
  z-index: 1;
  width: 100%;
  padding: 11px;
  bottom: -25px;
  font-size: 12px;
  line-height: 15px;
}
.footNoteWarning.article .imgWarning {
  flex: none;
}
.footNoteWarning.index {
  margin-top: 14px;
}
.footNoteWarning span {
  padding-top: 5px;
}
.footNoteWarning .imgWarning {
  width: 28px;
  height: 28px;
  background: #f4f5f9;
  border: 2px solid #000;
  box-sizing: border-box;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-right: 15px;
}

.compositionAdditionalText {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #535353;
  margin-top: 35px;
}
.compositionAdditionalText.mt {
  margin-top: 70px;
}
.compositionAdditionalText .disclaimer {
  margin-top: 75px;
  margin-bottom: 35px;
}

.vacationAidKitBullBlock {
  max-width: 1325px;
}
.vacationAidKitBullBlock.mb {
  margin-bottom: 90px;
}
.vacationAidKitBullBlock.df {
  display: flex;
}
.vacationAidKitBullBlock.df > div:nth-child(1) {
  margin-right: 310px;
}
.vacationAidKitBullBlock p {
  display: flex;
  align-items: flex-start;
}
.vacationAidKitBullBlock p span {
  color: #243a8d;
  font-size: 25px;
  display: table;
  transform: translateY(-4px);
  margin-right: 13px;
}

.warningWounds {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #fff;
  font-size: 25px;
  line-height: 38px;
  margin: -25px 0px 95px 0px;
}
.warningWounds .IconWounds {
  flex: none;
  width: 55px;
  height: 55px;
  border: 5px solid #fff;
  box-sizing: border-box;
  margin-right: 18px;
  font-weight: 900;
  font-size: 30px;
  display: flex;
  align-content: center;
  justify-content: center;
  border-radius: 100px;
  line-height: 55px;
  color: #fff;
}

.policyPage .listConditional {
  display: flex;
  align-items: flex-start;
}
.policyPage .listConditional.last {
  margin-bottom: -20px;
}
.policyPage .listConditional > div p:first-child {
  margin-top: 0;
}
.policyPage .listConditional span {
  margin-right: 30px;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #243a8d;
}
.policyPage .ul {
  margin-bottom: 35px;
}
.policyPage .ul li {
  font-size: 27px;
  color: #243a8d;
}

.conditionalPage .listConditional {
  display: flex;
  align-items: flex-start;
}
.conditionalPage .listConditional.last {
  margin-bottom: -20px;
}
.conditionalPage .listConditional > div p:first-child {
  margin-top: 0;
}
.conditionalPage .listConditional span {
  margin-right: 30px;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #243a8d;
}

.whereBuy.wrapper {
  max-width: 100%;
  padding: 0;
}
.whereBuy .wrapper-heading {
  background: #f5f5f5;
  padding: 0 16px 30px;
}
@media screen and (min-width: 540px) {
  .whereBuy .wrapper-heading {
    padding: 0 20px 36px;
  }
}
@media screen and (min-width: 1200px) {
  .whereBuy .wrapper-heading {
    padding: 0 20px 38px;
  }
}
@media screen and (min-width: 1600px) {
  .whereBuy .wrapper-heading {
    padding: 0 29px 68px;
  }
}
.whereBuy .patchesWrapper {
  padding: 0;
}
.whereBuy .breadcrumbs {
  color: #0c3791;
  font-weight: 450;
  padding-bottom: 29px;
}
.whereBuy .heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0;
  color: #253a8d;
  margin-bottom: 7px;
  text-transform: uppercase;
}
@media screen and (min-width: 520px) {
  .whereBuy .heading {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 11px;
  }
}
@media screen and (min-width: 1200px) {
  .whereBuy .heading {
    font-size: 60px;
    line-height: 77px;
    margin-bottom: 25px;
  }
}
.whereBuy .content__heading {
  font-size: 18px;
  font-weight: 450;
  line-height: 23px;
  color: #253a8d;
  margin-bottom: 32px;
}
@media screen and (min-width: 520px) {
  .whereBuy .content__heading {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .whereBuy .content__heading {
    margin-bottom: 34px;
    font-size: 44px;
    line-height: 56px;
  }
}
.whereBuy .wrapper-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 8px;
}
@media screen and (min-width: 540px) {
  .whereBuy .wrapper-cards {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .whereBuy .wrapper-cards {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 11px 7px;
  }
}
@media screen and (min-width: 1600px) {
  .whereBuy .wrapper-cards {
    gap: 14px 19px;
  }
}
.whereBuy .order {
  padding: 31px 22px 0;
}
@media screen and (min-width: 540px) {
  .whereBuy .order {
    padding: 30px 20px 0;
  }
}
@media screen and (min-width: 1200px) {
  .whereBuy .order {
    padding: 70px 20px 0;
  }
}
@media screen and (min-width: 1600px) {
  .whereBuy .order {
    padding: 59px 29px 0;
  }
}
.whereBuy .order__heading {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 450;
  line-height: 23px;
  color: #253a8d;
}
@media screen and (min-width: 520px) {
  .whereBuy .order__heading {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .whereBuy .order__heading {
    font-size: 44px;
    line-height: 56px;
    margin-bottom: 29px;
  }
}
@media screen and (min-width: 1600px) {
  .whereBuy .order__heading {
    margin-bottom: 34px;
  }
}
.whereBuy .order__wrapper {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
@media screen and (min-width: 540px) {
  .whereBuy .order__wrapper {
    display: grid;
    grid-template-columns: minmax(auto, 235px) minmax(auto, 235px);
    gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .whereBuy .order__wrapper {
    grid-template-columns: minmax(auto, 457px) minmax(auto, 457px);
    gap: 10px;
  }
}
@media screen and (min-width: 1600px) {
  .whereBuy .order__wrapper {
    grid-template-columns: minmax(auto, 732px) minmax(auto, 732px);
    gap: 21px;
  }
}

@media screen and (max-width: 1023px) {
  .conditionalPage .listConditional span {
    margin-right: 10px;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    color: #243a8d;
  }
}
@media screen and (max-width: 1890px) {
  .whereBuy {
    padding: 0 !important;
  }
  .footNoteWarning {
    font-size: 16px;
  }
  .callusesTop .callusesHorizontal {
    margin-top: 75px;
    margin-bottom: 90px;
  }
  .callusesTop .topImg {
    width: 1295px;
  }
  .callusesTop h2 {
    font-size: 42px;
    line-height: 48px;
  }
  .callusesTop h1 {
    font-size: 62px;
    line-height: 66px;
  }
  .callusesTop p {
    font-size: 20px;
    line-height: 30px;
  }
  .callusesTop .topDescription {
    margin-bottom: 45px;
    max-width: 700px;
  }
  .callusesTop .topDescription p {
    margin-bottom: 30px;
  }
  body.composition .compositionBg {
    background-size: cover !important;
    height: 650px;
    background-position-y: inherit !important;
  }
  body.composition .compositionDescription {
    font-size: 18px;
    line-height: 30px;
    color: #535353;
    max-width: 770px;
  }
  body.composition h1 {
    line-height: 61px;
    font-size: 48px;
  }
  body.wounds .callusesTop .topDescription {
    max-width: 680px;
  }
  body.wounds .callusesTop h1 {
    font-size: 62px;
    line-height: 66px;
  }
  body.wounds .callusesTop h1 sup {
    font-size: 32px;
  }
  body.articles h1 {
    line-height: 65px;
    font-size: 54px;
    margin-top: 15px;
    margin-bottom: -15px;
  }
  body.articles.article h1 {
    line-height: 65px;
    font-size: 54px;
    margin-top: 15px;
    margin-bottom: -15px;
  }
  .footnote {
    font-size: 34px;
    line-height: 42px;
  }
  .topPatches {
    min-height: 710px;
  }
  .topPatches.numCategory1 .descriptionPatches {
    max-width: 43.92vw;
  }
  .topPatches.numCategory2 .descriptionPatches {
    max-width: 500px;
  }
  .patchesWrapper .manImg {
    bottom: 64px;
    width: 655px;
    right: -30px;
  }
  .patchesWrapper .descriptionPatches {
    max-width: 39.17vw;
    position: relative;
    z-index: 1;
  }
  .patchesWrapper .descriptionPatches p {
    font-size: 18px;
  }
  .patchesWrapper .descriptionPatches .titlePatches {
    font-size: 26px;
  }
  .contraindications {
    width: 100%;
    padding: 22px 30px 35px 22px;
  }
  .wrapper {
    padding: 0 30px;
  }
  .wrapper.padding {
    padding: 0 30px 0 60px;
  }
  .slider {
    min-height: 52.86vw;
  }
  .header {
    justify-content: space-between;
    padding: 0;
  }
  .header .whereBuy {
    padding: 11px 20px 8px 20px;
    font-size: 18px;
    margin-left: 10px;
    margin-right: 30px;
  }
  .menu {
    margin-left: 4.03vw;
  }
  .menu ul li {
    margin-right: 10px;
  }
  .menu ul li a {
    padding: 12px 11px 8px 14px;
    font-size: 16px;
  }
  .logo img {
    width: 16.91vw;
    max-width: 275px;
  }
  footer {
    height: 140px;
    font-size: 11px;
  }
}
.footnoteMobile {
  display: table;
}
@media screen and (min-width: 1024px) {
  .footnoteMobile {
    display: none;
  }
}

@media screen and (max-width: 1365px) {
  .warningWounds {
    font-size: 14px;
    line-height: 24px;
    margin: -25px 0px 75px 0px;
  }
  .warningWounds .IconWounds {
    width: 40px;
    height: 40px;
    border: 3px solid #fff;
    font-size: 21px;
    line-height: 42px;
    color: #fff;
  }
  .footnoteMobile {
    width: 100%;
    margin: 20px 0 25px 0;
    padding: 0 11px;
  }
  .footNoteWarning.article .imgWarning {
    flex: none;
    width: 20px;
    height: 20px;
    font-size: 12px;
    transform: translateY(3px);
  }
  .disclaimer {
    font-size: 12px;
    line-height: 20px;
  }
  .callusesTop .callusesHorizontal {
    margin-bottom: 73px;
  }
  .callusesTop .topDescription {
    margin-bottom: 30px;
    max-width: 425px;
  }
  .callusesTop .topDescription p {
    margin-bottom: 25px;
  }
  .callusesTop p {
    font-size: 16px;
    line-height: 24px;
  }
  .callusesTop h1 {
    font-size: 42px;
    line-height: 48px;
  }
  .callusesTop h1 sup {
    font-size: 32px;
  }
  .callusesTop .topImg {
    width: 955px;
    top: -25px;
    right: -90px;
  }
  .footNoteWarning {
    font-size: 14px;
    padding-left: 20px;
  }
  .whiteWrapper {
    padding: 40px;
  }
  .compositionAdditionalText {
    font-size: 16px;
  }
  body.composition h1 {
    line-height: 53px;
    font-size: 44px;
  }
  body.wounds .callusesTop .topDescription {
    max-width: 375px;
  }
  body.wounds .callusesTop h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  body.wounds .callusesTop h1 sup {
    font-size: 22px;
  }
  body.articles h1 {
    line-height: 53px;
    font-size: 46px;
    margin-top: 5px;
    margin-bottom: 35px;
  }
  body.articles.article h1 {
    line-height: 53px;
    font-size: 46px;
    margin-top: 5px;
  }
  .footnote {
    font-size: 24px;
    line-height: 30px;
  }
  .topPatches {
    min-height: 605px;
  }
  .topPatches.numCategory2 .descriptionPatches {
    max-width: 31.74vw;
  }
  .patchesWrapper .descriptionPatches {
    margin-left: 16px;
  }
  .patchesWrapper .descriptionPatches p {
    font-size: 16px;
  }
  .patchesWrapper .descriptionPatches .titlePatches {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .breadcrumbs {
    padding: 45px 0 35px 6px;
    font-size: 12px;
  }
  .logo img {
    width: 14.91vw;
  }
  .header .whereBuy {
    padding: 11px 15px 8px 15px;
    font-size: 14px;
  }
  footer {
    height: 155px;
    font-size: 11px;
  }
  .menu ul {
    transform: translateY(2px);
  }
  .menu ul li {
    margin-right: 5px;
  }
  .menu ul li a {
    padding: 11px 8px 6px 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .disclaimer_step span {
    margin-right: 5px;
  }
  .whiteWrapper {
    box-shadow: 0 1.55695px 10.2759px -0.31139px rgba(0, 0, 0, 0.12);
    margin: 0;
    margin-top: 25px;
    padding: 20px 15px 15px 15px;
  }
  .whiteWrapper h2 {
    margin-top: 19px;
    margin-bottom: -4px;
    font-size: 12px;
    line-height: 18px;
  }
  .whiteWrapper p {
    color: #535353;
    margin: 15px 0;
    font-size: 10px;
    line-height: 12px;
  }
  .vacationAidKitBullBlock p {
    margin: 0 0 10px;
  }
  .vacationAidKitBullBlock p span {
    color: #243a8d;
    font-size: 18px;
    height: 13px;
    display: block;
  }
  .vacationAidKitBullBlock.df {
    flex-direction: column;
  }
  .vacationAidKitBullBlock.df > div:nth-child(1) {
    margin-right: 0;
  }
  .warningWounds {
    font-size: 12px;
    line-height: 14px;
    margin: 30px 0 25px 0;
  }
  .callusesTop {
    padding-bottom: 145px;
  }
  .callusesTop:before {
    content: "";
    background: linear-gradient(180deg, #000000 0%, rgba(95, 177, 206, 0) 100%);
    opacity: 0.4;
    width: 100%;
    height: 115px;
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
  }
  .callusesTop .callusesHorizontal {
    margin-top: 0;
    margin-bottom: -8px;
  }
  .callusesTop .callusesHorizontal h2 {
    margin-top: 33px;
  }
  .callusesTop .topDescription {
    margin-bottom: 25px;
  }
  .callusesTop .topDescription p {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 15px;
  }
  .callusesTop .topImg {
    width: 525px;
    top: -68px;
    right: -28px;
  }
  .callusesTop h2 {
    font-size: 12px;
    line-height: 20px;
  }
  .callusesTop h2 br {
    display: none;
  }
  .callusesTop h1 {
    font-size: 22px;
    line-height: 30px;
    margin-top: 115px;
  }
  .callusesTop h1 sup {
    font-size: 20px;
    left: -2px;
  }
  .buttonWhite {
    margin-right: 12px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 9px;
    line-height: 0;
    width: 70px;
    height: 22px;
  }
  .disclaimer {
    font-size: 10px;
    line-height: 15px;
    margin-bottom: 0;
  }
  .disclaimer_step {
    display: block;
  }
  .compositionAdditionalText {
    font-size: 10px;
    line-height: 12px;
    margin-top: 13px;
  }
  .compositionAdditionalText.mt {
    margin-top: 20px;
    margin-bottom: -60px;
  }
  .compositionAdditionalText .disclaimer {
    margin-top: 14px;
    margin-bottom: 20px;
    font-size: 8px;
    line-height: 12px;
  }
  .compositionAdditionalText .disclaimer_step span {
    margin-right: 5px;
  }
  body.articles footer {
    background: #f4f5f9;
  }
  body.articles.article .disclaimer {
    margin-bottom: 0;
    color: #000;
    margin-top: 25px;
  }
  body.articles.article.conditions .footnoteMobile {
    background: transparent;
    margin: 0;
    padding: 25px 11px 20px 11px;
  }
  body.articles.article .footnoteMobile {
    background: #fff;
    margin: -395px 0 0;
    padding: 420px 11px 20px 11px;
  }
  body.articles.article h1 {
    margin-top: -24px;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: -37px;
  }
  body.articles.article h1 br {
    display: none;
  }
  body.articles h1 {
    font-size: 32px;
    line-height: 36px;
    margin-top: -10px;
    margin-bottom: -13px;
    margin-left: -2px;
  }
  body.articles .patchesWrapper {
    padding: 0 0 30px 0;
  }
  body.wounds .footnoteMobile {
    margin-top: -125px;
  }
  body.wounds .slick-list {
    overflow: hidden;
    box-shadow: 0 0.87033px 5.74416px -0.17406px rgba(0, 0, 0, 0.12);
  }
  body.wounds .slick-slide {
    padding: 0;
  }
  body.wounds .slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
  }
  body.wounds .slick-dots li {
    width: 9px;
    height: 9px;
    list-style: none;
    margin-right: 8px;
  }
  body.wounds .slick-dots li.slick-active button {
    background: #243a8d;
  }
  body.wounds .slick-dots li button {
    outline: none !important;
    width: 9px;
    height: 9px;
    background: #fff;
    border: 2px solid #243a8d;
    display: table !important;
    border-radius: 100px;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin-top: 16px;
  }
  body.policy h2 {
    line-height: 35px;
  }
  body.composition h2 {
    font-size: 14px;
    margin-top: 11px;
    margin-bottom: 15px;
  }
  body.composition .compositionBg {
    height: 180px;
  }
  body.composition .compositionBg:after {
    content: "";
    display: block;
    width: 100%;
    height: 55px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(
            to top,
            #ffffff 0%,
            rgba(255, 255, 255, 0) 100%
    );
  }
  body.composition .compositionDescription {
    font-size: 10px;
    line-height: 12px;
  }
  body.composition .compositionDescription br {
    display: none;
  }
  body.composition h1 {
    font-size: 22px;
    line-height: 30px;
    margin-top: 30px;
  }
  body.wounds .patchesWrapper {
    padding: 0 0 130px 0;
  }
  body.patch .breadcrumbs {
    color: #243a8d;
    opacity: 0.5;
  }
  body.patch .breadcrumbs a {
    color: #243a8d;
    border-bottom: 1px solid #243a8d;
  }
  body.patch .breadcrumbs span {
    color: #243a8d;
  }
  .patchesWrapper {
    padding: 0 0 130px 0;
  }
  .patchesWrapper .descriptionPatches {
    margin-left: 0;
    max-width: 100% !important;
    font-size: 12px;
    line-height: 16px;
  }
  .patchesWrapper .descriptionPatches p {
    font-size: 12px;
    line-height: 16px;
  }
  .topPatches {
    min-height: auto;
  }
  .breadcrumbs {
    padding: 26px 0 35px 0;
    font-weight: 300;
    font-size: 10px;
    line-height: 1.6;
    display: inline-table;
    opacity: 0.5;
  }
  .breadcrumbs a {
    float: left;
    transform: translate(0px, 4px);
  }
  .breadcrumbs span {
    float: left;
  }
  footer {
    background: #f4f5f9;
    border: 0;
  }
  .wrapper {
    padding: 0 11px;
  }
  .wrapper.padding {
    padding: 0 11px 0 11px;
  }
  .wrapper.header {
    height: 49px;
    background: #0b3791;
    padding: 0;
  }
  .logo {
    margin-left: -18px;
  }
  .logo img {
    width: 170px;
  }
  .menu {
    display: none;
  }
  .footNoteWarning.article {
    font-size: 10px;
    line-height: 9px;
    bottom: -27px;
  }
  .footNoteWarning .imgWarning {
    flex: none;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    font-size: 10px;
    margin-right: 8px;
    transform: translateY(5px);
  }
  .footNoteWarning.patches {
    align-items: flex-start;
    padding: 9px 11px;
    margin: -6px -10px 6px -10px;
    font-size: 10px;
    line-height: 13px;
    height: auto;
  }
  .footNoteWarning.index {
    align-items: flex-start;
    padding: 9px 11px;
    margin: -6px -10px 6px -10px;
    font-size: 12px;
    line-height: 13px;
    height: auto;
  }
}
.Footer_mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .Footer_mobile {
    display: block;
  }
}
.Footer_desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .Footer_desktop {
    display: block;
  }
}
.Footer_blockTop {
  display: flex;
  align-items: center;
  margin-top: 23px;
}
.Footer_blockTop > div:nth-child(2) {
  display: flex;
  align-items: center;
}
.Footer_blockTop > div:nth-child(2) span {
  margin: 0 15px;
}
.Footer_blockTop > div a {
  color: #000;
  display: table;
  border-bottom: 1px solid #000;
  transition: 0.3s all;
  line-height: 1;
  z-index: 1;
}
.Footer_blockTop > div a:hover {
  border-bottom: 1px solid transparent;
}
.Footer_blockTop > div:nth-child(1) {
  margin-right: 165px;
  display: flex;
  align-items: center;
}
.Footer_blockBottom {
  line-height: 1.6;
  margin-top: 20px;
}
.Footer_iconEye {
  margin-right: 10px;
}
.Footer_iconEye svg,
.Footer_iconEye img {
  position: relative;
  width: 19px;
  top: 1px;
}
.Footer_iconVeropharm {
  margin-bottom: 13px;
  margin-top: -3px;
}
.Footer_iconVeropharm svg,
.Footer_iconVeropharm img {
  width: 142px;
}
.Footer_absoluteRight {
  position: absolute;
  right: 0;
  top: 0;
}
.Footer_absoluteRight > div {
  line-height: 1.6;
  text-align: right;
}
.Footer_instruction {
  width: 472px;
  height: 32px;
  background: #fff;
  border: 2px solid #243a8d;
  box-sizing: border-box;
  position: absolute;
  right: 495px;
  top: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 0;
  text-transform: uppercase;
  color: #243a8d;
}
@media screen and (max-width: 1890px) {
  .Footer_instruction {
    width: 298px;
    height: 26px;
    right: auto;
    left: 635px;
    top: 24px;
    font-size: 8px;
  }
  .Footer_blockTop > div:nth-child(1) {
    margin-right: 55px;
  }
  .Footer_iconVeropharm svg,
  .Footer_iconVeropharm img {
    width: 120px;
  }
  .Footer_absoluteRight {
    right: 30px;
  }
}
@media screen and (max-width: 1365px) {
  .Footer_instruction {
    width: 298px;
    height: 26px;
    right: 26px;
    left: auto;
    top: -4px;
    font-size: 8px;
    z-index: 1;
  }
  .Footer_blockTop {
    margin-top: 23px;
    flex-direction: column;
    align-items: flex-start;
  }
  .Footer_blockTop > div:nth-child(2) {
    margin-top: 10px;
    margin-left: 29px;
  }
  .Footer_iconVeropharm {
    margin-top: 19px;
  }
  .Footer_iconVeropharm svg,
  .Footer_iconVeropharm img {
    width: 100px;
    margin-top: 14px;
    margin-bottom: -10px;
  }
}
.Footer_mobileBlock {
  padding: 22px 0;
  border-bottom: 1px solid #e1e9f1;
  font-size: 12px;
  line-height: 14px;
}
.Footer_mobileBlock a {
  color: #000;
  font-size: 12px;
  display: table;
  text-decoration: underline;
  margin-bottom: 5px;
}
.Footer_mobileBlock a:last-child {
  margin-bottom: 0;
}
.Footer_mobileBlock.Footer_first {
  display: flex;
}
.Footer_mobileBottom {
  background: #eaecf4;
  padding: 22px 10px;
  font-size: 12px;
  line-height: 14px;
}
.Footer_mobileBottom .Footer_iconVeropharm {
  margin-top: -6px;
}
.Footer_mobileBottom .Footer_iconVeropharm svg,
.Footer_mobileBottom .Footer_iconVeropharm img {
  width: 95px;
}

.mobileMenu_menu {
  display: none;
  position: fixed;
  background: #fff;
  width: 100%;
  color: #000;
  top: 49px;
  line-height: 1;
  height: calc(100vh - 49px);
  transform: translateX(-100vw);
  transition: all 0.3s;
}
@media screen and (max-width: 1023px) {
  .mobileMenu_menu {
    display: block;
  }
}
.mobileMenu_menu > a {
  border-top: 1px solid #e9ebf3;
}
.mobileMenu_menu a {
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #243a8d;
  padding: 23px 11px 15px 11px;
  display: block;
}
.mobileMenu_menu.mobileMenu_active {
  transform: translateX(0);
  overflow-y: scroll;
}
.mobileMenu_whereBuy {
  margin: 26px 10px 75px 10px;
}
.mobileMenu_whereBuy a {
  background: #fff000;
  border-radius: 90px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  font-size: 20px;
  line-height: 25px;
  color: #000;
}
.mobileMenu_mobile_menu {
  display: none;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .mobileMenu_mobile_menu {
    display: block;
  }
}
.mobileMenu_mobile_menu.mobileMenu_active .mobileMenu_mobile_menuToggle {
  position: relative;
}
.mobileMenu_mobile_menu.mobileMenu_active
.mobileMenu_mobile_menuToggle
span:first-child {
  transform: translateY(2px) rotate(45deg);
  position: absolute;
}
.mobileMenu_mobile_menu.mobileMenu_active
.mobileMenu_mobile_menuToggle
span:nth-child(2) {
  opacity: 0;
}
.mobileMenu_mobile_menu.mobileMenu_active
.mobileMenu_mobile_menuToggle
span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
  position: absolute;
}
.mobileMenu_mobile_menu .mobileMenu_mobile_menuToggle {
  width: 49px;
  height: 49px;
  background: #fff000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobileMenu_mobile_menu .mobileMenu_mobile_menuToggle span {
  display: table;
  margin-bottom: 4px;
  width: 20px;
  height: 3px;
  background: #243a8d;
  transition: all 0.3s;
}
.mobileMenu_mobile_menu .mobileMenu_mobile_menuToggle span:last-child {
  margin-bottom: 0;
}
.mobileMenu_chosenPatch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.mobileMenu_chosenPatch.mobileMenu_active {
  font-weight: bold;
  background: #e8f8ff;
}
.mobileMenu_svgArrow {
  position: relative;
  flex: none;
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center;
  transition: all 0.3s;
}
.mobileMenu_svgArrow svg,
.mobileMenu_svgArrow img {
  width: 16px;
  height: 10px;
}
.mobileMenu_svgArrow.mobileMenu_active {
  transform: rotate(180deg);
}
.mobileMenu_additionalMenu {
  height: 0;
  overflow: hidden;
  background: #e8f8ff;
  transition: all 0.3s;
}
.mobileMenu_additionalMenu a {
  padding: 13px 26px 13px 28px;
  font-size: 18px;
  line-height: 23px;
}
.mobileMenu_additionalMenu.mobileMenu_active {
  height: 206px;
}

.CookiesPopup_cookiesPopup {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(59, 65, 200, 0.9);
  padding: 20px;
  z-index: 10000;
  display: none;
}
.CookiesPopup_cookiesPopupOpened {
  display: block;
}
.CookiesPopup_cookiesPopupDisabled {
  display: none;
}
.CookiesPopup_container {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 90%;
  margin: auto;
}
.CookiesPopup_content {
  color: white;
}
.CookiesPopup_content a {
  color: white;
  text-decoration: underline;
}
.CookiesPopup_content a:hover {
  text-decoration: none;
}
.CookiesPopup_cookiesClose {
  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: center;
  cursor: pointer;
}
.CookiesPopup_buttons {
  text-align: center;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 20px;
}
.CookiesPopup_cookiesYes {
  background: transparent;
  border: 3px solid white;
  border-radius: 50px;
  font-size: 1em;
  font-weight: bold;
  color: white;
  padding: 0.5em 1em;
  cursor: pointer;
}
.CookiesPopup_cookiesYes:hover {
  background-color: white;
  color: #3b41c8;
}
.CookiesPopup_cookiesNo {
  background: transparent;
  color: white;
  font-size: 0.9em;
  text-decoration: underline;
  border: none;
  margin-top: 10px;
  cursor: pointer;
}
.CookiesPopup_cookiesNo:hover {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .CookiesPopup_container {
    flex-direction: column;
  }
  .CookiesPopup_buttons {
    margin: 20px 0 0;
  }
}

/*# sourceMappingURL=globals.css.map */
