/* cyrillic-ext */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/Montserrat/Montserrat-cyrillic-ext-it.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/Montserrat/Montserrat-cyrillic-it.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/Montserrat/Montserrat-latin-ext-it.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/Montserrat/Montserrat-latin-it.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/Montserrat/Montserrat-cyrillic-ext.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/Montserrat/Montserrat-cyrillic.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/Montserrat/Montserrat-latin-ext.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/Montserrat/Montserrat-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #191932;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  line-height: 1.25;
  font-weight: 400;
  outline: 0;
  width: 100%;
  background: #F0F8F8;
  overflow-x: hidden;
  position: relative;
  margin: 0 auto;
  letter-spacing: -0.01em;
  caret-color: transparent;
  user-select: none;
  -webkit-user-select: none; /* Safari, Chrome */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none;
}
body.lock {
  overflow: hidden;
}

:focus-visible {
  outline: 0;
}

html {
  scroll-behavior: smooth;
}
html:focus {
  outline: 0;
  outline-width: 0;
}

.blocks {
  display: flex;
  flex-direction: column;
  width: 100vw;
  max-width: 1920px;
  margin: 0 auto;
  min-height: 590px;
}
@media (max-width: 992px) {
  .blocks {
    min-height: 400px;
  }
}

* {
  box-sizing: border-box;
}

[data-scroll-to] {
  cursor: pointer;
}

/*::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}*/
@media (max-width: 992px) {
  .mobile--hidden {
    display: none !important;
  }
}

/*::-webkit-scrollbar-thumb {
    background: #191932;
}

::-webkit-scrollbar-track {
    background: #fff;
}*/
.with-scrollbar::-webkit-scrollbar-track {
  background: #FFF;
}
.with-scrollbar::-webkit-scrollbar-thumb {
  background: #DDDFE1;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.with-scrollbar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

p {
  margin-top: 0;
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0 !important;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  margin-bottom: 16px;
  color: #191932;
  letter-spacing: normal;
  font-weight: 500;
  position: relative;
  line-height: 1.2;
}

h1 {
  font-size: 32px;
}
@media (max-width: 450px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 28px;
}
@media (max-width: 450px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 20px;
}
@media (max-width: 450px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 16px;
}

form {
  position: relative;
}

b,
strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}

svg {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #191932;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  position: relative;
}

ol {
  list-style: decimal;
  margin: 20px 0;
  padding-left: 20px;
}
ol li {
  padding: 2px 0;
}

ul {
  list-style: disc;
  margin: 20px 0;
  padding-left: 20px;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

picture {
  display: inherit;
}

.container {
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1480px;
  position: relative;
}

#MainContent {
  margin-top: 0px;
  position: relative;
  top: 0;
}

[class*=screen-reader-text] {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  transform: scale(0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  top: -10000em;
  width: 1px;
  border: 0;
}

#toTop {
  background-color: black;
  border-radius: 50%;
  bottom: 1rem;
  height: 42px;
  position: fixed;
  width: 42px;
  opacity: 0;
  z-index: 100000;
  transition: opacity 0.4s ease-in-out, background 0.2s ease-in-out;
  line-height: 1;
  pointer-events: none;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0px 0px 12px 4px rgba(255, 255, 255, 0.3);
}
#toTop.active {
  pointer-events: auto;
  opacity: 0.9;
}

.ajax-loader {
  border: 4px solid grey !important;
  border-radius: 50% !important;
  border-top: 5px solid white !important;
  width: 30px !important;
  height: 30px !important;
  -webkit-animation: spin 1s linear infinite;
  /* Safari */
  animation: spin 1s linear infinite;
  position: absolute !important;
  left: calc(50% - 13px) !important;
  top: calc(50% - 15px) !important;
  margin: 0 !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  z-index: 1001;
}

.is--preloader:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100px' height='100px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Cpath fill='none' d='M24.3,30C11.4,30,5,43.3,5,50s6.4,20,19.3,20c19.3,0,32.1-40,51.4-40 C88.6,30,95,43.3,95,50s-6.4,20-19.3,20C56.4,70,43.6,30,24.3,30z' stroke='%23000000' stroke-width='2' stroke-dasharray='205.271142578125 51.317785644531256'%3E%3Canimate attributeName='stroke-dashoffset' calcMode='linear' values='0;256.58892822265625' keyTimes='0;1' dur='1' begin='0s' repeatCount='indefinite'/%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%);
  background-size: 100px;
}

@media only screen and (max-width: 991px) {
  iframe {
    width: 100%;
    height: auto;
  }
  .block-title {
    font-size: 28px;
  }
}
.btn {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  color: #FFFFFF;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  background: #343434;
  min-height: 32px;
  border-radius: 9999px;
  cursor: pointer;
  gap: 8px;
  white-space: nowrap;
  border: 0;
  caret-color: transparent;
  text-transform: uppercase;
  position: relative;
}
.btn.loading:after {
  opacity: 1;
  --anim-state: running;
}
.btn.loading span {
  opacity: 0;
}
.btn:after {
  position: absolute;
  top: calc(50% - 9px);
  inset-inline-start: calc(50% - 9px);
  opacity: 0;
  transition: opacity 0.2s ease;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-left-color: currentColor;
  border-radius: 50%;
  vertical-align: middle;
  animation: rotate 450ms infinite linear var(--anim-state, paused);
}

.btn-blue {
  color: #FFFFFF;
  background: #0E40D7;
}
@media (hover: hover) and (pointer: fine) {
  .btn-blue:hover {
    background: #0E40D7;
  }
}

.btn-green {
  color: #FFFFFF;
  background: #0DB22A;
}
@media (hover: hover) and (pointer: fine) {
  .btn-green:hover {
    background: #0E8924;
  }
}

.btn-white {
  color: #191932;
  background: #ffffff;
}

.btn-teal {
  color: #000000;
  background: #00C5CD;
}
@media (hover: hover) and (pointer: fine) {
  .btn-teal:hover {
    background: #CBEFF0;
  }
}
.btn-teal:active {
  background: #00B5BC;
  color: white;
}

.btn-dark {
  border: 1px solid #0A0A0A;
}
@media (hover: hover) and (pointer: fine) {
  .btn-dark:hover {
    background: white;
    color: #0A0A0A;
  }
}
.btn-dark:active {
  background: white;
  color: #0A0A0A;
}

.btn-large {
  padding: 16px 24px;
}

#toast-container {
  position: fixed;
  top: 60px;
  right: 20px;
  z-index: 1000000000000000000;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transition: opacity 0.5s ease, transform 0.5s ease;
  caret-color: transparent;
  max-width: 350px;
}
#toast-container .toast {
  background: #FFFFFF;
  border-radius: 16px;
  color: #1A1A1A;
  padding: 20px 20px;
  margin-top: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
  max-width: 350px;
  border: 2px solid #25787B;
}
#toast-container .toast.no--title {
  padding-left: 20px;
}
#toast-container .toast.no--title .toast-message {
  padding-right: 30px;
}
@media screen and (max-width: 992px) {
  #toast-container .toast {
    padding: 15px 15px 15px 15px;
  }
}
#toast-container .toast-type-error {
  border: 1px solid red;
}
#toast-container .toast-type-error .toast-progress {
  background: black;
}
#toast-container .toast-message {
  display: flex;
  flex-direction: row;
  gap: 18px;
  font-size: 12px;
}
#toast-container .toast-message-image {
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
#toast-container .toast-message-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: top;
  object-fit: contain;
  padding: 4px;
}
#toast-container .toast-message-image-qnt {
  position: absolute;
  top: -10px;
  right: -8px;
  width: 25px;
  height: 25px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  background-color: #00C5CD;
  z-index: 1;
  border-radius: 20px;
  font-weight: 400;
}
#toast-container .toast-title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #1A1A1A;
  padding-right: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  #toast-container .toast-title {
    font-size: 14px;
  }
}
#toast-container .toast-message-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#toast-container .toast-message-price {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #000000;
}
@media screen and (max-width: 992px) {
  #toast-container .toast-message-price {
    font-size: 16px;
  }
}
#toast-container .toast-message-product {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #000000;
}
@media screen and (max-width: 992px) {
  #toast-container .toast-message-product {
    font-size: 12px;
  }
}
#toast-container .toast-close {
  background: white;
  color: #000000;
  font-size: 32px;
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 5px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#toast-container .toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  background: #25787B;
  width: 100%;
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes animatedBackground {
    0% {
      transform: rotateZ(0deg);
    }
    100% {
      transform: rotateZ(360deg);
    }
  }
  @keyframes animatedBackground2 {
    0% {
      transform: rotateZ(0deg);
    }
    100% {
      transform: rotateZ(360deg);
    }
  }
  @-webkit-keyframes spin {
    0% {
      transform: rotate(0deg) scale(1);
    }
    50% {
      transform: rotate(180deg) scale(1.1);
    }
    to {
      transform: rotate(1turn) scale(1);
    }
  }
  @keyframes spin {
    0% {
      transform: rotate(0deg) scale(1);
    }
    50% {
      transform: rotate(180deg) scale(1.1);
    }
    to {
      transform: rotate(1turn) scale(1);
    }
  }
  @-webkit-keyframes pulse {
    0%, to {
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    25%, 75% {
      transform: scale(0.95);
    }
    50% {
      transform: scale(1.05);
    }
  }
  @keyframes pulse {
    0%, to {
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    25%, 75% {
      transform: scale(0.95);
    }
    50% {
      transform: scale(1.05);
    }
  }
  @-webkit-keyframes fadeInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @-webkit-keyframes fadeInRight {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes rotate {
    100% {
      transform: rotate(360deg);
    }
  }
  .animate_when_almost_visible {
    opacity: 0;
  }
  .animated {
    opacity: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .animate_when_almost_visible:not(.animated) {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
  }
  .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  .fadeIn {
    opacity: 0.01;
    animation: fadeIn 0.6s cubic-bezier(0, 0, 0.3, 1);
    animation-delay: calc(var(--animation-order) * 75ms);
  }
  .slideIn5 {
    opacity: 0.01;
    transform: translateY(2rem);
    animation: slideIn 0.6s cubic-bezier(0, 0, 0.3, 1);
    animation-delay: calc(var(--animation-order) * 75ms);
  }
  @keyframes slideIn {
    0% {
      transform: translateY(2rem);
      opacity: 0.01;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
}
.popup {
  position: fixed;
  left: 200%;
  top: 0;
  right: 0%;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 9999999999999;
  transition: all 0.3s;
}
.popup.active {
  left: 0;
}
.popup[type=footer_disclaimer] .popup__close {
  width: 100px;
}
.popup[type=footer_disclaimer] .popup__close .btn-white {
  border: 1px solid black;
}
.popup[type=img] .popup__content {
  padding: 10px;
}
@media screen and (max-width: 992px) {
  .popup[type=img] .popup__content {
    top: clamp(55px, 10vh, 100px);
  }
}
.popup[type=img] .popup__block {
  padding: 0;
}
.popup[type=img] .popup__close {
  border-radius: 0;
  background: white;
  right: 0px;
  top: -44px;
}
.popup[type=img] .popup__close:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg%20width%3D'16'%20height%3D'16'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20fill-rule%3D'evenodd'%20clip-rule%3D'evenodd'%20d%3D'M5.29289%205.29289C5.68342%204.90237%206.31658%204.90237%206.70711%205.29289L12%2010.5858L17.2929%205.29289C17.6834%204.90237%2018.3166%204.90237%2018.7071%205.29289C19.0976%205.68342%2019.0976%206.31658%2018.7071%206.70711L13.4142%2012L18.7071%2017.2929C19.0976%2017.6834%2019.0976%2018.3166%2018.7071%2018.7071C18.3166%2019.0976%2017.6834%2019.0976%2017.2929%2018.7071L12%2013.4142L6.70711%2018.7071C6.31658%2019.0976%205.68342%2019.0976%205.29289%2018.7071C4.90237%2018.3166%204.90237%2017.6834%205.29289%2017.2929L10.5858%2012L5.29289%206.70711C4.90237%206.31658%204.90237%205.68342%205.29289%205.29289Z'%20fill%3D'%23000'%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% no-repeat;
  background-size: 16px;
}
@media (hover: hover) and (pointer: fine) {
  .popup[type=img] .popup__close:hover {
    background-color: #ffffff;
  }
}

[popup] {
  cursor: pointer;
}

.popup__layer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}

.popup__close {
  z-index: 10000;
  position: absolute;
  right: 32px;
  top: 14px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}
@media (hover: hover) and (pointer: fine) {
  .popup__close:not(.no--bg):hover {
    background-color: #f7f7f7;
  }
}

.popup__content {
  position: relative;
  width: 100%;
  background: white;
  left: 50%;
  top: 10vh;
  transform: translateX(-50%);
  height: auto;
  z-index: 10010;
  display: flex;
  flex-direction: column;
  padding: 20px 30px;
  max-width: 600px;
}
@media screen and (max-width: 992px) {
  .popup__content {
    padding: 20px 20px;
    top: 0;
    width: calc(100% - 16px);
  }
}

.popup__block {
  display: flex;
  flex-direction: column;
  overflow: auto;
  padding-bottom: 10px;
  max-height: calc(100vh - 150px);
  padding-right: 6px;
}
.popup__block::-webkit-scrollbar {
  width: 6px;
}

.popup__title {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 115%;
  letter-spacing: -0.02em;
  color: #191932;
  padding-right: 50px;
  margin-bottom: 10px;
  min-height: 20px;
}
@media screen and (max-width: 992px) {
  .popup__title {
    font-size: 24px;
  }
}

.image--popup-btn-wrap {
  display: inline-flex;
  vertical-align: middle;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.image--popup-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-wrap: nowrap;
  overflow: hidden;
  min-width: 50px;
  height: 50px;
  border-radius: 36px;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  padding: 0 17px;
}
.image--popup-btn span {
  overflow: hidden;
  max-width: 0;
  white-space: nowrap;
  font-size: 90%;
  font-weight: 600;
  color: #666666;
  transition: padding 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15), max-width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
@media (hover: hover) and (pointer: fine) {
  .image--popup-btn:hover span {
    padding-left: 10px;
    color: #333333;
    max-width: 280px;
  }
}

.header__phones {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 1280px) {
  .header__phones:hover .header__phones-dropdown {
    display: flex;
  }
  .header__phones:hover .header__phones-top-icon svg {
    transform: rotateZ(180deg);
  }
}
@media (max-width: 1279px) {
  .header__phones.is--open .header__phones-dropdown {
    display: flex;
  }
  .header__phones.is--open .header__phones-top-icon svg {
    transform: rotateZ(180deg);
  }
}
@media (max-width: 992px) {
  .header__phones {
    display: none;
  }
}
.header__phones:hover .header__phones-top .btn {
  background: #94DADD;
}
.header__phones:hover .header__phones-top .btn svg path {
  fill: #000;
}
.header__phones:active .header__phones-top .btn {
  background: #FFFFFF;
}
.header__phones:active .header__phones-top .btn svg path {
  fill: #004E51;
}

.header__phones-top {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header__phones-top .btn {
  width: 60px;
  height: 45px;
  border-radius: 10px;
}

.header__phones-top-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.header__phones-top-icon {
  cursor: pointer;
  display: inline-flex;
  width: 24px;
  height: 24px;
  justify-content: center;
}
.header__phones-top-icon svg {
  transition: transform 0.2s ease-in;
}

.header__phones-dropdown {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  flex-direction: column;
  z-index: 1;
  min-width: 230px;
  padding-top: 10px;
}

.header__phones-dropdown-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  background: #FFFFFF;
  border: 1px solid #00C5CD;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  gap: 10px;
}

.header__phones-dropdown-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #000000;
}
.header__phones-dropdown-link span {
  white-space: nowrap;
}
.header__phones-dropdown-link:hover {
  color: rgba(0, 0, 0, 0.2);
}

.header__phones-dropdown-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

body.logged-in .header__account-account {
  position: relative;
}
body.logged-in .header__account-account svg {
  display: block;
}
body.logged-in .header__account-account:hover .header__account-dropdown, body.logged-in .header__account-account.open .header__account-dropdown {
  display: flex;
}
@media (max-width: 992px) {
  body .header__account-account, body .header__account-register {
    font-size: 12px;
    padding: 12px 9px;
  }
  body .header__account-account svg, body .header__account-register svg {
    display: block;
  }
  body.logged-in .header__account-register {
    display: none;
  }
  body.logged-in .header__account-account {
    width: 40px;
    height: 40px;
  }
  body.logged-in .header__account-account span {
    display: none;
  }
  body.logged-in .header__account-link span {
    display: block;
  }
  body:not(body.logged-in) .header__account-account {
    display: none;
  }
  body:not(body.logged-in) .header__account-register {
    padding: 9px 9px;
    height: 40px;
    background: #00C5CD;
    color: #000000;
    font-size: 12px;
  }
  body:not(body.logged-in) .header__account-register svg {
    display: none;
  }
}

.header__account-dropdown-wrap {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  flex-direction: column;
  padding: 14px 10px;
  display: flex;
}

.header__account-dropdown {
  position: absolute;
  width: 240px;
  top: 40px;
  right: -60px;
  display: none;
  padding-top: 10px;
}

.header__account-addons {
  padding: 20px 0;
  flex-direction: column;
  display: flex;
}

.header__account-link {
  padding: 6px 10px;
  display: flex;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
}
.header__account-link span {
  text-transform: none;
}
.header__account-link svg {
  flex-shrink: 0;
}
.header__account-link:hover {
  background: rgba(0, 197, 205, 0.1);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

header {
  height: 80px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}
header.hide .header__block {
  transform: translateY(-100px);
}

.header__block {
  position: fixed;
  background: #F0F8F8;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  transform: translateX(0);
  transition: transform 0.3s ease-in;
}
.header__block > .container {
  padding: 14px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
@media (max-width: 992px) {
  .header__block > .container {
    gap: 0px;
    padding: 14px 15px;
  }
}

.header__account-register svg, .header__account-account svg {
  display: none;
}

.header__left {
  width: calc(50% - 105px);
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .header__left {
    width: calc(50% - 50px);
  }
}

.header-menu__btn {
  width: 40px;
  height: 40px;
  display: inline-flex;
  flex-shrink: 0;
  caret-color: transparent;
}

.header-menu__btn-wrap {
  display: inline-flex;
  align-items: flex-start;
  text-align: center;
  background: #333;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  flex-direction: column;
  justify-content: center;
  padding-left: 9px;
  caret-color: transparent;
  gap: 4px;
}
.header-menu__btn-wrap span {
  border-bottom: 3px solid #FFFFFF;
}
.header-menu__btn-wrap span:nth-child(1) {
  width: 22px;
}
.header-menu__btn-wrap span:nth-child(2) {
  width: 16px;
}
.header-menu__btn-wrap span:nth-child(3) {
  width: 8px;
}

.header-menu__wrap {
  position: fixed;
  top: 50px;
  display: none;
  z-index: 1001;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  left: -200%;
  width: 100%;
  overflow: hidden;
  border-bottom: 3px solid #03959B;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 15px 15px;
}

.header-menu__wrapped {
  background: #ffffff;
  position: relative;
  top: 30px;
  width: 100%;
  margin-bottom: 30px;
}
.header-menu__wrapped:before {
  content: "";
  right: 0;
  top: 0px;
  z-index: 1;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='758' height='424' viewBox='0 0 758 424' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_1439_7195)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M345.018 -183.371C381.394 -219.745 441.824 -217.403 475.099 -176.335C502.299 -142.766 499.069 -93.7182 470.49 -61.3117C461.152 -50.7252 457.354 -36.3741 460.747 -20.1759L463.684 -6.16618C466.821 8.79948 476.436 21.4087 489.687 29.0418C501.102 35.6138 510.617 45.0828 517.248 56.4598C524.953 69.6847 537.627 79.249 552.622 82.3036L565.497 84.9305C581.069 88.1034 596.727 82.9246 608.668 72.4364C613.247 68.4218 618.387 64.7738 624.149 61.5975C653.688 45.3033 691.005 47.3447 718.12 67.4149C762.255 100.077 765.675 162.68 728.371 199.983C708.889 219.463 682.529 227.791 657.125 225.037C637.613 222.921 618.019 227.933 602.216 239.913L601.434 240.505C584.323 253.474 573.796 273.3 572.64 294.738C571.751 311.184 565.036 327.371 552.471 339.935C539.713 352.694 523.22 359.429 506.51 360.154C485.171 361.075 465.397 371.575 452.374 388.508L451.869 389.163C440.05 404.529 434.991 423.94 437.398 443.176C440.627 469.009 432.362 495.993 412.52 515.835C378.012 550.343 321.855 550.005 287.771 514.822C255.778 481.795 255.446 427.232 287.062 393.839C305.849 373.998 331.551 364.973 356.655 366.715C375.742 368.039 394.503 361.307 408.865 348.668C424.761 334.679 435.039 314.598 434.242 293.439C433.544 274.87 440.265 256.089 454.443 241.907C469.997 226.354 491.092 219.765 511.365 222.103C527.997 224.02 544.485 217.54 555.761 205.159L578.969 179.679C583.018 175.234 584.436 169.006 582.721 163.242C582.7 163.179 582.682 163.117 582.664 163.055C580.849 156.91 575.879 152.237 569.603 150.959L547.91 146.538C529.006 142.684 509.499 146.847 493.425 157.519C477.116 168.35 456.398 173.005 434.375 167.951C407.011 161.67 384.944 139.636 378.615 112.283C373.552 90.4031 378.09 69.8217 388.738 53.5545C399.328 37.3822 403.446 17.8437 399.486 -1.08025L394.152 -26.5304C393.037 -31.8576 388.837 -35.7684 383.589 -37.2004C383.37 -37.2604 383.151 -37.3193 382.935 -37.382C378.011 -38.7659 372.744 -37.8091 369.051 -34.2707L341.371 -7.76775C330.12 3.00339 323.764 18.5362 326.349 33.8973C329.947 55.2636 323.502 77.9893 307.013 94.4793C292.606 108.886 273.441 115.601 254.58 114.654C234.93 113.667 215.648 120.034 201.071 135.925L193.152 144.565C182.022 156.696 177.362 172.954 178.316 189.391C179.713 213.41 171.272 237.879 152.915 256.234C118.435 290.715 62.3381 290.403 28.2473 255.302C-4.33843 221.75 -4.03784 165.978 28.8918 132.761C49.3843 112.087 77.584 103.848 104.271 107.945C120.913 110.503 137.927 107.612 151.65 97.8553L162.402 90.2069C177.721 79.3112 188.249 62.2008 188.772 43.411C189.25 26.362 195.971 9.46793 208.987 -3.549C220.819 -15.3802 235.858 -22.0146 251.303 -23.4797C273.286 -25.5679 293.55 -36.2226 306.579 -54.2785L307.164 -55.09C318.365 -70.6174 323.176 -89.8825 320.392 -108.827C316.512 -135.229 324.694 -163.045 345.018 -183.371ZM634.362 300.638C655.715 279.284 692.189 282.268 709.318 309.587C718.79 324.695 718.713 344.668 709.185 359.741C701.127 372.478 688.909 379.8 675.999 381.835C657.623 384.726 640.144 391.725 626.987 404.882L618.973 412.895C606.015 425.853 596.514 442.471 594.717 460.708C593.673 471.286 589.13 481.566 581.017 489.68C559.628 511.07 523.061 508.039 505.971 480.586C496.76 465.789 496.637 446.363 505.658 431.45C513.116 419.129 524.368 411.723 536.479 409.063C554.104 405.191 570.775 397.858 583.533 385.097L599.352 369.282C611.323 357.308 618.112 341.596 621.377 324.984C623.131 316.068 627.436 307.564 634.362 300.638ZM266.824 175.45C291.123 159.831 323.376 159.961 347.566 175.738C389.433 203.038 393.718 259.702 360.411 293.009C344.83 308.586 324.145 315.919 303.745 315.034C285.912 314.262 268.601 321.08 255.98 333.702L255.945 333.737C243.325 346.359 236.504 363.666 237.279 381.503C238.161 401.903 230.831 422.587 215.251 438.169C181.945 471.475 125.283 467.191 97.9807 425.324C82.2038 401.133 82.0732 368.877 97.6926 344.583C113.77 319.573 140.222 307.844 166.074 309.314C183.543 310.313 200.452 302.954 212.824 290.581C225.195 278.209 232.555 261.3 231.559 243.829C230.086 217.977 241.819 191.524 266.824 175.45ZM185.606 -164.399C200.627 -173.725 220.407 -173.719 235.394 -164.333C262.732 -147.21 265.72 -110.724 244.363 -89.3634C237.143 -82.1466 228.214 -77.7764 218.885 -76.1808C201.602 -73.2212 185.206 -66.4319 172.805 -54.0304L158.498 -39.7248C146.1 -27.3259 139.314 -10.9303 136.355 6.35628C134.756 15.6831 130.386 24.6105 123.169 31.8309C101.809 53.1877 65.3234 50.1987 48.2004 22.8612C38.8142 7.87437 38.8045 -11.9053 48.1349 -26.9269C55.8959 -39.4266 67.6042 -46.7482 80.0891 -49.0802C98.0675 -52.4315 115.113 -59.5773 128.044 -72.508L140.021 -84.4884C152.955 -97.4157 160.1 -114.465 163.455 -132.441C165.782 -144.925 173.108 -156.634 185.606 -164.399ZM543.854 -104.17C573.366 -133.683 621.217 -133.683 650.73 -104.17C680.243 -74.6578 680.243 -26.8063 650.73 2.70686C621.22 32.2197 573.365 32.2164 543.856 2.70686C514.34 -26.8063 514.341 -74.6579 543.854 -104.17Z' fill='%23393844' fill-opacity='0.03' shape-rendering='crispEdges'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_1439_7195' x='0' y='-210' width='758' height='758.465' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='3'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_1439_7195'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1439_7195' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 758px;
  background-size: 85%;
  background-repeat: no-repeat;
  height: 424px;
}
.header-menu__wrapped .header-menu__item-depth-0 .drop {
  padding: 0px;
}
.header-menu__wrapped .header-menu__item-depth-0 > a {
  padding: 5px 10px;
  display: inline-flex;
}

.header-menu__inner {
  display: flex;
  flex-wrap: wrap;
  column-gap: 80px;
  row-gap: 20px;
  position: relative;
  flex-direction: row;
  padding: 20px 5px 30px 5px;
  overflow: hidden;
  top: 0px;
  z-index: 1;
}

.menu-main {
  width: calc(33.33% - 80px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1280px) {
  .menu-main {
    width: 100%;
  }
}
.menu-main a {
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  text-transform: uppercase;
  color: #000000;
}

.menu-brands-wrap {
  width: calc(33.33% - 80px);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 1280px) {
  .menu-brands-wrap {
    width: 100%;
  }
}

.menu-brands-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  color: #00ABB1;
  margin-left: 10px;
  display: none;
}

.menu-brands {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.menu-brands a {
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  text-transform: uppercase;
  color: #000000;
}

.menu-else {
  width: calc(33.33% - 80px);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.menu-else a {
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  text-transform: uppercase;
  color: #000000;
}
@media screen and (max-width: 1280px) {
  .menu-else {
    width: 100%;
  }
}

.header-menu__shop {
  position: relative;
  display: inline-flex;
}
.header-menu__shop.open .header-menu__wrap {
  display: block;
  opacity: 1;
  visibility: visible;
  left: 0;
}
.header-menu__shop.open .header-menu__btn-wrap span {
  width: 32px;
  transition: transform 0.2s ease-in;
}
.header-menu__shop.open .header-menu__btn-wrap span:nth-child(1) {
  top: 4px;
  position: relative;
  transform: rotate(45deg);
  left: -4px;
}
.header-menu__shop.open .header-menu__btn-wrap span:nth-child(2) {
  top: -3px;
  position: relative;
  transform: rotate(135deg);
  left: -4px;
}
.header-menu__shop.open .header-menu__btn-wrap span:nth-child(3) {
  display: none;
}

.menu-top {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sub-nav {
  display: none;
  position: absolute;
  top: 30px;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  left: -200%;
  z-index: 10;
}

.sub-nav-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  top: 4px;
  padding: 20px 20px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  gap: 10px;
}

.header-menu__item-depth-0 {
  position: relative;
}
.header-menu__item-depth-0 .drop, .header-menu__item-depth-0 > a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px;
  cursor: pointer;
}
.header-menu__item-depth-0 .drop-link, .header-menu__item-depth-0 > a {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .header-menu__item-depth-0 > a:not(.drop-link):hover {
    background: #f6f6fc;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
  }
}
.header-menu__item-depth-0 .header-icon {
  cursor: pointer;
}
@media (min-width: 992px) {
  .header-menu__item-depth-0.open .drop {
    background: #f6f6fc;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
  }
}
.header-menu__item-depth-0.open .sub-nav {
  display: block;
  opacity: 1;
  visibility: visible;
  left: 0px;
}

.header-menu__item-depth-1 {
  position: relative;
}
.header-menu__item-depth-1 a {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  text-transform: uppercase;
  color: #000000;
  white-space: nowrap;
  padding: 5px 10px;
}
@media (hover: hover) and (pointer: fine) {
  .header-menu__item-depth-1 a:hover {
    background: #f6f6fc;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
  }
}
.header-menu__item-depth-1:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.header-menu__item-depth-1:last-child:after {
  content: unset;
}

.header-menu {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .header-menu {
    display: none;
  }
}

#mobile_menu {
  display: none;
}
#mobile_menu .header__phones {
  display: flex;
}

@media screen and (max-width: 1280px) {
  #mobile_menu {
    position: fixed;
    left: -200%;
    top: 0;
    right: 0%;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #F0F8F8;
    z-index: 999999;
    transition: all 0.3s;
    display: block;
  }
  body.mobile-menu-open #mobile_menu {
    left: 0;
  }
  .mobile__menu-block {
    width: 100%;
    max-width: 500px;
    padding: 10px 20px 20px;
  }
  #mobile_menu_top {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  #mobile_menu_close {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    border-radius: 10px;
  }
  #mobile_menu_top_elements {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 50px);
  }
  #mobile_menu_body {
    display: flex;
    flex-direction: column;
    overflow: auto;
    height: calc(100vh - 100px);
  }
  .header-menushop__inner {
    gap: 15px;
    position: relative;
    flex-direction: column;
    display: flex;
    padding: 0;
    top: 20px;
  }
  .header-menushop__inner .header-menu__item-depth-0 a {
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
    text-transform: uppercase;
    color: #000000;
    white-space: normal;
    padding: 5px;
  }
  .header-menushop__inner .header-menu__item-depth-0 a.drop-link {
    padding: 0;
    color: #00C5CD;
  }
  .header-menushop__inner .header-menu__item-depth-0.dropdown .drop {
    justify-content: space-between;
  }
  .header-menushop__inner .header-menu__item-depth-0.dropdown .header-icon {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-menushop__inner .header-menu__item-depth-0.dropdown.open .header-icon svg {
    transform: rotateZ(-180deg);
  }
  .header-menushop__inner .sub-nav {
    position: relative;
    top: 0;
    padding: 15px 0px 0px 15px;
  }
  .header-menushop__inner .sub-nav-wrap {
    background: transparent;
    border: 0;
    top: 0;
    padding: 0;
    border-radius: 0;
  }
}
.header__logo {
  width: 180px;
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .header__logo {
    width: 100px;
  }
}
.header__logo img {
  height: 52px;
  width: 146px;
}
@media (max-width: 992px) {
  .header__logo img {
    width: 100px;
    height: auto;
  }
}

.header__right {
  width: calc(50% - 105px);
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .header__right {
    width: calc(50% - 50px);
  }
}

.header__account {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__account-account {
  width: 45px;
  height: 45px;
  padding: 13px;
}
.header__account-account svg {
  display: none;
}
.header__account-account:hover {
  background: #E0E7FF;
}
.header__account-account:hover svg path {
  fill: black;
}
.header__account-account:active {
  background: #FFFFFF;
}
.header__account-account:active > svg path {
  fill: #0E40D7;
}

.header__account-register {
  border-radius: 20px;
  height: 45px;
}
.header__account-register:hover {
  background: #CBEFF0;
}
.header__account-register:active {
  background: #00B5BC;
  color: white;
}

@media screen and (max-width: 767px) {
  .header__account .header__account-register {
    display: none;
  }
}
.header__account-login {
  border-radius: 20px;
  height: 45px;
}
.header__account-login:hover {
  background: #1b2e8f;
}
.header__account-login:active {
  background: #1b2e8f;
  color: white;
}
@media screen and (max-width: 767px) {
  .header__account-login {
    height: 36px;
    padding: 8px 8px;
    font-size: 12px;
    align-self: flex-end;
  }
  .header__account-login svg {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .header__account-login {
    font-size: 11px;
  }
}

.cart-block {
  width: 50px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.cart-block.empty--cart {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .cart-block:hover svg {
    width: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 992px) {
  .cart-block {
    width: 40px;
    height: 40px;
    border-width: 2px;
  }
  .cart-block img {
    width: 20px;
  }
}

.cart-total,
.wishlist-total {
  min-width: 24px;
  height: 24px;
  background: #00C5CD;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  display: flex;
  align-items: center;
  color: #000000;
  position: absolute;
  border-radius: 100%;
  width: auto;
  justify-content: center;
  top: -8px;
  right: -4px;
  padding: 0 4px;
}

.breadcrumbs {
  position: relative;
  background-color: transparent;
  padding: 16px 0;
  z-index: 1;
}
.breadcrumbs.is--dark .breadcrumbs__link svg path {
  fill: black;
}
.breadcrumbs.is--dark .breadcrumbs__link:after {
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='6' viewBox='0 0 5 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.57736 2.13652L1.20396 0.113251C0.676988 -0.202164 0 0.178642 0 0.794086V4.97526C0 5.59455 0.676988 5.97151 1.20396 5.65609L4.57736 3.63282C5.13895 3.29433 5.1428 2.47502 4.57736 2.13652Z' fill='black'/%3E%3C/svg%3E%0A");
}

.breadcrumbs__block {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  overflow: auto;
}
.breadcrumbs__block::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}
.breadcrumbs__block::-webkit-scrollbar-track {
  background: transparent;
}
.breadcrumbs__block::-webkit-scrollbar-thumb {
  background: transparent;
}

.breadcrumbs__items {
  display: flex;
  overflow: auto;
  flex-wrap: nowrap;
}

.breadcrumbs__item {
  display: inline-block;
  position: relative;
  margin-right: 8px;
}
.breadcrumbs__item:last-child {
  margin-right: 0px;
}
.breadcrumbs__item:last-child .breadcrumbs__link:after {
  content: unset;
  display: none;
}
.breadcrumbs__item:last-child .breadcrumbs__link span {
  color: black;
}

.breadcrumbs__link {
  display: flex;
  align-items: center;
  gap: 8px;
}
.breadcrumbs__link span {
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: black;
}
.breadcrumbs__link svg {
  margin-right: -4px;
  flex-shrink: 0;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumbs__link:hover span {
    color: black;
  }
}
.breadcrumbs__link:after {
  content: "";
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='6' viewBox='0 0 5 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.57736 2.13652L1.20396 0.113251C0.676988 -0.202164 0 0.178642 0 0.794086V4.97526C0 5.59455 0.676988 5.97151 1.20396 5.65609L4.57736 3.63282C5.13895 3.29433 5.1428 2.47502 4.57736 2.13652Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: 7px 6px;
  background-repeat: no-repeat;
  right: 0;
  top: 0px;
  width: 10px;
  height: 10px;
}

@media (max-width: 991px) {
  .breadcrumbs {
    padding: 8px 0;
  }
}
.wpcf7 {
  display: flex;
  flex-direction: column;
}
.wpcf7 .screen-reader-response {
  display: none;
}

input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] {
  user-select: auto;
  -webkit-user-select: auto; /* Safari, Chrome */
  -moz-user-select: auto; /* Firefox */
  -ms-user-select: auto;
  caret-color: black;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 25px;
  height: 50px;
  border: 1px solid #a6a6a6;
  border-radius: 10px;
  outline: 0;
  font-size: 16px;
  font-weight: 400;
}
input[type=date]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder {
  font-size: 14px;
}

textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 25px;
  height: 90px;
  border: 1px solid #a6a6a6;
  border-radius: 10px;
  outline: 0;
  font-size: 16px;
  font-weight: 400;
  user-select: auto;
  -webkit-user-select: auto; /* Safari, Chrome */
  -moz-user-select: auto; /* Firefox */
  -ms-user-select: auto;
  caret-color: black;
}
textarea::-webkit-input-placeholder {
  font-size: 14px;
}

.cf7vb-buildr-frontend {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px;
  padding-top: 20px;
}
.cf7vb-buildr-frontend input[type=date], .cf7vb-buildr-frontend input[type=datetime-local], .cf7vb-buildr-frontend input[type=datetime], .cf7vb-buildr-frontend input[type=email], .cf7vb-buildr-frontend input[type=month], .cf7vb-buildr-frontend input[type=number], .cf7vb-buildr-frontend input[type=password], .cf7vb-buildr-frontend input[type=search], .cf7vb-buildr-frontend input[type=tel], .cf7vb-buildr-frontend input[type=text], .cf7vb-buildr-frontend input[type=time], .cf7vb-buildr-frontend input[type=url], .cf7vb-buildr-frontend input[type=week] {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #CBD2D9;
  background: #FFF;
  height: 48px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  padding: 10px 12px;
  outline: 0;
  color: black;
}
.cf7vb-buildr-frontend input[type=date].wpcf7-not-valid, .cf7vb-buildr-frontend input[type=datetime-local].wpcf7-not-valid, .cf7vb-buildr-frontend input[type=datetime].wpcf7-not-valid, .cf7vb-buildr-frontend input[type=email].wpcf7-not-valid, .cf7vb-buildr-frontend input[type=month].wpcf7-not-valid, .cf7vb-buildr-frontend input[type=number].wpcf7-not-valid, .cf7vb-buildr-frontend input[type=password].wpcf7-not-valid, .cf7vb-buildr-frontend input[type=search].wpcf7-not-valid, .cf7vb-buildr-frontend input[type=tel].wpcf7-not-valid, .cf7vb-buildr-frontend input[type=text].wpcf7-not-valid, .cf7vb-buildr-frontend input[type=time].wpcf7-not-valid, .cf7vb-buildr-frontend input[type=url].wpcf7-not-valid, .cf7vb-buildr-frontend input[type=week].wpcf7-not-valid {
  background: #ffe4e4;
  border-color: red !important;
}
.cf7vb-buildr-frontend input[type=file] {
  width: 100%;
  background: #FFF;
  height: 48px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  padding: 10px 12px;
  outline: 0;
  display: block;
}
.cf7vb-buildr-frontend input[type=file].wpcf7-not-valid {
  color: red;
}
.cf7vb-buildr-frontend input[type=file]::file-selector-button {
  background-color: #000000;
  color: white;
  padding: 8px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}
.cf7vb-buildr-frontend input[type=file]::file-selector-button::hover {
  background-color: #000000;
}

.cf7vb-buildr-control {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cf7vb-buildr-control.w-half {
  width: calc(50% - 15px);
}
@media (max-width: 768px) {
  .cf7vb-buildr-control.w-half {
    width: 100%;
  }
}
.cf7vb-buildr-control.w-full {
  width: 100%;
}

.cf7vb-buildr-actions {
  width: 100%;
}
.cf7vb-buildr-actions .wpcf7-submit {
  width: 100%;
  background-color: #000000;
  color: white;
  padding: 16px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

label[for=webinar-file], label[for=webinar-phone] {
  top: -18px;
  transform: none;
}
@media (max-width: 768px) {
  label[for=webinar-file], label[for=webinar-phone] {
    top: -20px;
  }
}

.cf7vb-buildr-control:focus-within .cf7vb-buildr-control-label,
.cf7vb-buildr-control.filled .cf7vb-buildr-control-label {
  top: -18px;
  transform: none;
}
@media (max-width: 768px) {
  .cf7vb-buildr-control:focus-within .cf7vb-buildr-control-label,
  .cf7vb-buildr-control.filled .cf7vb-buildr-control-label {
    top: -20px;
  }
}

.cf7vb-buildr-control-label {
  display: block;
  color: #0C1523;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0.75rem;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all 0.2s ease;
  z-index: 1;
}

.wpcf7-form {
  position: relative;
  display: flex;
  flex-direction: column;
}
.wpcf7-form .wpcf7-response-output {
  display: none;
}
.wpcf7-form.sent .cf7vb-buildr-frontend {
  display: none;
}
.wpcf7-form.sent .wpcf7-response-output {
  display: block;
  border: 0;
  font-size: 16px;
  color: black;
  margin: 0;
  padding: 0;
}
.wpcf7-form.submitting .wpcf7-spinner {
  visibility: visible;
}
.wpcf7-form.submitting input, .wpcf7-form.submitting label, .wpcf7-form.submitting span:not(.wpcf7-spinner), .wpcf7-form.submitting div:not(.form-submit) {
  opacity: 0.4;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.form-success {
  align-items: center;
  display: none;
  flex-direction: column;
  margin: 0 auto 20px auto !important;
}
.form-success.show {
  display: flex;
}

.form-success__icon {
  height: 50px;
  margin: 0 auto 20px auto;
  width: 50px;
}
.form-success__icon svg, .form-success__icon img {
  max-width: 100%;
  height: auto;
}

.form-success__text {
  color: #191932;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-spinner {
  border: 4px solid black !important;
  border-radius: 50% !important;
  border-top: 5px solid white !important;
  width: 30px !important;
  height: 30px !important;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  position: absolute !important;
  left: calc(50% - 15px) !important;
  top: calc(50% - 15px) !important;
  margin: 0 !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  z-index: 100;
  opacity: 1 !important;
  background-color: black !important;
  transform: translate(-50%, -50%);
  visibility: hidden;
}

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #191932;
  background-clip: padding-box;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid grey;
  border-radius: 0;
  display: block;
  outline: 0;
  height: 54px;
  padding: 14px 20px 14px 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
  margin-bottom: 24px;
}
.form-control.error:not([type=checkbox]) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-position: right 0px center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 10px) calc(0.75em + 10px);
  border-color: #dc3545;
  padding-right: calc(1.5em + 20px);
  z-index: 1;
}
.form-control.error:not([type=checkbox]):focus {
  border-color: red;
}
.form-control.valid:not([type=checkbox]) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2337BBD5' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-position: right 0px center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 10px) calc(0.75em + 10px);
  border-color: black;
  padding-right: calc(1.5em + 20px);
  z-index: 1;
}
.form-control.valid:not([type=checkbox]):focus {
  border-color: black;
}

textarea.form-control {
  resize: vertical;
  height: calc(8rem + 22px);
}
textarea.form-control.error, textarea.form-control.valid {
  background-position: top 0px right 0px;
  padding-right: calc(1.5em + 20px);
}

input[type=file] {
  display: none;
}

.form-file-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  border: 1px solid transparent;
}
.form-file-button svg {
  width: 20px;
  height: 20px;
  margin-left: 16px;
  flex-shrink: 0;
}
.form-file-button span {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #353A3B;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.form-row label {
  color: #0C1523;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
.form-row label .optional {
  display: none;
}
.form-row label .required {
  color: red;
}
.form-row.label--center {
  align-items: center;
}

.form-group {
  padding: 0;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .form-group:hover .form-control {
    border-bottom: 1px solid black !important;
  }
}
.form-group .input-error {
  color: red !important;
  font-size: 12px !important;
  font-weight: normal !important;
  display: block !important;
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: left;
}
.form-group.required:after {
  content: "*";
  position: absolute;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: black;
  top: 16px;
  right: 6px;
}
.form-group.required.with-label:after {
  top: 40px;
}
.form-group.as-file {
  display: flex;
  column-gap: 56px;
  flex-direction: row;
  width: 100%;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.form-group.as-file .wpcf7-form-control-wrap {
  display: none;
}
.form-group.as-file .input-file-name {
  display: none;
  order: 1;
  align-items: center;
  width: calc(45% - 28px);
  gap: 8px;
  font-size: 14px;
  color: grey;
}
.form-group.as-file .input-file-name span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: grey;
  max-width: 150px;
  margin-right: 16px;
}
.form-group.as-file .input-file-name svg {
  flex-shrink: 0;
}
.form-group.as-file label {
  order: 2;
  position: relative;
  width: calc(55% - 28px);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: grey;
}
.form-group.as-file label:after {
  content: unset;
  display: none;
}
.form-group.as-file .form-file-button {
  order: 1;
  position: relative;
  width: calc(45% - 28px);
}
.form-group.as-file.error .form-file-button {
  border: 1px solid red;
  background: rgba(255, 168, 168, 0.5);
}
.form-group.accept label {
  display: flex;
  gap: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.2px;
  color: #191932;
}
.form-group.accept label a {
  color: black;
  text-decoration: underline;
}
.form-group .iti__dropdown-content {
  font-size: 14px;
}

label {
  display: inline-block;
}

.form-label {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: #191932;
}

.form-submit {
  margin: 24px 0 0 0;
  text-align: center;
}

input[type=checkbox] {
  -webkit-print-color-adjust: exact;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid grey;
  color-adjust: exact;
  flex-shrink: 0;
  height: 20px;
  margin: 0;
  width: 20px;
  border-radius: 4px;
  cursor: pointer;
  padding: 0;
}
input[type=checkbox]:active {
  filter: brightness(90%);
}
input[type=checkbox]:focus {
  border-color: grey;
  outline: 0;
}
input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 12px;
  height: 12px;
  background: black;
  border-radius: 2px;
}
input[type=checkbox]:disabled {
  filter: none;
  opacity: 0.5;
  pointer-events: none;
}
input[type=checkbox]:disabled ~ label {
  opacity: 0.5;
}

textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #a6a6a6;
  background: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  padding: 10px 12px;
  outline: 0;
  color: black;
  width: 100%;
  height: 70px;
  resize: none;
}

input[type=radio] {
  -webkit-print-color-adjust: exact;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #CED4DA;
  color-adjust: exact;
  flex-shrink: 0;
  height: 24px;
  margin: 0;
  width: 24px;
  border-radius: 50%;
  padding: 0;
  position: relative;
  cursor: pointer;
}
input[type=radio]:active {
  filter: brightness(90%);
}
input[type=radio]:focus {
  border-color: #000000;
  outline: 0;
}
input[type=radio]:checked {
  border-color: #000000;
}
input[type=radio]:checked:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 12px;
  height: 12px;
  background: #000000;
  border-radius: 50%;
}
input[type=radio]:disabled {
  filter: none;
  opacity: 0.5;
  pointer-events: none;
}
input[type=radio]:disabled ~ label {
  opacity: 0.5;
}

input.input-hide {
  display: none;
}

.form__disclaimer {
  font-size: 1.35rem;
  margin: auto;
  max-height: 100%;
  overflow-y: auto;
}

.form__shorttext {
  background-color: white;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0 auto 3rem;
  padding: 0.5rem 1rem;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

@media (max-width: 768px) {
  .form__disclaimer {
    padding: 0 1rem;
  }
}
.wpcf7-form-control-wrap .iti__country-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 12px;
}
.wpcf7-form-control-wrap .iti input[type=tel] {
  padding-left: 90px !important;
}
.wpcf7-form-control-wrap .iti__dropdown-content {
  top: 44px;
  left: 1px;
  border-radius: 10px;
}
.wpcf7-form-control-wrap .iti__country-name {
  font-size: 12px;
}
.wpcf7-form-control-wrap .iti__dial-code {
  font-size: 14px;
}
.wpcf7-form-control-wrap .iti__country {
  padding: 2px var(--iti-spacer-horizontal);
}

.iti--container {
  z-index: 99999999999999 !important;
}

body.logged-in label[for=webinar-file] {
  display: none;
}
body.logged-in span[data-name=webinar-file] {
  display: none;
}
body.logged-in .cf7vb-buildr-control:has(span[data-name=webinar-file]) {
  display: none;
}

@media (max-width: 767px) {
  body.single-product #toTop {
    display: none;
  }
}
.product__image {
  grid-column: auto/span 6;
}
@media (max-width: 992px) {
  .product__image {
    grid-column: auto/span 12;
  }
}

.woocommerce-product-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 1200px) {
  .woocommerce-product-gallery {
    min-height: 550px;
  }
}
@media (min-width: 1025px) {
  .woocommerce-product-gallery {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1025px) {
  .woocommerce-product-gallery.has--thumb .product__image-images {
    max-width: calc(100% - 164px);
  }
}
@media (max-width: 992px) {
  .woocommerce-product-gallery {
    gap: 15px;
  }
}
.woocommerce-product-gallery.youtube--initialised .woocommerce-product-gallery__wrapper, .woocommerce-product-gallery.video--initialised .woocommerce-product-gallery__wrapper {
  z-index: 2;
  position: relative;
}
.woocommerce-product-gallery.youtube--initialised .product-gallery, .woocommerce-product-gallery.video--initialised .product-gallery {
  display: none;
}
.woocommerce-product-gallery.youtube--initialised .product-page__image-award, .woocommerce-product-gallery.video--initialised .product-page__image-award {
  display: none;
}

.product__image-carousel {
  position: relative;
  width: 100%;
  touch-action: pan-y;
  margin-inline: -5px;
}

.product__image-images {
  overflow: hidden;
}
@media (min-width: 1025px) {
  .product__image-images {
    flex: 0 0 100%;
    max-width: 100%;
    align-self: flex-start;
  }
}

.product__image-carousel-inner {
  position: relative;
  margin: 0;
}
@media (max-width: 767px) {
  .product__image-carousel-inner .sw-nav-arrows {
    display: none;
  }
}
.product__image-carousel-inner:hover .sw-nav-arrows {
  display: block;
}

.product__image-carousel-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: initial;
  box-sizing: content-box;
  transform: translate3d(0px, 0, 0);
}

.product__image-carousel-item {
  position: relative;
  height: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 5px;
  transition-property: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.woocommerce-product-gallery__image {
  position: relative;
  margin: 0;
  padding: 0;
  aspect-ratio: 1;
  background: #FFFFFF;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
  border-radius: 60px;
}
.woocommerce-product-gallery__image img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 50px;
}
@media (max-width: 768px) {
  .woocommerce-product-gallery__image {
    border-radius: 45px;
  }
}

.sw-nav-arrows {
  position: absolute;
  top: calc(50% - 25px);
  width: 100%;
  z-index: 1;
  display: none;
}

.sw-btn-arrow {
  transition: all 0.25s ease;
  position: absolute;
  top: 0;
  z-index: 250;
  transform: none;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
}
.sw-btn-arrow.is--disabled {
  opacity: 0.2;
}

.sw-prev {
  inset-inline-end: calc(100% - 75px);
}
.sw-prev .sw-arrow-inner:before {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' height='36px' width='36px' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 330.002 330.002' stroke='%23ffffff'%3E%3Cpath d='M233.25,306.001L127.5,165.005L233.25,24.001c4.971-6.628,3.627-16.03-3-21c-6.627-4.971-16.03-3.626-21,3 L96.75,156.005c-4,5.333-4,12.667,0,18l112.5,149.996c2.947,3.93,7.451,6.001,12.012,6.001c3.131,0,6.29-0.978,8.988-3.001 C236.878,322.03,238.221,312.628,233.25,306.001z'%3E%3C/path%3E%3C/svg%3E");
}

.sw-next {
  inset-inline-end: unset;
  inset-inline-start: calc(100% - 75px);
}
.sw-next .sw-arrow-inner:before {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' height='36px' width='36px' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 330.002 330.002' stroke='%23ffffff'%3E%3Cpath d='M233.252,155.997L120.752,6.001c-4.972-6.628-14.372-7.97-21-3c-6.628,4.971-7.971,14.373-3,21 l105.75,140.997L96.752,306.001c-4.971,6.627-3.627,16.03,3,21c2.698,2.024,5.856,3.001,8.988,3.001 c4.561,0,9.065-2.072,12.012-6.001l112.5-150.004C237.252,168.664,237.252,161.33,233.252,155.997z'%3E%3C/path%3E%3C/svg%3E");
}

.sw-arrow-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  transition: all 0.25s ease;
  position: relative;
}
.sw-arrow-inner:before {
  content: "";
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 1025px) {
  .product__image-thumb {
    flex: 1 1 auto;
    order: -1;
    height: var(--wd-thumbs-height, auto);
  }
  .product__image-thumb .sw-nav-arrows {
    display: flex;
    gap: 5px;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: calc(100% - 32px);
    height: 30px;
    opacity: 0;
    visibility: hidden;
  }
  .product__image-thumb .sw-nav-arrows .sw-arrow-inner {
    height: 30px;
    width: 60px;
  }
  .product__image-thumb .sw-nav-arrows .sw-arrow-inner:before {
    width: 18px;
    height: 18px;
  }
  .product__image-thumb .sw-nav-arrows .sw-prev .sw-arrow-inner:before {
    transform: rotate(90deg);
  }
  .product__image-thumb .sw-nav-arrows .sw-next .sw-arrow-inner:before {
    transform: rotate(90deg);
  }
}

.woocommerce-product-gallery__wrapper {
  margin: 0;
  padding: 0;
}

.product__image-thumb-inner {
  margin: 0;
}
@media (min-width: 1025px) {
  .product__image-thumb-inner {
    position: absolute;
    inset: 0;
  }
}

.product__image-thumb-wrap {
  position: relative;
  padding: 0;
  overflow: hidden;
  padding: 5px;
}
@media (min-width: 1025px) {
  .product__image-thumb-wrap {
    margin-inline: 0;
    touch-action: pan-x;
    height: calc(var(--wd-thumbs-height, 100%) - 30px);
  }
}
@media (max-width: 768px) {
  .product__image-thumb-wrap:not(.initialized) {
    max-height: 100px;
  }
  .product__image-thumb-wrap:not(.initialized) .product__image-thumb-item {
    width: 114px;
  }
}

@media (min-width: 1025px) {
  .product__image-thumb-wrapper {
    flex-direction: column;
  }
}

.product__image-thumb-item {
  cursor: pointer;
  transition: opacity 0.25s ease;
  position: relative;
  transform: translateZ(0);
  backface-visibility: hidden;
  aspect-ratio: 1;
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
  background: #FFFFFF;
  border-radius: 30px;
}
.product__image-thumb-item img {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: contain;
  padding: 25px;
  object-position: center;
}
@media (hover: hover) and (pointer: fine) {
  .product__image-thumb-item:hover {
    box-shadow: 0px 0px 4px 1px rgb(0, 0, 0);
  }
}
.product__image-thumb-item.thumb--active {
  box-shadow: 0px 0px 4px 1px rgb(0, 0, 0);
}
@media (max-width: 768px) {
  .product__image-thumb-item {
    margin-bottom: 0;
    border-radius: 20px;
    flex-shrink: 0;
    max-width: 114px;
  }
}

.product__image-carousel-youtube, .product__image-carousel-video {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: black;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
}
.product__image-carousel-youtube iframe, .product__image-carousel-youtube video, .product__image-carousel-video iframe, .product__image-carousel-video video {
  width: 100%;
  height: 100%;
  border: 0;
  max-width: 100%;
}

.as--video {
  position: relative;
  cursor: pointer;
}
.as--video:not(.video--initialized):before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 4px;
}
.as--video:not(.video--initialized):after {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: red;
  border-radius: 20px;
  padding: 0 10px;
}

.product-gallery {
  position: absolute;
  bottom: 10px;
  inset-inline-start: 0;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
  transition: all 0.3s ease;
  left: 15px;
}
@media (max-width: 768px) {
  .product-gallery {
    padding: 10px;
  }
}

.product-gallery__wrap {
  display: inline-flex;
  vertical-align: middle;
}

.product-gallery__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-wrap: nowrap;
  overflow: hidden;
  min-width: 50px;
  height: 50px;
  border-radius: 36px;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  padding: 0 17px;
}
.product-gallery__btn span {
  overflow: hidden;
  max-width: 0;
  white-space: nowrap;
  font-size: 90%;
  font-weight: 600;
  color: #666666;
  transition: padding 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15), max-width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
@media (hover: hover) and (pointer: fine) {
  .product-gallery__btn:hover svg {
    fill: #333333;
  }
  .product-gallery__btn:hover span {
    padding-left: 10px;
    color: #333333;
    max-width: 280px;
  }
}

@media (max-width: 450px) {
  .woocommerce-product-gallery__image .cloud-zoom {
    aspect-ratio: var(--mobile--aspect-ratio, 2/3);
    position: relative;
    width: 100%;
  }
  .woocommerce-product-gallery__image .cloud-zoom img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.product-page {
  width: 100%;
  background-color: #F0F8F8;
  padding: 0;
}
.product-page__breadcrumbs {
  padding: 0 40px;
  margin-bottom: 0;
}
.product-page__breadcrumbs-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.22em;
  color: #000000;
}
.product-page__breadcrumbs-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.product-page__breadcrumbs-item a {
  color: #000000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.product-page__breadcrumbs-item a:hover {
  opacity: 0.7;
}
.product-page__breadcrumbs-item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 6px;
  background-color: #000000;
  margin-left: 5px;
}
.product-page__content {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
  padding: 10px 20px 30px;
}
.product-page__main-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.product-page__info {
  grid-column: auto/span 6;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.product-page__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.22em;
  text-transform: uppercase;
  text-align: left;
  color: #000000;
  margin: 0;
}
.product-page__sertificates {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.product-page__sertificates-badge {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
}
.product-page__meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.product-page__variation-display {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.product-page__variation-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.22;
  text-align: left;
  color: #000000;
}
.product-page__rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3px;
}
.product-page__rating-stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
}
.product-page__rating-star {
  width: 10px;
  height: 10px;
  display: block;
}
.product-page__rating-star--filled {
  fill: #FFC000;
}
.product-page__rating-star--empty {
  fill: #00C5CD;
}
.product-page__rating-value {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #000000;
}
.product-page__rating-count {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: left;
  color: #000000;
  margin-left: 4px;
}
.product-page__stock-status {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: left;
  color: #000000;
}
.product-page__purchase {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-page__purchase.in--cart .product-page__quantity-wrapper {
  display: flex;
}
.product-page__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .product-page__actions.with--economy {
    margin-top: 30px;
  }
  .product-page__actions.with--economy .product-page__economy.is--active {
    top: -40px;
  }
}
.product-page__price-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.product-page__price {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.22em;
  text-align: left;
  color: #000000;
  min-width: 85px;
}
@media (max-width: 767px) {
  .product-page__price {
    font-size: 16px;
  }
}
.product-page__price.as--special {
  color: #FF0000;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 767px) {
  .product-page__price.as--special {
    font-size: 20px;
  }
}
.product-page__price-special {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.22em;
  text-align: left;
  color: #000000;
  text-decoration: line-through;
  min-width: 65px;
}
@media (max-width: 767px) {
  .product-page__price-special {
    font-size: 16px;
  }
}
.product-page__add-to-cart-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.product-page__variations {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 0;
  width: 100%;
}
.product-page__variation-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.product-page__variation-options {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.product-page__variation-option {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  min-width: 90px;
  height: 38px;
}
.product-page__variation-option:hover {
  background-color: rgba(255, 255, 255, 0.8);
  transform: translateY(-1px);
}
.product-page__variation-option.selected {
  background: rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}
.product-page__variation-option.selected .product-page__variation-option-text {
  color: #FFFFFF;
}
.product-page__variation-input {
  display: none;
}
.product-page__variation-option-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #000000;
}
.product-page__quantity-wrapper {
  display: none;
  flex-direction: row;
  align-items: center;
}
.product-page__quantity-controls {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  border: 1.5px solid #000000;
  border-radius: 30px;
  height: 37px;
  background-color: #FFFFFF;
}
.product-page__quantity-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  width: 30px;
  height: 30px;
}
.product-page__quantity-btn:hover {
  opacity: 0.7;
}
.product-page__quantity-btn:active {
  opacity: 0.5;
}
.product-page__quantity-btn-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.22em;
  text-transform: uppercase;
  color: #000000;
}
.product-page__quantity-input {
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 1.22em;
  text-transform: uppercase;
  text-align: center;
  color: #00C5CD;
  background: none;
  border: none !important;
  width: 30px !important;
  padding: 0 !important;
  -moz-appearance: textfield;
  appearance: textfield;
}
.product-page__quantity-input::-webkit-inner-spin-button, .product-page__quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-page__quantity-input:focus {
  outline: none;
}
.product-page__add-to-cart-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 14px 18px;
  background-color: #00C5CD;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  min-width: 115px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
}
.product-page__add-to-cart-btn:hover:not([disabled]) {
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-1px);
}
.product-page__add-to-cart-btn:active:not([disabled]) {
  transform: translateY(0);
}
.product-page__add-to-cart-btn[disabled] {
  background: #4F4F4F;
  color: #797979;
  cursor: not-allowed;
}
.product-page__consultation-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 14px 18px;
  background-color: #FFFFFF;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.22em;
  text-transform: uppercase;
  color: #000000;
}
.product-page__consultation-btn:hover {
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-1px);
}
.product-page__consultation-btn:active {
  transform: translateY(0);
}
.product-page__consultation-icon {
  width: 15px;
  height: 14px;
  fill: #000000;
  display: block;
}
.product-page__description {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-self: stretch;
}
.product-page__description-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.22em;
  text-align: left;
  color: #000000;
  margin: 0;
}
.product-page__short-description {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.22em;
  text-align: left;
  color: #000000;
}
.product-page__full-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.22em;
  text-align: left;
  color: #000000;
  max-height: 200px;
  overflow-y: auto;
}
.product-page__full-description p {
  margin: 0 0 10px 0;
}
.product-page__full-description p:last-child {
  margin-bottom: 0;
}
.product-page__notice {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex-wrap: wrap;
}
.product-page__notice-indicator {
  width: 200px;
  height: 47px;
  background: linear-gradient(90deg, rgb(255, 234, 235) 0%, rgb(177, 3, 1) 100%);
  border-radius: 2px;
  flex-shrink: 0;
  margin-top: 2px;
}
.product-page__notice-text {
  width: calc(100% - 210px);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.22em;
  text-align: left;
  color: #000000;
  margin: 0;
}

.popup[type=consultation] .popup__content {
  left: unset;
  right: 0;
  transform: unset;
  position: absolute;
  top: 0;
  height: 100vh;
  padding: 70px 70px;
}

.popup-consult__title {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  color: #000000;
  text-align: center;
}

.popup-consult__subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: #000000;
  max-width: 375px;
  margin: 10px auto 0 auto;
}

.popup-consult__row {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid black;
}

.popup-consult__phone {
  display: flex;
  align-items: center;
  gap: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
}

.product-page__image-award {
  position: absolute;
  max-width: 100px;
  height: auto;
  left: 30px;
  top: 30px;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .product-page__image-award {
    width: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .product-page__image-award {
    width: 11vw;
  }
}
@media screen and (max-width: 450px) {
  .product-page__image-award {
    width: 23vw;
  }
}

.product-page__image-sticker {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100px;
  aspect-ratio: 1;
  left: 10px;
  top: 10px;
  z-index: 2;
  border-radius: 99px;
  padding: 4px;
}
@media screen and (max-width: 1200px) {
  .product-page__image-sticker {
    width: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .product-page__image-sticker {
    width: 11vw;
  }
}
@media screen and (max-width: 450px) {
  .product-page__image-sticker {
    width: 23vw;
  }
}
.product-page__image-sticker span {
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .product-page__image-sticker span {
    font-size: 10px;
  }
}
.product-page__image-sticker.sticker--top {
  background: #41A9AC;
}
.product-page__image-sticker.sticker--top span {
  color: #FFFFFF;
}
.product-page__image-sticker.sticker--new {
  background: #F6E932;
}
.product-page__image-sticker.sticker--sale {
  background: #CD0000;
}
.product-page__image-sticker.sticker--sale span {
  color: #FFFFFF;
}

@media (max-width: 1600px) {
  .product-page__content {
    padding: 20px;
  }
}
@media (max-width: 1400px) {
  .product-page__content {
    flex-direction: column;
  }
  .product-page__purchase {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .product-page__add-to-cart-form {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .product-page__notice {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .product-page__content {
    padding: 15px;
  }
  .product-page__info {
    gap: 20px;
    grid-column: auto/span 12;
  }
  .product-page__variation-option {
    width: 100px;
    height: 35px;
    padding: 8px;
  }
  .product-page__variation-option-text {
    font-size: 12px;
  }
}
@media (max-width: 968px) {
  .product-page__title {
    font-size: 20px;
  }
  .product-page .product-page__price-wrapper {
    order: 1;
  }
  .product-page .product-page__quantity-wrapper {
    order: 2;
  }
  .product-page .product-page__add-to-cart-form {
    order: 3;
  }
  .product-page .product-page__add-to-cart-btn {
    width: 220px;
    margin: 0 auto;
    order: 4;
  }
  .product-page .product-page__consultation-btn {
    width: 160px;
    margin: 0 auto;
    order: 5;
  }
  .product-page__short-description, .product-page__full-description {
    font-size: 13px;
  }
  .product-page__notice {
    height: auto;
  }
  .product-page__notice-indicator {
    width: 100%;
  }
  .product-page__notice-text {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .product-page__content {
    padding: 0;
  }
  .product-page__meta {
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
  }
  .product-page__variation-options {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.product__needlogin {
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
  color: #000000;
}
.product__needlogin a {
  font-weight: 500;
  color: #41A9AC;
  text-decoration: underline;
}

.product-page__economy {
  position: absolute;
  left: 0;
  top: -30px;
  display: none;
  align-items: center;
  gap: 4px;
}
@media (min-width: 1280px) {
  .product-page__economy:hover .product-page__economy-popup {
    display: flex;
  }
}
.product-page__economy.is--open .product-page__economy-popup {
  display: flex;
  left: 0;
  width: 320px;
  bottom: calc(100% + 5px);
}
.product-page__economy.is--active {
  display: flex;
}

.product-page__economy-title {
  align-items: center;
  padding: 5px 10px;
  display: flex;
  gap: 5px;
  background: #D9DD6C;
  border-radius: 45px;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.2;
  color: #000000;
  cursor: pointer;
}
@media (max-width: 767px) {
  .product-page__economy-title {
    padding: 10px 10px;
  }
}

.product-page__economy-popup {
  position: absolute;
  display: none;
  flex-direction: column;
  left: 100%;
  bottom: 0;
  background: #D9DD6C;
  border-radius: 12px;
  padding: 15px 10px;
  gap: 10px;
  max-width: 500px;
  width: 28vw;
  z-index: 1;
}

.product-page__economy-popup-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
}

.product-page__economy-popup-text {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  color: #000000;
}

.slider-bf {
  padding: 50px 0 50px 0;
}
@media screen and (max-width: 992px) {
  .slider-bf {
    padding: 40px 0 40px 0;
  }
}

.slider-bf__block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.slider-bf__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.1;
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .slider-bf__title {
    font-size: 24px;
  }
}

.slider-bf__subtitle {
  font-weight: 500;
  font-style: italic;
  font-size: 24px;
  line-height: 1.2;
  color: #000000;
  text-align: center;
  margin-top: 0px;
}
@media screen and (max-width: 992px) {
  .slider-bf__subtitle {
    margin: 0;
  }
}

.slider-bf__images {
  width: 600px;
  padding: 10px;
}

.slider-bf__images-image {
  width: 100%;
  position: relative;
  aspect-ratio: 2;
  filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.3));
  padding: 5px;
  border-radius: 30px;
  background: white;
}
.slider-bf__images-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
  padding: 5px;
}
@media screen and (max-width: 992px) {
  .slider-bf__images-image img {
    border-radius: 15px;
    padding: 3px;
  }
}
@media screen and (max-width: 992px) {
  .slider-bf__images-image {
    background: black;
    border-radius: 15px;
  }
}

.slider-bf__slider {
  position: relative;
}
@media screen and (max-width: 992px) {
  .slider-bf__slider {
    margin: 0 -20px;
  }
}

.glide__bullets.slider-bf__dots {
  bottom: -25px;
}

.glide__slides {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  touch-action: pan-Y;
  transform-style: preserve-3d;
  white-space: nowrap;
  width: 100%;
  will-change: transform;
  height: 100%;
}

.glide__slides,
.glide__track {
  overflow: hidden;
}

.glide__slide {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  flex-shrink: 0;
  height: 100%;
  white-space: normal;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.glide__arrows {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 3;
  width: 100%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.2s;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 12px 14px;
  background-color: white;
  border: 1px solid black;
  border-radius: 50%;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}

.glide__arrow:active {
  background-color: #202020;
  border: 1px solid #202020;
}
.glide__arrow:active svg path {
  stroke: white;
}

.glide__arrow:focus {
  background-color: #f4f4f4;
}

.glide__arrow--left {
  left: 1rem;
}

.glide__arrow--right {
  right: 1rem;
}

.glide__arrow--disabled {
  opacity: 0.33;
}

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  display: flex;
  list-style: none;
  justify-content: center;
  transform: translateX(-50%);
  gap: 0;
}

.glide__bullet {
  background: transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  border: 0;
  position: relative;
  width: 36px;
  height: 36px;
  padding: 0;
}
.glide__bullet:after {
  content: "";
  position: absolute;
  border-radius: 9999px;
  height: 10px;
  left: 50%;
  top: 50%;
  width: 10px;
  background: rgba(25, 25, 50, 0.3);
  transform: translate(-50%, -50%);
}

.glide__bullet:focus {
  outline: none;
}

.glide__bullet--active:after {
  width: 17px;
  height: 17px;
  background-color: #191932;
}

.glide--swipeable .glide__track {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.glide--dragging .glide__track {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

@media (hover: hover) {
  .glide__arrow:hover {
    background-color: #f4f4f4;
  }
  .glide__bullet:hover:after {
    background-color: #191932;
  }
}
.pswp {
  z-index: 1500;
  display: none;
  overflow: hidden;
  outline: none;
  -webkit-text-size-adjust: 100%;
  touch-action: none;
  -webkit-backface-visibility: hidden;
}

.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: 0.001;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  will-change: opacity;
}

.pswp--open {
  display: block;
}

.pswp__bg {
  background: #FFF;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  will-change: opacity;
}

.pswp__scroll-wrap {
  overflow: hidden;
}

:is(.pswp__container, .pswp__zoom-wrap) {
  position: absolute;
  inset: 0;
  touch-action: none;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

:is(.pswp__container, .pswp__img) {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transform-origin: left top;
}

.pswp--animated-in :is(.pswp__bg, .pswp__zoom-wrap) {
  transition: none;
}

.pswp__item {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  border-radius: 0;
}

.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: grabbing;
}

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
  background: #242424;
}

.pswp__error-msg {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  width: 100%;
  color: #bbb;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.pswp__error-msg a {
  color: #bbb;
  text-decoration: underline;
}

.pswp__button {
  position: relative;
  float: right;
  margin: 0;
  padding: 0;
  width: 44px;
  height: 44px;
  min-height: unset;
  background: none;
  opacity: 0.75;
  transition: opacity 0.2s;
  border: 0;
  -webkit-appearance: none;
}

@media (hover: hover) and (pointer: fine) {
  .pswp__button:hover {
    background-color: unset;
    opacity: 1;
  }
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.pswp__button, [class*=pswp__button--arrow--]:before {
  background: url(../img/photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button, .pswp--svg [class*=pswp__button--arrow--]:before {
    background-image: url(../img/photoswipe/default-skin.svg);
  }
  .pswp--svg [class*=pswp__button--arrow--] {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

[class*=pswp__button--arrow--] {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  background: none;
}

.pswp--touch [class*=pswp__button--arrow--] {
  visibility: hidden;
}

[class*=pswp__button--arrow--]:before {
  content: "";
  position: absolute;
  top: 35px;
  width: 32px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.3);
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

.pswp__counter, .pswp__share-modal {
  user-select: none;
}

.pswp__share-modal {
  z-index: 1600;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  position: absolute;
  top: 56px;
  right: 44px;
  z-index: 1620;
  background: #fff;
  transition: transform 0.25s;
  transform: translateY(6px);
  border-radius: 0;
  -webkit-backface-visibility: hidden;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.pswp__share-tooltip a:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.pswp__share-tooltip a:hover {
  color: #fff;
}

.pswp__share-tooltip:before {
  content: "";
  position: absolute;
  top: -12px;
  right: 15px;
  display: block;
  border: 6px solid transparent;
  border-bottom-color: #fff;
}

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: none;
}

.pswp__share--facebook:hover {
  background: #365493;
}

.pswp__share--twitter:hover {
  background: #000;
}

.pswp__share--pinterest:hover {
  background: #CE272D;
}

.pswp__share--download:hover {
  background: #CE272D;
}

.pswp__counter {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
  height: 44px;
  color: #fff;
  font-size: 13px;
  line-height: 44px;
  opacity: 0.75;
}

.pswp__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 44px;
  width: 100%;
}

.pswp__caption small {
  color: #bbb;
  font-size: 11px;
}

.pswp__caption__center {
  margin: 0 auto;
  padding: 10px;
  max-width: 420px;
  color: #bbb;
  text-align: left;
  font-size: 13px;
  line-height: 20px;
}

.pswp__caption--empty {
  display: none;
}

.pswp__caption--fake {
  visibility: hidden;
}

.pswp__preloader {
  position: relative;
  display: flex;
  float: right;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  font-size: 0;
  line-height: 1;
  opacity: 0;
  transition: opacity 0.25s ease-out;
}

@media screen and (min-width: 1025px) {
  .pswp__preloader {
    position: absolute;
    top: 0;
    left: calc(50% - 22px);
  }
}
.pswp__preloader__donut {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(0, 0, 0, 0);
  border-left-color: #fff;
  border-radius: 50%;
  vertical-align: middle;
  animation: wd-rotate 450ms infinite linear var(--anim-state, paused);
}

.pswp__preloader--active .pswp__preloader__donut {
  --anim-state: running ;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__ui {
  z-index: 1550;
  visibility: visible;
  -webkit-font-smoothing: auto;
  opacity: 1;
}

.pswp--fs {
  --wd-admin-bar-h: 0 ;
}

.pswp__top-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
}

.pswp__caption, .pswp__top-bar, .pswp--has_mouse [class*=pswp__button--arrow--] {
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp--has_mouse [class*=pswp__button--arrow--] {
  visibility: visible;
}

:is(.pswp__top-bar, .pswp__caption) {
  background-color: rgba(0, 0, 0, 0.5);
}

.pswp__ui--fit :is(.pswp__top-bar, .pswp__caption) {
  background-color: rgba(0, 0, 0, 0.3);
}

.pswp__ui--idle .pswp__top-bar, .pswp__ui--idle [class*=pswp__button--arrow--] {
  opacity: 0;
}

.pswp__ui--hidden :is(.pswp__top-bar, .pswp__caption, [class*=pswp__button--arrow--]) {
  opacity: 0.001;
}

.pswp__ui--one-slide :is([class*=pswp__button--arrow--], .pswp__counter) {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp, .pswp__bg, .pswp__scroll-wrap, .pswp__share-modal {
  position: absolute;
  inset: 0;
}

.block-one {
  padding: 30px 0 30px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.block-one[color=red] .block-one__title {
  color: #CD0C09;
}
.block-one[color=red] .block-one__banner {
  background: radial-gradient(41.54% 66.23% at 21.59% 80.13%, #E8184D 0%, #111311 99.89%);
}
.block-one[color=red] .block-one__re-facade {
  background: linear-gradient(90deg, #FFFFFF 0%, #DF97A9 60%, #B3002E 120%);
}
.block-one[color=red] .block-one__title {
  color: #CD0C09;
}
.block-one[color=red] .block-one__banner {
  background: radial-gradient(41.54% 66.23% at 21.59% 80.13%, #E8184D 0%, #111311 99.89%);
}
.block-one[color=red] .block-one__re-facade {
  background: linear-gradient(90deg, #FFFFFF 0%, #DF97A9 60%, #B3002E 120%);
}
.block-one[color=yellow] .block-one__title {
  color: #FF9E18;
}
.block-one[color=yellow] .block-one__banner {
  background: radial-gradient(41.54% 66.23% at 21.59% 80.13%, #82CECF 0%, #111311 99.89%);
}
.block-one[color=yellow] .block-one__re-facade {
  background: linear-gradient(90deg, #FFFFFF 0%, #DFBB77 60%, #67471F 120%);
}
.block-one[color=blue] .block-one__title {
  color: #6AACA7;
}
.block-one[color=blue] .block-one__banner {
  background: radial-gradient(41.54% 66.23% at 21.59% 80.13%, #82CECF 0%, #111311 99.89%);
}
.block-one[color=blue] .block-one__re-facade {
  background: linear-gradient(90deg, #FFFFFF 0%, #92E3E7 60%, #3C6F60 120%);
}

.block-one__title {
  font-style: normal;
  font-weight: 500;
  font-size: clamp(32px, 3vw, 48px);
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0;
}

.block-one__banner {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  min-height: 600px;
  border-radius: 30px;
  overflow: hidden;
  background: radial-gradient(41.54% 66.23% at 21.59% 80.13%, #cfcfcf 0%, #111311 99.89%);
}

.block-one__banner-big {
  position: relative;
  width: 44%;
}
.block-one__banner-big img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
@media screen and (max-width: 992px) {
  .block-one__banner-big {
    display: none;
  }
}

.block-one__banner-small {
  position: relative;
  width: 20%;
  filter: drop-shadow(4px 4px 12px rgba(255, 255, 255, 0.25));
  height: 100%;
  display: flex;
  flex-direction: column;
  align-self: center;
  align-items: center;
  padding: 30px;
}
.block-one__banner-small img {
  max-width: clamp(120px, 11vw, 220px);
}
@media screen and (max-width: 992px) {
  .block-one__banner-small {
    width: 100%;
  }
}

.block-one__benefits {
  display: flex;
  flex-direction: column;
  padding: 40px 20px 40px 0;
  justify-content: center;
  width: 36%;
}
@media screen and (max-width: 992px) {
  .block-one__benefits {
    width: 100%;
    padding: 20px;
  }
}

.block-one__benefits-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 992px) {
  .block-one__benefits-wrap {
    gap: 20px;
  }
}

.block-one__benefits-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  padding: 15px 20px;
  background: #FFFFFF;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
}
@media (max-width: 992px) {
  .block-one__benefits-item {
    align-self: center;
    text-align: center;
  }
}

.block-one__re {
  padding: 30px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: center;
  perspective: 1000px;
}
@media (max-width: 992px) {
  .block-one__re {
    gap: 20px;
  }
}

.block-one__re-item {
  width: 320px;
  height: 320px;
  position: relative;
}
@media (max-width: 992px) {
  .block-one__re-item {
    width: 160px;
    height: 160px;
  }
}
@media (min-width: 1280px) and (hover: hover) and (pointer: fine) {
  .block-one__re-item:hover .block-one__re-flip-container {
    transform: rotateY(180deg);
  }
}

.block-one__re-item-prefix {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
}
@media screen and (max-width: 992px) {
  .block-one__re-item-prefix {
    font-size: 24px;
  }
}

.block-one__re-item-text {
  font-weight: 500;
  font-style: Italic;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .block-one__re-item-text {
    font-size: clamp(16px, 3vw, 18px);
  }
}

.block-one__re-flip-container {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
}

.block-one__re-facade {
  position: absolute;
  backface-visibility: hidden;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #FFFFFF 0%, #AD97A9 60%, #C3002E 120%);
  border-radius: 50%;
  padding: 20px;
  gap: 2px;
}

.block-one__re-side {
  font-weight: 500;
  font-size: clamp(16px, 1.2vw, 22px);
  line-height: 1.15;
  color: #000000;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  background: #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
}

.block-second {
  padding: 30px 0 30px 0;
}
@media screen and (max-width: 992px) {
  .block-second {
    background: white;
  }
}

.block-second__block {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 5px solid #F2FFFF;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  border-radius: 60px;
  padding: 30px 60px 40px 60px;
}
@media screen and (max-width: 992px) {
  .block-second__block {
    margin: 0 -20px;
    padding: 15px 20px 40px 20px;
    border-radius: 0;
    box-shadow: unset;
    border: 0;
  }
}

.block-second__title {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0;
}
@media screen and (min-width: 993px) and (max-width: 1600px) {
  .block-second__title {
    font-size: 2.25vw;
  }
}
@media screen and (max-width: 992px) {
  .block-second__title {
    font-size: 22px;
  }
}

.block-second__subtitle {
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
@media screen and (min-width: 993px) and (max-width: 1600px) {
  .block-second__subtitle {
    font-size: 2.25vw;
  }
}
@media screen and (max-width: 992px) {
  .block-second__subtitle {
    font-size: 22px;
  }
}

.block-second__toptext {
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
  margin-top: 15px;
}

.block-second__steps {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}

.block-second__steps-swap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 30px;
  max-width: 830px;
  width: calc(50vw + 30px);
}
.block-second__steps-swap .block-second__steps-item-text {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .block-second__steps-swap .block-second__steps-item-text {
    margin-top: -20px;
  }
}
@media screen and (max-width: 992px) {
  .block-second__steps-swap {
    width: 100%;
    row-gap: 50px;
  }
}

.block-second__steps-item {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  width: 25vw;
  align-self: flex-start;
}
@media screen and (max-width: 992px) {
  .block-second__steps-item {
    width: 100%;
  }
}
@media screen and (min-width: 1080px) {
  .block-second__steps-item:nth-child(3) .block-second__steps-item-text {
    position: relative;
    right: 55%;
  }
}

.block-second__steps-item-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  color: #000000;
  text-align: center;
}

.block-second__steps-item-subtitle {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  margin-top: 5px;
}

.block-second__steps-item-image {
  text-align: center;
  height: 420px;
  width: 100%;
  position: relative;
}
.block-second__steps-item-image img {
  padding: 24px 10px 0 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.block-second__steps-item-name {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: #000000;
  text-align: center;
  margin-top: 25px;
}

.block-second__steps-item-text {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
  margin-top: 25px;
}
.block-second__steps-item-text ul {
  margin: -5px 0 0 0;
}

.block-third {
  padding: 30px 0 30px 0;
}
@media screen and (max-width: 992px) {
  .block-third {
    background: white;
  }
}
.block-third[color=red] .block-third__item-num {
  background: #E9004C;
}
@media (max-width: 992px) {
  .block-third[color=red] .block-third__item-num {
    background: white;
    color: #E9004C;
  }
}
.block-third[color=red] .block-third__item-icon svg path {
  fill: #E9004C;
}
.block-third[color=red] .block-third__item:not(:first-child):before {
  background: #E9004C;
}
.block-third[color=red] .block-third__item:not(:first-child):after {
  background: #E9004C;
}
@media (max-width: 992px) {
  .block-third[color=red] .block-third__content {
    background: linear-gradient(270deg, #FFFFFF 0%, #F8C8C8 50%, #DD9EAA 100%);
  }
}
.block-third[color=yellow] .block-third__item-num {
  background: #FF9E18;
}
@media (max-width: 992px) {
  .block-third[color=yellow] .block-third__item-num {
    background: white;
    color: #FF9E18;
  }
}
.block-third[color=yellow] .block-third__item-icon svg path {
  fill: #FF9E18;
}
.block-third[color=yellow] .block-third__item:not(:first-child):before {
  background: #FF9E18;
}
.block-third[color=yellow] .block-third__item:not(:first-child):after {
  background: #FF9E18;
}
@media (max-width: 992px) {
  .block-third[color=yellow] .block-third__content {
    background: linear-gradient(270deg, #FFFFFF 0%, #f7b131 50%, #ffd472 100%);
  }
}
.block-third[color=blue] .block-third__item-num {
  background: #6EDBD5;
}
@media (max-width: 992px) {
  .block-third[color=blue] .block-third__item-num {
    background: white;
    color: #6EDBD5;
  }
}
.block-third[color=blue] .block-third__item-icon svg path {
  fill: #6EDBD5;
}
.block-third[color=blue] .block-third__item:not(:first-child):before {
  background: #6EDBD5;
}
.block-third[color=blue] .block-third__item:not(:first-child):after {
  background: #6EDBD5;
}
@media (max-width: 992px) {
  .block-third[color=blue] .block-third__content {
    background: linear-gradient(270deg, #FFFFFF 0%, #a1f1e6 50%, rgba(181, 245, 255, 0.4588235294) 100%);
  }
}

.block-third__block {
  display: flex;
  flex-direction: row;
  gap: 25px;
  flex-wrap: wrap;
}

.block-third__image {
  width: 55%;
  border-radius: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-third__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .block-third__image {
    display: none;
  }
}

.block-third__image-mobile {
  display: none;
  position: absolute;
  width: calc(100% - 40px);
  height: 300px;
  top: -60px;
}
@media (max-width: 992px) {
  .block-third__image-mobile {
    display: block;
    top: 0;
    height: auto;
    position: relative;
  }
}

.block-third__content {
  width: calc(45% - 25px);
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 3px solid #AB2446;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  padding: 20px 60px 60px 45px;
}
@media (max-width: 992px) {
  .block-third__content {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-radius: 0;
    box-shadow: unset;
    background: linear-gradient(270deg, #FFFFFF 0%, #cdcdcd 50%, #bfbfbf 100%);
  }
}

.block-third__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 992px) {
  .block-third__title {
    font-size: 24px;
    margin-top: 15px;
  }
}

.block-third__text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #000000;
  margin-top: 10px;
}
.block-third__text ul {
  margin: 10px 0;
}
@media (max-width: 992px) {
  .block-third__text {
    font-size: clamp(16px, 3vw, 24px);
    overflow: hidden;
  }
}

.block-third__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .block-third__list {
    gap: 20px;
  }
}

.block-third__item {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.block-third__item:not(:first-child):before {
  content: "";
  width: 3px;
  height: 50px;
  background: #000000;
  position: absolute;
  left: 59px;
  top: -30px;
  z-index: 0;
}
@media (max-width: 992px) {
  .block-third__item:not(:first-child):before {
    left: 44px;
    top: -76px;
    height: 100px;
    background: #ffffff;
  }
}
.block-third__item:not(:first-child):after {
  content: "";
  width: calc(100% - 60px);
  height: 3px;
  background: #000000;
  position: absolute;
  left: 60px;
  top: 0;
}
@media (max-width: 992px) {
  .block-third__item:not(:first-child):after {
    left: 44px;
    top: -12px;
    width: calc(100% - 44px);
    background: #ffffff;
  }
}
.block-third__item:nth-child(2n+3):after {
  top: 14px;
}

.block-third__item-num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 38px 14px;
  width: 120px;
  height: 120px;
  background: #000000;
  border-radius: 60px;
  font-weight: 700;
  font-size: clamp(28px, 2vw, 32px);
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .block-third__item-num {
    background: #FFFFFF;
    color: #000000;
    width: 90px;
    height: 90px;
    padding: 28px 10px;
    z-index: 1;
  }
}

.block-third__item-text {
  width: calc(100% - 160px);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
  padding: 0 15px;
}
@media (max-width: 992px) {
  .block-third__item-text {
    font-size: 14px;
    width: calc(100% - 130px);
  }
}

.block-third__item-icon {
  width: 40px;
}
.block-third__item-icon.arrow--down {
  transform: rotate(180deg);
}

.typeb-info {
  padding: 30px 0 30px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.typeb-info[color=vivid_blue] .typeb-info__top:after {
  background: #A166FF;
}
.typeb-info[color=opal] .typeb-info__top:after {
  background: #A0D0C1;
}
.typeb-info[color=powder_blue] .typeb-info__top:after {
  background: #BEE4EC;
}
.typeb-info[color=pink_lace] .typeb-info__top:after {
  background: #E6BACD;
}
.typeb-info[color=apricot_peach] .typeb-info__top:after {
  background: #FCC3AD;
}

.typeb-info__block {
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  position: relative;
  width: 100%;
  min-height: 700px;
  padding: 20px 0;
  gap: 20px;
  justify-content: space-between;
}

.typeb-info__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.typeb-info__bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
}

.typeb-info__top {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
  padding: 0 20px;
  z-index: 1;
}
.typeb-info__top:after {
  content: "";
  width: 100%;
  height: 5px;
  background: red;
  left: 0;
  bottom: 0;
}

.typeb-info__title {
  font-weight: 700;
  font-size: clamp(24px, 2.8vw, 48px);
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
}

.typeb-info__subtitle {
  font-weight: 400;
  font-size: clamp(20px, 1.8vw, 32px);
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
}

.typeb-info__image {
  max-height: 375px;
  padding: 0 20px;
  z-index: 1;
}

.typeb-info__bottom {
  display: flex;
  gap: 30px;
  align-self: flex-start;
  z-index: 1;
  justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .typeb-info__bottom {
    padding: 0 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.typeb-info__logo {
  max-width: 380px;
  align-self: flex-end;
  max-height: 70px;
}
@media screen and (max-width: 992px) {
  .typeb-info__logo {
    width: 100%;
  }
}

.typeb-info__text {
  font-weight: 400;
  font-size: clamp(14px, 1.1vw, 20px);
  line-height: 24px;
  color: #000000;
  padding-left: 20px;
  padding-right: 20px;
}
.typeb-info__text strong {
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .typeb-info__text {
    padding-left: 0;
    width: 100%;
  }
}

.typeb-ing {
  padding: 30px 0 30px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.typeb-ing[color=vivid_blue] .typeb-ing__bg:after {
  background: rgba(85, 9, 154, 0.3);
}
.typeb-ing[color=opal] .typeb-ing__bg:after {
  background: rgba(160, 208, 193, 0.5);
}
.typeb-ing[color=powder_blue] .typeb-ing__bg:after {
  background: rgba(190, 228, 236, 0.5);
}
.typeb-ing[color=pink_lace] .typeb-ing__bg:after {
  background: rgba(230, 186, 205, 0.5);
}
.typeb-ing[color=apricot_peach] .typeb-ing__bg:after {
  background: rgba(252, 195, 173, 0.5);
}

.typeb-ing__block {
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  position: relative;
  width: 100%;
  min-height: 700px;
  padding: 20px 25px;
  gap: 20px;
  justify-content: space-between;
}

.typeb-ing__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.typeb-ing__bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
}
.typeb-ing__bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: rgba(85, 9, 154, 0.3);
}

.typeb-ing__title {
  font-weight: 700;
  font-size: clamp(20px, 2vw, 36px);
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
  z-index: 1;
}

.typeb-ing__list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .typeb-ing__list {
    row-gap: 20px;
  }
}

.typeb-ing__item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: calc(33.33% - 14px);
}
@media screen and (max-width: 992px) {
  .typeb-ing__item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .typeb-ing__item {
    width: 100%;
  }
}

.typeb-ing__item-title {
  font-weight: 600;
  font-size: clamp(16px, 1vw, 20px);
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
}

.typeb-ing__item-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.typeb-ing__item-value {
  font-weight: 400;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.2;
  color: #000000;
  padding-left: 24px;
  position: relative;
}
.typeb-ing__item-value:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 6px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: black;
}

.typeb-ing__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  z-index: 1;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .typeb-ing__bottom {
    justify-content: center;
  }
}

.typeb-info__img-bottle {
  max-width: 200px;
  max-height: 200px;
  position: relative;
}
.typeb-info__img-bottle img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: contain;
}

.typeb-info__img-package {
  max-width: 800px;
  max-height: 220px;
  position: relative;
  width: 100%;
}
.typeb-info__img-package img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: contain;
  position: absolute;
}

.typeb-tech {
  padding: 30px 0 30px 0;
  display: flex;
  flex-direction: column;
  position: relative;
}

.typeb-tech__bg {
  position: absolute;
  width: 165px;
  height: 165px;
  left: 52%;
  top: -60px;
  z-index: -1;
}
.typeb-tech__bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.typeb-tech__block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  min-height: 600px;
  margin-bottom: -50px;
}
@media screen and (max-width: 768px) {
  .typeb-tech__block {
    margin-bottom: 0px;
    min-height: 350px;
  }
}

.typeb-tech__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 60%;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .typeb-tech__content {
    width: 100%;
    padding-right: 0px;
  }
}

.typeb-tech__title {
  font-weight: 700;
  font-size: clamp(20px, 2vw, 36px);
  line-height: 1.2;
  color: #000000;
  z-index: 1;
}

.typeb-tech__logo {
  max-width: 100px;
  max-height: 100px;
  position: relative;
}
.typeb-tech__logo img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: contain;
}

.typeb-tech__text {
  font-weight: 400;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.2;
  color: #000000;
  max-width: 820px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .typeb-tech__text {
    margin-top: 20px;
  }
}

.typeb-tech__image {
  width: 40%;
  height: 100%;
  position: relative;
  aspect-ratio: 1;
  max-width: 600px;
  top: -50px;
}
.typeb-tech__image img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .typeb-tech__image {
    top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .typeb-tech__image {
    display: none;
  }
}

.typec-tech {
  padding: 30px 0 30px 0;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100vw;
  overflow-x: hidden;
}

.typec-tech__svg {
  position: absolute;
  left: -25%;
  bottom: 15%;
  z-index: 0;
}
.typec-tech__svg svg {
  width: clamp(50%, 100vw, 100%);
}
@media screen and (max-width: 768px) {
  .typec-tech__svg {
    display: none;
  }
}

.typec-tech__block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
}

.typec-tech__title {
  font-weight: 800;
  font-size: clamp(24px, 3vw, 48px);
  line-height: 1.2;
  color: #000000;
  z-index: 1;
  text-align: center;
}

.typec-tech__top {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.typec-tech__top-small {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
}

.typec-tech__top-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.typec-tech__top-image {
  width: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
  .typec-tech__top-image {
    width: 100%;
  }
}

.typec-tech__top-content {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .typec-tech__top-content {
    width: 100%;
    gap: 20px;
  }
}

.typec-tech__top-row {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.typec-tech__top-row-title {
  display: flex;
  gap: 5px;
  font-weight: 600;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
}

.typec-tech__top-row-text {
  font-weight: 400;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.2;
  color: #000000;
}

.typec-tech_text {
  font-weight: 400;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.2;
  color: #000000;
  margin-top: 20px;
}
.typec-tech_text h3 {
  font-weight: 700;
  padding-left: 20px;
}

.typec-tech_bottom-image {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  z-index: 1;
}

.typec-tech_bottom-text {
  font-weight: 400;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.2;
  color: #000000;
}

.typec-info {
  padding: 30px 0 30px 0;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100vw;
  overflow-x: hidden;
}
.typec-info[color=tea_green] .typec-info__top-image {
  background: #A5C46D;
}
.typec-info[color=tea_green] .typec-info__zone-image {
  background: #A5C46D;
}
.typec-info[color=green_sheen] .typec-info__top-image {
  background: #86BBAC;
}
.typec-info[color=green_sheen] .typec-info__zone-image {
  background: #86BBAC;
}
.typec-info[color=hookers_green] .typec-info__top-image {
  background: #588262;
}
.typec-info[color=hookers_green] .typec-info__zone-image {
  background: #588262;
}

.typec-info__block {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 1400px;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .typec-info__block {
    gap: 60px;
  }
}

.typec-info__top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
}

.typec-info__top-image {
  width: calc(50% - 20px);
  border-radius: 30px;
  overflow: hidden;
  background: #A5C46D;
  align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .typec-info__top-image {
    width: 100%;
  }
}

.typec-info__text {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.2;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .typec-info__text {
    width: 100%;
  }
}

.typec-info__ch {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .typec-info__ch {
    min-width: 650px;
  }
}

.typec-info__ch-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.typec-info__ch-head-title {
  font-weight: 600;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.2;
  color: #000000;
  width: calc(50% - 10px);
}

.typec-info__ch-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.typec-info__ch-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.typec-info__ch-row-name {
  font-style: italic;
  font-weight: 400;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.2;
  color: #000000;
  width: calc(50% - 10px);
}

.typec-info__ch-row-value {
  width: calc(50% - 10px);
  font-weight: 500;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.2;
  color: #000000;
}

.typec-info__ch-row-descr {
  width: 100%;
  font-weight: 400;
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.2;
  color: #000000;
  margin-top: -15px;
}

.typec-info__zone {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.typec-info__zone-title {
  font-weight: 700;
  font-size: clamp(24px, 2.5vw, 32px);
  line-height: 1.2;
  color: #000000;
}

.typec-info__zone-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

.typec-info__zone-image {
  width: 32%;
  aspect-ratio: 0.85;
  max-height: 490px;
  background: #A5C46D;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .typec-info__zone-image {
    width: 100%;
  }
}

.typec-info__zone-text {
  width: calc(68% - 20px);
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.2;
  color: #000000;
}
.typec-info__zone-text li {
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .typec-info__zone-text {
    width: 100%;
  }
  .typec-info__zone-text ul, .typec-info__zone-text ol {
    margin: 0;
  }
}

.typec-info__svg-right {
  position: absolute;
  right: -25%;
  top: 0%;
  z-index: 0;
  transform: rotateZ(180deg);
}
.typec-info__svg-right svg {
  width: clamp(50%, 100vw, 100%);
}
@media screen and (max-width: 768px) {
  .typec-info__svg-right {
    display: none;
  }
}

.typec-info__svg-left {
  position: absolute;
  left: -25%;
  bottom: 0%;
  z-index: 0;
}
.typec-info__svg-left svg {
  width: clamp(50%, 100vw, 100%);
}
@media screen and (max-width: 768px) {
  .typec-info__svg-left {
    display: none;
  }
}

.typec-faq {
  padding: 30px 0 30px 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
.typec-faq[color=tea_green] .typec-faq__question {
  background: #A5C46D;
}
.typec-faq[color=green_sheen] .typec-faq__question {
  background: #86BBAC;
}
.typec-faq[color=hookers_green] .typec-faq__question {
  background: #588262;
}

.typec-faq__block {
  display: flex;
  flex-direction: column;
  max-width: 1400px;
  margin: 0 auto;
  gap: 15px;
}

.typec-faq__title {
  font-weight: 700;
  font-size: clamp(20px, 2vw, 32px);
  line-height: 1.2;
  color: #000000;
  text-transform: uppercase;
}

.typec-faq_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.typec-faq__row {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.typec-faq__question {
  width: 100%;
  background: #8CB33E;
  border-radius: 15px;
  font-weight: 600;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.2;
  color: #FFFFFF;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .typec-faq__question {
    padding: 10px 20px;
  }
}

.typec-faq__answer {
  width: 100%;
  font-weight: 400;
  font-size: clamp(14px, 0.9vw, 16px);
  line-height: 1.2;
  color: #000000;
  padding: 0px 40px;
}
@media screen and (max-width: 768px) {
  .typec-faq__answer {
    padding: 0;
  }
}

.typemw {
  padding: 30px 0 30px 0;
  max-width: 1440px;
  margin: 0 auto;
}

.typemw__switch {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .typemw__switch {
    width: 100%;
    justify-content: center;
  }
}

.typemw__switch-label {
  padding: 12px 30px;
  background: #E9CDF5;
  font-weight: 500;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
}
.typemw__switch-label:nth-child(1) {
  border-radius: 15px 0 0 15px;
}
.typemw__switch-label:nth-child(2) {
  border-radius: 0 15px 15px 0;
}
.typemw__switch-label.active {
  background: #7812B7;
  color: #FFFFFF;
}

.typemw__block {
  display: flex;
  flex-direction: column;
}

.typemw__woman {
  display: none;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .typemw__woman {
    gap: 25px;
  }
}
.typemw__woman.active {
  display: flex;
}

.typemw__woman-title {
  font-weight: 800;
  font-size: clamp(24px, 2.25vw, 48px);
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  max-width: 1320px;
  margin: 20px auto 0 auto;
}

.typemw__woman-subtitle {
  font-weight: 600;
  font-size: clamp(14px, 1vw, 20px);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  max-width: 1360px;
  margin: -30px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .typemw__woman-subtitle {
    margin-top: 0;
  }
}

.typemw__woman-image {
  margin: 0 auto;
  text-align: center;
  max-width: 1300px;
  display: flex;
  flex-direction: column;
}

.typemw__woman-smalltext {
  font-weight: 400;
  font-size: clamp(14px, 1vw, 20px);
  line-height: 1.2;
  text-align: center;
  color: #000000;
  max-width: 1320px;
  margin: 0 auto;
}

.typemw__woman-items {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .typemw__woman-items {
    gap: 20px;
  }
}

.typemw__woman-items-item {
  width: 450px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px 30px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .typemw__woman-items-item {
    width: 100%;
    max-width: 450px;
    text-align: center;
  }
}

.typemw__woman-items-item-title {
  font-style: normal;
  font-weight: 600;
  font-size: clamp(16px, 1.2vw, 24px);
  line-height: 1.2;
  color: #000000;
}
.typemw__woman-items-item-title span {
  font-weight: 300;
  font-size: clamp(12px, 0.85vw, 14px);
  line-height: 1.2;
  color: #000000;
  margin-left: 4px;
}

.typemw__woman-items-item-values {
  font-style: italic;
  font-weight: 400;
  font-size: clamp(16px, 1.2vw, 24px);
  line-height: 1.2;
  color: #000000;
}

.typemw__woman-imagetext {
  display: flex;
  flex-wrap: wrap;
  background: #5A3165;
  border-radius: 20px;
  min-height: 500px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .typemw__woman-imagetext {
    margin-top: 20px;
  }
}

.typemw__woman-imagetext-image {
  width: 40%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .typemw__woman-imagetext-image {
    display: none;
  }
}

.typemw__woman-imagetext-imagewrap {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.typemw__woman-imagetext-imagewrap img {
  position: absolute;
  left: 0;
  bottom: 0;
  object-fit: contain;
  height: calc(100% + 30px);
}

.typemw__woman-imagetext-text {
  width: 60%;
  padding: 30px 30px 30px 75px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .typemw__woman-imagetext-text {
    padding: 20px;
    width: 100%;
  }
}

.typemw__woman-imagetext-content {
  font-weight: 500;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.2;
  color: #FFFFFF;
}
.typemw__woman-imagetext-content li {
  font-weight: 400;
  font-size: clamp(14px, 1vw, 16px);
  padding: 2px 0;
}

.typemw__woman-leftimtext {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  min-height: 700px;
}

.typemw__woman-leftimtext-image {
  width: 32%;
  position: relative;
  aspect-ratio: 0.575;
  background: black;
  border-radius: 15px;
}
.typemw__woman-leftimtext-image img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
  background: black;
}
.typemw__woman-leftimtext-image video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .typemw__woman-leftimtext-image {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
  }
}

.typemw__woman-leftimtext-text {
  width: 68%;
  padding-left: 75px;
  font-weight: 500;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.2;
  color: #000000;
}
.typemw__woman-leftimtext-text li {
  font-weight: 400;
  font-size: clamp(14px, 1vw, 16px);
  padding: 2px 0;
}
@media screen and (max-width: 767px) {
  .typemw__woman-leftimtext-text {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

.typemw__woman-hints {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .typemw__woman-hints {
    gap: 20px;
  }
}

.typemw__woman-hints-item {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding: 20px;
  position: relative;
}
.typemw__woman-hints-item.active .typemw__woman-hints-item-content {
  display: flex;
}
@media screen and (max-width: 767px) {
  .typemw__woman-hints-item {
    width: 100%;
  }
}

.typemw__woman-hints-item-title {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.typemw__woman-hints-item-title span {
  font-style: normal;
  font-weight: 600;
  font-size: clamp(14px, 1.3vw, 20px);
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
}

.typemw__woman-hints-item-title-btn {
  padding: 10px 30px;
  background: #F0F8F8;
  border-radius: 20px;
  font-weight: 400;
  font-size: clamp(12px, 0.85vw, 16px);
  line-height: 1;
  color: #000000;
  cursor: pointer;
}

.typemw__woman-hints-item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  background: white;
  border-radius: 15px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

.typemw__woman-hints-item-content-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.typemw__woman-hints-item-content-top span:nth-child(1) {
  font-style: normal;
  font-weight: 600;
  font-size: clamp(14px, 1.3vw, 20px);
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
}
.typemw__woman-hints-item-content-top span:nth-child(2) {
  width: 35px;
  height: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.typemw__woman-hints-item-content-text {
  font-weight: 400;
  font-size: clamp(14px, 1vw, 18px);
  line-height: 1.2;
  color: #000000;
}

.typemw__woman-mixed {
  display: flex;
  flex-wrap: wrap;
  background: #FFFFFF;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  .typemw__woman-mixed {
    padding: 20px;
  }
}

.typemw__woman-mixed-title {
  width: 100%;
  font-weight: 700;
  font-size: clamp(20px, 2vw, 32px);
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.typemw__woman-mixed-subtitle {
  width: 100%;
  font-weight: 600;
  font-size: clamp(16px, 1.5vw, 24px);
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .typemw__woman-mixed-subtitle {
    margin-top: 10px;
  }
}

.typemw__woman-mixed-top {
  width: 100%;
  font-weight: 500;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.2;
  text-align: center;
  color: #000000;
}

.typemw__woman-mixed-content {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .typemw__woman-mixed-content {
    margin-top: 20px;
    gap: 20px;
  }
  .typemw__woman-mixed-content.with--video .typemw__woman-mixed-center {
    order: 1;
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    display: block;
    aspect-ratio: 1;
  }
  .typemw__woman-mixed-content.with--video .typemw__woman-mixed-left {
    order: 2;
  }
  .typemw__woman-mixed-content.with--video .typemw__woman-mixed-right {
    order: 3;
  }
}

.typemw__woman-mixed-left {
  width: 35%;
  font-weight: 500;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.2;
  color: #000000;
  padding-right: 20px;
}
.typemw__woman-mixed-left li {
  font-weight: 400;
  font-size: clamp(14px, 1vw, 16px);
  padding: 2px 0;
}
@media screen and (max-width: 767px) {
  .typemw__woman-mixed-left {
    width: 100%;
    padding-right: 0;
  }
}

.typemw__woman-mixed-center {
  width: 30%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .typemw__woman-mixed-center {
    display: none;
  }
}

.typemw__woman-mixed-image {
  height: 100%;
  width: 100%;
  position: relative;
}
.typemw__woman-mixed-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: contain;
  object-position: top;
}

.typemw__woman-mixed-right {
  width: 35%;
  padding-left: 20px;
  font-weight: 500;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.2;
  color: #000000;
}
.typemw__woman-mixed-right li {
  font-weight: 400;
  font-size: clamp(14px, 1vw, 16px);
  padding: 2px 0;
}
@media screen and (max-width: 767px) {
  .typemw__woman-mixed-right {
    width: 100%;
    padding-left: 0;
  }
}

.typemw__woman-rows {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .typemw__woman-rows {
    gap: 20px;
  }
}

.typemw__woman-rows-item {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .typemw__woman-rows-item {
    gap: 20px;
  }
}

.typemw__woman-rows-item-image {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .typemw__woman-rows-item-image {
    width: 100%;
  }
}

.typemw__woman-rows-item-text {
  width: 50%;
  padding-left: 40px;
  font-weight: 400;
  font-size: clamp(14px, 1.1vw, 20px);
  line-height: 1.2;
  color: #000000;
}
.typemw__woman-rows-item-text li {
  padding: 2px 0;
}
@media screen and (max-width: 767px) {
  .typemw__woman-rows-item-text {
    width: 100%;
    padding-left: 0;
  }
}

.typemw__man {
  display: none;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .typemw__man {
    gap: 30px;
  }
}
.typemw__man.active {
  display: flex;
}

.typemw__first {
  display: flex;
  flex-wrap: wrap;
  background: #7829FE;
  border-radius: 20px;
  overflow: hidden;
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.2));
}

.typemw__first-image {
  width: 40%;
  position: relative;
  aspect-ratio: 1.1;
}
.typemw__first-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .typemw__first-image img {
    object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  .typemw__first-image {
    width: 100%;
  }
}

.typemw__first-content {
  width: 60%;
  padding: 50px 40px;
}
@media screen and (max-width: 767px) {
  .typemw__first-content {
    width: 100%;
    padding: 20px;
  }
}

.typemw__first-title {
  font-weight: 600;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}

.typemw__first-text {
  font-weight: 400;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.2;
  color: #ffffff;
}

.typemw__second {
  display: flex;
  flex-wrap: wrap;
  background: #4B4B4B;
  border-radius: 20px;
  overflow: hidden;
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.2));
}

.typemw__second-image {
  width: 40%;
  position: relative;
  aspect-ratio: 1.37;
}
.typemw__second-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .typemw__second-image img {
    object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  .typemw__second-image {
    width: 100%;
  }
}

.typemw__second-content {
  width: 60%;
  padding: 50px 40px;
}
@media screen and (max-width: 767px) {
  .typemw__second-content {
    width: 100%;
    padding: 20px;
  }
}

.typemw__second-text {
  font-weight: 400;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.2;
  color: #ffffff;
}

.typemw__third {
  display: flex;
  flex-wrap: wrap;
  background: #000000;
  border-radius: 20px;
  overflow: hidden;
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.2));
}

.typemw__third-image {
  width: 40%;
  position: relative;
  aspect-ratio: 1.189;
}
.typemw__third-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .typemw__third-image img {
    object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  .typemw__third-image {
    width: 100%;
    order: 1;
  }
}

.typemw__third-content {
  width: 60%;
  padding: 50px 40px;
}
@media screen and (max-width: 767px) {
  .typemw__third-content {
    width: 100%;
    padding: 20px;
    order: 2;
  }
}

.typemw__third-text {
  font-weight: 400;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.2;
  color: #ffffff;
}

.typemw__forth {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.2));
}

.typemw__forth-left {
  width: 30%;
  padding: 20px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .typemw__forth-left {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .typemw__forth-left {
    width: 50%;
    order: 1;
  }
}

.typemw__forth-left-content {
  font-weight: 400;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.2;
  color: #000000;
}

.typemw__forth-center {
  width: 40%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .typemw__forth-center {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .typemw__forth-center {
    width: 100%;
    order: 3;
    height: 300px;
  }
}

.typemw__forth-center-image {
  position: absolute;
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
}
.typemw__forth-center-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .typemw__forth-center-image {
    position: relative;
  }
}

.typemw__forth-center-image-title {
  font-weight: 700;
  font-size: clamp(24px, 2.5vw, 40px);
  line-height: 1.2;
  color: #7829FE;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  text-align: center;
}

.typemw__forth-right {
  width: 30%;
  padding: 20px;
  background: #000000;
}
@media screen and (max-width: 767px) {
  .typemw__forth-right {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .typemw__forth-right {
    width: 50%;
    order: 1;
  }
}

.typemw__forth-right-content {
  font-weight: 400;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.2;
  color: #ffffff;
}

.typemw__fifth {
  display: flex;
  flex-wrap: wrap;
  background: #000000;
  border-radius: 20px;
  overflow: hidden;
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.2));
}

.typemw__fifth-image {
  width: 40%;
  position: relative;
  aspect-ratio: 1;
}
.typemw__fifth-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .typemw__fifth-image img {
    object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  .typemw__fifth-image {
    width: 100%;
  }
}

.typemw__fifth-content {
  width: 60%;
  padding: 50px 40px;
}
@media screen and (max-width: 767px) {
  .typemw__fifth-content {
    width: 100%;
    padding: 20px;
  }
}

.typemw__fifth-text {
  font-weight: 400;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.2;
  color: #ffffff;
}

.block-product {
  padding: 30px 0 30px 0;
  position: relative;
}
.block-product .block-one__re {
  gap: 20px;
}
.block-product .block-one__re-item {
  width: 260px;
  height: 260px;
}
.block-product .block-one__re-facade {
  background: linear-gradient(90deg, #FFFFFF 0%, #B9EDFF 60%, #57C1E6 120%);
}
.block-product .block-one__re-side {
  font-size: clamp(16px, 1.2vw, 18px);
}
@media (max-width: 767px) {
  .block-product .container {
    padding: 0 15px;
  }
  .block-product .block-one__re-item {
    width: calc(50% - 10px);
    height: auto;
    aspect-ratio: 1;
  }
}

.block-product__inner {
  width: 100%;
  height: 820px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
  background: linear-gradient(90deg, #f1f8f8 0%, #d2e2f2 100%);
}
@media (max-width: 767px) {
  .block-product__inner {
    height: auto;
  }
}

.block-product__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 0;
  top: 0;
  overflow: hidden;
}
.block-product__bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-position: center;
  object-fit: contain;
}
@media (max-width: 767px) {
  .block-product__bg {
    width: 130%;
    left: -15%;
  }
}

.block-product__top {
  margin-top: 20px;
  margin-left: 40px;
  display: inline-flex;
  flex-direction: column;
  max-width: 560px;
  position: relative;
  padding-bottom: 4px;
  height: 120px;
  z-index: 1;
}
.block-product__top:after {
  content: "";
  left: -40px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #57C1E6;
}
@media (max-width: 767px) {
  .block-product__top {
    margin-top: 10px;
    margin-left: 10px;
    height: auto;
  }
}

.block-product__title {
  font-weight: 700;
  font-size: clamp(32px, 3vw, 48px);
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0;
}

.block-product__subtitle {
  font-weight: 400;
  font-size: clamp(20px, 2vw, 32px);
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
}

.block-product__items {
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  position: relative;
  height: calc(100% - 120px);
  padding: 0 40px 0 40px;
}
@media (max-width: 767px) {
  .block-product__items {
    padding: 20px;
  }
}

.block-product__items-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-right: clamp(100px, 13vw, 180px);
  align-self: center;
}
@media (max-width: 767px) {
  .block-product__items-left {
    width: 100%;
    padding-right: 0px;
  }
}

.block-product__item {
  display: flex;
  flex-direction: column;
  padding: 25px 0px;
  cursor: pointer;
  position: relative;
}
.block-product__item.active .block-product__item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
  z-index: 2;
}
.block-product__item.active .block-product__item-title-arrow:after {
  content: unset;
}
.block-product__item.no--content {
  cursor: default;
}
.block-product__item.no--content .block-product__item-title-arrow {
  opacity: 0;
}
@media (max-width: 767px) {
  .block-product__item {
    padding: 15px 0px;
  }
}

.block-product__item-title-arrow {
  width: 19px;
  height: 19px;
  border-radius: 4px;
  background: #57C1E6;
  position: relative;
  margin-right: 5px;
  flex-shrink: 0;
}
.block-product__item-title-arrow:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 9px;
  width: 11px;
  height: 1px;
  background: #FFFFFF;
}
.block-product__item-title-arrow:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 4px;
  width: 1px;
  height: 11px;
  background: #FFFFFF;
}

.block-product__item-title {
  display: flex;
  align-items: center;
}

.block-product__item-title-name {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: clamp(16px, 1.7vw, 24px);
  line-height: 1;
  color: #000000;
  max-width: 490px;
}
.block-product__item-title-name span {
  font-weight: 500;
  font-style: italic;
  font-size: clamp(14px, 1.5vw, 20px);
  line-height: 1;
  color: #000000;
}

.block-product__item-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
  z-index: -1;
  position: absolute;
  left: 22px;
  top: -50px;
  padding: 20px;
  width: 100%;
  background: #F0F8F8;
  border-radius: 10px;
  font-weight: 400;
  font-size: clamp(14px, 0.9vw, 16px);
  line-height: 1;
  color: #000000;
}
.block-product__item-content ul {
  margin: 0;
}
.block-product__item-content li {
  padding: 4px;
}

.block-product__items-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-left: clamp(100px, 13vw, 180px);
  align-self: center;
}
@media (max-width: 767px) {
  .block-product__items-right {
    width: 100%;
    padding-left: 0px;
  }
}

.block-product__items-image {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  max-width: clamp(200px, 23vw, 320px);
  height: 820px;
}
.block-product__items-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-position: center;
  object-fit: contain;
}
@media (max-width: 767px) {
  .block-product__items-image {
    position: relative;
    max-height: 340px;
    top: 0;
    transform: translateX(-50%);
  }
}

.block-molozivo {
  padding: 30px 0 30px 0;
}

.block-molozivo__inner {
  width: 100%;
  height: 740px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  padding: 20px 40px;
  gap: 40px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 100%);
}
@media (max-width: 767px) {
  .block-molozivo__inner {
    height: auto;
    gap: 20px;
    padding: 20px;
  }
}

.block-molozivo__top {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.block-molozivo__title {
  font-weight: 700;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0;
}
.block-molozivo__title span {
  color: #1299C8;
}

.block-molozivo__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: -1;
  top: 0;
  overflow: hidden;
}
.block-molozivo__bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-position: center;
  object-fit: cover;
  border-radius: 30px;
}

.block-molozivo__content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 100px;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .block-molozivo__content {
    gap: 30px;
  }
}

.block-molozivo__left {
  width: calc(50% - 50px);
}
@media (min-width: 1280px) {
  .block-molozivo__left {
    width: calc(40% - 50px);
  }
}
@media (max-width: 767px) {
  .block-molozivo__left {
    width: 100%;
  }
}

.block-molozivo__right {
  width: calc(50% - 50px);
}
@media (min-width: 1280px) {
  .block-molozivo__right {
    width: calc(40% - 50px);
  }
}
@media (max-width: 767px) {
  .block-molozivo__right {
    width: 100%;
  }
}

.block-bioactive {
  padding: 30px 0 30px 0;
}

.block-bioactive__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  padding: 40px;
}
@media (max-width: 767px) {
  .block-bioactive__inner {
    padding: 20px 10px;
    max-width: 450px;
    margin: 0 auto;
  }
}

.block-bioactive__top {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .block-bioactive__top {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
}

.block-bioactive__titles {
  display: flex;
  flex-direction: column;
}

.block-bioactive__title {
  font-weight: 600;
  font-size: clamp(24px, 2.5vw, 36px);
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
}

.block-bioactive__subtitle {
  font-weight: 700;
  font-size: clamp(24px, 2.5vw, 36px);
  line-height: 1.2;
  text-transform: uppercase;
  color: #1299C8;
}

.block-bioactive__info {
  padding: 10px;
  gap: 10px;
  display: flex;
  flex-direction: column;
  width: 160px;
  height: 160px;
  background: #24A1CF;
  border-radius: 120px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .block-bioactive__info {
    width: 130px;
    height: 130px;
  }
}

.block-bioactive__info-count {
  font-weight: 700;
  font-size: clamp(16px, 2.3vw, 32px);
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
}

.block-bioactive__info-text {
  font-weight: 400;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
}

.block-bioactive__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}

.block-bioactive__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: calc(33.33% - 20px);
}
@media (max-width: 767px) {
  .block-bioactive__item {
    width: 100%;
  }
}

.block-bioactive__item-title {
  font-weight: 700;
  font-size: clamp(16px, 1.7vw, 24px);
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
}

.block-bioactive__item-image {
  text-align: center;
  position: relative;
  width: 100%;
  height: 140px;
}
@media (max-width: 767px) {
  .block-bioactive__item-image {
    height: auto;
  }
}

.block-bioactive__item-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .block-bioactive__item-items {
    margin-top: 10px;
  }
}

.block-bioactive__item-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.block-bioactive__item-row-title {
  font-weight: 600;
  font-size: clamp(16px, 1.7vw, 24px);
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
}

.block-bioactive__item-row-list {
  display: flex;
  flex-direction: column;
}

.block-bioactive__item-row-list-item {
  position: relative;
  padding: 4px 0px 4px 24px;
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 20px);
  line-height: 1;
  color: #000000;
}
.block-bioactive__item-row-list-item:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 14px;
}

.block-bioactive__item-row-text {
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 20px);
  line-height: 1;
  color: #000000;
}

.product-item {
  display: flex;
  flex-direction: column;
  width: calc(25% - 23px);
}
@media screen and (max-width: 1200px) {
  .product-item {
    width: calc(33.33% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .product-item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 450px) {
  .product-item {
    width: 100%;
  }
}

.product-item__image-block {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #F2FFFF;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  position: relative;
}

.product-item__image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: contain;
  object-position: center;
  padding: 20px;
  border-radius: 30px;
}
.product-item__image.wide--image {
  padding: 0;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .product-item__image.wide--image {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .product-item__image.wide--image {
    padding: 0;
  }
}

.product-item__image-award {
  position: absolute;
  max-width: 100px;
  height: auto;
  left: 10px;
  top: 10px;
}
@media screen and (max-width: 1200px) {
  .product-item__image-award {
    width: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .product-item__image-award {
    width: 11vw;
  }
}
@media screen and (max-width: 450px) {
  .product-item__image-award {
    width: 23vw;
  }
}

.product-item__image-sticker {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100px;
  aspect-ratio: 1;
  left: 10px;
  top: 10px;
  border-radius: 99px;
  padding: 4px;
}
@media screen and (max-width: 1200px) {
  .product-item__image-sticker {
    width: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .product-item__image-sticker {
    width: 11vw;
  }
}
@media screen and (max-width: 450px) {
  .product-item__image-sticker {
    width: 23vw;
  }
}
.product-item__image-sticker span {
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .product-item__image-sticker span {
    font-size: 10px;
  }
}
.product-item__image-sticker.sticker--top {
  background: #41A9AC;
}
.product-item__image-sticker.sticker--top span {
  color: #FFFFFF;
}
.product-item__image-sticker.sticker--new {
  background: #F6E932;
}
.product-item__image-sticker.sticker--sale {
  background: #CD0000;
}
.product-item__image-sticker.sticker--sale span {
  color: #FFFFFF;
}

.product-item__title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 0;
  margin-top: 10px;
  height: 47px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}
@media screen and (max-width: 768px) {
  .product-item__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 450px) {
  .product-item__title {
    height: auto;
    -webkit-line-clamp: unset;
  }
}

.product-item__brand {
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .product-item__brand {
    font-size: 16px;
  }
}

.product-item__prices {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.product-item__price {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .product-item__price {
    font-size: 24px;
  }
}

.product-item__price-special {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
  text-decoration: line-through;
}
@media screen and (max-width: 768px) {
  .product-item__price-special {
    font-size: 20px;
  }
}

.product-item__action {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}

.product-item__button-addtocart {
  font-size: 12px;
  font-weight: 500;
  padding: 14px 28px;
  line-height: 1;
}

.product-item__rating {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  margin-top: 15px;
}

.product-item__rating-avg, .product-item__rating-total {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
}
.product-item__rating-avg span, .product-item__rating-total span {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.product-item__needlogin {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
  margin-top: 15px;
}
.product-item__needlogin a {
  font-weight: 500;
  color: #41A9AC;
  text-decoration: underline;
}
.product-item__needlogin small {
  font-weight: 400;
  font-size: 14px;
}

.product-slider {
  padding: 40px 0 40px 0;
}

.product-slider__subtitle {
  font-weight: 800;
  font-size: 16px;
  line-height: 115%;
  text-transform: uppercase;
  color: #0C9AA0;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .product-slider__subtitle {
    font-size: 15px;
  }
}

.product-slider__title {
  margin-top: 5px;
  font-weight: 700;
  font-size: 32px;
  line-height: 115%;
  color: #000000;
}
@media screen and (min-width: 993px) and (max-width: 1600px) {
  .product-slider__title {
    font-size: 2vw;
  }
}
@media screen and (max-width: 992px) {
  .product-slider__title {
    font-size: 20px;
  }
}

.product-slider__items {
  width: 100%;
  margin-top: 20px;
  position: relative;
  padding-bottom: 80px;
}

.product-slider__item {
  max-width: 370px;
}
.product-slider__item .product-item {
  width: 100%;
}

.product-slider__arrows {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  z-index: 1;
}
.product-slider__arrows .glide__arrow {
  width: 55px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 10px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  padding: 3px;
  outline: 0px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}
.product-slider__arrows .glide__arrow svg path {
  stroke: black;
}
.product-slider__arrows .glide__arrow:active {
  background: #002222 !important;
}
.product-slider__arrows .glide__arrow:active svg path {
  stroke: white;
}
@media (hover: hover) and (pointer: fine) {
  .product-slider__arrows .glide__arrow:hover {
    background: #CCF2F2;
  }
}
.product-slider__arrows .glide__arrow--left {
  left: -4rem;
}
.product-slider__arrows .glide__arrow--left svg {
  transform: rotate(180deg);
}
.product-slider__arrows .glide__arrow--right {
  right: -4rem;
}

.product-sticky {
  position: fixed;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1021;
  max-width: 750px;
  margin: 0;
  pointer-events: none;
}
@media (min-width: 992px) {
  .product-sticky {
    display: none;
  }
}

.product-sticky-wrap {
  border: 1px solid rgba(23, 23, 23, 0.1);
  border-radius: 0.5rem;
  padding: 0.75rem;
  background: #F0F8F8;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  pointer-events: none;
  transition: transform 0.3s ease-in;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100%);
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.product-sticky-wrap.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.product-sticky-img {
  width: 60px;
  aspect-ratio: 1;
  position: relative;
}

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

.product-sticky-info {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

.product-sticky-title {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.product-sticky-prices {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 75px;
  justify-content: center;
}

.product-sticky-prices.with--special .product-sticky-price {
  color: grey;
  text-decoration: line-through;
  font-size: 12px;
}

.product-sticky-price {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
}

.product-sticky-price-special {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  color: red;
}

.product-sticky-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 14px 18px;
  background-color: #00C5CD;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  min-width: 115px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
}
.product-sticky-btn:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.7283 9.95223C18.423 0.616404 17.2897 0 10.005 0C2.70809 0 1.57361 0.614118 0.27163 9.93999C-0.29618 14.0077 0.0148238 16.3794 1.31212 17.8712C2.86862 19.6599 5.67406 20.0093 9.99472 20.0093C14.3221 20.0093 17.132 19.6587 18.6891 17.8688C19.9851 16.3794 20.2961 14.0122 19.7283 9.95223ZM17.3958 16.7434C16.2725 18.0355 13.7317 18.2943 9.99552 18.2943C6.26611 18.2943 3.72972 18.0352 2.60702 16.7445C1.68087 15.6811 1.48477 13.6549 1.9706 10.1767C3.15196 1.71555 3.53934 1.71555 10.0056 1.71555C16.4595 1.71555 16.8458 1.71555 18.0305 10.1894C18.5152 13.6605 18.3198 15.6814 17.3958 16.7434Z' fill='black'/%3E%3Cpath d='M12.8597 4.00391C12.6322 4.00391 12.4141 4.09425 12.2533 4.25508C12.0925 4.4159 12.0021 4.63402 12.0021 4.86145C12.0021 5.39214 11.7913 5.90108 11.4161 6.27633C11.0408 6.65158 10.5319 6.86239 10.0012 6.86239C9.47051 6.86239 8.96156 6.65158 8.58631 6.27633C8.21106 5.90108 8.00025 5.39214 8.00025 4.86145C8.00025 4.63402 7.9099 4.4159 7.74908 4.25508C7.58826 4.09425 7.37014 4.00391 7.1427 4.00391C6.91527 4.00391 6.69715 4.09425 6.53633 4.25508C6.37551 4.4159 6.28516 4.63402 6.28516 4.86145C6.28516 5.84701 6.67667 6.79219 7.37356 7.48909C8.07045 8.18598 9.01564 8.57749 10.0012 8.57749C10.9867 8.57749 11.9319 8.18598 12.6288 7.48909C13.3257 6.79219 13.7172 5.84701 13.7172 4.86145C13.7172 4.63402 13.6269 4.4159 13.4661 4.25508C13.3052 4.09425 13.0871 4.00391 12.8597 4.00391Z' fill='black'/%3E%3C/svg%3E");
  background-position: center;
}
.product-sticky-btn:hover:not([disabled]) {
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-1px);
}
.product-sticky-btn:active:not([disabled]) {
  transform: translateY(0);
}
.product-sticky-btn[disabled] {
  background: #4F4F4F;
  color: #797979;
  cursor: not-allowed;
}

@media (max-width: 992px) {
  .product-sticky {
    width: 95%;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .product-sticky-wrap {
    gap: 8px;
  }
  .product-sticky-prices {
    min-width: 68px;
  }
  .product-sticky-title {
    font-size: 12px;
  }
  .product-sticky-price-special {
    font-size: 12px;
  }
}
.spopup {
  position: fixed;
  width: 500px;
  height: 300px;
  background: transparent;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  caret-color: transparent;
  bottom: 10px;
  right: 100px;
}
.spopup.is--opened {
  opacity: 1;
  visibility: visible;
}
.spopup input[type=email], .spopup input[type=number], .spopup input[type=text], .spopup textarea, .spopup select {
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
  caret-color: black;
  font-size: 16px;
}
.spopup input[type=email].error, .spopup input[type=number].error, .spopup input[type=text].error, .spopup textarea.error, .spopup select.error {
  border-color: red;
  background: #ffe8e8;
}
@media (max-width: 650px) {
  .spopup {
    left: 50%;
    right: unset;
    transform: translateX(-50%);
    width: calc(100vw - 20px);
  }
}

.spopup__layer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.spopup__block {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 500px;
  min-height: 280px;
  width: 100%;
  height: auto;
  z-index: 10010;
  background: white;
  display: flex;
  border-radius: 15px;
  flex-direction: column;
}

.spopup__close {
  z-index: 10000;
  position: absolute;
  right: 15px;
  top: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0C7.21997 0 5.47991 0.527841 3.99987 1.51677C2.51983 2.50571 1.36628 3.91131 0.685088 5.55585C0.00389957 7.20038 -0.17433 9.00998 0.172936 10.7558C0.520203 12.5016 1.37737 14.1053 2.63604 15.364C3.89471 16.6226 5.49836 17.4798 7.24419 17.8271C8.99002 18.1743 10.7996 17.9961 12.4442 17.3149C14.0887 16.6337 15.4943 15.4802 16.4832 14.0001C17.4722 12.5201 18 10.78 18 9C18 6.61305 17.0518 4.32387 15.364 2.63604C13.6761 0.948211 11.3869 0 9 0ZM12.975 11.4975C13.0807 11.5925 13.166 11.708 13.2256 11.837C13.2852 11.966 13.3179 12.1058 13.3217 12.2478C13.3255 12.3899 13.3004 12.5312 13.2477 12.6633C13.1951 12.7953 13.1161 12.9152 13.0157 13.0157C12.9152 13.1161 12.7953 13.1951 12.6633 13.2477C12.5312 13.3003 12.3899 13.3255 12.2478 13.3217C12.1058 13.3179 11.966 13.2852 11.837 13.2256C11.708 13.166 11.5925 13.0807 11.4975 12.975L9 10.4775L6.5025 12.975C6.40754 13.0807 6.29203 13.166 6.16303 13.2256C6.03402 13.2852 5.89423 13.3179 5.75216 13.3217C5.6101 13.3255 5.46876 13.3003 5.33675 13.2477C5.20474 13.1951 5.08483 13.1161 4.98434 13.0157C4.88386 12.9152 4.80489 12.7953 4.75227 12.6633C4.69965 12.5312 4.67448 12.3899 4.67828 12.2478C4.68209 12.1058 4.71479 11.966 4.7744 11.837C4.83401 11.708 4.91928 11.5925 5.025 11.4975L7.5225 9L5.025 6.5025C4.84605 6.30328 4.75031 6.04303 4.75748 5.77534C4.76464 5.50764 4.87419 5.25289 5.06354 5.06354C5.25289 4.87418 5.50765 4.76464 5.77534 4.75747C6.04303 4.7503 6.30328 4.84605 6.5025 5.025L9 7.5225L11.4975 5.025C11.5925 4.91928 11.708 4.83401 11.837 4.7744C11.966 4.71479 12.1058 4.68208 12.2478 4.67828C12.3899 4.67447 12.5312 4.69965 12.6633 4.75227C12.7953 4.80489 12.9152 4.88385 13.0157 4.98434C13.1161 5.08483 13.1951 5.20474 13.2477 5.33674C13.3004 5.46875 13.3255 5.6101 13.3217 5.75216C13.3179 5.89422 13.2852 6.03402 13.2256 6.16302C13.166 6.29203 13.0807 6.40753 12.975 6.5025L10.4775 9L12.975 11.4975Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 18px;
  display: inline-block;
  width: 30px;
  background-position: center;
  height: 30px;
  cursor: pointer;
}

.spopup__wrap {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  max-height: calc(100vh - var(--wp-admin--admin-bar--height, 32px));
  background: #E3F7F7;
  border-radius: 15px;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5));
}

.spopup__content {
  display: flex;
  flex-direction: column;
  padding: 15px 20px;
  z-index: 1;
}

.spopup__bgimage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.spopup__bgimage img {
  position: absolute;
  left: 0;
  top: -2px;
  width: 100%;
  height: calc(100% + 4px);
  object-fit: cover;
}

.spopup__image {
  height: 190px;
  position: relative;
}
.spopup__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
}

.spopup__title {
  font-style: normal;
  font-weight: 700;
  font-size: clamp(20px, 3vw, 24px);
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
}
.spopup__title span {
  color: #00C5CD;
}

.spopup__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 10px;
  color: black;
}

footer {
  position: relative;
  width: 100%;
}

.footer__block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 50px;
  padding: 40px 0 30px 0;
}
@media (max-width: 992px) {
  .footer__block {
    gap: 40px;
  }
}

.footer__left {
  width: calc(30% - 100px);
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 992px) {
  .footer__left {
    width: 100%;
  }
}

.footer__menus {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .footer__menus {
    width: 100%;
  }
}

.footer__right {
  width: 20%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 992px) {
  .footer__right {
    width: 100%;
    gap: 25px;
    align-items: center;
  }
}

.footer__bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .footer__bottom {
    flex-direction: column;
    gap: 40px;
  }
}

.footer__worktime {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
}
@media (max-width: 992px) {
  .footer__worktime {
    font-size: 14px;
  }
}

.footer__email {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
}
@media (max-width: 992px) {
  .footer__email {
    font-size: 14px;
  }
}

.footer__phones {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer__phones-phone {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
}
@media (max-width: 992px) {
  .footer__phones-phone {
    font-size: 14px;
  }
}

.footer__menu {
  display: flex;
  flex-direction: column;
  width: 33.33%;
}
.footer__menu.footer-menu--left .footer__bottom-menu {
  padding-right: 10px;
}
.footer__menu.footer-menu--center .footer__bottom-menu {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .footer__menu.footer-menu--left {
    display: none;
  }
  .footer__menu.footer-menu--center {
    display: none;
  }
  .footer__menu.footer-menu--right {
    width: 100%;
  }
}

.footer__bottom-menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__list-item-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  color: #000000;
}

.footer__address {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #000000;
}
@media (min-width: 1280px) {
  .footer__address {
    max-width: 250px;
  }
}

.footer__socials-block {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.footer__social {
  display: flex;
  flex-direction: column;
  width: 37px;
  height: 37px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.footer__social svg {
  border-radius: 4px;
}
.footer__social:hover {
  border-color: black;
}

.footer__payments {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.footer__payment {
  display: flex;
  flex-direction: column;
  width: 50px;
  height: 50px;
  background: #DDF1F1;
  align-items: center;
  justify-content: center;
}

.footer__langs-block {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
}
@media (max-width: 992px) {
  .footer__langs-block {
    order: 2;
  }
}

.footer__langs-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}

.footer__langs {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.footer__lang-uk {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer__lang-uk img {
  height: 30px;
  width: auto;
}
.footer__lang-uk span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  background: #000000;
  border-radius: 0px 7px 7px 0px;
  font-weight: 900;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
  height: 30px;
}

.footer__lang-en {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer__lang-en img {
  height: 30px;
  width: auto;
}
.footer__lang-en span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  gap: 10px;
  border: 1px solid #000000;
  border-radius: 0px 7px 7px 0px;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #000000;
  height: 30px;
}

.footer__powered {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
}
@media (max-width: 992px) {
  .footer__powered {
    order: 3;
  }
}

.footer__btn-disclaimer-wrap {
  width: 20%;
  min-width: 288px;
}
@media (max-width: 992px) {
  .footer__btn-disclaimer-wrap {
    order: 1;
    width: 100%;
  }
}

.footer__btn-disclaimer {
  width: 280px;
}
@media (max-width: 992px) {
  .footer__btn-disclaimer {
    width: auto;
  }
}

/*# sourceMappingURL=product.css.map */
