@charset "UTF-8";
:root {
  --font-family: "Comfortaa", "Open Sans", sans-serif;
  --content-width: 1570px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --light-color: #fff;
  --text: #211E1E;
  --gradient: linear-gradient(135deg, var(--red, #DF4646), #b53030);
  --shadow: rgba(206, 116, 13, 0.15);
  --dark-shadow: rgba(33, 30, 30, 0.1);
  --red:#DF4646;
  --content-width: 1300px;
  --bg: #f9f9f9;
  --color-border-tertiary: #e2e2dc;
  --yellow:#FFD54F;
  --color-text-primary: #1a1a18;
  --hts-text-light: #666666;
  --color-text-secondary: #6a6456;
  --hts-text-dark: #1a1a1a;
  --light-color: #fff;
  --hts-card3-bg: #e8e8e8;
  --hts-orange: #DF4646;
  --orange-dark: #DF4646;
  --check-color: #bbb;
  --font-family: "Roboto", "Commissioner", sans-serif;
  --hts-card2-bg: #f5f5f5;
  --radius: 8px;
  /* Желтые/золотые акценты */
  --primary-yellow: #FFD700;
  --secondary-yellow: #FFDE59;
  --dark-yellow: #B8860B;
  /* Текст */
  --white: #FFFFFF;
  --dark-text: #E0E0E0;
  --light-text: #B0B0B0;
  /* Тени */
  --shadow-medium: rgba(0, 0, 0, 0.5);
  --shadow-light: rgba(255, 215, 0, 0.1);
  --border: #353535;
  --border-color: rgba(138, 106, 58, 0.2);
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/Comfortaa-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/Comfortaa-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/comfortaa-cyrillic-ext-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/Comfortaa-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "RussoOne";
  src: url("../fonts/RussoOne-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

.page__body {
  margin: 0;
  min-width: 360px;
  min-height: 100%;
  font-size: 16px;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Comfortaa;
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  color: var(--light-color);
  line-height: 121%;
  letter-spacing: 2%;
  text-align: center;
  width: 300px;
  height: 50px;
  background: var(--gradient);
  cursor: pointer;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: none;
  padding: 0;
}

.header {
  position: absolute;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__container {
  position: relative;
  padding: 0;
}
.header__top-inner {
  margin: 0 auto;
  padding: 10px 15px;
  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;
  border-bottom: 1px solid var(--light-color);
}
@media (max-width: 992px) {
  .header__top-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
  }
}
.header__top {
  margin: 0 auto;
  position: relative;
  padding: 10px 0px;
}
.header__phone {
  margin: 0;
  font-family: Comfortaa;
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  color: var(--light-color);
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.header__phone:hover {
  color: var(--accent);
}
.header__name {
  margin: 0;
  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;
  font-family: RussoOne;
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  background: linear-gradient(135deg, #ffffff, #DF4646);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (max-width: 768px) {
  .header__name {
    font-size: 30px;
  }
}

.menu__icon {
  display: none;
  color: var(--light-color);
}
@media (max-width: 992px) {
  .menu__icon {
    display: block;
    position: absolute;
    top: 30px;
    right: 10px;
    width: 30px;
    height: 18px;
    z-index: 101;
    cursor: pointer;
  }
  .menu__icon span {
    background-color: var(--light-color);
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .menu__icon span:first-child {
    top: 0;
  }
  .menu__icon span:last-child {
    top: auto;
    bottom: 0;
  }
  .menu__icon.active span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  .menu__icon.active span:first-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }
  .menu__icon.active span:last-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }
}
@media (max-width: 768px) {
  .menu__icon {
    top: 25px;
  }
}
.menu__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 81px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .menu__body {
    position: absolute;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 65%;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
.menu__body.active {
  left: 0;
}
.menu__list {
  list-style-type: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 991px) {
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 30px;
    gap: 0;
    height: 100%;
    width: 100%;
    background: #333;
    overflow: auto;
  }
}
@media (max-width: 991px) {
  .menu__item {
    margin-bottom: 30px !important;
  }
}
.menu__link {
  font-family: Comfortaa;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  color: var(--light-color);
  line-height: 150%;
  letter-spacing: -3%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.menu__link:hover {
  color: var(--accent);
}
@media (max-width: 991px) {
  .menu__link {
    display: block;
    font-size: 20px;
    line-height: 22px;
    text-align: left !important;
  }
}
.menu .header__phone-box {
  position: relative;
  display: inline-block;
}
@media (max-width: 991px) {
  .menu .header__popup {
    display: none;
  }
}

/* ===== БЛОК HERO ===== */
.hero {
  position: relative;
  min-height: 800px;
  overflow: visible;
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
  pointer-events: none;
}

.hero__container,
.hero__inner,
.hero__title,
.hero__subtitle,
.hero__list,
.hero__call-btn {
  position: relative;
  z-index: 2;
}

.hero__container {
  min-height: 750px;
  padding: 0 15px;
  padding-bottom: 20px;
}

.hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 100px;
}

.hero__title {
  margin: 0;
  text-align: right;
  max-width: 1100px;
  padding-top: 250px;
  font-size: 42px;
  color: #ffffff;
  line-height: 52px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  font-weight: 700;
}
.hero__title span {
  /* Градиентная заливка текста */
  color: var(--yellow);
  font-style: italic;
  font-size: 50px;
}

.hero__subtitle {
  margin: 0;
  text-align: right;
  max-width: 1000px;
  font-size: 28px;
  color: #ffffff;
  line-height: 34px;
  letter-spacing: 0.3px;
  text-transform: none;
  margin-bottom: 50px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  font-weight: 500;
}
.hero__subtitle span {
  /* Градиентная заливка текста */
  color: var(--yellow);
  font-style: italic;
  font-size: 40px;
}

.hero__list {
  margin-left: auto;
  max-width: 1000px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 30px;
}

.hero__text {
  margin-left: auto;
  position: relative;
  margin: 0;
  padding: 12px 20px 12px 54px;
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
  line-height: 28px;
  letter-spacing: 0.3px;
  text-transform: none;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.hero__text::before {
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: url("../img/Arrow-Up.png");
  width: 24px;
  height: 24px;
}

.hero__call-btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -150px;
  z-index: 100;
  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: 100%;
  width: 262px;
  height: 262px;
  background: #fff;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  cursor: pointer;
}

.hero__call-btn::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  z-index: -1;
}

.hero__call-btn::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  -webkit-animation: pulse 2s infinite 0.5s;
  animation: pulse 2s infinite 0.5s;
  z-index: -1;
}

.hero__call-btn:hover {
  -webkit-transform: translateX(-50%) scale(1.05);
  -ms-transform: translateX(-50%) scale(1.05);
  transform: translateX(-50%) scale(1.05);
  -webkit-box-shadow: 0 10px 30px rgba(255, 255, 255, 0.4);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.4);
}

.hero__call-btn:hover::before,
.hero__call-btn:hover::after {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.hero__call-btn:hover .hero__cercle {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.hero__sercle-big {
  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;
  width: 242px;
  height: 242px;
  border-radius: 100%;
  border: 1px solid #C9A24D;
}

.hero__sercle-small {
  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;
  width: 230px;
  height: 230px;
  border-radius: 100%;
  border: 1px solid #C9A24D;
}

.hero__cercle {
  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;
  background: var(--gradient);
  border-radius: 100%;
  width: 218px;
  height: 218px;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  -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;
  overflow: hidden;
  position: relative;
}

.hero__cercle::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.6)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-animation: shimmer 1s infinite;
  animation: shimmer 1s infinite;
}

@-webkit-keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 150%;
  }
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 150%;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0.7;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0.7;
  }
}
.section-after-hero {
  position: relative;
  z-index: 50;
  margin-top: -50px;
}

/* ===== АДАПТИВ ===== */
@media (max-width: 768px) {
  .hero {
    min-height: 600px;
  }
  .hero__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 80px;
  }
  .hero__title {
    padding-top: 140px;
    font-size: 32px;
    line-height: 40px;
    max-width: 90%;
  }
  .hero__title span {
    /* Градиентная заливка текста */
    font-style: italic;
    font-size: 40px;
  }
  .hero__subtitle {
    font-size: 20px;
    line-height: 26px;
    max-width: 90%;
    margin-bottom: 35px;
  }
  .hero__subtitle span {
    font-size: 25;
  }
  .hero__list {
    max-width: 90%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .hero__text {
    padding: 10px 16px 10px 46px;
    font-size: 18px;
    line-height: 24px;
  }
  .hero__text::before {
    left: 12px;
    width: 22px;
    height: 22px;
  }
  .hero__call-btn {
    width: 180px !important;
    height: 180px !important;
    bottom: -100px;
  }
  .hero__sercle-big {
    width: 168px;
    height: 168px;
  }
  .hero__sercle-small {
    width: 156px;
    height: 156px;
  }
  .hero__cercle {
    width: 145px;
    height: 145px;
    font-size: 16px;
    line-height: 20px;
    padding: 12px;
  }
  .section-after-hero {
    margin-top: -40px;
  }
}
@media (max-width: 480px) {
  .hero {
    min-height: 550px;
  }
  .hero__inner {
    padding-bottom: 70px;
  }
  .hero__title {
    text-align: left;
    padding-top: 150px;
    font-size: 24px;
    line-height: 30px;
    max-width: 95%;
    text-transform: none;
  }
  .hero__title span {
    /* Градиентная заливка текста */
    font-style: italic;
    font-size: 30px;
  }
  .hero__subtitle {
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    max-width: 95%;
    margin-bottom: 30px;
  }
  .hero__subtitle span {
    font-size: 22px;
  }
  .hero__list {
    max-width: 95%;
    gap: 20px;
  }
  .hero__text {
    padding: 8px 14px 8px 42px;
    font-size: 16px;
    line-height: 22px;
  }
  .hero__text::before {
    left: 10px;
    width: 20px;
    height: 20px;
  }
  .hero__call-btn {
    width: 150px !important;
    height: 150px !important;
    bottom: -75px;
  }
  .hero__sercle-big {
    width: 140px;
    height: 140px;
  }
  .hero__sercle-small {
    width: 130px;
    height: 130px;
  }
  .hero__cercle {
    width: 120px;
    height: 120px;
    font-size: 14px;
    line-height: 18px;
  }
  .section-after-hero {
    margin-top: -35px;
  }
}
@media (max-width: 360px) {
  .hero {
    min-height: 500px;
  }
  .hero__title {
    padding-top: 135px;
    font-size: 24px;
    line-height: 30px;
  }
  .hero__subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  .hero__subtitle span {
    font-style: 20px;
  }
  .hero__text {
    padding: 6px 12px 6px 38px;
    font-size: 15px;
    line-height: 20px;
  }
  .hero__text::before {
    left: 8px;
    width: 18px;
    height: 18px;
  }
  .hero__call-btn {
    width: 130px !important;
    height: 130px !important;
    bottom: -65px;
  }
  .hero__sercle-big {
    width: 120px;
    height: 120px;
  }
  .hero__sercle-small {
    width: 112px;
    height: 112px;
  }
  .hero__cercle {
    width: 105px;
    height: 105px;
    font-size: 13px;
    line-height: 16px;
  }
}
/* ===== Модальное окно ===== */
.modal-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  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;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
}

.modal-form--visible {
  visibility: visible;
  opacity: 1;
}

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

.modal-form__container {
  position: relative;
  background: #fff;
  width: 90%;
  max-width: 500px;
  border-radius: 16px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  z-index: 10001;
}

.modal-form__close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 28px;
  font-weight: bold;
  background: none;
  border: none;
  cursor: pointer;
  color: #888;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.modal-form__close:hover {
  color: var(--orange-dark);
}

.modal-form__content {
  padding: 32px 28px 36px;
}

.modal-form__title {
  font-family: "Comfortaa", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--orange-dark);
  text-align: center;
  margin-bottom: 8px;
}

.modal-form__subtitle {
  font-family: "Comfortaa", sans-serif;
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-bottom: 24px;
}

.modal-form__group {
  margin-bottom: 18px;
}

.modal-form__group input,
.modal-form__group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-family: "Comfortaa", sans-serif;
  font-size: 14px;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.modal-form__group input[type=file] {
  padding: 10px 12px;
  cursor: pointer;
}

.modal-form__group input[type=file]::file-selector-button {
  border: 1px solid var(--yellow);
  color: var(--text);
  background: var(--yellow);
  border-radius: 6px;
  padding: 6px 12px;
  margin-right: 12px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.modal-form__group input:focus,
.modal-form__group textarea:focus {
  outline: none;
  border-color: var(--hts-text-light);
}

.modal-form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
  font-size: 13px;
  color: #555;
}

.modal-form__checkbox input {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.modal-form__policy-link {
  color: var(--red, #C94141);
  text-decoration: none;
}

.modal-form__policy-link:hover {
  text-decoration: underline;
}

.modal-form__submit {
  width: 100%;
  background: var(--gradient);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 14px;
  font-family: "Comfortaa", sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: background 0.2s, -webkit-transform 0.1s;
  transition: background 0.2s, -webkit-transform 0.1s;
  transition: background 0.2s, transform 0.1s;
  transition: background 0.2s, transform 0.1s, -webkit-transform 0.1s;
}

.modal-form__submit:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.modal-form__file-hint {
  display: block;
  color: #888;
  margin-top: 4px;
  font-size: 12px;
  font-family: "Comfortaa", sans-serif;
}

.toast-notification {
  position: fixed;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100px);
  -ms-transform: translateX(-50%) translateY(100px);
  transform: translateX(-50%) translateY(100px);
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding: 14px 24px;
  min-width: 280px;
  max-width: 90%;
  z-index: 20000;
  -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;
  font-family: "Comfortaa", sans-serif;
  border-left: 4px solid var(--blue, #6292BE);
}

.toast-notification--success {
  border-left-color: #10b981;
}

.toast-notification--error {
  border-left-color: #ef4444;
}

.toast-notification--visible {
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}

.toast-notification__icon {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.toast-notification--success .toast-notification__icon {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="%2310b981" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7" /></svg>') no-repeat center;
  background-size: contain;
}

.toast-notification--error .toast-notification__icon {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="%23ef4444" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" /></svg>') no-repeat center;
  background-size: contain;
}

.toast-notification__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.toast-notification__title {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 2px;
}

.toast-notification--success .toast-notification__title {
  color: #10b981;
}

.toast-notification--error .toast-notification__title {
  color: #ef4444;
}

.toast-notification__message {
  font-size: 13px;
  color: #333;
}

/* Адаптив модалки */
@media (max-width: 600px) {
  .modal-form__content {
    padding: 24px 20px 28px;
  }
  .modal-form__title {
    font-size: 22px;
  }
  .modal-form__subtitle {
    font-size: 12px;
  }
  .modal-form__group input {
    padding: 10px 12px;
  }
  .modal-form__submit {
    padding: 12px;
  }
  .toast-notification {
    min-width: 260px;
    padding: 12px 20px;
  }
}
.qwiz {
  background-color: var(--bg);
  padding-top: 120px;
}

.quiz-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: var(--content-width);
  margin: 0 auto;
  overflow: hidden;
}

.sidebar {
  width: 290px;
  min-width: 270px;
  background: var(--bg);
  border-right: 1px solid var(--color-border-tertiary);
  padding: 36px 24px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.sidebar__avatar-wrap {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--yellow);
  margin-bottom: 6px;
}

.sidebar__avatar {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.sidebar__name {
  font-weight: 700;
  font-size: 1rem;
  color: var(--color-text-primary);
}

.sidebar__role {
  font-size: 0.8rem;
  color: var(--hts-text-light);
  margin-top: -4px;
}

.sidebar__desc {
  font-size: 0.82rem;
  color: var(--color-text-secondary);
  line-height: 1.55;
  margin-top: 4px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--color-border-tertiary);
}

.sidebar__label {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--color-text-primary);
  text-align: center;
  letter-spacing: 0.03em;
  margin-top: 4px;
}

.sidebar__benefits {
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px;
}

.sidebar__benefit {
  background: var(--hts-text-dark);
  color: var(--light-color);
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 0.78rem;
  line-height: 1.45;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
}

.benefit-icon {
  font-size: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 1px;
}

.quiz-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 36px 48px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

.quiz-header__subtitle {
  margin: 0;
  font-size: 1rem;
  text-transform: uppercase;
  color: var(--hts-text-light);
  margin-bottom: 8px;
}

.quiz-header__title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}
.quiz-header__title span {
  font-style: italic;
  line-height: 90%;
  font-size: 26px;
}

.quiz-header__title strong {
  text-transform: uppercase;
  color: var(--red);
}

.progress-bar {
  height: 10px;
  background: var(--hts-card3-bg);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 4px;
}

.progress-bar__fill {
  height: 100%;
  background: var(--hts-orange);
  border-radius: 20px;
  width: 14%;
  -webkit-transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.steps-container {
  position: relative;
}

.step {
  -webkit-animation: fadeSlide 0.35s ease both;
  animation: fadeSlide 0.35s ease both;
}

.step.hidden {
  display: none;
}

@-webkit-keyframes fadeSlide {
  from {
    opacity: 0;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeSlide {
  from {
    opacity: 0;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.step-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.step-number {
  background: var(--hts-card3-bg);
  color: var(--hts-text-light);
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: 6px;
  padding: 4px 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.step-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--color-text-primary);
}

.options-grid--cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.options-grid--gift {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.card-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid var(--color-border-tertiary);
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  background: var(--bg);
  position: relative;
}

.card-option input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.card-option img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.card-option span {
  padding: 10px 12px;
  font-size: 0.85rem;
  font-weight: 600;
  text-align: center;
  color: var(--color-text-secondary);
  line-height: 1.3;
}

.card-option::after {
  content: "✓";
  position: absolute;
  top: 12px;
  right: 12px;
  bottom: auto;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid var(--check-color, #38AD75);
  border-radius: 50%;
  font-size: 0.85rem;
  color: transparent;
  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-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
  z-index: 2;
}

.card-option:hover {
  border-color: var(--hts-orange);
  -webkit-box-shadow: 0 0 0 3px rgba(0, 168, 107, 0.12);
  box-shadow: 0 0 0 3px rgba(0, 168, 107, 0.12);
}

.card-option.selected {
  border-color: var(--hts-orange);
}

.card-option.selected::after {
  background: var(--hts-orange);
  border-color: var(--hts-orange);
  color: #fff;
}

.options-grid--list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 24px;
}

.options-grid--single {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.list-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  border: 1.5px solid var(--color-border-tertiary);
  border-radius: 8px;
  padding: 14px 18px;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--color-text-secondary);
  background: var(--bg);
  -webkit-transition: border-color 0.2s, background 0.2s, color 0.2s;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
  position: relative;
}

.list-option input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.list-option__check {
  width: 22px;
  height: 22px;
  border: 2px solid var(--check-color);
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}

.list-option__check::after {
  content: "✓";
  font-size: 0.75rem;
  color: transparent;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.list-option:hover {
  border-color: var(--hts-orange);
  background: var(--hts-orange-light);
}

.list-option.selected {
  border-color: var(--hts-orange);
  background: var(--hts-orange-light);
  color: var(--color-text-primary);
}

.list-option.selected .list-option__check {
  background: var(--hts-orange);
  border-color: var(--hts-orange);
}

.list-option.selected .list-option__check::after {
  color: #fff;
}

.step-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.step-nav--right {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn:active {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.btn--next {
  background: var(--red);
  color: var(--light-color);
}

.btn--next:hover {
  background: var(--color-text-secondary);
}

.btn--back {
  background: var(--color-text-secondary);
  color: var(--light-color);
  opacity: 0.85;
}

.btn--back:hover {
  background: var(--orange-dark);
  opacity: 1;
}

.contact-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.contact-step__left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  background: #ffffff;
  border-radius: 20px;
  padding: 24px 28px;
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.02);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.02);
}

.contact-step__right {
  display: none;
}

.contact-step__tag {
  margin: 0;
  display: inline-block;
  background: var(--yellow);
  border-radius: 6px;
  padding: 4px 12px;
  font-size: 0.8rem;
  color: var(--text);
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.contact-step__title {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--color-text-primary);
  line-height: 1.3;
  margin-bottom: 0;
}

.contact-step__sub {
  font-size: 1rem;
  font-weight: 500;
  color: var(--color-text-primary);
  margin-bottom: 0;
}

.messenger-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 4px;
  margin-bottom: 0;
}

.messenger-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  gap: 6px;
}

.messenger-btn span {
  display: none;
}

.messenger-btn img {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 10px;
  background: #f0f2f4;
  padding: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #e0e4e8;
}

.messenger-btn:hover img {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 4px 12px rgba(59, 161, 161, 0.2);
  box-shadow: 0 4px 12px rgba(59, 161, 161, 0.2);
  border-color: transparent;
}

.contact-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.contact-input {
  width: 100%;
  border: 1.5px solid var(--color-border-tertiary);
  border-radius: 8px;
  padding: 12px 16px;
  font-family: var(--font-family);
  font-size: 0.9rem;
  color: var(--color-text-primary);
  background: var(--bg);
  outline: none;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.contact-input:focus {
  border-color: var(--hts-orange);
}

.phone-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1.5px solid var(--color-border-tertiary);
  border-radius: 8px;
  overflow: hidden;
  background: var(--bg);
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.phone-wrap:focus-within {
  border-color: var(--hts-orange);
}

.phone-prefix {
  padding: 12px 12px;
  background: var(--hts-card2-bg);
  font-weight: 700;
  font-size: 0.9rem;
  border-right: 1.5px solid var(--color-border-tertiary);
  color: var(--color-text-primary);
}

.contact-input--phone {
  border: none;
  border-radius: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-input--phone:focus {
  border: none;
}

.checkbox-wrapper {
  margin: 8px 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.checkbox-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.checkbox-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-size: 0.85rem;
  line-height: 1.4;
  color: var(--color-text-secondary);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid var(--color-border-tertiary);
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.checkbox-input:checked + .checkbox-label::before {
  background: var(--hts-orange);
  border-color: var(--hts-orange);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white' width='14px' height='14px'%3E%3Cpath d='M20 6L9 17l-5-5' stroke='white' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}

.checkbox-label:hover::before {
  border-color: var(--hts-orange);
}

.checkbox-policy {
  color: var(--hts-orange);
  text-decoration: underline;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.checkbox-policy:hover {
  opacity: 0.8;
}

.btn--submit {
  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;
  max-width: 300px;
  width: 100%;
  color: var(--light-color);
  padding: 14px 16px;
  font-size: 0.95rem;
  border-radius: 8px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.btn--submit:hover {
  background: var(--orange-dark);
}

.contact-step__legal {
  font-size: 0.72rem;
  color: var(--hts-text-light);
  line-height: 1.5;
}

.contact-step__legal a {
  color: var(--hts-text-light);
  text-decoration: underline;
}

.success-screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 48px 24px 56px;
  gap: 24px;
}

.success-icon {
  width: 36px;
  height: 36px;
  background: var(--hts-orange);
  border-radius: 50%;
  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;
  margin-bottom: 8px;
  -webkit-animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.success-icon::before {
  content: "✓";
  font-size: 24px;
  font-weight: normal;
  color: white;
  line-height: 1;
}

.success-title {
  margin: 0;
  font-size: 2rem;
  font-weight: 800;
  color: var(--color-text-primary);
  margin: 0 0 8px 0;
}

.success-text {
  margin: 0;
  max-width: 440px;
  font-size: 1rem;
  color: var(--color-text-secondary);
  line-height: 1.6;
  margin-bottom: 8px;
}

.btn--restart {
  margin-top: 16px;
  background: var(--hts-orange);
  color: var(--light-color);
  padding: 11px 26px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 700;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: none;
  cursor: pointer;
}

.btn--restart:active {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.messenger-btn--active img,
.messenger-btn--active svg {
  outline: 3px solid var(--hts-orange);
  outline-offset: 2px;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.messenger-btn--active img {
  border-radius: 10px;
}

.success-countdown {
  font-size: 0.9rem;
  color: var(--hts-text-light);
  padding-top: 12px;
}

.success-countdown span {
  font-weight: 800;
  color: var(--hts-orange);
}

.success-manager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin: 8px 0;
}

.success-manager-avatar {
  width: 120px !important;
  height: 120px !important;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 3px solid var(--hts-orange);
  background: #f0f2f4;
}

.success-manager-name {
  margin: 0;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--color-text-primary);
}

.success-manager:empty {
  display: none;
}

@media (max-width: 960px) {
  .quiz-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sidebar {
    display: none;
  }
  .quiz-main {
    padding: 24px 0px;
  }
  .options-grid--cards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .quiz-header__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .qwiz {
    padding-top: 80px !important;
  }
}
@media (max-width: 640px) {
  .quiz-header__title {
    font-size: 1.2rem;
  }
  .quiz-header__title span {
    font-size: 18px;
  }
  .quiz-header__subtitle {
    font-size: 20px;
  }
  .options-grid--list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .options-grid--cards {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .options-grid--gift {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .step-title {
    font-size: 1.1rem;
  }
  .quiz-main {
    padding: 16px 0px;
  }
  .card-option::after {
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    font-size: 0.75rem;
  }
  .contact-step__left {
    padding: 20px 16px;
  }
  .contact-step__title {
    font-size: 1.2rem;
  }
  .messenger-btns {
    gap: 10px;
  }
  .messenger-btn img,
  .messenger-btn svg {
    width: 35px;
    height: 35px;
    padding: 6px;
  }
  .messenger-btn[data-messenger=max] img,
  .messenger-btn[data-messenger=max] svg {
    width: 36px;
    height: 36px;
    padding: 8px;
  }
  .checkbox-label {
    font-size: 0.75rem;
  }
}
@media (max-width: 576px) {
  .qwiz {
    padding-top: 45px !important;
  }
}
.about {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}
.about::before {
  content: "";
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  pointer-events: none;
}
.about__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.about__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.about__container, .about__bottom, .about__sefety {
  position: relative;
  z-index: 2;
}
.about__container {
  max-width: 1160px;
  padding-bottom: 30px;
}
.about__title {
  margin: 0;
  font-family: RussoOne;
  font-weight: 400;
  font-size: 45px;
  color: var(--light-color);
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about__list {
  padding-top: 30px;
  margin: 0 auto;
  max-width: 1140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
}
.about__item {
  max-width: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.about__item-second {
  margin-top: 70px;
}
.about__img {
  width: 560px;
  height: 400px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.1490196078);
}
.about__icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.about__icon-box-hidden {
  display: none;
}
.about__icon {
  border-radius: 100%;
  width: 80px !important;
  height: 80px !important;
}
.about__text {
  margin: 0;
  max-width: 405px;
  font-family: Comfortaa;
  font-weight: 700;
  font-size: 22px;
  color: var(--light-color);
  line-height: 1.21;
  text-transform: uppercase;
}
.about__bottom {
  border-radius: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.about__bottom .about__right {
  width: 100%;
}
.about__bottom .about__list-bottom {
  width: 100%;
  padding: 0;
  margin: 0;
}
.about__bottom .about__item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 14px;
  width: 100%;
}
.about__bottom .about__descr {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: none;
}
.about__item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 14px;
}
.about__descr {
  margin: 0;
  font-family: Comfortaa;
  font-weight: 700;
  font-size: 20px;
  color: var(--light-color);
  line-height: 1;
}
.about__descr span {
  font-size: 22px;
  font-style: italic !important;
  color: var(--yellow) !important;
}
.about__sefety {
  border-radius: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.about__sefety-title {
  margin: 0;
  max-width: 513px;
  font-family: RussoOne;
  font-weight: 400;
  font-size: 55px;
  color: var(--light-color);
  line-height: 1.1;
}
.about__sefety-list {
  width: 646px;
}
.about__sefety-item {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
}
.about__sefety-item:not(:last-child) {
  margin-bottom: 10px;
}
.about__sefety-icon {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about__sefety-text {
  margin: 0;
  font-family: Comfortaa;
  font-weight: 600;
  font-size: 28px;
  color: var(--light-color);
  line-height: 1.1;
  text-transform: uppercase;
}
.about__sefety-text span {
  color: var(--yellow);
}
.about__sertificate-title {
  margin: 0 auto;
  max-width: 800px;
  padding: 20px 0;
  font-family: Russo One;
  font-weight: 400;
  font-size: 65px;
  color: var(--light-color);
  line-height: 1.1;
  text-align: center;
}
@media (max-width: 1200px) {
  .about__title {
    max-width: 100%;
  }
  .about__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about__icon-box-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about__item-hidden {
    display: none;
  }
  .about__bottom {
    padding: 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .about__right {
    max-width: 100%;
  }
  .about__sefety {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about__sefety-title {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .about__icon {
    width: 50px !important;
    height: 50px !important;
  }
  .about__sefety-icon {
    width: 30px;
    height: 30px;
  }
  .about__text {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .about__title {
    font-size: 26px;
    margin-bottom: 12px;
  }
  .about__sefety {
    padding: 20px 10px;
    border-radius: 20px;
  }
  .about__sefety-title {
    font-size: 26px;
    line-height: 0.9;
  }
  .about__sefety-list {
    width: 100%;
  }
  .about__sefety-text {
    font-size: 18px;
  }
  .about__sertificate-title {
    font-size: 26px;
    line-height: 0.9;
  }
  .about__icon-bottom {
    display: none;
  }
}

.extra-wrap {
  background: var(--bg);
  padding: 60px 0;
  overflow-x: auto;
}

.extra-title {
  margin: 0 0 40px 0;
  font-family: RussoOne, sans-serif;
  font-weight: 400;
  font-size: 65px;
  line-height: 1.1;
  color: var(--text);
  text-align: center;
}

.extra-title span {
  color: var(--hts-orange);
}

.extra-table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
  border-radius: 24px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.extra-table-head th {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 16px 24px;
  text-align: left;
  background: var(--hts-text-light);
  border-bottom: none;
}

.extra-table-row:nth-child(even) td {
  background: rgba(162, 206, 232, 0.2);
}

.extra-table-row:nth-child(odd) td {
  background: #ffffff;
}

.extra-table-row td {
  padding: 18px 24px;
  font-size: 0.95rem;
  color: var(--text);
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.extra-table-row:hover td {
  background: rgba(240, 125, 0, 0.08);
}

.extra-table-row td:last-child {
  color: var(--hts-orange);
  font-weight: 700;
}

.extra-table-row:nth-child(even) td:last-child {
  font-style: normal;
  font-weight: 700;
}

@media (max-width: 768px) {
  .extra-wrap {
    padding: 40px 0;
  }
  .extra-title {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .extra-table,
  .extra-table tbody,
  .extra-table tr,
  .extra-table td {
    display: block;
    width: 100%;
  }
  .extra-table thead {
    display: none;
  }
  .extra-table tr {
    border-radius: 20px;
    margin-bottom: 16px;
    padding: 16px 20px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  }
  .extra-table-row:nth-child(odd) {
    background: #ffffff;
  }
  .extra-table-row:nth-child(even) {
    background: rgba(162, 206, 232, 0.2);
  }
  .extra-table-row td {
    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;
    padding: 12px 0;
    font-size: 0.95rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background: transparent !important;
  }
  .extra-table-row td:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .extra-table-row td:first-child::before {
    content: "Услуга:";
    font-weight: 600;
    color: #666;
    font-size: 0.8rem;
    margin-right: 12px;
  }
  .extra-table-row td:last-child::before {
    content: "Стоимость:";
    font-weight: 600;
    color: var(--yellow);
    font-size: 0.8rem;
    margin-right: 12px;
  }
  .extra-table-row:hover td {
    background: transparent;
  }
}
@media (max-width: 480px) {
  .extra-wrap {
    padding: 30px 0;
  }
  .extra-wrap .container {
    padding: 0 16px;
  }
  .extra-title {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .extra-table tr {
    padding: 12px 16px;
    margin-bottom: 12px;
  }
  .extra-table-row td {
    font-size: 0.85rem;
    padding: 8px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px;
  }
  .extra-table-row td:first-child::before,
  .extra-table-row td:last-child::before {
    font-size: 0.7rem;
    margin-right: 8px;
  }
}
@media (max-width: 360px) {
  .extra-wrap .container {
    padding: 0 12px;
  }
  .extra-table tr {
    padding: 10px 12px;
  }
  .extra-table-row td {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px;
    padding: 6px 0;
  }
  .extra-table-row td:first-child {
    border-bottom: none;
  }
  .extra-table-row td:first-child::before,
  .extra-table-row td:last-child::before {
    margin-bottom: 2px;
  }
}
.service {
  background-color: var(--bg);
}
.service__title {
  margin: 0;
  font-family: RussoOne;
  font-weight: 400;
  font-style: Regular;
  font-size: 65px;
  color: var(--text);
  line-height: 110%;
  letter-spacing: 0%;
  vertical-align: middle;
  padding: 20px 0px;
}
.service__item {
  position: relative;
  min-height: 280px;
  padding: 30px 30px 24px 50px;
  border-radius: 20px;
  background-color: #b0a599;
  opacity: 0.8;
  margin-bottom: 20px;
  position: relative;
}
.service__list {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.service__item-center {
  position: relative;
  border-radius: 20px;
  height: 420px;
  padding: 25px 20px;
  background-color: #b0a599;
  opacity: 0.8;
}
.service__img {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.service__decor {
  position: absolute;
  top: 20px;
  right: 60px;
}
.service__subtitle {
  margin: 0;
  font-family: RussoOne;
  font-weight: 400;
  font-style: Regular;
  font-size: 36px;
  color: var(--text);
  line-height: 80%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 10px;
}
.service__text {
  margin: 0;
  position: relative;
  font-family: Comfortaa;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  color: var(--text);
  line-height: 110%;
  letter-spacing: 0%;
  padding-left: 10px;
  margin-bottom: 5px;
}
.service__text::before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  border-radius: 100%;
  width: 5px;
  height: 5px;
  background: var(--text);
}
.service__text-bottom {
  max-width: 400px;
}
.service__price {
  margin: 0;
  font-family: RussoOne;
  font-weight: 400;
  font-style: Regular;
  font-size: 30px;
  color: var(--yellow);
  line-height: 110%;
  letter-spacing: 0%;
  vertical-align: middle;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.service__list-bottom {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.service__item-bottom {
  border-radius: 20px;
  position: relative;
  height: 340px;
  background-color: #b0a599;
  opacity: 0.8;
  padding: 25px 30px;
}
.service__item-bottom:nth-child(2) {
  border: 3px solid #8F8278;
  background: var(--light-color);
}
.service__decor2 {
  position: absolute;
  top: 20px;
  right: 20px;
}
.service__btn {
  margin-top: 50px;
  width: 400px;
  height: 55px;
  background: var(--hts-orange);
}

@media (max-width: 1200px) {
  .service__title {
    font-size: 50px;
  }
  .service__subtitle {
    font-size: 32px;
  }
  .service__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .service__item-center {
    width: 100%;
    height: auto;
    min-height: 300px;
  }
  .service__list-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service__item-bottom {
    height: auto;
    min-height: 300px;
  }
  .service__decor {
    display: none;
  }
}
@media (max-width: 768px) {
  .service__title {
    font-size: 40px;
    text-align: center;
  }
  .service__subtitle {
    font-size: 28px;
  }
  .service__text {
    font-size: 18px;
  }
  .service__item {
    padding: 20px;
  }
  .service__btn {
    width: 250px;
    margin-top: 30px;
    height: 50px;
  }
}
@media (max-width: 576px) {
  .service__title {
    font-size: 32px;
  }
  .service__subtitle {
    font-size: 24px;
  }
  .service__text {
    font-size: 16px;
  }
  .service__price {
    font-size: 24px;
    position: static;
    margin-top: 20px;
  }
  .service__btn {
    height: 45px;
    font-size: 16px;
  }
}
.projects {
  background: var(--bg);
  padding: 40px 0;
}

.projects__container {
  margin: 0 auto;
  padding: 0 20px;
}

.projects__title {
  margin: 0;
  padding: 35px 0 20px 0;
  font-family: "RussoOne", sans-serif;
  font-weight: 400;
  font-size: 65px;
  color: var(--text);
  line-height: 110%;
  text-transform: uppercase;
  text-align: center;
}

.projects-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 20px;
}

@media (min-width: 576px) {
  .projects-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .projects-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.project-card {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.project-card:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.project-card__main {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.project-card__main a {
  display: block;
  width: 100%;
  height: 100%;
}

.project-card__main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.project-card__main img:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.project-card__thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  padding: 12px;
  background: #fafafa;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.project-card__thumbs .thumb {
  width: 60px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.project-card__thumbs .thumb:hover {
  border-color: #f07d00;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.project-card__info {
  padding: 16px;
}

.project-card__title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #1e2a32;
}

.project-card__subtitle {
  font-size: 0.85rem;
  line-height: 1.4;
  color: #4a5b6e;
}

@media (max-width: 575px) {
  .projects__title {
    font-size: 32px;
    padding: 0;
  }
  .project-card__thumbs .thumb {
    width: 50px;
    height: 42px;
  }
  .project-card__title {
    font-size: 1rem;
  }
  .project-card__subtitle {
    font-size: 0.8rem;
  }
}
/* ========== БЛОК КАТАЛОГА ========== */
.catalog {
  background: var(--light-bg, #f9f9f9);
  padding: 40px 0;
}

.catalog-title {
  margin: 0;
  padding: 35px 0 20px 0;
  font-family: "RussoOne", sans-serif;
  font-weight: 400;
  font-size: 65px;
  color: var(--text, #1a1a1a);
  line-height: 110%;
  text-transform: uppercase;
  text-align: center;
}

.product-box {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 25px;
}

/* ========== КАРТОЧКА ТОВАРА ========== */
.gallery-container {
  position: relative;
  background: #ffffff;
  width: 380px;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.333% - 25px);
  flex: 0 0 calc(33.333% - 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gallery-container:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 0, 0, 0.15);
}

/* ========== СЛАЙДЕР ========== */
.gallery-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  height: 300px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.gallery-slide {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gallery-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -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;
}

.gallery-slide img:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.prev-btn, .next-btn {
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-color: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
  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-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
  font-weight: bold;
}

.prev-btn:hover, .next-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: translateY(-50%) scale(1.05);
  -ms-transform: translateY(-50%) scale(1.05);
  transform: translateY(-50%) scale(1.05);
}

.prev-btn {
  left: 12px;
}

.next-btn {
  right: 12px;
}

.slide-counter {
  position: absolute;
  left: 15px;
  top: 15px;
  max-width: 50px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 5;
}

/* ========== ИНФОРМАЦИЯ О ТОВАРЕ ========== */
.product-info {
  padding: 18px 18px 130px 18px;
  background: #ffffff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.product-title {
  margin: 0 0 10px 0;
  color: #1a1a1a;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 1%;
  text-align: center;
  text-transform: uppercase;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.product-subtitle {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -1%;
  vertical-align: middle;
  color: #555555;
  margin-bottom: 12px;
  text-align: center;
}

/* ========== ХАРАКТЕРИСТИКИ ========== */
.product-list {
  margin: 12px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
  padding-right: 8px;
  min-height: 150px;
  max-height: 160px;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 6px;
  padding: 4px 0;
}

.product-item:last-child {
  margin-bottom: 0;
}

.product-icon {
  color: var(--light-text, #666666);
  font-size: 16px;
  font-weight: bold;
  min-width: 20px;
  margin-top: 1px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.product-description {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 135%;
  letter-spacing: -1%;
  color: #666666;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* Стили для скроллбара */
.product-list::-webkit-scrollbar {
  width: 4px;
}

.product-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.product-list::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}

.product-list::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}

/* ========== ЦЕНА ========== */
.kootnote {
  position: absolute;
  bottom: 85px;
  left: 18px;
  right: 18px;
  font-size: 0.75em;
  z-index: 5;
}

.kootnote-text {
  margin: 0;
  padding: 8px 12px;
  border-left: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.03);
}

.kootnote-text span {
  display: block;
}

.kelivery-price {
  font-size: 18px;
  font-weight: 700;
  color: #DF4646;
  margin-bottom: 3px;
}

/* ========== КНОПКА "ЗАКАЗАТЬ" ========== */
.buy-btn {
  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;
  width: 90%;
  height: 45px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--primary-yellow, #FFD54F) 0%, var(--dark-yellow, #FFC107) 100%);
  cursor: pointer;
  font-family: "Comfortaa", sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  color: #1a1a1a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: none;
  text-transform: uppercase;
  -webkit-box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
  z-index: 5;
}

.buy-btn:hover {
  -webkit-transform: translateX(-50%) translateY(-2px);
  -ms-transform: translateX(-50%) translateY(-2px);
  transform: translateX(-50%) translateY(-2px);
  -webkit-box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
  background: linear-gradient(135deg, #FFC107 0%, #FFB300 100%);
}

.buy-btn:active {
  -webkit-transform: translateX(-50%) translateY(-1px);
  -ms-transform: translateX(-50%) translateY(-1px);
  transform: translateX(-50%) translateY(-1px);
}

/* ========== КНОПКА "СМОТРЕТЬ ВСЕ ТОВАРЫ" ========== */
.catalog__link-wrapper {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}

.catalog__all-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  font-family: "Comfortaa", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #555555;
  background: transparent;
  text-decoration: none;
  padding: 12px 32px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  border: 1px solid #e2e2dc;
  cursor: pointer;
}

.catalog__all-link svg {
  width: 18px;
  height: 18px;
  -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;
  stroke: #555555;
}

.catalog__all-link:hover {
  background: #f5f5f5;
  border-color: #DF4646;
  color: #DF4646;
  gap: 14px;
}

.catalog__all-link:hover svg {
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
  stroke: #DF4646;
}

/* ========== АДАПТИВ ========== */
@media (max-width: 1200px) {
  .product-box {
    max-width: 900px;
    gap: 20px;
  }
  .gallery-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    width: 100%;
  }
  .gallery-track {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .catalog {
    padding: 10px 0;
  }
  .catalog-title {
    font-size: 50px;
    padding: 10px 0px;
    margin-bottom: 20px;
  }
  .product-box {
    gap: 15px;
    max-width: 500px;
  }
  .gallery-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin: 0;
  }
  .gallery-track {
    height: 320px;
  }
  .product-info {
    padding: 15px 15px 120px 15px;
  }
  .product-list {
    min-height: 140px;
    max-height: 150px;
  }
  .kootnote {
    bottom: 80px;
    left: 15px;
    right: 15px;
  }
  .catalog__all-link {
    padding: 10px 28px;
    font-size: 13px;
  }
}
@media (max-width: 565px) {
  .catalog-title {
    font-size: 36px;
  }
  .product-subtitle {
    font-size: 16px;
  }
  .gallery-track {
    height: 260px;
  }
  .product-info {
    padding: 12px 12px 110px 12px;
  }
  .product-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .product-description {
    font-size: 11px;
  }
  .buy-btn {
    width: 90%;
    height: 42px;
    font-size: 14px;
    bottom: 15px;
  }
  .prev-btn, .next-btn {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  .product-list {
    min-height: 130px;
    max-height: 140px;
  }
  .kootnote {
    bottom: 75px;
    left: 12px;
    right: 12px;
  }
  .catalog__link-wrapper {
    margin-top: 30px;
  }
  .catalog__all-link {
    padding: 8px 24px;
    font-size: 12px;
  }
  .catalog__all-link svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 400px) {
  .catalog-title {
    font-size: 28px;
  }
  .product-title {
    font-size: 16px;
  }
  .buy-btn {
    font-size: 13px;
    height: 40px;
  }
  .gallery-track {
    height: 240px;
  }
  .product-list {
    min-height: 120px;
    max-height: 130px;
  }
  .kootnote {
    bottom: 70px;
  }
  .kelivery-price {
    font-size: 16px;
  }
}
/* Анимации */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.gallery-container {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.faq {
  padding-top: 70px;
  background: var(--bg);
}
.faq__title {
  margin: 0;
  font-weight: 500;
  font-style: Regular;
  font-size: 80px;
  color: var(--text);
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 30px;
}

.accordion__list {
  width: 100%;
  padding: 0;
}

.accordion:not(:last-child) {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.accordion__box {
  background: var(--light-color);
  border-radius: 20px;
  padding: 10px 20px;
  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;
  padding: 20px 0;
  cursor: pointer;
}

.accordion__title-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.accordion__title {
  padding: 10px;
  color: #424242;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
  text-align: left;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.accordion__icon {
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: 15px;
  -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;
}

.accordion__icon::before,
.accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 100%;
  height: 2px;
  background-color: var(--red);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.accordion__icon::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion__control {
  display: none;
}

.accordion__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  padding: 0px 10px;
}

.accordion__text {
  color: #424242;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 15px;
  opacity: 0.9;
}

.accordion__text:last-child {
  margin-bottom: 0;
}

.accordion.open {
  border-bottom-color: rgba(223, 70, 70, 0.3); /* красный с прозрачностью 30% */
}

.accordion.open .accordion__title {
  color: var(--red);
}

.accordion.open .accordion__icon::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.accordion.open .accordion__content {
  padding-bottom: 20px;
}

/* Анимация при наведении */
.accordion:not(.open):hover .accordion__title {
  color: var(--red);
}

/* Для мобильных устройств */
@media (max-width: 768px) {
  .faq {
    padding-top: 20px;
  }
  .faq__title {
    font-size: 40px;
  }
  .accordion__box {
    padding: 15px 0;
  }
  .accordion__title {
    font-size: 1rem;
  }
  .accordion__content {
    font-size: 0.9rem;
  }
  .accordion.open .accordion__content {
    padding-bottom: 15px;
  }
}
.works {
  background: var(--bg);
  padding: 40px 0;
  font-family: "Comfortaa", sans-serif;
}

.works .container {
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

/* Общие стили для обеих колонок */
.works-steps,
.works-form {
  background: #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  padding: 30px 25px;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.works-steps:hover,
.works-form:hover {
  -webkit-box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* Заголовки — тёмные */
.works-steps__title,
.works-form__title {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 28px;
  color: #1e2a32;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Список шагов */
.works-steps__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.works-steps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding: 12px 18px;
  background: #f9fafc;
  border-radius: 60px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.works-steps__item:hover {
  background: #f0f2f5;
}

/* Номера шагов — красный градиент */
.works-steps__num {
  width: 36px;
  height: 36px;
  background: var(--yellow);
  color: #ffffff;
  border-radius: 50%;
  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;
  font-weight: 800;
  font-size: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.works-steps__text {
  font-size: 16px;
  font-weight: 500;
  color: #1e1e1e;
  line-height: 1.3;
}

.works-form__group {
  margin-bottom: 18px;
}

.works-form__input,
.works-form__textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #e0e4e8;
  border-radius: 50px;
  font-family: "Comfortaa", sans-serif;
  font-size: 15px;
  background-color: #fff;
  -webkit-transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.works-form__input:focus,
.works-form__textarea:focus {
  outline: none;
  border-color: var(--red, #DF4646);
  -webkit-box-shadow: 0 0 0 3px rgba(223, 70, 70, 0.2);
  box-shadow: 0 0 0 3px rgba(223, 70, 70, 0.2);
}

.works-form__textarea {
  border-radius: 24px;
  min-height: 110px;
  resize: vertical;
}

/* Чекбокс — ссылка красная */
.works-form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin: 22px 0;
  font-size: 13px;
  color: #4a4a4a;
}

.works-form__checkbox a {
  color: var(--red, #DF4646);
  text-decoration: underline;
}

.works-form__checkbox span {
  line-height: 1.3;
}

/* Кнопка — красный градиент */
.works-form__submit {
  width: 100%;
  background: linear-gradient(135deg, var(--red, #DF4646), #b53030);
  border: none;
  padding: 14px 20px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  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;
  gap: 8px;
  font-family: "Comfortaa", sans-serif;
}

.works-form__submit:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 14px rgba(223, 70, 70, 0.3);
  box-shadow: 0 6px 14px rgba(223, 70, 70, 0.3);
}

/* Адаптив */
@media (max-width: 768px) {
  .works .container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px 16px;
  }
  .works-steps,
  .works-form {
    padding: 24px 20px;
  }
  .works-steps__title,
  .works-form__title {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .works-steps__item {
    padding: 10px 16px;
    border-radius: 40px;
  }
  .works-steps__num {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  .works-steps__text {
    font-size: 15px;
  }
  .works-form__input,
  .works-form__textarea {
    padding: 12px 16px;
    font-size: 14px;
  }
  .works-form__submit {
    font-size: 16px;
    padding: 12px;
  }
}
@media (max-width: 480px) {
  .works-steps__title,
  .works-form__title {
    font-size: 20px;
  }
  .works-steps__item {
    gap: 12px;
    padding: 8px 14px;
  }
  .works-steps__text {
    font-size: 14px;
  }
  .works-form {
    padding: 20px 16px;
  }
}
.reviews {
  background: var(--bg);
  padding: 20px 0;
  position: relative;
  overflow: visible;
}

.reviews-swiper {
  margin-top: 56px;
  padding: 20px 0 40px;
  position: relative;
  overflow: visible;
}

.reviews .container {
  position: relative;
  overflow: visible;
}

.reviews-title {
  margin: 0;
  padding: 35px 0 20px 0;
  font-family: "RussoOne", sans-serif;
  font-weight: 400;
  font-size: 65px;
  color: var(--text);
  line-height: 110%;
  text-transform: uppercase;
  text-align: center;
}

.swiper {
  overflow: visible;
}

.swiper-wrapper {
  overflow: visible;
}

.swiper-slide {
  height: auto;
  overflow: visible;
}

.review-card {
  background: white;
  border-radius: 24px;
  padding: 32px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.review-card:hover {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 20px 40px var(--shadow);
  box-shadow: 0 20px 40px var(--shadow);
  border-color: var(--rose-light);
}

.review-logo {
  width: 100%;
  margin-bottom: 24px;
  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;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.review-logo-img {
  height: 48px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.review-text {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-mid);
  margin-bottom: 24px;
  font-style: italic;
  overflow-y: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 8px;
  scrollbar-width: thin;
  scrollbar-color: var(--hts-orange) var(--rose-pale);
}

.review-text::-webkit-scrollbar {
  width: 6px;
}

.review-text::-webkit-scrollbar-track {
  background: rgba(240, 125, 0, 0.1);
  border-radius: 10px;
  margin: 8px 0;
}

.review-text::-webkit-scrollbar-thumb {
  background: var(--hts-orange, #f07d00);
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.review-text::-webkit-scrollbar-thumb:hover {
  background: var(--orange-dark, #d46e00);
  cursor: pointer;
}

/* Firefox */
.review-text {
  scrollbar-width: thin;
  scrollbar-color: var(--hts-orange, #f07d00) rgba(240, 125, 0, 0.1);
}

.review-author {
  margin-bottom: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.review-name {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 4px;
  font-family: "Jost", sans-serif;
}

.review-date {
  font-size: 12px;
  color: var(--text-light);
}

.review-rating {
  font-size: 16px;
  letter-spacing: 2px;
  color: #f5a623;
  margin-bottom: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.review-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rose-light);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.review-link:hover {
  color: var(--rose-deep);
  gap: 8px;
}

.review-link::after {
  content: "→";
  font-size: 10px;
  -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;
}

.review-link:hover::after {
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
}

/* Пагинация */
.swiper-pagination {
  bottom: 0 !important;
  position: relative;
  margin-top: 30px;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: var(--text-light);
  opacity: 0.4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 6px !important;
}

.swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 4px;
  background: var(--rose-deep);
  opacity: 1;
}

/* АДАПТАЦИЯ */
@media (max-width: 768px) {
  .reviews {
    padding: 10px 0;
  }
  .reviews-swiper {
    margin-top: 32px;
    padding: 20px 0 40px;
  }
  .review-card {
    height: 380px;
    padding: 24px;
  }
  .review-logo-img {
    height: 42px;
  }
  .review-text {
    font-size: 14px;
    line-height: 1.6;
  }
  .review-name {
    font-size: 16px;
  }
  .review-date {
    font-size: 11px;
  }
  .review-rating {
    font-size: 14px;
  }
  .review-link {
    font-size: 10px;
  }
  .review-text::-webkit-scrollbar {
    width: 4px;
  }
}
@media (max-width: 576px) {
  .reviews-title {
    font-size: 32px;
    padding: 10px 0;
  }
  .review-card {
    height: 380px;
    padding: 20px;
  }
  .review-logo-img {
    height: 36px;
  }
  .review-logo {
    margin-bottom: 18px;
    padding-bottom: 16px;
  }
  .review-text {
    font-size: 13px;
    margin-bottom: 18px;
  }
  .review-name {
    font-size: 15px;
  }
  .review-date {
    font-size: 10px;
  }
  .review-rating {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .review-link {
    font-size: 9px;
  }
}
.contacts {
  background-color: var(--bg);
  border: 1px solid #e2e6e9;
  overflow: hidden;
}
.contacts__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.contacts__left {
  width: 50%;
}
.contacts__right {
  width: 50%;
}
.contacts__inner {
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.contacts__title, .contacts__phone, .contacts__addres {
  margin: 0;
  font-family: "Comfortaa", sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: var(--text);
  line-height: 120%;
  letter-spacing: -2%;
}
.contacts__phone {
  display: inline-block;
  text-decoration: none;
  border-bottom: 2px solid #DF4646;
  padding-bottom: 5px;
}
.contacts__phone:hover {
  border-bottom-color: transparent;
}
.contacts__addres {
  margin-top: 10px;
}
.contacts {
  /* БЛОК РЕКВИЗИТОВ */
}
.contacts__requisites {
  margin-top: auto;
  padding-top: 20px;
  text-align: right;
  border-top: 1px solid rgba(226, 230, 233, 0.5);
}
.contacts__requisites-title {
  margin: 0 0 8px 0;
  font-family: "Comfortaa", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: var(--text);
  line-height: 1.4;
}
.contacts__requisites-text {
  margin: 4px 0;
  font-family: "Comfortaa", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #888;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .contacts__title, .contacts__phone, .contacts__addres {
    font-size: 32px;
  }
  .contacts__inner {
    padding: 30px;
  }
  .contacts__requisites-text {
    font-size: 10px;
  }
  .contacts__requisites-title {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .contacts__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contacts__left, .contacts__right {
    width: 100%;
  }
  .contacts__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    min-height: 300px;
  }
  .contacts__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .contacts__inner {
    padding: 20px;
    gap: 15px;
  }
  .contacts__title, .contacts__phone, .contacts__addres {
    font-size: 24px;
  }
  .contacts__requisites {
    text-align: left;
    margin-top: 20px;
  }
  .contacts__requisites-text {
    font-size: 9px;
  }
  .contacts__requisites-title {
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .contacts__inner {
    padding: 15px;
  }
  .contacts__title, .contacts__phone, .contacts__addres {
    font-size: 20px;
  }
  .contacts__left {
    min-height: 250px;
  }
  .contacts__requisites {
    margin-top: 15px;
    padding-top: 15px;
  }
  .contacts__requisites-text {
    font-size: 8px;
  }
}

#contactsMap {
  width: 100%;
  height: 100%;
  min-height: 694px;
  background-color: #f0f2f5;
}
@media (max-width: 768px) {
  #contactsMap {
    min-height: 300px;
  }
}
@media (max-width: 480px) {
  #contactsMap {
    min-height: 250px;
  }
}

.leaflet-control-zoom {
  border: none !important;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) !important;
  border-radius: 8px !important;
  overflow: hidden;
}

.leaflet-control-zoom a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  background: white;
  color: #1e2a32;
  border: none !important;
}

.leaflet-control-zoom a:hover {
  background-color: #DF4646;
  color: white;
}

@media (max-width: 768px) {
  .leaflet-control-zoom a {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
  }
}
/* ========== СТРАНИЦА КАТАЛОГА ========== */
.catalog-page {
  padding: 60px 0;
  background: #f9f9f9;
}

body.page-template-page-catalog .header,
body.catalog-page .header {
  background: #1a1a1a !important;
  position: relative !important;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.catalog-page__title {
  font-family: "RussoOne", sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 20px;
}

.catalog-page__description {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  font-family: "Comfortaa", sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

/* Фильтр */
.catalog-page__filter {
  text-align: center;
  margin-bottom: 40px;
}

.catalog-page__filter-title {
  font-family: "Comfortaa", sans-serif;
  font-size: 14px;
  color: #888;
  margin-bottom: 15px;
}

.catalog-page__filter-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
}

.filter-btn {
  background: transparent;
  border: 1px solid #e2e2dc;
  padding: 10px 24px;
  border-radius: 40px;
  font-family: "Comfortaa", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.filter-btn:hover,
.filter-btn.active {
  background: #DF4646;
  border-color: #DF4646;
  color: #fff;
}

.catalog-page__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 25px;
}

.catalog-item {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.333% - 25px);
  flex: 0 0 calc(33.333% - 25px);
}

.catalog-empty {
  text-align: center;
  padding: 60px 20px;
  background: #fff;
  border-radius: 24px;
  font-family: "Comfortaa", sans-serif;
  font-size: 18px;
  color: #666;
}

@media (max-width: 1200px) {
  .catalog-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 25px);
    flex: 0 0 calc(50% - 25px);
  }
}
@media (max-width: 768px) {
  .catalog-page {
    padding: 40px 0;
  }
  .catalog-page__title {
    font-size: 32px;
  }
  .catalog-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .filter-btn {
    padding: 8px 18px;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .catalog-page__title {
    font-size: 28px;
  }
  .catalog-page__filter-buttons {
    gap: 8px;
  }
  .filter-btn {
    padding: 6px 14px;
    font-size: 11px;
  }
}
/* Cookie-баннер (светлый фон) */
#cookieConsent {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 10000;
  font-family: var(--font-family, "Roboto", sans-serif);
}

.cookie-banner {
  background: #ffffff;
  border-radius: 16px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 16px 24px;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid #e2e2dc;
}

.cookie-text {
  font-size: 14px;
  line-height: 1.4;
  color: #211E1E;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.cookie-text a {
  color: var(--red);
  text-decoration: underline;
}

.cookie-text a:hover {
  color: var(--text);
  text-decoration: none;
}

.cookie-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cookie-buttons button {
  padding: 8px 20px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: none;
  font-family: inherit;
}

#cookieAccept {
  background: var(--red);
  color: white;
}

#cookieAccept:hover {
  background: var(--red);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

#cookieDecline {
  background: transparent;
  border: 1px solid #a0a0a0;
  color: #211E1E;
}

#cookieDecline:hover {
  background: #f5f5f5;
  border-color: var(--red);
}

@media (max-width: 640px) {
  .cookie-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
    padding: 16px;
  }
  .cookie-buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer {
  background: #333;
  color: #fff;
  padding: 40px 0 0;
  font-family: "Comfortaa", sans-serif;
}

.footer__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.footer__logo {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  background: linear-gradient(135deg, #ffffff, #DF4646);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.footer__phone {
  display: block;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.footer__phone:hover {
  color: var(--red);
}

.footer__worktime {
  font-size: 14px;
  color: #aaa;
}

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu__item {
  margin-bottom: 10px;
}

.menu__link {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 16px;
}

.menu__link:hover {
  color: var(--red);
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.footer__social-link {
  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;
  text-decoration: none;
  -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;
}

/* ФОН ТОЛЬКО ДЛЯ ИКОНКИ (как было раньше) */
.footer__social-icon {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 8px;
  -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;
}

.footer__social-link:hover .footer__social-icon {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.15);
}

/* ТЕКСТ БЕЗ ФОНА */
.footer__social-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.footer__social-label {
  font-size: 11px;
  color: #fff;
  font-family: "Comfortaa", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  background: transparent;
  padding: 0;
}

.footer__social-icon {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 8px;
  -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;
  /* Принудительное центрирование SVG внутри img */
  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;
}

/* Если img не реагирует на flex, оберни SVG в span */
.footer__social-icon {
  display: block;
  margin: 0 auto;
}

/* Для всех SVG внутри иконок */
.footer__social-icon svg {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.footer__bottom {
  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;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 15px 0;
  border-top: 1px solid #444;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}

.footer__copyright {
  margin: 0;
  padding: 0;
  border: none;
  color: #aaa;
  font-size: 14px;
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.footer__policy {
  color: #aaa;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.footer__policy:hover {
  color: var(--red);
}

@media (max-width: 768px) {
  .footer__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .footer__social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .footer__links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__social-label {
    font-size: 10px;
  }
  .footer__social-icon {
    width: 35px;
    height: 35px;
    padding: 6px;
  }
}
/*# sourceMappingURL=main.css.map */