@charset "UTF-8";
p {
  padding: 0;
  margin: 0;
}

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

:root {
  --header-height: 157px;
}
@media (max-width: 1024px) {
  :root {
    --header-height: 61px;
  }
}

@font-face {
  font-family: "Galisha Script";
  src: url("../fonts/GalishaScript.otf") format("truetype");
  font-weight: 400;
}
.text-small {
  font-size: 14px;
  line-height: 24px;
}

.text-normal {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .text-normal {
    font-size: 16px;
    line-height: 24px;
  }
}

.text-medium {
  font-size: 34px;
  line-height: 48px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .text-medium {
    font-size: 16px;
    line-height: 24px;
  }
}

.text-medium-bold {
  font-size: 34px;
  line-height: 48px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .text-medium-bold {
    font-size: 18px;
    line-height: 24px;
  }
}

.text-title-main {
  font-size: 42px;
  line-height: 64px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .text-title-main {
    font-size: 32px;
    line-height: 40px;
  }
}

.text-title-secondary {
  font-size: 38px;
  line-height: 56px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .text-title-secondary {
    font-size: 24px;
    line-height: 32px;
  }
}

.text-title-small {
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .text-title-small {
    font-size: 18px;
    line-height: 32px;
  }
}

.text-footer {
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .text-footer {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
}

.page {
  scroll-behavior: smooth;
  background: #0B0B0D;
  color: #F9FAFB;
}
.page__menu {
  position: fixed;
  z-index: 100;
  top: var(--header-height);
  left: 0;
  transform: translateX(-100%);
  transition: transform 0.3s;
}
@media (max-width: 1024px) {
  .page__menu {
    right: 0;
    top: 0;
  }
}
.page__menu.open {
  transform: translateX(0);
}
.page__body {
  color: #F9FAFB;
}
.page__buttonTop {
  width: 72px;
  height: 72px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-image: url("../img/buttonColor.png");
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page__buttonTop:hover {
  filter: brightness(1.1);
}
.page__buttonTop.bottom svg {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .page__buttonTop {
    width: 40px;
    height: 40px;
  }
  .page__buttonTop svg {
    width: 45%;
  }
}
.page__more {
  border: none;
  background-color: transparent;
  color: #EDCC58;
  cursor: pointer;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}
@media (max-width: 767px) {
  .page__more {
    font-size: 16px;
    line-height: 24px;
  }
}
.page__more:hover {
  opacity: 0.7;
}
.page__button {
  border: none;
  border-radius: 8px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 12px 53.5px;
  position: relative;
  background-image: url("../img/buttonColor.png");
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  overflow: hidden;
  color: #0B0B0D;
}
.page__button:hover {
  filter: brightness(1.1);
}
@media (max-width: 767px) {
  .page__button {
    padding: 6px;
    min-width: 190px;
    font-size: 14px;
    border-radius: 4px;
  }
}
.page__buttonSocial {
  width: 80px;
  height: 80px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-image: url("../img/buttonColor.png");
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .page__buttonSocial {
    width: 40px;
    height: 40px;
  }
}
.page__buttonSocial:hover {
  filter: brightness(1.1);
}
.page__buttonSocial svg {
  width: 50%;
}
.page__contactsBlock {
  grid-column: span 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.page__contactsBlock h5 {
  color: #F9FAFB;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .page__contactsBlock h5 {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
  }
}
.page__contactsBlock a {
  color: #F9FAFB;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
@media (max-width: 1024px) {
  .page__contactsBlock a {
    text-align: center;
    font-size: 16px;
  }
}
.page__contactsBlock a:hover {
  color: #EDCC58;
}
@media (max-width: 1024px) {
  .page__contactsBlock {
    grid-column: 1/-1;
    grid-row: 3/4;
    align-items: center;
  }
}
.page__contactsWrapper {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
}
@media (max-width: 1024px) {
  .page__contactsWrapper {
    align-items: center;
  }
}
.page__call {
  width: 100px;
  height: 100px;
  aspect-ratio: 1;
  display: flex;
  border-radius: 50%;
  overflow: hidden;
  background-image: url("../img/callColor.png");
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 1024px) {
  .page__call {
    width: 40px;
    height: 40px;
  }
  .page__call svg {
    width: 17.5px;
    height: 17.5px;
  }
}
.page__call:hover {
  filter: brightness(1.1);
}
.page__textBlock {
  width: 100%;
  max-width: 1062px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
}
.page__textBlock button[data-readmore] {
  display: block;
}
.page__textBlock button[data-close] {
  display: none;
}
.page__textBlock.is-expanded {
  max-width: 1152px;
}
.page__textBlock.is-expanded button[data-readmore] {
  display: none;
}
.page__textBlock.is-expanded button[data-close] {
  display: block;
}
.page__textInner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
  overflow: hidden;
  transition: height 0.2s ease;
}
.page__textInner p {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .page__textInner p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 110;
  background-color: transparent;
  transition: background-color .15s;
}
.header--dark {
  background-color: #0B0B0D;
}
.header.logoHidden .header__logo {
  opacity: 0;
}
.header__container {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--header-height);
}
@media (max-width: 1024px) {
  .header__container {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .header__container {
    padding-inline: 20px;
  }
}
.header__logo {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  cursor: pointer;
  display: flex;
  opacity: 1;
}
@media (max-width: 1024px) {
  .header__logo {
    width: 80px;
    position: relative;
    left: unset;
    transform: unset;
    align-self: flex-end;
  }
}
.header__logo svg, .header__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 56px;
}
@media (max-width: 1024px) {
  .header__right {
    min-width: 40px;
  }
}
.header__basket {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1;
  padding: 0;
  border-radius: 50%;
  min-width: unset;
}
.header__basket svg {
  width: 53%;
}
@media (max-width: 1024px) {
  .header__basket {
    width: 32px;
  }
}
.header__block {
  display: flex;
  align-items: center;
  gap: 28px;
}
@media (max-width: 1024px) {
  .header__block {
    display: none;
  }
}
.header__burger {
  border: none;
  width: 71px;
  height: 60px;
  background-color: transparent;
  background-image: url("../img/icons/burger.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.header__burger:hover, .header__burger.open {
  background-image: url("../img/icons/burger_close.png");
}
@media (max-width: 1024px) {
  .header__burger {
    width: 40px;
    height: 33px;
  }
}
.header__languageBlock {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.header__languageBlock a {
  font-size: 16px;
  line-height: 1.09;
  color: #9D9D9E;
  text-align: center;
}
.header__languageBlock a.active, .header__languageBlock a:hover {
  color: #F9FAFB;
}

.menu {
  width: auto;
  height: auto;
  background: #0B0B0D;
  padding: 24px 27px 24px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  row-gap: 32px;
  border-radius: 0 0 4px 4px;
}
@media (max-width: 1024px) {
  .menu {
    width: 100%;
    height: 100dvh;
    justify-content: flex-start;
    padding: 119px 20px 65px;
    background: #0B0B0D;
  }
}
.menu__nav {
  width: 100%;
}
.menu__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: 24px;
}
.menu__item a {
  font-size: 24px;
  line-height: 40px;
  color: #F9FAFB;
}
.menu__item a sup {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  top: 3px;
}
.menu__item a:hover {
  color: #EDCC58;
}
@media (max-width: 767px) {
  .menu__item a {
    font-size: 16px;
    line-height: 28px;
  }
}
.menu__button {
  display: none;
}
.menu__socialList {
  width: 100%;
  max-width: 420px;
  display: flex;
  align-items: center;
  gap: 17px;
}
@media (max-width: 1024px) {
  .menu__socialList {
    justify-content: space-between;
  }
}
.menu__socialItem a {
  display: flex;
  width: 32px;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
}
.menu__socialItem a img {
  position: absolute;
}
.menu__socialItem a img:last-of-type {
  opacity: 0;
  z-index: 1;
  transition: opacity 0.2s ease;
}
.menu__socialItem a:hover img:last-of-type {
  opacity: 1;
}
.menu__socialItem svg, .menu__socialItem img {
  width: 26.67px;
  height: 26.67px;
}
.menu__socialItem path {
  transition: all 0.2s ease;
}
.menu__socialItem a:hover path {
  fill: #EDCC58;
}
.menu__languageBlock {
  display: none;
}
@media (max-width: 1024px) {
  .menu__languageBlock {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    margin-top: 21px;
  }
  .menu__languageBlock a {
    font-size: 24px;
    line-height: 32px;
    color: #9D9D9E;
    text-transform: uppercase;
  }
  .menu__languageBlock a.active, .menu__languageBlock a:hover {
    color: #F9FAFB;
  }
}

.whatsApp {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 100px;
  padding-top: 40px;
}
@media (max-width: 1024px) {
  .whatsApp {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .whatsApp {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .whatsApp {
    margin-bottom: 100px;
  }
}
.whatsApp__modal {
  width: 100%;
  margin: auto;
  max-width: 701px;
  border-radius: 8px;
  background-color: #F9FAFB;
  padding: 56px 45px 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .whatsApp__modal {
    padding: 32px 12px 16px;
    row-gap: 16px;
  }
}
.whatsApp__modal p {
  text-align: center;
  color: #0B0B0D;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}
.whatsApp__modal p span {
  display: block;
  font-weight: 700;
}
.whatsApp__modal strong,
.whatsApp__modal b {
  color: inherit;
}
@media (max-width: 767px) {
  .whatsApp__modal p span {
    display: inline;
    font-weight: 500;
  }
}
.whatsApp__modal p span .tm {
  display: inline;
  position: relative;
  font-size: 12px;
  line-height: 16px;
  top: -5px;
}
@media (max-width: 767px) {
  .whatsApp__modal p span .tm {
    display: none;
  }
}
@media (max-width: 767px) {
  .whatsApp__modal p {
    font-size: 14px;
    line-height: 22px;
    padding-inline: 12px;
  }
}
.whatsApp__modal h5 {
  color: #0B0B0D;
  text-transform: uppercase;
}
.whatsApp--last .whatsApp__modal {
  max-width: 573px;
}
.whatsApp__social {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 767px) {
  .whatsApp__social {
    top: -20px;
  }
}
.whatsApp__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
}
@media (max-width: 767px) {
  .whatsApp__wrapper {
    row-gap: 16px;
  }
}
.whatsApp__wrapper h5 {
  font-size: 24px;
  line-height: 56px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .whatsApp__wrapper h5 {
    font-size: 18px;
    line-height: 24px;
  }
}
.whatsApp__button {
  width: 281px;
  padding: 12px;
  background-image: url("../img/formButtonColor.png");
}
@media (max-width: 767px) {
  .whatsApp__button {
    padding: 6px;
    width: 100%;
  }
}

.logoBlock {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 116px;
}
@media (max-width: 1024px) {
  .logoBlock {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .logoBlock {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .logoBlock {
    margin-bottom: 64px;
  }
}
.logoBlock__logo {
  cursor: pointer;
  display: flex;
  width: 308px;
  margin: auto;
}
@media (max-width: 767px) {
  .logoBlock__logo {
    width: 172px;
    position: relative;
  }
}
.logoBlock__logo img {
  width: 100%;
}

.contactBlock {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 44px;
}
@media (max-width: 1024px) {
  .contactBlock {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .contactBlock {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .contactBlock {
    margin-bottom: 100px;
  }
}
.contactBlock__wrapper {
  align-items: center;
}
.contactBlock__wrapper p {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.contactBlock__wrapper a {
  font-size: 26px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .contactBlock__wrapper a {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
}

.follow {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
  align-self: center;
}
@media (max-width: 1024px) {
  .follow {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .follow {
    padding-inline: 20px;
  }
}
@media (max-width: 1024px) {
  .follow {
    row-gap: 16px;
    margin-bottom: 100px;
  }
}
.follow p, .follow h2, .follow h3 {
  text-align: center;
}
.follow h2, .follow h3 {
  text-transform: uppercase;
}
.follow h2 {
  margin-bottom: 24px;
  font-size: 34px;
  line-height: 48px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .follow h2 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }
}
.follow h3 {
  font-size: 28px;
  line-height: 56px;
}
@media (max-width: 767px) {
  .follow h3 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
}
.follow__imageBlock {
  width: 100%;
  display: grid;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 24px;
  grid-template-columns: repeat(12, 1fr);
  row-gap: 16px;
}
@media (max-width: 1024px) {
  .follow__imageBlock {
    grid-template-columns: repeat(4, 1fr);
  }
}
.follow__item {
  grid-column: span 3;
  aspect-ratio: 1;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .follow__item {
    grid-column: span 2;
  }
  .follow__item:first-of-type {
    grid-row: 2/3;
    grid-column: 3/span 2;
  }
}
.follow__item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.follow__social {
  width: 109px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .follow__social {
    width: 56px;
  }
}
@media (max-width: 1024px) {
  .follow__social {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.google {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 300px;
  padding-top: 40px;
}
@media (max-width: 1024px) {
  .google {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .google {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .google {
    margin-bottom: 100px;
  }
}
.google__modal {
  width: 100%;
  margin: auto;
  max-width: 573px;
  border-radius: 8px;
  background-color: #F9FAFB;
  padding: 44px 24px 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .google__modal {
    padding: 32px 24px 16px;
    row-gap: 16px;
  }
}
.google__modal p {
  color: #0B0B0D;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .google__modal p {
    font-size: 14px;
    line-height: 22px;
  }
}
.google__social {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 767px) {
  .google__social {
    top: -20px;
  }
}
.google__button {
  width: 281px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  background-image: url("../img/formButtonColor.png");
}
@media (max-width: 767px) {
  .google__button {
    width: auto;
    min-width: 190px;
  }
}

.facebook {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 300px;
  padding-top: 40px;
}
@media (max-width: 1024px) {
  .facebook {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .facebook {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .facebook {
    margin-bottom: 100px;
  }
}
.facebook__modal {
  width: 100%;
  margin: auto;
  max-width: 573px;
  border-radius: 8px;
  background-color: #F9FAFB;
  padding: 44px 24px 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .facebook__modal {
    padding: 32px 12px 16px;
    row-gap: 16px;
  }
}
.facebook__modal p {
  color: #0B0B0D;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .facebook__modal p {
    font-size: 14px;
  }
}
.facebook__modal h5 {
  color: #0B0B0D;
  text-transform: uppercase;
  font-size: 24px;
}
.facebook__social {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 767px) {
  .facebook__social {
    top: -20px;
  }
}
.facebook__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
}
@media (max-width: 767px) {
  .facebook__wrapper {
    row-gap: 16px;
  }
}
.facebook__wrapper h5 {
  font-size: 24px;
  line-height: 56px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .facebook__wrapper h5 {
    font-size: 18px;
    line-height: 24px;
  }
}
.facebook__button {
  width: 281px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  background-image: url("../img/formButtonColor.png");
}
@media (max-width: 767px) {
  .facebook__button {
    width: auto;
    min-width: 190px;
  }
}

.reviews {
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
}
@media (max-width: 767px) {
  .reviews {
    row-gap: 16px;
    margin-bottom: 100px;
  }
}
.reviews h2 {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 48px;
}
@media (max-width: 767px) {
  .reviews h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.reviews__swiper {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviews__swiper .swiper-container {
  padding-bottom: 16px;
}
.reviews__swiper .swiper-slide {
  width: 416px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .reviews__swiper .swiper-slide {
    width: 300px;
  }
}
.reviews__swiper .swiper-pagination {
  display: none;
}
@media (max-width: 767px) {
  .reviews__swiper .swiper-pagination {
    display: block;
    position: absolute;
    bottom: 0 !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.reviews__swiper .swiper-pagination-bullet {
  width: 34px;
  height: 2px;
  border-radius: 10px;
  opacity: 1 !important;
  background-color: #F9FAFB !important;
}
.reviews__swiper .swiper-pagination-bullet-active {
  background-color: #EDCC58 !important;
}
.reviews__rating {
  display: flex;
  gap: 4px;
}
.reviews__star {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviews__star.filled {
  clip-path: polygon(50% 3%, 61% 33%, 98% 36%, 68% 58%, 79% 92%, 50% 72%, 21% 92%, 32% 58%, 2% 36%, 39% 33%);
  background-image: url("../img/buttonColor.png");
  background-size: cover;
  background-position: center;
}
.reviews__star.filled svg {
  display: none;
}
.reviews__item {
  width: 413px;
  border-radius: 8px;
  padding: 16px;
  border: 1px solid #F9FAFB;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.reviews__content {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.reviews__content button {
  display: none;
}
.reviews__content p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}
.reviews__content.close button {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.reviews__content.close p:last-of-type {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.reviews__more {
  padding: 0;
  text-decoration: none;
  align-self: flex-start;
}

.form {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 300px;
  display: flex;
  gap: 75px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .form {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .form {
    padding-inline: 20px;
  }
}
.form--produkt {
  margin-bottom: 167px;
}
@media (max-width: 1024px) {
  .form {
    margin-bottom: 100px;
    flex-direction: column;
    row-gap: 32px;
  }
}
.form__imageBlock {
  width: 45%;
  aspect-ratio: 0.85;
  display: flex;
  align-items: center;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}
.form__imageBlock img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 1024px) {
  .form__imageBlock {
    width: 100%;
    margin-left: unset;
    aspect-ratio: 1.05;
  }
}
.form__form {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 23px;
  align-self: stretch;
  margin-bottom: 23.5px;
}
.form__form h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 34px;
  line-height: 48px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .form__form h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.form__form div {
  width: 100%;
  height: 100%;
}
.form__form div form {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  row-gap: 23px;
  align-self: center;
}
.form__form p {
  width: 100%;
  position: relative;
}
.form__form input, .form__form textarea {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  font-size: 18px;
  line-height: 32px;
  padding: 12px 16px;
  border-radius: 10px;
  background-color: transparent;
  border: 1px solid #9D9D9E;
  color: #F9FAFB;
  transition: all 0.2s ease;
}
.form__form input:hover, .form__form textarea:hover {
  border: 1px solid #F9FAFB;
}
.form__form input:focus, .form__form textarea:focus {
  border: 1px solid #F9FAFB;
  outline: none;
}
.form__form input::-moz-placeholder, .form__form textarea::-moz-placeholder {
  color: #9D9D9E;
}
.form__form input::placeholder, .form__form textarea::placeholder {
  color: #9D9D9E;
}
.form__form input:user-invalid, .form__form textarea:user-invalid {
  border: 1px solid #E51212;
}
@media (max-width: 1024px) {
  .form__form input, .form__form textarea {
    font-size: 14px;
    line-height: 22px;
    padding: 9px 16px;
  }
}
.form__form textarea {
  height: 174px;
}
@media (max-width: 1024px) {
  .form__form {
    width: 100%;
    row-gap: 16px;
  }
}
.form__button {
  width: 100%;
  padding-block: 16px;
  background-image: url("../img/formButtonColor.png");
  color: #0B0B0D !important;
  border: none !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
@media (max-width: 767px) {
  .form__button {
    padding-block: 6px;
  }
}

.wpcf7-spinner {
  position: absolute;
}

.map {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .map {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .map {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .map {
    margin-bottom: 100px;
  }
}
.map iframe {
  width: 100%;
  height: 500px;
}
@media (max-width: 767px) {
  .map iframe {
    height: auto;
    aspect-ratio: 2.4;
  }
}

.footer {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: grid;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 24px;
  grid-template-columns: repeat(12, 1fr);
  padding-block: 40px;
  row-gap: 0;
  position: relative;
}
@media (max-width: 1024px) {
  .footer {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-inline: 20px;
  }
}
@media (max-width: 1024px) {
  .footer {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .footer {
    row-gap: 40px;
  }
}
.footer__logo {
  display: flex;
  justify-content: center;
  margin: 56px 35px 57px 48px;
}
@media (max-width: 1024px) {
  .footer__logo {
    margin: 32px 28px;
  }
}
@media (max-width: 767px) {
  .footer__logo {
    width: 185px;
    height: auto;
    margin: 32px 53px 32px 60px;
  }
}
.footer__logo svg, .footer__logo img {
  width: 100%;
  height: auto;
}
.footer__left {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  align-items: center;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .footer__left {
    grid-column: 1/-1;
    margin-right: unset;
    margin-bottom: 76px;
  }
}
.footer__policy {
  color: #F9FAFB;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .footer__policy {
    font-size: 14px;
    line-height: 24px;
    align-items: center;
    row-gap: 8px;
  }
}
.footer__socialList {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 17px;
}
@media (max-width: 767px) {
  .footer__socialList {
    gap: 19px;
  }
}
.footer__socialItem {
  display: flex;
  aspect-ratio: 1;
}
.footer__socialItem a {
  display: flex;
  width: 40px;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .footer__socialItem a {
    width: 32px;
  }
}
.footer__socialItem a img {
  position: absolute;
}
.footer__socialItem a img:last-of-type {
  opacity: 0;
  z-index: 1;
  transition: opacity 0.2s ease;
}
.footer__socialItem a:hover img:last-of-type {
  opacity: 1;
}
.footer__socialItem a svg, .footer__socialItem a img {
  width: 35px;
  height: 35px;
}
@media (max-width: 767px) {
  .footer__socialItem a svg, .footer__socialItem a img {
    width: 26.67px;
    height: 26.67px;
  }
}
@media (max-width: 767px) {
  .footer__socialItem {
    width: 32px;
    height: 32px;
  }
}
.footer__socialItem path {
  transition: all 0.2s ease;
}
.footer__socialItem a:hover path {
  fill: #EDCC58;
}
.footer__nav {
  grid-column: 6/span 3;
  display: flex;
  align-items: start;
  flex-direction: column;
  margin-left: 5px;
  position: relative;
  justify-content: flex-start;
  row-gap: 40px;
}
@media (max-width: 1024px) {
  .footer__nav {
    grid-column: 1/-1;
    align-items: center;
    margin-bottom: 16px;
    margin-left: unset;
  }
}
.footer__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: 16px;
}
@media (max-width: 1024px) {
  .footer__list {
    align-items: center;
  }
}
.footer__list .sub-menu {
  display: none;
  text-align: center;
  padding-top: 10px;
}
.footer__list .arrow {
  position: relative;
  top: -7px;
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-left: 18px;
  border-right: 2px solid #F9FAFB;
  border-bottom: 2px solid #F9FAFB;
  transform: rotateZ(45deg);
  cursor: pointer;
  transition: .4s;
}
.footer__list .arrow.opened {
  transform: rotateZ(-135deg);
  top: 0;
}
@media(min-width: 1200px) {
  .footer__list .arrow {
    display: none;
  }
}
@media(max-width: 767px) {
  .footer__list .arrow {
    top: -5px;
    width: 10px;
    height: 10px;
    margin-left: 12px;
  }
}
.footer__list .sub-menu .footer__item:not(:last-child) {
  margin-bottom: 4px;
}
.footer__list a {
  color: #F9FAFB;
}
.footer__list a sup {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  top: 3px;
}
@media (max-width: 767px) {
  .footer__list a sup {
    font-size: 10px;
    line-height: 16px;
    top: 2px;
  }
}
.footer__list a:hover {
  color: #EDCC58;
}
.footer__contactsBlock {
  grid-column: 10/span 3;
  justify-content: flex-start;
  row-gap: 102px;
}
@media (max-width: 1024px) {
  .footer__contactsBlock {
    grid-column: 1/-1;
  }
}
.footer__contactsBlock h5 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .footer__contactsBlock h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }
}
.footer__contactsBlock a {
  text-align: center;
}
.footer__sign a {
  display: inline-block;
}
.footer__bottom {
  grid-column: 1/-1;
  display: grid;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 24px;
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 1024px) {
  .footer__bottom {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .footer__bottom {
    row-gap: 40px;
  }
}
.footer__bottomLeft {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  align-items: center;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .footer__bottomLeft {
    grid-column: 1/-1;
    margin-right: unset;
    flex-direction: column-reverse;
  }
}
.footer__bottomCenter {
  grid-column: 6/span 3;
  display: flex;
  align-items: flex-end;
}
.footer__bottomCenter p {
  display: none;
}
@media (max-width: 1024px) {
  .footer__bottomCenter {
    grid-column: 1/-1;
    flex-direction: column;
    row-gap: 24px;
    justify-content: center;
    align-items: center;
  }
  .footer__bottomCenter p {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
  }
}
.footer__bottomCenter a {
  color: #F9FAFB;
}
.footer__bottomCenter a:hover {
  color: #EDCC58;
}
.footer__bottomRight {
  grid-column: 10/span 3;
  margin-left: -4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__bottomRight p {
  text-align: center;
}
.footer__bottomRight a {
  color: #F9FAFB;
}
@media (max-width: 1024px) {
  .footer__bottomRight a {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
  }
}
.footer__bottomRight a:hover {
  color: #EDCC58;
}
@media (max-width: 1024px) {
  .footer__bottomRight {
    grid-column: 1/-1;
    margin-top: unset;
    margin-left: unset;
    text-align: center;
    order: -1;
    align-items: center;
  }
  .footer__bottomRight p {
    display: none;
  }
  .footer__bottomRight a {
    max-width: 320px;
  }
}
.footer__buttonMap {
  width: 100%;
  padding-inline: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}

.cart-page {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  margin-top: var(--header-height);
  padding-top: 29px;
  display: flex;
  flex-direction: column;
  row-gap: 34px;
  margin-bottom: 164px;
}
@media (max-width: 1024px) {
  .cart-page {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .cart-page {
    padding-inline: 20px;
  }
}
.cart-page h2 {
  text-align: center;
  font-size: 56px;
  line-height: 72px;
  font-weight: 700;
  text-transform: uppercase;
}

.woocommerce {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 16px;
  column-gap: 16px;
}
.woocommerce .woocommerce-form-coupon-toggle {
  display: none;
}
.woocommerce .woocommerce-checkout {
  grid-column: 1/-1;
  margin-inline: 52px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 64px;
  column-gap: 64px;
  margin-bottom: 209px;
}
.woocommerce .woocommerce-checkout #customer_details {
  grid-column: span 7;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.woocommerce .woocommerce-checkout #customer_details > div {
  border: 1px solid #E5B035;
  background-color: #222222;
  border-radius: 4px;
  padding: 40px 24px;
}
.woocommerce .woocommerce-checkout #customer_details > div .woocommerce-billing-fields {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.woocommerce .woocommerce-checkout #customer_details > div .woocommerce-billing-fields::before, .woocommerce .woocommerce-checkout #customer_details > div .woocommerce-billing-fields::after {
  display: none;
}
.woocommerce .woocommerce-checkout #customer_details > div .woocommerce-billing-fields h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.woocommerce .woocommerce-checkout #customer_details .form-row {
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.woocommerce .woocommerce-checkout #customer_details .form-row:not(:last-of-type) {
  margin-bottom: 24px;
}
.woocommerce .woocommerce-checkout #customer_details .form-row label {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  color: #F9FAFB;
}
.woocommerce .woocommerce-checkout #customer_details .form-row label .required {
  color: #F9FAFB;
}
.woocommerce .woocommerce-checkout #customer_details .form-row input, .woocommerce .woocommerce-checkout #customer_details .form-row textarea, .woocommerce .woocommerce-checkout #customer_details .form-row .selection > span {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  padding: 11px 16px;
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid #9D9D9E;
  color: #F9FAFB;
  transition: all 0.2s ease;
}
.woocommerce .woocommerce-checkout #customer_details .form-row input:hover, .woocommerce .woocommerce-checkout #customer_details .form-row textarea:hover, .woocommerce .woocommerce-checkout #customer_details .form-row .selection > span:hover {
  border: 1px solid #F9FAFB;
}
.woocommerce .woocommerce-checkout #customer_details .form-row input:focus, .woocommerce .woocommerce-checkout #customer_details .form-row textarea:focus, .woocommerce .woocommerce-checkout #customer_details .form-row .selection > span:focus {
  border: 1px solid #F9FAFB;
  outline: none;
}
.woocommerce .woocommerce-checkout #customer_details .form-row input::-moz-placeholder, .woocommerce .woocommerce-checkout #customer_details .form-row textarea::-moz-placeholder, .woocommerce .woocommerce-checkout #customer_details .form-row .selection > span::-moz-placeholder {
  color: #9D9D9E;
}
.woocommerce .woocommerce-checkout #customer_details .form-row input::placeholder, .woocommerce .woocommerce-checkout #customer_details .form-row textarea::placeholder, .woocommerce .woocommerce-checkout #customer_details .form-row .selection > span::placeholder {
  color: #9D9D9E;
}
.woocommerce .woocommerce-checkout #customer_details .form-row input:user-invalid, .woocommerce .woocommerce-checkout #customer_details .form-row textarea:user-invalid, .woocommerce .woocommerce-checkout #customer_details .form-row .selection > span:user-invalid {
  border: 1px solid #E51212;
}
@media (max-width: 1024px) {
  .woocommerce .woocommerce-checkout #customer_details .form-row input, .woocommerce .woocommerce-checkout #customer_details .form-row textarea, .woocommerce .woocommerce-checkout #customer_details .form-row .selection > span {
    font-size: 14px;
    line-height: 22px;
    padding: 9px 16px;
  }
}
.woocommerce .woocommerce-checkout #customer_details .form-row .selection span {
  background-color: transparent;
}
.woocommerce .woocommerce-checkout #customer_details .form-row .selection span .select2-selection__rendered {
  color: #F9FAFB;
  padding: 0;
}
.woocommerce .woocommerce-checkout #customer_details .form-row::before, .woocommerce .woocommerce-checkout #customer_details .form-row::after {
  display: none;
}
.woocommerce .woocommerce-checkout #order_review {
  grid-column: span 5;
  border: 1px solid #E5B035;
  background-color: #222222;
  border-radius: 4px;
  padding: 40px 24px;
  height: -moz-min-content;
  height: min-content;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.woocommerce .woocommerce-checkout #order_review table.shop_table, .woocommerce .woocommerce-checkout #order_review table.shop_table th, .woocommerce .woocommerce-checkout #order_review table.shop_table td {
  border: none;
}
.woocommerce .woocommerce-checkout #order_review .product-thumbnail {
  width: 80px;
  height: auto;
}
.woocommerce .woocommerce-checkout #order_review .product-thumbnail a {
  display: flex;
}
.woocommerce .woocommerce-checkout #order_review .cart-item {
  display: flex;
  background-color: red;
}
.woocommerce .woocommerce-checkout #order_review .product-name {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 16px;
}
.woocommerce .woocommerce-checkout #order_review .product-total {
  width: -moz-fit-content;
  width: fit-content;
  vertical-align: top;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  padding-right: 12px;
}
.woocommerce .woocommerce-checkout #order_review .name__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: #F9FAFB;
}
.woocommerce .woocommerce-checkout #order_review .name__wrapper strong {
  font-size: 12px;
  line-height: 20px;
  color: #F9FAFB;
  font-weight: 700;
}
.woocommerce .woocommerce-checkout #order_review h3 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  color: #fff;
}
.woocommerce .woocommerce-checkout #order_review #payment {
  background: transparent;
  border-radius: 8px;
}
.woocommerce .woocommerce-checkout #order_review #payment .form-row {
  padding: 0;
  margin: 0;
}
.woocommerce .woocommerce-checkout #order_review #payment #place_order {
  width: 100%;
  background-color: transparent;
  background-image: url("../img/blockCover.png");
  background-position: center;
  background-size: cover;
  color: #0B0B0D;
  padding-block: 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.woocommerce .woocommerce-checkout #order_review #payment #place_order:hover {
  filter: brightness(1.1);
}
.woocommerce .woocommerce-checkout #order_review th {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.woocommerce .woocommerce-checkout #order_review tbody td, .woocommerce .woocommerce-checkout #order_review tbody th {
  padding: 24px 0;
}
.woocommerce .woocommerce-checkout #order_review tfoot tr:last-of-type th, .woocommerce .woocommerce-checkout #order_review tfoot tr:last-of-type td {
  border-top: 1px solid rgba(255, 255, 255, 0.1294117647);
}
.woocommerce .woocommerce-checkout #order_review tr td, .woocommerce .woocommerce-checkout #order_review tr th {
  padding: 13px 0;
}
.woocommerce .woocommerce-checkout #order_review tr td {
  text-align: right;
}
.woocommerce .woocommerce-checkout #order_review tr td li {
  margin: 0;
}
.woocommerce .woocommerce-checkout #order_review tr td li label {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.woocommerce .woocommerce-checkout #order_review tr:last-of-type th {
  font-size: 20px;
  line-height: 28px;
}
.woocommerce .woocommerce-checkout #order_review .woocommerce-Price-amount bdi {
  display: flex;
  gap: 5px;
  flex-direction: row-reverse;
  text-transform: uppercase;
}
.woocommerce .woocommerce-checkout #order_review .order-total strong {
  color: #F9FAFB;
  font-weight: 500;
}
.woocommerce .checkout-steps {
  counter-reset: step-counter;
  grid-column: 1/-1;
  width: 100%;
  align-self: center;
  max-width: 908px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin: 0 auto;
  margin-bottom: 94px;
}
.woocommerce .checkout-step {
  counter-increment: step-counter;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  position: relative;
  padding-left: 57px;
  opacity: 0.3;
  color: #F9FAFB;
  display: flex;
  align-items: center;
  height: 40px;
}
.woocommerce .checkout-step::before {
  content: counter(step-counter);
  color: #0B0B0D;
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  background-image: url("../img/back.png");
}
.woocommerce .checkout-step.active {
  opacity: 1;
  color: #F9FAFB;
  font-weight: 400;
}
.woocommerce .checkout-step.active::before {
  background-image: url("../img/back.png");
}
.woocommerce-cart-form {
  grid-column: span 7;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.woocommerce-cart-form .shop_table {
  width: 100%;
  margin: 0;
}
.woocommerce-cart-form .shop_table thead {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  background-position: center;
  margin-bottom: 30px;
}
.woocommerce-cart-form .shop_table thead tr {
  background-image: url("../img/blockCover.png");
  background-position: center;
  border-radius: 4px;
}
.woocommerce-cart-form .shop_table tr {
  padding: 23px 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.woocommerce-cart-form .shop_table tr td {
  padding: 0;
}
.woocommerce-cart-form .shop_table tr th {
  padding: 0;
  color: #0B0B0D;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}
.woocommerce-cart-form .shop_table tr th.product-remove, .woocommerce-cart-form .shop_table tr th.product-thumbnail {
  display: none;
}
.woocommerce-cart-form .shop_table tr th.product-name {
  flex-grow: 0.5;
  text-align: left;
}
.woocommerce-cart-form .shop_table tbody {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  margin-top: 30px;
}
.woocommerce-cart-form .shop_table tbody .product-thumbnail {
  width: 80px;
  height: 96px;
}
.woocommerce-cart-form .shop_table tbody .product-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.woocommerce-cart-form .shop_table tbody tr.gratisText {
  padding: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #EDCC58;
}
@media(max-width: 768px) {
  .woocommerce-cart-form .shop_table tbody tr.gratisText td {
    text-align: left !important;
    max-width: 355px;
  }
}
.woocommerce-cart-form .shop_table tbody tr.couponWrapper {
  padding: 0;
}
.woocommerce-cart-form .shop_table tbody tr.couponWrapper button[name=update_cart] {
  display: none;
}
.woocommerce-cart-form .shop_table tbody tr.couponWrapper .coupon {
  max-width: 424px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.woocommerce-cart-form .shop_table tbody tr.couponWrapper .coupon__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 8px;
}
.woocommerce-cart-form .shop_table tbody tr.couponWrapper .coupon__text span {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
}
.woocommerce-cart-form .shop_table tbody tr.couponWrapper .coupon__text p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #9D9D9E;
  text-align: left;
}
.woocommerce-cart-form .shop_table tbody tr.couponWrapper .coupon__code {
  border: 1px solid #E5B035;
  background-color: #222222;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
}
.woocommerce-cart-form .shop_table tbody tr.couponWrapper .coupon__code .input-text {
  background-color: transparent;
  border: none;
  color: #F9FAFB;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  flex-grow: 1;
}
.woocommerce-cart-form .shop_table tbody tr.couponWrapper .coupon__code .input-text::-moz-placeholder {
  color: #9D9D9E;
}
.woocommerce-cart-form .shop_table tbody tr.couponWrapper .coupon__code .input-text::placeholder {
  color: #9D9D9E;
}
.woocommerce-cart-form .shop_table tbody tr.couponWrapper .coupon__code button {
  background-color: transparent;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #F9FAFB;
  padding: 0;
}
.woocommerce-cart-form .shop_table tbody tr:not(.gratisText, .couponWrapper) {
  padding: 29px 16px;
  background-color: #222222;
  border: 1px solid #E5B035;
  border-radius: 4px;
  gap: 16px;
  align-items: center;
}
.woocommerce-cart-form .shop_table tbody tr td.product-name {
  display: flex;
  flex-grow: 0.5;
  align-items: center;
  gap: 16px;
}
.woocommerce-cart-form .shop_table tbody tr td.product-name .product-nameWrapper {
  display: flex;
  align-self: stretch;
  flex-direction: column;
  justify-content: center;
  row-gap: 8px;
  max-width: 240px;
}
.woocommerce-cart-form .shop_table tbody tr td.product-name a {
  color: #F9FAFB;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.woocommerce-cart-form .shop_table tbody tr td.product-quantity {
  width: -moz-fit-content;
  width: fit-content;
  flex-grow: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80px;
  border-radius: 4px;
  padding: 6px 8px;
  border: 1px solid #6C7275;
  color: #F9FAFB;
  background-color: transparent;
}
.woocommerce-cart-form .shop_table tbody tr td.product-quantity input {
  background-color: transparent;
  border: none;
  color: #F9FAFB;
  width: 2em;
  font-size: 12px;
  line-height: 20px;
  padding: 0;
  text-align: center;
}
.woocommerce-cart-form .shop_table tbody tr td.product-quantity input:focus {
  outline: none;
}
.woocommerce-cart-form .shop_table tbody tr td.product-quantity button {
  width: 16px;
  height: 16px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: #F9FAFB;
  border: none;
  cursor: pointer;
}
.woocommerce-cart-form .shop_table tbody tr td.product-price,
.woocommerce-cart-form .shop_table tbody tr td.product-subtotal {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
.woocommerce-cart-form .shop_table tbody tr td.product-subtotal {
  color: #EDCC58;
}
.woocommerce-cart-form .shop_table tbody tr td.product-price {
  color: #F9FAFB;
}
.woocommerce .cart-collaterals {
  grid-column: 8/-1;
  max-width: 469px;
  height: -moz-min-content;
  height: min-content;
  overflow: hidden;
  justify-self: flex-end;
  border: 1px solid #E5B035;
  background-color: #222222;
  padding: 40px;
  border-radius: 6px;
}
.woocommerce .cart-collaterals h2 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  text-transform: none;
}
.woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 24px;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table {
  border: none;
}
.woocommerce .cart-collaterals .cart_totals .cart-subtotal-products {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.woocommerce .cart-collaterals .cart_totals .cart-subtotal-products span.quantity {
  font-size: 12px;
  line-height: 20px;
}
.woocommerce .cart-collaterals .cart_totals .cart-subtotal-products span.line-total > span {
  display: flex;
  flex-direction: row-reverse;
  gap: 6px;
}
.woocommerce .cart-collaterals .cart_totals .cart-subtotal-products span.line-total > span .woocommerce-Price-currencySymbol {
  text-transform: uppercase;
}
.woocommerce .cart-collaterals .cart_totals h2 {
  color: #fff;
}
.woocommerce .cart-collaterals .cart_totals tr.shipping {
  display: none;
}
.woocommerce .cart-collaterals .cart_totals .order-total {
  color: #F9FAFB;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.woocommerce .cart-collaterals .cart_totals .order-total bdi {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
}
.woocommerce .cart-collaterals .cart_totals .order-total bdi span {
  text-transform: uppercase;
}
.woocommerce .cart-collaterals .cart_totals .order-total td {
  text-align: right;
  padding: 0;
  border: none;
  padding-block: 4px;
}
.woocommerce .cart-collaterals .cart_totals .order-total td strong {
  font-weight: 500;
  color: #F9FAFB;
}
.woocommerce .cart-collaterals .cart_totals .order-total th {
  padding: 0;
  border: none;
  padding-block: 4px;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 0;
  transition: all 0.2s ease;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  margin: 0;
  color: #0B0B0D;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  background-color: transparent;
  background-image: url("../img/blockCover.png");
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  padding-block: 12px;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout:hover {
  filter: brightness(1.1);
}
.woocommerce .cart-collaterals .cart_totals .cart-subtotal-product {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.woocommerce .cart-collaterals .cart_totals .cart-subtotal-product .name {
  max-width: 200px;
}
.woocommerce a.remove {
  color: #6C7275 !important;
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  width: auto;
  height: auto;
  transition: all 0.2s ease;
}
.woocommerce a.remove svg {
  width: 24px;
  height: 24px;
}
.woocommerce a.remove path {
  transition: all 0.2s ease;
}
.woocommerce a.remove:hover {
  background-color: transparent;
  color: #F9FAFB !important;
}
.woocommerce a.remove:hover path {
  fill: #F9FAFB;
}

.select2-dropdown,
.select2-search__field {
  background-color: #222222 !important;
}

.select2-dropdown {
  border: 1px solid #9D9D9E !important;
  color: #F9FAFB;
}
.select2-dropdown input:focus {
  outline: none;
  border: none;
  color: #F9FAFB;
}

.woocommerce-NoticeGroup {
  position: absolute;
}

.about {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 300px;
}
@media (max-width: 1024px) {
  .about {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .about {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .about {
    margin-bottom: 100px;
  }
}
.about__content {
  width: 100%;
  max-width: 890px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 32px;
  align-self: center;
}
@media (max-width: 767px) {
  .about__content {
    row-gap: 24px;
  }
}
.about__content p, .about__content h2 {
  text-align: center;
}
.about__content h2 {
  text-transform: uppercase;
}
.about__content p {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .about__content p {
    font-size: 14px;
    line-height: 22px;
  }
}
.about__button {
  width: 281px;
  background-image: url("../img/formButtonColor.png");
}
@media (max-width: 767px) {
  .about__button {
    width: auto;
  }
}

.hero {
  width: 100%;
  margin-bottom: 81px;
  max-height: 90dvh;
}
@media (max-width: 767px) {
  .hero {
    margin-bottom: 67px;
  }
}
.hero__inner {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  position: relative;
  overflow: visible;
  max-height: inherit;
}
@media (max-width: 1024px) {
  .hero__inner {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .hero__inner {
    padding-inline: 20px;
  }
}
.hero__inner::before {
  content: "";
  display: block;
  padding-top: 60%;
  max-height: 90dvh;
}
@media (max-width: 767px) {
  .hero__inner::before {
    padding-top: 188.67%;
  }
}
.hero h1 {
  position: absolute;
  left: 83px;
  bottom: 131px;
  max-width: 330px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 40px;
  line-height: 72px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hero h1 {
    font-size: 24px;
    line-height: 40px;
    max-width: 240px;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 158px;
    background: url("../img/buttonColor.png");
    background-size: contain;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .hero h1 span {
    /*display: none;*/
    font-size: 14px;
  }
  .hero h2 {
    background: url("../img/buttonColor.png");
    background-size: contain;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.hero h1 sup {
  position: relative;
  font-weight: 700;
  font-size: 22px;
  top: 1px;
  left: 0;
}
@media (max-width: 767px) {
  .hero h1 sup {
    font-size: 16px;
    top: 3px;
    left: -1px;
    background: url("../img/buttonColor.png");
    background-size: contain;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  -webkit-mask-image: linear-gradient(to bottom, black 95%, transparent 100%);
  -webkit-mask-composite: source-over;
  mask-composite: intersect;
  mask-image: linear-gradient(to bottom, black 95%, transparent 100%);
}
.hero__button {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -80px;
}
@media (max-width: 1024px) {
  .hero__button {
    bottom: 0;
  }
}
.hero__call {
  position: absolute;
  bottom: 37px;
  right: 80px;
  display: none;
}
@media (max-width: 1024px) {
  .hero__call {
    bottom: 40px;
    right: 20px;
  }
}

.welcome {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: grid;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 24px;
  grid-template-columns: repeat(12, 1fr);
  margin-bottom: 284px;
  background-color: transparent;
}
@media (max-width: 1024px) {
  .welcome {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .welcome {
    padding-inline: 20px;
  }
}
@media (max-width: 1024px) {
  .welcome {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .welcome {
    padding-top: 64px;
    row-gap: 44px;
    margin-bottom: 100px;
  }
}
.welcome__imageBlock {
  grid-column: span 5;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 1024px) {
  .welcome__imageBlock {
    grid-column: 1/-1;
    margin-right: unset;
  }
}
.welcome__imageWrapper {
  width: 74%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  -webkit-mask-image: linear-gradient(to bottom, #0B0B0D 75%, transparent 98%);
  mask-image: linear-gradient(to bottom, #0B0B0D 75%, transparent 98%);
}
.welcome__imageWrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .welcome__imageWrapper {
    width: 45%;
  }
}
.welcome__content {
  grid-column: 7/span 6;
  margin-left: -43px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
  align-self: center;
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .welcome__content {
    grid-column: 1/-1;
    row-gap: 16px;
    margin-left: unset;
    margin-top: 0;
  }
}
.welcome__content p, .welcome__content h2 {
  text-align: center;
}
.welcome__content h2 {
  text-transform: uppercase;
  max-width: 520px;
}
.welcome__content h2 span {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  top: -11px;
}
@media (max-width: 767px) {
  .welcome__content h2 span {
    font-size: 14px;
    top: -4px;
  }
}
.welcome__button {
  width: 344px;
  background-image: url("../img/formButtonColor.png");
}
@media (max-width: 767px) {
  .welcome__button {
    width: auto;
  }
}
.welcome__more {
  width: -moz-fit-content;
  width: fit-content;
  align-self: center;
}
.welcome__textInner {
  height: 340px;
}
@media (max-width: 767px) {
  .welcome__textInner {
    row-gap: 16px;
    height: 240px;
  }
}
.welcome__textBlock {
  row-gap: 0;
}
.welcome__textBlock.is-expanded .welcome__textInner {
  margin-bottom: 24px;
}

.main-logoBlock {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 200px;
}
@media (max-width: 1024px) {
  .main-logoBlock {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .main-logoBlock {
    padding-inline: 20px;
  }
}
.main-logoBlock--second {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .main-logoBlock {
    margin-bottom: 100px;
  }
  .main-logoBlock--second {
    margin-bottom: 72px;
  }
  .main-logoBlock--custom {
    margin-bottom: 72px;
  }
}
.main-logoBlock--last {
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .main-logoBlock--last {
    margin-bottom: 100px;
  }
}
.main-logoBlock--mobileHidden {
  margin-bottom: 200px;
}
.main-logoBlock--mobileHidden .main-logoBlock__logo {
  width: 672px;
}
@media (max-width: 767px) {
  .main-logoBlock--mobileHidden {
    display: none;
  }
}
.main-logoBlock__logo {
  cursor: pointer;
  display: flex;
  width: 438px;
  margin: auto;
  padding: 66px 39px 67px 51px;
}
.main-logoBlock__logo--second {
  width: 506px;
  padding: 70px 48px 71px 64px;
}
.main-logoBlock__logo--third {
  width: 484px;
  padding: 67px 46px 67px 61px;
}
@media (max-width: 767px) {
  .main-logoBlock__logo {
    width: 100%;
    padding: 30px 57px 30px 65px;
  }
  .main-logoBlock__logo--third {
    padding: 30px 57px 30px 65px;
  }
}
.main-logoBlock__logo img {
  width: 100%;
}

.rejuvenation {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: grid;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 24px;
  grid-template-columns: repeat(12, 1fr);
  margin-bottom: 300px;
}
@media (max-width: 1024px) {
  .rejuvenation {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .rejuvenation {
    padding-inline: 20px;
  }
}
@media (max-width: 1024px) {
  .rejuvenation {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .rejuvenation {
    margin-bottom: 100px;
    row-gap: 38px;
  }
}
.rejuvenation__content {
  grid-column: span 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  row-gap: 24px;
  margin-right: 17px;
}
@media (max-width: 1024px) {
  .rejuvenation__content {
    grid-column: 1/-1;
    row-gap: 16px;
    margin-right: unset;
  }
}
.rejuvenation__content p, .rejuvenation__content h2 {
  text-align: center;
}
.rejuvenation__content h2 {
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .rejuvenation__content h2 {
    max-width: unset;
  }
}


.rejuvenation__content h2 span{
    font-size: 16px;
    @media (min-width: 768px) {
      font-size: 28px;
    }
}

.rejuvenation__imageBlock {
  grid-column: span 6;
  aspect-ratio: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: -80px;
  margin-top: 43px;
}
@media (max-width: 1024px) {
  .rejuvenation__imageBlock {
    grid-column: 1/-1;
    grid-row: 1/2;
    margin-right: unset;
    margin-top: unset;
  }
}
.rejuvenation__imageWrapper {
  width: 100%;
  aspect-ratio: 1.97;
  max-height: -moz-fit-content;
  max-height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  -webkit-mask-image: linear-gradient(to top, black 90%, transparent 100%), linear-gradient(to bottom, black 90%, transparent 100%);
  -webkit-mask-composite: source-over;
  mask-composite: intersect;
  mask-image: linear-gradient(to top, black 90%, transparent 100%), linear-gradient(to bottom, black 90%, transparent 100%);
}
.rejuvenation__imageWrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.rejuvenation__button {
  width: 281px;
  background-image: url("../img/formButtonColor.png");
}
@media (max-width: 767px) {
  .rejuvenation__button {
    width: auto;
  }

  .rejuvenation__textInner {
    height: 220px;
    gap: 16px;
  }
}
.rejuvenation__textBlock {
  row-gap: 0;
}
.rejuvenation__textBlock.is-expanded .rejuvenation__textInner {
  display: flex;
}
.rejuvenation__textBlock.is-expanded .rejuvenation__textInner p:nth-of-type(2) {
  padding-inline: 48px;
}

.order {
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 300px;
  height: 308px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .order {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .order {
    height: unset;
  }
}
.order__fixed {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  width: 100%;
  max-width: 416px;
  height: 100%;
  background-image: url("../img/orderBlockCover.png");
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 24px;
  padding: 16px;
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
  overflow: hidden;
}
@media (max-width: 767px) {
  .order__fixed {
    width: calc((100% - 40px) / 2 - 8px);
    height: auto;
    aspect-ratio: 1;
    font-size: 14px;
    line-height: 24px;
    padding: 8px;
    left: unset;
    left: 20px;
    transform: translate(0);
    border-radius: 4px;
  }
}
.order__fixed p {
  color: #362919;
  text-align: center;
}
.order__swiper {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .order__swiper {
    width: 100%;
    position: relative;
    padding-inline: 20px;
  }
}
.order__swiper .swiper-wrapper {
  display: flex;
  justify-content: center;
  width: 150%;
}
@media (max-width: 1024px) {
  .order__swiper .swiper-wrapper {
    justify-content: unset;
    width: unset;
  }
}
@media (max-width: 767px) {
  .order__swiper .swiper-wrapper {
    display: flex;
  }
}
.order__swiper .swiper-slide {
  width: 416px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .order__swiper .swiper-slide {
    width: auto;
    aspect-ratio: 1;
    border-radius: 4px;
  }
}
.order__swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.order__swiperContainer {
  position: relative;
}
@media (max-width: 767px) {
  .order__swiperContainer {
    padding-bottom: 18px;
    overflow: hidden;
  }
}
.order__pagination {
  display: none;
}
@media (max-width: 767px) {
  .order__pagination {
    display: flex;
    justify-content: center;
    bottom: 0 !important;
    width: auto;
    height: 2px;
    overflow: hidden;
  }
  .order__pagination .swiper-pagination-bullet {
    width: 34px;
    height: 2px;
    border-radius: 10px;
    background: #F9FAFB;
    opacity: 1 !important;
  }
  .order__pagination .swiper-pagination-bullet-active {
    background: #EDCC58;
  }
}

.title {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 80px;
  margin-bottom: 300px;
}
@media (max-width: 1024px) {
  .title {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .title {
    padding-inline: 20px;
  }
}
@media (max-width: 1024px) {
  .title {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .title {
    row-gap: 16px;
  }
}
.title__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 7px;
}
@media (max-width: 767px) {
  .title__top {
    row-gap: 16px;
  }
}
.title__top h2 {
  font-size: 34px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 7px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  .title__top h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: unset;
  }
}
.title__top p {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .title__top p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
  }
}
.title__bottom {
  display: grid;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 24px;
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 1024px) {
  .title__bottom {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .title__bottom {
    row-gap: 10px;
  }
}
.title__content {
  grid-column: span 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  row-gap: 16px;
  margin-right: 41px;
}
@media (max-width: 1024px) {
  .title__content {
    grid-column: 1/-1;
    row-gap: 16px;
    margin-right: unset;
  }
}
.title__content p, .title__content h2 {
  text-align: center;
}
.title__content h2 {
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .title__content h2 {
    max-width: unset;
  }
}
.title__textBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
}
@media (max-width: 767px) {
  .title__textBlock {
    row-gap: 8px;
  }
}
.title__textBlock p {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}
.title__textBlock p a {
  text-decoration: underline;
  color: #fff;
  transition: all 0.2s ease;
  font-weight: 700;
}
.title__textBlock p a:hover {
  color: #EDCC58;
}
.title__textBlock p span {
  display: block;
}
@media (max-width: 767px) {
  .title__textBlock p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
}
.title__imageBlock {
  grid-column: span 6;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  position: relative;
  margin-right: 34px;
}
@media (max-width: 1024px) {
  .title__imageBlock {
    grid-column: 1/-1;
    grid-row: 1/2;
    margin-right: unset;
  }
}
.title__imageWrapper {
  width: 100%;
  aspect-ratio: 0.9;
  max-height: -moz-fit-content;
  max-height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.title__imageWrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .title__imageWrapper {
    width: 62.5%;
  }
}
.title__btnStart, .title__btnStop {
  position: absolute;
  display: flex;
  width: 119px;
  aspect-ratio: 1;
  left: 50%;
  bottom: 152px;
  transform: translate(-50%, 0);
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .title__btnStart, .title__btnStop {
    width: 40px;
    bottom: 25%;
  }
}
.title__btnStart img, .title__btnStop img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.title__button {
  width: 281px;
  background-image: url("../img/formButtonColor.png");
}
.title__button--white {
  background-image: none;
  background-color: #fff;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .title__button {
    width: 100%;
    max-width: 320px;
  }
}
.title__btnStop {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.title__btnStop.visible {
  opacity: 0;
  pointer-events: auto;
}
.title__btnStop.visible:hover {
  opacity: 1;
}

.hidden {
  display: none;
}

.nauka {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: grid;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 24px;
  grid-template-columns: repeat(12, 1fr);
  margin-bottom: 300px;
}
@media (max-width: 1024px) {
  .nauka {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .nauka {
    padding-inline: 20px;
  }
}
@media (max-width: 1024px) {
  .nauka {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .nauka {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .nauka {
    row-gap: 66px;
  }
}
.nauka__imageBlock {
  grid-column: 9/span 4;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: 30px;
  margin-right: -80px;
}
@media (max-width: 1024px) {
  .nauka__imageBlock {
    grid-column: 1/-1;
    grid-row: 1/2;
    margin-right: -20px;
  }
}
@media (max-width: 767px) {
  .nauka__imageBlock {
    justify-content: flex-end;
  }
}
.nauka__imageWrapper {
  width: 100%;
  max-height: -moz-fit-content;
  max-height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  -webkit-mask-image: linear-gradient(to bottom, #0B0B0D 75%, transparent 98%);
  mask-image: linear-gradient(to bottom, #0B0B0D 75%, transparent 98%);
}
.nauka__imageWrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .nauka__imageWrapper {
    width: 57%;
  }
}
.nauka__content {
  grid-column: span 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
  align-self: center;
}
@media (max-width: 1024px) {
  .nauka__content {
    grid-column: 1/-1;
  }
}
.nauka__content p, .nauka__content h2 {
  text-align: center;
}
.nauka__content h2 {
  text-transform: uppercase;
}
.nauka__textBlock {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  font-size: 24px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .nauka__textBlock {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
  }
}
.nauka__button {
  width: 281px;
  background-image: url("../img/formButtonColor.png");
}
@media (max-width: 767px) {
  .nauka__button {
    width: auto;
  }
}

.product {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: grid;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 24px;
  grid-template-columns: repeat(12, 1fr);
  margin-bottom: 295px;
}
@media (max-width: 1024px) {
  .product {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .product {
    padding-inline: 20px;
  }
}
@media (max-width: 1024px) {
  .product {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .product {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .product {
    row-gap: 50px;
  }
}
.product__imageBlock {
  grid-column: span 3;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: -150px;
  margin-right: -20px;
}
@media (max-width: 1024px) {
  .product__imageBlock {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .product__imageBlock {
    margin-left: -42px;
    margin-right: unset;
    justify-content: flex-start;
  }
}
.product__imageWrapper {
  width: 100%;
  aspect-ratio: 0.78;
  max-height: -moz-fit-content;
  max-height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  -webkit-mask-image: linear-gradient(to bottom, #0B0B0D 75%, transparent 98%);
  mask-image: linear-gradient(to bottom, #0B0B0D 75%, transparent 98%);
}
.product__imageWrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .product__imageWrapper {
    width: 60%;
    aspect-ratio: 0.68;
    -webkit-mask-image: linear-gradient(to bottom, #0B0B0D 75%, transparent 92%);
    mask-image: linear-gradient(to bottom, #0B0B0D 75%, transparent 92%);
  }
}
.product__content {
  grid-column: 6/-1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
  align-self: center;
  margin-left: 15px;
  margin-right: 24px;
  position: relative;
  top: 15px;
}
@media (max-width: 1024px) {
  .product__content {
    grid-column: 1/-1;
    row-gap: 16px;
    top: unset;
  }
}
@media (max-width: 767px) {
  .product__content {
    margin-left: unset;
    margin-right: unset;
  }
}
.product__content p, .product__content h2 {
  text-align: center;
}
.product__content h2 {
  text-transform: uppercase;
}
.product__textBlock {
  font-size: 24px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .product__textBlock {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
  }
}
.product__button {
  width: 281px;
  background-image: url("../img/formButtonColor.png");
}
@media (max-width: 767px) {
  .product__button {
    width: auto;
    max-width: 320px;
  }
}

.product-hero {
  width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 200px;
  max-height: 100dvh;
}
.product-hero::before {
  content: "";
  display: block;
  padding-top: 66.6667%;
}
@media (max-width: 767px) {
  .product-hero::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-hero {
    aspect-ratio: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 19px;
    margin-bottom: 80px;
    max-height: 100dvh;
  }
}
.product-hero__container {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 100%;
  position: absolute;
  inset: 0;
}
@media (max-width: 1024px) {
  .product-hero__container {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .product-hero__container {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .product-hero__container {
    position: relative;
    flex-direction: column;
    align-items: center;
    padding-bottom: 120px;
    row-gap: 17px;
  }
}
.product-hero__titleBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: flex-end;
  row-gap: 16px;
  margin-bottom: 146px;
  max-width: 350px;
  text-align: right;
}
.product-hero__titleBlock .small {
  top: 0;
  left: 0;
}
.product-hero__titleBlock h1,
.product-hero__text {
  text-align: right;
  color: #EDCC58;
}

/*NEW*/
.product-hero__titleBlock sup {
  font-size: 42px;
  color: white;
  @media (max-width: 767px) {
    font-size: 20px;
  }
}
.product-hero .product-hero__titleBlock h1 {
  color: white;
  text-align: center;
}
/*END NEW*/
@media (max-width: 767px) {
  .product-hero__titleBlock {
    align-items: center;
    align-self: center;
    row-gap: 16px;
    margin-bottom: 0;
    row-gap: 6px;
  }
}
.product-hero h1 {
  /*color: #FBFBFB;*/
  /*text-align: center;*/
  font-size: 42px;
  line-height: 56px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .product-hero h1 {
    max-width: 480px;
  }
}
@media (max-width: 767px) {
  .product-hero h1 {
    max-width: 320px;
    justify-content: center;
    justify-self: center;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
  }
}
.product-hero h1 span {
  font-size: 26px;
  position: relative;
  top: -12px;
  left: -3px;
}
@media (max-width: 767px) {
  .product-hero h1 span {
    font-size: 12px;
    top: -6px;
    left: -1px;
  }
}
.product-hero__text {
  color: #fff;
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .product-hero__text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 26px;
  }
}
.product-hero__imageWrapper {
  position: absolute;
  width: 100%;
  inset: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .product-hero__imageWrapper {
    position: relative;
    aspect-ratio: 1.34;
  }
}
.product-hero__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.product-hero__button {
  line-height: 24px;
  min-width: 281px;
}
@media (max-width: 767px) {
  .product-hero__button {
    min-width: 190px;
    font-weight: 600;
  }
}
.product-hero__call {
  margin-bottom: 142px;
  display: none;
}
@media (max-width: 767px) {
  .product-hero__call {
    display: none !important;
  }
}
.product-hero__logo {
  display: none;
}
@media (max-width: 767px) {
  .product-hero__logo {
    width: 100%;
    max-width: 227px;
    display: flex;
  }
  .product-hero__logo svg, .product-hero__logo img {
    width: 100%;
    height: auto;
  }
}
.product-hero__buttonTop {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 35px;
}
@media (max-width: 1024px) {
  .product-hero__buttonTop {
    width: 40px;
    height: 40px;
  }
  .product-hero__buttonTop svg {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .product-hero__buttonTop {
    bottom: 0;
  }
}

.product-logoBlock {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 200px;
  opacity: 1;
}
@media (max-width: 1024px) {
  .product-logoBlock {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .product-logoBlock {
    padding-inline: 20px;
  }
}
.product-logoBlock--last {
  margin-bottom: 148px;
}
@media (max-width: 767px) {
  .product-logoBlock {
    display: none;
  }
  .product-logoBlock--last {
    margin-bottom: 64px;
    display: flex;
  }
}
.product-logoBlock.hidden {
  opacity: 0;
}
.product-logoBlock__logo, .product-logoBlock a {
  width: 100%;
  max-width: 533px;
  cursor: pointer;
  display: flex;
  padding-block: 95px;
  padding-inline: 0;
}
@media (max-width: 767px) {
  .product-logoBlock__logo, .product-logoBlock a {
    width: 58%;
    padding-block: 32px;
  }
}
.product-logoBlock__logo svg, .product-logoBlock a svg {
  width: 100%;
  height: auto;
}

.product-baner {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 200px;
}
@media (max-width: 1024px) {
  .product-baner {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .product-baner {
    padding-inline: 20px;
  }
}
@media (max-width: 1024px) {
  .product-baner {
    margin-bottom: 100px;
  }
}
.product-baner__container {
  border-radius: 8px;
  background-image: url("../img/blockCover.png");
  background-size: cover;
  background-position: center;
  padding: 65px 33px;
  color: #0B0B0D;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product-baner__container {
    padding: 16px 8px;
    row-gap: 8px;
  }
}
.product-baner__container p {
  text-align: center;
  font-size: 30px;
  line-height: 48px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .product-baner__container p {
    font-size: 14px;
    line-height: 22px;
  }
}
.product-baner__top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .product-baner__top {
    row-gap: 8px;
  }
}
.product-baner__top h2, .product-baner__top h4 {
  text-align: center;
}
.product-baner__top h2 {
  text-transform: uppercase;
  font-size: 38px;
  line-height: 56px;
}
@media (max-width: 767px) {
  .product-baner__top h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.product-baner__top h4 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
}
.product-baner__top h4 b,
.product-baner__top h4 strong {
  color: inherit;
  font-weight: 700;
}
@media (max-width: 767px) {
  .product-baner__top h4 {
    font-size: 14px;
    line-height: 24px;
  }
}

.product-block1 {
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 200px;
}
@media (max-width: 767px) {
  .product-block1 {
    row-gap: 100px;
    margin-bottom: 100px;
  }
}
.product-block1__imageWrapper {
  width: 100%;
  aspect-ratio: 1.5;
}
.product-block1__imageWrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.product-block1__content {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (max-width: 1024px) {
  .product-block1__content {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .product-block1__content {
    padding-inline: 20px;
  }
}
.product-block1__content p {
  text-align: center;
  font-size: 34px;
  line-height: 48px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .product-block1__content p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
}

.product-quote {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 43px;
}
@media (max-width: 1024px) {
  .product-quote {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .product-quote {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .product-quote {
    row-gap: 24px;
    margin-bottom: 100px;
  }
}
.product-quote h3 {
  width: 100%;
  max-width: 1030px;
  text-align: center;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .product-quote h3 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
}
.product-quote h4 {
  font-family: "Galisha Script", sans-serif;
  font-size: 56px;
  line-height: 64px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .product-quote h4 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
  }
}

.product-images {
  width: 100%;
  margin: auto;
  overflow: hidden;
  display: grid;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 24px;
  grid-template-columns: repeat(12, 1fr);
  margin-bottom: 200px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media (max-width: 1024px) {
  .product-images {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .product-images {
    margin-bottom: 100px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}
.product-images__imageWrapper {
  grid-column: span 4;
  aspect-ratio: 0.76;
  position: relative;
}
@media (max-width: 1024px) {
  .product-images__imageWrapper {
    grid-column: span 2;
  }
  .product-images__imageWrapper:first-of-type {
    display: none;
  }
}
.product-images__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.product-block2 {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 200px;
  -moz-column-gap: 51px;
  column-gap: 51px;
}
@media (max-width: 1024px) {
  .product-block2 {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .product-block2 {
    padding-inline: 20px;
  }
}
@media (max-width: 1024px) {
  .product-block2 {
    flex-direction: column;
    row-gap: 100px;
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .product-block2 {
    padding-inline: 0;
  }
}
.product-block2__imageWrapper {
  width: 45.5%;
  aspect-ratio: 1;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .product-block2__imageWrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product-block2__imageWrapper {
    aspect-ratio: 0.88;
  }
}
.product-block2__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-position: center 59%;
  object-position: center 59%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .product-block2__imageWrapper img {
    -o-object-position: center 52%;
    object-position: center 52%;
  }
}
@media (max-width: 767px) {
  .product-block2__content {
    width: 100%;
    padding-inline: 80px;
    max-width: 1440px;
    margin: auto;
    overflow: hidden;
  }
}
@media (max-width: 767px) and (max-width: 1024px) {
  .product-block2__content {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .product-block2__content {
    padding-inline: 20px;
  }
}
.product-block2__content p {
  text-align: center;
  font-size: 34px;
  line-height: 48px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .product-block2__content p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
}

.product-block3 {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  -moz-column-gap: 36px;
  column-gap: 36px;
}
@media (max-width: 1024px) {
  .product-block3 {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .product-block3 {
    padding-inline: 20px;
  }
}
@media (max-width: 1024px) {
  .product-block3 {
    margin-bottom: 64px;
    flex-direction: column-reverse;
    row-gap: 100px;
  }
}
@media (max-width: 767px) {
  .product-block3 {
    padding-inline: 0;
  }
}
.product-block3__imageWrapper {
  width: 45.5%;
  aspect-ratio: 1;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .product-block3__imageWrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product-block3__imageWrapper {
    aspect-ratio: 0.88;
  }
}
.product-block3__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-position: center 21%;
  object-position: center 21%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .product-block3__imageWrapper img {
    -o-object-position: center 22%;
    object-position: center 22%;
  }
}
.product-block3__content {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (max-width: 767px) {
  .product-block3__content {
    width: 100%;
    padding-inline: 80px;
    max-width: 1440px;
    margin: auto;
    overflow: hidden;
    row-gap: 16px;
  }
}
@media (max-width: 767px) and (max-width: 1024px) {
  .product-block3__content {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .product-block3__content {
    padding-inline: 20px;
  }
}
.product-block3__content p {
  text-align: center;
  font-size: 34px;
  line-height: 48px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .product-block3__content p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
  .product-block3__content p:last-of-type {
    padding-inline: 24px;
  }
}

.product-dna {
  width: 100%;
  margin: auto;
  overflow: hidden;
  aspect-ratio: 0.95;
  max-width: 1515px;
  position: relative;
  margin-bottom: 100px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product-dna {
    margin-bottom: 64px;
  }
}
.product-dna img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-dna::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #0A0A0C 20%, rgba(11, 11, 13, 0) 30%, rgba(11, 11, 13, 0) 70%, #0A0A0C 80%);
}

.product-imageBlock {
  width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .product-imageBlock {
    margin-bottom: 100px;
  }
}
.product-imageBlock__imageWrapper {
  aspect-ratio: 1.41;
  position: relative;
  overflow: hidden;
}
.product-imageBlock__imageWrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.product-contacts {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 120px;
}
@media (max-width: 1024px) {
  .product-contacts {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .product-contacts {
    padding-inline: 20px;
  }
}
@media (max-width: 1024px) {
  .product-contacts {
    margin-bottom: 100px;
    row-gap: 12px;
  }
}
.product-contacts__imageWrapper {
  width: 100%;
  max-width: 560px;
  aspect-ratio: 1, 23;
  position: relative;
}
@media (max-width: 767px) {
  .product-contacts__imageWrapper {
    width: 240px;
    left: -15px;
  }
}
.product-contacts__imageWrapper img {
  display: flex;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.product-contacts__container {
  width: 100%;
  border-radius: 8px;
  background-image: url("../img/blockCover_2.png");
  background-size: cover;
  background-position: center;
  padding: 87px 66px;
  color: #0B0B0D;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
}
@media (max-width: 767px) {
  .product-contacts__container {
    padding: 32px 3px;
    row-gap: 8px;
  }
}
.product-contacts__textBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
}
@media (max-width: 767px) {
  .product-contacts__textBlock {
    row-gap: 8px;
  }
}
.product-contacts__textBlock p {
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
.product-contacts__textBlock p:first-of-type {
  font-size: 30px;
}
.product-contacts__textBlock p:last-of-type {
  line-height: 48px;
}
@media (max-width: 767px) {
  .product-contacts__textBlock p {
    font-size: 14px !important;
    line-height: 22px !important;
  }
}
.product-contacts__text {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}
.product-contacts__text--first {
  font-size: 30px;
}
.product-contacts__text--last {
  line-height: 48px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .product-contacts__text {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
  }
}
.product-contacts__button {
  background-image: unset;
  background-color: #0B0B0D;
  color: #F9FAFB;
  padding: 12px 40px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .product-contacts__button {
    padding: 6px 16.5px;
    font-size: 14px;
    font-weight: 500;
  }
}

.nauka-main {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 169px;
  margin-top: var(--header-height);
  padding-top: 80px;
}
@media (max-width: 1024px) {
  .nauka-main {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .nauka-main {
    padding-inline: 20px;
  }
}
@media (max-width: 1024px) {
  .nauka-main {
    margin-bottom: 64px;
  }
}
.nauka-main__container {
  margin: auto;
  max-width: 1064px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
  margin-bottom: 100px;
}
.nauka-main__container h2 {
  text-align: center;
  text-transform: uppercase;
}
.nauka-main__container p {
  text-align: center;
}
.nauka-main__list {
  display: grid;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 24px;
  grid-template-columns: repeat(12, 1fr);
  row-gap: 94px;
}
@media (max-width: 1024px) {
  .nauka-main__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .nauka-main__list {
    row-gap: 36px;
  }
}
.nauka-main__item {
  grid-column: span 6;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (max-width: 1024px) {
  .nauka-main__item {
    row-gap: 16px;
  }
}
.nauka-main__imageWrapper {
  aspect-ratio: 1.7;
  display: flex;
  position: relative;
  overflow: hidden;
}
.nauka-main__imageWrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.nauka-main__link {
  flex-grow: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-image: url("../img/buttonColor.png");
  background-size: cover;
  background-position: center;
  transition: all 0.2s ease;
  color: #0B0B0D;
}
.nauka-main__link:hover {
  filter: brightness(1.1);
}
.nauka-main__button {
  width: 100%;
  padding: 8px;
  border: none;
  cursor: pointer;
  background-color: transparent;
}

.odmłodzenie-hero {
  width: 100%;
  position: relative;
  overflow: visible;
  margin-bottom: 268px;
  max-height: 90dvh;
}
@media (max-width: 767px) {
  .odmłodzenie-hero {
    max-height: 800px;
    margin-bottom: 120px;
  }
}
.odmłodzenie-hero__title {
  position: absolute;
  left: 80px;
  bottom: 70px;
  width: 100%;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .odmłodzenie-hero__title {
    bottom: 286px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.odmłodzenie-hero h1 {
  font-size: 42px;
  line-height: 56px;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
@media (max-width: 767px) {
  .odmłodzenie-hero h1 {
    font-size: 24px;
    line-height: 40px;
    row-gap: 0;
  }
}
.odmłodzenie-hero__tm {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  top: -16px;
  left: -2px;
}
.odmłodzenie-hero h2 {
  font-size: 22px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .odmłodzenie-hero h2 {
    font-size: 16px;
  }
}
.odmłodzenie-hero__imageWrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  -webkit-mask-image: linear-gradient(to bottom, black 95%, transparent 100%);
  -webkit-mask-composite: source-over;
  mask-composite: intersect;
  mask-image: linear-gradient(to bottom, black 95%, transparent 100%);
}
.odmłodzenie-hero__imageWrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 767px) {
  .odmłodzenie-hero__imageWrapper::after {
    background: rgba(0, 0, 0, 0.6);
  }
}
.odmłodzenie-hero__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 767px) {
  .odmłodzenie-hero__imageWrapper img {
    -o-object-position: 66% center;
    object-position: 66% center;
  }
}
.odmłodzenie-hero__button {
  bottom: -106px;
}
@media (max-width: 767px) {
  .odmłodzenie-hero__button {
    bottom: 81px;
  }
}
.odmłodzenie-hero__call {
  bottom: 53px;
  display: none;
}
@media (max-width: 767px) {
  .odmłodzenie-hero__call {
    display: none;
  }
}

.odmłodzenie-komorkowe {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 200px;
}
@media (max-width: 1024px) {
  .odmłodzenie-komorkowe {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .odmłodzenie-komorkowe {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .odmłodzenie-komorkowe {
    margin-bottom: 64px;
  }
}
.odmłodzenie-komorkowe__content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 32px;
}
.odmłodzenie-komorkowe__content h2 {
  text-align: center;
  font-size: 34px;
  line-height: 48px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.odmłodzenie-komorkowe__content h2 > span {
  display: block;
}
@media (max-width: 767px) {
  .odmłodzenie-komorkowe__content h2 {
    font-size: 18px;
    line-height: 24px;
    row-gap: 8px;
  }
}
@media (max-width: 767px) {
  .odmłodzenie-komorkowe__content {
    row-gap: 16px;
  }
}
.odmłodzenie-komorkowe__tm {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  position: relative;
  top: -10px;
  left: -2px;
}
@media (max-width: 767px) {
  .odmłodzenie-komorkowe__tm {
    font-size: 12px;
    line-height: 18px;
    top: -4px;
    left: 0;
  }
}
.odmłodzenie-komorkowe__textBlock {
  row-gap: 24px;
}
.odmłodzenie-komorkowe__textBlock.is-expanded {
  max-width: 1240px;
}
@media (max-width: 767px) {
  .odmłodzenie-komorkowe__textBlock.is-expanded p {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    line-height: 22px;
    font-weight: 500;
  }
  .odmłodzenie-komorkowe__textBlock.is-expanded p:last-child {
    display: block;
  }
}
.odmłodzenie-komorkowe__textInner {
  height: 350px;
}
.odmłodzenie-komorkowe__textInner p {
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
}
.odmłodzenie-komorkowe__textInner p:first-of-type {
  max-width: 930px;
}
.odmłodzenie-komorkowe__textInner p span {
  display: block;
}
@media (max-width: 767px) {
  .odmłodzenie-komorkowe__textInner p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .odmłodzenie-komorkowe__textInner {
    height: 215px;
  }
}

.odmłodzenie-woda {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 80px;
  margin-bottom: 200px;
}
@media (max-width: 1024px) {
  .odmłodzenie-woda {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .odmłodzenie-woda {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .odmłodzenie-woda {
    row-gap: 75px;
    margin-bottom: 64px;
  }
}
.odmłodzenie-woda__top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .odmłodzenie-woda__top {
    row-gap: 0;
  }
}
.odmłodzenie-woda__top h2 {
  font-size: 34px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 7px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .odmłodzenie-woda__top h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}
.odmłodzenie-woda__top p {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .odmłodzenie-woda__top p {
    font-size: 14px;
    line-height: 22px;
  }
}
.odmłodzenie-woda__imageWrapper {
  width: 591px;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .odmłodzenie-woda__imageWrapper {
    width: 100%;
    margin-top: 24px;
  }
}
.odmłodzenie-woda__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.odmłodzenie-woda__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 6px;
  column-gap: 6px;
  row-gap: 16px;
}
@media (max-width: 1024px) {
  .odmłodzenie-woda__bottom {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .odmłodzenie-woda__bottom {
    row-gap: 24px;
  }
}
.odmłodzenie-woda__videoWrapper {
  position: relative;
  width: 53%;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .odmłodzenie-woda__videoWrapper {
    width: 100%;
  }
}
.odmłodzenie-woda__video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.odmłodzenie-woda__btnStart, .odmłodzenie-woda__btnStop {
  position: absolute;
  width: 107px;
  aspect-ratio: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .odmłodzenie-woda__btnStart, .odmłodzenie-woda__btnStop {
    width: 60px;
  }
}
.odmłodzenie-woda__btnStart img, .odmłodzenie-woda__btnStop img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.odmłodzenie-woda__buttonBlock {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  align-items: center;
}
@media (max-width: 767px) {
  .odmłodzenie-woda__buttonBlock {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .odmłodzenie-woda__buttonBlock a {
    width: 190px;
  }
}
.odmłodzenie-woda__content {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media (max-width: 767px) {
  .odmłodzenie-woda__content {
    row-gap: 8px;
  }
}
.odmłodzenie-woda__content p {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.odmłodzenie-woda__content p span {
  display: block;
}
.odmłodzenie-woda__content p a {
  text-decoration: underline;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 767px) {
  .odmłodzenie-woda__content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
  }
}
.odmłodzenie-woda__button {
  width: 281px;
  background-image: url("../img/formButtonColor.png");
}
.odmłodzenie-woda__button--white {
  background-image: none;
  background-color: #fff;
}
@media (max-width: 767px) {
  .odmłodzenie-woda__button {
    width: 190px;
    margin: 0 auto;
  }
}
.odmłodzenie-woda__btnStop {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.odmłodzenie-woda__btnStop.visible {
  opacity: 0;
  pointer-events: auto;
}
.odmłodzenie-woda__btnStop.visible:hover {
  opacity: 1;
}

.hidden {
  display: none;
}

.odmłodzenie-open {
  width: 100%;
  margin: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 200px;
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .odmłodzenie-open {
    row-gap: 64px;
    margin-bottom: 64px;
  }
}
.odmłodzenie-open__title {
  width: 100%;
  background-image: url("../img/page-butelka/blockColor.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.odmłodzenie-open__title h2 {
  padding-block: 96px;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #0B0B0D;
  text-transform: uppercase;
}
.odmłodzenie-open__title h2 span {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  position: relative;
  top: -12px;
  left: -4px;
}
@media (max-width: 767px) {
  .odmłodzenie-open__title h2 span {
    font-size: 14px;
    top: -5px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .odmłodzenie-open__title h2 {
    padding-block: 24px;
    font-size: 18px;
    line-height: 24px;
  }
}
.odmłodzenie-open__imageWrapper {
  width: 100%;
  max-height: 748px;
  aspect-ratio: 2.25;
  overflow: hidden;
}
.odmłodzenie-open__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 100%;
  object-position: center 100%;
}
@media (max-width: 767px) {
  .odmłodzenie-open__imageWrapper {
    speak-as: 1.91;
  }
}
.odmłodzenie-open__item {
  aspect-ratio: 1;
  overflow: hidden;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.odmłodzenie-open__item h3 {
  width: 100%;
  text-align: center;
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  background-color: #0B0B0D;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .odmłodzenie-open__item h3 {
    font-size: 18px;
    line-height: 32px;
  }
}
.odmłodzenie-open__itemImageWrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -1;
}
.odmłodzenie-open__itemImageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.odmłodzenie-open__container {
  position: relative;
  padding-bottom: 42px;
}
@media (max-width: 767px) {
  .odmłodzenie-open__container {
    padding-bottom: 34px;
  }
}
.odmłodzenie-open__slider {
  overflow: visible;
}
.odmłodzenie-open__slider .swiper-slide {
  width: 347px;
}
@media (max-width: 767px) {
  .odmłodzenie-open__slider .swiper-slide {
    width: 250px;
  }
}
.odmłodzenie-open__button {
  padding: 14px 31.5px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .odmłodzenie-open__button {
    font-size: 14px;
    line-height: 24px;
    padding: 6px 6.5px;
  }
}
.odmłodzenie-open__pagination {
  display: flex;
  justify-content: center;
  bottom: 0 !important;
  width: auto;
  height: 2px;
  overflow: hidden;
  padding-inline: 20px;
}
.odmłodzenie-open__pagination .swiper-pagination-bullet {
  flex-grow: 1;
  max-width: 34px;
  height: 2px;
  border-radius: 10px;
  background: #F9FAFB;
  opacity: 1 !important;
}
.odmłodzenie-open__pagination .swiper-pagination-bullet-active {
  background: #EDCC58;
}

.odmłodzenie-list {
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .odmłodzenie-list {
    margin-bottom: 64px;
  }
}
.odmłodzenie-list--second .odmłodzenie-list__item:first-of-type .odmłodzenie-list__itemImageWrapper img {
  -o-object-position: center 66%;
  object-position: center 66%;
}
@media (max-width: 767px) {
  .odmłodzenie-list--second .odmłodzenie-list__item:first-of-type .odmłodzenie-list__itemImageWrapper img {
    -o-object-position: center 85%;
    object-position: center 85%;
  }
}
.odmłodzenie-list--second .odmłodzenie-list__item:nth-of-type(2) .odmłodzenie-list__itemImageWrapper img {
  -o-object-position: center 0;
  object-position: center 0;
}
.odmłodzenie-list--second .odmłodzenie-list__item:last-of-type .odmłodzenie-list__itemImageWrapper img {
  -o-object-position: center 12%;
  object-position: center 12%;
}
.odmłodzenie-list--second .odmłodzenie-list__block h3 {
  max-width: 739px;
}
.odmłodzenie-list__list {
  display: flex;
  flex-direction: column;
  row-gap: 100px;
}
@media (max-width: 767px) {
  .odmłodzenie-list__list {
    row-gap: 64px;
  }
}
.odmłodzenie-list__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 56px;
}
@media (max-width: 767px) {
  .odmłodzenie-list__item {
    row-gap: 32px;
  }
}
.odmłodzenie-list__itemImageWrapper {
  width: 100%;
  aspect-ratio: 1.93;
  max-height: 662px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .odmłodzenie-list__itemImageWrapper {
    aspect-ratio: 1.13;
  }
}
.odmłodzenie-list__itemImageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.odmłodzenie-list__block {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
@media (max-width: 1024px) {
  .odmłodzenie-list__block {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .odmłodzenie-list__block {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .odmłodzenie-list__block {
    flex-direction: column;
    row-gap: 16px;
  }
}
.odmłodzenie-list__block h3 {
  font-size: 34px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .odmłodzenie-list__block h3 {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .odmłodzenie-list__block a {
    width: 190px;
  }
}
.odmłodzenie-list__button {
  width: 281px;
}
@media (max-width: 767px) {
  .odmłodzenie-list__button {
    width: 100%;
  }
}

.odmłodzenie-skorze {
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .odmłodzenie-skorze {
    margin-bottom: 80px;
  }
}
.odmłodzenie-skorze__title {
  width: 100%;
  background-image: url("../img/page-butelka/blockColor.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.odmłodzenie-skorze__title h2 {
  padding-block: 96px;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #0B0B0D;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .odmłodzenie-skorze__title h2 {
    padding-block: 21px;
    font-size: 18px;
    line-height: 24px;
  }
}

.odmłodzenie-product {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 120px;
  margin-bottom: 200px;
}
@media (max-width: 1024px) {
  .odmłodzenie-product {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .odmłodzenie-product {
    padding-inline: 20px;
  }
}
@media (max-width: 1024px) {
  .odmłodzenie-product {
    row-gap: 12px;
    margin-bottom: 64px;
  }
}
.odmłodzenie-product__imageWrapper {
  width: 560px;
  aspect-ratio: 1.23;
  position: relative;
}
@media (max-width: 767px) {
  .odmłodzenie-product__imageWrapper {
    width: 240px;
    left: -15px;
  }
}
.odmłodzenie-product__imageWrapper img {
  display: flex;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.odmłodzenie-product__container {
  width: 100%;
  border-radius: 8px;
  background-image: url("../img/blockCover_2.png");
  background-size: cover;
  background-position: center;
  padding: 66px 8px;
  color: #0B0B0D;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 32px;
}
@media (max-width: 767px) {
  .odmłodzenie-product__container {
    padding: 16px 8px;
    row-gap: 16px;
  }
  .odmłodzenie-product__container a {
    width: 190px;
  }
}
.odmłodzenie-product__textBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 32px;
}
@media (max-width: 767px) {
  .odmłodzenie-product__textBlock {
    row-gap: 16px;
  }
}
.odmłodzenie-product__textBlock h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 767px) {
  .odmłodzenie-product__textBlock h2 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }
}
.odmłodzenie-product__textBlock p {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  line-height: 48px;
}
@media (max-width: 767px) {
  .odmłodzenie-product__textBlock p {
    font-size: 14px;
    line-height: 22px;
  }
}
.odmłodzenie-product__text {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}
.odmłodzenie-product__text--first {
  font-size: 30px;
}
.odmłodzenie-product__text--last {
  line-height: 48px;
  font-weight: 500;
}
.odmłodzenie-product__button {
  background-image: unset;
  background-color: #0B0B0D;
  color: #F9FAFB;
  padding: 12px 40px;
  width: 257px;
}
@media (max-width: 767px) {
  .odmłodzenie-product__button {
    padding: 6px 16.5px;
    width: 100%;
    font-weight: 500;
  }
}

.butelka-hero {
  width: 100%;
  position: relative;
  overflow: visible;
}
@media (max-width: 767px) {
  .butelka-hero {
    max-height: 90dvh;
  }
}
.butelka-hero__inner::before {
  padding-top: 64%;
}
@media (max-width: 767px) {
  .butelka-hero__inner::before {
    padding-top: 224%;
  }
}
.butelka-hero__title {
  position: absolute;
  left: 80px;
  bottom: 34%;
  width: 100%;
  max-width: 496px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .butelka-hero__title {
    bottom: 30%;
  }
}
@media (max-width: 1024px) {
  .butelka-hero__title {
    left: 0;
  }
}
@media (max-width: 767px) {
  .butelka-hero__title {
    bottom: 15%;
    left: 50%;
    transform: translate(-50%, 0);
    padding-inline: 24px;
    row-gap: 12px;
  }
}
.butelka-hero h1 {
  font-size: 34px;
  line-height: 48px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1024px) {
  .butelka-hero h1 {
    font-size: 18px;
    line-height: 24px;
  }
}
.butelka-hero__tm {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  top: -16px;
  left: -2px;
}
.butelka-hero h2 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1024px) {
  .butelka-hero h2 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .butelka-hero h2 {
    margin-bottom: 8px;
  }
}
.butelka-hero__imageWrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  overflow: hidden;
}
.butelka-hero__imageWrapper img {
  width: 111%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-left: -98px;
  margin-top: -21px;
}
@media (max-width: 1024px) {
  .butelka-hero__imageWrapper img {
    margin-left: -75px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .butelka-hero__imageWrapper img {
    width: 223%;
    margin-left: -118%;
    margin-top: -3%;
    -webkit-mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
    -webkit-mask-composite: source-over;
    mask-composite: intersect;
    mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
  }
}
.butelka-hero__butelkaWrapper {
  position: absolute;
  right: 11%;
  bottom: 11%;
  width: 18.5%;
  aspect-ratio: 0.43;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .butelka-hero__butelkaWrapper {
    right: 17%;
    bottom: 14%;
  }
}
@media (max-width: 767px) {
  .butelka-hero__butelkaWrapper {
    width: 34.7%;
    top: 8.5%;
    left: 51%;
    transform: translate(-50%, 0);
  }
}
.butelka-hero__butelkaWrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.butelka-hero__buttonWrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  align-items: center;
}
@media (max-width: 767px) {
  .butelka-hero__buttonWrapper {
    row-gap: 12px;
  }
}
.butelka-hero__button {
  bottom: 48px;
}
@media (max-width: 767px) {
  .butelka-hero__button {
    bottom: 5%;
  }
}
@media (max-width: 767px) {
  .butelka-hero__call {
    display: none;
  }
}

.butelka-generator {
  width: 100%;
  margin: auto;
  overflow: hidden;
  background-color: #fff;
  padding-block: 130px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .butelka-generator {
    padding-bottom: 108px;
    margin-bottom: 64px;
  }
}
.butelka-generator__container {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  position: relative;
  overflow: visible;
}
@media (max-width: 1024px) {
  .butelka-generator__container {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .butelka-generator__container {
    padding-inline: 20px;
  }
}
.butelka-generator__content {
  margin: 0 auto;
  max-width: 926px;
  padding-inline: 0;
  color: #0B0B0D;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  position: relative;
  z-index: 2;
}
.butelka-generator__content h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 34px;
  line-height: 48px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .butelka-generator__content h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.butelka-generator__content h2 span {
  display: block;
}
.butelka-generator__textBlock {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .butelka-generator__textBlock {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
  }
}
.butelka-generator__textBlock p {
  text-align: center;
}
.butelka-generator__textBlock p span {
  font-weight: 500;
}
.butelka-generator__textBlock p a {
  color: #0B0B0D;
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .butelka-generator__textBlock p a {
    font-size: 18px;
    line-height: 40px;
    font-weight: 700;
    display: block;
  }
}
.butelka-generator__textBlock p a:hover {
  color: #EDCC58;
}
.butelka-generator__imageWrapper {
  position: absolute;
  width: 240px;
  transform: rotate(-119deg);
  top: -114%;
  right: -17.5%;
}
@media (max-width: 767px) {
  .butelka-generator__imageWrapper {
    width: 103px;
    top: -74%;
    right: -15%;
  }
}
.butelka-generator__imageWrapper--second {
  transform: rotate(60deg);
  top: 33%;
  left: -15%;
}
@media (max-width: 767px) {
  .butelka-generator__imageWrapper--second {
    transform: rotate(45deg);
    top: 89%;
    left: -25%;
  }
}
.butelka-generator__imageWrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.butelka-korzysci {
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 235px;
}
@media (max-width: 767px) {
  .butelka-korzysci {
    margin-bottom: 64px;
  }
}
.butelka-korzysci__title {
  width: 100%;
  background-image: url("../img/page-butelka/blockColor.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.butelka-korzysci__title h2 {
  padding-block: 69px;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #0B0B0D;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .butelka-korzysci__title h2 {
    padding-block: 25px;
    font-size: 18px;
    line-height: 24px;
  }
}
.butelka-korzysci__container {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  padding-top: 56px;
  display: flex;
  flex-direction: column;
  row-gap: 200px;
}
@media (max-width: 1024px) {
  .butelka-korzysci__container {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .butelka-korzysci__container {
    padding-inline: 20px;
  }
}
@media (max-width: 1024px) {
  .butelka-korzysci__container {
    padding-top: 64px;
    row-gap: 64px;
  }
}
@media (max-width: 767px) {
  .butelka-korzysci__container {
    padding-inline: 0;
  }
}
.butelka-korzysci__item {
  width: 100%;
  min-height: 621px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 78px;
}
.butelka-korzysci__item:nth-of-type(2) {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .butelka-korzysci__item {
    flex-direction: column;
    row-gap: 56px;
  }
  .butelka-korzysci__item:nth-of-type(2) {
    flex-direction: column;
  }
  .butelka-korzysci__item:nth-of-type(2) .butelka-korzysci__imageBlock {
    aspect-ratio: 0.93;
  }
}
.butelka-korzysci__textBlock {
  width: 49%;
  max-width: 620px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (max-width: 1024px) {
  .butelka-korzysci__textBlock {
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .butelka-korzysci__textBlock {
    padding-inline: 20px;
  }
  .butelka-korzysci__textBlock ol {
    padding-left: 24px;
  }
}
.butelka-korzysci__textBlock h3 {
  font-size: 32px;
  line-height: 48px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  .butelka-korzysci__textBlock h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.butelka-korzysci__textBlock ol {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .butelka-korzysci__textBlock ol {
    font-size: 14px;
    line-height: 22px;
  }
}
.butelka-korzysci__imageBlock {
  width: 46%;
  max-width: 580px;
  align-self: stretch;
}
@media (max-width: 1024px) {
  .butelka-korzysci__imageBlock {
    width: 100%;
    aspect-ratio: 1.05;
    max-width: unset;
  }
}
.butelka-korzysci__imageBlock img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.butelka-wodorod {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 302px;
}
@media (max-width: 1024px) {
  .butelka-wodorod {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .butelka-wodorod {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .butelka-wodorod {
    margin-bottom: 64px;
  }
}
.butelka-wodorod__container {
  width: 100%;
  max-width: 738px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.butelka-wodorod__container h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 34px;
  line-height: 48px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .butelka-wodorod__container h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.butelka-wodorod__buttonWrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  align-items: center;
}
@media (max-width: 767px) {
  .butelka-wodorod__buttonWrapper {
    row-gap: 32px;
  }
}
.butelka-wodorod__button {
  width: 398px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .butelka-wodorod__button {
    width: 190px;
  }
}

.butelka-textBlock {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 303px;
}
@media (max-width: 1024px) {
  .butelka-textBlock {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .butelka-textBlock {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .butelka-textBlock {
    margin-bottom: 64px;
  }
}
.butelka-textBlock__container {
  width: 100%;
  max-width: 1199px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  border-radius: 16px;
  padding: 33.5px 69.5px;
  background-image: url("../img/page-butelka/blockColor.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .butelka-textBlock__container {
    padding: 16px 10px;
  }
}
.butelka-textBlock__container p {
  text-align: center;
  font-size: 28px;
  line-height: 48px;
  font-weight: 600;
  color: #0B0B0D;
}
@media (max-width: 767px) {
  .butelka-textBlock__container p {
    font-size: 14px;
    line-height: 22px;
  }
}

.butelka-zwiazek {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: flex;
  -moz-column-gap: 80px;
  column-gap: 80px;
  margin-bottom: 200px;
}
@media (max-width: 1024px) {
  .butelka-zwiazek {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .butelka-zwiazek {
    padding-inline: 20px;
  }
}
@media (max-width: 1024px) {
  .butelka-zwiazek {
    flex-direction: column;
    row-gap: 56px;
  }
}
@media (max-width: 767px) {
  .butelka-zwiazek {
    margin-bottom: 64px;
    padding-inline: 0;
  }
}
.butelka-zwiazek__imageWrapper {
  width: 46%;
  max-height: 655px;
  max-width: 580px;
  position: relative;
  overflow: hidden;
}
.butelka-zwiazek__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 1024px) {
  .butelka-zwiazek__imageWrapper {
    width: 100%;
    max-width: unset;
    aspect-ratio: 0.88;
  }
}
.butelka-zwiazek__content {
  width: 49%;
  max-width: 620px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
  align-self: center;
}
@media (max-width: 1024px) {
  .butelka-zwiazek__content {
    row-gap: 16px;
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .butelka-zwiazek__content {
    padding-inline: 20px;
  }
}
.butelka-zwiazek__content p, .butelka-zwiazek__content h2 {
  text-align: center;
}
.butelka-zwiazek__content h2 {
  text-transform: uppercase;
  max-width: 520px;
  font-size: 32px;
  line-height: 48px;
}
@media (max-width: 767px) {
  .butelka-zwiazek__content h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.butelka-zwiazek__content h2 span {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  top: -11px;
}
@media (max-width: 767px) {
  .butelka-zwiazek__content h2 span {
    font-size: 14px;
    top: -4px;
  }
}
.butelka-zwiazek__more {
  width: -moz-fit-content;
  width: fit-content;
  align-self: center;
}
.butelka-zwiazek__textInner {
  height: 405px;
  row-gap: 8px;
}
.butelka-zwiazek__textInner li {
  display: inline-block;
  font-weight: 800;
  font-size: 24px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .butelka-zwiazek__textInner li {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .butelka-zwiazek__textInner {
    height: 250px;
  }
}

.butelka-membrana {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  margin-bottom: 243px;
}
@media (max-width: 1024px) {
  .butelka-membrana {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .butelka-membrana {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .butelka-membrana {
    margin-bottom: 64px;
    row-gap: 29px;
  }
}
.butelka-membrana__titleBlock {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.butelka-membrana__titleBlock h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 34px;
  line-height: 48px;
}
@media (max-width: 767px) {
  .butelka-membrana__titleBlock h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.butelka-membrana__titleBlock p {
  display: none;
  text-align: center;
  max-width: 155px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .butelka-membrana__titleBlock p {
    display: block;
  }
}
.butelka-membrana__container {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 1024px) {
  .butelka-membrana__container {
    flex-direction: column-reverse;
  }
}
.butelka-membrana__imageBlock {
  width: 50%;
  max-width: 630px;
}
@media (max-width: 1024px) {
  .butelka-membrana__imageBlock {
    width: 100%;
    max-width: unset;
  }
}
.butelka-membrana__imageWrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.butelka-membrana__imageWrapper img, .butelka-membrana__imageWrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 1024px) {
  .butelka-membrana__imageWrapper {
    width: 100%;
    max-width: unset;
    aspect-ratio: 0.88;
  }
}
.butelka-membrana__content {
  width: 49%;
  max-width: 634px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
  align-self: center;
}
@media (max-width: 1024px) {
  .butelka-membrana__content {
    row-gap: 16px;
    width: 100%;
    max-width: unset;
  }
}
.butelka-membrana__content p, .butelka-membrana__content h2 {
  text-align: center;
}
.butelka-membrana__content h2 {
  text-transform: uppercase;
  max-width: 520px;
}
.butelka-membrana__content h2 span {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  top: -11px;
}
@media (max-width: 767px) {
  .butelka-membrana__content h2 span {
    font-size: 14px;
    top: -4px;
  }
}
.butelka-membrana__more {
  width: -moz-fit-content;
  width: fit-content;
  align-self: center;
}
.butelka-membrana__textBlock {
  row-gap: 16px;
}
.butelka-membrana__textInner {
  height: 490px;
  row-gap: 8px;
}
.butelka-membrana__textInner li {
  display: inline-block;
  font-weight: 800;
  font-size: 24px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .butelka-membrana__textInner li {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .butelka-membrana__textInner {
    height: 340px;
  }
}
.butelka-membrana__button {
  width: 414px;
}
@media (max-width: 767px) {
  .butelka-membrana__button {
    width: 100%;
    max-width: 190px;
  }
}
@media (max-width: 767px) {
  .butelka-membrana__btnStart, .butelka-membrana__btnStop {
    bottom: 32%;
  }
}
.butelka-membrana__btnStop {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.butelka-membrana__btnStop.visible {
  opacity: 0;
  pointer-events: auto;
}
.butelka-membrana__btnStop.visible:hover {
  opacity: 1;
}

.hidden {
  display: none;
}

.butelka-antiVirus {
  width: 100%;
  margin: auto;
  overflow: hidden;
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 130px;
  overflow: hidden;
  margin-bottom: 243px;
}
@media (max-width: 767px) {
  .butelka-antiVirus {
    padding-block: 32px;
    margin-bottom: 64px;
  }
}
.butelka-antiVirus__container {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .butelka-antiVirus__container {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .butelka-antiVirus__container {
    padding-inline: 20px;
  }
}
.butelka-antiVirus__content {
  margin: 0 auto;
  max-width: 1134px;
  padding-inline: 0;
  color: #0B0B0D;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 37px;
}
@media (max-width: 767px) {
  .butelka-antiVirus__content {
    row-gap: 28px;
  }
}
.butelka-antiVirus__content h2 {
  text-transform: uppercase;
  text-align: center;
  max-width: 965px;
  font-size: 34px;
  line-height: 48px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .butelka-antiVirus__content h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.butelka-antiVirus__content h2 span {
  display: block;
}
.butelka-antiVirus__content p {
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  max-width: 1012px;
}
@media (max-width: 767px) {
  .butelka-antiVirus__content p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
  }
}
.butelka-antiVirus__imageWrapper {
  width: 100%;
  margin-bottom: 37px;
}
@media (max-width: 767px) {
  .butelka-antiVirus__imageWrapper {
    margin-bottom: 28px;
  }
}
.butelka-antiVirus__imageWrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.butelka-coverButelka {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 200px;
}
@media (max-width: 1024px) {
  .butelka-coverButelka {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .butelka-coverButelka {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .butelka-coverButelka {
    margin-bottom: 64px;
  }
}
.butelka-coverButelka__container {
  width: 100%;
  max-width: 1203px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 96px;
  column-gap: 96px;
  row-gap: 80px;
}
@media (max-width: 1024px) {
  .butelka-coverButelka__container {
    -moz-column-gap: 48px;
    column-gap: 48px;
  }
}
@media (max-width: 767px) {
  .butelka-coverButelka__container {
    flex-direction: column;
  }
}
.butelka-coverButelka__textBlock {
  max-width: 740px;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .butelka-coverButelka__textBlock {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }
}
.butelka-coverButelka__imageWrapper {
  width: 331px;
  aspect-ratio: 1;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 767px) {
  .butelka-coverButelka__imageWrapper {
    width: 100%;
    max-width: 331px;
  }
}
.butelka-coverButelka__imageWrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.butelka-nobel {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 123px;
  display: flex;
  flex-direction: column;
  row-gap: 95.5px;
}
@media (max-width: 1024px) {
  .butelka-nobel {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .butelka-nobel {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .butelka-nobel {
    margin-bottom: 64px;
    row-gap: 64px;
  }
}
.butelka-nobel p, .butelka-nobel li {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .butelka-nobel p, .butelka-nobel li {
    font-size: 14px;
    line-height: 22px;
  }
}
.butelka-nobel__titleBlock {
  width: 100%;
  max-width: 1106px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 32px;
}
.butelka-nobel__titleBlock h2 {
  font-size: 34px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.butelka-nobel__titleBlock h2 span {
  display: block;
}
@media (max-width: 767px) {
  .butelka-nobel__titleBlock h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.butelka-nobel__block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 64px;
}
.butelka-nobel__block h3 {
  max-width: 1064px;
  margin: 0 auto;
  padding: 40px 24px;
  background-color: #fff;
  color: #0B0B0D;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 1024px) {
  .butelka-nobel__block h3 {
    order: 3;
  }
}
@media (max-width: 767px) {
  .butelka-nobel__block h3 {
    font-size: 16px;
    padding: 30.5px 7.5px;
  }
}
.butelka-nobel__imageBlock {
  width: 45%;
}
@media (max-width: 1024px) {
  .butelka-nobel__imageBlock {
    width: 100%;
    order: 0;
  }
}
.butelka-nobel__imageBlock img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.butelka-nobel__technologia {
  width: 54%;
  padding: 38.5px 8px;
  background-image: url("../img/page-butelka/blockColor.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #0B0B0D;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .butelka-nobel__technologia {
    width: 100%;
    padding: 16px 10px;
    order: 2;
  }
}
.butelka-nobel__technologia p {
  text-align: center;
}
.butelka-nobel__technologia p span {
  font-weight: 700;
}
@media (max-width: 767px) {
  .butelka-nobel__technologia p span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
  }
}
.butelka-nobel__technologia p span:first-of-type {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .butelka-nobel__technologia p span:first-of-type {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    display: block;
  }
}
.butelka-nobel__textBlock, .butelka-nobel__lastBlock {
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .butelka-nobel__textBlock {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    width: 100%;
    order: 1;
  }
}
.butelka-nobel__lastBlock {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}
@media (max-width: 1024px) {
  .butelka-nobel__lastBlock {
    order: 4;
  }
}
@media (max-width: 767px) {
  .butelka-nobel__lastBlock p span {
    display: block;
    margin-top: 14px;
  }
}
.butelka-nobel__lastBlock ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 14px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .butelka-nobel__lastBlock ul {
    align-items: flex-start;
    margin-bottom: 44px;
  }
}
.butelka-nobel__lastBlock ul li {
  display: flex;
  gap: 8px;
  align-items: center;
}
.butelka-nobel__lastBlock ul li svg {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .butelka-nobel__lastBlock ul li {
    min-height: 32px;
  }
  .butelka-nobel__lastBlock ul li span {
    text-align: left;
  }
}

.butelka-test {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 174px;
}
@media (max-width: 1024px) {
  .butelka-test {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .butelka-test {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .butelka-test {
    margin-bottom: 64px;
  }
}
.butelka-test__container {
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 25px;
}
@media (max-width: 767px) {
  .butelka-test__container {
    row-gap: 10px;
  }
}
.butelka-test__container h2 {
  font-size: 34px;
  line-height: 48px;
}
@media (max-width: 767px) {
  .butelka-test__container h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.butelka-test__imagesBlock {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .butelka-test__imagesBlock {
    flex-direction: column;
    align-items: center;
    row-gap: 33px;
  }
}
.butelka-test__block {
  width: 44%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
}
@media (max-width: 767px) {
  .butelka-test__block {
    width: 100%;
    max-width: 360px;
    padding-top: 9px;
  }
}
.butelka-test__block p {
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .butelka-test__block p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }
}
.butelka-test__imageWrapper {
  width: 100%;
  aspect-ratio: 1.7;
}
.butelka-test__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.butelka-test__textBlock {
  padding-inline: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 43px;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}
.butelka-test__textBlock p {
  text-align: center;
  max-width: 800px;
}
@media (max-width: 767px) {
  .butelka-test__textBlock {
    font-size: 14px;
    line-height: 22px;
    margin-top: 54px;
  }
}
.butelka-test__lastBlock {
  width: 100%;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  margin-top: 43px;
  padding: 24px;
  border: 1px solid #fff;
  border-radius: 4px;
}
.butelka-test__lastBlock p {
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .butelka-test__lastBlock {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin-top: 54px;
  }
}

.butelka-result {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: grid;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 24px;
  grid-template-columns: repeat(12, 1fr);
  margin-bottom: 90.6px;
}
@media (max-width: 1024px) {
  .butelka-result {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .butelka-result {
    padding-inline: 20px;
  }
}
@media (max-width: 1024px) {
  .butelka-result {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .butelka-result {
    row-gap: 32px;
  }
}
@media (max-width: 767px) {
  .butelka-result {
    margin-bottom: 64px;
    padding-inline: 0;
  }
}
.butelka-result h2 {
  grid-column: span 6;
  font-size: 32px;
  line-height: 48px;
  text-transform: uppercase;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .butelka-result h2 {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .butelka-result h2 {
    font-size: 18px;
    line-height: 24px;
    max-width: 300px;
  }
}
.butelka-result__list {
  grid-column: span 6;
  grid-row: 2/3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 8px;
}
@media (max-width: 1024px) {
  .butelka-result__list {
    grid-column: 1/-1;
    grid-row: 3/4;
  }
}
@media (max-width: 767px) {
  .butelka-result__list {
    padding-inline: 20px;
  }
}
.butelka-result__list li {
  border: 1px solid #FFC94B;
  background-color: #222222;
  border-radius: 8px;
  padding: 8px 12px;
  flex-grow: 1;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .butelka-result__list li {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    padding: 40px 5px;
    min-height: 175px;
  }
}
.butelka-result__list li:first-of-type {
  flex-grow: 0;
}
.butelka-result__imageWrapper {
  grid-column: span 6;
  grid-row: 2/3;
  height: 644px;
}
@media (max-width: 1024px) {
  .butelka-result__imageWrapper {
    grid-column: 1/-1;
    aspect-ratio: 1;
    height: unset;
    max-height: 644px;
    margin: 0 auto;
    margin-bottom: 24px;
  }
}
.butelka-result__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.butelka-pomoc {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 200px;
}
@media (max-width: 1024px) {
  .butelka-pomoc {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .butelka-pomoc {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .butelka-pomoc {
    margin-bottom: 64px;
    padding-inline: 0;
  }
}
.butelka-pomoc__container {
  display: flex;
  flex-direction: column;
  row-gap: 200px;
}
@media (max-width: 1024px) {
  .butelka-pomoc__container {
    row-gap: 64px;
  }
}
.butelka-pomoc__item {
  width: 100%;
  min-height: 621px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 78px;
}
.butelka-pomoc__item:nth-of-type(2) {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .butelka-pomoc__item {
    flex-direction: column-reverse;
    row-gap: 56px;
  }
  .butelka-pomoc__item:nth-of-type(2) {
    flex-direction: column-reverse;
  }
  .butelka-pomoc__item:nth-of-type(2) .butelka-korzysci__imageBlock {
    aspect-ratio: 0.93;
  }
}
.butelka-pomoc__textBlock {
  width: 49%;
  max-width: 620px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (max-width: 1024px) {
  .butelka-pomoc__textBlock {
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .butelka-pomoc__textBlock {
    padding-inline: 20px;
  }
  .butelka-pomoc__textBlock ol {
    padding-left: 24px;
  }
}
.butelka-pomoc__textBlock h3 {
  font-size: 32px;
  line-height: 48px;
  text-transform: uppercase;
  text-align: center;
}
.butelka-pomoc__textBlock h3 span {
  display: block;
}
@media (max-width: 767px) {
  .butelka-pomoc__textBlock h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.butelka-pomoc__textBlock ol {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .butelka-pomoc__textBlock ol {
    font-size: 14px;
    line-height: 22px;
  }
}
.butelka-pomoc__imageBlock {
  width: 46%;
  max-width: 580px;
  align-self: stretch;
}
@media (max-width: 1024px) {
  .butelka-pomoc__imageBlock {
    width: 100%;
    aspect-ratio: 0.93;
    max-width: unset;
  }
}
.butelka-pomoc__imageBlock img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.butelka-pomoc__button {
  align-self: center;
  width: 100%;
  max-width: 414px;
}
@media (max-width: 1024px) {
  .butelka-pomoc__button {
    max-width: 190px;
  }
}
.butelka-pomoc__button button {
  width: 100%;
}

.butelka-revolucja {
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 235px;
}
@media (max-width: 767px) {
  .butelka-revolucja {
    margin-bottom: 64px;
  }
}
.butelka-revolucja__title {
  width: 100%;
  background-image: url("../img/page-butelka/blockColor.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.butelka-revolucja__title h2 {
  padding-block: 83px;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #0B0B0D;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .butelka-revolucja__title h2 {
    padding: 13px 25px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
}
.butelka-revolucja__container {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  padding-top: 200px;
}
@media (max-width: 1024px) {
  .butelka-revolucja__container {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .butelka-revolucja__container {
    padding-inline: 20px;
  }
}
@media (max-width: 1024px) {
  .butelka-revolucja__container {
    padding-top: 64px;
  }
}
.butelka-revolucja__content {
  width: 100%;
  max-width: 1094px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}
@media (max-width: 1024px) {
  .butelka-revolucja__content {
    row-gap: 56px;
  }
}
.butelka-revolucja__content h3 {
  font-size: 34px;
  line-height: 48px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  .butelka-revolucja__content h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.butelka-revolucja__text {
  padding: 32px;
  background-color: #fff;
  color: #0B0B0D;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .butelka-revolucja__text {
    padding: 32px 13px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
  }
}
.butelka-revolucja__list {
  display: flex;
  justify-content: space-between;
  gap: 26px;
}
@media (max-width: 1024px) {
  .butelka-revolucja__list {
    flex-direction: column;
    row-gap: 56px;
  }
}
.butelka-revolucja__item {
  width: 32%;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (max-width: 1024px) {
  .butelka-revolucja__item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .butelka-revolucja__item {
    aspect-ratio: 1.11;
  }
}
.butelka-revolucja__item p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  color: #0B0B0D;
  z-index: 1;
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .butelka-revolucja__item p {
    font-size: 18px;
    line-height: 24px;
    padding-block: 8px;
  }
}
.butelka-revolucja__imageWrapper {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
.butelka-revolucja__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.butelka-list {
  width: 100%;
  margin: auto;
  overflow: hidden;
  background-color: #fff;
  padding-top: 87px;
  padding-bottom: 39px;
  overflow: hidden;
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .butelka-list {
    padding-top: 0;
    padding-bottom: 13px;
    margin-bottom: 64px;
  }
}
.butelka-list__container {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 146px;
}
@media (max-width: 1024px) {
  .butelka-list__container {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .butelka-list__container {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .butelka-list__container {
    row-gap: 76px;
    padding-inline: 0;
  }
}
.butelka-list__firstBlock {
  display: grid;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 24px;
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 1024px) {
  .butelka-list__firstBlock {
    grid-template-columns: repeat(4, 1fr);
  }
}
.butelka-list__imageWrapper {
  grid-column: span 6;
}
@media (max-width: 1024px) {
  .butelka-list__imageWrapper {
    grid-column: 1/-1;
  }
}
.butelka-list__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.butelka-list__sklepBlock {
  grid-column: 8/-1;
  color: #0B0B0D;
}
@media (max-width: 1024px) {
  .butelka-list__sklepBlock {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .butelka-list__sklepBlock {
    padding-inline: 20px;
  }
}
.butelka-list__sklepBlock p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .butelka-list__sklepBlock p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
  }
}
.butelka-list__titleBlock {
  display: flex;
  flex-direction: column;
  align-content: center;
  row-gap: 19px;
  text-align: center;
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .butelka-list__titleBlock {
    margin-bottom: 48px;
  }
}
.butelka-list__titleBlock h2 {
  font-size: 28px;
  line-height: 40px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .butelka-list__titleBlock h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.butelka-list__titleBlock p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .butelka-list__titleBlock p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
  }
}
.butelka-list__price {
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
  color: #EDCC58;
  text-transform: uppercase;
  padding-bottom: 22px;
  border-bottom: 1px solid #9D9D9E;
  margin-bottom: 37px;
}
@media (max-width: 767px) {
  .butelka-list__price {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    padding-bottom: 30px;
    margin-bottom: 84px;
  }
}
.butelka-list__textBlock {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .butelka-list__textBlock {
    row-gap: 28px;
    margin-bottom: 26px;
  }
}
.butelka-list__textBlock p:first-of-type {
  padding-inline: 36px;
  text-align: center;
}
.butelka-list__textBlock p:last-of-type {
  font-weight: 400;
}
.butelka-list__textBlock p span {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
}
.butelka-list__cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 42px;
  row-gap: 52px;
}
@media (max-width: 767px) {
  .butelka-list__cart {
    flex-direction: column;
  }
}
.butelka-list__quantity {
  border: 1px solid #9D9D9E;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 38%;
  height: 48px;
}
@media (max-width: 767px) {
  .butelka-list__quantity {
    width: 190px;
    height: 36px;
  }
}
.butelka-list__quantity button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.butelka-list__quantity input {
  display: block;
  width: 40px;
  border: none;
  color: #0B0B0D;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.butelka-list__quantity input:focus {
  outline: none;
}
.butelka-list__button {
  flex-grow: 0.7;
  padding-inline: 24px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .butelka-list__button {
    width: 190px;
    padding-inline: 12px;
    text-transform: none;
  }
}
.butelka-list__lastBlock {
  width: 100%;
  max-width: 1072px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
  color: #0B0B0D;
}
@media (max-width: 767px) {
  .butelka-list__lastBlock {
    padding-inline: 20px;
  }
}
.butelka-list__lastBlock h2 {
  font-size: 34px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
}
.butelka-list__lastBlock h2 span {
  display: block;
}
@media (max-width: 767px) {
  .butelka-list__lastBlock h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.butelka-list__lastBlock > ul {
  width: 100%;
  max-width: 972px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.butelka-list__lastBlock li {
  width: 100%;
}
.butelka-list__lastBlock li details {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .butelka-list__lastBlock li details {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
  }
}
.butelka-list__lastBlock li details div {
  border-radius: 8px;
  border: 1px solid #9D9D9E;
  padding: 16px;
}
.butelka-list__lastBlock li details div span {
  font-weight: 600;
}
@media (max-width: 767px) {
  .butelka-list__lastBlock li details div span {
    font-weight: 700;
  }
}
.butelka-list__lastBlock li details ul {
  list-style: none;
  padding-left: 0;
}
.butelka-list__lastBlock li details ul li {
  position: relative;
  padding-left: 1em;
}
.butelka-list__lastBlock li details ul li::before {
  content: "•";
  position: absolute;
  left: 0.2em;
  top: -0.1em;
  font-size: 1.2em;
}
.butelka-list__lastBlock li details ol {
  list-style-position: inside;
  padding: 0;
}
.butelka-list__lastBlock li details[open] div {
  margin-top: 16px;
}
.butelka-list__lastBlock li details[open] span {
  transform: rotate(-90deg);
}
.butelka-list__lastBlock li summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #9D9D9E;
  padding: 16px;
}
.butelka-list__lastBlock li summary::-webkit-details-marker {
  display: none;
}
.butelka-list__lastBlock li summary h3 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .butelka-list__lastBlock li summary h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }
}
.butelka-list__lastBlock li summary span {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-image: url("../img/buttonColor.png");
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

.o_marce-hero {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 67px;
  align-items: center;
  padding-top: calc(140px + var(--header-height));
  margin-bottom: 175px;
  position: relative;
}
@media (max-width: 1024px) {
  .o_marce-hero {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .o_marce-hero {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .o_marce-hero {
    padding-top: calc(25px + var(--header-height));
    margin-bottom: 64px;
    row-gap: 74px;
  }
}
.o_marce-hero__imageWrapper {
  width: 70%;
  max-width: 859px;
}
@media (max-width: 1024px) {
  .o_marce-hero__imageWrapper {
    width: 100%;
  }
}
.o_marce-hero__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.o_marce-hero__title h1 {
  font-size: 42px;
  line-height: 56px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  .o_marce-hero__title h1 {
    font-size: 20px;
    line-height: 32px;
  }
}
.o_marce-hero__title h1 span {
  display: block;
}
.o_marce-hero__call {
  position: absolute;
  top: 42%;
  right: 80px;
}
@media (max-width: 1024px) {
  .o_marce-hero__call {
    display: none;
  }
}

.o_marce-misja {
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 200px;
  display: flex;
  flex-direction: column;
  row-gap: 200px;
}
@media (max-width: 767px) {
  .o_marce-misja {
    margin-bottom: 64px;
    row-gap: 64px;
  }
}
.o_marce-misja__title {
  width: 100%;
  background-image: url("../img/page-butelka/blockColor.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.o_marce-misja__title h2 {
  padding-block: 69px;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #0B0B0D;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .o_marce-misja__title h2 {
    padding-block: 24px;
    font-size: 18px;
    line-height: 24px;
  }
}
.o_marce-misja__container {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .o_marce-misja__container {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .o_marce-misja__container {
    padding-inline: 20px;
  }
}
.o_marce-misja__content {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 200px;
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .o_marce-misja__content {
    row-gap: 80px;
    font-size: 14px;
    line-height: 22px;
  }
}
.o_marce-misja__firstBlock {
  width: 100%;
  padding: 39px 48px;
  border: 1px solid #E5B035;
  background-color: #222222;
  border-radius: 4px;
}
.o_marce-misja__firstBlock p {
  text-align: center;
}
.o_marce-misja__secondBlock {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.o_marce-misja__secondBlock h2 {
  font-size: 32px;
  line-height: 56px;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
@media (max-width: 767px) {
  .o_marce-misja__secondBlock h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
.o_marce-misja__secondBlock h3 {
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .o_marce-misja__secondBlock h3 {
    font-size: 14px;
    line-height: 24px;
  }
}
.o_marce-misja__tm {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  top: -9px;
  left: -2px;
}
@media (max-width: 767px) {
  .o_marce-misja__tm {
    font-size: 12px;
    line-height: 24px;
    top: -6px;
    left: 0;
  }
}
.o_marce-misja__lastBlock p {
  text-align: center;
}
@media (max-width: 767px) {
  .o_marce-misja__lastBlock p span {
    display: block;
  }
}

.o_marce-photoBlock {
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .o_marce-photoBlock {
    margin-bottom: 64px;
  }
}
.o_marce-photoBlock__imageWrapper {
  width: 100%;
  height: auto;
  max-height: 960px;
}
.o_marce-photoBlock__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.o_marce-kreatorka {
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 200px;
  display: flex;
  flex-direction: column;
  row-gap: 116px;
}
@media (max-width: 767px) {
  .o_marce-kreatorka {
    margin-bottom: 64px;
    row-gap: 64px;
  }
}
.o_marce-kreatorka__title {
  width: 100%;
  background-image: url("../img/page-butelka/blockColor.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.o_marce-kreatorka__title h2 {
  padding-block: 69px;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #0B0B0D;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .o_marce-kreatorka__title h2 {
    padding-block: 24px;
    font-size: 18px;
    line-height: 24px;
  }
}
.o_marce-kreatorka__container {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .o_marce-kreatorka__container {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .o_marce-kreatorka__container {
    padding-inline: 20px;
  }
}
.o_marce-kreatorka__content {
  width: 100%;
  max-width: 1061px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 200px;
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .o_marce-kreatorka__content {
    row-gap: 80px;
    font-size: 14px;
    line-height: 22px;
  }
}
.o_marce-kreatorka__firstBlock {
  width: 100%;
}
.o_marce-kreatorka__firstBlock p {
  text-align: center;
}
.o_marce-kreatorka__secondBlock {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 48px;
}
@media (max-width: 767px) {
  .o_marce-kreatorka__secondBlock {
    row-gap: 42px;
  }
}
.o_marce-kreatorka__secondBlock h3 {
  font-size: 34px;
  line-height: 48px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .o_marce-kreatorka__secondBlock h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.o_marce-kreatorka__secondBlock ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
}
@media (max-width: 767px) {
  .o_marce-kreatorka__secondBlock ul {
    row-gap: 8px;
  }
}
.o_marce-kreatorka__secondBlock ul li {
  width: 100%;
  min-height: 226px;
  padding: 33px 32px;
  background-color: #fff;
  border-radius: 8px;
  color: #0B0B0D;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .o_marce-kreatorka__secondBlock ul li {
    min-height: 122px;
    row-gap: 10px;
    padding: 11px 8px;
    border-radius: 4px;
  }
}
.o_marce-kreatorka__secondBlock ul li h4 {
  font-size: 32px;
  line-height: 48px;
}
@media (max-width: 767px) {
  .o_marce-kreatorka__secondBlock ul li h4 {
    max-width: 220px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
  }
}
.o_marce-kreatorka__secondBlock ul li p {
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .o_marce-kreatorka__secondBlock ul li p {
    font-size: 14px;
    line-height: 22px;
  }
}

.o_marce-doswiadczenie {
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 200px;
  display: flex;
  flex-direction: column;
  row-gap: 116px;
}
@media (max-width: 767px) {
  .o_marce-doswiadczenie {
    margin-bottom: 64px;
    row-gap: 64px;
  }
}
.o_marce-doswiadczenie__title {
  width: 100%;
  background-image: url("../img/page-butelka/blockColor.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.o_marce-doswiadczenie__title h2 {
  padding-block: 69px;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #0B0B0D;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .o_marce-doswiadczenie__title h2 {
    padding-block: 24px;
    font-size: 18px;
    line-height: 24px;
  }
}
.o_marce-doswiadczenie__container {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .o_marce-doswiadczenie__container {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .o_marce-doswiadczenie__container {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .o_marce-doswiadczenie__container {
    padding-inline: 0;
  }
}
.o_marce-doswiadczenie__content {
  width: 100%;
  max-width: 1094px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 116px;
}
@media (max-width: 767px) {
  .o_marce-doswiadczenie__content {
    row-gap: 80px;
  }
}
.o_marce-doswiadczenie__content p {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .o_marce-doswiadczenie__content p {
    row-gap: 80px;
    font-size: 14px;
    line-height: 22px;
  }
}
.o_marce-doswiadczenie__imageWrapper {
  width: 100%;
}
.o_marce-doswiadczenie__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.o_marce-doswiadczenie__textWrapper {
  display: flex;
  flex-direction: column;
  row-gap: 200px;
}
@media (max-width: 767px) {
  .o_marce-doswiadczenie__textWrapper {
    row-gap: 64px;
  }
}
@media (max-width: 767px) {
  .o_marce-doswiadczenie__firstBlock {
    padding-inline: 20px;
  }
}
.o_marce-doswiadczenie__firstBlock p {
  text-align: center;
}
@media (max-width: 767px) {
  .o_marce-doswiadczenie__firstBlock p span {
    display: block;
  }
}
.o_marce-doswiadczenie__lastBlock {
  width: 100%;
  padding: 32px 48px;
  background-color: #fff;
  color: #0B0B0D;
}
@media (max-width: 767px) {
  .o_marce-doswiadczenie__lastBlock {
    padding: 24px;
    border-radius: 4px;
    border: 1px solid #E5B035;
  }
}
.o_marce-doswiadczenie__lastBlock p {
  font-weight: 700;
}
@media (max-width: 767px) {
  .o_marce-doswiadczenie__lastBlock p {
    font-weight: 500;
  }
}

.o_marce-cabinet {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 98px;
  column-gap: 98px;
  margin-bottom: 198px;
}
@media (max-width: 1024px) {
  .o_marce-cabinet {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .o_marce-cabinet {
    padding-inline: 20px;
  }
}
@media (max-width: 1024px) {
  .o_marce-cabinet {
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}
@media (max-width: 767px) {
  .o_marce-cabinet {
    flex-direction: column;
    align-items: flex-end;
    padding-inline: 0;
    margin-bottom: 0;
  }
}
.o_marce-cabinet__text {
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 41px;
  background-image: url("../img/page-butelka/blockColor.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: 10px;
  flex-grow: 1;
}
@media (max-width: 1024px) {
  .o_marce-cabinet__text {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .o_marce-cabinet__text {
    width: 100%;
    padding-block: 12px;
  }
}
.o_marce-cabinet__text h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 56px;
  color: #0B0B0D;
}
.o_marce-cabinet__text h2 span {
  display: block;
}
@media (max-width: 767px) {
  .o_marce-cabinet__text h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.o_marce-cabinet__imageWrapper {
  width: 100%;
  max-width: 494px;
  margin-right: -80px;
}
@media (max-width: 1024px) {
  .o_marce-cabinet__imageWrapper {
    margin-right: -32px;
  }
}
@media (max-width: 767px) {
  .o_marce-cabinet__imageWrapper {
    width: 80%;
    margin-right: 0;
  }
}
.o_marce-cabinet__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.o_marce-news {
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 200px;
  display: flex;
  flex-direction: column;
  row-gap: 200px;
}
@media (max-width: 767px) {
  .o_marce-news {
    margin-bottom: 64px;
    row-gap: 64px;
  }
}
.o_marce-news__title {
  width: 100%;
  background-image: url("../img/page-butelka/blockColor.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.o_marce-news__title h2 {
  padding-block: 69px;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #0B0B0D;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .o_marce-news__title h2 {
    padding-block: 24px;
    font-size: 18px;
    line-height: 24px;
  }
}
.o_marce-news__container {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .o_marce-news__container {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .o_marce-news__container {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .o_marce-news__container {
    padding-inline: 0;
  }
}
.o_marce-news__content {
  width: 100%;
  max-width: 1075px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 200px;
}
@media (max-width: 767px) {
  .o_marce-news__content {
    row-gap: 64px;
  }
}
.o_marce-news__firstBlock {
  width: 100%;
  padding-inline: 24px;
}
@media (max-width: 767px) {
  .o_marce-news__firstBlock {
    padding-inline: 20px;
  }
}
.o_marce-news__firstBlock p {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .o_marce-news__firstBlock p {
    font-size: 14px;
    line-height: 22px;
  }
}
.o_marce-news__firstBlock p span {
  font-weight: 700;
}
.o_marce-news__imagesBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 80px;
}
@media (max-width: 767px) {
  .o_marce-news__imagesBlock {
    row-gap: 64px;
  }
}
.o_marce-news__imageWrapper {
  width: 100%;
  height: auto;
}
.o_marce-news__imageWrapper:first-of-type {
  max-width: 347px;
}
.o_marce-news__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.o_marce-news__lastBlock {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
@media (max-width: 767px) {
  .o_marce-news__lastBlock {
    row-gap: 40px;
    padding-inline: 20px;
  }
}
.o_marce-news__lastBlock > p {
  text-align: center;
  font-size: 32px;
  line-height: 48px;
}
@media (max-width: 767px) {
  .o_marce-news__lastBlock > p {
    font-size: 14px;
    line-height: 22px;
  }
}
.o_marce-news__lastBlock > p:first-of-type {
  font-size: 24px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .o_marce-news__lastBlock > p:first-of-type {
    font-size: 14px;
    line-height: 22px;
  }
}
.o_marce-news__lastBlock > p:first-of-type span {
  font-weight: 700;
}
.o_marce-news__lastBlock > p:last-of-type {
  font-family: "Galisha Script", sans-serif;
  font-size: 56px;
  line-height: 64px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .o_marce-news__lastBlock > p:last-of-type {
    font-size: 32px;
    line-height: 40px;
  }
}
.o_marce-news__textBlock {
  border: 1px solid #FFC94B;
  border-radius: 8px;
  background-color: #222222;
  padding: 61.5px 32px;
}
@media (max-width: 767px) {
  .o_marce-news__textBlock {
    padding: 24px 8px;
  }
}
.o_marce-news__textBlock p {
  text-align: center;
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .o_marce-news__textBlock p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
  }
}

.o_marce-anniversary {
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 200px;
  display: flex;
  flex-direction: column;
  row-gap: 200px;
}
@media (max-width: 767px) {
  .o_marce-anniversary {
    margin-bottom: 64px;
    row-gap: 64px;
  }
}
.o_marce-anniversary__title {
  width: 100%;
  background-image: url("../img/page-butelka/blockColor.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.o_marce-anniversary__title h2 {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  max-width: 1250px;
  padding-block: 41px;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #0B0B0D;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1024px) {
  .o_marce-anniversary__title h2 {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .o_marce-anniversary__title h2 {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .o_marce-anniversary__title h2 {
    padding-block: 15.5px;
    font-size: 18px;
    line-height: 24px;
  }
}
.o_marce-anniversary__container {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  align-items: center;
}
@media (max-width: 1024px) {
  .o_marce-anniversary__container {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .o_marce-anniversary__container {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .o_marce-anniversary__container {
    row-gap: 24px;
    padding-inline: 0;
  }
}
.o_marce-anniversary__imagesWrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
@media (max-width: 767px) {
  .o_marce-anniversary__imagesWrapper {
    gap: 7px;
  }
}
.o_marce-anniversary__imagesWrapper.show-all .o_marce-anniversary__imageWrapper {
  display: block;
}
.o_marce-anniversary__imageWrapper {
  grid-column: span 1;
}
.o_marce-anniversary__imageWrapper:nth-of-type(6n+1), .o_marce-anniversary__imageWrapper:nth-of-type(6n+2), .o_marce-anniversary__imageWrapper:nth-of-type(6n+4) {
  grid-row: span 2;
}
.o_marce-anniversary__imageWrapper:nth-of-type(6n) {
  grid-column: span 2;
}
.o_marce-anniversary__imageWrapper:nth-of-type(n + 7) {
  display: none;
}
.o_marce-anniversary__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.o_marce-anniversary__showMoreBtn {
  width: 281px;
}
@media (max-width: 767px) {
  .o_marce-anniversary__showMoreBtn {
    width: 190px;
  }
}

.hiperbaryczne-hero {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  /*aspect-ratio: 1.78;*/
  position: relative;
  overflow: visible;
}
.hiperbaryczne-hero:before {
	content: '';
	display: block;
	padding-top: 64%;
}
@media (max-width: 1024px) {
  .hiperbaryczne-hero {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .hiperbaryczne-hero {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .hiperbaryczne-hero {
    aspect-ratio: 0.49;
    max-height: 800px;
  }
}
.hiperbaryczne-hero__title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 826px;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .hiperbaryczne-hero__title {
    row-gap: 24px;
    top: 55%;
  }
}
.hiperbaryczne-hero h1 {
  font-size: 34px;
  line-height: 48px;
  text-transform: uppercase;
  text-align: center;
}
.hiperbaryczne-hero h1 span {
  display: block;
}
@media (max-width: 767px) {
  .hiperbaryczne-hero h1 {
    font-size: 18px;
    line-height: 24px;
  }
}
.hiperbaryczne-hero__imageWrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.hiperbaryczne-hero__imageWrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 767px) {
  .hiperbaryczne-hero__imageWrapper::after {
    background: rgba(0, 0, 0, 0.4);
  }
}
.hiperbaryczne-hero__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 767px) {
  .hiperbaryczne-hero__imageWrapper img {
    -o-object-position: 50% center;
    object-position: 50% center;
  }
}
.hiperbaryczne-hero__button {
  display: none;
}
@media (max-width: 767px) {
  .hiperbaryczne-hero__button {
    display: flex;
    bottom: 24px;
  }
}
.hiperbaryczne-hero__buttonReserve {
  width: 100%;
  padding: 12px 16px;
  margin-top: 0;
}
.hiperbaryczne-hero--kriostymulacja .hiperbaryczne-hero__imageWrapper::after {
  background: rgba(0, 0, 0, 0.2);
}
.hiperbaryczne-hero--kriostymulacja .hiperbaryczne-hero__title {
  max-width: 658px;
}
.hiperbaryczne-hero--pielegnacia .hiperbaryczne-hero__imageWrapper::after {
  display: none;
}
.hiperbaryczne-hero--pielegnacia .hiperbaryczne-hero__title {
  max-width: 743px;
}
.hiperbaryczne-hero--drenaz .hiperbaryczne-hero__imageWrapper::after {
  background: rgba(0, 0, 0, 0.25);
}
.hiperbaryczne-hero--drenaz .hiperbaryczne-hero__title {
  top: 43%;
}
@media (max-width: 767px) {
  .hiperbaryczne-hero--drenaz .hiperbaryczne-hero__title {
    top: 40%;
    row-gap: 32px;
  }
}

.hiperbaryczne-metoda {
  width: 100%;
  margin: auto;
  overflow: hidden;
  background-color: #fff;
  padding-top: 127px;
  padding-bottom: 110px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hiperbaryczne-metoda {
    padding-top: 103px;
    padding-bottom: 87.5px;
  }
}
.hiperbaryczne-metoda__container {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .hiperbaryczne-metoda__container {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .hiperbaryczne-metoda__container {
    padding-inline: 20px;
  }
}
.hiperbaryczne-metoda__content {
  margin: 0 auto;
  max-width: 819px;
  padding-inline: 0;
  color: #0B0B0D;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
@media (max-width: 767px) {
  .hiperbaryczne-metoda__content {
    row-gap: 24px;
  }
}
.hiperbaryczne-metoda__content h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 34px;
  line-height: 48px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .hiperbaryczne-metoda__content h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.hiperbaryczne-metoda__textBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  row-gap: 24px;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .hiperbaryczne-metoda__textBlock {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
}
.hiperbaryczne-metoda__textBlock p {
  text-align: center;
}
.hiperbaryczne-metoda__button {
  width: 280px;
  padding: 12px 20px;
}
.hiperbaryczne-metoda__button span {
  font-weight: 800;
  border-bottom: 1px solid #0B0B0D;
}
@media (max-width: 767px) {
  .hiperbaryczne-metoda__button {
    width: auto;
    padding: 6px 15.5px;
  }
}

.hiperbaryczne-lifting {
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 200px;
  display: flex;
  flex-direction: column;
  row-gap: 100px;
}
@media (max-width: 767px) {
  .hiperbaryczne-lifting {
    row-gap: 64px;
    margin-bottom: 64px;
  }
}
.hiperbaryczne-lifting--last .hiperbaryczne-lifting__imageBlock img {
  -o-object-position: center 90%;
  object-position: center 90%;
}
.hiperbaryczne-lifting__title {
  width: 100%;
  background-image: url("../img/page-hiperbaryczne/blockColor.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.hiperbaryczne-lifting__title h2 {
  max-width: 1100px;
  padding-inline: 24px;
  padding-block: 20.5px;
  min-height: 194px;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #0B0B0D;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hiperbaryczne-lifting__title h2 span {
  display: block;
}
@media (max-width: 767px) {
  .hiperbaryczne-lifting__title h2 {
    padding-block: 12.5px;
    min-height: 74px;
    font-size: 18px;
    line-height: 24px;
  }
  .hiperbaryczne-lifting__title h2 span {
    display: inline;
  }
}
.hiperbaryczne-lifting__imageBlock {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  aspect-ratio: 2.31;
}
@media (max-width: 1024px) {
  .hiperbaryczne-lifting__imageBlock {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .hiperbaryczne-lifting__imageBlock {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .hiperbaryczne-lifting__imageBlock {
    aspect-ratio: unset;
    aspect-ratio: 1.06;
    padding-inline: 0;
  }
}
.hiperbaryczne-lifting__imageBlock img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.hiperbaryczne-lifting__content {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 56px;
}
@media (max-width: 1024px) {
  .hiperbaryczne-lifting__content {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .hiperbaryczne-lifting__content {
    padding-inline: 20px;
  }
}
@media (max-width: 1024px) {
  .hiperbaryczne-lifting__content {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .hiperbaryczne-lifting__content {
    margin-top: -10px;
  }
}
.hiperbaryczne-lifting__content > div {
  flex: 1;
  padding: 32px;
  border: 1px solid #FFC94B;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  background-color: #222222;
}
@media (max-width: 767px) {
  .hiperbaryczne-lifting__content > div {
    padding: 16px;
  }
}
.hiperbaryczne-lifting__content div h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 48px;
}
@media (max-width: 767px) {
  .hiperbaryczne-lifting__content div h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.hiperbaryczne-lifting__content div ol {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
@media (max-width: 767px) {
  .hiperbaryczne-lifting__content div ol {
    padding-inline-start: 24px;
  }
}
.hiperbaryczne-lifting__content div ol li {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}
.hiperbaryczne-lifting__content ol li hr,
.hiperbaryczne-lifting__content .expandable ol li:has(hr) ~ li {
  display: none;
}
@media (max-width: 767px) {
  .hiperbaryczne-lifting__content div ol li {
    font-size: 14px;
    line-height: 22px;
  }
}

.hiperbaryczne-kategorie {
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 228px;
  display: flex;
  flex-direction: column;
  row-gap: 200px;
}
@media (max-width: 767px) {
  .hiperbaryczne-kategorie {
    row-gap: 64px;
    margin-bottom: 64px;
  }
}
.hiperbaryczne-kategorie__title {
  width: 100%;
  background-image: url("../img/page-hiperbaryczne/blockColor.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.hiperbaryczne-kategorie__title h2 {
  max-width: 1280px;
  padding-block: 41px;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #0B0B0D;
  text-transform: uppercase;
  text-align: center;
}
.hiperbaryczne-kategorie__title h2 span {
  display: block;
}
@media (max-width: 767px) {
  .hiperbaryczne-kategorie__title h2 {
    padding-block: 9.5px;
    font-size: 18px;
    line-height: 24px;
  }
  .hiperbaryczne-kategorie__title h2 span {
    display: inline;
  }
}
.hiperbaryczne-kategorie__content {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .hiperbaryczne-kategorie__content {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .hiperbaryczne-kategorie__content {
    padding-inline: 20px;
  }
}
.hiperbaryczne-kategorie__content ul {
  display: grid;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 24px;
  grid-template-columns: repeat(12, 1fr);
  gap: 15px;
}
@media (max-width: 1024px) {
  .hiperbaryczne-kategorie__content ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
.hiperbaryczne-kategorie__content ul li {
  grid-column: span 3;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .hiperbaryczne-kategorie__content ul li {
    grid-column: span 2;
  }
}
.hiperbaryczne-kategorie__imageWrapper {
  width: 100%;
  aspect-ratio: 0.95;
}
.hiperbaryczne-kategorie__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.hiperbaryczne-kategorie__textBlock {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
  color: #0B0B0D;
  padding: 21px 15px;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .hiperbaryczne-kategorie__textBlock {
    padding: 11px 5.5px;
    width: 100%;
    overflow: hidden;
  }
}
.hiperbaryczne-kategorie__textBlock h3 {
  font-size: 20px;
  line-height: 40px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hiperbaryczne-kategorie__textBlock h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.hiperbaryczne-kategorie__textBlock p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  width: 100%;
  max-width: 240px;
  text-align: center;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .hiperbaryczne-kategorie__textBlock p {
    font-size: 12px;
    line-height: 16px;
    max-width: unset;
  }
}
.hiperbaryczne-kategorie__button {
  width: 100%;
  max-width: 267px;
  padding: 12px;
}
@media (max-width: 767px) {
  .hiperbaryczne-kategorie__button {
    font-size: 12px;
    padding: 6px 4px;
    max-width: 132px;
    min-width: unset;
  }
}

.hiperbaryczne-intrauceuticals {
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 228px;
  background-color: #fff;
  padding-top: 61px;
  padding-bottom: 98px;
}
@media (max-width: 767px) {
  .hiperbaryczne-intrauceuticals {
    margin-bottom: 100px;
    padding-bottom: 28px;
  }
}
.hiperbaryczne-intrauceuticals__container {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 82px;
}
@media (max-width: 1024px) {
  .hiperbaryczne-intrauceuticals__container {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .hiperbaryczne-intrauceuticals__container {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .hiperbaryczne-intrauceuticals__container {
    row-gap: 52px;
  }
}
.hiperbaryczne-intrauceuticals__imageWrapper, .hiperbaryczne-intrauceuticals__logoWrapper {
  width: 100%;
  aspect-ratio: 1.07;
}
.hiperbaryczne-intrauceuticals__imageWrapper img, .hiperbaryczne-intrauceuticals__logoWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.hiperbaryczne-intrauceuticals__logoWrapper {
  aspect-ratio: unset;
}
.hiperbaryczne-intrauceuticals__logoWrapper img {
  -o-object-fit: contain;
  object-fit: contain;
}
.hiperbaryczne-intrauceuticals__titleBlock {
  width: 100%;
  max-width: 969px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  align-items: center;
  color: #0B0B0D;
}
@media (max-width: 767px) {
  .hiperbaryczne-intrauceuticals__titleBlock {
    row-gap: 32px;
  }
}
.hiperbaryczne-intrauceuticals__titleBlock h2 {
  font-size: 34px;
  line-height: 48px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hiperbaryczne-intrauceuticals__titleBlock h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.hiperbaryczne-intrauceuticals__titleBlock p {
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .hiperbaryczne-intrauceuticals__titleBlock p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
  }
}
.hiperbaryczne-intrauceuticals__button {
  width: 100%;
}
@media (max-width: 767px) {
  .hiperbaryczne-intrauceuticals__button {
    max-width: 190px;
    font-weight: 500;
  }
}
.hiperbaryczne-intrauceuticals__formBlock {
  display: grid;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 24px;
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 1024px) {
  .hiperbaryczne-intrauceuticals__formBlock {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .hiperbaryczne-intrauceuticals__formBlock {
    row-gap: 32px;
  }
}
.hiperbaryczne-intrauceuticals__logoWrapper {
  grid-column: span 5;
}
@media (max-width: 1024px) {
  .hiperbaryczne-intrauceuticals__logoWrapper {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .hiperbaryczne-intrauceuticals__logoWrapper {
    max-width: 187px;
    margin: 0 auto;
  }
}
.hiperbaryczne-intrauceuticals__formWrapper {
  grid-column: 7/-1;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  color: #000;
}
@media (max-width: 1024px) {
  .hiperbaryczne-intrauceuticals__formWrapper {
    grid-column: 1/-1;
  }
}
.hiperbaryczne-intrauceuticals__formWrapper h3 {
  color: #0B0B0D;
  text-transform: uppercase;
  text-align: center;
  font-size: 34px;
  line-height: 48px;
}
@media (max-width: 767px) {
  .hiperbaryczne-intrauceuticals__formWrapper h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.hiperbaryczne-intrauceuticals__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (max-width: 767px) {
  .hiperbaryczne-intrauceuticals__wrapper {
    align-items: center;
  }
}
.hiperbaryczne-intrauceuticals__wrapper ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.hiperbaryczne-intrauceuticals__wrapper ul label {
  grid-column: span 1;
  border: 1px solid #9D9D9E;
  border-radius: 8px;
  padding: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .hiperbaryczne-intrauceuticals__wrapper ul label {
    grid-column: span 2;
  }
}
.hiperbaryczne-intrauceuticals__wrapper ul h5 {
  padding-block: 7.5px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  flex-grow: 0.6;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hiperbaryczne-intrauceuticals__wrapper ul h5 {
    padding-block: 0;
  }
}
.hiperbaryczne-intrauceuticals__wrapper ul h4 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .hiperbaryczne-intrauceuticals__wrapper ul h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }
}
.hiperbaryczne-intrauceuticals__wrapper ul label:last-of-type .hiperbaryczne-intrauceuticals__tag {
  max-width: 136px;
}
.hiperbaryczne-intrauceuticals__tag {
  width: -moz-fit-content;
  width: fit-content;
  min-height: 32px;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: #EDCC58;
  color: #000;
  font-size: 10px;
  line-height: 14px;
  font-weight: 600;
  padding-inline: 10px;
  padding-block: 2px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .hiperbaryczne-intrauceuticals__tag {
    padding-inline: 7px;
  }
}
.hiperbaryczne-intrauceuticals__tag span strong {
  color: #000;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}
.hiperbaryczne-intrauceuticals__itemFirst {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hiperbaryczne-intrauceuticals__lastBlock {
  display: grid;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 24px;
  grid-template-columns: repeat(12, 1fr);
  padding-top: 69px;
  row-gap: 64px;
}
@media (max-width: 1024px) {
  .hiperbaryczne-intrauceuticals__lastBlock {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .hiperbaryczne-intrauceuticals__lastBlock {
    padding-top: 28px;
  }
}
.hiperbaryczne-intrauceuticals__imageWrapper {
  grid-column: span 6;
  width: calc(100% + 80px);
  transform: translateX(-80px);
  aspect-ratio: 1.07;
}
@media (max-width: 1024px) {
  .hiperbaryczne-intrauceuticals__imageWrapper {
    grid-column: 1/-1;
    width: calc(100% + 64px);
    transform: translateX(-32px);
  }
}
@media (max-width: 767px) {
  .hiperbaryczne-intrauceuticals__imageWrapper {
    width: calc(100% + 40px);
    transform: translateX(-20px);
  }
}
.hiperbaryczne-intrauceuticals__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.hiperbaryczne-intrauceuticals__textBlock {
  grid-column: 8/-1;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  color: #0B0B0D;
}
@media (max-width: 1200px) {
  .hiperbaryczne-intrauceuticals__textBlock {
    grid-column: 7/-1;
  }
}
@media (max-width: 1024px) {
  .hiperbaryczne-intrauceuticals__textBlock {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .hiperbaryczne-intrauceuticals__textBlock {
    align-items: center;
  }
}
.hiperbaryczne-intrauceuticals__textBlock h4 {
  font-size: 18px;
  line-height: 48px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hiperbaryczne-intrauceuticals__textBlock h4 {
    line-height: 24px;
    text-align: center;
  }
}
.hiperbaryczne-intrauceuticals__textBlock p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}
.hiperbaryczne-intrauceuticals__textBlock p span {
  font-weight: 600;
  display: block;
}
@media (max-width: 767px) {
  .hiperbaryczne-intrauceuticals__textBlock p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 24px;
  }
  .hiperbaryczne-intrauceuticals__textBlock p:last-of-type {
    text-align: left;
  }
}
.hiperbaryczne-intrauceuticals__textBlockTop {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  line-height: 48px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .hiperbaryczne-intrauceuticals__textBlockTop {
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .hiperbaryczne-intrauceuticals--pielegnacia {
    margin-bottom: 64px;
  }
}
.hiperbaryczne-intrauceuticals--pielegnacia .hiperbaryczne-intrauceuticals__container {
  row-gap: 200px;
}
@media (max-width: 767px) {
  .hiperbaryczne-intrauceuticals--pielegnacia .hiperbaryczne-intrauceuticals__container {
    row-gap: 80px;
  }
}
.hiperbaryczne-intrauceuticals--pielegnacia .hiperbaryczne-intrauceuticals__titleBlock {
  max-width: 1029px;
}
.hiperbaryczne-intrauceuticals--pielegnacia .hiperbaryczne-intrauceuticals__titleBlock p {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .hiperbaryczne-intrauceuticals--pielegnacia .hiperbaryczne-intrauceuticals__titleBlock p {
    font-size: 14px;
    line-height: 22px;
  }
}
.hiperbaryczne-intrauceuticals--pielegnacia .hiperbaryczne-intrauceuticals__tag {
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
  min-height: 39px;
}
.hiperbaryczne-intrauceuticals--pielegnacia .hiperbaryczne-intrauceuticals__wrapper ul h5 {
  font-size: 16px;
}

.hiperbaryczne-tlen {
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 200px;
  display: flex;
  flex-direction: column;
  row-gap: 200px;
}
@media (max-width: 767px) {
  .hiperbaryczne-tlen {
    row-gap: 64px;
    margin-bottom: 64px;
  }
}
.hiperbaryczne-tlen__title {
  width: 100%;
  background-image: url("../img/page-hiperbaryczne/blockColor.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.hiperbaryczne-tlen__title h2 {
  max-width: 905px;
  padding-inline: 24px;
  padding-block: 41px;
  min-height: 194px;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #0B0B0D;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hiperbaryczne-tlen__title h2 span {
  display: block;
}
@media (max-width: 767px) {
  .hiperbaryczne-tlen__title h2 {
    padding-block: 4px;
    min-height: 74px;
    font-size: 18px;
    line-height: 24px;
  }
  .hiperbaryczne-tlen__title h2 span {
    display: inline;
  }
}
.hiperbaryczne-tlen__container {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 200px;
}
@media (max-width: 1024px) {
  .hiperbaryczne-tlen__container {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .hiperbaryczne-tlen__container {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .hiperbaryczne-tlen__container {
    row-gap: 64px;
  }
}
.hiperbaryczne-tlen__textWrapper {
  max-width: 969px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  align-items: center;
}
.hiperbaryczne-tlen__textWrapper h3 {
  font-size: 34px;
  line-height: 48px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hiperbaryczne-tlen__textWrapper h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.hiperbaryczne-tlen__textInner {
  height: 165px;
  row-gap: 40px;
}
.hiperbaryczne-tlen__textInner p:last-of-type {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .hiperbaryczne-tlen__textInner {
    height: 180px;
    row-gap: 24px;
  }
}
.hiperbaryczne-tlen__textBlockMiddle {
  width: 100%;
  max-width: 1064px;
  padding: 30px 48.5px;
  border: 1px solid #E5B035;
  background-color: #222222;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .hiperbaryczne-tlen__textBlockMiddle {
    padding: 16px 8px;
  }
}
.hiperbaryczne-tlen__textBlockMiddle p {
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .hiperbaryczne-tlen__textBlockMiddle p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
  }
}

.hiperbaryczne-etap {
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 200px;
  display: flex;
  flex-direction: column;
  row-gap: 200px;
}
@media (max-width: 767px) {
  .hiperbaryczne-etap {
    row-gap: 64px;
    margin-bottom: 64px;
  }
}
.hiperbaryczne-etap__title {
  width: 100%;
  background-image: url("../img/page-hiperbaryczne/blockColor.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.hiperbaryczne-etap__title h2 {
  max-width: 1050px;
  padding-block: 36.5px;
  min-height: 194px;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #0B0B0D;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hiperbaryczne-etap__title h2 span {
  display: block;
}
@media (max-width: 767px) {
  .hiperbaryczne-etap__title h2 {
    padding-block: 16px;
    min-height: 74px;
    font-size: 18px;
    line-height: 24px;
  }
  .hiperbaryczne-etap__title h2 span {
    display: inline;
  }
}
.hiperbaryczne-etap__container {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .hiperbaryczne-etap__container {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .hiperbaryczne-etap__container {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .hiperbaryczne-etap__container {
    padding-inline: 0;
  }
}
@media (max-width: 767px) {
  .hiperbaryczne-etap__swiper {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 767px) {
  .hiperbaryczne-etap__swiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
  }
}
.hiperbaryczne-etap__swiper .swiper-slide {
  width: 420px;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  align-self: stretch;
  background-color: #fff;
}
@media (max-width: 767px) {
  .hiperbaryczne-etap__swiper .swiper-slide {
    width: 280px;
  }
}
.hiperbaryczne-etap__swiperContainer {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .hiperbaryczne-etap__swiperContainer {
    padding-bottom: 26px;
    overflow: hidden;
  }
}
.hiperbaryczne-etap__pagination {
  display: none;
}
@media (max-width: 767px) {
  .hiperbaryczne-etap__pagination {
    display: flex;
    justify-content: center;
    bottom: 0 !important;
    width: auto;
    height: 2px;
    overflow: hidden;
  }
  .hiperbaryczne-etap__pagination .swiper-pagination-bullet {
    width: 34px;
    height: 2px;
    border-radius: 10px;
    background: #F9FAFB;
    opacity: 1 !important;
  }
  .hiperbaryczne-etap__pagination .swiper-pagination-bullet-active {
    background: #EDCC58;
  }
}
.hiperbaryczne-etap__imageWrapper {
  width: 100%;
  aspect-ratio: 1.71;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hiperbaryczne-etap__imageWrapper {
    aspect-ratio: 1.14;
  }
}
.hiperbaryczne-etap__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.hiperbaryczne-etap__textWrapper {
  padding: 23.5px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  color: #0B0B0D;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .hiperbaryczne-etap__textWrapper {
    padding: 12px;
  }
}
.hiperbaryczne-etap__textWrapper h3 {
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  .hiperbaryczne-etap__textWrapper h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.hiperbaryczne-etap__textWrapper h4 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .hiperbaryczne-etap__textWrapper h4 {
    font-size: 14px;
    line-height: 32px;
  }
}
.hiperbaryczne-etap__textBlock {
  flex-grow: 1;
}
.hiperbaryczne-etap__textBlock p {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .hiperbaryczne-etap__textBlock p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
  }
}
.hiperbaryczne-etap__textInner {
  flex-grow: 1;
}
.hiperbaryczne-etap__textInner p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .hiperbaryczne-etap__textInner p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
  }
}
.hiperbaryczne-etap__textInner.expanded p {
  -webkit-line-clamp: unset;
  display: block;
}
.hiperbaryczne-etap__more {
  color: #0B0B0D;
  text-decoration: none;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}

.hiperbaryczne-domowa {
  width: 100%;
  margin: auto;
  overflow: hidden;
  background-color: #fff;
  padding-block: 98px;
  overflow: hidden;
  margin-bottom: 228px;
}
@media (max-width: 767px) {
  .hiperbaryczne-domowa {
    padding-block: 38px;
    margin-bottom: 64px;
  }
}
.hiperbaryczne-domowa__container {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .hiperbaryczne-domowa__container {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .hiperbaryczne-domowa__container {
    padding-inline: 20px;
  }
}
.hiperbaryczne-domowa__content {
  margin: 0 auto;
  max-width: 1100px;
  padding-inline: 0;
  color: #0B0B0D;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (max-width: 767px) {
  .hiperbaryczne-domowa__content {
    row-gap: 32px;
  }
}
.hiperbaryczne-domowa__content h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 34px;
  line-height: 48px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .hiperbaryczne-domowa__content h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.hiperbaryczne-domowa__content p {
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .hiperbaryczne-domowa__content p {
    font-size: 14px;
    line-height: 22px;
  }
}
.hiperbaryczne-domowa__content p:last-of-type {
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .hiperbaryczne-domowa__content p:last-of-type {
    font-size: 14px;
    line-height: 22px;
  }
}

.hiperbaryczne-photo {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 33px;
  column-gap: 33px;
  margin-bottom: 200px;
}
@media (max-width: 1024px) {
  .hiperbaryczne-photo {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .hiperbaryczne-photo {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .hiperbaryczne-photo {
    padding-inline: 0;
    -moz-column-gap: 9px;
    column-gap: 9px;
    margin-bottom: 64px;
  }
}
.hiperbaryczne-photo__imageWrapper {
  grid-column: span 5;
}
.hiperbaryczne-photo__imageWrapper--last {
  grid-column: span 7;
}
.hiperbaryczne-photo__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.hiperbaryczne-zabieg {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 100px;
  margin-bottom: 200px;
}
@media (max-width: 1024px) {
  .hiperbaryczne-zabieg {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .hiperbaryczne-zabieg {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .hiperbaryczne-zabieg {
    row-gap: 64px;
    margin-bottom: 64px;
  }
}
.hiperbaryczne-zabieg h2 {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 34px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hiperbaryczne-zabieg h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.hiperbaryczne-zabieg__container {
  max-width: 1233px;
  margin: 0 auto;
  display: grid;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 24px;
  grid-template-columns: repeat(12, 1fr);
  row-gap: 76px;
}
@media (max-width: 1024px) {
  .hiperbaryczne-zabieg__container {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .hiperbaryczne-zabieg__container {
    row-gap: 64px;
  }
}
.hiperbaryczne-zabieg__container ul {
  grid-column: span 5;
  grid-row: 1/3;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .hiperbaryczne-zabieg__container ul {
    grid-column: 1/-1;
    grid-row: 2/3;
  }
}
@media (max-width: 767px) {
  .hiperbaryczne-zabieg__container ul {
    row-gap: 8px;
  }
}
.hiperbaryczne-zabieg__container ul li {
  width: 100%;
  text-align: center;
  padding-block: 12px;
  min-height: 72px;
  border-radius: 8px;
  background-color: #fff;
  color: #0B0B0D;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  padding-inline: 48px;
}
@media (max-width: 767px) {
  .hiperbaryczne-zabieg__container ul li {
    font-size: 14px;
    line-height: 24px;
    padding-inline: 12px;
  }
}
.hiperbaryczne-zabieg__imageWrapper {
  grid-column: 7/-1;
  grid-row: 1/2;
  width: 100%;
  aspect-ratio: 1.2;
}
@media (max-width: 1024px) {
  .hiperbaryczne-zabieg__imageWrapper {
    grid-column: 1/-1;
    width: 80%;
    margin: 0 auto;
  }
}
.hiperbaryczne-zabieg__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.hiperbaryczne-zabieg__buttonBlock {
  grid-column: 7/-1;
  grid-row: 2/3;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .hiperbaryczne-zabieg__buttonBlock {
    grid-column: 1/-1;
    grid-row: 3/4;
  }
}
.hiperbaryczne-zabieg__button {
  width: 267px;
}
@media (max-width: 767px) {
  .hiperbaryczne-zabieg__button {
    width: 236px;
  }
}

.hiperbaryczne-maski {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .hiperbaryczne-maski {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .hiperbaryczne-maski {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .hiperbaryczne-maski {
    padding-inline: 0;
  }
}
.hiperbaryczne-maski__container {
  display: grid;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 24px;
  grid-template-columns: repeat(12, 1fr);
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  row-gap: 64px;
  margin-bottom: 200px;
}
@media (max-width: 1024px) {
  .hiperbaryczne-maski__container {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .hiperbaryczne-maski__container {
    margin-bottom: 64px;
  }
}
.hiperbaryczne-maski__imageWrapper {
  grid-column: span 6;
  aspect-ratio: 1;
}
@media (max-width: 1024px) {
  .hiperbaryczne-maski__imageWrapper {
    grid-column: 1/-1;
  }
}
.hiperbaryczne-maski__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.hiperbaryczne-maski__text {
  grid-column: 8/-1;
  height: -moz-fit-content;
  height: fit-content;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #0B0B0D;
  border-radius: 8px;
  padding-block: 20px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .hiperbaryczne-maski__text {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .hiperbaryczne-maski__text {
    margin-inline: 20px;
    font-size: 14px;
    line-height: 24px;
  }
}

.hiperbaryczne-video {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 200px;
}
@media (max-width: 1024px) {
  .hiperbaryczne-video {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .hiperbaryczne-video {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .hiperbaryczne-video {
    padding-inline: 0;
    margin-bottom: 64px;
  }
}
.hiperbaryczne-video__videoWrapper {
  position: relative;
  width: 100%;
}
.hiperbaryczne-video__video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.hiperbaryczne-video__btnStart, .hiperbaryczne-video__btnStop {
  position: absolute;
  width: 120px;
  aspect-ratio: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .hiperbaryczne-video__btnStart, .hiperbaryczne-video__btnStop {
    width: 52px;
  }
}
.hiperbaryczne-video__btnStart img, .hiperbaryczne-video__btnStop img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.hiperbaryczne-video__btnStop {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.hiperbaryczne-video__btnStop.visible {
  opacity: 0;
  pointer-events: auto;
}
.hiperbaryczne-video__btnStop.visible:hover {
  opacity: 1;
}

.hidden {
  display: none;
}

.hiperbaryczne-polaczenie {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 200px;
  display: flex;
  flex-direction: column;
  row-gap: 56px;
}
@media (max-width: 1024px) {
  .hiperbaryczne-polaczenie {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .hiperbaryczne-polaczenie {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .hiperbaryczne-polaczenie {
    row-gap: 64px;
    padding-inline: 0;
    margin-bottom: 64px;
  }
}
.hiperbaryczne-polaczenie h2 {
  font-size: 34px;
  line-height: 48px;
  text-transform: uppercase;
  text-align: center;
}
.hiperbaryczne-polaczenie h2 span {
  display: block;
}
@media (max-width: 767px) {
  .hiperbaryczne-polaczenie h2 {
    font-size: 18px;
    line-height: 24px;
    padding-inline: 20px;
  }
  .hiperbaryczne-polaczenie h2 span {
    display: inline;
  }
}
.hiperbaryczne-polaczenie__content {
  width: 100%;
}
.hiperbaryczne-polaczenie__content ul {
  width: 100%;
  display: grid;
  display: grid;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 24px;
  grid-template-columns: repeat(12, 1fr);
  row-gap: 64px;
}
@media (max-width: 1024px) {
  .hiperbaryczne-polaczenie__content ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
.hiperbaryczne-polaczenie__content ul li {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 32px;
}
@media (max-width: 1024px) {
  .hiperbaryczne-polaczenie__content ul li {
    grid-column: 1/-1;
  }
}
.hiperbaryczne-polaczenie__content ul li h3 {
  width: 100%;
  padding: 16px 8px;
  border-radius: 16px;
  background-image: url("../img/page-hiperbaryczne/blockColor.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 18px;
  line-height: 24px;
  min-height: 80px;
  text-align: center;
  color: #0B0B0D;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .hiperbaryczne-polaczenie__content ul li h3 {
    line-height: 24px;
    margin-bottom: 32px;
    border-radius: 0;
  }
}
.hiperbaryczne-polaczenie__imageWrapper {
  width: 100%;
  aspect-ratio: 1.11;
  overflow: hidden;
}
.hiperbaryczne-polaczenie__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 767px) {
  .hiperbaryczne-polaczenie__button {
    width: 236px;
  }
}

.hiperbaryczne-popap {
  position: fixed;
  inset: 0;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.hiperbaryczne-popap.active {
  pointer-events: all;
  opacity: 1;
}
.hiperbaryczne-popap--opulence .hiperbaryczne-popap__imageWrapper--rightBlock {
  aspect-ratio: 2.27;
  max-width: 504px;
}
@media (max-width: 1024px) {
  .hiperbaryczne-popap--opulence .hiperbaryczne-popap__imageWrapper--rightBlock {
    max-width: unset;
  }
}
.hiperbaryczne-popap--rejuvenate .hiperbaryczne-popap__imageWrapper--rightBlock {
  aspect-ratio: 1.46;
  max-width: 490px;
}
@media (max-width: 1024px) {
  .hiperbaryczne-popap--rejuvenate .hiperbaryczne-popap__imageWrapper--rightBlock {
    max-width: unset;
  }
}
.hiperbaryczne-popap__overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.hiperbaryczne-popap__content {
  position: absolute;
  top: 126px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #0B0B0D;
  z-index: 1;
  width: 90%;
  max-width: 1280px;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .hiperbaryczne-popap__content {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .hiperbaryczne-popap__content {
    min-width: 300px;
  }
}
.hiperbaryczne-popap__firstBlock {
  padding: 33px 62.5px 0;
  margin-bottom: 200px;
  display: flex;
  flex-direction: column;
  row-gap: 100px;
}
@media (max-width: 1024px) {
  .hiperbaryczne-popap__firstBlock {
    padding-top: 80px;
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .hiperbaryczne-popap__firstBlock {
    row-gap: 64px;
    padding: 80px 8px 0;
    margin-bottom: 64px;
  }
}
.hiperbaryczne-popap__titleBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
}
@media (max-width: 767px) {
  .hiperbaryczne-popap__titleBlock {
    row-gap: 24px;
  }
}
.hiperbaryczne-popap__titleBlock h2 {
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  .hiperbaryczne-popap__titleBlock h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.hiperbaryczne-popap__titleBlock h3 {
  font-size: 22px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  .hiperbaryczne-popap__titleBlock h3 {
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
  }
}
.hiperbaryczne-popap__titleBlock p {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}
.hiperbaryczne-popap__titleBlock p span {
  display: block;
}
@media (max-width: 767px) {
  .hiperbaryczne-popap__titleBlock p {
    font-size: 14px;
    line-height: 22px;
  }
}
.hiperbaryczne-popap__photoBlock {
  display: flex;
  flex-direction: column;
  row-gap: 200px;
}
@media (max-width: 767px) {
  .hiperbaryczne-popap__photoBlock {
    row-gap: 64px;
  }
}
.hiperbaryczne-popap__idealny {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .hiperbaryczne-popap__idealny {
    flex-direction: column;
    row-gap: 64px;
  }
}
.hiperbaryczne-popap__leftBlock {
  max-width: 576px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (max-width: 1024px) {
  .hiperbaryczne-popap__leftBlock {
    max-width: unset;
  }
}
.hiperbaryczne-popap__leftBlock h3 {
  font-size: 32px;
  line-height: 48px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hiperbaryczne-popap__leftBlock h3 {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
}
.hiperbaryczne-popap__leftBlock ul, .hiperbaryczne-popap__leftBlock ol {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding-inline-start: 24px;
}
.hiperbaryczne-popap__leftBlock ul li, .hiperbaryczne-popap__leftBlock ol li {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .hiperbaryczne-popap__leftBlock ul li, .hiperbaryczne-popap__leftBlock ol li {
    font-size: 14px;
    line-height: 22px;
  }
}
.hiperbaryczne-popap__imageWrapper {
  width: 100%;
  aspect-ratio: 1.86;
  overflow: hidden;
}
.hiperbaryczne-popap__imageWrapper--rightBlock {
  max-width: 418px;
  aspect-ratio: 1.02;
}
@media (max-width: 1024px) {
  .hiperbaryczne-popap__imageWrapper--rightBlock {
    max-width: unset;
  }
}
.hiperbaryczne-popap__imageWrapper--efectyFirstBlock {
  max-width: 583px;
  aspect-ratio: unset;
  flex: 1;
  height: auto;
}
@media (max-width: 1024px) {
  .hiperbaryczne-popap__imageWrapper--efectyFirstBlock {
    max-width: unset;
  }
}
.hiperbaryczne-popap__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.hiperbaryczne-popap__textBlock {
  width: 100%;
  padding: 57.5px 32px;
  border: 1px solid #E5B035;
  background-color: #222222;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .hiperbaryczne-popap__textBlock {
    padding: 16px 8px;
  }
}
.hiperbaryczne-popap__textBlock p {
  text-align: center;
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .hiperbaryczne-popap__textBlock p {
    font-size: 14px;
    line-height: 22px;
  }
}
.hiperbaryczne-popap__secondBlock {
  display: flex;
  flex-direction: column;
  row-gap: 200px;
}
@media (max-width: 767px) {
  .hiperbaryczne-popap__secondBlock {
    row-gap: 64px;
  }
}
.hiperbaryczne-popap__title {
  width: 100%;
  background-image: url("../img/page-hiperbaryczne/blockColor.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.hiperbaryczne-popap__title h2 {
  max-width: 1280px;
  padding-block: 41px;
  padding-inline: 24px;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #0B0B0D;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  .hiperbaryczne-popap__title h2 {
    padding-block: 13.5px;
    font-size: 16px;
    line-height: 24px;
  }
  .hiperbaryczne-popap__title h2 span {
    display: none;
  }
}
.hiperbaryczne-popap__whiteBlock {
  width: 100%;
  background-color: #fff;
  color: #0B0B0D;
  padding: 75px 55px;
  display: flex;
  flex-direction: column;
  row-gap: 200px;
}
@media (max-width: 1024px) {
  .hiperbaryczne-popap__whiteBlock {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .hiperbaryczne-popap__whiteBlock {
    padding: 41px 8px;
    row-gap: 64px;
  }
}
.hiperbaryczne-popap__whiteTextBlock {
  width: 100%;
  max-width: 973px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 200px;
  align-items: center;
}
@media (max-width: 767px) {
  .hiperbaryczne-popap__whiteTextBlock {
    row-gap: 64px;
  }
}
.hiperbaryczne-popap__whiteTextBlock p {
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}
.hiperbaryczne-popap__whiteTextBlock p:last-of-type {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .hiperbaryczne-popap__whiteTextBlock p {
    font-size: 14px;
    line-height: 22px;
  }
  .hiperbaryczne-popap__whiteTextBlock p:last-of-type {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
  }
}
.hiperbaryczne-popap__efectyBlock {
  display: flex;
  flex-direction: column;
  row-gap: 200px;
}
@media (max-width: 767px) {
  .hiperbaryczne-popap__efectyBlock {
    row-gap: 64px;
  }
}
.hiperbaryczne-popap__efectyFirstBlock {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 1024px) {
  .hiperbaryczne-popap__efectyFirstBlock {
    flex-direction: column-reverse;
    row-gap: 64px;
  }
}
.hiperbaryczne-popap__efectyList {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (max-width: 1024px) {
  .hiperbaryczne-popap__efectyList {
    width: 100%;
  }
}
.hiperbaryczne-popap__efectyList h3 {
  font-size: 32px;
  line-height: 48px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hiperbaryczne-popap__efectyList h3 {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
}
.hiperbaryczne-popap__efectyList ol, .hiperbaryczne-popap__efectyList ul {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
@media (max-width: 767px) {
  .hiperbaryczne-popap__efectyList ol, .hiperbaryczne-popap__efectyList ul {
    padding-inline-start: 24px;
  }
}
.hiperbaryczne-popap__efectyList ol li, .hiperbaryczne-popap__efectyList ul li {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .hiperbaryczne-popap__efectyList ol li, .hiperbaryczne-popap__efectyList ul li {
    font-size: 14px;
    line-height: 22px;
  }
}
.hiperbaryczne-popap__reserveBlock {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 64px;
}
@media (max-width: 1024px) {
  .hiperbaryczne-popap__reserveBlock {
    flex-direction: column;
  }
}
.hiperbaryczne-popap__reserveItem {
  width: 50%;
  max-width: 523px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 32px;
}
@media (max-width: 1024px) {
  .hiperbaryczne-popap__reserveItem {
    width: 100%;
    max-width: unset;
  }
}
.hiperbaryczne-popap__reserveItem h3 {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .hiperbaryczne-popap__reserveItem h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.hiperbaryczne-popap__reservePriceBlock {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  row-gap: 24px;
}
.hiperbaryczne-popap__reservePriceBlock > span {
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
  color: #EDCC58;
  padding-bottom: 24px;
  border-bottom: 1px solid #9D9D9E;
}
@media (max-width: 767px) {
  .hiperbaryczne-popap__reservePriceBlock > span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }
}
.hiperbaryczne-popap__reservePriceBlock ul {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media (max-width: 767px) {
  .hiperbaryczne-popap__reservePriceBlock ul {
    row-gap: 24px;
  }
}
.hiperbaryczne-popap__reservePriceBlock ul li {
  grid-column: span 1;
  border: 1px solid #9D9D9E;
  border-radius: 8px;
  padding: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .hiperbaryczne-popap__reservePriceBlock ul li {
    grid-column: span 2;
  }
}
.hiperbaryczne-popap__reservePriceBlock ul li h5 {
  padding-block: 7.5px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  flex-grow: 0.6;
}
@media (max-width: 767px) {
  .hiperbaryczne-popap__reservePriceBlock ul li h5 {
    padding-block: 0;
  }
}
.hiperbaryczne-popap__reservePriceBlock ul li h4 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .hiperbaryczne-popap__reservePriceBlock ul li h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }
}
.hiperbaryczne-popap__reservePriceBlock ul li:last-of-type .hiperbaryczne-intrauceuticals__tag {
  max-width: 136px;
}
.hiperbaryczne-popap__totalBlock {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  row-gap: 24px;
  align-items: center;
}
.hiperbaryczne-popap__totalBlockTop {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hiperbaryczne-popap__totalBlockTop h4 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 48px;
}
@media (max-width: 767px) {
  .hiperbaryczne-popap__totalBlockTop h4 {
    font-size: 14px;
    line-height: 24px;
  }
}
.hiperbaryczne-popap__totalBlockTop span {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
}
.hiperbaryczne-popap__button {
  width: 281px;
}
@media (max-width: 767px) {
  .hiperbaryczne-popap__button {
    width: 236px;
  }
}
.hiperbaryczne-popap__close {
  width: 32px;
  aspect-ratio: 1;
  position: absolute;
  border-radius: 6px;
  border: 1px solid #EDCC58;
  background-color: rgba(11, 11, 13, 0.2509803922);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  top: -32px;
  right: -32px;
}
@media (max-width: 1024px) {
  .hiperbaryczne-popap__close {
    top: 8px;
    right: 8px;
  }
}
.hiperbaryczne-popap__tag {
  width: -moz-fit-content;
  width: fit-content;
  height: 39px;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: #EDCC58;
  color: #000;
  font-size: 10px;
  line-height: 14px;
  font-weight: 600;
  padding-inline: 31px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .hiperbaryczne-popap__tag {
    padding-inline: 4.5px;
  }
}
.hiperbaryczne-popap__tag span strong {
  color: #000;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}
.hiperbaryczne-popap__itemFirst {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hiperbaryczne-popap__videoBlock {
  width: 100%;
  max-width: 973px;
  margin: 0 auto;
  display: flex;
  -moz-column-gap: 13px;
  column-gap: 13px;
  justify-content: center;
}
@media (max-width: 767px) {
  .hiperbaryczne-popap__videoBlock {
    -moz-column-gap: 3.8px;
    column-gap: 3.8px;
  }
}
.hiperbaryczne-popap__videoWrapper {
  width: 50%;
  aspect-ratio: 0.57;
  position: relative;
  overflow: hidden;
}
.hiperbaryczne-popap__videoWrapper img, .hiperbaryczne-popap__videoWrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.hiperbaryczne-popap__btnStart, .hiperbaryczne-popap__btnStop {
  top: 50%;
  transform: translate(-50%, -50%);
}
.hiperbaryczne-popap__btnStop {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.hiperbaryczne-popap__btnStop.visible {
  opacity: 0;
  pointer-events: auto;
}
.hiperbaryczne-popap__btnStop.visible:hover {
  opacity: 1;
}

.hidden {
  display: none;
}

.rejuvenation-hero {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  aspect-ratio: 1.78;
  position: relative;
  overflow: visible;
}
@media (max-width: 1024px) {
  .rejuvenation-hero {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .rejuvenation-hero {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .rejuvenation-hero {
    aspect-ratio: 0.44;
    max-height: 100dvh;
  }
}
.rejuvenation-hero__title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 826px;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .rejuvenation-hero__title {
    top: 45%;
  }
}
.rejuvenation-hero h1 {
  font-size: 34px;
  line-height: 48px;
  text-transform: uppercase;
  text-align: center;
}
.rejuvenation-hero h1 span {
  display: block;
}
@media (max-width: 767px) {
  .rejuvenation-hero h1 {
    font-size: 18px;
    line-height: 24px;
  }
}
.rejuvenation-hero__imageWrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.rejuvenation-hero__imageWrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  pointer-events: none;
}
.rejuvenation-hero__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 767px) {
  .rejuvenation-hero__imageWrapper img {
    -o-object-position: 50% center;
    object-position: 50% center;
  }
}
.rejuvenation-hero__button {
  bottom: 84px;
}
@media (max-width: 767px) {
  .rejuvenation-hero__button {
    bottom: 18%;
  }
}
.rejuvenation-hero__buttonReserve {
  margin-top: 0;
}

.rejuvenation-wiek {
  width: 100%;
  margin: auto;
  overflow: hidden;
  background-color: #fff;
  padding-top: 115px;
  padding-bottom: 74px;
  overflow: hidden;
  margin-bottom: 300px;
}
@media (max-width: 767px) {
  .rejuvenation-wiek {
    padding-top: 105px;
    padding-bottom: 90px;
    margin-bottom: 64px;
  }
}
.rejuvenation-wiek__container {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .rejuvenation-wiek__container {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .rejuvenation-wiek__container {
    padding-inline: 20px;
  }
}
.rejuvenation-wiek__content {
  margin: 0 auto;
  max-width: 923px;
  padding-inline: 0;
  color: #0B0B0D;
  display: flex;
  flex-direction: column;
  row-gap: 48px;
}
@media (max-width: 767px) {
  .rejuvenation-wiek__content {
    row-gap: 24px;
  }
}
.rejuvenation-wiek__content h3 {
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .rejuvenation-wiek__content h3 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
  }
}
.rejuvenation-wiek__content p {
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .rejuvenation-wiek__content p {
    font-size: 14px;
    line-height: 22px;
  }
  .rejuvenation-wiek__content p span {
    display: block;
  }
}

.rejuvenation-textBlock {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 300px;
}
@media (max-width: 1024px) {
  .rejuvenation-textBlock {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .rejuvenation-textBlock {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .rejuvenation-textBlock {
    margin-bottom: 64px;
  }
}
.rejuvenation-textBlock__content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 46px 32px;
  color: #F9FAFB;
  background-color: #222222;
  border: 1px solid #FFC94B;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .rejuvenation-textBlock__content {
    padding: 16px 8px;
  }
}
.rejuvenation-textBlock__content p {
  text-align: center;
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .rejuvenation-textBlock__content p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
  }
  .rejuvenation-textBlock__content p span {
    display: block;
  }
}

.rejuvenation-dnaBlock {
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 300px;
  display: flex;
  flex-direction: column;
  row-gap: 300px;
}
@media (max-width: 767px) {
  .rejuvenation-dnaBlock {
    row-gap: 64px;
    margin-bottom: 64px;
  }
}
.rejuvenation-dnaBlock__title {
  width: 100%;
  background-image: url("../img/page-hiperbaryczne/blockColor.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.rejuvenation-dnaBlock__title h2 {
  max-width: 1060px;
  padding-inline: 24px;
  padding-block: 45.5px;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #0B0B0D;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.rejuvenation-dnaBlock__title h2 span {
  display: block;
}
@media (max-width: 767px) {
  .rejuvenation-dnaBlock__title h2 {
    padding-block: 21px;
    font-size: 18px;
    line-height: 24px;
  }
  .rejuvenation-dnaBlock__title h2 span {
    display: inline;
  }
}
.rejuvenation-dnaBlock__content {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 300px;
}
@media (max-width: 1024px) {
  .rejuvenation-dnaBlock__content {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .rejuvenation-dnaBlock__content {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .rejuvenation-dnaBlock__content {
    row-gap: 64px;
    padding-inline: 0;
  }
}
@media (max-width: 767px) {
  .rejuvenation-dnaBlock__textBlockContainer {
    padding-inline: 20px;
  }
}
.rejuvenation-dnaBlock__textBlock {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
  color: #0B0B0D;
  padding: 40px 24px;
}
@media (max-width: 767px) {
  .rejuvenation-dnaBlock__textBlock {
    padding: 33.5px 8px;
  }
}
.rejuvenation-dnaBlock__textBlock p {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .rejuvenation-dnaBlock__textBlock p {
    font-size: 14px;
    line-height: 22px;
  }
}
.rejuvenation-dnaBlock__block {
  display: flex;
  align-items: center;
  -moz-column-gap: 71px;
  column-gap: 71px;
  row-gap: 56px;
}
.rejuvenation-dnaBlock__block:last-of-type {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .rejuvenation-dnaBlock__block {
    flex-direction: column;
  }
  .rejuvenation-dnaBlock__block:last-of-type {
    flex-direction: column;
  }
}
.rejuvenation-dnaBlock__imageWrapper {
  width: 46%;
  aspect-ratio: 1.74;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .rejuvenation-dnaBlock__imageWrapper {
    width: 100%;
    aspect-ratio: 1.78;
  }
}
.rejuvenation-dnaBlock__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.rejuvenation-dnaBlock__contentBlock {
  width: 48%;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  align-items: center;
}
@media (max-width: 1024px) {
  .rejuvenation-dnaBlock__contentBlock {
    width: 100%;
    padding-inline: 20px;
  }
}
.rejuvenation-dnaBlock__contentBlock p {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .rejuvenation-dnaBlock__contentBlock p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .rejuvenation-dnaBlock__button {
    font-weight: 500;
  }
}

.rejuvenation-kwantowe {
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 300px;
  display: flex;
  flex-direction: column;
  row-gap: 300px;
}
@media (max-width: 767px) {
  .rejuvenation-kwantowe {
    row-gap: 64px;
    margin-bottom: 64px;
  }
}
.rejuvenation-kwantowe__title {
  width: 100%;
  background-image: url("../img/page-hiperbaryczne/blockColor.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.rejuvenation-kwantowe__title h2 {
  max-width: 1300px;
  padding-inline: 17px;
  padding-block: 45.5px;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #0B0B0D;
  text-transform: uppercase;
  text-align: center;
}
.rejuvenation-kwantowe__title h2 sup {
  position: relative;
  font-size: 32px;
  line-height: 40px;
  top: 5px;
  left: -4px;
}
@media (max-width: 767px) {
  .rejuvenation-kwantowe__title h2 {
    padding-block: 21px;
    font-size: 18px;
    line-height: 24px;
  }
  .rejuvenation-kwantowe__title h2 sup {
    position: relative;
    font-size: 12px;
    line-height: 16px;
    top: 2px;
    left: -2px;
  }
}
.rejuvenation-kwantowe__imageWrapper {
  width: 100%;
  aspect-ratio: 1.78;
  overflow: hidden;
}
.rejuvenation-kwantowe__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.rejuvenation-whiteText {
  width: 100%;
  margin: auto;
  overflow: hidden;
  background-color: #fff;
  padding-top: 115px;
  padding-bottom: 74px;
  overflow: hidden;
  margin-bottom: 300px;
}
@media (max-width: 767px) {
  .rejuvenation-whiteText {
    padding-top: 105px;
    padding-bottom: 90px;
    margin-bottom: 64px;
  }
}
.rejuvenation-whiteText__container {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .rejuvenation-whiteText__container {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .rejuvenation-whiteText__container {
    padding-inline: 20px;
  }
}
.rejuvenation-whiteText__content {
  margin: 0 auto;
  max-width: 1100px;
  padding-inline: 0;
  color: #0B0B0D;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 48px;
}
@media (max-width: 767px) {
  .rejuvenation-whiteText__content {
    row-gap: 24px;
  }
}
.rejuvenation-whiteText__content p {
  text-align: center;
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .rejuvenation-whiteText__content p {
    font-size: 14px;
    line-height: 22px;
  }
  .rejuvenation-whiteText__content p span {
    display: block;
  }
}
.rejuvenation-whiteText__content a {
  width: -moz-fit-content;
  width: fit-content;
}
.rejuvenation-whiteText__button {
  padding-inline: 31px;
}
@media (max-width: 767px) {
  .rejuvenation-whiteText__button span {
    display: none;
  }
}

.rejuvenation-imageBlock {
  width: 100%;
  margin: auto;
  overflow: hidden;
  max-width: 1440px;
  overflow: hidden;
  margin-bottom: 300px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .rejuvenation-imageBlock {
    margin-bottom: 64px;
  }
}
.rejuvenation-imageBlock__imageWrapper {
  width: 65%;
  aspect-ratio: 1.28;
  top: 0;
  right: 0;
}
.rejuvenation-imageBlock__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.kriostymulacja-korzysci {
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 200px;
  display: flex;
  flex-direction: column;
  row-gap: 200px;
}
@media (max-width: 767px) {
  .kriostymulacja-korzysci {
    row-gap: 64px;
    margin-bottom: 64px;
  }
}
.kriostymulacja-korzysci__title {
  width: 100%;
  background-image: url("../img/page-hiperbaryczne/blockColor.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.kriostymulacja-korzysci__title h2 {
  max-width: 1100px;
  padding-inline: 24px;
  padding-block: 50.6px;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #0B0B0D;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.kriostymulacja-korzysci__title h2 span {
  display: block;
}
@media (max-width: 767px) {
  .kriostymulacja-korzysci__title h2 {
    padding-block: 25px;
    font-size: 18px;
    line-height: 24px;
  }
  .kriostymulacja-korzysci__title h2 span {
    display: inline;
  }
}
.kriostymulacja-korzysci__imageBlock {
  aspect-ratio: 2.06;
}
@media (max-width: 767px) {
  .kriostymulacja-korzysci__imageBlock {
    aspect-ratio: unset;
    aspect-ratio: 1.06;
    padding-inline: 0;
  }
}
.kriostymulacja-korzysci__imageBlock img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.kriostymulacja-korzysci__content {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 200px;
}
@media (max-width: 1024px) {
  .kriostymulacja-korzysci__content {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .kriostymulacja-korzysci__content {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .kriostymulacja-korzysci__content {
    row-gap: 64px;
    padding-inline: 0;
  }
}
.kriostymulacja-korzysci__content ul {
  display: flex;
  flex-direction: column;
  row-gap: 200px;
}
@media (max-width: 767px) {
  .kriostymulacja-korzysci__content ul {
    row-gap: 64px;
  }
}
.kriostymulacja-korzysci__content ul > li {
  display: flex;
  flex-direction: column;
  row-gap: 56px;
}
@media (max-width: 767px) {
  .kriostymulacja-korzysci__content ul > li {
    row-gap: 54px;
  }
}
.kriostymulacja-korzysci__block {
  flex: 1;
  padding: 32px;
  border: 1px solid #FFC94B;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  background-color: #222222;
}
@media (max-width: 767px) {
  .kriostymulacja-korzysci__block {
    padding: 16px;
  }
}
.kriostymulacja-korzysci__block h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 48px;
}
@media (max-width: 767px) {
  .kriostymulacja-korzysci__block h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .kriostymulacja-korzysci__block ol {
    padding-inline-start: 24px;
  }
}
.kriostymulacja-korzysci__block ol li {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .kriostymulacja-korzysci__block ol li {
    font-size: 14px;
    line-height: 22px;
  }
}
.kriostymulacja-korzysci__listBlock {
  display: flex;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 54px;
}
@media (max-width: 1024px) {
  .kriostymulacja-korzysci__listBlock {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .kriostymulacja-korzysci__listBlock {
    padding-inline: 20px;
  }
}

.kriostymulacja-oferte {
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 228px;
  background-color: #fff;
  padding-block: 200px;
  display: flex;
  flex-direction: column;
  row-gap: 200px;
}
@media (max-width: 1024px) {
  .kriostymulacja-oferte {
    row-gap: 64px;
    margin-bottom: 64px;
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.kriostymulacja-oferte__container {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 188px;
}
@media (max-width: 1024px) {
  .kriostymulacja-oferte__container {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .kriostymulacja-oferte__container {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .kriostymulacja-oferte__container {
    row-gap: 52px;
  }
}
.kriostymulacja-oferte__imageWrapper, .kriostymulacja-oferte__logoWrapper {
  width: 100%;
  aspect-ratio: 1.07;
}
.kriostymulacja-oferte__imageWrapper img, .kriostymulacja-oferte__logoWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.kriostymulacja-oferte__button {
  width: 100%;
}
@media (max-width: 767px) {
  .kriostymulacja-oferte__button {
    max-width: 190px;
    font-weight: 500;
  }
}
.kriostymulacja-oferte__formBlock {
  display: grid;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 24px;
  grid-template-columns: repeat(12, 1fr);
  padding-block: 17.5px;
}
@media (max-width: 1024px) {
  .kriostymulacja-oferte__formBlock {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .kriostymulacja-oferte__formBlock {
    row-gap: 32px;
    padding-block: 0;
  }
}
.kriostymulacja-oferte__logoWrapper {
  grid-column: span 5;
  aspect-ratio: unset;
}
.kriostymulacja-oferte__logoWrapper img {
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .kriostymulacja-oferte__logoWrapper {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .kriostymulacja-oferte__logoWrapper {
    max-width: 187px;
    margin: 0 auto;
  }
}
.kriostymulacja-oferte__formWrapper {
  grid-column: 7/-1;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  color: #000;
}
@media (max-width: 1024px) {
  .kriostymulacja-oferte__formWrapper {
    grid-column: 1/-1;
  }
}
.kriostymulacja-oferte__formWrapper h3 {
  color: #0B0B0D;
  text-transform: uppercase;
  text-align: center;
  font-size: 34px;
  line-height: 48px;
}
@media (max-width: 767px) {
  .kriostymulacja-oferte__formWrapper h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.kriostymulacja-oferte__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (max-width: 767px) {
  .kriostymulacja-oferte__wrapper {
    align-items: center;
  }
}
.kriostymulacja-oferte__wrapper ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.kriostymulacja-oferte__wrapper ul li {
  grid-column: span 1;
  border: 1px solid #9D9D9E;
  border-radius: 8px;
  padding: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .kriostymulacja-oferte__wrapper ul li {
    grid-column: span 2;
  }
}
.kriostymulacja-oferte__wrapper ul li h5 {
  padding-block: 7.5px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  flex-grow: 0.6;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .kriostymulacja-oferte__wrapper ul li h5 {
    padding-block: 0;
    font-size: 14px;
  }
}
.kriostymulacja-oferte__wrapper ul li h4 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .kriostymulacja-oferte__wrapper ul li h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }
}
.kriostymulacja-oferte__tag {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 97px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #EDCC58;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  padding: 7.5px 9px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .kriostymulacja-oferte__tag {
    padding-inline: 7px;
  }
}
.kriostymulacja-oferte__tag span strong {
  color: #000;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}
.kriostymulacja-oferte__itemFirst {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kriostymulacja-oferte__lastBlock {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 56px;
}
@media (max-width: 1024px) {
  .kriostymulacja-oferte__lastBlock {
    flex-direction: column;
  }
}
.kriostymulacja-oferte__imageWrapper {
  width: 55%;
  aspect-ratio: 1.78;
}
@media (max-width: 1024px) {
  .kriostymulacja-oferte__imageWrapper {
    width: calc(100% + 64px);
    transform: translateX(-32px);
  }
}
@media (max-width: 767px) {
  .kriostymulacja-oferte__imageWrapper {
    width: calc(100% + 40px);
    transform: translateX(-20px);
  }
}
.kriostymulacja-oferte__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.kriostymulacja-oferte__textBlock {
  width: 41%;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  color: #0B0B0D;
}
@media (max-width: 1024px) {
  .kriostymulacja-oferte__textBlock {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .kriostymulacja-oferte__textBlock {
    align-items: center;
  }
}
.kriostymulacja-oferte__textBlock h4 {
  font-size: 18px;
  line-height: 48px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .kriostymulacja-oferte__textBlock h4 {
    line-height: 24px;
    text-align: center;
  }
}
.kriostymulacja-oferte__textBlock p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}
.kriostymulacja-oferte__textBlock p span {
  font-weight: 600;
  display: block;
}
@media (max-width: 767px) {
  .kriostymulacja-oferte__textBlock p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
  }
}
.kriostymulacja-oferte__textBlockTop {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  line-height: 48px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .kriostymulacja-oferte__textBlockTop {
    line-height: 24px;
    margin-bottom: 24px;
    flex-direction: column;
    row-gap: 8px;
  }
  .kriostymulacja-oferte__textBlockTop span {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    text-transform: none;
  }
}

.kriostymulacja-longevity {
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 200px;
  display: flex;
  flex-direction: column;
  row-gap: 200px;
}
@media (max-width: 767px) {
  .kriostymulacja-longevity {
    row-gap: 64px;
    margin-bottom: 64px;
  }
}
.kriostymulacja-longevity__title {
  width: 100%;
  background-image: url("../img/page-hiperbaryczne/blockColor.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.kriostymulacja-longevity__title h2 {
  max-width: 905px;
  padding-inline: 24px;
  padding-block: 56px;
  min-height: 168px;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #0B0B0D;
  text-transform: uppercase;
  text-align: center;
}
.kriostymulacja-longevity__title h2 span {
  display: block;
}
@media (max-width: 767px) {
  .kriostymulacja-longevity__title h2 {
    padding-block: 25px;
    min-height: 74px;
    font-size: 18px;
    line-height: 24px;
  }
  .kriostymulacja-longevity__title h2 span {
    display: inline;
  }
}
.kriostymulacja-longevity__container {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .kriostymulacja-longevity__container {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .kriostymulacja-longevity__container {
    padding-inline: 20px;
  }
}
.kriostymulacja-longevity__textBlockMiddle {
  width: 100%;
  max-width: 972px;
  margin: 0 auto;
  padding: 77px 32px;
  border: 1px solid #E5B035;
  background-color: #222222;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .kriostymulacja-longevity__textBlockMiddle {
    padding: 23.5px 17px;
  }
}
.kriostymulacja-longevity__textBlockMiddle p {
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .kriostymulacja-longevity__textBlockMiddle p {
    font-size: 16px;
    line-height: 32px;
  }
}
.kriostymulacja-longevity__imageWrapper {
  width: 100%;
  aspect-ratio: 1.78;
  max-width: 1440px;
  margin: 0 auto;
}
.kriostymulacja-longevity__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.kriostymulacja-longevity__textBlock {
  max-width: 972px;
  margin: 0 auto;
}
.kriostymulacja-longevity__textBlock p {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .kriostymulacja-longevity__textBlock p {
    font-size: 14px;
    line-height: 22px;
  }
}
.kriostymulacja-longevity__textBlock p strong {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}

.kriostymulacja-terapia {
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 200px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .kriostymulacja-terapia {
    margin-bottom: 64px;
  }
}
.kriostymulacja-terapia__title {
  width: 100%;
  background-image: url("../img/page-hiperbaryczne/blockColor.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kriostymulacja-terapia__title h2 {
  padding-inline: 24px;
  padding-block: 26px;
  min-height: 168px;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #0B0B0D;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.kriostymulacja-terapia__title h2 span {
  display: block;
}
@media (max-width: 767px) {
  .kriostymulacja-terapia__title h2 {
    padding-block: 13px;
    min-height: 74px;
    font-size: 18px;
    line-height: 24px;
  }
  .kriostymulacja-terapia__title h2 span {
    display: inline;
  }
}
.kriostymulacja-terapia__container {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  margin-top: 200px;
}
@media (max-width: 1024px) {
  .kriostymulacja-terapia__container {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .kriostymulacja-terapia__container {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .kriostymulacja-terapia__container {
    margin-top: 64px;
  }
}
.kriostymulacja-terapia__textBlockMiddle {
  width: 100%;
  max-width: 972px;
  margin: 0 auto;
  padding: 46px 32px;
  border: 1px solid #E5B035;
  background-color: #222222;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .kriostymulacja-terapia__textBlockMiddle {
    padding: 22.5px 17px;
  }
}
.kriostymulacja-terapia__textBlockMiddle p {
  text-align: center;
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .kriostymulacja-terapia__textBlockMiddle p {
    font-size: 16px;
    line-height: 32px;
  }
}
.kriostymulacja-terapia__whiteBlock {
  background-color: #fff;
  padding-block: 48px;
}
@media (max-width: 767px) {
  .kriostymulacja-terapia__whiteBlock {
    padding-block: 32px;
  }
}
.kriostymulacja-terapia__textBlock {
  width: 100%;
  max-width: 1093px;
  margin: 0 auto;
  color: #0B0B0D;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  padding-inline: 32px;
}
@media (max-width: 767px) {
  .kriostymulacja-terapia__textBlock {
    padding-inline: 20px;
  }
}
.kriostymulacja-terapia__textBlock.is-expanded {
  max-width: 1029px;
}
.kriostymulacja-terapia__textBlock p {
  text-align: center;
  font-size: 24px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .kriostymulacja-terapia__textBlock p {
    font-size: 14px;
    line-height: 22px;
  }
}
.kriostymulacja-terapia__textBlock p strong, .kriostymulacja-terapia__textBlock p span {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}
.kriostymulacja-terapia__textInner {
  row-gap: 0;
  height: 325px;
}
.kriostymulacja-terapia__more {
  text-decoration: none;
}
.kriostymulacja-terapia__more:hover {
  opacity: 1;
}
.kriostymulacja-terapia__text {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .kriostymulacja-terapia__text {
    margin-bottom: 64px;
  }
}
.kriostymulacja-terapia__text p {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .kriostymulacja-terapia__text p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }
}

.kriostymulacja-listBlock {
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 200px;
  display: flex;
  flex-direction: column;
  row-gap: 200px;
}
@media (max-width: 767px) {
  .kriostymulacja-listBlock {
    row-gap: 64px;
    margin-bottom: 64px;
  }
}
.kriostymulacja-listBlock__title {
  width: 100%;
  background-image: url("../img/page-hiperbaryczne/blockColor.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kriostymulacja-listBlock__title h2 {
  max-width: 1060px;
  padding-inline: 24px;
  padding-block: 26px;
  min-height: 168px;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #0B0B0D;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.kriostymulacja-listBlock__title h2 span {
  display: block;
}
@media (max-width: 767px) {
  .kriostymulacja-listBlock__title h2 {
    padding-block: 13px;
    font-size: 18px;
    line-height: 24px;
    min-height: unset;
  }
  .kriostymulacja-listBlock__title h2 span {
    display: inline;
  }
}
.kriostymulacja-listBlock__content {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 200px;
}
@media (max-width: 1024px) {
  .kriostymulacja-listBlock__content {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .kriostymulacja-listBlock__content {
    padding-inline: 20px;
  }
}
@media (max-width: 1024px) {
  .kriostymulacja-listBlock__content {
    row-gap: 64px;
  }
}
@media (max-width: 767px) {
  .kriostymulacja-listBlock__content {
    padding-inline: 0;
  }
}
@media (max-width: 767px) {
  .kriostymulacja-listBlock__textBlockContainer {
    padding-inline: 20px;
  }
}
.kriostymulacja-listBlock__textBlock {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
  color: #0B0B0D;
  padding: 40px 24px;
}
@media (max-width: 767px) {
  .kriostymulacja-listBlock__textBlock {
    padding: 33.5px 8px;
  }
}
.kriostymulacja-listBlock__textBlock p {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .kriostymulacja-listBlock__textBlock p {
    font-size: 14px;
    line-height: 22px;
  }
}
.kriostymulacja-listBlock__block {
  display: flex;
  align-items: center;
  -moz-column-gap: 71px;
  column-gap: 71px;
  row-gap: 56px;
}
.kriostymulacja-listBlock__block:nth-of-type(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .kriostymulacja-listBlock__block {
    flex-direction: column;
  }
  .kriostymulacja-listBlock__block:nth-of-type(2n) {
    flex-direction: column;
  }
}
.kriostymulacja-listBlock__imageWrapper {
  width: 46%;
  aspect-ratio: 1.46;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .kriostymulacja-listBlock__imageWrapper {
    width: 100%;
    aspect-ratio: 0.88;
  }
}
.kriostymulacja-listBlock__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.kriostymulacja-listBlock__contentBlock {
  width: 48%;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  align-items: center;
}
@media (max-width: 1024px) {
  .kriostymulacja-listBlock__contentBlock {
    width: 100%;
    padding-inline: 20px;
  }
}
.kriostymulacja-listBlock__contentBlock h3 {
  font-size: 32px;
  line-height: 48px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  .kriostymulacja-listBlock__contentBlock h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.kriostymulacja-listBlock__contentBlock p {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .kriostymulacja-listBlock__contentBlock p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .kriostymulacja-listBlock__button {
    font-weight: 500;
  }
}

.kriostymulacja-efekty {
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 200px;
  display: flex;
  flex-direction: column;
  row-gap: 100px;
}
@media (max-width: 767px) {
  .kriostymulacja-efekty {
    row-gap: 64px;
    margin-bottom: 64px;
  }
}
.kriostymulacja-efekty__title {
  width: 100%;
  background-image: url("../img/page-hiperbaryczne/blockColor.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kriostymulacja-efekty__title h2 {
  max-width: 1060px;
  padding-inline: 24px;
  padding-block: 26px;
  min-height: 168px;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #0B0B0D;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.kriostymulacja-efekty__title h2 span {
  display: block;
}
@media (max-width: 767px) {
  .kriostymulacja-efekty__title h2 {
    padding-block: 13px;
    font-size: 18px;
    line-height: 24px;
    min-height: unset;
  }
  .kriostymulacja-efekty__title h2 span {
    display: inline;
  }
}
.kriostymulacja-efekty__container {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .kriostymulacja-efekty__container {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .kriostymulacja-efekty__container {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .kriostymulacja-efekty__container {
    margin-top: 0;
  }
}
.kriostymulacja-efekty__text {
  width: 100%;
  max-width: 892px;
  margin: 0 auto;
}
.kriostymulacja-efekty__text p {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .kriostymulacja-efekty__text p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .kriostymulacja-efekty .odmłodzenie-list__list {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .kriostymulacja-efekty .odmłodzenie-list__item:first-of-type .odmłodzenie-list__itemImageWrapper {
    aspect-ratio: 1.93;
  }
}
.kriostymulacja-efekty .odmłodzenie-list__itemImageWrapper {
  position: relative;
}
.kriostymulacja-efekty .odmłodzenie-list__itemImageWrapper:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.16);
}
.kriostymulacja-efekty--pielegnacia {
  row-gap: 200px;
}
@media (max-width: 767px) {
  .kriostymulacja-efekty--pielegnacia {
    row-gap: 64px;
  }
}
.kriostymulacja-efekty--pielegnacia .kriostymulacja-efekty__container {
  margin-top: 0;
}
.kriostymulacja-efekty--pielegnacia .kriostymulacja-efekty__container h2 {
  font-size: 34px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .kriostymulacja-efekty--pielegnacia .kriostymulacja-efekty__container h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .kriostymulacja-efekty--pielegnacia .odmłodzenie-list__list {
    flex-direction: column;
  }
}
.kriostymulacja-efekty--pielegnacia .odmłodzenie-list__block h3 {
  max-width: 739px;
}
.kriostymulacja-efekty--pielegnacia .odmłodzenie-list__item:first-of-type img {
  -o-object-position: center 66%;
  object-position: center 66%;
}
@media (max-width: 767px) {
  .kriostymulacja-efekty--pielegnacia .odmłodzenie-list__item:first-of-type img {
    -o-object-position: center 85%;
    object-position: center 85%;
  }
}
.kriostymulacja-efekty--pielegnacia .odmłodzenie-list__item:last-of-type img {
  -o-object-position: center 12%;
  object-position: center 12%;
}
.kriostymulacja-efekty--pielegnacia .odmłodzenie-list__itemImageWrapper {
  aspect-ratio: 1.13 !important;
}

.pielegnacia-product {
  width: 100%;
  margin: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 200px;
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .pielegnacia-product {
    row-gap: 64px;
    margin-bottom: 64px;
  }
}
.pielegnacia-product__whiteBlock {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 100px;
  padding-block: 100px;
}
@media (max-width: 767px) {
  .pielegnacia-product__whiteBlock {
    padding-block: 55px;
    row-gap: 56px;
  }
}
.pielegnacia-product__whiteBlock h2 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0B0B0D;
  text-align: center;
}
@media (max-width: 767px) {
  .pielegnacia-product__whiteBlock h2 {
    padding-inline: 24px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .pielegnacia-product {
    row-gap: 64px;
    margin-bottom: 64px;
  }
}
.pielegnacia-product__textBlock {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .pielegnacia-product__textBlock {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .pielegnacia-product__textBlock {
    padding-inline: 20px;
  }
}
.pielegnacia-product__textBlock h3 {
  max-width: 1323px;
  margin: 0 auto;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .pielegnacia-product__textBlock h3 {
    font-size: 18px;
    line-height: 24px;
    padding-inline: 12px;
  }
}
.pielegnacia-product__imageWrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  aspect-ratio: 1.97;
}
.pielegnacia-product__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 767px) {
  .pielegnacia-product__button {
    font-weight: 500;
  }
}

.pielegnacia-intraceuticals {
  width: 100%;
  margin: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 200px;
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .pielegnacia-intraceuticals {
    row-gap: 64px;
    margin-bottom: 64px;
  }
}
.pielegnacia-intraceuticals__title {
  width: 100%;
  background-image: url("../img/page-hiperbaryczne/blockColor.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.pielegnacia-intraceuticals__title h2 {
  max-width: 1100px;
  padding-inline: 24px;
  padding-block: 24px;
  min-height: 176px;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #0B0B0D;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.pielegnacia-intraceuticals__title h2 span {
  display: block;
}
@media (max-width: 767px) {
  .pielegnacia-intraceuticals__title h2 {
    padding-block: 25px;
    font-size: 18px;
    line-height: 24px;
    min-height: 74px;
  }
  .pielegnacia-intraceuticals__title h2 span {
    display: inline;
  }
}
.pielegnacia-intraceuticals__content {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 100px;
}
@media (max-width: 1024px) {
  .pielegnacia-intraceuticals__content {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .pielegnacia-intraceuticals__content {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .pielegnacia-intraceuticals__content {
    row-gap: 64px;
    padding-inline: 0;
  }
}
.pielegnacia-intraceuticals__imageBlock {
  width: 100%;
  max-height: 621px;
  background-color: #fff;
  display: flex;
  justify-content: center;
}
.pielegnacia-intraceuticals__imageWrapper {
  width: 100%;
  height: auto;
}
.pielegnacia-intraceuticals__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.pielegnacia-intraceuticals__secondBlock {
  width: 100%;
  background-color: #222222;
  border: 1px solid #FFC94B;
  border-radius: 8px;
  padding-block: 32px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  align-items: center;
  padding-inline: 24px;
}
@media (max-width: 767px) {
  .pielegnacia-intraceuticals__secondBlock {
    row-gap: 32px;
    border: none;
    background-color: transparent;
    padding-inline: 0;
    padding: 20px;
  }
}
.pielegnacia-intraceuticals__textBlock {
  max-width: 957px;
}
.pielegnacia-intraceuticals__textBlock button {
  font-size: 18px;
}
@media (max-width: 767px) {
  .pielegnacia-intraceuticals__textBlock button {
    font-size: 14px;
  }
}
.pielegnacia-intraceuticals__textBlock.is-expanded {
  max-width: 957px;
}
.pielegnacia-intraceuticals__textBlock.is-expanded button[data-close] {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .pielegnacia-intraceuticals__textBlock.is-expanded button[data-close] {
    margin-top: 8px;
  }
}
.pielegnacia-intraceuticals__textInner {
  height: 240px;
}
@media (max-width: 767px) {
  .pielegnacia-intraceuticals__textInner {
    height: 225px;
  }
  .pielegnacia-intraceuticals__textInner p {
    display: inline;
  }
}
.pielegnacia-intraceuticals__textInner h3 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .pielegnacia-intraceuticals__textInner h3 {
    font-size: 14px;
    line-height: 22px;
  }
}
.pielegnacia-intraceuticals--ph .pielegnacia-intraceuticals__textInner {
  height: 280px;
}
@media (max-width: 767px) {
  .pielegnacia-intraceuticals--ph .pielegnacia-intraceuticals__textInner {
    height: 310px;
  }
}
.pielegnacia-intraceuticals--skin .pielegnacia-intraceuticals__textInner {
  height: 330px;
}
@media (max-width: 767px) {
  .pielegnacia-intraceuticals--skin .pielegnacia-intraceuticals__textInner {
    height: 335px;
  }
}

.pielegnacia-massage {
  width: 100%;
  margin: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .pielegnacia-massage {
    margin-bottom: 64px;
  }
}
.pielegnacia-massage__title {
  width: 100%;
  background-image: url("../img/page-hiperbaryczne/blockColor.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.pielegnacia-massage__title h2 {
  max-width: 1100px;
  padding-inline: 24px;
  padding-block: 24px;
  min-height: 194px;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #0B0B0D;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.pielegnacia-massage__title h2 span {
  display: block;
}
@media (max-width: 767px) {
  .pielegnacia-massage__title h2 {
    padding-block: 13px;
    font-size: 18px;
    line-height: 24px;
    min-height: 74px;
  }
  .pielegnacia-massage__title h2 span {
    display: inline;
  }
}
.pielegnacia-massage__imageWrapper {
  width: 100%;
  aspect-ratio: 1.44;
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
  height: auto;
  position: relative;
}
.pielegnacia-massage__imageWrapper h3 {
  position: absolute;
  top: 50%;
  left: 9%;
  transform: translate(0, -50%);
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #0B0B0D;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .pielegnacia-massage__imageWrapper h3 {
    top: unset;
    transform: translate(0, 0);
    bottom: 17%;
  }
}
@media (max-width: 767px) {
  .pielegnacia-massage__imageWrapper h3 {
    font-size: 16px;
    line-height: 32px;
  }
}
.pielegnacia-massage__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.pielegnacia-massage__content {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  margin-block: 200px;
  display: flex;
  flex-direction: column;
  row-gap: 200px;
}
@media (max-width: 1024px) {
  .pielegnacia-massage__content {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .pielegnacia-massage__content {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .pielegnacia-massage__content {
    margin-block: 64px;
    row-gap: 64px;
    padding-inline: 0;
  }
}
.pielegnacia-massage__textBlock {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 70px 32px;
  background-color: #222222;
  border: 1px solid #FFC94B;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .pielegnacia-massage__textBlock {
    padding: 0 20px;
    background-color: transparent;
    border: none;
  }
}
.pielegnacia-massage__textBlock p {
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .pielegnacia-massage__textBlock p {
    font-size: 14px;
    line-height: 22px;
  }
}
.pielegnacia-massage__listBlock {
  width: 100%;
}
.pielegnacia-massage__listBlock ul {
  display: flex;
  flex-direction: column;
  row-gap: 200px;
}
@media (max-width: 767px) {
  .pielegnacia-massage__listBlock ul {
    row-gap: 64px;
  }
}
.pielegnacia-massage__listBlock ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 71px;
  column-gap: 71px;
  row-gap: 56px;
}
.pielegnacia-massage__listBlock ul li:nth-of-type(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .pielegnacia-massage__listBlock ul li {
    flex-direction: column;
  }
  .pielegnacia-massage__listBlock ul li:nth-of-type(2n) {
    flex-direction: column;
  }
}
.pielegnacia-massage__imageBlock {
  width: 46%;
  aspect-ratio: 1.74;
  overflow: hidden;
  display: flex;
}
@media (max-width: 1024px) {
  .pielegnacia-massage__imageBlock {
    width: 100%;
    aspect-ratio: 1.62;
  }
}
.pielegnacia-massage__imageBlock img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.pielegnacia-massage__textItem {
  width: 49%;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  align-items: center;
}
@media (max-width: 1024px) {
  .pielegnacia-massage__textItem {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pielegnacia-massage__textItem {
    padding-inline: 20px;
  }
}
.pielegnacia-massage__textItem p {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .pielegnacia-massage__textItem p {
    font-size: 14px;
    line-height: 22px;
  }
}
.pielegnacia-massage__whiteBlock {
  width: 100%;
  padding-block: 72.5px;
  background-color: #fff;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .pielegnacia-massage__whiteBlock {
    padding-block: 60px;
    border-radius: 0;
  }
}
.pielegnacia-massage__whiteBlockText {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .pielegnacia-massage__whiteBlockText {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .pielegnacia-massage__whiteBlockText {
    padding-inline: 20px;
  }
}
.pielegnacia-massage__whiteBlockText p {
  width: 100%;
  max-width: 1029px;
  margin: 0 auto;
  text-align: center;
  color: #0B0B0D;
  font-size: 24px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .pielegnacia-massage__whiteBlockText p {
    font-size: 14px;
    line-height: 22px;
  }
}

.pielegnacia-regeneracja {
  width: 100%;
  margin: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 200px;
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .pielegnacia-regeneracja {
    row-gap: 64px;
    margin-bottom: 64px;
  }
}
.pielegnacia-regeneracja__imageWrapper {
  width: 100%;
  aspect-ratio: 1.2;
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
  height: auto;
  position: relative;
}
.pielegnacia-regeneracja__imageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.pielegnacia-regeneracja__content {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 200px;
}
@media (max-width: 1024px) {
  .pielegnacia-regeneracja__content {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .pielegnacia-regeneracja__content {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .pielegnacia-regeneracja__content {
    row-gap: 64px;
  }
}
.pielegnacia-regeneracja__textBlock {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 70px 32px;
  background-color: #222222;
  border: 1px solid #FFC94B;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .pielegnacia-regeneracja__textBlock {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.pielegnacia-regeneracja__textBlock p {
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .pielegnacia-regeneracja__textBlock p {
    font-size: 14px;
    line-height: 22px;
  }
}
.pielegnacia-regeneracja__firstBlock {
  width: 100%;
  max-width: 969px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .pielegnacia-regeneracja__firstBlock {
    row-gap: 32px;
  }
}
.pielegnacia-regeneracja__firstBlock h2 {
  font-size: 34px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 767px) {
  .pielegnacia-regeneracja__firstBlock h2 {
    font-size: 18px;
    line-height: 24px;
    padding-inline: 8px;
  }
}
.pielegnacia-regeneracja__firstBlock p {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 767px) {
  .pielegnacia-regeneracja__firstBlock p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }
}
.pielegnacia-regeneracja__button {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .pielegnacia-regeneracja__button {
    margin-top: 0;
  }
}

.drenaz-main {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  padding-block: 200px;
}
@media (max-width: 1024px) {
  .drenaz-main {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .drenaz-main {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .drenaz-main {
    padding-block: 64px;
  }
}
.drenaz-main__container {
  width: 100%;
  margin: auto;
  max-width: 1097px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 100px;
}
@media (max-width: 767px) {
  .drenaz-main__container {
    row-gap: 64px;
  }
}
.drenaz-main__container p {
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .drenaz-main__container p {
    font-size: 14px;
    line-height: 22px;
  }
}
.drenaz-main__container p:nth-of-type(2) {
  max-width: 800px;
}
.drenaz-main__container p:nth-of-type(3) {
  max-width: 950px;
}
@media (max-width: 767px) {
  .drenaz-main__container p:last-of-type {
    max-width: 200px;
  }
}
.drenaz-main__textBlock {
  width: 100%;
  max-width: 919px;
  background-color: #222222;
  border-radius: 8px;
  border: 1px solid #FFC94B;
  padding: 42.5px 32px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .drenaz-main__textBlock {
    padding: 27px 32px;
  }
}
.drenaz-main__textBlock p {
  font-weight: 700;
}
@media (max-width: 767px) {
  .drenaz-main__textBlock p {
    line-height: 24px;
    max-width: unset !important;
  }
}

html {
  scroll-padding-top: var(--header-height);
  scrollbar-gutter: stable;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scrollbar-width: 5px;
  margin: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  background-color: #0B0B0D;
}

h1, h2, h3, h4, h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

button {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

strong, b {
  color: #EDCC58;
}

a {
  text-decoration: none;
  transition: color 0.2s ease;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}

/* Приховати стрілочки для всіх input[type="number"] */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Приховати стрілочки для Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/*# sourceMappingURL=style.css.map */
html {
  scroll-behavior: smooth;
}

#backToTop {
  position: fixed;
  bottom: 190px;
  right: 20px;
  width: 68px;
  height: 68px;
  z-index: 99;

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s ease;
  pointer-events: none;
}

/* Mobile */
@media (max-width: 768px) {
  #backToTop {
    width: 50px;
    height: 50px;
    right: 12px;
    bottom: 140px;
  }
}

/* Показываем кнопку после прокрутки */
#backToTop.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
