/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -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;
  -webkit-text-decoration: underline dotted;
  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 {
  --black: #0a0a0a;
  --primary: #436a57;
  --primary-hover: #355c49;
  --primary-light: #699b82;
  --gray: #e4e4e4;
  --gray-l: #f6f6f6;
  --silver: #adadad;
  --gallery: #ececec;
  --haze: #f8fafb;
  --lynch: #6a7e9f;
  --lynch-hover: #5a6c8a;
  --westar: #e5e2dc;
}
html {
  box-sizing: border-box;
}
*,
*::after,
*::before {
  box-sizing: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
}
body {
  font-family: Raleway, sans-serif;
  color: var(--black);
}
.body-hidden {
  overflow: hidden;
  touch-action: none;
  min-height: 100vh;
}
:root {
  --content-width: 1410px;
  --offset-width: 20px;
  --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;
}
._roboto {
  font-family: Roboto, sans-serif;
}
._cormorant {
  font-family: Cormorant, sans-serif;
}
.sect-circle {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 310px;
  z-index: -2;
}
.sect-circle__inside {
  position: relative;
  width: 100%;
  height: 100%;
}
.sect-circle__inside::before {
  position: absolute;
  content: "";
  border-radius: 100%;
  inset: 0 -830px;
  background: linear-gradient(180deg, rgba(61, 69, 88, 0) 0, #3d4558 90%);
}
.sect-m {
  margin: 75px 0;
}
.sect-p {
  padding: 75px 0;
}
.content {
  font-size: 18px;
  line-height: 140%;
  margin: 0;
}
.content p {
  margin: 0;
}
.content p:not(:last-child) {
  margin-bottom: 25px;
}
.s-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 50px;
}
.s-head .s-title {
  margin: 0 !important;
}
.s-head .content {
  margin-top: 15px;
}
.slider-nav {
  display: flex;
  gap: 25px;
}
._scrollable {
  overflow-x: auto;
}
.btn-clear {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0;
  padding: 0;
  color: inherit;
}
.btn-s {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 25px;
  border-radius: 15px;
  border: none;
  box-shadow: 0 3px 0 0 #162920;
  background: linear-gradient(90deg, #436a57 0, #4e866a 98%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #fff;
  transition: opacity 0.2s ease, box-shadow 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease,
    -webkit-transform 0.2s ease;
}
.btn-s:active {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: none;
}
.btn-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 25px;
  gap: 20px;
  border-radius: 15px;
  border: 1px solid var(--primary);
  background-color: rgba(0, 0, 0, 0);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  font-size: 16px;
  color: var(--primary);
  font-weight: 600;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.btn-outline svg {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
}
.list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.list-check {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-check li {
  display: flex;
  gap: 12px;
  font-weight: 500;
  font-size: 18px;
}
.list-check li::before {
  content: "";
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background: url(../img/check-green.svg) center/100% auto no-repeat;
}
.input-control {
  width: 100%;
  margin-bottom: 15px;
}
.input {
  padding: 25px;
  background-color: #fff;
  border: 1px solid var(--gray);
  border-radius: 12px;
  outline: 0;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  transition: border-color 0.2s ease;
}
.input:focus {
  border-color: var(--primary);
}
.select {
  padding: 25px;
  border: 1px solid var(--gray);
  border-radius: 12px;
  outline: 0;
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background: url(../img/arrow-down.png) center right 25px/15px 15px no-repeat;
  background-color: #fff;
  font-weight: 500;
  font-size: 16px;
  transition: border-color 0.2s ease;
}
.select:focus {
  border-color: var(--primary);
}
.form-btn {
  width: 100%;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.form-policy-input {
  display: none;
}
.form-policy-input:checked + label::before {
  background: url(../img/check-white.svg) center/8px auto no-repeat;
  background-color: var(--primary);
}
.form-policy-wrapper {
  width: 100%;
}
.form-policy-label {
  display: flex;
  gap: 15px;
  margin-top: 25px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  color: var(--silver);
}
.form-policy-label span {
  margin-top: 3px;
}
.form-policy-label a {
  color: var(--primary);
}
.form-policy-label::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid var(--primary);
  flex-shrink: 0;
  transition: background-color 0.2s ease;
}
.input-hide {
  display: none;
}
.s-title {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--primary);
  font-family: Cormorant, sans-serif;
  margin: 0 0 45px 0;
}
.s-title span {
  color: var(--black);
}
.slider-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--primary);
  transition: background-color 0.2s ease, opacity 0.2s ease;
}
.slider-btn.swiper-button-disabled {
  opacity: 0.8;
  pointer-events: none;
}
.slider-btn._lynch {
  background-color: var(--lynch);
}
.slider-btn svg {
  width: 20px;
  height: 15px;
}
.slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 30px;
  margin-top: 35px;
}
.slider-pagination._lynch
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--lynch-hover);
}
.slider-pagination .swiper-pagination-bullet {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 !important;
  background-color: var(--gallery);
  transition: background-color 0.2s ease;
  opacity: 1 !important;
}
.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary);
}
.aioseo-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  row-gap: 7px;
  font-family: Cormorant, sans-serif;
  margin-bottom: 15px;
}
.aioseo-breadcrumbs .aioseo-breadcrumb {
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.aioseo-breadcrumbs .aioseo-breadcrumb:last-child {
  font-weight: 600;
}
.aioseo-breadcrumbs a {
  display: flex;
  gap: 10px;
  color: rgba(10, 10, 10, 0.5);
  transition: color 0.2s ease;
}
.aioseo-breadcrumbs a::after {
  content: "/";
}
.aioseo-breadcrumbs .aioseo-breadcrumb-separator {
  display: none;
}
.card-service {
  position: relative;
  display: flex !important;
  flex-direction: column;
  justify-content: end;
  box-sizing: border-box;
  border-radius: 20px;
  height: 345px;
  padding: 30px 35px;
  z-index: 1;
}
.card-service::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: #fff;
  opacity: 0.6;
  z-index: -1;
  transition: opacity 0.2s ease;
}
.card-service__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 35px 0;
}
.card-service__btn {
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 15px;
  padding-bottom: 5px;
  border-bottom: 1px dashed currentColor;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--primary);
}
.card-service__btn svg {
  width: 20px;
  height: 15px;
}
.card-checkup {
  display: flex;
  flex-direction: column;
}
.card-checkup__gallery {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 105%;
  border-radius: 20px;
  transition: opacity 0.2s ease;
}
.card-checkup__gallery img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-checkup__title {
  margin: 25px 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
}
.card-checkup__price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  row-gap: 10px;
  margin-top: auto;
}
.card-checkup__cur-price {
  border-radius: 25px;
  padding: 3px 20px;
  background-color: var(--primary);
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
}
.card-checkup__old-price {
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  text-decoration: line-through;
  color: rgba(10, 10, 10, 0.6);
}
.card-checkup__btn {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 5px;
  border-bottom: 1px dashed currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 25px;
  color: var(--primary);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.card-checkup__btn svg {
  width: 20px;
  height: 15px;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
[data-tab] {
  display: none;
}
[data-tab]._active {
  display: block;
}
.burger-overlay {
  position: fixed;
  inset: 0;
  background-color: var(--black);
  z-index: 110;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.burger-overlay._active {
  opacity: 0.5;
  visibility: visible;
}
.burger {
  position: fixed;
  inset: 0;
  width: 330px;
  overflow-y: auto;
  background: linear-gradient(89deg, #e5e2dc 0, #b4ae9e 100%);
  max-width: 100%;
  z-index: 120;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease,
    -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease,
    -webkit-transform 0.4s ease;
}
.burger._open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.burger__container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px 20px 0 20px;
  height: 100%;
}
.burger__close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 15px;
  right: 15px;
  transition: opacity 0.2s ease;
}
.burger__close div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.burger__close div::after,
.burger__close div::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: currentColor;
}
.burger__close div::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burger__close div::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burger__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.burger__list a {
  font-size: 18px;
  transition: opacity 0.2s ease;
}
.burger__contacts {
  margin-top: auto;
}
.burger__tel {
  font-size: 24px;
  line-height: 108%;
  transition: opacity 0.2s ease;
}
.burger__social {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  padding-bottom: 30px;
}
.burger__social-btn {
  display: block;
  width: 35px;
  height: 35px;
  transition: opacity 0.2s ease;
}
.burger__social-btn img {
  display: block;
  width: 100%;
}
.modal {
  display: none;
  padding: 35px !important;
  width: 520px;
  max-width: calc(100% - 30px);
  border-radius: 15px;
}
.modal__title {
  font-size: 36px;
  text-transform: uppercase;
  color: var(--primary);
  font-family: Cormorant, sans-serif;
  margin: 0 0 5px 0;
}
.modal__content {
  font-size: 18px;
  line-height: 140%;
  margin: 0 0 25px 0;
}
.modal__form {
  width: 100%;
}
.modal__form-policy-label {
  font-size: 13px;
}
.modal__social {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  letter-spacing: 0.04em;
}
.modal__social-row {
  display: flex;
  gap: 22px;
  flex-shrink: 0;
}
.modal__social-btn {
  display: block;
  width: 40px;
  height: 40px;
  transition: opacity 0.2s ease;
}
.modal__social-btn img {
  display: block;
  width: 100%;
}
.header {
  position: sticky;
  background: linear-gradient(89deg, #e5e2dc 0, #b4ae9e 100%);
  top: 0;
  padding: 22px 0;
  z-index: 100;
  transition: background-color 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, background-color 0.4s ease;
  transition: transform 0.4s ease, background-color 0.4s ease,
    -webkit-transform 0.4s ease;
}
.header._fixed {
  position: fixed;
  left: 0;
  right: 0;
  background: 0 0;
}
.header._hide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header._bg {
  background-color: var(--westar);
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.header__logo {
  display: block;
  width: 160px;
}
.header__logo img {
  display: block;
  width: 100%;
}
.header__list {
  display: flex;
  gap: 30px;
}
.header__list a {
  position: relative;
  font-size: 18px;
}
.header__list a::before {
  position: absolute;
  content: "";
  left: 0;
  right: 100%;
  bottom: 0;
  height: 1px;
  background-color: currentColor;
  transition: right 0.2s ease;
}
.header__contacts {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__tel {
  font-size: 24px;
  line-height: 108%;
  transition: opacity 0.2s ease;
}
.header__social {
  display: flex;
  gap: 15px;
}
.header__social-btn {
  display: block;
  width: 35px;
  height: 35px;
  transition: opacity 0.2s ease;
}
.header__social-btn img {
  display: block;
  width: 100%;
}
.header__burger-btn {
  display: none;
}
.intro {
  position: relative;
  min-height: 100vh;
  padding: 150px 0;
  display: flex;
  align-items: center;
  z-index: 1;
}
.intro::after {
  position: absolute;
  content: "";
  inset: 0;
  top: 0;
  bottom: 10%;
  left: -20%;
  right: 45%;
  -webkit-filter: blur(70px);
  filter: blur(70px);
  background: linear-gradient(224deg, rgba(255, 255, 255, 0) 0, #fff 60%);
  z-index: -1;
}
.intro__blur {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  height: 255px;
  overflow: hidden;
}
.intro__blur-inside {
  position: relative;
  width: 100%;
  height: 100%;
}
.intro__blur-inside::before {
  position: absolute;
  content: "";
  inset: 40px -24px;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  background: linear-gradient(89deg, #e5e2dc 0, #b4ae9e 100%);
}
.intro__container {
  position: relative;
}
.intro__title {
  max-width: 575px;
  font-weight: 600;
  font-size: 64px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--primary);
  margin: 0 0 35px 0;
}
.intro__list {
  max-width: 450px;
}
.intro__counter {
  position: absolute;
  right: 0;
  top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
.intro__counter-inside {
  position: relative;
  padding: 0 14px;
  background-color: #fff;
  text-align: center;
  z-index: 1;
}
.intro__counter-inside::after,
.intro__counter-inside::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 85px;
  z-index: -1;
}
.intro__counter-inside::before {
  background: url(../img/corner-top.svg) 0 0/100% auto no-repeat;
  top: -70px;
}
.intro__counter-inside::after {
  background: url(../img/corner-bottom.svg) 0 0/100% auto no-repeat;
  bottom: -70px;
}
.intro__counter-num {
  font-weight: 600;
  font-size: 50px;
  line-height: 62%;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--primary);
}
.intro__counter-content {
  font-weight: 300;
  font-size: 16px;
  max-width: 135px;
}
.intro__btn {
  margin-top: 50px;
}
.s-about__container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.s-about__body {
  flex: 0 1 750px;
}
.s-about__img {
  flex-shrink: 0;
  width: 535px;
  height: 710px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 500px;
}
.s-adv__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.s-adv__items {
  display: flex;
  gap: 30px;
  flex: 0 1 810px;
}
.s-adv__item {
  max-width: 330px;
}
.s-adv__item-num {
  font-size: 120px;
  line-height: 100%;
  letter-spacing: -0.1em;
  color: var(--primary);
  margin-bottom: 50px;
}
.s-adv__content {
  font-size: 20px;
  margin: 0;
}
.s-adv__content strong {
  display: block;
  margin-bottom: 15px;
}
.s-adv__gallery {
  width: 530px;
}
.s-adv__slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 415px;
}
.s-adv__slider-wrapper .slider-btn {
  position: absolute;
  z-index: 10;
}
.s-adv__slider-wrapper .slider-btn._prev {
  left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.s-adv__slider-wrapper .slider-btn._next {
  right: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.s-adv__slide {
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease;
}
.s-adv__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.s-adv__pagination {
  margin-top: 25px !important;
  gap: 15px !important;
}
.s-adv__pagination .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
}
.s-services__wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.s-services__wrapper .slider-btn {
  position: absolute;
  z-index: 10;
}
.s-services__wrapper .slider-btn._prev {
  -webkit-transform: translateX(-150%);
  transform: translateX(-150%);
  left: 0;
}
.s-services__wrapper .slider-btn._next {
  right: 0;
  -webkit-transform: translateX(150%);
  transform: translateX(150%);
}
.s-specifications {
  position: relative;
  min-height: 100vh;
  display: flex;
  color: #fff;
  align-items: end;
  z-index: 1;
  padding-bottom: 0 !important;
}
.s-specifications__title {
  color: inherit;
  margin-bottom: 15px !important;
}
.s-specifications__content {
  max-width: 565px;
}
.s-specifications__items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 60px;
  gap: 45px;
}
.s-specifications__item {
  min-height: 200px;
}
.s-specifications__item:not(:last-child) {
  padding-right: 25px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.3);
}
.s-specifications__item-num {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 212%;
  letter-spacing: 0.03em;
}
.s-specifications__item-content {
  font-size: 24px;
  margin: 20px 0 0 0;
}
.s-specifications__img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top 0 left 0;
  object-position: top 0 left 0;
  z-index: -2;
}
.s-for-you {
  position: relative;
  margin-top: 245px !important;
  z-index: 1;
}
.s-for-you__container {
  position: relative;
}
.s-for-you__title {
  margin-bottom: 15px !important;
}
.s-for-you__title span {
  color: var(--primary-light);
}
.s-for-you__content {
  margin-bottom: 35px;
}
.s-for-you__form-title {
  font-size: 24px;
  margin-bottom: 35px;
}
.s-for-you__form {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 15px;
}
.s-for-you__form .input-control {
  width: auto;
  flex: 0 1 365px;
  margin-bottom: 0 !important;
}
.s-for-you__form .form-btn {
  width: 255px;
}
.s-for-you__form .form-policy-label {
  margin-top: 0;
  width: 100%;
}
.s-for-you__img {
  position: absolute;
  display: block;
  bottom: -25px;
  right: -100px;
  width: 670px;
  z-index: -1;
}
.s-reviews__content {
  max-width: 285px;
}
.s-reviews__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px !important;
}
.s-reviews__slide::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.s-reviews__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.s-reviews__slide-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 85px;
  height: 85px;
  background-color: rgba(67, 106, 87, 0.5);
  color: #fff;
  z-index: 10;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}
.s-reviews__slide-btn svg {
  width: 45px;
  height: 45px;
}
.s-faq__spollers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.s-faq__spollers-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.s-faq__spoller-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 22px 30px;
  border: 1px solid rgba(67, 106, 87, 0.2);
  border-radius: 20px;
  background-color: var(--haze);
}
.s-faq__spoller-btn._spoller-active div::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.s-faq__spoller-btn div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--primary);
  color: #fff;
  flex-shrink: 0;
}
.s-faq__spoller-btn div::after,
.s-faq__spoller-btn div::before {
  position: absolute;
  content: "";
  background-color: currentColor;
  height: 2px;
  width: 14px;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.s-faq__spoller-btn div::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.s-faq__spoller-body {
  border-radius: 20px;
  margin-top: 5px;
  padding: 30px;
  background-color: var(--haze);
  font-size: 16px;
  line-height: 140%;
}
.s-faq__btn {
  margin: 50px auto 0 auto;
}
.s-consult__body {
  padding: 90px 75px;
  border-radius: 15px;
}
.s-consult__title {
  margin-bottom: 15px !important;
}
.s-consult__content {
  margin-bottom: 30px;
}
.s-consult__form {
  max-width: 460px;
}
.s-consult__social {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 25px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.04em;
}
.s-consult__social-row {
  display: flex;
  flex-shrink: 0;
  gap: 20px;
}
.s-consult__social-btn {
  display: block;
  width: 40px;
  height: 40px;
  transition: opacity 0.2s ease;
}
.s-consult__social-btn img {
  display: block;
  width: 100%;
}
.intro-single {
  padding: 20px 0;
}
.intro-single__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.intro-single__body {
  flex: 0 1 645px;
}
.intro-single__title {
  margin-bottom: 15px !important;
}
.intro-single__content {
  max-width: 555px;
  margin-bottom: 25px;
}
.intro-single__btn {
  margin-top: 35px;
}
.intro-single__img {
  display: block;
  width: 520px;
  height: 615px;
  object-fit: cover;
  border-radius: 500px;
}
.s-single-about__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.s-single-about__item {
  padding: 35px;
  border-radius: 15px;
}
.s-single-about__item:nth-child(odd) {
  background-color: var(--primary-light);
  color: #fff;
}
.s-single-about__item:nth-child(even) {
  background-color: var(--gray-l);
}
.s-single-about__item-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.s-single-about__item-content {
  font-size: 20px;
  line-height: 140%;
  margin: 25px 0 0 0;
}
.s-single-about__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 75px;
}
.s-single-about__col {
  flex: 1;
}
.s-single-about__col .s-title {
  margin-bottom: 25px !important;
}
.s-prices__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  row-gap: 50px;
}
.s-prices__item {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  padding: 32px 22px 65px 22px;
  text-align: center;
}
.s-prices__item:nth-child(odd) {
  background-color: var(--primary-light);
  color: #fff;
}
.s-prices__item:nth-child(even) {
  background-color: var(--gray-l);
}
.s-prices__item:nth-child(even) .s-prices__item-title {
  color: var(--primary);
}
.s-prices__item:nth-child(even) .s-prices__item-price-value {
  color: var(--primary);
}
.s-prices__item-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.s-prices__item-list {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 25px;
}
.s-prices__item-list li {
  font-size: 16px;
}
.s-prices__item-price {
  margin-top: 35px;
}
.s-prices__item-price-content {
  font-weight: 300;
  font-size: 16px;
}
.s-prices__item-price-value {
  margin-top: 15px;
  font-weight: 700;
  font-size: 32px;
  text-transform: lowercase;
  text-align: center;
}
.s-prices__item-price-btn {
  position: absolute;
  font-size: 16px !important;
  z-index: 1;
  left: 22px;
  width: calc(100% - 44px);
  bottom: 0;
  -webkit-transform: translateY(50%) !important;
  transform: translateY(50%) !important;
  box-shadow: none;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.s-prices__item-price-btn:active {
  opacity: 1;
}
.s-steps__container {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
}
.s-steps__img {
  position: sticky;
  top: 120px;
  display: block;
  width: 520px;
  height: 615px;
  object-fit: cover;
  border-radius: 500px;
}
.s-steps__body {
  display: flex;
  flex-direction: column;
  flex: 0 1 565px;
}
.s-steps__item {
  position: relative;
  display: flex;
  align-items: start;
  min-height: 200px;
  gap: 35px;
  padding-bottom: 35px;
  z-index: 1;
}
.s-steps__item:not(:last-child)::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 27px;
  width: 1px;
  background-color: var(--primary);
  z-index: -1;
}
.s-steps__num {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid var(--primary);
  flex-shrink: 0;
  background-color: #fff;
  color: var(--primary);
  font-weight: 500;
  font-size: 24px;
}
.s-steps__item-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  margin: 0 0 15px 0;
}
.s-steps__item-content {
  font-size: 16px;
  line-height: 140%;
  margin: 0;
}
.s-steps__item-btn {
  font-size: 16px !important;
  box-shadow: none;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  margin-top: 15px;
}
.s-steps__item-btn:active {
  opacity: 1;
}
.s-materials {
  margin-top: 50px !important;
}
.s-materials__slide {
  display: flex !important;
  flex-direction: column;
  height: auto !important;
}
.s-materials__slide-gallery {
  position: relative;
  width: 100%;
  padding-bottom: 71%;
}
.s-materials__slide-gallery img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.s-materials__slide-gallery video {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-materials__slide-title {
  font-weight: 500;
  font-size: 18px;
  margin: 24px 0 0 0;
}
.s-materials__slide-content {
  font-size: 16px;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.s-materials__slide-content p {
  margin: 0;
}
.s-materials__slide-content p:not(:last-child) {
  margin-bottom: 10px;
}
.s-materials__slide-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: auto;
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.s-archive-services__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.s-checkup {
  margin-top: 50px !important;
  overflow: hidden;
}
.s-checkup__title {
  margin-bottom: 25px !important;
}
.s-checkup__filter {
  width: 100%;
}
.s-checkup__filter-title {
  font-size: 16px;
  text-transform: uppercase;
  color: rgba(10, 10, 10, 0.7);
  margin-bottom: 15px;
}
.s-checkup__filter-row {
  margin: 0 -15px;
  padding: 0 15px;
  display: flex;
}
.s-checkup__filter-btn {
  display: block;
  padding: 7px 30px;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 16px;
  border-right: 1px solid var(--primary);
  border-top: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
  transition: color 0.2s ease, background-color 0.2s ease;
}
.s-checkup__filter-btn:first-child {
  border-left: 1px solid var(--primary);
  border-radius: 15px 0 0 15px;
}
.s-checkup__filter-btn:last-child {
  border-radius: 0 15px 15px 0;
}
.s-checkup__filter-btn._active {
  color: #fff;
  background-color: var(--primary);
}
.s-checkup__wrapper {
  display: flex;
  flex-direction: column;
  gap: 75px;
  margin-top: 50px;
}
.s-checkup__item-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  row-gap: 50px;
}
.footer {
  padding: 22px 0;
  background-color: var(--black);
  color: #fff;
}
.footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  gap: 30px;
  row-gap: 20px;
}
.footer__container a {
  font-weight: 400;
}
.footer__content {
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 1680px) {
  .s-services__wrapper .slider-btn._prev {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .s-services__wrapper .slider-btn._next {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  .s-for-you__img {
    right: 30px;
  }
}
@media (max-width: 1539px) {
  .card-service__title {
    margin-bottom: 25px;
  }
  .intro__counter {
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .s-adv__slider-wrapper .slider-btn._prev {
    left: 10px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .s-adv__slider-wrapper .slider-btn._next {
    right: 10px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .s-services__wrapper .slider-btn._prev {
    left: 15px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .s-services__wrapper .slider-btn._next {
    right: 15px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 1365px) {
  .card-service {
    padding: 25px;
  }
  .s-adv__item-num {
    font-size: 102px;
  }
  .s-specifications__items {
    gap: 25px;
  }
  .s-single-about__wrapper {
    margin-top: 50px;
  }
  .s-prices__item-price-btn {
    width: calc(100% - 16px);
    left: 8px;
  }
  .s-archive-services__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1199px) {
  .header__tel {
    font-size: 20px;
  }
  .intro__title {
    font-size: 52px;
  }
  .s-about__img {
    width: 420px;
    height: 560px;
  }
  .s-adv__item-num {
    font-size: 82px;
  }
  .s-adv__content {
    font-size: 18px;
  }
  .s-adv__gallery {
    width: 455px;
  }
  .s-adv__slider-wrapper {
    height: 355px;
  }
  .s-specifications__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .s-specifications__item {
    min-height: auto;
  }
  .s-for-you__img {
    width: 520px;
  }
  .s-consult__body {
    padding: 50px;
  }
  .intro-single__img {
    width: 410px;
    height: 485px;
  }
  .s-single-about__grid {
    gap: 20px;
  }
  .s-single-about__item {
    padding: 25px 20px;
  }
  .s-single-about__item-content {
    font-size: 18px;
  }
  .s-prices__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .s-prices__item-price-btn {
    left: 22px;
    width: calc(100% - 44px);
  }
  .s-steps__img {
    width: 410px;
    height: 485px;
  }
  .s-checkup__item-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .s-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .card-checkup__title {
    font-size: 20px;
  }
  .modal__title {
    font-size: 32px;
  }
  .header__logo {
    width: 130px;
  }
  .header__nav {
    display: none;
  }
  .header__contacts {
    display: none;
  }
  .header__burger-btn {
    display: flex;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    width: 30px;
    height: 30px;
    gap: 5px;
    transition: opacity 0.2s ease;
  }
  .header__burger-btn div {
    width: 100%;
    height: 2px;
    background-color: currentColor;
  }
  .intro {
    background-position: bottom 0 left 61% !important;
    padding: 120px 0 90px 0;
  }
  .intro::after {
    -webkit-filter: none;
    filter: none;
    right: 0;
    bottom: 0;
    z-index: -3;
  }
  .intro__title {
    font-size: 44px;
  }
  .s-about__img {
    width: 260px;
    height: 350px;
  }
  .s-adv__container {
    flex-wrap: wrap;
  }
  .s-adv__items {
    flex: none;
    width: 100%;
  }
  .s-adv__item-num {
    font-size: 64px;
    margin-bottom: 30px;
  }
  .s-adv__gallery {
    max-width: 100%;
    width: 530px;
    margin: 0 auto;
  }
  .s-adv__slider-wrapper {
    aspect-ratio: 1/0.8;
    height: auto;
  }
  .s-specifications::before {
    position: absolute;
    content: "";
    inset: 0;
    background-color: #3d4558;
    opacity: 0.3;
    z-index: -1;
  }
  .s-specifications__item-content {
    font-size: 20px;
  }
  .s-for-you__form-title {
    margin-bottom: 20px;
  }
  .s-for-you__form {
    row-gap: 20px;
  }
  .s-for-you__form .input-control {
    flex: none;
    width: 100%;
  }
  .s-for-you__form p {
    width: 100%;
  }
  .s-for-you__form .form-btn {
    flex: none;
    width: 100%;
  }
  .s-for-you__img {
    width: 430px;
    bottom: auto;
    top: -150px;
  }
  .s-reviews__slide {
    height: 400px !important;
  }
  .s-faq__spollers-col {
    gap: 20px;
    grid-column: 2 span;
  }
  .intro-single__img {
    width: 290px;
    height: 345px;
  }
  .s-single-about__item {
    grid-column: 3 span;
  }
  .s-single-about__wrapper {
    margin-top: 30px;
  }
  .s-single-about__col {
    flex: none;
    width: 100%;
  }
  .s-steps__img {
    width: 290px;
    height: 345px;
  }
  .s-archive-services__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .s-checkup__wrapper {
    gap: 45px;
  }
}
@media (max-width: 991px) and (any-hover: hover) {
  .header__burger-btn:hover {
    opacity: 0.7;
  }
}
@media (max-width: 991px) and (hover: none) {
  .header__burger-btn:active {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
  .sect-m {
    margin: 50px 0;
  }
  .sect-p {
    padding: 50px 0;
  }
  .s-head {
    margin-bottom: 30px;
  }
  .slider-nav {
    gap: 15px;
  }
  .input {
    padding: 20px 15px;
  }
  .select {
    padding: 20px 15px;
  }
  .form-btn {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .s-title {
    font-size: 28px;
  }
  .slider-btn {
    width: 45px;
    height: 45px;
  }
  .slider-btn svg {
    width: 16px;
    height: 11px;
  }
  .slider-pagination {
    gap: 15px;
    margin-top: 25px;
  }
  .slider-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .card-service {
    padding: 20px;
  }
  .card-service__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .modal {
    padding: 30px !important;
  }
  .modal__title {
    font-size: 28px;
  }
  .intro::after {
    background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0, #fff 100%);
  }
  .intro__title {
    font-size: 34px;
  }
  .intro__counter {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin: 100px 0;
  }
  .s-about__container {
    gap: 30px;
    flex-wrap: wrap;
  }
  .s-about__body {
    flex: none;
    width: 100%;
  }
  .s-about__img {
    width: 535px;
    height: auto;
    margin: 0 auto;
  }
  .s-adv__item-num {
    margin-bottom: 20px;
  }
  .s-specifications {
    margin: 50px 0;
    padding: 0 !important;
    color: var(--black);
    display: block;
  }
  .s-specifications .sect-circle {
    display: none;
  }
  .s-specifications::before {
    display: none;
  }
  .s-specifications__title {
    color: var(--primary);
  }
  .s-specifications__items {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
  }
  .s-specifications__item {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(10, 10, 10, 0.3);
  }
  .s-specifications__item:not(:last-child) {
    border-right: none;
    padding-right: 0;
  }
  .s-specifications__img {
    position: static;
    margin-top: 30px;
    height: auto;
    min-height: 250px;
  }
  .s-for-you__img {
    width: 340px;
    right: 0;
    top: -180px;
  }
  .s-faq__spoller-btn {
    padding: 20px;
  }
  .s-faq__spoller-body {
    padding: 20px;
  }
  .s-faq__btn {
    margin-top: 30px;
  }
  .s-consult__body {
    padding: 30px;
  }
  .intro-single {
    padding: 30px 0;
  }
  .intro-single__container {
    flex-wrap: wrap;
  }
  .intro-single__body {
    flex: none;
    width: 100%;
  }
  .intro-single__img {
    width: 520px;
    height: auto;
    margin: 0 auto;
  }
  .s-prices__grid {
    grid-template-columns: 1fr;
  }
  .s-steps__container {
    flex-wrap: wrap;
    width: 100%;
  }
  .s-steps__img {
    position: static;
    width: 520px;
    height: auto;
    margin: 0 auto;
  }
  .s-steps__body {
    flex: none;
    width: 100%;
  }
  .s-checkup__wrapper {
    margin-top: 30px;
    gap: 30px;
  }
  .s-checkup__item-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    row-gap: 30px;
  }
  .footer__container {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .card-service {
    height: 290px;
  }
  .header {
    padding: 15px 0;
  }
  .header__logo {
    width: 110px;
  }
  .s-adv__items {
    flex-wrap: wrap;
    gap: 20px;
  }
  .s-adv__item {
    max-width: none;
    width: 100%;
  }
  .s-services__wrapper .slider-btn {
    display: none !important;
  }
  .s-specifications__item {
    grid-column: 2 span;
  }
  .s-for-you__form {
    row-gap: 15px;
  }
  .s-archive-services__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 479px) {
  .modal {
    padding: 20px 15px !important;
  }
  .modal__form .form-btn {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .intro__btn {
    width: 100%;
  }
  .s-reviews__slide {
    height: 500px !important;
  }
  .s-faq__btn {
    width: 100%;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .s-consult__body {
    padding: 20px 15px;
  }
  .intro-single__btn {
    width: 100%;
  }
  .s-steps__item {
    flex-direction: column;
    gap: 15px;
  }
  .s-steps__item:not(:last-child)::before {
    display: none;
  }
  .s-checkup__item-grid {
    grid-template-columns: 1fr;
  }
}
@media (any-hover: hover) {
  .btn-s:hover {
    opacity: 0.9;
  }
  .btn-outline:hover {
    color: #fff;
    background-color: var(--primary);
  }
  .form-policy-label a:hover {
    text-decoration: underline;
  }
  .slider-btn:hover {
    background-color: var(--primary-hover);
  }
  .slider-btn._lynch:hover {
    background-color: var(--lynch-hover);
  }
  .slider-pagination._lynch .swiper-pagination-bullet:hover {
    background-color: var(--lynch);
  }
  .slider-pagination .swiper-pagination-bullet:hover {
    background-color: var(--primary-hover);
  }
  .aioseo-breadcrumbs a:hover {
    color: var(--black);
  }
  .card-service:hover::before {
    opacity: 0.4;
  }
  .card-checkup:hover .card-checkup__gallery {
    opacity: 0.8;
  }
  .card-checkup:hover .card-checkup__btn svg {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  .burger__close:hover {
    opacity: 0.7;
  }
  .burger__list a:hover {
    opacity: 0.7;
  }
  .burger__tel:hover {
    opacity: 0.7;
  }
  .burger__social-btn:hover {
    opacity: 0.7;
  }
  .modal__social-btn:hover {
    opacity: 0.7;
  }
  .header__list a:hover::before {
    right: 0;
  }
  .header__tel:hover {
    opacity: 0.7;
  }
  .header__social-btn:hover {
    opacity: 0.7;
  }
  .s-adv__slide:hover {
    opacity: 0.7;
  }
  .s-reviews__slide:hover::before {
    opacity: 0.4;
  }
  .s-reviews__slide:hover .s-reviews__slide-btn {
    opacity: 1;
  }
  .s-reviews__slide-btn:hover {
    background-color: #436a57;
  }
  .s-consult__social-btn:hover {
    opacity: 0.7;
  }
  .s-materials__slide-btn:hover {
    text-decoration: none;
  }
  .s-checkup__filter-btn:hover {
    color: #fff;
    background-color: var(--primary);
  }
  .footer__container a:hover {
    text-decoration: underline;
  }
}
@media (hover: none) {
  .btn-s:active {
    opacity: 0.9;
  }
  .btn-outline:active {
    color: #fff;
    background-color: var(--primary);
  }
  .form-policy-label a:active {
    text-decoration: underline;
  }
  .slider-btn:active {
    background-color: var(--primary-hover);
  }
  .slider-btn._lynch:active {
    background-color: var(--lynch-hover);
  }
  .slider-pagination._lynch .swiper-pagination-bullet:active {
    background-color: var(--lynch);
  }
  .slider-pagination .swiper-pagination-bullet:active {
    background-color: var(--primary-hover);
  }
  .aioseo-breadcrumbs a:active {
    color: var(--black);
  }
  .card-service:active::before {
    opacity: 0.4;
  }
  .card-checkup:active .card-checkup__gallery {
    opacity: 0.8;
  }
  .card-checkup:active .card-checkup__btn svg {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  .burger__close:active {
    opacity: 0.7;
  }
  .burger__list a:active {
    opacity: 0.7;
  }
  .burger__tel:active {
    opacity: 0.7;
  }
  .burger__social-btn:active {
    opacity: 0.7;
  }
  .modal__social-btn:active {
    opacity: 0.7;
  }
  .header__list a:active::before {
    right: 0;
  }
  .header__tel:active {
    opacity: 0.7;
  }
  .header__social-btn:active {
    opacity: 0.7;
  }
  .s-adv__slide:active {
    opacity: 0.7;
  }
  .s-reviews__slide:active::before {
    opacity: 0.4;
  }
  .s-reviews__slide:active .s-reviews__slide-btn {
    opacity: 1;
  }
  .s-reviews__slide-btn:active {
    background-color: #436a57;
  }
  .s-consult__social-btn:active {
    opacity: 0.7;
  }
  .s-materials__slide-btn:active {
    text-decoration: none;
  }
  .s-checkup__filter-btn:active {
    color: #fff;
    background-color: var(--primary);
  }
  .footer__container a:active {
    text-decoration: underline;
  }
}

.wpcf7 p {
  margin: 0;
}
.wpcf7-spinner {
  display: none;
}
.wpcf7-response-output {
  display: none;
}
.pagination {
  margin-top: 30px;
}
.pagination .page-numbers {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);

  font-size: 16px;
  color: white;
  transition: background-color 0.2s ease;
}
@media (any-hover: hover) {
  .pagination .page-numbers:hover {
    background-color: var(--primary-hover);
  }
}
@media (hover: none) {
  .pagination .page-numbers:active {
    background-color: var(--primary-hover);
  }
}
.pagination .next,
.pagination .prev {
  display: none;
}

.pagination .page-numbers.current {
  background-color: var(--primary-light);
}

.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.not-found {
  min-height: 90vh;
  display: flex;
  align-items: center;
  text-align: center;
}
.not-fount__num {
  font-size: 180px;
  color: var(--primary);
}
.not-found__content {
  max-width: 500px;
  margin: 25px auto;
}
.not-found__btn {
  width: 500px;
  margin: 0 auto;
  max-width: 100%;
}

@media (max-width: 767px) {
  .not-fount__num {
    font-size: 120px;
    color: var(--primary);
  }
}
