:root {
  --brand-blue: #054780;
  --brand-orange: #FF6000;
  --text-gray: #323232;
  --color-primary: var(--brand-blue);
  --color-secondary: var(--brand-orange); }

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

@font-face {
  font-family: 'Raleway';
  src: url("../../assets/fonts/Raleway-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Raleway';
  src: url("../../assets/fonts/Raleway-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Raleway';
  src: url("../../assets/fonts/Raleway-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-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; }

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

html,
body {
  width: 100%;
  overflow-x: hidden;
  color: var(--text-gray); }

[id="wrapper"],
.container {
  color: var(--text-gray);
  background-color: #fff; }

[id="wrapper"] {
  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 {
  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: var(--text-gray);
  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: var(--text-gray);
  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;
  text-transform: uppercase;
  background: #005089;
  border-radius: 15px 0 15px 0;
  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;
  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;
  font-weight: normal;
  -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;
  font-weight: normal;
  -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: inherit; }

@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; }

.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-weight: 700;
  font-size: 48px;
  color: #f68628; }

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

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

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

.find-your-product .richText-content a,
.caption-in-image figcaption 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); }

@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-size: 22px;
  line-height: 1; }

.prod-tabs-intro strong {
  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;
  color: #f68628;
  font-weight: 600; }

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

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

.h1-white {
  color: #fff;
  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-size: 48px;
  color: #005089; }

.prod-tab-title-mobile {
  display: none;
  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-size: 48px;
  color: #F68628; }

.art-tab-title-mobile {
  display: none;
  font-size: 30px;
  color: #005089; }

.art-tab-blue-description {
  color: #00339e;
  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;
  padding-top: 2rem;
  text-align: left;
  padding-bottom: 3rem; }

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

.image-description1,
.image-description2,
.image-description3 {
  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-size: 48px;
  font-weight: bold;
  font-style: italic; }

.searchResults-description {
  padding-left: 325px;
  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: var(--text-gray); }

.disclaimer_superscript_left {
  position: relative;
  top: -0.5em;
  font-size: 80%;
  color: var(--text-gray); }

.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: var(--text-gray); }

.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-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-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-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-weight: 700;
  color: #f68628;
  font-size: 40px; }

.prod-detail-how-and-when h3 {
  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-size: 48px;
  font-weight: bold;
  font-style: italic; }

.searchResults-description {
  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-size: 48px;
  font-weight: bold;
  font-style: italic; }

.searchResults-description {
  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: inherit; }
  .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; }
  .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-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;
    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 {
  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; } }

:lang(ru-RU) {
  /*carousel */
  /*Fenivate page*/
  /* spoiler */
  /* symptoms Scroll Monitor */
  /* When features Scroll Monitor */
  /* action-features Scroll Monitor */
  /* select-tubes Scroll Monitor */
  /* select-simptoms-item Scroll Monitor */ }
  :lang(ru-RU) html {
    font-size: 17px; }
  :lang(ru-RU) body {
    font-size: 17px;
    line-height: 1.38;
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: relative; }
  :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; } }
  @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) .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-weight: 700;
    font-style: normal; }
  :lang(ru-RU) .searchResults-image {
    margin: 0 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: 0;
        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: 0 0 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) #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) .twentytwenty-after,
  :lang(ru-RU) .twentytwenty-after img:nth-child(1) {
    position: relative !important; }
  :lang(ru-RU) .twentytwenty-handle-image img {
    width: 20% !important; }
  @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 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) .select-simptoms-item.no-border {
      font-size: 22px; } }
  @media only screen and (max-width: 962px) and (min-width: 768px) {
    :lang(ru-RU) .articles-item-text {
      margin-left: 20px; } }
  :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) .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 > .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; } }
  :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: var(--color-secondary);
      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: var(--color-secondary);
    border: 2px solid var(--color-secondary); }
    @media only screen and (max-width: 768px) {
      :lang(ru-RU) .btn-orange {
        font-size: 16px; } }
    :lang(ru-RU) .btn-orange:hover {
      color: var(--color-secondary);
      background: transparent;
      border: 2px solid var(--color-secondary); }
  :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: var(--color-primary);
    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: var(--color-secondary);
    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"), var(--color-secondary); }
    :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"), var(--color-secondary); }
  :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"), var(--color-secondary); }
    :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"), var(--color-secondary); }
  :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: var(--color-secondary);
        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: var(--color-secondary); }
      :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: var(--color-secondary);
          border: 2px solid var(--color-secondary); }
  :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: var(--color-primary);
    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) .product-list {
    padding-top: 50px; }
    @media (max-width: 1399px) {
      :lang(ru-RU) .product-list {
        padding-top: 25px; } }
    :lang(ru-RU) .product-list > .component-content > .content {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      row-gap: 20px; }
      @media (max-width: 1199px) {
        :lang(ru-RU) .product-list > .component-content > .content {
          display: flex;
          flex-direction: column; } }
      :lang(ru-RU) .product-list > .component-content > .content > a, :lang(ru-RU) .product-list > .component-content > .content::after, :lang(ru-RU) .product-list > .component-content > .content::before {
        display: none !important; }
  :lang(ru-RU) .snippetReference > .inner,
  :lang(ru-RU) .snippetReference > .inner > .component-content {
    height: 100%;
    margin-bottom: 0; }
  :lang(ru-RU) .product-list-item {
    height: 100%;
    margin-bottom: 0; }
    :lang(ru-RU) .product-list-item > .component-content {
      height: 100%; }
    :lang(ru-RU) .product-list-item > .component-content > .content {
      height: 100%;
      display: grid;
      grid-template-columns: 47% auto; }
      :lang(ru-RU) .product-list-item > .component-content > .content > a, :lang(ru-RU) .product-list-item > .component-content > .content::after, :lang(ru-RU) .product-list-item > .component-content > .content::before {
        display: none !important; }
    :lang(ru-RU) .product-list-item .product-item-image {
      border-radius: 30px 0 0 0; }
      @media (max-width: 767px) {
        :lang(ru-RU) .product-list-item .product-item-image {
          border-radius: 15px 0 0 0; } }
      .reference-fenistil-gel :lang(ru-RU) .product-list-item .product-item-image {
        background: linear-gradient(152deg, #3F89C9 27.12%, #1160A4 70.76%); }
      .reference-fenistil-emulsion :lang(ru-RU) .product-list-item .product-item-image {
        background: linear-gradient(118deg, #EF4423 5.43%, #FFB649 84.57%); }
      .reference-fenistil-drops :lang(ru-RU) .product-list-item .product-item-image {
        background: linear-gradient(152deg, #128A12 28.01%, #5ABE64 71.65%); }
      :lang(ru-RU) .product-list-item .product-item-image > .component-content {
        height: 100%; }
        :lang(ru-RU) .product-list-item .product-item-image > .component-content figure {
          height: 100%;
          display: flex;
          flex-direction: column;
          padding-top: 22px; }
          :lang(ru-RU) .product-list-item .product-item-image > .component-content figure img {
            max-width: 100%;
            max-height: 390px;
            margin: auto; }
            @media (orientation: landscape) and (max-height: 700px) {
              :lang(ru-RU) .product-list-item .product-item-image > .component-content figure img {
                max-height: 300px; } }
            @media (max-width: 767px) {
              :lang(ru-RU) .product-list-item .product-item-image > .component-content figure img {
                max-height: 200px; } }
        :lang(ru-RU) .product-list-item .product-item-image > .component-content figcaption {
          position: relative; }
    :lang(ru-RU) .product-list-item .product-item-weight {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 3px 12px;
      background-color: #fff;
      color: var(--color-primary);
      font-size: 24px;
      line-height: 1.2;
      font-style: italic;
      text-align: center;
      border-top-left-radius: 15px;
      border-bottom-right-radius: 15px;
      transform: skewX(-10deg);
      margin-top: 0;
      margin-bottom: 0;
      position: absolute;
      right: 14px;
      bottom: 76px; }
      @media (max-width: 1399px) {
        :lang(ru-RU) .product-list-item .product-item-weight {
          font-size: 20px; } }
      @media (max-width: 767px) {
        :lang(ru-RU) .product-list-item .product-item-weight {
          font-size: 10px;
          right: 10px;
          bottom: 34px; } }
    :lang(ru-RU) .product-list-item .product-item-buttonset {
      display: flex;
      justify-content: center;
      column-gap: 12px;
      padding: 12px 8px;
      margin: 0; }
      @media (max-width: 767px) {
        :lang(ru-RU) .product-list-item .product-item-buttonset {
          column-gap: 4px;
          padding: 6px 8px; } }
      :lang(ru-RU) .product-list-item .product-item-buttonset .button-white,
      :lang(ru-RU) .product-list-item .product-item-buttonset .button-white-border {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        line-height: 1.2;
        border: 2px solid #fff;
        border-radius: 30px;
        padding: 8px 12px;
        text-align: center;
        text-decoration: none; }
        :lang(ru-RU) .product-list-item .product-item-buttonset .button-white:hover,
        :lang(ru-RU) .product-list-item .product-item-buttonset .button-white-border:hover {
          background-color: var(--color-secondary);
          border-color: var(--color-secondary);
          color: #fff; }
        @media (max-width: 1399px) {
          :lang(ru-RU) .product-list-item .product-item-buttonset .button-white,
          :lang(ru-RU) .product-list-item .product-item-buttonset .button-white-border {
            font-size: 16px; } }
        @media (max-width: 767px) {
          :lang(ru-RU) .product-list-item .product-item-buttonset .button-white,
          :lang(ru-RU) .product-list-item .product-item-buttonset .button-white-border {
            font-size: 10px;
            border-width: 1px;
            padding: 4px 6px; } }
      :lang(ru-RU) .product-list-item .product-item-buttonset .button-white {
        color: #323232;
        background-color: #fff; }
      :lang(ru-RU) .product-list-item .product-item-buttonset .button-white-border {
        color: #fff; }
    :lang(ru-RU) .product-list-item .product-item-text {
      border-radius: 0 0 30px 0;
      border: 2px solid #323232;
      border-left-width: 0;
      margin-bottom: 0;
      padding: 14px; }
      @media (max-width: 767px) {
        :lang(ru-RU) .product-list-item .product-item-text {
          border-radius: 0 0 15px 0;
          border-width: 1px;
          border-left-width: 0;
          padding: 10px; } }
      :lang(ru-RU) .product-list-item .product-item-text h2 {
        color: var(--color-primary);
        font-size: 34px;
        font-style: italic;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 0; }
        @media (max-width: 1399px) {
          :lang(ru-RU) .product-list-item .product-item-text h2 {
            font-size: 30px; } }
        @media (max-width: 767px) {
          :lang(ru-RU) .product-list-item .product-item-text h2 {
            font-size: 20px; } }
      :lang(ru-RU) .product-list-item .product-item-text h3 {
        color: var(--color-secondary);
        font-size: 22px;
        font-style: italic;
        font-weight: 400;
        text-align: left;
        margin-top: 0;
        margin-bottom: 8px; }
        @media (max-width: 1399px) {
          :lang(ru-RU) .product-list-item .product-item-text h3 {
            font-size: 20px; } }
        @media (max-width: 767px) {
          :lang(ru-RU) .product-list-item .product-item-text h3 {
            font-size: 12px; } }
      :lang(ru-RU) .product-list-item .product-item-text p {
        color: #000;
        font-size: 16px;
        line-height: 1.25; }
        :lang(ru-RU) .product-list-item .product-item-text p:first-child {
          margin-top: 0; }
        :lang(ru-RU) .product-list-item .product-item-text p:last-child {
          margin-bottom: 0; }
        @media (max-width: 1399px) {
          :lang(ru-RU) .product-list-item .product-item-text p {
            font-size: 14px; } }
        @media (max-width: 767px) {
          :lang(ru-RU) .product-list-item .product-item-text p {
            font-size: 8px; } }
      :lang(ru-RU) .product-list-item .product-item-text ul {
        list-style: initial;
        padding-left: 15px;
        color: #000;
        font-size: 14px;
        line-height: 1.25; }
        :lang(ru-RU) .product-list-item .product-item-text ul:not(:last-child) {
          margin-bottom: 10px; }
        :lang(ru-RU) .product-list-item .product-item-text ul li {
          padding-left: 0;
          margin-bottom: 0; }
          :lang(ru-RU) .product-list-item .product-item-text ul li::before {
            display: none; }
        @media (max-width: 1399px) {
          :lang(ru-RU) .product-list-item .product-item-text ul {
            font-size: 12px; } }
        @media (max-width: 767px) {
          :lang(ru-RU) .product-list-item .product-item-text ul {
            font-size: 6px; } }
  :lang(ru-RU) .products-note {
    font-size: 12px;
    margin-top: 30px; }
    @media (max-width: 767px) {
      :lang(ru-RU) .products-note {
        font-size: 6px;
        margin-top: 15px; } }
  :lang(ru-RU) .about-hero-banner {
    margin-bottom: 56px; }
    @media (max-width: 767px) {
      :lang(ru-RU) .about-hero-banner {
        margin-bottom: 16px; } }
  :lang(ru-RU) .about-info {
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 72px; }
    :lang(ru-RU) .about-info > .component-content {
      border-radius: 20px;
      background: linear-gradient(90deg, #F6F6F6 14%, rgba(246, 246, 246, 0) 100%);
      padding: 40px 32px; }
    :lang(ru-RU) .about-info p:last-child {
      margin-bottom: 0; }
    @media (max-width: 767px) {
      :lang(ru-RU) .about-info {
        font-size: 12px;
        margin-bottom: 24px; }
        :lang(ru-RU) .about-info > .component-content {
          border-radius: 8px;
          padding: 12px 8px; } }
  @media (min-width: 768px) {
    :lang(ru-RU) .about-image {
      position: relative; }
      :lang(ru-RU) .about-image::before {
        content: '';
        width: 20%;
        max-width: 132px;
        aspect-ratio: 1;
        background: var(--color-secondary);
        filter: blur(52px);
        position: absolute;
        top: 0;
        right: 22px; }
      :lang(ru-RU) .about-image::after {
        content: '';
        width: 30%;
        max-width: 183px;
        aspect-ratio: 1;
        background: url("/content/dam/cf-consumer-healthcare/fenistil-new/ru_RU/desktop/about/origin.png") center/cover no-repeat;
        position: absolute;
        left: 0;
        bottom: 0;
        transform: translate(-5%, -5%); } }
  :lang(ru-RU) .about-image > .component-content {
    overflow: hidden; }
    @media (max-width: 767px) {
      :lang(ru-RU) .about-image > .component-content {
        border-radius: 10px;
        background: #D9D9D9;
        aspect-ratio: 1.95/1; } }
    @media (min-width: 768px) {
      :lang(ru-RU) .about-image > .component-content {
        position: relative;
        aspect-ratio: 1;
        border-radius: 50%; } }
  :lang(ru-RU) .about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  :lang(ru-RU) .about-text {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      :lang(ru-RU) .about-text {
        font-size: 12px;
        margin-bottom: 20px; } }
    :lang(ru-RU) .about-text h1 {
      color: var(--color-secondary);
      font-size: 60px;
      font-weight: 700;
      margin-top: 0;
      margin-bottom: 60px;
      padding-top: 0; }
      @media (max-width: 767px) {
        :lang(ru-RU) .about-text h1 {
          font-size: 22px;
          margin-bottom: 24px; } }
    :lang(ru-RU) .about-text h2 {
      font-size: 40px;
      font-weight: 400;
      line-height: 120%;
      margin-top: 0;
      margin-bottom: 28px; }
      :lang(ru-RU) .about-text h2 strong {
        font-size: 48px;
        font-style: italic;
        font-weight: 700; }
      @media (max-width: 767px) {
        :lang(ru-RU) .about-text h2 {
          font-size: 20px;
          margin-bottom: 10px; }
          :lang(ru-RU) .about-text h2 strong {
            font-size: 22px; } }
    :lang(ru-RU) .about-text p {
      margin-bottom: 0.75em; }
    :lang(ru-RU) .about-text p:last-child {
      margin-bottom: 0; }
    :lang(ru-RU) .about-text p + h2 {
      margin-top: 60px; }
      @media (max-width: 767px) {
        :lang(ru-RU) .about-text p + h2 {
          margin-top: 24px; } }
  :lang(ru-RU) .products-note > .component-content {
    padding-left: 15px;
    padding-right: 15px; }

/*# sourceMappingURL=../maps/core/main.css.map */

