/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap");
@font-face {
  font-family: 'FontAwesome';
  src: url("../../assets/fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../../assets/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../../assets/fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../../assets/fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../../assets/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: 'Lato-Regular';
  src: url("../../assets/fonts/Lato-Regular.woff2") format("woff2"), url("../../assets/fonts/Lato-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Foco_Rg';
  src: url("../../assets/fonts/Foco_Rg.woff2") format("woff2"), url("../../assets/fonts/Foco_Rg.woff") format("woff"), url("../../assets/fonts/Foco_Rg.eot");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Foco_Bold';
  src: url("../../assets/fonts/Foco_Bold.woff2") format("woff2"), url("../../assets/fonts/Foco_Bold.woff") format("woff"), url("../../assets/fonts/Foco_Bold.eot");
  font-weight: bold;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: 'Foco_It';
  src: url("../../assets/fonts/Foco_It.woff2") format("woff2"), url(".../../assets/fonts/Foco_It.woff") format("woff"), url("../../assets/fonts/Foco_It.eot");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Foco-BoldItalic";
  src: url("../../assets/fonts/FocoBdIt.eot");
  src: url("../../assets/fonts/FocoBdIt.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/FocoBdIt.woff") format("woff"), url("../../assets/fonts/FocoBdIt.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

#cq-emulator-content.firefox {
  background-color: #fff !important; }

html,
body {
  width: 100%;
  font-size: 17px; }
  
  :lang(de-CH) body, 
  :lang(fr-CH)  body,
  :lang(de-DE)  body,
  :lang(es-ES)  body,
  :lang(pt-PT) body {
    line-height: 1.38;
    color: black;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    position: relative;
    overflow: auto; }

body {
  line-height: 1.38;
  color: black;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  position: relative;
  overflow: auto; }

[id="wrapper"],
.container {
  color: #323131;
  background-color: #fff; }

[id="wrapper"] {
  max-width: !important;
  width: 100%; }

[id="wrapper"] .main {
  max-width: 1380px;
  width: 100%;
  box-sizing: border-box; }

[id="header"] {
  padding-top: 15px;
  padding-bottom: 15px; }

[id="footer"] {
  padding-bottom: 15px;
  padding-top: 15px; }

/* BASE STYLES
----------------------------------------- */
img {
  max-width: 100%; }

:focus {
  outline: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #323131;
  margin: 10px 0; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 50px;
  line-height: 1;
  font-weight: 600; }

h3,
.h1_title h1 {
  font-size: 50px;
  line-height: 1;
  font-weight: 600; }

h4 {
  font-size: 26px;
  line-height: 1;
  font-weight: 500;
  color: #e86215; }

h5 {
  font-size: 0.83em; }

h6 {
  font-size: 0.67em; }

a {
  color: #323131;
  text-decoration: none; }

a:hover {
  color: #868484; }

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle; }

button,
input {
  *overflow: visible;
  line-height: normal; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

/* LAYOUT STYLES
----------------------------------------- */
.component {
  margin-bottom: 10px; }

.component-content {
  margin-bottom: 14px; }

.component-content:before, .component-content:after {
  content: "";
  display: table; }

.component-content:after {
  clear: both; }

.component > .component-content {
  margin-bottom: 0; }

/* ALERTS
-------------------------------------*/
.alert-list {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style-type: disc; }

.alert-list li {
  padding-left: 4px; }

.alert {
  margin-bottom: 20px; }

.alert-error {
  color: red; }

/* UTILITIES
----------------------------------- */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.is-hidden {
  display: none !important;
  visibility: hidden !important; }

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix:after {
  clear: both; }

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix {
  zoom: 1; }

/* BUTTONS
----------------------------------*/
.button {
  background-color: #e1e1e1;
  border: 1px solid #656363;
  color: #323131;
  padding: 5px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block; }

.lt-ie8 .button {
  display: inline; }

.button:hover {
  background-color: #939191;
  color: white; }

/* Custom styles
----------------------------------*/
#header,
#content,
#footer {
  padding-left: 0;
  padding-right: 0; }

#header > .row:first-child,
#content > .row:first-child,
#footer > .row:first-child {
  margin-left: 0;
  margin-right: 0; }

.inner_container_width {
  float: none;
  width: 100%;
  margin-bottom: 0; }

/* Buttons */
.blue_button {
  font-size: 17px;
  color: white;
  line-height: 50px;
  text-align: center;
  display: block;
  text-decoration: none;
  height: 50px;
  width: 182px;
  margin-left: 160px;
  text-transform: uppercase;
  background: none;
  background-color: #005089;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-left: 5px;
  -ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg); }

/* Follow us */
.follow_us {
  margin-bottom: 0;
  margin-top: 25px; }

@media only screen and (min-width: 768px) {
  .follow_us {
    margin-top: 35px; }
  .carousel-indicatiors {
    bottom: 10px; } }

.follow_us .soc_icons {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #666; }

@media only screen and (min-width: 768px) {
  .follow_us .soc_icons {
    font-size: 16px;
    line-height: 26px; } }

.follow_us .soc_icons a {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 20px;
  margin: 0 2px; }

.follow_us .soc_icons .fb {
  background: url(../../assets/img/icon_fb.png?auto=format); }

.follow_us .soc_icons .tw {
  background: url(../../assets/img/icon_tw.png?auto=format); }

.follow_us .soc_icons .gplus {
  background: url(../../assets/img/icon_g.png?auto=format); }

.follow_us .soc_icons .youtube {
  background: url(../../assets/img/youtube.png?auto=format); }

.margin_none {
  margin-bottom: 0 !important; }

/* Footer */
#footer {
  padding-top: 25px;
  padding-bottom: 30px; }

#footer .component,
#footer .component-content {
  margin-bottom: 0; }

@media only screen and (min-width: 768px) {
  #footer {
    padding-top: 48px;
    padding-bottom: 48px; } }

/* bootstrap styles */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  .visible-md-block {
    display: block !important; }
  .visible-md-inline {
    display: inline !important; }
  .visible-md-inline-block {
    display: inline-block !important; }
  .hidden-md {
    display: none !important; } }

@media only screen and (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  .visible-lg-block {
    display: block !important; }
  .visible-lg-inline {
    display: inline !important; }
  .visible-lg-inline-block {
    display: inline-block !important; }
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.semibold {
  font-weight: 600; }

.blue_color {
  color: #005089; }

.overlay-close {
  right: 0 !important; }

.video_box {
  padding-top: 20px; }

.lm_top_padding {
  padding-top: 30px; }

/* Header */
#header {
  padding: 0;
  width: 100%;
  z-index: 1000; }

.header {
  margin-bottom: 0; }

.header .component,
.header .component-content {
  margin-bottom: 0; }

.header .navigation-vertical .navigation-mobile-menu {
  width: 58px;
  height: 58px;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  margin: 0;
  padding: 0;
  background: #fff;
  outline: none; }

.header .navigation-vertical .navigation-mobile-menu .navigation-root {
  z-index: 151; }

.header .navigation-vertical .navigation-mobile-menu:after {
  content: "\f0c9";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  font-size: 30px;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #f68628; }

.header .navigation-vertical .navigation-mobile-menu.navigation-mobile-menu_active:after {
  content: "\f00d";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  font-size: 30px;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff; }

@media only screen and (min-width: 768px) {
  .header .navigation-vertical .navigation-mobile-menu {
    width: 80px;
    height: 116px;
    display: block; }
  .header .navigation-vertical .navigation-mobile-menu:after {
    font-size: 50px; }
  .header .navigation-vertical .navigation-mobile-menu.navigation-mobile-menu_active:after {
    font-size: 50px; } }

.header .navigation-vertical .navigation-branch.navigation-level1 {
  position: absolute;
  left: 0;
  top: 58px;
  width: 100%;
  background: -webkit-linear-gradient(bottom left, rgba(230, 69, 16, 0.97) 0%, rgba(240, 132, 0, 0.97) 100%);
  background: linear-gradient(to top right, rgba(230, 69, 16, 0.97) 0%, rgba(240, 132, 0, 0.97) 100%); }

@media only screen and (min-width: 768px) {
  .header .navigation-vertical .navigation-branch.navigation-level1 {
    top: 100px; } }

.header .navigation-vertical .navigation-branch.navigation-level2 {
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #fff; }

.header .navigation-vertical .navigation-item {
  margin: 0;
  border: none;
  background: none; }

.header .navigation-vertical .navigation-item > a.navigation-item-title {
  color: #fff;
  background: none; }

.header .navigation-vertical .navigation-item.navigation-level1 {
  margin: 0;
  border: none; }

.header .navigation-vertical .navigation-item.navigation-level1 > .navigation-item-title {
  padding: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  border-bottom: 1px solid #fff; }

.header .navigation-vertical .navigation-item.navigation-level1 > .navigation-item-title:hover {
  color: #fff;
  background: none; }

@media only screen and (min-width: 768px) {
  .header .navigation-vertical .navigation-item.navigation-level1 > .navigation-item-title {
    font-size: 40px;
    padding: 35px 15px; } }

.header .navigation-vertical .navigation-item.navigation-level1.has-active-child > .navigation-item-title, .header .navigation-vertical .navigation-item.navigation-level1.is-active > .navigation-item-title {
  background: none; }

.header .navigation-vertical .navigation-item.navigation-level2 > .navigation-item-title {
  padding: 20px 20px 20px 40px;
  line-height: 1;
  position: relative; }

.header .navigation-vertical .navigation-item.navigation-level2 > .navigation-item-title:before {
  content: "\f111";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 20px;
  font-size: 8px; }

.header .navigation-vertical .navigation-item.navigation-level2 > .navigation-item-title:after {
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 0;
  background: rgba(255, 255, 255, 0.3); }

@media only screen and (min-width: 768px) {
  .header .navigation-vertical .navigation-item.navigation-level2 > .navigation-item-title {
    font-size: 28px;
    padding: 40px; }
  .header .navigation-vertical .navigation-item.navigation-level2 > .navigation-item-title:before {
    top: 50px; } }

.header .navigation-vertical .navigation-item.navigation-level1:last-child > .navigation-item-title {
  border-bottom: none; }

.header .navigation-vertical .navigation-item.navigation-level2:last-child > .navigation-item-title:after {
  display: none; }

.header .navigation-vertical .has-children > .navigation-item-title {
  position: relative; }

.header .navigation-vertical .has-children > .navigation-item-title .navigation-item-decoration {
  height: 100%;
  width: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 44px;
  background: none;
  outline: none; }

.header .navigation-vertical .has-children > .navigation-item-title .navigation-item-decoration:before {
  content: "\f078";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center; }

@media only screen and (min-width: 768px) {
  .header .navigation-vertical .has-children > .navigation-item-title .navigation-item-decoration {
    width: 80px; } }

.header .navigation-vertical .has-children.is-open > .navigation-item-title .navigation-item-decoration:before {
  content: "\f077";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center; }

.header .homepage_link {
  display: block;
  padding: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  border-bottom: 1px solid #fff;
  color: #fff; }

.header .homepage_link:hover {
  color: #fff; }

@media only screen and (min-width: 768px) {
  .header .homepage_link {
    font-size: 45px;
    padding: 35px 15px; } }

.mod-no-touch .header .navigation-horizontal .navigation-item:hover .navigation-branch.navigation-level2 {
  min-width: 330px;
  position: absolute;
  top: 100px;
  left: 0; }

.mod-no-touch .header .navigation-horizontal .navigation-item.page-skin-advice:hover .navigation-branch.navigation-level2 {
  min-width: 400px;
  position: absolute;
  top: 100px;
  left: 0; }

@media only screen and (min-width: 1200px) {
  .mod-no-touch .header .navigation-horizontal .navigation-item:hover .navigation-branch.navigation-level2 .navigation-item {
    float: left;
    width: 286px;
    box-sizing: border-box; }
  .mod-no-touch .header .navigation-horizontal .navigation-item.page-skin-advice:hover .navigation-branch.navigation-level2 .navigation-item {
    width: 100%; 
  } 
}

.page-fenistil-products .article-list {
  margin-top: 20px; }

/* Search */
.search_box_background {
  background: #f7f7f7;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 5;
  display: none; }

.search_box_background.is-active {
  display: block; }

.search_box {
  padding-top: 15px;
  padding-bottom: 15px; }

.search_box .button {
  height: 30px;
  width: 80px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 0;
  border-radius: 0;
  border: none;
  background: url(../../assets/img/search_button.png?auto=format) no-repeat 0 0;
  background-size: cover;
  position: absolute;
  right: 0;
  top: -5px; }

.search_box .form-search {
  position: relative;
  padding-right: 100px; }

.search_box .form-search label {
  display: block;
  line-height: 1; }

.search_box .form-search input[type="text"] {
  width: 105%;
  box-sizing: border-box;
  padding: 0 10px;
  height: 20px;
  border: none;
  outline: none;
  font-family: "Roboto"; }
  
  :lang(de-CH) .search_box .form-search input[type="text"],
  :lang(fr-CH) .search_box .form-search input[type="text"],
  :lang(de-DE) .search_box .form-search input[type="text"],
  :lang(es-ES) .search_box .form-search input[type="text"],
  :lang(pt-PT) .search_box .form-search input[type="text"] {
    width: 105%;
    box-sizing: border-box;
    padding: 0 10px;
    height: 20px;
    border: none;
    outline: none;
    font-family: "Roboto"; }

@media only screen and (min-width: 768px) {
  .search_box {
    padding-top: 37px;
    padding-bottom: 37px; }
  .search_box .button {
    font-size: 22px;
    height: 50px;
    width: 133px;
    top: -4px; }
  .search_box .form-search {
    padding-right: 163px; }
  .search_box .form-search input[type="text"] {
    height: 42px; } }

.marginBottomNone {
  margin-bottom: 0 !important; }

#header.fixed_header {
  padding: 0;
  position: fixed;
  background: #fff;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 1px 0.3px 10px -0.3px #242f60; }

input.search-query:focus::-webkit-input-placeholder {
  color: transparent; }

input.search-query:focus:-moz-placeholder {
  color: transparent; }

/* FF 4-18 */
input.search-query:focus::-moz-placeholder {
  color: transparent; }

/* FF 19+ */
input.search-query:focus:-ms-input-placeholder {
  color: transparent; }

.component {
  clear: inherit; }

.portfolioHeaderBanner {
  position: relative; }

/* IMPORT FROM LOCALE CZ (USED AS MASTER) */
.carousel.index_carousel .subtitle {
  padding-top: 5px; }

.navigation-item > .navigation-item-title {
  white-space: normal; }

.accordion-slide.is-active > .accordion-content-wrapper {
  overflow: hidden !important; }

.tiny-narrow {
  width: 400px !important; }

.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

  :lang(de-CH)  .caption-in-image figcaption p,
  :lang(fr-CH)  .caption-in-image figcaption p,
  :lang(de-DE)  .caption-in-image figcaption p,
  :lang(es-ES)  .caption-in-image figcaption p,
  :lang(pt-PT) .caption-in-image figcaption p {
    font-family: "Roboto" !important;
  }
  
.add_this a {
  display: inline-block;
  width: 100%;
  height: 100%; }

.add_this li {
  margin: 1px;
  background-color: #e86215;
  list-style: none; }

.add_this li span {
  color: white; }

.add_this li:hover {
  cursor: pointer;
  background-color: #242f60;
  transition: all 0.2s ease-in-out; }

.fa-facebook-f:before {
  margin-left: 3px; }

#header .layout-inner > .default-style {
  background: linear-gradient(to right, #ff2800 0%, #ffffff 85%, #ffffff 100%);
  background: -webkit-linear-gradient(to right, #ff2800 0%, #ffffff 85%, #ffffff 100%);
  background: -moz-linear-gradient(to right, #ff2800 0%, #ffffff 85%, #ffffff 100%); }
  #header .layout-inner > .default-style .header .inner {
    height: 90%;
    background-color: #fff; }
    #header .layout-inner > .default-style .header .inner .navigation-mobile-menu:after {
      color: #f68628; }

.find-your-product .component-content .content {
  display: flex;
  align-items: center; }

.find-your-product .richText-content h2 {
  font-family: foco, sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #f68628; }

.find-your-product .richText-content h2 {
  font-family: foco, sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  font-size: 48px;
  color: #f68628; }

.snippetReference .image {
  margin-bottom: 0; }

.find-your-product .richText-content p {
  font-family: "Roboto";
  font-size: 20px;
  letter-spacing: normal;
  line-height: 33px;
  color: #005089; }

  :lang(de-CH) .find-your-product .richText-content p,
  :lang(fr-CH) .find-your-product .richText-content p,
  :lang(de-DE) .find-your-product .richText-content p,
  :lang(es-ES) .find-your-product .richText-content p,
  :lang(pt-PT) .find-your-product .richText-content p {
    font-family: "Roboto";
    font-size: 20px;
    letter-spacing: normal;
    line-height: 33px;
    color: #005089; }
  
  
.find-your-product .richText-content a,
.caption-in-image figcaption a {
  font-size: 12px;
  color: white;
  line-height: 1.5;
  text-align: center;
  display: block;
  text-decoration: none;
  height: 50px;
  width: 180px;
  text-transform: uppercase;
  background-color: #005089;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-left: 5px;
  -ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg); 
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .find-your-product .richText-content a,
  .caption-in-image figcaption a {
    width: 170px;
    height: 27px;
    font-size: 12px;
    line-height: 27px; } }

.find-your-product .richText-content a:hover,
.caption-in-image figcaption a:hover {
  color: #f68628 !important;
  background-color: white;
  border: 1px solid #f68628; }

/* BOOTSTRAP GRID SETUP */
.default-style .paragraphSystem {
  margin-left: 0;
  margin-right: 0; }

.container-fluid .container {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0; }

.container {
  background: none; }

@media only screen and (min-width: 1200px) {
  .container {
    width: 100% !important;
    max-width: 1362px; } }

/* PRODUCT FILTER */
.reference-product_selector {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.prod-tabs-intro {
  display: flex;
  background: #f68628;
  align-items: center;
  justify-content: flex-end;
  color: white;
  font-family: "Roboto";
  font-size: 22px;
  line-height: 1; }
  
  :lang(de-CH) .prod-tabs-intro,
  :lang(fr-CH) .prod-tabs-intro,
  :lang(de-DE) .prod-tabs-intro,
  :lang(es-ES) .prod-tabs-intro,
  :lang(pt-PT) .prod-tabs-intro {
    display: flex;
    background: #f68628;
    align-items: center;
    justify-content: flex-end;
    color: white;
    font-family: "Roboto";
    font-size: 22px;
    line-height: 1; }

    :lang(de-CH) .prod-tabs-intro strong,
    :lang(fr-CH) .prod-tabs-intro strong,
    :lang(de-DE) .prod-tabs-intro strong,
    :lang(es-ES) .prod-tabs-intro strong,
    :lang(pt-PT) .prod-tabs-intro strong {
  font-family: "Roboto";
  font-size: 24px; }

  .prod-tabs-intro strong {
    font-family: "Roboto";
    font-size: 24px; }  
  
.prod-selector-container {
  display: flex;
  padding-right: 0; }

.prod-selector-container ul {
  padding-right: 0;
  display: flex; }

.prod-selector-container ul li {
  flex: 1;
  display: flex;
  justify-content: center; }

.prod-selector-container ul li a {
  padding: 0;
  flex: 1; }

.prod-selector-title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.prod-selector-icons {
  display: flex; }

.prod-selector-icon {
  flex: 1;
  padding: 5px;
  text-align: center;
  font-size: 12px; }

.prod-selector-icon img {
  padding: 10px; }

.prod-selector-icon p {
  font-size: 17px;
  font-family: "Roboto";
  color: #f68628;
  font-weight: 600; }
  
  :lang(de-CH) .prod-selector-icon p, 
  :lang(fr-CH) .prod-selector-icon p,
  :lang(de-DE) .prod-selector-icon p,
  :lang(es-ES) .prod-selector-icon p,
  :lang(pt-PT) .prod-selector-icon p {
    font-size: 17px;
    font-family: "Roboto";
    color: #f68628;
    font-weight: 600; }

@media only screen and (max-width: 1199px) {
  .prod-selector-icon p {
    font-size: 14px; } }

.h1-blue {
  color: #005089;
  font-family: 'foco';
  font-weight: 700;
  text-transform: none;
  font-size: 4.8rem;
  letter-spacing: 1px;
  margin-bottom: 0; }

.h1-white {
  color: #fff;
  font-family: 'foco';
  font-weight: 700;
  text-transform: none;
  font-size: 4.8rem;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5); }

.prod-tab-title {
  display: block;
  font-family: foco, sans-serif;
  font-size: 48px;
  color: #005089; }

.prod-tab-title-mobile {
  display: none;
  font-family: foco, sans-serif;
  font-size: 30px;
  color: #005089; }

.prod-tab-divider {
  width: 4px;
  height: 21px;
  object-fit: contain;
  margin: 0 7px; }

.page-fenistil-products .product-landing-banner {
  margin-bottom: 0; }

.prod-tab-button {
  display: flex;
  justify-content: flex-end; }

.prod-tab-product-grey {
  background: #f7f7f7; }

.prod-tab-product {
  background-color: #fff;
  display: flex;
  flex-direction: column; }

.prod-tab-product:nth-child(4n + 4),
.prod-tab-product:nth-child(4n + 1) {
  background-color: white; }

.prod-tab-product:nth-child(4n + 2),
.prod-tab-product:nth-child(4n + 3) {
  background-color: #f7f7f7; }

.prod-tab-description img {
  object-fit: contain; }

.prod-tab-end-container {
  display: flex;
  align-items: center;
  margin-top: auto;
  border-top: 1px solid #e9e9e9;
  padding-top: 20px;
  padding-bottom: 20px; }

.prod-wrapper {
  display: flex;
  flex-wrap: wrap; }

.prod-tab-button a {
  font-size: 12px;
  color: white;
  line-height: 30px;
  text-align: center;
  display: block;
  text-decoration: none;
  height: 30px;
  width: 180px;
  max-width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  background-color: #005089;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-left: 5px;
  -ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg); }

.prod-tab-button a:hover {
  color: #f68628;
  background-color: white;
  border: 1px solid #f68628;
  text-decoration: none; }

.prod-tab-icons img:not(.prod-tab-divider) {
  max-width: 50px;
  width: 100%;
  height: auto; }

/*Article tab menu*/
.art-tab-title {
  display: block;
  font-family: foco, sans-serif;
  font-size: 48px;
  color: #F68628; }

.art-tab-title-mobile {
  display: none;
  font-family: foco, sans-serif;
  font-size: 30px;
  color: #005089; }

.art-tab-blue-description {
  color: #00339e;
  font-family: 'Roboto';
  font-size: 22px;
  line-height: 1.2;
  padding-top: 20px;
  border-top: 1px solid #e9e9e9; }
  
  :lang(de-CH) .art-tab-blue-description, 
  :lang(fr-CH)  .art-tab-blue-description,
  :lang(de-DE)  .art-tab-blue-description,
  :lang(es-ES)  .art-tab-blue-description,
  :lang(pt-PT) .art-tab-blue-description {
    color: #00339e;
    font-family: 'Roboto';
    font-size: 22px;
    line-height: 1.2;
    padding-top: 20px;
    border-top: 1px solid #e9e9e9; }
  

.art-tab-description {
  font-size: 16px;
  line-height: 1.25;
  font-family: 'Roboto';
  padding-top: 2rem;
  text-align: left;
  padding-bottom: 3rem; }
  
  :lang(de-CH) .art-tab-description,
  :lang(fr-CH) .art-tab-description,
  :lang(de-DE) .art-tab-description,
  :lang(es-ES) .art-tab-description,
  :lang(pt-PT) .art-tab-description {
    font-size: 16px;
    line-height: 1.25;
    font-family: 'Roboto';
    padding-top: 2rem;
    text-align: left;
    padding-bottom: 3rem; }

.blue-title1,
.blue-title2,
.blue-title3 {
  font-family: 'Roboto';
  font-size: 22px;
  line-height: 22px;
  color: #00339e; }

  
  :lang(de-CH) .blue-title1,
  :lang(fr-CH) .blue-title1,
  :lang(de-DE) .blue-title1,
  :lang(es-ES) .blue-title1,
  :lang(pt-PT) .blue-title1,
  :lang(de-CH) .blue-title2,
  :lang(fr-CH) .blue-title2,
  :lang(de-DE) .blue-title2,
  :lang(es-ES) .blue-title2,
  :lang(pt-PT) .blue-title2,
:lang(de-CH) .blue-title3,
  :lang(fr-CH) .blue-title3,
  :lang(de-DE) .blue-title3,
  :lang(es-ES) .blue-title3,
  :lang(pt-PT) .blue-title3 {
  font-family: 'Roboto';
  font-size: 22px;
  line-height: 22px;
  color: #00339e; }
  
  
.image-description1,
.image-description2,
.image-description3 {
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 18px; }
  
  :lang(de-CH) .image-description1,
  :lang(fr-CH) .image-description1,
  :lang(de-DE) .image-description1,
  :lang(es-ES) .image-description1,
  :lang(pt-PT) .image-description1,
  :lang(de-CH) .image-description2,
  :lang(fr-CH) .image-description2,
  :lang(de-DE) .image-description2,
  :lang(es-ES) .image-description2,
  :lang(pt-PT) .image-description2,
:lang(de-CH) .image-description3,
:lang(fr-CH) .image-description3,
:lang(de-DE) .image-description3,
:lang(es-ES) .image-description3,
:lang(pt-PT) .image-description3 {
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 18px; }

.search-tabs {
  margin-top: 160px; }
  .search-tabs .searchFilter-title,
  .search-tabs .search-productFilter {
    display: none; }
  .search-tabs .searchFilter-control {
    display: inline-block;
    box-sizing: content-box;
    width: 168px;
    height: 66px;
    color: #F68628;
    text-align: center;
    background-color: #ffffff; }
  .search-tabs .searchFilter.component.section.col-md-12.first.odd,
  .search-tabs .searchFilter-controls,
  .search-tabs .filter-active,
  .search-tabs .searchResults.component.section.first.odd.last.default-style.initialized {
    border: none; }
  .search-tabs .tagRadioFilter .searchFilter-control,
  .search-tabs .metadataFilter .searchFilter-control {
    border-bottom: none;
    text-transform: uppercase;
    padding: 7px 0px; }
  .search-tabs input[type=radio]:checked + label {
    border-top: solid;
    border-right: solid 1px #dfdfdd;
    border-left: solid 1px #dfdfdd;
    border-bottom: none;
    padding-top: 15px;
    padding-bottom: 15px; }
  .search-tabs input[type=radio] + label {
    border-top: solid 1px #dfdfdd;
    border-right: solid 1px #dfdfdd;
    border-left: solid 1px #dfdfdd;
    border-bottom: solid 1px #dfdfdd;
    padding-top: 15px;
    padding-bottom: 15px; }

.search-tabs .tagRadioFilter input, .search-tabs .metadataFilter input[type="radio"] {
  display: none; }

.searchResults-title a {
  font-family: 'foco';
  font-size: 48px;
  font-weight: bold;
  font-style: italic; }

.searchResults-description {
  padding-left: 325px;
  font-family: Roboto;
  font-size: 16px;
  padding-top: 20px; }
  
  :lang(de-CH) .searchResults-description,
  :lang(fr-CH) .searchResults-description,
  :lang(de-DE) .searchResults-description,
  :lang(es-ES) .searchResults-description,
  :lang(pt-PT) .searchResults-description {
    padding-left: 325px;
    font-family: "Roboto";
    font-size: 16px;
    padding-top: 20px; }

.search-box_results-page {
  background-color: #F7F7F7; }

.search_result_tabs .component,
.search_result_tabs .component-content {
  margin-bottom: 10px;
  margin-top: 10px; }

.search_result_filter .searchFilter-label {
  box-sizing: content-box; }

.header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title {
  color: #005089; }

.skin-advice-header p {
  font-size: 16px; }

.prod-detail-banner {
  background: #f7f7f7;
  padding-top: 20px;
  padding-bottom: 20px; }

.prod-detail-banner p {
  font-size: 17px;
  color: #353535; }

.prod-detail-banner a {
  background-color: #005089; }

.prod-detail-banner a:hover {
  background: white;
  border: 1px solid #f68628; }

.disclaimer_superscript {
  position: relative;
  top: -0.5em;
  font-size: 80%;
  color: #323131; }

.disclaimer_superscript_left {
  position: relative;
  top: -0.5em;
  font-size: 80%;
  color: #323131; }

.disclaimer-superscript-blue {
  position: relative;
  top: -0.6em;
  left: 0.2em;
  font-size: 60%;
  color: #00339e; }

.disclaimer-superscript-reference {
  position: relative;
  top: -0.5em;
  font-size: 80%;
  color: #323131; }

.disclaimer-superscript-white-text {
  position: relative;
  top: -0.5em;
  font-size: 80%;
  color: #fff; }

@media only screen and (max-width: 991px) {
  .page-skin-advice .article_hero_banner > .component-content {
    padding-top: 100px; }
  .page-about .article_hero_banner > .component-content {
    padding-top: 100px;
    background-position: 70% 40%;
    background-size: cover; }
  .page-fenistil-products figcaption p:first-child {
    position: relative; }
  .page-fenistil-products #content {
    overflow-x: hidden; }
  .find-your-product .richText-content p {
    font-size: 14px;
    line-height: 1.5;
    padding-left: 2px; }
  .page-skin-advice .curved-box {
    background-color: #f68628;
    color: #fff;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    transform: skew(-5deg);
    padding: 20px 10px;
    margin-bottom: 20px; }
  .page-skin-advice .curved-box .do-you-know-title {
    font-family: 'foco', sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5;
    padding-left: 18px; } }

.disclaimer {
  font-size: 12px; }

.prod-detail-benefits-banner {
  padding: 0;
  margin: 0; }

.prod-detail-benefits-banner .component-content {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 54% 0; }

.prod-detail-benefits-banner h2 {
  font-family: 'foco', sans-serif;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: normal;
  color: #f68628; }

.prod-detail-benefits-banner p {
  font-size: 17px; }

.prod-detail-bennefits-list {
  padding: 0;
  background: #f68628;
  color: white; }

.prod-detail-bennefits-list .richText {
  padding: 40px; }

.prod-detail-bennefits-list h3 {
  font-family: Roboto;
  font-size: 31px;
  border-bottom: 1px solid white;
  padding-bottom: 35px; }

.prod-detail-bennefits-list ul {
  padding-top: 35px !important; }

.prod-detail-bennefits-list ul li {
  font-size: 17px; }

.prod-detail-how-and-when {
  padding-left: 0;
  padding-right: 0; }

.prod-detail-how-and-when .component-content {
  background-position: top;
  background-size: auto 100%; }

.prod-detail-how-and-when .container > .component-content > .content {
  display: flex; }

.prod-detail-how-and-when .container > .component-content > .content .box .component-content {
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 90%; }

@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) and (min-width: 992px) {
  .prod-detail-how-and-when .container > .component-content > .content .box .component-content {
    background-size: 70%; } }

.prod-detail-how-and-when .richText {
  padding: 70px 35px;
  margin-bottom: 0; }

@media only screen and (max-width: 991px) {
  .prod-detail-how-and-when .richText {
    padding: 30px 20px; } }

.prod-detail-how-and-when h2 {
  font-family: foco, sand-serif;
  font-weight: 700;
  color: #f68628;
  font-size: 40px; }

.prod-detail-how-and-when h3 {
  font-family: "Roboto";
  font-size: 24px;
  color: #005089; }
  
  :lang(de-CH) .prod-detail-how-and-when h3,
  :lang(fr-CH) .prod-detail-how-and-when h3,
  :lang(de-DE) .prod-detail-how-and-when h3,
  :lang(es-ES) .prod-detail-how-and-when h3,
  :lang(pt-PT) .prod-detail-how-and-when h3 {
    font-family: "Roboto";
    font-size: 24px;
    color: #005089; }
  

.prod-detail-how-and-when li {
  padding-left: 25px !important;
  line-height: 38px; }

.prod-detail-how-and-when li:before {
  background: #f68628; }

.prod-detail-how-and-when .box {
  margin-bottom: 0; }

.prod-detail-how-and-when .box .component-content {
  display: flex; }

.prod-detail-how-and-when .box .component {
  display: flex; }

.article_pre_text {
  font-size: 22px; }

.article_soc_icons {
  margin-left: -15px; }

.article_soc_icons a {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../../assets/img/article_soc_icons.png?auto=format) no-repeat 100% 100%;
  margin-bottom: 1px; }

.article_soc_icons a.fb {
  background-position: 0 0; }

.article_soc_icons a.tw {
  background-position: 0 -61px; }

.article_soc_icons a.gplus {
  background-position: 0 -122px; }

.article_soc_icons a.em {
  background-position: 0 100%; }

.article_soc_icons_mobile a {
  display: block;
  float: left;
  width: 35px;
  height: 35px;
  background: url(../../assets/img/article_soc_mobile.png?auto=format) no-repeat 100% 100%/143px 35px;
  margin-right: 1px; }

.article_soc_icons_mobile a.fb {
  background-position: 0 0; }

.article_soc_icons_mobile a.tw {
  background-position: -36px 0; }

.article_soc_icons_mobile a.gplus {
  background-position: -72px 0; }

.article_soc_icons_mobile a.em {
  background-position: 100% 0; }

.article_text {
  font-size: 18px; }

.article_text h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: normal;
  color: #f68628; }

@media only screen and (max-width: 374px) {
  .article_text h3 {
    font-size: 22px; } }

@media only screen and (min-width: 768px) {
  .article_text h3 {
    font-size: 37px; } }

.article_text.richText ul li {
  margin-bottom: 10px;
  margin-top: 10px; }

.article_text .article_footnote {
  font-size: 13px; }

.art_mobile_soc_box {
  /*margin-top: -20px;*/
  margin-bottom: 0; }

.art_mobile_soc_box .component {
  margin-bottom: 0; }

.article_know_wrap img {
  width: 100%; }

.article_top_minus_padding {
  margin-top: -20px; }

.article_text_float {
  margin-top: -30px; }

.article_ul_padding ul li {
  margin-bottom: 10px; }

.product_detail {
  margin-bottom: 35px; }

.product_detail .component,
.product_detail .component-content {
  margin-bottom: 0; }

.product_detail > .component-content {
  background-repeat: no-repeat;
  background-position: top center;
  box-sizing: border-box;
  position: relative; }

.product_detail p {
  margin: 0; }

.product_detail .product_detail_title {
  font-size: 50px;
  line-height: 1;
  color: #005089;
  font-weight: 600;
  margin-bottom: 25px; }

.product_detail .product_detail_title h1 {
  margin: 0;
  font-size: 50px;
  line-height: 1;
  color: #005089;
  font-weight: 600; }

.product_detail .image .component-content.left {
  text-align: left; }

.product_detail .product_detail_text {
  font-size: 16px;
  line-height: 22px;
  color: #333;
  margin-top: 17px; }

.product_detail .product_detail_type_wrap {
  overflow: hidden; }

.product_detail .product_detail_type {
  display: none; }

.product_detail .product_detail_comment {
  padding-top: 15px;
  font-size: 14px; }

@media only screen and (max-width: 374px) {
  .product_detail .product_detail_title {
    font-size: 40px; }
  .product_detail .product_detail_title h1 {
    font-size: 40px; } }

@media only screen and (min-width: 768px) {
  .product_detail {
    margin-bottom: 40px; }
  .product_detail .product_detail_title {
    font-size: 70px;
    margin-bottom: 20px; }
  .product_detail .product_detail_title h1 {
    font-size: 70px; }
  .product_detail .product_detail_text {
    font-size: 18px;
    line-height: 26px; } }

@media only screen and (max-width: 991px) {
  .product_detail > .component-content {
    background: none; } }

/* Product video */
.product_video_box {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 22px; }

.product_video_box .component,
.product_video_box .component-content {
  margin-bottom: 0; }

.product_video_box img {
  display: block; }

.product_video_box h3 {
  margin-bottom: 0; }

.product_video_box h4 {
  font-size: 24px;
  margin-bottom: 20px; }

.product_video_box p {
  margin: 20px 0; }

@media only screen and (min-width: 768px) {
  .product_video_box {
    font-size: 18px;
    line-height: 26px; }
  .product_video_box h3 {
    margin-bottom: 10px; }
  .product_video_box h4 {
    font-size: 50px; }
  .product_video_box p {
    margin: 40px 0; } }

/* Product How & When */
.how_when {
  margin-bottom: 0; }

.how_when .component,
.how_when .component-content {
  margin-bottom: 0; }

.how_when .how_when_title > .component-content {
  padding: 68px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top; }

.how_when .how_when_title .content {
  font-size: 50px;
  line-height: 1;
  font-weight: 600;
  color: #005089; }

.how_when .how_when_title p {
  margin: 0; }

.how_when .accordion-container {
  border: none; }

.how_when .accordion-head {
  padding: 20px 35px 20px 0;
  font-size: 26px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  background: none;
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  letter-spacing: 0; }

.how_when .accordion-head a {
  color: #fff; }

.how_when .accordion-slide.is-active > .accordion-head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }

.how_when .accordion-content {
  padding: 20px 0;
  color: #fff; }

.how_when .accordion-content p {
  margin-top: 0; }

.how_when .accordion-content p:last-child {
  margin-bottom: 0; }

.how_when .how_when_mobile_accordion {
  background: url(../../assets/img/how_when_mobile_accordion.jpg?auto=format) no-repeat 0 100%;
  background-size: cover; }

.how_when .how_when_mobile_accordion .accordion-container {
  padding-top: 10px; }

.how_when .how_when_mobile_accordion li:last-child .accordion-head {
  border-bottom: none; }

@media only screen and (min-width: 768px) {
  .how_when .how_when_title .content {
    font-size: 70px; }
  .how_when .how_when_title > .component-content {
    padding: 105px 0; }
  .how_when .accordion-head {
    padding: 30px 35px 30px 0;
    font-size: 30px;
    line-height: 1; }
  .how_when .accordion-content {
    padding: 30px 0;
    font-size: 18px;
    line-height: 26px; } }

@media only screen and (max-width: 991px) {
  .how_when > .component-content {
    background: none; } }

.mod-js .how_when .accordion-head:after {
  content: "\f078";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px; }

.mod-js .how_when .accordion-slide.is-active > .accordion-head:after {
  content: "\f077";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  color: #fff; }

/*  Product - tabs (desktop only) */
.product_description_tabs .component,
.product_description_tabs .component-content {
  margin-bottom: 0; }

.product_description_tabs .tabs-content {
  border: none;
  padding: 30px 0;
  top: 0; }

.product_description_tabs .tabs > .component-content {
  padding-top: 50px; }

@media only screen and (min-width: 1400px) {
  .product_description_tabs .tabs-nav {
    height: auto;
    border-bottom: 1px solid #e6e6e6; } }

.product_description_tabs .tabs-nav-item {
  border-width: 0;
  border-style: solid;
  border-color: #f25b00;
  font-weight: 400;
  font-size: 18px;
  float: left;
  margin-left: 0px;
  background: #FFF;
  padding: 23px;
  cursor: pointer;
  top: 0px;
  width: 9%;
  text-align: center;
  display: block;
  position: relative;
  border-right: 1px solid #eaeaea;
  height: auto;
  text-transform: uppercase; }

.product_description_tabs .tabs-nav-item:hover {
  background: #fff; }

.product_description_tabs .tabs-nav-item.is-active,
.product_description_tabs .tabs-nav-item.is-active:hover {
  padding-bottom: 24px;
  border-bottom: 5px solid #e86215; }

.product_description_tabs .tabs-nav-item a {
  color: #e86215; }

.product_description_tabs .tabs-nav-item.is-active a,
.product_description_tabs .tabs-nav-item:hover a,
.product_description_tabs .tabs-nav-item.is-active:hover a {
  color: #e86215; }

.product_description_tabs p {
  margin: 0; }

.mod-js .product_description_accordion .accordion-slide > .accordion-head {
  background-color: #fff; }

.mod-js .product_description_accordion .accordion-slide > .accordion-head:hover,
.mod-js .product_description_accordion .accordion-slide.is-active > .accordion-head,
.mod-js .product_description_accordion .accordion-slide.is-active > .accordion-head:hover {
  background-color: #fff;
  color: #e86215; }

.mod-js .product_description_accordion .accordion-head:after {
  content: "\f078";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px; }

.mod-js .product_description_accordion .accordion-slide.is-active > .accordion-head:after {
  content: "\f077";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px; }

/* Product Question and Answers */
.qa {
  margin-bottom: 20px; }

.qa .component,
.qa .component-cotent {
  margin-bottom: 0; }

.qa .qa_title {
  padding-top: 30px;
  padding-bottom: 10px; }

.qa .qa_title h2 {
  margin: 0;
  color: #005089;
  padding-right: 80px;
  background: url(../../assets/img/product_qa.png?auto=format) no-repeat right center;
  background-size: 75px auto; }

.qa .qa_image {
  display: none; }

.qa .accordion-container {
  border: none; }

.qa .accordion-head {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 15px 35px 15px 0;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-top: none;
  color: #e86215; }

.qa .accordion-head a {
  color: #e86215; }

.qa .accordion-slide:last-child .accordion-head {
  border-bottom: none; }

.qa .accordion-slide .accordion-head:hover,
.qa .accordion-slide.is-active > .accordion-head,
.qa .accordion-slide.is-active > .accordion-head:hover {
  background-color: #fff;
  color: #e86215; }

.qa .accordion-content {
  padding: 15px 15px 0 15px;
  font-size: 16px;
  line-height: 22px;
  color: #333; }

.qa .accordion-content p {
  margin-top: 0; }

.qa .accordion-content p:last-child {
  margin-bottom: 0; }

@media only screen and (max-width: 374px) {
  .qa .qa_title h2 {
    font-size: 40px; } }

@media only screen and (min-width: 580px) {
  .qa .qa_title h2 {
    background-size: auto 100%; } }

@media only screen and (min-width: 768px) {
  .qa {
    margin-bottom: 30px; }
  .qa .qa_title {
    padding-bottom: 30px; }
  .qa .qa_title h2 {
    font-size: 70px;
    padding-right: 0;
    background: none; }
  .qa .accordion-head {
    padding: 30px 35px 30px 0;
    font-size: 30px;
    line-height: 32px; }
  .qa .accordion-content {
    padding: 30px 0;
    font-size: 18px;
    line-height: 26px; } }

.mod-js .qa .accordion-slide > .accordion-head,
.mod-js .qa .accordion-slide > .accordion-head:hover,
.mod-js .qa .accordion-slide.is-active > .accordion-head,
.mod-js .qa .accordion-slide.is-active > .accordion-head:hover {
  background-color: #fff;
  color: #e86215; }

.mod-js .qa .accordion-head:after {
  content: "\f078";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px; }

.mod-js .qa .accordion-slide.is-active > .accordion-head:after {
  content: "\f077";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px; }

.dotter_where {
  margin-bottom: 45px; }

.dotter_where .component,
.dotter_where .component-content {
  margin-bottom: 0; }

@media only screen and (min-width: 768px) {
  .dotter_where {
    margin-bottom: 40px; } }

/* Site map */
.sitemap .component,
.sitemap .component-content {
  margin-bottom: 0; }

.sitemap p {
  margin: 0; }

.sitemap .sitemap_section {
  border-bottom: 1px solid #cccccc; }

.sitemap .sitemap_section:last-child {
  border-bottom: none; }

.sitemap .sitemap_root {
  line-height: 1;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 19px 0 15px; }

.sitemap .sitemap_root a {
  color: #242f60;
  text-decoration: none !important; }

.sitemap .richText ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.sitemap .richText ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px; }

.sitemap .richText ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #e86215;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px; }

.sitemap .richText ul a {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none !important; }

@media only screen and (min-width: 768px) {
  .sitemap .sitemap_root {
    font-size: 30px;
    padding: 23px 0 19px; }
  .sitemap .richText ul a {
    font-size: 18px; } }

/* Contact Us */
.image.contact_icon .component-content {
  text-align: left; }

.page_404 {
  padding: 50px 0;
  background: -moz-linear-gradient(top, #eefcff 0%, #fdf5eb 100%);
  background: -webkit-linear-gradient(top, #eefcff 0%, #fdf5eb 100%);
  background: linear-gradient(to bottom, #eefcff 0%, #fdf5eb 100%); }

.page_404 p {
  margin: 0; }

.page_404 .title_404 {
  display: block;
  margin: 35px 0;
  font-size: 26px;
  color: #242f60;
  line-height: .8;
  font-weight: 500; }

@media only screen and (min-width: 768px) {
  .page_404 {
    padding: 50px 0 40px; }
  .page_404 .title_404 {
    font-size: 50px; } }

.search-tabs {
  margin-top: 160px; }

.search-tabs .searchFilter-title {
  display: none; }

.search-tabs .search-productFilter {
  display: none; }

.search-tabs .searchFilter-control {
  display: inline-block;
  box-sizing: content-box;
  width: 168px;
  height: 66px;
  color: #F68628;
  text-align: center;
  background-color: #ffffff !important; }

.search-tabs .searchFilter.component.section.col-md-12.first.odd {
  border: none; }

.search-tabs .searchFilter-controls {
  border: none; }

.search-tabs .filter-active {
  border: none; }

.search-tabs .tagRadioFilter .searchFilter-control,
.search-tabs .metadataFilter .searchFilter-control {
  border-bottom: none;
  text-transform: uppercase;
  padding: 7px 0px; }

.search-tabs input[type=radio]:checked + label {
  border-top: solid 4px;
  border-right: solid 1px #dfdfdd;
  border-left: solid 1px #dfdfdd;
  border-bottom: none;
  padding-top: 20px;
  padding-bottom: 20px; }

.search-tabs input[type=radio] + label {
  border-top: solid 1px #dfdfdd;
  border-right: solid 1px #dfdfdd;
  border-left: solid 1px #dfdfdd;
  border-bottom: solid 1px #dfdfdd;
  padding-top: 20px;
  padding-bottom: 20px; }

.search-tabs .tagRadioFilter input, .search-tabs .metadataFilter input[type="radio"] {
  display: none; }

.searchResults.component.section.first.odd.last.default-style.initialized {
  border: none; }

.searchResults-title a {
  font-family: 'foco';
  font-size: 48px;
  font-weight: bold;
  font-style: italic; }

.searchResults-description {
  font-family: Roboto;
  font-size: 16px;
  padding-top: 20px; }

  :lang(de-CH) .searchResults-description, 
  :lang(fr-CH)  .searchResults-description,
  :lang(de-DE)  .searchResults-description, 
  :lang(es-ES)  .searchResults-description,
  :lang(pt-PT) .searchResults-description {
    font-family: "Roboto";
    font-size: 16px;
    padding-top: 20px; }
  
.search-box_results-page {
  margin-top: 30px;
  margin-bottom: 25px;
  background-color: #F7F7F7; }

.search-box_results-page .component,
.search-box_results-page .component-content {
  margin-bottom: 10px;
  margin-top: 10px; }

.search-box_results-page .search_results_label {
  font-size: 26px;
  line-height: 1;
  color: #f68628;
  font-weight: 500;
  margin-bottom: 18px; }

.search-box_results-page p {
  margin: 0; }

.search-box_results-page .form-search {
  position: relative;
  padding-right: 80px; }

.search-box_results-page .form-search label {
  display: block;
  line-height: 1; }

.search-box_results-page .form-search input[type='text'] {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px 0 0;
  height: 24px;
  border-color: #ccc;
  border-style: none none solid none;
  border-width: 0 0 1px 0;
  outline: none;
  font-family: 'Diodrum Voltaren';
  font-size: 14px;
  color: #333; }

.search-box_results-page .button {
  font-size: 17px;
  color: white;
  line-height: 50px;
  text-align: center;
  display: block;
  text-decoration: none;
  height: 50px;
  width: 182px;
  margin-left: 160px !important;
  text-transform: uppercase;
  background: none;
  background-color: #005089;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-left: 5px;
  -ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  position: absolute;
  right: 0; }

@media only screen and (min-width: 768px) {
  .search-box_results-page {
    margin-top: 40px;
    margin-bottom: 40px; }
  .search-box_results-page .search_results_label {
    font-size: 30px;
    line-height: 32px;
    font-weight: 600; }
  .search-box_results-page .button {
    font-size: 22px;
    height: 50px;
    width: 133px;
    top: -4px; }
  .search-box_results-page .form-search {
    padding-right: 133px; }
  .search-box_results-page .form-search input[type='text'] {
    height: 42px;
    font-size: 30px; } }

.search_result_tabs {
  margin-bottom: 0; }

.search_result_tabs .component,
.search_result_tabs .component-content {
  margin-bottom: 10px;
  margin-top: 10px; }

.search_result_tabs .tabs-content {
  border: none;
  padding: 0; }

.search_result_tabs.tabs > .component-content {
  padding-top: 0; }

.search_result_tabs .tabs-nav {
  height: auto;
  position: relative; }

.search_result_tabs .tabs-nav-list {
  width: 100%;
  overflow: hidden; }

.search_result_tabs .tabs-heading {
  font-size: 16px;
  font-weight: 400;
  padding-top: 10px; }

.search_result_tabs .tabs-nav-item {
  border: none;
  background: #e1e1e1;
  margin-left: 0;
  box-sizing: border-box;
  height: auto;
  width: 100%;
  padding: 15px;
  float: none;
  display: block; }

.search_result_tabs .tabs-nav-item a {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #005089; }

.search_result_tabs .tabs-nav-item:hover {
  background: #e1e1e1; }

.search_result_tabs .tabs-nav-item:hover a {
  color: #005089; }

.search_result_tabs .tabs-nav-item.is-active,
.search_result_tabs .tabs-nav-item.is-active:hover {
  padding-bottom: 15px;
  cursor: default;
  background: -webkit-linear-gradient(-45deg, #f05322 0%, #f5851f 100%);
  background: linear-gradient(135deg, #f05322 0%, #f5851f 100%); }

.search_result_tabs .tabs-nav-item.is-active a,
.search_result_tabs .tabs-nav-item.is-active:hover a {
  color: #fff;
  background: none; }

.search_result_tabs .tabs-nav-switcher {
  display: none; }

.tabs .tabs-nav {
  height: 96px; }

.search_result_filter {
  margin-bottom: 0; }

.search_result_filter .component,
.search_result_filter .component-content {
  margin-bottom: 0; }

.search_result_filter fieldset {
  border: none;
  margin: 0;
  padding: 0; }

.search_result_filter legend {
  display: none; }

.search_result_filter .searchFilter-submit {
  display: none; }

.search_result_filter .searchFilter-content {
  overflow: hidden;
  border-bottom: 5px solid #ef7d02; }

.search_result_filter .searchFilter-control {
  width: 25%;
  float: left; }

.search_result_filter .searchFilter-label {
  display: block;
  background: #e1e1e1;
  box-sizing: content-box;
  height: 120px;
  padding: 30px 30px 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #242f60;
  border-left: 2px solid #fff; }

.search_result_filter .searchFilter-control:first-child .searchFilter-label {
  border-left: none; }

.search_result_filter input[type=radio] {
  display: none; }

.search_result_filter input[type=radio]:checked + .searchFilter-label {
  background: -webkit-linear-gradient(-45deg, #f05322 0%, #f5851f 100%);
  background: linear-gradient(135deg, #f05322 0%, #f5851f 100%);
  color: #fff; }

.search_result_filter .searchFilter {
  display: none; }

.search_result_select_wrap .select2-container {
  width: 100% !important;
  display: block; }

.search-tabs {
  margin-top: 60px; }

.search-tabs .searchFilter-title {
  display: none; }

.search-tabs .search-productFilter {
  display: none; }

.search-tabs .searchFilter-control {
  display: inline-block;
  box-sizing: border-box;
  width: 168px;
  height: 66px;
  color: #F68628;
  text-align: center;
  background-color: #ffffff !important; }

.search-tabs .searchFilter.component.section.col-md-12.first.odd {
  border: none; }

.search-tabs .searchFilter-controls {
  border: none; }

.search-tabs .filter-active {
  border: none; }

.search-tabs .tagRadioFilter .searchFilter-control,
.search-tabs .metadataFilter .searchFilter-control {
  border-bottom: none;
  text-transform: uppercase;
  padding: 7px 0;
  width: 160px; }

.searchFilter-label {
  box-sizing: border-box; }

.search-tabs input[type=radio]:checked + label {
  border-top: solid 4px;
  border-right: solid 1px #dfdfdd;
  border-left: solid 1px #dfdfdd;
  border-bottom: none;
  padding-top: 20px;
  padding-bottom: 20px; }

.search-tabs input[type=radio] + label {
  border-top: solid 1px #dfdfdd;
  border-right: solid 1px #dfdfdd;
  border-left: solid 1px #dfdfdd;
  border-bottom: solid 1px #dfdfdd;
  padding-top: 20px;
  padding-bottom: 20px; }

.search-tabs .tagRadioFilter input, .search-tabs .metadataFilter input[type="radio"] {
  display: none; }

.searchResults.component.section.first.odd.last.default-style.initialized {
  border: none; }

.searchResults-title a {
  font-family: 'foco';
  font-size: 48px;
  font-weight: bold;
  font-style: italic; }

.searchResults-description {
  font-family: Roboto;
  font-size: 16px;
  padding-top: 20px; }
  
  :lang(de-CH) .searchResults-description, 
  :lang(fr-CH)  .searchResults-description,
  :lang(de-DE)  .searchResults-description,
  :lang(es-ES)  .searchResults-description,
  :lang(pt-PT) .searchResults-description {
    font-family: "Roboto";
    font-size: 16px;
    padding-top: 20px; }

@-moz-keyframes bounce-in {
  0% {
    -moz-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  50% {
    -moz-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85); }
  100% {
    -moz-transform: scale(0.68, 0.68);
    transform: scale(0.68, 0.68); } }

@-webkit-keyframes bounce-in {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  50% {
    -webkit-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85); }
  100% {
    -webkit-transform: scale(0.68, 0.68);
    transform: scale(0.68, 0.68); } }

@keyframes bounce-in {
  0% {
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  50% {
    -moz-transform: scale(0.85, 0.85);
    -ms-transform: scale(0.85, 0.85);
    -webkit-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85); }
  100% {
    -moz-transform: scale(0.68, 0.68);
    -ms-transform: scale(0.68, 0.68);
    -webkit-transform: scale(0.68, 0.68);
    transform: scale(0.68, 0.68); } }

@-moz-keyframes bounce-out {
  0% {
    -moz-transform: scale(0.68, 0.68);
    transform: scale(0.68, 0.68); }
  100% {
    -moz-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); } }

@-webkit-keyframes bounce-out {
  0% {
    -webkit-transform: scale(0.68, 0.68);
    transform: scale(0.68, 0.68); }
  100% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); } }

@keyframes bounce-out {
  0% {
    -moz-transform: scale(0.68, 0.68);
    -ms-transform: scale(0.68, 0.68);
    -webkit-transform: scale(0.68, 0.68);
    transform: scale(0.68, 0.68); }
  100% {
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); } }

@-moz-keyframes zoom-in {
  0% {
    -moz-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  100% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes zoom-in {
  0% {
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  100% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes zoom-in-around {
  0% {
    -moz-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  100% {
    -moz-transform: scale(0.66, 0.66);
    transform: scale(0.66, 0.66); } }

@-webkit-keyframes zoom-in-around {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  100% {
    -webkit-transform: scale(0.66, 0.66);
    transform: scale(0.66, 0.66); } }

@keyframes zoom-in-around {
  0% {
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  100% {
    -moz-transform: scale(0.66, 0.66);
    -ms-transform: scale(0.66, 0.66);
    -webkit-transform: scale(0.66, 0.66);
    transform: scale(0.66, 0.66); } }

@-moz-keyframes zoom-out {
  0% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -moz-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); } }

@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); } }

@keyframes zoom-out {
  0% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); } }

.set-rel {
  position: relative; }

.set-abs {
  position: absolute; }

@font-face {
  font-family: 'icon-arrow-bullet';
  src: url("../../assets/fonts/icon-arrow-bullet.eot?eh9hyx");
  src: url("../../assets/fonts/icon-arrow-bullet.eot?eh9hyx#iefix") format("embedded-opentype"), url("../../assets/fonts/icon-arrow-bullet.ttf?eh9hyx") format("truetype"), url("../../assets/fonts/icon-arrow-bullet.woff?eh9hyx") format("woff"), url("../../assets/fonts/icon-arrow-bullet.svg?eh9hyx#icon-arrow-bullet") format("svg");
  font-weight: normal;
  font-style: normal; }

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon-arrow-bullet' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-bullet:before {
  content: "\e900"; }

a.at-share-btn.at-icon-wrapper {
  background: #e86215 !important;
  margin-right: 1px !important;
  margin-left: 0 !important; }

a.at-share-btn.at-icon-wrapper:hover {
  background: #242f60 !important;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none; }

a.at-share-btn.at-icon-wrapper:focus {
  background: #242f60 !important;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  outline: none; }

a.at-share-btn.at-icon-wrapper:focus .at-icon-wrapper {
  background: transparent !important; }

a.at-share-btn.at-icon-wrapper .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
  padding-left: 1px;
  padding-top: 1px; }

a.at-share-btn.at-icon-wrapper .at-icon-wrapper svg {
  width: 24px !important;
  height: 24px !important; }

/* For Google Plus icon */
a.at-share-btn.at-icon-wrapper svg.at-icon-google_plusone_share {
  width: 32px !important;
  height: 32px !important;
  margin-left: -3px;
  margin-top: -5px; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 32px;
  user-select: none;
  -webkit-user-select: none; }

@media only screen and (min-width: 768px) {
  .select2-container .select2-selection--single {
    height: 60px; } }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

@media only screen and (min-width: 768px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    padding-right: 58px; } }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 30px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px 8px;
  font-size: 14px;
  color: #333;
  user-select: none;
  -webkit-user-select: none; }

@media only screen and (min-width: 768px) {
  .select2-results__option {
    font-size: 30px;
    padding: 10px 20px; } }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: none;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  color: #333;
  line-height: 30px; }

@media only screen and (min-width: 768px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 30px;
    line-height: 58px; } }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 30px; }

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\f078";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f68628;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none; }

@media only screen and (min-width: 768px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 58px;
    width: 58px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    font-size: 30px; } }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
  content: "\f077";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f68628;
  background-color: #f68628;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* perfect-scrollbar v0.6.16 */
.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important; } }

.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px; }

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 15px; }

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 6px; }

.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 11px; }

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 30px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 15px; }

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  right: 2px;
  /* there must be 'right' for ps-scrollbar-y */
  width: 6px; }

.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y,
.ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 11px; }

.ps-scrollbar-y-rail {
  width: 5px !important;
  background: #bebebe !important;
  opacity: 1; }

.ps-scrollbar-y-rail .ps-scrollbar-y {
  width: 5px !important;
  background-color: #e86215 !important;
  opacity: 1;
  left: 0px !important;
  border-radius: 0px !important; }

.page-search-results .searchResults-term {
  padding-left: 5px; }

.tab-content .prod-tab-description p {
  font-size: 16px; }

@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 991px) {
  .page-fenistil-roll-on .header .component, .header .component-content {
    margin-bottom: -100px; } }

@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) and (min-width: 992px) {
  .page-fenistil-roll-on .header .component, .header .component-content {
    margin-bottom: -35px; } }

.page-fenistil-products .prod-tab-button p {
  padding-right: 5px;
  padding-left: 5px; }

@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  .page-fenistil-roll-on .icon1, .page-fenistil-gel .icon1, .page-fenistil-drops .icon2, .page-fenistil-drops .icon3, .page-fenistil-drops .icon5, .page-fenistil-tablets .icon2, .page-fenistil-tablets .icon3, .page-fenistil-tablets .icon5 {
    display: none; } }

/* 31484 Navigation and Carousel change */
#productCarousel .item {
  background: linear-gradient(to right, #ff2800 0%, #ff8a0c 100%);
  background: -webkit-linear-gradient(to right, #ff2800 0%, #ff8a0c 100%);
  background: -moz-linear-gradient(to right, #ff2800 0%, #ff8a0c 100%);
  padding: 0 30px 45px; }
  @media only screen and (max-width: 767px) {
    #productCarousel .item .prod-txt h2 {
      font-size: 36px; }
    #productCarousel .item .prod-car-content-rte {
      font-size: 15px; }
    #productCarousel .item .prodSlidecontent img {
      width: 200px;
      height: 200px; } }

#language-selector {
  list-style-type: none; }
  #language-selector li {
    float: left; }
    #language-selector li.separator {
      padding-left: 5px;
      padding-right: 5px; }
    #language-selector li .active {
      cursor: default;
      color: #333333; }

@media only screen and (min-width: 768px) {
  .prod-tab-button a {
    height: 50px; } }

@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) and (min-width: 992px) {
  .header .search_icon {
    top: 35%; }
  .header .gsk_icon {
    margin-top: 20px; } }

/*=========== Mobile ===========*/
@media only screen and (max-width: 767px) {
  div [data-mh="short_article"] .component {
    margin-bottom: 0; }
  div [data-mh="short_article"] .component-content {
    margin-bottom: 0; }
  div [data-mh="short_article"] img {
    vertical-align: top;
    width: 100%; }
  .visible-xs {
    display: block !important; }
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline {
    display: inline !important; }
  .visible-xs-inline-block {
    display: inline-block !important; }
  .hidden-xs {
    display: none !important; }
  .header {
    height: 58px; }
  .header .gsk_icon {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 64px; }
  .header .gsk_icon img {
    display: block; }
  .header .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .header .logo img {
    max-height: 44px;
    display: block; }
  .header .search_icon {
    position: absolute;
    right: 20%;
    top: 18px;
    width: 22px; }
  .header .search_icon img {
    display: block; }
  .searchFilter {
    display: none; }
  .search-tabs {
    margin-top: 80px; }
  .add_this {
    display: inline-flex; }
  .add_this li {
    position: relative;
    left: -40px;
    height: 35px;
    width: 35px; }
  .icon_addThis {
    font-size: 17px;
    margin-left: 10px;
    margin-top: 9px; }
  .find-your-product .component-content .content {
    flex-direction: column; }
  .search_box_background {
    top: 58px; }
  .find-your-product .richText-content h2 {
    font-size: 27px; }
  .find-your-product .richText-content a,
  .caption-in-image figcaption a {
    margin-left: 0; }
  .find-your-product .first.odd.default-style {
    padding-left: 5px; }
  .h1-white {
    font-size: 2.4rem; }
  .h1-blue {
    font-size: 2.4rem; }
  .prod-selector-container {
    flex-direction: column; }
  .prod-selector-icons img {
    padding: 0;
    object-fit: contain;
    -o-object-fit: contain;
    align-self: flex-start;
    flex-shrink: 0;
    max-width: 100%; }
  .prod-tab-title-mobile {
    display: block; }
  .prod-tab-title {
    display: none; }
  .prod-tab-description {
    flex-direction: column;
    text-align: center; }
  .prod-wrapper {
    flex-direction: column; }
  .prod-wrapper .prod-tab-product {
    background-color: white; }
  .prod-tab-product:nth-child(4n + 2),
  .prod-tab-product:nth-child(4n + 3) {
    background-color: white; }
  .prod-tab-product:nth-child(even) {
    background-color: #f7f7f7; }
  .prod-tab-button {
    justify-content: center; }
  .prod-tab-button a {
    margin: 20px 0; }
  .prod-tab-end-container {
    flex-direction: column; }
  #accordion .panel-heading {
    padding: 0; }
  #accordion .panel-title a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    position: relative;
    font-size: 13px; }
  .panel-title a.collapsed::after,
  .panel-title a::after {
    display: block;
    width: 30px;
    height: 20px;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 10px; }
  .prod-tab-icons img:not(.prod-tab-divider) {
    width: 100%;
    height: auto; }
  [id^="heading"] a:before {
    content: '';
    width: 65px;
    height: 50px;
    background-size: 100%;
    background-position: 100%;
    background-repeat: no-repeat;
    display: inline-flex;
    align-items: center;
    position: relative;
    top: -10%; }
  .remove-extra-padding .parametrizedhtml {
    padding-left: 0;
    padding-right: 0; }
  .searchResults-title a {
    font-size: 35px; }
  .searchResults-description {
    padding-left: 15px;
    padding-right: 15px; }
  .disclaimer-superscript-white-text {
    top: -2.5em;
    left: -3.5em; }
  .page-about .article_hero_banner > .component-content {
    background-position: 70%;
    background-size: cover; }
  .page-skin-advice .curved-box {
    margin-left: 5%; }
  .search_icon {
    padding: 0 !important; }
  .prod-detail-benefits-banner .component-content {
    background-position: left; }
  .prod-detail-bennefits-list .richText {
    padding: 10px; }
  .prod-detail-how-and-when .component-content {
    background-image: none; }
  .prod-detail-how-and-when .container > .component-content > .content {
    flex-direction: column; }
  .page-fenistil-tablets .prod-detail-how-and-when .container > .component-content .fenistil-hands > .component-content {
    padding-bottom: 240px; }
  .prod-detail-how-and-when h2 {
    font-size: 27px; }
  .prod-detail-how-and-when li {
    line-height: 25px;
    font-size: 14px; }
  .prod-detail-how-and-when > .component-content {
    background-image: none; }
  .article_know_wrap img {
    width: 100%; }
  .product_description_tabs .tabs-nav-item {
    padding: 10px;
    margin-left: 0;
    text-align: center;
    display: block;
    width: 100%; }
  .product_description_tabs .tabs-nav-item.is-active,
  .product_description_tabs .tabs-nav-item.is-active:hover {
    padding-bottom: 10px;
    border-bottom: 5px solid #e86215;
    text-align: center; }
  .search-box_results-page .button {
    width: 100px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    top: 0; }
  .searchResults-description {
    padding-left: 15px; }
  .page-fenistil-products .reference-product_selector .panel-title a,
  .page-skin-advice .reference-product_selector .panel-title a {
    font-weight: 700;
    color: #f68628; }
  .page-skin-advice .article_hero_banner > .component-content {
    background-size: cover;
    background-position-x: 75%;
    height: 200px; }
  .page-search-results .search-results .searchResults {
    padding: 0 15px; }
  .page-skin-advice .h1-blue {
    line-height: 1.2; }
  .page-fenistil-products.page-fenistil-gel .fenistil-hands > .component-content, .page-fenistil-products.page-fenistil-drops .fenistil-hands > .component-content, .page-fenistil-products.page-fenistil-roll-on .fenistil-hands > .component-content, .page-fenistil-products.page-fenistil-tablets .fenistil-hands > .component-content {
    padding-bottom: 40%; }
  .page-about .article_hero_banner .h1_title {
    opacity: 0; }
  .parametrizedhtml.reference-product_article_selector {
    padding-left: 0;
    padding-right: 0; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .add_this {
    display: inline-flex;
    margin-bottom: 0px; }
  .add_this li {
    position: relative;
    left: -40px;
    height: 35px;
    width: 35px; }
  .icon_addThis {
    font-size: 19px;
    margin-left: 10px;
    margin-top: 8px; }
  .visible-sm {
    display: block !important; }
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline {
    display: inline !important; }
  .visible-sm-inline-block {
    display: inline-block !important; }
  .hidden-sm {
    display: none !important; }
  .header .navigation-vertical .has-children > .navigation-item-title .navigation-item-decoration:before {
    left: 0; }
  .header .navigation-vertical .has-children.is-open > .navigation-item-title .navigation-item-decoration:before {
    left: 0; }
  .header {
    height: 100px; }
  .header .gsk_icon {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .header .gsk_icon img {
    display: block; }
  .header .logo img {
    display: block; }
  .header .search_icon {
    position: absolute;
    right: 120px;
    top: 40px; }
  .header .search_icon img {
    display: block; }
  .search_box_background {
    top: 100px; }
  .caption-in-image p a {
    font-size: 12px; }
  .prod-tabs-intro {
    justify-content: center; }
  .prod-selector-container {
    display: block; }
  .prod-wrapper {
    display: block; }
  .h1-white {
    font-size: 3.6rem;
    position: relative; }
  .h1-blue {
    font-size: 3.6rem; }
  .prod-wrapper {
    display: block; }
  .skin-advice #tabs {
    margin-bottom: 3rem;
    z-index: 100; }
  .disclaimer-superscript-white-text {
    top: -2.5em;
    left: 4.5em; }
  .prod-detail-benefits-banner .component-content {
    background-position: 65% 0; }
  .page-skin-advice .carousel-indicators {
    bottom: -5px; }
  .page-skin-advice .item {
    padding-bottom: 20px; }
  .article-list figure figcaption p {
    opacity: 0; }
  .page-skin-advice .article_hero_banner > .component-content {
    background-size: cover; }
  .reference-product_article_selector .prod-tab-article .col-xs-4.col-sm-4.col-md-2 {
    clear: left; }
  .page-skin-advice .skin-advice-header > .component-content {
    background-position-x: 60%; }
  .mobile_navigation_wrap .navigation-level2 .navigation-item-title {
    text-overflow: ellipsis;
    white-space: normal; }
  .page-fenistil-products.fen-products #category1 .prod-tab-product,
  .page-fenistil-products.fen-products #category4 .prod-tab-product {
    min-height: 735px; }
  .page-fenistil-products.fen-products .prod-tab-end-container {
    flex-direction: column; }
    .page-fenistil-products.fen-products .prod-tab-end-container .prod-tab-icons {
      width: 75%;
      margin-bottom: 20px; }
  .page-search-results .searchFilter form {
    display: none; }
  .page-search-results .search_result_select_wrap {
    margin-top: 100px; }
  .reference-product-icons .prod-tab-end-container {
    display: flex;
    flex-direction: column; }
  .reference-product_article_selector {
    padding: 0; }
    .reference-product_article_selector .curved-box {
      margin-top: 8rem; } }

@media only screen and (min-width: 992px) {
  h3,
  .h1_title h1 {
    font-size: 70px;
    line-height: 0.9;
    letter-spacing: -1px; }
  .follow_us {
    margin-top: 0; }
  .follow_us .soc_icons {
    line-height: 16px;
    text-align: right; }
  #footer {
    padding-top: 50px;
    padding-bottom: 50px; }
  .video_box {
    padding-top: 60px; }
  .header {
    height: 100px; }
  .header .navigation-root {
    z-index: 151; }
  .header .mobile_navigation_wrap {
    display: none; }
  .header .header_navigation_wrap {
    padding-right: 25px; }
  .header .gsk_icon {
    margin-top: 28px; }
  .header .gsk_icon img {
    display: block; }
  .header .search_icon {
    position: absolute;
    right: 15px;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .header .search_icon img {
    display: block; }
  .header .navigation-horizontal .navigation-item.navigation-level1 {
    border: none;
    background: none;
    margin: 0; }
  .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title {
    line-height: 100px;
    padding: 0 15px;
    background: none;
    font-size: 16px;
    font-weight: 500;
    font-family: "Roboto", sans-serif; }
    :lang(de-CH) .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title,
    :lang(fr-CH) .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title,
    :lang(de-DE) .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title,
    :lang(es-ES) .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title,
    :lang(pt-PT) .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title {
      line-height: 100px;
      padding: 0 15px;
      background: none;
      font-size: 16px;
      font-weight: 500;
      font-family: "Roboto", sans-serif; 
    }
  .header .navigation-horizontal .navigation-item.navigation-level1 > .navigation-item-title {
    text-transform: uppercase; }
  .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title .navigation-item-decoration {
    display: none; }
  .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title:hover {
    background: #005089;
    color: #fff; }
  .header .navigation-horizontal .navigation-item.navigation-level1.is-active .navigation-item-title, .header .navigation-horizontal .navigation-item.navigation-level1.has-active-child .navigation-item-title {
    color: #f68628; }
  .header .navigation-horizontal .navigation-item.navigation-level1.is-open .navigation-item-title {
    background: #005089;
    color: #fff; }
  .header .navigation-horizontal .navigation-item.navigation-level1.is-active.is-open .navigation-item-title, .header .navigation-horizontal .navigation-item.navigation-level1.has-active-child.is-open .navigation-item-title, .header .navigation-horizontal .navigation-item.navigation-level1.is-active:hover .navigation-item-title {
    color: #fff; }
  .header .navigation-horizontal .navigation-level2.navigation-branch {
    border: none;
    background: #005089;
    padding: 20px 0; }
  .header .navigation-horizontal .navigation-level2.navigation-branch .navigation-item {
    border: none;
    padding: 10px 42px; }
  .header .navigation-horizontal .navigation-level2.navigation-branch .navigation-item-title {
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    padding: 0;
    background: none; }
  .header .navigation-horizontal .navigation-item.navigation-level1.is-open .navigation-level2.navigation-branch .navigation-item-title {
    background: none; }
  .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title {
    padding: 0 14px;
    font-size: 19px;
    font-weight: 500; }
  .header .navigation-horizontal .navigation-branch.navigation-level2 .navigation-item {
    float: left; }
  .header .navigation-horizontal .navigation-level2.navigation-branch .navigation-item {
    padding: 10px 10px 10px 32px; 
    
    .navigation-item-title {
      line-height: 24px;
    }
  }
  .searchFilter {
    padding-left: 0; }
  .search_box_background {
    top: 100px; }
  .search_box {
    padding-top: 40px;
    padding-bottom: 40px; }
  .search_box .form-search {
    padding-right: 190px; }
  .search_box .form-search input[type="text"] {
    height: 50px; }
  .search_box .button {
    font-size: 16px;
    width: 160px;
    height: 60px;
    top: 0 !important; }
  .add_this {
    display: block; }
  .add_this li {
    position: relative;
    margin-left: 0px;
    margin-bottom: 1px;
    height: 60px;
    width: 60px; }
  .icon_addThis {
    font-size: 25px;
    margin-left: 19px;
    margin-top: 17px; }
  .prod-tab-article {
    padding-top: 5rem; }
  .curved-box {
    margin-top: 8rem;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    background-color: #ff8a0c;
    transform: skew(-10deg); }
  .do-you-know-title {
    font-family: 'foco', sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 36px;
    line-height: 1;
    color: #fff;
    padding-left: 18px;
    text-align: left;
    padding-top: 35px;
    margin-bottom: 15px; }
  .do-you-know-text {
    font-size: 16px;
    font-family: 'Roboto';
    color: #fff;
    line-height: 18px;
    padding-top: 10px;
    float: left;
    text-align: left;
    margin-bottom: 30px; }
    :lang(de-CH) .do-you-know-text,
    :lang(fr-CH) .do-you-know-text,
    :lang(de-DE) .do-you-know-text,
    :lang(es-ES) .do-you-know-text,
    :lang(pt-PT) .do-you-know-text {
      font-size: 16px;
      font-family: 'Roboto';
      color: #fff;
      line-height: 18px;
      padding-top: 10px;
      float: left;
      text-align: left;
      margin-bottom: 30px; }
  .disclaimer-superscript-white-text {
    top: -2.5em;
    left: -3.5em; }
  .article_hero_banner .image {
    display: none; }
  .article_hero_banner > .component-content {
    background-position: 50% 0;
    height: 370px;
    padding-top: 30px; }
  .prod-detail-how-and-when .container > .component-content > .content .box .component-content {
    background-size: 85%;
    background-position: bottom right 70%; }
  .qa {
    margin-bottom: 50px; }
  .qa .qa_title {
    padding-top: 70px;
    padding-bottom: 40px; }
  .qa .qa_title h2 {
    font-size: 116px; }
  .qa .qa_image {
    display: block; }
  .qa .accordion-head {
    padding: 15px 0 15px 35px;
    font-size: 22px;
    line-height: 24px; }
  .qa .accordion-head:after,
  .qa .accordion-slide.is-active > .accordion-head:after {
    left: 0;
    right: auto; }
  .qa .accordion-content {
    padding: 30px 0 20px 35px;
    font-size: 16px;
    line-height: 24px; }
  .dotter_where {
    margin-bottom: 95px; }
  .sitemap .sitemap_section {
    border-bottom: none;
    margin-bottom: 40px; }
  .sitemap .sitemap_section:last-child {
    margin-bottom: 0; }
  .sitemap .sitemap_root {
    padding: 0 0 15px;
    font-size: 22px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px; }
  .sitemap .richText ul a {
    font-size: 16px;
    line-height: 20px; }
  .page_404 {
    padding: 40px 0 60px; }
  .page_404 .title_404 {
    margin: 40px 0;
    font-size: 48px; }
  .search-box_results-page {
    margin-top: 30px;
    margin-bottom: 35px; }
  .search-box_results-page .search_results_label {
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 0; }
  .search-box_results-page .form-search {
    padding-right: 160px; }
  .search-box_results-page .form-search input[type='text'] {
    height: 50px;
    font-size: 22px; }
  .search_result_tabs.tabs > .component-content {
    padding-top: 125px; }
  .search_result_tabs .tabs-nav {
    position: absolute;
    height: 120px;
    border-bottom: 5px solid #ef7d02; }
  .search_result_tabs .tabs-nav-list {
    width: 100%;
    overflow: hidden; }
  .search_result_tabs .tabs-nav-item {
    width: 25%;
    float: left;
    display: inline;
    border-left: 2px solid #fff;
    padding: 30px 30px 0;
    height: 120px; }
  .search_result_tabs .tabs-nav-item:first-child {
    border-left: none; }
  .search_result_tabs .tabs-nav-item.is-active,
  .search_result_tabs .tabs-nav-item.is-active:hover {
    padding-bottom: 0; }
  .search_result_filter .searchFilter {
    display: block; }
  .searchFilter {
    margin-top: 100px; }
  .search_result_select_wrap {
    display: none; }
  .at-share-btn-elements {
    margin-left: -15px; }
  a.at-share-btn.at-icon-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 1px;
    height: 50px;
    width: 50px; }
  a.at-share-btn.at-icon-wrapper .at-icon-wrapper {
    margin-left: 5px;
    margin-top: 5px;
    width: 38px !important;
    height: 38px !important;
    padding-left: 0;
    padding-top: 0; }
  a.at-share-btn.at-icon-wrapper .at-icon-wrapper svg {
    width: 37px !important;
    height: 36px !important; }
  a.at-share-btn.at-icon-wrapper svg.at-icon-google_plusone_share {
    width: 49px !important;
    height: 49px !important; }
  .page-itchy-skin .article_hero_banner .richText {
    position: absolute;
    top: 50%; }
  .page-skin-advice .article_hero_banner,
  .page-about .article_hero_banner {
    max-width: none; }
  .page-skin-advice .article_hero_banner > .component-content,
  .page-about .article_hero_banner > .component-content {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px; } }

.fenistil-new .fenistil-how-works > .component-content {
  background-position: 100%;
  background-repeat: no-repeat; }

.fenistil-new .fenistil-how-product > .component-content,
.fenistil-new .fenistil-reaction-hand > .component-content {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom; }

.fenistil-new .fenistil-how-product > .component-content {
  padding-bottom: 18.5%; }

@media only screen and (max-width: 767px) {
  .fenistil-new .fenistil-reaction-hand > .component-content {
    padding-bottom: 35%; }
  .fenistil-new .mobile-move-to-side > .component-content {
    background-position-x: 40%; }
  .fenistil-new.page-fenistil-products .tabs .tabs-nav {
    height: 280px;
    margin-top: 30px; }
    .fenistil-new.page-fenistil-products .tabs .tabs-nav .tabs-nav-item {
      border-left: 1px solid #eaeaea;
      width: 100%; }
  .fenistil-new.page-fenistil-products .tabs .tabs-content {
    margin-top: 200px; }
  .fenistil-new.page-skin-advice .article-list {
    padding-left: 0;
    padding-right: 0; }
  .fenistil-new .article_hero_banner h1 {
    opacity: 0; }
  .center-background-image > .component-content {
    background-position-x: left;
    background-repeat: no-repeat;
    background-size: cover; }
  .reference-product-carousel .carousel-inner .item {
    min-height: 753px; }
  .panel-title a[aria-expanded="true"]::after {
    transform: rotate(180deg);
    top: 25px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #tabs {
    z-index: 100; }
  .searchResults-result .searchResults-title {
    margin-left: 50%; }
  .fenistil-new .prod-tab-button {
    justify-content: flex-start; }
  .fenistil-new .fenistil-reaction-hand > .component-content {
    padding-bottom: 30%; }
  .fenistil-new .fenistil-how-product > .component-content {
    padding-bottom: 35%; }
  .fenistil-new .fenistil-how-works > .component-content {
    background-size: contain; }
  .fenistil-new .tabs-nav {
    overflow: visible; }
  .fenistil-new .product_description_tabs {
    margin-top: 0; }
  .fenistil-new .tablet-snippets-fixed-height .article-list.odd {
    height: 850px; }
  .fenistil-new.page-skin-advice .article_hero_banner > .component-content, .fenistil-new.page-about .article_hero_banner > .component-content {
    min-height: 250px; } }

@media only screen and (max-width: 991px) {
  .fenistil-new .article-list .richText.even h2 {
    margin-top: 10px; } }

@media only screen and (min-width: 992px) {
  .fenistil-new .header .logo {
    margin-top: 15px; } }

/* ============ Styles ============ */
.margin-y {
  margin: 2.5em 0; }

.fenistil-new .remove-x-padding {
  padding-left: 0;
  padding-right: 0; }

.fenistil-new .remove-y-padding {
  padding-top: 0;
  padding-bottom: 0; }

.black-text, .black-text-20 {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
  line-height: 24px;
  text-align: left; }
  
  :lang(de-CH) .black-text, .black-text-20,
  :lang(fr-CH) .black-text, .black-text-20,
  :lang(de-DE) .black-text, .black-text-20,
  :lang(es-ES) .black-text, .black-text-20,
  :lang(pt-PT) .black-text, .black-text-20 {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    line-height: 24px;
    text-align: left; }

@media only screen and (min-width: 768px) {
  .black-text-20 {
    font-size: 25px; } }

@media only screen and (max-width: 767px) {
  .black-text-20 {
    font-size: 20px; } }

.carousel-height .item {
  min-height: 800px; }

.smaller-words {
  font-size: 88%; }

.center-background-image > .component-content {
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover; }

.line-height-1 a {
  line-height: 1 !important; }

.line-height-12 a {
  line-height: 1.2 !important; }

.line-height-15 a {
  line-height: 1.5 !important; }

.line-height-50 a {
  line-height: 50px !important; }

@media only screen and (min-width: 992px) {
  .logo-adjustment {
    margin-top: 15px; } }

/*# sourceMappingURL=main.css.map */
:lang(uk-UA) body {
  font-family: 'Foco_Rg', sans-serif !important; }
  :lang(uk-UA) body h1,
  :lang(uk-UA) body h2,
  :lang(uk-UA) body h3,
  :lang(uk-UA) body .find-your-product .richText-content p,
  :lang(uk-UA) body .caption-in-image figcaption p,
  :lang(uk-UA) body .article-list figcaption p,
  :lang(uk-UA) body .article-list h2,
  :lang(uk-UA) body .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title,
  :lang(uk-UA) body .healthcare-professionals-bar,
  :lang(uk-UA) body.page-home .button-main,
  :lang(uk-UA) body .h1-white,
  :lang(uk-UA) body span.white_text_title,
  :lang(uk-UA) body span.white_text,
  :lang(uk-UA) body ::-webkit-input-placeholder,
  :lang(uk-UA) body .search_box .form-search input[type="text"],
  :lang(uk-UA) body .prod-tabs-intro,
  :lang(uk-UA) body .prod-selector-icon p,
  :lang(uk-UA) body p.art-tab-blue-description,
  :lang(uk-UA) body p.art-tab-description,
  :lang(uk-UA) body .do-you-know-text,
  :lang(uk-UA) body p.blue-title1,
  :lang(uk-UA) body p.image-description1,
  :lang(uk-UA) body p.blue-title2,
  :lang(uk-UA) body p.image-description2,
  :lang(uk-UA) body p.blue-title3,
  :lang(uk-UA) body p.image-description3,
  :lang(uk-UA) body .prod-detail-bennefits-list h3,
  :lang(uk-UA) body .prod-tab-title,
  :lang(uk-UA) body span.black_text {
    font-family: 'Foco_Rg', sans-serif !important; }
  :lang(uk-UA) body .find-your-product .richText-content h2,
  :lang(uk-UA) body span.blue_title,
  :lang(uk-UA) body .caption-in-image figcaption h3,
  :lang(uk-UA) body .container h1,
  :lang(uk-UA) body .title-h2-skin,
  :lang(uk-UA) body span.blue_text,
  :lang(uk-UA) body .h1-blue,
  :lang(uk-UA) body .prod-tabs-intro strong,
  :lang(uk-UA) body .do-you-know-title {
    font-family: 'Foco_Bold', sans-serif !important; }
  :lang(uk-UA) body .prod-detail-how-and-when .richText {
    padding: 70px 35px 150px; }
  :lang(uk-UA) body.page-fenistil-products.page-fenistil-roll-on .component > .component-content {
    background-repeat: no-repeat;
    background-position: 100% 100%; }
  @media only screen and (max-width: 767px) {
    :lang(uk-UA) body.page-fenistil-products .caption-in-image figcaption {
      top: 55%;
      left: 27%;
      width: 53%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    :lang(uk-UA) body.page-fenistil-products .caption-in-image figcaption {
      width: 50%;
      left: 28%; } }
  @media only screen and (max-width: 767px) {
    :lang(uk-UA) body.page-fenistil-products .caption-in-image figcaption .h1-white {
      font-size: 15px !important;
      line-height: 1; } }
  @media only screen and (min-width: 568px) and (max-width: 767px) {
    :lang(uk-UA) body.page-fenistil-products .caption-in-image figcaption .h1-white {
      font-size: 21px !important; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    :lang(uk-UA) body.page-fenistil-products .caption-in-image figcaption .h1-white {
      line-height: 1; } }
  @media only screen and (max-width: 767px) {
    :lang(uk-UA) body.page-fenistil-products .reference-product_selector .prod-selector-container p {
      left: 0;
      font-size: 19px; } }
  :lang(uk-UA) body.page-fenistil-products.page-fenistil-gel .component > .component-content {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 100%; }
  :lang(uk-UA) body.page-fenistil-products.page-fenistil-drops .component > .component-content {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 100%; }
  :lang(uk-UA) body.page-fenistil-products.page-fenistil-roll-on .component > .component-content {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 100%; }
  :lang(uk-UA) body .prod-tab-button a {
    font-size: 11px; }
    @media only screen and (min-width: 1200px) {
      :lang(uk-UA) body .prod-tab-button a {
        font-size: 14px; } }

:lang(uk-UA) .page-home .healthcare-professionals-bar p {
  font-family: 'Foco_Rg', sans-serif !important; }

:lang(uk-UA) .searchResults-title a {
  font-family: 'Foco_Bold', sans-serif !important;
  font-style: normal; }

:lang(uk-UA) .searchResults-image {
  margin: 0px 15px 30px 0; }

:lang(uk-UA) .searchResults-title {
  overflow: hidden; }

:lang(uk-UA) .prod-tab-article .row + .row {
  padding-top: 15px; }

:lang(uk-UA) .reference-product_article_selector {
  padding: 0; }

:lang(uk-UA) .container {
  clear: both; }

:lang(uk-UA) #homepageCarousel .item .slide-text {
  height: 85%; }

:lang(uk-UA) .article-list h2 {
  margin-top: 15px !important; }

@media only screen and (min-width: 992px) {
  :lang(uk-UA) .header .navigation-horizontal .navigation-level2.navigation-branch .navigation-item {
    padding: 7px 10px 7px 32px; } }

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  :lang(uk-UA) #header .logo {
    padding-top: 10px; } }

:lang(uk-UA) .tabs-nav {
  height: auto; }

:lang(uk-UA) .tabs-nav-list {
  display: flex; }
  :lang(uk-UA) .tabs-nav-list .tabs-nav-item {
    border-bottom: 5px solid transparent; }
    :lang(uk-UA) .tabs-nav-list .tabs-nav-item.is-active, :lang(uk-UA) .tabs-nav-list .tabs-nav-item.is-active:hover, :lang(uk-UA) .tabs-nav-list .tabs-nav-item:hover {
      border-bottom: 5px solid #e86215; }
    :lang(uk-UA) .tabs-nav-list .tabs-nav-item a {
      display: flex;
      height: 100%;
      justify-content: center;
      vertical-align: middle;
      align-items: center; }

:lang(uk-UA) .tab-content {
  clear: both;
  padding-top: 25px; }

:lang(uk-UA) .product_description_tabs .tabs > .component-content {
  padding-top: 120px; }

:lang(uk-UA) #homepageCarousel .carousel-inner > .item {
  background-size: cover !important; }
  @media (min-width: 667px) and (max-width: 1024px) {
    :lang(uk-UA) #homepageCarousel .carousel-inner > .item {
      padding-top: 35.9%; } }
  @media only screen and (min-width: 992px) {
    :lang(uk-UA) #homepageCarousel .carousel-inner > .item.fourth-item {
      background-position-x: -165px !important; } }
  @media only screen and (min-width: 667px) and (max-width: 1023px) {
    :lang(uk-UA) #homepageCarousel .carousel-inner > .item.fourth-item {
      background-position-x: -200px !important; } }
  @media only screen and (min-width: 1024px) and (max-width: 1024px) {
    :lang(uk-UA) #homepageCarousel .carousel-inner > .item.fourth-item {
      background-position-x: -250px !important; } }
  :lang(uk-UA) #homepageCarousel .carousel-inner > .item.fourth-item p {
    font-size: 1.067vw !important; }
    @media (min-width: 667px) and (max-width: 1024px) {
      :lang(uk-UA) #homepageCarousel .carousel-inner > .item.fourth-item p {
        font-size: 1.867vw !important;
        margin-bottom: 3px; } }
  :lang(uk-UA) #homepageCarousel .carousel-inner > .item.fourth-item .left-text {
    margin-left: 55%;
    font-size: 32px; }
  :lang(uk-UA) #homepageCarousel .carousel-inner > .item.fourth-item .carousel-button {
    margin-left: 55% !important; }
  @media only screen and (min-width: 667px) and (max-width: 1024px) {
    :lang(uk-UA) #homepageCarousel .carousel-inner > .item.fourth-item {
      /*.slide-text {
                        margin-top: -27%;
                    }*/ }
      :lang(uk-UA) #homepageCarousel .carousel-inner > .item.fourth-item .left-text {
        margin-left: 45%;
        font-size: 2.725vw;
        margin-right: 5%; }
      :lang(uk-UA) #homepageCarousel .carousel-inner > .item.fourth-item .carousel-button {
        margin-left: 45% !important; } }
  @media only screen and (max-width: 666px) {
    :lang(uk-UA) #homepageCarousel .carousel-inner > .item.fourth-item .carousel-button {
      margin-left: 0% !important;
      left: -10px !important;
      transform: scale(0.8);
      width: 180px; }
    :lang(uk-UA) #homepageCarousel .carousel-inner > .item.fourth-item .left-text {
      margin-left: 0;
      font-size: 10px !important;
      width: 50%;
      margin-bottom: 3px; } }
  :lang(uk-UA) #homepageCarousel .carousel-inner > .item.sixth-item {
    /* @media  (min-width: 667px) and (max-width: 1024px) {
                    .slide-text {
                        margin-top: -34%;
                    }
                }*/ }
    :lang(uk-UA) #homepageCarousel .carousel-inner > .item.sixth-item .carousel_b_text {
      font-size: 2vw !important;
      font-weight: 700; }
      @media (min-width: 667px) and (max-width: 1024px) {
        :lang(uk-UA) #homepageCarousel .carousel-inner > .item.sixth-item .carousel_b_text {
          font-size: 1.467vw !important; } }
      @media (max-width: 666px) {
        :lang(uk-UA) #homepageCarousel .carousel-inner > .item.sixth-item .carousel_b_text {
          font-size: 20px !important;
          font-weight: 700;
          width: 50%;
          display: block !important;
          margin-top: 10px;
          font-style: italic; } }
      :lang(uk-UA) #homepageCarousel .carousel-inner > .item.sixth-item .carousel_b_text span {
        color: #005089; }
    @media (max-width: 666px) {
      :lang(uk-UA) #homepageCarousel .carousel-inner > .item.sixth-item .carousel-button {
        float: right; } }
    :lang(uk-UA) #homepageCarousel .carousel-inner > .item.sixth-item p {
      font-size: 1.067vw !important; }
      @media (max-width: 1023px) {
        :lang(uk-UA) #homepageCarousel .carousel-inner > .item.sixth-item p {
          margin-left: 9%; } }
      @media (min-width: 667px) and (max-width: 1024px) {
        :lang(uk-UA) #homepageCarousel .carousel-inner > .item.sixth-item p {
          font-size: 1.667vw !important;
          margin-bottom: 3px;
          max-width: 45%; } }
      @media (max-width: 666px) {
        :lang(uk-UA) #homepageCarousel .carousel-inner > .item.sixth-item p {
          display: none; } }
    :lang(uk-UA) #homepageCarousel .carousel-inner > .item.sixth-item .carousel-button {
      margin-left: 0 !important; }
      @media (min-width: 667px) and (max-width: 1024px) {
        :lang(uk-UA) #homepageCarousel .carousel-inner > .item.sixth-item .carousel-button {
          transform: scale(0.6);
          margin: -1px 0 0 6% !important; } }
      @media (max-width: 666px) {
        :lang(uk-UA) #homepageCarousel .carousel-inner > .item.sixth-item .carousel-button {
          margin-left: 0 !important;
          left: 15px;
          float: left;
          font-size: 9px;
          width: 120px;
          height: 22px;
          line-height: 22px; } }
  :lang(uk-UA) #homepageCarousel .carousel-inner > .item.fifth-item p {
    font-size: 1.067vw !important; }
    @media (min-width: 667px) and (max-width: 1024px) {
      :lang(uk-UA) #homepageCarousel .carousel-inner > .item.fifth-item p {
        font-size: 1.467vw !important;
        margin-bottom: 5px; } }
    @media (max-width: 666px) {
      :lang(uk-UA) #homepageCarousel .carousel-inner > .item.fifth-item p {
        font-size: 3.067vw !important; } }
  :lang(uk-UA) #homepageCarousel .carousel-inner > .item.fifth-item .carousel-button {
    margin-left: 0 !important; }
    @media (max-width: 666px) {
      :lang(uk-UA) #homepageCarousel .carousel-inner > .item.fifth-item .carousel-button {
        font-size: 9px;
        width: 120px;
        height: 22px;
        line-height: 22px; } }
  @media (min-width: 667px) and (max-width: 1023px) {
    :lang(uk-UA) #homepageCarousel .carousel-inner > .item.fifth-item .box_transparent {
      margin-left: 8.33333333%; } }

:lang(uk-UA) #homepageCarousel .box_transparent {
  text-transform: uppercase;
  background: rgba(0, 80, 137, 0.3);
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-left: 5px;
  -ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  padding: 20px;
  max-width: 600px;
  float: left;
  margin-top: 4%; }
  @media (max-width: 767px) {
    :lang(uk-UA) #homepageCarousel .box_transparent {
      margin-top: 10px; }
      :lang(uk-UA) #homepageCarousel .box_transparent p {
        font-size: 3.067vw !important; } }

:lang(uk-UA).page-skin-advice .disclaimer_superscript {
  left: auto; }

@media only screen and (max-width: 567px) {
  :lang(uk-UA).page-skin-advice.page-what-are-hives .disclaimer-superscript-white-text {
    left: .5em; } }

@media only screen and (min-width: 568px) and (max-width: 767px) {
  :lang(uk-UA).page-skin-advice.page-what-are-hives .disclaimer-superscript-white-text {
    left: 5em; } }

@media only screen and (max-width: 991px) and (min-width: 768px) {
  :lang(uk-UA).page-skin-advice.page-what-are-hives .disclaimer-superscript-white-text {
    top: -2.5em;
    left: 5.5em; } }

@media only screen and (min-width: 992px) {
  :lang(uk-UA).page-skin-advice.page-what-are-hives .disclaimer-superscript-white-text {
    top: -2.5em;
    left: 2.5em; } }

@media only screen and (min-width: 1200px) {
  :lang(uk-UA).page-skin-advice.page-what-are-hives .disclaimer-superscript-white-text {
    top: -2.5em;
    left: 5em; } }

@media only screen and (max-width: 767px) {
  :lang(uk-UA).page-skin-advice .article_hero_banner h1 {
    display: none; } }

@media only screen and (max-width: 768px) {
  :lang(uk-UA).page-skin-advice .fenistil-default-article.border_left {
    padding-top: 20px; } }

@media only screen and (max-width: 768px) {
  :lang(uk-UA) .title-h2-skin {
    font-size: 2.5rem; } }

@media only screen and (min-width: 992px) {
  :lang(uk-UA) .do-you-know-title {
    font-size: 30px; }
  :lang(uk-UA) .title-h2-skin {
    font-size: 3.8rem; } }

:lang(uk-UA) .page-skin-advice .disclaimer_superscript {
  left: auto; }

:lang(uk-UA) .page-skin-advice .skin-advice-header h2 {
  letter-spacing: normal; }

@media only screen and (min-width: 1200px) {
  :lang(uk-UA) .title-h2-skin {
    font-size: 4.8rem; } }

:lang(uk-UA) .slide-text.slide-text1 strong,
:lang(uk-UA) .slide-text.slide-tex2 strong,
:lang(uk-UA) .slide-text.slide-text3 strong {
  font-size: 2.5vw !important;
  position: absolute;
  font-style: italic; }

:lang(uk-UA) .first-item .slide-text strong {
  max-width: 250px;
  right: 350px;
  left: auto;
  top: 20%; }
  @media (min-width: 768px) and (max-width: 1024px) {
    :lang(uk-UA) .first-item .slide-text strong {
      max-width: 200px;
      right: 50px; } }
  @media (max-width: 768px) {
    :lang(uk-UA) .first-item .slide-text strong {
      max-width: 150px;
      right: 50px; } }
  @media (max-width: 767px) {
    :lang(uk-UA) .first-item .slide-text strong {
      max-width: 120px;
      right: auto;
      left: 41px;
      color: #005089;
      margin-top: 20px;
      bottom: auto;
      font-size: 4.267vw !important; } }

:lang(uk-UA) .second-item .slide-text strong {
  max-width: 250px;
  right: 350px;
  left: auto;
  top: 20%; }
  @media (min-width: 768px) and (max-width: 1024px) {
    :lang(uk-UA) .second-item .slide-text strong {
      max-width: 200px;
      right: 50px; } }
  @media (max-width: 768px) {
    :lang(uk-UA) .second-item .slide-text strong {
      max-width: 150px;
      right: 50px; } }
  @media (max-width: 767px) {
    :lang(uk-UA) .second-item .slide-text strong {
      max-width: 150px;
      right: auto;
      left: 41px;
      margin-top: 20px;
      bottom: auto;
      font-size: 4.267vw !important;
      position: absolute !important; } }

:lang(uk-UA) .third-item .slide-text strong {
  max-width: 250px;
  right: 350px;
  left: auto;
  top: 20%; }
  @media (min-width: 768px) and (max-width: 1024px) {
    :lang(uk-UA) .third-item .slide-text strong {
      max-width: 200px;
      right: 50px; } }
  @media (max-width: 768px) {
    :lang(uk-UA) .third-item .slide-text strong {
      right: 0; } }
  @media (max-width: 767px) {
    :lang(uk-UA) .third-item .slide-text strong {
      max-width: 150px;
      margin-top: 25px;
      bottom: auto;
      font-size: 4.267vw !important;
      position: absolute !important; } }

@media (max-width: 767px) {
  :lang(uk-UA) .third-item {
    background-position: 80% 100% !important; }
  :lang(uk-UA) .header .logo img {
    max-height: 35px; } }

:lang(uk-UA) .disclaimer {
  height: 15%;
  font-size: 18px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  color: #323131;
  border-top: 2px solid #e2e2e2;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px; }
  @media (max-width: 767px) {
    :lang(uk-UA) .disclaimer {
      font-size: 9px; } }
  :lang(uk-UA) .disclaimer p {
    margin-bottom: 0; }
    :lang(uk-UA) .disclaimer p:first-child {
      font-size: 8px; }
      @media (min-width: 768px) {
        :lang(uk-UA) .disclaimer p:first-child {
          font-size: 13px; } }
    :lang(uk-UA) .disclaimer p:last-child {
      font-size: 14px; }
      @media (min-width: 768px) {
        :lang(uk-UA) .disclaimer p:last-child {
          font-size: 27px; } }
      @media (min-width: 1200px) {
        :lang(uk-UA) .disclaimer p:last-child {
          font-size: 32px; } }

:lang(uk-UA) #footer {
  padding-bottom: 150px; }
  @media (max-width: 767px) {
    :lang(uk-UA) #footer {
      padding-bottom: 100px; } }

:lang(uk-UA) body.page-fenistil-products #productCarousel .item {
  padding-bottom: 45px; }

:lang(uk-UA) .prod-tabs-intro {
  padding: 15px 20px;
  justify-content: flex-start;
  font-size: 30px; }
  @media (min-width: 1200px) {
    :lang(uk-UA) .prod-tabs-intro {
      font-size: 40px; } }
  :lang(uk-UA) .prod-tabs-intro strong {
    font-size: 30px; }
    @media (min-width: 1200px) {
      :lang(uk-UA) .prod-tabs-intro strong {
        font-size: 40px; } }

:lang(uk-UA) .prod-wrapper {
  display: flex !important;
  flex-wrap: wrap; }

:lang(uk-UA) .tabs-nav {
  height: auto !important; }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  :lang(uk-UA) .tabs-nav {
    height: auto !important;
    margin-top: 25px; }
    :lang(uk-UA) .tabs-nav .tabs-nav-list {
      display: flex;
      width: auto; }
      :lang(uk-UA) .tabs-nav .tabs-nav-list .tabs-nav-item {
        width: 25%;
        float: none;
        font-size: 14px;
        align-items: center;
        display: flex;
        text-align: center;
        justify-content: center; }
  :lang(uk-UA) .carousel-indicators {
    bottom: 0px; }
  :lang(uk-UA) #productCarousel .carousel-inner {
    min-height: 580px;
    display: flex; }
  :lang(uk-UA) .prod-tab-button a {
    font-size: 10px;
    width: 160px; }
  :lang(uk-UA) .container {
    width: 100%;
    max-width: 750px; }
    :lang(uk-UA) .container .component-content,
    :lang(uk-UA) .container .content {
      width: 100%; }
      :lang(uk-UA) .container .component-content h2,
      :lang(uk-UA) .container .content h2 {
        font-size: 33px !important; } }

@media only screen and (min-width: 800px) and (max-width: 1024px) {
  :lang(uk-UA) .caption-in-image figcaption {
    left: 25%;
    width: 50%;
    line-height: 1.2; }
    :lang(uk-UA) .caption-in-image figcaption p {
      line-height: 1.1; }
  :lang(uk-UA) .tabs-nav {
    margin-top: 25px; }
    :lang(uk-UA) .tabs-nav .tabs-nav-list {
      width: auto;
      justify-content: space-around; }
      :lang(uk-UA) .tabs-nav .tabs-nav-list .tabs-nav-item {
        width: auto;
        font-size: 14px; }
  :lang(uk-UA) .prod-tab-button a {
    width: 170px; } }

@media only screen and (max-width: 767px) {
  :lang(uk-UA) body.page-fenistil-products #productCarousel .item {
    padding-bottom: 35px;
    min-height: 700px; }
  :lang(uk-UA) .carousel-indicators {
    margin-bottom: 0; }
  :lang(uk-UA) .panel-group {
    margin-top: 25px; }
  :lang(uk-UA) #accordion .panel-title a {
    min-height: 50px;
    height: auto;
    padding: 5px 15px 0; }
  :lang(uk-UA) .product_description_tabs .tabs > .component-content {
    padding-top: 0; }
  :lang(uk-UA) .tabs-nav {
    margin-top: 25px;
    position: relative; }
    :lang(uk-UA) .tabs-nav .tabs-nav-list {
      width: auto;
      justify-content: space-around;
      flex-direction: column; }
      :lang(uk-UA) .tabs-nav .tabs-nav-list .tabs-nav-item {
        width: 100%;
        font-size: 14px; }
  :lang(uk-UA) .page-fenistil-products .article-list figcaption {
    position: absolute;
    bottom: 0;
    left: 0; }
  :lang(uk-UA) .page-fenistil-products .reference-product-icons {
    padding: 0; }
    :lang(uk-UA) .page-fenistil-products .reference-product-icons .prod-tab-icons {
      padding: 0;
      text-align: center; }
      :lang(uk-UA) .page-fenistil-products .reference-product-icons .prod-tab-icons img {
        max-width: 54px !important; }
  :lang(uk-UA) .page-fenistil-products .product_video_box + .article-list .image img {
    width: 120px; }
  :lang(uk-UA) .article-list figure {
    position: relative;
    margin-bottom: 30px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  :lang(uk-UA) .skin-advice-header .component-content {
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover; }
  :lang(uk-UA) .prod-selector-icon img {
    max-width: 78px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  :lang(uk-UA) .title-h2-skin {
    font-size: 2.4rem; } }

@media only screen and (max-width: 768px) {
  :lang(uk-UA) .title-h2-skin {
    font-size: 2.4rem; }
  :lang(uk-UA) .disclaimer-superscript-blue {
    font-size: 52%; }
  :lang(uk-UA) .h1-blue {
    font-size: 3.1rem; }
  :lang(uk-UA) .page-skin-stress .article_hero_banner .component-content {
    background-position: 100% 0 !important; }
  :lang(uk-UA) .prod-tabs-intro {
    justify-content: center; }
  :lang(uk-UA) .reference-product-carousel .carousel-inner {
    display: flex; }
  :lang(uk-UA) .prodSlidecontent p, :lang(uk-UA) .prodSlidecontent h2 {
    padding: 0 15px; } }

@media only screen and (max-width: 400px) {
  :lang(uk-UA) .accordion-title {
    max-width: 235px; } }

:lang(uk-UA) .old-font {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }

:lang(uk-UA) .navigation-horizontal .navigation-item.navigation-level1.is-open .navigation-level2.navigation-branch .navigation-item {
  padding: 5px 10px 5px 32px; }
  :lang(uk-UA) .navigation-horizontal .navigation-item.navigation-level1.is-open .navigation-level2.navigation-branch .navigation-item .navigation-item-title {
    font-size: 14px; }

@media only screen and (min-width: 992px) {
  :lang(uk-UA) .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title {
    font-size: 15px; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  :lang(uk-UA) .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title {
    font-size: 11px; } }

:lang(ru-UA) body {
  font-family: 'Foco_Rg', sans-serif !important; }
  :lang(ru-UA) body h1,
  :lang(ru-UA) body h2,
  :lang(ru-UA) body h3,
  :lang(ru-UA) body .find-your-product .richText-content p,
  :lang(ru-UA) body .caption-in-image figcaption p,
  :lang(ru-UA) body .article-list figcaption p,
  :lang(ru-UA) body .article-list h2,
  :lang(ru-UA) body .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title,
  :lang(ru-UA) body .healthcare-professionals-bar,
  :lang(ru-UA) body .healthcare-professionals-bar p,
  :lang(ru-UA) body.page-home .button-main,
  :lang(ru-UA) body .h1-white,
  :lang(ru-UA) body span.white_text_title,
  :lang(ru-UA) body span.white_text,
  :lang(ru-UA) body ::-webkit-input-placeholder,
  :lang(ru-UA) body .search_box .form-search input[type="text"],
  :lang(ru-UA) body .prod-tabs-intro,
  :lang(ru-UA) body .prod-selector-icon p,
  :lang(ru-UA) body p.art-tab-blue-description,
  :lang(ru-UA) body p.art-tab-description,
  :lang(ru-UA) body .do-you-know-text,
  :lang(ru-UA) body p.blue-title1,
  :lang(ru-UA) body p.image-description1,
  :lang(ru-UA) body p.blue-title2,
  :lang(ru-UA) body p.image-description2,
  :lang(ru-UA) body p.blue-title3,
  :lang(ru-UA) body p.image-description3,
  :lang(ru-UA) body .prod-detail-bennefits-list h3,
  :lang(ru-UA) body .prod-tab-title,
  :lang(ru-UA) body span.black_text {
    font-family: 'Foco_Rg', sans-serif !important; }
  :lang(ru-UA) body .find-your-product .richText-content h2,
  :lang(ru-UA) body span.blue_title,
  :lang(ru-UA) body .caption-in-image figcaption h3,
  :lang(ru-UA) body .container h1,
  :lang(ru-UA) body .title-h2-skin,
  :lang(ru-UA) body span.blue_text,
  :lang(ru-UA) body .h1-blue,
  :lang(ru-UA) body .prod-tabs-intro strong,
  :lang(ru-UA) body .do-you-know-title {
    font-family: 'Foco_Bold', sans-serif !important; }
  @media only screen and (min-width: 992px) {
    :lang(ru-UA) body .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title {
      font-size: 16px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    :lang(ru-UA) body .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title {
      font-size: 13px; } }
  :lang(ru-UA) body #homepageCarousel .carousel-inner > .item {
    background-size: cover !important; }
    @media only screen and (min-width: 992px) {
      :lang(ru-UA) body #homepageCarousel .carousel-inner > .item.fourth-item {
        background-position-x: -165px !important; } }
    :lang(ru-UA) body #homepageCarousel .carousel-inner > .item.fourth-item .slide-text .carousel-button {
      width: 272px;
      margin-left: 725px !important; }
    :lang(ru-UA) body #homepageCarousel .carousel-inner > .item.fourth-item .slide-text p, :lang(ru-UA) body #homepageCarousel .carousel-inner > .item.fourth-item .slide-text p:nth-of-type(3) {
      padding-left: 0 !important; }
    :lang(ru-UA) body #homepageCarousel .carousel-inner > .item.sixth-item .carousel_b_text {
      font-size: 1.667vw !important;
      font-weight: 700; }
      @media (min-width: 667px) and (max-width: 1024px) {
        :lang(ru-UA) body #homepageCarousel .carousel-inner > .item.sixth-item .carousel_b_text {
          font-size: 1.467vw !important; } }
      @media (max-width: 666px) {
        :lang(ru-UA) body #homepageCarousel .carousel-inner > .item.sixth-item .carousel_b_text {
          font-size: 20px !important;
          font-weight: 700;
          width: 50%;
          display: block !important;
          margin-top: 10px;
          font-style: italic; } }
      :lang(ru-UA) body #homepageCarousel .carousel-inner > .item.sixth-item .carousel_b_text span {
        color: #005089; }
    @media (max-width: 666px) {
      :lang(ru-UA) body #homepageCarousel .carousel-inner > .item.sixth-item .carousel-button {
        float: right; } }
    :lang(ru-UA) body #homepageCarousel .carousel-inner > .item.sixth-item p, :lang(ru-UA) body #homepageCarousel .carousel-inner > .item.sixth-item strong {
      font-size: 1.667vw !important;
      color: #005089; }
      @media (max-width: 1023px) {
        :lang(ru-UA) body #homepageCarousel .carousel-inner > .item.sixth-item p, :lang(ru-UA) body #homepageCarousel .carousel-inner > .item.sixth-item strong {
          margin-left: 9%; } }
      @media (min-width: 667px) and (max-width: 1024px) {
        :lang(ru-UA) body #homepageCarousel .carousel-inner > .item.sixth-item p, :lang(ru-UA) body #homepageCarousel .carousel-inner > .item.sixth-item strong {
          font-size: 1.667vw !important;
          margin-bottom: 3px;
          max-width: 45%; } }
      @media (max-width: 666px) {
        :lang(ru-UA) body #homepageCarousel .carousel-inner > .item.sixth-item p, :lang(ru-UA) body #homepageCarousel .carousel-inner > .item.sixth-item strong {
          display: none; } }
  :lang(ru-UA) body .prod-detail-how-and-when .richText {
    padding: 70px 35px 150px; }
    @media only screen and (max-width: 768px) {
      :lang(ru-UA) body .prod-detail-how-and-when .richText.how-and-when-p2 {
        padding: 70px 35px 30px; } }
  :lang(ru-UA) body .product_description_tabs .tabs-nav-item {
    width: 10%; }
    @media only screen and (min-width: 1200px) {
      :lang(ru-UA) body .product_description_tabs .tabs-nav-item a {
        font-size: 14px; } }
  :lang(ru-UA) body.page-skin-advice .disclaimer_superscript {
    left: auto; }
  :lang(ru-UA) body.page-skin-advice .skin-advice-header.component > .component-content {
    background-repeat: no-repeat;
    background-size: cover; }
  @media only screen and (max-width: 567px) {
    :lang(ru-UA) body.page-skin-advice.page-what-are-hives .disclaimer-superscript-white-text {
      left: -1.5em; } }
  @media only screen and (min-width: 568px) and (max-width: 767px) {
    :lang(ru-UA) body.page-skin-advice.page-what-are-hives .disclaimer-superscript-white-text {
      left: 5em; } }
  @media only screen and (max-width: 991px) and (min-width: 768px) {
    :lang(ru-UA) body.page-skin-advice.page-what-are-hives .disclaimer-superscript-white-text {
      top: -2.5em;
      left: -3.5em; } }
  @media only screen and (min-width: 992px) {
    :lang(ru-UA) body.page-skin-advice.page-what-are-hives .disclaimer-superscript-white-text {
      top: -2.5em;
      left: 0; } }
  @media only screen and (min-width: 1200px) {
    :lang(ru-UA) body.page-skin-advice.page-what-are-hives .disclaimer-superscript-white-text {
      top: -2.5em;
      left: -4em; } }
  :lang(ru-UA) body.page-fenistil-products.page-fenistil-gel .component > .component-content {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 100%; }
  :lang(ru-UA) body.page-fenistil-products.page-fenistil-drops .component > .component-content {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 100%; }
  :lang(ru-UA) body.page-fenistil-products.page-fenistil-roll-on .component > .component-content {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 100%; }
  @media only screen and (max-width: 767px) {
    :lang(ru-UA) body.page-fenistil-products .caption-in-image figcaption {
      top: 55%;
      left: 27%;
      width: 53%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    :lang(ru-UA) body.page-fenistil-products .caption-in-image figcaption {
      width: 50%;
      left: 28%; } }
  @media only screen and (max-width: 767px) {
    :lang(ru-UA) body.page-fenistil-products .caption-in-image figcaption .h1-white {
      font-size: 15px !important;
      line-height: 1; } }
  @media only screen and (min-width: 568px) and (max-width: 767px) {
    :lang(ru-UA) body.page-fenistil-products .caption-in-image figcaption .h1-white {
      font-size: 21px !important; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    :lang(ru-UA) body.page-fenistil-products .caption-in-image figcaption .h1-white {
      line-height: 1; } }
  @media only screen and (max-width: 767px) {
    :lang(ru-UA) body.page-fenistil-products .reference-product_selector .prod-selector-container p {
      left: 0;
      font-size: 20px; } }
  @media only screen and (max-width: 767px) {
    :lang(ru-UA) body.page-fenistil-products .prod-detail-bennefits-list h3 {
      font-size: 27px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    :lang(ru-UA) body.page-fenistil-products .prod-detail-bennefits-list h3 {
      font-size: 29px; } }
  :lang(ru-UA) body.page-fenistil-products #productCarousel .item {
    padding-bottom: 35px; }
  @media only screen and (max-width: 768px) {
    :lang(ru-UA) body .title-h2-skin {
      font-size: 2.4rem; }
    :lang(ru-UA) body .disclaimer-superscript-blue {
      font-size: 52%; } }
  @media only screen and (min-width: 992px) {
    :lang(ru-UA) body h2 {
      letter-spacing: normal; }
    :lang(ru-UA) body .disclaimer-superscript-blue {
      font-size: 60%; }
    :lang(ru-UA) body .header .navigation-horizontal .navigation-level2.navigation-branch .navigation-item {
      padding: 8px 10px 8px 32px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    :lang(ru-UA) body .title-h2-skin {
      font-size: 2.4rem; } }
  @media only screen and (min-width: 1200px) {
    :lang(ru-UA) body .title-h2-skin {
      font-size: 4.1rem; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  :lang(ru-UA) #header .logo {
    padding-top: 10px; }
  :lang(ru-UA) body.page-skin-advice .skin-advice-header.component > .component-content {
    background-position: 50% 100%; }
  :lang(ru-UA) .tab-content {
    clear: both;
    padding-top: 25px; }
  :lang(ru-UA) .prod-selector-icon img {
    padding: 0;
    min-width: 80px;
    max-width: 80px;
    margin-bottom: 10px;
    margin-top: 10px; }
  :lang(ru-UA) .article-list h2 {
    margin-top: 15px !important; }
  :lang(ru-UA) #homepageCarousel .carousel-inner > .item {
    background-size: cover !important;
    background-position: 100% !important; } }

@media only screen and (max-width: 767px) {
  :lang(ru-UA) #homepageCarousel .carousel-inner > .item {
    background-size: cover !important;
    background-position: 50% !important; }
    :lang(ru-UA) #homepageCarousel .carousel-inner > .item.first-item {
      background-position: 100% !important; }
  :lang(ru-UA) #homepageCarousel .item .slide-text {
    font-size: 10px; }
    :lang(ru-UA) #homepageCarousel .item .slide-text p {
      margin-bottom: 3px; }
  :lang(ru-UA) #homepageCarousel .carousel-inner > .item.fourth-item .slide-text .carousel-button {
    width: 172px !important;
    margin-left: 0 !important;
    font-size: 10px; } }

:lang(ru-UA) #homepageCarousel .carousel-inner > .item.fourth-item .slide-text .carousel-button#button_left {
  margin-left: 0 !important; }

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  :lang(ru-UA) body .title-h2-skin {
    font-size: 3.1rem; } }

@media only screen and (min-width: 1367px) {
  :lang(ru-UA) #homepageCarousel .carousel-inner > .item.fourth-item .slide-text .carousel-button#button_left {
    margin-left: 0 !important; }
  :lang(ru-UA) #last_slide_inner {
    top: 5% !important;
    font-size: 18px; }
    :lang(ru-UA) #last_slide_inner p {
      font-size: 24px !important;
      width: 50%; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  :lang(ru-UA) #homepageCarousel .item .slide-text#last_slide_inner {
    top: 5%;
    font-size: 12px; }
    :lang(ru-UA) #homepageCarousel .item .slide-text#last_slide_inner p {
      margin-bottom: 5px; }
    :lang(ru-UA) #homepageCarousel .item .slide-text#last_slide_inner a {
      font-size: 12px;
      line-height: 36px;
      height: 35px;
      width: 150px; }
  :lang(ru-UA) #homepageCarousel .item .slide-text a {
    font-size: 12px;
    line-height: 36px;
    height: 35px;
    width: 230px; } }

@media only screen and (min-width: 1025px) and (min-width: 1366px) {
  :lang(ru-UA) #homepageCarousel .carousel-inner > .item.fourth-item .slide-text .carousel-button#button_left {
    margin-left: 0 !important; }
  :lang(ru-UA) #last_slide_inner {
    top: 5% !important;
    font-size: 18px; }
    :lang(ru-UA) #last_slide_inner p {
      font-size: 16px !important;
      width: 50%; }
  :lang(ru-UA) .fourth-item .slide-text {
    top: 15% !important;
    font-size: 18px; }
    :lang(ru-UA) .fourth-item .slide-text strong.left-text {
      font-size: 40px;
      margin-bottom: 15px;
      display: block; } }

:lang(ru-UA) .searchResults-title a {
  font-family: 'Foco_Bold', sans-serif !important;
  font-style: normal; }

:lang(ru-UA) .searchResults-image {
  margin: 0px 15px 30px 0; }

:lang(ru-UA) .searchResults-title {
  overflow: hidden; }

:lang(ru-UA) .do-you-know-title {
  margin-bottom: 15px; }

:lang(ru-UA) .product_description_tabs .tabs > .component-content {
  padding-top: 120px; }

:lang(ru-UA) .tabs-nav-list {
  display: flex; }
  :lang(ru-UA) .tabs-nav-list tabs-nav-item {
    border-bottom: 5px solid transparent; }
    :lang(ru-UA) .tabs-nav-list tabs-nav-item.is-active, :lang(ru-UA) .tabs-nav-list tabs-nav-item.is-active:hover, :lang(ru-UA) .tabs-nav-list tabs-nav-item:hover {
      border-bottom: 5px solid #e86215; }
    :lang(ru-UA) .tabs-nav-list tabs-nav-item a {
      display: flex;
      height: 100%;
      justify-content: center;
      vertical-align: middle;
      align-items: center; }

:lang(ru-UA) sup {
  font-size: 70%; }

:lang(ru-UA) .disclaimer {
  height: 15%;
  font-size: 19px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  color: #323131;
  border-top: 2px solid #e2e2e2;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px; }
  @media (max-width: 767px) {
    :lang(ru-UA) .disclaimer {
      font-size: 9px; } }
  :lang(ru-UA) .disclaimer p {
    margin-bottom: 0; }
    :lang(ru-UA) .disclaimer p:first-child {
      font-size: 8px; }
      @media (min-width: 768px) {
        :lang(ru-UA) .disclaimer p:first-child {
          font-size: 12px; } }
    :lang(ru-UA) .disclaimer p:last-child {
      font-size: 14px; }
      @media (min-width: 768px) {
        :lang(ru-UA) .disclaimer p:last-child {
          font-size: 27px; } }
      @media (min-width: 1200px) {
        :lang(ru-UA) .disclaimer p:last-child {
          font-size: 32px; } }

:lang(ru-UA) #footer {
  padding-bottom: 170px; }
  @media (max-width: 767px) {
    :lang(ru-UA) #footer {
      padding-bottom: 95px; } }

:lang(ru-UA) .container {
  clear: both; }

:lang(ru-UA) .carousel-button {
  margin-left: 0 !important; }

:lang(ru-UA) .box_transparent {
  text-transform: uppercase;
  background: rgba(0, 80, 137, 0.3);
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-left: 5px;
  -ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  padding: 20px;
  max-width: 600px;
  float: left;
  margin-top: 4%; }
  @media (max-width: 1024px) {
    :lang(ru-UA) .box_transparent {
      margin-top: 10px;
      padding: 10px 20px;
      margin-left: 70px; }
      :lang(ru-UA) .box_transparent p {
        font-size: 2.067vw !important;
        margin-bottom: 5px; } }
  @media (max-width: 767px) {
    :lang(ru-UA) .box_transparent {
      margin-top: 10px;
      margin-left: 0px;
      padding: 10px 20px; }
      :lang(ru-UA) .box_transparent p {
        font-size: 2.067vw !important; } }

:lang(ru-UA) .prod-tabs-intro {
  padding: 15px 0; }

:lang(ru-UA) .prod-wrapper {
  display: flex !important;
  flex-wrap: wrap; }

:lang(ru-UA) .tabs-nav {
  height: auto !important; }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  :lang(ru-UA) .tabs-nav {
    height: auto !important;
    margin-top: 25px; }
    :lang(ru-UA) .tabs-nav .tabs-nav-list {
      display: flex;
      width: auto; }
      :lang(ru-UA) .tabs-nav .tabs-nav-list .tabs-nav-item {
        width: 25%;
        float: none;
        font-size: 14px;
        align-items: center;
        display: flex;
        text-align: center;
        justify-content: center; } }

@media only screen and (min-width: 800px) and (max-width: 1024px) {
  :lang(ru-UA) .caption-in-image figcaption {
    left: 25%;
    width: 50%;
    line-height: 1.2; }
    :lang(ru-UA) .caption-in-image figcaption p {
      line-height: 1.1; }
  :lang(ru-UA) .tabs-nav {
    margin-top: 25px; }
    :lang(ru-UA) .tabs-nav .tabs-nav-list {
      width: auto;
      justify-content: space-around; }
      :lang(ru-UA) .tabs-nav .tabs-nav-list .tabs-nav-item {
        width: auto;
        font-size: 14px; }
  :lang(ru-UA) .prod-tab-button a {
    width: 170px; } }

@media only screen and (max-width: 767px) {
  :lang(ru-UA) body.page-fenistil-products #productCarousel .item {
    padding-bottom: 35px;
    min-height: 700px; }
  :lang(ru-UA) .carousel-indicators {
    margin-bottom: 0; }
  :lang(ru-UA) .panel-group {
    margin-top: 25px; }
  :lang(ru-UA) #accordion .panel-title a {
    min-height: 50px;
    height: auto;
    padding: 5px 15px 0; }
  :lang(ru-UA) .product_description_tabs .tabs > .component-content {
    padding-top: 0; }
  :lang(ru-UA) .tabs-nav {
    margin-top: 25px;
    position: relative; }
    :lang(ru-UA) .tabs-nav .tabs-nav-list {
      width: auto;
      justify-content: space-around;
      flex-direction: column; }
      :lang(ru-UA) .tabs-nav .tabs-nav-list .tabs-nav-item {
        width: 100%;
        font-size: 14px; }
  :lang(ru-UA) .page-fenistil-products .article-list figcaption {
    position: absolute;
    bottom: 0;
    left: 0; }
  :lang(ru-UA) .article-list figure {
    position: relative;
    margin-bottom: 30px; } }

@media only screen and (min-width: 992px) and (max-width: 1400px) {
  :lang(ru-UA) .header .navigation-horizontal .navigation-level2.navigation-branch {
    padding: 10px 0; }
    :lang(ru-UA) .header .navigation-horizontal .navigation-level2.navigation-branch .navigation-item {
      padding: 6px 10px 6px 32px !important; } }

@media (max-width: 767px) {
  :lang(uk-UA) .header .logo,
  :lang(ru-UA) .header .logo {
    left: 33%; } }

:lang(uk-UA) .language_switcher_box,
:lang(ru-UA) .language_switcher_box {
  position: absolute;
  right: 25%;
  top: 13px;
  width: 90px; }
  @media (min-width: 768px) {
    :lang(uk-UA) .language_switcher_box,
    :lang(ru-UA) .language_switcher_box {
      right: auto;
      left: 80px;
      top: 40px;
      width: 110px; } }
  @media (min-width: 992px) {
    :lang(uk-UA) .language_switcher_box,
    :lang(ru-UA) .language_switcher_box {
      right: 45px;
      left: auto;
      top: 30px; } }
  @media (min-width: 1201px) {
    :lang(uk-UA) .language_switcher_box,
    :lang(ru-UA) .language_switcher_box {
      right: 80px;
      top: 35px; } }
  @media (min-width: 1301px) {
    :lang(uk-UA) .language_switcher_box,
    :lang(ru-UA) .language_switcher_box {
      right: 120px;
      top: 35px; } }

:lang(uk-UA) .language_switcher_box p,
:lang(ru-UA) .language_switcher_box p {
  display: flex;
  margin: 0; }

:lang(uk-UA) .language_switcher,
:lang(ru-UA) .language_switcher {
  display: block;
  text-decoration: none !important;
  width: 50%;
  text-align: center;
  border: 2px solid #f05322;
  padding-top: 3px;
  padding-bottom: 2px;
  font-weight: 600;
  box-sizing: border-box;
  color: #005089;
  font-size: 13px; }
  @media (min-width: 768px) {
    :lang(uk-UA) .language_switcher,
    :lang(ru-UA) .language_switcher {
      font-size: 16px; } }

:lang(uk-UA) .language_ua,
:lang(ru-UA) .language_ua {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px; }

:lang(uk-UA) .language_ru,
:lang(ru-UA) .language_ru {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px; }

:lang(uk-UA) .language_active,
:lang(ru-UA) .language_active {
  background: #ef8001; }

:lang(uk-UA) .page-where-to-buy .where-to-buy-product .blue_button,
:lang(ru-UA) .page-where-to-buy .where-to-buy-product .blue_button {
  transition: .3s; }
  :lang(uk-UA) .page-where-to-buy .where-to-buy-product .blue_button:hover,
  :lang(ru-UA) .page-where-to-buy .where-to-buy-product .blue_button:hover {
    color: #fff;
    background: #ef8001; }
  :lang(uk-UA) .page-where-to-buy .where-to-buy-product .blue_button:focus,
  :lang(ru-UA) .page-where-to-buy .where-to-buy-product .blue_button:focus {
    color: #fff;
    background: #005089; }

@media (max-width: 767px) {
  :lang(uk-UA) .page-where-to-buy .where-to-buy-product,
  :lang(ru-UA) .page-where-to-buy .where-to-buy-product {
    text-align: center; }
    :lang(uk-UA) .page-where-to-buy .where-to-buy-product .blue_button,
    :lang(ru-UA) .page-where-to-buy .where-to-buy-product .blue_button {
      margin: 0 auto; } }

:lang(de-DE) #productCarousel .prod-tab-button {
  height: 49px; }

:lang(de-DE) .product-disclaimer {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 30%;
  width: 100%;
  background: #fff;
  z-index: 2000; }
  :lang(de-DE) .product-disclaimer.minimized {
    height: 12.5%; }
  :lang(de-DE) .product-disclaimer .product-disclaimer-inner {
    margin-top: 20px; }
    :lang(de-DE) .product-disclaimer .product-disclaimer-inner .product-disclaimer-header {
      margin-bottom: 10px; }
      :lang(de-DE) .product-disclaimer .product-disclaimer-inner .product-disclaimer-header .product-disclaimer-title {
        margin-left: -15px;
        color: #005089;
        font-size: 2rem; }
      :lang(de-DE) .product-disclaimer .product-disclaimer-inner .product-disclaimer-header .product-disclaimer-manipulation {
        cursor: pointer; }
      :lang(de-DE) .product-disclaimer .product-disclaimer-inner .product-disclaimer-header .product-disclaimer-buttons {
        text-decoration: none; }
    :lang(de-DE) .product-disclaimer .product-disclaimer-inner .product-disclaimer-text {
      overflow-y: scroll;
      height: 220px; }

:lang(de-DE) .disclaimer-bold,
:lang(de-DE) .product-disclaimer-title,
:lang(de-DE) .product-disclaimer-buttons {
  font-weight: 700; }

:lang(de-DE) .hide-disclaimer {
  display: none; }

:lang(de-DE) .prod-tab-inner-box .prod-tab-button a {
  max-width: 230px;
  height: 50px;
  line-height: 1.5; }

:lang(de-DE) .navigation-item.navigation-level1.page-where-to-buy {
  display: none; }

:lang(de-DE) .page-fenistil-products .prod-tab-button.first-btn a {
  line-height: 1.5;
  height: 50px; }

:lang(de-DE) .page-home .find-your-product a,
:lang(de-DE) .page-home .caption-in-image a {
  line-height: 1.5; }

:lang(de-DE) .page-home #homepageCarousel .item .slide-text {
  margin-top: 0;
  position: absolute;
  top: 10%;
  text-shadow: 0px 0px 30px black; }
  :lang(de-DE) .page-home #homepageCarousel .item .slide-text a {
    line-height: 1.5; }

:lang(de-DE) .page-home #homepageCarousel .item .decoration-text {
  font-size: 2.5rem; }

:lang(de-DE) .page-home #homepageCarousel .item .title-text {
  font-size: 5rem; }

:lang(de-DE) .page-home #homepageCarousel .item .content-shadow {
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.45);
  border-radius: 30px; }

:lang(de-DE) .page-skin-advice .reference-product-carousel .first-btn a {
  line-height: 1.5; }

:lang(de-DE) .page-skin-advice .prod-tabs-intro {
  text-align: left; }

:lang(de-DE) .page-fenistil-roll-on .fenistil-article > .component-content {
  background-repeat: no-repeat; }

:lang(de-DE) .page-fenistil-products .prod-detail-how-and-when .component-content .fenistil-hands > .component-content {
  padding-bottom: 50%; }

:lang(de-DE) .page-fenistil-drops .prod-tab-icons .icon4 {
  left: unset; }

:lang(de-DE) .page-fenihydrocort .product_description_tabs .prod-tab-button a {
  min-height: 7rem; }

:lang(de-DE) .page-fenistil-products .prod-tab-button p {
  padding-right: 0.75rem; }

:lang(de-DE) .caption-in-image figcaption {
  left: 30%; }

:lang(de-DE) .page-fenistil-products .prod-tab-product .prod-tab-icons .prod-tab-divider {
  border-width: 0; }

:lang(de-DE) .page-fenistil-products.page-fenistil-drops .carousel.slide .prod-txt h2 {
  font-weight: 500; }

@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  :lang(de-DE) .page-fenistil-roll-on .fenistil-hands-skin > .component-content > .content.paragraphSystem,
  :lang(de-DE) .page-fenistil-roll-on .fenistil-hands > .component-content > .content.paragraphSystem,
  :lang(de-DE) .page-fenistil-drops .fenistil-hands-skin > .component-content > .content.paragraphSystem,
  :lang(de-DE) .page-fenistil-drops .fenistil-hands > .component-content > .content.paragraphSystem {
    width: 100%; }
  :lang(de-DE) .page-fenistil-roll-on div.pf_iframe_wrap > iframe,
  :lang(de-DE) .page-fenistil-drops div.pf_iframe_wrap > iframe {
    height: 50px; }
  :lang(de-DE) .page-fenistil-drops .prod-tab-inner-box .prod-tab-button {
    margin-left: -75%; }
    :lang(de-DE) .page-fenistil-drops .prod-tab-inner-box .prod-tab-button a {
      color: #fff; }
  .page-fenistil-products.page-fenistil-drops .prod-detail-how-and-when .container > .component-content > .content .box .component-content {
    padding-bottom: 0; }
  .page-fenistil-products.page-fenistil-drops .odd.prod-detail-how-and-when .first.odd .odd.last .how-and-when-text {
    width: 100%; }
  .page-fenistil-products.page-fenistil-drops .even.prod-detail-how-and-when {
    overflow: hidden; }
  .page-fenistil-products.page-fenistil-drops .even.prod-detail-how-and-when .first.odd .odd.last {
    width: 22%; }
  .page-fenistil-products.page-fenistil-drops .even.prod-detail-how-and-when .reference-dosage-examples.first.odd.odd.last {
    width: 43%; } }

@media only screen and (min-width: 768px) {
  :lang(de-DE) .prod-detail-how-and-when .container > .component-content > .content .last .component-content {
    background-size: 75%;
    background-position-y: 105%; }
  :lang(de-DE) .prod-buttons-alignment {
    display: flex;
    justify-content: space-evenly;
    margin: auto;
    margin-bottom: 20px; }
    :lang(de-DE) .prod-buttons-alignment .prod-tab-button {
      padding: 0;
      justify-content: center; } }

@media only screen and (max-width: 767px) {
  :lang(de-DE) .prod-buttons-alignment {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  :lang(de-DE) .prodSlidecontent figure figcaption {
    display: initial; }
  :lang(de-DE) .product-disclaimer-title {
    font-size: 1.8rem; }
  :lang(de-DE) .product-disclaimer-manipulation {
    font-size: 1rem; }
  :lang(de-DE) .product-disclaimer-text {
    font-size: 1.2rem;
    overflow-y: scroll;
    max-height: 300px;
    padding-bottom: 15px; }
  :lang(de-DE) .product-disclaimer {
    height: 50%; }
  :lang(de-DE) .button-close {
    width: 110%; }
  :lang(de-DE) .page-home .caption-in-image {
    margin-bottom: 25px; }
    :lang(de-DE) .page-home .caption-in-image figcaption {
      left: 32%; }
      :lang(de-DE) .page-home .caption-in-image figcaption h3 {
        font-size: 2rem;
        margin-bottom: 0; }
      :lang(de-DE) .page-home .caption-in-image figcaption p {
        width: 95%;
        font-size: 1.2rem; }
      :lang(de-DE) .page-home .caption-in-image figcaption a {
        position: relative;
        left: 5%;
        margin-top: -5%; }
  :lang(de-DE) .page-home .find-your-product p {
    padding-left: 5px; }
  :lang(de-DE) .page-home .find-your-product a,
  :lang(de-DE) .page-home .caption-in-image a {
    width: 160px;
    height: 35px; }
  :lang(de-DE) .page-home #homepageCarousel .item .title-text {
    font-size: 1.9rem; }
  :lang(de-DE) .page-home #homepageCarousel .item .description-text {
    font-size: 1.1rem; }
  :lang(de-DE) .page-home #homepageCarousel .item .slide-text {
    margin-top: -2.5%;
    text-shadow: 15px 15px 35px black; }
    :lang(de-DE) .page-home #homepageCarousel .item .slide-text a {
      height: 35px; }
    :lang(de-DE) .page-home #homepageCarousel .item .slide-text .pull-right {
      position: absolute;
      right: 15%;
      bottom: 15%; }
  :lang(de-DE) .page-home #homepageCarousel .item.first-item {
    background-position-x: 85% !important; }
    :lang(de-DE) .page-home #homepageCarousel .item.first-item .slide-text {
      margin-top: 0;
      left: 27.5%;
      top: 15%; }
  :lang(de-DE) .page-home #homepageCarousel .item.third-item {
    background-position-x: 50%; }
    :lang(de-DE) .page-home #homepageCarousel .item.third-item .slide-text {
      margin-top: 0;
      top: 70%;
      left: -2.5%; }
      :lang(de-DE) .page-home #homepageCarousel .item.third-item .slide-text .title-text {
        font-size: 2.2rem; }
      :lang(de-DE) .page-home #homepageCarousel .item.third-item .slide-text .description-text {
        font-size: 1.3rem; }
  :lang(de-DE) .page-home #homepageCarousel .item.fifth-item .slide-text {
    margin-top: 0;
    top: 25%; }
    :lang(de-DE) .page-home #homepageCarousel .item.fifth-item .slide-text .title-text {
      font-size: 2.6rem;
      line-height: 1.2; }
  :lang(de-DE) .page-home #homepageCarousel .item.fifth-item .pull-right,
  :lang(de-DE) .page-home #homepageCarousel .item.fifth-item .description-text {
    display: none; }
  :lang(de-DE) .page-home .snippetReference.article-list .alpha.omega.even h2 {
    margin-top: 35px; }
  :lang(de-DE) .page-home .snippetReference.article-list .title-h2-skin {
    font-size: 3.6rem; }
  :lang(de-DE) .page-about .article-list .alpha.omega.even h2 {
    margin-top: 35px; }
  :lang(de-DE) .page-about .article-list .title-h2-skin {
    font-size: 3.6rem; }
  :lang(de-DE) .page-skin-advice .panel-group .art-tab-title {
    font-size: 3.2rem; }
  :lang(de-DE) .page-skin-advice .panel-group .title-h2-skin {
    font-size: 3.2rem; }
  :lang(de-DE) .page-skin-advice .panel-group .art-tab-title,
  :lang(de-DE) .page-skin-advice .panel-group .title-h2-skin {
    word-break: break-word; }
  :lang(de-DE) .page-skin-advice .reference-product_article_selector {
    padding: 0; }
    :lang(de-DE) .page-skin-advice .reference-product_article_selector .prod-tabs-intro {
      display: flex;
      justify-content: center; }
      :lang(de-DE) .page-skin-advice .reference-product_article_selector .prod-tabs-intro p {
        left: unset; }
  :lang(de-DE) .page-skin-advice .reference-product-carousel #productCarousel .prod-txt h2 {
    font-size: 2.625rem; }
  :lang(de-DE) .page-skin-advice .reference-product-carousel #productCarousel .item {
    padding-bottom: 40px; }
    :lang(de-DE) .page-skin-advice .reference-product-carousel #productCarousel .item .prod-txt .prod-tab-button.first-btn a {
      width: 215px;
      max-width: 215px;
      height: 50px;
      font-size: 1.7rem;
      font-weight: 700;
      line-height: 1.5; }
  :lang(de-DE) .page-skin-advice .art-tab-title {
    font-size: 4.5rem; }
  :lang(de-DE) .page-skin-advice .art-tab-blue-description {
    font-size: 2rem; }
  :lang(de-DE) .page-skin-advice .skin-article-icon {
    display: none; }
  :lang(de-DE) .page-skin-advice .article-list .snippetReference .title-h2-skin {
    font-size: 3.6rem; }
  :lang(de-DE) .page-skin-advice .article-list .alpha.omega.even h2 {
    margin-top: 35px; }
  :lang(de-DE) .page-skin-advice h1 {
    opacity: 0; }
  :lang(de-DE) .page-skin-advice.page-allergies .article_hero_banner {
    margin-bottom: 15px; }
  :lang(de-DE) .page-fenistil-products .accordion-head a {
    font-size: 18px; }
  :lang(de-DE) .page-fenistil-products .tabs-nav .tabs-nav-list {
    display: none; }
  :lang(de-DE) .page-fenistil-products .reference-product-carousel-gel-page .carousel-inner .item.active {
    padding-bottom: 20px; }
  :lang(de-DE) .page-fenistil-products .reference-product-carousel-fenihydrocort-page .carousel-inner .item.active {
    padding-bottom: 20px; }
  :lang(de-DE) .page-fenistil-products .reference-product-carousel-fenihydrocort-page .carousel-indicators {
    bottom: 0; }
  :lang(de-DE) .page-fenistil-products .reference-product-carousel-fenistil-gel-page .prod-tab-button.first-btn a,
  :lang(de-DE) .page-fenistil-products .reference-product-carousel-fenistil-drops-page .prod-tab-button.first-btn a,
  :lang(de-DE) .page-fenistil-products .reference-product-carousel-fenistil-roll-on-page .prod-tab-button.first-btn a,
  :lang(de-DE) .page-fenistil-products .reference-product-carousel-fenistil-tablets-page .prod-tab-button.first-btn a,
  :lang(de-DE) .page-fenistil-products .reference-product-carousel-fenihydrocort-page .prod-tab-button.first-btn a {
    width: 215px;
    max-width: 215px;
    font-size: 1.7rem;
    font-weight: 700; }
  :lang(de-DE) .page-fenistil-products.fen-products #collapse3 .prod-wrapper > div:nth-child(3) .icon4 {
    left: 0; }
  :lang(de-DE) .page-fenistil-products.fen-products #collapse0 .prod-tab-end-container .icon4 {
    left: unset; }
  :lang(de-DE) .page-fenistil-products.fen-products .reference-product_selector .prod-tabs-intro p {
    left: -30%; }
  :lang(de-DE) .page-fenistil-products .prod-detail-bennefits-list .richText ul li {
    word-break: break-word; }
  :lang(de-DE) .page-fenistil-products .article-list .alpha.omega.even h2 {
    margin-top: 35px; }
  :lang(de-DE) .page-fenistil-products .article-list.snippetReference .title-h2-skin {
    font-size: 3.6rem; }
  :lang(de-DE) .page-fenistil-products #productCarousel .prod-txt h2 {
    font-size: 3.6rem; }
  :lang(de-DE) .page-fenistil-products #productCarousel .first-btn a {
    max-width: 180px; }
  :lang(de-DE) .page-fenistil-products #productCarousel .last-btn {
    margin-bottom: 30px; }
  :lang(de-DE) .page-fenistil-products .product_description_tabs .title-h2-skin {
    font-size: 3.6rem; }
  :lang(de-DE) .page-fenistil-products .panel-group .prod-tab-icons {
    justify-content: center; }
  :lang(de-DE) .page-fenistil-products .caption-in-image.product-landing-banner figcaption {
    left: 0;
    max-width: 70%;
    top: 16%;
    transform: none; }
  :lang(de-DE) .page-fenistil-products .prod-tab-inner-box .prod-tab-button a {
    line-height: 1.5; }
  :lang(de-DE) .page-fenistil-products .prod-detail-bennefits-list h3 {
    font-size: 2.7rem; }
  :lang(de-DE) .page-fenistil-products.page-fenihydrocort .fenistil-rash .title-h2-skin {
    font-size: 3.6rem; }
  :lang(de-DE) .page-fenistil-products.page-fenihydrocort .product_description_tabs .prod-tab-button a {
    min-height: 57px; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-gel .prod-detail-how-and-when .fenistil-back > .component-content {
    padding-bottom: 50%; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-gel .benefits-box .title-h2-skin {
    font-size: 3.6rem; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-gel .accordion-content-wrapper {
    margin-bottom: 15px; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-drops .benefits-box .title-h2-skin {
    font-size: 3.6rem; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-drops .dosage-second-table {
    margin-top: -60px; }
    :lang(de-DE) .page-fenistil-products.page-fenistil-drops .dosage-second-table thead {
      opacity: 0; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-roll-on .prod-detail-how-and-when .fenistil-hands-skin > .component-content {
    padding-bottom: 150px; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-roll-on .fenistil-article .title-h2-skin {
    font-size: 3.6rem; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-tablets .fenistil-camera .title-h2-skin {
    font-size: 3.6rem; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-gel .prod-txt h2, :lang(de-DE) .page-fenistil-products.page-fenistil-roll-on .prod-txt h2 {
    font-size: 4.8rem; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-gel .reference-product-carousel-gel-page .prod-tab-button.first-btn a {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    vertical-align: middle;
    display: inline-block;
    width: 194px;
    height: 50px; } }
  @media only screen and (max-width: 767px) and (max-width: 767px) {
    :lang(de-DE) .page-fenistil-products.page-fenistil-gel .reference-product-carousel-gel-page .prod-tab-button.first-btn a {
      max-width: 250px;
      width: 95%; } }

@media only screen and (max-width: 767px) {
  :lang(de-DE) .page-fenistil-products.page-fenistil-gel .carousel-indicators {
    width: auto;
    margin: 0 auto; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-roll-on .reference-product-carousel-roll-on-page .prod-tab-button.first-btn a {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    vertical-align: middle;
    display: inline-block;
    width: 194px;
    height: 50px; } }
  @media only screen and (max-width: 767px) and (max-width: 767px) {
    :lang(de-DE) .page-fenistil-products.page-fenistil-roll-on .reference-product-carousel-roll-on-page .prod-tab-button.first-btn a {
      max-width: 250px;
      width: 95%; } }

@media only screen and (max-width: 767px) {
  :lang(de-DE) .page-fenistil-products.page-fenistil-roll-on .carousel-indicators {
    width: auto;
    margin: 0 auto; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-drops .reference-product-carousel-drops-page .prod-tab-button.first-btn a {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    vertical-align: middle;
    display: inline-block;
    width: 194px;
    height: 50px; } }
  @media only screen and (max-width: 767px) and (max-width: 767px) {
    :lang(de-DE) .page-fenistil-products.page-fenistil-drops .reference-product-carousel-drops-page .prod-tab-button.first-btn a {
      max-width: 250px;
      width: 95%; } }

@media only screen and (max-width: 767px) {
  :lang(de-DE) .page-fenistil-products.page-fenistil-drops .carousel-indicators {
    width: auto;
    margin: 0 auto; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-tablets .reference-product-carousel-tablets-page .prod-tab-button.first-btn a {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    vertical-align: middle;
    display: inline-block;
    width: 194px;
    height: 50px; } }
  @media only screen and (max-width: 767px) and (max-width: 767px) {
    :lang(de-DE) .page-fenistil-products.page-fenistil-tablets .reference-product-carousel-tablets-page .prod-tab-button.first-btn a {
      max-width: 250px;
      width: 95%; } }

@media only screen and (max-width: 767px) {
  :lang(de-DE) .page-fenistil-products.page-fenistil-tablets .carousel-indicators {
    width: auto;
    margin: 0 auto; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-fenihydrocort .reference-product-carousel-fenihydrocort-page .prod-tab-button.first-btn a {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    vertical-align: middle;
    display: inline-block;
    width: 194px;
    height: 50px; } }
  @media only screen and (max-width: 767px) and (max-width: 767px) {
    :lang(de-DE) .page-fenistil-products.page-fenistil-fenihydrocort .reference-product-carousel-fenihydrocort-page .prod-tab-button.first-btn a {
      max-width: 250px;
      width: 95%; } }

@media only screen and (max-width: 767px) {
  :lang(de-DE) .page-fenistil-products.page-fenistil-fenihydrocort .carousel-indicators {
    width: auto;
    margin: 0 auto; }
  :lang(de-DE) .page-about .reference-mosquito-bites,
  :lang(de-DE) .page-about .reference-what-causes-skin-allergies,
  :lang(de-DE) .page-about .reference-sun-and-your-skin {
    padding-left: 0;
    padding-right: 0; }
  :lang(de-DE) .page-about .article_hero_banner .h1_title {
    opacity: 0; }
  :lang(de-DE) .page-about .fenistil-default-article .article_know_wrap {
    margin: 0 auto; }
  :lang(de-DE) .page-skin-advice #productCarousel .prod-txt {
    padding: 0 28px; }
    :lang(de-DE) .page-skin-advice #productCarousel .prod-txt .first-btn a {
      line-height: 2.5; }
  :lang(de-DE) .searchResults-result .searchResults-title a {
    position: static; }
  :lang(de-DE) .searchResults-result img {
    width: 100%;
    height: 100%; }
  :lang(de-DE) .page-error-handlers.page-404-handler .richText .component-content {
    overflow: visible; }
  :lang(de-DE) .page-error-handlers.page-404-handler .prod-tab-button .richText-content p:last-child {
    left: auto;
    margin: 0 auto; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  :lang(de-DE) .page-skin-advice .skin-advice-header > .component-content {
    height: 100%;
    background-size: cover; }
  :lang(de-DE) .page-skin-advice .article-list .content.paragraphSystem {
    display: flex;
    flex-wrap: wrap; }
  :lang(de-DE) .page-skin-advice .article-list .snippetReference.col-sm-6 {
    height: auto; }
  :lang(de-DE) .find-your-product .richText-content a {
    width: 150px;
    height: 40px; }
  :lang(de-DE) .caption-in-image figcaption a {
    width: 150px;
    height: 40px; }
  :lang(de-DE) .caption-in-image.odd p:nth-child(2) {
    line-height: 1; }
  :lang(de-DE) .page-home #homepageCarousel .item .title-text {
    font-size: 3rem; }
  :lang(de-DE) .page-home #homepageCarousel .item .description-text {
    font-size: 1.7rem; }
  :lang(de-DE) .page-home #homepageCarousel .item.first-item .slide-text {
    left: 5%; }
  :lang(de-DE) .page-home #homepageCarousel .item.fifth-item .pull-right {
    position: absolute;
    bottom: 5%;
    right: 5%; }
  :lang(de-DE) .page-home .caption-in-image a,
  :lang(de-DE) .page-home .find-your-product a {
    line-height: 1.5; }
  :lang(de-DE) .page-home .article-list .alpha.omega.even h2 {
    margin-top: 35px; }
  :lang(de-DE) .page-home .article-list figcaption p {
    opacity: 0; }
  :lang(de-DE) .page-home .caption-in-image figcaption {
    left: 36%; }
  :lang(de-DE) .page-home .caption-in-image.even figcaption p:last-child {
    left: 0; }
  :lang(de-DE) .page-home .caption-in-image.odd figcaption p:nth-child(2) {
    margin-bottom: 0; }
  :lang(de-DE) .page-home .title-h2-skin {
    font-size: 2rem; }
  :lang(de-DE) .page-skin-advice .prod-tab-article .curved-box {
    margin-top: 75px;
    transform: skew(-5deg); }
    :lang(de-DE) .page-skin-advice .prod-tab-article .curved-box .do-you-know-title {
      transform: inherit;
      padding-top: 20px; }
    :lang(de-DE) .page-skin-advice .prod-tab-article .curved-box .do-you-know-text {
      transform: inherit;
      padding-top: 0;
      padding-left: 10px;
      padding-bottom: 30px;
      margin-top: 10px;
      margin-bottom: 30px; }
  :lang(de-DE) .page-skin-advice .prod-tab-article p.art-tab-title {
    font-size: 4.2rem;
    line-height: 48px;
    margin: 0 0 30px 0; }
  :lang(de-DE) .page-skin-advice .article-list figcaption p {
    opacity: 0; }
  :lang(de-DE) .page-skin-advice .article-list .alpha.omega.even h2 {
    margin-top: 35px; }
  :lang(de-DE) .page-skin-advice .article-list .snippetReference .title-h2-skin {
    font-size: 4.4rem;
    word-break: break-word; }
  :lang(de-DE) .page-skin-advice .reference-product_article_selector {
    padding-left: 0;
    margin-top: -1%; }
    :lang(de-DE) .page-skin-advice .reference-product_article_selector .prod-selector-container {
      flex-direction: column; }
      :lang(de-DE) .page-skin-advice .reference-product_article_selector .prod-selector-container .prod-tabs-intro {
        justify-content: center; }
    :lang(de-DE) .page-skin-advice .reference-product_article_selector .tab-pane {
      margin-top: 30%; }
  :lang(de-DE) .page-skin-advice .reference-product-carousel .item {
    padding-bottom: 25px; }
  :lang(de-DE) .page-skin-advice .reference-product-carousel .carousel-indicators {
    bottom: -5px; }
  :lang(de-DE) .page-skin-advice .snip-wrapper .title-h2-skin {
    font-size: 2.8rem; }
  :lang(de-DE) .page-skin-advice .reference-product-carousel .first-btn {
    padding: 0.3125rem 0.625rem; }
    :lang(de-DE) .page-skin-advice .reference-product-carousel .first-btn a {
      line-height: 1.2; }
  :lang(de-DE) .page-skin-advice .article_know_wrap {
    position: relative;
    left: -1.5%; }
  :lang(de-DE) .page-skin-advice .reference-product-carousel .item .prod-tab-button.first-btn a {
    width: 166px;
    font-size: 1.6rem;
    padding: 0 10px;
    margin-right: 1rem;
    margin-top: -0.2rem; }
  :lang(de-DE) .page-fenistil-products .reference-product_selector .prod-selector-container {
    flex-direction: column; }
    :lang(de-DE) .page-fenistil-products .reference-product_selector .prod-selector-container .prod-tabs-intro {
      justify-content: center; }
  :lang(de-DE) .page-fenistil-products .reference-product_selector .prod-tab-end-container {
    flex-direction: column; }
    :lang(de-DE) .page-fenistil-products .reference-product_selector .prod-tab-end-container .prod-tab-button {
      margin-top: 5%; }
  :lang(de-DE) .page-fenistil-products .reference-product_selector #category1 .prod-tab-product:first-child .prod-tab-divider {
    display: none; }
  :lang(de-DE) .page-fenistil-products .reference-product_selector #category1 .prod-tab-end-container .icon4 {
    left: 0; }
  :lang(de-DE) .page-fenistil-products .reference-product_selector #category4 .prod-wrapper > div:nth-child(3) .icon4 {
    left: 0; }
  :lang(de-DE) .page-fenistil-products .reference-product_selector .prod-tab-title {
    font-size: 2.5rem; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-gel .reference-product-carousel-gel-page .prod-tab-button.first-btn a {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    vertical-align: middle;
    display: inline-block;
    width: 194px;
    height: 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
    :lang(de-DE) .page-fenistil-products.page-fenistil-gel .reference-product-carousel-gel-page .prod-tab-button.first-btn a {
      max-width: 250px;
      width: 95%; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  :lang(de-DE) .page-fenistil-products.page-fenistil-gel .carousel-indicators {
    width: auto;
    margin: 0 auto; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-roll-on .reference-product-carousel-roll-on-page .prod-tab-button.first-btn a {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    vertical-align: middle;
    display: inline-block;
    width: 194px;
    height: 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
    :lang(de-DE) .page-fenistil-products.page-fenistil-roll-on .reference-product-carousel-roll-on-page .prod-tab-button.first-btn a {
      max-width: 250px;
      width: 95%; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  :lang(de-DE) .page-fenistil-products.page-fenistil-roll-on .carousel-indicators {
    width: auto;
    margin: 0 auto; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-drops .reference-product-carousel-drops-page .prod-tab-button.first-btn a {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    vertical-align: middle;
    display: inline-block;
    width: 194px;
    height: 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
    :lang(de-DE) .page-fenistil-products.page-fenistil-drops .reference-product-carousel-drops-page .prod-tab-button.first-btn a {
      max-width: 250px;
      width: 95%; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  :lang(de-DE) .page-fenistil-products.page-fenistil-drops .carousel-indicators {
    width: auto;
    margin: 0 auto; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-tablets .reference-product-carousel-tablets-page .prod-tab-button.first-btn a {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    vertical-align: middle;
    display: inline-block;
    width: 194px;
    height: 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
    :lang(de-DE) .page-fenistil-products.page-fenistil-tablets .reference-product-carousel-tablets-page .prod-tab-button.first-btn a {
      max-width: 250px;
      width: 95%; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  :lang(de-DE) .page-fenistil-products.page-fenistil-tablets .carousel-indicators {
    width: auto;
    margin: 0 auto; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-fenihydrocort .reference-product-carousel-fenihydrocort-page .prod-tab-button.first-btn a {
    font-size: 1.6rem; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-fenihydrocort .reference-product-carousel-fenihydrocort-page .prod-tab-button.first-btn a {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    vertical-align: middle;
    display: inline-block;
    width: 194px;
    height: 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
    :lang(de-DE) .page-fenistil-products.page-fenistil-fenihydrocort .reference-product-carousel-fenihydrocort-page .prod-tab-button.first-btn a {
      max-width: 250px;
      width: 95%; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  :lang(de-DE) .page-fenistil-products.page-fenistil-fenihydrocort .carousel-indicators {
    width: auto;
    margin: 0 auto; }
  :lang(de-DE) .page-fenistil-products .article-list-products .article-list {
    margin-top: 0;
    margin-bottom: 20px; }
    :lang(de-DE) .page-fenistil-products .article-list-products .article-list .alpha.omega .title-h2-skin {
      font-size: 4.4rem;
      word-break: break-word; }
    :lang(de-DE) .page-fenistil-products .article-list-products .article-list .alpha.omega.even h2 {
      margin-top: 35px; }
  :lang(de-DE) .page-fenistil-products .article-list-products .content.paragraphSystem {
    display: flex;
    flex-wrap: wrap; }
  :lang(de-DE) .page-fenistil-products .article-list-products .snippetReference.col-sm-6 {
    height: auto; }
  :lang(de-DE) .page-fenistil-products .product-landing-banner.caption-in-image figcaption {
    left: 27.5%; }
    :lang(de-DE) .page-fenistil-products .product-landing-banner.caption-in-image figcaption p {
      color: #fff;
      font-size: 1.75rem;
      line-height: 1;
      left: 5%; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-gel .prod-tab-end-container {
    flex-direction: column; }
    :lang(de-DE) .page-fenistil-products.page-fenistil-gel .prod-tab-end-container .prod-tab-button {
      left: 0;
      top: 0; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-gel .reference-product-carousel-gel-page .item {
    padding-bottom: 25px; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-gel .benefits-box > .component-content {
    background-size: contain;
    background-position: 62.5% 50%;
    background-repeat: no-repeat; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-gel .reference-product-carousel-gel-page .prod-tab-button a {
    width: 150px; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-gel .reference-product-carousel-gel-page .prod-tab-button.last-btn a {
    line-height: 3; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-gel .fenistil-gel-box {
    width: 20%; }
    :lang(de-DE) .page-fenistil-products.page-fenistil-gel .fenistil-gel-box .richText p {
      font-size: 1.5rem; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-roll-on .prod-tab-end-container {
    flex-direction: column; }
    :lang(de-DE) .page-fenistil-products.page-fenistil-roll-on .prod-tab-end-container .prod-tab-button {
      left: 0;
      top: 0; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-roll-on .reference-product-carousel-roll-on-page .prod-tab-button a {
    width: 150px; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-roll-on .reference-product-carousel-roll-on-page .prod-tab-button.last-btn a {
    line-height: 3; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-drops .prod-tab-end-container {
    flex-direction: column; }
    :lang(de-DE) .page-fenistil-products.page-fenistil-drops .prod-tab-end-container .prod-tab-button {
      left: 0;
      top: 0; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-drops .benefits-box > .component-content {
    background-position: 75% 50%;
    background-repeat: no-repeat; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-drops .article-list .fenistil-drops-box {
    width: 25%;
    position: static; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-drops .prod-tab-button {
    padding-left: 0;
    padding-right: 3rem; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-drops .reference-dosage-examples {
    padding-left: 0; }
    :lang(de-DE) .page-fenistil-products.page-fenistil-drops .reference-dosage-examples .dosage-examples .dosage-title {
      margin-left: -15%; }
    :lang(de-DE) .page-fenistil-products.page-fenistil-drops .reference-dosage-examples .dosage-examples .dosage-tables {
      margin: 20px 0;
      padding: 0; }
      :lang(de-DE) .page-fenistil-products.page-fenistil-drops .reference-dosage-examples .dosage-examples .dosage-tables .dosage-table.dosage-first-table {
        padding: 0; }
      :lang(de-DE) .page-fenistil-products.page-fenistil-drops .reference-dosage-examples .dosage-examples .dosage-tables .dosage-table.dosage-second-table {
        padding: 0; }
    :lang(de-DE) .page-fenistil-products.page-fenistil-drops .reference-dosage-examples .dosage-examples .disclaimer-text {
      margin-left: 0; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-tablets .fenistil-camera > .component-content {
    background-position-x: 75%;
    background-repeat: no-repeat; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-tablets .reference-product-carousel-tablets-page .prod-tab-button.last-btn {
    line-height: 3; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-tablets .accordion .accordion-head:after {
    right: 5px; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-tablets .prod-detail-banner .prod-tab-icons .icon4 {
    left: -30%; }
  :lang(de-DE) .page-fenistil-products.page-fenihydrocort .fenistil-rash > .component-content {
    background-position-x: 80%;
    background-repeat: no-repeat; }
  :lang(de-DE) .page-fenistil-products.page-fenihydrocort .fenistil-rash .prod-detail-bennefits-list .paragraphSystem {
    margin-left: -15px;
    margin-right: -15px; }
  :lang(de-DE) .page-fenistil-products.page-fenihydrocort .reference-product-icons {
    left: 10%; }
    :lang(de-DE) .page-fenistil-products.page-fenihydrocort .reference-product-icons .prod-tab-button {
      left: -20%; }
  :lang(de-DE) .page-fenistil-products.page-fenihydrocort .reference-product-carousel-fenihydrocort-page .prod-tab-button a {
    width: 160px; }
  :lang(de-DE) .page-fenistil-products.page-fenihydrocort .reference-product-carousel-fenihydrocort-page .prod-tab-button.first-btn a {
    line-height: 1.2; }
  :lang(de-DE) .page-fenistil-products.page-fenihydrocort .reference-product-carousel-fenihydrocort-page .item:first-child {
    padding-bottom: 44px; }
  :lang(de-DE) .page-fenistil-products.page-fenihydrocort .reference-product-carousel-fenihydrocort-page .item:last-child {
    padding-bottom: 40px; }
  :lang(de-DE) .page-fenistil-products .reference-product-icons .prod-tab-end-container {
    display: flex;
    flex-direction: column; }
  :lang(de-DE) .page-fenistil-products .prod-tab-product h5 {
    position: absolute;
    top: 80%;
    left: 30%; }
  :lang(de-DE) .page-fenistil-products.page-fenihydrocort .reference-product-carousel-fenihydrocort-page .first-btn {
    font-size: 1.5rem;
    font-weight: 900; }
  :lang(de-DE).page-skin-advice .reference-product-carousel .first-btn {
    font-size: 1.5rem;
    font-weight: 900; }
    :lang(de-DE).page-skin-advice .reference-product-carousel .first-btn a {
      height: 50px; }
  :lang(de-DE) .page-fenistil-tablets .reference-product-icons .prod-tab-end-container,
  :lang(de-DE) .page-fenistil-roll-on .reference-product-icons .prod-tab-end-container,
  :lang(de-DE) .page-fenistil-gel .reference-product-icons .prod-tab-end-container {
    position: relative;
    left: -10%; }
  :lang(de-DE) .page-fenistil-roll-on .reference-product-icons,
  :lang(de-DE) .page-fenistil-gel .reference-product-icons {
    left: unset; }
    :lang(de-DE) .page-fenistil-roll-on .reference-product-icons .prod-tab-icons,
    :lang(de-DE) .page-fenistil-gel .reference-product-icons .prod-tab-icons {
      left: unset; }
  :lang(de-DE) .article-list figcaption {
    position: absolute;
    left: 25%;
    top: 25%; }
  :lang(de-DE) .page-about .article_know_wrap .know_orange {
    width: 100%; } }

@media only screen and (min-width: 992px) and (max-width: 1024px) and (orientation: landscape) {
  :lang(de-DE) .header .first.logo img {
    padding-top: 15px; }
  :lang(de-DE) .page-home .find-your-product a,
  :lang(de-DE) .page-home .caption-in-image a {
    width: 190px;
    height: 30px;
    line-height: 2.5; }
  :lang(de-DE) .page-home .caption-in-image figcaption {
    width: 55%; }
  :lang(de-DE) .page-skin-advice .skin-advice-header > .component-content {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 50%; }
  :lang(de-DE) .page-skin-advice .reference-product_article_selector .prod-tabs-intro {
    width: 25%; }
  :lang(de-DE) .page-skin-advice .reference-product_article_selector #tabs {
    width: 75%; }
  :lang(de-DE) .page-skin-advice .reference-product_article_selector .curved-box {
    transform: skew(-5deg); }
    :lang(de-DE) .page-skin-advice .reference-product_article_selector .curved-box .do-you-know-title {
      font-size: 3rem;
      transform: skew(5deg); }
    :lang(de-DE) .page-skin-advice .reference-product_article_selector .curved-box .do-you-know-text {
      font-size: 1.4rem;
      transform: skew(5deg); }
  :lang(de-DE) .page-skin-advice .reference-product-carousel .carousel-indicators {
    bottom: 5px; }
  :lang(de-DE) .page-skin-advice .reference-product-carousel .prod-tab-button.first-btn {
    left: 0;
    width: 50%; }
    :lang(de-DE) .page-skin-advice .reference-product-carousel .prod-tab-button.first-btn a {
      height: 50px;
      font-size: 1.6rem;
      font-weight: 700; }
  :lang(de-DE) .page-skin-advice .reference-product-carousel .prod-tab-button.last-btn {
    width: 50%;
    margin-left: 0; }
  :lang(de-DE) .page-home .title-h2-skin,
  :lang(de-DE) .page-skin-advice .title-h2-skin,
  :lang(de-DE) .page-fenistil-products .title-h2-skin,
  :lang(de-DE) .page-about .title-h2-skin {
    font-size: 2.8rem; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-gel .prod-tab-inner-box .prod-tab-button {
    width: 230px; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-tablets .reference-product-icons .prod-tab-icons .prod-tab-divider,
  :lang(de-DE) .page-fenistil-products.page-fenistil-tablets .reference-product-icons .prod-tab-icons .icon2,
  :lang(de-DE) .page-fenistil-products.page-fenistil-tablets .reference-product-icons .prod-tab-icons .icon3 {
    display: none; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-tablets .reference-product-icons .prod-tab-icons .icon4 {
    left: 0; }
  :lang(de-DE) .page-fenistil-products.page-fenihydrocort .reference-product-icons .prod-tab-button {
    position: relative;
    left: 10%; }
  :lang(de-DE) .page-fenistil-products .reference-product-carousel-gel-page .carousel-indicators,
  :lang(de-DE) .page-fenistil-products .reference-product-carousel-drops-page .carousel-indicators,
  :lang(de-DE) .page-fenistil-products .reference-product-carousel-roll-on-page .carousel-indicators,
  :lang(de-DE) .page-fenistil-products .reference-product-carousel-tablets-page .carousel-indicators,
  :lang(de-DE) .page-fenistil-products .reference-product-carousel-fenihydrocort-page .carousel-indicators {
    bottom: 5px; }
  :lang(de-DE) .page-fenistil-products .reference-product-carousel-gel-page .item,
  :lang(de-DE) .page-fenistil-products .reference-product-carousel-drops-page .item,
  :lang(de-DE) .page-fenistil-products .reference-product-carousel-roll-on-page .item,
  :lang(de-DE) .page-fenistil-products .reference-product-carousel-tablets-page .item,
  :lang(de-DE) .page-fenistil-products .reference-product-carousel-fenihydrocort-page .item {
    padding-bottom: 50px; }
    :lang(de-DE) .page-fenistil-products .reference-product-carousel-gel-page .item .prod-txt,
    :lang(de-DE) .page-fenistil-products .reference-product-carousel-drops-page .item .prod-txt,
    :lang(de-DE) .page-fenistil-products .reference-product-carousel-roll-on-page .item .prod-txt,
    :lang(de-DE) .page-fenistil-products .reference-product-carousel-tablets-page .item .prod-txt,
    :lang(de-DE) .page-fenistil-products .reference-product-carousel-fenihydrocort-page .item .prod-txt {
      margin-right: 50px; }
      :lang(de-DE) .page-fenistil-products .reference-product-carousel-gel-page .item .prod-txt .prod-tab-button.first-btn,
      :lang(de-DE) .page-fenistil-products .reference-product-carousel-drops-page .item .prod-txt .prod-tab-button.first-btn,
      :lang(de-DE) .page-fenistil-products .reference-product-carousel-roll-on-page .item .prod-txt .prod-tab-button.first-btn,
      :lang(de-DE) .page-fenistil-products .reference-product-carousel-tablets-page .item .prod-txt .prod-tab-button.first-btn,
      :lang(de-DE) .page-fenistil-products .reference-product-carousel-fenihydrocort-page .item .prod-txt .prod-tab-button.first-btn {
        left: 0;
        width: 50%; }
        :lang(de-DE) .page-fenistil-products .reference-product-carousel-gel-page .item .prod-txt .prod-tab-button.first-btn a,
        :lang(de-DE) .page-fenistil-products .reference-product-carousel-drops-page .item .prod-txt .prod-tab-button.first-btn a,
        :lang(de-DE) .page-fenistil-products .reference-product-carousel-roll-on-page .item .prod-txt .prod-tab-button.first-btn a,
        :lang(de-DE) .page-fenistil-products .reference-product-carousel-tablets-page .item .prod-txt .prod-tab-button.first-btn a,
        :lang(de-DE) .page-fenistil-products .reference-product-carousel-fenihydrocort-page .item .prod-txt .prod-tab-button.first-btn a {
          height: 50px;
          font-size: 1.7rem;
          font-weight: 700; }
      :lang(de-DE) .page-fenistil-products .reference-product-carousel-gel-page .item .prod-txt .prod-tab-button.last-btn,
      :lang(de-DE) .page-fenistil-products .reference-product-carousel-drops-page .item .prod-txt .prod-tab-button.last-btn,
      :lang(de-DE) .page-fenistil-products .reference-product-carousel-roll-on-page .item .prod-txt .prod-tab-button.last-btn,
      :lang(de-DE) .page-fenistil-products .reference-product-carousel-tablets-page .item .prod-txt .prod-tab-button.last-btn,
      :lang(de-DE) .page-fenistil-products .reference-product-carousel-fenihydrocort-page .item .prod-txt .prod-tab-button.last-btn {
        width: 50%;
        margin-left: 0; }
  :lang(de-DE) .page-fenistil-products .fenistil-rash > .component-content,
  :lang(de-DE) .page-fenistil-products .fenistil-camera > .component-content,
  :lang(de-DE) .page-fenistil-products .fenistil-article > .component-content,
  :lang(de-DE) .page-fenistil-products .benefits-box > .component-content {
    background-position-x: 80%;
    background-repeat: no-repeat; }
  :lang(de-DE) .page-fenistil-products.page-fenihydrocort .prod-tab-inner-box .prod-tab-button, :lang(de-DE) .page-fenistil-products.page-fenistil-gel .prod-tab-inner-box .prod-tab-button, :lang(de-DE) .page-fenistil-products.page-fenistil-drops .prod-tab-inner-box .prod-tab-button, :lang(de-DE) .page-fenistil-products.page-fenistil-roll-on .prod-tab-inner-box .prod-tab-button, :lang(de-DE) .page-fenistil-products.page-fenistil-tablets .prod-tab-inner-box .prod-tab-button {
    width: 230px; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-drops .fenistil-drops-box, :lang(de-DE) .page-fenistil-products.page-fenistil-tablets .fenistil-drops-box {
    width: 24%; }
    :lang(de-DE) .page-fenistil-products.page-fenistil-drops .fenistil-drops-box.even, :lang(de-DE) .page-fenistil-products.page-fenistil-tablets .fenistil-drops-box.even {
      margin-left: 0; }
  :lang(de-DE) .page-fenistil-products.page-fenistil-gel .fenistil-gel-box {
    width: 20%; }
    :lang(de-DE) .page-fenistil-products.page-fenistil-gel .fenistil-gel-box.even {
      margin-left: 0; } }

@media only screen and (min-width: 992px) {
  :lang(de-DE) .do-you-know-title {
    padding-top: 45px; }
  :lang(de-DE) #homepageCarousel .item.first-item .slide-text {
    left: 5%; }
  :lang(de-DE) #homepageCarousel .item.third-item .slide-text {
    top: 30%; }
  :lang(de-DE) #homepageCarousel .item.fifth-item .slide-text {
    top: 30%;
    left: 5%; }
  :lang(de-DE) #homepageCarousel .item.fifth-item .pull-right {
    position: absolute;
    right: 6.5%;
    bottom: 10%; }
  :lang(de-DE) .page-skin-advice h1 {
    margin-left: 0; }
  :lang(de-DE) .page-skin-advice .skin-advice-header h2 {
    font-size: 1.625rem; }
  :lang(de-DE) .page-skin-advice .prod-tab-button a {
    height: 50px; }
  :lang(de-DE) .do-you-know-text {
    padding-left: 35px;
    padding-bottom: 0; }
  :lang(de-DE) .fen-products #category4 .prod-wrapper > div:nth-child(3) .icon4,
  :lang(de-DE) .fen-products #category1 .prod-tab-end-container .icon4 {
    left: 0; }
  :lang(de-DE) .page-fenistil-products.fen-products .prod-tab-icons {
    position: relative;
    left: 5%; }
    :lang(de-DE) .page-fenistil-products.fen-products .prod-tab-icons .prod-tab-divider {
      display: none; }
  :lang(de-DE) .page-fenistil-products.fen-products .prod-tab-button {
    position: relative;
    left: 5%; }
    :lang(de-DE) .page-fenistil-products.fen-products .prod-tab-button a {
      height: 50px;
      padding: 0 1rem; }
  :lang(de-DE) .page-fenistil-products .product-landing-banner figcaption {
    line-height: 1;
    top: 45%; }
  :lang(de-DE) .page-fenistil-products .prod-detail-banner .prod-tab-end-container {
    padding: 0; }
  :lang(de-DE) .page-fenistil-drops .prod-detail-bennefits-list p,
  :lang(de-DE) .page-fenistil-tablets .prod-detail-bennefits-list p {
    font-size: 1.7rem; }
  :lang(de-DE) .page-fenistil-drops .how-and-when-text {
    padding: 35px; }
  :lang(de-DE) .page-fenistil-drops .container .prod-detail-how-and-when .how-and-when-text > .component-content {
    padding-bottom: 0; }
  :lang(de-DE) .page-home strong.left-text {
    left: 0; }
  :lang(de-DE) .page-skin-advice h2 {
    letter-spacing: 0; } }

@media only screen and (min-width: 992px) and (min-width: 0\0) {
  .page-fenistil-products.page-fenihydrocort .reference-product-icons .prod-tab-button div.pf_iframe_wrap > iframe {
    height: auto; }
  .page-fenistil-products.page-fenihydrocort .prod-detail-how-and-when .fenistil-hands .content.paragraphSystem {
    max-width: 100%;
    width: 100%; }
    .page-fenistil-products.page-fenihydrocort .prod-detail-how-and-when .fenistil-hands .content.paragraphSystem .odd.last {
      width: auto; }
  .page-fenistil-products.page-fenistil-tablets .prod-detail-how-and-when .container > .component-content > .content .box .component-content {
    padding-bottom: 0; }
  .page-fenistil-products.page-fenistil-tablets .reference-product-icons .prod-tab-button div.pf_iframe_wrap > iframe {
    height: auto; }
  .page-fenistil-products.page-fenistil-tablets .prod-detail-how-and-when .first.odd .odd.last {
    width: auto; }
    .page-fenistil-products.page-fenistil-tablets .prod-detail-how-and-when .first.odd .odd.last .content.paragraphSystem {
      width: 100%;
      max-width: 100%; }
  .page-fenistil-products.page-fenistil-gel .prod-detail-how-and-when .fenistil-hands .content.paragraphSystem,
  .page-fenistil-products.page-fenistil-gel .prod-detail-how-and-when .fenistil-back .content.paragraphSystem {
    max-width: 100%;
    width: 100%; }
    .page-fenistil-products.page-fenistil-gel .prod-detail-how-and-when .fenistil-hands .content.paragraphSystem .odd.last,
    .page-fenistil-products.page-fenistil-gel .prod-detail-how-and-when .fenistil-back .content.paragraphSystem .odd.last {
      width: auto; } }

@media only screen and (max-width: 374px) {
  :lang(de-DE) .page-fenistil-products.page-fenistil-drops .dosage-second-table {
    margin-top: -77px; } }

/* Portugal localisation */
:lang(pt-PT) .h1-white {
  line-height: 1; }

:lang(pt-PT) .page-fenistil-drops .prod-tab-icons .icon4, :lang(pt-PT) .page-fenistil-tablets .prod-tab-icons .icon4 {
  left: -30%; }

:lang(pt-PT) .page-fenistil-roll-on .prod-tab-button a,
:lang(pt-PT) .page-fenistil-gel .prod-tab-button a,
:lang(pt-PT) .page-fenistil-drops .prod-tab-button a {
  line-height: 1;
  padding: 0.3125rem 0; }

:lang(pt-PT) .page-fenistil-products .prod-detail-how-and-when .component-content .fenistil-hands > .component-content {
  padding-bottom: 40%; }

:lang(pt-PT) .do-you-know-text {
  padding-bottom: 0;
  padding-left: 10px; }

:lang(pt-PT) #homepageCarousel .item .pull-right a {
  font-size: 17px;
  color: white;
  line-height: 50px;
  text-align: center;
  display: block;
  text-decoration: none;
  margin-top: calc(5px + (40 - 5) * ((100vw - 768px) / (1920 - 768)));
  height: 50px;
  width: 210px;
  margin-left: 160px !important;
  text-transform: uppercase;
  background-color: #005089;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-left: 5px;
  -ms-transform: skewX(-10deg);
  /* IE 9 */
  -webkit-transform: skewX(-10deg);
  /* Safari */
  transform: skewX(-10deg);
  /* Standard syntax */ }
  @media (max-width: 767px) {
    :lang(pt-PT) #homepageCarousel .item .pull-right a {
      font-size: 12px;
      width: 140px;
      height: 25px;
      line-height: 25px;
      margin-left: 0 !important;
      margin-top: 0; } }
  :lang(pt-PT) #homepageCarousel .item .pull-right a:hover {
    color: #f68628 !important;
    background-color: white;
    border: 1px solid #f68628; }

:lang(pt-PT) .page-home #homepageCarousel .title-text {
  font-size: 2.8vw; }

:lang(pt-PT) .page-home #homepageCarousel .description-text {
  font-size: 1.5vw; }

:lang(pt-PT) .page-home #homepageCarousel .disclaimer-container .description-text {
  font-size: 1vw; }

:lang(pt-PT) .page-home #homepageCarousel .slide-text {
  position: absolute;
  height: auto;
  margin-top: 0;
  top: 15%;
  left: 0;
  font-style: italic; }
  :lang(pt-PT) .page-home #homepageCarousel .slide-text .disclaimer {
    position: absolute;
    right: 0%;
    bottom: -120%; }
  :lang(pt-PT) .page-home #homepageCarousel .slide-text .carousel-button {
    bottom: 5%;
    right: 5%; }

:lang(pt-PT) .page-home #homepageCarousel .disclaimer-container {
  font-style: italic; }

:lang(pt-PT) .page-home #homepageCarousel .first-item .disclaimer-container,
:lang(pt-PT) .page-home #homepageCarousel .second-item .disclaimer-container,
:lang(pt-PT) .page-home #homepageCarousel .fourth-item .disclaimer-container {
  position: absolute;
  right: 5%;
  bottom: 1%; }
  :lang(pt-PT) .page-home #homepageCarousel .first-item .disclaimer-container .disclaimer,
  :lang(pt-PT) .page-home #homepageCarousel .second-item .disclaimer-container .disclaimer,
  :lang(pt-PT) .page-home #homepageCarousel .fourth-item .disclaimer-container .disclaimer {
    color: #fff;
    line-height: 1; }

:lang(pt-PT) .page-home #homepageCarousel .fourth-item .pull-right,
:lang(pt-PT) .page-home #homepageCarousel .fifth-item .pull-right,
:lang(pt-PT) .page-home #homepageCarousel .sixth-item .pull-right {
  position: absolute;
  bottom: 10%;
  right: 7%; }

:lang(pt-PT) .snippetReference .image {
  margin-bottom: 0; }

:lang(pt-PT) .page-fenistil-products #category1 .icon2 {
  display: none; }

:lang(pt-PT) .page-fenistil-products.page-fenistil-roll-on .prod-tab-icons .icon3 {
  display: none; }

@media only screen and (max-width: 767px) {
  :lang(pt-PT) .page-what-are-hives .disclaimer-superscript-white-text {
    left: 2em; }
  :lang(pt-PT) .page-search-results .searchResults-image {
    width: auto;
    height: auto; }
  :lang(pt-PT) .prod-tab-button a {
    width: 140px; }
  :lang(pt-PT) .page-home #homepageCarousel .title-text {
    font-size: 6vw; }
  :lang(pt-PT) .page-home #homepageCarousel .description-text {
    font-size: 4vw; }
  :lang(pt-PT) .page-home #homepageCarousel .slide-text {
    top: 5%;
    left: 3.5%; }
  :lang(pt-PT) .page-home #homepageCarousel .disclaimer-container .description-text {
    font-size: 3vw; }
  :lang(pt-PT) .page-home #homepageCarousel .item .disclaimer-container {
    right: 0;
    left: 5%; }
  :lang(pt-PT) .page-home #homepageCarousel .item.fourth-item .pull-right {
    left: 0;
    right: 0;
    bottom: 27.5%; }
  :lang(pt-PT) .page-home #homepageCarousel .item.fifth-item .pull-right {
    left: 0;
    right: 0; }
  :lang(pt-PT) .page-home #homepageCarousel .item.sixth-item .pull-right {
    bottom: 27.5%;
    right: 3%; }
  :lang(pt-PT) .page-home .caption-in-image {
    margin-bottom: 25px; }
    :lang(pt-PT) .page-home .caption-in-image h3,
    :lang(pt-PT) .page-home .caption-in-image p:nth-child(2) {
      margin-bottom: 0; }
    :lang(pt-PT) .page-home .caption-in-image h3 {
      width: 85%;
      font-size: 2.2rem; }
    :lang(pt-PT) .page-home .caption-in-image p {
      font-size: 1.2rem; }
  :lang(pt-PT) .page-home .article-list img {
    margin-bottom: 35px; }
  :lang(pt-PT) .page-home .article-list .title-h2-skin {
    font-size: 3.6rem; }
  :lang(pt-PT) .page-fenistil-products .reference-product_selector .prod-selector-container p {
    left: 0; }
  :lang(pt-PT) .panel-title a.collapsed:after, :lang(pt-PT) .panel-title a:after {
    right: 10px; }
  :lang(pt-PT) #accordion .panel-title a {
    letter-spacing: -1px; }
  :lang(pt-PT) .page-fenistil-products .carousel-indicators, :lang(pt-PT) .page-skin-advice .carousel-indicators {
    margin-bottom: -10px; }
  :lang(pt-PT) .page-fenistil-roll-on .prod-tab-button a,
  :lang(pt-PT) .page-fenistil-gel .prod-tab-button a,
  :lang(pt-PT) .page-fenistil-drops .prod-tab-button a {
    padding: 1rem 0; }
  :lang(pt-PT) .page-fenistil-roll-on #productCarousel .prod-tab-button a, :lang(pt-PT) .page-fenistil-gel #productCarousel .prod-tab-button a, :lang(pt-PT) .page-fenistil-drops #productCarousel .prod-tab-button a {
    height: 3rem;
    line-height: 2.5; }
  :lang(pt-PT) .page-about h1 {
    opacity: 0; }
  :lang(pt-PT) .page-fenistil-drops .prod-txt .prod-tab-button {
    margin-bottom: 25px; }
  :lang(pt-PT) .page-skin-advice .prod-txt .prod-tab-button {
    margin-bottom: 25px; }
  :lang(pt-PT) .page-skin-advice .reference-product_article_selector .prod-selector-container p {
    left: 0; }
  :lang(pt-PT) .page-skin-advice .art-tab-description {
    padding-bottom: 0; }
  :lang(pt-PT) .page-skin-advice .curved-box {
    margin-top: 0; }
  :lang(pt-PT) .page-skin-advice .reference-product-carousel {
    padding: 0 15px; }
  :lang(pt-PT) #homepageCarousel .carousel-inner .sixth-item a {
    left: 0;
    top: 40px; }
  :lang(pt-PT) .page-fenistil-products .prod-detail-how-and-when .component-content .fenistil-hands > .component-content {
    padding-bottom: 40%; }
  :lang(pt-PT) .page-fenistil-products.page-fenistil-gel .product_description_tabs, :lang(pt-PT) .page-fenistil-products.page-fenistil-roll-on .product_description_tabs, :lang(pt-PT) .page-fenistil-products.page-fenistil-drops .product_description_tabs {
    margin-top: 0; }
  :lang(pt-PT) .page-fenistil-products.page-fenistil-gel .prod-tab-icons .prod-tab-divider, :lang(pt-PT) .page-fenistil-products.page-fenistil-roll-on .prod-tab-icons .prod-tab-divider, :lang(pt-PT) .page-fenistil-products.page-fenistil-drops .prod-tab-icons .prod-tab-divider {
    display: none; }
  :lang(pt-PT) .page-fenistil-products.fen-products #collapse0 .prod-tab-end-container .prod-tab-icons {
    display: flex;
    justify-content: center; }
    :lang(pt-PT) .page-fenistil-products.fen-products #collapse0 .prod-tab-end-container .prod-tab-icons .icon2,
    :lang(pt-PT) .page-fenistil-products.fen-products #collapse0 .prod-tab-end-container .prod-tab-icons .icon3 {
      display: none; }
    :lang(pt-PT) .page-fenistil-products.fen-products #collapse0 .prod-tab-end-container .prod-tab-icons .icon4 {
      left: 0; }
    :lang(pt-PT) .page-fenistil-products.fen-products #collapse0 .prod-tab-end-container .prod-tab-icons .icon5 {
      display: none; }
  :lang(pt-PT) .page-fenistil-products.fen-products #collapse1 .icon1,
  :lang(pt-PT) .page-fenistil-products.fen-products #collapse1 .icon3 {
    display: none; }
  :lang(pt-PT) .page-fenistil-products.fen-products #collapse2 .prod-tab-icons {
    justify-content: center; }
    :lang(pt-PT) .page-fenistil-products.fen-products #collapse2 .prod-tab-icons .icon1,
    :lang(pt-PT) .page-fenistil-products.fen-products #collapse2 .prod-tab-icons .icon3 {
      display: none; }
  :lang(pt-PT) .page-fenistil-products.fen-products #collapse2 .prod-tab-product:nth-child(3) .prod-tab-icons .icon1 {
    display: block; }
  :lang(pt-PT) .page-fenistil-products.fen-products #collapse2 .prod-tab-product:nth-child(3) .prod-tab-icons .icon5 {
    display: none; }
  :lang(pt-PT) .page-fenistil-products.fen-products #collapse3 .prod-tab-product:nth-child(1) .icon1,
  :lang(pt-PT) .page-fenistil-products.fen-products #collapse3 .prod-tab-product:nth-child(1) .icon3,
  :lang(pt-PT) .page-fenistil-products.fen-products #collapse3 .prod-tab-product:nth-child(2) .icon1,
  :lang(pt-PT) .page-fenistil-products.fen-products #collapse3 .prod-tab-product:nth-child(2) .icon3 {
    display: none; }
  :lang(pt-PT) .page-fenistil-products.fen-products #collapse3 .prod-tab-product:nth-child(3) {
    display: none; }
    :lang(pt-PT) .page-fenistil-products.fen-products #collapse3 .prod-tab-product:nth-child(3) .icon2,
    :lang(pt-PT) .page-fenistil-products.fen-products #collapse3 .prod-tab-product:nth-child(3) .icon3,
    :lang(pt-PT) .page-fenistil-products.fen-products #collapse3 .prod-tab-product:nth-child(3) .icon5 {
      display: none; }
  :lang(pt-PT) .page-fenistil-products .title-h2-skin {
    font-size: 4.2rem; }
  :lang(pt-PT) .page-fenistil-products.page-fenistil-gel .fenistil-benefits-list > .component-content {
    background-position-y: 50%; }
  :lang(pt-PT) .page-fenistil-products.page-fenistil-gel .prod-tab-icons .prod-tab-divider,
  :lang(pt-PT) .page-fenistil-products.page-fenistil-gel .prod-tab-icons .icon3 {
    display: none; }
  :lang(pt-PT) .searchResults > .component-content {
    flex-direction: column; }
  :lang(pt-PT) #homepageCarousel .carousel-inner > .item {
    padding-top: 49%; } }

:lang(pt-PT) .search-tabs {
  margin-top: 20px; }

@media only screen and (min-width: 768px) {
  :lang(pt-PT) .fenistil-benefits-list > .component-content {
    background-repeat: no-repeat;
    background-position-x: 70%; }
  :lang(pt-PT) .article-list > .component-content > .content > .box.section > .component-content > .content .image {
    padding: 0; }
  :lang(pt-PT) .article-list > .component-content > .content > .box.section > .component-content > .content .richText {
    padding: 0; }
  :lang(pt-PT) .page-skin-advice .fenistil-default-article .mobile-title {
    display: none; }
  :lang(pt-PT) .page-fenistil-products.page-fenistil-gel .reference-product-icons .icon3 {
    display: none; }
  :lang(pt-PT) .richText ul li:before {
    top: 12px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  :lang(pt-PT) #header .logo {
    width: 33%; }
  :lang(pt-PT) .page-what-are-hives .disclaimer-superscript-white-text {
    left: 1em; }
  :lang(pt-PT) .page-search-results .search-tabs .searchFilter-control {
    width: 230px; }
  :lang(pt-PT) .product_description_tabs {
    margin-top: 0; }
  :lang(pt-PT) .page-fenistil-products .product-landing-banner figcaption {
    width: 50%; }
  :lang(pt-PT) .page-fenistil-products .product-landing-banner p {
    line-height: 1; }
  :lang(pt-PT) .page-fenistil-drops .container > .component-content {
    background-position-x: 75%; }
  :lang(pt-PT) .page-fenistil-gel .container > .component-content {
    background-position-x: 70% !important; }
  :lang(pt-PT) .page-fenistil-products .prod-tab-end-container .prod-tab-icons {
    margin-bottom: 6.5%; }
  :lang(pt-PT) .page-fenistil-products .prod-tabs-intro p {
    margin-top: 10px; }
  :lang(pt-PT) .caption-in-image.even figcaption p:last-child {
    top: 0; }
  :lang(pt-PT) .page-home .caption-in-image.even figcaption h3 {
    margin-bottom: 0; }
  :lang(pt-PT) .caption-in-image figcaption {
    padding-right: 10px; }
  :lang(pt-PT) .page-home #homepageCarousel .slide-text {
    top: 15%;
    line-height: 1; }
    :lang(pt-PT) .page-home #homepageCarousel .slide-text .title-text {
      font-size: 3.1vw; }
    :lang(pt-PT) .page-home #homepageCarousel .slide-text .description-text {
      font-size: 2.2vw; }
  :lang(pt-PT) .page-home #homepageCarousel .pull-right a {
    width: 150px;
    height: 38px;
    line-height: 2; }
  :lang(pt-PT) .page-home #homepageCarousel .disclaimer-container .description-text {
    font-size: 2.2vw; }
  :lang(pt-PT) .page-home #homepageCarousel .fourth-item .pull-right {
    right: 6%; }
  :lang(pt-PT) .page-home #homepageCarousel .fourth-item .disclaimer-container {
    width: 40%;
    bottom: -1%; }
  :lang(pt-PT) .page-home #homepageCarousel .fifth-item .pull-right {
    right: 6%;
    bottom: 5%; }
  :lang(pt-PT) .page-home #homepageCarousel .sixth-item .slide-text {
    top: 5%; }
  :lang(pt-PT) .page-home #homepageCarousel .sixth-item .pull-right {
    bottom: 6.5%;
    right: 6%; }
  :lang(pt-PT) .page-home .article-list img {
    margin-bottom: 35px; }
  :lang(pt-PT) .page-fenistil-products .product_description_tabs .tabs-nav-list {
    margin-bottom: -7px; }
  :lang(pt-PT) .page-fenistil-products .product_description_tabs .tabs-nav-item {
    padding-bottom: 10px; }
    :lang(pt-PT) .page-fenistil-products .product_description_tabs .tabs-nav-item.last {
      padding-top: 10px; }
  :lang(pt-PT) .page-fenistil-products.page-fenistil-gel .prod-tab-divider {
    display: none; }
  :lang(pt-PT) .page-fenistil-products.page-fenistil-gel .prod-tab-box {
    padding-left: 0;
    padding-right: 0; }
  :lang(pt-PT) .page-fenistil-products.page-fenistil-roll-on .vsc > .component-content {
    background-position-y: 50%; }
  :lang(pt-PT) .page-skin-advice .skin-advice-header .richText h1 {
    padding-top: 5px; }
  :lang(pt-PT) .page-skin-advice .skin-advice-header .richText h2, :lang(pt-PT) .page-skin-advice .skin-advice-header .richText p {
    margin-bottom: 0; }
  :lang(pt-PT) .page-skin-advice .reference-product_article_selector .article-list .title-h2-skin {
    font-size: 3.6rem; }
  :lang(pt-PT) .page-skin-advice .article_know_wrap {
    margin-left: -2.5%; }
  :lang(pt-PT) .page-skin-advice .article-list img {
    margin-bottom: 35px; }
  :lang(pt-PT) .page-skin-advice.page-allergies .article-list .snippetReference.col-sm-6 {
    height: 720px; }
  :lang(pt-PT) .page-skin-advice.page-what-are-hives .article-list .snippetReference.col-sm-6 {
    height: 750px; }
  :lang(pt-PT) .page-skin-advice.page-allergies-children .snippetReference.article-list, :lang(pt-PT) .page-skin-advice.page-irritated-skin-symptoms .snippetReference.article-list, :lang(pt-PT) .page-skin-advice.page-uv-rays .snippetReference.article-list, :lang(pt-PT) .page-skin-advice.page-skin-stress .snippetReference.article-list {
    height: auto; }
  :lang(pt-PT) .page-about .know_orange {
    width: 100%; } }

@media only screen and (max-width: 991px) {
  :lang(pt-PT) .page-fenistil-roll-on .prod-tab-button a,
  :lang(pt-PT) .page-fenistil-gel .prod-tab-button a,
  :lang(pt-PT) .page-fenistil-drops .prod-tab-button a {
    height: 5rem;
    padding: 0 1rem;
    line-height: 1.4; }
  :lang(pt-PT) .page-fenistil-products .container > .component-content {
    background-repeat: no-repeat; }
  :lang(pt-PT) .page-404-handler .prod-tab-button p {
    width: 75%;
    margin: 0 auto; }
  :lang(pt-PT) .page-skin-advice h1 {
    margin-left: 0; }
  :lang(pt-PT) .page-skin-advice .article-list img {
    margin-bottom: 35px; }
  :lang(pt-PT) .page-about .article-list img {
    margin-bottom: 35px; } }

@media only screen and (min-width: 992px) {
  :lang(pt-PT) .header .first.logo img {
    width: 55%; }
  :lang(pt-PT) .do-you-know-title {
    padding-top: 40px; }
  :lang(pt-PT) .header_navigation_wrap .header_navigation_desktop .navigation-level1.page-skin-advice:hover .navigation-branch.navigation-level2 .navigation-item {
    width: 620px; }
  :lang(pt-PT) .page-what-are-hives .disclaimer-superscript-white-text {
    left: -0.5em; }
  :lang(pt-PT) .page-fenistil-roll-on .prod-tab-button a,
  :lang(pt-PT) .page-fenistil-gel .prod-tab-button a,
  :lang(pt-PT) .page-fenistil-drops .prod-tab-button a {
    height: 5.5rem; }
  :lang(pt-PT) .page-fenistil-roll-on .reference-product-carousel-roll-on-page .prod-tab-button a, :lang(pt-PT) .page-fenistil-gel .reference-product-carousel-gel-page .prod-tab-button a, :lang(pt-PT) .page-fenistil-drops .reference-product-carousel-drops-page .prod-tab-button a {
    height: 45px;
    line-height: 2; }
  :lang(pt-PT) .page-fenistil-roll-on .last.tabs-nav-item, :lang(pt-PT) .page-fenistil-gel .last.tabs-nav-item, :lang(pt-PT) .page-fenistil-drops .last.tabs-nav-item {
    width: 13%; }
  :lang(pt-PT) .page-search-results .search-tabs .searchFilter-control {
    width: 250px; }
  :lang(pt-PT) .page-home .caption-in-image.odd figcaption {
    width: 55%; }
  :lang(pt-PT) .page-fenistil-gel .fenistil-hands > .component-content {
    padding-bottom: 175px; }
  :lang(pt-PT) .page-fenistil-roll-on .prod-detail-how-and-when h2 {
    padding-right: 2px; }
  :lang(pt-PT) .page-fenistil-products .product-landing-banner figcaption {
    width: 50%;
    left: 27.5%; }
  :lang(pt-PT) #homepageCarousel .first-item .slide-text {
    line-height: 0.9; }
  :lang(pt-PT) .page-skin-advice .prod-tabs-intro {
    justify-content: center; }
  :lang(pt-PT) .page-fenistil-products #category2 .prod-tab-icons .icon3,
  :lang(pt-PT) .page-fenistil-products #category4 .prod-tab-icons .icon3,
  :lang(pt-PT) .page-fenistil-products #category5 .prod-tab-icons .icon3 {
    display: none; }
  :lang(pt-PT) .page-fenistil-products .prod-tab-icons .prod-tab-divider {
    display: none; }
  :lang(pt-PT) .page-fenistil-products.fen-products .product-landing-banner figcaption p {
    width: 95%; }
  :lang(pt-PT) .page-fenistil-products.fen-products #category4 .prod-wrapper > div:nth-child(3) .icon4 {
    left: -25%; }
  :lang(pt-PT) .page-fenistil-products.fen-products #category1 .prod-tab-end-container .icon4 {
    left: -25%; }
  :lang(pt-PT) .page-fenistil-products.fenistil-roll-on .prod-tab-icons .icon3 {
    display: none; } }

@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  :lang(pt-PT) .page-about .article_know_wrap > .component-content {
    width: 100%; } }

@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) and (min-width: 992px) {
  :lang(pt-PT) .page-fenistil-roll-on .prod-detail-how-and-when .even.last .odd.last, :lang(pt-PT) .page-fenistil-roll-on .prod-detail-how-and-when .first.odd .odd.last {
    width: 100%; }
  :lang(pt-PT) .prod-detail-how-and-when .container > .component-content > .content .box .component-content {
    padding-bottom: 75px; }
  :lang(pt-PT) .page-fenistil-products.page-fenistil-roll-on .prod-detail-how-and-when .fenistil-hands.last > .component-content > .content.paragraphSystem {
    width: 100%; }
  :lang(pt-PT) #productCarousel .prodSlidecontent {
    height: 440px; } }

@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 1024px) {
  :lang(pt-PT) .header .gsk_icon {
    top: 25%; }
  :lang(pt-PT) .header .logo {
    top: 0; } }

@media only screen and (min-width: 992px) and (max-width: 1024px) and (orientation: landscape) {
  :lang(pt-PT) .prod-tab-button a {
    width: 140px; }
  :lang(pt-PT) .reference-product-carousel-drops-page .item {
    padding-bottom: 30px; }
    :lang(pt-PT) .reference-product-carousel-drops-page .item .prod-tab-button {
      margin-top: 0; }
  :lang(pt-PT) .reference-product-carousel-gel-page .item {
    padding-bottom: 10px; }
    :lang(pt-PT) .reference-product-carousel-gel-page .item .prod-tab-button {
      margin-top: 0; }
  :lang(pt-PT) .reference-product-carousel-roll-on-page .item {
    padding-bottom: 25px; }
    :lang(pt-PT) .reference-product-carousel-roll-on-page .item .prod-tab-button {
      margin-top: 0; }
  :lang(pt-PT) .header .mobile_navigation_wrap {
    display: block; }
  :lang(pt-PT) .header .navigation-horizontal.header_navigation_desktop {
    display: none; }
  :lang(pt-PT) .header button.navigation-mobile-menu {
    background-color: transparent; }
    :lang(pt-PT) .header button.navigation-mobile-menu:after {
      color: #fff; }
  :lang(pt-PT) .header .navigation-root.navigation-branch.navigation-level1 {
    display: none; }
    :lang(pt-PT) .header .navigation-root.navigation-branch.navigation-level1.is-open {
      display: block; }
  :lang(pt-PT) .header .inner_container_width {
    position: relative; }
    :lang(pt-PT) .header .inner_container_width .first.logo {
      position: absolute;
      left: 40%;
      top: 10px; }
    :lang(pt-PT) .header .inner_container_width .gsk_icon {
      position: absolute;
      right: 5%; }
  :lang(pt-PT) .header .search_icon {
    right: -180px;
    margin-top: 7.5%; }
  :lang(pt-PT) .page-home #homepageCarousel .pull-right a {
    width: 170px;
    height: 27px;
    font-size: 1.2rem;
    line-height: 27px;
    margin-top: 0; }
  :lang(pt-PT) .page-home #homepageCarousel .fourth-item .disclaimer-container {
    bottom: 0; }
  :lang(pt-PT) .page-fenistil-products.page-fenistil-gel .skin-ad-prod-car-box .carousel-control.left {
    left: 0; }
  :lang(pt-PT) .page-fenistil-products.page-fenistil-gel .skin-ad-prod-car-box .carousel-control.right {
    right: 0 !important; }
  :lang(pt-PT) .page-fenistil-products.page-fenistil-roll-on .product_description_tabs .prod-tab-button p a, :lang(pt-PT) .page-fenistil-products.page-fenistil-gel .product_description_tabs .prod-tab-button p a, :lang(pt-PT) .page-fenistil-products.page-fenistil-drops .product_description_tabs .prod-tab-button p a {
    width: 96%; } }

/* Israel localisation */
html:lang(iw-IL) {
  direction: rtl; }

:lang(iw-IL) .navigation-level1.page-fenistilmosquito {
  display: none; }

:lang(iw-IL) #header .layout-inner > .default-style {
  background: -moz-linear-gradient(to left, #ff2800 0%, #ffffff 85%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(to left, #ff2800 0%, #ffffff 85%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to left, #ff2800 0%, #ffffff 85%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

:lang(iw-IL) #productCarousel .item {
  background: linear-gradient(to left, #ff2800 0%, #ff8a0c 100%); }

:lang(iw-IL) .page-home .caption-in-image figure img {
  transform: scaleX(-1); }

:lang(iw-IL) .f_menu {
  float: right;
  width: auto; }

:lang(iw-IL) .follow_us {
  width: auto; }

:lang(iw-IL) .f_menu ul li {
  padding: 0 17px;
  border-right: 1px solid #999999; }
  :lang(iw-IL) .f_menu ul li:before {
    display: none; }

:lang(iw-IL) .richText ul li:before,
:lang(iw-IL) .prod-detail-bennefits-list .richText ul li:before {
  border-radius: 0 5px 0 5px / 0 7px 0 7px; }

:lang(iw-IL) .richText.f_menu ul li:first-child {
  padding-left: 17px;
  border-right-color: transparent; }

:lang(iw-IL) .navigation .navigation-root {
  text-align: right; }

:lang(iw-IL) .page-home .caption-in-image figcaption {
  left: 0px;
  text-align: right;
  width: 100%;
  top: 0px;
  padding-top: 30px;
  padding-right: 30px;
  transform: none; }

:lang(iw-IL) .find-your-product .richText-content a,
:lang(iw-IL) .caption-in-image figcaption a,
:lang(iw-IL) .button-main, :lang(iw-IL) .prod-tab-button a,
:lang(iw-IL) .article-list figcaption p,
:lang(iw-IL) .search_box .button,
:lang(iw-IL) #homepageCarousel .item .slide-text a,
:lang(iw-IL) #homepageCarousel .item .button-div a {
  -ms-transform: skewX(10deg);
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-right: 5px;
  background-color: #005089;
  color: #fff;
  line-height: 2; }

:lang(iw-IL) .button-div .carousel-button {
  text-align: center; }

:lang(iw-IL) .search_box input {
  margin-right: 10px; }

:lang(iw-IL) .article-list figcaption p {
  left: 27.5%;
  top: 45%; }

:lang(iw-IL) .page-skin-advice .article_hero_banner > .component-content {
  transform: scaleX(-1); }
  :lang(iw-IL) .page-skin-advice .article_hero_banner > .component-content h1 {
    transform: scaleX(-1); }

:lang(iw-IL) .page-skin-advice .disclaimer_superscript {
  left: 0; }

:lang(iw-IL) .page-fenistil-products .reference-product-icons .prod-tab-icons img {
  transform: scaleX(-1); }

:lang(iw-IL) .reference-product_article_selector .nav-tabs img, :lang(iw-IL) .reference-product_article_selector .prod-tab-article .col-md-2 img {
  transform: scaleX(-1); }

:lang(iw-IL) .page-fenistil-products .product_description_tabs .tabs-nav-item {
  float: right; }

:lang(iw-IL) .reference-product_article_selector .curved-box {
  -ms-transform: skewX(10deg);
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 70px;
  border-bottom-left-radius: 70px; }

:lang(iw-IL) .search_icon img {
  transform: scaleX(-1); }

:lang(iw-IL) .accordion-head:after {
  right: unset;
  left: 28px; }

:lang(iw-IL) .page-search-results .searchResults-results {
  width: 100%; }

:lang(iw-IL) .form-search {
  padding-right: 0;
  padding-left: 190px; }
  :lang(iw-IL) .form-search .button {
    margin-right: 85%; }

:lang(iw-IL) .israel-blue-button .richText-content {
  padding: 0 1.25rem; }

:lang(iw-IL) .israel-blue-button p {
  background-color: #005089;
  padding: 0.9375rem 1.5625rem;
  line-height: 1;
  -ms-transform: skewX(10deg);
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 122px;
  height: 46px; }
  :lang(iw-IL) .israel-blue-button p a {
    color: #fff; }
  :lang(iw-IL) .israel-blue-button p:hover {
    background-color: white;
    border: 1px solid #f68628; }
    :lang(iw-IL) .israel-blue-button p:hover a {
      color: #f68628; }

:lang(iw-IL) .header .logo img {
  width: 75%; }

:lang(iw-IL) .page-irritated-skin-symptoms .product_detail_text li {
  padding-right: 20px; }

:lang(iw-IL) .panel-title a:after {
  right: auto;
  left: 15px;
  top: 10px; }

:lang(iw-IL) .subheadline-right-padding {
  padding-right: 2px; }

:lang(iw-IL) .page-fenistil-drops .fenistil-drops-help-box .image {
  transform: scaleX(-1); }

:lang(iw-IL) .page-about .article_hero_banner > .component-content, :lang(iw-IL) .page-about .article_hero_banner .richText {
  transform: scaleX(-1); }

@media only screen and (max-width: 767px) {
  :lang(iw-IL) .header .navigation-root.navigation-branch.is-open {
    display: flex;
    flex-direction: column; }
    :lang(iw-IL) .header .navigation-root.navigation-branch.is-open .homepage_link {
      order: 1; }
    :lang(iw-IL) .header .navigation-root.navigation-branch.is-open .navigation-item.page-about {
      order: 5; }
      :lang(iw-IL) .header .navigation-root.navigation-branch.is-open .navigation-item.page-about > .navigation-item-title {
        border-bottom: none; }
    :lang(iw-IL) .header .navigation-root.navigation-branch.is-open .navigation-item.page-where-to-buy {
      order: 4; }
    :lang(iw-IL) .header .navigation-root.navigation-branch.is-open .navigation-item.page-fenistil-products {
      order: 3; }
    :lang(iw-IL) .header .navigation-root.navigation-branch.is-open .navigation-item.page-skin-advice {
      order: 2; }
      :lang(iw-IL) .header .navigation-root.navigation-branch.is-open .navigation-item.page-skin-advice > .navigation-item-title {
        border-bottom: 1px solid #fff; }
  :lang(iw-IL) h2,
  :lang(iw-IL) h2 .title-h2-skin {
    font-size: 3.6rem; }
  :lang(iw-IL) .header .navigation .navigation-item .navigation-item-decoration {
    right: unset;
    left: 5%; }
  :lang(iw-IL) .header .logo {
    padding-top: 0; }
  :lang(iw-IL) .snip-wrapper h2 {
    margin-top: 15px; }
  :lang(iw-IL) .article-list .richText.omega.even {
    margin-bottom: 0; }
  :lang(iw-IL) #accordion.panel-group a:before {
    transform: scalex(-1); }
  :lang(iw-IL) .il-references {
    padding-right: 0;
    right: -15px; }
  :lang(iw-IL) .page-home .caption-in-image figcaption {
    left: 7.5%;
    text-align: right;
    width: 100%;
    top: -22.5%;
    padding-top: 30px;
    padding-right: 30px;
    transform: none; }
  :lang(iw-IL) .page-home .carousel-control.left {
    left: 5%; }
  :lang(iw-IL) .page-home .carousel-control.right {
    right: -5%; }
  :lang(iw-IL) .page-home .caption-in-image figcaption p:nth-child(2) {
    width: 50%; }
  :lang(iw-IL) .page-home .caption-in-image figcaption p:last-child {
    top: 5px; }
  :lang(iw-IL) .page-home #homepageCarousel .item.first-item .slide-text, :lang(iw-IL) .page-home #homepageCarousel .item.second-item .slide-text, :lang(iw-IL) .page-home #homepageCarousel .item.third-item .slide-text, :lang(iw-IL) .page-home #homepageCarousel .item.fourth-item .slide-text, :lang(iw-IL) .page-home #homepageCarousel .item.fifth-item .slide-text, :lang(iw-IL) .page-home #homepageCarousel .item.sixth-item .slide-text {
    margin-top: 0;
    position: absolute;
    height: auto; }
  :lang(iw-IL) .page-home #homepageCarousel .item.first-item .slide-text {
    top: 25%;
    left: 0%; }
  :lang(iw-IL) .page-home #homepageCarousel .item.second-item .slide-text {
    top: 10%;
    left: 0%; }
  :lang(iw-IL) .page-home #homepageCarousel .item.third-item .slide-text {
    top: 10%;
    left: 0%; }
  :lang(iw-IL) .page-home #homepageCarousel .item.fourth-item .slide-text {
    top: 8%;
    right: 15%; }
  :lang(iw-IL) .page-home #homepageCarousel .item.fifth-item .slide-text {
    top: 8%;
    left: 0; }
  :lang(iw-IL) .page-home #homepageCarousel .item.sixth-item .slide-text {
    top: 8%;
    left: 0; }
  :lang(iw-IL) .page-home #homepageCarousel .item .button-div a {
    width: 115px; }
  :lang(iw-IL) .page-fenistil-products .richText ul li:before {
    left: unset;
    right: 0;
    top: 35%; }
  :lang(iw-IL) .page-fenistil-products .prod-detail-how-and-when .box .richText ul li {
    padding-right: 8%; }
    :lang(iw-IL) .page-fenistil-products .prod-detail-how-and-when .box .richText ul li::before {
      top: 8px; }
  :lang(iw-IL) .page-fenistil-products .prod-detail-how-and-when .last.container > .component-content > .content .box.first .component-content {
    transform: scaleX(-1); }
  :lang(iw-IL) .page-fenistil-products.fen-products .reference-product_selector .prod-tabs-intro {
    justify-content: center; }
    :lang(iw-IL) .page-fenistil-products.fen-products .reference-product_selector .prod-tabs-intro p {
      left: 0; }
  :lang(iw-IL) .page-fenistil-products.fen-products .reference-product_selector #collapse0 .prod-tab-end-container .prod-tab-icons {
    display: flex;
    justify-content: space-evenly; }
    :lang(iw-IL) .page-fenistil-products.fen-products .reference-product_selector #collapse0 .prod-tab-end-container .prod-tab-icons .icon2,
    :lang(iw-IL) .page-fenistil-products.fen-products .reference-product_selector #collapse0 .prod-tab-end-container .prod-tab-icons .icon3,
    :lang(iw-IL) .page-fenistil-products.fen-products .reference-product_selector #collapse0 .prod-tab-end-container .prod-tab-icons .icon5 {
      display: none; }
    :lang(iw-IL) .page-fenistil-products.fen-products .reference-product_selector #collapse0 .prod-tab-end-container .prod-tab-icons .icon4 {
      left: 0; }
  :lang(iw-IL) .page-fenistil-products.fen-products .reference-product_selector #collapse1 .prod-tab-end-container .prod-tab-icons .icon1,
  :lang(iw-IL) .page-fenistil-products.fen-products .reference-product_selector #collapse2 .prod-tab-end-container .prod-tab-icons .icon1 {
    display: none; }
  :lang(iw-IL) .page-fenistil-products.fen-products .reference-product_selector #collapse3 .prod-tab-product:first-child .prod-tab-icons .icon1 {
    display: none; }
  :lang(iw-IL) .page-fenistil-products.fen-products .reference-product_selector #collapse3 .prod-tab-product:last-child .prod-tab-icons {
    display: flex;
    justify-content: space-evenly; }
    :lang(iw-IL) .page-fenistil-products.fen-products .reference-product_selector #collapse3 .prod-tab-product:last-child .prod-tab-icons .icon2,
    :lang(iw-IL) .page-fenistil-products.fen-products .reference-product_selector #collapse3 .prod-tab-product:last-child .prod-tab-icons .icon3,
    :lang(iw-IL) .page-fenistil-products.fen-products .reference-product_selector #collapse3 .prod-tab-product:last-child .prod-tab-icons .icon5 {
      display: none; }
  :lang(iw-IL) .page-fenistil-products.fen-products .reference-product_selector #collapse4 .prod-tab-icons .icon1 {
    display: none; }
  :lang(iw-IL) .page-fenistil-products.page-fenistil-gel .prod-cond-outer-box-gel > .component-content > .content.paragraphSystem {
    display: flex;
    flex-direction: column; }
    :lang(iw-IL) .page-fenistil-products.page-fenistil-gel .prod-cond-outer-box-gel > .component-content > .content.paragraphSystem > .box {
      order: 2; }
    :lang(iw-IL) .page-fenistil-products.page-fenistil-gel .prod-cond-outer-box-gel > .component-content > .content.paragraphSystem > .image {
      order: 1; }
  :lang(iw-IL) .page-fenistil-products.page-fenistil-gel .prod-detail-how-and-when .last.container > .component-content > .content .box.first .component-content,
  :lang(iw-IL) .page-fenistil-products.page-fenistil-gel .prod-detail-how-and-when .last.container > .component-content > .content .box.last .component-content {
    padding-bottom: 10%; }
  :lang(iw-IL) .page-fenistil-products.page-fenistil-gel .fenistil-benefits .first.richText {
    transform: scaleX(-1); }
  :lang(iw-IL) .page-fenistil-products.page-fenistil-gel .fenistil-gel-help-box .image {
    transform: scaleX(-1); }
  :lang(iw-IL) .page-fenistil-products.page-fenistil-gel .tabs-nav-list {
    width: 100%; }
  :lang(iw-IL) .page-fenistil-products.page-fenistil-drops .prod-detail-banner h1 {
    font-size: 36px; }
  :lang(iw-IL) .page-fenistil-products.page-fenistil-drops .prod-detail-banner .container > .component-content > .content.paragraphSystem {
    display: flex;
    flex-direction: column; }
  :lang(iw-IL) .page-fenistil-products.page-fenistil-drops .prod-detail-banner .product_detail_title {
    order: 1; }
  :lang(iw-IL) .page-fenistil-products.page-fenistil-drops .prod-detail-banner .prod-side-desktop-box {
    order: 3; }
  :lang(iw-IL) .page-fenistil-products.page-fenistil-drops .prod-detail-banner .prod-cond-outer-box-gel {
    order: 2; }
  :lang(iw-IL) .page-fenistil-products.page-fenistil-drops .prod-detail-how-and-when .last.container > .component-content > .content .box.first .component-content {
    padding-bottom: 17%; }
  :lang(iw-IL) .page-fenistil-products.page-fenistil-drops .reference-product-icons .prod-tab-icons .icon5 {
    display: none; }
  :lang(iw-IL) .page-fenistil-products .reference-product_selector .panel-title a:before {
    left: 0; }
  :lang(iw-IL) .page-skin-advice .article_hero_banner h1 {
    display: none; }
  :lang(iw-IL) .page-skin-advice .skin-advice-header > .component-content {
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover; }
  :lang(iw-IL) .page-skin-advice .reference-product_article_selector .prod-selector-container .prod-tabs-intro {
    justify-content: flex-start; }
    :lang(iw-IL) .page-skin-advice .reference-product_article_selector .prod-selector-container .prod-tabs-intro p {
      left: auto;
      top: auto;
      margin-top: 10px; }
  :lang(iw-IL) .page-skin-advice .reference-product-carousel .carousel .carousel-control.left {
    left: 12px; }
  :lang(iw-IL) .page-skin-advice .know_orange .white_text_title,
  :lang(iw-IL) .page-skin-advice .know_orange span.white_text {
    float: right;
    text-align: right; }
  :lang(iw-IL) .page-skin-advice .article-list .alpha.omega.even h2 {
    margin-top: 15px; }
  :lang(iw-IL) .page-skin-advice.page-sun-skin h4 .disclaimer-superscript-blue {
    top: -1.5em; }
  :lang(iw-IL) .page-skin-advice .reference-product_article_selector .panel-title a:before {
    left: 0; }
  :lang(iw-IL) .page-about h1 .h1-blue {
    display: none; }
  :lang(iw-IL) .page-about .fenistil-default-article > .component-content > .content {
    display: flex;
    flex-direction: column; }
    :lang(iw-IL) .page-about .fenistil-default-article > .component-content > .content .product_detail_text {
      order: 1; }
    :lang(iw-IL) .page-about .fenistil-default-article > .component-content > .content .article_know_wrap {
      order: 3; }
    :lang(iw-IL) .page-about .fenistil-default-article > .component-content > .content .richText.last {
      order: 2; }
  :lang(iw-IL) .page-where-to-buy h1 {
    margin-right: 15px; }
  :lang(iw-IL) .page-sitemap .inner_container_width {
    padding-right: 0; }
  :lang(iw-IL) .page-contact h1 {
    margin-right: 30px; } }

@media only screen and (min-width: 768px) {
  :lang(iw-IL) .healthcare-professionals-bar .last.richText {
    border-left-color: transparent;
    border-right: 1px solid #fff; }
  :lang(iw-IL) .page-search-results .searchResults-description {
    padding-left: 0; }
  :lang(iw-IL) .page-home #homepageCarousel .carousel-inner > .item.prev.right {
    top: 0 !important; }
  :lang(iw-IL) .page-home #homepageCarousel .item .slide-text {
    height: auto; }
  :lang(iw-IL) .page-home #homepageCarousel .item.fourth-item .slide-text {
    margin-top: 0;
    position: absolute;
    top: 15%;
    right: 10%; }
  :lang(iw-IL) .page-home #homepageCarousel .carousel-control.left {
    height: 30%;
    top: 50%;
    transform: translateY(-50%); }
  :lang(iw-IL) .page-fenistil-products .reference-product_selector .nav-tabs img,
  :lang(iw-IL) .page-fenistil-products.fen-products #category1 .prod-tab-end-container img {
    transform: scaleX(-1); } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  :lang(iw-IL) .header .gsk_icon {
    left: 0;
    right: unset; }
  :lang(iw-IL) .header .navigation-vertical .navigation-mobile-menu {
    left: unset;
    right: 0; }
  :lang(iw-IL) .header .navigation .navigation-item .navigation-item-decoration {
    right: unset;
    left: 7.5%; }
  :lang(iw-IL) .header .search_icon {
    right: unset;
    left: 15%; }
  :lang(iw-IL) .page-skin-advice .article-list .content.paragraphSystem div:last-child {
    clear: inherit !important; }
  :lang(iw-IL) .page-home .left-text {
    left: 10%; }
  :lang(iw-IL) #homepageCarousel .item .slide-text strong {
    font-size: 43px; }
  :lang(iw-IL) #homepageCarousel .carousel-control > span > img {
    left: 50%; }
  :lang(iw-IL) .page-home #homepageCarousel .item .description-text {
    font-size: 2.2vw; }
  :lang(iw-IL) .page-home #homepageCarousel .item .title-text {
    font-size: 4.2vw; }
  :lang(iw-IL) .page-home #homepageCarousel .item.fifth-item .slide-text {
    left: 0; }
  :lang(iw-IL) .page-home #homepageCarousel .item.sixth-item .slide-text {
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: 22%; }
  :lang(iw-IL) .page-home #homepageCarousel .item .carousel-button {
    height: 50px;
    width: 200px;
    line-height: 3.5; }
  :lang(iw-IL) .page-home .caption-in-image figcaption p:nth-child(2) {
    width: 50%; }
  :lang(iw-IL) .page-home .caption-in-image figcaption p:last-child {
    top: 5px; }
  :lang(iw-IL) .page-fenistil-products .richText ul li:before {
    left: unset;
    right: 0;
    top: 35%; }
  :lang(iw-IL) .page-fenistil-products.fen-products .reference-product_selector #category1 .prod-tab-end-container .icon4 {
    left: 30%; }
  :lang(iw-IL) .page-fenistil-products.fen-products .reference-product_selector #category4 .prod-tab-product:last-child .prod-tab-icons .icon2,
  :lang(iw-IL) .page-fenistil-products.fen-products .reference-product_selector #category4 .prod-tab-product:last-child .prod-tab-icons .icon3 {
    display: none; }
  :lang(iw-IL) .page-fenistil-products.fen-products .reference-product_selector #category1 .prod-tab-product,
  :lang(iw-IL) .page-fenistil-products.fen-products .reference-product_selector #category2 .prod-tab-product,
  :lang(iw-IL) .page-fenistil-products.fen-products .reference-product_selector #category3 .prod-tab-product,
  :lang(iw-IL) .page-fenistil-products.fen-products .reference-product_selector #category5 .prod-tab-product {
    float: right; }
  :lang(iw-IL) .page-fenistil-products.fen-products #category4 .prod-tab-product {
    float: right; }
  :lang(iw-IL) .page-fenistil-products.page-fenistil-gel .vsc > .component-content {
    background-repeat: no-repeat;
    background-position-x: center; }
  :lang(iw-IL) .page-fenistil-products.page-fenistil-gel .vsc .fenistil-benefits .richText {
    direction: ltr; }
    :lang(iw-IL) .page-fenistil-products.page-fenistil-gel .vsc .fenistil-benefits .richText h3 {
      direction: rtl; }
  :lang(iw-IL) .page-fenistil-products.page-fenistil-gel .reference-product-icons .prod-tab-button {
    top: 0;
    left: -30%; }
  :lang(iw-IL) .page-fenistil-products.page-fenistil-gel .fenistil-gel-help-box img {
    transform: scalex(-1); }
  :lang(iw-IL) .page-fenistil-products.page-fenistil-gel .reference-product-icons {
    padding: 0; }
    :lang(iw-IL) .page-fenistil-products.page-fenistil-gel .reference-product-icons .prod-tab-icons {
      margin-bottom: 15px; }
  :lang(iw-IL) .page-fenistil-products.page-fenistil-drops .prod-detail-how-and-when .richText ul li:before {
    left: unset;
    right: 0;
    top: 15px; }
  :lang(iw-IL) .page-fenistil-products.page-fenistil-drops .fenistil-drops-help-box {
    width: 20%; }
  :lang(iw-IL) .page-fenistil-products .prod-tab-inner-box .prod-tab-button {
    left: 0; }
  :lang(iw-IL) .page-skin-advice .reference-product_article_selector .prod-tabs-intro {
    display: flex;
    justify-content: right; }
  :lang(iw-IL) .page-skin-advice .article-list h2 {
    left: 0; }
  :lang(iw-IL) .page-skin-advice .know_orange {
    width: 100%; }
  :lang(iw-IL) .page-skin-advice.page-relive-symptoms .reference-sun-and-your-skin {
    float: right; }
  :lang(iw-IL) .page-skin-advice #productCarousel .carousel-control > span > img {
    left: 50%; }
  :lang(iw-IL) .page-skin-advice .article-list .snippetReference.col-sm-6 {
    height: auto; }
  :lang(iw-IL) .page-skin-advice.page-skin-stress .article-list .snippetReference.col-sm-6 {
    height: 640px; }
  :lang(iw-IL) .page-skin-advice.page-preventing-bites .article_hero_banner > .component-content {
    padding-top: 130px; }
  :lang(iw-IL) .page-contact h1 {
    padding-right: 30px; } }

@media only screen and (max-width: 991px) {
  :lang(iw-IL) .header .navigation-vertical .navigation-mobile-menu {
    left: auto;
    right: 0; }
  :lang(iw-IL) .header .gsk_icon {
    left: 0;
    right: auto; }
  :lang(iw-IL) .header .search_icon {
    right: auto;
    left: 22%; }
  :lang(iw-IL) .header .navigation-vertical .navigation-item.navigation-level2 > .navigation-item-title:before {
    left: auto;
    right: 2.5%;
    top: 45%; }
  :lang(iw-IL) .header .navigation-root.navigation-level1.is-open {
    display: flex;
    flex-direction: column; }
    :lang(iw-IL) .header .navigation-root.navigation-level1.is-open .homepage_link {
      order: 1; }
    :lang(iw-IL) .header .navigation-root.navigation-level1.is-open .page-skin-advice {
      order: 2; }
      :lang(iw-IL) .header .navigation-root.navigation-level1.is-open .page-skin-advice a {
        border-bottom: 1px solid #fff; }
    :lang(iw-IL) .header .navigation-root.navigation-level1.is-open .page-fenistil-products {
      order: 3; }
    :lang(iw-IL) .header .navigation-root.navigation-level1.is-open .page-where-to-buy {
      order: 4; }
    :lang(iw-IL) .header .navigation-root.navigation-level1.is-open .page-about {
      order: 5; }
  :lang(iw-IL) .page-fenistil-products .vsc > .component-content {
    transform: scaleX(-1); }
    :lang(iw-IL) .page-fenistil-products .vsc > .component-content .first.last {
      transform: scaleX(-1);
      float: right; }
  :lang(iw-IL) .page-fenistil-products .richText ul li {
    padding-right: 5%; }
  :lang(iw-IL) .page-fenistil-products .prod-detail-bennefits-list .richText ul li {
    padding-right: 10%; }
  :lang(iw-IL) .page-sitemap .paragraph2 {
    max-width: 1200px; }
    :lang(iw-IL) .page-sitemap .paragraph2 .container .richText {
      margin-left: -9%; }
  :lang(iw-IL) .page-sitemap .paragraph2 {
    max-width: 1200px; }
    :lang(iw-IL) .page-sitemap .paragraph2 .container.first {
      margin-left: -19%; } }

@media only screen and (min-width: 992px) {
  :lang(iw-IL) .search-tabs input[type=radio] + label {
    padding: 20px 0; }
  :lang(iw-IL) .search-tabs .tagRadioFilter .searchFilter-control {
    margin: 0 -2px; }
  :lang(iw-IL) .find-your-product .richText-content a,
  :lang(iw-IL) .caption-in-image figcaption a,
  :lang(iw-IL) .button-main, :lang(iw-IL) .prod-tab-button a,
  :lang(iw-IL) .article-list figcaption p,
  :lang(iw-IL) .search_box .button,
  :lang(iw-IL) #homepageCarousel .item .slide-text a,
  :lang(iw-IL) #homepageCarousel .item .button-div a {
    line-height: 3; }
  :lang(iw-IL) .snippetReference .image {
    margin-bottom: 0; }
  :lang(iw-IL) .navigation-level2 {
    left: unset;
    right: 0; }
  :lang(iw-IL) .navigation-branch.navigation-level1, :lang(iw-IL) .navigation-item.navigation-level2 {
    float: right !important; }
  :lang(iw-IL) .mod-no-touch .header .navigation-horizontal .navigation-item:hover .navigation-branch.navigation-level2 .navigation-item, :lang(iw-IL) .mod-no-touch .header .navigation-horizontal .navigation-item.page-skin-advice:hover .navigation-branch.navigation-level2 .navigation-item {
    float: right !important; }
  :lang(iw-IL) .header .navigation-horizontal .navigation-branch.navigation-level2 .navigation-item {
    float: right !important; }
  :lang(iw-IL) .mod-no-touch .header .navigation-horizontal .navigation-item:hover .navigation-branch.navigation-level2 .navigation-item {
    width: 400px !important; }
  :lang(iw-IL) .header .logo, :lang(iw-IL) .header .header_navigation_wrap {
    float: right; }
  :lang(iw-IL) .header .gsk_icon {
    float: left; }
  :lang(iw-IL) .header .logo {
    margin-top: 1.25%;
    width: 295px; }
    :lang(iw-IL) .header .logo img {
      width: 100%; }
  :lang(iw-IL) .header .navigation.header_navigation_desktop {
    margin-left: 7.5%; }
  :lang(iw-IL) .header .search_icon {
    right: unset;
    left: 0; }
  :lang(iw-IL) .article-list .alpha.omega.even h2 {
    margin-top: 15px; }
  :lang(iw-IL) .page-skin-advice .know_orange {
    width: 100%; }
  :lang(iw-IL) .page-skin-advice .fenistil-default-article {
    border-left-color: transparent;
    border-right: 0.5px solid #e9e9e9; }
  :lang(iw-IL) .page-skin-advice .know_orange .white_text_title {
    float: right; }
  :lang(iw-IL) .page-skin-advice .know_orange .white_text_title, :lang(iw-IL) .page-skin-advice .know_orange .white_text {
    text-align: right; }
  :lang(iw-IL) .page-skin-advice .article_know_wrap .first.image {
    width: 100%; }
  :lang(iw-IL) .page-home #homepageCarousel .item .carousel-button {
    height: 50px;
    width: 200px;
    line-height: 3.5; }
  :lang(iw-IL) .page-home #homepageCarousel .item.first-item .slide-text {
    right: 22.5%; }
  :lang(iw-IL) .page-home #homepageCarousel .item.second-item .slide-text, :lang(iw-IL) .page-home #homepageCarousel .item.third-item .slide-text, :lang(iw-IL) .page-home #homepageCarousel .item.fourth-item .slide-text {
    right: 15%; }
  :lang(iw-IL) .page-home #homepageCarousel .item.fifth-item .slide-text, :lang(iw-IL) .page-home #homepageCarousel .item.sixth-item .slide-text {
    left: 0; }
  :lang(iw-IL) .page-fenistil-products .vsc > .component-content {
    background-position-x: center;
    transform: scaleX(-1); }
    :lang(iw-IL) .page-fenistil-products .vsc > .component-content .first.last {
      transform: scaleX(-1); }
  :lang(iw-IL) .page-fenistil-products .fenistil-benefits .first.odd .component-content .richText-content h2, :lang(iw-IL) .page-fenistil-products .fenistil-benefits .first.odd .component-content .richText-content p {
    transform: scaleX(-1); }
  :lang(iw-IL) .page-fenistil-products .fenistil-help img, :lang(iw-IL) .page-fenistil-products .product-landing-banner img, :lang(iw-IL) .page-fenistil-products .prod-tab-icons img {
    transform: scaleX(-1); }
  :lang(iw-IL) .page-fenistil-products.page-fenistil-gel #productCarousel .prodSlidecontent .prod-txt, :lang(iw-IL) .page-fenistil-products.page-fenistil-drops #productCarousel .prodSlidecontent .prod-txt {
    margin-right: -8.33333333%;
    margin-left: 200px; }
  :lang(iw-IL) .page-fenistil-products #footer .f_menu ul {
    width: 600px; }
  :lang(iw-IL) .page-fenistil-products.page-fenistil-gel .prod-detail-how-and-when .container > .component-content > .content .fenistil-reaction-hand .component-content {
    background-size: 75%; }
  :lang(iw-IL) .page-fenistil-products.page-fenistil-gel .product_description_tabs .tabs-content {
    margin-top: 30px; }
  :lang(iw-IL) .page-skin-advice .skin-advice-header > .component-content, :lang(iw-IL) .page-skin-advice .skin-advice-header .richText {
    transform: scaleX(-1);
    background-position: center; }
  :lang(iw-IL) .page-fenistil-products .richText ul li {
    padding-right: 15px;
    padding-left: 0; }
    :lang(iw-IL) .page-fenistil-products .richText ul li:before {
      left: unset;
      right: 0;
      top: 12px; }
  :lang(iw-IL) .page-fenistil-products .product-landing-banner figcaption {
    transform: unset;
    left: 50%; }
  :lang(iw-IL) .fen-products #category1 .prod-tab-end-container .icon4, :lang(iw-IL) .fen-products #category4 .prod-tab-end-container .icon4 {
    left: 42% !important; }
  :lang(iw-IL) .page-search-results .searchResults-image {
    float: right; }
  :lang(iw-IL) .col-md-8.article-list figcaption p {
    left: 40%; }
  :lang(iw-IL) .page-skin-advice #category3 .snippet-content #snippet1, :lang(iw-IL) .page-skin-advice #category5 .snippet-content #snippet1 {
    margin-left: 33.333%; }
  :lang(iw-IL) .page-home .carousel .fourth-item .left-text {
    margin-left: 250px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  :lang(iw-IL) .page-fenistil-products.page-fenistil-gel .prod-detail-how-and-when .container > .component-content > .content .fenistil-reaction-hand .component-content {
    background-position-x: -25%;
    background-size: 75%; }
  :lang(iw-IL) .page-fenistil-products.page-fenistil-gel .prod-tab-inner-box.odd > .component-content > .content {
    display: flex;
    flex-direction: column-reverse; }
    :lang(iw-IL) .page-fenistil-products.page-fenistil-gel .prod-tab-inner-box.odd > .component-content > .content .prod-tab-inner-box {
      margin-bottom: 30px; }
      :lang(iw-IL) .page-fenistil-products.page-fenistil-gel .prod-tab-inner-box.odd > .component-content > .content .prod-tab-inner-box .prod-tab-button {
        width: 225px; }
  :lang(iw-IL) .tablet-snippet-fixed-height {
    margin-bottom: 25px; }
  :lang(iw-IL) .page-home #homepageCarousel .item.first-item .slide-text {
    right: 22.5%; }
  :lang(iw-IL) .page-home #homepageCarousel .item.second-item .slide-text, :lang(iw-IL) .page-home #homepageCarousel .item.third-item .slide-text, :lang(iw-IL) .page-home #homepageCarousel .item.fourth-item .slide-text {
    right: 15%; }
  :lang(iw-IL) .page-home #homepageCarousel .item.fifth-item .slide-text, :lang(iw-IL) .page-home #homepageCarousel .item.sixth-item .slide-text {
    left: 0; }
  :lang(iw-IL) .page-home .caption-in-image h3 {
    margin-top: 0; }
  :lang(iw-IL) .page-about .article_hero_banner > .component-content,
  :lang(iw-IL) .page-skin-advice .article_hero_banner > .component-content {
    min-height: 250px; } }

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  :lang(iw-IL) .header .gsk_icon {
    margin-top: -65px; } }

/* Copied code from Parodontax co_IL */
.aa-icon {
  display: inline;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 50px;
  z-index: 101; }
  .aa-icon:before {
    background: #000;
    color: #fff;
    content: "\f193";
    padding: 10px;
    z-index: 101; }

.aa-widget {
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 101; }
  .aa-widget label {
    border: 0;
    cursor: pointer;
    position: fixed;
    right: 20px;
    top: 200px; }
  .aa-widget input {
    display: none; }
    .aa-widget input:checked ~ .cpanel {
      display: block; }
  .aa-widget .cpanel {
    background: #fff;
    border: 1px dotted black;
    border-radius: 10px;
    display: none;
    right: 0;
    position: fixed;
    text-align: center;
    top: 270px;
    width: 300px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aa-widget label {
    top: 125px; } }

@media (max-width: 767px) {
  .aa-widget {
    position: fixed;
    right: 0;
    top: 60px; }
    .aa-widget label {
      position: fixed;
      right: 0;
      top: 60px; } }

@media (max-width: 767px) {
  .aa-widget .cpanel {
    top: 130px; } }

.cpanel ul {
  list-style-type: none; }

.ulColors {
  margin-right: -200px; }

.cpanel .ulColors {
  display: none; }
  .cpanel .ulColors li {
    display: inline-block; }

.color-item {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  margin: 3px;
  cursor: pointer; }

.cpanel {
  /*height: 280px !important;*/
  height: auto !important;
  /* gray background for the panel*/
  background: #e1e1e1 !important;
  z-index: 101;
  border-radius: 0 !important; }
  .cpanel ul.cpanel_settings {
    padding-right: 0;
    width: 300px;
    margin: 0;
    border-radius: 0 !important; }
    .cpanel ul.cpanel_settings li {
      cursor: pointer;
      border: 1px solid;
      box-shadow: 5px 3px 3px #000;
      color: #000 !important;
      padding: 6px 10px;
      text-align: right; }
      .cpanel ul.cpanel_settings li:hover {
        background-color: rebeccapurple;
        border: 1px solid #868686;
        color: #666363; }
  .cpanel ul.ulColors li {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0; }
    .cpanel ul.ulColors li:hover {
      background-color: transparent; }

/*  new ul class for easier targeting */
/* list items*/
/* remove background color from line up on color selection circles */
[tooltip]:before {
  content: attr(tooltip);
  right: 100px;
  position: absolute;
  opacity: 0;
  text-align: center;
  top: 50px;
  width: 200px;
  transition: all 0.15s ease;
  padding: 10px;
  color: #333;
  border-radius: 10px; }

[tooltip]:hover:before {
  /* needed - do not touch */
  opacity: 1;
  /* customizable */
  background: #000;
  color: #fff;
  margin-top: -50px;
  margin-left: 20px; }

[tooltip]:not([tooltip-persistent]):before {
  pointer-events: none; }

@media (max-width: 767px) {
  [tooltip]:before {
    right: 80px; } }

.statement-container {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  transition: 0.5s;
  top: 0;
  width: 100%;
  z-index: 9999; }

.statement-content {
  background: #fff;
  border-radius: 10px;
  height: 650px;
  margin: auto;
  padding: 50px;
  position: relative;
  top: 100px;
  width: 700px; }

p.statement-text {
  line-height: 1.5;
  white-space: pre-line; }

.aa_close_btn {
  background: url("../../img/aa_overlay_close.png?auto=format") no-repeat;
  background-position-x: right;
  cursor: pointer;
  height: 45px; }

body.small_cursor, img.small_cursor {
  cursor: url("../../img/cursor_small.png?auto=format"), auto; }

.small_cursor p a, .small_cursor li a, .small_cursor div, .small_cursor p, .small_cursor h2, .small_cursor img, .small_cursor span, .small_cursor label {
  cursor: url("../../img/cursor_small.png?auto=format"), auto; }

body.big_cursor, img.big_cursor {
  cursor: url("../../img/cursor_big.png?auto=format"), auto; }

.big_cursor p a, .big_cursor li a, .big_cursor div, .big_cursor p, .big_cursor h2, .big_cursor img, .big_cursor span, .big_cursor label {
  cursor: url("../../img/cursor_big.png?auto=format"), auto; }

a.active_link {
  text-decoration: underline !important; }

.dark_color_class {
  background: #000 !important;
  color: #fff !important;
  background-image: none !important; }

.bright_color_class {
  background: #fff !important;
  color: #000 !important;
  background-image: none !important; }

.general-content.richText ul li.aa-before::before, .article-body ul li.aa-before::before, .ght-content-frame ul li .list-bullet.aa-before::before {
  background: #fff !important; }

.richText-content ol li.aa-before-color::before {
  color: #fff; }

.font_bold p, .font_bold h1, .font_bold h2, .font_bold a, .font_bold span, .font_bold label {
  font-family: 'arial' !important;
  font-weight: 700; }

/* End of copied code from Parodontax co_IL */
:lang(de-CH) .snippetReference .image {
  margin-bottom: 0; }

:lang(de-CH) .page-home #homepageCarousel .carousel-inner > .item.prev.right {
  top: 0 !important; }

:lang(de-CH) .page-home #homepageCarousel .title-text {
  font-size: 3.5vw; }

:lang(de-CH) .page-home #homepageCarousel .description-text {
  font-size: 1.8vw; }

:lang(de-CH) .page-home #homepageCarousel .item .slide-text {
  height: auto; }

:lang(de-CH) .page-home #homepageCarousel .item .pull-right {
  position: absolute;
  top: 75%;
  right: 6.5%; 

  a {
    font-size: 12px;
    line-height: 50px;
  }
}

:lang(de-CH) .page-home h2 .black_text {
  font-size: 20px; }

:lang(de-CH) .page-fenistil-products .black_text {
  font-size: 20px; }

:lang(de-CH) .page-fenistil-products.page-fenistil-gel .fenistil-hands > .component-content {
  padding-bottom: 45%; }

:lang(de-CH) .page-fenistil-products.page-fenistil-gel .prod-tab-icons .icon1,
:lang(de-CH) .page-fenistil-products.page-fenistil-gel .prod-tab-icons .icon2 {
  display: none; }

:lang(de-CH) .page-fenistil-products.page-fenistil-roll-on .prod-tab-divider,
:lang(de-CH) .page-fenistil-products.page-fenistil-roll-on .icon1 {
  display: none; }

:lang(de-CH) .page-fenistil-products.page-fenistil-roll-on .reference-product-icons {
  left: -5%; }

:lang(de-CH) .page-fenistil-products.page-fenistil-roll-on .prod-cond-outer-box-gel figcaption {
  text-align: left; }

:lang(de-CH) .page-fenistil-products.fen-products .prod-tab-button a {
  line-height: 1.5; }

:lang(de-CH) .page-about .know_orange .white_text_title {
  text-align: center;
  padding-top: 8.5%; }

@-moz-document url-prefix() {
  :lang(de-CH) .page-fenistil-products .prod-tab-icons .prod-tab-divider {
    display: none; } }

@media only screen and (max-width: 767px) {
  :lang(de-CH) .article-list figcaption {
    position: absolute; }
  :lang(de-CH) .article-list .alpha.omega.even h2 {
    margin-bottom: 0;
    margin-top: 10px; }
  :lang(de-CH) .title-h2-skin {
    font-size: 2.7rem; }
  :lang(de-CH) .page-home #homepageCarousel .item .title-text {
    font-size: 6vw; }
  :lang(de-CH) .page-home #homepageCarousel .item .description-text {
    font-size: 4vw; }
  :lang(de-CH) .page-home #homepageCarousel .item .pull-right {
    right: 10%; }
    :lang(de-CH) .page-home #homepageCarousel .item .pull-right a {
      width: 190px;
      line-height: 2; }
  :lang(de-CH) .page-home #homepageCarousel .item .slide-text {
    margin-top: 0;
    position: absolute;
    top: 25%; }
    :lang(de-CH) .page-home #homepageCarousel .item .slide-text .pull-right {
      position: absolute; }
      :lang(de-CH) .page-home #homepageCarousel .item .slide-text .pull-right a {
        width: 200px;
        height: 27px; }
  :lang(de-CH) .page-home #homepageCarousel .item.fourth-item .slide-text {
    top: 2.5%; }
  :lang(de-CH) .page-home #homepageCarousel .item.fifth-item {
    background-position-x: 50%; }
  :lang(de-CH) .page-home #homepageCarousel .item.sixth-item {
    background-position-x: 30%; }
  :lang(de-CH) .page-home .find-your-product p a {
    width: 180px; } }

@media only screen and (max-width: 767px) and (max-width: 767px) {
  :lang(de-CH) .page-home .find-your-product figcaption a,
  :lang(de-CH) .page-home .caption-in-image figcaption a {
    width: 185px;
    height: 27px; } }

@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  :lang(de-CH) .page-home .find-your-product figcaption a,
  :lang(de-CH) .page-home .caption-in-image figcaption a {
    width: 150px;
    height: 38px;
    line-height: 1.5;
    font-size: 1.2rem; } }

@media only screen and (max-width: 767px) and (min-width: 992px) {
  :lang(de-CH) .page-home .find-your-product figcaption a,
  :lang(de-CH) .page-home .caption-in-image figcaption a {
    line-height: 1.5; } }

@media only screen and (max-width: 767px) {
  :lang(de-CH) .page-home .caption-in-image.even img {
    padding-top: 30px; }
  :lang(de-CH) .page-home h1 {
    font-size: 3.6rem; }
  :lang(de-CH) .page-skin-advice .article-list .title-h2-skin {
    font-size: 3.6rem; }
  :lang(de-CH) .page-skin-advice .reference-product_article_selector .prod-tab-article {
    width: 100%; }
  :lang(de-CH) .page-skin-advice .reference-product-carousel .carousel-indicators {
    width: auto;
    bottom: 0;
    left: 45.5%;
    margin: 0 auto; }
  :lang(de-CH) .page-skin-advice .reference-product-carousel .carousel-inner .item {
    padding-bottom: 10%; } }
  @media only screen and (max-width: 767px) and (max-width: 767px) {
    :lang(de-CH) .page-skin-advice .reference-product-carousel .carousel-inner .item .first-btn a {
      width: 185px;
      height: 27px; } }
  @media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
    :lang(de-CH) .page-skin-advice .reference-product-carousel .carousel-inner .item .first-btn a {
      width: 150px;
      height: 38px;
      line-height: 1.5;
      font-size: 1.2rem; } }
  @media only screen and (max-width: 767px) and (min-width: 992px) {
    :lang(de-CH) .page-skin-advice .reference-product-carousel .carousel-inner .item .first-btn a {
      line-height: 1.5; } }

@media only screen and (max-width: 767px) {
  :lang(de-CH) .page-skin-advice .curved-box {
    margin-top: 0; }
  :lang(de-CH) .page-fenistil-products.fen-products #category1 .prod-tab-product:last-child .icon2,
  :lang(de-CH) .page-fenistil-products.fen-products #category1 .prod-tab-product:last-child .icon3,
  :lang(de-CH) .page-fenistil-products.fen-products #category1 .prod-tab-product:last-child .icon4,
  :lang(de-CH) .page-fenistil-products.fen-products #category1 .prod-tab-product:last-child .icon5,
  :lang(de-CH) .page-fenistil-products.fen-products #category1 .prod-tab-product:last-child .prod-tab-divider {
    display: none; }
  :lang(de-CH) .page-fenistil-products.page-fenistil-gel .reference-product-icons {
    left: -5%; }
  :lang(de-CH) .page-fenistil-products.page-fenistil-gel .prod-detail-how-and-when .box.first > .component-content > .content.paragraphSystem {
    padding-bottom: 40%; }
  :lang(de-CH) .page-fenistil-products.page-fenistil-gel .prod-cond-outer-box-gel figcaption {
    text-align: left; }
  :lang(de-CH) .page-fenistil-products.page-fenistil-gel .prod-side-box,
  :lang(de-CH) .page-fenistil-products.page-fenistil-gel .prod-header-when-rte,
  :lang(de-CH) .page-fenistil-products.page-fenistil-gel .prod-cond-outer-box-gel .image.first {
    padding-left: 0;
    padding-right: 0; }
  :lang(de-CH) .page-fenistil-products.page-fenistil-gel .prod-tab-inner-box .prod-tab-button a {
    width: 185px;
    height: 40px;
    line-height: 1.6; }
  :lang(de-CH) .page-fenistil-products.page-fenistil-roll-on .prod-cond-outer-box-gel figcaption {
    text-align: left; }
  :lang(de-CH) .page-fenistil-products.page-fenistil-roll-on .prod-side-box,
  :lang(de-CH) .page-fenistil-products.page-fenistil-roll-on .prod-header-when-rte,
  :lang(de-CH) .page-fenistil-products.page-fenistil-roll-on .prod-cond-outer-box-gel .image.first {
    padding-left: 0;
    padding-right: 0; }
  :lang(de-CH) .page-search-results .searchResults-title a {
    font-size: 2.7rem;
    left: 0; }
  :lang(de-CH) .page-error-handlers.page-404-handler .prod-tab-button a {
    line-height: 1.5; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  :lang(de-CH) .title-h2-skin {
    font-size: 3.2rem; }
  :lang(de-CH) .page-home #homepageCarousel .slide-text {
    height: auto;
    margin-top: -25%; }
  :lang(de-CH) .page-home #homepageCarousel .first-item .slide-text {
    margin-top: -25%; } }

@media only screen and (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
  :lang(de-CH) .page-home #homepageCarousel .pull-right a {
    width: 185px;
    height: 27px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  :lang(de-CH) .page-home #homepageCarousel .pull-right a {
    width: 150px;
    height: 38px;
    line-height: 1.5;
    font-size: 1.2rem; } }

@media only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 992px) {
  :lang(de-CH) .page-home #homepageCarousel .pull-right a {
    line-height: 1.5; } }

@media only screen and (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
  :lang(de-CH) .page-home .find-your-product .richText-content a {
    width: 185px;
    height: 27px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  :lang(de-CH) .page-home .find-your-product .richText-content a {
    width: 150px;
    height: 38px;
    line-height: 1.5;
    font-size: 1.2rem; } }

@media only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 992px) {
  :lang(de-CH) .page-home .find-your-product .richText-content a {
    line-height: 1.5; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  :lang(de-CH) .page-home .caption-in-image figcaption {
    top: 50%;
    left: 33%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
    :lang(de-CH) .page-home .caption-in-image figcaption a {
      width: 185px;
      height: 27px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
    :lang(de-CH) .page-home .caption-in-image figcaption a {
      width: 150px;
      height: 38px;
      line-height: 1.5;
      font-size: 1.2rem; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 992px) {
    :lang(de-CH) .page-home .caption-in-image figcaption a {
      line-height: 1.5; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    :lang(de-CH) .page-home .caption-in-image figcaption h3 {
      margin-bottom: 0; }
    :lang(de-CH) .page-home .caption-in-image figcaption p {
      width: 95%; }
      :lang(de-CH) .page-home .caption-in-image figcaption p:last-child {
        position: relative;
        left: 12.5%; }
  :lang(de-CH) .page-home .caption-in-image.odd figcaption p:last-child {
    top: 17px;
    left: 10%; }
  :lang(de-CH) .page-home .caption-in-image.even figcaption p:last-child {
    top: 0; }
  :lang(de-CH) .page-skin-advice .reference-product_article_selector .article-inner {
    margin-top: 5%; }
  :lang(de-CH) .page-skin-advice .reference-product_article_selector .curved-box {
    margin-top: 5%;
    margin-left: 2.5%; }
    :lang(de-CH) .page-skin-advice .reference-product_article_selector .curved-box .do-you-know-text {
      transform: skew(0deg); }
  :lang(de-CH) .page-skin-advice .article-list .title-h2-skin {
    font-size: 2.8rem; }
  :lang(de-CH) .page-skin-advice .reference-product-carousel .carousel-indicators {
    width: auto;
    bottom: 0;
    margin: 0 auto; }
  :lang(de-CH) .page-skin-advice .reference-product-carousel .carousel-inner .item {
    padding-bottom: 5%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
    :lang(de-CH) .page-skin-advice .reference-product-carousel .carousel-inner .item .first-btn a {
      width: 185px;
      height: 27px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
    :lang(de-CH) .page-skin-advice .reference-product-carousel .carousel-inner .item .first-btn a {
      width: 150px;
      height: 38px;
      line-height: 1.5;
      font-size: 1.2rem; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 992px) {
    :lang(de-CH) .page-skin-advice .reference-product-carousel .carousel-inner .item .first-btn a {
      line-height: 1.5; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  :lang(de-CH) .page-skin-advice .skin-advice-header .richText {
    width: 60%; }
    :lang(de-CH) .page-skin-advice .skin-advice-header .richText h1 {
      margin-left: 0; }
  :lang(de-CH) .page-skin-advice #productCarousel .item {
    min-height: 1050px; }
  :lang(de-CH) .page-skin-advice .article-list .snippetReference.col-sm-6 {
    height: 600px; }
  :lang(de-CH) .page-skin-advice.page-allergies-children .article-list .snippetReference.col-sm-6, :lang(de-CH) .page-skin-advice.page-irritated-skin-symptoms .article-list .snippetReference.col-sm-6, :lang(de-CH) .page-skin-advice.page-skin-stress .article-list .snippetReference.col-sm-6, :lang(de-CH) .page-skin-advice.page-what-are-hives .article-list .snippetReference.col-sm-6, :lang(de-CH) .page-skin-advice.page-relive-symptoms .article-list .snippetReference.col-sm-6 {
    height: 620px; }
  :lang(de-CH) .page-skin-advice.page-bites-stings .article-list .snippetReference.col-sm-6, :lang(de-CH) .page-skin-advice.page-mosquito-bites .article-list .snippetReference.col-sm-6, :lang(de-CH) .page-skin-advice.page-preventing-bites .article-list .snippetReference.col-sm-6, :lang(de-CH) .page-skin-advice.page-reiseapotheke .article-list .snippetReference.col-sm-6, :lang(de-CH) .page-skin-advice.page-skin-mosquito .article-list .snippetReference.col-sm-6, :lang(de-CH) .page-skin-advice.page-skin-winter .article-list .snippetReference.col-sm-6, :lang(de-CH) .page-skin-advice.page-sun-skin .article-list .snippetReference.col-sm-6, :lang(de-CH) .page-skin-advice.page-uv-rays .article-list .snippetReference.col-sm-6 {
    height: 580px; }
  :lang(de-CH) .page-skin-advice.page-itchy-skin .article-list .snippetReference.col-sm-6, :lang(de-CH) .page-skin-advice.page-skin-condition .article-list .snippetReference.col-sm-6, :lang(de-CH) .page-skin-advice.page-sonnenallergie .article-list .snippetReference.col-sm-6 {
    height: 500px; }
  :lang(de-CH) .page-skin-advice.page-preventing-bites .article_hero_banner > .component-content {
    padding-top: 130px; }
  :lang(de-CH) .page-skin-advice .know_orange {
    width: 100%; }
  :lang(de-CH) .page-fenistil-products.fen-products #category1 .prod-tab-end-container .icon4 {
    left: 0; } }

@media only screen and (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
  :lang(de-CH) .page-fenistil-products.fen-products #category1 .prod-tab-end-container .prod-tab-button a {
    width: 185px;
    height: 27px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  :lang(de-CH) .page-fenistil-products.fen-products #category1 .prod-tab-end-container .prod-tab-button a {
    width: 150px;
    height: 38px;
    line-height: 1.5;
    font-size: 1.2rem; } }

@media only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 992px) {
  :lang(de-CH) .page-fenistil-products.fen-products #category1 .prod-tab-end-container .prod-tab-button a {
    line-height: 1.5; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  :lang(de-CH) .page-fenistil-products.fen-products .reference-product_selector h2 {
    height: 105px; }
  :lang(de-CH) .page-fenistil-products.fen-products .reference-product_selector .prod-tab-description p {
    height: 220px; }
  :lang(de-CH) .page-fenistil-products.fen-products .product-landing-banner .h1-white {
    line-height: 1; }
  :lang(de-CH) .page-fenistil-products.page-fenistil-gel .reference-product-icons {
    left: 5%; }
  :lang(de-CH) .page-fenistil-products.page-fenistil-gel .fenistil-benefits-list > .component-content {
    background-position-x: 60%; } }

@media only screen and (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
  :lang(de-CH) .page-fenistil-products.page-fenistil-gel .prod-tab-inner-box .prod-tab-button a {
    width: 185px;
    height: 27px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  :lang(de-CH) .page-fenistil-products.page-fenistil-gel .prod-tab-inner-box .prod-tab-button a {
    width: 150px;
    height: 38px;
    line-height: 1.5;
    font-size: 1.2rem; } }

@media only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 992px) {
  :lang(de-CH) .page-fenistil-products.page-fenistil-gel .prod-tab-inner-box .prod-tab-button a {
    line-height: 1.5; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  :lang(de-CH) .page-fenistil-products.page-fenistil-gel .fenistil-gel-box {
    width: 20%; }
    :lang(de-CH) .page-fenistil-products.page-fenistil-gel .fenistil-gel-box .richText p {
      font-size: 15px; }
  :lang(de-CH) .page-fenistil-products.page-fenistil-roll-on .reference-product-icons .prod-tab-icons {
    left: unset; }
  :lang(de-CH) .page-about .know_orange {
    width: 100%; } }

@media only screen and (min-width: 768px) {
  .page-skin-advice.page-deal-bites .product_detail_text.first.odd p {
    margin-bottom: 0; }
  .page-skin-advice.page-deal-bites .product_detail_text.even {
    margin-top: 0; }
  .page-skin-advice.page-deal-bites .article_know_wrap {
    margin-top: 0; } }

@media only screen and (min-width: 992px) {
  :lang(de-CH) .title-h2-skin {
    font-size: 48px; }
  :lang(de-CH) .article-list .alpha.omega.even {
    margin-bottom: 0; } }

@media only screen and (min-width: 992px) and (max-width: 767px) {
  :lang(de-CH) .page-home #homepageCarousel .slide-text a,
  :lang(de-CH) .page-home .find-your-product a,
  :lang(de-CH) .page-home .caption-in-image a {
    width: 185px;
    height: 27px; } }

@media only screen and (min-width: 992px) and (min-width: 768px) and (max-width: 991px) {
  :lang(de-CH) .page-home #homepageCarousel .slide-text a,
  :lang(de-CH) .page-home .find-your-product a,
  :lang(de-CH) .page-home .caption-in-image a {
    width: 150px;
    height: 38px;
    line-height: 1.5;
    font-size: 1.2rem; } }

@media only screen and (min-width: 992px) {
  :lang(de-CH) .page-home .caption-in-image p {
    width: 90%; }
  :lang(de-CH) .page-home .caption-in-image.first-child figcaption {
    left: 30%; }
  :lang(de-CH) .page-home .caption-in-image.odd figcaption {
    left: 30%; }
    :lang(de-CH) .page-home .caption-in-image.odd figcaption h3 {
      margin-top: 30px; }
    :lang(de-CH) .page-home .caption-in-image.odd figcaption p a {
      margin-top: 75px; }
  :lang(de-CH) .page-skin-advice.page-relive-symptoms .article_know_wrap {
    margin-bottom: 0; }
  :lang(de-CH) .page-skin-advice .reference-product-carousel .item {
    min-height: 850px; }
    :lang(de-CH) .page-skin-advice .reference-product-carousel .item .prod-tab-button a {
      line-height: 1.5; }
  :lang(de-CH) .page-error-handlers.page-404-handler .prod-tab-button a {
    line-height: 1.5; } }

:lang(el-GR) {
  /***************************
----Temporary fixes---------
----TODO:REVISION OF THE CSS
***************************/
  /* Safari 11+ */ }
  :lang(el-GR) .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title {
    font-weight: 600; }
  :lang(el-GR) .article-list figcaption a {
    line-height: 1.4; }
  :lang(el-GR) .article-list .richText:nth-child(3) {
    margin-bottom: 0; }
  :lang(el-GR) .article-list .alpha.omega.even h2 {
    margin-top: 15px; }
  :lang(el-GR) .search_box .button {
    text-transform: none; }
  :lang(el-GR) .page-error-handlers.page-404-handler .prod-tab-button > .component-content {
    margin: 0 auto; }
  :lang(el-GR) .page-error-handlers.page-404-handler .prod-tab-button p:last-child {
    width: 200px;
    margin: 0 auto; }
    :lang(el-GR) .page-error-handlers.page-404-handler .prod-tab-button p:last-child a {
      line-height: 1.5; }
  :lang(el-GR) .page-home #homepageCarousel .item .title-text {
    font-size: 3.6vw; }
  :lang(el-GR) .page-home #homepageCarousel .item .description-text {
    font-size: 1.5vw; }
  :lang(el-GR) .page-home #homepageCarousel .item .button-div a {
    color: white;
    text-align: center;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #005089;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg); }
    @media only screen and (max-width: 767px) {
      :lang(el-GR) .page-home #homepageCarousel .item .button-div a {
        height: 27px;
        width: 170px;
        font-size: 12px;
        line-height: 2.3; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      :lang(el-GR) .page-home #homepageCarousel .item .button-div a {
        height: 27px;
        width: 170px;
        font-size: 12px;
        line-height: 2.4; } }
    @media only screen and (min-width: 992px) {
      :lang(el-GR) .page-home #homepageCarousel .item .button-div a {
        height: 50px;
        width: 180px;
        font-size: 17px;
        line-height: 1.5; } }
  :lang(el-GR) .page-home #homepageCarousel .item.second-item .smaller-text {
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 5%; }
  :lang(el-GR) .page-home #homepageCarousel .item.fourth-item .description-text {
    line-height: 1.3; }
  :lang(el-GR) .page-home #homepageCarousel .item.fifth-item .slide-text .title-text {
    position: relative; }
    :lang(el-GR) .page-home #homepageCarousel .item.fifth-item .slide-text .title-text:first-child {
      left: -5%; }
    :lang(el-GR) .page-home #homepageCarousel .item.fifth-item .slide-text .title-text:nth-child(3) {
      left: 5%; }
  :lang(el-GR) .page-home #homepageCarousel .item.fifth-item .slide-text .description-text {
    margin-top: 2%;
    margin-left: -5%;
    width: 60%; }
  :lang(el-GR) .page-home #homepageCarousel .item.sixth-item .slide-text .description-text {
    position: relative;
    left: -5%; }
  :lang(el-GR) .page-home #homepageCarousel .item .button-div {
    right: 6.5%; }
  @media (min-width: 992px) {
    :lang(el-GR) .header .logo {
      margin-top: 0; }
    :lang(el-GR) .page-skin-advice .skin-advice-header > .component-content {
      background-repeat: no-repeat;
      background-size: cover;
      background-position-x: 45%; }
    :lang(el-GR) .page-skin-advice .title-h2-skin {
      font-size: 3.2rem; } }
  :lang(el-GR) .page-fenistil-products.page-fenistil-gel .product_description_tabs .tabs-nav-item:nth-child(2) {
    border-right: 0; }
  :lang(el-GR) .page-fenistil-products.page-fenistil-gel .product_description_tabs .tabs-nav-item:nth-child(3) {
    border-left: 1px solid #eaeaea; }
  :lang(el-GR) .page-fenistil-products.page-fenistil-gel .product_description_tabs .tabs-nav-item a {
    font-size: 14px; }
  :lang(el-GR) .page-fenistil-products.page-fenistil-gel .product_description_tabs .prod-tab-button a {
    line-height: 1.5; }
  @media only screen and (max-width: 767px) {
    :lang(el-GR) .page-fenistil-products.page-fenistil-gel .prod-detail-how-and-when .fenistil-hands > .component-content {
      padding-bottom: 40%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    :lang(el-GR) .page-fenistil-products.page-fenistil-gel .prod-detail-how-and-when .fenistil-hands > .component-content {
      padding-bottom: 40%; } }
  @media only screen and (min-width: 992px) {
    :lang(el-GR) .page-fenistil-products.page-fenistil-gel .prod-detail-how-and-when .fenistil-hands > .component-content {
      padding-bottom: 30%; } }
  :lang(el-GR) .page-fenistil-products .product-landing-banner.caption-in-image figcaption {
    left: 30%; }
  :lang(el-GR) .page-search-results .searchFilter-control {
    margin: 0 6px; }
    :lang(el-GR) .page-search-results .searchFilter-control input[type=radio]:checked + label {
      border-top: solid 2px !important; }
    :lang(el-GR) .page-search-results .searchFilter-control .searchFilter-label {
      min-height: 40px;
      padding-bottom: 22px; }
  @media only screen and (max-width: 767px) {
    :lang(el-GR) .title-h2-skin {
      font-size: 2.2rem; }
    :lang(el-GR) .prod-tabs-intro p {
      text-align: left; }
    :lang(el-GR) .page-home #homepageCarousel .item .title-text {
      font-size: 5.6vw; }
    :lang(el-GR) .page-home #homepageCarousel .item .description-text {
      font-size: 4vw; }
    :lang(el-GR) .page-home #homepageCarousel .item.fourth-item .slide-text {
      top: 35%; }
      :lang(el-GR) .page-home #homepageCarousel .item.fourth-item .slide-text .description-text {
        line-height: 1.1;
        margin-bottom: 0; }
        :lang(el-GR) .page-home #homepageCarousel .item.fourth-item .slide-text .description-text:last-child {
          display: none; }
    :lang(el-GR) .page-home #homepageCarousel .item.fifth-item {
      background-position-x: 50% !important; }
      :lang(el-GR) .page-home #homepageCarousel .item.fifth-item .slide-text {
        left: 5%; }
        :lang(el-GR) .page-home #homepageCarousel .item.fifth-item .slide-text .description-text {
          display: none; }
    :lang(el-GR) .page-home #homepageCarousel .item.sixth-item {
      background-position-x: 50% !important; }
      :lang(el-GR) .page-home #homepageCarousel .item.sixth-item .slide-text .description-text {
        display: none; }
    :lang(el-GR) .page-home #homepageCarousel .item .button-div {
      right: 5%;
      bottom: 5%; }
    :lang(el-GR) .page-home .find-your-product .richText-content h2 {
      font-size: 2.2rem; }
    :lang(el-GR) .page-home .caption-in-image figcaption h3, :lang(el-GR) .page-home .caption-in-image figcaption p:nth-child(2) {
      margin-bottom: 0; }
    :lang(el-GR) .page-skin-advice #productCarousel .carousel-indicators {
      margin-bottom: -5px; }
    :lang(el-GR) .page-skin-advice .article_hero_banner h1 {
      opacity: 0; }
    :lang(el-GR) .page-fenistil-products .panel-title a:after {
      top: 20px; }
    :lang(el-GR) .page-fenistil-products .panel-title a.collapsed:after {
      top: 25px; }
    :lang(el-GR) .page-fenistil-products #accordion .panel-title a {
      display: flex; }
    :lang(el-GR) .page-fenistil-products.page-fenistil-gel .accordion .accordion-slide .accordion-content-wrapper {
      margin-bottom: 25px; }
    :lang(el-GR) .page-fenistil-products .tabs .tabs-nav {
      height: 280px;
      margin-top: 30px; }
      :lang(el-GR) .page-fenistil-products .tabs .tabs-nav .tabs-nav-item {
        border-left: 1px solid #eaeaea;
        width: 100%; }
        :lang(el-GR) .page-fenistil-products .tabs .tabs-nav .tabs-nav-item .tabMenuItem {
          width: 85vw; }
    :lang(el-GR) .page-fenistil-products .tabs .tabs-content {
      margin-top: 200px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    :lang(el-GR) .article-list h2 .title-h2-skin {
      font-size: 3.2rem; }
    :lang(el-GR) .page-home #homepageCarousel .item .slide-text .title-text {
      font-size: 4vw; }
    :lang(el-GR) .page-home #homepageCarousel .item .slide-text .description-text {
      font-size: 2vw; }
    :lang(el-GR) .page-home .find-your-product .richText {
      padding-left: 10px; }
    :lang(el-GR) .page-home .find-your-product .richText-content h2 {
      font-size: 3.2rem; }
    :lang(el-GR) .page-home .caption-in-image h3 .title-h2-skin {
      font-size: 3.2rem; }
    :lang(el-GR) .page-home .caption-in-image figcaption {
      text-align: left; }
      :lang(el-GR) .page-home .caption-in-image figcaption h3 {
        margin-bottom: 5px; }
      :lang(el-GR) .page-home .caption-in-image figcaption p {
        margin-bottom: 0; }
    :lang(el-GR) .page-skin-advice #productCarousel .carousel-inner .item {
      min-height: 550px; }
    :lang(el-GR) .page-skin-advice .know_orange {
      width: 100%; }
    :lang(el-GR) .page-skin-advice.page-allergies-children .article-list .snippetReference.col-sm-6 {
      height: 800px; }
    :lang(el-GR) .page-skin-advice.page-deal-bites .reference-sun-and-your-skin {
      display: none; }
    :lang(el-GR) .page-fenistil-products.fen-products .prod-tab-button a {
      height: 40px;
      line-height: 1.5; }
    :lang(el-GR) .page-fenistil-products.fen-products .prod-tab-product {
      min-height: 800px; }
    :lang(el-GR) .page-fenistil-products.page-fenistil-gel .fenistil-benefits-list > .component-content {
      background-repeat: no-repeat;
      background-position-x: 60%; }
    :lang(el-GR) .page-fenistil-products.page-fenistil-gel .fenistil-gel-help-box {
      width: 20%; }
    :lang(el-GR) .page-fenistil-products.page-fenistil-gel .prod-tab-button {
      justify-content: flex-start !important; }
    :lang(el-GR) .page-search-results .searchResults-title {
      margin-top: 10px;
      margin-left: 42.5%; }
      :lang(el-GR) .page-search-results .searchResults-title a {
        font-size: 30px; }
    :lang(el-GR) .first-icon {
      padding-top: 40px; } }
  @media only screen and (min-width: 768px) {
    :lang(el-GR) .page-skin-advice.page-what-are-hives .disclaimer-superscript-white-text {
      left: 10%; } }
  @media only screen and (min-width: 992px) {
    :lang(el-GR) .header .navigation-horizontal .navigation-level2.navigation-branch .navigation-item {
      padding: 10px;
      width: 100%; }
    :lang(el-GR) .header .navigation-horizontal .navigation-item.page-skin-advice:hover .navigation-branch.navigation-level2 .navigation-item {
      width: 100%; }
    :lang(el-GR) .page-home #homepageCarousel .item.fifth-item .slide-text {
      left: -5%; }
    :lang(el-GR) .page-home #homepageCarousel .item.sixth-item .slide-text {
      left: -5%; }
    :lang(el-GR) .page-home .find-your-product h2 {
      font-size: 4rem; }
    :lang(el-GR) .page-home .caption-in-image figcaption h3, :lang(el-GR) .page-home .caption-in-image figcaption p:nth-child(2) {
      width: 60%;
      font-size: 2rem; }
    :lang(el-GR) .page-home .caption-in-image figcaption .title-h2-skin {
      font-size: 4rem; }
    :lang(el-GR) .page-home .caption-in-image figcaption a {
      margin-top: 10px; }
    :lang(el-GR) .page-skin-advice .do-you-know-title {
      margin-bottom: 45px; } }
  @media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
    :lang(el-GR) .page-404-handler .prod-tab-button {
      display: block; } }
  @media only screen and (max-width: 767px) and (orientation: landscape) {
    :lang(el-GR) .page-fenistil-products .prod-tabs-intro,
    :lang(el-GR) .page-skin-advice .prod-tabs-intro {
      display: flex;
      flex-direction: column; }
    :lang(el-GR) .searchResults-title {
      padding-right: 10px; } }
  :lang(el-GR) #homepageCarousel .item .slide-text {
    text-shadow: 15px 15px 35px black; }
  @media only screen and (max-width: 767px) {
    :lang(el-GR) .page-fenistil-products .product-landing-banner.caption-in-image figcaption {
      max-width: 50%;
      position: absolute;
      top: 15%;
      left: 0%;
      transform: none; }
    :lang(el-GR) .page-skin-advice .prod-tab-article .curved-box {
      transform: skew(-5deg);
      margin-top: 0; }
      :lang(el-GR) .page-skin-advice .prod-tab-article .curved-box .do-you-know-text {
        transform: inherit; }
    :lang(el-GR) .page-skin-advice .reference-product_article_selector .prod-selector-container p,
    :lang(el-GR) .page-fenistil-products .reference-product_selector .prod-selector-container p {
      left: 0; }
    :lang(el-GR) #homepageCarousel .carousel-inner > .item {
      padding-top: 50%; }
    :lang(el-GR) .third-item .slide-text {
      left: -2%; }
    :lang(el-GR) .fifth-item .slide-text,
    :lang(el-GR) .sixth-item .slide-text {
      left: 5%; }
    :lang(el-GR) .fourth-item .slide-text {
      left: 1%; }
    :lang(el-GR) #homepageCarousel .fourth-item .slide-text,
    :lang(el-GR) #homepageCarousel .fifth-item .slide-text {
      text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2); } }
  @media (min-width: 768px) {
    :lang(el-GR) .slide-text {
      top: 20%; }
    :lang(el-GR) #homepageCarousel .fourth-item .slide-text,
    :lang(el-GR) #homepageCarousel .sixth-item .slide-text {
      text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
      top: 6%; }
    :lang(el-GR) .fourth-item .slide-text {
      left: 0; }
    :lang(el-GR) .sixth-item .slide-text {
      left: 4%; }
    :lang(el-GR) .product_description_tabs .prod-tab-box #tab-356584629-1 .tabContent,
    :lang(el-GR) .product_description_tabs .prod-tab-box #tab-356584629-2 .tabContent,
    :lang(el-GR) .product_description_tabs .prod-tab-box #tab-356584629-3 .tabContent {
      padding-top: 30px; }
    :lang(el-GR) .product_description_tabs .tabs-nav-item {
      height: 96px; } }
  @media only screen and (max-width: 991px) {
    :lang(el-GR) .reference-product-icons {
      padding: 0; }
      :lang(el-GR) .reference-product-icons .prod-tab-icons {
        padding: 0; } }
  @media only screen and (max-width: 374px) {
    :lang(el-GR) .page-fenistil-products.page-fenistil-gel .accordion .accordion-slide .accordion-content-wrapper {
      margin-bottom: 40px; } }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
      :lang(el-GR) .searchBox button,
      :lang(el-GR) .richText .product-header {
        text-rendering: optimizeLegibility; } } }

/* SLOVENIA localisation */
:lang(sl-SI) {
  /*@font-face {
    font-family: "Foco-BoldItalic";
    src: url("../../../assets/fonts/FocoBdIt.eot");
    src: url("../../../assets/fonts/FocoBdIt.eot?#iefix") format("embedded-opentype"),
    url("../../../assets/fonts/FocoBdIt.woff") format("woff"),
    url("../../../assets/fonts/FocoBdIt.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
  }*/
  /*.prod-wrapper {
        display: flex !important;
        flex-wrap: wrap;
    }*/ }
  :lang(sl-SI) .art-tab-title {
    font-family: "Roboto" !important; }
  :lang(sl-SI) .accordion-slide.is-active > .accordion-content-wrapper {
    visibility: visible;
    position: relative;
    top: auto;
    left: auto;
    height: auto !important;
    overflow: auto; }
  :lang(sl-SI) #homepageCarousel .carousel-inner > .item {
    background-size: cover !important;
    background-position: 0 100%; }
    :lang(sl-SI) #homepageCarousel .carousel-inner > .item .slider_disclaimer {
      position: absolute;
      bottom: 5px;
      left: 0;
      width: 100%;
      color: #fff;
      font-size: 0.625vw;
      text-align: center;
      padding: 0 15px; }
      @media only screen and (max-width: 768px) {
        :lang(sl-SI) #homepageCarousel .carousel-inner > .item .slider_disclaimer {
          font-size: 1.563vw; } }
    :lang(sl-SI) #homepageCarousel .carousel-inner > .item .button-div {
      position: relative;
      bottom: auto;
      right: auto;
      float: none !important; }
      :lang(sl-SI) #homepageCarousel .carousel-inner > .item .button-div a {
        margin-top: 15px; }
        @media only screen and (min-width: 450px) and (max-width: 1024px) {
          :lang(sl-SI) #homepageCarousel .carousel-inner > .item .button-div a {
            font-size: 14px;
            line-height: 30px;
            height: 30px;
            width: 140px;
            padding: 0;
            margin-top: 7px; } }
      @media only screen and (max-width: 767px) {
        :lang(sl-SI) #homepageCarousel .carousel-inner > .item .button-div {
          transform: scale(0.6);
          float: left !important;
          clear: both;
          left: 0;
          margin-left: -50px; }
          :lang(sl-SI) #homepageCarousel .carousel-inner > .item .button-div a {
            margin-top: 0; } }
    :lang(sl-SI) #homepageCarousel .carousel-inner > .item.first-item .title-text, :lang(sl-SI) #homepageCarousel .carousel-inner > .item.second-item .title-text, :lang(sl-SI) #homepageCarousel .carousel-inner > .item.third-item .title-text, :lang(sl-SI) #homepageCarousel .carousel-inner > .item.sixth-item .title-text {
      font-family: "Foco-BoldItalic" !important; }
    :lang(sl-SI) #homepageCarousel .carousel-inner > .item.fourth-item {
      background-position: -180px 0; }
      @media only screen and (min-width: 415px) and (max-width: 767px) {
        :lang(sl-SI) #homepageCarousel .carousel-inner > .item.fourth-item {
          background-position: -90px 0;
          background-color: #F25B00; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        :lang(sl-SI) #homepageCarousel .carousel-inner > .item.fourth-item {
          background-position: -150px 0; } }
      @media only screen and (max-width: 414px) {
        :lang(sl-SI) #homepageCarousel .carousel-inner > .item.fourth-item {
          background-position: -140px 0;
          background-color: #F25B00; } }
      :lang(sl-SI) #homepageCarousel .carousel-inner > .item.fourth-item .description-text {
        font-size: 1.8vw; }
      @media only screen and (max-width: 767px) {
        :lang(sl-SI) #homepageCarousel .carousel-inner > .item.fourth-item .slide-text {
          margin-top: -3%; }
        :lang(sl-SI) #homepageCarousel .carousel-inner > .item.fourth-item .description-text {
          font-size: 2.6vw; }
        :lang(sl-SI) #homepageCarousel .carousel-inner > .item.fourth-item .title-text {
          font-size: 3.6vw;
          padding-left: 20px; }
        :lang(sl-SI) #homepageCarousel .carousel-inner > .item.fourth-item .description-text {
          font-size: 2.2vw;
          line-height: 1.2;
          padding-left: 20px;
          padding-right: 40px; }
          :lang(sl-SI) #homepageCarousel .carousel-inner > .item.fourth-item .description-text br {
            display: none; }
        :lang(sl-SI) #homepageCarousel .carousel-inner > .item.fourth-item .button-div {
          margin-left: 0; } }
    :lang(sl-SI) #homepageCarousel .carousel-inner > .item.fifth-item .slide-text {
      margin-top: 0; }
      @media only screen and (max-width: 767px) {
        :lang(sl-SI) #homepageCarousel .carousel-inner > .item.fifth-item .slide-text {
          margin-top: 0; } }
    @media only screen and (max-width: 767px) {
      :lang(sl-SI) #homepageCarousel .carousel-inner > .item.fifth-item .description-text {
        font-size: 3vw;
        max-width: 50%; }
        :lang(sl-SI) #homepageCarousel .carousel-inner > .item.fifth-item .description-text br {
          display: none; } }
    :lang(sl-SI) #homepageCarousel .carousel-inner > .item.sixth-item .description-text {
      font-size: 1.6vw; }
    :lang(sl-SI) #homepageCarousel .carousel-inner > .item.sixth-item .title-text {
      font-size: 2.5vw; }
    :lang(sl-SI) #homepageCarousel .carousel-inner > .item.sixth-item .description-text {
      font-size: 1.2vw; }
    :lang(sl-SI) #homepageCarousel .carousel-inner > .item.sixth-item .slide-text {
      top: 5%; }
    @media only screen and (min-width: 450px) and (max-width: 1024px) {
      :lang(sl-SI) #homepageCarousel .carousel-inner > .item.sixth-item .slide-text {
        margin-top: 0%; }
        :lang(sl-SI) #homepageCarousel .carousel-inner > .item.sixth-item .slide-text .title-text {
          font-size: 2.6vw;
          max-width: 320px; }
          :lang(sl-SI) #homepageCarousel .carousel-inner > .item.sixth-item .slide-text .title-text br {
            display: none; }
        :lang(sl-SI) #homepageCarousel .carousel-inner > .item.sixth-item .slide-text .description-text {
          font-size: 1.4vw; } }
    @media only screen and (max-width: 767px) {
      :lang(sl-SI) #homepageCarousel .carousel-inner > .item.sixth-item .slide-text {
        margin-top: 0; }
      :lang(sl-SI) #homepageCarousel .carousel-inner > .item.sixth-item .title-text {
        font-size: 2.4vw; }
        :lang(sl-SI) #homepageCarousel .carousel-inner > .item.sixth-item .title-text br {
          display: none; }
      :lang(sl-SI) #homepageCarousel .carousel-inner > .item.sixth-item .description-text {
        font-size: 2.2vw;
        line-height: 1.2;
        width: 60%; }
        :lang(sl-SI) #homepageCarousel .carousel-inner > .item.sixth-item .description-text br {
          display: none; } }
    @media only screen and (max-width: 767px) {
      :lang(sl-SI) #homepageCarousel .carousel-inner > .item.first-item p, :lang(sl-SI) #homepageCarousel .carousel-inner > .item.second-item p, :lang(sl-SI) #homepageCarousel .carousel-inner > .item.third-item p {
        color: #005089; }
      :lang(sl-SI) #homepageCarousel .carousel-inner > .item .item .description-text {
        font-size: 3vw; } }
  :lang(sl-SI) #homepageCarousel .item .slide-text {
    top: 20%; }
    :lang(sl-SI) #homepageCarousel .item .slide-text .title-text {
      font-size: 2.4vw;
      text-transform: uppercase; }
  :lang(sl-SI) .product_description_tabs .tabs > .component-content {
    padding-top: 110px; }
  :lang(sl-SI) .tabs-nav-list {
    display: flex; }
    :lang(sl-SI) .tabs-nav-list .tabs-nav-item {
      border-bottom: 5px solid transparent; }
      :lang(sl-SI) .tabs-nav-list .tabs-nav-item a {
        display: flex;
        height: 100%;
        align-items: center;
        text-align: center;
        width: 100%;
        justify-content: center; }
  :lang(sl-SI) .product_description_tabs .tabs-nav-item.is-active,
  :lang(sl-SI) .product_description_tabs .tabs-nav-item.is-active:hover {
    border-bottom: 5px solid #e86215; }
  :lang(sl-SI) .title-text,
  :lang(sl-SI) .description-text,
  :lang(sl-SI) .find-your-product .richText-content h2,
  :lang(sl-SI) .caption-in-image figcaption h3,
  :lang(sl-SI) .h1-white, :lang(sl-SI) .title-h2-skin,
  :lang(sl-SI) .prod-detail-how-and-when h2,
  :lang(sl-SI) .article-list h3,
  :lang(sl-SI) .container h1 {
    font-family: "Roboto" !important; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    :lang(sl-SI) .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title {
      font-size: 8px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    :lang(sl-SI) .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title {
      font-size: 10px; } }
  @media only screen and (min-width: 1400px) and (max-width: 1599px) {
    :lang(sl-SI) .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title {
      font-size: 12px; } }
  @media only screen and (min-width: 1600px) and (max-width: 1699px) {
    :lang(sl-SI) .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title {
      font-size: 15px; } }
  @media only screen and (min-width: 1700px) {
    :lang(sl-SI) .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title {
      font-size: 15px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    :lang(sl-SI) .header .navigation-horizontal .navigation-item.navigation-level1 li a.navigation-item-title {
      font-size: 14px; } }
  @media only screen and (max-height: 768px) {
    :lang(sl-SI) .header .navigation-horizontal .navigation-level2.navigation-branch .navigation-item {
      padding: 5px 10px 5px 32px; } }
  :lang(sl-SI) .page-fenistil-products .feature-box p {
    font-size: 12px; }
  @media only screen and (min-width: 992px) {
    :lang(sl-SI) .page-skin-advice .disclaimer_superscript {
      left: 0px; } }
  :lang(sl-SI) .article_hero_banner .h1-blue {
    font-family: "Roboto" !important; }
  :lang(sl-SI) #footer {
    padding-bottom: 100px; }
    @media (min-width: 768px) {
      :lang(sl-SI) #footer {
        padding-bottom: 22%; } }
    @media (min-width: 992px) {
      :lang(sl-SI) #footer {
        padding-bottom: 150px; } }
    :lang(sl-SI) #footer .component.f_menu {
      margin-bottom: 20px; }
    :lang(sl-SI) #footer .disclaimer {
      /*background: rgba(255,255,255,.9);
      border-top: 2px solid #e2e2e2;
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      z-index: 999;
      text-align: center;
      text-transform: uppercase;
      height: 15%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 11px;
      padding: 0 15px;

      @media (min-width: 768px){
        font-size: 25px;
      }*/
      height: 7.5%;
      font-size: 2vh;
      text-align: center;
      background: #f68628;
      color: #fff;
      border-top: 2px solid #e2e2e2;
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      z-index: 999;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 15px; }
      @media (max-width: 767px) {
        :lang(sl-SI) #footer .disclaimer {
          font-size: 9px; } }
      :lang(sl-SI) #footer .disclaimer p {
        margin-bottom: 0; }
  :lang(sl-SI) .prod-tabs-intro {
    justify-content: space-around; }
  @media only screen and (min-width: 992px) {
    :lang(sl-SI) .page-itchy-skin .article_hero_banner > .component-content {
      padding-top: 220px; }
    :lang(sl-SI) .page-itchy-skin .article_hero_banner .richText {
      margin-top: 0; } }
  :lang(sl-SI) .where-to-buy-item h2 {
    margin-bottom: 20px; }
  :lang(sl-SI) .where-to-buy-item a {
    font-size: 17px;
    color: white;
    line-height: 50px;
    text-align: center;
    display: block;
    text-decoration: none;
    height: 50px;
    width: 210px;
    text-transform: uppercase;
    background-color: #005089;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-left: 5px;
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg); }
    :lang(sl-SI) .where-to-buy-item a:hover {
      color: #f68628 !important;
      background-color: white;
      border: 1px solid #f68628; }
  :lang(sl-SI) .page-where-to-buy .container h1 {
    margin-bottom: 35px; }
  :lang(sl-SI) .page-where-to-buy .container h3 {
    margin-bottom: 20px; }
  @media (max-width: 1500px) and (min-width: 1400px) {
    :lang(sl-SI) #homepageCarousel .item.sixth-item .slide-text {
      left: 25px !important; }
      :lang(sl-SI) #homepageCarousel .item.sixth-item .slide-text a {
        font-size: 1.3rem;
        height: 40px; } }
  :lang(sl-SI) .search-tabs .tagRadioFilter .searchFilter-control, :lang(sl-SI) .search-tabs .metadataFilter .searchFilter-control {
    width: auto; }
  :lang(sl-SI) .search-tabs input[type=radio] + label {
    padding-top: 22px;
    background: #fff; }
  :lang(sl-SI) .container-fluid .container.search-results {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0; }
  :lang(sl-SI) .skin-advice-header > .component-content {
    background-size: cover !important; }
    @media (max-width: 450px) {
      :lang(sl-SI) .skin-advice-header > .component-content {
        background-position: 60% 0%;
        background-repeat: no-repeat; } }
  :lang(sl-SI) .reference-product-carousel .carousel-control,
  :lang(sl-SI) .reference-product-carousel .carousel-indicators {
    display: none; }
  :lang(sl-SI) .prod-tab-divider {
    display: none; }
  :lang(sl-SI) .container {
    margin: 0 auto;
    float: none !important;
    clear: both; }
  :lang(sl-SI) .know_orange span.white_text_title,
  :lang(sl-SI) .know_orange span.white_text {
    display: block;
    float: none; }
  :lang(sl-SI) .know_orange p {
    margin-bottom: 5px; }
  @media only screen and (min-width: 992px) {
    :lang(sl-SI) .prod-detail-how-and-when .container > .component-content > .content .box .component-content {
      background-position: bottom right 0%; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    :lang(sl-SI) .prod-detail-how-and-when .container > .component-content > .content .box .component-content {
      background-size: 75%; }
    :lang(sl-SI) .component > .component-content {
      margin-bottom: 0;
      background-size: 100%;
      background-position: 100% 100%;
      background-repeat: no-repeat; }
    :lang(sl-SI) .skin-advice-header.component > .component-content {
      background-position: 50% 100%; }
    :lang(sl-SI) .article_hero_banner.component > .component-content {
      background-size: cover !important;
      background-position: 60% 100%; }
    :lang(sl-SI) .prod-tab-button a {
      margin: 15px auto 0; }
    :lang(sl-SI) .header .navigation-vertical .navigation-mobile-menu {
      height: 96px; }
    :lang(sl-SI) .title-h2-skin {
      font-size: 3rem; }
    :lang(sl-SI) .article-list > .component-content .content {
      display: flex;
      flex-wrap: wrap; }
    :lang(sl-SI) .container h1 {
      font-size: 32px;
      padding-top: 15px;
      padding-right: 25px; }
      :lang(sl-SI) .container h1 .h1-blue {
        font-size: 3.2rem; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    :lang(sl-SI) .prod-detail-how-and-when .richText {
      padding: 30px 20px 70px; }
    :lang(sl-SI) .prod-detail-how-and-when h2 {
      font-size: 30px; } }
  @media only screen and (max-width: 1023px) {
    :lang(sl-SI) .header .navigation-vertical .navigation-item.navigation-level1 > .navigation-item-title {
      white-space: pre-wrap;
      line-height: 1.2;
      padding-right: 90px; }
    :lang(sl-SI) .caption-in-image figcaption {
      max-width: 60%;
      text-align: left; }
      :lang(sl-SI) .caption-in-image figcaption h3 {
        font-size: 14px; }
      :lang(sl-SI) .caption-in-image figcaption p {
        font-size: 12px;
        text-align: left; }
    :lang(sl-SI) .title-h2-skin {
      font-size: 3rem; }
    :lang(sl-SI) #content {
      padding: 0 15px; } }
  :lang(sl-SI) .searchResults-title {
    margin-left: 0;
    overflow: hidden;
    padding-left: 15px; }
  :lang(sl-SI) .searchResults-description {
    padding-left: 15px;
    overflow: hidden; }
  @media only screen and (max-width: 767px) {
    :lang(sl-SI) .header .navigation-vertical .navigation-item.navigation-level1 > .navigation-item-title {
      padding-right: 40px; }
    :lang(sl-SI) .searchResults-image {
      height: auto;
      width: auto;
      float: none;
      display: block;
      margin: 0 auto; }
    :lang(sl-SI) .searchResults-title {
      padding-left: 0; }
    :lang(sl-SI) .searchResults-description {
      padding-left: 0; } }
  @media only screen and (min-width: 450px) and (max-width: 775px) {
    :lang(sl-SI) .prod-detail-how-and-when .richText {
      padding: 30px 20px 175px; } }
  @media only screen and (max-width: 449px) {
    :lang(sl-SI) .prod-detail-how-and-when .richText {
      padding: 30px 20px 70px; } }
  @media only screen and (max-width: 449px) {
    :lang(sl-SI) .prod-tab-button a {
      width: 220px;
      line-height: 1.5;
      max-width: none;
      font-size: 11px; } }
  :lang(sl-SI) .nav-tabs {
    z-index: 150; }
  :lang(sl-SI) .tab-content {
    clear: both;
    padding: 25px 0 0 0; }
  :lang(sl-SI) .prod-tabs-intro {
    padding: 15px 0; }
    @media only screen and (max-width: 767px) {
      :lang(sl-SI) .prod-tabs-intro {
        padding: 15px; } }
  :lang(sl-SI) .tabs-nav {
    height: auto !important; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    :lang(sl-SI) .tabs-nav {
      height: auto !important;
      margin-top: 25px; }
      :lang(sl-SI) .tabs-nav .tabs-nav-list {
        display: flex;
        width: auto; }
        :lang(sl-SI) .tabs-nav .tabs-nav-list .tabs-nav-item {
          width: 25%;
          float: none;
          font-size: 14px;
          align-items: center;
          display: flex;
          text-align: center;
          justify-content: center; } }
  @media only screen and (min-width: 800px) and (max-width: 1024px) {
    :lang(sl-SI) .caption-in-image figcaption {
      left: 25%;
      width: 50%;
      line-height: 1.2; }
      :lang(sl-SI) .caption-in-image figcaption p {
        line-height: 1.1; }
    :lang(sl-SI) .tabs-nav {
      margin-top: 25px; }
      :lang(sl-SI) .tabs-nav .tabs-nav-list {
        width: auto;
        justify-content: space-around; }
        :lang(sl-SI) .tabs-nav .tabs-nav-list .tabs-nav-item {
          width: auto;
          font-size: 14px; }
    :lang(sl-SI) .prod-tab-button a {
      width: 170px; } }
  @media only screen and (max-width: 767px) {
    :lang(sl-SI) body.page-fenistil-products #productCarousel .item {
      padding-bottom: 35px;
      min-height: 700px; }
    :lang(sl-SI) .carousel-indicators {
      margin-bottom: 0; }
    :lang(sl-SI) .panel-group {
      margin-top: 25px; }
    :lang(sl-SI) #accordion .panel-title a {
      min-height: 50px;
      height: auto;
      padding: 5px 15px 0;
      display: flex; }
    :lang(sl-SI) .product_description_tabs .tabs > .component-content {
      padding-top: 0; }
    :lang(sl-SI) .tabs-nav {
      margin-top: 25px;
      position: relative; }
      :lang(sl-SI) .tabs-nav .tabs-nav-list {
        width: auto;
        justify-content: space-around;
        flex-direction: column; }
        :lang(sl-SI) .tabs-nav .tabs-nav-list .tabs-nav-item {
          width: 100%;
          font-size: 14px;
          border-right: none; }
    :lang(sl-SI) .page-fenistil-products .article-list figcaption {
      position: absolute;
      bottom: 0;
      left: 0; }
    :lang(sl-SI) .article-list figure {
      position: relative;
      margin-bottom: 30px; }
    :lang(sl-SI) .reference-product-carousel .carousel-inner {
      min-height: 0; }
    :lang(sl-SI) .panel-title a.collapsed::after, :lang(sl-SI) .panel-title a::after {
      top: 50%;
      transform: translateY(-50%); }
    :lang(sl-SI) .page-skin-stress .article_hero_banner .richText {
      opacity: 1; }
      :lang(sl-SI) .page-skin-stress .article_hero_banner .richText .h1-blue {
        position: absolute;
        margin-top: -80px;
        font-size: 1.8rem;
        max-width: 50%; } }

/* SLOVENIA localisation */
:lang(hr-HR) { }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    :lang(hr-HR) .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title {
      font-size: 8px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    :lang(hr-HR) .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title {
      font-size: 10px; } }
  @media only screen and (min-width: 1400px) and (max-width: 1599px) {
    :lang(hr-HR) .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title {
      font-size: 12px; } }
  @media only screen and (min-width: 1600px) and (max-width: 1699px) {
    :lang(hr-HR) .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title {
      font-size: 15px; } }
  @media only screen and (min-width: 1700px) {
    :lang(hr-HR) .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title {
      font-size: 15px; } }
  @media only screen and (min-width: 992px) {
    :lang(hr-HR) .header .navigation-horizontal .navigation-level2.navigation-branch .navigation-item {
      padding: 7px 10px 7px 32px; } }
  @media only screen and (max-width: 767px) {
    :lang(hr-HR) #productCarousel .item .prodSlidecontent img {
      width: 200px;
      height: auto; } }
  :lang(hr-HR) .search-tabs .searchFilter-control {
    min-width: 168px;
    width: auto; }
  :lang(hr-HR) .accordion-slide.is-active > .accordion-content-wrapper {
    visibility: visible;
    position: relative;
    top: auto;
    left: auto;
    height: auto !important;
    overflow: auto; }
  :lang(hr-HR) #homepageCarousel .carousel-inner > .item {
    background-size: cover !important; }
    :lang(hr-HR) #homepageCarousel .carousel-inner > .item .title-text {
      font-size: 2.5vw;
      text-transform: uppercase; }
    :lang(hr-HR) #homepageCarousel .carousel-inner > .item .slider_disclaimer {
      position: absolute;
      bottom: 5px;
      left: 0;
      width: 100%;
      color: #fff;
      font-size: 0.625vw;
      text-align: center;
      padding: 0 15px; }
      @media only screen and (max-width: 768px) {
        :lang(hr-HR) #homepageCarousel .carousel-inner > .item .slider_disclaimer {
          font-size: 1.563vw; } }
    :lang(hr-HR) #homepageCarousel .carousel-inner > .item .button-div {
      position: relative;
      bottom: auto;
      right: auto;
      float: none !important; }
      :lang(hr-HR) #homepageCarousel .carousel-inner > .item .button-div a {
        margin-top: 15px; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          :lang(hr-HR) #homepageCarousel .carousel-inner > .item .button-div a {
            font-size: 14px;
            line-height: 30px;
            height: 30px;
            width: 140px;
            padding: 0;
            margin-top: 7px; } }
      @media only screen and (max-width: 767px) {
        :lang(hr-HR) #homepageCarousel .carousel-inner > .item .button-div {
          transform: scale(0.6);
          float: left !important;
          clear: both;
          left: 0;
          margin-left: -50px; }
          :lang(hr-HR) #homepageCarousel .carousel-inner > .item .button-div a {
            margin-top: 0; } }
    :lang(hr-HR) #homepageCarousel .carousel-inner > .item.first-item p, :lang(hr-HR) #homepageCarousel .carousel-inner > .item.second-item p, :lang(hr-HR) #homepageCarousel .carousel-inner > .item.third-item p {
      font-family: "Foco-BoldItalic" !important; }
    :lang(hr-HR) #homepageCarousel .carousel-inner > .item.fourth-item {
      background-position: -180px 0; }
      @media only screen and (min-width: 415px) and (max-width: 767px) {
        :lang(hr-HR) #homepageCarousel .carousel-inner > .item.fourth-item {
          background-position: -90px 0;
          background-color: #F25B00; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        :lang(hr-HR) #homepageCarousel .carousel-inner > .item.fourth-item {
          background-position: -150px 0; } }
      @media only screen and (max-width: 414px) {
        :lang(hr-HR) #homepageCarousel .carousel-inner > .item.fourth-item {
          background-position: -140px 0;
          background-color: #F25B00; } }
      :lang(hr-HR) #homepageCarousel .carousel-inner > .item.fourth-item .description-text {
        font-size: 1.8vw; }
      @media only screen and (max-width: 767px) {
        :lang(hr-HR) #homepageCarousel .carousel-inner > .item.fourth-item .description-text {
          font-size: 2.6vw; }
        :lang(hr-HR) #homepageCarousel .carousel-inner > .item.fourth-item .title-text {
          font-size: 4.6vw; }
        :lang(hr-HR) #homepageCarousel .carousel-inner > .item.fourth-item .description-text {
          font-size: 2.8vw;
          line-height: 1.2;
          padding-right: 10px; }
          :lang(hr-HR) #homepageCarousel .carousel-inner > .item.fourth-item .description-text br {
            display: none; }
        :lang(hr-HR) #homepageCarousel .carousel-inner > .item.fourth-item .button-div {
          margin-left: -30px; } }
    :lang(hr-HR) #homepageCarousel .carousel-inner > .item.fifth-item .slide-text {
      /*margin-top: -28%;*/ }
    @media only screen and (min-width: 1025px) {
      :lang(hr-HR) #homepageCarousel .carousel-inner > .item.sixth-item .slide-text {
        margin-left: 12.66666667% !important; }
        :lang(hr-HR) #homepageCarousel .carousel-inner > .item.sixth-item .slide-text p:nth-child(3) {
          left: 5%; } }
    :lang(hr-HR) #homepageCarousel .carousel-inner > .item.sixth-item .description-text {
      font-size: 1.6vw; }
    :lang(hr-HR) #homepageCarousel .carousel-inner > .item.sixth-item .title-text {
      font-size: 2.5vw; }
    :lang(hr-HR) #homepageCarousel .carousel-inner > .item.sixth-item .description-text {
      font-size: 1.2vw; }
    :lang(hr-HR) #homepageCarousel .carousel-inner > .item.sixth-item .slide-text {
      /*margin-top: -28%;*/ }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      :lang(hr-HR) #homepageCarousel .carousel-inner > .item.sixth-item .slide-text .title-text {
        font-size: 2.6vw; }
      :lang(hr-HR) #homepageCarousel .carousel-inner > .item.sixth-item .slide-text .description-text {
        font-size: 1.4vw; } }
    @media only screen and (max-width: 767px) {
      :lang(hr-HR) #homepageCarousel .carousel-inner > .item.sixth-item .slide-text {
        top: 2%; }
      :lang(hr-HR) #homepageCarousel .carousel-inner > .item.sixth-item .title-text {
        font-size: 3vw; }
      :lang(hr-HR) #homepageCarousel .carousel-inner > .item.sixth-item .description-text {
        font-size: 2.8vw;
        line-height: 1.2;
        padding-right: 10px;
        width: 60%; }
        :lang(hr-HR) #homepageCarousel .carousel-inner > .item.sixth-item .description-text br {
          display: none; }
      :lang(hr-HR) #homepageCarousel .carousel-inner > .item.sixth-item .button-div {
        margin-left: 100px;
        margin-top: 54px; } }
    @media only screen and (max-width: 767px) {
      :lang(hr-HR) #homepageCarousel .carousel-inner > .item {
        /*&.first-item,
      &.second-item,*/ }
        :lang(hr-HR) #homepageCarousel .carousel-inner > .item.third-item p {
          color: #005089; } }
  :lang(hr-HR) #productCarousel .carousel-indicators, :lang(hr-HR) #productCarousel .carousel-control {
    display: none; }
  :lang(hr-HR) .prod-tab-inner-box .prod-tab-button {
    margin-top: -30px;
    margin-bottom: 30px; }
    :lang(hr-HR) .prod-tab-inner-box .prod-tab-button .component-content {
      overflow: inherit;
      display: block;
      width: 100%; }
      :lang(hr-HR) .prod-tab-inner-box .prod-tab-button .component-content a {
        width: 100%;
        line-height: 1.5;
        max-width: none; }
  :lang(hr-HR) .page-skin-advice .reference-product-carousel .first-btn {
    left: 0;
    text-align: left;
    position: relative;
    margin: 30px 0 0 0;
    justify-content: flex-start; }
  :lang(hr-HR) .find-your-product .richText-content h2,
  :lang(hr-HR) .caption-in-image figcaption h3,
  :lang(hr-HR) .h1-white, :lang(hr-HR) .title-h2-skin,
  :lang(hr-HR) .prod-detail-how-and-when h2,
  :lang(hr-HR) .article-list h3,
  :lang(hr-HR) .container h1,
  :lang(hr-HR) h1 .h1-blue,
  :lang(hr-HR) .art-tab-title {
    font-family: "Roboto" !important; }
  :lang(hr-HR) .title-text,
  :lang(hr-HR) .description-text {
    font-family: 'Montserrat', sans-serif !important; }
  @media only screen and (min-width: 1200px) {
    :lang(hr-HR) .product_description_tabs .tabs-nav-item a {
      font-size: 16px; } }
  @media only screen and (min-width: 992px) {
    :lang(hr-HR) .page-skin-advice .disclaimer_superscript {
      left: -3px; } }
  :lang(hr-HR) #footer {
    padding-bottom: 100px; }
    @media only screen and (min-width: 992px) {
      :lang(hr-HR) #footer {
        padding-bottom: 140px; } }
    :lang(hr-HR) #footer .f_menu {
      margin-bottom: 15px; }
  :lang(hr-HR) .know_orange span.white_text_title {
    float: none;
    padding: 0; }
  :lang(hr-HR) .know_orange span.white_text {
    float: none;
    padding: 0; }
  :lang(hr-HR) .know_orange .disclaimer-superscript-white-text {
    top: -0.5em;
    left: auto; }
  :lang(hr-HR) .disclaimer {
    height: 7.5%;
    font-size: 2vh;
    text-align: center;
    background: #f68628;
    color: #fff;
    border-top: 2px solid #e2e2e2;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px; }
    @media (max-width: 767px) {
      :lang(hr-HR) .disclaimer {
        font-size: 9px; } }
    :lang(hr-HR) .disclaimer p {
      margin-bottom: 0; }
  @media only screen and (min-width: 992px) {
    :lang(hr-HR) .page-itchy-skin .article_hero_banner .richText {
      margin-top: 5%; } }
  :lang(hr-HR) .skin-advice-header .component-content {
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 450px) {
      :lang(hr-HR) .skin-advice-header .component-content {
        background-position: 60% 0%;
        background-repeat: no-repeat; } }
  :lang(hr-HR) .prod-detail-banner + div .component-content {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom; }
  :lang(hr-HR) .prod-detail-how-and-when .richText {
    padding: 70px 35px 120px; }
    @media only screen and (max-width: 991px) {
      :lang(hr-HR) .prod-detail-how-and-when .richText {
        padding: 30px 20px 80px; } }
  :lang(hr-HR) .tabs-nav {
    height: auto; }
  @media only screen and (min-width: 768px) {
    :lang(hr-HR) .header .navigation-vertical .navigation-mobile-menu {
      height: 90px; } }
  @media only screen and (max-width: 767px) {
    :lang(hr-HR) .caption-in-image figcaption h3 {
      font-size: 19px; }
    :lang(hr-HR) .page-fenistil-products .article-list figcaption {
      left: 0; }
    :lang(hr-HR) .prod-detail-how-and-when > div.component-content {
      background-position-x: left; }
    :lang(hr-HR) .tabs-nav {
      position: relative; }
      :lang(hr-HR) .tabs-nav .tabs-nav-list {
        width: 100%; }
    :lang(hr-HR) .product_description_tabs {
      margin-top: 0; }
      :lang(hr-HR) .product_description_tabs .tabs-nav-item {
        border-right: none; }
      :lang(hr-HR) .product_description_tabs .tabs > .component-content {
        padding-top: 10px; }
    :lang(hr-HR) .prod-selector-container {
      margin-bottom: 20px; }
    :lang(hr-HR) #heading0 a:before,
    :lang(hr-HR) #heading1 a:before,
    :lang(hr-HR) #heading2 a:before,
    :lang(hr-HR) #heading3 a:before,
    :lang(hr-HR) #heading4 a:before,
    :lang(hr-HR) #heading5 a:before {
      height: 44px;
      background-size: 86%;
      top: -8%; }
    :lang(hr-HR) #heading5 a:before {
      vertical-align: -43%; }
    :lang(hr-HR) .reference-product-carousel .carousel-inner {
      min-height: auto; }
    :lang(hr-HR) .prod-tab-article .image-description1,
    :lang(hr-HR) .prod-tab-article .image-description2,
    :lang(hr-HR) .prod-tab-article .image-description3 {
      min-height: 100px; }
    :lang(hr-HR) .page-skin-stress .article_hero_banner .richText {
      opacity: 1; }
    :lang(hr-HR).page-404-handler .prod-tab-button a {
      padding: 24px 10px; } }
  @media only screen and (max-width: 991px) {
    :lang(hr-HR).page-contact h1 {
      padding-left: 15px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    :lang(hr-HR) .logo {
      top: 13px; }
    :lang(hr-HR) .prod-tab-inner-box .prod-tab-button .component-content a {
      font-size: 9px;
      padding: 0 10px; }
    :lang(hr-HR) .skin-advice-header .component-content {
      background-position-x: center; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    :lang(hr-HR) .caption-in-image figcaption h3 {
      font-size: 20px; }
    :lang(hr-HR) .product_description_tabs .tabs-content {
      padding: 60px 0 30px; }
    :lang(hr-HR) .prod-selector-container .nav-tabs {
      margin-bottom: 20px; } }
  :lang(hr-HR) .product_description_tabs .tabs-content {
    padding: 50px 0; }
  :lang(hr-HR) .searchResults-title a {
    font-family: "Foco-BoldItalic" !important; }
  :lang(hr-HR) .searchResults-image {
    margin-right: 15px; }
  :lang(hr-HR) .prod-tab-divider {
    display: none; }
  :lang(hr-HR) .prod-selector-container .nav-tabs {
    z-index: 999; }
  @media only screen and (max-width: 991px) and (min-width: 768px) {
    :lang(hr-HR) .page-fenistil-products .article-list figcaption {
      left: 0; } }
  @media only screen and (max-width: 374px) {
    :lang(hr-HR) .reference-product-icons,
    :lang(hr-HR) .prod-tab-icons {
      padding: 0; } }

:lang(es-ES) .page-home #homepageCarousel .item.fifth-item .slide-text,
:lang(es-ES) .page-home #homepageCarousel .item.seventh-item .slide-text {
  color: #005089; }

:lang(es-ES) .page-home #homepageCarousel .item.sixth-item .slide-text p:nth-child(1) {
  margin-left: -35px; }

:lang(es-ES) .page-home #homepageCarousel .item.sixth-item .slide-text p:nth-child(3) {
  margin-left: 45px; }

:lang(es-ES) .page-home #homepageCarousel .item.seventh-item .slide-text .title-text {
  margin-left: 35px; }

:lang(es-ES) .page-skin-advice .snippetReference.article-list .title-h2-skin {
  font-size: 4rem; }

:lang(es-ES) .page-skin-advice.page-skin-advice-allergies #content .layout-inner .paragraph2 > .box {
  padding: 0; }

:lang(es-ES) .page-fenistil-products .tabs-nav-list {
  width: 100%; }
  :lang(es-ES) .page-fenistil-products .tabs-nav-list .tabs-nav-item {
    width: 25%; }
    @media only screen and (min-width: 768px) {
      :lang(es-ES) .page-fenistil-products .tabs-nav-list .tabs-nav-item:nth-child(2), :lang(es-ES) .page-fenistil-products .tabs-nav-list .tabs-nav-item:nth-child(3) {
        padding-bottom: 46px; } }
    :lang(es-ES) .page-fenistil-products .tabs-nav-list .tabs-nav-item:nth-child(1), :lang(es-ES) .page-fenistil-products .tabs-nav-list .tabs-nav-item:nth-child(4) {
      padding-top: 21px;
      padding-left: 4%;
      padding-right: 4%; }
    :lang(es-ES) .page-fenistil-products .tabs-nav-list .tabs-nav-item.is-active:nth-child(2), :lang(es-ES) .page-fenistil-products .tabs-nav-list .tabs-nav-item.is-active:nth-child(3) {
      padding-top: 18px; }
    :lang(es-ES) .page-fenistil-products .tabs-nav-list .tabs-nav-item.is-active:nth-child(1), :lang(es-ES) .page-fenistil-products .tabs-nav-list .tabs-nav-item.is-active:nth-child(4) {
      padding-top: 15px; }

:lang(es-ES) .page-fenistil-products .tabs-content {
  margin-top: 40px; }

@media only screen and (max-width: 767px) {
  :lang(es-ES) .page-fenistil-products.page-fenistil-gel .fenistil-reaction-hand > .component-content, :lang(es-ES) .page-fenistil-products.page-fenistil-roll-on .fenistil-reaction-hand > .component-content {
    padding-bottom: 50%; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  :lang(es-ES) .page-fenistil-products.page-fenistil-gel .fenistil-reaction-hand > .component-content, :lang(es-ES) .page-fenistil-products.page-fenistil-roll-on .fenistil-reaction-hand > .component-content {
    padding-bottom: 80%; } }

@media only screen and (min-width: 992px) {
  :lang(es-ES) .page-fenistil-products.page-fenistil-gel .fenistil-reaction-hand > .component-content, :lang(es-ES) .page-fenistil-products.page-fenistil-roll-on .fenistil-reaction-hand > .component-content {
    padding-bottom: 30%; } }

:lang(es-ES) .page-contact .container-fluid .container.box {
  padding-left: 15px; }
  :lang(es-ES) .page-contact .container-fluid .container.box .inner_container_width {
    padding-left: 15px; }

:lang(es-ES) .page-stories .orange_link:hover {
  color: #23527c; }

:lang(es-ES) .page-stories .sitemap .box {
  margin: 25px 10px; }

@media only screen and (max-width: 767px) {
  :lang(es-ES) .mobile_navigation_wrap .navigation-vertical .navigation-item.page-skin-advice > .navigation-item-title {
    padding-right: 25px; }
  :lang(es-ES) .page-home .article_hero_banner > .component-content {
    background-size: cover;
    background-position-x: 50%;
    height: 200px; }
    :lang(es-ES) .page-home .article_hero_banner > .component-content .h1-white {
      position: relative;
      right: -50%; }
    :lang(es-ES) .page-home .article_hero_banner > .component-content .richText {
      padding: 0; }
  :lang(es-ES) .page-home #homepageCarousel .item .button-div a {
    line-height: 2.2; }
  :lang(es-ES) .page-home #homepageCarousel .item .slide-text p {
    margin-bottom: 0; }
  :lang(es-ES) .page-home #homepageCarousel .item.fifth-item .slide-text p:last-child {
    display: none; }
  :lang(es-ES) .page-home .caption-in-image figcaption {
    text-align: left;
    width: 60%;
    left: 33%; }
    :lang(es-ES) .page-home .caption-in-image figcaption h3 {
      font-size: 22px; }
    :lang(es-ES) .page-home .caption-in-image figcaption p {
      font-size: 14px; }
      :lang(es-ES) .page-home .caption-in-image figcaption p:nth-child(2) {
        width: 92.5%; }
  :lang(es-ES) .page-skin-advice #accordion .panel-title a {
    padding: 0; }
  :lang(es-ES) .page-skin-advice .reference-product-carousel .carousel-inner .item {
    min-height: 753px; }
  :lang(es-ES) .page-skin-advice .article_hero_banner h1 {
    opacity: 0; }
  :lang(es-ES) .page-skin-advice .prod-tabs-intro p {
    position: relative;
    right: 15%;
    top: 5px; }
  :lang(es-ES) .page-fenistil-products .product-landing-banner p {
    margin-bottom: 0;
    text-align: left !important; }
    :lang(es-ES) .page-fenistil-products .product-landing-banner p .h1-white {
      line-height: 1.1; }
  :lang(es-ES) .page-fenistil-products.page-fenistil-gel .product_detail_text {
    padding: 0; }
  :lang(es-ES) .page-stories .sitemap .box {
    margin: 25px 0; }
  :lang(es-ES) .page-stories .reference-video-player {
    padding: 0; }
    :lang(es-ES) .page-stories .reference-video-player video {
      height: 100%;
      width: 100%; }
  :lang(es-ES) .page-about .carousel-control.left img {
    left: 30px;
    width: 18px !important; }
  :lang(es-ES) .page-about .carousel-control.right img {
    right: 0;
    width: 18px !important; }
  :lang(es-ES) .page-about .reference-product-carousel {
    padding: 0; }
    :lang(es-ES) .page-about .reference-product-carousel .item {
      min-height: 800px; }
  :lang(es-ES) .page-sitemap .richText.inner_container_width {
    margin-left: 15px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  :lang(es-ES) .logo {
    top: 45%; }
  :lang(es-ES) #homepageCarousel .item .description-text {
    font-size: 2vw; }
  :lang(es-ES) #homepageCarousel .item .title-text {
    font-size: 4vw; }
  :lang(es-ES) #homepageCarousel .item.fifth-item .slide-text {
    top: 10px; }
  :lang(es-ES) .navigation-item > .navigation-item-title {
    white-space: normal;
    padding: 35px 110px 35px 15px !important; }
  :lang(es-ES) .navigation-level2 > .navigation-item-title {
    padding: 35px 110px 35px 35px !important; }
  :lang(es-ES) .prod-txt h2 {
    font-size: 45px; }
  :lang(es-ES) .page-home .article_hero_banner > .component-content {
    height: 300px;
    background-size: cover; }
    :lang(es-ES) .page-home .article_hero_banner > .component-content .richText {
      left: 5%; }
  :lang(es-ES) .page-home .caption-in-image figcaption {
    width: 60%;
    left: 31%; }
    :lang(es-ES) .page-home .caption-in-image figcaption h3 {
      font-size: 23px;
      margin-bottom: 0; }
    :lang(es-ES) .page-home .caption-in-image figcaption p {
      font-size: 14px;
      margin-bottom: 0; }
      :lang(es-ES) .page-home .caption-in-image figcaption p:nth-child(2) {
        width: 92.5%; }
      :lang(es-ES) .page-home .caption-in-image figcaption p:last-child {
        position: relative;
        bottom: 0; }
  :lang(es-ES) .page-home .caption-in-image.image-first h3 {
    height: 53px; }
  :lang(es-ES) .page-home .caption-in-image.image-first p:nth-child(2) {
    height: 54px; }
  :lang(es-ES) .page-home .caption-in-image.image-first p:last-child, :lang(es-ES) .page-home .caption-in-image.image-third p:last-child {
    left: 15px; }
  :lang(es-ES) .page-home .caption-in-image.image-fourth p:last-child {
    bottom: -5px; }
  :lang(es-ES) .page-skin-advice .reference-mobile-h1 {
    display: none; }
  :lang(es-ES) .page-skin-advice .reference-product_article_selector {
    padding: 0; }
  :lang(es-ES) .page-skin-advice .article_hero_banner > .component-content {
    min-height: 250px; }
  :lang(es-ES) .page-skin-advice.page-skin-condition .know_orange .white_text_title, :lang(es-ES) .page-skin-advice.page-irritated-skin .know_orange .white_text_title {
    font-size: 2.4rem;
    line-height: 1.3;
    padding: 0; }
  :lang(es-ES) .page-skin-advice.page-skin-condition .know_orange .white_text, :lang(es-ES) .page-skin-advice.page-irritated-skin .know_orange .white_text {
    padding: 0; }
  :lang(es-ES) .page-skin-advice[class*="page-skin-advice-"] .prod-tab-article .row:first-child > div {
    margin-top: 30px; }
  :lang(es-ES) .page-skin-advice[class*="page-skin-advice-"] .prod-tab-article > .row:nth-child(2) div {
    min-height: 128px; }
  :lang(es-ES) .page-skin-advice .container.remove-extra-padding {
    width: 100%; }
    :lang(es-ES) .page-skin-advice .container.remove-extra-padding .parametrizedhtml {
      padding: 0; }
      :lang(es-ES) .page-skin-advice .container.remove-extra-padding .parametrizedhtml .art-tab-title {
        line-height: 1; }
  :lang(es-ES) .page-skin-advice .reference-preventing-insect-bites-without-chemicals {
    height: 740px; }
  :lang(es-ES) .page-fenistil-products.fen-products .container {
    width: 100%; }
  :lang(es-ES) .page-fenistil-products.fen-products .prod-tab-end-container .prod-tab-icons {
    width: 100%; }
    :lang(es-ES) .page-fenistil-products.fen-products .prod-tab-end-container .prod-tab-icons img {
      height: 100%; }
  :lang(es-ES) .page-fenistil-products.page-fenistil-gel .fenistil-reaction-hand .richText ul li:before, :lang(es-ES) .page-fenistil-products.page-fenistil-roll-on .fenistil-reaction-hand .richText ul li:before {
    top: 13px; }
  :lang(es-ES) .page-fenistil-products.page-fenistil-gel .reference-skin-irritation, :lang(es-ES) .page-fenistil-products.page-fenistil-roll-on .reference-skin-irritation {
    height: 590px; }
  :lang(es-ES) .page-fenistil-products.page-fenistil-gel .prod-tab-box, :lang(es-ES) .page-fenistil-products.page-fenistil-roll-on .prod-tab-box {
    margin-top: 30px; }
  :lang(es-ES) .page-fenistil-products.page-fenistil-roll-on .reference-skin-allergies {
    height: 650px; }
  :lang(es-ES) .page-about .reference-product-carousel .item {
    min-height: 650px; }
  :lang(es-ES) .page-about .article-list {
    padding: 0; } }

@media only screen and (min-width: 768px) {
  :lang(es-ES) .page-home #homepageCarousel .item.fourth-item .slide-text,
  :lang(es-ES) .page-home #homepageCarousel .item.seventh-item .slide-text {
    top: 25%; } }

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  :lang(es-ES) .header .navigation-horizontal .navigation-item.navigation-level1 {
    width: 25%; }
    :lang(es-ES) .header .navigation-horizontal .navigation-item.navigation-level1.page-skin-advice > .navigation-item-title {
      padding: 36px 30px 13px; }
  :lang(es-ES) .page-home .caption-in-image figcaption {
    width: 60%; }
  :lang(es-ES) .page-home .caption-in-image.even h3 {
    height: 60px; }
  :lang(es-ES) .page-home .caption-in-image.even p:nth-child(2) {
    height: 66px; }
  :lang(es-ES) .page-home .caption-in-image.even h3 {
    height: 30px; }
  :lang(es-ES) .page-home .caption-in-image.even p:nth-child(2) {
    height: 45px !important; }
  :lang(es-ES) .page-home .caption-in-image .image-third p:nth-child(2) {
    width: 250px; }
  :lang(es-ES) .page-fenistil-products .prod-tab-icons {
    width: 60%; }
  :lang(es-ES) .page-fenistil-products.page-fenistil-gel.fenistil-new .fenistil-how-works > .component-content {
    background-position: 75%; }
  :lang(es-ES) .page-fenistil-products.page-fenistil-gel.fenistil-new .product_description_tabs > .component-content > .content.paragraphSystem, :lang(es-ES) .page-fenistil-products.page-fenistil-roll-on .product_description_tabs > .component-content > .content.paragraphSystem {
    display: flex;
    flex-direction: column; }
    :lang(es-ES) .page-fenistil-products.page-fenistil-gel.fenistil-new .product_description_tabs > .component-content > .content.paragraphSystem .prod-tab-inner-box, :lang(es-ES) .page-fenistil-products.page-fenistil-roll-on .product_description_tabs > .component-content > .content.paragraphSystem .prod-tab-inner-box {
      margin-bottom: 25px;
      width: 33%; }
    :lang(es-ES) .page-fenistil-products.page-fenistil-gel.fenistil-new .product_description_tabs > .component-content > .content.paragraphSystem .prod-tab-box, :lang(es-ES) .page-fenistil-products.page-fenistil-roll-on .product_description_tabs > .component-content > .content.paragraphSystem .prod-tab-box {
      width: 100%; }
  :lang(es-ES) .page-skin-advice .skin-advice-header > .component-content {
    background-size: cover; }
    :lang(es-ES) .page-skin-advice .skin-advice-header > .component-content .richText {
      margin-left: 0; }
  :lang(es-ES) .page-skin-advice .article-list .title-h2-skin {
    font-size: 3.2rem !important; }
  :lang(es-ES) .page-stories .reference-video-player video {
    width: 100%; }
  :lang(es-ES) .page-about .carousel-inner .item {
    min-height: 600px; } }

@media only screen and (min-width: 992px) and (max-width: 1024px) and (orientation: landscape) {
  :lang(es-ES) .page-fenistil-products .prod-tab-icons {
    padding: 0; }
  :lang(es-ES) .page-fenistil-products.page-fenistil-gel .article-list .col-sm-2, :lang(es-ES) .page-fenistil-products.page-fenistil-roll-on .article-list .col-sm-2 {
    width: 19%; }
    :lang(es-ES) .page-fenistil-products.page-fenistil-gel .article-list .col-sm-2:nth-child(3), :lang(es-ES) .page-fenistil-products.page-fenistil-roll-on .article-list .col-sm-2:nth-child(3) {
      margin-left: 4%; }
  :lang(es-ES) .page-skin-advice .blue-title1,
  :lang(es-ES) .page-skin-advice .blue-title2,
  :lang(es-ES) .page-skin-advice .blue-title3 {
    font-size: 17px; }
  :lang(es-ES) .page-skin-advice .image-description1,
  :lang(es-ES) .page-skin-advice .image-description2,
  :lang(es-ES) .page-skin-advice .image-description3 {
    font-size: 15px; } }

@media only screen and (max-width: 767px) and (orientation: landscape) {
  :lang(es-ES) .page-skin-advice-bites .image-description2 {
    margin-bottom: 65px; } }

@media only screen and (max-width: 991px) {
  :lang(es-ES) .article-list p {
    position: static;
    height: 100%;
    width: 100%;
    transform: skew(0);
    background-color: transparent !important; }
    :lang(es-ES) .article-list p a {
      height: 100%;
      margin-left: -5px;
      opacity: 0; }
  :lang(es-ES) .article-list figcaption {
    background-color: transparent !important; } }

@media only screen and (min-width: 992px) {
  :lang(es-ES) .header .logo {
    margin-top: 5px; }
  :lang(es-ES) .logo img {
    width: 75%;
    max-width: 260px; }
  :lang(es-ES) .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title {
    font-size: 1.1vw; }
  :lang(es-ES) .header .navigation .navigation-level1.page-skin-advice > a {
    line-height: 1.4;
    padding: 23px 30px 13px;
    height: 100px;
    width: 320px;
    white-space: normal; }
  :lang(es-ES) .header .navigation .navigation-level1.page-skin-advice:hover .navigation-branch.navigation-level2 {
    top: 80px; }
  :lang(es-ES) .page-home .article_hero_banner > .component-content {
    height: 593px; }
  :lang(es-ES) .page-home .caption-in-image figcaption {
    width: 60%; }
  :lang(es-ES) .page-home .caption-in-image.even h3 {
    height: 86px; }
  :lang(es-ES) .page-home .caption-in-image.even p:nth-child(2) {
    height: 44px; }
  :lang(es-ES) .page-home .caption-in-image.image-third figcaption p:last-child {
    position: relative;
    bottom: -20px; }
  :lang(es-ES) .page-home .caption-in-image.image-fourth p:last-child {
    position: relative;
    bottom: -20px; }
  :lang(es-ES) .page-home .caption-in-image figcaption {
    width: 60%; }
  :lang(es-ES) .page-home .caption-in-image.even h3 {
    height: 50px; }
  :lang(es-ES) .page-home .caption-in-image.even p:nth-child(2) {
    height: 82px; }
  :lang(es-ES) .page-skin-advice .article_hero_banner > .component-content {
    min-height: 500px; }
  :lang(es-ES) .page-fenistil-products .prod-tab-button a:focus {
    color: #fff; }
  :lang(es-ES) .page-fenistil-products .fenistil-how-product {
    height: 100%; }
  :lang(es-ES) .page-fenistil-products .fenistil-how-product > .component-content,
  :lang(es-ES) .page-fenistil-products .fenistil-reaction-hand > .component-content {
    background-size: inherit; }
  :lang(es-ES) .page-about .title-h2-skin {
    font-size: 5rem; }
  :lang(es-ES) .page-about .article_hero_banner > .component-content {
    min-height: 500px; }
  :lang(es-ES) .page-search-results .search-tabs .tagRadioFilter .searchFilter-control {
    width: 280px; }
    :lang(es-ES) .page-search-results .search-tabs .tagRadioFilter .searchFilter-control:nth-child(2) {
      margin-left: -5px;
      margin-right: -5px; }
  :lang(es-ES) .page-search-results .searchFilter-label {
    box-sizing: border-box; } }

@media only screen and (max-width: 375px) {
  :lang(es-ES) .page-fenistil-products .product-landing-banner p .h1-white {
    line-height: .8; }
  :lang(es-ES) .page-fenistil-products #accordion .panel-title a {
    padding: 0;
    word-spacing: -1px; }
    :lang(es-ES) .page-fenistil-products #accordion .panel-title a::after {
      right: 5px; } }

@media only screen and (min-width: 992px) and (max-width: 1400px) {
  :lang(es-ES) .header .navigation .navigation-level1.page-skin-advice > a {
    width: 220px; }
  :lang(es-ES) .header .navigation .navigation-level1.page-skin-advice:hover .navigation-branch.navigation-level2 {
    top: 70px; } }

@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) and (min-width: 992px) {
  :lang(es-ES) .page-fenistil-roll-on .header .component,
  :lang(es-ES) .header .component-content {
    margin-bottom: 0; } }

:lang(fr-CH) .find-your-product .richText-content a,
:lang(fr-CH) .caption-in-image figcaption a,
:lang(fr-CH) #homepageCarousel .item .pull-right a {
  line-height: 1.5; }

:lang(fr-CH) .fenistil-new .fenistil-how-product > .component-content {
  padding-bottom: 30%; }

@media only screen and (max-width: 767px) {
  :lang(fr-CH) .page-home .find-your-product .richText-content a,
  :lang(fr-CH) .page-home .caption-in-image figcaption a,
  :lang(fr-CH) .page-home #homepageCarousel .item .pull-right a {
    height: 35px;
    width: 155px; }
  :lang(fr-CH) .page-home .caption-in-image figcaption h3 {
    font-size: 22px; }
  :lang(fr-CH) .page-home .caption-in-image figcaption p {
    font-size: 13px; }
  :lang(fr-CH) .page-home .container h1 {
    padding-top: 25px; }
  :lang(fr-CH) .article-list {
    background-color: transparent !important; }
    :lang(fr-CH) .article-list p {
      height: 100%;
      margin-left: 0;
      position: static;
      transform: none;
      width: 100%; }
      :lang(fr-CH) .article-list p a {
        height: 100%; }
    :lang(fr-CH) .article-list figure:hover p {
      background: none; }
      :lang(fr-CH) .article-list figure:hover p a {
        opacity: 0; }
  :lang(fr-CH) .reference-product-carousel .prod-tab-button a {
    height: 35px;
    line-height: 1.5; }
  :lang(fr-CH) .title-h2-skin {
    font-size: 3.2rem; }
  :lang(fr-CH) .page-skin-advice .article-list .richText.first {
    padding-left: 0; }
  :lang(fr-CH) .page-fenistil-products .product-landing-banner p {
    margin-bottom: 0;
    text-align: left !important; }
    :lang(fr-CH) .page-fenistil-products .product-landing-banner p .h1-white {
      font-size: 2rem; }
  :lang(fr-CH) .page-fenistil-products .prod-tab-icons {
    padding: 0; }
  :lang(fr-CH) .page-fenistil-products .prod-tab-button a {
    height: 35px;
    line-height: 1.5; }
  :lang(fr-CH) .page-fenistil-products.page-fenistil-gel .reference-product-icons,
  :lang(fr-CH) .page-fenistil-products.page-fenistil-gel .prod-side-desktop-box {
    padding: 0; }
  :lang(fr-CH) .page-fenistil-products.page-fenistil-gel .accordion-content-wrapper {
    margin-bottom: 25px; }
  :lang(fr-CH) .page-fenistil-products.page-fenistil-gel .tabs-nav-list {
    width: 100%; }
  :lang(fr-CH) .page-fenistil-products.page-fenistil-gel .tabs .tabs-content {
    margin-top: 20px; }
  :lang(fr-CH) .searchResults-description {
    padding-left: 0; }
  :lang(fr-CH) .page-skin-advice.page-reiseapotheke .article_hero_banner > .component-content {
    background-position-x: right; }
  :lang(fr-CH) .page-fenistil-products [id^="heading"] a:before {
    top: 0; }
  :lang(fr-CH) .page-fenistil-products .panel-title a[aria-expanded="true"]::after {
    top: 15px; }
  :lang(fr-CH) .page-fenistil-products.page-fenistil-gel .center-background-image > .component-content {
    background-position-x: left; }
  :lang(fr-CH) .skin-advice-header.center-background-image > .component-content {
    background-position-x: right; }
  :lang(fr-CH) .search_box .button {
    font-size: 12px; } }

@media only screen and (min-width: 768px) {
  :lang(fr-CH) .carousel-indicators {
    bottom: 10px; }
  :lang(fr-CH) .image-first p:nth-child(2) {
    margin-bottom: 0;
    padding-bottom: 52px; }
  :lang(fr-CH) .page-home .container h1 {
    padding-top: 35px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  :lang(fr-CH) .fenistil-new .fenistil-how-product > .component-content {
    padding-bottom: 40%; }
  :lang(fr-CH) #homepageCarousel .item .button-div {
    bottom: 5%; }
    :lang(fr-CH) #homepageCarousel .item .button-div a {
      font-size: 1.2rem;
      height: 35px;
      width: 170px; }
  :lang(fr-CH) .find-your-product .richText-content a,
  :lang(fr-CH) .caption-in-image figcaption a {
    font-size: 1.2rem;
    height: 35px;
    width: 170px; }
  :lang(fr-CH) .image-first p:nth-child(2) {
    padding-top: 36px; }
  :lang(fr-CH) .image-first a {
    position: relative;
    bottom: -12px; }
  :lang(fr-CH) .article-list figcaption {
    background-color: transparent !important; }
    :lang(fr-CH) .article-list figcaption a {
      height: 100%;
      margin-left: -5px;
      opacity: 0; }
  :lang(fr-CH) .title-h2-skin {
    font-size: 3rem; }
  :lang(fr-CH) .page-skin-advice .skin-advice-header .richText {
    width: 60%; }
  :lang(fr-CH) .page-skin-advice .prod-tab-button {
    width: 60%; }
    :lang(fr-CH) .page-skin-advice .prod-tab-button a {
      line-height: 1.5;
      max-width: 200px;
      width: 200px; }
  :lang(fr-CH) .page-fenistil-products.page-fenistil-gel .reference-product-icons {
    padding: 0; }
  :lang(fr-CH) .page-404-error .prod-tab-button {
    margin: 0 auto; }
  :lang(fr-CH) .searchResults-result .searchResults-title {
    margin-left: 42.5%; } }

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  :lang(fr-CH) .page-fenistil-products.page-fenistil-gel .reference-product-icons .prod-tab-icons {
    width: 75%; }
  :lang(fr-CH) .searchResults-result .searchResults-title {
    margin-left: 33.3%; }
  :lang(fr-CH) .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title {
    font-size: 16px;
    padding: 0 13px; }
  :lang(fr-CH) .header_navigation_wrap .reference-language-selector {
    width: 19%;
    top: 40%; } }

@media only screen and (min-width: 992px) {
  :lang(fr-CH) .navigation-root .page-language-selector {
    display: none; }
  :lang(fr-CH) .page-home .image-first a {
    position: relative;
    bottom: -12px; }
  :lang(fr-CH) .page-home .image-second figcaption p:nth-child(2) {
    width: 350px; }
  :lang(fr-CH) .page-fenistil-products .product-landing-banner figcaption {
    margin-left: -7.5%;
    width: 50%; }
  :lang(fr-CH) .page-search-results .search-productFilter .searchFilter-control:nth-child(2) label {
    border-right-width: 0;
    padding-right: 0; }
  :lang(fr-CH) .page-search-results .searchFilter-label {
    padding-left: 1px !important;
    padding-right: 2px !important; }
  :lang(fr-CH) #homepageCarousel .item .title-text {
    font-size: 3.2vw; }
  :lang(fr-CH) #homepageCarousel .item .description-text {
    font-size: 1.6vw; }
  :lang(fr-CH) .reference-language-selector {
    font-weight: 700;
    position: absolute;
    right: 75px;
    top: 35%; } }

@media only screen and (min-width: 1200px) {
  :lang(fr-CH) .header .navigation-horizontal .navigation-item:hover .navigation-branch.navigation-level2 .navigation-item {
    width: 310px; } }

@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) and (min-width: 992px) {
  :lang(fr-CH) .page-skin-advice .do-you-know-title {
    padding-left: 16px; }
  :lang(fr-CH) .page-fenistil-gel .fenistil-reaction-hand > .component-content > .content.paragraphSystem,
  :lang(fr-CH) .page-fenistil-gel .fenistil-how-product > .component-content > .content.paragraphSystem {
    width: 100%; } }

@media only screen and (max-width: 991px) {
  :lang(fr-CH) .reference-language-selector {
    display: none; } }

@media only screen and (max-width: 374px) {
  :lang(fr-CH) .caption-in-image.image-second {
    margin-bottom: 40px; }
    :lang(fr-CH) .caption-in-image.image-second p:last-child {
      margin-bottom: -25px; }
  :lang(fr-CH) .page-fenistil-products .product-landing-banner figcaption {
    width: 55%;
    left: 30%; }
    :lang(fr-CH) .page-fenistil-products .product-landing-banner figcaption .h1-white {
      font-size: 1.6rem; } }

:lang(ru-RU) {
  /*carousel */
  /*Fenivate page*/
  /* #articleCarousel .carousel-slide.active > div { display:none; }
  #articleCarousel .carousel-slide.active > div:first-child { display:block; }*/
  /*#articleCarousel .active.left { left: -100%; }
  #articleCarousel .active.right { left: 100%; }*/
  /*.wrapper-slide-art                { width: 100%; }*/
  /* spoiler */
  /* symptoms Scroll Monitor */
  /* When features Scroll Monitor */
  /* action-features Scroll Monitor */
  /* select-tubes Scroll Monitor */
  /* select-simptoms-item Scroll Monitor */
  /* Hide Main navigation in Header */
  /* END Hide Main navigation in Header */ }
  :lang(ru-RU) html,
  :lang(ru-RU) body {
    overflow-x: hidden; }
  :lang(ru-RU) .paragraphSystem {
    margin-left: 0;
    margin-right: 0; }
  :lang(ru-RU) .richText ul li {
    padding-left: 20px; }
    :lang(ru-RU) .richText ul li:before {
      background: #000;
      border-radius: 50%;
      height: 5px;
      width: 5px;
      top: 13px; }
      @media only screen and (max-width: 768px) {
        :lang(ru-RU) .richText ul li:before {
          top: 5px; } }
  :lang(ru-RU) .header .navigation-horizontal .navigation-item.navigation-level1 > .navigation-item-title:hover,
  :lang(ru-RU) .header .navigation-horizontal .navigation-item.navigation-level1.is-open > .navigation-item-title {
    font-family: "Roboto", sans-serif; }
  @media only screen and (min-width: 769px) {
    :lang(ru-RU) .page-fenistil-kapli .prod-header-box {
      padding-bottom: 0; } }
  @media only screen and (min-width: 1025px) {
    :lang(ru-RU) .page-fenistil-kapli .dropsproduct_block > .component-content {
      background-position: 17% 0;
      background-size: contain; } }
  :lang(ru-RU) body {
    font-family: 'Lato-Regular' !important; }
    :lang(ru-RU) body h1,
    :lang(ru-RU) body h2,
    :lang(ru-RU) body h3,
    :lang(ru-RU) body .find-your-product .richText-content p,
    :lang(ru-RU) body .caption-in-image figcaption p,
    :lang(ru-RU) body .article-list figcaption p,
    :lang(ru-RU) body .article-list h2,
    :lang(ru-RU) body .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title,
    :lang(ru-RU) body .healthcare-professionals-bar,
    :lang(ru-RU) body.page-home .button-main,
    :lang(ru-RU) body .h1-white,
    :lang(ru-RU) body span.white_text_title,
    :lang(ru-RU) body span.white_text,
    :lang(ru-RU) body ::-webkit-input-placeholder,
    :lang(ru-RU) body .search_box .form-search input[type="text"],
    :lang(ru-RU) body .prod-tabs-intro,
    :lang(ru-RU) body .prod-selector-icon p,
    :lang(ru-RU) body p.art-tab-blue-description,
    :lang(ru-RU) body p.art-tab-description,
    :lang(ru-RU) body .do-you-know-text,
    :lang(ru-RU) body p.blue-title1,
    :lang(ru-RU) body p.image-description1,
    :lang(ru-RU) body p.blue-title2,
    :lang(ru-RU) body p.image-description2,
    :lang(ru-RU) body p.blue-title3,
    :lang(ru-RU) body p.image-description3,
    :lang(ru-RU) body .prod-detail-bennefits-list h3,
    :lang(ru-RU) body .prod-tab-title,
    :lang(ru-RU) body span.black_text,
    :lang(ru-RU) body .title-h2-skin,
    :lang(ru-RU) body .prod-tabs-intro strong,
    :lang(ru-RU) body .h1-blue,
    :lang(ru-RU) body .blue_text,
    :lang(ru-RU) body .blue_title {
      font-family: 'Lato-Regular' !important; }
  :lang(ru-RU) .container {
    margin: 0 auto;
    float: none !important;
    clear: both; }
  :lang(ru-RU) .product_description_tabs .tabs > .component-content {
    padding-top: 110px; }
  :lang(ru-RU) .tabs-nav-list {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: space-between; }
    :lang(ru-RU) .tabs-nav-list .tabs-nav-item {
      border-bottom: 5px solid transparent;
      width: 100%; }
      :lang(ru-RU) .tabs-nav-list .tabs-nav-item a {
        display: flex;
        height: 100%;
        align-items: center;
        text-align: center;
        width: 100%;
        justify-content: center; }
  :lang(ru-RU) .product_description_tabs .tabs-nav-item.is-active,
  :lang(ru-RU) .product_description_tabs .tabs-nav-item.is-active:hover {
    border-bottom: 5px solid #e86215; }
  @media screen and (min-width: 768px) {
    :lang(ru-RU) .carousel-indicators {
      bottom: 0; } }
  @media only screen and (min-width: 992px) {
    :lang(ru-RU) .prod-detail-how-and-when .container > .component-content > .content .box .component-content {
      background-position: bottom right 0%;
      padding-bottom: 20px; }
    :lang(ru-RU) .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title {
      font-size: 13px; }
    :lang(ru-RU) .searchFilter {
      margin-top: 170px; }
    :lang(ru-RU) .page-skin-advice .article_hero_banner > .component-content {
      min-height: 600px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    :lang(ru-RU) .prod-detail-how-and-when .container > .component-content > .content .box .component-content {
      background-size: 75%; }
    :lang(ru-RU) .component > .component-content {
      margin-bottom: 0;
      background-size: 100%;
      background-position: 100% 100%;
      background-repeat: no-repeat; }
    :lang(ru-RU) .skin-advice-header.component > .component-content {
      background-position: 14% 100%;
      background-size: cover; }
    :lang(ru-RU) .article_hero_banner.component > .component-content {
      background-size: cover !important;
      background-position: 60% 100%; }
    :lang(ru-RU) .prod-tab-button a {
      margin: 15px auto 0; }
    :lang(ru-RU) .header .navigation-vertical .navigation-mobile-menu {
      height: 96px; }
    :lang(ru-RU) .title-h2-skin {
      font-size: 3rem; }
    :lang(ru-RU) .article-list > .component-content .content {
      display: flex;
      flex-wrap: wrap; }
    :lang(ru-RU) .container h1 {
      font-size: 32px;
      padding-top: 15px;
      padding-right: 25px; }
      :lang(ru-RU) .container h1 .h1-blue {
        font-size: 3.2rem; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    :lang(ru-RU) .prod-detail-how-and-when .richText {
      padding: 30px 20px 70px; }
    :lang(ru-RU) .prod-detail-how-and-when h2 {
      font-size: 30px; }
    :lang(ru-RU) .page-search-results .search_result_select_wrap {
      margin-top: 150px; }
    :lang(ru-RU) #tabs {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 1199px) and (min-width: 992px) {
    :lang(ru-RU) .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title {
      font-size: 10px; } }
  @media only screen and (min-width: 1800px) {
    :lang(ru-RU) .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title {
      font-size: 19px; } }
  :lang(ru-RU) #homepageCarousel .carousel-inner > .item {
    background-size: cover !important; }
    @media only screen and (min-width: 992px) {
      :lang(ru-RU) #homepageCarousel .carousel-inner > .item.fourth-item {
        background-position-x: -165px !important; } }
    :lang(ru-RU) #homepageCarousel .carousel-inner > .item.fourth-item .slide-text .carousel-button {
      width: 272px;
      margin-left: 725px !important; }
    :lang(ru-RU) #homepageCarousel .carousel-inner > .item.fourth-item .slide-text p, :lang(ru-RU) #homepageCarousel .carousel-inner > .item.fourth-item .slide-text p:nth-of-type(3) {
      padding-left: 0 !important; }
    :lang(ru-RU) #homepageCarousel .carousel-inner > .item.sixth-item strong {
      color: #005089; }
  :lang(ru-RU) .fenistil-new-article .hidden-sm {
    display: none; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    :lang(ru-RU) #header .logo {
      padding-top: 10px; }
    :lang(ru-RU) #homepageCarousel .carousel-inner > .item {
      background-size: cover !important;
      background-position: 100% !important; } }
  @media only screen and (max-width: 767px) {
    :lang(ru-RU) #homepageCarousel .carousel-inner > .item {
      background-size: cover !important;
      background-position: 50% !important; }
      :lang(ru-RU) #homepageCarousel .carousel-inner > .item.first-item {
        background-position: 100% !important; }
    :lang(ru-RU) #homepageCarousel .item .slide-text {
      font-size: 10px; }
      :lang(ru-RU) #homepageCarousel .item .slide-text p {
        margin-bottom: 3px; }
    :lang(ru-RU) #homepageCarousel .carousel-inner > .item.fourth-item .slide-text .carousel-button {
      width: 172px !important;
      margin-left: 0 !important;
      font-size: 10px; }
    :lang(ru-RU) .page-skin-advice .h1-blue {
      display: block;
      margin-top: 30px; }
    :lang(ru-RU) .fenistil-new-article .hidden-sm {
      display: block; }
    :lang(ru-RU) .page-skin-advice.page-new-article-19 .article_hero_banner > .component-content {
      background-position-x: 15%; } }
  :lang(ru-RU) #homepageCarousel .carousel-inner > .item.fourth-item .slide-text .carousel-button#button_left {
    margin-left: 0 !important; }
  @media only screen and (min-width: 1367px) {
    :lang(ru-RU) #homepageCarousel .carousel-inner > .item.fourth-item .slide-text .carousel-button#button_left {
      margin-left: 0 !important; }
    :lang(ru-RU) #last_slide_inner {
      top: 5% !important;
      font-size: 18px; }
      :lang(ru-RU) #last_slide_inner p {
        font-size: 24px !important;
        width: 50%; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    :lang(ru-RU) #homepageCarousel .item .slide-text#last_slide_inner {
      top: 5%;
      font-size: 12px; }
      :lang(ru-RU) #homepageCarousel .item .slide-text#last_slide_inner p {
        margin-bottom: 5px; }
        :lang(ru-RU) #homepageCarousel .item .slide-text#last_slide_inner p.note {
          width: 46%;
          font-size: 9px !important;
          bottom: 36%;
          left: 2%; }
      :lang(ru-RU) #homepageCarousel .item .slide-text#last_slide_inner a {
        font-size: 12px;
        line-height: 36px;
        height: 35px;
        width: 150px; }
    :lang(ru-RU) #homepageCarousel .item .slide-text a {
      font-size: 12px;
      line-height: 36px;
      height: 35px;
      width: 230px; } }
  @media only screen and (min-width: 1025px) and (min-width: 1366px) {
    :lang(ru-RU) #homepageCarousel .carousel-inner > .item.fourth-item .slide-text .carousel-button#button_left {
      margin-left: 0 !important; }
    :lang(ru-RU) #last_slide_inner {
      top: 5% !important;
      font-size: 18px; }
      :lang(ru-RU) #last_slide_inner p {
        font-size: 16px !important;
        width: 50%; }
    :lang(ru-RU) .fourth-item .slide-text {
      top: 15% !important;
      font-size: 18px; }
      :lang(ru-RU) .fourth-item .slide-text strong.left-text {
        font-size: 40px;
        margin-bottom: 15px;
        display: block; } }
  :lang(ru-RU) .searchResults-title a {
    font-family: 'Foco_Bold', sans-serif !important;
    font-style: normal; }
  :lang(ru-RU) .searchResults-image {
    margin: 0px 15px 30px 0;
    height: auto; }
  :lang(ru-RU) .searchResults-title {
    overflow: hidden; }
  :lang(ru-RU) .do-you-know-title {
    margin-bottom: 15px; }
  :lang(ru-RU) .box_transparent {
    text-transform: uppercase;
    background: rgba(0, 80, 137, 0.3);
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-left: 5px;
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    padding: 20px;
    max-width: 600px;
    float: left;
    margin-top: 4%; }
    @media (max-width: 1024px) {
      :lang(ru-RU) .box_transparent {
        margin-top: 10px;
        padding: 10px 20px;
        margin-left: 70px; }
        :lang(ru-RU) .box_transparent p {
          font-size: 2.067vw !important;
          margin-bottom: 5px; } }
    @media (max-width: 767px) {
      :lang(ru-RU) .box_transparent {
        margin-top: 10px;
        margin-left: 0px;
        padding: 10px 20px; }
        :lang(ru-RU) .box_transparent p {
          font-size: 2.067vw !important; } }
  :lang(ru-RU) .carousel-button {
    margin-left: 0 !important; }
  @media only screen and (max-width: 991px) and (min-width: 768px) {
    :lang(ru-RU) .prod-tab-icons {
      width: 100%;
      margin-bottom: 20px;
      text-align: center; }
      :lang(ru-RU) .prod-tab-icons .prod-tab-divider {
        display: none; } }
  @media only screen and (max-width: 1024px) and (min-width: 992px) {
    :lang(ru-RU) .prod-tab-icons .prod-tab-divider {
      display: none; }
    :lang(ru-RU) .prod-tab-icons img {
      max-width: 45px !important; } }
  :lang(ru-RU) .vsc.component > .component-content {
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-position: 100% 100%; }
  @media only screen and (max-width: 1024px) and (min-width: 800px) {
    :lang(ru-RU) .prod-tab-button a {
      width: 170px; } }
  @media only screen and (max-width: 1024px) and (min-width: 768px) {
    :lang(ru-RU) .page-fenistil-products .article-list .col-xs-12.col-sm-2.col-md-2,
    :lang(ru-RU) .page-fenistil-products .article-list .col-xs-11.col-sm-2.col-md-2 {
      width: 32%; }
    :lang(ru-RU) .page-fenistil-products .article-list .col-xs-11.col-sm-2.col-md-2.col-md-offset-1 {
      margin-left: 0; } }
  @media only screen and (max-width: 1024px) {
    :lang(ru-RU) .prod-tab-box {
      margin-top: 25px; }
    :lang(ru-RU) .prod-tab-button {
      display: flex;
      justify-content: flex-start; } }
  :lang(ru-RU) .prod-detail-how-and-when li {
    line-height: 1.8; }
    @media (min-width: 1200px) {
      :lang(ru-RU) .prod-detail-how-and-when li {
        max-width: 300px; } }
  @media only screen and (max-width: 767px) {
    :lang(ru-RU) .product_description_tabs .tabs > .component-content {
      padding-top: 10px; }
      :lang(ru-RU) .product_description_tabs .tabs > .component-content .tabs-nav {
        position: relative;
        height: auto; }
        :lang(ru-RU) .product_description_tabs .tabs > .component-content .tabs-nav .tabs-nav-list {
          display: flex;
          height: 100%;
          flex-direction: column;
          width: auto;
          overflow: auto; }
          :lang(ru-RU) .product_description_tabs .tabs > .component-content .tabs-nav .tabs-nav-list li {
            border-right: 0; }
    :lang(ru-RU) .prod-detail-how-and-when .richText {
      padding: 30px 20px 75px; }
    :lang(ru-RU) .prod-tab-icons {
      text-align: center; }
      :lang(ru-RU) .prod-tab-icons + .prod-tab-button {
        display: flex;
        justify-content: center; }
      :lang(ru-RU) .prod-tab-icons .prod-tab-divider {
        display: none; } }
  :lang(ru-RU) .prod-detail-how-and-when .richText {
    padding: 70px 35px 100px;
    margin-bottom: 0; }
    @media only screen and (min-width: 736px) and (max-width: 767px) {
      :lang(ru-RU) .prod-detail-how-and-when .richText {
        padding: 70px 35px 160px; } }
  :lang(ru-RU) .prod-detail-how-and-when .fenistil-hands .richText {
    padding: 70px 35px 0; }
  :lang(ru-RU) .first-item .slide-text strong {
    max-width: 250px;
    right: 350px;
    left: auto;
    top: 10%; }
    @media (min-width: 768px) and (max-width: 1024px) {
      :lang(ru-RU) .first-item .slide-text strong {
        max-width: 200px;
        right: 10px; } }
    @media (max-width: 768px) {
      :lang(ru-RU) .first-item .slide-text strong {
        max-width: 150px;
        right: 10px; } }
    @media (max-width: 767px) {
      :lang(ru-RU) .first-item .slide-text strong {
        max-width: 150px;
        color: #005089;
        margin-top: 20px;
        bottom: auto;
        font-size: 4.267vw !important; } }
  :lang(ru-RU) .second-item .slide-text strong {
    max-width: 250px;
    right: 350px;
    left: auto;
    top: 10%; }
    @media (min-width: 768px) and (max-width: 1024px) {
      :lang(ru-RU) .second-item .slide-text strong {
        max-width: 200px;
        right: 10px; } }
    @media (max-width: 768px) {
      :lang(ru-RU) .second-item .slide-text strong {
        max-width: 150px;
        right: 10px; } }
    @media (max-width: 767px) {
      :lang(ru-RU) .second-item .slide-text strong {
        max-width: 150px;
        margin-top: 20px;
        bottom: auto;
        font-size: 4.267vw !important;
        position: absolute !important; } }
  :lang(ru-RU) .third-item .slide-text strong {
    max-width: 250px;
    right: 350px;
    left: auto;
    top: 10%; }
    @media (min-width: 768px) and (max-width: 1024px) {
      :lang(ru-RU) .third-item .slide-text strong {
        max-width: 200px;
        right: 10px; } }
    @media (max-width: 768px) {
      :lang(ru-RU) .third-item .slide-text strong {
        right: 0; } }
    @media (max-width: 767px) {
      :lang(ru-RU) .third-item .slide-text strong {
        max-width: 150px;
        margin-top: 25px;
        bottom: auto;
        font-size: 4.267vw !important;
        position: absolute !important; } }
  :lang(ru-RU) .caption-in-image.even a {
    margin-top: 10px; }
  :lang(ru-RU) .prod-detail-bennefits-list .disclaimer_superscript,
  :lang(ru-RU) .prodSlidecontent .disclaimer_superscript {
    color: #ffffff;
    margin: 0 2px;
    top: -0.6em;
    font-size: 63%;
    left: 2px; }
  :lang(ru-RU) .fenistil-hands h2 .disclaimer_superscript {
    color: #f68628;
    margin: 0 2px;
    font-size: 60%; }
  @media (min-width: 1200px) {
    :lang(ru-RU) .fenistil-new-article-banner .inner_container_width .container {
      max-width: 1170px; } }
  @media (min-width: 992px) {
    :lang(ru-RU) .fenistil-new-article-banner .richText {
      position: absolute;
      left: 8%;
      transform: translateY(60%); } }
  :lang(ru-RU) .fenistil-new-article-banner .richText.right-banner-title {
    left: inherit;
    right: 2%; }
  :lang(ru-RU) .fenistil-new-article-banner h1 {
    display: block;
    font-size: 42px;
    line-height: 50px;
    text-align: center;
    color: #B3323C;
    padding: 0;
    margin: 0;
    text-shadow: 0px 0px 10px white;
    padding-left: 0 !important; }
  :lang(ru-RU) .fenistil-new-article-banner .disclaimer-superscript-product {
    color: #B3323C;
    font-size: 65%;
    top: -0.6em; }
  :lang(ru-RU) .fenistil-new-article {
    position: relative;
    background: #DDDDDD; }
    @media (min-width: 1200px) {
      :lang(ru-RU) .fenistil-new-article .container {
        max-width: 1170px; } }
    :lang(ru-RU) .fenistil-new-article .fenistil-default-article {
      border: none; }
      @media (max-width: 767px) {
        :lang(ru-RU) .fenistil-new-article .fenistil-default-article {
          font-size: 12px; } }
    @media (min-width: 1300px) {
      :lang(ru-RU) .fenistil-new-article:before {
        position: absolute;
        content: '';
        top: 7%;
        right: 2%;
        width: 168px;
        height: 105px;
        background: url(../../assets/img/art-background.svg);
        background-repeat: no-repeat;
        background-size: contain; } }
    :lang(ru-RU) .fenistil-new-article .start-text {
      font-weight: bold;
      font-size: 18px;
      line-height: 22px;
      color: #B3323C;
      margin-top: 50px; }
      @media (max-width: 767px) {
        :lang(ru-RU) .fenistil-new-article .start-text {
          margin-top: 0;
          font-size: 12px;
          line-height: 1.2; } }
      :lang(ru-RU) .fenistil-new-article .start-text .disclaimer_superscript {
        color: #B3323C; }
    :lang(ru-RU) .fenistil-new-article h3 {
      font-size: 17px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 1px; }
      @media (max-width: 767px) {
        :lang(ru-RU) .fenistil-new-article h3 {
          font-size: 12px; } }
    :lang(ru-RU) .fenistil-new-article h2 .title-h2-skin {
      display: block;
      margin-bottom: 69px;
      font-size: 50px;
      line-height: 60px;
      text-align: center;
      text-transform: uppercase;
      color: #C52830;
      padding-top: 103px; }
      @media only screen and (max-width: 767px) {
        :lang(ru-RU) .fenistil-new-article h2 .title-h2-skin {
          font-size: 18px;
          line-height: 1.2;
          padding-top: 70px;
          margin-bottom: 32px; } }
    :lang(ru-RU) .fenistil-new-article .mob-new-article-title {
      text-align: center;
      margin: 45px auto 0; }
      :lang(ru-RU) .fenistil-new-article .mob-new-article-title p {
        font-size: 18px;
        line-height: 1.2;
        color: #B3323C;
        font-weight: bold;
        margin-bottom: 15px; }
      :lang(ru-RU) .fenistil-new-article .mob-new-article-title .disclaimer-superscript-product {
        color: #B3323C; }
  @media (min-width: 1300px) {
    :lang(ru-RU) .other-articles-title:before {
      position: absolute;
      content: '';
      top: 40%;
      right: -4%;
      width: 168px;
      height: 105px;
      background: url(../../assets/img/art-background.svg);
      background-repeat: no-repeat;
      background-size: contain; } }
  :lang(ru-RU) .other-articles-title h2 {
    position: relative; }
    :lang(ru-RU) .other-articles-title h2:before {
      position: absolute;
      content: '';
      top: 10%;
      left: 0;
      width: 168px;
      height: 77px;
      background: url(../../assets/img/art-background-double.svg);
      background-repeat: no-repeat;
      background-size: contain; }
      @media only screen and (max-width: 767px) {
        :lang(ru-RU) .other-articles-title h2:before {
          width: 95px;
          height: 45px; } }
    :lang(ru-RU) .other-articles-title h2:after {
      position: absolute;
      content: '';
      top: 0;
      left: 50%;
      width: 1px;
      height: 74px;
      background: url("../../assets/img/article-line.svg");
      background-repeat: no-repeat;
      background-size: cover; }
      @media only screen and (max-width: 767px) {
        :lang(ru-RU) .other-articles-title h2:after {
          height: 56px;
          background-size: contain; } }
  :lang(ru-RU) .other-articles-title .article-snippet .grid_4 {
    float: left;
    width: 25%;
    margin-right: 54px; }
    @media only screen and (max-width: 767px) {
      :lang(ru-RU) .other-articles-title .article-snippet .grid_4 {
        float: none;
        width: inherit;
        margin-right: 0; } }
  :lang(ru-RU) .other-articles-title .article-snippet .grid_8 {
    width: 100%; }
  :lang(ru-RU) .other-articles-title .article-snippet h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: 47px;
    text-transform: inherit;
    padding: 0; }
    :lang(ru-RU) .other-articles-title .article-snippet h3 sup {
      font-size: 40%;
      top: -.9em; }
    @media only screen and (max-width: 767px) {
      :lang(ru-RU) .other-articles-title .article-snippet h3 {
        font-size: 14px;
        line-height: 1.1;
        margin-top: 15px;
        margin-bottom: 10px; } }
    :lang(ru-RU) .other-articles-title .article-snippet h3 a {
      color: #B3323C; }
      :lang(ru-RU) .other-articles-title .article-snippet h3 a:hover {
        text-decoration: underline !important; }
  @media only screen and (max-width: 767px) {
    :lang(ru-RU) .other-articles-title .article-list p {
      font-size: 12px; } }
  :lang(ru-RU) .top-mob-banner {
    background: #DDDDDD;
    margin: 0; }
    :lang(ru-RU) .top-mob-banner img {
      width: 100%; }
  :lang(ru-RU) .product-landing-banner.caption-in-image figcaption {
    left: 32%; }
    @media screen and (max-width: 1024px) {
      :lang(ru-RU) .product-landing-banner.caption-in-image figcaption {
        left: 28%; } }
    @media screen and (max-width: 767px) {
      :lang(ru-RU) .product-landing-banner.caption-in-image figcaption {
        left: 26%; } }
  :lang(ru-RU) .product-landing-banner .white-pro-text {
    font-size: 100px;
    line-height: 80px;
    color: #fff;
    font-weight: bold; }
    @media screen and (max-width: 1024px) {
      :lang(ru-RU) .product-landing-banner .white-pro-text {
        font-size: 50px;
        line-height: 40px; } }
    @media screen and (max-width: 767px) {
      :lang(ru-RU) .product-landing-banner .white-pro-text {
        font-size: 25px; } }
  :lang(ru-RU) .product-landing-banner .orange-text {
    position: relative;
    left: 10%;
    color: #f25b00;
    font-size: 70px;
    font-style: italic;
    font-weight: bold; }
    @media screen and (max-width: 1024px) {
      :lang(ru-RU) .product-landing-banner .orange-text {
        font-size: 55px; } }
    @media screen and (max-width: 767px) {
      :lang(ru-RU) .product-landing-banner .orange-text {
        font-size: 25px; } }
  :lang(ru-RU) .fenivate-page {
    opacity: 0;
    /*banner*/
    /*banner end*/
    /* banner */ }
    :lang(ru-RU) .fenivate-page.before-active {
      transition: all 0.5s ease-in-out; }
    :lang(ru-RU) .fenivate-page.active {
      opacity: 1; }
    :lang(ru-RU) .fenivate-page .twentytwenty-horizontal .twentytwenty-handle:before, :lang(ru-RU) .fenivate-page .twentytwenty-horizontal .twentytwenty-handle:after, :lang(ru-RU) .fenivate-page .twentytwenty-vertical .twentytwenty-handle:before, :lang(ru-RU) .fenivate-page .twentytwenty-vertical .twentytwenty-handle:after {
      content: " ";
      display: block;
      background: white;
      position: absolute;
      z-index: 30;
      -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
      -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
      box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }
    :lang(ru-RU) .fenivate-page .twentytwenty-horizontal .twentytwenty-handle:before, :lang(ru-RU) .fenivate-page .twentytwenty-horizontal .twentytwenty-handle:after {
      width: 3px;
      height: 9999px;
      left: 50%;
      margin-left: -1.5px; }
    :lang(ru-RU) .fenivate-page .twentytwenty-vertical .twentytwenty-handle:before, :lang(ru-RU) .fenivate-page .twentytwenty-vertical .twentytwenty-handle:after {
      width: 9999px;
      height: 3px;
      top: 50%;
      margin-top: -1.5px; }
    :lang(ru-RU) .fenivate-page .twentytwenty-before-label, :lang(ru-RU) .fenivate-page .twentytwenty-after-label, :lang(ru-RU) .fenivate-page .twentytwenty-overlay {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }
    :lang(ru-RU) .fenivate-page .twentytwenty-before-label, :lang(ru-RU) .fenivate-page .twentytwenty-after-label, :lang(ru-RU) .fenivate-page .twentytwenty-overlay {
      -webkit-transition-duration: 0.5s;
      -moz-transition-duration: 0.5s;
      transition-duration: 0.5s; }
    :lang(ru-RU) .fenivate-page .twentytwenty-before-label, :lang(ru-RU) .fenivate-page .twentytwenty-after-label {
      -webkit-transition-property: opacity;
      -moz-transition-property: opacity;
      transition-property: opacity; }
    :lang(ru-RU) .fenivate-page .twentytwenty-before-label:before, :lang(ru-RU) .fenivate-page .twentytwenty-after-label:before {
      color: white;
      font-size: 13px;
      letter-spacing: 0.1em; }
    :lang(ru-RU) .fenivate-page .twentytwenty-before-label:before, :lang(ru-RU) .fenivate-page .twentytwenty-after-label:before {
      position: absolute;
      background: rgba(255, 255, 255, 0.2);
      line-height: 38px;
      padding: 0 20px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
    :lang(ru-RU) .fenivate-page .twentytwenty-horizontal .twentytwenty-before-label:before, :lang(ru-RU) .fenivate-page .twentytwenty-horizontal .twentytwenty-after-label:before {
      top: 50%;
      margin-top: -19px; }
    :lang(ru-RU) .fenivate-page .twentytwenty-vertical .twentytwenty-before-label:before, :lang(ru-RU) .fenivate-page .twentytwenty-vertical .twentytwenty-after-label:before {
      left: 50%;
      margin-left: -45px;
      text-align: center;
      width: 90px; }
    :lang(ru-RU) .fenivate-page .twentytwenty-left-arrow, :lang(ru-RU) .fenivate-page .twentytwenty-right-arrow, :lang(ru-RU) .fenivate-page .twentytwenty-up-arrow, :lang(ru-RU) .fenivate-page .twentytwenty-down-arrow {
      width: 0;
      height: 0;
      border: 6px inset transparent;
      position: absolute; }
    :lang(ru-RU) .fenivate-page .twentytwenty-left-arrow, :lang(ru-RU) .fenivate-page .twentytwenty-right-arrow {
      top: 50%;
      margin-top: -6px; }
    :lang(ru-RU) .fenivate-page .twentytwenty-up-arrow, :lang(ru-RU) .fenivate-page .twentytwenty-down-arrow {
      left: 50%;
      margin-left: -6px; }
    :lang(ru-RU) .fenivate-page .twentytwenty-container {
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      z-index: 0;
      overflow: hidden;
      position: relative;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none; }
    :lang(ru-RU) .fenivate-page .twentytwenty-container img {
      width: 100%;
      position: absolute;
      top: 0;
      display: block; }
    :lang(ru-RU) .fenivate-page .twentytwenty-container.active .twentytwenty-overlay, :lang(ru-RU) .fenivate-page .twentytwenty-container.active :hover.twentytwenty-overlay {
      background: rgba(0, 0, 0, 0); }
    :lang(ru-RU) .fenivate-page .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    :lang(ru-RU) .fenivate-page .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, :lang(ru-RU) .fenivate-page .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    :lang(ru-RU) .fenivate-page .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
    :lang(ru-RU) .fenivate-page .twentytwenty-container * {
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box; }
    :lang(ru-RU) .fenivate-page .twentytwenty-before-label {
      opacity: 0; }
    :lang(ru-RU) .fenivate-page .twentytwenty-before-label:before {
      content: attr(data-content); }
    :lang(ru-RU) .fenivate-page .twentytwenty-after-label {
      opacity: 0; }
    :lang(ru-RU) .fenivate-page .twentytwenty-after-label:before {
      content: attr(data-content); }
    :lang(ru-RU) .fenivate-page .twentytwenty-horizontal .twentytwenty-before-label:before {
      left: 10px; }
    :lang(ru-RU) .fenivate-page .twentytwenty-horizontal .twentytwenty-after-label:before {
      right: 10px; }
    :lang(ru-RU) .fenivate-page .twentytwenty-vertical .twentytwenty-before-label:before {
      top: 10px; }
    :lang(ru-RU) .fenivate-page .twentytwenty-vertical .twentytwenty-after-label:before {
      bottom: 10px; }
    :lang(ru-RU) .fenivate-page .twentytwenty-overlay {
      -webkit-transition-property: background;
      -moz-transition-property: background;
      transition-property: background;
      background: rgba(0, 0, 0, 0);
      z-index: 25; }
    :lang(ru-RU) .fenivate-page .twentytwenty-before {
      z-index: 20; }
    :lang(ru-RU) .fenivate-page .twentytwenty-after {
      z-index: 10; }
    :lang(ru-RU) .fenivate-page .twentytwenty-handle {
      height: 44px;
      width: 44px;
      position: absolute;
      left: 50%;
      top: 90%;
      margin-left: -22px;
      margin-top: -22px;
      background: url("/content/dam/cf-consumer-healthcare/fenistil-new/ru_RU/Fenivate/banner-arrow.png");
      z-index: 40;
      cursor: pointer; }
    :lang(ru-RU) .fenivate-page .twentytwenty-horizontal .twentytwenty-handle:before {
      bottom: 50%;
      margin-bottom: 22px;
      -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
      -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
      box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
    :lang(ru-RU) .fenivate-page .twentytwenty-horizontal .twentytwenty-handle:after {
      top: 50%;
      margin-top: 22px;
      -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
      -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
      box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
    :lang(ru-RU) .fenivate-page .twentytwenty-vertical .twentytwenty-handle:before {
      left: 50%;
      margin-left: 22px;
      -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
      -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
      box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
    :lang(ru-RU) .fenivate-page .twentytwenty-vertical .twentytwenty-handle:after {
      right: 50%;
      margin-right: 22px;
      -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
      -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
      box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
    :lang(ru-RU) .fenivate-page .twentytwenty-up-arrow {
      border-bottom: 6px solid white;
      top: 50%;
      margin-top: -17px; }
    :lang(ru-RU) .fenivate-page .twentytwenty-down-arrow {
      border-top: 6px solid white;
      bottom: 50%;
      margin-bottom: -17px; }
    :lang(ru-RU) .fenivate-page .fenivate-page-block-1 {
      background: linear-gradient(100.73deg, #505152 14.75%, #919191 32.24%, #5A5A5A 50.46%, #888888 71.59%, #5A5A5A 84.34%);
      color: #fff; }
    :lang(ru-RU) .fenivate-page h1, :lang(ru-RU) .fenivate-page h2, :lang(ru-RU) .fenivate-page h3, :lang(ru-RU) .fenivate-page h4, :lang(ru-RU) .fenivate-page h5, :lang(ru-RU) .fenivate-page h6 {
      color: #fff; }
    :lang(ru-RU) .fenivate-page h1 {
      font-size: 50px;
      text-align: center;
      text-transform: uppercase;
      color: #fff;
      line-height: 1;
      margin: 63px 0 30px; }
    :lang(ru-RU) .fenivate-page .new-fenivate-text {
      font-size: 24px;
      line-height: 29px;
      text-align: center;
      margin-bottom: 68px;
      color: #fff; }
      :lang(ru-RU) .fenivate-page .new-fenivate-text .disclaimer_superscript {
        top: -0.8em;
        font-size: 63%;
        left: 2px; }
    :lang(ru-RU) .fenivate-page .disclaimer_superscript {
      position: relative;
      top: -0.5em;
      font-size: 80%;
      color: #fff; }
      :lang(ru-RU) .fenivate-page .disclaimer_superscript.small_dis {
        top: -1em;
        font-size: 40%; }
    :lang(ru-RU) .fenivate-page .fenivate-products {
      display: flex;
      justify-content: center;
      flex-direction: row; }
      :lang(ru-RU) .fenivate-page .fenivate-products .fenivate-products-item {
        display: flex;
        flex-direction: column;
        align-items: center; }
      :lang(ru-RU) .fenivate-page .fenivate-products .fenivate-products-item-title-text {
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 24px;
        margin: 0;
        line-height: 1; }
      :lang(ru-RU) .fenivate-page .fenivate-products .fenivate-products-item-title-text2 {
        color: #494949;
        font-weight: bold;
        font-size: 9px;
        text-align: center;
        margin: 10px 0 0; }
    :lang(ru-RU) .fenivate-page .banner-content {
      position: absolute;
      top: 0;
      z-index: 12;
      text-align: center;
      color: #c11e27;
      font-size: 37px;
      line-height: 1; }
      :lang(ru-RU) .fenivate-page .banner-content p {
        margin: 0; }
        :lang(ru-RU) .fenivate-page .banner-content p.banner-title {
          font-size: 60px;
          text-transform: uppercase;
          margin: 0 0 20px;
          text-align: center;
          font-weight: bold; }
        :lang(ru-RU) .fenivate-page .banner-content p.banner-text-1 {
          text-transform: uppercase;
          font-size: 30px;
          line-height: 1.1; }
        :lang(ru-RU) .fenivate-page .banner-content p.banner-text-2 {
          text-transform: uppercase;
          font-size: 18px;
          margin-bottom: 25px;
          line-height: 1.1; }
        :lang(ru-RU) .fenivate-page .banner-content p.banner-text-4 {
          text-transform: uppercase;
          font-size: 18px;
          line-height: 1.1; }
        :lang(ru-RU) .fenivate-page .banner-content p.banner-text-3 {
          font-size: 8px;
          margin-top: 40px;
          color: #7A7A7A; }
        :lang(ru-RU) .fenivate-page .banner-content p.banner-mob-text-2 {
          display: none; }
      :lang(ru-RU) .fenivate-page .banner-content.content-before {
        right: 15%;
        top: 11%;
        width: 444px;
        text-align: left; }
        :lang(ru-RU) .fenivate-page .banner-content.content-before p.banner-title {
          text-align: left; }
      :lang(ru-RU) .fenivate-page .banner-content.content-after {
        right: 15%;
        top: 11%;
        width: 444px;
        text-align: center; }
      :lang(ru-RU) .fenivate-page .banner-content .banner-icons {
        display: flex;
        justify-content: center;
        margin-top: 12px; }
        :lang(ru-RU) .fenivate-page .banner-content .banner-icons .banner-icon {
          margin: 0 10px;
          min-width: 105px; }
          :lang(ru-RU) .fenivate-page .banner-content .banner-icons .banner-icon .banner-icon-text {
            color: #494949;
            font-size: 14px;
            text-transform: uppercase;
            margin-top: 10px;
            font-weight: bold; }
          :lang(ru-RU) .fenivate-page .banner-content .banner-icons .banner-icon .banner-icon-img img {
            width: 74px;
            margin: 0 auto;
            max-width: 74px !important; }
    :lang(ru-RU) .fenivate-page .main-banner {
      position: relative; }
      :lang(ru-RU) .fenivate-page .main-banner .disclaimer_superscript.small_dis {
        color: #c11e27; }
      :lang(ru-RU) .fenivate-page .main-banner .banner-icon-img {
        position: relative; }
        :lang(ru-RU) .fenivate-page .main-banner .banner-icon-img:after {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          background: url("../../desktop/assets/img/shadow.png") no-repeat;
          width: 100px;
          height: 100px;
          transform: translate(-50%, -50%);
          z-index: -1;
          background-size: cover; }
    :lang(ru-RU) .fenivate-page .new-fenivate {
      position: relative;
      padding: 10px 0 50px; }
    :lang(ru-RU) .fenivate-page .fenivate-simptoms {
      position: relative;
      padding: 25px 0; }
      :lang(ru-RU) .fenivate-page .fenivate-simptoms h2 {
        padding: 43px 0 63px;
        line-height: 1;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 33px;
        text-align: center; }
      :lang(ru-RU) .fenivate-page .fenivate-simptoms .simptoms-block {
        display: flex;
        justify-content: center;
        flex-direction: row; }
        :lang(ru-RU) .fenivate-page .fenivate-simptoms .simptoms-block .simptoms-item {
          text-align: center;
          margin: 0 15px;
          width: 25%; }
          :lang(ru-RU) .fenivate-page .fenivate-simptoms .simptoms-block .simptoms-item .simptoms-item-title {
            font-weight: bold;
            font-size: 20px;
            text-transform: uppercase;
            margin: 28px 0 16px; }
          :lang(ru-RU) .fenivate-page .fenivate-simptoms .simptoms-block .simptoms-item .simptoms-item-desc {
            font-size: 16px;
            line-height: 1.2; }
          :lang(ru-RU) .fenivate-page .fenivate-simptoms .simptoms-block .simptoms-item img {
            height: 106px; }
    :lang(ru-RU) .fenivate-page .block-h3-header {
      font-weight: bold;
      font-size: 50px;
      text-align: center;
      text-transform: uppercase;
      margin: 0;
      line-height: 1; }
    :lang(ru-RU) .fenivate-page .when-fenivate {
      position: relative;
      background: url("/content/dam/cf-consumer-healthcare/fenistil-new/ru_RU/Fenivate/feat-line-new.svg") no-repeat;
      background-position: center 115px;
      background-size: contain;
      padding: 25px 0; }
      :lang(ru-RU) .fenivate-page .when-fenivate .block-h3-header .disclaimer_superscript {
        top: -2.4em;
        font-size: 30%;
        left: 2px; }
      :lang(ru-RU) .fenivate-page .when-fenivate .when-features {
        padding: 40px 0 0;
        display: flex;
        align-items: flex-end; }
        :lang(ru-RU) .fenivate-page .when-fenivate .when-features.bottom-features {
          align-items: flex-start;
          padding: 30px 0 65px; }
        :lang(ru-RU) .fenivate-page .when-fenivate .when-features .when-features-item {
          position: relative;
          width: 50%;
          margin: 0 45px; }
          :lang(ru-RU) .fenivate-page .when-fenivate .when-features .when-features-item .when-features-item-title {
            position: relative;
            font-weight: bold;
            font-size: 20px;
            text-transform: uppercase;
            margin: 24px 0 12px; }
            :lang(ru-RU) .fenivate-page .when-fenivate .when-features .when-features-item .when-features-item-title:before {
              content: '';
              position: absolute;
              right: -47px;
              top: 50%;
              background: #fff;
              width: 5px;
              height: 5px;
              border-radius: 50px;
              transform: translateY(-50%); }
          :lang(ru-RU) .fenivate-page .when-fenivate .when-features .when-features-item.right-item {
            text-align: left; }
            :lang(ru-RU) .fenivate-page .when-fenivate .when-features .when-features-item.right-item .when-features-item-title:before {
              left: -48px; }
          :lang(ru-RU) .fenivate-page .when-fenivate .when-features .when-features-item.left-item {
            text-align: right; }
          :lang(ru-RU) .fenivate-page .when-fenivate .when-features .when-features-item.features-item-1 {
            margin-bottom: 20px; }
          :lang(ru-RU) .fenivate-page .when-fenivate .when-features .when-features-item.features-item-4 {
            margin-top: 80px; }
          :lang(ru-RU) .fenivate-page .when-fenivate .when-features .when-features-item .when-features-item-desc {
            font-size: 16px;
            line-height: 1.2;
            margin: 0;
            overflow: hidden; }
    :lang(ru-RU) .fenivate-page .action-fenivate {
      padding: 30px 0 27px;
      background: url("/content/dam/cf-consumer-healthcare/fenistil-new/ru_RU/Fenivate/act-line.svg") no-repeat;
      background-position: center bottom; }
      :lang(ru-RU) .fenivate-page .action-fenivate .action-features {
        display: flex;
        justify-content: center;
        padding: 50px 0 45px; }
        :lang(ru-RU) .fenivate-page .action-fenivate .action-features .action-features-item {
          width: 25%;
          text-align: center;
          margin: 0 15px; }
          :lang(ru-RU) .fenivate-page .action-fenivate .action-features .action-features-item p {
            font-size: 16px;
            margin: 47px 0 0;
            line-height: 1.3; }
    :lang(ru-RU) .fenivate-page .select-fenivate {
      position: relative;
      padding: 50px 0 20px; }
      :lang(ru-RU) .fenivate-page .select-fenivate .select-tubes {
        display: flex;
        justify-content: center; }
        :lang(ru-RU) .fenivate-page .select-fenivate .select-tubes .select-tube-item {
          margin: 0 16px;
          width: 50%; }
      :lang(ru-RU) .fenivate-page .select-fenivate .select-fenivate-subtitle {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        margin: 25px 0; }
      :lang(ru-RU) .fenivate-page .select-fenivate .select-simptoms {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding-bottom: 10px; }
        :lang(ru-RU) .fenivate-page .select-fenivate .select-simptoms .select-simptoms-item {
          position: relative;
          font-weight: bold;
          font-size: 18px;
          text-align: center;
          line-height: 1.2;
          width: 373px;
          padding: 15px;
          border: 2px solid #fff;
          border-radius: 3px;
          margin: 0 54px 24px; }
          :lang(ru-RU) .fenivate-page .select-fenivate .select-simptoms .select-simptoms-item.dash-grey {
            border: 1px dashed #D5D5D5;
            font-weight: normal; }
            :lang(ru-RU) .fenivate-page .select-fenivate .select-simptoms .select-simptoms-item.dash-grey:after {
              background: #D6D6D6; }
          :lang(ru-RU) .fenivate-page .select-fenivate .select-simptoms .select-simptoms-item.sol-grey {
            border: 1px solid #D5D5D5;
            font-weight: normal; }
          :lang(ru-RU) .fenivate-page .select-fenivate .select-simptoms .select-simptoms-item:after {
            content: '';
            position: absolute;
            bottom: -23px;
            left: 50%;
            height: 22px;
            width: 1px;
            background: #fff;
            transform: translateX(-50%); }
          :lang(ru-RU) .fenivate-page .select-fenivate .select-simptoms .select-simptoms-item.no-border {
            border: none;
            font-size: 26px;
            text-transform: uppercase;
            padding: 15px 15px 2px; }
            :lang(ru-RU) .fenivate-page .select-fenivate .select-simptoms .select-simptoms-item.no-border:after {
              height: 36px;
              bottom: -36px; }
      :lang(ru-RU) .fenivate-page .select-fenivate .select-posttext {
        position: relative;
        font-size: 26px;
        text-align: center;
        padding: 26px 80px;
        line-height: 1.2; }
        :lang(ru-RU) .fenivate-page .select-fenivate .select-posttext:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          height: 150px;
          width: 37px;
          background: url("/content/dam/cf-consumer-healthcare/fenistil-new/ru_RU/Fenivate/select-border.png") no-repeat; }
        :lang(ru-RU) .fenivate-page .select-fenivate .select-posttext:after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          height: 150px;
          width: 37px;
          background: url("/content/dam/cf-consumer-healthcare/fenistil-new/ru_RU/Fenivate/select-border.png") no-repeat;
          transform: rotateY(180deg); }
      :lang(ru-RU) .fenivate-page .select-fenivate .select-link-block {
        position: relative;
        font-weight: bold;
        font-size: 30px;
        text-align: center;
        text-transform: uppercase;
        padding: 10px 0 80px;
        background: url(/content/dam/cf-consumer-healthcare/fenistil-new/ru_RU/Fenivate/act-line.svg) no-repeat;
        background-position: center bottom; }
        :lang(ru-RU) .fenivate-page .select-fenivate .select-link-block a {
          font-size: 18px;
          text-decoration-line: underline;
          color: #FFF;
          display: block; }
    :lang(ru-RU) .fenivate-page .faq-fenivate {
      position: relative;
      padding-top: 50px; }
      :lang(ru-RU) .fenivate-page .faq-fenivate .faq-block {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        text-align: center;
        padding-bottom: 67px; }
        :lang(ru-RU) .fenivate-page .faq-fenivate .faq-block .faq-block-img {
          width: 266px;
          margin-right: 43px; }
          :lang(ru-RU) .fenivate-page .faq-fenivate .faq-block .faq-block-img .faq-block-btn-bg {
            position: relative;
            background: #BC2D4D;
            border-top-left-radius: 20px;
            border-bottom-right-radius: 20px;
            width: 187px;
            height: 42px;
            margin: 0 auto;
            transform: skewX(-12deg); }
            :lang(ru-RU) .fenivate-page .faq-fenivate .faq-block .faq-block-img .faq-block-btn-bg .faq-block-btn {
              display: block;
              position: absolute;
              line-height: 1.1;
              color: #fff;
              font-weight: bold;
              font-size: 11px;
              text-transform: uppercase;
              width: 187px;
              transform: skewX(12deg) translateY(-50%);
              top: 50%; }
        :lang(ru-RU) .fenivate-page .faq-fenivate .faq-block .faq-block-acc {
          text-align: left;
          width: 72%; }
          :lang(ru-RU) .fenivate-page .faq-fenivate .faq-block .faq-block-acc .faq-accordion {
            list-style: none;
            padding: 0; }
            :lang(ru-RU) .fenivate-page .faq-fenivate .faq-block .faq-block-acc .faq-accordion li {
              border-bottom: 1px solid #FF8900;
              position: relative;
              padding: 27px 45px 27px 0; }
              :lang(ru-RU) .fenivate-page .faq-fenivate .faq-block .faq-block-acc .faq-accordion li div {
                display: none; }
                :lang(ru-RU) .fenivate-page .faq-fenivate .faq-block .faq-block-acc .faq-accordion li div p {
                  margin: 10px 0; }
            :lang(ru-RU) .fenivate-page .faq-fenivate .faq-block .faq-block-acc .faq-accordion a {
              width: 100%;
              color: #fff;
              display: block;
              cursor: pointer;
              font-weight: bold;
              line-height: 1.1;
              font-size: 18px;
              user-select: none;
              text-transform: uppercase; }
              :lang(ru-RU) .fenivate-page .faq-fenivate .faq-block .faq-block-acc .faq-accordion a:after {
                width: 25px;
                height: 25px;
                border-right: 1px solid #fff;
                border-bottom: 1px solid #fff;
                position: absolute;
                right: 10px;
                content: " ";
                top: 22px;
                transform: rotate(45deg);
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out; }
            :lang(ru-RU) .fenivate-page .faq-fenivate .faq-block .faq-block-acc .faq-accordion div {
              font-size: 16px;
              line-height: 1.3; }
            :lang(ru-RU) .fenivate-page .faq-fenivate .faq-block .faq-block-acc .faq-accordion a.active:after {
              transform: rotate(-135deg);
              -webkit-transition: all 0.2s ease-in-out;
              -moz-transition: all 0.2s ease-in-out;
              transition: all 0.2s ease-in-out; }
            :lang(ru-RU) .fenivate-page .faq-fenivate .faq-block .faq-block-acc .faq-accordion .acc-note {
              font-size: 11px; }
    :lang(ru-RU) .fenivate-page #productCarousel {
      padding: 80px 0 114px;
      height: auto;
      background: url(/content/dam/cf-consumer-healthcare/fenistil-new/ru_RU/Fenivate/carousel-line.svg) no-repeat;
      background-position: center bottom; }
      :lang(ru-RU) .fenivate-page #productCarousel .item {
        background: transparent; }
      :lang(ru-RU) .fenivate-page #productCarousel .slide-content {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        font-size: 17px; }
        :lang(ru-RU) .fenivate-page #productCarousel .slide-content .slide-text {
          width: 63%; }
          :lang(ru-RU) .fenivate-page #productCarousel .slide-content .slide-text .slide-text-title {
            font-weight: bold;
            font-size: 40px;
            text-transform: uppercase;
            line-height: 1;
            margin: 0 0 20px; }
            :lang(ru-RU) .fenivate-page #productCarousel .slide-content .slide-text .slide-text-title a {
              color: #fff; }
              :lang(ru-RU) .fenivate-page #productCarousel .slide-content .slide-text .slide-text-title a:hover {
                text-decoration: underline; }
          :lang(ru-RU) .fenivate-page #productCarousel .slide-content .slide-text .text-slide-note {
            font-size: 11px; }
        :lang(ru-RU) .fenivate-page #productCarousel .slide-content .slide-img {
          text-align: center;
          width: 37%; }
          :lang(ru-RU) .fenivate-page #productCarousel .slide-content .slide-img p {
            font-weight: bold;
            font-size: 9px;
            line-height: 1;
            text-transform: uppercase;
            color: #494949; }
      :lang(ru-RU) .fenivate-page #productCarousel.fenivate-carousel .carousel-nav-prev {
        top: 35%;
        left: -40px; }
      :lang(ru-RU) .fenivate-page #productCarousel.fenivate-carousel .carousel-nav-next {
        top: 35%;
        right: -20px; }
      :lang(ru-RU) .fenivate-page #productCarousel.fenivate-carousel .carousel-nav {
        margin: 0; }
    :lang(ru-RU) .fenivate-page .articles-fenivate {
      position: relative;
      padding: 29px 0 64px; }
      :lang(ru-RU) .fenivate-page .articles-fenivate .articles-block {
        margin-top: 65px; }
        :lang(ru-RU) .fenivate-page .articles-fenivate .articles-block .articles-item {
          display: flex;
          align-items: flex-start;
          justify-content: center;
          font-size: 17px;
          line-height: 1.3; }
          :lang(ru-RU) .fenivate-page .articles-fenivate .articles-block .articles-item:not(:last-child) {
            margin-bottom: 40px; }
          :lang(ru-RU) .fenivate-page .articles-fenivate .articles-block .articles-item .articles-item-text {
            width: 52%; }
            :lang(ru-RU) .fenivate-page .articles-fenivate .articles-block .articles-item .articles-item-text a {
              color: #fff; }
            :lang(ru-RU) .fenivate-page .articles-fenivate .articles-block .articles-item .articles-item-text .articles-item-title {
              font-weight: bold;
              font-size: 40px;
              line-height: 1.2;
              text-transform: uppercase;
              margin: 0 0 20px; }
              :lang(ru-RU) .fenivate-page .articles-fenivate .articles-block .articles-item .articles-item-text .articles-item-title:hover {
                text-decoration: underline; }
          :lang(ru-RU) .fenivate-page .articles-fenivate .articles-block .articles-item .articles-item-img {
            width: 35%; }
    :lang(ru-RU) .fenivate-page .swiper-button-prev:after,
    :lang(ru-RU) .fenivate-page .swiper-button-next:after {
      display: none; }
    :lang(ru-RU) .fenivate-page .fenivate-page-block-2 {
      background: #E5E5E5; }
      :lang(ru-RU) .fenivate-page .fenivate-page-block-2 .fenivate-notes {
        padding: 32px 0 20px;
        font-size: 11px;
        color: #7A7A7A; }
        :lang(ru-RU) .fenivate-page .fenivate-page-block-2 .fenivate-notes p {
          margin: 0 0 7px; }
    :lang(ru-RU) .fenivate-page .bold-text {
      font-weight: bold; }
    :lang(ru-RU) .fenivate-page .ext-select {
      margin: 0 0 5px;
      font-size: 14px;
      text-transform: capitalize; }
    :lang(ru-RU) .fenivate-page .hidden-text {
      width: 80%;
      margin: 0 auto;
      margin-top: 20px;
      overflow: hidden;
      font-size: 20px; }
    :lang(ru-RU) .fenivate-page .spoiler-link {
      color: #fff;
      text-decoration: underline;
      font-size: 16px; }
    :lang(ru-RU) .fenivate-page .twentytwenty-container img.img-before-dt {
      display: block; }
    :lang(ru-RU) .fenivate-page .twentytwenty-container img.img-before-mob {
      display: none; }
    :lang(ru-RU) .fenivate-page .swiper-slide.center-block {
      display: flex;
      align-items: center; }
    :lang(ru-RU) .fenivate-page .twentytwenty-before,
    :lang(ru-RU) .fenivate-page .twentytwenty-after {
      max-width: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      display: block;
      height: 100%; }
    :lang(ru-RU) .fenivate-page .twentytwenty-before img,
    :lang(ru-RU) .fenivate-page .twentytwenty-after img {
      max-width: 100%;
      position: relative;
      display: block; }
    :lang(ru-RU) .fenivate-page .twentytwenty-handle-image {
      position: absolute;
      z-index: 100;
      top: 0;
      left: 0;
      min-width: 100%; }
    :lang(ru-RU) .fenivate-page .twentytwenty-handle-image img {
      width: 20%;
      position: relative;
      transform: translateX(-12%) translateY(-20%);
      cursor: pointer; }
    :lang(ru-RU) .fenivate-page .container {
      color: #fff; }
  :lang(ru-RU) .fenivate-page .home-box1 {
    width: 1110px;
    margin: 0px auto; }
  :lang(ru-RU) #articleCarousel {
    padding: 60px 20px 0;
    height: auto; }
    :lang(ru-RU) #articleCarousel .carousel-slide.active > div:first-child {
      display: block; }
    :lang(ru-RU) #articleCarousel .carousel-slide.active > div {
      display: none; }
    :lang(ru-RU) #articleCarousel .art-slide-content {
      width: 322px;
      text-align: center;
      margin: 0 auto; }
      :lang(ru-RU) #articleCarousel .art-slide-content .art-slide-content-text {
        margin-top: 20px; }
        :lang(ru-RU) #articleCarousel .art-slide-content .art-slide-content-text a {
          font-size: 16px;
          text-transform: uppercase;
          color: #FFFFFF; }
  :lang(ru-RU) #articleCarousel {
    background: transparent; }
  :lang(ru-RU) .art-slide-content-text {
    padding: 0 35px; }
  :lang(ru-RU) #articleCarousel .next {
    left: 100%; }
  :lang(ru-RU) #articleCarousel .prev {
    left: -100%; }
  :lang(ru-RU) #articleCarousel .active > div:first-child + div {
    display: none; }
  :lang(ru-RU) #articleCarousel .carousel-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    overflow: inherit;
    margin: 0; }
  :lang(ru-RU) #articleCarousel .carousel-nav-prev {
    left: -3%; }
  :lang(ru-RU) #articleCarousel .carousel-nav-next {
    position: absolute;
    right: 0;
    left: inherit; }
  :lang(ru-RU) #articleCarousel .carousel-nav-prev, :lang(ru-RU) #articleCarousel .carousel-nav-next {
    top: 50%;
    transform: translateY(-50%); }
  :lang(ru-RU) #fenivate-banner {
    height: auto !important; }
  :lang(ru-RU) .twentytwenty-after,
  :lang(ru-RU) .twentytwenty-after img:nth-child(1) {
    position: relative !important; }
  :lang(ru-RU) .twentytwenty-handle-image img {
    width: 20% !important; }
  :lang(ru-RU) .fenivate-page-slider .slide:first-child {
    margin: 0 -15px; }
  :lang(ru-RU) .fenivate-page .carousel-control.right, :lang(ru-RU) .fenivate-page .carousel-control.left {
    background: none;
    opacity: 1; }
  :lang(ru-RU) .fenivate-page .carousel-nav-prev a, :lang(ru-RU) .fenivate-page .carousel-nav-next a {
    border: none;
    display: block;
    width: 100%;
    height: 100%; }
  :lang(ru-RU) .fenivate-page .carousel-nav-prev a:before {
    content: '';
    display: inline-block;
    font-style: normal;
    position: relative;
    font-weight: normal;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 60px;
    background: url(../../assets/img/arrow-left.png);
    background-repeat: no-repeat;
    margin-left: 0px;
    margin-top: 0px;
    width: 40px;
    height: 74px; }
  :lang(ru-RU) .fenivate-page .carousel-nav-next a:before {
    content: '';
    display: inline-block;
    font-style: normal;
    position: relative;
    font-weight: normal;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 60px;
    background: url(../../assets/img/arrow-right.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 74px; }
  :lang(ru-RU) .fenivate-page #articleCarousel .swiper-button-next {
    background: url(../../assets/img/arrow-right.png);
    width: 40px;
    height: 74px;
    right: 0; }
  :lang(ru-RU) .fenivate-page #articleCarousel .swiper-button-prev {
    background: url(../../assets/img/arrow-left.png);
    width: 40px;
    height: 74px;
    left: 0px; }
  :lang(ru-RU) .fenivate-page #articleCarousel .carousel-inner > .item {
    transition: none;
    transform: none; }
  :lang(ru-RU) .fenivate-page #articleCarousel .carousel-inner > .item.active, :lang(ru-RU) .fenivate-page #articleCarousel .carousel-inner > .item.next.left, :lang(ru-RU) .fenivate-page #articleCarousel .carousel-inner > .item.prev.right {
    transform: none;
    transition: none; }
  :lang(ru-RU) .fenivate-page .video-fenivate {
    text-align: center;
    padding-bottom: 60px; }
  @media (max-width: 767px) {
    :lang(ru-RU) .fenivate-page .twentytwenty-container img.img-before-dt {
      display: none; }
    :lang(ru-RU) .fenivate-page .twentytwenty-handle-image img {
      width: 37% !important; }
    :lang(ru-RU) .fenivate-page .twentytwenty-container img.img-before-mob {
      display: block; }
    :lang(ru-RU) .fenivate-page .twentytwenty-before,
    :lang(ru-RU) .fenivate-page .twentytwenty-after {
      width: 100%; }
    :lang(ru-RU) .fenivate-page .home-box1 {
      width: 100%;
      margin: 0px auto; }
    :lang(ru-RU) .fenivate-page .wrapper-content {
      padding: 0 15px; }
    :lang(ru-RU) .fenivate-page .fenivate-page-slider .slide:first-child {
      margin: 0 -15px; }
    :lang(ru-RU) .fenivate-page h1 {
      font-size: 18px;
      margin: 30px 0 30px; }
    :lang(ru-RU) .fenivate-page .new-fenivate {
      padding: 0; }
    :lang(ru-RU) .fenivate-page .banner-content p.banner-title {
      font-size: 30px;
      margin: 0 0 5px; }
    :lang(ru-RU) .fenivate-page .banner-content.content-before p.banner-title {
      text-align: left; }
    :lang(ru-RU) .fenivate-page .banner-content p.banner-text-1 {
      text-transform: uppercase;
      font-size: 16px;
      font-weight: bold; }
    :lang(ru-RU) .fenivate-page .banner-content p.banner-mob-text-2 {
      display: block;
      font-size: 12px;
      margin-top: 5px; }
    :lang(ru-RU) .fenivate-page .banner-content p.banner-text-2, :lang(ru-RU) .fenivate-page .banner-content p.banner-text-4 {
      display: none; }
    :lang(ru-RU) .fenivate-page .banner-content p.banner-text-3 {
      font-size: 8px;
      margin-top: 24px; }
    :lang(ru-RU) .fenivate-page .banner-content.content-before {
      right: 50%;
      top: 9%;
      width: 240px;
      transform: translateX(50%); }
    :lang(ru-RU) .fenivate-page .banner-content {
      font-size: 16px; }
      :lang(ru-RU) .fenivate-page .banner-content .banner-icons {
        margin-top: 15px; }
        :lang(ru-RU) .fenivate-page .banner-content .banner-icons .banner-icon {
          margin: 0 2px;
          min-width: 74px; }
          :lang(ru-RU) .fenivate-page .banner-content .banner-icons .banner-icon .banner-icon-img img {
            width: 74px;
            max-width: 74px !important; }
          :lang(ru-RU) .fenivate-page .banner-content .banner-icons .banner-icon .banner-icon-img:after {
            width: 40px;
            height: 40px; }
          :lang(ru-RU) .fenivate-page .banner-content .banner-icons .banner-icon .banner-icon-text {
            font-size: 9px;
            letter-spacing: normal;
            line-height: 1.2; }
    :lang(ru-RU) .fenivate-page .banner-content.content-after {
      right: 50%;
      top: 9%;
      width: 240px;
      transform: translateX(50%); }
    :lang(ru-RU) .fenivate-page .new-fenivate-text {
      font-size: 10px;
      line-height: 12px;
      margin-bottom: 34px; }
    :lang(ru-RU) .fenivate-page .fenivate-products {
      flex-direction: column; }
    :lang(ru-RU) .fenivate-page .fenivate-products-item-img {
      width: 56%; }
    :lang(ru-RU) .fenivate-page .fenivate-products-item-title-text {
      font-size: 14px; }
    :lang(ru-RU) .fenivate-page .fenivate-products-item-title-text2 {
      margin: 5px 0 0; }
    :lang(ru-RU) .fenivate-page .fenivate-simptoms h2 {
      font-size: 18px;
      line-height: 1.2;
      padding: 50px 0 10px; }
    :lang(ru-RU) .fenivate-page .block-h3-header {
      font-size: 18px; }
    :lang(ru-RU) .fenivate-page .fenivate-simptoms .simptoms-block .simptoms-item {
      width: 41%; }
    :lang(ru-RU) .fenivate-page .simptoms-item-title {
      font-size: 14px; }
    :lang(ru-RU) .fenivate-page .simptoms-item-desc {
      font-size: 10px; }
    :lang(ru-RU) .fenivate-page .simptoms-block {
      flex-wrap: wrap; }
    :lang(ru-RU) .fenivate-page .action-features {
      flex-wrap: wrap; }
    :lang(ru-RU) .fenivate-page .action-fenivate .action-features .action-features-item {
      width: 33%;
      margin: 0 7px 30px; }
    :lang(ru-RU) .fenivate-page .action-features-item:nth-child(3), :lang(ru-RU) .fenivate-page .action-features-item:nth-child(4) {
      margin: 0 7px 0; }
    :lang(ru-RU) .fenivate-page .action-features-item p {
      font-size: 10px;
      margin: 15px 0 0;
      text-align: left; }
    :lang(ru-RU) .fenivate-page .select-fenivate .select-simptoms .select-simptoms-item {
      font-size: 10px !important;
      width: 33%;
      padding: 4px !important;
      border: 1px solid #fff;
      border-radius: 2px;
      margin: 0 15px 7px; }
    :lang(ru-RU) .fenivate-page .select-simptoms-item:after {
      bottom: -8px;
      height: 7px; }
    :lang(ru-RU) .fenivate-page .select-simptoms-item.no-border {
      font-size: 10px;
      padding: 11px 10px 2px;
      width: 30%; }
    :lang(ru-RU) .fenivate-page .when-fenivate {
      background: none; }
    :lang(ru-RU) .fenivate-page .when-features {
      flex-direction: column; }
    :lang(ru-RU) .fenivate-page .when-fenivate .when-features .when-features-item.left-item {
      text-align: left; }
    :lang(ru-RU) .fenivate-page .when-fenivate .when-features .when-features-item {
      width: 100%;
      margin: 0 !important; }
    :lang(ru-RU) .fenivate-page .when-features-item-title {
      font-size: 14px;
      display: inline-block;
      width: 64%;
      margin: 25px 0 12px 5px;
      vertical-align: top; }
    :lang(ru-RU) .fenivate-page .when-features-item img {
      width: 93px; }
    :lang(ru-RU) .fenivate-page .select-fenivate .select-posttext {
      font-size: 10px;
      padding: 12px 20px; }
    :lang(ru-RU) .fenivate-page .select-fenivate .select-posttext:before, :lang(ru-RU) .fenivate-page .select-fenivate .select-posttext:after {
      background-size: contain;
      height: 72px; }
    :lang(ru-RU) .fenivate-page .select-simptoms-item.no-border:after {
      height: 11px;
      bottom: -11px; }
    :lang(ru-RU) .fenivate-page .select-link-block {
      position: relative;
      font-size: 14px;
      padding: 10px 0 60px; }
    :lang(ru-RU) .fenivate-page .select-link-block a {
      font-size: 12px;
      margin-top: 14px; }
    :lang(ru-RU) .fenivate-page .faq-block {
      flex-direction: column;
      align-items: center;
      padding-bottom: 50px; }
    :lang(ru-RU) .fenivate-page .faq-fenivate .faq-block .faq-block-img {
      width: 100%;
      margin-right: 0; }
    :lang(ru-RU) .fenivate-page .faq-block-btn {
      font-size: 8px;
      width: 142px; }
    :lang(ru-RU) .fenivate-page .faq-block-btn-bg {
      width: 142px;
      height: 32px; }
    :lang(ru-RU) .fenivate-page .faq-fenivate .faq-block .faq-block-acc {
      width: 100%; }
    :lang(ru-RU) .fenivate-page .faq-accordion a {
      font-size: 12px;
      line-height: 1.2;
      padding: 13px 0; }
    :lang(ru-RU) .fenivate-page .faq-fenivate .faq-block .faq-block-acc .faq-accordion a:after {
      width: 14px;
      height: 14px;
      top: 50%;
      margin-top: -8px; }
    :lang(ru-RU) .fenivate-page .faq-fenivate .faq-block .faq-block-acc .faq-accordion a.active:after {
      top: 63px; }
    :lang(ru-RU) .fenivate-page .faq-accordion div {
      font-size: 10px; }
    :lang(ru-RU) .fenivate-page .faq-accordion li {
      padding-right: 30px; }
    :lang(ru-RU) .fenivate-page #productCarousel {
      padding: 28px 0 104px; }
      :lang(ru-RU) .fenivate-page #productCarousel .slide-content {
        flex-direction: column;
        align-items: center; }
      :lang(ru-RU) .fenivate-page #productCarousel .slide-img p {
        margin: 0 0 27px; }
      :lang(ru-RU) .fenivate-page #productCarousel .slide-content {
        font-size: 10px; }
        :lang(ru-RU) .fenivate-page #productCarousel .slide-content .slide-img {
          width: 71%; }
        :lang(ru-RU) .fenivate-page #productCarousel .slide-content .slide-text {
          width: 100%; }
          :lang(ru-RU) .fenivate-page #productCarousel .slide-content .slide-text .slide-text-title {
            font-size: 14px;
            text-align: center; }
    :lang(ru-RU) .fenivate-page .text-slide-note {
      font-size: 8px; }
    :lang(ru-RU) .fenivate-page .fenivate-carousel .carousel-nav {
      position: absolute;
      top: 18%;
      width: 100%;
      overflow: inherit; }
    :lang(ru-RU) .fenivate-page #productCarousel.fenivate-carousel .carousel-nav-next {
      position: absolute;
      right: 22px;
      left: inherit; }
    :lang(ru-RU) .fenivate-page #productCarousel.fenivate-carousel .carousel-nav-prev {
      position: absolute;
      left: 0px;
      right: inherit; }
    :lang(ru-RU) .fenivate-page .articles-item {
      flex-direction: column; }
    :lang(ru-RU) .fenivate-page .articles-item-img img {
      width: 100%; }
    :lang(ru-RU) .fenivate-page .articles-item:not(:last-child) {
      margin-bottom: 20px; }
    :lang(ru-RU) .fenivate-page .articles-fenivate .articles-block {
      margin-top: 30px; }
      :lang(ru-RU) .fenivate-page .articles-fenivate .articles-block .articles-item {
        font-size: 12px; }
        :lang(ru-RU) .fenivate-page .articles-fenivate .articles-block .articles-item .articles-item-img {
          width: 100%;
          text-align: center; }
        :lang(ru-RU) .fenivate-page .articles-fenivate .articles-block .articles-item .articles-item-text {
          width: 100%; }
          :lang(ru-RU) .fenivate-page .articles-fenivate .articles-block .articles-item .articles-item-text .articles-item-title {
            font-size: 14px;
            margin: 14px 0 14px; }
    :lang(ru-RU) .fenivate-page .fenivate-notes {
      padding: 34px 15px 27px;
      font-size: 9px; }
    :lang(ru-RU) .fenivate-page .spoiler-link {
      font-size: 11px; }
    :lang(ru-RU) .fenivate-page .when-features-item-title:before {
      display: none; }
    :lang(ru-RU) .fenivate-page .ext-select {
      font-size: 10px; }
    :lang(ru-RU) .fenivate-page .fenivate-products-item:first-child {
      margin-bottom: 25px; }
    :lang(ru-RU) .fenivate-page .when-features.bottom-features {
      padding: 0 !important; }
    :lang(ru-RU) .fenivate-page #articleCarousel {
      margin: 0 -15px; }
      :lang(ru-RU) .fenivate-page #articleCarousel .art-slide-content {
        width: 100%; }
        :lang(ru-RU) .fenivate-page #articleCarousel .art-slide-content .art-slide-content-text {
          padding: 0 55px; }
      :lang(ru-RU) .fenivate-page #articleCarousel.active.left {
        left: -100%; }
      :lang(ru-RU) .fenivate-page #articleCarousel.active.right {
        left: 100%; }
      :lang(ru-RU) .fenivate-page #articleCarousel.next {
        left: 100%; }
      :lang(ru-RU) .fenivate-page #articleCarousel.prev {
        left: -100%; }
      :lang(ru-RU) .fenivate-page #articleCarousel .wrapper-slide-art {
        width: 100%; }
      :lang(ru-RU) .fenivate-page #articleCarousel.active > div:first-child + div {
        display: none; }
      :lang(ru-RU) .fenivate-page #articleCarousel .carousel-nav {
        position: absolute;
        top: 50%;
        width: 100%;
        overflow: inherit;
        margin: 0; }
        :lang(ru-RU) .fenivate-page #articleCarousel .carousel-nav .carousel-nav-prev {
          left: 0; }
        :lang(ru-RU) .fenivate-page #articleCarousel .carousel-nav .carousel-nav-next {
          position: absolute;
          right: 0;
          left: inherit; }
        :lang(ru-RU) .fenivate-page #articleCarousel .carousel-nav .carousel-nav-prev, :lang(ru-RU) .fenivate-page #articleCarousel .carousel-nav .carousel-nav-next {
          top: 0;
          transform: inherit; }
    :lang(ru-RU) .fenivate-page .video-fenivate {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      margin-bottom: 40px; }
      :lang(ru-RU) .fenivate-page .video-fenivate video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-width: 0;
        outline-width: 0; } }
  @media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
    :lang(ru-RU) .banner-icon {
      min-width: 55px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    :lang(ru-RU) .fenivate-page #articleCarousel .carousel-slides .active.left {
      left: -50%; }
    :lang(ru-RU) .fenivate-page #articleCarousel .carousel-slides .active.right {
      left: 50%; }
    :lang(ru-RU) .fenivate-page #articleCarousel .carousel-slides .next {
      left: 50%; }
    :lang(ru-RU) .fenivate-page #articleCarousel .carousel-slides .prev {
      left: -50%; }
    :lang(ru-RU) .fenivate-page #articleCarousel .carousel-slides .active > div:first-child + div {
      display: block; }
    :lang(ru-RU) .fenivate-page #articleCarousel .carousel-slides .art-slide-content {
      padding: 0 17px; }
    :lang(ru-RU) .fenivate-page #articleCarousel .carousel-nav-prev {
      left: 3%; }
      :lang(ru-RU) .fenivate-page #articleCarousel .carousel-nav-prev a:before {
        right: 16px;
        top: inherit; }
    :lang(ru-RU) .fenivate-page #articleCarousel .carousel-nav-next {
      right: 15px; }
      :lang(ru-RU) .fenivate-page #articleCarousel .carousel-nav-next a {
        display: block; }
        :lang(ru-RU) .fenivate-page #articleCarousel .carousel-nav-next a:before {
          right: 13px;
          top: 4px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    :lang(ru-RU) .fenivate-page #articleCarousel .active.left {
      left: -33%; }
    :lang(ru-RU) .fenivate-page #articleCarousel .active.right {
      left: 33%; }
    :lang(ru-RU) .fenivate-page #articleCarousel .next {
      left: 33%; }
    :lang(ru-RU) .fenivate-page #articleCarousel .prev {
      left: -33%; }
    :lang(ru-RU) .fenivate-page #articleCarousel .active > div:first-child + div {
      display: block; }
    :lang(ru-RU) .fenivate-page #articleCarousel .active > div:first-child + div + div {
      display: block; }
    :lang(ru-RU) .fenivate-page #articleCarousel .art-slide-content {
      width: 260px; }
    :lang(ru-RU) .fenivate-page #articleCarousel .carousel-nav-prev {
      left: 0; }
    :lang(ru-RU) .fenivate-page #articleCarousel .carousel-nav-next {
      right: 2%; }
    :lang(ru-RU) .fenivate-page #articleCarousel .carousel-slide.item {
      display: flex;
      justify-content: center; }
    :lang(ru-RU) .fenivate-page #articleCarousel .carousel-slides {
      height: 350px !important; } }
  @media only screen and (max-width: 1024px) and (min-width: 1024px) {
    :lang(ru-RU) .fenivate-page .main-banner {
      margin: 0 -15px; }
    :lang(ru-RU) .fenivate-page .banner-content p.banner-title {
      font-size: 50px; }
    :lang(ru-RU) .fenivate-page .banner-content {
      font-size: 30px; }
    :lang(ru-RU) .fenivate-page .banner-content p.banner-text-1 {
      font-size: 25px; }
    :lang(ru-RU) .fenivate-page .banner-content p.banner-text-2 {
      font-size: 16px;
      margin-bottom: 12px; }
    :lang(ru-RU) .fenivate-page .banner-content p.banner-text-4 {
      font-size: 16px; }
    :lang(ru-RU) .fenivate-page .banner-content p.banner-text-3 {
      font-size: 8px;
      margin-top: 15px; }
    :lang(ru-RU) .fenivate-page #productCarousel {
      padding: 80px 45px 114px; }
    :lang(ru-RU) .fenivate-page .fenivate-carousel .carousel-nav-prev {
      left: 0; }
    :lang(ru-RU) .fenivate-page .fenivate-carousel .carousel-nav-next {
      right: 0%; }
    :lang(ru-RU) .fenivate-page .faq-accordion li {
      padding: 20px; }
    :lang(ru-RU) .fenivate-page .faq-accordion a {
      line-height: 1.3; }
    :lang(ru-RU) .fenivate-page .select-fenivate .select-simptoms .select-simptoms-item {
      width: 355px; }
    :lang(ru-RU) .fenivate-page .home-box1 {
      width: 98%; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    :lang(ru-RU) .banner-content.content-before, :lang(ru-RU) .banner-content.content-after {
      right: 10%; }
    :lang(ru-RU) #homepageCarousel .item .slide-text#last_slide_inner p.note {
      bottom: 0; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    :lang(ru-RU) .fenivate-page .banner-content {
      font-size: 20px; }
      :lang(ru-RU) .fenivate-page .banner-content.content-after, :lang(ru-RU) .fenivate-page .banner-content.content-before {
        right: 11%;
        width: 350px; }
      :lang(ru-RU) .fenivate-page .banner-content p.banner-title {
        font-size: 45px; }
      :lang(ru-RU) .fenivate-page .banner-content p.banner-text-1, :lang(ru-RU) .fenivate-page .banner-content p.banner-text-4, :lang(ru-RU) .fenivate-page .banner-content p.banner-text-2 {
        font-size: 12px; }
      :lang(ru-RU) .fenivate-page .banner-content p.banner-text-2 {
        margin-bottom: 15px; }
      :lang(ru-RU) .fenivate-page .banner-content p.banner-text-3 {
        margin-top: 20px; }
      :lang(ru-RU) .fenivate-page .banner-content .banner-icons .banner-icon {
        min-width: 54px; }
        :lang(ru-RU) .fenivate-page .banner-content .banner-icons .banner-icon .banner-icon-img img {
          width: 50px;
          max-width: 50px !important; }
        :lang(ru-RU) .fenivate-page .banner-content .banner-icons .banner-icon .banner-icon-text {
          font-size: 7px; }
    :lang(ru-RU) .when-fenivate {
      background-position: center 163px; }
    :lang(ru-RU) .fenivate-page .select-fenivate .select-simptoms .select-simptoms-item {
      width: 215px;
      margin: 0 35px 24px; }
    :lang(ru-RU) .fenivate-page .select-fenivate .select-posttext {
      font-size: 20px; }
    :lang(ru-RU) .select-simptoms-item.no-border {
      font-size: 22px; } }
  @media only screen and (max-width: 962px) and (min-width: 768px) {
    :lang(ru-RU) .fenivate-page .home-box1 {
      width: 98%; }
    :lang(ru-RU) .fenivate-carousel .slide-content {
      padding: 0 30px; }
    :lang(ru-RU) .fenivate-carousel .carousel-nav-prev a:before {
      right: 0;
      top: inherit; }
    :lang(ru-RU) .fenivate-carousel .carousel-nav-next a:before {
      right: 7px;
      top: 1px; }
    :lang(ru-RU) .fenivate-page #productCarousel.fenivate-carousel .carousel-nav-prev {
      left: 0; }
    :lang(ru-RU) .fenivate-page #productCarousel.fenivate-carousel .carousel-nav-next a {
      display: block; }
    :lang(ru-RU) .articles-item-text {
      margin-left: 20px; } }
  @media (min-width: 1200px) {
    :lang(ru-RU) .fenivate-page #articleCarousel .active.left {
      left: -33.3%; }
    :lang(ru-RU) .fenivate-page #articleCarousel .active.right {
      left: 33.3%; }
    :lang(ru-RU) .fenivate-page #articleCarousel .next {
      left: 33.3%; }
    :lang(ru-RU) .fenivate-page #articleCarousel .prev {
      left: -33.3%; }
    :lang(ru-RU) .fenivate-page #articleCarousel .active > div:first-child + div {
      display: block; }
    :lang(ru-RU) .fenivate-page #articleCarousel .active > div:first-child + div + div {
      display: block; }
    :lang(ru-RU) .fenivate-page #articleCarousel .active > div:first-child + div + div + div {
      display: block; } }
  @media (min-width: 1400px) {
    :lang(ru-RU) .banner-icons {
      margin-top: 47px; }
    :lang(ru-RU) .logo-bg:after {
      content: '';
      position: absolute;
      background: url(/content/dam/cf-consumer-healthcare/fenistil-new/ru_RU/Fenivate/fenivate-logo-grey.svg) no-repeat;
      background-position: center;
      width: 168px;
      height: 77px; }
    :lang(ru-RU) .fenivate-simptoms.logo-bg:after {
      top: 24%;
      left: -11%; }
    :lang(ru-RU) .when-fenivate.logo-bg:after {
      top: 0;
      right: -12%; }
    :lang(ru-RU) .when-features-item.features-item-3.logo-bg:after {
      top: 7%;
      left: -12%; }
    :lang(ru-RU) .when-features-item.features-item-4.logo-bg:after {
      top: 7%;
      right: -11%; }
    :lang(ru-RU) .select-fenivate.logo-bg:after {
      top: 2%;
      left: -11%; }
    :lang(ru-RU) .select-link-block.logo-bg:after {
      top: 2%;
      right: -12%; }
    :lang(ru-RU) .faq-fenivate.logo-bg:after {
      top: -4%;
      left: -3%; }
    :lang(ru-RU) .articles-fenivate.logo-bg:after {
      background: url(/content/dam/cf-consumer-healthcare/fenistil-new/ru_RU/Fenivate/fenivate-logo-color.svg) no-repeat;
      top: -7%;
      left: 2%; }
    :lang(ru-RU) .articles-fenivate.logo-bg:before {
      content: '';
      position: absolute;
      background: url(/content/dam/cf-consumer-healthcare/fenistil-new/ru_RU/Fenivate/fenivate-logo-color-2.svg) no-repeat;
      bottom: 45%;
      right: -12%;
      width: 168px;
      height: 77px; }
    :lang(ru-RU) .new-fenivate.logo-bg:after {
      display: none; } }
  @media (min-width: 1500px) {
    :lang(ru-RU) .new-fenivate.logo-bg:after {
      display: block;
      top: 14%;
      right: -16%; } }
  :lang(ru-RU) .spoiler .when-features-item-desc {
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease-in-out;
    background: linear-gradient(to top, transparent, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 20px; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    :lang(ru-RU) .spoiler .when-features-item-desc {
      background: none; } }
  :lang(ru-RU) .spoiler.spoiler--active .when-features-item-desc {
    -webkit-text-fill-color: inherit; }
  :lang(ru-RU) .spoiler-read-more {
    cursor: pointer;
    text-decoration: underline;
    text-transform: uppercase;
    padding: 12px 0; }
  :lang(ru-RU) .arrow-down {
    margin: 20px 0; }
  :lang(ru-RU) .arrow-down-img {
    display: block;
    margin: 0 auto;
    width: 44px;
    height: 29px;
    background: url(/content/dam/cf-consumer-healthcare/fenistil-new/ru_RU/Fenivate/arrow-banner.svg) no-repeat; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    :lang(ru-RU) .spoiler p {
      background: none; } }
  :lang(ru-RU) .fenivate-products-item-img {
    position: relative; }
  :lang(ru-RU) .fenivate-products-item-img > img {
    transition: all 0.5s ease-in-out; }
  :lang(ru-RU) .fenivate-products-item-img > img:first-child {
    position: relative;
    left: 0;
    top: 0;
    opacity: 1;
    transform: scale(1);
    z-index: 100; }
  :lang(ru-RU) .fenivate-products-item-img:hover > img:first-child {
    opacity: 0;
    transform: scale(0.5); }
  :lang(ru-RU) .fenivate-products-item-img > img:last-child {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transform: scale(0.5); }
  :lang(ru-RU) .fenivate-products-item-img:hover > img:last-child {
    opacity: 1;
    transform: scale(1); }
  :lang(ru-RU) .simptoms-block > .simptoms-item {
    transition: all 0.5s ease-in-out;
    opacity: 0;
    transform: scale(0.5); }
  :lang(ru-RU) .simptoms-block > .simptoms-item:nth-child(1) {
    transition-delay: 0s; }
  :lang(ru-RU) .simptoms-block > .simptoms-item:nth-child(2) {
    transition-delay: 1s; }
  :lang(ru-RU) .simptoms-block > .simptoms-item:nth-child(3) {
    transition-delay: 2s; }
  :lang(ru-RU) .simptoms-block > .simptoms-item:nth-child(4) {
    transition-delay: 3s; }
  :lang(ru-RU) .simptoms-block.in-view > .simptoms-item {
    opacity: 1;
    transform: scale(1); }
  :lang(ru-RU) .when-features-item {
    transition: all 0.5s ease-in-out;
    transition-delay: 0.5s;
    opacity: 0;
    transform: scale(0.5); }
  :lang(ru-RU) .when-features-item.in-view {
    opacity: 1;
    transform: scale(1); }
  :lang(ru-RU) .action-features > .action-features-item {
    transition: all 0.5s ease-in-out;
    opacity: 0;
    transform: scale(0.5); }
  :lang(ru-RU) .action-features > .action-features-item:nth-child(1) {
    transition-delay: 0s; }
  :lang(ru-RU) .action-features > .action-features-item:nth-child(2) {
    transition-delay: 1s; }
  :lang(ru-RU) .action-features > .action-features-item:nth-child(3) {
    transition-delay: 2s; }
  :lang(ru-RU) .action-features > .action-features-item:nth-child(4) {
    transition-delay: 3s; }
  :lang(ru-RU) .action-features.in-view > .action-features-item {
    opacity: 1;
    transform: scale(1); }
  :lang(ru-RU) .select-tubes > .select-tube-item {
    transition: all 0.5s ease-in-out;
    opacity: 0;
    transform: scale(0.5); }
  :lang(ru-RU) .select-tubes.in-view > .select-tube-item {
    opacity: 1;
    transform: scale(1); }
  :lang(ru-RU) .select-simptoms > .select-simptoms-item {
    transition: all 0.5s ease-in-out;
    opacity: 0;
    transform: scale(0.5); }
  :lang(ru-RU) .select-simptoms > .select-simptoms-item:nth-child(1) {
    transition-delay: 0s; }
  :lang(ru-RU) .select-simptoms > .select-simptoms-item:nth-child(2) {
    transition-delay: 0s; }
  :lang(ru-RU) .select-simptoms > .select-simptoms-item:nth-child(3) {
    transition-delay: 1s; }
  :lang(ru-RU) .select-simptoms > .select-simptoms-item:nth-child(4) {
    transition-delay: 1s; }
  :lang(ru-RU) .select-simptoms > .select-simptoms-item:nth-child(5) {
    transition-delay: 2s; }
  :lang(ru-RU) .select-simptoms > .select-simptoms-item:nth-child(6) {
    transition-delay: 2s; }
  :lang(ru-RU) .select-simptoms > .select-simptoms-item:nth-child(7) {
    transition-delay: 3s; }
  :lang(ru-RU) .select-simptoms > .select-simptoms-item:nth-child(8) {
    transition-delay: 3s; }
  :lang(ru-RU) .select-simptoms > .select-simptoms-item:nth-child(9) {
    transition-delay: 4s; }
  :lang(ru-RU) .select-simptoms > .select-simptoms-item:nth-child(10) {
    transition-delay: 4s; }
  :lang(ru-RU) .select-simptoms.in-view > .select-simptoms-item {
    opacity: 1;
    transform: scale(1); }
  :lang(ru-RU) .search-tabs .tagRadioFilter .searchFilter-control, :lang(ru-RU) .search-tabs .metadataFilter .searchFilter-control {
    width: 180px; }
  :lang(ru-RU) .searchFilter-label {
    float: none;
    margin-right: 0;
    padding-right: 0;
    padding-left: 3px; }
  :lang(ru-RU) .page-fenistil-drops .product_description_tabs .tabs-content:nth-child(4) p {
    margin: 0 0 10px; }
  :lang(ru-RU) .page-fenistil-drops .dropsproduct_block {
    /*width: 1110px !important;
        margin: 0px auto;*/ }
    :lang(ru-RU) .page-fenistil-drops .dropsproduct_block > .component-content {
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 0 0;
      min-height: 600px;
      height: 100%; }
    :lang(ru-RU) .page-fenistil-drops .dropsproduct_block h1 {
      margin-top: 420px !important; }
  :lang(ru-RU) #footer .contraindications {
    font-size: 25px; }
  :lang(ru-RU) .prod-selector-tabs {
    display: flex;
    flex-flow: wrap;
    width: 100%; }
  :lang(ru-RU) .feniveit-li .prod-selector-icon p {
    color: #F50E10; }
  :lang(ru-RU) .disclaimer_superscript {
    top: -0.6em;
    font-size: 63%;
    left: 2px; }
  @media (max-width: 767px) {
    :lang(ru-RU) .prod-selector-container ul li {
      max-width: 20%;
      min-width: 20%; }
    :lang(ru-RU) .prod-selector-icon img {
      padding: 10px 0;
      max-height: 50px; }
    :lang(ru-RU) .prod-selector-icon p {
      font-size: 10px;
      margin-bottom: 0; }
    :lang(ru-RU) .page-skin-advice .article_hero_banner > .component-content {
      background-image: none !important;
      height: 100% !important;
      padding-top: 0; } }
  @media (min-width: 768px) {
    :lang(ru-RU) .prod-selector-icon img {
      padding: 10px 0;
      max-width: 70px;
      max-height: 65px; } }
  @media (min-width: 992px) {
    :lang(ru-RU) .prod-selector-icon img {
      max-width: 90px;
      min-width: 50px;
      max-height: 80px; }
    :lang(ru-RU) .header .navigation-horizontal .navigation-item.page-skin-advice:hover .navigation-branch.navigation-level2 {
      min-width: 710px;
      display: flex;
      flex-flow: wrap; }
      :lang(ru-RU) .header .navigation-horizontal .navigation-item.page-skin-advice:hover .navigation-branch.navigation-level2 .navigation-item {
        padding: 10px 0 10px 10px;
        min-width: 50%;
        width: 50%; }
        :lang(ru-RU) .header .navigation-horizontal .navigation-item.page-skin-advice:hover .navigation-branch.navigation-level2 .navigation-item .navigation-item-title {
          white-space: normal;
          word-break: break-word; } }
  :lang(ru-RU) .prod-tab-icons img:not(.prod-tab-divider) {
    width: auto;
    height: auto;
    max-height: 30px; }
  :lang(ru-RU) .carousel-control.right {
    z-index: 10; }
  :lang(ru-RU) .header .homepage_link {
    border: none; }
  @media (min-width: 1200px) {
    :lang(ru-RU) .header .navigation-horizontal .navigation-item.page-skin-advice:hover .navigation-branch.navigation-level2 {
      min-width: 830px; } }
  @media (min-width: 1460px) {
    :lang(ru-RU) .header .navigation-horizontal .navigation-item.page-skin-advice:hover .navigation-branch.navigation-level2 {
      min-width: 1060px; }
      :lang(ru-RU) .header .navigation-horizontal .navigation-item.page-skin-advice:hover .navigation-branch.navigation-level2 .navigation-item {
        padding: 10px 0 10px 20px; }
        :lang(ru-RU) .header .navigation-horizontal .navigation-item.page-skin-advice:hover .navigation-branch.navigation-level2 .navigation-item .navigation-item-title {
          font-size: 17px; } }
  :lang(ru-RU) .disclaimer-footer {
    background: rgba(255, 255, 255, 0.9);
    border-top: 2px solid #e2e2e2;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    text-transform: uppercase;
    text-align: center; }
    :lang(ru-RU) .disclaimer-footer p {
      font-size: 14px;
      color: #797979;
      margin: 10px 0; }
      @media (max-width: 767px) {
        :lang(ru-RU) .disclaimer-footer p {
          font-size: 11px; } }
  :lang(ru-RU) .reference-product-carousel {
    position: relative; }
  :lang(ru-RU) .page-fenistil-products sup {
    font-size: 50%;
    top: -0.9em; }
  :lang(ru-RU) .page-fenistil-products h3 .disclaimer_superscript {
    font-size: 50%;
    top: -0.9em; }
  @media only screen and (max-width: 767px) {
    :lang(ru-RU) .page-fenistil-products .prod-wrapper .prod-tab-product:nth-child(3) {
      order: 4; }
    :lang(ru-RU) .page-fenistil-products .prod-wrapper .prod-selector-container {
      order: 3; }
      :lang(ru-RU) .page-fenistil-products .prod-wrapper .prod-selector-container .prod-selector-tabs {
        justify-content: center; } }
  :lang(ru-RU) .page-skin-advice .article_hero_banner h1 {
    padding-left: 40%; }
  @media (max-width: 768px) {
    :lang(ru-RU) #footer {
      margin-bottom: 30px; } }
  @media only screen and (min-width: 768px) {
    :lang(ru-RU) .blue_text,
    :lang(ru-RU) .blue_title,
    :lang(ru-RU) span.black_text,
    :lang(ru-RU) span.white_text_title,
    :lang(ru-RU) span.white_text,
    :lang(ru-RU) .article-list h2,
    :lang(ru-RU) .h1-white,
    :lang(ru-RU) .find-your-product .richText-content p,
    :lang(ru-RU) .caption-in-image figcaption p {
      font-family: 'Lato-Regular' !important; } }
  :lang(ru-RU) #homepageCarousel .carousel-inner > .item {
    height: auto;
    padding-top: 0; }
  :lang(ru-RU) .carousel {
    background: none; }
  :lang(ru-RU) h3 {
    text-align: center;
    color: #323232;
    font-size: 56px;
    font-weight: 400; }
    @media only screen and (max-width: 768px) {
      :lang(ru-RU) h3 {
        font-size: 15px; } }
    :lang(ru-RU) h3 span {
      font-style: italic; }
  :lang(ru-RU) .logo img {
    width: 211px; }
    @media only screen and (max-width: 768px) {
      :lang(ru-RU) .logo img {
        width: 77px; } }
  :lang(ru-RU) #header .layout-inner > .default-style {
    background: none; }
  @media only screen and (max-width: 767px) {
    :lang(ru-RU) #header .header {
      height: 40px; }
      :lang(ru-RU) #header .header .navigation-vertical .navigation-mobile-menu {
        width: 40px;
        height: 40px; } }
  @media only screen and (min-width: 992px) {
    :lang(ru-RU) #header .header {
      display: grid;
      align-items: center;
      align-content: center;
      height: 128px; } }
  @media only screen and (min-width: 992px) {
    :lang(ru-RU) #header .header .header_navigation_wrap {
      padding-right: 0; } }
  :lang(ru-RU) #header .header .search_icon {
    /*position: relative;
        top: 0;
        transform: none;*/ }
    :lang(ru-RU) #header .header .search_icon img {
      width: 30px; }
  :lang(ru-RU) #header .header .gsk_icon {
    margin-top: 0; }
    @media only screen and (max-width: 767px) {
      :lang(ru-RU) #header .header .gsk_icon {
        width: 84px; } }
  :lang(ru-RU) #header .header .menu-wrapper > .component-content > .paragraphSystem.content {
    display: flex;
    align-items: center; }
  :lang(ru-RU) #header .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title {
    color: #292929;
    font-size: 20px;
    line-height: 100%;
    text-transform: none; }
    :lang(ru-RU) #header .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title:hover {
      background: transparent;
      color: #FF6000;
      box-shadow: none; }
  :lang(ru-RU) #header .header .navigation-horizontal .navigation-item.navigation-level1.is-active > .navigation-item-title {
    box-shadow: none;
    color: #f68628; }
  :lang(ru-RU) #header .header_navigation_desktop .navigation-branch.navigation-level1 {
    /*display: flex;*/ }
  :lang(ru-RU) #header .top-menu {
    display: flex;
    /*justify-content: flex-end;*/
    border-radius: 50px;
    background: #F2F2F2;
    padding: 12px 0; }
  :lang(ru-RU) .carousel-control > span > img {
    width: 18px; }
  @media only screen and (max-width: 768px) {
    :lang(ru-RU) .situation > .component-content > .paragraphSystem.content {
      display: grid;
      gap: 10px;
      grid-template-columns: 1fr 1fr; }
    :lang(ru-RU) .situation .situation-block {
      padding: 0; }
      :lang(ru-RU) .situation .situation-block .reference-situation {
        padding: 0; } }
  :lang(ru-RU) .situation-wrapper {
    display: grid;
    align-items: center;
    grid-template-columns: 40% 60%;
    gap: 10px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.13) inset;
    color: #000;
    transition: all .3s ease-in-out; }
    @media only screen and (max-width: 768px) {
      :lang(ru-RU) .situation-wrapper {
        grid-template-columns: 35% 65%;
        border-radius: 10px; } }
    :lang(ru-RU) .situation-wrapper:hover {
      color: #FFF;
      border-radius: 20px 0 20px 20px;
      background: linear-gradient(97deg, #EF4423 -3.21%, #FFB649 94.69%);
      cursor: pointer; }
      @media only screen and (max-width: 768px) {
        :lang(ru-RU) .situation-wrapper:hover {
          border-radius: 10px 0 10px 10px; } }
    :lang(ru-RU) .situation-wrapper .situation-img img {
      width: 100%; }
    :lang(ru-RU) .situation-wrapper .situation-text {
      font-size: 34px;
      font-weight: 400;
      line-height: 100%; }
      @media only screen and (max-width: 768px) {
        :lang(ru-RU) .situation-wrapper .situation-text {
          font-size: 14px;
          padding-right: 5px; } }
      :lang(ru-RU) .situation-wrapper .situation-text p {
        margin: 0; }
  :lang(ru-RU) .popups-block {
    position: absolute;
    top: 0;
    left: 0; }
  :lang(ru-RU) .situation-popup {
    z-index: 10; }
    :lang(ru-RU) .situation-popup .close-modal {
      position: absolute;
      right: 0;
      top: 0;
      width: 78px;
      height: 78px;
      cursor: pointer;
      background: center/contain no-repeat url("/../../content/dam/cf-consumer-healthcare/fenistil-new/ru_RU/custom/close_icon.png"); }
  :lang(ru-RU) .btn-orange {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 27px;
    border-radius: 68px;
    padding: 12px 58px;
    background: #FF6000;
    border: 2px solid #FF6000; }
    @media only screen and (max-width: 768px) {
      :lang(ru-RU) .btn-orange {
        font-size: 16px; } }
    :lang(ru-RU) .btn-orange:hover {
      color: #FF6000;
      background: transparent;
      border: 2px solid #FF6000; }
  :lang(ru-RU) .prod-item .prod-text-block {
    position: relative;
    padding: 0 30px 0 46px;
    /*padding: 0 0 0 46px;*/
    /*&:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 25px;
        height: 100%;
        background: bottom / 100% no-repeat url('/../../content/dam/cf-consumer-healthcare/fenistil-new/ru_RU/custom/bullet-2.png');
      }*/ }
  :lang(ru-RU) .prod-item .prod-title {
    color: #054780;
    font-size: 34px;
    font-style: italic;
    font-weight: 700;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      :lang(ru-RU) .prod-item .prod-title {
        font-size: 18px; } }
  :lang(ru-RU) .prod-item .prod-subtitle {
    position: relative;
    color: #FF6000;
    text-align: center;
    font-size: 27px;
    font-style: italic;
    font-weight: 400;
    margin: 0;
    padding-bottom: 40px;
    cursor: pointer; }
    @media only screen and (max-width: 768px) {
      :lang(ru-RU) .prod-item .prod-subtitle {
        font-size: 15px; } }
    :lang(ru-RU) .prod-item .prod-subtitle::after {
      content: '';
      position: absolute;
      bottom: 10px;
      left: 50%;
      width: 38px;
      height: 16px;
      background: center/contain no-repeat url("/../../content/dam/cf-consumer-healthcare/fenistil-new/ru_RU/custom/arrow-up.png");
      transform: translateX(-50%) rotate(-180deg); }
    :lang(ru-RU) .prod-item .prod-subtitle--opened::after {
      transform: translateX(-50%) rotate(0deg); }
  :lang(ru-RU) .prod-item .prod-text, :lang(ru-RU) .prod-item .prod-list {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400; }
    @media only screen and (max-width: 768px) {
      :lang(ru-RU) .prod-item .prod-text, :lang(ru-RU) .prod-item .prod-list {
        font-size: 12px; } }
  :lang(ru-RU) .prod-item .prod-text {
    position: relative;
    /*padding-left: 30px;*/
    /*&:before {
        content: '';
        position: absolute;
        left: 0;
        top: -50%;
        width: 25px;
        height: 100%;
        background: bottom / 100% no-repeat url('/../../content/dam/cf-consumer-healthcare/fenistil-new/ru_RU/custom/bullet.png');
      }*/ }
  :lang(ru-RU) .prod-item .prod-list {
    margin: 30px 0 0 10px; }
    @media only screen and (max-width: 768px) {
      :lang(ru-RU) .prod-item .prod-list {
        margin: 20px 0 0 10px; } }
  :lang(ru-RU) .prod-item .prod-text-block-bottom {
    display: none; }
  :lang(ru-RU) .wtb-box p {
    display: flex;
    margin: 0; }
  :lang(ru-RU) .wtb-box .wtb-link {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    padding: 8px 20px;
    background: center/cover no-repeat url("/../../content/dam/cf-consumer-healthcare/fenistil-new/ru_RU/custom/btn_bg.png"); }
  :lang(ru-RU) .header-block {
    margin: 77px 0; }
    @media only screen and (max-width: 768px) {
      :lang(ru-RU) .header-block {
        margin: 20px 0; } }
    :lang(ru-RU) .header-block h3 {
      margin-bottom: 0; }
  :lang(ru-RU) .action-box-1 .paragraphSystem.content,
  :lang(ru-RU) .action-box-2 .paragraphSystem.content {
    display: flex;
    justify-content: center; }
  :lang(ru-RU) .action-box-1 {
    margin: 0; }
    :lang(ru-RU) .action-box-1:after {
      content: '';
      position: absolute;
      top: -40px;
      width: 100%;
      height: 40px;
      background: center/contain no-repeat url("/../../content/dam/cf-consumer-healthcare/fenistil-new/ru_RU/custom/action-arrow-1.png"); }
      @media only screen and (max-width: 768px) {
        :lang(ru-RU) .action-box-1:after {
          top: -11px;
          height: 11px; } }
    :lang(ru-RU) .action-box-1 .action-block:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 45px;
      height: 45px;
      border-radius: 50%; }
      @media only screen and (max-width: 768px) {
        :lang(ru-RU) .action-box-1 .action-block:after {
          width: 20px;
          height: 20px; } }
    :lang(ru-RU) .action-box-1 .action-block.first:after {
      background: center/contain no-repeat url("/../../content/dam/cf-consumer-healthcare/fenistil-new/ru_RU/custom/ic-one.png"), #FF6000; }
    :lang(ru-RU) .action-box-1 .action-block.even:after {
      background: center/contain no-repeat url("/../../content/dam/cf-consumer-healthcare/fenistil-new/ru_RU/custom/ic-two.png"), #FF6000; }
  :lang(ru-RU) .action-box-2 {
    padding-top: 98px; }
    @media only screen and (max-width: 768px) {
      :lang(ru-RU) .action-box-2 {
        padding-top: 23px; } }
    :lang(ru-RU) .action-box-2:after {
      content: '';
      position: absolute;
      bottom: -40px;
      width: 100%;
      height: 40px;
      background: center/contain no-repeat url("/../../content/dam/cf-consumer-healthcare/fenistil-new/ru_RU/custom/action-arrow-3.png"); }
      @media only screen and (max-width: 768px) {
        :lang(ru-RU) .action-box-2:after {
          bottom: -11px;
          height: 11px; } }
    :lang(ru-RU) .action-box-2:before {
      content: '';
      position: absolute;
      top: 0;
      width: 100%;
      height: 98px;
      background: center/contain no-repeat url("/../../content/dam/cf-consumer-healthcare/fenistil-new/ru_RU/custom/action-arrow-2.png"); }
      @media only screen and (max-width: 768px) {
        :lang(ru-RU) .action-box-2:before {
          height: 23px; } }
    :lang(ru-RU) .action-box-2 .action-block:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 45px;
      height: 45px;
      border-radius: 50%; }
      @media only screen and (max-width: 768px) {
        :lang(ru-RU) .action-box-2 .action-block:after {
          width: 20px;
          height: 20px; } }
    :lang(ru-RU) .action-box-2 .action-block.first:after {
      background: center/contain no-repeat url("/../../content/dam/cf-consumer-healthcare/fenistil-new/ru_RU/custom/ic-three.png"), #FF6000; }
    :lang(ru-RU) .action-box-2 .action-block.even:after {
      background: center/contain no-repeat url("/../../content/dam/cf-consumer-healthcare/fenistil-new/ru_RU/custom/ic-four.png"), #FF6000; }
  :lang(ru-RU) .action-block {
    position: relative;
    color: #383838;
    font-size: 26px;
    font-weight: 400;
    border-radius: 30px;
    border: 1.5px solid #FFF;
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.18), 10px 0 60px 0 rgba(0, 0, 0, 0.07) inset;
    padding: 16px 23px;
    max-width: 531px;
    margin-bottom: 0; }
    @media only screen and (max-width: 768px) {
      :lang(ru-RU) .action-block {
        font-size: 9px;
        border-radius: 10px;
        padding: 16px 14px;
        box-shadow: 3px 0 17px 0 rgba(0, 0, 0, 0.07) inset;
        filter: drop-shadow(0px 0px 39.05px rgba(0, 0, 0, 0.15)); } }
    :lang(ru-RU) .action-block.first {
      margin-right: 50px; }
      @media only screen and (max-width: 768px) {
        :lang(ru-RU) .action-block.first {
          margin: 0; } }
    :lang(ru-RU) .action-block.even {
      margin-left: 50px; }
      @media only screen and (max-width: 768px) {
        :lang(ru-RU) .action-block.even {
          margin-left: 14px; } }
    :lang(ru-RU) .action-block p {
      margin: 0; }
  :lang(ru-RU) .action-bottom-box {
    margin: 70px 0 130px; }
    @media only screen and (max-width: 768px) {
      :lang(ru-RU) .action-bottom-box {
        margin: 50px 0 50px; } }
    :lang(ru-RU) .action-bottom-box .richText-content {
      display: flex;
      justify-content: center;
      gap: 42px; }
      @media only screen and (max-width: 768px) {
        :lang(ru-RU) .action-bottom-box .richText-content {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: 12px; } }
      :lang(ru-RU) .action-bottom-box .richText-content .action-bottom {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 360px;
        padding: 8px;
        margin: 0;
        border-radius: 20px;
        background: #FF6000;
        color: #FFF;
        font-size: 26px;
        line-height: 1;
        text-align: center; }
        @media only screen and (max-width: 768px) {
          :lang(ru-RU) .action-bottom-box .richText-content .action-bottom {
            width: auto;
            padding: 8px 4px;
            font-size: 16px; } }
  :lang(ru-RU) .note-box {
    font-size: 18px;
    color: #323232; }
    @media only screen and (max-width: 768px) {
      :lang(ru-RU) .note-box {
        font-size: 12px; } }
  :lang(ru-RU) .richText.f_menu {
    margin-bottom: 60px !important; }
    :lang(ru-RU) .richText.f_menu ul {
      text-align: center; }
      :lang(ru-RU) .richText.f_menu ul li a {
        color: #FF6000; }
      :lang(ru-RU) .richText.f_menu ul li:before {
        display: none; }
  :lang(ru-RU) .prod-item-img {
    position: relative; }
    :lang(ru-RU) .prod-item-img .prod-btn-more {
      position: absolute;
      bottom: 12px;
      right: 11px; }
      @media only screen and (max-width: 768px) {
        :lang(ru-RU) .prod-item-img .prod-btn-more {
          bottom: 0; } }
      :lang(ru-RU) .prod-item-img .prod-btn-more .btn-orange {
        background: transparent;
        padding: 6px 38px;
        color: #fff;
        border: 2px solid #fff;
        font-size: 20px; }
        @media only screen and (max-width: 768px) {
          :lang(ru-RU) .prod-item-img .prod-btn-more .btn-orange {
            font-size: 10px; } }
        :lang(ru-RU) .prod-item-img .prod-btn-more .btn-orange:hover {
          background: #FF6000;
          border: 2px solid #FF6000; }
  :lang(ru-RU) .overlay-background {
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(30px); }
  :lang(ru-RU) .overlay-container {
    top: -12px; }
    :lang(ru-RU) .overlay-container .overlay-content {
      border-radius: 68px 0 68px 68px;
      color: #000;
      padding: 30px;
      font-size: 30px;
      line-height: 100%;
      box-shadow: 0 0 124px 0 rgba(0, 0, 0, 0.25); }
      @media only screen and (max-width: 768px) {
        :lang(ru-RU) .overlay-container .overlay-content {
          border-radius: 10px 0 10px 10px;
          font-size: 10px;
          max-width: 90% !important; } }
      :lang(ru-RU) .overlay-container .overlay-content .box-heading {
        display: none; }
    :lang(ru-RU) .overlay-container h1 {
      display: none; }
    @media only screen and (max-width: 768px) {
      :lang(ru-RU) .overlay-container .overlay-close {
        top: -12px; } }
    :lang(ru-RU) .overlay-container .overlay-close:after {
      display: block;
      position: relative;
      content: '';
      background: center/contain no-repeat url("/../../content/dam/cf-consumer-healthcare/fenistil-new/ru_RU/custom/close_icon.png");
      width: 78px;
      height: 78px;
      right: -50%; }
      @media only screen and (max-width: 768px) {
        :lang(ru-RU) .overlay-container .overlay-close:after {
          width: 21px;
          height: 21px; } }
    :lang(ru-RU) .overlay-container .situation-header {
      display: block;
      font-size: 43px;
      font-style: italic;
      line-height: 100%; }
      @media only screen and (max-width: 768px) {
        :lang(ru-RU) .overlay-container .situation-header {
          font-size: 13px; } }
  :lang(ru-RU) .prod-popup .prod-popup-header {
    color: #054780;
    font-size: 40px;
    font-style: italic;
    font-weight: 700;
    line-height: 100%; }
    @media only screen and (max-width: 768px) {
      :lang(ru-RU) .prod-popup .prod-popup-header {
        font-size: 20px; } }
  :lang(ru-RU) .prod-popup .prod-popup-text {
    margin-bottom: 50px; }
    @media only screen and (max-width: 768px) {
      :lang(ru-RU) .prod-popup .prod-popup-text {
        margin-bottom: 20px; } }
  :lang(ru-RU) .prod-popup .prod-note {
    font-size: 20px;
    line-height: 100%; }
    @media only screen and (max-width: 768px) {
      :lang(ru-RU) .prod-popup .prod-note {
        font-size: 8px; } }
  :lang(ru-RU) .prod-popup img {
    width: 40%; }
  :lang(ru-RU) .mobile_navigation_wrap .navigation-root.navigation-branch.navigation-level1.is-open {
    width: 50%;
    height: auto !important;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    padding: 15px 0;
    left: 10px;
    top: 40px; }
  :lang(ru-RU) .header .navigation-vertical .navigation-item > a.navigation-item-title,
  :lang(ru-RU) .header .homepage_link {
    color: #292929;
    font-size: 14px;
    font-weight: 400; }
    :lang(ru-RU) .header .navigation-vertical .navigation-item > a.navigation-item-title:hover,
    :lang(ru-RU) .header .homepage_link:hover {
      color: #292929; }
  @media only screen and (max-width: 768px) {
    :lang(ru-RU) .header .navigation-vertical .navigation-item.navigation-level2 > .navigation-item-title {
      padding: 10px;
      font-size: 12px; }
      :lang(ru-RU) .header .navigation-vertical .navigation-item.navigation-level2 > .navigation-item-title:before {
        display: none; } }
  :lang(ru-RU) .medical-disclaimer-1,
  :lang(ru-RU) .medical-disclaimer-2 {
    font-size: 60px;
    color: #323232;
    line-height: 110%; }
    @media only screen and (max-width: 768px) {
      :lang(ru-RU) .medical-disclaimer-1,
      :lang(ru-RU) .medical-disclaimer-2 {
        font-size: 20px; } }
  :lang(ru-RU) .header_navigation_desktop {
    display: none; }
  :lang(ru-RU) #header .top-menu {
    min-height: 44px; }

/* SLOVENIA localisation */
:lang(bs-BA) { }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    :lang(bs-BA) .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title {
      font-size: 8px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    :lang(bs-BA) .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title {
      font-size: 10px; } }
  @media only screen and (min-width: 1400px) and (max-width: 1599px) {
    :lang(bs-BA) .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title {
      font-size: 12px; } }
  @media only screen and (min-width: 1600px) and (max-width: 1699px) {
    :lang(bs-BA) .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title {
      font-size: 15px; } }
  @media only screen and (min-width: 1700px) {
    :lang(bs-BA) .header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title {
      font-size: 15px; } }
  @media only screen and (min-width: 992px) {
    :lang(bs-BA) .header .navigation-horizontal .navigation-level2.navigation-branch .navigation-item {
      padding: 7px 10px 7px 32px; } }
  @media only screen and (max-width: 767px) {
    :lang(bs-BA) #productCarousel .item .prodSlidecontent img {
      width: 200px;
      height: auto; } }
  :lang(bs-BA) .search-tabs .searchFilter-control {
    min-width: 168px;
    width: auto; }
  :lang(bs-BA) .accordion-slide.is-active > .accordion-content-wrapper {
    visibility: visible;
    position: relative;
    top: auto;
    left: auto;
    height: auto !important;
    overflow: auto; }
  :lang(bs-BA) #homepageCarousel .carousel-inner > .item {
    background-size: cover !important; }
    :lang(bs-BA) #homepageCarousel .carousel-inner > .item .title-text {
      font-size: 2.5vw;
      text-transform: uppercase; }
    :lang(bs-BA) #homepageCarousel .carousel-inner > .item .slider_disclaimer {
      position: absolute;
      bottom: 5px;
      left: 0;
      width: 100%;
      color: #fff;
      font-size: 0.625vw;
      text-align: center;
      padding: 0 15px; }
      @media only screen and (max-width: 768px) {
        :lang(bs-BA) #homepageCarousel .carousel-inner > .item .slider_disclaimer {
          font-size: 1.563vw; } }
    :lang(bs-BA) #homepageCarousel .carousel-inner > .item .button-div {
      position: relative;
      bottom: auto;
      right: auto;
      float: none !important; }
      :lang(bs-BA) #homepageCarousel .carousel-inner > .item .button-div a {
        margin-top: 15px; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          :lang(bs-BA) #homepageCarousel .carousel-inner > .item .button-div a {
            font-size: 14px;
            line-height: 30px;
            height: 30px;
            width: 140px;
            padding: 0;
            margin-top: 7px; } }
      @media only screen and (max-width: 767px) {
        :lang(bs-BA) #homepageCarousel .carousel-inner > .item .button-div {
          transform: scale(0.6);
          float: left !important;
          clear: both;
          left: 0;
          margin-left: -50px; }
          :lang(bs-BA) #homepageCarousel .carousel-inner > .item .button-div a {
            margin-top: 0; } }
    :lang(bs-BA) #homepageCarousel .carousel-inner > .item.first-item p, :lang(bs-BA) #homepageCarousel .carousel-inner > .item.second-item p, :lang(bs-BA) #homepageCarousel .carousel-inner > .item.third-item p {
      font-family: "Foco-BoldItalic" !important; }
    :lang(bs-BA) #homepageCarousel .carousel-inner > .item.fourth-item {
      background-position: -180px 0; }
      @media only screen and (min-width: 415px) and (max-width: 767px) {
        :lang(bs-BA) #homepageCarousel .carousel-inner > .item.fourth-item {
          background-position: -90px 0;
          background-color: #F25B00; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        :lang(bs-BA) #homepageCarousel .carousel-inner > .item.fourth-item {
          background-position: -150px 0; } }
      @media only screen and (max-width: 414px) {
        :lang(bs-BA) #homepageCarousel .carousel-inner > .item.fourth-item {
          background-position: -140px 0;
          background-color: #F25B00; } }
      :lang(bs-BA) #homepageCarousel .carousel-inner > .item.fourth-item .description-text {
        font-size: 1.8vw; }
      @media only screen and (max-width: 767px) {
        :lang(bs-BA) #homepageCarousel .carousel-inner > .item.fourth-item .description-text {
          font-size: 2.6vw; }
        :lang(bs-BA) #homepageCarousel .carousel-inner > .item.fourth-item .title-text {
          font-size: 4.6vw; }
        :lang(bs-BA) #homepageCarousel .carousel-inner > .item.fourth-item .description-text {
          font-size: 2.8vw;
          line-height: 1.2;
          padding-right: 10px; }
          :lang(bs-BA) #homepageCarousel .carousel-inner > .item.fourth-item .description-text br {
            display: none; }
        :lang(bs-BA) #homepageCarousel .carousel-inner > .item.fourth-item .button-div {
          margin-left: -30px; } }
    :lang(bs-BA) #homepageCarousel .carousel-inner > .item.fifth-item .slide-text {
      /*margin-top: -28%;*/ }
    @media only screen and (min-width: 1025px) {
      :lang(bs-BA) #homepageCarousel .carousel-inner > .item.sixth-item .slide-text {
        margin-left: 12.66666667% !important; }
        :lang(bs-BA) #homepageCarousel .carousel-inner > .item.sixth-item .slide-text p:nth-child(3) {
          left: 5%; } }
    :lang(bs-BA) #homepageCarousel .carousel-inner > .item.sixth-item .description-text {
      font-size: 1.6vw; }
    :lang(bs-BA) #homepageCarousel .carousel-inner > .item.sixth-item .title-text {
      font-size: 2.5vw; }
    :lang(bs-BA) #homepageCarousel .carousel-inner > .item.sixth-item .description-text {
      font-size: 1.2vw; }
    :lang(bs-BA) #homepageCarousel .carousel-inner > .item.sixth-item .slide-text {
      /*margin-top: -28%;*/ }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      :lang(bs-BA) #homepageCarousel .carousel-inner > .item.sixth-item .slide-text .title-text {
        font-size: 2.6vw; }
      :lang(bs-BA) #homepageCarousel .carousel-inner > .item.sixth-item .slide-text .description-text {
        font-size: 1.4vw; } }
    @media only screen and (max-width: 767px) {
      :lang(bs-BA) #homepageCarousel .carousel-inner > .item.sixth-item .slide-text {
        top: 2%; }
      :lang(bs-BA) #homepageCarousel .carousel-inner > .item.sixth-item .title-text {
        font-size: 3vw; }
      :lang(bs-BA) #homepageCarousel .carousel-inner > .item.sixth-item .description-text {
        font-size: 2.8vw;
        line-height: 1.2;
        padding-right: 10px;
        width: 60%; }
        :lang(bs-BA) #homepageCarousel .carousel-inner > .item.sixth-item .description-text br {
          display: none; }
      :lang(bs-BA) #homepageCarousel .carousel-inner > .item.sixth-item .button-div {
        margin-left: 100px;
        margin-top: 54px; } }
    @media only screen and (max-width: 767px) {
      :lang(bs-BA) #homepageCarousel .carousel-inner > .item {
        /*&.first-item,
      &.second-item,*/ }
        :lang(bs-BA) #homepageCarousel .carousel-inner > .item.third-item p {
          color: #005089; } }
  :lang(bs-BA) #productCarousel .carousel-indicators, :lang(bs-BA) #productCarousel .carousel-control {
    display: none; }
  :lang(bs-BA) .prod-tab-inner-box .prod-tab-button {
    margin-top: -30px;
    margin-bottom: 30px; }
    :lang(bs-BA) .prod-tab-inner-box .prod-tab-button .component-content {
      overflow: inherit;
      display: block;
      width: 100%; }
      :lang(bs-BA) .prod-tab-inner-box .prod-tab-button .component-content a {
        width: 100%;
        line-height: 1.5;
        max-width: none; }
  :lang(bs-BA) .page-skin-advice .reference-product-carousel .first-btn {
    left: 0;
    text-align: left;
    position: relative;
    margin: 30px 0 0 0;
    justify-content: flex-start; }
  :lang(bs-BA) .find-your-product .richText-content h2,
  :lang(bs-BA) .caption-in-image figcaption h3,
  :lang(bs-BA) .h1-white, :lang(bs-BA) .title-h2-skin,
  :lang(bs-BA) .prod-detail-how-and-when h2,
  :lang(bs-BA) .article-list h3,
  :lang(bs-BA) .container h1,
  :lang(bs-BA) h1 .h1-blue,
  :lang(bs-BA) .art-tab-title {
    font-family: "Roboto" !important; }
  :lang(bs-BA) .title-text,
  :lang(bs-BA) .description-text {
    font-family: 'Montserrat', sans-serif !important; }
  @media only screen and (min-width: 1200px) {
    :lang(bs-BA) .product_description_tabs .tabs-nav-item a {
      font-size: 16px; } }
  @media only screen and (min-width: 992px) {
    :lang(bs-BA) .page-skin-advice .disclaimer_superscript {
      left: -3px; } }
  :lang(bs-BA) #footer {
    padding-bottom: 100px; }
    @media only screen and (min-width: 992px) {
      :lang(bs-BA) #footer {
        padding-bottom: 140px; } }
    :lang(bs-BA) #footer .f_menu {
      margin-bottom: 15px; }
  :lang(bs-BA) .know_orange span.white_text_title {
    float: none;
    padding: 0; }
  :lang(bs-BA) .know_orange span.white_text {
    float: none;
    padding: 0; }
  :lang(bs-BA) .know_orange .disclaimer-superscript-white-text {
    top: -0.5em;
    left: auto; }
  :lang(bs-BA) .disclaimer {
    height: 7.5%;
    font-size: 2vh;
    text-align: center;
    background: #f68628;
    color: #fff;
    border-top: 2px solid #e2e2e2;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px; }
    @media (max-width: 767px) {
      :lang(bs-BA) .disclaimer {
        font-size: 9px; } }
    :lang(bs-BA) .disclaimer p {
      margin-bottom: 0; }
  @media only screen and (min-width: 992px) {
    :lang(bs-BA) .page-itchy-skin .article_hero_banner .richText {
      margin-top: 5%; } }
  :lang(bs-BA) .skin-advice-header .component-content {
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 450px) {
      :lang(bs-BA) .skin-advice-header .component-content {
        background-position: 60% 0%;
        background-repeat: no-repeat; } }
  :lang(bs-BA) .prod-detail-banner + div .component-content {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom; }
  :lang(bs-BA) .prod-detail-how-and-when .richText {
    padding: 70px 35px 120px; }
    @media only screen and (max-width: 991px) {
      :lang(bs-BA) .prod-detail-how-and-when .richText {
        padding: 30px 20px 80px; } }
  :lang(bs-BA) .tabs-nav {
    height: auto; }
  @media only screen and (min-width: 768px) {
    :lang(bs-BA) .header .navigation-vertical .navigation-mobile-menu {
      height: 90px; } }
  @media only screen and (max-width: 767px) {
    :lang(bs-BA) .caption-in-image figcaption h3 {
      font-size: 19px; }
    :lang(bs-BA) .page-fenistil-products .article-list figcaption {
      left: 0; }
    :lang(bs-BA) .prod-detail-how-and-when > div.component-content {
      background-position-x: left; }
    :lang(bs-BA) .tabs-nav {
      position: relative; }
      :lang(bs-BA) .tabs-nav .tabs-nav-list {
        width: 100%; }
    :lang(bs-BA) .product_description_tabs {
      margin-top: 0; }
      :lang(bs-BA) .product_description_tabs .tabs-nav-item {
        border-right: none; }
      :lang(bs-BA) .product_description_tabs .tabs > .component-content {
        padding-top: 10px; }
    :lang(bs-BA) .prod-selector-container {
      margin-bottom: 20px; }
    :lang(bs-BA) #heading0 a:before,
    :lang(bs-BA) #heading1 a:before,
    :lang(bs-BA) #heading2 a:before,
    :lang(bs-BA) #heading3 a:before,
    :lang(bs-BA) #heading4 a:before,
    :lang(bs-BA) #heading5 a:before {
      height: 44px;
      background-size: 86%;
      top: -8%; }
    :lang(bs-BA) #heading5 a:before {
      vertical-align: -43%; }
    :lang(bs-BA) .reference-product-carousel .carousel-inner {
      min-height: auto; }
    :lang(bs-BA) .prod-tab-article .image-description1,
    :lang(bs-BA) .prod-tab-article .image-description2,
    :lang(bs-BA) .prod-tab-article .image-description3 {
      min-height: 100px; }
    :lang(bs-BA) .page-skin-stress .article_hero_banner .richText {
      opacity: 1; }
    :lang(bs-BA).page-404-handler .prod-tab-button a {
      padding: 24px 10px; } }
  @media only screen and (max-width: 991px) {
    :lang(bs-BA).page-contact h1 {
      padding-left: 15px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    :lang(bs-BA) .logo {
      top: 13px; }
    :lang(bs-BA) .prod-tab-inner-box .prod-tab-button .component-content a {
      font-size: 9px;
      padding: 0 10px; }
    :lang(bs-BA) .skin-advice-header .component-content {
      background-position-x: center; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    :lang(bs-BA) .caption-in-image figcaption h3 {
      font-size: 20px; }
    :lang(bs-BA) .product_description_tabs .tabs-content {
      padding: 60px 0 30px; }
    :lang(bs-BA) .prod-selector-container .nav-tabs {
      margin-bottom: 20px; } }
  :lang(bs-BA) .product_description_tabs .tabs-content {
    padding: 50px 0; }
  :lang(bs-BA) .searchResults-title a {
    font-family: "Foco-BoldItalic" !important; }
  :lang(bs-BA) .searchResults-image {
    margin-right: 15px; }
  :lang(bs-BA) .prod-tab-divider {
    display: none; }
  :lang(bs-BA) .prod-selector-container .nav-tabs {
    z-index: 999; }
  @media only screen and (max-width: 991px) and (min-width: 768px) {
    :lang(bs-BA) .page-fenistil-products .article-list figcaption {
      left: 0; } }
  @media only screen and (max-width: 374px) {
    :lang(bs-BA) .reference-product-icons,
    :lang(bs-BA) .prod-tab-icons {
      padding: 0; } }

/*# sourceMappingURL=../maps/core/main.css.map */

:lang(de-DE) .regulatory-box .text-read-more .dots {
  display: inline-block;
}

:lang(de-DE) .regulatory-box .text-read-more .hide-on-mobile {
  display: none;
}

:lang(de-DE) .regulatory-box .text-read-more>.component-content>.richText-content>.read-more {
  display: none;
}

:lang(de-DE) .regulatory-box .hide-read {
  display: none;
}

:lang(de-DE) .regulatory-box .read-more-lines {
  display: flex;
}

:lang(de-DE) .regulatory-box .button-read-more {
  display: table;
}

@media (min-width: 992px) {
    .read-more {
        display:inline
    }
}

@media (min-width: 992px) {
    .dots {
        display:none
    }
}

.read-more-lines {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

@media (min-width: 992px) {
    .read-more-lines {
        display:none
    }
}

.button-read-more {
    z-index: 1;
    color: #337ab7;
    font-size: 1.125rem;
    font-weight: bold;
    position: relative;
    display: table;
    margin: 0 auto;
    cursor: pointer;
    width: 100%;
    text-align: center;
    overflow: hidden
}

.button-read-more::after {
    content: '';
    border: solid #e86215;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg) translate(4px,-6px);
    outline: none;
    position: relative
}

.button-read-more.inverted::after {
    transform: scaleY(-1) rotate(45deg) translate(4px,-8px)
}

.button-read-more .text {
    width: 100%
}

.button-read-more .text::after,
.button-read-more .text::before {
    background-color: rgba(0,0,0,0.1);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    color: #e86215;
    width: 50%
}

.button-read-more .text::before {
    margin-left: -50%
}

.button-read-more .text::after {
    left: 17px;
    margin-right: -50%
}

@media (min-width: 992px) {
    .button-read-more {
        display:none
    }
}

@media screen and (max-width: 991px) {
    .hide-teaser {
        display:none
    }
}
