/* DEFAULT  */

@font-face {
  font-family: "Gotham";
  src: url("../fonts/fixed/Gotham-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/fixed/Gotham-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/fixed/Gotham-Book.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style-type: none;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;

  transition: 0.2s;

  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--dark-gray);
}
html[dir="rtl"] a.btn svg , html[dir="rtl"] .slider-navigation__prev svg , html[dir="rtl"] .slider-navigation__next svg {
    transform: rotate(180deg);
}
.brochure_btn svg{
  transform: unset!important;
}
/* li span.wpml-ls-display {
  display: none;
}
li.wpml-ls-current-language {
  display: none!important;
} */
.brochure_btn {
  display: flex!important;
}
html[dir="rtl"] .title-xl--aqua-blue .btn {
  left: unset;
  right: calc(100% + 32px);
}
.popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}
html[dir="rtl"] .top__gradient , html[dir="rtl"] .intro-slider__gradient {
  background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 80%);
  z-index: 2;
}

.popup-content {
  background-color: #000;
  margin: 15% auto;
  padding: 0px;
  border: 0px solid #888;
  width: 80%;
  max-width: 800px;
  border-radius: 4px;
}
.close-btn {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-right: 10px;
  margin-top: 10px;
}
/* DEFAULT  */

nav.woocommerce-breadcrumb {
  margin: 0!important;
}

/* ROOT  */

:root {
  --white: #fff;
  --aqua-blue: #00AABC;
  --aqua-blue-light: #E6F7F9;
  --dark-blue: #30357F;
  --light-blue: #F2FAFB;
  --dark-blue-hover: #3b4193;
  --dark-gray: #343434;
  --light-gray: #F8F9FA;


  --color-kind-pink: #FFD4D4;
  --color-bright-blue: #79C7FF;
  --color-bright-yellow: #E6E0AB;
  --color-bright-green: #BEFEB3;
  --color-bright-pink: #F6BADB;

  --color-kind-pink-hover: #edbebe;
  --color-bright-blue-hover: #6eb9ef;
  --color-bright-yellow-hover: #d7d199;
  --color-bright-green-hover: #a7ef9a;
  --color-bright-pink-hover: #df9ec2;
}

/* ROOT  */



/* ALL PAGES */

html,
body {
  position: relative;
  min-height: 100%;
}

main {
  min-height: 100%;
  height: 100%;
}

/* #preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 70;
} */

/* .spinner {
  width: 50px;
  height: 50px;
  border: 5px solid var(--color-kind-pink);
  border-top-color: var(--dark-blue);
  border-radius: 50%;
  animation: spinPreloader 1s linear infinite;
} */

/* @keyframes spinPreloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
} */

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
  color: var(--dark-blue);
}

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

.pre-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.title-xl {
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
  margin-bottom: 32px;
}

.title-xl--aqua-blue {
  position: relative;
  color: var(--aqua-blue);
}

.title-xl--aqua-blue .btn {
  position: absolute;
  left: calc(100% + 32px);
  top: 10%;
}

.title-l {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 32px;
}

.title-m , .product__content .entry-summary .product_title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 32px;
}

.title-s {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 32px;
}

p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;

  text-wrap: balance;

  margin-bottom: 32px;

}

span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.t-regular {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;

  text-wrap: balance;
}

.t-bold {
  font-weight: 700;
}

section {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}

footer {
  overflow: hidden;
}

.container {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1300px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

.block {
  display: flex;
  padding: 120px 0;
}

.buttons-wrapper {
  display: flex;
  gap: 16px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 4px;
  border: 2px solid var(--dark-blue);
  background: var(--dark-blue);
}

.btn--active {}

.btn--kind-pink {
  border: 2px solid var(--color-kind-pink);
  background: var(--color-kind-pink);
}

.btn--bright-blue {
  border: 2px solid var(--color-bright-blue);
  background: var(--color-bright-blue);
}

.btn--bright-yellow {
  border: 2px solid var(--color-bright-yellow);
  background: var(--color-bright-yellow);
}

.btn--bright-green {
  border: 2px solid var(--color-bright-green);
  background: var(--color-bright-green);
}

.btn--bright-pink {
  border: 2px solid var(--color-bright-pink);
  background: var(--color-bright-pink);
}

.btn:hover {
  /* border: 2px solid var(--dark-blue-hover);
  background: var(--dark-blue-hover); */
  transform: scale(0.98);
}

.btn--icon {
  gap: 8px;
}

.btn--outline * {
  fill: var(--dark-blue);
}

.btn--outline {
  border: 2px solid var(--dark-blue-hover);
  background: transparent;
}

.btn--outline:hover {
  border: 2px solid var(--dark-blue-hover);
  background: transparent;
}

.btn__text {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  white-space: nowrap;
  color: var(--white);
}

.btn__text--dark-blue {
  color: var(--dark-blue);
}

.btn__text--outline {
  color: var(--dark-blue);
}

.btn__icon-wrapper {
  display: flex;
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
  align-items: center;
  justify-content: center;
}

.btn__icon {
  width: 100%;
  height: 100%;
  fill: var(--white);
}

.btn__icon--outline {
  fill: var(--dark-blue-hover);
}

.buttons-wrapper--header {
  margin-top: 32px;
}

.buttons-wrapper--product {
  margin-top: 0;
}

.top__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 80%);

  z-index: 2;
}

.top__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%!important;
  pointer-events: none;
  object-fit: cover;
  z-index: 1;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #F5F5F5;
  z-index: 10;
}

.header__wrapper {
  display: flex;
  width: 100%;
  gap: 16px;
  padding: 24px 0;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header__logo-wrapper {
  display: flex;
  width: 88px;
  height: 88px;
  max-width: 88px;
  max-height: 88px;
  min-width: 88px;
  min-height: 88px;
  align-items: center;
  justify-content: center;

}

.header__logo {}

.header__content {
  display: flex;
  width: 100%;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.header__extra {
  display: flex;
  width: 100%;
  gap: 32px;
  justify-content: flex-end;
}

.header__contact {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header__contact:hover {
  opacity: 0.75;
}

.header__contact:hover .header__contact-text {
  transform: translateX(2px);
}

.header__contact-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  white-space: nowrap;
  color: var(--dark-blue);
}

.header__icon-wrapper {
  display: flex;
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
  min-width: 24px;
  min-height: 24px;
  padding: 6px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  background: var(--dark-blue);
}

.header__icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header__contact-content {}

.header__nav ul {
  display: flex;
  width: 100%;
  gap: 56px;
  align-items: center;
  justify-content: flex-end;
}

.header__nav , .header__nav ul li a {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  white-space: nowrap;
  color: var(--dark-blue);
  display: inline-block;
}
.logo_image img{
  max-height: 96px;
  max-width: 96px;
  object-fit: contain;
}

.header__nav ul li a:hover {
  color: var(--aqua-blue);
}

.header__item--active, .current-menu-item a {
  color: var(--aqua-blue)!important;
}

.header__svg-wrapper {
  display: flex;
  width: 48px;
  height: 48px;
  max-width: 48px;
  max-height: 48px;
  min-width: 48px;
  min-height: 48px;
  padding: 8px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  background: var(--dark-blue);

  cursor: pointer;
}

.header__svg {
  fill: var(--white);
}

.header__lang-swither {
  display: flex;
  align-items: center;
}

.header__lang-swither--mob {
  display: none;
}

.header__lang {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  white-space: nowrap;
  color: var(--dark-blue);
}

.header__lang-hide {
  display: none;
}

.open-menu-btn,
.close-menu-btn {
  display: none;
}


.top {
  margin-top: 136px;
}

.top__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 3;
  padding: 72px 0;
}

 .top__sutitle p{
  max-width: 70%;
  margin-bottom: 0;
}
.cateogy_meida_posts{
  padding-top: 120px;
}
@media (max-width: 767px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
  }
  .cateogy_meida_posts {
    padding-top: 60px;
}

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

  .pre-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
  }

  .title-xl {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 24px;
  }

  .title-l {
    margin-bottom: 24px;
  }

  .title-m {
    margin-bottom: 24px;
  }

  .title-s {
    margin-bottom: 24px;
  }

  p {
    margin-bottom: 32px;
  }

  .container {
    padding: 0 16px;
  }


  .block {
    display: flex;
    flex-direction: column;
    padding: 64px 0;
  }
  .row_reverse_about{
    flex-direction: column;
  }

  .header {
    box-shadow: 0px 16px 24px -8px rgba(0, 0, 0, 0.1);
  }

  .header__wrapper {}

  .header__logo-wrapper {
    width: 48px;
    height: 48px;
    max-width: 48px;
    max-height: 48px;
    min-width: 48px;
    min-height: 48px;
    margin-right: auto;
  }

  .header__content {
    position: absolute;
    top: 0;
    left: -100%;
    max-height: 100svh;
    flex-wrap: nowrap;
    gap: 16px;
    padding: 24px 16px;
    background: #F5F5F5;
    overflow: auto;

    box-shadow: 0px 16px 24px -8px rgba(0, 0, 0, 0.1);
  }

  .header__content--open {
    top: 0;
    left: 0;
  }

  .header__lang-swither--pc {
    display: none;
  }
  #site-navigation{
    width: 100%;
  }
  .header__extra {
    display: none;

    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .header__nav ul {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0px;
  }

  .header__item , .header__nav ul li a {
    padding: 8px 0;
  }

  .close-menu-btn {
    display: flex;
  }

  .header__lang-swither--mob {
    display: flex;
  }

  .open-menu-btn,
  .close-menu-btn {
    display: flex;
  }


  .top {
    margin-top: 96px;
  }

  .top__content {
    padding: 64px 0 64px 0;
  }

  .top__gradient {
    background: rgb(255, 255, 255, 0.8);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 100%);
  }

   .top__sutitle p {
    max-width: 100%;
    margin-bottom: 0;
  }

  .buttons-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 16px;
  }

  .slider-navigation__navigation-wrapper {
    justify-content: center;
  }

  .swiper-pagination-progressbar {
    display: none;
  }

  .title-xl--aqua-blue .btn {
    display: none;
  }

}





















/* INTRO BLOCK */

.intro-slider {
  height: calc(100vh - 136px);
  margin-top: 136px;
  overflow: hidden;
}

.intro-slider__wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}

.intro-slider__slide {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;

  cursor: grab;
}

.intro-slider__slide:active {
  cursor: grabbing;
}

.intro-slider__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  justify-content: center;
  z-index: 3;
}

.intro-slider__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 80%);

  z-index: 2;
}

.intro-slider__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
  z-index: 1;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.intro-slider__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
  z-index: 1;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.intro-slider__pre-title {
  color: var(--dark-blue);
  margin-bottom: 16px;
}

.intro-slider__title {
  max-width: 60%;
  color: var(--dark-blue);
}

.intro-slider__subtitle {
  max-width: 55%;
  color: var(--dark-blue);
}
.intro-slider__subtitle p{
  color: var(--dark-blue);
}

.slider-navigation {
  position: relative;
  display: flex;
  width: 100%;
  z-index: 4;
}

.intro-slider__navigation {
  position: absolute;
  bottom: 32px;
  left: 0;
  display: flex;
  width: 100%;
  z-index: 4;
}

.slider-navigation__navigation-wrapper {
  display: flex;
  width: 100%;
  gap: 32px;
  align-items: center;
}

.swiper-pagination-progressbar {
  position: relative !important;
  background: #F6F6F6 !important;
}

.swiper-pagination-progressbar-fill {
  background: #00AABC !important;
}

.swiper-navigation__buttons-fraction-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.swiper-pagination-fraction {
  position: relative !important;
  width: auto !important;
  min-width: 50px;
  bottom: auto !important;
  font-weight: 600 !important;
  color: var(--dark-blue) !important;
  white-space: nowrap !important;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.slider-navigation__prev,
.slider-navigation__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--dark-blue);

  cursor: pointer;
}

.slider-navigation__prev:hover,
.slider-navigation__next:hover {
  background: var(--dark-blue-hover);
  transform: scale(0.95);
}

.slider-navigation__prev *,
.slider-navigation__next * {
  fill: var(--white);
}

@media (max-width: 767px) {

  .intro-slider {
    height: auto;
    margin-top: 96px;
  }

  .intro-slider__slide {
    padding: 64px 0 96px 0;
    flex-direction: column;
  }

  .intro-slider__gradient {
    background: rgb(255, 255, 255, 0.8);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 100%);
  }

  .intro-slider__title {
    max-width: 100%;
    color: var(--dark-blue);
  }

  .intro-slider__subtitle {
    max-width: 100%;
    color: var(--dark-blue);
  }

}





















.logos {}

.logos__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 56px;
  padding: 64px 0 64px 0;
}

.logos__item {
  display: flex;
  width: calc(100% / 7 - 48px);
  height: 150px;
}

.logos__img-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.logo__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 767px) {

  .logos .container {
    padding: 0;
  }

  .logos__list {
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 32px 16px;
    gap: 16px;

    overflow: auto;
  }

  .logos__list::-webkit-scrollbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
  }

  .logos__list::-webkit-scrollbar-track {
    background: transparent;
  }

  .logos__list::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 20px;
  }

  .logos__item {
    display: flex;
    height: 100px;
    min-width: calc(100% / 3 - 28px);
    width: calc(100% / 3 - 28px);
  }

}





















.home-about {}

.home-about__list {
  display: flex;
  width: 100%;
  gap: 64px;
  padding-top: 0;
}

.home-about__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: calc(100% / 2 - 32px);
}

.home-about__item--video {
  justify-content: flex-start;
}

.home-about-video-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/0.75;
  border-radius: 8px;
  background: var(--dark-blue);
  overflow: hidden;

  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.home-about-video-wrapper:hover .home-about__video-thumb {
  opacity: 0.75;
  transform: scale(1.030);
}

.home-about__play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  max-width: 80px;
  max-height: 80px;
  padding: 24px;
  border-radius: 50%;
  background: var(--dark-blue);

  z-index: 2;
  cursor: pointer;
}

.home-about__play-btn:hover {
  background: var(--dark-blue-hover);
  transform: scale(0.95);
}

.home-about__play-svg {
  width: 100%;
  height: 100%;
  fill: var(--white);
}

.home-about__video-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.home-about__title {
  color: var(--aqua-blue);
}

@media (max-width: 767px) {

  .home-about__list {
    gap: 32px;
    padding: 0 0 120px 0;
  }

  .home-about__item {
    width: 100%;
  }

  .home-about__item--content {
    align-items: stretch;
  }

}





















.product-categories {}

.product-categories .container:last-child {
  align-items: flex-start;
}

.product-categories__title {
  color: var(--aqua-blue);
}

.product-categories__text {}

.product-categories__list {
  display: flex;
  width: 100%;
  gap: 24px;
  padding: 0 0 40px 0;
  /* flex-wrap: wrap; */
}

.product-categories__button {
  margin-bottom: 120px;
}

.product-categories__item {
  display: flex;
  width: calc(100% / 5 - 19.2px);
  background: red;
  border-radius: 8px;
  overflow: hidden;

  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.product-categories__item:hover {
  transform: translateY(-4px);
  transform: translate3d(0, 0, 0);
}

.product-categories__item:nth-child(5n+1) {
  background-color: var(--color-kind-pink);
}

.product-categories__item:nth-child(5n+2) {
  background-color: var(--color-bright-blue);
}

.product-categories__item:nth-child(5n+3) {
  background-color: var(--color-bright-yellow);
}

.product-categories__item:nth-child(5n+4) {
  background-color: var(--color-bright-green);
}

.product-categories__item:nth-child(5n+5) {
  background-color: var(--color-bright-pink);
}


.product-categories__item:nth-child(5n+1):hover {
  background-color: var(--color-kind-pink-hover);
}

.product-categories__item:nth-child(5n+2):hover {
  background-color: var(--color-bright-blue-hover);
}

.product-categories__item:nth-child(5n+3):hover {
  background-color: var(--color-bright-yellow-hover);
}

.product-categories__item:nth-child(5n+4):hover {
  background-color: var(--color-bright-green-hover);
}

.product-categories__item:nth-child(5n+5):hover {
  background-color: var(--color-bright-pink-hover);
}


.product-categories__link {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.product-categories__img-wrapper {
  display: flex;
  width: 100%;
  height: 300px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.product-categories__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

.product-categories__item:hover .product-categories__img {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.product-categories__name {
  display: flex;
  min-width: 100%;
  padding: 0 24px;
  height: 88px;
  max-height: 88px;
  text-align: center;
  align-items: center;
  justify-content: center;
  /* color: var(--dark-blue); */
  color: white;
  margin-bottom: 0;
}

@media (max-width: 767px) {

  .product-categories .container:nth-child(2) {
    padding: 0;
  }

  .product-categories__list {
    flex-direction: row;
    padding: 0 16px 24px 16px;
    overflow: auto;
  }

  .product-categories__list::-webkit-scrollbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
  }

  .product-categories__list::-webkit-scrollbar-track {
    background: transparent;
  }

  .product-categories__list::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 20px;
  }

  .product-categories__item {
    min-width: calc(100% / 1.2 - 12px);
    width: calc(100% / 1.2 - 12px);
  }

  .product-categories__img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    opacity: 1;
  }

  .product-categories .container:last-child {
    align-items: stretch;
  }

  .product-categories__button {
    margin-bottom: 120px;
  }
}





















.benefits {
  background: var(--light-blue);
}

.benefits__pre-title {
  margin-top: 120px;
}

.benefits__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 32px;

  margin-bottom: 120px;
}

.benefits__item {
  display: flex;
  flex-direction: column;
  width: calc(100% / 4 - 24px);
  padding: 24px;
  background: var(--white);
  border-radius: 8px;
  overflow: hidden;
}

.benefits__item:hover {
  transform: translateY(-4px);
}

.benefits__icon-wrapper {
  display: flex;
  width: 48px;
  height: 48px;
  max-width: 48px;
  max-height: 48px;
  align-items: center;
  justify-content: center;

  margin-bottom: 24px;
}

.benefits__icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: var(--aqua-blue);
}

.benefits__name {
  margin-bottom: 8px;
  max-width: 180px;
}
strong{
  font-weight: 700;
}
.benefits__text , .benefits__text p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

@media (max-width: 767px) {

  .benefits .container:last-child {
    padding: 0;
  }

  /* .benefits__pre-title {
    margin-top: 64px;
} */

  .benefits__list {
    flex-wrap: nowrap;
    padding: 0 16px 0 16px;
    gap: 24px;
    overflow: auto;
    margin-bottom: 120px;
  }

  .benefits__list::-webkit-scrollbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
  }

  .benefits__list::-webkit-scrollbar-track {
    background: transparent;
  }

  .benefits__list::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 20px;
  }

  .benefits__item {
    min-width: calc(100% / 1.2 - 12px);
    width: calc(100% / 1.2 - 12px);
  }

  .benefits__item:hover {
    transform: translateY(0);
  }

}






















.partners {}

.partners__content {
  display: flex;
  width: 100%;
  gap: 64px;
}

.partners__one {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: calc(100% / 2 - 32px);
}

.partners__pre-title {}

.partners__title {
  color: var(--aqua-blue);
}

.partners__two {
  display: flex;
  align-items: flex-start;
  width: calc(100% / 2 - 32px);
}

.partners__list {
  display: flex;
  width: 100%;
  gap: 24px;
  flex-wrap: wrap;
}

.partners__item {
  display: flex;
  width: calc(100% / 3 - 16px);
  height: 100px;
}

.partners__img-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}

.partners__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}

.partners__item:hover .partners__img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

@media (max-width: 767px) {

  .partners__content {
    gap: 32px;
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .partners__one {
    width: 100%;
    align-items: stretch;
    order: 2;
  }

  .partners__two {
    width: 100%;
    order: 1;
  }

  .partners__list {
    gap: 16px;
  }

  .partners__item {
    display: flex;
    width: calc(100% / 3 - 10.7px);
    height: 100px;
  }

  .partners__img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
  }
}






















.media-center {}

.media-center .container {
  align-items: flex-start;
}

.media-center__pre-title {
  /* margin-top: 64px; */
}

.media-center__title {
  color: var(--aqua-blue);
}

.media-center__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 32px;

  padding-bottom: 32px;
}

.media-center__item {
  display: flex;
  width: calc(100% / 4 - 24px);
  border-radius: 8px;
  overflow: hidden;

  -webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.14);
  -moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.14);
  box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.14);
}


.media-center__item:hover {
  transform: translateY(-4px);
}

.news-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: var(--white);
  border-radius: 8px;
  overflow: hidden;
}

.news-card__img-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: var(--dark-blue);

  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.news-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card:hover .news-card__img {
  opacity: 0.7;
}

.news-card__up {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
}

.news-card__pre-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 4px;
  background: var(--aqua-blue-light);

  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.news-card__svg-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  width: 32px;
  height: 32px;
  max-width: 32px;
  max-height: 32px;
  border-radius: 8px;
  background: var(--dark-blue);

  cursor: pointer;
}

.news-card__svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: var(--white);
}

.news-card__svg-wrapper:hover {
  transform: scale(0.9);
  background: var(--dark-blue-hover);
}

.news-card__title {
  display: -webkit-box !important;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

  padding: 0 24px;
  margin-bottom: 8px;
  color: var(--dark-blue);
}

.news-card__title:hover {
  color: var(--dark-blue-hover);
}

.news-card__text {
  display: -webkit-box !important;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

  padding: 0 24px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 24px;
}

.media-center__button {
  margin-bottom: 120px;
}

@media (max-width: 767px) {

  .media-center .container:nth-child(2) {
    align-items: stretch;
    padding: 0;
  }

  .media-center .container:last-child {
    align-items: stretch;
  }

  .media-center__list {
    flex-wrap: nowrap;
    padding: 0 16px 32px 16px;
    gap: 24px;
    overflow: auto;
  }

  .media-center__list::-webkit-scrollbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
  }

  .media-center__list::-webkit-scrollbar-track {
    background: transparent;
  }

  .media-center__list::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 20px;
  }

  .media-center__item {
    min-width: calc(100% / 1.2 - 12px);
    width: calc(100% / 1.2 - 12px);
  }

  .media-center__item:hover {
    transform: translateY(0px);
  }


  .media__list--top .media__item:nth-child(2) .news-card__img-wrapper {
    height: 200px !important;
  }

  .media__list--top .media__item:nth-child(2) .news-card__content-wrapper {
    height: auto !important;
  }

}

















.footer {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: var(--dark-blue);
}

.footer__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 64px;
  padding: 64px 0;
}

.footer__one {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.footer__logo-link {
  display: flex;
  width: 88px;
  height: 88px;
  max-width: 88px;
  max-height: 88px;
  align-items: center;
  justify-content: center;
}

.footer__logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.footer__form , .footer__form p {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  margin: 0;
}

.footer__input {
  position: relative;
  display: flex;
  width: 100%;
  padding: 16px 32px 16px 52px;
  border-radius: 4px;
  background: #595D99;
  border: none;
  outline: none;
  color: var(--white);
  max-width: 247px;
}

#footer__input {
  position: relative;
}

#footer__input::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  display: flex;
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23FFFFFF"><path d="M160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160H160Zm320-280L160-640v400h640v-400L480-440Zm0-80 320-200H160l320 200ZM160-640v-80 480-400Z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}

.footer__input::placeholder {
  color: var(--white);
}

.footer__submit {
  display: flex;
  padding: 16px 24px;
  border-radius: 4px;
  background: var(--white);
  border: none;
  outline: none;

  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  white-space: nowrap;
  color: var(--dark-blue);

  cursor: pointer;
}

.footer__submit:hover {
  color: var(--dark-blue-hover);
  opacity: 0.9;
  transform: scale(0.98);
}

.footer__two {
  display: flex;
  width: 100%;
  padding-bottom: 64px;
  border-bottom: 1px solid #595D99;
}

.footer__list {
  display: flex;
  width: 100%;
  gap: 24px;
}

.footer__item {
  display: flex;
  width: auto;
  flex-grow: 1;
}

.footer__item:first-child {
  display: flex;
  width: 40%;
  flex-grow: 0;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 24px;
}

.footer__contact {
  display: flex;
}

.footer__contact-link {
  display: flex;
  gap: 16px;
}

.footer__icon-wrapper {
  display: flex;
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
  min-width: 24px;
  min-height: 24px;
  padding: 6px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  background: var(--white);
}

.footer__contact-link:hover .footer__icon-wrapper {
  opacity: 0.75;
}

.footer__icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer__contact-text {
  font-weight: 600;
  color: var(--white);
}

.footer__contact-link:hover .footer__contact-text {
  transform: translateX(2px);
  opacity: 0.75;
}

.footer__pages , .footer_bottom_menu ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer__page {}

.footer__page-link , .footer_bottom_menu ul a {
  font-weight: 600;
  color: var(--white);
}

.footer__page-link:hover , .footer_bottom_menu ul a:hover {
  opacity: 0.75;
}

.footer__name {
  color: var(--aqua-blue);
  margin-bottom: 24px;
  white-space: nowrap;
}

.footer__two .footer__item--socials {
  flex-direction: column;
}

.footer__socials {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 16px;
}

.footer__social {}

.footer__social-link {
  display: flex;
  width: 32px;
  height: 32px;
  max-width: 32px;
  max-height: 32px;
  min-width: 32px;
  min-height: 32px;
  padding: 8px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  background: var(--white);
}

.footer__social-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer__social-link:hover {
  opacity: 0.75;
  transform: scale(0.98);
}

.footer__three {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.footer__title {
  color: var(--aqua-blue);
}

.footer__partners-wrapper {
  display: flex;
  width: 100%;
}

.footer__partners {
  display: flex;
  width: 100%;
  gap: 32px;
}

.footer__partner {}

.footer__partner-img-wrapper {
  display: flex;
  height: 72px;
  max-height: 72px;
}

.footer__partner-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer__four , .footer_privacy_menu ul {
  display: flex;
  width: 100%;
  gap: 32px;
}

.footer__privacy-link , .footer_privacy_menu ul a {
  font-weight: 600;
  color: var(--white);
}

.footer__privacy-text {
  color: var(--white);
  margin-bottom: 0;
  margin-left: auto;
}
.t-regular.footer__privacy-text p {
  color: var(--white);
}

.footer__developed-link {
  font-weight: 600;
  color: var(--white);
}

.footer__privacy-link:hover,
.footer__developed-link:hover ,
.footer_privacy_menu ul a:hover {
  opacity: 0.75;
}

/* single product page */
.single_post_media img {
  max-height: 450px;
}
.single_post_media{
  margin-top: 130px;
}
.top_content{
  padding: 72px 0;
}
.media_center_single_related_post{
  margin-bottom: 100px;
}
.share_icon_single_blog_post {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single_post_content_area h1 , .single_post_content_area h2 , .single_post_content_area h3 , .single_post_content_area h4 , .single_post_content_area h5 , .single_post_content_area h6 {
  font-size: 14px;
  line-height: 1;
  margin: 25px 0;
  color: rgb(0, 0, 0);
}
.content_privacy_policy h1 , .content_privacy_policy h2 , .content_privacy_policy h3 , .content_privacy_policy h4 , .content_privacy_policy h5 , .content_privacy_policy h6 {
  color: var(--dark-blue);
  font-size: 16px;
}
.single_post_content_area p{
  font-size: 14px;
  margin: 25px 0;
}
.content_privacy_policy p {
  font-size: 16px;
}
.post_cat_and_date_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.privacy_policy_block{
  padding: 100px 0;
}
@media (max-width: 767px) {
  .single_post_media{
    margin-top: 96px;
  }
  .top_content{
    padding: 64px 0;
  }
  .footer__input{
    max-width: 100%;
  }

  .footer__content {
    gap: 32px;
  }

  .footer__one {
    flex-direction: column;
  }

  .footer__logo-link {
    display: none;
  }

  .footer__form , .footer__form p {
    flex-direction: column;
    width: 100%;
  }
  div#wpcf7-f74-o1 {
    width: 100%;
  }

  #footer__input {
    width: 100%;
  }

  .footer__submit {
    width: 100%;
  }

  .footer__two {
    padding-bottom: 32px;
  }

  .footer__list {
    flex-direction: column;
  }

  .footer__item {
    display: none;
  }

  .footer__item:first-child {
    width: 100%;
  }

  .footer__title {
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
  }

  .footer__partners-wrapper {
    flex-direction: column;
    gap: 16px;
  }

  .footer__four , .footer_privacy_menu ul {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
  }

  .footer__privacy-text {
    margin-left: 0;
  }
}

















.banners__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 120px;
}

.banners__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 32px;
  border-radius: 4px;
  overflow: hidden;
}

.banners__item .swiper-notification {
  display: none;
}

.banners__item:nth-child(5n+1) .banner__content {
  background-color: #FFF2F2;
}

.banners__item:nth-child(5n+2) .banner__content {
  background-color: #EAF6FF;
}

.banners__item:nth-child(5n+3) .banner__content {
  background-color: #FAF8EC;
}

.banners__item:nth-child(5n+4) .banner__content {
  background-color: #EDFFEA;
}

.banners__item:nth-child(5n+5) .banner__content {
  background-color: #FDE8F4;
}

.banners__wrapper {
  display: flex;
  width: 100%;
  height: auto;
}

.banner__content {
  display: flex;
  width: 50%;
  flex-direction: column;
  padding: 40px;
}

.banners__title {
  color: var(--aqua-blue);
}

.banner__content .buttons-wrapper {
  flex-wrap: wrap;
}

.banner__img-wrapper {
  position: relative;
  display: flex;
  width: 50%;
}

.banner__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}


.banners__slider-navigation {
  display: flex;
  width: 100%;
  gap: 32px;
  align-items: center;
}

.banner__slider {
  display: flex;
  width: 100%;
}

.card-sm {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.card-sm__link {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}

.card-sm__img-wrapper {
  display: flex;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 4px;
  overflow: hidden;
  background: #F8F9FA;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.card-sm:hover .card-sm__slide-img {
  transform: scale(1.030);
}

.card-sm__title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  color: var(--dark-blue);
  padding: 0 32px;
  margin-bottom: 0;

  display: -webkit-box !important;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.card-sm:hover .card-sm__title {
  color: var(--aqua-blue);
}

@media (max-width: 767px) {

  .banners__item {
    gap: 16px;
  }

  .banners__wrapper {
    flex-direction: column;
  }

  .banner__content {
    width: 100%;
    padding: 24px;
    order: 2;
  }

  .banners__slider-navigation {
    justify-content: center;
  }

  .banner__img-wrapper {
    width: 100%;
    aspect-ratio: 1/0.75;
    order: 1;
  }
}


















.listing {}

.listing__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

.listing__counter {
  display: flex;
  margin-right: auto;
}

.listing__filters {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 40px;
}

.listing__select-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

.listing__select-wrapper:first-of-type {
  margin-right: 56px;
}

.listing__select-text {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0;
  white-space: nowrap;
}

.listing__label {
  position: relative;
}

.listing__label::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%2330357F"><path d="M480-344 240-584l56-56 184 184 184-184 56 56-240 240Z"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.listing__select {
  display: flex;
  min-width: 200px;
  padding: 16px 24px;
  background: var(--light-gray);
  border: 1px solid #D0D1D2;
  border-radius: 4px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: var(--dark-blue);
}

.listing__list {
  display: flex;
  width: 100%;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 120px;
}

.listing__item {
  display: flex;
  width: calc(100% / 4 - 24px);
}

.btn__more {
  color: var(--white);
  margin-left: 8px;
}

@media (max-width: 767px) {

  .listing__filters {
    width: 100%;
    flex-direction: column;
    margin-bottom: 24px;
  }

  .listing__counter {
    order: 3;
    margin-top: 40px;
  }


  .listing__select-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .listing__select-wrapper:first-of-type {
    margin-right: 0;
    margin-bottom: 24px;
  }

  .listing__select-text,
  .listing__label,
  .listing__select {
    width: 100%;
  }

  .listing__list {
    margin-bottom: 64px;
  }

  .listing__item {
    width: 100%;
  }


}















.product {
  margin-top: 136px;
}
.product.type-product {
  margin-top: 64px;
}
.product__wrapper {
  flex-direction: column;
  padding: 64px 0 120px 0;
  gap: 64px;
}
.breadcrumb-list{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
 .woocommerce-page div.product div.images , .woocommerce-page div.product div.summary {
  float: left;
  width: 100%;
  float: unset;
}
.product__breadcrumbs .title-l {
  color: var(--aqua-blue);
  margin-bottom: 0;
}
.custom-breadcrumbs .breadcrumb-item a , .breadcrumb-list {
  color: var(--aqua-blue)!important;
  margin-bottom: 0!important;
  font-size: 40px!important;
  line-height: 48px!important;
  font-weight: 700!important;
}
.custom-breadcrumbs .breadcrumb-item:last-child{
  color: var(--dark-blue) !important;
  font-weight: 700;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  background: #F8F9FA;
}
.product__breadcrumbs-title {
  color: var(--dark-blue) !important;
}

.product__breadcrumbs {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}
ol.flex-control-nav.flex-control-thumbs li {
      display: flex;
      width: calc(100% / 4 - 18px);
      aspect-ratio: 1 / 1;
      cursor: pointer;
      border-radius: 4px;
      overflow: hidden;
      background: #F8F9FA;
}
ol.flex-control-nav.flex-control-thumbs li:hover{
  border: 2px solid var(--dark-blue);
}
.active_single_page_slide{
  border: 2px solid var(--dark-blue);
}
ol.flex-control-nav.flex-control-thumbs {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
}

.product__breadcrumbs-item:hover {
  color: var(--dark-blue);
}

.product__item {
  display: flex;
  width: 100%;
  gap: 32px;
}

.product__slider {
  display: flex;
  flex-direction: column;
  width: calc(100% / 2 - 16px);
  height: auto !important;
  overflow: hidden;
}

.product__content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(100% / 2 - 16px);
}

.product__content .title-m , .product__content .entry-summary .product_title  {
  color: var(--aqua-blue);
  margin-bottom: 16px;
}

.product__slider-wrapper {
  display: flex;
  width: 100%;
  height: auto !important;
  margin-bottom: 24px;
}

.product__slide {
  display: flex !important;
  width: 100%;
  height: auto !important;
  aspect-ratio: 1 / 1;
  align-items: flex-start !important;
  border-radius: 4px;
  overflow: hidden;
  background: #F8F9FA;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.product__slider-thumbnails {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 24px;
}

.product__slider-thumb-wrapper {
  display: flex;
  width: calc(100% / 4 - 18px);
  aspect-ratio: 1/1;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  background: #F8F9FA;
  border: 2px solid transparent;
}

.product__slider-thumb-wrapper--active {
  border: 2px solid var(--dark-blue);
}

.product__slider-thumb-wrapper:hover {
  border: 2px solid var(--dark-blue);
}

.product__slider-thumb-wrapper:hover .product__slider-thumb {
  transform: scale(1.030);
}

.product__slide-img {
  transition: 0s;
}

.product__highlights,
.product__size-list {
  margin-bottom: 32px;
}

.product__fragrance-list {
  display: flex;
  width: 100%;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.product__highlight {
  display: flex;
  width: 100%;
  gap: 8px;
}

.product__highlight-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.product__size-list {
  display: flex;
  width: 100%;
  gap: 8px;
  flex-wrap: wrap;
}

.product__size-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  aspect-ratio: 1/1;
  border-radius: 4px;
  padding: 16px;
  background: #F8F9FA;
  border: 2px solid transparent;

  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: var(--dark-blue);

  cursor: pointer;
}

.product__size-item--choosed,
.product__size-item:hover {
  border: 2px solid var(--dark-blue);
}

.product__fragrance-item {
  display: flex;
  border-radius: 4px;
  padding: 16px;
  background: #F8F9FA;

  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: var(--dark-blue);
}

@media (max-width: 767px) {
  .custom-breadcrumbs .breadcrumb-item a, .breadcrumb-list {
      color: var(--aqua-blue)!important;
      margin-bottom: 0!important;
      font-size: 16px!important;
      line-height: 24px!important;
      font-weight: 700!important;
  }
  .custom-breadcrumbs .breadcrumb-item:last-child {
      font-size: 40px;
      line-height: 1.1;
  }
  .product {
    margin-top: 96px;
  }

  .product__item {
    flex-direction: column;
  }

  .product__slider,
  .product__content {
    width: 100%;
  }

  .product__slider-wrapper {
    margin-bottom: 16px;
  }

  .product__slider-thumbnails {
    gap: 16px;
  }

  .product__slider-thumb-wrapper {
    width: calc(100% / 4 - 12px);
  }

  .product__breadcrumbs .title-l {
    font-size: 16px;
    line-height: 24px;
  }

  .product__breadcrumbs-title {
    width: 100%;
    font-size: 40px !important;
    line-height: 48px !important;
    font-weight: 700 !important;
  }

}






.media__wrapper {
  flex-direction: column;
}

.media__item--horizontal .news-card {
  flex-direction: row;
}

.media__title {
  color: var(--aqua-blue);
}

.media__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 32px;
  padding: 0 0 120px 0;
}

.media__list--top {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 32px;
  padding: 120px 0;
}


.media__item {
  display: flex;
  width: calc(100% / 4 - 24px);
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.14);
  -moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.14);
  box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.14);
}

.media__item:hover {
  transform: translateY(-4px);
}

.media__list--top .media__item:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 1;
  width: 100%;
}

.media__list--top .media__item:nth-child(1) .news-card {
  flex-direction: row;
}

.media__list--top .media__item:nth-child(1) .news-card__img-wrapper {
  width: 50%;
}

.media__list--top .media__item:nth-child(1) .news-card__content-wrapper {
  width: 50%;
}

.media__list--top .media__item:nth-child(2) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  width: 100%;
}

.media__list--top .media__item:nth-child(2) .news-card__img-wrapper {
  height: 50%;
}


.media__list--top .media__item:nth-child(2) .news-card__content-wrapper {
  display: flex;
  flex-direction: column;
  height: 50%;
}


.media__list--top .media__item:nth-child(2) .news-card__text {
  display: -webkit-box !important;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}


.media__list--top .media__item:nth-child(3) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  width: 100%;
}

.media__list--top .media__item:nth-child(3) .news-card {
  flex-direction: row;
}

.media__list--top .media__item:nth-child(3) .news-card__img-wrapper {
  width: 50%;
}

.media__list--top .media__item:nth-child(3) .news-card__content-wrapper {
  width: 50%;
}

@media (max-width: 767px) {

  .media .container:first-child {
    padding: 0;
  }

  .media .container:last-child {
    padding: 0 0 64px 0;
  }


  .media__list--top {
    display: flex;
    flex-direction: row;
    padding: 64px 16px;
    flex-wrap: nowrap;
    gap: 24px;
    overflow: auto;
  }

  .media__list--top .media__item:nth-child(1) {
    display: flex;
    flex-direction: column;
    min-width: calc(100% / 1.2 - 12px);
    width: calc(100% / 1.2 - 12px);
  }

  .media__list--top .media__item:nth-child(1) .news-card {
    flex-direction: column;
  }

  .media__list--top .media__item:nth-child(1) .news-card__img-wrapper {
    width: 100%;
  }

  .media__list--top .media__item:nth-child(1) .news-card__content-wrapper {
    width: 100%;
  }

  .media__list--top .media__item:nth-child(2) .news-card__text {
    -webkit-line-clamp: 2;
  }


  .media__list--top .media__item:nth-child(2) {
    display: flex;
    flex-direction: column;
    min-width: calc(100% / 1.2 - 12px);
    width: calc(100% / 1.2 - 12px);
  }

  .media__list--top .media__item:nth-child(3) {
    display: flex;
    flex-direction: column;
    min-width: calc(100% / 1.2 - 12px);
    width: calc(100% / 1.2 - 12px);
  }

  .media__list--top .media__item:nth-child(3) .news-card {
    flex-direction: column;
  }

  .media__list--top .media__item:nth-child(3) .news-card__img-wrapper {
    width: 100%;
  }

  .media__list--top .media__item:nth-child(3) .news-card__content-wrapper {
    width: 100%;
  }

  .media .container:last-child .media__list {
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0 16px 32px 16px;
    gap: 24px;
    overflow: auto;
  }

  .media__item {
    min-width: calc(100% / 1.2 - 12px);
    width: calc(100% / 1.2 - 12px);
  }

  .media__list::-webkit-scrollbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
  }

  .media__list::-webkit-scrollbar-track {
    background: transparent;
  }

  .media__list::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 20px;
  }
}

@media (min-width:668px) {
  .row_reverse_about{
    flex-direction: row-reverse;
  }
}












.about {}

.about__list {
  display: flex;
  width: 100%;
  gap: 64px;
}

.about__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: calc(100% / 2 - 32px);
}

.about__item:first-child {
  justify-content: center;
}

.about__pretitle {}

.about__title {
  color: var(--aqua-blue);
}

.about__text {
  margin-bottom: 0;
}

.about__img-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 0.75;
  border-radius: 8px;
  overflow: hidden;
}

.about__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {

  .about__list {
    gap: 32px;
  }

  .about__item {
    width: 100%;
  }

  .about__item:first-child {
    order: 2;
  }
}

















.timeline {}

.timeline__heading {
  display: flex;
  width: 100%;
  gap: 32px;
  margin-bottom: 64px;
}

.timeline__title {
  display: flex;
  width: calc(100% / 2 - 16px);
  color: var(--aqua-blue);
}

.timeline__subtitle {
  display: flex;
  width: calc(100% / 2 - 16px);
  text-wrap: pretty;
}

.timeline__list {
  display: flex;
  width: 100%;
  gap: 56px;
  padding-bottom: 120px;
}

.timeline__item {
  display: flex;
  flex-direction: column;
  width: calc(100% / 2 - 18px);
}

.timeline__item--divider {
  position: relative;
  display: flex;
  width: 4px;
  min-height: 100%;
  background: #F1F1F1;
}

.timeline__item-title {
  color: var(--aqua-blue);
}

.timeline__item-text {}

.timeline__img-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  aspect-ratio: 1/0.5;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 32px;
}

.timeline__item:last-child .timeline__img-wrapper:last-of-type {
  margin-bottom: 0;
}

.timeline__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.timeline__item-circle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--dark-blue);
}

.timeline__item-circle:nth-child(2) {
  top: 36.3%;
}

.timeline__item-circle:nth-child(3) {
  top: 67%;
}

@media (max-width: 767px) {
  .timeline__heading {
    flex-direction: column;
    gap: 0;
  }

  .timeline__title {
    width: 100%;
  }

  .timeline__subtitle {
    width: 100%;
  }

  .timeline__list {
    flex-direction: column;
    gap: 0;
  }

  .timeline__item {
    width: 100%;
  }

  .timeline__item--divider {
    display: none;
  }
}















.core__heading {
  display: flex;
  width: 100%;
  gap: 32px;
  margin-bottom: 64px;
}

.core__title {
  display: flex;
  width: calc(100% / 2 - 16px);
  color: var(--aqua-blue);
}

.core__subtitle {
  display: flex;
  width: calc(100% / 2 - 16px);
  text-wrap: pretty;
}

.core__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 32px;
  margin-bottom: 120px;
}

.core__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% / 3 - 21.4px);
  padding: 40px;
  background: #F8F9FA;
  border-radius: 8px;
  overflow: hidden;
}

.core__img-wrapper {
  position: relative;
  display: flex;
  width: 96px;
  height: 96px;
  max-width: 96px;
  max-height: 96px;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.core__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.core__name {
  text-align: center;
  margin-bottom: 24px;
}

.core__text {
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .core__heading {
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }

  .core__title {
    width: 100%;
  }

  .core__subtitle {
    width: 100%;
  }

  .core .container:last-child {
    padding: 0;
  }

  .core__list {
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0 16px;
    overflow: auto;
    margin-bottom: 64px;
  }

  .core__list::-webkit-scrollbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
  }

  .core__list::-webkit-scrollbar-track {
    background: transparent;
  }

  .core__list::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 20px;
  }

  .core__item {
    padding: 24px;
    min-width: calc(100% / 1.2 - 12px);
    width: calc(100% / 1.2 - 12px);
  }
}

















.careers {
  background: var(--light-blue);
}

.careers__list {
  display: flex;
  width: 100%;
  gap: 64px;
}

.careers__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: calc(100% / 2 - 32px);
}

.careers__pretitle {}

.careers__title {
  color: var(--aqua-blue);
}

.careers__text {}

.careers__img-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 0.75;
  border-radius: 8px;
  overflow: hidden;
}

.careers__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {

  .careers__list {
    width: 100%;
    gap: 32px;
  }

  .careers__item {
    width: 100%;
    align-items: stretch;
  }

  .careers__item:first-child {
    order: 2;
  }
}








.certifications {}

.certifications__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 32px;
}

.certifications__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% / 3 - 21.4px);
  padding: 24px 0 40px 0;
  background: #F8F9FA;
  border-radius: 8px;
  overflow: hidden;
}

.certifications__img-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  height: 200px;
  margin-bottom: 40px;
}

.certifications__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.certifications__title {
  text-align: center;
  color: var(--dark-blue);
  padding: 0 40px 0 40px;
}

.certifications__text {
  text-align: center;
  padding: 0 40px 0 40px;
  margin-bottom: 0;
}

.certifications .container:last-child {
  align-items: center;
  margin-bottom: 120px;
}

@media (max-width: 767px) {

  .certifications .container:first-child {
    padding: 0;
  }

  .certifications__list {
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 64px 16px 64px 16px;
    overflow: auto;
    margin-bottom: 0;
  }

  .certifications__list::-webkit-scrollbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
  }

  .certifications__list::-webkit-scrollbar-track {
    background: transparent;
  }

  .certifications__list::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 20px;
  }

  .certifications__item {
    padding: 24px 0 24px 0;
    min-width: calc(100% / 1.2 - 12px);
    width: calc(100% / 1.2 - 12px);
  }

  .certifications__img-wrapper {
    height: 100px;
  }

  .certifications__title {
    text-align: center;
    color: var(--dark-blue);
    padding: 0 24px 0 24px;
  }

  .certifications__text {
    text-align: center;
    padding: 0 24px 0 24px;
    margin-bottom: 0;
  }
}




















.contacts {}

.contacts__list {
  display: flex;
  width: 100%;
  gap: 64px;
}

.contacts__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(100% / 2 - 32px);
}

.contacts__title {
  color: var(--aqua-blue);
}

.contacts__links-list {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}

.contacts__link-wrapper {
  display: flex;
  width: 100%;
}

.contacts__link {
  display: flex;
  width: 100%;
  gap: 16px;
}

.contacts__icon-wrapper {
  display: flex;
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
  min-width: 24px;
  min-height: 24px;
  padding: 6px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  background: var(--dark-blue)
}

.contacts__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contacts__text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--dark-blue);
}

.contacts__text--link {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.contacts__text--locate {
  max-width: 70%;
}

.contacts__link:hover {
  opacity: 0.75;
}

.contacts__link:hover .contacts__text {
  transform: translateX(2px);
}

.contacts__form , .contacts__form form p {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 24px;
}
.contacts__form label span , .wpcf7  , .contacts__form form {
  width: 100%;
}
.contacts__input {
  display: flex;
  width: 100%;
  background: var(--light-gray);
  padding: 16px;
}

.contacts__form label {
  display: flex;
  width: 100%;
}

.contacts__form label:nth-child(2),
.contacts__form label:nth-child(3) {
  width: calc(100% / 2 - 12px);
}

.contacts__form label:last-child {
  min-height: 88px;
}

textarea {
  min-height: 88px;
  max-height: 200px;
  resize: vertical;
  transition: 0s;
}

.contacts__submit {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  white-space: nowrap;
  color: var(--white);

  cursor: pointer;
}

.contacts .footer__social-link {
  background: var(--light-gray);
}

.contacts .footer__social-link:hover {
  transform: scale(0.95);
}

.map__google {
  margin-bottom: 120px;
}

.map__google iframe {
  width: 100% !important;
  height: 600px !important;
}



@media (max-width: 767px) {

  .contacts__list {
    width: 100%;
  }

  .contacts__item {
    width: 100%;
  }

  .contacts__form {
    gap: 16px;
  }

  .contacts__form label:nth-child(2),
  .contacts__form label:nth-child(3) {
    width: calc(100% / 2 - 12px);
  }

  .contacts__submit {
    width: 100%;
  }

  .map__google {
    margin-bottom: 64px;
  }
  
  .map__google iframe {
    width: 100% !important;
    height: 300px !important;
  }

  /* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */






















  /* //////////////////////////////// */

  .XXX::-webkit-scrollbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
  }

  .XXX::-webkit-scrollbar-track {
    background: transparent;
  }

  .XXX::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 20px;
  }
}