/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./assets/scss/index.scss ***!
  \*********************************************************************************************************************************************/
@charset "UTF-8";
/* Сброс стандартных стилей браузера */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

input,
button,
textarea,
select {
  font: inherit;
  border: none;
  background: none;
  appearance: none;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

:focus {
  outline: none;
}

@font-face {
  font-family: "Helvetica";
  src: url(/wp-content/themes/theme/dist/assets/images/Helvetica.ttf) format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Helvetica";
  src: url(/wp-content/themes/theme/dist/assets/images/Helvetica.ttf) format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Helvetica";
  src: url(/wp-content/themes/theme/dist/assets/images/Helvetica-Bold.ttf) format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Helvetica";
  src: url(/wp-content/themes/theme/dist/assets/images/Helvetica-Bold.ttf) format("truetype");
  font-weight: 700;
}
:root {
  --dark: oklch(0% 0 0);
  --light: oklch(100% 0.00011 271.152);
  --gray: oklch(75.083% 0.00009 271.152);
  --dark-transparent: oklch(0% 0 0 / 0.4);
  --yellow: oklch(88.926% 0.14079 96.153);
  --orange: oklch(72.822% 0.17243 50.045);
  --red: oklch(57.874% 0.20829 26.719);
  --fz-base: clamp(0.875rem, 0.8393rem + 0.1786vw, 1rem);
  --fz-md: clamp(1rem, 0.9286rem + 0.3571vw, 1.25rem);
  --fz-large: clamp(1.25rem, 1.1786rem + 0.3571vw, 1.5rem);
  --fz-xl: clamp(1.625rem, 1.4464rem + 0.8929vw, 2.25rem);
  --ff-base: "Helvetica";
}

@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 15px;
}

.flex {
  display: flex;
}
.flex.column {
  flex-direction: column;
}
.flex.center {
  align-items: center;
}
.flex.between {
  justify-content: space-between;
}
.flex.center-j {
  justify-content: center;
}

.text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .text {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .text {
    font-size: 14px;
  }
}
.text.sm {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .text.sm {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .text.sm {
    font-size: 15px;
  }
}
.text.xl {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .text.xl {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .text.xl {
    font-size: 20px;
  }
}

.title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .title {
    font-size: 20px;
  }
}
.title.sm {
  font-size: 20px;
}
@media (max-width: 768px) {
  .title.sm {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .title.sm {
    font-size: 16px;
  }
}
.title.md {
  font-size: 20px;
}
@media (max-width: 480px) {
  .title.md {
    font-size: 18px;
  }
}
.title.xl {
  font-size: 42px;
}
@media (max-width: 768px) {
  .title.xl {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .title.xl {
    font-size: 28px;
  }
}

.title.center,
.text.center {
  text-align: center;
}
.title.up,
.text.up {
  text-transform: uppercase;
}
.title.bold,
.text.bold {
  font-weight: 700;
}
.title.light,
.text.light {
  font-weight: 300;
}
.title.red,
.text.red {
  color: var(--red);
}
.title.yellow,
.text.yellow {
  color: var(--yellow);
}
.title.orange,
.text.orange {
  color: var(--orange);
}
.title.gray,
.text.gray {
  color: var(--gray);
}
.title.white,
.text.white {
  color: var(--light);
}

.gap-4 {
  gap: 4px;
}
.gap-8 {
  gap: 8px;
}
@media (max-width: 480px) {
  .gap-8 {
    gap: 6px;
  }
}
.gap-16 {
  gap: 16px;
}
@media (max-width: 768px) {
  .gap-16 {
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .gap-16 {
    gap: 10px;
  }
}
.gap-20 {
  gap: 20px;
}
@media (max-width: 768px) {
  .gap-20 {
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .gap-20 {
    gap: 12px;
  }
}
.gap-26 {
  gap: 26px;
}
@media (max-width: 768px) {
  .gap-26 {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .gap-26 {
    gap: 16px;
  }
}
.gap-48 {
  gap: 48px;
}
@media (max-width: 900px) {
  .gap-48 {
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .gap-48 {
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .gap-48 {
    gap: 20px;
  }
}
.gap-75 {
  gap: 75px;
}
@media (max-width: 1024px) {
  .gap-75 {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .gap-75 {
    gap: 32px;
  }
}
@media (max-width: 480px) {
  .gap-75 {
    gap: 24px;
  }
}

.mt-16 {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .mt-16 {
    margin-top: 12px;
  }
}
@media (max-width: 480px) {
  .mt-16 {
    margin-top: 10px;
  }
}

.mb-4 {
  margin-bottom: 4px;
}
.mb-8 {
  margin-bottom: 8px;
}
@media (max-width: 480px) {
  .mb-8 {
    margin-bottom: 6px;
  }
}
.mb-16 {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .mb-16 {
    margin-bottom: 12px;
  }
}
@media (max-width: 480px) {
  .mb-16 {
    margin-bottom: 10px;
  }
}
.mb-20 {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .mb-20 {
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .mb-20 {
    margin-bottom: 12px;
  }
}
.mb-48 {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .mb-48 {
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .mb-48 {
    margin-bottom: 24px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: all 0.3s ease;
  background: transparent;
}
.header.scrolled {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.header.scrolled .header__logo {
  background: var(--yellow);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.header.scrolled .header__logo:hover {
  background: var(--orange);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
.header.scrolled .header__info {
  color: var(--dark);
}
.header.scrolled .header__info a {
  color: var(--dark);
}
.header.scrolled .header__info svg path {
  fill: var(--dark);
}
.header.scrolled .header__burger span {
  background: var(--dark);
}
.header.scrolled .menu:not(.menu--mobile) .menu__wrapper li {
  background: rgba(255, 255, 255, 0.2);
}
.header.scrolled .menu:not(.menu--mobile) .menu__wrapper li:hover {
  background: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.header.scrolled .menu:not(.menu--mobile) .menu__wrapper li a {
  color: var(--dark);
  text-shadow: none;
}
.header__wrapper {
  padding-block: clamp(12px, 2vw, 16px);
  position: relative;
  gap: clamp(12px, 2vw, 20px);
}
.header__logo {
  padding: clamp(6px, 1vw, 8px) clamp(12px, 2vw, 16px);
  background: oklch(88.926% 0.14079 96.153deg / 0.9);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
  z-index: 102;
  position: relative;
  cursor: pointer;
}
@media (hover: hover) {
  .header__logo:hover {
    background: oklch(90% 0.15 96.153deg / 0.95);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  }
}
@media (hover: none) {
  .header__logo:active {
    transform: scale(0.98);
  }
}
.header__logo img {
  max-width: clamp(60px, 10vw, 80px);
  width: 100%;
  display: block;
  transition: transform 0.3s ease;
}
@media (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}
.header__burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 32px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 102;
  position: relative;
}
@media (max-width: 1024px) {
  .header__burger {
    display: flex;
  }
}
.header__burger span {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .header__burger:hover:not(.active) span {
    background: var(--yellow);
  }
  .header__burger:hover:not(.active) span:nth-child(1) {
    transform: translateX(3px);
  }
  .header__burger:hover:not(.active) span:nth-child(3) {
    transform: translateX(-3px);
  }
}
.header__burger.active span:nth-child(1) {
  transform: translateY(10.5px) rotate(45deg);
}
.header__burger.active span:nth-child(2) {
  opacity: 0;
}
.header__burger.active span:nth-child(3) {
  transform: translateY(-10.5px) rotate(-45deg);
}
.header__mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background: linear-gradient(135deg, oklch(88.926% 0.14079 96.153deg) 0%, oklch(72.822% 0.17243 50.045deg) 50%, oklch(57.874% 0.20829 26.719deg) 100%);
  backdrop-filter: blur(20px);
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.3);
  transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 101;
  overflow-y: auto;
}
@media (max-width: 480px) {
  .header__mobile-menu {
    max-width: 100%;
  }
}
.header__mobile-menu.active {
  right: 0;
}
.header__mobile-menu-content {
  padding: 100px 30px 30px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 480px) {
  .header__mobile-menu-content {
    padding: 90px 20px 20px;
  }
}
.header__mobile-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 24px;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
}
.header__mobile-info a,
.header__mobile-info div {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .header__mobile-info a:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }
}
@media (hover: none) {
  .header__mobile-info a:active {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(0.98);
  }
}
.header__mobile-info svg {
  max-width: 24px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  .header__mobile-info a:hover svg {
    transform: scale(1.1);
  }
}
.header__mobile-info span {
  flex: 1;
  font-weight: 500;
}
.header__info {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1024px) {
  .header__info {
    display: none;
  }
}
@media (max-width: 1300px) {
  .header__info {
    font-size: 16px;
    gap: 8px !important;
  }
}
@media (max-width: 1150px) {
  .header__info {
    font-size: 14px;
  }
}
.header__info svg {
  max-width: 24px;
  width: 24px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.header__info svg path {
  transition: all 0.3s ease;
}
.header__info a,
.header__info div {
  padding: 12px 20px;
  border-radius: 12px;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  background: linear-gradient(135deg, oklch(88.926% 0.14079 96.153deg / 0.7) 0%, oklch(72.822% 0.17243 50.045deg / 0.7) 50%, oklch(57.874% 0.20829 26.719deg / 0.7) 100%);
}
@media (max-width: 1300px) {
  .header__info a,
  .header__info div {
    padding: 10px 16px;
  }
}
@media (max-width: 1150px) {
  .header__info a,
  .header__info div {
    padding: 8px 12px;
  }
}
.header__info a {
  color: #fff;
  text-decoration: none;
}
@media (hover: hover) {
  .header__info a:hover {
    background: linear-gradient(135deg, oklch(90% 0.15 96.153deg / 0.85) 0%, oklch(75% 0.18 50.045deg / 0.85) 50%, oklch(60% 0.22 26.719deg / 0.85) 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
  }
  .header__info a:hover svg {
    transform: scale(1.1);
  }
}
@media (hover: none) {
  .header__info a:active {
    transform: scale(0.98);
  }
}

@media (max-width: 1024px) {
  .menu:not(.menu--mobile) {
    display: none;
  }
}
.menu--mobile {
  width: 100%;
}
.menu__wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu__wrapper li {
  background: linear-gradient(135deg, oklch(88.926% 0.14079 96.153deg / 0.7) 0%, oklch(72.822% 0.17243 50.045deg / 0.7) 50%, oklch(57.874% 0.20829 26.719deg / 0.7) 100%);
  padding: 12px 20px;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  border-radius: 12px;
}
@media (max-width: 1300px) {
  .menu__wrapper li {
    padding: 10px 16px;
  }
}
@media (max-width: 1150px) {
  .menu__wrapper li {
    padding: 8px 12px;
  }
}
@media (hover: hover) {
  .menu__wrapper li:hover {
    background: linear-gradient(135deg, oklch(90% 0.15 96.153deg / 0.85) 0%, oklch(75% 0.18 50.045deg / 0.85) 50%, oklch(60% 0.22 26.719deg / 0.85) 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
  }
}
@media (hover: none) {
  .menu__wrapper li:active {
    transform: scale(0.98);
  }
}
.menu__wrapper li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  display: block;
  white-space: nowrap;
}
@media (max-width: 1300px) {
  .menu__wrapper li a {
    font-size: 16px;
  }
}
@media (max-width: 1150px) {
  .menu__wrapper li a {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .menu__wrapper li a:hover {
    transform: translateX(2px);
  }
}
.menu--mobile .menu__wrapper {
  flex-direction: column;
  width: 100%;
  gap: 12px !important;
}
.menu--mobile .menu__wrapper li {
  background: rgba(255, 255, 255, 0.15);
  width: 100%;
  padding: 16px 20px;
  text-align: center;
}
@media (hover: hover) {
  .menu--mobile .menu__wrapper li:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateX(8px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }
}
@media (hover: none) {
  .menu--mobile .menu__wrapper li:active {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(0.98);
  }
}
.menu--mobile .menu__wrapper li a {
  font-size: 18px;
}

.header__mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 100;
  cursor: pointer;
}
.header__mobile-overlay.active {
  opacity: 1;
  visibility: visible;
}
@media (hover: hover) {
  .header__mobile-overlay:hover {
    background: rgba(0, 0, 0, 0.6);
  }
}

body.menu-open {
  overflow: hidden;
}

.footer {
  padding-block: clamp(30px, 6vw, 50px);
  background: radial-gradient(circle at bottom right, oklch(30% 0.12 35deg / 0.4) 0%, transparent 60%), radial-gradient(circle at top left, oklch(26% 0.1 45deg / 0.3) 0%, transparent 50%), oklch(20% 0.06 25deg);
}
@media (max-width: 768px) {
  .footer__wrapper {
    padding-inline: 20px;
  }
}
@media (max-width: 480px) {
  .footer__wrapper {
    padding-inline: 16px;
  }
}
.footer__header {
  padding-block: 0 clamp(16px, 3vw, 20px);
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .footer__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .footer__header {
    gap: 24px;
  }
}
.footer__info {
  max-width: 350px;
  width: 100%;
}
@media (max-width: 1200px) {
  .footer__info {
    max-width: 100%;
  }
}
.footer__info-desc {
  line-height: 1.5;
}
@media (max-width: 480px) {
  .footer__info-desc {
    font-size: 14px;
  }
}
.footer__info .logo {
  transition: all 0.3s ease;
  display: inline-block;
}
@media (hover: hover) {
  .footer__info .logo:hover {
    transform: translateY(-2px);
    filter: brightness(1.1);
  }
}
@media (hover: none) {
  .footer__info .logo:active {
    transform: scale(0.98);
  }
}
.footer__item {
  width: 100%;
}
@media (min-width: 1201px) {
  .footer__item {
    max-width: max-content;
  }
}
.footer__item h3.title {
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .footer__item h3.title {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 480px) {
  .footer__item h3.title {
    margin-bottom: 12px !important;
  }
}
@media (max-width: 900px) {
  .footer__item > .flex {
    flex-direction: column;
    gap: 24px !important;
  }
}
@media (max-width: 480px) {
  .footer__item > .flex {
    gap: 20px !important;
  }
}
@media (max-width: 768px) {
  .footer__item h4.title {
    margin-bottom: 12px !important;
  }
}
@media (max-width: 480px) {
  .footer__item h4.title {
    margin-bottom: 8px !important;
    font-size: 16px;
  }
}
.footer__item-card {
  align-items: flex-start;
  transition: all 0.3s ease;
  padding: 8px;
  margin: -8px;
  border-radius: 8px;
}
@media (max-width: 480px) {
  .footer__item-card {
    gap: 12px !important;
  }
}
@media (hover: hover) {
  .footer__item-card:has(a):hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateX(4px);
  }
  .footer__item-card:has(a):hover svg {
    transform: scale(1.1) rotate(5deg);
  }
  .footer__item-card:has(a):hover a {
    color: var(--yellow) !important;
  }
}
@media (hover: none) {
  .footer__item-card:has(a):active {
    background: rgba(255, 255, 255, 0.05);
    transform: scale(0.98);
  }
}
.footer__item-card img,
.footer__item-card svg {
  max-width: 48px;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .footer__item-card img,
  .footer__item-card svg {
    max-width: 40px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 480px) {
  .footer__item-card img,
  .footer__item-card svg {
    max-width: 36px;
    width: 36px;
    height: 36px;
  }
}
.footer__item-card .flex.column {
  gap: 4px;
  flex: 1;
}
.footer__item-card a,
.footer__item-card p {
  word-break: break-word;
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  .footer__item-card a,
  .footer__item-card p {
    font-size: 14px;
  }
}
.footer__item-card a {
  text-decoration: none;
  position: relative;
}
@media (hover: hover) {
  .footer__item-card a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
@media (max-width: 480px) {
  .footer__item-card span.text {
    font-size: 13px;
  }
}
.footer__divider {
  width: 100%;
  height: 2px;
  background: var(--light);
  opacity: 0.2;
  margin-block: clamp(16px, 3vw, 20px);
  transition: opacity 0.3s ease;
}
.footer__bottom {
  padding-block: clamp(16px, 3vw, 20px) 0;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 768px) {
  .footer__bottom {
    flex-direction: column;
    text-align: center;
    gap: 12px !important;
  }
}
@media (max-width: 768px) {
  .footer__copyright {
    order: 2;
  }
}
.footer__copyright a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}
@media (hover: hover) {
  .footer__copyright a:hover {
    color: var(--yellow);
    transform: translateY(-1px);
  }
  .footer__copyright a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--yellow);
    transition: width 0.3s ease;
  }
  .footer__copyright a:hover::after {
    width: 100%;
  }
}
@media (hover: none) {
  .footer__copyright a:active {
    color: var(--yellow);
  }
}
.footer > .footer__wrapper:last-child a:not(.footer__copyright a) {
  color: var(--light);
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .footer > .footer__wrapper:last-child a:not(.footer__copyright a) {
    order: 1;
  }
}
@media (hover: hover) {
  .footer > .footer__wrapper:last-child a:not(.footer__copyright a):hover {
    color: var(--orange);
    transform: translateY(-1px);
  }
  .footer > .footer__wrapper:last-child a:not(.footer__copyright a)::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--orange);
    transition: width 0.3s ease;
  }
  .footer > .footer__wrapper:last-child a:not(.footer__copyright a):hover::after {
    width: 100%;
  }
}
@media (hover: none) {
  .footer > .footer__wrapper:last-child a:not(.footer__copyright a):active {
    color: var(--orange);
  }
}

.hero {
  width: 100%;
  height: 100vh;
  min-height: 500px;
  margin: 0 auto;
  overflow: hidden;
  background: linear-gradient(135deg, oklch(88.926% 0.14079 96.153deg / 0.1) 0%, oklch(72.822% 0.17243 50.045deg / 0.15) 50%, oklch(57.874% 0.20829 26.719deg / 0.1) 100%);
}
.hero__slider {
  width: 100%;
  height: 100%;
}
.hero__slider-wrapper {
  height: 100%;
}
.hero__slider-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: linear-gradient(135deg, oklch(88.926% 0.14079 96.153deg / 0.1) 0%, oklch(72.822% 0.17243 50.045deg / 0.15) 50%, oklch(57.874% 0.20829 26.719deg / 0.1) 100%);
}
.hero__slider-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.hero__slider-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
@media (min-width: 1025px) {
  .hero__slider-slide img {
    object-fit: cover;
  }
}
@media (max-width: 1024px) {
  .hero__slider-slide img {
    object-fit: contain;
  }
}
.hero__content {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 10;
  color: #fff;
  width: 90%;
  max-width: 1200px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .hero__content {
    bottom: 10%;
    width: 95%;
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .hero__content {
    bottom: 8%;
  }
}
.hero__title {
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 700;
  margin-bottom: clamp(20px, 3vw, 30px);
  text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.9);
  line-height: 1.2;
}
@media (max-width: 768px) {
  .hero__title {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .hero__title {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
  }
}
.hero__btn {
  display: inline-block;
  padding: clamp(12px, 2vw, 15px) clamp(30px, 4vw, 40px);
  background: linear-gradient(135deg, oklch(88.926% 0.14079 96.153deg) 0%, oklch(72.822% 0.17243 50.045deg) 50%, oklch(57.874% 0.20829 26.719deg) 100%);
  color: var(--light);
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  font-size: clamp(14px, 2vw, 16px);
  transition: all 0.3s ease;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.hero__btn:hover {
  background: linear-gradient(135deg, oklch(90% 0.15 96.153deg) 0%, oklch(75% 0.18 50.045deg) 50%, oklch(60% 0.22 26.719deg) 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .hero__btn {
    padding: 12px 30px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .hero__btn {
    padding: 10px 25px;
    font-size: 14px;
  }
}
@media (hover: none) {
  .hero__btn:hover {
    transform: none;
  }
  .hero__btn:active {
    transform: scale(0.98);
  }
}
.hero__slider-pagination {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  .hero__slider-pagination {
    bottom: 60px;
  }
}
@media (max-width: 480px) {
  .hero__slider-pagination {
    bottom: 50px;
    gap: 8px;
  }
}
.hero__slider-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: all 0.3s ease;
}
.hero__slider-pagination .swiper-pagination-bullet-active {
  background: #fff;
  width: 30px;
  border-radius: 6px;
}
@media (max-height: 500px) and (orientation: landscape) {
  .hero {
    min-height: 400px;
    height: 55vh;
  }
  .hero .hero__content {
    bottom: 5%;
  }
  .hero .hero__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .hero .hero__btn {
    padding: 8px 20px;
    font-size: 13px;
  }
  .hero .hero__slider-pagination {
    bottom: 15px;
  }
}

.features {
  padding-block: clamp(40px, 8vw, 80px);
  background: linear-gradient(135deg, oklch(88.926% 0.14079 96.153deg / 0.1) 0%, oklch(72.822% 0.17243 50.045deg / 0.15) 50%, oklch(57.874% 0.20829 26.719deg / 0.1) 100%);
  position: relative;
  overflow: hidden;
}
.features::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, oklch(88.926% 0.14079 96.153deg / 0.08) 0%, transparent 70%);
  pointer-events: none;
}
.features__wrapper {
  position: relative;
  z-index: 1;
}
.features__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: clamp(16px, 3vw, 24px);
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .features__cards {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
@media (max-width: 768px) {
  .features__cards {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .features__cards {
    gap: 16px;
  }
}
.features__card {
  width: 100%;
  min-height: 290px;
  padding: clamp(20px, 4vw, 26px);
  background: var(--light);
  border-radius: clamp(12px, 2vw, 16px);
  border: 2px solid transparent;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default;
}
@media (max-width: 768px) {
  .features__card {
    min-height: 260px;
  }
}
@media (max-width: 480px) {
  .features__card {
    min-height: 240px;
    padding: 20px 16px;
  }
}
@media (hover: hover) {
  .features__card:hover {
    border-color: oklch(72.822% 0.17243 50.045deg);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px oklch(72.822% 0.17243 50.045deg / 0.2), 0 0 0 1px oklch(72.822% 0.17243 50.045deg / 0.3);
  }
  .features__card:hover .features__card-icon {
    transform: scale(1.15);
    box-shadow: 0 8px 20px oklch(72.822% 0.17243 50.045deg / 0.25);
  }
  .features__card:hover .features__card-icon img {
    transform: rotate(5deg);
  }
}
@media (hover: none) {
  .features__card:active {
    transform: scale(0.98);
  }
  .features__card:active .features__card-icon {
    transform: scale(0.95);
  }
}
.features__card-icon {
  max-width: clamp(64px, 10vw, 80px);
  width: 100%;
  height: clamp(64px, 10vw, 80px);
  background: linear-gradient(135deg, oklch(88.926% 0.14079 96.153deg) 0%, oklch(72.822% 0.17243 50.045deg) 100%);
  border-radius: 100%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px oklch(88.926% 0.14079 96.153deg / 0.3);
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .features__card-icon {
    max-width: 64px;
    height: 64px;
  }
}
.features__card-icon img {
  width: 70%;
  height: auto;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.brands {
  padding-block: 50px;
  background: linear-gradient(135deg, oklch(88.926% 0.14079 96.153deg / 0.1) 0%, oklch(72.822% 0.17243 50.045deg / 0.15) 50%, oklch(57.874% 0.20829 26.719deg / 0.1) 100%);
  overflow: hidden;
  position: relative;
}
.brands::before, .brands::after {
  content: "";
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.brands::before {
  left: 0;
  background: linear-gradient(90deg, var(--light) 0%, transparent 100%);
}
.brands::after {
  right: 0;
  background: linear-gradient(270deg, var(--light) 0%, transparent 100%);
}
.brands__track {
  display: flex;
  width: fit-content;
  animation: scroll 5s linear infinite;
  will-change: transform;
}
.brands__track:hover {
  animation-play-state: paused;
}
.brands__slide {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0 20px;
}
.brands__item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  min-width: 180px;
}
.brands__item:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  background: linear-gradient(135deg, white 0%, oklch(88.926% 0.14079 96.153deg / 0.1) 100%);
}
.brands__item img {
  height: 70px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  opacity: 0.75;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  filter: grayscale(100%) brightness(1.1);
}
.brands__item:hover img {
  opacity: 1;
  filter: grayscale(0%) brightness(1);
  transform: scale(1.08);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.3333333333%);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .brands__track {
    animation-timing-function: linear;
  }
}
@media (prefers-reduced-motion: reduce) {
  .brands__track {
    animation: none;
  }
}
.about {
  padding-top: clamp(80px, 15vw, 120px);
  background: linear-gradient(135deg, oklch(88.926% 0.14079 96.153deg / 0.1) 0%, oklch(72.822% 0.17243 50.045deg / 0.15) 50%, oklch(57.874% 0.20829 26.719deg / 0.1) 100%);
  position: relative;
  overflow: hidden;
}
.about::before {
  content: "";
  position: absolute;
  top: 10%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, oklch(88.926% 0.14079 96.153deg / 0.15) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  animation: float 20s ease-in-out infinite;
}
@media (max-width: 768px) {
  .about::before {
    width: 300px;
    height: 300px;
  }
}
.about::after {
  content: "";
  position: absolute;
  bottom: 20%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, oklch(72.822% 0.17243 50.045deg / 0.12) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  animation: float 25s ease-in-out infinite reverse;
}
@media (max-width: 768px) {
  .about::after {
    width: 250px;
    height: 250px;
  }
}
.about__content {
  padding-block: clamp(30px, 6vw, 50px);
  position: relative;
  z-index: 1;
}
.about__content-header {
  margin-bottom: clamp(32px, 6vw, 48px);
}
@media (max-width: 768px) {
  .about__content-header {
    padding-inline: 20px;
  }
}
.about__content-subtitle {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .about__content-subtitle {
    max-width: 100%;
  }
}
.about__content-info {
  width: 100%;
}
@media (max-width: 1024px) {
  .about__content-info {
    flex-direction: column;
    gap: 32px !important;
  }
}
@media (max-width: 768px) {
  .about__content-info {
    gap: 24px !important;
  }
}
.about__content-info .left {
  flex: 1;
  max-width: calc(50% - 13px);
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 3vw, 20px);
}
@media (max-width: 1024px) {
  .about__content-info .left {
    max-width: 100%;
  }
}
.about__content-info .left__main {
  width: 100%;
  padding: clamp(16px, 3vw, 24px);
  border: 2px solid var(--orange);
  background: var(--light);
  border-radius: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
@media (hover: hover) {
  .about__content-info .left__main:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15), 0 0 0 1px var(--orange);
    transform: translateY(-4px);
    border-color: var(--red);
  }
}
@media (hover: none) {
  .about__content-info .left__main:active {
    transform: scale(0.98);
  }
}
.about__content-info .left__main h2.title {
  color: var(--red);
  position: relative;
  padding-bottom: 12px;
}
.about__content-info .left__main h2.title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--orange) 0%, var(--yellow) 100%);
  border-radius: 2px;
}
@media (max-width: 480px) {
  .about__content-info .left__main h2.title::after {
    width: 40px;
    height: 2px;
  }
}
.about__content-info .left__main .text {
  line-height: 1.7;
  color: #333;
}
.about__content-info .left__main .text p {
  margin-bottom: 12px;
}
.about__content-info .left__main .text p:last-child {
  margin-bottom: 0;
}
.about__content-info .left__fucts {
  width: 100%;
  display: flex;
  gap: clamp(12px, 2vw, 16px);
}
@media (max-width: 768px) {
  .about__content-info .left__fucts {
    flex-direction: column;
  }
}
.about__content-info .left__fucts-card {
  flex: 1;
  padding: clamp(16px, 3vw, 20px);
  border: 2px solid var(--orange);
  background: var(--light);
  border-radius: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-align: center;
}
@media (max-width: 768px) {
  .about__content-info .left__fucts-card {
    width: 100%;
  }
}
@media (hover: hover) {
  .about__content-info .left__fucts-card:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15), 0 0 0 1px var(--orange);
    transform: translateY(-4px) scale(1.02);
    border-color: var(--yellow);
  }
  .about__content-info .left__fucts-card:hover img {
    transform: scale(1.1) rotate(5deg);
  }
  .about__content-info .left__fucts-card:hover .title {
    color: var(--orange);
  }
}
@media (hover: none) {
  .about__content-info .left__fucts-card:active {
    transform: scale(0.98);
  }
}
.about__content-info .left__fucts-card img {
  max-width: clamp(48px, 8vw, 64px);
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
  margin: 0 auto;
  display: block;
}
.about__content-info .left__fucts-card .title {
  font-size: clamp(18px, 3vw, 22px);
  color: var(--red);
  transition: all 0.3s ease;
  font-weight: 600;
}
.about__content-info .left__fucts-card .text {
  font-size: clamp(14px, 2vw, 16px);
  color: #666;
  line-height: 1.5;
}
.about__content-info .right {
  flex: 1;
  max-width: calc(50% - 13px);
  border: 2px solid var(--orange);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  position: relative;
}
@media (max-width: 1024px) {
  .about__content-info .right {
    max-width: 100%;
  }
}
.about__content-info .right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.05) 100%);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .about__content-info .right:hover {
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2), 0 0 0 1px var(--orange);
    transform: translateY(-4px);
    border-color: var(--red);
  }
  .about__content-info .right:hover::before {
    opacity: 1;
  }
  .about__content-info .right:hover img {
    transform: scale(1.05);
  }
}
@media (hover: none) {
  .about__content-info .right:active {
    transform: scale(0.98);
  }
}
.about__content-info .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
  min-height: 300px;
}
@media (max-width: 1024px) {
  .about__content-info .right img {
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .about__content-info .right img {
    min-height: 300px;
  }
}
@media (max-width: 480px) {
  .about__content-info .right img {
    min-height: 250px;
  }
}
.about__reviews {
  padding-block: clamp(30px, 6vw, 50px);
  position: relative;
  z-index: 1;
}
.about__reviews h1.title {
  margin-bottom: clamp(24px, 4vw, 32px);
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
.about__reviews #ivy-reviews-widget {
  margin-top: 32px;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-30px) scale(1.05);
  }
}
.contacts {
  padding-top: clamp(80px, 15vw, 120px);
  background: linear-gradient(180deg, oklch(98% 0.02 96.153deg) 0%, oklch(95% 0.05 50.045deg / 0.3) 100%);
}
.contacts::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(300px, 80vw, 600px);
  height: clamp(300px, 80vw, 600px);
  background: radial-gradient(circle, oklch(88.926% 0.14079 96.153deg / 0.2) 0%, transparent 70%);
  pointer-events: none;
  animation: pulse 4s ease-in-out infinite;
}
@media (max-width: 768px) {
  .contacts::before {
    width: clamp(250px, 75vw, 400px);
    height: clamp(250px, 75vw, 400px);
  }
}
@media (max-width: 480px) {
  .contacts::before {
    width: clamp(200px, 70vw, 300px);
    height: clamp(200px, 70vw, 300px);
  }
}
.contacts__content {
  padding-block: clamp(30px, 6vw, 50px);
}
.contacts__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 6vw, 60px);
  align-items: start;
}
@media (max-width: 1024px) {
  .contacts__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.contacts__info h2 {
  position: relative;
  padding-bottom: 16px;
}
.contacts__info h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--orange) 0%, var(--yellow) 100%);
  border-radius: 2px;
}
.contacts__info-cards {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 3vw, 24px);
}
.contacts__info-card {
  display: flex;
  gap: 20px;
  padding: clamp(20px, 4vw, 28px);
  background: var(--light);
  border: 2px solid transparent;
  border-radius: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
@media (hover: hover) {
  .contacts__info-card:hover {
    border-color: var(--orange);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15), 0 0 0 1px var(--orange);
    transform: translateY(-4px);
  }
  .contacts__info-card:hover .contacts__info-card-icon {
    background: linear-gradient(135deg, var(--orange) 0%, var(--yellow) 100%);
    transform: scale(1.1) rotate(5deg);
  }
  .contacts__info-card:hover a {
    color: var(--orange);
  }
}
@media (hover: none) {
  .contacts__info-card:active {
    transform: scale(0.98);
  }
}
.contacts__info-card-icon {
  min-width: clamp(56px, 10vw, 72px);
  height: clamp(56px, 10vw, 72px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, oklch(88.926% 0.14079 96.153deg) 0%, oklch(72.822% 0.17243 50.045deg) 100%);
  border-radius: 50%;
  color: var(--light);
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.contacts__info-card-content {
  flex: 1;
}
.contacts__info-card-content h3 {
  color: var(--red);
  margin-bottom: 8px;
}
.contacts__info-card-content a {
  color: var(--dark);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
  margin-bottom: 4px;
}
.contacts__info-card-content a:hover {
  text-decoration: underline;
}
.contacts__info-card-content p {
  margin: 2px 0;
  line-height: 1.6;
}
.contacts__info-card-content p.gray {
  color: #999;
}
.contacts__form {
  position: sticky;
  top: 100px;
  background: var(--light);
  padding: clamp(24px, 5vw, 40px);
  border-radius: 20px;
  border: 2px solid var(--orange);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .contacts__form {
    position: static;
  }
}
.contacts__form h2 {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.contacts__form h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--orange) 0%, var(--yellow) 100%);
  border-radius: 2px;
}
.contacts__map {
  margin-top: clamp(40px, 8vw, 80px);
  height: clamp(400px, 60vh, 600px);
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.contacts__map-placeholder {
  width: 100%;
  height: 100%;
  position: relative;
}
.contacts__map-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, oklch(88.926% 0.14079 96.153deg / 0.3) 0%, oklch(72.822% 0.17243 50.045deg / 0.3) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}
.contacts__map-preview.hidden {
  opacity: 0;
  pointer-events: none;
}
.contacts__map-preview svg {
  color: var(--orange);
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
  transition: all 0.3s ease;
}
.contacts__map-preview p {
  color: var(--dark);
  font-weight: 600;
  font-size: 18px;
  text-shadow: 0 2px 4px rgba(255, 255, 255, 0.8);
}
@media (hover: hover) {
  .contacts__map-preview:hover {
    background: linear-gradient(135deg, oklch(90% 0.15 96.153deg / 0.4) 0%, oklch(75% 0.18 50.045deg / 0.4) 100%);
  }
  .contacts__map-preview:hover svg {
    transform: scale(1.1) translateY(-4px);
  }
}
.contacts__map-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.form__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form__group {
  position: relative;
  margin-bottom: clamp(20px, 4vw, 28px);
}
.form__group.filled .form__label, .form__group.invalid .form__label, .form__group.valid .form__label, input:focus + .form__group .form__label .form__label {
  top: -8px;
  left: 12px;
  font-size: 12px;
  color: var(--orange);
  padding: 0 8px;
  background: transparent;
  z-index: 1;
}
.form__group.invalid .form__label {
  color: #e74c3c;
}
.form__group.valid .form__label {
  color: #27ae60;
}
.form__input {
  width: 100%;
  padding: 16px 20px;
  border: 2px solid #ddd;
  border-radius: 12px;
  font-size: 16px;
  font-family: inherit;
  transition: all 0.3s ease;
  background: var(--light);
}
.form__input:focus {
  outline: none;
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(255, 152, 0, 0.1);
}
.form__input.invalid {
  border-color: #e74c3c;
}
.form__input.invalid:focus {
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
}
.form__input.valid {
  border-color: #27ae60;
}
.form__input.valid:focus {
  box-shadow: 0 0 0 3px rgba(39, 174, 96, 0.1);
}
.form__textarea {
  resize: vertical;
  min-height: 120px;
  font-family: inherit;
}
.form__label {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #999;
  pointer-events: none;
  transition: all 0.3s ease;
  background: transparent;
}
.form__error {
  display: block;
  color: #e74c3c;
  font-size: 13px;
  margin-top: 6px;
  padding-left: 4px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.form__error.show {
  opacity: 1;
  max-height: 50px;
  margin-top: 6px;
}
.form__checkbox {
  margin-bottom: clamp(20px, 4vw, 28px);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
}
.form__checkbox input[type=checkbox] {
  min-width: 20px;
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
  accent-color: var(--orange);
  appearance: none;
  border: 2px solid #ddd;
  border-radius: 4px;
  background: var(--light);
  position: relative;
}
.form__checkbox input[type=checkbox]:checked {
  background: var(--orange);
  border-color: var(--orange);
}
.form__checkbox input[type=checkbox]:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--light);
  font-size: 14px;
  font-weight: bold;
}
.form__checkbox input[type=checkbox]:focus {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
}
.form__checkbox label {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  cursor: pointer;
  flex: 1;
}
.form__checkbox label a {
  color: var(--orange);
  text-decoration: none;
  transition: all 0.3s ease;
}
.form__checkbox label a:hover {
  text-decoration: underline;
}
.form__checkbox .form__error {
  position: absolute;
  bottom: -20px;
  left: 32px;
}
.form__submit {
  width: 100%;
  padding: 16px 32px;
  background: linear-gradient(135deg, oklch(88.926% 0.14079 96.153deg) 0%, oklch(72.822% 0.17243 50.045deg) 50%, oklch(57.874% 0.20829 26.719deg) 100%);
  color: var(--light);
  border: none;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
@media (hover: hover) {
  .form__submit:hover:not(:disabled) {
    background: linear-gradient(135deg, oklch(90% 0.15 96.153deg) 0%, oklch(75% 0.18 50.045deg) 50%, oklch(60% 0.22 26.719deg) 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  }
}
.form__submit:active:not(:disabled) {
  transform: translateY(0);
}
.form__submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.form__submit.loading .form__submit-text {
  opacity: 0;
}
.form__submit.loading .form__submit-loader {
  opacity: 1;
}
.form__submit-text {
  transition: opacity 0.3s ease;
}
.form__submit-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.3;
  }
}
.policy {
  padding-top: clamp(80px, 15vw, 120px);
  background: linear-gradient(135deg, oklch(88.926% 0.14079 96.153deg / 0.1) 0%, oklch(72.822% 0.17243 50.045deg / 0.15) 50%, oklch(57.874% 0.20829 26.719deg / 0.1) 100%);
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}
.policy::before {
  content: "";
  position: absolute;
  top: 15%;
  right: -8%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, oklch(88.926% 0.14079 96.153deg / 0.12) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  animation: float 22s ease-in-out infinite;
}
@media (max-width: 768px) {
  .policy::before {
    width: 280px;
    height: 280px;
  }
}
.policy::after {
  content: "";
  position: absolute;
  bottom: 25%;
  left: -6%;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, oklch(72.822% 0.17243 50.045deg / 0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  animation: float 27s ease-in-out infinite reverse;
}
@media (max-width: 768px) {
  .policy::after {
    width: 240px;
    height: 240px;
  }
}
.policy h1 {
  text-align: center;
  color: var(--red);
  padding-block: clamp(40px, 6vw, 60px);
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: clamp(24px, 4vw, 32px);
}
.policy h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--orange) 0%, var(--yellow) 100%);
  border-radius: 2px;
}
@media (max-width: 480px) {
  .policy h1::after {
    width: 60px;
    height: 3px;
  }
}
.policy .container {
  padding-bottom: clamp(60px, 10vw, 100px);
}
.policy h2 {
  color: var(--red);
  margin-top: clamp(32px, 5vw, 48px);
  margin-bottom: clamp(16px, 3vw, 20px);
  font-size: clamp(22px, 4vw, 28px);
  font-weight: 600;
  position: relative;
  padding-left: 16px;
}
.policy h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 70%;
  background: linear-gradient(180deg, var(--orange) 0%, var(--yellow) 100%);
  border-radius: 2px;
}
.policy h2:first-of-type {
  margin-top: 0;
}
.policy h3 {
  color: var(--orange);
  margin-top: clamp(24px, 4vw, 32px);
  margin-bottom: clamp(12px, 2vw, 16px);
  font-size: clamp(18px, 3vw, 22px);
  font-weight: 600;
}
.policy p {
  line-height: 1.7;
  color: #333;
  margin-bottom: clamp(16px, 3vw, 20px);
  font-size: clamp(15px, 2vw, 17px);
}
.policy p:last-child {
  margin-bottom: 0;
}
.policy p a {
  color: var(--orange);
  text-decoration: underline;
  transition: color 0.3s ease;
}
.policy p a:hover {
  color: var(--red);
}
.policy ul,
.policy ol {
  margin-bottom: clamp(16px, 3vw, 20px);
  padding-left: clamp(24px, 4vw, 32px);
}
.policy ul li,
.policy ol li {
  line-height: 1.7;
  color: #333;
  margin-bottom: 10px;
  font-size: clamp(15px, 2vw, 17px);
}
.policy ul li:last-child,
.policy ol li:last-child {
  margin-bottom: 0;
}
.policy ul li {
  list-style-type: none;
  position: relative;
  padding-left: 8px;
}
.policy ul li::before {
  content: "•";
  color: var(--orange);
  font-weight: bold;
  position: absolute;
  left: -16px;
}
.policy .policy-section {
  background: var(--light);
  border: 2px solid var(--orange);
  border-radius: 16px;
  padding: clamp(20px, 4vw, 32px);
  margin-bottom: clamp(20px, 4vw, 28px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .policy .policy-section:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15), 0 0 0 1px var(--orange);
    transform: translateY(-2px);
    border-color: var(--red);
  }
}
@media (hover: none) {
  .policy .policy-section:active {
    transform: scale(0.99);
  }
}
.policy .policy-section:last-child {
  margin-bottom: 0;
}
.policy .highlight-box {
  background: linear-gradient(135deg, oklch(88.926% 0.14079 96.153deg / 0.15) 0%, oklch(72.822% 0.17243 50.045deg / 0.1) 100%);
  border-left: 4px solid var(--orange);
  padding: clamp(16px, 3vw, 20px);
  margin-block: clamp(16px, 3vw, 20px);
  border-radius: 8px;
}
.policy strong,
.policy b {
  color: var(--red);
  font-weight: 600;
}
.policy em,
.policy i {
  font-style: italic;
  color: #555;
}
.policy code {
  background: rgba(0, 0, 0, 0.05);
  padding: 2px 6px;
  border-radius: 4px;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  color: var(--red);
}
.policy hr {
  border: none;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--orange) 50%, transparent 100%);
  margin-block: clamp(32px, 5vw, 48px);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-30px) scale(1.05);
  }
}
.logo img {
  max-width: 80px;
  width: 100%;
}

.menu {
  max-width: 300px;
  width: 100%;
}
.menu__wrapper {
  width: 100%;
}
.menu .menu-item {
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: var(--dark);
}

body {
  position: relative;
  font-family: var(--ff-base);
  font-weight: 400;
  font-size: var(--fz-base);
  color: var(--dark);
  line-height: 1;
}

main {
  height: 100%;
}

.customize-support header {
  top: 32px;
}

.form-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.form-modal.show {
  opacity: 1;
  visibility: visible;
}
.form-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.form-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  background: var(--light);
  padding: clamp(32px, 6vw, 48px);
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  max-width: 90vw;
  width: 400px;
}
.form-modal.show .form-modal__content {
  transform: translate(-50%, -50%) scale(1);
}
.form-modal__icon {
  font-size: clamp(48px, 10vw, 64px);
  margin-bottom: 16px;
  color: #27ae60;
}
.form-modal__title {
  color: var(--dark);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}
.form-modal__text {
  color: #666;
  line-height: 1.6;
  font-size: 16px;
}

/*# sourceMappingURL=global.min.css.map*/