@charset "UTF-8";
/* 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;
}

.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;
}

.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;
  }
}
.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;
}

.cart-page {
  width: 100%;
  min-height: 60vh;
  padding: 0;
  margin-bottom: 40px;
}
.cart-page__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0 10px 0;
  margin-bottom: 0;
}
.cart-page__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.15em;
  text-align: left;
  color: #000000;
  margin: 0;
}
.cart-page__content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  margin-top: 20px;
}
.cart-page__content.cart--empty .cart-page__items {
  max-width: 100%;
}
.cart-page__items {
  flex: 1;
  max-width: 1160px;
  background-color: #FFFFFF;
  border-radius: 30px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  padding: 20px;
}
.cart-page__items-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cart-page__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  text-align: center;
}
.cart-page__empty-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5em;
  color: #000000;
  margin: 0 0 20px 0;
}
.cart-page__continue-shopping {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
  color: #00C5CD;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.cart-page__continue-shopping:hover {
  opacity: 0.8;
}
.cart-page__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding: 0;
  position: relative;
}
.cart-page__item-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  flex: 1;
}
.cart-page__item-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px;
  flex: 1;
}
.cart-page__item-image-wrapper {
  width: 120px;
  height: 120px;
  background-color: #F2FFFF;
  border-radius: 10px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  flex-shrink: 0;
  overflow: hidden;
}
.cart-page__item-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.cart-page__item-image-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
}
.cart-page__item-group {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.cart-page__item-details {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
  min-width: 0;
}
.cart-page__item-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.22em;
  text-align: left;
  color: #000000;
  margin: 0;
}
.cart-page__item-title a {
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
}
.cart-page__item-title a:hover {
  color: #00C5CD;
}
.cart-page__item-meta {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.22em;
  text-align: left;
  color: #000000;
  margin: 0;
}
.cart-page__item-quantity {
  flex-shrink: 0;
  display: flex;
  gap: 10px;
  align-items: center;
}
.cart-page__item-quantity .reload--cart {
  cursor: pointer;
  visibility: hidden;
  background: white;
  width: 30px;
  height: 30px;
  padding: 0;
  color: black;
  flex-shrink: 0;
}
.cart-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;
}
.cart-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;
}
.cart-page__quantity-btn:hover {
  opacity: 0.7;
}
.cart-page__quantity-btn:active {
  opacity: 0.5;
}
.cart-page__quantity-btn-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.22em;
  text-transform: uppercase;
  color: #000000;
}
.cart-page__item-price {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.22em;
  text-align: left;
  color: #000000;
  white-space: nowrap;
  flex-shrink: 0;
  min-width: 120px;
}
.cart-page__item-remove {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
}
.cart-page__item-remove:hover {
  opacity: 0.7;
}
.cart-page__item-remove:active {
  opacity: 0.5;
}
.cart-page__remove-icon {
  width: 12px;
  height: 14px;
  stroke: #000000;
  display: block;
}
.cart-page__summary-wrap {
  width: 380px;
  flex-shrink: 0;
  position: sticky;
  top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cart-page__summary {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 30px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  padding: 25px 20px;
  position: sticky;
}
.cart-page__summary-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
.cart-page__summary-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 65px;
  width: 100%;
}
.cart-page__summary-row--total {
  gap: 65px;
  margin-top: 80px;
}
.cart-page__summary-label-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  width: 100px;
  flex-shrink: 0;
}
.cart-page__summary-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2em;
  text-align: left;
  color: #000000;
}
.cart-page__summary-label--total {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.22em;
}
.cart-page__summary-count {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2em;
  text-align: left;
  color: #000000;
}
.cart-page__summary-value {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.22em;
  text-align: left;
  color: #000000;
  white-space: nowrap;
  flex-shrink: 0;
  width: 120px;
  height: 19px;
}
.cart-page__summary-value--shipping {
  width: 170px;
  white-space: normal;
  height: auto;
}
.cart-page__summary-value--total {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.22em;
  width: auto;
  height: auto;
}
.cart-page__summary-free {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.22em;
  text-align: left;
  color: #000000;
  white-space: normal;
}
.cart-page__checkout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.cart-page__checkout-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 16px 64px;
  background-color: #000000;
  border-radius: 9999px;
  width: 100%;
  max-width: 300px;
  height: 50px;
  text-decoration: none;
  transition: opacity 0.3s ease, transform 0.2s ease;
}
.cart-page__checkout-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.cart-page__checkout-btn:active {
  transform: translateY(0);
}
.cart-page__checkout-btn-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.22em;
  text-align: center;
  color: #FFFFFF;
}
.cart-page__checkout-terms {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4em;
  text-align: center;
  color: #000000;
  margin: 0;
  width: 280px;
  padding-left: 10px;
}
.cart-page__checkout-terms a {
  font-weight: 600;
  text-decoration: underline;
}

input.cart-page__quantity-input {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.22em;
  text-transform: uppercase;
  text-align: center;
  color: #00C5CD;
  background: none;
  border: none;
  width: 30px;
  padding: 0;
  height: 30px;
  -moz-appearance: textfield;
  appearance: textfield;
}
input.cart-page__quantity-input::-webkit-inner-spin-button, input.cart-page__quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input.cart-page__quantity-input:focus {
  outline: none;
}

.cart-page__summary-rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cart-page__item-meta-row {
  display: flex;
  align-items: center;
  gap: 3px;
}

.cart-page__item-meta-value {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.15;
  color: #000000;
}

@media (min-width: 1280px) {
  .cart-page__item {
    gap: 50px;
  }
}
@media (max-width: 1600px) {
  .cart-page__container {
    padding: 10px 40px;
  }
  .cart-page__content {
    gap: 15px;
  }
  .cart-page__item-content {
    gap: 50px;
  }
}
@media (max-width: 1400px) {
  .cart-page__summary-content {
    gap: 50px;
  }
  .cart-page__item {
    gap: 50px;
  }
  .cart-page__item-content {
    gap: 40px;
  }
}
@media (max-width: 1200px) {
  .cart-page__container {
    padding: 10px 20px;
  }
  .cart-page__content {
    flex-direction: column;
    margin-top: 10px;
  }
  .cart-page__items {
    max-width: 100%;
    width: 100%;
  }
  .cart-page__summary-wrap {
    width: 100%;
    position: relative;
    top: 0;
    max-width: 600px;
    margin: 0 auto;
  }
  .cart-page__title {
    font-size: 28px;
  }
  .cart-page__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .cart-page__item-content {
    width: 100%;
    gap: 30px;
  }
  .cart-page__item-remove {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 968px) {
  .cart-page__title {
    font-size: 24px;
  }
  .cart-page__item-image-wrapper {
    width: 100px;
    height: 100px;
    padding: 20px;
  }
  .cart-page__item-title {
    font-size: 15px;
  }
  .cart-page__item-meta {
    font-size: 13px;
  }
  .cart-page__item-price {
    font-size: 15px;
  }
  .cart-page__summary-row {
    gap: 40px;
  }
  .cart-page__summary-label-group {
    width: 80px;
  }
  .cart-page__summary-value {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .cart-page {
    min-height: auto;
  }
  .cart-page__container {
    padding: 10px 15px;
  }
  .cart-page__content {
    gap: 30px;
  }
  .cart-page__title {
    font-size: 20px;
  }
  .cart-page__items {
    padding: 15px 12px;
  }
  .cart-page__item-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .cart-page__item-image-wrapper {
    width: 80px;
    height: 80px;
    padding: 15px;
  }
  .cart-page__item-group {
    gap: 10px;
  }
  .cart-page__item-content {
    align-items: flex-start;
    gap: 10px;
    width: 100%;
  }
  .cart-page__quantity-controls {
    width: 112px;
  }
  .cart-page__item-remove {
    display: none;
  }
  .cart-page__summary {
    padding: 20px 15px;
    height: auto;
  }
  .cart-page__summary-content {
    gap: 30px;
    align-items: flex-start;
  }
  .cart-page__summary-row {
    align-items: center;
    gap: 10px;
  }
  .cart-page__summary-row--total {
    margin-top: 10px;
  }
  .cart-page__summary-value {
    width: 100%;
  }
  .cart-page__checkout-btn {
    padding: 14px 40px;
    height: 48px;
  }
  .cart-page__checkout-terms {
    width: 100%;
    padding-left: 0;
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .cart-page__title {
    font-size: 18px;
  }
  .cart-page__item-image-wrapper {
    width: 70px;
    height: 70px;
    padding: 10px;
  }
  .cart-page__item-title {
    font-size: 14px;
  }
  .cart-page__item-meta {
    font-size: 12px;
  }
  .cart-page__item-quantity {
    gap: 5px;
  }
  .cart-page__quantity-btn-text {
    font-size: 14px;
  }
  .cart-page__quantity-input {
    font-size: 14px;
  }
  .cart-page__item-price {
    font-size: 14px;
    min-width: unset;
  }
  .cart-page__summary-label {
    font-size: 14px;
  }
  .cart-page__summary-label--total {
    font-size: 18px;
  }
  .cart-page__summary-value {
    font-size: 14px;
  }
  .cart-page__summary-value--total {
    font-size: 18px;
  }
  .cart-page__checkout-btn-text {
    font-size: 13px;
  }
  .cart-page__checkout-terms {
    font-size: 10px;
  }
}
.cart-page__summary-value--discount {
  color: #C10000;
}

.loyalty-info {
  padding: 16px;
  background: linear-gradient(90deg, #F4FEFF 0%, #CBF0F2 100%);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.loyalty-info__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.loyalty-info__progress-bar {
  background: #fff;
  height: 24px;
  border-radius: 12px;
  position: relative;
  overflow: hidden; /* Чтобы заливка не выходила за края */
  display: flex;
  align-items: center;
}

/* Заливка прогресса */
.loyalty-info__progress-fill {
  background: #00C5CD;
  height: 100%;
  position: absolute;
  border-radius: 12px;
  left: 0;
  top: 0;
  transition: width 0.5s ease-in-out; /* Плавная анимация */
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* Текст поверх бара */
.loyalty-info__progress-text {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 2;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  pointer-events: none; /* Текст не мешает кликам */
}

.loyalty-info__next-step {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  color: #000;
  pointer-events: none;
}

.loyalty-info__next-step-max {
  display: flex;
  gap: 10px;
}

.loyalty-info__next-step-max-icon {
  width: 48px;
}

.loyalty-info__next-step-max-text {
  width: calc(100% - 58px);
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.25;
  pointer-events: none;
}

.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=cart.css.map */
