body {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  font-family: "Gilroy";
  margin: 0;
}

input, select, textarea, button {
  font-size: 16px;
  font-family: "Gilroy";
}

* {
  outline: none;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-appearance: none;
}

a {
  color: #222;
  transition: all ease 0.3s;
}
a:hover {
  color: #1abc9c;
}

img {
  max-width: 100%;
  height: auto;
}

.wrapper {
  position: relative;
  width: 1170px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 11px 0;
  transition: all ease 0.3s;
  z-index: 5;
}
header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-menu {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
header .header-menu li {
  position: relative;
  margin: 0 10px;

}
header .header-menu > li {
  padding: 10px 0;
}
header .header-menu li a.active {
  color: #1abc9c;
  font-weight: 11600;
}
header .header-menu li:hover .sub-menu {
  display: block;
}
header .header-menu li.menu-item-has-children {
  background: url(../images/icons/sub-menu.png) no-repeat center right;
  padding-right: 15px;
}
header .header-menu .sub-menu {
  list-style-type: none;
  margin: 0;

  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 280px;
  padding: 30px;
  background: #f3f3f3;
  border-radius: 4px;
  z-index: 1;
}
header .header-menu .sub-menu li {
  margin: 0 0 10px;
}
header.fixed {
  background: white;
  box-shadow: 0px 4px 28px 6px rgba(240, 240, 240, 0.7);
}
header.fixed .logo img {
  width: 85px;
}

.admin-bar header {
  top: 32px;
}

.phone-right {
  text-align: right;
}
.phone-right .phone {
  background: url(../images/icons/phone.png) no-repeat center left;
  font-size: 24px;
  padding-left: 25px;
  font-weight: 700;
}
/*.phone-right .phone span {
  
}*/
.phone-right .callback-btn {
  color: #1abc9c;
  font-size: 16px;
  cursor: pointer;
  border-bottom: 1px dashed;
  padding-bottom: 5px;
  display: table;
  margin: 0 0 0 auto;
}

.section-main {
  background: url(../images/bg-main.jpg) no-repeat top center;
  min-height: 1000px;
  padding: 234px 0 50px;
}
.section-main .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-main .intro {
  max-width: 510px;
  padding-top: 32px;
    position: relative; /* Для правильного позиционирования */
    display: inline-block; /* Даем блоку подходящий размер */
    padding: 20px; /* Добавим отступы для лучшего восприятия */
    background-color: rgba(0, 0, 0, 0.5); /* Черный фон с 50% прозрачностью */
    color: white; /* Белый цвет текста */
    border-radius: 10px; /* Скругленные углы (по желанию) */
}
@media (max-width: 768px) {

    .text-container {
        margin-top: 80px; /* Увеличиваем отступ сверху, чтобы текст не перекрывал логотип */
    }
}
.section-main .intro h1 {
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 22px;
}
.section-main .intro ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.section-main .intro ul li {
  position: relative;
  font-size: 23px;
  padding-left: 25px;
  margin-bottom: 29px;
}
.section-main .intro ul li:before {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #1abc9c;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

.feedback {
  width: 455px;
}
.feedback .feedback-content {
  padding: 38px 27px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 9px 46px rgba(0, 0, 0, 0.27);
}
.feedback .feedback-title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.feedback .text-field {
  width: 100%;
  height: 55px;
  background-color: white;
  border: 1px solid #999;
  padding: 0 23px;
  margin-bottom: 25px;
}
.feedback .text-field.wpcf7-not-valid {
  border-color: red;
}
.feedback .submit-btn {
  width: 100%;
  height: 55px;
  background-color: #1abc9c;
  border: none;
  color: white;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}
.feedback .agreement-text {
  font-size: 14px;
  margin-top: 23px;
}
.feedback .agreement-text span {
  color: #247bf2;
  text-decoration: underline;
  cursor: pointer;
}

.title {
  color: #242424;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 50px;
}
.title.left {
  text-align: left;
}
.title.left:after {
  margin: 29px 0 0;
}
.title:after {
  content: "";
  width: 236px;
  height: 2px;
  background-color: #1abc9c;
  border-radius: 1px;
  display: block;
  margin: 18px auto 0;
}

.section-step {
  padding: 27px 0 15px;
}

.steps-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -26.5px;
}
.steps-list .step-item {
  width: 25%;
  padding: 0 26.5px;
  margin-bottom: 30px;
}
.steps-list .step-item .step-content {
  min-height: 244px;
  padding: 25px 19px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 11px 21px rgba(0, 0, 0, 0.16);
  transition: all ease 0.3s;
}
.steps-list .step-item .step-content:hover {
  background: #1abc9c;
}
.steps-list .step-item .step-content:hover .step-title, .steps-list .step-item .step-content:hover .step-text {
  color: white;
}
.steps-list .step-item .step-content:hover img {
  filter: brightness(0) invert(1);
}
.steps-list .step-item .step-content .step-image {
  margin-bottom: 13px;
}
.steps-list .step-item .step-content .step-title {
  font-weight: 600;
  margin-bottom: 8px;
}
.steps-list .step-item .step-content .step-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.section-uslugi {
  padding: 27px 0 15px;
}

.uslugi-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -26.5px;
}
.uslugi-list .uslugi-item {
  width: 25%;
  padding: 0 26.5px;
  margin-bottom: 30px;
}
.uslugi-list .uslugi-item .uslugi-content {
  min-height: 244px;
  padding: 25px 19px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 11px 21px rgba(0, 0, 0, 0.16);
  transition: all ease 0.3s;
}
.uslugi-list .uslugi-item .uslugi-content:hover {
  background: #1abc9c;
}
.uslugi-list .uslugi-item .uslugi-content:hover .uslugi-title, .uslugi-list .uslugi-item .uslugi-content:hover .uslugi-text {
  color: white;
}
.uslugi-list .uslugi-item .uslugi-content:hover img {
  filter: brightness(0) invert(1);
}
.uslugi-list .uslugi-item .uslugi-content .uslugi-image {
  margin-bottom: 13px;
}
.uslugi-list .uslugi-item .uslugi-content .uslugi-title {
  font-weight: 600;
  margin-bottom: 8px;
}
.uslugi-list .uslugi-item .uslugi-content .uslugi-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.section-advantages {
  background: url(../images/bg-advantages.jpg) no-repeat top center;
  min-height: 706px;
  padding: 167px 0 50px;
}
.section-advantages .title {
  color: white;
  margin: 0 0 75px;
}

.advantages-list {
  display: flex;
  justify-content: space-around;
  color: white;
}
.advantages-list .advantage-item {
  max-width: 203px;
}
.advantages-list .advantage-item .advantage-content {
  text-align: center;
}
.advantages-list .advantage-item .advantage-content .advantage-image {
  margin-bottom: 10px;
}
.advantages-list .advantage-item .advantage-content .advantage-title {
  font-weight: 600;
  margin-bottom: 8px;
}
.advantages-list .advantage-item .advantage-content .advantage-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.section-documents {
  overflow: hidden;
  padding: 40px 0;
}
.section-documents .title {
  margin: 0 0 24px;
}

.documents-list {
  margin-bottom: 41px;
}
.documents-list .slick-list {
  overflow: visible;
}
.documents-list .document-slide {
  opacity: 0.5;
  padding: 0 20px;
}
.documents-list .document-slide.slick-active {
  opacity: 1;
}
.documents-list .document-slide:hover img {
  border-color: #1abc9c;
}
.documents-list .document-slide img {
  display: block;
  border-radius: 5px;
  box-shadow: 0 11px 21px rgba(0, 0, 0, 0.16);
  border: 5px solid transparent;
  margin: 0 auto;
  transition: all ease 0.3s;
}

.slick-arrow {
  width: 27px;
  height: 27px;
  background-color: #1abc9c;
  border: none;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
  z-index: 1;
  position: absolute;
  top: 45%;
}
.slick-arrow.slick-prev {
  background: #1abc9c url(../images/icons/prev.png) no-repeat center;
  left: 0;
}
.slick-arrow.slick-next {
  background: #1abc9c url(../images/icons/next.png) no-repeat center;
  right: 0;
}

.document-title {
  color: #242424;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 13px;
}

.document-text {
  color: #242424;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.section-clients {
  padding: 82px 0 40px;
  overflow: hidden;
}
.section-clients .title {
  margin: 0 0 30px;
}

.clients-list {
  margin: 0 -26.5px;
}
.clients-list .slick-list {
  padding: 30px 0;
  margin: -30px 0;
}
.clients-list .client-slide {
  padding: 0 26.5px;
}
.clients-list .client-slide img {
  border-radius: 5px;
  box-shadow: 0 11px 21px rgb(0 0 0 / 16%);
  margin: 0 auto;
  height: 105px;
  object-fit: contain;
  padding: 15px 25px;
}

.slick-dots {
  padding: 0;
  margin: 22px 0 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-dots li {
  margin: 0 12.5px;
}
.slick-dots li button {
  width: 15px;
  height: 15px;
  background: #ccc;
  border-radius: 50%;
  border: none;
  font-size: 0;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background: #1abc9c;
}

.section-about {
  padding: 50px 0 155px;
}
.section-about .title {
  margin-bottom: 21px;
}
.section-about .title:after {
  margin: 8px 0 0;
}

.about-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
}

.about-gallery {
  margin: 0 -15px;
/*  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;*/
}
.about-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.4s;
}
.about-gallery .about-image {
  height: 270px;
  padding: 0 15px;
  overflow: hidden;
}

.about-text {
  color: #242424;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.about-left {
  max-width: 525px;
}

.about-info {
  max-width: 554px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-info .about-number {
  width: 48%;
  padding: 19px 25px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 11px 21px rgba(0, 0, 0, 0.16);
  margin-bottom: 17px;
  display: flex;
  align-items: center;
}
.about-info .about-number span {
  color: #1abc9c;
  font-size: 38px;
  font-weight: 700;
  margin-right: 20px;
}

.section-help {
  background: #f3f3f3;
  padding: 70px 0 75px;
}
.section-help .help {
  max-width: 500px;
}
.section-help .title {
  color: #131618;
  margin: 0 0 12px;
}
.section-help .title:after {
  display: none;
}
.section-help .help-form {
  color: #131618;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 30px;
}
.section-help .help-text {
  color: #131618;
  font-weight: 400;
  line-height: 24px;
}
.section-help .feedback {
  width: 473px;
  max-width: 100%;
  position: absolute;
  top: -125px;
  right: 15px;
  padding: 9px;
  border-radius: 10px;
  background: rgba(35, 44, 53, 0.4);
  z-index: 1;
}

footer {
  background: #131618;
  padding: 96px 0 45px;
  color: white;
}
footer .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer a {
  color: white;
}
footer .footer-logo {
  font-size: 24px;
  font-weight: 700;
}
footer .footer-menu {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer .footer-menu li {
  margin: 0 27.5px;
}
footer .phone-right .phone {
  font-size: 20px;
}

.footer-copyright {
  background: #0b0c0e;
  padding: 20px 0;
}
.footer-copyright .copyright {
  color: #535355;
  font-size: 11px;
  text-align: center;
}

/* .wpcf7-response-output, .wpcf7-not-valid-tip, .ajax-loader {
  display: none !important;
} */



.modal-form {
  display: none;
  padding: 0;
  border-radius: 10px;
}

#modal-privacy {
  width: 800px;
  max-width: 100%;
  padding: 38px 27px;
}
#modal-privacy p {
  color: #131618;
  font-weight: 400;
  line-height: 24px;
}

.error404 header, .page-template-default header {
  position: static;
  background: white;
  box-shadow: 0px 4px 28px 6px rgba(240, 240, 240, 0.7);
}

.error-404 {
  display: flex;
  justify-content: center;
  padding: 50px 0;
}

.accordion__item {
      margin-bottom: 0.5rem;
      border-radius: 0.25rem;
      box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 15%);
    }

    .accordion__header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0.75rem 1rem;
      color: #000000;
      font-weight: 700;
      background-color: #7bdcb5;
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem;
      cursor: pointer;
      transition: background-color 0.2s ease-out;
    }

    .accordion__header::after {
      flex-shrink: 0;
      width: 1.25rem;
      height: 1.25rem;
      margin-left: auto;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
      background-repeat: no-repeat;
      background-size: 1.25rem;
      content: "";
    }

    .accordion__item_show .accordion__header::after {
      transform: rotate(-180deg);
    }

    .accordion__header:hover {
      background-color: #7bdcb5;
    }

    .accordion__item_hidden .accordion__header {
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
    }

    .accordion__body {
      padding: 0.75rem 1rem;
      overflow: hidden;
      background: #fff;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
    }

    .accordion__item:not(.accordion__item_show) .accordion__body {
      display: none;
    }
.products {
	background: 
		url("https://stroysarmat.ru/wp-content/uploads/2026/01/fon2123213.jpg");
	background-size: cover;
	background-position: center;
	padding: 80px 20px;
}

.products-title {
	color: #ffffff;
	text-align: center;
	font-size: 32px;
	margin-bottom: 50px;
	font-weight: 700;
}

.products-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 30px;
	max-width: 1200px;
	margin: 0 auto;
}

/* Карточки — светлее фона */
.product-card {
	background: rgba(255, 255, 255, 0.95);
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 15px 40px rgba(0,0,0,.25);
	transition: transform .3s ease, box-shadow .3s ease;
}

.product-card img {
	width: 100%;
	height: 210px;
	object-fit: cover;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,.08);
}

.product-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 25px 60px rgba(0,0,0,.35);
}

/* Текст внутри карточки */
.card-body {
	padding: 26px;
	text-align: center;
}

.card-label {
	color: #1abc9c;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: block;
}

.card-body h3 {
	color: #1f2d3d;
	font-size: 20px;
	margin-bottom: 22px;
	font-weight: 600;
}

/* Кнопка */
.btn {
	display: inline-block;
	background: #1abc9c;
	color: #ffffff;
	padding: 14px 32px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 600;
	transition: background .3s ease, box-shadow .3s ease, transform .2s ease;
	box-shadow: 0 8px 20px rgba(26,188,156,.35);
}

.btn:hover {
	background: #17a589;
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(26,188,156,.45);
}
.footer-copyright__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.developer-link {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
}

.developer-link a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    transition: color 0.2s ease;
}

.developer-link a:hover {
    color: #22bfa3;
}

@media (max-width: 768px) {
    .footer-copyright__inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 8px;
    }
}
/* === Новый футер Сармат === */

.site-footer {
    position: relative;
    z-index: 1;
    background: #071018;
    color: #ffffff;
    margin-top: 180px;
    padding: 70px 0 55px;
}

.site-footer__wrapper {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.35fr 1.2fr;
    gap: 55px;
    align-items: flex-start;
}

.site-footer__col {
    min-width: 0;
}

.site-footer__logo {
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.15;
}

.site-footer__text {
    max-width: 270px;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.65;
}

.site-footer__title {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.site-footer__menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer__menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer__menu a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.45;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer__menu a:hover {
    color: #20bda7;
}

.site-footer__menu--legal a {
    max-width: 280px;
}

.site-footer__contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.site-footer__phone {
    display: block;
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer__email {
    display: block;
    margin: 4px 0 22px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.45;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer__phone:hover,
.site-footer__email:hover {
    color: #20bda7;
}

.site-footer__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 28px;
    border-radius: 8px;
    background: #20bda7;
    color: #071018;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.site-footer__button:hover {
    background: #17a894;
    color: #071018;
}

.site-footer-bottom {
    background: #071018;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 22px 0 26px;
}

.site-footer-bottom__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.site-footer-bottom__copyright,
.site-footer-bottom__dev a {
    color: rgba(255, 255, 255, 0.46);
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
}

.site-footer-bottom__dev a:hover {
    color: #20bda7;
}

/* Убираем возможные старые точки/отступы */
.site-footer ul,
.site-footer li {
    list-style: none;
}

/* Адаптив футера */
@media (max-width: 1200px) {
    .site-footer {
        margin-top: 160px;
        padding-top: 60px;
    }

    .site-footer__wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 45px 60px;
    }
}

@media (max-width: 767px) {
    .site-footer {
        margin-top: 80px;
        padding: 50px 0 40px;
    }

    .site-footer__wrapper {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .site-footer__logo {
        font-size: 23px;
    }

    .site-footer__title {
        margin-bottom: 16px;
    }

    .site-footer__phone {
        font-size: 19px;
    }

    .site-footer__button {
        width: 100%;
    }

    .site-footer-bottom__wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}
.agreement-text {
    margin: 16px 0 18px;
    font-size: 13px;
    line-height: 1.45;
    color: #22262d;
}

.agreement-text .wpcf7-list-item {
    margin: 0;
}

.agreement-text label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

.agreement-text input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-top: 2px;
    cursor: pointer;
}

.agreement-text a {
    color: #20bda7;
    text-decoration: underline;
}

.agreement-text a:hover {
    text-decoration: none;
}
/* === Исправление формы перед футером и чекбокса согласия === */

/* Опускаем футер ниже, чтобы форма не наезжала */
.site-footer {
    margin-top: 260px !important;
}

/* Сама форма — чтобы не прилипала к футеру */
.feedback {
    position: relative;
    z-index: 2;
}

/* Текст согласия под полями */
.feedback .agreement-text {
    display: block;
    width: 100%;
    margin: 18px 0 18px;
    color: #22262d;
    font-size: 13px;
    line-height: 1.45;
    text-align: left;
}

/* Ссылки в согласии */
.feedback .agreement-text a {
    color: #16b89f;
    text-decoration: underline;
}

.feedback .agreement-text a:hover {
    text-decoration: none;
}

/* Обертка acceptance от Contact Form 7 */
.feedback .agreement-text .wpcf7-list-item {
    margin: 0;
}

/* Выравнивание чекбокса и текста */
.feedback .agreement-text label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

/* Сам чекбокс */
.feedback .agreement-text input[type="checkbox"] {
    display: block !important;
    appearance: auto !important;
    -webkit-appearance: checkbox !important;
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin: 2px 0 0;
    cursor: pointer;
}

/* Текст рядом с чекбоксом */
.feedback .agreement-text .wpcf7-list-item-label {
    display: block;
    color: #22262d;
    font-size: 13px;
    line-height: 1.45;
}

/* Если старые стили CF7 ломают label */
.feedback .agreement-text span {
    color: inherit;
}

/* Кнопка после согласия */
.feedback .submit-btn,
.feedback .wpcf7-submit {
    margin-top: 0;
}

/* Мобильная версия */
@media (max-width: 767px) {
    .site-footer {
        margin-top: 160px !important;
    }

    .feedback .agreement-text {
        font-size: 12px;
        line-height: 1.45;
    }

    .feedback .agreement-text label {
        gap: 8px;
    }

    .feedback .agreement-text input[type="checkbox"] {
        width: 17px;
        min-width: 17px;
        height: 17px;
    }
}
/* Первый экран — фон на всю ширину и высоту экрана */
.section-main#top {
    width: 100vw;
    min-height: 100vh;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}