/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Manrope";
  src: url("../../assets/fonts/Manrope-ExtraLight.woff2") format("woff2"),
    url("../../assets/fonts/Manrope-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: "Manrope";
  src: url("../../assets/fonts/Manrope-Regular.woff2") format("woff2"),
    url("../../assets/fonts/Manrope-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../../assets/fonts/Manrope-SemiBold.woff2") format("woff2"),
    url("../../assets/fonts/Manrope-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../../assets/fonts/Manrope-Light.woff2') format('woff2'),
        url('../../assets/fonts/Manrope-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  min-height: 100vh;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body.mfp-zoom-out-cur {
  overflow: hidden;
  height: 100%;
}

body {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  overflow-x: hidden;
  height: 100%;
  font-weight: 400;
}

.wrapper {
  min-height: 100%;
  /* overflow: hidden; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

header.header {
  position: sticky;
  overflow: visible;
  top: 0;
  background-color: #fff;
  z-index: 100;
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

img {
  max-width: 100%;
  height: auto;
}

@-webkit-keyframes silde_to_top {
  0% {
    top: 100%;
  }

  100% {
    top: 0%;
    z-index: 1000000;
    opacity: 1;
  }
}

/* .title {
  font-family: "HeliosCond";
} */

.container {
  max-width: 1530px;
  padding: 0 15px;
  margin: 0 auto;
}

.logo {
  display: inline-block;
  max-width: 194px;
  max-height: 124px;
}

.menu__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu-item-382 {
  display: none;
}

.lang li {
  position: relative;
}

.lang li:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -35%;
  top: 2px;
  width: 2px;
  background-color: #adacac;
  height: 14px;
}

.lang li:not(:last-child) {
  margin-right: 12px;
}

.lang li:last-child:after {
  display: none;
}

.lang li a {
  text-decoration: none;
  color: #adacac;
}

.menu__lang li.wpml-ls-current-language a {
  color: #000;
}

.header {
  margin-bottom: 20px;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__logo {
  position: relative;
  -ms-flex-preferred-size: 360px;
  flex-basis: 360px;
  margin-top: 12px;
  text-align: center;
}

.header__wide {
  -ms-flex-preferred-size: 710px;
  flex-basis: 710px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header__menu {
  margin-top: 10px;
}

.header__menu .menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header__menu .menu__list li:not(:last-child) {
  margin-right: 35px;
}

@media screen and (min-width: 991px) {
  .header__menu .menu__list li:not(:last-child) {
    margin-right: 20px;
  }

  .header__menu .menu__list {
    justify-content: center;
  }
}

@media screen and (min-width: 1200px) {
  .header__menu .menu__list li:not(:last-child) {
    margin-right: 50px;
  }
}

@media screen and (min-width: 1400px) {
  .header__menu .menu__list li:not(:last-child) {
    margin-right: 75px;
  }
}

.header__menu .menu__list a {
  text-decoration: none;
  color: #022d63;
}

/* .header__menu .menu__list a:hover {
  text-decoration: underline;
} */

.header__box {
  -ms-flex-preferred-size: 390px;
  flex-basis: 390px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header__text {
  margin-top: 48px;
  padding: 0 60px 0 25px;
  color: #022d63;
  font-size: 12px;
}

.header__lang {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 7px;
}

.header__search {
  max-width: 340px;
  margin-top: 50px;
  margin-left: auto;
}

.header__logo {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 360px;
  flex: 1 0 360px;
  margin-top: 15px;
  text-align: center;
  max-width: 360px;
}

.header__wrap {
  flex-grow: 1;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.header__top.fixed {
  position: fixed;
}

.header__menu {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 640px;
  flex: 1 1 640px;
  margin-top: 15px;
}

.header__info-box {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 300px;
  flex: 1 0 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0 0 57px;
  list-style: none;
  padding: 0;
}

.header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__descr {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 650px;
  flex: 0 1 650px;
  margin: 0;
  padding: 0 15px 0 15px;
  color: #022d63;
  font-size: 12px;
  text-align: justify;
}

.header__search {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 340px;
  flex: 0 1 340px;
  margin-top: 0px;
  margin-left: auto;
}

.social__item+li {
  margin-left: 12px;
}

.social__link img {
  max-height: 24px;
  max-width: 24px;
  -o-object-fit: cover;
  object-fit: cover;
}

.burger {
  display: none;
}

.search {
  position: relative;
}

.search__input {
  width: 100%;
  padding: 10px 20px 10px 40px;
  border-radius: 10px;
  border: 1px solid #dcddde;
  font-size: 16px;
}

.search__input ::-webkit-input-placeholder {
  font-size: 13.5px;
  color: #898989;
}

.search__input :-ms-input-placeholder {
  font-size: 13.5px;
  color: #898989;
}

.search__input ::-ms-input-placeholder {
  font-size: 13.5px;
  color: #898989;
}

.search__input ::placeholder {
  font-size: 13.5px;
  color: #898989;
}

.search button {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 26px;
  background: url("../img/search.svg") center no-repeat;
  border: none;
}

/* New style for Header */
.header:not(.header-brand) {
  margin-bottom: 12px;
  /* padding-bottom: 20px; */
}

.header:not(.header-brand) .header__logo img {
  max-width: 130px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .header:not(.header-brand) .header__logo {
    flex: 1 0 260px;
  }
}


@media screen and (min-width: 767px) {
  .header:not(.header-brand) .header__descr {
    padding-left: 0;
  }

  .header:not(.header-brand) {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 991px) {

  .header:not(.header-brand) {
    padding-bottom: 0;
  }

  .header:not(.header-brand) .header__descr {
    padding: 0;
  }

  .header:not(.header-brand) .header__menu .menu__list {
    justify-content: flex-start !important;
  }
}

@media screen and (min-width: 1200px) {



  .header:not(.header-brand) .header__logo img {
    left: 5%;
    top: -9px;
  }

  .header:not(.header-brand) .header__menu {
    margin-top: 5px;
  }

  .header:not(.header-brand) .header__top {
    margin-bottom: 20px;
  }

  .header:not(.header-brand) .social__link img {
    max-width: 39px;
    max-height: 39px;
  }

  .header:not(.header-brand) .header__menu .menu__list li:not(:last-child) {
    margin-right: 47px;
  }

  .header:not(.header-brand) .header__logo {
    flex: 1 0 300px;
    max-width: 300px;
  }

  .header:not(.header-brand) .header__social {
    margin-left: 15px;
  }

  .header:not(.header-brand) ul.social.header__social li {
    margin-right: 7px;
    margin-left: 0;
  }

  .header:not(.header-brand) .header__info-box {
    align-items: flex-start;
  }

}

@media screen and (min-width: 1400px) {
  .header:not(.header-brand) .header__menu .menu__list {
    padding-left: 46px;
    justify-content: flex-start;
  }

  .header:not(.header-brand) .header__menu .menu__list li:not(:last-child) {
    margin-right: 67px;
  }

  .header:not(.header-brand) .header__descr {
    flex: 0 1 687px;
    text-align: left;
    letter-spacing: -0.04px;
  }

  .header:not(.header-brand) .header__logo {
    flex: 1 0 360px;
    max-width: 360px;
  }

  .header:not(.header-brand) .header__social {
    margin-left: 0;
  }

  .header:not(.header-brand) .header__container {
    gap: 14px;
  }

  .header:not(.header-brand) .header__info-box {
    justify-content: space-between;
    max-width: 351px;
  }

  .header:not(.header-brand) .header__search {

    max-width: 351px;
    flex: 0 1 351px;
  }

}


/* Header Brand */
.header.header-brand {
  margin-bottom: 0;
}

.header-brand .header__info-box {
  flex: 1 0 320px;
  padding-left: 83px;
}

.header-brand__container {
  padding: 5px 0;
  /* border-bottom: 1px solid #ccccce; */
  line-height: 1;
}

.header-brand {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9991;
}

.header.fixed .header__top {
  margin-bottom: 0;
}

.header.fixed .header__bottom {
  display: none;
}

.header.fixed .header__logo {
  margin-top: 0;
  visibility: hidden;
  height: 45px;
  display: none;
}

.header__logo-text {
  color: #022d63;
  font-size: 14px;
  font-family: inherit;
  display: flex;
  align-items: center;
}

.header__logo-text a {
  text-decoration: none;
  color: inherit;
}

.header__logo-text a img {
  max-width: 154px;
}

.header__logo-text {
  flex: 1 0 325px;
  /*flex: 1 0 363px;*/
}

.header__top.header-brand__top {
  margin-bottom: 0;
  width: 100%;
}

.header__logo-text--low {
  position: absolute;
  left: 0;
  top: 7px;
  display: none;
  max-width: 154px;
  padding-left: 0;
}

.fixed .header__logo-text--low {
  display: block;
}

.container.header__container.fixed .header__body.header__body--low {
  padding-left: 200px;
}

/*
.mt {
  margin-top: 156px; 
}

*/

.fixed .header__body.header__body--low {
  padding-left: 24%;
  padding-top: 5px;
  padding-bottom: 5px;
  /* border-bottom: 1px solid #ccccce; */
  -webkit-animation-name: silde_to_top;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-delay: 0;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
}

.fixed .header__menu {
  margin-top: 0;
}

.fixed .header__social,
.fixed .header__lang {
  margin-top: 0;
}

.header.fixed .header__wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 999;
  margin: 0 auto;
  max-width: 1500px;
  -webkit-animation-name: silde_to_top;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-delay: 0;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
}

.menu.header__menu.menu-brand {
  margin-top: 0;
  padding-left: 57px;
}

.social.header__social.social-brand {
  margin: 0;
}

.lang.header__lang.lang-brand {
  margin: 0;
}


/* Slider logos */
.swiper-slide__item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 120px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 30px !important;
  color: #022d63;
}

.slider {
  margin-bottom: 30px;
}

.slider__container {
  position: relative;
}

.slider__prev,
.slider__next {
  border: none;
  background-color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  cursor: pointer;
}

.slider__prev {
  left: 10px;
}

.slider__next {
  right: 10px;
}

.brands {
  margin-bottom: 85px;
}

.brands__title {
  margin: 0;
  margin-bottom: 25px;
  font-size: 20px;
  color: #000;
  text-align: center;
}

.brands__wrap,
.brands__wrap-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}

.brands__wrap-brand {
  margin-bottom: 0;
}

.brands__wrap.brand__wrap-brand {
  margin-bottom: 0;
  padding-top: 25px;
  min-height: 120px;
}

.brands__text {
  max-width: 1010px;
  margin: 0 auto 50px;
  font-size: 16px;
  color: #022d63;
}

.brands__wrap--home.fixed {
  position: fixed;
  top: 35px;
  min-height: 120px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.3s ease;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1000;
  min-height: 120px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.3s ease;
}

.mfp-wrap {
  z-index: 9999 !important;
}

.brands__wrap.fixed:after {
  content: " ";
  position: absolute;
  /* border-bottom: 1px solid #ccccce; */
  width: calc(100% - 30px);
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translateX(-50%);
  height: 1px;
}

header.header.header-brand.container.fixed .brands__wrap-brand {
  /* border-bottom: 1px solid #ccccce; */
}

.advantages__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 830px;
  margin: 0 auto;
}

.advantages__item {
  text-align: center;
}

.advantages__img {
  max-width: 110px;
  min-height: 103px;
  margin: 0 auto;
}

.advantages__img img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover;
}

.advantages__title {
  max-width: 140px;
  margin: 10px 0 0 0;
  font-size: 16px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(135deg, #099eca, #1c49a4);
}

.products-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.products-row {
  min-height: 335px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 2px solid #868686;
}

.products-row img {
  border-radius: 10px;
}

.products-row__logo {
  -ms-flex-preferred-size: 400px;
  flex-basis: 400px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.products-row__logo img {
  max-width: 302px;
  width: 100%;
}

.products-row__link {
  display: block;
  padding: 14px 36px 14px 36px;
  border-radius: 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: #022d63;
  font-size: 14px;
  border: 1px solid #022d63;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.products-row__link:hover {
  color: #fff;
  background-color: #022d63;
}

.products-row__banner {
  -ms-flex-preferred-size: 710px;
  flex-basis: 710px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.products-row__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 350px;
  padding-left: 30px;
}

.products-row__text p {
  color: #022d63;
  text-indent: 35px;
  text-align: justify;
}

.super-stuff__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.super-stuff__wrap img {
  max-width: 165px;
}

/* Filter Btns  */
.button-group.filter-button-group {
  margin-bottom: 45px;
  display: flex;
  flex-wrap: wrap;
}

.button-group.filter-button-group button {
  display: block;
  background-color: #fdfdfd;
  margin-right: 8px;
  margin-bottom: 10px;
  padding: 7px 10px;
  border: 1px solid #a1a1a1;
  min-width: 135px;
  text-transform: uppercase;
  color: #022d63;
  font-size: 12px;
  cursor: pointer;
}

.button-group.filter-button-group button.active {
  border: 1px solid #022d63;
  background-color: #022d63;
  color: #fff;
}

.paloma__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.paloma__wrap img {
  max-width: 330px;
  width: 100%;
}

.polly__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.polly__wrap img {
  max-width: 230px;
  width: 100%;
}

.products__descr {
  max-width: 555px;
  margin: 0 auto;
  text-align: center;
}

.products__descr p {
  color: #767676;
  font-size: 16px;
  margin: 0;
  margin-bottom: 50px;
}

.bran-top__banner1 {
  max-width: 310px;
  width: 100%;
}

.footer {
  background-color: #d5d4cf;
  padding: 15px 0;
}

.footer__container {
  text-align: center;
}

.footer .copyright {
  margin: 0;
  color: #1a1a19;
  font-size: 12px;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.brand-top {
  margin-bottom: 33px;
  padding-top: 40px;
  border-top: 2px solid #868686;
}

.brand-top__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px;
}

.brand-top__item {
  -ms-flex-preferred-size: 330px;
  flex-basis: 330px;
  padding: 0 10px;
}

.brand-top__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.brand-top__content p {
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 60px;
  text-indent: 45px;
  text-align: justify;
  color: #022d63;
}

.brand-top__award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-top__award img {
  padding: 0 19px;
}

.offers__wrap {
  position: relative;
}

.offers__items {
  transition: all 0.3s ease;
}

.offers__title {
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #022d63;
  text-align: center;
  font-weight: normal;
}

.offer-item {
  /* min-height: 590px; */
  min-height: 550px;
  width: 330px;
  margin-bottom: 50px;
  z-index: 9999;
  background: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
}

.offer-item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 328px;
  padding: 10px;
  /* border: 1px solid #a1a1a1; */
  border-radius: 10px;
  overflow: hidden;
}

.offer-item__img img {
  max-width: 310px;
  width: 100%;
  background-size: cover;
}

.offer-item__title {
  margin: 20px 0 5px;
  color: #022d63;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  min-height: 41px;
}

.offer-item__sku {
  margin-bottom: 13px;
  text-align: center;
  text-transform: uppercase;
  color: #7f7f7f;
  font-size: 12px;
}

.offer-item__tag {
  margin-top: 0;
  margin-bottom: 5px;
}

.offer-item__tag a {
  text-decoration: none;
  color: inherit;
  color: #000;
}

.offer-item__bottom {
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #000;
}

.offer-item__desc p {
  position: relative;
  margin: 0;
  color: #022d63;
  text-indent: 35px;
  text-align: justify;
  z-index: 9;
  background: #fff;
}

.offer-item__read-more {
  color: #f14908;
  font-style: italic;
  cursor: pointer;
}

.offer-item__hidden {
  visibility: hidden;
  height: 0;
  position: absolute;
}

.offer-item__hidden.show {
  opacity: 1;
  visibility: visible;
  position: relative;
  height: 100%;
}

.offers__item.offer-item {
  transition: all 0.2s linear;
}

.offers__item.offer-item.hide-bottom .offer-item__name,
.offers__item.offer-item.hide-bottom .offer-item__size {
  display: none;
}

.offers__item.offer-item.to-top {
  margin-top: -40px;
  transition: all 0.2s linear;
}

.offers__item.archive-product.to-top {
  margin-top: -55px;
  transition: all 0.2s linear;
}

.offer-item__size,
.offer-item__count,
.offer-item__name {
  color: #000;
  font-size: 14px;
}

.offer-item__sku,
.offer-item__count,
.offer-item__tag,
.offer-item__name {
  color: #939598;
}

.offer-item__tag {
  display: flex;
}

.offer-item__tag a {
  color: #022d63;
}

.offer-item__bottom-item.offer-item__bottom-item--justify {
  display: flex;
  justify-content: space-between;
}

.offer-item__unit {
  color: inherit;
  font-size: 14px;
}

.offer-item__hidden+.hide {
  visibility: hidden;
  height: 0;
  position: absolute;
  cursor: pointer;
  color: #f14908;
  font-style: italic;
  cursor: pointer;
}

.offer-item__hidden.show+.hide {
  opacity: 1;
  visibility: visible;
  position: relative;
  height: 100%;
  display: inline-block !important;
}

.offer-item__name {
  margin: 0;
  display: inline-block;
}

.contacts {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.contacts__container {
  /* border-top: 1px solid #ccccce; */
}

.contacts__title {
  margin: 35px 0 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
}

.contacts__body {
  max-width: 360px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.contacts__form {
  margin-bottom: 10px;
}

.contacts__email,
.contacts__phone {
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  color: #022d63;
  font-size: 12px;
}

.form__group {
  max-width: 100%;
}

.form__group:not(:last-child) {
  margin-bottom: 8px;
}

.form__input {
  padding: 11px 16px;
  width: 100%;
  background-color: #f6f6f6;
  border: none;
}

.form__input::-webkit-input-placeholder {
  color: #8f8f8f;
}

.form__input:-ms-input-placeholder {
  color: #8f8f8f;
}

.form__input::-ms-input-placeholder {
  color: #8f8f8f;
}

.form__input::placeholder {
  color: #8f8f8f;
}

.form__input--textarea {
  min-height: 206px;
  padding: 11px 16px;
}

.form__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  display: block;
  padding: 9px 18px;
  border: none;
  background-color: #022d63;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.form__btn:hover {
  color: #022d63;
  background-color: #fff;
  border: 1px solid #022d63;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 10px;
}

.about {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 20px;
}

.about .container {
  /* border-top: 1px solid #ccccce; */
}

.about__container {
  max-width: 1060px;
  margin: 0 auto;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about__item {
  padding: 0 15px;
  max-width: 260px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.about__item:nth-child(3) h3 {
  max-width: 120px;
}

.about__img {
  max-width: 110px;
  min-height: 105px;
  margin: 0 auto;
}

.about p {
  text-align: justify;
  color: #022d63;
  font-size: 12px;
}

.about__title {
  max-width: 140px;
  margin: 10px 0 0 0;
  font-size: 16px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(135deg, #099eca, #1c49a4);
  text-align: center;
}

/* Brand Page */
.products-row.edem.border,
.products-row.polilux.border,
.products-row.polly.border,
.products-row.paloma.border,
.products-row.super-stuff.border {
  /* padding-top: 60px; */
  /* border-top: 1px solid #ccccce; */
  /* border-bottom: none; */
}

/* Magnific PopUp */
.mfp-bg {
  background: #313233 !important;
  z-index: 9999 !important;
}

/* Search PAGE */
h2.entry-title a {
  text-decoration: none;
  color: inherit;
}

/* Filter ВTN */
/*
button#category-filter[data-filter=".krem-mylo-edem"] {
    min-width: auto;
    width: 92px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

button#category-filter[data-filter=".krem-mylo-edem"]:after {
    position: absolute;
    right: 0;
    width: 5px;
    background: #fff;
    content: "";
    height: 100%;
}
/*
button#category-filter[data-filter=".krem-mylo-paloma"] {
    min-width: auto;
    width: 92px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

button#category-filter[data-filter=".krem-mylo-paloma"]:after {
    position: absolute;
    right: 0;
    width: 5px;
    background: #fff;
    content: "";
    height: 100%;
}

.offer-item__tag>a[href*="krem-mylo-edem"] {
    width: 72px;
    white-space: nowrap;
    overflow: hidden;
	display: block;
}
.offer-item__tag>a[href*="krem-mylo-paloma"] {
    width: 72px;
    white-space: nowrap;
    overflow: hidden;
	display: block;
}
button#category-filter[data-filter=".krem-mylo-paloma"].active:after {
	background: #022d63;
}

button#category-filter[data-filter=".krem-mylo-edem"].active:after {
	background: #022d63;
} */

@media (max-width: 1540px) {
  .offers__wrap {
    margin: 0 auto;
  }

  .button-group.filter-button-group {
    justify-content: center;
  }
}

@media (max-width: 1530px) {
  .button-group.filter-button-group {
    justify-content: center;
  }

  .offers__wrap {
    margin: 0 auto;
  }

  .header.fixed .header__wrap {
    left: 15px;
    right: 15px;
  }
}

@media (max-width: 1470px) {
  .offers__items:nth-child(4n) {
    margin-right: 40px;
  }
}

@media (max-width: 1440px) {
  .menu.header__menu.menu-brand {
    padding-left: 30px;
  }

  .header-brand .header__info-box {
    padding-left: 73px;
  }
}

@media (max-width: 1399.98px) {
  .header__wide {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .header__text {
    padding: 0 25px;
  }

  .products-row__banner {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .products-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .products-row__logo {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }

  .products-row__logo img {
    margin-bottom: 25px;
  }

  .products-row__banner {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .products-row__text {
    margin-top: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
  }

  .products-row__text p {
    text-align: left;
  }

  .products-row__banner.super-stuff__wrap {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .super-stuff__wrap img:not(:last-child) {
    margin-right: 15px;
  }

  .products-row.super-stuff .products-row__text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 0;
  }

  .products-row__banner.paloma__wrap {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .products-row__banner.paloma__wrap a:not(:last-child) {
    padding-right: 15px;
  }

  .products-row__banner.paloma__wrap img {
    margin: 0 10px;
  }

  .products-row__banner.super-stuff__wrap a:not(:last-child) {
    padding-right: 15px;
  }

  .products-row.paloma .products-row__text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .products-row__banner.polly__wrap {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .products-row__banner.polly__wrap a:not(:last-child) {
    padding-right: 15px;
  }

  .products-row.polly .products-row__text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 0;
  }

  .brand-top__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .brand-logo {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand-top__center {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }

  .offers__wrap {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .offers__items {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 400px;
  }

  .offer-item {
    max-width: 400px;
  }

  .header__search {
    margin-left: 15px;
  }

  .header__social {
    margin-left: 70px;
  }
}

@media (max-width: 1399.98px) {
  .offers__items {
    margin-right: 0;
  }

  .offers__items:nth-child(4n) {
    margin-right: 0;
  }

  .polly__wrap>img {
    margin: 0 7px;
  }
}

@media (max-width: 1200px) {
  .header__text {
    padding: 0 15px;
  }

  .header__box {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
  }

  .products-row__banner.super-stuff__wrap {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .brand-top__center {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .brand-top__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }

  .header__info-box {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 300px;
    flex: 1 0 300px;
  }

  .header__logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 300px;
    flex: 1 0 300px;
  }

  .header__logo-text {
    flex: 1 0 225px;
    padding-left: 0px;
  }

  .header-brand .header__info-box {
    flex: 1 0 225px;
  }

  .container.header__container.fixed .header__body.header__body--low {
    padding-left: 160px;
  }

  .header__logo-text {
    flex: 1 0 220px;
  }

  .header-brand .header__info-box {
    padding-left: 37px;
  }
}

@media (max-width: 1024px) {
  .menu.header__menu.menu-brand .menu__list {
    justify-content: flex-start;
    padding-left: 12%;
  }

  .menu.header__menu.menu-brand {
    flex: 1 1 467px;
  }
}

@media (max-width: 992px) {
  .header__box {
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
  }

  .brands__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .brands__wrap-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand__item {
    width: 33%;
    margin-bottom: 10px;
    text-align: center;
  }

  .products-row__banner {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .products-row__text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 0;
  }

  .about__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about__item {
    max-width: 50%;
    margin-bottom: 40px;
  }

  .header__body {
    position: relative;
  }

  .header__logo {
    position: absolute;
    left: 50%;
    top: 50px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
    cursor: pointer;
  }

  .header__top {
    margin-bottom: 180px;
  }

  .container.header__container.fixed .header__body.header__body--low {
    padding-left: 50px;
    padding-bottom: 15px;
  }

  .menu.header__menu.menu-brand .menu__list {
    padding-left: 8%;
  }

  .header-brand .header__info-box {
    padding-left: 20px;
  }
}

@media (max-width: 870px) {
  .menu.header__menu.menu-brand .menu__list {
    padding-left: 0%;
  }

  .menu.header__menu.menu-brand {
    padding-left: 0;
  }

  .header__logo-text {
    flex: 1 0 215px;
  }

  .header-brand .header__info-box {
    padding-left: 0;
  }

  .menu.header__menu.menu-brand {
    flex: 1 1 390px;
  }
}

@media (max-width: 839.98px) {
  .header__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header__logo {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }

  .header__wide {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }

  .header__text {
    padding: 0;
  }

  .header__box {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__search {
    margin-top: 0;
  }

  .slider__container .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }

  .slider__container .slick-dots li {
    list-style: none;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #022d63;
  }

  .slider__container .slick-dots li button {
    border: none;
    background-color: transparent;
    font-size: 0;
  }

  .slider__container .slick-dots li:not(:last-child) {
    margin-right: 10px;
  }

  .slider__container .slick-dots .slick-active {
    background-color: #022d63;
  }

  .header-brand .header__info-box {
    flex: 1 0 200px;
  }

  .header__logo-text {
    flex: 1 0 200px;
  }

  .header-brand__container {
    flex-wrap: wrap;
  }

  .header__logo-text {
    flex: 1 0 100%;
    text-align: center;
    justify-content: center;
    padding: 10px 0;
  }

  .header__top.header-brand__top {
    padding-bottom: 14px;
    position: relative;
  }

  .fixed .header__logo-text--low {
    margin: 0 auto;
    position: relative;
  }

  .fixed .header__body.header__body--low {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-bottom: 14px;
  }

  .brands__wrap.fixed {
    top: 90px;
  }

  .header.fixed .header__top {
    width: 100%;
  }

  .header.fixed .header__top.header__top--main {
    padding-left: 15%;
  }

  .header__logo-text--low {
    top: 0;
  }

  .header__top.header-brand__top {
    padding-left: 19%;
  }

  .header-brand__container {
    padding: 5px 0 0 0;
  }
}

@media (max-width: 768px) {
  .brands__wrap {
    margin-bottom: 15px;
    display: none;
  }

  .brand__item {
    width: 50%;
  }

  .brands__text {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .advantages__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .advantages__item {
    width: 50%;
    margin-bottom: 30px;
  }

  .advantages__title {
    margin: 0 auto;
  }

  .products-row {
    padding-bottom: 25px;
  }

  .products-row__banner.super-stuff__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .products-row__banner.super-stuff__wrap>a {
    max-width: 50%;
    margin-bottom: 15px;
    padding-right: 15px;
  }

  .products-row__banner.super-stuff__wrap>img {
    margin-bottom: 15px;
    margin-right: 15px;
  }

  .products-row__banner.paloma__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .products-row__banner.paloma__wrap a {
    margin-bottom: 15px;
    padding-right: 15px;
  }

  .products-row__banner.polly__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .products-row__banner.polly__wrap a {
    margin-bottom: 15px;
  }

  .brand-top__center {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .brand-top__item {
    margin-bottom: 15px;
  }

  .brand-top__content p {
    padding-top: 20px;
  }

  .header__menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }

  .header__info-box {
    -ms-flex-preferred-size: calc(100% - 33.33%);
    flex-basis: calc(100% - 33.33%);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    top: 115px;
    position: absolute;
    right: 0;
    max-width: calc(100% - 140px);
  }

  .header__search {
    margin-left: 0;
  }

  .header__descr {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 20px;
    padding: 0;
    display: none;
  }

  .header__search {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .header__menu .menu__list {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    background-color: #f5f5f5;
    padding: 100px 20px 40px 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: auto;
    z-index: 999;
  }

  .header__menu .menu__list.active {
    top: 0;
  }

  .header__menu .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
  }

  .header__menu .menu__list li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .header__menu .menu__list li {
    width: 100%;
  }

  .header__menu .menu__list li a {
    display: block;
    padding: 5px 0;
  }

  .burger {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    z-index: 9999;
    width: 30px;
    height: 19px;
  }

  .burger::before,
  .burger::after {
    content: "";
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .burger::before {
    top: 0;
  }

  .burger::after {
    bottom: 0;
  }

  .burger.active span {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .burger.active:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
    background-color: #000;
  }

  .burger.active:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 7px;
    background-color: #000;
  }

  .burger span {
    position: absolute;
    background-color: #000;
    top: 8px;
    left: 0;
    width: 100%;
    height: 3px;
  }

  .fixed .burger {
    top: 53px;
  }

  .header__social {
    margin-left: 0px;
  }

  nav.menu.header__menu.menu-brand {
    flex: 1 0 19%;
  }

  .header__top.header-brand__top .burger {
    top: 2px;
  }

  .header__top.header-brand__top .burger.active {
    top: -20px;
  }

  .header__top.header__top--main {
    padding-left: 15%;
  }

  .header__top.header-brand__top {
    padding-left: 0;
  }

  .header-brand .header__info-box {
    flex: 1 0 235px;
  }

  .header-brand__container {
    border: none;
  }

  .header__top.header-brand__top .burger {
    top: 5px;
  }

  .products-row__banner.paloma__wrap img:not(:last-child) {
    margin-bottom: 15px;
  }

  .products-row__banner.paloma__wrap img {
    max-height: 330px;
  }

  .polly__wrap>img {
    margin: 0 7px 14px;
  }


  .header__logo {
    left: 80px;
  }
}

@media (max-width: 575.98px) {

  .products-row__banner.paloma__wrap a:not(:last-child),
  .products-row__banner.paloma__wrap a {
    padding-right: 0;
    width: 100%;
    text-align: center;
  }

  .products__descr p {
    font-size: 14px;
  }

  .products-row__banner.polly__wrap>a {
    padding-right: 15px;
  }

  .button-group.filter-button-group {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .button-group.filter-button-group button {
    margin-bottom: 10px;
    min-width: 160px;
  }

  .header.fixed .header__top.header__top--main {
    padding-left: 10%;
  }

  .header__top.header__top--main {
    padding-left: 10%;
  }

  .header-brand .header__info-box {
    flex: 1 0 210px;
  }

  .header__logo-text {
    padding-left: 10px 0 11px;
  }

  .header__top.header-brand__top {
    padding-bottom: 16px;
  }

  .products-row__banner.super-stuff__wrap>img:nth-child(even) {
    margin-right: 0;
  }
}

@media (max-width: 470px) {
  .header__menu .menu__list li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .header__box {
    display: block;
  }

  .header__search {
    max-width: 100%;
  }

  .brand__item {
    width: 100%;
    margin-bottom: 30px;
  }

  .advantages__item {
    width: 100%;
  }

  .products-row__banner.polly__wrap>a,
  .products-row__banner.polly__wrap>a:not(:last-child) {
    padding-right: 0;
  }

  .about__item {
    max-width: 100%;
    padding: 0;
  }

  .products-row__banner.super-stuff__wrap>a,
  .super-stuff__wrap>a:not(:last-child) {
    padding-right: 0;
  }

  .products-row__banner.super-stuff__wrap>a:nth-child(odd),
  .products-row__banner.super-stuff__wrap>a:nth-child(even) {
    padding-right: 5px;
  }

  nav.menu.header__menu.menu-brand {
    flex: 1 0 27%;
  }

  .container.header__container.fixed .header__body.header__body--low {
    padding-left: 20px;
  }

  .header.fixed .header__top.header__top--main {
    padding-left: 3%;
  }

  .header__top.header__top--main {
    padding-left: 3%;
  }

  .header-brand .header__info-box {
    flex: 1 0 240px;
  }
}

@media (max-width: 375px) {
  .header__info-box {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }

  .header__menu {
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
  }

  nav.menu.header__menu.menu-brand {
    flex: 1 0 20%;
  }

  .social.header__social.social-brand {
    margin: 0;
    padding-left: 10px;
  }

  .offer-item {
    max-width: 320px;
    width: 100%;
  }

  .container.header__container.fixed .header__body.header__body--low {
    padding-left: 10px;
  }

  .social.header__social.social-brand {
    padding-left: 0;
  }

  .products-row__banner.super-stuff__wrap>a>img {
    max-width: 100%;
    max-height: 275px;
  }

  .products-row__banner.super-stuff__wrap>a:nth-child(even) {
    padding-right: 0;
  }

  .products-row__banner.super-stuff__wrap>img:nth-child(even),
  .products-row__banner.super-stuff__wrap>img:nth-child(odd) {
    margin-right: 0;
  }
}

@media (max-width: 345px) {
  .header-brand .header__info-box {
    flex: 1 0 220px;
  }

  .header__bottom {
    width: calc(100% - 150px);
  }
}

@media (max-width: 330px) {
  .header-brand .header__info-box {
    flex: 1 0 215px;
  }
}


/* @media (max-width: 768px) {
  .mt {
    margin-top: 90px;
  }
} */

@media (max-width: 1000px) {
  .brands__wrap {
    display: none;
  }

  .products-row.edem.border,
  .products-row.polilux.border,
  .products-row.polly.border,
  .products-row.paloma.border,
  .products-row.super-stuff.border {
    padding-top: 0;
    border-top: none;
  }
}

/* Page Brands */

.page-template-page-brands .brands__list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.page-template-page-brands .brads__item {

  /* border: 1px solid #dcddde; */
  border-radius: 10px;
  width: 100%;
  max-width: 120px;
}



@media (min-width: 767px) {
  .page-template-page-brands .brads__item {
    max-width: 317px;
    max-height: 200px;
  }

  .page-template-page-brands .brads__item img {
    height: auto;
    max-height: 150px;
    margin: 0 auto;
    display: block;
    transition: all .4s;
  }

  .page-template-page-brands .brads__item img:hover {
    transform: scale(1.2);
  }

  .page-template-page-brands .brands__title {
    margin: 30px 0 50px;
  }
}

.image-link img {
  transition: transform .4s;
}

.image-link:hover img {
  transform: scale(1.17);
}

/* Сторінка Продукці */

.page-template-page-products-menu .brands__title {
  margin: 50px auto !important;
}

.page-template-page-products-menu .categories-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 420px) {
  .page-template-page-products-menu .categories-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    row-gap: 20px;
  }
}

@media screen and (min-width: 767px) {
  .page-template-page-products-menu .categories-list {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 30px;
  }
}

@media screen and (min-width: 991px) {
  .page-template-page-products-menu .categories-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 1199px) {
  .page-template-page-products-menu .categories-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

.page-template-page-products-menu .category-icon img {
  max-width: 200px;
  height: auto;
  object-fit: cover;
  transition: transform .4s;
}

.page-template-page-products-menu .category-icon img:hover {
  transform: scale(1.17);
}

.page-template-page-products-menu .category-title {
  color: #022d63;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 5px;
}

.page-template-page-products-menu .category-title::after {
  content: "";
  position: absolute;
  left: 0;
  width: calc(100% - 5px);
  bottom: -1px;
  height: 1px;
  background-color: #022d63;
  transform-origin: right center;
  transform: scale(0, 1);
  transition: transform .5s ease;
}

.page-template-page-products-menu .category-title:hover::after {
  transform: scale(1);
  transform-origin: left center;
}

.page-template-page-products-menu .category-item a,
.page-template-page-products-menu .category-item {
  display: flex;
  align-items: center;
  gap: 0px;
  color: #022d63;
  text-decoration: none;
  flex-direction: column-reverse;
  transition: all .4s;
}

.page-template-page-products-menu .category-item:hover .category-icon img {
  transform: scale(1.17);
}

.page-template-page-products-menu .brands {
  margin-bottom: 40px;
}

.page-template-page-products-menu .products-list {
  padding-top: 0px;
  padding-bottom: 40px;
  width: 100% !important;
}

.page-template-page-products-menu .offer-item {
  z-index: 10;
  width: 90%;
  max-width: 100%;
}

.page-template-page-products-menu .offer-item.hide-bottom .offer-item__name,
.page-template-page-products-menu .offer-item.hide-bottom .offer-item__size {
  display: none;
}

.container.container--full {
  width: 100%;
}

.page-template-page-products-menu .offers__item {
  display: flex;
  justify-content: center;
}


@media screen and (min-width: 600px) {

  .page-template-page-products-menu .products-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .page-template-page-products-menu .offer-item {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) {

  .page-template-page-products-menu .offers__item {

    width: 48%;
    max-width: 48%;
    text-align: center;
    display: flex;
    justify-content: center;

  }

  .page-template-page-products-menu .offer-item {
    max-width: unset;
    width: unset;
  }
}

@media screen and (min-width: 991px) {
  .page-template-page-products-menu .brands {
    min-height: 85vh;
  }

  .page-template-page-products-menu .products-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    padding-top: 10px;
    padding-bottom: 70px;
  }

  .page-template-page-products-menu .offers__item {
    width: 31%;
    max-width: 31%;
  }

}

@media screen and (min-width: 1200px) {
  .page-template-page-products-menu .offer-item {
    max-width: 375px;
  }

  .page-template-page-products-menu .brands__title {
    margin: 50px auto !important;
    max-width: 1530px;
    width: 100%;
  }
}

@media screen and (min-width : 1400px) {

  .page-template-page-products-menu .brands__container {
    max-width: 1300px;
    margin: 0 auto;
  }

  .page-template-page-products-menu .products-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px 60px;
    min-height: 800px;
  }


  .page-template-page-products-menu .offers__item {
    width: 23%;
    max-width: 23%;
  }

  .header__wrap {
    flex-grow: 1;
  }


}

.category-buttons.button-group.filter-button-group {
  justify-content: flex-start;
}

/* Page Search Results */
.page-title {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}

.page-title span {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (min-width: 767px) {
  .search-result__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1140px) {
  .search-result__wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 1500px) {
  .search-result__wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}


html:lang(uk) .search-results .tovaru.ru,
html:lang(uk) .search-results .tovaru.en {
  display: none;
}

html:lang(uk) .search-results .search-result__wrap>.container:has(.en),
html:lang(uk) .search-results .search-result__wrap>.container:has(.ru),
html:lang(ru-RU) .search-results .search-result__wrap>.container:has(.en),
html:lang(ru-RU) .search-results .search-result__wrap>.container:has(.uk),
html:lang(en-US) .search-results .search-result__wrap>.container:has(.uk),
html:lang(en-US) .search-results .search-result__wrap>.container:has(.ru) {
  display: none;
}

html:lang(ru-RU) .search-results .tovaru.uk,
html:lang(ru-RU) .search-results .tovaru.en {
  display: none;
}

html:lang(en-US) .search-results .tovaru.uk,
html:lang(en-US) .search-results .tovaru.ru {
  display: none;
}

html:lang(uk) .search-results .tovaru.uk .offer-item__tag a:not(:first-child),
html:lang(ru-RU) .search-results .tovaru.ru .offer-item__tag a:not(:first-child),
html:lang(en-US) .search-results .tovaru.en .offer-item__tag a:not(:first-child) {
  display: none;
}

/* Single Product */

.offers__item.offer-item .title a {
  position: relative;
  color: #022d63;
  text-decoration: none;
  background-size: 0 100%;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  transition: all .3s ease-in-out;
  position: relative;
  text-decoration: none;
  background-repeat: no-repeat;
}

.offers__item.offer-item .title a:hover {
  background-size: 100% 100%;
}

.single-product-item .product-content {
  display: flex;
  flex-direction: column;
}

.single-tovaru .product-title {
  margin-bottom: 5px;
}

.single-tovaru .offer-item__sku {
  margin-bottom: 15px;
  text-align: left;
}

/* .single-product-item .offer-item__count {
  display: block;
  margin-top: 50px;
  text-align: right;
} */

.single-product-item .product-details {
  position: relative;
}

.single-product-item .product-details::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #022d63;
}

@media screen and (min-width: 767.99px) {
  .single-product-item .product-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
  }
  .single-product-item .product-details {
    padding-left: 50px;
    padding-right: 30px;
    max-width: 500px;
  }
  .single-product-item .product-details::before {
    display: none;
  }
  .single-product-item .product-content {
    padding-top: 70px;
    position: relative;
  }
  .single-product-item .product-image {
    position: relative;
    grid-column: 1;
    grid-row: 1 / span 2
  }
  .single-product-item .product-image::after {
    content: "";
    position: absolute;
    right: 0;
    top: 25px;
    width: 1px;
    height: calc(100% - 40px);
    background-color: #022d63;
  }
  .single-product-item .product-details {
    grid-column: 2;
    grid-row: 1;
  }
  /* .single-product-item .offer-item__count {
    grid-column: 2;
    grid-row: 2;
    padding-right: 30px;
  } */
}

/* @media screen and (min-width: 1199.99px) {
  .single-product-item .offer-item__count {
    position: absolute;
    bottom: 0;
    right: 20%;
  }
}

@media screen and (min-width: 1399.99px) {
  .single-product-item .offer-item__count {
    right: 30%;
  }
} */
