.light-theme .headinfo__title {
  font-family: 'Inter', sans-serif;
  font-size: 44px;
  font-weight: 600;
  text-transform: none;
}
.light-theme .top-line {
  background: #fff;
  border-bottom: 1px solid #F2E1C9;
}
.light-theme .top-line__value {
  color: #B0865F;
}
.light-theme a .top-line__value:hover {
  color: #293139;
}
.light-theme .header {
  background: #fff;
  border-bottom: 1px solid #F2E1C9;
}
.light-theme .header__phone {
  color: #494949;
}
.light-theme .header__whatsapp:hover span {
  color: #494949;
}
.light-theme .header__whatsapp:hover {
  color: #293139;
}
.light-theme .header__phone--bold {
  color: #B0865F;
}
.light-theme .contacts-info__value {
  color: #B0865F;
}
.light-theme .contacts-info__select-btn {
  color: #B0865F;
}
.light-theme .top-menu {
  background: #fff;
}
.light-theme .top-menu__link {
  color: #293139;
  font-size: 16px;
  font-weight: 500;
}
.light-theme .top-menu__link:hover {
  color: #B0865F;
}


.light-theme .situation {
  background: #fff;
}
.light-theme .solutions {
  background: #C5964F29;
}
.light-theme .lawyer {
  background: #fff;
}
.light-theme .command {
  background: #fff;
}
.light-theme .command__tags p {
  background: #C5964F;
}
.light-theme .service {
  background: #fff;
}
.light-theme .partners {
  background: #fff;
}

.light-theme .news__list p.active {
  background: #B0865F;
}

.light-theme .slick-dots li.slick-active {
    background: #C5964F;
}
.light-theme .btn__bg {
  color: #fff;
}
.light-theme .btn__bg:not(.btn__bg_grey):before {
  background: #B0865F;
}
.light-theme .table a {
  color: #fff;
  background: #B0865F;
}

.hero-section {
  width: 100%;
  padding: 40px 0 30px;
  background-color: #ffffff;
  color: #111827;
  font-family: 'Inter', sans-serif;
}

.hero-container {
  position: relative;
}

.hero-content {
  max-width: 700px;
  padding-top: 100px;
}

.badge {
  display: inline-block;
  background-color: #F9F1E4;
  color: #B0865F;
  font-size: 20px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero-title {
  font-size: 44px;
  font-weight: 600;
  color: #101828;
  margin-bottom: 20px;
}

.subtitle-block {
  border-left: 2px solid #B0865F;
  padding-left: 20px;
  margin-bottom: 20px;
}

.subtitle-text {
  color: #566584;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.features-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 52px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-item__title {
  color: #364153;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.stats-bar-wrapper {
  position: relative;
  width: 100%;
}

.stats-bar {
  background-color: #F9FAFB;
  border: 1px solid #F3F4F6;
  border-radius: 14px;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  text-align: center;
  width: 100%;
}

.stat-number {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  color: #B0865F;
}

.stat-label {
  font-size: 12px;
  color: #99A1AF;
  line-height: 14px;
}

.rating-card {
  position: absolute;
  top: 50%;
  right: -160px;
  transform: translateY(-50%);
  background: #ffffff;
  padding: 12px 16px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #F3F4F6;
  z-index: 4;
  width: 120px;
  text-align: left;
}

.rating-title {
  font-size: 12px;
  color: #99A1AF;
  line-height: 16px;
}

.rating-score {
  font-size: 20px;
  font-weight: 700;
  color: #101828;
  line-height: 28px;
  margin-bottom: 4px;
  margin-top: 4px;
}

.rating-stars {
  color: #b58352;
  font-size: 12px;
  letter-spacing: 2px;
}

.hero-media {
  position: absolute;
  top: 0;
  right: 20px;
  width: 558px;
  pointer-events: none;
  z-index: 1;
}

.image-frame {
  position: relative;
  width: 100%;
  overflow: hidden;
}

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

@media (max-width: 1460px) {
  .hero-media {
    width: 526px;
  }
}

@media (max-width: 1200px) {
  .hero-media {
    display: none;
  }
  .hero-content {
    padding-top: 0;
  }
}

@media (max-width: 992px) {
  .stats-bar {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .rating-card {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    margin: 20px auto 0;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 32px;
  }

  .stats-bar {
    grid-template-columns: 1fr;
  }
  .badge {
    font-size: 14px;
  }
  .light-theme .headinfo__title {
    font-size: 28px;
  }
  
}


.banner-section {
  width: 100%;
  padding: 20px 0;
  background-color: #ffffff;
}

.banner-block {
  position: relative;
  background-color: #FAFAFA;
  border-left: 4px solid #B0865F;
  border-radius: 0 12px 12px 0;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.banner-image {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.banner-title {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #101828;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.banner-title--accent {
  color: #B0865F;
}

.banner-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-btn {
  background-color: #B0865F;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 28px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}

.banner-btn:hover {
  background-color: #966f4c;
}

@media (max-width: 992px) {
  .banner-block {
    flex-wrap: wrap;
    gap: 16px;
    padding: 20px;
  }

  .banner-arrow {
    display: none;
  }

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

@media (max-width: 576px) {
  .banner-title {
    font-size: 18px;
  }
}


.light-faq {
  background: #C5964F29;
}

.light-faq .headinfo__title {
  font-size: 24px;
  text-transform: uppercase;
}
.light-faq .headinfo__head {
  font-size: 44px;
  text-transform: none;
  font-weight: 600;
  font-family: Inter;
}
.light-faq .headinfo__info {
  gap: 0;
}
.light-faq .light-faq__desc {
  text-align: center;
  color: #5F6572;
  font-size: 16px;
  line-height: 22px;
  margin-top: -11px;
  margin-bottom: 30px;
}

.light-faq__desc {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 50px auto;
	font-size: 16px;
	line-height: 1.6;
	color: #555555;
}

.light-faq__list {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.light-faq__item {
	background-color: #ffffff;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	overflow: hidden;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.light-faq__item:hover {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.light-faq__question {
	position: relative;
	padding: 20px 55px 20px 20px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	color: #111111;
	cursor: pointer;
	user-select: none;
	transition: color 0.2s ease;
}

.light-faq__question::after {
	content: "";
	position: absolute;
	right: 28px;
	top: 50%;
	width: 12px;
	height: 12px;
	border-right: 2px solid #B0865F;
	border-bottom: 2px solid #B0865F;
	transform: translateY(-70%) rotate(45deg);
	transition: transform 0.3s ease, border-color 0.3s ease;
}

.light-faq__answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s cubic-bezier(0, 1, 0, 1), padding 0.3s ease;
	padding: 0 28px;
}

.light-faq__answer p {
	margin: 0;
	padding-bottom: 24px;
	font-size: 15px;
	line-height: 1.6;
	color: #4b5563;
}


.light-faq__item.active {
	box-shadow: 0 10px 25px rgba(37, 99, 235, 0.08);
}


.light-faq__item.active .light-faq__question::after {
	transform: translateY(-20%) rotate(-135deg);
}

.light-faq__item.active .light-faq__answer {
	max-height: 500px;
	transition: max-height 0.4s ease-in-out;
}

.light-faq__btn-container {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

@media (max-width: 768px) {
	.pt-120 { padding-top: 60px; }
	.pb-120 { padding-bottom: 60px; }

	.headinfo__ico {
		display: none;
	}

	.headinfo__head {
		font-size: 28px;
	}

	.light-faq__desc {
		font-size: 14px;
		margin-bottom: 30px;
	}

	.light-faq__question {
		font-size: 16px;
		padding: 18px 45px 18px 20px;
	}

	.light-faq__question::after {
		right: 20px;
		width: 10px;
		height: 10px;
	}

	.light-faq__answer {
		padding: 0 20px;
	}
	
	.light-faq__answer p {
		padding-bottom: 18px;
		font-size: 14px;
	}
}

.text-section__text {
  color: #4A4848;
  font-size: 16px;
  line-height: 34px;
}



.housing-disputes {
  padding: 130px 0;
  background-color: #fff;
}

.housing-disputes__title {
  font-size: 36px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 40px;
}

.housing-disputes__wrapper {
  display: grid;
  grid-template-columns: 1fr 490px;
  gap: 30px;
  align-items: start;
}


.dispute-item {
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 20px;
  background: #fff;
  transition: all 0.3s ease;
}

.dispute-item__header {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.dispute-item__number {
  font-size: 40px;
  font-weight: 700;
  color: #b0865f;
  margin-right: 10px;
  line-height: 1;
  font-family: Bebas Neue;
}

.dispute-item__title {
  font-size: 18px;
  font-weight: 600;
  color: #101828;
  margin: 0;
  flex-grow: 1;
  font-family: Inter;
}

.dispute-item__toggle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #B0865F;
  background: transparent;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dispute-item__toggle svg {
  display: block;
}

.dispute-item__body {
  display: none;
  
}

.dispute-item__text {
  font-size: 14px;
  line-height: 24px;
  color: #6A7282;
  padding-left: 20px;
  border-left: 1px solid #B0865F;
}

.dispute-item__btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 19px 24px;
  background-color: #b0865f;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.2s ease;
  margin-top: 10px;
  font-size: 14px;
  font-family: Inter;
}

.dispute-item__btn:hover {
  background-color: #966f4c;
}

.dispute-item.active .dispute-item__body {
  display: block;
}

.dispute-item.active .dispute-item__toggle svg {
  transform: rotate(-90deg);
}

.housing-disputes__image-wrapper {
  position: relative;
  width: 490px;
  height: 607px;
  border-radius: 500px 500px 0 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.housing-disputes__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}

@media (max-width: 1200px) {
  
}

@media (max-width: 1200px) {
  .housing-disputes__wrapper {
    grid-template-columns: 1fr;
  }
  
  .housing-disputes__media {
    display: none;
  }
}

@media (max-width: 576px) {
  .housing-disputes {
    padding: 60px 0;
  }
  .housing-disputes__image-wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 490 / 607;
  }

  .dispute-item__body {
    padding-left: 0;
  }
  .dispute-item__title {
    font-size: 14px;
  }
}


.services-cost {
    margin-bottom: 80px
}

@media (max-width:1357px) {
    .services-cost {
        margin-bottom: 50px
    }
}

.services-cost__container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.services-cost__item-wrapper {
    margin: 0 7px 60px
}

.services-cost__item {
    width: 223px;
    height: 455px;
    border: 1px solid #494545;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    transition: .2s all ease-out
}

.services-cost__item::after,
.services-cost__item::before {
    content: '';
    display: block;
    position: absolute;
    top: 64px;
    width: 1px;
    height: 145px;
    background-color: #e1711b;
    background-image: linear-gradient(180deg, #e58920 0, #9b9b9b 92%, #9b9b9b 100%)
}

.services-cost__item::before {
    left: -1px
}

.services-cost__item::after {
    right: -1px
}

.services-cost__item:hover {
    border: 1px solid #e38923
}

.services-cost__item:hover .services-cost__bg svg {
    fill: #ffe6be
}

.services-cost__item:hover .services-cost__logo svg {
    fill: #d68639
}

.services-cost__logo,
.services-cost__logo::before {
    top: -15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1
}

.services-cost__logo::before {
    content: '';
    display: block;
    width: 94px;
    height: 5px;
    background: #fff;
    top: 10px;
    z-index: -1
}

.services-cost__bg svg,
.services-cost__logo svg,
header .top_menu a::after {
    transition: .2s all ease-out
}

.services-cost__header {
    text-align: center;
    position: relative;
    z-index: 2;
    padding-top: 28px;
    padding-bottom: 32px
}

.services-cost__bg {
    position: absolute;
    left: 2px;
    top: 2px;
    z-index: -1
}

.services-cost__layer {
    content: '';
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 6px;
    background: linear-gradient(0deg, #fff 18%, rgba(244, 248, 251, 0) 120%);
    z-index: 1
}

.services-cost__title {
    color: #2a2c31;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

.services-cost__subtitle {
    color: #4a4848;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 14px;
    min-height:49px;
}

.services-cost__dots {
    color: #2a2c31;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.services-cost__body {
    position: relative;
    z-index: 2;
    min-height: 180px;
}

.services-cost__lists {
    padding: 0 6px;
    margin-bottom: 34px
}

.services-cost__list {
    color: #4a4848;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #dfdfdf;
    padding: 9px 12px
}

.services-cost__list:last-child {
    border: 0
}

.services-cost__footer {
    text-align: center;
    position: relative;
    z-index: 2
}

.services-cost__price {
    color: #b46436;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px
}

.services-cost__btn, .services-cost__btn .btn__bg {
  width: 100%;
  text-align: center;
}



.doc-samples {
  background-color: #fff;
}

.doc-samples__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
  margin-top: 40px;
}

.doc-item {
  display: flex;
  align-items: center;
  background-color: #F9FAFB;
  border-radius: 12px;
  padding: 16px 24px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.doc-item:hover {
  transform: translateY(-2px);
}

.doc-item__icon-wrap {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.doc-item__icon {
  object-fit: contain;
}

.doc-item__title {
  font-size: 14px;
  color: #6A7282;
  line-height: 16px;
  flex-grow: 1;
  padding-right: 15px;
  font-family: Inter;
}

.doc-item__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #b0865f;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 28px;
  border-radius: 8px;
  text-decoration: none;
  flex-shrink: 0;
  transition: background-color 0.2s ease;
  font-size: 14px;
  font-family: Inter;
}

.doc-item__btn:hover {
  background-color: #966f4c;
  color: #ffffff;
}

@media (max-width: 992px) {
  .doc-samples__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 576px) {
  .doc-item {
    flex-wrap: wrap;
    padding: 16px;
    gap: 12px;
  }

  .doc-item__icon-wrap {
    width: 50px;
    height: 50px;
    margin-right: 12px;
  }

  .doc-item__icon {
    width: 34px;
    height: 34px;
  }

  .doc-item__title {
    font-size: 14px;
    width: calc(100% - 74px);
    padding-right: 0;
  }

  .doc-item__btn {
    width: 100%;
    margin-top: 4px;
  }
}



.work-process {
  background-color: #fff;
  position: relative;
}

.work-process__subhead {
  text-align: center;
  font-size: 16px;
  color: #5F6572;
  margin-bottom: 30px;
  font-weight: 500;
  font-family: Inter;
}

.work-process__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
  position: relative;
}

/* Карточка этапа */
.process-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  max-width: 280px;
  margin: 0 auto;
}

/* Горизонтальные соединительные линии между карточками */
.process-card:not(:nth-child(3n))::after {
  content: "";
  position: absolute;
  top: 110px;
  right: -28px;
  width: 90px;
  height: 1px;
  background-color: #e0d0c1;
  transform: translateX(100%);
}

.process-card__title {
  font-size: 18px;
  font-weight: 600;
  color: #101828;
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: Inter;
}

.process-card__text {
  font-size: 14px;
  line-height: 20px;
  color: #293139;
  margin: 0;
}

.process-card__btn {
  margin-top: 20px;
  width: 100%;
  padding: 10px 20px;
  background-color: #b0865f;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
  font-family: Inter;
}

.process-card__btn:hover {
  background-color: #966f4c;
}

@media (max-width: 1460px) {
  .process-card:not(:nth-child(3n))::after {
    display: none;
  }
}

@media (max-width: 992px) {
  .work-process__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}

@media (max-width: 600px) {
  .work-process__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .work-process__subhead {
    margin-bottom: 35px;
  }
}


@media screen and (max-width: 576px) {
  .light-theme .top-menu {
    display: block !important;
  }
  .light-theme .header {
    display: block;
  }
  .light-theme .top-menu__link {
    font-size: 12px;
  }
  .light-theme .contacts-info__row {
    display: none;
  }
  .light-theme .header__container {
    gap: 0;
  }
}





.main-title {
    text-align: center;
    position: relative
}

.main-title::before {
    content: '';
    display: block;
    width: 570px;
    height: 107px;
    border: 1px solid #cac9c9;
    border-radius: 16px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 42px
}

@media (max-width:767px) {
    .main-title::before {
        display: none
    }
}

.main-title::after {
    content: '';
    display: block;
    width: 570px;
    height: 107px;
    border-radius: 16px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 42px;
    background: linear-gradient(0deg, #fff 93%, rgba(244, 248, 251, 0) 100%)
}

@media (max-width:767px) {
    .main-title::after {
        display: none
    }
}

.main-title__icon {
    margin: 0 auto 12px;
    width: 170px;
    background: #fff;
    position: relative;
    z-index: 1
}

.main-title__caption {
    color: #2a2c31;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 auto 16px auto;
        max-width: 1000px;
    position: relative;
    z-index: 1
}

@media (max-width:767px) {
    .main-title__caption {
        font-size: 20px
    }
    .main-title__caption br {
        display: none
    }
}

.main-title__desc {
    color: #4a4848;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    position: relative;
    z-index: 1;
    margin-bottom: 40px
}

@media (max-width:767px) {
    .main-title__desc {
        line-height: 22px;
        font-size: 14px
    }
    .main-title__desc br {
        display: none
    }
}

.section-form input,
.team__desc {
    color: #525155;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px
}

.section-form {
    padding-top: 100px;
    padding-bottom: 100px;
    z-index: 2
}

.section-form,
.section-form .main-title::before,
.section-form .main-title__icon {
    background-color:#1a1815;
}

.section-form .main-title::before {
    display: none
}

.section-form .main-title::after {
    display: none
}

.section-form .main-title__caption {
    color: #faf0de
}

.section-form .main-title__desc {
    color: #c7a776;
    line-height: 30px
}

.section-form,
.section-form__wrapper {
    position: relative
}

.section-form__wrapper::after {
    content: '';
    display: block;
    position: absolute;
    right: 50px;
    top: -136px;
    background: url(../img/section-form-pen.png) no-repeat center;
    width: 161px;
    height: 658px
}

@media (max-width:1357px) {
    .section-form__wrapper::after {
        right: -14px
    }
}

@media (max-width:991px) {
    .section-form__wrapper::after {
        display: none
    }
}

.section-form__container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    gap:10px;
}

@media (max-width:576px) {
    .section-form__container {
        flex-direction: column
    }
}


 .section-form input{ width: 270px;
    height: 44px;
    background-color: rgba(63, 48, 38, .37);
    border: 1px solid #555b48;
    border-radius: 6px;
    line-height: 29px;
    color: #faefdd;
    outline: 0;
    padding: 0 14px;
    margin-bottom: 14px}

.section-form input::-moz-placeholder {
    color: #969696
}

.section-form input:-ms-input-placeholder {
    color: #969696
}

.section-form input::placeholder {
    color: #969696
}

@media (max-width:576px) {
    .section-form .simple-btn {
        height: 50px;
        width: 280px
    }
}

input[name=surname] {
    display: block;
    width: 2px!important;
    height: 3px!important;
    margin-bottom: -3px!important;
    opacity: .01
}

.section-form__btn {
    display: block;
    text-align: center;
    padding: 19px 24px;
    background-color: #b0865f;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.2s ease;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 14px;
    font-family: Inter;
    width: 240px;
}

.section-form__btn:hover {
    background-color: #966f4c;
    color: #ffffff;
}

.formTpl__politic {
    font-size: 10px;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #414A4B;
}

.formTpl__politic a {
  color: #B1956A;
}