/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.3;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
:root {
  --primary: #e0b121;
  --secondary: #57161e;
  --secondary-h: #67101a;
  --gray: #666;
  --gray-l: #f1f1f1;
  --gray-m: #ccc;
  --black: #333;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*,
*::after,
*::before {
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
img {
  max-width: 100%;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.body-hidden {
  overflow: hidden;
  touch-action: none;
}
.body {
  font-family: Rubik, sans-serif;
  font-size: 17px;
}
:root {
  --content-width: 1530px;
  --offset-width: 15px;
  --container-width: calc(var(--content-width) + (var(--offset-width) * 2));
}
.container {
  max-width: var(--container-width);
  width: 100%;
  padding: 0 var(--offset-width);
  margin: 0 auto;
}
.btn-s {
  --background: var(--secondary);
  --border: var(--secondary);
  --color: white;
  --background-h: var(--secondary-h);
  --border-h: var(--secondary-h);
  --color-h: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  outline: 0;
  cursor: pointer;
  border: 1px solid var(--border);
  background-color: var(--background);
  padding: 16px 19px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  color: var(--color);
  text-align: center;
  transition:
    color 0.3s ease,
    border-color 0.3s ease,
    background-color 0.3s ease;
}
.btn-s._outline-white {
  --background: transparent;
  --border: white;
  --color: white;
  --background-h: white;
  --border-h: white;
  --color-h: black;
}
.btn-s._primary {
  --background: var(--primary);
  --border: var(--primary);
  --color: white;
  --background-h: var(--secondary);
  --border-h: var(--secondary);
  --color-h: white;
}
.list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.list-simple._white li .rect {
  background-color: #fff;
  color: var(--primary);
}
.list-simple li {
  display: flex;
  align-items: start;
  gap: 15px;
  font-size: 20px;
  line-height: 130%;
}
.list-simple li .rect {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  border-radius: 3px;
  color: #fff;
  width: 30px;
  height: 30px;
  margin-top: 3px;
  flex-shrink: 0;
}
.list-simple li .rect svg {
  width: 17px;
  height: 17px;
}
.s-title {
  font-weight: 500;
  font-size: 40px;
  margin: 0;
}
.t-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  margin: 0;
}
.sect-m {
  margin: 80px 0;
}
.sect-p {
  padding: 80px 0;
}
.sect-p.bg-gray-l + .sect-p.bg-gray-l {
  padding-top: 0 !important;
}
.sect-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}
.content-box {
  line-height: 130%;
}
.content-box > * {
  margin: 0;
}
.content-box > *:not(:last-child) {
  margin-bottom: 20px;
}
.content-box a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.bg-gray-l {
  background-color: var(--gray-l);
}
.bg-linear {
  background: linear-gradient(
    180deg,
    #7a6012 0,
    #947516 10.11%,
    #ae8a1a 35.24%,
    #e0b121 100%
  );
}
.card-service {
  padding: 20px 15px;
  border-radius: 25px;
  background-color: #fff;
}
.card-service__body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px 25px;
  border-radius: 20px;
  aspect-ratio: 1/1.2;
  overflow: hidden;
  color: #fff;
  z-index: 1;
}
.card-service__body::before {
  position: absolute;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2) 52.78%,
    rgba(0, 0, 0, 0.6) 74.08%
  );
  inset: 0;
  z-index: -1;
}
.card-service__title {
  margin-bottom: 15px;
}
.card-service__content {
  margin: 0;
}
[data-more-item] {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  display: none;
  transition:
    opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
[data-more-item]._open {
  display: block;
}
[data-more-item]._show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.range-slider {
  position: relative;
  border: none !important;
  background: var(--gray-m) !important;
  box-shadow: none;
  cursor: pointer;
  height: 5px;
}
.range-slider::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--progress);
  background-color: var(--primary);
  z-index: 1;
  transition: width 0.3s ease;
}
.range-slider .noUi-connect {
  background-color: var(--gray-m);
}
.range-slider .noUi-handle {
  cursor: pointer;
  width: 22px;
  height: 22px;
  background-color: var(--primary);
  border-radius: 50%;
  top: -9px;
  border: none;
  box-shadow: none;
}
.range-slider .noUi-handle::after,
.range-slider .noUi-handle::before {
  display: none;
}
.range-slider-values {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.2);
}
.radios {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  row-gap: 10px;
}
.input-radio {
  display: none;
}
.input-radio:checked + .label-radio {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.label-radio {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 10px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  text-align: center;
  transition:
    color 0.3s ease,
    border-color 0.3s ease,
    background-color 0.3s ease;
}
.select {
  position: relative;
  width: 100%;
}
.select._open .select-btn .triangle {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 1;
}
.select._open .select-body {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.select-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 20px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  gap: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 100%;
}
.select-btn .triangle {
  opacity: 0.2;
  width: 12px;
  height: 8px;
  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;
}
.select-input {
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0);
  outline: 0;
  pointer-events: none;
  border: none;
  flex: 1;
  font-size: 16px;
}
.select-input::-webkit-input-placeholder {
  color: #000;
}
.select-input:-ms-input-placeholder {
  color: #000;
}
.select-input::-ms-input-placeholder {
  color: #000;
}
.select-input::placeholder {
  color: #000;
}
.select-body {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1490196078);
  max-height: 200px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 10px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    -webkit-transform 0.3s ease;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease,
    visibility 0.3s ease;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease,
    visibility 0.3s ease,
    -webkit-transform 0.3s ease;
}
.select-body::-webkit-scrollbar {
  width: 3px;
}
.select-body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}
.select-body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 20px;
}
.select-item {
  font-size: 16px;
  cursor: pointer;
  padding: 10px 14px;
  transition: background-color 0.3s ease;
}
.select-item:not(:last-child) {
  border-bottom: 1px solid var(--gray-m);
}
.select-item .name {
  display: block;
}
.select-item .price {
  display: block;
  color: var(--gray);
  font-size: 14px;
}
.checkboxes {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.input-check {
  display: none;
}
.input-check:checked + .label-check::before {
  background: url(../img/check-white.svg) center/12px auto no-repeat;
  background-color: var(--primary);
}
.label-check {
  display: flex;
  gap: 15px;
  font-size: 16px;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.label-check::before {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  flex-shrink: 0;
  border: 1px solid var(--primary);
  content: "";
  transition: background-color 0.3s ease;
}
.input-control {
  width: 100%;
}
.input {
  width: 100%;
  font-size: 16px;
  outline: 0;
  padding: 18px 25px;
  border-radius: 10px;
  background-color: #fff;
  border: none;
}
.input::-webkit-input-placeholder {
  color: var(--gray);
}
.input:-ms-input-placeholder {
  color: var(--gray);
}
.input::-ms-input-placeholder {
  color: var(--gray);
}
.input::placeholder {
  color: var(--gray);
}
.input._border-primary {
  border: 1px solid var(--primary);
}
.check-policy {
  font-size: 14px;
}
.check-policy input[type="checkbox"] {
  display: none;
}
.check-policy input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background: url(../img/check.svg) center/12px auto no-repeat;
  background-color: #fff;
}
.check-policy._primary
  input[type="checkbox"]:checked
  + .wpcf7-list-item-label::before {
  background: url(../img/check-white.svg) center/12px auto no-repeat;
  background-color: var(--primary);
}
.check-policy._primary .wpcf7-list-item-label::before {
  border-color: var(--primary);
}
.check-policy .wpcf7-list-item-label {
  display: flex;
  align-items: start;
  gap: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.check-policy .wpcf7-list-item-label::before {
  content: "";
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #fff;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.check-policy .wpcf7-list-item-label span {
  display: block;
  margin-top: 3px;
}
.check-policy .wpcf7-list-item-label a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
.slider-pagination .swiper-pagination-bullet {
  background-color: var(--gray);
  opacity: 1 !important;
  margin: 0 !important;
  width: 8px;
  height: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary);
}
.slider-arrows {
  display: flex;
  gap: 25px;
  flex-shrink: 0;
}
.slider-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 10px;
  width: 54px;
  height: 54px;
  flex-shrink: 0;
  background-color: var(--primary);
  color: #fff;
  transition:
    color 0.3s ease,
    background-color 0.3s ease;
}
.slider-arrow.swiper-button-disabled {
  pointer-events: none;
  background: rgba(0, 0, 0, 0.19);
}
.slider-arrow svg {
  width: 28px;
  height: 15px;
}
.before-after {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/0.72;
  border-radius: 25px;
}
.before-after .img-after,
.before-after .img-before {
  position: absolute;
  display: block;
  right: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -o-object-position: center right;
  object-position: center right;
}
.before-after .img-after {
  z-index: 1;
}
.before-after-range {
  position: absolute;
  cursor: pointer;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  z-index: 5;
}
.before-after-slider {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 4;
}
.before-after-slider .inside {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  background-color: #fff;
  width: 2px;
}
.before-after-slider .circle {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url(../img/arrows.svg) center/20px auto no-repeat;
  background-color: #fff;
}
.card-team__gallery {
  display: flex;
  align-items: flex-end;
  aspect-ratio: 1/1.25;
  background-color: var(--gray-l);
  overflow: hidden;
  border-radius: 25px;
}
.card-team__gallery img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.card-team__title {
  margin-top: 30px;
  font-weight: 400;
}
.card-team__post {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 10px;
}
.social {
  display: flex;
  gap: 10px;
}
.social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 48px;
  background-color: var(--secondary);
  border-radius: 10px;
  color: #fff;
  transition: background-color 0.3s ease;
}
.social-item svg {
  width: 20px;
  height: 20px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  padding: 60px 0 20px 0;
  z-index: 100;
  transition:
    padding 0.3s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease,
    -webkit-transform 0.3s ease;
  transition:
    padding 0.3s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
  transition:
    padding 0.3s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
.header._hide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header._scroll {
  background-color: #fff;
  color: #000;
  padding: 20px 0;
  box-shadow: 4px 4px 10px 0 rgba(150, 150, 150, 0.25);
}
.header._scroll .logo-white {
  display: none;
}
.header._scroll .logo-black {
  display: block;
}
.header__wrapper {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header__logo {
  display: block;
  width: 175px;
}
.header__logo img {
  display: block;
  width: 100%;
}
.header__logo .logo-black {
  display: none;
}
.header__nav {
  margin: 0 75px 0 auto;
}
.header__list {
  display: flex;
  gap: 20px;
}
.header__list a {
  transition: color 0.3s ease;
}
.header__contacts {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header__contacts .icon {
  display: block;
  width: 24px;
  height: 24px;
}
.header__contacts .info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.header__contacts a {
  display: block;
  transition: color 0.3s ease;
}
.header__btn {
  font-size: 14px;
  min-height: 54px;
}
.header__mob {
  display: flex;
  gap: 20px;
}
.header__social-btn {
  display: block;
  width: 30px;
  height: 30px;
}
.header__social-btn svg {
  width: 100%;
  height: 100%;
}
.header__burger-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  width: 30px;
  height: 30px;
  transition: color 0.3s ease;
}
.header__burger-btn._active div {
  position: absolute;
}
.header__burger-btn._active div:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__burger-btn._active div:nth-child(2) {
  opacity: 0;
}
.header__burger-btn._active div:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header__burger-btn div {
  width: 100%;
  height: 2px;
  background-color: currentColor;
  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;
}
.burger-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 105;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}
.burger-overlay._active {
  opacity: 1;
  visibility: visible;
}
.burger {
  position: fixed;
  overflow-y: auto;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 20px 18px;
  top: 0;
  left: 0;
  width: 350px;
  max-width: 100%;
  height: 100svh;
  z-index: 110;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    -webkit-transform 0.3s ease;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    transform 0.3s ease;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
.burger._open {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}
.burger__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.burger__logo {
  display: block;
  width: 120px;
}
.burger__logo img {
  display: block;
  width: 100%;
}
.burger__close {
  width: 25px;
  height: 25px;
  transition: color 0.3s ease;
}
.burger__close svg {
  width: 100%;
  height: 100%;
}
.burger__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
.burger__list a {
  transition: color 0.3s ease;
}
.burger__social {
  margin-top: auto;
}
.burger__contacts {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.burger__contacts .icon {
  display: block;
  width: 24px;
  height: 24px;
}
.burger__contacts .info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.burger__contacts a {
  display: block;
  transition: color 0.3s ease;
}
.burger__btn {
  width: 100%;
  margin-top: 30px;
}
.s-hero {
  margin-bottom: 40px;
}
.s-hero__body {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  margin: 20px 20px 0 20px;
  padding-top: 110px;
  display: flex;
  align-items: flex-end;
  min-height: 780px;
  background: linear-gradient(
    180deg,
    #7a6012 0,
    #947516 10.11%,
    #ae8a1a 35.24%,
    #e0b121 100%
  );
  color: #fff;
}
.s-hero__wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
}
.s-hero__info {
  max-width: 770px;
}
.s-hero__content {
  margin: 30px 0 0 0;
}
.s-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  gap: 30px;
  row-gap: 15px;
}
.s-hero__img {
  display: block;
  width: 680px;
  align-self: flex-end;
}
.s-hero__adv {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}
.s-hero__adv-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.s-hero__adv-item {
  border-radius: 25px;
  padding: 40px;
  box-shadow: 4px 4px 10px 0 rgba(150, 150, 150, 0.25);
  background: #fff;
}
.s-hero__adv-item .icon {
  display: block;
  width: 75px;
}
.s-hero__adv-item .title {
  margin-top: 40px;
  font-weight: 400;
}
.s-hero__adv-item .text {
  color: var(--gray);
  margin: 20px 0 0 0;
}
.s-about__wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 40px;
  row-gap: 30px;
}
.s-about__img {
  display: block;
  width: 610px;
  border-radius: 25px;
}
.s-about__info {
  flex: 0 1 840px;
  padding-top: 40px;
}
.s-about__title {
  margin-bottom: 40px;
  max-width: 540px;
}
.s-about__content {
  color: var(--gray);
  font-size: 16px;
}
.s-about__list {
  max-width: 580px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
  gap: 40px;
}
.s-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.s-services__grid [data-more-item]:nth-child(-n + 6) {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.s-services__btn-more {
  width: 340px;
  margin: 50px auto 0 auto;
}
.s-calc__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.s-calc__block {
  padding: 25px 35px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  transition: opacity 0.3s ease;
}
.s-calc__block-title {
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 40px;
}
.s-calc__item:not(:last-child) {
  margin-bottom: 40px;
}
.s-calc__item .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.s-calc__item .head .title {
  margin: 0;
}
.s-calc__item .title {
  font-weight: 400;
  margin-bottom: 10px;
}
.s-calc__item .range-slider-value {
  font-size: 20px;
}
.s-calc__item .item-error {
  color: #cf3636;
}
.s-calc__res-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.s-calc__res-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  gap: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.s-calc__res-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-weight: 500;
  font-size: 25px;
}
.s-calc__submit-res {
  width: 325px;
  max-width: 100%;
  margin-top: 40px;
}
.s-calc__form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.s-calc__form .btn-s[type="submit"] {
  width: 100%;
}
.s-calc__btn-back {
  width: 100%;
  margin-top: 20px;
}
.s-complectation {
  position: relative;
  color: #fff;
  overflow: hidden;
  z-index: 1;
}
.s-complectation__body {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.s-complectation__info {
  max-width: 815px;
}
.s-complectation__title {
  margin-bottom: 40px;
}
.s-complectation__content {
  max-width: 770px;
}
.s-complectation__grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 645px;
}
.s-complectation__item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.s-complectation__item .icon {
  width: 75px;
  flex-shrink: 0;
}
.s-complectation__item .name {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
}
.s-complectation__item .text {
  font-size: 13px;
  line-height: 140%;
  opacity: 0.8;
  margin: 0;
}
.s-complectation__img {
  position: absolute;
  display: block;
  right: 0;
  bottom: -90px;
  width: 775px;
  pointer-events: none;
  z-index: -1;
}
.s-examples .slider-arrows {
  display: flex !important;
}
.s-steps__wrapper {
  position: relative;
  z-index: 1;
}
.s-steps__wrapper::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 3px;
  top: 5px;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.s-steps__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
}
.s-steps__item::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--primary);
  margin-bottom: 5px;
}
.s-steps__item .num {
  font-weight: 500;
  font-size: 60px;
  line-height: 100%;
  margin-bottom: 20px;
  color: var(--primary);
}
.s-steps__item .text {
  font-size: 20px;
}
.s-connect__body {
  position: relative;
  color: #fff;
  overflow: hidden;
  margin: 0 18px;
  border-radius: 25px;
  min-height: 465px;
  z-index: 1;
}
.s-connect__img {
  position: absolute;
  bottom: 0;
  display: block;
  pointer-events: none;
  left: 0;
  z-index: -1;
}
.s-connect__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  row-gap: 30px;
}
.s-connect__info {
  flex: 0 1 675px;
}
.s-connect__title {
  margin-bottom: 40px;
}
.s-connect__content {
  margin: 0;
}
.s-connect__form {
  display: grid;
  grid-template-columns: 1fr;
  flex: 0 1 675px;
  gap: 30px;
}
.s-connect__form .btn-s[type="submit"] {
  margin-top: 15px;
  width: 100%;
}
.s-equipment__slide {
  border-radius: 25px;
  background-color: #fff;
  overflow: hidden;
  padding: 20px 15px;
  box-sizing: border-box;
}
.s-equipment__slide-body {
  position: relative;
  aspect-ratio: 1/1.25;
}
.s-equipment__slide-body .img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.s-equipment__slide-body .title {
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px;
  min-height: 105px;
  backdrop-filter: blur(3px);
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.14) 0,
    rgba(0, 0, 0, 0.33) 34.39%,
    rgba(0, 0, 0, 0.5) 77.75%
  );
}
.s-legal {
  color: #fff;
}
.s-legal__wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 40px;
  row-gap: 30px;
}
.s-legal__img {
  display: block;
  border-radius: 25px;
  width: 610px;
}
.s-legal__info {
  flex: 0 1 770px;
}
.s-legal__title {
  margin-bottom: 40px;
}
.s-legal__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.s-legal__content-box {
  margin-top: 40px;
}
.s-reviews__slide {
  padding: 25px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: var(--gray-l);
  min-height: 350px;
  box-sizing: border-box;
  height: auto !important;
}
.s-reviews__slide .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  row-gap: 10px;
}
.s-reviews__slide .stars {
  display: flex;
  gap: 5px;
}
.s-reviews__slide .stars svg {
  color: var(--primary);
  width: 20px;
  height: 20px;
}
.s-reviews__slide .date {
  margin-top: 10px;
}
.s-reviews__slide .descr {
  margin: 20px 0 0 0;
}
.s-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.s-faq__spoller-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  cursor: pointer;
  padding: 18px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 20px;
}
.s-faq__spoller-btn._spoller-active svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.s-faq__spoller-btn svg {
  width: 12px;
  height: 12px;
  opacity: 0.2;
  flex-shrink: 0;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
.s-faq__spoller-body {
  padding: 18px;
}
.s-contacts__body {
  position: relative;
  padding: 35px 0;
  z-index: 1;
}
.s-contacts__info {
  padding: 50px;
  border-radius: 4px;
  width: 425px;
  max-width: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  background: linear-gradient(
    180deg,
    #7a6012 0,
    #947516 10.11%,
    #ae8a1a 27.03%,
    #e0b121 63.13%
  );
  color: #fff;
}
.s-contacts__logo {
  display: block;
  width: 280px;
  margin-bottom: 30px;
}
.s-contacts__item:not(:last-child) {
  margin-bottom: 20px;
}
.s-contacts__item a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: color 0.3s ease;
}
.s-contacts__item .tel {
  display: block;
  width: fit-content;
  font-weight: 500;
  font-size: 24px;
}
.s-contacts__item .name {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 20px;
}
.s-contacts__btn {
  width: 215px;
  max-width: 100%;
  margin-top: 25px;
}
.s-contacts__bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  row-gap: 10px;
}
.s-contacts__map {
  position: absolute;
  inset: 0;
  background-color: var(--gray-l);
  z-index: -1;
}
.footer {
  padding: 40px 0;
  background-color: var(--gray-l);
  color: var(--black);
}
.footer__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.footer__logo {
  display: block;
  width: 180px;
  order: 1;
}
.footer__logo img {
  display: block;
  width: 100%;
}
.footer__list {
  display: flex;
  gap: 20px;
  flex-shrink: 0;
  order: 2;
}
.footer__list a {
  font-weight: 300;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.3s ease;
}
.footer__end {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-shrink: 0;
  order: 3;
}
.footer__tel {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 500;
  transition: color 0.3s ease;
}
.footer__tel .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: currentColor;
  transition: background-color 0.3s ease;
}
.footer__tel .circle svg {
  width: 24px;
  height: 24px;
  color: #fff;
}
@media (min-width: 768px) {
  .slider-pagination._mob {
    display: none;
  }
}
@media (min-width: 992px) {
  .header__mob {
    display: none;
  }
  .burger-overlay {
    display: none;
  }
  .burger {
    display: none;
  }
}
@media (min-width: 1200px) {
  .s-legal__info {
    padding-top: 40px;
  }
}
@media (max-width: 1680px) {
  .header {
    padding-top: 20px;
  }
  .s-hero__body {
    margin: 0;
    border-radius: 0;
  }
}
@media (max-width: 1539px) {
  .header__nav {
    margin-right: 0;
  }
  .s-complectation__img {
    width: 650px;
  }
}
@media (max-width: 1365px) {
  .body {
    font-size: 16px;
  }
  .header__wrapper {
    gap: 20px;
  }
  .header__logo {
    width: 120px;
  }
  .header__list {
    gap: 15px;
    font-size: 15px;
  }
  .s-hero__body {
    min-height: 610px;
  }
  .s-hero__info {
    padding-bottom: 30px;
  }
  .s-hero__buttons {
    margin-top: 30px;
  }
  .s-hero__img {
    width: 500px;
  }
  .s-hero__adv-wrapper {
    gap: 20px;
  }
  .s-hero__adv-item {
    padding: 25px;
  }
  .s-about__img {
    width: 500px;
  }
  .s-about__info {
    padding-top: 0;
  }
  .s-services__grid {
    gap: 20px;
  }
  .s-complectation__img {
    width: 500px;
  }
  .s-steps__grid {
    gap: 30px;
    row-gap: 40px;
  }
  .s-steps__item .text {
    font-size: 18px;
  }
  .s-faq__spoller-btn {
    font-size: 18px;
  }
  .footer__list {
    order: 3;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 15px;
  }
  .footer__end {
    order: 2;
  }
}
@media (max-width: 1199px) {
  .list-simple li {
    font-size: 18px;
  }
  .s-title {
    font-size: 32px;
  }
  .header__contacts {
    display: none;
  }
  .s-hero__body {
    padding-top: 100px;
  }
  .s-hero__adv {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-top: 30px;
  }
  .s-about__img {
    width: 450px;
  }
  .s-about__title {
    margin-bottom: 30px;
  }
  .s-about__list {
    gap: 20px;
  }
  .s-calc__grid {
    gap: 25px;
  }
  .s-calc__block {
    padding: 20px;
  }
  .s-calc__block-title {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .s-calc__item:not(:last-child) {
    margin-bottom: 25px;
  }
  .s-calc__res-list {
    gap: 15px;
  }
  .s-calc__res-list li {
    font-size: 18px;
  }
  .s-calc__res-price {
    font-size: 22px;
    margin-top: 25px;
  }
  .s-calc__submit-res {
    margin-top: 30px;
  }
  .s-complectation__body {
    position: static;
  }
  .s-complectation__img {
    width: 400px;
  }
  .s-steps__wrapper::before {
    display: none;
  }
  .s-steps__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .s-steps__item::before {
    display: none;
  }
  .s-equipment__slide-body .title {
    font-size: 16px;
    padding: 15px;
    min-height: 60px;
    border-radius: 12px;
  }
  .s-legal__img {
    width: 450px;
  }
  .s-faq__grid {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  .t-title {
    font-size: 18px;
  }
  .sect-head {
    margin-bottom: 30px;
  }
  .card-team__gallery {
    border-radius: 16px;
  }
  .card-team__title {
    margin-top: 20px;
  }
  .header__wrapper {
    justify-content: space-between;
  }
  .header__nav {
    position: absolute;
    opacity: 0;
    left: -9999px;
    z-index: -9999;
  }
  .header__btn {
    display: none;
  }
  .s-hero__wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  .s-hero__info {
    max-width: none;
    width: 100%;
    padding-bottom: 0;
  }
  .s-hero__adv-wrapper {
    grid-template-columns: 1fr;
  }
  .s-hero__adv-item .title {
    margin-top: 25px;
  }
  .s-about__wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .s-about__img {
    width: 610px;
  }
  .s-about__info {
    flex: auto;
    width: 100%;
  }
  .s-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .s-services__btn-more {
    margin-top: 30px;
  }
  .s-calc__grid {
    grid-template-columns: 1fr;
  }
  .s-complectation__body {
    padding-bottom: 0 !important;
  }
  .s-complectation__grid {
    max-width: none;
  }
  .s-complectation__img {
    position: static;
    width: 500px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .s-connect__body {
    margin: 0;
    border-radius: 0;
  }
  .s-connect__wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
  .s-connect__info {
    flex: auto;
    width: 100%;
  }
  .s-connect__title {
    margin-bottom: 30px;
  }
  .s-connect__form {
    flex: auto;
    width: 100%;
  }
  .s-equipment {
    overflow: hidden;
  }
  .s-equipment__slider {
    overflow: visible !important;
  }
  .s-equipment__slide {
    width: 350px !important;
    max-width: 100%;
  }
  .s-legal__wrapper {
    flex-wrap: wrap;
  }
  .s-legal__img {
    width: 610px;
    margin: 0 auto;
  }
  .s-legal__info {
    flex: auto;
    width: 100%;
  }
  .s-legal__title {
    margin-bottom: 30px;
  }
  .s-legal__list {
    gap: 20px;
  }
  .s-legal__content-box {
    margin-top: 30px;
  }
  .s-reviews {
    overflow: hidden;
  }
  .s-reviews__slider {
    overflow: visible !important;
  }
  .s-reviews__slide {
    width: 350px !important;
    max-width: 100%;
  }
  .s-reviews__slide .head {
    flex-direction: column;
    align-items: start;
  }
  .s-faq__spoller-btn {
    padding: 15px;
  }
  .s-faq__spoller-body {
    padding: 15px;
  }
  .s-contacts__body {
    padding: 0;
  }
  .s-contacts__info {
    width: 100%;
    padding: 30px;
  }
  .s-contacts__info-body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .s-contacts__item:not(:last-child) {
    margin-bottom: 0;
  }
  .s-contacts__map {
    position: static;
    height: 400px;
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .body {
    font-size: 15px;
  }
  .btn-s {
    padding: 13px 17px;
    font-size: 15px;
  }
  .list-simple li {
    font-size: 16px;
  }
  .list-simple li .rect {
    width: 24px;
    height: 24px;
  }
  .list-simple li .rect svg {
    width: 14px;
    height: 14px;
  }
  .s-title {
    font-size: 28px;
  }
  .sect-m {
    margin: 50px 0;
  }
  .sect-p {
    padding: 50px 0;
  }
  .card-service {
    padding: 15px;
    border-radius: 16px;
  }
  .card-service__body {
    padding: 15px;
    border-radius: 12px;
  }
  .label-radio {
    min-height: 47px;
  }
  .select-btn {
    padding: 14px 17px;
  }
  .select-input {
    font-size: 15px;
  }
  .input {
    padding: 14px 17px;
  }
  .input::-webkit-input-placeholder {
    font-size: 15px;
  }
  .input:-ms-input-placeholder {
    font-size: 15px;
  }
  .input::-ms-input-placeholder {
    font-size: 15px;
  }
  .input::placeholder {
    font-size: 15px;
  }
  .slider-pagination {
    margin-top: 20px;
  }
  .slider-arrows {
    gap: 16px;
  }
  .slider-arrow {
    width: 42px;
    height: 42px;
  }
  .slider-arrow svg {
    width: 24px;
    height: 12px;
  }
  .before-after {
    border-radius: 16px;
  }
  .header {
    padding: 15px 0;
  }
  .header._scroll {
    padding: 15px 0;
  }
  .burger {
    padding: 15px 18px;
  }
  .s-hero__content {
    margin-top: 25px;
  }
  .s-hero__buttons {
    margin-top: 20px;
  }
  .s-hero__adv-item {
    border-radius: 16px;
  }
  .s-hero__adv-item .icon {
    width: 60px;
  }
  .s-about__title {
    margin-bottom: 25px;
  }
  .s-about__list {
    margin-top: 25px;
  }
  .s-services__grid {
    gap: 15px;
  }
  .s-services__btn-more {
    margin-top: 25px;
  }
  .s-calc__form {
    gap: 15px;
  }
  .s-complectation__title {
    margin-bottom: 30px;
  }
  .s-complectation__grid {
    gap: 20px;
    margin-top: 30px;
  }
  .s-examples {
    overflow: hidden;
  }
  .s-examples__slider {
    overflow: visible !important;
  }
  .s-examples__slide {
    width: 360px !important;
    max-width: 100%;
  }
  .s-steps__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .s-steps__item .num {
    margin-bottom: 15px;
  }
  .s-team {
    overflow: hidden;
  }
  .s-team__slider {
    overflow: visible !important;
  }
  .s-team__slider .swiper-slide {
    width: 235px !important;
    max-width: 100%;
  }
  .s-legal__title {
    margin-bottom: 25px;
  }
  .s-faq__spoller-btn {
    font-size: 16px;
  }
  .s-contacts__info {
    padding: 25px 20px;
  }
  .s-contacts__logo {
    width: 200px;
    margin: 0 auto 30px auto;
  }
  .footer__wrapper {
    justify-content: center;
  }
  .footer__logo {
    width: 150px;
  }
  .footer__end {
    width: 100%;
    flex-direction: column;
    gap: 15px;
  }
  .footer__tel {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .s-title {
    font-size: 26px;
  }
  .radios {
    grid-template-columns: 1fr;
  }
  .slider-arrows {
    display: none;
  }
  .s-hero__buttons .btn-s {
    width: 100%;
  }
  .s-about__list {
    grid-template-columns: 1fr;
  }
  .s-services__grid {
    grid-template-columns: 1fr;
  }
  .s-services__btn-more {
    width: 100%;
  }
  .s-calc__block-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .s-calc__item .title {
    font-size: 16px;
  }
  .s-calc__res-list li {
    font-size: 16px;
  }
  .s-calc__res-price {
    font-size: 20px;
  }
  .s-calc__submit-res {
    width: 100%;
    margin-top: 25px;
  }
  .s-complectation__grid {
    grid-template-columns: 1fr;
  }
  .s-steps__grid {
    gap: 20px;
  }
  .s-steps__item .num {
    font-size: 50px;
  }
  .s-steps__item .text {
    font-size: 16px;
  }
  .s-contacts__info-body {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .s-contacts__btn {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .s-steps__grid {
    grid-template-columns: 1fr;
  }
  .s-steps__item {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .s-steps__item .num {
    margin: 0;
    min-width: 35px;
  }
}
@media (any-hover: hover) {
  .btn-s:hover {
    background-color: var(--background-h);
    border-color: var(--border-h);
    color: var(--color-h);
  }
  .content-box a:hover {
    text-decoration: none;
  }
  .label-radio:hover {
    border-color: var(--primary);
  }
  .select-item:hover {
    background-color: var(--gray-l);
  }
  .check-policy .wpcf7-list-item-label a:hover {
    text-decoration: none;
  }
  .slider-pagination .swiper-pagination-bullet:hover {
    background-color: var(--primary);
  }
  .slider-arrow:hover {
    background-color: var(--secondary);
  }
  .social-item:hover {
    background-color: var(--secondary-h);
  }
  .header__list a:hover {
    color: var(--primary);
  }
  .header__contacts a:hover {
    color: var(--primary);
  }
  .burger__close:hover {
    color: var(--primary);
  }
  .burger__list a:hover {
    color: var(--primary);
  }
  .burger__contacts a:hover {
    color: var(--primary);
  }
  .s-contacts__item a:hover {
    color: var(--secondary);
  }
  .footer__list a:hover {
    color: var(--secondary);
  }
  .footer__tel:hover {
    color: var(--secondary);
  }
}
@media (hover: none) {
  .btn-s:active {
    background-color: var(--background-h);
    border-color: var(--border-h);
    color: var(--color-h);
  }
  .content-box a:active {
    text-decoration: none;
  }
  .label-radio:active {
    border-color: var(--primary);
  }
  .select-item:active {
    background-color: var(--gray-l);
  }
  .check-policy .wpcf7-list-item-label a:active {
    text-decoration: none;
  }
  .slider-pagination .swiper-pagination-bullet:active {
    background-color: var(--primary);
  }
  .slider-arrow:active {
    background-color: var(--secondary);
  }
  .social-item:active {
    background-color: var(--secondary-h);
  }
  .header__list a:active {
    color: var(--primary);
  }
  .header__contacts a:active {
    color: var(--primary);
  }
  .burger__close:active {
    color: var(--primary);
  }
  .burger__list a:active {
    color: var(--primary);
  }
  .burger__contacts a:active {
    color: var(--primary);
  }
  .s-contacts__item a:active {
    color: var(--secondary);
  }
  .footer__list a:active {
    color: var(--secondary);
  }
  .footer__tel:active {
    color: var(--secondary);
  }
}
.wpcf7-list-item {
  margin: 0;
}

.wpcf7-response-output,
.wpcf7-spinner {
  display: none !important;
}
.wpcf7-not-valid-tip {
  color: #cf3636;
}
.body.error404, .body.page-template-template-thank {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.body.error404 main, .body.page-template-template-thank main {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.s-notfound {
  display: flex;
  align-items: center;
  text-align: center;
  flex: 1;
}
.s-thank {
  display: flex;
  align-items: center;
  text-align: center;
  flex: 1;
  text-align: center;
}
.s-notfound__num {
  font-weight: 600;
  font-size: 120px;
}
.s-thank__content {
  margin: 20px 0px;
}
.s-notfound__descr {
  margin: 20px 0;
}
.s-notfound__btn {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}
.s-thank__btn {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .s-notfound__num {
    font-size: 32px;
  }
}
