@charset "UTF-8";
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeuePro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html, body, a, p {
  font-family: "Onest", sans-serif;
}

:root {
  --color-light: rgba(255, 255, 255, 1);
  --color-dark: rgba(11, 11, 24, 1);
  --color-grey: rgba(242, 245, 249, 1);
  --color-blue: rgba(71, 145, 231, 1);
  --background-blue: linear-gradient(90deg, #33B2DB 0%, #4691E7 100%);
  --font-family-base: "Onest", sans-serif;
  --container-width: 1200px;
  --container-padding-x: 15px;
  --transition-duration: 0.2s;
  --100vw: calc(100vw - var(--scrollbar-width, 0px));
  --header-topbar-bg: rgba(11, 11, 24, 1);
  --header-topbar-text: rgba(255, 255, 255, 0.75);
  --header-topbar-text-hover: rgba(255, 255, 255, 1);
  --header-topbar-height: 34px;
  --header-main-bg: rgba(255, 255, 255, 1);
  --header-main-height: 78px;
  --catalog-bg: rgba(255, 255, 255, 1);
  --catalog-item-hover: var(--background-blue);
  --catalog-item-active-bg: var(--color-dark);
  --catalog-sub-bg: #bfe5f8;
  --search-border: rgba(230, 236, 245, 1);
  --search-btn-bg: var(--color-dark);
  --search-btn-text: #fff;
  --mobile-menu-width: 320px;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:where(ul, ol):where([class]) {
  padding-left: 0;
}

body,
:where(blockquote, figure):where([class]) {
  margin: 0;
}

:where(h1, h2, h3, h4, h5, h6, p, ul, ol, dl):where([class]) {
  margin-block: 0;
}

:where(dd[class]) {
  margin-left: 0;
}

:where(fieldset[class]) {
  margin-left: 0;
  padding: 0;
  border: none;
}

:where(ul[class]) {
  list-style: none;
}

:where(address[class]) {
  font-style: normal;
}

p {
  --paragraphMarginBottom: 24px;
  margin-block: 0;
}
p:where(:not([class]):not(:last-child)) {
  margin-bottom: var(--paragraphMarginBottom);
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
textarea,
select,
button {
  font: inherit;
}

html {
  height: 100%;
  scrollbar-gutter: stable;
  scroll-behavior: smooth;
}
html:has(:target) {
  scroll-behavior: smooth;
}
html.lock {
  overflow: hidden;
}

.object {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

body {
  font-size: 16px;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: var(--font-family-base);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: var(--color-dark);
  background-color: var(--color-light);
}

.cat-breadcrumbs {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cat-breadcrumbs {
    margin-bottom: 20px;
  }
}
.cat-breadcrumbs span {
  letter-spacing: 0.3px;
}
.cat-breadcrumbs ol {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 0;
}
.cat-breadcrumbs li {
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(32, 80, 116, 0.7);
  font-size: 12px;
  line-height: 1.3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cat-breadcrumbs li svg {
  margin: 0 3px;
}
.cat-breadcrumbs a {
  color: rgba(32, 80, 116, 0.8);
  background-color: rgb(242, 245, 249);
  padding: 4px 10px;
  text-decoration: none;
  font-weight: 300;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  gap: 8px;
}
@media (max-width: 991px) {
  .cat-breadcrumbs a {
    gap: 5px;
  }
}
.cat-breadcrumbs a span {
  color: rgb(32, 80, 116);
  letter-spacing: 0px;
}
.cat-breadcrumbs a:hover {
  color: rgb(32, 80, 116);
  text-decoration: underline;
}
.cat-breadcrumbs span {
  color: rgb(0, 0, 0);
}

.margin-top {
  margin-top: 135px;
}

@media (max-width: 991px) {
  .margin-top {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .margin-top {
    margin-top: 95px;
  }
}
main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

section {
  overflow: hidden;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: var(--color-dark);
  margin: 0;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  font-weight: 700;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
}

h1, .h1 {
  font-size: 36px;
  line-height: 1.2;
}

h2, .h2 {
  font-size: 30px;
  line-height: 1.2;
}

h3, .h3 {
  font-size: 24px;
}

a,
button,
label,
input,
textarea,
select,
svg * {
  -webkit-transition-duration: var(--transition-duration);
          transition-duration: var(--transition-duration);
}

a {
  color: inherit;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    color: var(--color-accent);
  }
}
a[class] {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

button,
label {
  cursor: pointer;
}

svg * {
  -webkit-transition-property: fill, stroke;
  transition-property: fill, stroke;
}

._container {
  max-width: calc(var(--container-width) + var(--container-padding-x) * 2);
  margin-inline: auto;
  padding-inline: var(--container-padding-x);
}

@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.form input {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(230, 236, 245);
  border: 1px solid rgb(230, 236, 245);
  height: 50px;
  padding: 0 20px;
  border-radius: 10px;
}
.form input:focus {
  border: none;
}

/* Улучшенная версия text-animate-1 */
.text-animate-1 {
  opacity: 0;
  -webkit-transform: translate(0, 35px);
  transform: translate(0, 35px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.5s ease, -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease, -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

.text-animate-1._active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.5s ease, -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease, -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Улучшенная версия text-animate-2 с небольшой задержкой */
.text-animate-2 {
  opacity: 0;
  -webkit-transform: translate(0, 35px);
  transform: translate(0, 35px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.5s ease, -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease, -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

.text-animate-2._active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.5s ease, -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease, -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

/* Новая анимация с горизонтальным движением */
.text-animate-3 {
  opacity: 0;
  -webkit-transform: translate(-35px, 0);
  transform: translate(-35px, 0);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.5s ease, -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease, -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

.text-animate-3._active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.5s ease, -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease, -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/* Новая анимация с масштабированием */
.text-animate-4 {
  opacity: 0;
  -webkit-transform: scale(0.9) translateY(20px);
  transform: scale(0.9) translateY(20px);
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

.text-animate-4._active {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* Анимация с подчеркиванием (без разделения текста) */
.text-animate-underline {
  opacity: 0;
  -webkit-transform: translate(0, 35px);
  transform: translate(0, 35px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.5s ease, -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease, -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
  position: relative;
}

.text-animate-underline._active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.5s ease, -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease, -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Анимация с лёгким размытием */
.text-animate-blur {
  opacity: 0;
  -webkit-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity, filter;
}

.text-animate-blur._active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Анимация для элементов списка с задержкой */
.list-animate li {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.list-animate._active li:nth-child(1) {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.list-animate._active li:nth-child(2) {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.list-animate._active li:nth-child(3) {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.list-animate._active li:nth-child(4) {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.list-animate._active li:nth-child(5) {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.text-animate-left {
  opacity: 0;
  -webkit-transform: translate(35px, 0);
  transform: translate(35px, 0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.text-animate-left._active {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  transition: all 0.4s ease-in-out 0.2s;
}

.text-animate-right {
  opacity: 0;
  -webkit-transform: translate(-35px, 0);
  transform: translate(-35px, 0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.text-animate-right._active {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  transition: all 0.4s ease-in-out 0.2s;
}

/* Enhanced Left Image Animation */
.image-left {
  -webkit-transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-transform: translate(-50px, 35px) rotate(15deg) scale(0.9);
  transform: translate(-50px, 35px) rotate(15deg) scale(0.9);
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.image-left._active {
  -webkit-transition: all 1s cubic-bezier(0.17, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.17, 0.84, 0.44, 1);
  -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
  transform: translate(0, 0) rotate(0deg) scale(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

/* Enhanced Right Image Animation */
.image-right {
  -webkit-transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-transform: translate(50px, 35px) rotate(-15deg) scale(0.9);
  transform: translate(50px, 35px) rotate(-15deg) scale(0.9);
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.image-right._active {
  -webkit-transition: all 1s cubic-bezier(0.17, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.17, 0.84, 0.44, 1);
  -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
  transform: translate(0, 0) rotate(0deg) scale(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.image-top {
  -webkit-transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-transform: translate(50px, 0px) rotate(-2deg) scale(0.9);
  transform: translate(50px, 0px) rotate(-2deg) scale(0.9);
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.image-top._active {
  -webkit-transition: all 1s cubic-bezier(0.17, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.17, 0.84, 0.44, 1);
  -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
  transform: translate(0, 0) rotate(0deg) scale(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

/* Enhanced Clipped Animation */
.image-anime {
  position: relative;
  opacity: 0;
  clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  -webkit-transition: clip-path 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s ease, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: clip-path 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s ease, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: clip-path 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s ease, transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: clip-path 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s ease, transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-filter: saturate(0.8);
  filter: saturate(0.8);
}

.image-anime._active {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-filter: saturate(1);
  filter: saturate(1);
}

/* New Fade-Up Animation */
.image-fade-up {
  -webkit-transition: all 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
}

.image-fade-up._active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* New Zoom Animation */
.image-zoom {
  -webkit-transition: all 0.5s cubic-bezier(0.17, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.17, 0.84, 0.44, 1);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.image-zoom._active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

/* New Slide-In Animation */
.image-slide-in {
  -webkit-transition: all 0.9s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.9s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.image-slide-in._active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/* New Reveal Animation */
.image-reveal {
  position: relative;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.17, 0.84, 0.44, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.17, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.17, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.17, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.17, 0.84, 0.44, 1);
}

.image-reveal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: currentColor;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.17, 0.84, 0.44, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.17, 0.84, 0.44, 1);
  transition: transform 1.2s cubic-bezier(0.17, 0.84, 0.44, 1);
  transition: transform 1.2s cubic-bezier(0.17, 0.84, 0.44, 1), -webkit-transform 1.2s cubic-bezier(0.17, 0.84, 0.44, 1);
  z-index: 1;
}

.image-reveal._active::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

/* New 3D Flip Animation */
.image-flip {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  opacity: 0;
}

.image-flip-inner {
  -webkit-transition: opacity 0.6s ease, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.6s ease, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s ease;
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s ease, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-flip._active .image-flip-inner {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}

@media (min-width: 1200px) {
  header.header.scroll .header__topbar {
    margin-top: -30px;
  }
}
header.header .header__topbar {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

body.is-locked {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  background-color: rgb(255, 255, 255);
  z-index: 900;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header__topbar ul {
  margin: 0px;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.header__topbar ul li {
  list-style: none;
}
.header__topbar ul li a {
  color: rgb(0, 0, 0);
  letter-spacing: 0.14px;
  font-weight: 300;
  font-size: 12px;
}
.header__topbar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.header__topbar-inner .topbar__cols {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 247px;
          flex: 0 0 247px;
}
.header__main-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .header__main-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px 10px;
  }
}
.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 991px) {
  .header__contacts {
    display: none;
  }
}
@media (min-width: 1100px) {
  .header .search {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: 30px;
  }
}
.header .search input {
  width: 100%;
}
.header__phoness {
  color: rgb(0, 0, 0);
  font-family: "Bebas Neue", sans-serif;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 5px;
  letter-spacing: 0.2px;
}
.header__phoness span {
  color: rgb(43, 114, 167);
  margin-right: 5px;
}
@media (max-width: 768px) {
  .header__phoness {
    margin-bottom: 0px;
  }
}
.header__email {
  font-size: 12px;
  color: rgb(128, 128, 128);
}
.header__email span {
  color: rgb(43, 114, 167);
  margin-left: 4px;
}
@media (max-width: 768px) {
  .header__email {
    display: none !important;
  }
}
.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media (max-width: 768px) {
  .header__actions {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.header__action-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header__action-icon--whatsapp {
  background-color: rgba(31, 211, 103, 0.16);
}
.header__action-icon--telegram {
  background-color: rgba(16, 169, 255, 0.16);
}
.header__cart {
  background: -webkit-gradient(linear, left top, right top, from(#33B2DB), to(#4691E7));
  background: linear-gradient(90deg, #33B2DB 0%, #4691E7 100%);
  width: 50px;
  height: 50px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
  position: relative;
}
.header__cart::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(11, 11, 24) !important;
  border-radius: 15px;
  opacity: 0;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
@media (min-width: 1200px) {
  .header__cart:hover::before {
    content: "";
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .header__cart {
    position: fixed;
    bottom: 10px;
    right: 10px;
    margin-left: 0;
    z-index: 990;
  }
}
.header svg {
  position: relative;
  z-index: 5;
}
.header__cart-count {
  background-color: rgb(184, 243, 67);
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 2px;
  height: 12px;
  position: absolute;
  top: 10px;
  z-index: 5;
  right: 10px;
  font-size: 11px;
  font-family: "Bebas Neue", sans-serif;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 12px;
  border-radius: 3px;
}

@media (max-width: 1200px) {
  .topbar-nav {
    display: none;
  }
}
.logo {
  position: relative;
  z-index: 1000;
}
@media (max-width: 768px) {
  .logo {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .logo img {
    max-width: 120px;
  }
}

@media (max-width: 768px) {
  .search.form {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.catalog {
  position: relative;
}
@media (max-width: 768px) {
  .catalog {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 80%;
            flex: 1 1 80%;
  }
}
.catalog .catalog__btn {
  position: relative;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.catalog .catalog__btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(11, 11, 24) !important;
  border-radius: 7px;
  opacity: 0;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
@media (min-width: 1200px) {
  .catalog .catalog__btn:hover::before {
    content: "";
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .catalog:hover #catalogDropdown {
    top: 0px;
    opacity: 1;
    pointer-events: all;
  }
}
.catalog__btn {
  background: -webkit-gradient(linear, left top, right top, from(#33B2DB), to(#4691E7));
  background: linear-gradient(90deg, #33B2DB 0%, #4691E7 100%);
  height: 50px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 180px;
  border: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 7px;
  gap: 10px;
}
.catalog__btn span {
  position: relative;
  z-index: 5;
  line-height: 1;
  display: block;
  margin-top: 2.5px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  color: rgb(255, 255, 255);
  font-size: 24px;
}
.catalog__btn svg {
  position: relative;
  z-index: 5;
}
@media (max-width: 768px) {
  .catalog__btn {
    width: 100%;
    height: 32px;
  }
}
.catalog__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.catalog__close {
  display: none;
  position: absolute;
  top: 5px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: none;
  background: rgb(11, 11, 24);
  border-radius: 8px;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
}

#catalogDropdown {
  position: absolute;
  top: 15px;
  opacity: 0;
  pointer-events: none;
  left: 0;
  width: 320px;
  padding: 60px 0 0 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#catalogDropdown nav.topbar-nav.topbar-nav-mobile {
  display: none;
}
@media (min-width: 1200px) {
  #catalogDropdown li.item-dropdown:hover .item-dropdown__menu {
    opacity: 1;
    top: 5px;
    pointer-events: all;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
}
header.header.scroll {
    box-shadow: 0px 0px 18px 0px rgba(197, 197, 226, 0.28);
}
#catalogDropdown .item-dropdown__menu {
  position: absolute;
  top: 15px;
  left: 290px;
  width: 320px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  padding: 0 0 0 20px;
}
#catalogDropdown .item-dropdown__menu ul {
  padding: 10px;
  background-color: rgb(52, 178, 220);
  border-radius: 7px;
}
#catalogDropdown .item-dropdown__menu ul li {
  list-style: none;
}
#catalogDropdown .item-dropdown__menu ul li a {
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-decoration: none;
  height: 36px;
  padding: 0 10px;
  background-color: transparent;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  #catalogDropdown .item-dropdown__menu ul li a:hover {
    background-color: rgb(11, 11, 24);
  }
}
#catalogDropdown .item-dropdown {
  position: relative;
}
#catalogDropdown .catalog__col--main {
  background-color: rgb(71, 146, 231);
  border-radius: 20px;
  padding: 10px 10px;
}
#catalogDropdown .catalog__col--main .catalog__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 15px;
  height: 36px;
  padding: 0 10px;
  background-color: transparent;
  border-radius: 7px;
}
@media (min-width: 1200px) {
  #catalogDropdown .catalog__col--main .catalog__link:hover {
    background-color: rgb(11, 11, 24);
  }
}
@media (max-width: 1199px) {
  #catalogDropdown {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    padding: 60px 16px 20px;
    background: #fff;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    opacity: 1;
    pointer-events: all;
    z-index: 999;
  }
  #catalogDropdown nav.topbar-nav.topbar-nav-mobile ul {
    padding: 0;
    margin: 0px;
  }
  #catalogDropdown.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #catalogDropdown .catalog__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #catalogDropdown nav.topbar-nav.topbar-nav-mobile {
    display: block;
    margin-bottom: 16px;
  }
  #catalogDropdown nav.topbar-nav.topbar-nav-mobile ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #catalogDropdown nav.topbar-nav.topbar-nav-mobile li {
    list-style: none;
  }
  #catalogDropdown nav.topbar-nav.topbar-nav-mobile a {
    color: #0b0b18;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
  }
  #catalogDropdown .catalog__col--main {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
  }
  #catalogDropdown .catalog__col--main .catalog__link {
    color: rgb(255, 255, 255);
    background-color: rgb(11, 11, 24);
    border-radius: 7px;
    margin-bottom: 6px;
  }
  #catalogDropdown .catalog__col--main .catalog__link:hover {
    background-color: rgba(11, 11, 24, 0.862);
  }
  #catalogDropdown .item-dropdown.is-open .catalog__arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #catalogDropdown .item-dropdown.is-open .item-dropdown__menu {
    max-height: 1000px;
    opacity: 1;
    pointer-events: all;
    padding: 8px 0 10px 5px;
  }
  #catalogDropdown .item-dropdown__menu {
    position: static;
    display: block;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    left: 0;
    top: 0;
    pointer-events: none;
    -webkit-transition: max-height 0.3s ease, opacity 0.25s ease, padding 0.25s ease;
    transition: max-height 0.3s ease, opacity 0.25s ease, padding 0.25s ease;
  }
  #catalogDropdown .item-dropdown__menu ul {
    background-color: rgb(52, 178, 220);
    padding: 8px;
    border-radius: 7px;
  }
}

.search {
  position: relative;
}
@media (max-width: 1100px) {
  .search__input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
  }
}
.search .search__btn {
  display: none;
}
@media (max-width: 1100px) {
  .search .search__btn {
    background: -webkit-gradient(linear, left top, right top, from(#33B2DB), to(#4691E7));
    background: linear-gradient(90deg, #33B2DB 0%, #4691E7 100%);
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 7px;
    cursor: pointer;
  }
}
@media (max-width: 768px) {
  .search .search__btn {
    width: 32px;
    height: 32px;
  }
}
.search__modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  max-height: 90dvh;
  background: #fff;
  z-index: 1001;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
}
@media (max-width: 1099px) {
  .search__modal {
    display: block;
  }
}
.search__modal.is-open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.search__modal-inner {
  padding: 16px;
}
.search__modal-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.search__modal-input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 44px;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 0 14px;
  font-size: 14px;
  outline: none;
}
.search__modal-input:focus {
  border-color: #4691E7;
}
.search__modal-close {
  width: 44px;
  height: 44px;
  border: none;
  background: #f3f4f6;
  border-radius: 8px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.search__results {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  max-height: 752px;
  overflow-y: auto;
  display: none;
  z-index: 50;
}
.search__results.is-open {
  display: block;
}
.search__results--modal {
  position: static;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #eee;
  max-height: 752px;
  border-radius: 8px;
}

a.search-result {
  width: 100%;
}

@media (max-width: 991px) {
  .search__results {
    position: fixed;
    top: 93px;
    left: 0;
  }
}
.search-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 10px 14px;
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.search-result:last-child {
  border-bottom: none;
}
.search-result:hover {
  background: #f7f9fc;
}
.search-result__img {
  width: 54px;
  height: 54px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 8px;
  background: #f3f4f6;
  -o-object-fit: cover;
     object-fit: cover;
}
.search-result__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
}
.search-result__title {
  color: #0b0b18;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-result__article {
  color: #888;
  font-size: 12px;
}

.search-empty {
  padding: 16px;
  color: #888;
  text-align: center;
  font-size: 13px;
}

.burger {
  display: none;
}
@media (max-width: 1200px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 28px;
    position: relative;
    border: none;
    background: transparent;
    margin-left: 6px;
    cursor: pointer;
  }
}
.burger.is-active .burger__line:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
.burger.is-active .burger__line:nth-child(2) {
  opacity: 0;
}
.burger.is-active .burger__line:nth-child(3) {
  bottom: 50%;
  -webkit-transform: translate(0, 50%) rotate(-45deg);
          transform: translate(0, 50%) rotate(-45deg);
}
.burger__line {
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  background-color: #4397e6;
  border-radius: 2px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.burger__line:nth-child(1) {
  top: 0;
}
.burger__line:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.burger__line:nth-child(3) {
  bottom: 0;
}

.product-cards__links {
  position: relative;
}

.product-cards__links h3 a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

.search__modal {
  display: block !important;
}

/* Responsive typography overrides (generated, no fractional clamp formulas) */
@media (max-width: 1024px) {
div#search > button {
    display: none !important;
}
  body {
    font-size: 15px;
  }

  .cat-breadcrumbs li {
    font-size: 11px;
  }

  .cat-breadcrumbs a {
    font-size: 11px;
  }

  h1, .h1 {
    font-size: 32px;
  }

  h2, .h2 {
    font-size: 27px;
  }

  h3, .h3 {
    font-size: 22px;
  }

  .header__topbar ul li a {
    font-size: 11px;
  }

  .header__phoness {
    font-size: 19px;
  }

  .header__email {
    font-size: 11px;
  }

  .header__cart-count {
    font-size: 10px;
  }

  .catalog__btn span {
    font-size: 22px;
  }

  #catalogDropdown .catalog__col--main .catalog__link {
    font-size: 14px;
  }
}

@media (max-width: 767px) {

  body {
    font-size: 14px;
  }

  .cat-breadcrumbs li {
    font-size: 10px;
  }

  .cat-breadcrumbs a {
    font-size: 10px;
  }

  h1, .h1 {
    font-size: 28px;
  }

  h2, .h2 {
    font-size: 24px;
  }

  h3, .h3 {
    font-size: 20px;
  }

  .header__topbar ul li a {
    font-size: 10px;
  }

  .header__phoness {
    font-size: 16px;
  }

  .header__email {
    font-size: 10px;
  }

  .header__cart-count {
    font-size: 8px;
  }

  .catalog__btn span {
    font-size: 20px;
  }

  #catalogDropdown .catalog__col--main .catalog__link {
    font-size: 14px;
  }
}


div#search  button,.bottom-footer__search button {
    background: rgba(230, 236, 245, 1);
    color: rgba(32, 80, 116, 1);
    font-size: 16px;
    font-weight: 700;
    font-family: "Bebas Neue", sans-serif;
    border: none;
    height: 40px;
    width: 90px;
    border-radius: 7px;
    position: absolute;
    top: 50%;
    text-transform: uppercase;
    right: 5px;
    transform: translate(0px, -50%);
}
.bottom-footer__search button {
background: linear-gradient(90deg, #33B2DB 0%, #4691E7 100%);
    color: rgba(255, 255, 255, 1);
}


html body div#search  button.search__modal-close {
    display: block !important;
  width: 44px;
top: 46% !important;
    text-transform: uppercase;
    right: 20px !important;
  height: 44px;
  border: none;
  background: transparent;
  border-radius: 8px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  transition: background .2s ease;
  padding: 0;
}
html body .search__modal-close:hover {
  background: #f3f4f6;
}
html body .search__modal-close svg path {
  transition: stroke .2s ease;
}
html body .search__modal-close:hover svg path {
  stroke: #4691E7;
}
@media (max-width: 767px) {
a.top-footer__tel:before {
    content: '';
    position: absolute;
    top: 0;
    right: 9px;
    width: 1px;
    height: 100%;
    background: #fff;
}
a.top-footer__tel {
    padding-right: 20px;
    position: relative;

}
}