@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(2px);
  }
}
@keyframes shake {
  0%,
  to {
    transform: translateX(0);
  }
  25%,
  75% {
    transform: translateX(-4px);
  }
  50% {
    transform: translateX(4px);
  }
}
* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}
::after,
::before {
  box-sizing: inherit;
}
body,
html {
  height: 100%;
  width: 100%;
  line-height: normal;
  font-size: 16px;
}
button,
input,
textarea {
  outline: 0;
}
*,
button,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
input:focus {
  outline: 0;
  box-shadow: none;
}
input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a,
a:hover,
a:visited {
  text-decoration: none;
}
ul li {
  list-style: none;
}
li {
  line-height: normal;
}
@font-face {
  font-family: Oswald;
  font-display: swap;
  src: url(../fonts/OswaldRegular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
}
@font-face {
  font-family: Oswald;
  font-display: swap;
  src: url(../fonts/OswaldSemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-optical-sizing: auto;
}
@font-face {
  font-family: Oswald;
  font-display: swap;
  src: url(../fonts/OswaldBold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
}
@font-face {
  font-family: Ubuntu Sans;
  font-display: swap;
  src: url(../fonts/UbuntuSansRegular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
}
@font-face {
  font-family: Ubuntu Sans;
  font-display: swap;
  src: url(../fonts/UbuntuSansMedium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
}
@font-face {
  font-family: Ubuntu Sans;
  font-display: swap;
  src: url(../fonts/UbuntuSansBold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
}
.flex {
  display: flex;
}
.flex--inline {
  display: inline-flex;
}
.flex--align-center {
  align-items: center;
}
.flex--align-baseline {
  align-items: baseline;
}
.flex--align-end {
  align-items: end;
}
.flex--justify-between {
  justify-content: space-between;
}
.flex--justify-center {
  justify-content: center;
}
.flex--column {
  flex-direction: column;
}
.flex--no-shrink {
  flex-shrink: 0;
}
.flex--wrap {
  flex-wrap: wrap;
}
.grid {
  display: grid;
}
.grid--align-end {
  align-self: end;
}
.pt--4 {
  padding-top: 4px;
}
.pt--6 {
  padding-top: 6px;
}
.pt--8 {
  padding-top: 8px;
}
.pt--10 {
  padding-top: 10px;
}
.pt--12 {
  padding-top: 12px;
}
.pt--16 {
  padding-top: 16px;
}
.pt--24 {
  padding-top: 24px;
}
.pt--28 {
  padding-top: 28px;
}
.pt--32 {
  padding-top: 32px;
}
.pb--4 {
  padding-bottom: 4px;
}
.pb--6 {
  padding-bottom: 6px;
}
.pb--8 {
  padding-bottom: 8px;
}
.pb--10 {
  padding-bottom: 10px;
}
.pb--12 {
  padding-bottom: 12px;
}
.pb--16 {
  padding-bottom: 16px;
}
.pb--24 {
  padding-bottom: 24px;
}
.pb--32 {
  padding-bottom: 32px;
}
.pl--6 {
  padding-left: 6px;
}
.pl--10 {
  padding-left: 10px;
}
.pl--12 {
  padding-left: 12px;
}
.pl--16 {
  padding-left: 16px;
}
.pl--24 {
  padding-left: 24px;
}
.pl--28 {
  padding-left: 28px;
}
.pl--32 {
  padding-left: 32px;
}
.pr--6 {
  padding-right: 6px;
}
.pr--10 {
  padding-right: 10px;
}
.pr--12 {
  padding-right: 12px;
}
.pr--16 {
  padding-right: 16px;
}
.pr--24 {
  padding-right: 24px;
}
.pr--28 {
  padding-right: 28px;
}
.pr--32 {
  padding-right: 32px;
}
.m--auto {
  margin-left: auto;
  margin-right: auto;
}
.mt--16 {
  margin-top: 16px;
}
.mr--16 {
  margin-right: 16px;
}
.mb--8 {
  margin-bottom: 8px;
}
.mb--16 {
  margin-bottom: 16px;
}
.mb--32 {
  margin-bottom: 32px;
}
.gap--3 {
  gap: 3px;
}
.gap--4 {
  gap: 4px;
}
.gap--6 {
  gap: 6px;
}
.gap--8 {
  gap: 8px;
}
.gap--10 {
  gap: 10px;
}
.gap--14 {
  gap: 14px;
}
.gap--16 {
  gap: 16px;
}
.gap--22 {
  gap: 22px;
}
.gap--24 {
  gap: 24px;
}
.gap--32 {
  gap: 32px;
}
.gap--34 {
  gap: 34px;
}
.gap--64 {
  gap: 64px;
}
.font--normal {
  font-weight: 400;
}
.font--medium {
  font-weight: 500;
}
.font--semi {
  font-weight: 600;
}
.font--bold {
  font-weight: 700;
}
.font--primary {
  font-family: Oswald;
}
.font--secondary {
  font-family: Ubuntu Sans;
}
.font--size-10 {
  font-size: 0.625rem;
}
.font--size-12 {
  font-size: 0.75rem;
}
.font--size-14 {
  font-size: 0.875rem;
}
.font--size-16 {
  font-size: 1rem;
}
.font--size-18 {
  font-size: 1.125rem;
}
.font--size-28 {
  font-size: 1.75rem;
}
.font--size-32 {
  font-size: 2rem;
}
.text--uppercase {
  text-transform: uppercase;
}
.text--center {
  text-align: center;
}
.text--break {
  word-break: break-word;
}
.bg--black {
  background-color: var(--color--black);
}
.bg--grey,
body {
  background-color: var(--color--grey);
}
.bg--green {
  background-color: var(--color--green);
}
.bg--white {
  background-color: var(--color--white);
}
.bg--pale-grey {
  background-color: var(--color--pale-grey);
}
.color--white {
  color: var(--color--white);
}
.color--light-grey {
  color: var(--color--light-grey);
}
.color--black {
  color: var(--color--black);
}
.color--green {
  color: var(--color--green);
}
.color--red {
  color: var(--color--red);
}
.position--fixed {
  position: fixed;
}
.position--absolute {
  position: absolute;
}
.position--relative {
  position: relative;
}
.btn {
  border-radius: 37px;
  border: 1px solid transparent;
  height: 46px;
  line-height: 0;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .btn {
    height: 49px;
  }
  .btn,
  .btn img {
    transition: 0.4s ease;
  }
  .btn:hover {
    border: 1px solid var(--color--white);
    background-color: transparent;
    color: var(--color--white);
  }
  .btn:hover img {
    filter: brightness(100);
  }
}
.btn--transparent {
  border: 1px solid var(--color--white);
  background-color: var(--color--grey);
}
@media (min-width: 1024px) {
  .btn--transparent,
  .btn--transparent img {
    transition: 0.4s ease;
  }
  .btn--transparent:hover {
    border: 1px solid var(--color--green);
    background-color: var(--color--green);
    color: var(--color--black);
  }
  .btn--transparent:hover img {
    filter: brightness(0);
  }
}
.hidden {
  display: none;
}
:root {
  --color--black: #0e0e0e;
  --color--grey: #292929;
  --color--light-grey: #a2a2a2;
  --color--pale-grey: #f5f4f4;
  --color--white: #ffffff;
  --color--green: #b4d31f;
  --color--red: #f33e3e;
}
@media (min-width: 1024px) {
  body {
    max-width: 1440px;
    margin: 0 auto;
  }
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100dvh;
  background-color: transparent;
  transition: background-color 0.4s ease;
  z-index: -1;
}
body.lock {
  overflow: hidden;
  pointer-events: none;
}
body.lock::after {
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  z-index: 997;
}
.to-top {
  bottom: 32px;
  right: 16px;
  width: 55px;
  height: 55px;
  color: #fff;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 49.3px 0 rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 996;
  transition: background-color 0.4s ease, transform 0.4s ease, opacity 0.4s ease;
}
@media (min-width: 1024px) {
  .to-top img {
    transition: all 0.4s ease-in-out;
  }
  .to-top:hover img {
    animation: bounce 0.8s ease-in-out infinite alternate;
  }
}
.to-top.scrolling {
  opacity: 0.2 !important;
}
.main {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1024px) {
  .main {
    padding-left: 0;
    padding-right: 0;
  }
}
.fade--in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.fade--in.visible {
  opacity: 1;
  transform: translateY(0);
}
.header {
  width: calc(100% - 32px);
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 32px;
  z-index: 999;
  pointer-events: auto;
  transition: background-color 0.4s ease-in-out,
    backdrop-filter 0.4s ease-in-out;
}
.header.floating {
  background-color: #0e0e0eab;
  backdrop-filter: blur(24px);
}
@media (min-width: 1024px) {
  .header {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    background-color: transparent;
    max-width: 1440px;
  }
  .header:hover .header__menu-dropdown-wrapper {
    backdrop-filter: none;
  }
  .header:hover .header__wrapper {
    background-color: var(--color--black);
    backdrop-filter: none;
  }
  .header__wrapper {
    width: 631px;
    background-color: var(--color--black);
    padding: 10px 24px;
    border-radius: 32px;
    left: 50px;
    position: relative;
    transition: background-color 0.4s ease-in-out,
      backdrop-filter 0.4s ease-in-out;
  }
  .header__wrapper.floating {
    background-color: #0e0e0eab;
    backdrop-filter: blur(24px);
  }
}
@media (min-width: 1440px) {
  .header__wrapper {
    left: 90px;
  }
}
.header__burger-wrapper {
  transition: transform 400ms;
  background-color: #b4d31f;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.header__burger-wrapper .header__burger-line {
  transition: all 0.4s;
  stroke-width: 8;
}
.header__burger-wrapper #line-top {
  stroke-dasharray: 25 139;
  stroke-dashoffset: -25;
}
.header__burger-wrapper #line-bottom {
  stroke-dasharray: 25 139;
  stroke-dashoffset: -8;
}
.header__burger-wrapper #line-middle {
  transform-origin: 38% 20%;
}
.header__burger-wrapper.active {
  transform: rotate(0.375turn);
}
.header__burger-wrapper.active #line-top {
  stroke-dashoffset: -87;
}
.header__burger-wrapper.active #line-bottom {
  stroke-dashoffset: -64;
}
.header__burger-wrapper.active #line-middle {
  transform: rotate(90deg);
}
@media (min-width: 1024px) {
  .header__burger-wrapper {
    display: none;
  }
}
.header__nav {
  height: 513px;
  top: 0;
  left: 0;
  right: 0;
  padding: 131px 22px 22px;
  z-index: 998;
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease, transform 0.6s ease;
}
.header__nav.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.items-menu-item {
  z-index: 2;
}
.header__nav-submenu,
.header__nav-submenu.visible {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}
.header__nav-submenu.visible {
  max-height: 60px;
  opacity: 1;
}
.header__nav-chevron {
  transition: 0.4s ease;
}
.header__nav-chevron.active {
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .header__menu {
    display: flex;
  }
  .header__menu-link {
    transition: all 0.4s ease-in-out;
  }
  .header__menu-dropdown {
    bottom: -45px;
    left: 0;
    width: 127.5px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    border-radius: 0 0 10px 10px;
  }
  .header__menu-dropdown-wrapper:hover .header__menu-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .header__menu-dropdown-wrapper:hover .header__menu-item-img {
    transform: rotate(180deg);
  }
  .header__menu-dropdown-link {
    transition: 0.4s ease-in-out;
    font-size: 0.75rem;
  }
  .header__menu-dropdown-link:hover {
    color: var(--color--light-grey);
  }
  .header__menu-item {
    border-radius: 20px;
    transition: background-color 0.4s ease;
  }
  .header__menu-item-img {
    transition: all 0.4s ease-in-out;
  }
  .header__menu-item:hover {
    background-color: var(--color--grey);
    cursor: pointer;
  }
  .header__menu-item-dropdown {
    transition: all 0.4s ease;
  }
  .header__menu-item-dropdown:hover {
    background-color: transparent;
  }
  .header__menu-item-dropdown.active,
  .header__menu-item.active {
    background-color: var(--color--green);
  }
  .header__menu-item-dropdown.active .header__menu-link {
    color: var(--color--black);
  }
  .header__menu-item-dropdown.active .header__menu-item-img {
    filter: brightness(0);
  }
  .header__menu-item.active .header__menu-link {
    color: var(--color--black);
  }
}
.footer {
  width: calc(100% - 32px);
  padding-bottom: 16px;
  overflow: visible;
}
@media (min-width: 1024px) {
  .footer {
    padding-bottom: 20px;
    width: calc(100% - 52px);
    max-width: 1440px;
  }
  .footer__container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer__links {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .footer__links-item {
    transition: color 0.4s ease;
  }
  .footer__links-item:hover {
    color: var(--color--light-grey);
  }
  .footer__list {
    flex-direction: row;
  }
  .footer__nav {
    gap: 38px;
  }
  .footer__nav-link {
    color: var(--color--white);
    transition: color 0.4s ease;
  }
  .footer__nav-link:hover {
    color: var(--color--green);
  }
  .footer__logo {
    width: 135.686px;
    height: 52.524px;
  }
}
.footer::before {
  content: "";
  background-image: url(../img/global/global_animation.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -20px;
  top: -140px;
  width: 166px;
  height: 222px;
  z-index: -1;
  opacity: 0.4;
  overflow-y: visible;
  transform: scaleX(-1) rotate(-60deg);
  pointer-events: none;
}
@media (min-width: 1024px) {
  .footer::before {
    display: none;
  }
}
.footer__wrapper {
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .footer__wrapper {
    padding: 32px 64px;
  }
}
.main__hero {
  overflow-x: hidden;
  padding-top: 100px;
  margin-right: -16px;
  padding-right: 16px;
}
.main__hero::before {
  content: "";
  background-image: url(../img/global/global_animation.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -20px;
  top: 15px;
  width: 166px;
  height: 222px;
  z-index: -1;
  opacity: 0.4;
  overflow-y: visible;
  transform: rotate(-45deg);
  pointer-events: none;
}
@media (min-width: 1024px) {
  .main__hero::before {
    display: none;
  }
  .main__hero {
    display: flex;
    padding-top: 0;
    margin-right: 0;
    padding-right: 0;
    max-width: 1440px;
    justify-content: space-between;
    margin-bottom: 64px;
    overflow-x: clip;
  }
  .main__hero-title {
    font-size: 3.5rem;
    max-width: 616px;
    margin-bottom: 37px;
  }
  .main__hero-wrapper {
    display: flex;
    margin-top: 16px;
    margin-right: 16px;
  }
  .main__hero-container {
    padding-top: 150px;
    padding-left: 80px;
    gap: 0;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .main__hero-container {
    position: relative;
  }
  .main__hero-container::before {
    content: "";
    background-image: url(../img/global/global_animation.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: -305px;
    width: 450px;
    height: 450px;
    z-index: -1;
    opacity: 0.4;
    overflow-y: visible;
    transform: rotate(60deg);
    pointer-events: none;
  }
}
@media (min-width: 1024px) {
  .main__hero-btn {
    max-width: 245px;
    transition: all 0.4s ease-in-out;
  }
  .main__hero-slider {
    width: 228px;
    height: 258px;
    border-radius: 0 30px 30px 0;
    bottom: 103px;
    left: 0;
  }
  .main__hero-slider:after,
  .main__hero-slider:before {
    content: "";
    position: absolute;
    right: 199px;
    height: 29px;
    width: 29px;
  }
  .main__hero-slider:before {
    top: -29px;
    background-image: url(../img/sections/main/section-hero/icon_substract_top.svg);
  }
  .main__hero-slider:after {
    bottom: -29px;
    background-image: url(../img/sections/main/section-hero/icon_substract_bottom.svg);
  }
}
@media (min-width: 1440px) {
  .main__hero-container {
    padding-left: 120px;
  }
  .main__hero-title {
    margin-bottom: 76px;
    width: 42.778vw;
  }
  .main__hero-slider {
    width: 445px;
    left: -230px;
  }
  .main__hero-slider:after,
  .main__hero-slider:before {
    right: 186px;
  }
}
.main__hero-img {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 92vw;
  border-radius: 20px;
  background-image: url(../img/sections/main/section-hero/image_hero.png);
}
@media (min-width: 1024px) {
  .main__hero-img {
    display: none;
  }
}
.main__hero-bg {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 92vw;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .main__hero-bg {
    display: flex;
    width: 57.618vw;
    max-width: 634px;
    max-height: 694px;
    border-radius: 30px;
  }
}
@media (min-width: 1440px) {
  .main__hero-bg {
    width: 44.028vw;
    height: 48.195vw;
  }
}
.main__hero-text {
  max-width: 288px;
}
@media (min-width: 1024px) {
  .main__hero-text {
    margin-bottom: 57px;
    font-size: 1.25rem;
  }
}
@media (min-width: 1440px) {
  .main__hero-text {
    margin-bottom: 66px;
  }
}
.main__hero-category-slider {
  width: 100%;
  max-width: 198px;
  overflow: hidden;
  top: 50%;
  transform: translateY(calc(-50% + 4px));
  right: 31px;
}
.main__hero-category-slider-track {
  transition: transform 0.3s ease;
}
.main__hero-category-slider-slide {
  min-width: 100%;
  margin-right: 16px;
  padding: 10px;
  border-radius: 13px;
  box-shadow: 0 0 49.3px 0 rgba(0, 0, 0, 0.1);
}
.main__hero-category-slider-slide-bg {
  width: 112px;
  height: 112px;
  border-radius: 50%;
}
.main__hero-category-slider-slide-img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main__hero-category-slider-slide-btn {
  border-radius: 24px;
  width: 100%;
  transition: background-color 0.4s ease-in-out;
}
.main__hero-category-slider-slide-btn:hover {
  background-color: var(--color--green);
}
@media (min-width: 1440px) {
  .main__hero-category-slider {
    max-width: 412px;
  }
  .main__hero-category-slider-slide {
    min-width: calc(50% - 9px);
  }
}
.main__hero-category-slider-nav {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.main__hero-category-slider-img {
  filter: brightness(0);
  user-select: none;
}
.main__hero-category-slider-img-next {
  transform: rotate(180deg);
}
.main__hero-category-slider-container {
  padding: 7px 15px;
  border-radius: 34px;
  width: 80px;
  margin-top: 15px;
  float: right;
}
.main__hero-category-slider-button {
  border: 0;
  background-color: transparent;
  z-index: 2;
  transition: transform 0.4s ease;
}
.main__hero-category-slider-button:hover {
  transform-origin: center;
  transform: scale(1.1);
}
.main__hero-category-slider-button--prev {
  left: 10px;
}
.main__hero-category-slider-button--next {
  right: 10px;
}
.main__hero-category-slider-button.disabled {
  pointer-events: none;
  filter: brightness(0.4);
}
.main__partner {
  overflow: visible;
  margin-left: -16px;
  padding-left: 16px;
}
.main__partner-img,
.main__partner::before {
  background-repeat: no-repeat;
  background-position: center;
}
.main__partner::before {
  content: "";
  background-image: url(../img/global/global_animation.svg);
  background-size: contain;
  position: absolute;
  left: -35px;
  top: -120px;
  width: 166px;
  height: 222px;
  z-index: -1;
  opacity: 0.4;
  overflow-y: visible;
  transform: scaleX(-1);
  pointer-events: none;
}
@media (min-width: 1024px) {
  .main__partner::before {
    display: none;
  }
}
.main__partner-img {
  background-size: cover;
  width: 100%;
  height: 92vw;
  max-height: 305px;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .main__partner-img {
    min-width: 26vw;
    height: auto;
    max-width: 723px;
  }
}
.main__partner-img-logo {
  top: 39px;
  left: 38px;
  z-index: 2;
  max-width: 107px;
  max-height: 42px;
  width: 29vw;
  height: 11.2vw;
}
@media (min-width: 1024px) {
  .main__partner-img-logo {
    max-width: 165px;
    width: 12vw;
    max-height: 64px;
    height: 5vw;
    top: 35px;
    left: 32px;
  }
}
.main__partner-img-product {
  bottom: 14px;
  right: 18px;
  z-index: 2;
  max-width: 225px;
  max-height: 201px;
  width: 60vw;
  height: 54vw;
}
@media (min-width: 1024px) {
  .main__partner-img-product {
    top: 50%;
    transform: translateY(-50%);
    right: 69px;
  }
  .main__partner {
    display: flex;
    flex-direction: row-reverse;
    max-width: 1440px;
    padding-left: 80px;
    padding-right: 80px;
    gap: 48px;
    margin-bottom: 103px;
    overflow-x: clip;
    overflow-y: visible;
  }
  .main__partner::after {
    content: "";
    background-image: url(../img/global/global_animation.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: -305px;
    width: 450px;
    height: 450px;
    z-index: -1;
    opacity: 0.4;
    overflow-y: visible;
    transform: rotate(60deg);
    pointer-events: none;
  }
  .main__partner-btn {
    display: none;
  }
  .main__partner-btn-small {
    display: grid;
    width: 167px;
    height: 49px;
  }
  .main__partner-title {
    font-size: 1.5rem;
  }
  .main__partner-text {
    font-size: 1.25rem;
    margin-bottom: 24px;
  }
  .main__partner-container {
    display: flex;
    flex-direction: column;
    flex-basis: 59%;
  }
}
@media (min-width: 1440px) {
  .main__partner {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.main__products {
  overflow-y: visible;
  overflow-x: clip;
  margin-right: -16px;
  padding-right: 16px;
}
.main__products::before {
  content: "";
  background-image: url(../img/global/global_animation.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -10px;
  top: -105px;
  width: 166px;
  height: 222px;
  z-index: -1;
  opacity: 0.4;
  transform: rotate(-60deg);
  pointer-events: none;
}
@media (min-width: 1024px) {
  .main__products::before {
    display: none;
  }
  .main__products {
    max-width: 1440px;
    width: 100%;
    margin-bottom: 103px;
    padding-left: 80px;
    padding-right: 80px;
  }
  .main__products::after {
    content: "";
    background-image: url(../img/global/global_animation.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 20%;
    bottom: -305px;
    width: 450px;
    height: 450px;
    z-index: -1;
    opacity: 0.4;
    overflow-y: visible;
    transform: scaleX(1) translateX(120px) rotate(-45deg);
    pointer-events: none;
  }
  .main__products-title {
    font-size: 2rem;
  }
  .main__products-wrapper {
    gap: 48px;
  }
}
@media (min-width: 1440px) {
  .main__products {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.main__products-container {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.main__products-container::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1024px) {
  .main__products-container {
    gap: 12px;
  }
}
.main__products-item {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  user-select: none;
  border-radius: 40px;
  border: 1px solid var(--color--white);
  background-color: transparent;
  transition: background-color 0.4s ease, border-color 0.4s ease,
    color 0.4s ease, border 0.4s ease;
}
@media (min-width: 1024px) {
  .main__products-item {
    font-size: 1rem;
    padding: 10px 24px;
  }
  .main__products-item:hover {
    cursor: pointer;
    border-color: var(--color--light-grey);
  }
}
.main__products-item.active {
  background-color: var(--color--green);
  color: var(--color--black);
  border: 1px solid transparent;
}
@media (min-width: 1024px) {
  .main__products-carousel {
    margin-left: 0;
    margin-right: 0;
    overflow-x: hidden;
  }
  .main__products-carousel-btn {
    display: flex;
    transition: all 0.4s ease-in-out;
  }
}
.main__products-carousel-wrapper {
  width: 76.27vw;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .main__products-carousel-wrapper {
    width: 100%;
  }
}
.main__products-carousel-track {
  transition: transform 0.4s ease;
  will-change: transform;
}
.main__products-carousel-slide {
  flex: 0 0 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .main__products-carousel-slide {
    max-width: 386px;
    flex-grow: 0;
    flex-shrink: 1;
    min-width: calc(100% / 3 - 16px);
  }
}
.main__products-carousel-slide-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 60.8vw;
  height: 43vw;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  .main__products-carousel-slide-img {
    width: 24.306vw;
    height: 16.667vw;
    max-width: 350px;
    max-height: 240px;
  }
}
.main__products-carousel-nav {
  top: 50%;
  border: 0;
  z-index: 2;
  height: 7vw;
  width: 7vw;
  border-radius: 50%;
}
.main__products-carousel-nav:before {
  content: "";
  position: absolute;
  display: block;
  height: 100vw;
  max-height: 64vw;
  width: 15vw;
}
@media (min-width: 1024px) {
  .main__products-carousel-nav {
    height: 40px;
    width: 40px;
  }
  .main__products-carousel-nav:before {
    display: none;
  }
}
.main__products-carousel-nav.disabled {
  filter: brightness(0.4);
  pointer-events: none;
}
.main__products-carousel-nav--prev {
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .main__products-carousel-nav--prev {
    left: 24px;
    transform: translateY(calc(-50% + 24px));
  }
}
.main__products-carousel-nav--next {
  right: 16px;
  transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 1024px) {
  .main__products-carousel-nav--next {
    right: 42px;
    transform: translateY(calc(-50% + 24px)) rotate(180deg);
  }
}
.category__products-carousel-dots button,
.main__products-carousel-dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--color--light-grey);
  border: 0;
}
.category__products-carousel-dots button.active,
.main__products-carousel-dots button.active {
  background: var(--color--white);
}
.main__products-carousel-bg {
  height: 48.8vw;
  width: 48.8vw;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .main__products-carousel-bg {
    width: 20.139vw;
    height: 20.139vw;
    max-width: 290px;
    max-height: 290px;
  }
}
.main__products-carousel-link {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: transform 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
@media (min-width: 1024px) {
  .main__products-carousel-link-img {
    transition: all 0.4s ease-in-out;
  }
  .main__products-carousel-link:hover {
    transform: scale(1.1);
    background-color: var(--color--green);
  }
  .main__contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 80px;
    padding-right: 80px;
    max-width: 1440px;
  }
  .main__contact-title {
    font-size: 2rem;
  }
  .main__contact-btn {
    display: none;
  }
  .main__contact-btn-small {
    display: grid;
    width: 167px;
    height: 49px;
  }
}
@media (min-width: 1440px) {
  .main__contact {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.main__contact-list {
  overflow-y: visible;
  overflow-x: clip;
  margin-right: -16px;
  padding-right: 16px;
}
@media (min-width: 1024px) {
  .main__contact-list {
    gap: 16px;
    margin-bottom: 24px;
  }
  .main__contact-list-link {
    transition: color 0.4s ease-in-out;
  }
  .main__contact-list-link:hover {
    color: var(--color--pale-grey);
  }
}
.main__contact-list::before {
  content: "";
  background-image: url(../img/global/global_animation.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -30px;
  top: -80px;
  width: 166px;
  height: 222px;
  z-index: -1;
  opacity: 0.4;
  transform: rotate(-60deg);
  pointer-events: none;
}
@media (min-width: 1024px) {
  .main__contact-list::before {
    display: none;
  }
}
.main__contact-text {
  max-width: 400px;
}
@media (min-width: 1024px) {
  .main__contact-text {
    font-size: 1.25rem;
    max-width: 485px;
  }
}
.contacts__contact::before,
.main__contact-img {
  background-position: center;
  background-repeat: no-repeat;
}
.main__contact-img {
  background-size: cover;
  width: 100%;
  height: 92vw;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .main__contact-img {
    max-width: 488px;
    width: 33.889vw;
    max-height: 365px;
  }
}
.main__contact-item {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.contacts__contact {
  overflow-x: hidden;
  padding-top: 100px;
  margin-right: -16px;
  padding-right: 16px;
}
.contacts__contact::before {
  content: "";
  background-image: url(../img/global/global_animation.svg);
  background-size: contain;
  position: absolute;
  right: 0;
  top: 25px;
  width: 162px;
  height: 222px;
  z-index: -1;
  opacity: 0.4;
  overflow-y: visible;
  transform: rotate(-60deg);
  pointer-events: none;
}
@media (min-width: 1024px) {
  .contacts__contact::before {
    display: none;
  }
  .contacts__contact {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 113px 0 0 80px;
    margin-right: 0;
    margin-bottom: 64px;
    overflow-x: clip;
  }
  .contacts__contact-wrapper {
    gap: 64px;
    position: relative;
  }
  .contacts__contact-wrapper::before {
    content: "";
    background-image: url(../img/global/global_animation.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -130px;
    top: -214px;
    width: 450px;
    height: 450px;
    z-index: -1;
    opacity: 0.4;
    overflow-y: visible;
    transform: rotate(140deg);
    pointer-events: none;
  }
  .contacts__contact-list-item {
    gap: 24px;
  }
  .contacts__contact-title {
    font-size: 3.5rem;
  }
  .contacts__contact-subtitle {
    font-size: 1.25rem;
  }
  .contacts__contact-link {
    transition: 0.4s ease-in-out;
    font-size: 1.25rem;
  }
  .contacts__contact-link:hover {
    color: var(--color--pale-grey);
  }
}
@media (min-width: 1440px) {
  .contacts__contact {
    padding: 113px 120px 0;
  }
}
.contacts__contact-item {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .contacts__contact-item {
    width: 48px;
    height: 48px;
  }
  .contacts__contact-item img {
    width: 24px;
    height: 24px;
  }
}
.contacts__form {
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .contacts__form {
    padding: 32px 64px;
    max-width: 661px;
    width: 100%;
    margin-right: 16px;
  }
  .contacts__form-title {
    font-size: 2rem;
  }
  .contacts__form-container {
    display: flex;
  }
  .contacts__form-container:nth-of-type(1) {
    flex-direction: row;
  }
  .contacts__form-container:nth-of-type(2) {
    flex-direction: row-reverse;
  }
  .contacts__form-content {
    flex: 1;
  }
  .contacts__form-fields {
    gap: 32px;
    margin-bottom: 16px;
  }
  .contacts__form-submit {
    max-width: 132px;
  }
  .contacts__form-submit:hover {
    background-color: var(--color--black);
    color: var(--color--pale-grey);
  }
  .contacts__form-privacy {
    cursor: pointer;
  }
}
.contacts__form-field {
  border-radius: 20px;
  border: 1px solid transparent;
  transition: border 0.4s ease-in-out;
}
@media (min-width: 1024px) {
  .contacts__form-field {
    border-radius: 36px;
  }
}
.contacts__form-field::placeholder {
  color: var(--color--light-grey);
}
.contacts__form-field:active,
.contacts__form-field:focus,
.contacts__form-field:focus-visible {
  border: 1px solid var(--color--green);
  background-color: var(--color--pale-grey);
}
.contacts__form-field-error {
  display: none;
}
@media (min-width: 1024px) {
  .contacts__form-field-error {
    padding-top: 6px;
  }
  .contacts__form-field-error-text {
    font-size: 0.75rem;
  }
  .contacts__form-field-error-img {
    width: 12px;
    height: 12px;
  }
}
.contacts__form-field.error {
  border: 1px solid var(--color--red);
  color: var(--color--red);
  animation: shake 0.3s;
}
.contacts__form-msg {
  height: 107px;
  border-radius: 20px;
  border: 1px solid transparent;
  transition: border 0.4s ease-in-out;
  resize: none;
  scrollbar-width: none;
}
@media (min-width: 1024px) {
  .contacts__form-msg {
    border-radius: 23px;
    height: 110px;
  }
}
.contacts__form-msg:active,
.contacts__form-msg:focus,
.contacts__form-msg:focus-visible {
  border: 1px solid var(--color--green);
  background-color: var(--color--pale-grey);
}
.contacts__form-checkbox {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid var(--color--green);
  transition: background-color 0.1s ease-in-out, border 0.4s ease-in-out;
}
.contacts__form-checkbox-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
.contacts__form-checkbox-icon.checked {
  opacity: 1;
}
.contacts__form-checkbox.checked {
  background-color: rgba(180, 211, 31, 0.1);
}
.contacts__form-checkbox.error {
  border: 1px solid var(--color--red);
}
.contacts__form-select-img {
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  transition: transform 0.4s ease;
}
.contacts__form-select-field {
  border: 1px solid transparent;
  transition: border 0.4s ease-in-out;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .contacts__form-select-field {
    flex: 1;
    cursor: pointer;
  }
}
.contacts__form-select-field.active .contacts__form-select-img {
  transform: translateY(-50%) rotate(180deg);
}
.contacts__form-select-field:active,
.contacts__form-select-field:focus,
.contacts__form-select-field:focus-visible {
  border: 1px solid var(--color--green);
  background-color: var(--color--pale-grey);
}
.contacts__form-select-options {
  width: 100%;
  top: 5px;
  left: 0;
  border-radius: 20px;
  max-height: 160px;
  overflow-y: auto;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
  transition: opacity 0.4s ease-in-out;
}
.contacts__form-select-options.open {
  opacity: 1;
  z-index: 3;
  pointer-events: auto;
  visibility: visible;
}
.contacts__form-select-options::-webkit-scrollbar {
  display: none;
}
.contacts__form-select-options .custom--option.selected {
  font-weight: 600;
}
.contacts__form-select-wrapper {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
  transition: opacity 0.4s ease-in-out;
}
.contacts__form-select-wrapper::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #f5f4f4, #f5f4f400);
  height: 24px;
  z-index: 22;
  border-radius: 20px 20px 0 0;
}
@media (min-width: 1024px) {
  .contacts__form-select-wrapper::before {
    height: 18px;
  }
}
.contacts__form-select-wrapper::after {
  content: "";
  position: absolute;
  bottom: -165px;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, #f5f4f4, transparent);
  height: 24px;
  z-index: 22;
  border-radius: 0 0 20px 20px;
}
@media (min-width: 1024px) {
  .contacts__form-select-wrapper::after {
    height: 18px;
  }
}
.contacts__form-select-wrapper.open {
  opacity: 1;
  z-index: 4;
  pointer-events: auto;
  visibility: visible;
}
.contacts__form-success {
  height: 613px;
}
@media (min-width: 1024px) {
  .contacts__form-success {
    height: 486px;
  }
  .contacts__form-success-title {
    font-size: 2rem;
  }
  .contacts__form-success-text {
    font-size: 1.25rem;
  }
  .contacts__location {
    gap: 64px;
    margin-bottom: 64px;
    padding-left: 80px;
    padding-right: 80px;
    position: relative;
    overflow-x: clip;
  }
  .contacts__location::after {
    content: "";
    background-image: url(../img/global/global_animation.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -40px;
    top: -240px;
    width: 450px;
    height: 450px;
    z-index: -1;
    opacity: 0.4;
    overflow-y: visible;
    transform: rotate(-120deg);
    pointer-events: none;
  }
  .contacts__location-title {
    font-size: 2rem;
  }
}
@media (min-width: 1440px) {
  .contacts__location {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.contacts__location-map {
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .contacts__location-map {
    height: 664px;
  }
}
.contacts__faq {
  overflow: hidden;
  margin-right: -16px;
  padding-right: 16px;
}
.contacts__faq::before {
  content: "";
  background-image: url(../img/global/global_animation.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 30px;
  top: 40px;
  width: 162px;
  height: 222px;
  z-index: -1;
  opacity: 0.4;
  transform: rotate(-60deg);
  pointer-events: none;
}
@media (min-width: 1024px) {
  .contacts__faq::before {
    display: none;
  }
  .contacts__faq {
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 64px;
    overflow: visible;
  }
  .contacts__faq::after {
    content: "";
    background-image: url(../img/global/global_animation.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 40%;
    top: -220px;
    width: 450px;
    height: 450px;
    z-index: -1;
    opacity: 0.4;
    overflow-y: visible;
    transform: scaleX(1) translateX(120px) rotate(-60deg);
    pointer-events: none;
  }
  .contacts__faq-title {
    font-size: 2rem;
  }
  .contacts__faq-text {
    font-size: 1.25rem;
    max-width: 380px;
  }
  .contacts__faq-container {
    gap: 32px;
  }
  .contacts__faq-wrapper {
    gap: 16px;
  }
  .contacts__faq-link {
    transition: 0.4s ease-in-out;
  }
  .contacts__faq-link:hover {
    color: var(--color--pale-grey);
  }
  .contacts__faq-subtitle {
    font-size: 1.25rem;
  }
}
@media (min-width: 1440px) {
  .contacts__faq {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.contacts__faq-item {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.contacts__faq-img {
  transition: transform 0.4s ease;
}
.contacts__faq-icon {
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
}
.about__products-icon.open .about__products-img,
.contacts__faq-icon.open .contacts__faq-img {
  transform: rotate(180deg);
}
.contacts__faq-list {
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .contacts__faq-list {
    cursor: pointer;
    max-width: 686px;
  }
}
.about__about {
  overflow-x: hidden;
  padding-top: 100px;
  margin-right: -16px;
  padding-right: 16px;
}
.about__about::before {
  content: "";
  background-image: url(../img/global/global_animation.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -5px;
  top: 0;
  width: 162px;
  height: 222px;
  z-index: -1;
  opacity: 0.4;
  overflow-y: visible;
  transform: rotate(-80deg);
  pointer-events: none;
}
@media (min-width: 1024px) {
  .about__about::before {
    display: none;
  }
  .about__about {
    margin-right: 0;
    padding-right: 80px;
    padding-left: 80px;
    padding-top: 150px;
    gap: 42px;
    margin-bottom: 56px;
  }
  .about__about::after {
    content: "";
    background-image: url(../img/global/global_animation.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -35px;
    top: -65px;
    width: 450px;
    height: 450px;
    z-index: -1;
    opacity: 0.4;
    overflow-y: visible;
    transform: rotate(140deg);
    pointer-events: none;
  }
  .about__about-title {
    font-size: 3.5rem;
  }
}
@media (min-width: 1440px) {
  .about__about {
    padding-right: 120px;
    padding-left: 120px;
  }
}
.about__about-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 91.47vw;
  max-height: 519px;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .about__about-img {
    max-height: 519px;
  }
}
.about__about-img-logo {
  top: 39px;
  left: 38px;
  z-index: 2;
  max-width: 107px;
  max-height: 42px;
  width: 29vw;
  height: 11.2vw;
}
@media (min-width: 1024px) {
  .about__about-img-logo {
    width: 19vw;
    max-width: 273px;
    height: 7.37vw;
    max-height: 106px;
    top: 58px;
    left: 53px;
  }
}
.about__about-img-product {
  bottom: 14px;
  right: 18px;
  z-index: 2;
  max-width: 225px;
  max-height: 201px;
  width: 60vw;
  height: 54vw;
}
@media (min-width: 1024px) {
  .about__about-img-product {
    max-width: 372px;
    width: 25.84vw;
    max-height: 333px;
    height: 23.13vw;
    top: 50%;
    transform: translateY(-50%);
    right: 115px;
  }
  .about__benefits {
    display: flex;
    padding-left: 80px;
    padding-right: 80px;
    gap: 20px;
    margin-bottom: 56px;
  }
}
@media (min-width: 1440px) {
  .about__benefits {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.about__benefits-benefit {
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .about__benefits-benefit {
    width: calc(100% / 3);
    padding: 32px;
    gap: 24px;
    flex-direction: column;
    align-items: start;
  }
  .about__benefits-benefit-icon {
    width: 48px;
    height: 48px;
  }
  .about__benefits-benefit-text {
    font-size: 1.25rem;
  }
  .about__story {
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 56px;
  }
  .about__story-header {
    gap: 64px;
  }
  .about__story-header-title {
    font-size: 2rem;
  }
  .about__story-header-text {
    font-size: 1.25rem;
    max-width: 670px;
  }
  .about__story-media {
    width: 100%;
    gap: 32px;
    display: flex;
    justify-content: end;
  }
  .about__story-text {
    font-size: 1.5rem;
  }
}
@media (min-width: 1440px) {
  .about__story {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.about__story-img {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  border-radius: 20px;
}
.about__story-img:first-child {
  height: 51.7vw;
  background-position: center;
}
@media (min-width: 1024px) {
  .about__story-img:first-child {
    max-width: 282px;
    max-height: 380px;
  }
}
.about__story-img:last-child {
  height: 63.3vw;
  background-position: 71%;
}
@media (min-width: 1024px) {
  .about__story-img:last-child {
    max-width: 361px;
    max-height: 468px;
  }
}
.about__story-wrapper {
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .about__story-wrapper {
    padding: 64px 32px 32px;
  }
}
.about__story-quotes {
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .about__story-quotes {
    width: 98px;
    height: 98px;
    top: -49px;
  }
}
.about__story-container {
  overflow: hidden;
  margin-left: -16px;
  padding-left: 16px;
}
@media (min-width: 1024px) {
  .about__story-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 56px;
    margin-left: 0;
    padding-left: 0;
    position: relative;
    overflow: visible;
  }
  .about__story-container::after {
    content: "";
    background-image: url(../img/global/global_animation.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 10%;
    top: -230px;
    width: 450px;
    height: 450px;
    z-index: -1;
    opacity: 0.4;
    overflow-y: visible;
    transform: scaleX(1) translateX(120px) rotate(-120deg);
    pointer-events: none;
  }
}
.about__story-container::before {
  content: "";
  background-image: url(../img/global/global_animation.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 65px;
  top: 80px;
  width: 250px;
  height: 300px;
  z-index: -1;
  opacity: 0.4;
  transform: rotate(-70deg);
  pointer-events: none;
}
@media (min-width: 1024px) {
  .about__story-container::before {
    display: none;
  }
}
.about__products {
  overflow-x: clip;
}
.about__products::before {
  content: "";
  background-image: url(../img/global/global_animation.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -170px;
  width: 166px;
  height: 222px;
  z-index: -1;
  opacity: 0.4;
  pointer-events: none;
  transform: rotate(-80deg);
}
@media (min-width: 1024px) {
  .about__products::before {
    display: none;
  }
  .about__products {
    gap: 64px;
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 56px;
  }
  .about__products::after {
    content: "";
    background-image: url(../img/global/global_animation.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 70px;
    bottom: -140px;
    width: 450px;
    height: 450px;
    z-index: -1;
    opacity: 0.4;
    overflow-y: visible;
    transform: scaleX(1) translateX(120px) rotate(-120deg);
    pointer-events: none;
  }
  .about__products-title {
    font-size: 1.5rem;
  }
  .about__products-content {
    gap: 24px;
  }
  .about__products-heading {
    font-size: 2rem;
  }
  .about__products-btn {
    max-width: 266px;
  }
  .about__products-text {
    font-size: 1.25rem;
    padding-right: 50px;
  }
  .about__products-tab {
    cursor: pointer;
  }
  .about__products-divider {
    display: none;
  }
}
@media (min-width: 1440px) {
  .about__products {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.about__products-list {
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .about__products-list {
    padding: 32px;
  }
}
.about__products-img {
  transition: transform 0.4s ease;
}
.about__products-icon {
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
}
.about__products-link {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media (min-width: 1024px) {
  .about__products-link {
    width: 48px;
    height: 48px;
  }
}
.products__about {
  overflow-x: hidden;
  padding-top: 100px;
  margin-right: -16px;
  padding-right: 16px;
}
.products__about::before {
  content: "";
  background-image: url(../img/global/global_animation.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 16px;
  width: 166px;
  height: 222px;
  z-index: -1;
  opacity: 0.4;
  overflow-y: visible;
  transform: rotate(-60deg);
  pointer-events: none;
}
@media (min-width: 1024px) {
  .products__about::before {
    width: 450px;
    height: 450px;
    top: -40px;
  }
  .products__about {
    padding-top: 150px;
    margin-right: 0;
    padding-right: 80px;
    padding-left: 80px;
    margin-bottom: 86px;
    overflow-x: clip;
  }
  .products__about-title {
    font-size: 3.5rem;
  }
  .products__about-subtitle {
    font-size: 1.5rem;
  }
  .products__about-text {
    font-size: 1.25rem;
  }
  .products__about-container {
    gap: 64px;
  }
}
@media (min-width: 1440px) {
  .products__about {
    padding-right: 120px;
    padding-left: 120px;
  }
}
.products__cat {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (min-width: 1024px) {
  .products__cat {
    padding: 30px 80px;
    margin-bottom: 56px;
  }
}
@media (min-width: 1440px) {
  .products__cat {
    padding: 30px 120px;
  }
}
.products__cat-card {
  border-radius: 20px;
  width: 100%;
}
@media (min-width: 1024px) {
  .products__cat-card {
    border-radius: 30px;
    max-height: 236px;
    align-items: center;
    position: relative;
  }
  .products__cat-card:nth-child(-n + 3) {
    width: calc((100% - 48px) / 3);
  }
  .products__cat-card:nth-child(n + 4) {
    width: calc((100% - 24px) / 2);
  }
  .products__cat-card:nth-child(1) {
    background-color: var(--color--white);
  }
  .products__cat-card:nth-child(1) .products__cat-card-title {
    color: var(--color--black);
  }
  .products__cat-card:nth-child(1) .products__cat-link-img {
    filter: brightness(30);
  }
  .products__cat-card:nth-child(3) {
    background-color: var(--color--black);
  }
  .products__cat-card:nth-child(3) .products__cat-card-title {
    color: var(--color--white);
  }
  .products__cat-card:nth-child(3) .products__cat-link {
    background-color: var(--color--white);
  }
  .products__cat-card:nth-child(3) .products__cat-link-img {
    filter: brightness(0);
  }
  .products__cat-card:nth-child(4) .products__cat-link,
  .products__cat-card:nth-child(5) {
    background-color: var(--color--white);
  }
  .products__cat-card:nth-child(4) .products__cat-link-img {
    filter: brightness(0);
  }
  .products__cat-card-title {
    font-size: 1.5rem;
  }
}
.products__cat-card-img {
  width: 53.335vw;
  height: 36.8vw;
}
@media (min-width: 1024px) {
  .products__cat-card-img {
    max-width: 178px;
    max-height: 123px;
  }
}
.products__cat-link {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .products__cat-link {
    width: 48px;
    height: 48px;
    position: absolute;
    right: 24px;
    bottom: 32px;
    z-index: 2;
  }
  .products__cat-link:nth-of-type(1) {
    background-color: var(--color--black);
  }
  .products__cat-link-img {
    width: 20px;
    height: 18px;
  }
}
.products__contact {
  overflow-y: visible;
  overflow-x: clip;
  margin-right: -16px;
  padding-right: 16px;
}
.products__contact::before {
  content: "";
  background-image: url(../img/global/global_animation.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -16px;
  top: -110px;
  width: 166px;
  height: 222px;
  z-index: -1;
  opacity: 0.4;
  transform: rotate(-32deg);
  pointer-events: none;
}
@media (min-width: 1024px) {
  .products__contact::before {
    display: none;
  }
  .products__contact {
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 64px;
  }
  .products__contact::after {
    content: "";
    background-image: url(../img/global/global_animation.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 19%;
    bottom: -220px;
    width: 450px;
    height: 450px;
    z-index: -1;
    opacity: 0.4;
    overflow-y: visible;
    transform: scaleX(1) translateX(120px) rotate(60deg);
    pointer-events: none;
  }
  .products__contact-link {
    display: flex;
    font-size: 0.875rem;
    max-width: 250px;
  }
  .products__contact-wrapper {
    flex-shrink: 0;
  }
  .products__contact-title {
    font-size: 2rem;
  }
  .products__contact-list {
    gap: 16px;
  }
  .products__contact-list-link {
    transition: 0.4s ease-in-out;
  }
  .products__contact-list-link:hover {
    color: var(--color--pale-grey);
  }
  .products__contact-btn {
    display: none;
  }
  .products__contact {
    padding-right: 120px;
    padding-left: 120px;
  }
}
.products__contact-text {
  max-width: 400px;
}
@media (min-width: 1024px) {
  .products__contact-text {
    font-size: 1.25rem;
    max-width: 420px;
  }
}
.product__hero::before,
.products__contact-img {
  background-position: center;
  background-repeat: no-repeat;
}
.products__contact-img {
  background-size: cover;
  width: 100%;
  height: 92vw;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .products__contact-img {
    max-height: 384px;
    max-width: 488px;
  }
}
.products__contact-item {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.product__hero {
  padding-top: 100px;
  margin-left: -16px;
  padding-left: 16px;
}
.product__hero::before {
  content: "";
  background-image: url(../img/global/global_animation.svg);
  background-size: contain;
  position: absolute;
  bottom: 125px;
  left: -34px;
  width: 162px;
  height: 222px;
  z-index: -1;
  opacity: 0.4;
  overflow-y: visible;
  transform: scaleX(-1) rotate(-130deg);
  pointer-events: none;
}
.product__hero-container {
  display: none;
}
.product__hero-btn {
  line-height: normal;
}
@media (min-width: 1024px) {
  .product__hero::before {
    display: none;
  }
  .product__hero {
    padding-top: 150px;
    margin-left: 0;
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 64px;
    margin-bottom: 64px;
  }
  .product__hero-container {
    display: flex;
    border-radius: 50%;
    width: 32.431vw;
    height: 32.431vw;
    max-width: 467px;
    max-height: 467px;
  }
  .product__hero-title {
    font-size: 3.5rem;
  }
  .product__hero-subtitle {
    font-size: 1.5rem;
  }
  .product__hero-text {
    font-size: 1.25rem;
    max-width: 390px;
  }
  .product__hero-content {
    max-width: 50%;
  }
  .product__hero-btn {
    max-width: fit-content;
  }
}
@media (min-width: 1440px) {
  .product__hero {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.product__hero-wrapper {
  border-radius: 50%;
  width: 73.6vw;
  height: 73.6vw;
}
@media (min-width: 1024px) {
  .product__hero-wrapper {
    display: none;
  }
}
.product__hero-img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 91.47vw;
  height: auto;
}
.product__compound-list {
  flex-flow: row wrap;
}
@media (min-width: 1024px) {
  .product__hero-img {
    width: 39.931vw;
    max-width: 575px;
  }
  .product__compound {
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 64px;
    position: relative;
  }
  .product__compound::after {
    content: "";
    background-image: url(../img/global/global_animation.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -190px;
    top: -220px;
    width: 450px;
    height: 450px;
    z-index: -1;
    opacity: 0.4;
    overflow-y: visible;
    transform: translateX(120px) rotate(-125deg);
    pointer-events: none;
  }
  .product__compound-wrapper {
    display: flex;
    border-radius: 50%;
    width: 15.417vw;
    height: 15.417vw;
    max-width: 222px;
    max-height: 222px;
  }
  .product__compound-img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 19.306vw;
    max-width: 278px;
    height: auto;
  }
  .product__compound-title {
    font-size: 2rem;
    margin-bottom: 24px;
  }
  .product__compound-list {
    display: grid;
  }
  .product__compound-content {
    display: flex;
    gap: 60px;
  }
  .product__compound-chemical,
  .product__compound-info {
    flex-direction: column;
    flex-shrink: 0;
  }
  .product__compound-chemical {
    display: flex;
  }
}
@media (min-width: 1440px) {
  .product__compound {
    padding-left: 120px;
    padding-right: 120px;
  }
  .product__compound-content {
    gap: 120px;
  }
}
.product__compound-container {
  border-radius: 20px;
  box-shadow: 0 0 49.3px 0 rgba(0, 0, 0, 0.1);
  flex-direction: column;
}

.product__compound--links {
  width: 100%;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 450px) {
  .product__compound--links {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .product__compound-container,
  .product__compound-container-wrapper {
    box-shadow: none;
    padding: 43px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
}
@media (min-width: 1200px) {
  .product__compound-container,
  .product__compound-container-wrapper {
    padding: 43px 110px 43px 24px;
    gap: 90px;
  }
}
.product__compound-subtitle {
  border-radius: 30px;
  max-width: fit-content;
}
@media (min-width: 1024px) {
  .product__compound-subtitle {
    font-size: 1.25rem;
    color: var(--color--black);
    background-color: var(--color--white);
  }
}
.product__compound-formula {
  border-radius: 30px;
}
.product__info {
  overflow-y: visible;
  overflow-x: clip;
  margin-right: -16px;
  padding-right: 16px;
}
.product__info::before {
  content: "";
  background-image: url(../img/global/global_animation.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -16px;
  top: -135px;
  width: 166px;
  height: 222px;
  z-index: -1;
  opacity: 0.4;
  transform: rotate(-60deg);
  pointer-events: none;
}
@media (min-width: 1024px) {
  .product__info::before {
    display: none;
  }
  .product__info {
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 64px;
  }
  .product__info::after {
    content: "";
    background-image: url(../img/global/global_animation.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 38%;
    bottom: -220px;
    width: 450px;
    height: 450px;
    z-index: -1;
    opacity: 0.4;
    overflow-y: visible;
    transform: scaleX(-1) translateX(120px) rotate(-110deg);
    pointer-events: none;
  }
  .product__info-link {
    display: flex;
    font-size: 0.875rem;
    max-width: 250px;
    transition: 0.4s ease-in-out;
  }
  .product__info-wrapper {
    flex-shrink: 0;
  }
  .product__info-title {
    font-size: 2rem;
  }
  .product__info-list {
    gap: 16px;
  }
  .product__info-list-link {
    transition: 0.4s ease-in-out;
  }
  .product__info-list-link:hover {
    color: var(--color--pale-grey);
  }
  .product__info-btn {
    display: none;
  }
  .product__info {
    padding-right: 120px;
    padding-left: 120px;
  }
}
.product__info-text {
  max-width: 400px;
}
@media (min-width: 1024px) {
  .product__info-text {
    font-size: 1.25rem;
    max-width: 420px;
  }
}
.news__hero::before,
.product__info-img {
  background-position: center;
  background-repeat: no-repeat;
}
.product__info-img {
  background-size: cover;
  width: 100%;
  height: 92vw;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .product__info-img {
    max-height: 384px;
    max-width: 488px;
  }
}
.product__info-item {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.news__hero {
  overflow: hidden;
  padding-top: 100px;
}
.news__hero::before {
  content: "";
  background-image: url(../img/global/global_animation.svg);
  background-size: contain;
  position: absolute;
  right: 0;
  top: 30px;
  width: 162px;
  height: 222px;
  z-index: -1;
  opacity: 0.4;
  overflow-y: visible;
  transform: rotate(-50deg);
  pointer-events: none;
}
@media (min-width: 1024px) {
  .news__hero::before {
    width: 450px;
    height: 450px;
    top: -80px;
    transform: rotate(-115deg);
  }
}
.news__hero-card:nth-child(4n) .news__hero-image-wrapper {
  position: relative;
}
.news__hero-card:nth-child(4n) .news__hero-image-wrapper::before {
  content: "";
  background-image: url(../img/global/global_animation.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -130px;
  width: 162px;
  height: 222px;
  z-index: -1;
  opacity: 0.4;
  overflow-y: visible;
  transform: rotate(-60deg);
  pointer-events: none;
}
@media (min-width: 1024px) {
  .news__hero-card:nth-child(4n) .news__hero-image-wrapper::before {
    display: none;
  }
  .news__hero-card {
    width: 100%;
    margin-bottom: 120px;
  }
  .news__hero-card:nth-child(-n + 2) {
    width: calc(50% - 10px);
  }
  .news__hero-card:nth-child(-n + 2) .news__hero-link {
    width: 48px;
    height: 48px;
  }
  .news__hero-card:nth-child(-n + 2)
    .news__hero-link:hover
    .news__hero-link-icon {
    transform: translate(5px, -5px);
  }
  .news__hero-card:nth-child(-n + 2) .news__hero-link-icon {
    width: 28px;
    height: 28px;
  }
  .news__hero-card:nth-child(-n + 2) .news__hero-img {
    max-height: 390px;
  }
  .news__hero-card:nth-child(n + 3) {
    width: calc(33.333% - 14px);
  }
  .news__hero-card:nth-child(n + 3) .news__hero-img {
    max-height: 318px;
  }
  .news__hero-card:nth-child(8n + 4) .news__hero-image-wrapper,
  .news__hero-card:nth-child(8n + 6) .news__hero-image-wrapper {
    position: relative;
  }
  .news__hero-card:nth-child(8n + 4) .news__hero-image-wrapper::after,
  .news__hero-card:nth-child(8n + 6) .news__hero-image-wrapper::after {
    content: "";
    background-image: url(../img/global/global_animation.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -50px;
    top: -240px;
    width: 450px;
    height: 450px;
    z-index: -1;
    opacity: 0.4;
    overflow-y: visible;
    pointer-events: none;
  }
  .news__hero-card:nth-child(8n + 4) .news__hero-image-wrapper::after {
    transform: rotate(-60deg);
  }
  .news__hero-card:nth-child(8n + 6) .news__hero-image-wrapper::after {
    transform: scaleX(-1) rotate(-40deg);
  }
  .news__hero {
    padding-top: 150px;
    margin-right: 0;
    padding-right: 80px;
    padding-left: 80px;
    gap: 120px;
  }
  .news__hero-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .news__hero-btn {
    display: none;
  }
  .news__hero-title {
    font-size: 3.5rem;
  }
  .news__hero-heading {
    font-size: 1.25rem;
  }
}
@media (min-width: 1440px) {
  .news__hero {
    padding-right: 120px;
    padding-left: 120px;
  }
}
.news__hero-header {
  width: calc(100% - 10px);
}
.news__hero-img {
  width: 100%;
  height: 67.2vw;
  object-fit: cover;
}
.news__hero-img,
.news__hero-img-wrapper {
  border-radius: 20px;
}
.news__hero-link {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .news__hero-link,
  .news__hero-link-icon {
    transition: all 0.4s ease-in-out;
  }
  .news__hero-link:hover {
    background-color: var(--color--white);
  }
  .news__hero-link:hover .news__hero-link-icon {
    transform: translate(2px, -2px);
  }
}
.category__hero {
  padding-top: 100px;
  overflow-x: clip;
}
.category__hero::before {
  content: "";
  background-image: url(../img/global/global_animation.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -35px;
  bottom: -150px;
  width: 166px;
  height: 222px;
  z-index: -1;
  opacity: 0.4;
  overflow-y: visible;
  transform: rotate(-48deg);
  pointer-events: none;
}

@media (min-width: 1024px) {
  .category__hero::before {
    right: 400px;
    bottom: 300px;
    width: 250px;
    height: 400px;
  }
  .category__hero::after {
    right: 150px;
    top: 550px;
    width: 300px;
    height: 450px;
    content: "";
    background-image: url(../img/global/global_animation.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: -1;
    opacity: 0.4;
    overflow-y: visible;
    transform: rotate(-48deg);
    pointer-events: none;
  }
}
.category__hero {
  padding: 16px;
  margin-bottom: 56px;
}
.category__hero-title {
  max-width: 850px;
}
@media (min-width: 450px) {
  .category__hero-title {
    font-size: 3.5rem;
  }
}
.category__hero-text {
  font-size: 1.2rem;
  max-width: 643px;
}
.category__hero-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 50px;
}

@media (min-width: 450px) {
  .category__hero-container {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1024px) {
  .category__hero-container-text {
    display: flex;
    flex-direction: column;
  }
  .category__hero-container {
    padding-top: 0;
  }
}
.category__hero-wrapper {
  border-radius: 20px;
  overflow: visible;
}
@media (min-width: 1024px) {
  .category__hero-wrapper {
    padding: 150px 100px 85px;
    gap: 36px;
  }
}
.category__hero-img {
  z-index: 2;
  width: 85.87vw;
  max-width: 425px;
  height: auto;
}
@media (min-width: 1024px) {
  .category__hero-img {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .category__hero-img {
    width: 32.5vw;
    max-width: 504px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.category__hero-img-wrapper {
  width: 100%;
  overflow: visible;
}
@media (min-width: 1024px) {
  .category__hero-img-wrapper {
    width: auto;
  }
}
@media (min-width: 1280px) {
  .category__hero-img-wrapper {
    height: 22.5vw;
    width: 22.5vw;
    max-width: 350px;
    max-height: 350px;
    position: absolute;
    right: 12%;
    bottom: 20%;
    display: block;
  }
}
.category__hero-img-wrapper::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  height: 56vw;
  width: 56vw;
  max-width: 210px;
  max-height: 210px;
  background-color: var(--color--black);
  border-radius: 50%;
  opacity: 0.7;
  filter: blur(64px);
}
@media (min-width: 1024px) {
  .category__hero-img-wrapper::before {
    height: 22.5vw;
    width: 22.5vw;
    max-width: 350px;
    max-height: 350px;
    opacity: 0.5;
  }
}
.category__hero-btn {
  background-color: var(--color--green);
  border: 1px solid var(--color--black);
}
@media (min-width: 1024px) {
  .category__hero-btn {
    max-width: fit-content;
  }
  .category__hero-btn,
  .category__hero-btn-icon {
    transition: 0.4s ease-in-out;
  }
  .category__hero-btn:hover {
    background-color: var(--color--black);
    color: var(--color--white);
  }
  .category__hero-btn:hover .category__hero-btn-icon {
    filter: brightness(30);
  }
}
.category__compound {
  overflow-x: clip;
}
.category__compound::before {
  content: "";
  background-image: url(../img/global/global_animation.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -16px;
  bottom: -137px;
  width: 166px;
  height: 222px;
  z-index: -1;
  opacity: 0.4;
  overflow-y: visible;
  transform: rotate(-60deg);
  pointer-events: none;
}
@media (min-width: 1024px) {
  .category__compound::before {
    display: none;
  }
  .category__compound {
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 56px;
    position: relative;
  }
  .category__compound::after {
    content: "";
    background-image: url(../img/global/global_animation.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: -305px;
    width: 450px;
    height: 450px;
    z-index: -1;
    opacity: 0.4;
    overflow-y: visible;
    transform: scaleX(1) translateX(-50%) rotate(75deg);
    pointer-events: none;
  }
  .category__compound-title {
    font-size: 2rem;
    margin-bottom: 32px;
  }
  .category__compound-wrapper {
    display: flex;
    gap: 20px;
  }
}
@media (min-width: 1440px) {
  .category__compound {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.category__compound-card {
  border-radius: 16px;
}
@media (min-width: 1024px) {
  .category__compound-card {
    width: calc(100% / 4);
    padding: 30px 16px;
    gap: 20px;
  }
  .category__compound-card-title {
    font-size: 1.25rem;
  }
  .category__benefits {
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 56px;
  }
  .category__benefits-title {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .category__benefits-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (min-width: 1440px) {
  .category__benefits {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.category__benefits-item {
  border-radius: 16px;
  height: 79px;
}
@media (min-width: 1024px) {
  .category__benefits-item {
    background-color: var(--color--white);
    font-size: 1.25rem;
  }
  .category__benefits-item:nth-child(1),
  .category__benefits-item:nth-child(2),
  .category__benefits-item:nth-child(3) {
    width: calc(100% / 3 - 20px);
  }
  .category__benefits-item:nth-child(4),
  .category__benefits-item:nth-child(5) {
    width: calc(100% / 2 - 20px);
  }
}
.category__info {
  overflow-x: clip;
}
.category__info::before {
  content: "";
  background-image: url(../img/global/global_animation.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -16px;
  top: -137px;
  width: 166px;
  height: 222px;
  z-index: -1;
  opacity: 0.4;
  overflow-y: visible;
  transform: rotate(-60deg);
  pointer-events: none;
}
@media (min-width: 1024px) {
  .category__info::before {
    display: none;
  }
  .category__info {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 56px;
    position: relative;
  }
  .category__info::after {
    content: "";
    background-image: url(../img/global/global_animation.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 60px;
    bottom: -270px;
    width: 450px;
    height: 450px;
    z-index: -1;
    opacity: 0.4;
    overflow-y: visible;
    transform: rotate(120deg);
    pointer-events: none;
  }
  .category__info-wrapper {
    padding: 32px 56px;
    display: flex;
    background-color: var(--color--black);
    box-shadow: 0 0 49.3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 30px;
  }
  .category__info-content {
    width: calc(50% - 16px);
    gap: 32px;
  }
  .category__info-background {
    display: flex;
    width: calc(50% - 16px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .category__info-title {
    font-size: 2rem;
  }
  .category__info-text {
    font-size: 1.25rem;
    max-width: 567px;
  }
}
.category__info-list {
  padding-left: 26px;
}
.category__info-list-item::before {
  content: "";
  position: absolute;
  left: -26px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background-color: var(--color--white);
}
@media (min-width: 1024px) {
  .category__info-list-item {
    font-size: 1.25rem;
  }
}
.category__info-img {
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
}
.category__info-img-wrapper {
  margin-bottom: -40px;
}
@media (min-width: 1024px) {
  .category__info-img-wrapper {
    display: none;
  }
}
.category__info-img-wrapper::before {
  content: "";
  background-image: url(../img/global/global_animation.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -16px;
  bottom: -9px;
  width: 166px;
  height: 222px;
  z-index: -1;
  opacity: 0.4;
  overflow-y: visible;
  transform: rotate(50deg);
  pointer-events: none;
}
@media (min-width: 1024px) {
  .category__info-img-wrapper::before {
    display: none;
  }
  .category__products {
    max-width: 1440px;
    width: 100%;
    margin-bottom: 56px;
    padding-left: 80px;
    padding-right: 80px;
  }
  .category__products-wrapper {
    gap: 48px;
  }
}
@media (min-width: 1440px) {
  .category__products {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (min-width: 1024px) {
  .category__products-carousel {
    margin-left: 0;
    margin-right: 0;
    overflow-x: hidden;
  }
  .category__products-carousel-btn {
    display: flex;
    transition: all 0.4s ease-in-out;
  }
}
.category__products-carousel-wrapper {
  width: 76.27vw;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .category__products-carousel-wrapper {
    width: 100%;
  }
}
.category__products-carousel-track {
  transition: transform 0.4s ease;
  will-change: transform;
}
.category__products-carousel-slide {
  flex: 0 0 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .category__products-carousel-slide {
    max-width: 386px;
    flex-grow: 0;
    flex-shrink: 1;
    min-width: calc(100% / 3 - 16px);
  }
}
.category__products-carousel-slide-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 60.8vw;
  height: 43vw;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  .category__products-carousel-slide-img {
    width: 24.306vw;
    height: 16.667vw;
    max-width: 350px;
    max-height: 240px;
  }
}
.category__products-carousel-nav {
  top: 50%;
  border: 0;
  z-index: 2;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 6px 9px;
  background-image: url(../img/icons/icon_slider_btn.svg);
}
@media (min-width: 1024px) {
  .category__products-carousel-nav.disabled {
    filter: brightness(0.4);
    pointer-events: none;
  }
}
.category__products-carousel-nav--prev {
  left: 0;
  transform: translateY(-50%);
  background-position: 6.2px 5.4px;
}
@media (min-width: 1024px) {
  .category__products-carousel-nav--prev {
    left: -58px;
    transform: translateY(-50%) scale(1.6);
  }
}
.category__products-carousel-nav--next {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
  background-position: 6.2px 5.8px;
}
@media (min-width: 1024px) {
  .category__products-carousel-nav--next {
    right: -42px;
    transform: translateY(-50%) rotate(180deg) scale(1.6);
    background-position: 6.2px 5.8px;
  }
}
.category__products-carousel-bg {
  height: 48.8vw;
  width: 48.8vw;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .category__products-carousel-bg {
    width: 20.139vw;
    height: 20.139vw;
    max-width: 290px;
    max-height: 290px;
  }
}
.category__products-carousel-link {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: transform 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
@media (min-width: 1024px) {
  .category__products-carousel-link:hover {
    transform: scale(1.1);
    background-color: var(--color--green);
  }
}

/* Читати далі */
.js-description {
  max-height: 200px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
}

.js-description.expanded {
  max-height: 100%;
}

/* Список товарів у Hero-секції */
.category__hero-products-list {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 336px;
}

.category__hero-product-item {
  border-radius: 15px;
  background-color: var(--color--green);
  text-decoration: none;
  transition: background-color 0.4s;
}

.category__hero-product-item:hover {
  background: #000;
  color: #fff;
}
