section {
  padding-bottom: 120px;
}

.header {
  padding: 20px 0 0;
  position: sticky;
  top: 0;
  background-color: #FFFFFF;
  z-index: 100;
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
  flex-wrap: wrap;
}
.header__logo {
  flex: 0 0 auto;
}
.header__logo-link {
  display: flex;
  width: 222px;
  height: 60px;
  text-decoration: none;
  color: #1E1E1E;
  font-size: 20px;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
}
.header__logo-link:hover {
  opacity: 0.8;
}
.header__logo-link img {
  height: 100%;
  width: auto;
}
.header__search-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  max-width: 700px;
}
.header__catalog-btn {
  width: 100px;
  height: 44px;
  background: #F6D45A;
  border: none;
  border-radius: 15px;
  color: #1E1E1E;
  font-size: 14px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 15.4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.header__catalog-btn:hover {
  background: rgb(243.3620689655, 199.3965517241, 41.6379310345);
}
.header__search {
  flex: 1;
  height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px;
  border-radius: 15px;
  outline: 1.5px solid #F6D45A;
  outline-offset: -1.5px;
  background: white;
}
.header__search-icon {
  flex-shrink: 0;
}
.header__search-input {
  flex: 1;
  border: none;
  outline: none;
  color: #6B7280;
  font-size: 14px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 15.4px;
}
.header__search-input::placeholder {
  color: #6B7280;
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 0 0 auto;
}
.header__action-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.header__action-item:hover {
  opacity: 0.7;
}
.header__action-item:hover .header__action-text {
  color: black;
}
.header__action-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__action-text {
  color: #1E1E1E;
  font-size: 14px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 15.4px;
  white-space: nowrap;
}
.header__profile {
  text-decoration: none;
}
.header__profile-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
}
.header__profile-icon:hover {
  opacity: 0.8;
}
.header__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1.5px solid #E0E4EC;
}
.header__company-link {
  flex: 0 0 auto;
}
.header__company-text {
  color: #E74915;
  font-size: 14px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 15.4px;
  text-decoration: none;
}
.header__company-text:hover {
  text-decoration: underline;
}
.header__nav {
  flex: 1;
}
.header__nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__nav-item {
  margin: 0;
}
.header__nav-link {
  color: #1E1E1E;
  font-size: 14px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 15.4px;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.header__nav-link:hover {
  color: #6B7280;
}
.header__location {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.header__location:hover {
  opacity: 0.8;
}
.header__location-icon {
  flex-shrink: 0;
}
.header__location-text {
  color: #1E1E1E;
  font-size: 14px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 15.4px;
  white-space: nowrap;
}

.hero-banner {
  position: relative;
  margin: 30px 0;
  border-radius: 30px;
  background: linear-gradient(272deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.hero-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.hero-banner__content {
  position: relative;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  min-height: 460px;
  justify-content: flex-end;
}
.hero-banner__text {
  max-width: 754px;
}
.hero-banner__title {
  color: #FFFFFF;
  font-size: 40px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 44px;
  margin-bottom: 16px;
  max-width: 558px;
}
.hero-banner__subtitle {
  color: #FFFFFF;
  font-size: 20px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 24px;
  max-width: 485px;
}
.hero-banner__search {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 410px;
}
.hero-banner__search-input {
  flex: 1;
  height: 60px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: #FFFFFF;
  border-radius: 15px;
}
.hero-banner__search-icon {
  flex-shrink: 0;
}
.hero-banner__search-field {
  flex: 1;
  border: none;
  outline: none;
  color: #6B7280;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 19.2px;
  background: transparent;
}
.hero-banner__search-field::placeholder {
  color: #6B7280;
}
.hero-banner__search-btn {
  width: 140px;
  height: 60px;
  padding: 10px 14px;
  background: #F6D45A;
  border: none;
  border-radius: 15px;
  color: #1E1E1E;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 19.2px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.hero-banner__search-btn:hover {
  background: rgb(243.3620689655, 199.3965517241, 41.6379310345);
}
.hero-banner__search-btn:active {
  transform: translateY(1px);
}
.hero-banner__stats {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.hero-banner__stat-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-banner__stat-icon {
  flex-shrink: 0;
}
.hero-banner__stat-text {
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 19.2px;
  white-space: nowrap;
}

.catalog-section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.catalog-section__title {
  color: #1E1E1E;
  font-size: 36px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
}
.catalog-section__view-toggle {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  background: #F5F5F5;
  border-radius: 10px;
}
.catalog-section__view-btn {
  width: 32px;
  height: 32px;
  padding: 6px;
  border: none;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.catalog-section__view-btn:hover {
  opacity: 0.8;
}
.catalog-section__view-btn--active {
  background: #FFFFFF;
}
.catalog-section__view-btn--active svg path {
  fill: #1E1E1E;
}
.catalog-section__view-btn svg {
  width: 20px;
  height: 20px;
}
.catalog-section__content {
  display: grid;
  grid-template-columns: 333px 1fr;
  gap: 117px;
}
.catalog-section__more-btn {
  width: 100%;
  height: 60px;
  padding: 10px 14px;
  background: #1E1E1E;
  border: none;
  border-radius: 15px;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 19.2px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 40px;
}
.catalog-section__more-btn:hover {
  background: rgb(55.5, 55.5, 55.5);
}
.catalog-section__more-btn:active {
  transform: translateY(1px);
}

.catalog-categories {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.catalog-categories__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.catalog-categories__item:hover {
  background: #F9F9F9;
}
.catalog-categories__item--active {
  background: #F9F9F9;
}
.catalog-categories__item--active .catalog-categories__title {
  color: #1E1E1E;
  font-weight: 600;
}
.catalog-categories__title {
  color: #6B7280;
  font-size: 20px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.catalog-categories__arrow {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
}

.catalog-grid__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.catalog-card {
  position: relative;
  border-radius: 30px;
}
.catalog-card__image {
  position: relative;
  width: 100%;
  height: 260px;
  border-radius: 20px;
  overflow: hidden;
}
.catalog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog-card__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(201deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
}
.catalog-card__overlay {
  position: absolute;
  left: 24px;
  bottom: 24px;
  width: calc(100% - 48px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  z-index: 2;
}
.catalog-card__category {
  color: #FFFFFF;
  font-size: 20px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 24px;
}
.catalog-card__arrow {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
}

.work-process__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}
.work-process__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border-radius: 10px;
  outline: 1px solid #E0E4EC;
  outline-offset: -1px;
  margin-bottom: 24px;
}
.work-process__badge-icon {
  flex-shrink: 0;
}
.work-process__badge-text {
  color: #6B7280;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 19.2px;
}
.work-process__title {
  color: #1E1E1E;
  font-size: 36px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
}
.work-process__title--light {
  color: rgba(30, 30, 30, 0.7);
}
.work-process__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.work-process__step {
  background: #F9F9F9;
  border-radius: 30px;
  padding: 40px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: auto;
  position: relative;
  overflow: hidden;
  justify-content: space-between;
}
.work-process__step:nth-child(2) {
  padding-top: 34px;
}
.work-process__step-content {
  margin-bottom: 32px;
  z-index: 2;
}
.work-process__step-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.work-process__step-icon svg {
  width: 24px;
  height: 24px;
}
.work-process__step-title {
  color: #1E1E1E;
  font-size: 22px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 26.4px;
  margin: 0 0 8px;
}
.work-process__step-description {
  color: #5C6270;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 20.8px;
  margin: 0;
}
.work-process__step-image {
  height: 290px;
}
.work-process__phone-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-section {
  position: relative;
  margin: 30px 0;
  border-radius: 30px;
  background: linear-gradient(191deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  overflow: hidden;
}
.about-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/banner2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.about-section__container {
  padding: 40px;
  height: 660px;
  display: flex;
  align-items: flex-end;
}
.about-section__content {
  width: 100%;
  background: white;
  border-radius: 30px;
  backdrop-filter: blur(15px);
  padding: 32px;
  min-height: 256px;
}
.about-section__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border-radius: 10px;
  outline: 1px solid #E0E4EC;
  outline-offset: -1px;
  margin-bottom: 32px;
  width: max-content;
}
.about-section__badge-icon {
  flex-shrink: 0;
}
.about-section__badge-text {
  color: #6B7280;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 19.2px;
}
.about-section__text-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.about-section__column {
  display: flex;
  flex-direction: column;
}
.about-section__column--title {
  flex: 0 0 auto;
  width: 542px;
}
.about-section__column--divider {
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-start;
}
.about-section__column--description {
  flex: 1;
  max-width: 530px;
}
.about-section__title {
  color: #1E1E1E;
  font-size: 36px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
}
.about-section__title-accent {
  color: #E74915;
}
.about-section__divider {
  width: 1px;
  height: 192px;
  background: #E0E4EC;
  margin-top: 8px;
}
.about-section__description {
  margin-bottom: 32px;
}
.about-section__description-text {
  color: #5C6270;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 20.8px;
  margin: 0 0 8px;
}
.about-section__description-text:last-child {
  margin-bottom: 0;
}
.about-section__stats {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.about-section__stat-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.about-section__stat-item:first-child {
  width: 116px;
}
.about-section__stat-item:nth-child(2) {
  width: 108px;
}
.about-section__stat-item:last-child {
  width: 188px;
}
.about-section__stat-number {
  color: #1E1E1E;
  font-size: 22px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 26.4px;
}
.about-section__stat-label {
  color: #5C6270;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 19.2px;
}

.reviews-section__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}
.reviews-section__grid {
  display: grid;
  grid-template-columns: 367px 870px;
  gap: 83px;
  justify-content: space-between;
}
.reviews-section__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border-radius: 10px;
  outline: 1px solid #E0E4EC;
  outline-offset: -1px;
}
.reviews-section__badge-icon {
  flex-shrink: 0;
}
.reviews-section__badge-text {
  color: #6B7280;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 19.2px;
}
.reviews-section__text {
  max-width: 367px;
}
.reviews-section__title {
  color: #1E1E1E;
  font-size: 36px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 40px;
  margin: 0 0 24px;
}
.reviews-section__subtitle {
  color: #5C6270;
  font-size: 18px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 21.6px;
  margin: 0;
}
.reviews-section__navigation {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}
.reviews-section__nav-btn {
  width: 50px;
  height: 50px;
  background: #F5F5F5;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.reviews-section__nav-btn:hover {
  background: rgb(232.25, 232.25, 232.25);
}
.reviews-section__nav-btn svg {
  width: 25px;
  height: 25px;
}

.reviews-slider {
  overflow: hidden;
  width: 100%;
}
.reviews-slider__slide {
  height: auto;
}

.review-card {
  background: #F9F9F9;
  border-radius: 30px;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.review-card__header {
  display: flex;
  align-items: start;
  gap: 24px;
  margin-bottom: 24px;
  flex-direction: column;
}
.review-card__avatar {
  width: 108px;
  height: 108px;
  background: #D9D9D9;
  border-radius: 100px;
  object-fit: cover;
}
.review-card__info {
  flex: 1;
}
.review-card__name {
  color: #1E1E1E;
  font-size: 22px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 26.4px;
  margin: 0;
}
.review-card__content {
  flex: 1;
  margin-bottom: 24px;
}
.review-card__text {
  color: #5C6270;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 20.8px;
  margin: 0;
}
.review-card__profile-text {
  color: #FFFFFF;
  font-size: 14px;
}
.review-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.review-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
}
.review-card__location {
  width: 121px;
  padding: 12px;
  border-radius: 10px;
  outline: 1px solid #E0E4EC;
  outline-offset: -1px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.review-card__location svg {
  width: 20px;
  height: 20px;
}
.review-card__location-text {
  color: #6B7280;
  font-size: 14px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 16.8px;
}
.review-card__date {
  padding: 12px;
  border-radius: 10px;
  outline: 1px solid #E0E4EC;
  outline-offset: -1px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.review-card__date svg {
  width: 20px;
  height: 20px;
}
.review-card__date-text {
  color: #6B7280;
  font-size: 14px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 16.8px;
}
.review-card__profile-btn {
  padding: 12px;
  background: #1E1E1E;
  border: none;
  border-radius: 10px;
  outline: 1px solid #1E1E1E;
  outline-offset: -1px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.review-card__profile-btn:hover {
  background: rgb(55.5, 55.5, 55.5);
}
.review-card__profile-btn svg {
  width: 20px;
  height: 20px;
}
.review-card__profile-btn-text {
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 16.8px;
}

.audience-section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.audience-section__column {
  width: 420px;
}
.audience-section__column--title {
  flex: 0 0 auto;
}
.audience-section__column--description {
  flex: 0 0 auto;
}
.audience-section__title {
  color: #1E1E1E;
  font-size: 36px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
}
.audience-section__subtitle {
  color: #5C6270;
  font-size: 18px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 21.6px;
  margin: 0;
}
.audience-section__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.audience-card {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.audience-card__image {
  width: 100%;
  height: 300px;
  border-radius: 30px;
  overflow: hidden;
}
.audience-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.audience-card__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.audience-card__title {
  color: #1E1E1E;
  font-size: 22px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 26.4px;
  margin: 0;
}
.audience-card__description {
  color: #5C6270;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 20.8px;
  margin: 0;
}

.faq-section__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 40px;
}
.faq-section__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border-radius: 10px;
  outline: 1px solid #E0E4EC;
  outline-offset: -1px;
}
.faq-section__badge-icon {
  flex-shrink: 0;
}
.faq-section__badge-text {
  color: #6B7280;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 19.2px;
}
.faq-section__title {
  color: #1E1E1E;
  font-size: 36px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
}

.faq-accordion {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 30px;
}
.faq-accordion__item {
  width: 645px;
  border-radius: 15px;
  border: none;
  margin-bottom: 0;
}
.faq-accordion__item:nth-child(odd) {
  margin-right: 0;
}
.faq-accordion__header {
  padding: 0;
  border: none;
  background: transparent;
  background: #F9F9F9;
  border-radius: 15px;
}
.faq-accordion__button {
  width: 100%;
  padding: 12px 16px;
  background: transparent;
  border: none;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
}
.faq-accordion__button:hover {
  background: rgb(243.9, 243.9, 243.9);
}
.faq-accordion__button:focus {
  box-shadow: none;
  outline: none;
}
.faq-accordion__button.collapsed .faq-accordion__icon {
  transform: rotate(0deg);
}
.faq-accordion__button:not(.collapsed) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.faq-accordion__button:not(.collapsed) .faq-accordion__icon {
  transform: rotate(180deg);
}
.faq-accordion__question {
  color: #1E1E1E;
  font-size: 22px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 26.4px;
  flex: 1;
  margin-right: 20px;
}
.faq-accordion__icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  transition: transform 0.3s ease;
  background: #1E1E1E;
  border-radius: 15px;
  stroke: #FFFFFF;
}
.faq-accordion__body {
  padding: 16px;
  background: #F9F9F9;
  border-top: 1px solid #E0E4EC;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.faq-accordion__answer {
  color: #5C6270;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 20.8px;
  margin: 0;
}
.faq-accordion .collapse:not(.show) {
  display: none;
}
.faq-accordion .collapse .faq-accordion__header {
  border-radius: 30px;
}
.faq-accordion .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.registration-section {
  padding: 80px 0;
}
.registration-section__container {
  background: #1E1E1E;
  border-radius: 30px;
  padding: 30px 56px 30px 150px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
.registration-section__phone {
  width: 380px;
  position: relative;
}
.registration-section__phone-img {
  width: auto;
  height: 130%;
  object-fit: contain;
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
}
.registration-section__content {
  width: 591px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.registration-section__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border-radius: 10px;
  outline: 1px solid rgba(224, 228, 236, 0.3);
  outline-offset: -1px;
  align-self: flex-start;
}
.registration-section__badge-icon {
  flex-shrink: 0;
}
.registration-section__badge-text {
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 19.2px;
}
.registration-section__title {
  margin: 0;
}
.registration-section__title-main {
  color: #FFFFFF;
  font-size: 36px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 43.2px;
}
.registration-section__title-sub {
  color: rgba(255, 255, 255, 0.6);
  font-size: 36px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 43.2px;
}
.registration-section__description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-family: "Onest", sans-serif;
  font-weight: 300;
  line-height: 21.6px;
  width: 558px;
  margin: 0;
}
.registration-section__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.registration-section__form-fields {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.registration-section__input-wrapper {
  width: 260px;
}
.registration-section__input {
  width: 100%;
  height: 60px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  border: 1px solid rgba(212, 211, 204, 0.2);
  backdrop-filter: blur(7.5px);
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 19.2px;
}
.registration-section__input::placeholder {
  color: #FFFFFF;
}
.registration-section__input:focus {
  outline: none;
  border-color: rgba(246, 212, 90, 0.5);
}
.registration-section__submit-btn {
  width: 260px;
  height: 60px;
  padding: 10px 14px;
  background: #E74915;
  border: none;
  border-radius: 15px;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 19.2px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.registration-section__submit-btn:hover {
  background: rgb(184.25, 58.2261904762, 16.75);
}
.registration-section__submit-btn:active {
  transform: translateY(1px);
}
.registration-section__agreement {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.registration-section__agreement-icon {
  flex-shrink: 0;
  margin-top: 2px;
}
.registration-section__agreement-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 19.2px;
}
.registration-section__agreement-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}
.registration-section__agreement-link:hover {
  color: #FFFFFF;
}

.news-section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.news-section__title {
  color: #1E1E1E;
  font-size: 36px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 43.2px;
  margin: 0;
}
.news-section__navigation {
  display: flex;
  align-items: center;
  gap: 8px;
}
.news-section__nav-btn {
  width: 50px;
  height: 50px;
  background: #F5F5F5;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.news-section__nav-btn:hover {
  background: rgb(232.25, 232.25, 232.25);
}
.news-section__nav-btn svg {
  width: 25px;
  height: 25px;
}

.news-slider {
  overflow: hidden;
}
.news-slider__slide {
  height: auto;
}

.news-card {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.news-card__image {
  position: relative;
  width: 100%;
  height: 235px;
  border-radius: 20px;
  overflow: hidden;
}
.news-card__image:nth-child(2) .news-card__image {
  border-radius: 30px;
}
.news-card__image:nth-child(3) .news-card__image {
  border-radius: 30px;
}
.news-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news-card__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 14px;
  font-family: "Onest", sans-serif;
  font-weight: 600;
  line-height: 16.8px;
  color: #FFFFFF;
}
.news-card__badge--sale {
  background: #E74915;
}
.news-card__badge--news {
  background: #1E1E1E;
}
.news-card__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.news-card__title {
  color: #1E1E1E;
  font-size: 22px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 26.4px;
  margin: 0;
}
.news-card__description {
  color: #5C6270;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 20.8px;
  margin: 0;
}

.footer {
  background: #F9F9F9;
  padding: 60px 0;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 37px;
}
.footer__top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer__brand {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer__logo {
  width: 192px;
  height: 60px;
  object-fit: contain;
}
.footer__divider {
  width: 44px;
  height: 1px;
  background: #E0E4EC;
  transform: rotate(90deg);
}
.footer__divider--main {
  width: 100%;
  height: 1px;
  background: #CCD4D0;
  transform: none;
}
.footer__tagline {
  color: #6B7280;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 17.6px;
  width: 213px;
}
.footer__main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer__column {
  width: 150px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__column--support {
  width: 195px;
}
.footer__column-title {
  color: #1E1E1E;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
.footer__column-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer__column-item {
  margin: 0;
}
.footer__column-link {
  color: #6B7280;
  font-size: 14px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 16.8px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__column-link:hover {
  color: #1E1E1E;
}
.footer__column-link--email {
  text-transform: uppercase;
}
.footer__column-text {
  color: #6B7280;
  font-size: 14px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 16.8px;
}
.footer__support-btn {
  width: 195px;
  height: 60px;
  padding: 10px 14px;
  background: #1E1E1E;
  border: none;
  border-radius: 15px;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 19.2px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.footer__support-btn:hover {
  background: rgb(55.5, 55.5, 55.5);
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 17px;
}
.footer__legal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.footer__legal-link {
  color: #6B7280;
  font-size: 14px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 16.8px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__legal-link:hover {
  color: #1E1E1E;
}
.footer__company-name {
  color: #6B7280;
  font-size: 14px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16.8px;
}/*# sourceMappingURL=style.css.map */