@charset "UTF-8";

:root {
  --white: hsl(0, 0%, 100%);
  --bs-white: hsl(0, 0%, 100%);
  --black: hsl(0, 0%, 0%);
  --bs-black: hsl(0, 0%, 0%);
  --primary: #F5A623;
  --bs-primary: #F5A623;
  --gray-20: hsl(0, 0%, 20%);
  --bs-gray-20: hsl(0, 0%, 20%);
  --gray-40: hsl(0, 0%, 40%);
  --bs-gray-40: hsl(0, 0%, 40%);
  --gray-60: hsl(0, 0%, 60%);
  --bs-gray-60: hsl(0, 0%, 60%);
  --gray-80: hsl(0, 0%, 80%);
  --bs-gray-80: hsl(0, 0%, 80%);
  --gray-90: hsl(0, 0%, 90%);
  --bs-gray-90: hsl(0, 0%, 90%);
  --gray-95: hsl(0, 0%, 95%);
  --bs-gray-95: hsl(0, 0%, 95%);
  --mf-height: 50px;
  --mh-height: 40px;
  --base-font-size: 1rem;
  --half-font-size: calc(var(--base-font-size)/2);
  --xs-font-size: calc(var(--base-font-size)*.75);
  --sm-font-size: calc(var(--base-font-size)*.875);
  --h1-font-size: 2.25rem;
  --h2-font-size: 2rem;
  --h3-font-size: 1.75rem;
  --h4-font-size: 1.5rem;
  --h5-font-size: 1.25rem;
  --h6-font-size: 1.1rem;
  --bs-focus-ring-width: 1px;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-size: var(--h4-font-size);
  --swiper-theme-color: var(--black);
  --swiper-navigationb-bg-color: var(--gray-80);
  --swiper-pagination-color: var(--black);
  --swiper-pagination-bullet-size: var(--xs-font-size);
  --fancybox-zIndex: 1100;
  --ppc-max-width: 350px;
  --border-radius: 7px;
  --header-height: 48px;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: var(--base-font-size);
  width: 100%;
  height: 100%;
  color: hsl(0, 0%, 0%);
}

body {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: hsl(0, 0%, 20%);
  scroll-behavior: smooth;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body.overflow {
  overflow: hidden;
}

main {
  padding-top: var(--header-height);
}

main a {
  color: #F5A623;
}

main a:hover {
  color: #F5A623;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
}

h1,
.h1 {
  font-size: var(--h1-font-size) !important;
}

h2,
.h2 {
  font-size: var(--h2-font-size) !important;
}

h3,
.h3 {
  font-size: var(--h3-font-size) !important;
}

h4,
.h4 {
  font-size: var(--h4-font-size) !important;
}

h5,
.h5 {
  font-size: var(--h5-font-size) !important;
}

h6,
.h6 {
  font-size: var(--h6-font-size) !important;
}

a {
  text-decoration: none;
  color: var(--black);
}

a:hover {
  color: var(--danger);
}

a {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a:hover {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

section {
  padding: var(--h1-font-size) 0;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.link-primary {
  color: var(--primary) !important;
  text-decoration-color: var(--primary) !important;
}

.link-primary:hover {
  color: var(--primary) !important;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: hsl(0, 0%, 100%);
  height: var(--header-height);
}

.site-header__inner {
  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.5rem 0;
}

.site-header__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.site-header__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.site-header__logo {
  width: auto;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

.site-header__tagline {
  display: none;
  color: hsl(0, 0%, 40%);
  max-width: 260px;
}

.site-header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.site-header__phone {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: hsl(0, 0%, 20%);
  white-space: nowrap;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.site-header__phone:hover {
  color: #F5A623;
}

.site-header__phone:hover .site-header__phone-icon {
  color: #F5A623;
}

.site-header__phone-text {
  display: none;
}

.site-header__phone-icon {
  color: #F5A623;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: inherit;
  margin-right: 8px;
}

.site-footer {
  padding: 24px 0;
  margin-top: auto;
  border-top: 3px solid #F5A623;
}

.site-footer__logo {
  height: 64px;
  width: auto;
}

.site-footer p {
  margin: 0;
  font-size: var(--base-font-size);
  color: hsl(0, 0%, 100%);
}

.site-footer__link {
  color: hsl(0, 0%, 100%);
  text-decoration: none;
  font-size: var(--base-font-size);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.site-footer__link:hover {
  color: rgb(247.2173913043, 185.7347826087, 83.7826086957);
  text-decoration: underline;
}

.hero {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../../images/bg/bg1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-animation: heroBgZoom 20s ease-in-out infinite alternate;
  animation: heroBgZoom 20s ease-in-out infinite alternate;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.hero__inner {
  position: relative;
  z-index: 1;
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 32px 0;
  gap: 32px;
}

.hero__content {
  width: 100%;
}

.hero__title {
  font-size: 2.5rem !important;
  margin-bottom: 1rem;
}

.hero__subtitle {
  font-weight: 700;
  margin-bottom: 32px;
}

.hero__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}

.hero__features-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: var(--base-font-size);
  font-size: var(--h4-font-size);
  font-weight: 500;
}

.hero__features-item::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: static;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #F5A623;
  border-right: 0 solid transparent;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 5px;
}

.hero__form-wrap {
  width: 100%;
}

.lead-form {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 1rem;
  padding: 24px;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.lead-form__title {
  font-weight: 700;
  margin-bottom: 8px;
}

.lead-form__subtitle {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 24px;
}

.lead-form__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}

.lead-form__field {
  width: 100%;
}

.lead-form__input {
  display: block;
  width: 100%;
  background: hsl(0, 0%, 100%);
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 1rem 20px;
  color: hsl(0, 0%, 20%);
  -webkit-transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  outline: none;
}

.lead-form__input::-webkit-input-placeholder {
  color: hsl(0, 0%, 60%);
}

.lead-form__input::-moz-placeholder {
  color: hsl(0, 0%, 60%);
}

.lead-form__input:-ms-input-placeholder {
  color: hsl(0, 0%, 60%);
}

.lead-form__input::-ms-input-placeholder {
  color: hsl(0, 0%, 60%);
}

.lead-form__input::placeholder {
  color: hsl(0, 0%, 60%);
}

.lead-form__input:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(245, 166, 35, 0.2);
  box-shadow: 0 0 0 3px rgba(245, 166, 35, 0.2);
}

@-webkit-keyframes heroBgZoom {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes heroBgZoom {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.feature-badge {
  display: none;
  /* FIX: скрыт по требованию задачи */
}

.advantage-card {
  position: relative;
  min-height: 270px;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.advantage-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.advantage-card__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(40%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.1) 100%);
}

.advantage-card__icon {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 70px;
  height: 70px;
  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;
  z-index: 2;
}

.advantage-card__icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.advantage-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.advantage-card__title {
  font-weight: 600;
  margin: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.advantage-card__desc {
  font-size: 0.875rem;
  margin: 8px 0 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.why-rehau-card {
  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;
  background-color: hsl(0, 0%, 95%);
  border-radius: 8px;
  padding: 24px;
  height: 100%;
  -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}

.why-rehau-card:hover {
  -webkit-box-shadow: 0 4px 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 1rem rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.why-rehau-card__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 83px;
  height: 83px;
  margin-bottom: 1rem;
}

.why-rehau-card__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.why-rehau-card__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.why-rehau-card__title {
  font-weight: 600;
  color: hsl(0, 0%, 20%);
  margin: 0 0 8px;
}

.why-rehau-card__desc {
  color: hsl(0, 0%, 40%);
  margin: 0;
}

.certification {
  position: relative;
  background-image: url("../../images/bg/bg1.jpg");
  background-size: cover;
  background-position: center;
}

.certification::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
}

.certification .container-xl {
  position: relative;
  z-index: 2;
}

.certification__title {
  font-weight: 700;
  margin-bottom: 1rem;
  /* FIX: per audit */
}

.certification__subtitle {
  margin-bottom: 48px;
  /* FIX: per audit */
}

.certification__list {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.certification__item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 32px;
  /* FIX: per audit */
}

.certification__item::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #F5A623;
  border-right: 0 solid transparent;
  top: 6px;
  left: 0;
}

.certification__item-title {
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
}

.certification__item-text {
  opacity: 0.9;
}

.certification__footer-text {
  max-width: 800px;
}

.certification__image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.certification__image {
  border-radius: 12px;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.installation__title-accent {
  font-weight: 700;
  margin: 0 0 8px;
}

.installation__title {
  font-weight: 700;
}

.installation__image-wrapper {
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.installation__image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.installation__features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}

.installation__feature {
  position: relative;
  padding-left: 30px;
  margin-bottom: 24px;
}

.installation__feature::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #F5A623;
  border-right: 0 solid transparent;
  top: 8px;
  left: 0;
}

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

.installation__feature-title {
  font-weight: 600;
  margin: 0 0 4px;
}

.installation__feature-desc {
  font-size: 0.9375rem;
  color: hsl(0, 0%, 40%);
  margin: 0;
}

.installation__guarantee {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsl(0, 0%, 95%);
  border-radius: 12px;
  padding: 20px 30px;
  margin-top: 1rem;
}

.installation__guarantee-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  margin-right: 1rem;
}

.installation__guarantee-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.installation__guarantee-text {
  font-weight: 600;
}

:root {
  --border-radius-md: 12px;
  --profile-card-height: 430px;
  --profile-card-icon-size: 64px;
  --profile-card-padding: 20px;
}

.text-accent {
  color: var(--primary) !important;
}

.services {
  background-color: var(--white);
}

.services__header {
  text-align: left;
  margin-bottom: 32px;
}

.services__title {
  font-weight: 700;
  color: var(--gray-20);
  margin-bottom: 12px;
}

.services__title .text-primary {
  color: var(--primary);
}

.services__subtitle {
  font-size: 15px;
  font-weight: 400;
  color: var(--gray-40);
}

.services__accent {
  color: var(--primary);
}

.services .nav-tabs {
  border: none;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0;
  margin-bottom: 32px;
  border-bottom: 2px solid var(--gray-90);
}

.services .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.services .tab-content {
  width: 100%;
}

.services .tab-pane {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.services .tab-pane.active {
  display: block;
  opacity: 1;
}

.services__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.profile-card {
  position: relative;
  height: var(--profile-card-height);
  border-radius: var(--border-radius-md);
  overflow: visible;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.profile-card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.profile-card--flipped .profile-card__inner {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.profile-card__front,
.profile-card__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: var(--border-radius-md);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.profile-card__front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.profile-card__back {
  z-index: 1;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.profile-card__back-title {
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}

.profile-card__back-title .text-primary {
  color: var(--primary);
}

.profile-card__back-content {
  -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: 12px;
  margin-bottom: 12px;
}

.profile-card__back-feature-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 8px;
}

.profile-card__back-feature-text {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}

.profile-card__back-actions {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.profile-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: var(--border-radius-md);
  overflow: hidden;
}

.profile-card__back-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: var(--border-radius-md);
  overflow: hidden;
}

.profile-card__back-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0.9) 100%);
}

.profile-card__back-bg .profile-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.profile-card__back-content-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: var(--profile-card-padding);
}

.profile-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.profile-card__overlay {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), color-stop(50%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.75) 100%);
  z-index: 1;
}

.profile-card__content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: var(--profile-card-padding);
  color: var(--white);
}

.profile-card__title {
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.profile-card__title .text-primary {
  color: var(--primary);
}

.profile-card__accent {
  color: var(--primary);
}

.profile-card__icon {
  width: var(--profile-card-icon-size);
  height: var(--profile-card-icon-size);
  margin-bottom: 1rem;
  color: var(--primary);
  border: 2px solid var(--primary);
  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;
  background-color: rgba(0, 0, 0, 0.2);
}

.profile-card__icon svg {
  width: 50%;
  height: 50%;
}

.profile-card__desc {
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: auto;
  max-width: 200px;
}

.profile-card__price {
  font-size: 28px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 4px;
  margin-top: auto;
}

.profile-card__note {
  font-size: 11px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1rem;
}

.profile-card--featured .profile-card__content {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.profile-card--featured .profile-card__title {
  margin-bottom: 24px;
}

.profile-card__features-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: 20px;
  margin-bottom: auto;
  margin-top: 20px;
}

.profile-card__feature-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 6px;
}

.profile-card__feature-title.text-primary {
  color: var(--primary);
}

.profile-card__feature-text {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
}

.gallery__header {
  margin-bottom: 32px;
}

.gallery__title {
  font-weight: 700;
  margin-bottom: 8px;
}

.gallery__title span {
  color: #F5A623;
}

.gallery__subtitle {
  color: hsl(0, 0%, 40%);
  margin: 0;
}

.gallery__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-top: 1rem;
}

.gallery__slider {
  overflow: hidden;
}

.gallery .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.gallery .swiper-slide {
  height: auto;
}

.gallery .swiper-slide img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.gallery .swiper-pagination {
  position: relative;
  margin-top: 24px;
}

.gallery .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: hsl(0, 0%, 80%);
  opacity: 1;
}

.gallery .swiper-pagination-bullet-active {
  background: #F5A623;
}

.testimonials__header {
  margin-bottom: 24px;
}

.testimonials__title {
  font-weight: 700;
  text-align: left;
  margin-bottom: 24px;
  padding-top: 0;
}

.testimonials__video-wrapper .video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* 9/16 * 100% = 56.25% для 16:9 */
  overflow: hidden;
}

.testimonials__video-wrapper .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.testimonials__content iframe {
  min-height: 600px;
  width: 100%;
}

.about-company {
  position: relative;
  background-color: hsl(0, 0%, 20%);
}

.about-company__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../images/block9/bg.jpg");
  background-size: cover;
  background-position: center;
}

.about-company__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.about-company__container {
  position: relative;
  z-index: 1;
}

.about-company__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 32px;
}

.about-company__image-col {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

.about-company__content-col {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

.about-company__header {
  margin-bottom: 24px;
}

.about-company__title {
  font-weight: 700;
  margin-bottom: 1rem;
}

.about-company__title span {
  color: #F5A623;
}

.about-company__tagline {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
}

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

.about-company__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  padding: 8px 0;
  font-size: 15px;
}

.about-company__feature::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: static;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #F5A623;
  border-right: 0 solid transparent;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.about-company__quote-wrap {
  width: 100%;
}

.about-company__quote {
  position: relative;
  padding: 24px;
  padding-left: 48px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
}

.about-company__quote::before {
  content: '"';
  position: absolute;
  top: 8px;
  left: 1rem;
  font-size: 48px;
  color: #F5A623;
  font-family: Georgia, serif;
}

.about-company__quote-text {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 12px 0;
}

.about-company__quote-text:last-of-type {
  margin-bottom: 0;
}

.about-company__author {
  margin-top: 20px;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: right;
}

.about-company__author-name {
  font-weight: 700;
  color: #F5A623;
  margin: 0 0 4px 0;
}

.about-company__author-position {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.about-company__image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 16/9;
}

.process-steps {
  background-color: hsl(0, 0%, 20%);
  position: relative;
}

.process-steps.is-visible .step-card {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.process-steps__header {
  margin-bottom: 48px;
}

.process-steps__title {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
}

.process-steps__subtitle {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.step-card {
  position: relative;
  padding: 32px;
  min-height: 200px;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.step-card:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.step-card:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.step-card:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.step-card:nth-child(4) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.step-card:nth-child(5) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.step-card:nth-child(6) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.step-card:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.step-card:hover .step-card__number {
  -webkit-transform: translateY(calc(-50% - 10px));
  -ms-transform: translateY(calc(-50% - 10px));
  transform: translateY(calc(-50% - 10px));
  opacity: 0.06;
}

.step-card:hover .step-card__title {
  text-shadow: 0 0 10px rgba(245, 166, 35, 0.5);
}

.step-card__number {
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 180px;
  font-weight: 700;
  color: hsl(0, 0%, 100%);
  opacity: 0.03;
  pointer-events: none;
  will-change: transform;
  -webkit-transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  z-index: 0;
}

.step-card__title {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
  -webkit-transition: text-shadow 0.3s ease;
  transition: text-shadow 0.3s ease;
}

.step-card__desc {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: hsl(0, 0%, 100%);
  margin: 0;
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.step-card--cta .step-card__title {
  color: hsl(0, 0%, 100%);
}

.step-card--cta .step-card__desc {
  margin-bottom: 1rem;
}

@-webkit-keyframes cta-pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }
}

@keyframes cta-pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }
}

.faq__title {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
}

.faq__title .highlight {
  color: #F5A623;
}

.faq .accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
}

.faq .accordion-item {
  margin-bottom: 20px;
  border: 1px solid hsl(0, 0%, 80%);
  border-radius: 8px !important;
  overflow: hidden;
}

.faq .accordion-item:first-of-type {
  border-radius: 8px !important;
}

.faq .accordion-item:last-of-type {
  border-radius: 8px !important;
}

.faq .accordion-body {
  padding: 25px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  color: hsl(0, 0%, 40%);
}

.map-section {
  position: relative;
  min-height: 500px;
  border-top: 3px solid #F5A623;
}

.map-section__map {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.map-section__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-filter: grayscale(100%) contrast(1.1);
  filter: grayscale(100%) contrast(1.1);
  opacity: 0.9;
}

.map-section__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
}

.map-section__card {
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 1rem;
  padding: 32px 24px;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  width: 100%;
  pointer-events: auto;
}

.map-section__title {
  font-weight: 700;
  color: hsl(0, 0%, 100%);
}

.map-section__title span {
  color: #F5A623;
}

.map-section__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem;
  color: hsl(0, 0%, 100%);
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  margin: 10px 0;
}

.map-section__contact i {
  color: #F5A623;
  font-size: 20px;
  width: 24px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 2px;
}

.map-section__contact span {
  font-size: 18px;
}

.map-section__contact[href]:hover {
  color: #F5A623;
}

.map-section__contact[href]:hover i {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -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;
}

.map-section__messengers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.map-section__messenger {
  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: 40px;
  height: 40px;
  background: rgba(245, 166, 35, 0.8);
  color: hsl(0, 0%, 100%);
  border-radius: 50%;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.map-section__messenger:hover {
  background: #F5A623;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.map-section__messenger:active {
  background: rgb(219.0434782609, 140.3869565217, 9.9565217391);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.quiz__title {
  font-weight: 700;
  margin-bottom: 10px;
}

.quiz__subtitle {
  color: hsl(0, 0%, 40%);
  margin-bottom: 40px;
}

.quiz__container {
  max-width: 1280px;
  /* FIX: per audit */
  margin: 0 auto;
  background: hsl(0, 0%, 95%);
  /* FIX: per audit - was $white */
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 20px;
}

.quiz__header {
  margin-bottom: 30px;
  border-bottom: 1px solid hsl(0, 0%, 90%);
  padding-bottom: 20px;
}

.quiz__step-info {
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
}

.quiz__progress {
  height: 4px;
  background: hsl(0, 0%, 90%);
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}

.quiz__progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #FFB800;
  /* FIX: per audit - was $primary */
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.quiz__step {
  display: none;
}

.quiz__step--active {
  display: block;
  -webkit-animation: fadeIn 0.5s ease;
  animation: fadeIn 0.5s ease;
}

.quiz__question {
  font-weight: 700;
  margin-bottom: 30px;
}

.quiz__options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.quiz__options--list {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.quiz__option {
  cursor: pointer;
  position: relative;
}

.quiz__option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.quiz__option-card {
  border: 2px solid hsl(0, 0%, 90%);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.quiz__option-card:hover {
  border-color: #FFB800;
  /* FIX: per audit - was $primary-light */
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.quiz__option-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
  -o-object-fit: contain;
  object-fit: contain;
  border: 3px solid #FFB800;
  /* FIX: per audit */
  border-radius: 50%;
}

.quiz__option-text {
  font-weight: 600;
}

.quiz__option input:checked + .quiz__option-card {
  border-color: #FFB800;
  /* FIX: per audit - was $primary */
  background-color: rgba(255, 184, 0, 0.05);
}

.quiz__option-list-item {
  border: 2px solid hsl(0, 0%, 90%);
  border-radius: 8px;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
}

.quiz__option-list-item:hover {
  border-color: #FFB800;
  /* FIX: per audit - was $primary-light */
}

.quiz__option-list-item::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid hsl(0, 0%, 70%);
  border-radius: 50%;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.quiz__option input:checked + .quiz__option-list-item {
  border-color: #FFB800;
  /* FIX: per audit - was $primary */
  background-color: rgba(255, 184, 0, 0.05);
}

.quiz__option input:checked + .quiz__option-list-item::before {
  border-color: #FFB800;
  /* FIX: per audit - was $primary */
  background: radial-gradient(#FFB800 50%, transparent 50%);
}

.quiz__footer {
  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-top: 1px solid hsl(0, 0%, 90%);
  padding-top: 30px;
}

.quiz__form {
  max-width: 400px;
  margin: 0 auto;
}

.quiz__form .form-control {
  height: 55px;
  border-radius: 8px;
  border: 2px solid hsl(0, 0%, 90%);
  padding: 0 20px;
  margin-bottom: 20px;
}

.quiz__form .form-control:focus {
  border-color: #FFB800;
  /* FIX: per audit - was $primary */
  -webkit-box-shadow: none;
  box-shadow: none;
}

.quiz__form .btn-submit {
  width: 100%;
  height: 55px;
  background: #FFB800;
  /* FIX: per audit - was $primary */
  color: hsl(0, 0%, 0%);
  border: none;
  border-radius: 8px;
  font-weight: 700;
  margin-bottom: 15px;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.quiz__form .btn-submit:hover {
  background: rgb(204, 147.2, 0);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(255, 184, 0, 0.3);
  box-shadow: 0 4px 12px rgba(255, 184, 0, 0.3);
}

.quiz__form .btn-submit:active {
  background: rgb(153, 110.4, 0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.quiz__microtext {
  font-size: 14px;
  color: hsl(0, 0%, 60%);
  text-align: center;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.omni-fos-modal .modal-dialog {
  max-width: 500px;
  margin: 1rem auto;
}

.omni-fos-modal .modal-content {
  background: hsl(0, 0%, 95%);
  border-radius: 1rem;
  border: 1px solid hsl(0, 0%, 90%);
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.omni-fos-modal .modal-header {
  background: hsl(0, 0%, 95%);
  padding: 12px 16px;
  border-bottom: 1px solid hsl(0, 0%, 90%);
  position: relative;
}

.omni-fos-modal .modal-header .modal-title {
  color: hsl(0, 0%, 20%);
  font-weight: 700;
  font-size: 1.125rem;
  text-align: center;
  width: 100%;
  margin: 0;
  line-height: 1.2;
}

.omni-fos-modal .modal-body {
  padding: 16px;
}

.omni-fos-modal .modal-body .ofm-form .formText {
  color: hsl(0, 0%, 20%);
  font-size: 0.875rem;
  margin-bottom: 16px;
  text-align: center;
  line-height: 1.4;
}

.omni-fos-modal .modal-body .ofm-form .form-control {
  background: hsl(0, 0%, 100%);
  border: 2px solid hsl(0, 0%, 90%);
  border-radius: 8px;
  padding: 10px 12px;
  color: hsl(0, 0%, 20%);
  font-size: 0.9375rem;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-transition: border-color 0.3s ease, background-color 0.2s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, background-color 0.2s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.2s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.2s ease, -webkit-box-shadow 0.3s ease;
  outline: none;
  width: 100%;
  height: auto;
  min-height: 44px;
}

.omni-fos-modal .modal-body .ofm-form .form-control::-webkit-input-placeholder {
  color: hsl(0, 0%, 60%);
  opacity: 1;
}

.omni-fos-modal .modal-body .ofm-form .form-control::-moz-placeholder {
  color: hsl(0, 0%, 60%);
  opacity: 1;
}

.omni-fos-modal .modal-body .ofm-form .form-control:-ms-input-placeholder {
  color: hsl(0, 0%, 60%);
  opacity: 1;
}

.omni-fos-modal .modal-body .ofm-form .form-control::-ms-input-placeholder {
  color: hsl(0, 0%, 60%);
  opacity: 1;
}

.omni-fos-modal .modal-body .ofm-form .form-control::placeholder {
  color: hsl(0, 0%, 60%);
  opacity: 1;
}

.omni-fos-modal .modal-body .ofm-form .form-control:focus {
  border-color: #F5A623;
  -webkit-box-shadow: 0 0 0 3px rgba(245, 166, 35, 0.2);
  box-shadow: 0 0 0 3px rgba(245, 166, 35, 0.2);
  background-color: hsl(0, 0%, 100%);
}

.omni-fos-modal .modal-body .ofm-form .form-control:invalid:not(:-moz-placeholder) {
  border-color: #e55353;
}

.omni-fos-modal .modal-body .ofm-form .form-control:invalid:not(:-ms-input-placeholder) {
  border-color: #e55353;
}

.omni-fos-modal .modal-body .ofm-form .form-control:invalid:not(:placeholder-shown) {
  border-color: #e55353;
}

.omni-fos-modal .modal-body .ofm-form .form-control[type=number]::-webkit-outer-spin-button,
.omni-fos-modal .modal-body .ofm-form .form-control[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.omni-fos-modal .modal-body .ofm-form .user-agreement-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  text-align: left;
  margin-bottom: 0;
}

.omni-fos-modal .modal-body .ofm-form .user-agreement-check .form-check-input {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: hsl(0, 0%, 100%);
  border: 2px solid hsl(0, 0%, 70%);
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.omni-fos-modal .modal-body .ofm-form .user-agreement-check .form-check-input:checked {
  background-color: #F5A623;
  border-color: #F5A623;
}

.omni-fos-modal .modal-body .ofm-form .user-agreement-check .form-check-input:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: hsl(0, 0%, 0%);
  font-size: 10px;
  font-weight: 700;
}

.omni-fos-modal .modal-body .ofm-form .user-agreement-check .form-check-input:focus {
  border-color: #F5A623;
  -webkit-box-shadow: 0 0 0 3px rgba(245, 166, 35, 0.2);
  box-shadow: 0 0 0 3px rgba(245, 166, 35, 0.2);
}

.omni-fos-modal .modal-body .ofm-form .user-agreement-check .form-check-label {
  color: hsl(0, 0%, 20%);
  font-size: 0.8125rem;
  line-height: 1.4;
  cursor: pointer;
}

.omni-fos-modal .modal-body .ofm-form .user-agreement-check .form-check-label .decor-underline-dashed {
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-offset: 2px;
  color: #F5A623;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.omni-fos-modal .modal-body .ofm-form .user-agreement-check .form-check-label .decor-underline-dashed:hover {
  color: rgb(219.0434782609, 140.3869565217, 9.9565217391);
}

.omni-fos-modal .modal-body .ofm-form .user-agreement-check .form-check-label .decor-underline-dashed.link-white {
  color: hsl(0, 0%, 100%);
  text-decoration-color: rgba(255, 255, 255, 0.6);
}

.omni-fos-modal .modal-body .ofm-form .user-agreement-check .form-check-label .decor-underline-dashed.link-white:hover {
  color: rgba(255, 255, 255, 0.8);
}

.omni-fos-modal .modal-body .ofm-form .row:has(img) {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}

.omni-fos-modal .modal-body .ofm-form [data-error] {
  color: #e55353;
  font-size: 0.8125rem;
  margin-top: 4px;
  min-height: 1rem;
  text-align: center;
}

.omni-fos-modal .modal-backdrop {
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

@-webkit-keyframes modalSlideIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px) scale(0.95);
    transform: translateY(-20px) scale(0.95);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px) scale(0.95);
    transform: translateY(-20px) scale(0.95);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}

.omni-fos-modal.show .modal-dialog {
  -webkit-animation: modalSlideIn 0.3s ease-out;
  animation: modalSlideIn 0.3s ease-out;
}

.btn-icon,
.accordion-button,
.map-section__messenger,
.site-header__phone-mobile,
.site-header__messenger-btn,
.nav-link,
.gallery__prev,
.gallery__next,
.profile-card__btn,
.quiz__btn,
.quiz__form .btn-submit,
.btn-link,
.btn-outline-primary,
.btn-outline,
.btn-secondary,
.btn-accent,
.quiz__btn--next,
.btn-primary,
.lead-form__btn {
  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: 8px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  min-height: 44px;
}

.btn-icon:focus,
.accordion-button:focus,
.map-section__messenger:focus,
.site-header__phone-mobile:focus,
.site-header__messenger-btn:focus,
.nav-link:focus,
.gallery__prev:focus,
.gallery__next:focus,
.profile-card__btn:focus,
.quiz__btn:focus,
.quiz__form .btn-submit:focus,
.btn-link:focus,
.btn-outline-primary:focus,
.btn-outline:focus,
.btn-secondary:focus,
.btn-accent:focus,
.quiz__btn--next:focus,
.btn-primary:focus,
.lead-form__btn:focus {
  outline: none;
}

.btn-icon:disabled,
.accordion-button:disabled,
.map-section__messenger:disabled,
.site-header__phone-mobile:disabled,
.site-header__messenger-btn:disabled,
.nav-link:disabled,
.gallery__prev:disabled,
.gallery__next:disabled,
.profile-card__btn:disabled,
.quiz__btn:disabled,
.quiz__form .btn-submit:disabled,
.btn-link:disabled,
.btn-outline-primary:disabled,
.btn-outline:disabled,
.btn-secondary:disabled,
.btn-accent:disabled,
.quiz__btn--next:disabled,
.btn-primary:disabled,
.lead-form__btn:disabled,
.disabled.btn-icon,
.disabled.accordion-button,
.disabled.map-section__messenger,
.disabled.site-header__phone-mobile,
.disabled.site-header__messenger-btn,
.disabled.nav-link,
.disabled.gallery__prev,
.disabled.gallery__next,
.disabled.profile-card__btn,
.disabled.quiz__btn,
.quiz__form .disabled.btn-submit,
.disabled.btn-link,
.disabled.btn-outline-primary,
.disabled.btn-outline,
.disabled.btn-secondary,
.disabled.btn-accent,
.disabled.quiz__btn--next,
.disabled.btn-primary,
.disabled.lead-form__btn {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-primary,
.lead-form__btn {
  background-color: #F5A623;
  color: hsl(0, 0%, 20%);
  border-color: #F5A623;
}

.btn-primary:hover:not(:disabled),
.lead-form__btn:hover:not(:disabled) {
  background-color: rgb(247.2173913043, 185.7347826087, 83.7826086957);
  border-color: rgb(247.2173913043, 185.7347826087, 83.7826086957);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(245, 166, 35, 0.4);
  box-shadow: 0 4px 12px rgba(245, 166, 35, 0.4);
}

.btn-primary:active:not(:disabled),
.lead-form__btn:active:not(:disabled) {
  background-color: rgb(219.0434782609, 140.3869565217, 9.9565217391);
  border-color: rgb(219.0434782609, 140.3869565217, 9.9565217391);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary:focus:not(:disabled),
.lead-form__btn:focus:not(:disabled) {
  -webkit-box-shadow: 0 0 0 3px rgba(245, 166, 35, 0.2);
  box-shadow: 0 0 0 3px rgba(245, 166, 35, 0.2);
}

.btn-accent,
.quiz__btn--next {
  background-color: #FFB800;
  color: hsl(0, 0%, 0%);
  border-color: #FFB800;
}

.btn-accent:hover:not(:disabled),
.quiz__btn--next:hover:not(:disabled) {
  background-color: rgb(204, 147.2, 0);
  border-color: rgb(204, 147.2, 0);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(255, 184, 0, 0.3);
  box-shadow: 0 4px 12px rgba(255, 184, 0, 0.3);
}

.btn-accent:active:not(:disabled),
.quiz__btn--next:active:not(:disabled) {
  background-color: rgb(153, 110.4, 0);
  border-color: rgb(153, 110.4, 0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-accent:focus:not(:disabled),
.quiz__btn--next:focus:not(:disabled) {
  -webkit-box-shadow: 0 0 0 3px rgba(255, 184, 0, 0.3);
  box-shadow: 0 0 0 3px rgba(255, 184, 0, 0.3);
}

.btn-secondary {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 20%);
  border-color: hsl(0, 0%, 100%);
}

.btn-secondary:hover:not(:disabled) {
  background-color: hsl(0, 0%, 95%);
  border-color: hsl(0, 0%, 95%);
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.btn-secondary:active:not(:disabled) {
  background-color: hsl(0, 0%, 90%);
  border-color: hsl(0, 0%, 90%);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline {
  background-color: transparent;
  color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn-outline:hover:not(:disabled) {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 20%);
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.btn-outline:active:not(:disabled) {
  background-color: hsl(0, 0%, 95%);
  border-color: hsl(0, 0%, 95%);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline-primary {
  background-color: transparent;
  color: #F5A623;
  border-color: #F5A623;
  font-weight: 700;
  margin-top: 8px;
}

.btn-outline-primary:hover:not(:disabled) {
  background-color: #F5A623;
  color: hsl(0, 0%, 0%);
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 3px 8px rgba(245, 166, 35, 0.3);
  box-shadow: 0 3px 8px rgba(245, 166, 35, 0.3);
}

.btn-outline-primary:active:not(:disabled) {
  background-color: rgb(219.0434782609, 140.3869565217, 9.9565217391);
  border-color: rgb(219.0434782609, 140.3869565217, 9.9565217391);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline-primary:focus:not(:disabled) {
  -webkit-box-shadow: 0 0 0 3px rgba(245, 166, 35, 0.2);
  box-shadow: 0 0 0 3px rgba(245, 166, 35, 0.2);
}

.btn-link {
  background: none;
  border: none;
  color: #F5A623;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 0;
  min-height: auto;
  border-radius: 0;
  font-weight: 500;
}

.btn-link:hover:not(:disabled) {
  color: rgb(219.0434782609, 140.3869565217, 9.9565217391);
  text-decoration: none;
}

.btn-link:active:not(:disabled) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.btn-link:focus:not(:disabled) {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  color: rgb(219.0434782609, 140.3869565217, 9.9565217391);
}

.btn-sm {
  padding: 8px 16px;
  font-size: 0.875rem;
  min-height: 36px;
}

.btn-md {
  padding: 12px 20px;
  font-size: 1rem;
  min-height: 44px;
}

.btn-lg {
  padding: 14px 28px;
  font-size: 1.125rem;
  min-height: 52px;
}

.btn-full-width {
  width: 100%;
}

.lead-form__btn {
  width: 100%;
  padding: 1rem 32px;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.lead-form__btn:hover:not(:disabled) {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(245, 166, 35, 0.4);
  box-shadow: 0 4px 12px rgba(245, 166, 35, 0.4);
}

.lead-form__btn:active:not(:disabled) {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.quiz__form .btn-submit {
  width: 100%;
  height: 55px;
  background-color: #FFB800;
  color: hsl(0, 0%, 0%);
  border: none;
  border-radius: 8px;
  font-weight: 700;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.quiz__form .btn-submit:hover:not(:disabled) {
  background-color: rgb(204, 147.2, 0);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(255, 184, 0, 0.3);
  box-shadow: 0 4px 12px rgba(255, 184, 0, 0.3);
}

.quiz__form .btn-submit:active:not(:disabled) {
  background-color: rgb(153, 110.4, 0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.quiz__form .btn-submit:focus:not(:disabled) {
  -webkit-box-shadow: 0 0 0 3px rgba(255, 184, 0, 0.3);
  box-shadow: 0 0 0 3px rgba(255, 184, 0, 0.3);
}

.quiz__btn {
  padding: 12px 30px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.quiz__btn--prev {
  background: transparent;
  color: hsl(0, 0%, 40%);
  border-color: hsl(0, 0%, 40%);
}

.quiz__btn--prev:hover:not(:disabled) {
  background: rgba(102, 102, 102, 0.1);
  color: hsl(0, 0%, 20%);
  border-color: hsl(0, 0%, 40%);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.quiz__btn--prev:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.quiz__btn--next {
  width: auto;
}

.profile-card__btn {
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  background-color: transparent;
  color: hsl(0, 0%, 100%);
  border: 2px solid hsl(0, 0%, 100%);
  border-radius: 8px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.profile-card__btn:hover {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 20%);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.profile-card__btn--solid {
  background-color: #F5A623;
  border-color: #F5A623;
  color: hsl(0, 0%, 20%);
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease, border-color 0.3s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.profile-card__btn--solid:hover:not(:disabled) {
  background-color: rgb(247.2173913043, 185.7347826087, 83.7826086957);
  border-color: rgb(247.2173913043, 185.7347826087, 83.7826086957);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(245, 166, 35, 0.4);
  box-shadow: 0 4px 12px rgba(245, 166, 35, 0.4);
}

.profile-card__btn--solid:active:not(:disabled) {
  background-color: rgb(219.0434782609, 140.3869565217, 9.9565217391);
  border-color: rgb(219.0434782609, 140.3869565217, 9.9565217391);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.profile-card__btn--back {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.profile-card__btn--back:hover:not(:disabled) {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.8);
  color: hsl(0, 0%, 100%);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.profile-card__btn--back:active:not(:disabled) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.gallery__prev,
.gallery__next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #F5A623;
  background: transparent;
  color: #F5A623;
}

.gallery__prev:hover:not(:disabled),
.gallery__next:hover:not(:disabled) {
  background: #F5A623;
  border-color: #F5A623;
  color: hsl(0, 0%, 100%);
}

.gallery__prev:focus:not(:disabled),
.gallery__next:focus:not(:disabled) {
  -webkit-box-shadow: 0 0 0 3px rgba(245, 166, 35, 0.3);
  box-shadow: 0 0 0 3px rgba(245, 166, 35, 0.3);
}

.gallery__prev:disabled,
.gallery__next:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.gallery__prev:disabled:hover,
.gallery__next:disabled:hover {
  background: transparent;
  border-color: #F5A623;
  color: #F5A623;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nav-link {
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  padding: 12px 8px;
  font-size: 13px;
  font-weight: 600;
  color: hsl(0, 0%, 40%);
  background-color: transparent;
  white-space: nowrap;
  margin-bottom: -2px;
}

.nav-link:hover {
  color: hsl(0, 0%, 20%);
  border-bottom-color: hsl(0, 0%, 70%);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.nav-link.active {
  color: hsl(0, 0%, 20%);
  border-bottom-color: #F5A623;
  background-color: transparent;
}

.modal-dismiss {
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease, color 0.2s ease, background 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, color 0.2s ease, background 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease, background 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease, background 0.2s ease, -webkit-transform 0.2s ease;
  width: 28px;
  height: 28px;
  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;
  border-radius: 50%;
  color: hsl(0, 0%, 60%);
  font-size: 1.25rem;
}

.modal-dismiss:hover {
  opacity: 1;
  color: hsl(0, 0%, 20%);
  background: hsl(0, 0%, 90%);
}

.modal-dismiss:active {
  -webkit-transform: translateY(-50%) scale(0.95);
  -ms-transform: translateY(-50%) scale(0.95);
  transform: translateY(-50%) scale(0.95);
}

.site-header__messenger-btn {
  width: 28px;
  height: 28px;
  min-height: 28px;
  border-radius: 50%;
  background-color: #F5A623;
  color: hsl(0, 0%, 100%);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -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;
  margin: 0 6px;
}

.site-header__messenger-btn:hover {
  color: hsl(0, 0%, 100%);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0 4px 12px rgba(245, 166, 35, 0.4);
  box-shadow: 0 4px 12px rgba(245, 166, 35, 0.4);
}

.site-header__messenger-btn svg {
  display: block;
}

.site-header__messenger-btn i {
  font-size: 16px;
}

.site-header__phone-mobile {
  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: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #F5A623;
  color: hsl(0, 0%, 100%);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -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;
}

.site-header__phone-mobile:hover {
  color: hsl(0, 0%, 100%);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0 4px 12px rgba(245, 166, 35, 0.4);
  box-shadow: 0 4px 12px rgba(245, 166, 35, 0.4);
}

.map-section__messenger {
  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: 40px;
  height: 40px;
  background: rgba(245, 166, 35, 0.8);
  color: hsl(0, 0%, 100%);
  border-radius: 50%;
  font-size: 18px;
  text-decoration: none;
}

.map-section__messenger:hover:not(:disabled) {
  background: #F5A623;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.map-section__messenger:active:not(:disabled) {
  background: rgb(219.0434782609, 140.3869565217, 9.9565217391);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.map-section__contact[href] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem;
  color: hsl(0, 0%, 100%);
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.map-section__contact[href] i {
  color: #F5A623;
  font-size: 20px;
  width: 24px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 2px;
  -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;
}

.map-section__contact[href] span {
  font-size: 18px;
}

.map-section__contact[href]:hover {
  color: #F5A623;
}

.map-section__contact[href]:hover i {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.step-card__link {
  display: inline-block;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: hsl(0, 0%, 100%);
  text-decoration: underline;
  position: relative;
  z-index: 1;
  -webkit-animation: cta-pulse 3s ease-in-out infinite;
  animation: cta-pulse 3s ease-in-out infinite;
}

.step-card__link:hover {
  text-decoration: none;
  color: #F5A623;
}

.accordion-button {
  width: 100%;
  padding: 20px 25px;
  font-weight: 600;
  background-color: hsl(0, 0%, 90%);
  border-radius: 0 !important;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: hsl(0, 0%, 20%);
  text-align: left;
}

.accordion-button:not(.collapsed) {
  background-color: hsl(0, 0%, 90%);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
}

.accordion-button::after {
  display: none;
}

.accordion-button .accordion-icon {
  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: 20px;
  height: 20px;
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.accordion-button .accordion-icon::before,
.accordion-button .accordion-icon::after {
  content: "";
  position: absolute;
  background-color: #F5A623;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.accordion-button .accordion-icon::before {
  width: 20px;
  height: 4px;
}

.accordion-button .accordion-icon::after {
  width: 4px;
  height: 20px;
  -webkit-transform: rotate(90deg) scale(1);
  -ms-transform: rotate(90deg) scale(1);
  transform: rotate(90deg) scale(1);
}

.accordion-button.collapsed .accordion-icon::after {
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}

@keyframes cta-pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }
}

.btn-reset {
  all: unset;
  cursor: pointer;
}

.btn-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}

.btn-icon svg,
.btn-icon i {
  font-size: 1.25rem;
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.color-white {
  color: hsl(0, 0%, 100%) !important;
}

.hover\:color-white:hover {
  color: hsl(0, 0%, 100%) !important;
}

.color-black {
  color: hsl(0, 0%, 0%) !important;
}

.hover\:color-black:hover {
  color: hsl(0, 0%, 0%) !important;
}

.color-primary {
  color: #F5A623 !important;
}

.hover\:color-primary:hover {
  color: #F5A623 !important;
}

.color-quiz-accent {
  color: #FFB800 !important;
}

.hover\:color-quiz-accent:hover {
  color: #FFB800 !important;
}

.color-gray-15 {
  color: hsl(0, 0%, 15%) !important;
}

.hover\:color-gray-15:hover {
  color: hsl(0, 0%, 15%) !important;
}

.color-gray-20 {
  color: hsl(0, 0%, 20%) !important;
}

.hover\:color-gray-20:hover {
  color: hsl(0, 0%, 20%) !important;
}

.color-gray-40 {
  color: hsl(0, 0%, 40%) !important;
}

.hover\:color-gray-40:hover {
  color: hsl(0, 0%, 40%) !important;
}

.color-gray-60 {
  color: hsl(0, 0%, 60%) !important;
}

.hover\:color-gray-60:hover {
  color: hsl(0, 0%, 60%) !important;
}

.color-gray-80 {
  color: hsl(0, 0%, 80%) !important;
}

.hover\:color-gray-80:hover {
  color: hsl(0, 0%, 80%) !important;
}

.color-gray-90 {
  color: hsl(0, 0%, 90%) !important;
}

.hover\:color-gray-90:hover {
  color: hsl(0, 0%, 90%) !important;
}

.color-gray-95 {
  color: hsl(0, 0%, 95%) !important;
}

.hover\:color-gray-95:hover {
  color: hsl(0, 0%, 95%) !important;
}

.color-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.hover\:color-black-50:hover {
  color: rgba(0, 0, 0, 0.5) !important;
}

.color-black-75 {
  color: rgba(0, 0, 0, 0.75) !important;
}

.hover\:color-black-75:hover {
  color: rgba(0, 0, 0, 0.75) !important;
}

.color-white-80 {
  color: rgba(255, 255, 255, 0.8) !important;
}

.hover\:color-white-80:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

.color-white-90 {
  color: rgba(255, 255, 255, 0.9) !important;
}

.hover\:color-white-90:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}

.color-primary-light {
  color: rgb(247.2173913043, 185.7347826087, 83.7826086957) !important;
}

.hover\:color-primary-light:hover {
  color: rgb(247.2173913043, 185.7347826087, 83.7826086957) !important;
}

.color-primary-dark {
  color: rgb(219.0434782609, 140.3869565217, 9.9565217391) !important;
}

.hover\:color-primary-dark:hover {
  color: rgb(219.0434782609, 140.3869565217, 9.9565217391) !important;
}

.bg-white {
  background-color: hsl(0, 0%, 100%) !important;
}

.hover\:bg-white:hover {
  background-color: hsl(0, 0%, 100%) !important;
}

.bg-black {
  background-color: hsl(0, 0%, 0%) !important;
}

.hover\:bg-black:hover {
  background-color: hsl(0, 0%, 0%) !important;
}

.bg-primary {
  background-color: #F5A623 !important;
}

.hover\:bg-primary:hover {
  background-color: #F5A623 !important;
}

.bg-quiz-accent {
  background-color: #FFB800 !important;
}

.hover\:bg-quiz-accent:hover {
  background-color: #FFB800 !important;
}

.bg-gray-15 {
  background-color: hsl(0, 0%, 15%) !important;
}

.hover\:bg-gray-15:hover {
  background-color: hsl(0, 0%, 15%) !important;
}

.bg-gray-20 {
  background-color: hsl(0, 0%, 20%) !important;
}

.hover\:bg-gray-20:hover {
  background-color: hsl(0, 0%, 20%) !important;
}

.bg-gray-40 {
  background-color: hsl(0, 0%, 40%) !important;
}

.hover\:bg-gray-40:hover {
  background-color: hsl(0, 0%, 40%) !important;
}

.bg-gray-60 {
  background-color: hsl(0, 0%, 60%) !important;
}

.hover\:bg-gray-60:hover {
  background-color: hsl(0, 0%, 60%) !important;
}

.bg-gray-80 {
  background-color: hsl(0, 0%, 80%) !important;
}

.hover\:bg-gray-80:hover {
  background-color: hsl(0, 0%, 80%) !important;
}

.bg-gray-90 {
  background-color: hsl(0, 0%, 90%) !important;
}

.hover\:bg-gray-90:hover {
  background-color: hsl(0, 0%, 90%) !important;
}

.bg-gray-95 {
  background-color: hsl(0, 0%, 95%) !important;
}

.hover\:bg-gray-95:hover {
  background-color: hsl(0, 0%, 95%) !important;
}

.bg-black-50 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.hover\:bg-black-50:hover {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-black-75 {
  background-color: rgba(0, 0, 0, 0.75) !important;
}

.hover\:bg-black-75:hover {
  background-color: rgba(0, 0, 0, 0.75) !important;
}

.bg-white-80 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.hover\:bg-white-80:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.bg-white-90 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.hover\:bg-white-90:hover {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.bg-primary-light {
  background-color: rgb(247.2173913043, 185.7347826087, 83.7826086957) !important;
}

.hover\:bg-primary-light:hover {
  background-color: rgb(247.2173913043, 185.7347826087, 83.7826086957) !important;
}

.bg-primary-dark {
  background-color: rgb(219.0434782609, 140.3869565217, 9.9565217391) !important;
}

.hover\:bg-primary-dark:hover {
  background-color: rgb(219.0434782609, 140.3869565217, 9.9565217391) !important;
}

.border-white {
  border-color: hsl(0, 0%, 100%) !important;
}

.hover\:border-white:hover {
  border-color: hsl(0, 0%, 100%) !important;
}

.border-black {
  border-color: hsl(0, 0%, 0%) !important;
}

.hover\:border-black:hover {
  border-color: hsl(0, 0%, 0%) !important;
}

.border-primary {
  border-color: #F5A623 !important;
}

.hover\:border-primary:hover {
  border-color: #F5A623 !important;
}

.border-quiz-accent {
  border-color: #FFB800 !important;
}

.hover\:border-quiz-accent:hover {
  border-color: #FFB800 !important;
}

.border-gray-15 {
  border-color: hsl(0, 0%, 15%) !important;
}

.hover\:border-gray-15:hover {
  border-color: hsl(0, 0%, 15%) !important;
}

.border-gray-20 {
  border-color: hsl(0, 0%, 20%) !important;
}

.hover\:border-gray-20:hover {
  border-color: hsl(0, 0%, 20%) !important;
}

.border-gray-40 {
  border-color: hsl(0, 0%, 40%) !important;
}

.hover\:border-gray-40:hover {
  border-color: hsl(0, 0%, 40%) !important;
}

.border-gray-60 {
  border-color: hsl(0, 0%, 60%) !important;
}

.hover\:border-gray-60:hover {
  border-color: hsl(0, 0%, 60%) !important;
}

.border-gray-80 {
  border-color: hsl(0, 0%, 80%) !important;
}

.hover\:border-gray-80:hover {
  border-color: hsl(0, 0%, 80%) !important;
}

.border-gray-90 {
  border-color: hsl(0, 0%, 90%) !important;
}

.hover\:border-gray-90:hover {
  border-color: hsl(0, 0%, 90%) !important;
}

.border-gray-95 {
  border-color: hsl(0, 0%, 95%) !important;
}

.hover\:border-gray-95:hover {
  border-color: hsl(0, 0%, 95%) !important;
}

.border-black-50 {
  border-color: rgba(0, 0, 0, 0.5) !important;
}

.hover\:border-black-50:hover {
  border-color: rgba(0, 0, 0, 0.5) !important;
}

.border-black-75 {
  border-color: rgba(0, 0, 0, 0.75) !important;
}

.hover\:border-black-75:hover {
  border-color: rgba(0, 0, 0, 0.75) !important;
}

.border-white-80 {
  border-color: rgba(255, 255, 255, 0.8) !important;
}

.hover\:border-white-80:hover {
  border-color: rgba(255, 255, 255, 0.8) !important;
}

.border-white-90 {
  border-color: rgba(255, 255, 255, 0.9) !important;
}

.hover\:border-white-90:hover {
  border-color: rgba(255, 255, 255, 0.9) !important;
}

.border-primary-light {
  border-color: rgb(247.2173913043, 185.7347826087, 83.7826086957) !important;
}

.hover\:border-primary-light:hover {
  border-color: rgb(247.2173913043, 185.7347826087, 83.7826086957) !important;
}

.border-primary-dark {
  border-color: rgb(219.0434782609, 140.3869565217, 9.9565217391) !important;
}

.hover\:border-primary-dark:hover {
  border-color: rgb(219.0434782609, 140.3869565217, 9.9565217391) !important;
}

.section-padding {
  padding: 25px 0;
}

@media (min-width: 480px) {
  :root {
    --header-height: 70px;
  }

  .site-header__logo {
    height: 50px;
  }

  :root {
    --profile-card-height: 400px;
    --profile-card-icon-size: 72px;
    --profile-card-padding: 24px;
  }

  .services .nav-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .process-steps {
    padding: 60px 0;
  }

  .process-steps__header {
    margin-bottom: 32px;
  }

  .process-steps__title {
    font-size: 24px;
  }

  .step-card {
    padding: 24px;
    min-height: 180px;
  }

  .step-card__number {
    font-size: 100px;
  }

  .nav-link {
    padding: 14px 20px;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .site-header__phone-text {
    display: inline;
  }

  .site-footer {
    padding: 32px 0;
  }

  .hero__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 0;
  }

  .hero__title {
    font-size: 3.2rem !important;
  }

  .hero__subtitle {
    margin-bottom: 40px;
  }

  .lead-form {
    padding: 40px;
  }

  :root {
    --profile-card-height: 430px;
    --profile-card-icon-size: 72px;
    --profile-card-padding: 24px;
  }

  .services__header {
    margin-bottom: 40px;
  }

  .services .nav-tabs {
    margin-bottom: 40px;
  }

  .services__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .profile-card__back-title {
    margin-bottom: 20px;
  }

  .profile-card__desc {
    font-size: 15px;
  }

  .profile-card__price {
    font-size: 32px;
  }

  .gallery__nav {
    margin-top: 0;
  }

  .gallery .swiper-slide img {
    height: 350px;
  }

  .process-steps__title {
    font-size: 28px;
  }

  .process-steps__subtitle {
    font-size: 1rem;
  }

  .step-card__number {
    font-size: 140px;
  }

  .step-card__title {
    font-size: 20px;
  }

  .step-card__desc {
    font-size: 14px;
  }

  .map-section {
    min-height: 600px;
  }

  .map-section__contact i {
    font-size: 24px;
    width: 28px;
  }

  .map-section__contact span {
    font-size: 20px;
  }

  .map-section__messengers {
    gap: 20px;
  }

  .map-section__messenger {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

  .quiz__container {
    padding: 40px;
  }

  .site-header__phone-mobile {
    display: none;
  }

  .map-section__messenger {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

  .map-section__contact[href] i {
    font-size: 24px;
    width: 28px;
  }

  .map-section__contact[href] span {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  :root {
    --header-height: 100px;
    --base-font-size: 1rem;
    --mobile-header-padding: 0px;
    --mobile-footer-padding: 0px;
  }

  .site-header__logo {
    height: 80px;
  }

  .site-header__phone {
    font-size: 28px;
  }

  .site-footer {
    padding: 40px 0;
  }

  .hero__inner {
    padding: 60px 0;
    gap: 40px;
  }

  .hero__content {
    width: 62%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .advantage-card {
    height: 350px;
  }

  .advantage-card__desc {
    font-size: 0.9375rem;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    -webkit-transition: opacity 0.3s ease, max-height 0.3s ease, margin 0.3s ease;
    transition: opacity 0.3s ease, max-height 0.3s ease, margin 0.3s ease;
  }

  .advantage-card:hover .advantage-card__bg {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .advantage-card:hover .advantage-card__content {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  .advantage-card:hover .advantage-card__desc {
    opacity: 1;
    max-height: 100px;
    margin-top: 12px;
  }

  .why-rehau-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    padding: 28px;
  }

  .why-rehau-card__icon {
    margin-right: 1rem;
    margin-bottom: 0;
  }

  .installation__feature-desc {
    font-size: 1rem;
  }

  :root {
    --profile-card-height: 500px;
    --profile-card-icon-size: 72px;
    --profile-card-padding: 24px;
  }

  .services__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  .gallery .swiper-slide img {
    height: 400px;
  }

  .about-company__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 48px;
    margin-bottom: 32px;
  }

  .about-company__image-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }

  .about-company__content-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }

  .about-company__image {
    height: 100%;
    aspect-ratio: auto;
    min-height: 400px;
  }

  .map-section__contact span {
    font-size: 22px;
  }

  .quiz__options {
    grid-template-columns: repeat(4, 1fr);
  }

  .quiz__options--list {
    grid-template-columns: repeat(4, 1fr);
  }

  .nav-link {
    padding: 1rem 32px;
    font-size: 1rem;
  }

  .site-header__messenger-btn {
    width: 35px;
    height: 35px;
    min-height: 35px;
  }

  .site-header__messenger-btn i {
    font-size: 24px;
  }

  .map-section__contact[href] span {
    font-size: 22px;
  }

  .section-padding {
    padding: 50px 0;
  }
}

@media (min-width: 1200px) {
  .site-header__tagline {
    display: block;
  }

  .advantage-card__icon {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 359px) {
  .quiz__options--list {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .step-card {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
  }

  .step-card:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .step-card:hover .step-card__number {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .step-card__link {
    -webkit-animation: none;
    animation: none;
  }
}
/*# sourceMappingURL=style.css.map */
