/*!
Theme Name: prachka
Theme URI: http://underscores.me/
Author: Ilya Beskaravainyi
Author URI: http://underscores.me/
Description: Custom theme 2026
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: prachka
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

prachka is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.2;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .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: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.2;
  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: .35em .75em .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: #333;
  --gray: #d4d4d4;
  --gray-l: #f6f8fa;
  --primary-l: #f2f8fb;
  --primary: #198edf;
  --primary-f: #e7f1f8;
  --primary-d: #0577c7;
  --primary-m: #bbddf0;
  --red: #e65457
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth
}

*,
*::after,
*::before {
  box-sizing: inherit
}

a {
  color: inherit;
  text-decoration: none
}

img {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

img {
  max-width: 100%
}

.body-hidden {
  overflow: hidden;
  touch-action: none
}

.body {
  font-family: Onest, sans-serif;
  font-size: 16px;
  color: var(--black);
  background-color: #fff;
  letter-spacing: -.01em
}

.container {
  max-width: 100%;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto
}

.btn-s {
  --background: var(--primary);
  --border: var(--primary);
  --color: white;
  --background-h: var(--primary-d);
  --border-h: var(--primary-d);
  --color-h: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: var(--background);
  border: 1px solid var(--border);
  border-radius: 30px;
  padding: 14px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500;
  text-align: center;
  color: var(--color);
  transition: color .3s ease, border-color .3s ease, background-color .3s ease
}

.btn-s._white {
  --background: white;
  --border: white;
  --color: var(--primary);
  --background-h: var(--primary);
  --border-h: var(--primary);
  --color-h: white;
  box-shadow: 2px -1px 7px 2px rgba(25, 142, 223, .1)
}

.btn-r {
  --background: var(--primary);
  --border: var(--primary);
  --color: var(--primary-f);
  --background-h: var(--primary-d);
  --border-h: var(--primary-d);
  --color-h: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background-color: var(--background);
  color: var(--color);
  border: 1px solid var(--border);
  cursor: pointer;
  transition: color .3s ease, background-color .3s ease, border-color .3s ease
}

.btn-r svg {
  width: 25px;
  height: 25px
}

.btn-r._green-h {
  --background-h: #2cb742;
  --border-h: #2cb742;
  --color-h: white
}

.btn-r._primary-f {
  --background: var(--primary-f);
  --border: var(--primary-f);
  --color: var(--primary);
  --background-h: var(--primary);
  --border-h: var(--primary);
  --color-h: white
}

.btn-c {
  --background: white;
  --border: white;
  --color: var(--primary);
  --background-h: var(--primary);
  --border-h: var(--primary);
  --color-h: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--background);
  border: 1px solid var(--border);
  width: 40px;
  height: 40px;
  cursor: pointer;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: var(--color);
  transition: color .3s ease, border-color .3s ease, background-color .3s ease
}

.btn-c svg {
  width: 13px;
  height: 13px
}

.btn-simple {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: 16px;
  color: var(--primary);
  transition: color .3s ease
}

.btn-simple._active .circle {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.btn-simple .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  flex-shrink: 0;
  transition: background-color .3s ease, color .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, background-color .3s ease, color .3s ease;
  transition: transform .3s ease, background-color .3s ease, color .3s ease, -webkit-transform .3s ease
}

.btn-simple .circle svg {
  width: 9px;
  height: 9px
}

.list {
  padding-left: 0;
  margin: 0;
  list-style: none
}

.m-title {
  font-weight: 600;
  font-size: 54px;
  line-height: 100%;
  letter-spacing: -.02em;
  margin: 0
}

.m-title span {
  color: var(--primary)
}

.s-title {
  font-weight: 600;
  font-size: 54px;
  line-height: 100%;
  letter-spacing: -.02em;
  margin: 0
}

.s-title span {
  color: var(--primary)
}

.t-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -.02em;
  margin: 0
}

.t-title span {
  color: var(--primary)
}

.f-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -.02em;
  margin: 0
}

.f-title span {
  color: var(--primary)
}

.fancybox__backdrop {
  background-color: rgba(246, 248, 250, .8);
  backdrop-filter: blur(3px)
}

.modal {
  display: none;
  cursor: auto;
  padding: 25px;
  border-radius: 30px;
  width: 1110px;
  max-width: calc(100% - 32px);
  background-color: var(--primary-m);
  color: var(--black)
}

.modal__inside {
  position: relative;
  width: 100%
}

.modal__wrapper {
  display: flex;
  align-items: center;
  gap: 40px
}

.modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background-color: var(--primary-l);
  color: var(--primary);
  cursor: pointer;
  transition: color .3s ease, background-color .3s ease
}

.modal__close svg {
  width: 18px;
  height: 18px
}

.modal__img {
  display: block;
  width: 310px;
  border-radius: 30px;
  flex-shrink: 0;
  aspect-ratio: 1/1.25;
  -o-object-fit: cover;
  object-fit: cover
}

.modal__body {
  flex: 1
}

.modal__title {
  margin-bottom: 20px
}

.modal__form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  row-gap: 25px
}

.modal__form .btn-s[type=submit] {
  width: 100%;
  grid-column: 2 span;
  min-height: 52px
}

.modal__form .check-wrapper {
  grid-column: 2 span
}

.input-control {
  width: 100%
}

.input {
  padding: 15px 20px;
  width: 100%;
  background-color: #fff;
  outline: 0;
  border: none;
  border-radius: 30px;
  line-height: 140%;
  color: var(--black);
  transition: background-color .3s ease, box-shadow .3s ease
}

.input.wpcf7-not-valid {
  box-shadow: 0 0 7px 3px rgba(230, 84, 87, .5)
}

.input.wpcf7-not-valid::-webkit-input-placeholder {
  color: var(--red)
}

.input.wpcf7-not-valid:-ms-input-placeholder {
  color: var(--red)
}

.input.wpcf7-not-valid::-ms-input-placeholder {
  color: var(--red)
}

.input.wpcf7-not-valid::placeholder {
  color: var(--red)
}

.input::-webkit-input-placeholder {
  color: rgba(51, 51, 51, .5);
  -webkit-transition: color .3s ease;
  transition: color .3s ease
}

.input:-ms-input-placeholder {
  color: rgba(51, 51, 51, .5);
  -ms-transition: color .3s ease;
  transition: color .3s ease
}

.input::-ms-input-placeholder {
  color: rgba(51, 51, 51, .5);
  -ms-transition: color .3s ease;
  transition: color .3s ease
}

.input::placeholder {
  color: rgba(51, 51, 51, .5);
  transition: color .3s ease
}

.check-wrapper {
  position: relative;
  color: rgba(51, 51, 51, .8)
}

.check-wrapper input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0
}

.check-wrapper input[type=checkbox]:checked+.wpcf7-list-item-label::before {
  background: url(assets/img/check-icon.svg) center/12px auto no-repeat
}

.check-wrapper .wpcf7-list-item {
  margin: 0
}

.check-wrapper .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
  align-items: start;
  gap: 15px;
  margin: 0;
  line-height: 140%
}

.check-wrapper .wpcf7-list-item-label a {
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .3s ease
}

.check-wrapper .wpcf7-list-item-label::before {
  display: block;
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(51, 51, 51, .5)
}

.text-b {
  font-weight: 500;
  font-size: 20px;
  margin: 0
}

.text-m {
  font-size: 16px;
  line-height: 140%;
  margin: 0
}

.sect-m {
  margin: 120px 0
}

.sect-head {
  margin-bottom: 40px
}

.sect-head__wrapper .s-title {
  grid-column: 3 span
}

.sect-head__subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -.01em;
  text-transform: uppercase;
  color: var(--primary);
  padding: 12px 0 0 25px
}

.grid-layout {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px
}

.card-service {
  position: relative;
  z-index: 1;
  -webkit-tap-highlight-color: transparent
}

.card-service._white {
  color: #fff
}

.card-service._white .card-service__head .circle {
  color: #000
}

.card-service::before {
  position: absolute;
  content: "";
  inset: 1px;
  border-radius: 30px;
  border: 1px solid var(--primary);
  z-index: -1
}

.card-service__body {
  position: relative;
  border-radius: 30px;
  background-color: var(--primary-m);
  padding: 25px;
  aspect-ratio: 1/.78;
  overflow: hidden;
  z-index: 1;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  /* -webkit-filter: brightness(91%); */
  /* filter: brightness(91%); */
}

.card-service__body::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: #00466d; */
  opacity: .1;
  left: 0;
  top: 0;
}

.card-service__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.card-service__head .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  margin: 0;
  max-width: 200px
}

.card-service__head .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 2px -1px 7px 2px rgba(25, 142, 223, .1);
  flex-shrink: 0;
  transition: color .3s ease, background-color .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, color .3s ease, background-color .3s ease;
  transition: transform .3s ease, color .3s ease, background-color .3s ease, -webkit-transform .3s ease
}

.card-service__head .circle svg {
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.card-service__img {
  position: absolute;
  display: block;
  width: 250px;
  right: 0;
  bottom: 0;
  z-index: -1
}

.card-offer {
  position: relative;
  z-index: 1
}

.card-offer::before {
  position: absolute;
  content: "";
  border-radius: 30px;
  border: 1px solid var(--primary);
  inset: 1px
}

.card-offer__body {
  position: relative;
  display: grid;
  align-items: start;
  grid-template-columns: repeat(4, 1fr);
  padding: 25px;
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  z-index: 1;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}

.card-offer__title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: calc(100% - 20px);
  background-color: var(--primary-f);
  border-radius: 15px;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -.02em;
  text-transform: uppercase
}

.card-offer__info {
  display: flex;
  align-items: start;
  justify-content: space-between;
  grid-column: 3 span;
  gap: 20px;
  row-gap: 25px
}

.card-offer__list li {
  display: flex;
  align-items: start;
  gap: 12px;
  line-height: 187%
}

.card-offer__list li strong {
  font-weight: 500
}

.card-offer__list li::before {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--primary-m);
  margin-top: 10px;
  flex-shrink: 0;
  content: ""
}

.card-offer__btn {
  width: 310px;
  max-width: 100%
}

.card-offer__show-text {
  position: absolute;
  right: 5px;
  bottom: -30px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
  font-size: 100px;
  line-height: 100%;
  letter-spacing: -.02em;
  color: var(--primary-f);
  opacity: .5;
  z-index: -1
}

.slider-arrows {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px
}

.slider-arrow {
  --background: var(--primary);
  --border: var(--primary);
  --color: var(--primary-m);
  --background-h: var(--primary-d);
  --border-h: var(--primary-d);
  --color-h: var(--primary-m);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  background-color: var(--background);
  border: 1px solid var(--border);
  color: var(--color);
  transition: color .3s ease, border-color .3s ease, background-color .3s ease
}

.slider-arrow svg {
  width: 14px;
  height: 14px
}

.slider-arrow.swiper-button-disabled {
  --background: white;
  --border: white;
  pointer-events: none
}

.slider-arrow.swiper-button-disabled._do {
  --background: var(--primary-m);
  --border: var(--primary-m);
  --color: white
}

.slider-fraction {
  font-weight: 500;
  color: var(--primary-m);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: auto;
  bottom: auto
}

.slider-fraction .swiper-pagination-current {
  color: var(--primary)
}

.circle-rotate {
  width: 175px;
  height: 175px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.circle-rotate._primary-m .circle-rotate-wrapper {
  background-color: var(--primary-m)
}

.circle-rotate._primary-m .circle-rotate-wrapper::before {
  background-color: var(--primary-m)
}

.circle-rotate-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  z-index: 1
}

.circle-rotate-wrapper::after,
.circle-rotate-wrapper::before {
  position: absolute;
  content: ""
}

.circle-rotate-wrapper::before {
  inset: 0;
  border-radius: 50%;
  background-color: #fff;
  z-index: -1
}

.circle-rotate-wrapper::after {
  width: 100%;
  height: 100%;
  border: 1px solid var(--primary);
  border-radius: 50%;
  top: 6px;
  left: 6px;
  z-index: -2
}

.circle-rotate-text {
  position: absolute;
  width: calc(100% - 35px);
  z-index: 1;
  pointer-events: none;
  -webkit-animation: spin 6s linear infinite;
  animation: spin 6s linear infinite
}

.circle-rotate-icon {
  display: block;
  width: 50px
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.content-wrapper {
  position: relative;
  padding: 70px 25px;
  border-radius: 30px;
  background-color: var(--gray-l);
  overflow: hidden;
  z-index: 1
}

.content-wrapper._primary-m {
  background-color: var(--primary-m)
}

.content-wrapper._primary-f {
  background-color: var(--primary-f)
}

.content-wrapper._primary {
  background-color: var(--primary);
  color: #fff
}

.social {
  display: flex;
  gap: 20px;
  flex-shrink: 0
}

.content {
  font-size: 16px;
  line-height: 140%
}

.content strong {
  font-weight: 500
}

.content h5 {
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase
}

.content h5:not(:first-child) {
  margin-top: 60px
}

.content p {
  margin: 0
}

.content>* {
  margin: 0;
  transition: opacity .3s ease
}

.content>*:not(:last-child) {
  margin-bottom: 20px
}

.content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 187%
}

.content ul li {
  display: flex;
  align-items: start;
  gap: 10px
}

.content ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: 10px;
  background-color: var(--primary-m);
  flex-shrink: 0
}

.cookie {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 1385px;
  max-width: 100%;
  box-shadow: 1px -4px 8px -5px #198edf;
  background-color: var(--primary-m);
  border-radius: 30px 30px 0 0;
  z-index: 110;
  transition: opacity .3s ease;
  opacity: 0;
  visibility: hidden;
}

.cookie__body {
  display: flex;
  align-items: start;
  gap: 80px;
  position: relative;
  padding: 32px 130px 32px 95px
}

.cookie__content {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: rgba(51, 51, 51, .8);
  margin: 0
}

.cookie__btn {
  width: 195px;
  flex-shrink: 0
}

.cookie__close {
  position: absolute;
  top: 20px;
  right: 20px
}

.cookie__close svg {
  width: 18px;
  height: 18px
}

.breadcrumbs {
  margin: 15px 0 30px 0;
  color: rgba(51, 51, 51, .4);
  font-weight: 500;
  font-size: 16px
}

.breadcrumbs *+.sect-p,
.breadcrumbs+.sect-m {
  margin-top: 0 !important;
  padding-top: 0 !important
}

.breadcrumbs a {
  transition: color .3s ease
}

.video-player {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/.52;
  border-radius: 30px;
  max-height: 755px;
  min-height: 285px;
  z-index: 1
}

.video-player._playing .video-player__video {
  opacity: 1;
  visibility: visible
}

.video-player._playing .video-player__btn {
  opacity: 0
}

.video-player._playing .video-player__btn .items {
  display: flex
}

.video-player._playing .video-player__btn svg {
  display: none
}

.video-player__video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: opacity .3s ease, visibility .3s ease
}

.video-player__btn {
  --background: rgba(231, 241, 248, 0.5);
  --color: white;
  --background-h: var(--primary-m);
  --color-h: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  cursor: pointer;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: var(--background);
  color: var(--color);
  z-index: 2;
  transition: color .3s ease, background-color .3s ease, opacity .3s ease
}

.video-player__btn svg {
  width: 70px;
  height: 70px
}

.video-player__btn .items {
  display: none;
  gap: 15px
}

.video-player__btn .items .item {
  width: 20px;
  border-radius: 5px;
  height: 70px;
  background-color: currentColor
}

.ticker {
  display: flex
}

.ticker-item {
  padding: 0 12px;
  flex-shrink: 0;
  -webkit-animation: tickerAnim 5s linear infinite;
  animation: tickerAnim 5s linear infinite
}

@-webkit-keyframes tickerAnim {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes tickerAnim {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.card-case-wrapper {
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  padding: 25px 0
}

.card-case-nav {
  align-items: center;
  margin-top: 40px
}

.card-case-nav .slider-arrows {
  grid-column: 3 span
}

.card-case__gallery {
  flex-shrink: 0
}

.card-case__gallery img {
  display: block;
  width: 245px;
  border-radius: 30px
}

.card-case__body {
  display: flex;
  gap: 25px;
  grid-column: 3 span
}

.card-case__head {
  flex: 0 1 315px
}

.card-case__descr {
  margin-top: 15px
}

.card-case__items {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 25px
}

.card-case__item:not(:last-child) {
  padding-bottom: 25px;
  border-bottom: 1px solid var(--primary-m)
}

.card-case__item .name {
  margin-bottom: 10px
}

.card-case__item .text {
  line-height: 140%
}

.header-s {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 3px 0;
  backdrop-filter: blur(6.8px);
  background: hsla(0, 0%, 100%, .8);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 100;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}

.header-s._scroll {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.header-s__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px
}

.header-s__logo {
  width: 185px
}

.header-s .header-b__list {
  gap: 30px
}

.header {
  padding: 14px 0;
  background-color: #fff;
  z-index: 130;
  backdrop-filter: blur(6.8px);
  background: hsla(0, 0%, 100%, .8);
  transition: background-color .3s ease, backdrop-filter .3s ease, padding .3s ease, -webkit-transform .3s ease;
  transition: background-color .3s ease, backdrop-filter .3s ease, transform .3s ease, padding .3s ease;
  transition: background-color .3s ease, backdrop-filter .3s ease, transform .3s ease, padding .3s ease, -webkit-transform .3s ease
}

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

.header__logo {
  display: block;
  width: 240px;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all .3s ease
}

.header__logo img {
  display: block;
  width: 100%
}

.header__contacts {
  display: flex;
  align-items: flex-end;
  font-weight: 500;
  gap: 40px
}

.header__contacts-main {
  display: flex;
  flex-direction: column;
  gap: 5px
}

.header__contacts-main a {
  transition: color .3s ease
}

.header__tel {
  padding-left: 20px
}

.header__tel-title {
  margin-bottom: 4px
}

.header__tel-btn {
  color: var(--primary);
  transition: color .3s ease
}

.header__btn {
  width: 215px;
  flex-shrink: 0;
  transition: all .3s ease
}

.header__mob-buttons {
  display: flex;
  gap: 16px
}

.header__mob-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background-color: var(--primary-l);
  -webkit-tap-highlight-color: transparent;
  color: var(--primary)
}

.header__mob-btn._burger {
  flex-direction: column;
  gap: 5px
}

.header__mob-btn._burger._active {
  position: relative
}

.header__mob-btn._burger._active div {
  position: absolute
}

.header__mob-btn._burger._active div:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.header__mob-btn._burger._active div:nth-child(2) {
  opacity: 0
}

.header__mob-btn._burger._active div:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.header__mob-btn._burger div {
  width: 25px;
  height: 3px;
  border-radius: 1px;
  background-color: currentColor;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease
}

.header__mob-btn svg {
  width: 25px;
  height: 25px
}

.header-b {
  padding: 15px 0
}

.home .header-b {
  padding-left: 50px;
  padding-right: 50px;
}

.header-b__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-weight: 500
}

.header-b__list a {
  transition: color .3s ease
}

.header-b__list .menu-item-has-children {
  position: relative
}

.header-b__list .menu-item-has-children::before {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  top: 0;
  bottom: -10px;
  z-index: 1
}

.header-b__list .menu-item-has-children>a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 1
}

.header-b__list .menu-item-has-children>a::after {
  display: block;
  content: "";
  flex-shrink: 0;
  width: 7px;
  height: 11px;
  background: url(assets/img/next.svg) center/contain no-repeat;
  transition: background .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, background .3s ease;
  transition: transform .3s ease, background .3s ease, -webkit-transform .3s ease
}

.header-b__list .sub-menu {
  position: absolute;
  list-style: none;
  padding: 0;
  left: 0;
  padding: 25px;
  width: 350px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
  box-shadow: 0 0 8px 2px rgba(25, 142, 223, .2);
  border-radius: 30px;
  background-color: #fff;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
  transition: opacity .3s ease, visibility .3s ease, transform .3s ease, -webkit-transform .3s ease
}

.s-hero__body {
  position: relative;
  background: var(--primary-l);
  border-radius: 30px;
  padding: 80px 50px 50px 50px;
  min-height: 520px;
  overflow: hidden;
  z-index: 1
}

.s-hero__body::after,
.s-hero__body::before {
  position: absolute;
  content: "";
  border-radius: 100%;
  aspect-ratio: 1/1
}

.s-hero__body::after {
  width: 1230px;
  background: radial-gradient(50% 50% at 50% 50%, #9cd5f2 33.711539%, rgba(255, 255, 255, 0) 100%);
  right: -400px;
  bottom: -700px;
  z-index: -3
}

.s-hero__body::before {
  width: 1130px;
  background: radial-gradient(50% 50% at 50% 50%, #9cd5f2 31.7307680845%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  right: 15px;
  z-index: -2
}

.s-hero__body._ba-none::after,
.s-hero__body._ba-none::before {
  display: none
}

.s-hero__title {
  margin-bottom: 20px
}

.s-hero__content {
  max-width: 590px;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  margin: 0;
  opacity: .8
}

.s-hero__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
  width: 660px;
  max-width: 100%
}

.s-hero__buttons .btn-s {
  width: 100%
}

.s-hero__picture {
  position: absolute;
  width: 1065px;
  height: auto;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: -1
}

.s-hero__picture img {
  display: block;
  width: 100%
}

.s-hero__adv {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: 25px;
  border-radius: 30px;
  background-color: var(--primary-m);
  border-radius: 30px;
  margin-top: 20px
}

.s-hero__adv-item {
  padding: 25px;
  border-radius: 30px;
  background-color: #fff;
  font-weight: 500;
  font-size: 20px
}

.s-hero__adv-item .icon {
  display: block;
  margin-bottom: 10px;
  flex-shrink: 0
}

.burger {
  position: fixed;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  height: 100svh;
  left: 0;
  top: 0;
  right: 0;
  padding: 79px 16px 20px 16px;
  background-color: #fff;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s ease, visibility .4s ease
}

.burger._open {
  opacity: 1;
  visibility: visible
}

.burger__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 30px 18px;
  background-color: var(--primary-f);
  border-radius: 30px
}

.burger__wrapper-menu {
  display: none;
  opacity: 0;
  transition: opacity .4s ease
}

.burger__wrapper-menu._active {
  display: block
}

.burger__wrapper-menu._show {
  opacity: 1
}

.burger__prev-btn {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-left: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
  color: var(--primary)
}

.burger__prev-btn svg {
  flex-shrink: 0;
  width: 7px;
  height: 12px
}

.burger__prev-btn span {
  position: relative;
  padding-left: 25px
}

.burger__prev-btn span::before {
  position: absolute;
  content: "";
  width: 1px;
  left: 0;
  top: -2px;
  bottom: -2px;
  background-color: currentColor;
  opacity: .3
}

.burger__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 20px
}

.burger__list .menu-item-has-children {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.burger__list .menu-item-has-children .btn {
  position: relative;
  width: 48px;
  height: 24px;
  border-left: 1px solid rgba(51, 51, 51, .3);
  background: url(assets/img/next.svg) center/9px auto no-repeat
}

.burger__list .menu-item-has-children .btn::before {
  position: absolute;
  content: "";
  top: -12px;
  left: 0;
  right: 0;
  bottom: -12px
}

.burger__list .menu-item-has-children .sub-menu {
  display: none
}

.burger__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto
}

.burger__info-item {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  color: var(--primary);
  opacity: .8
}

.burger__buttons {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px
}

.burger__buttons .btn-s {
  width: 100%
}

.s-services__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px
}

.s-offer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px
}

.s-adv__grid-layout .slider-arrows {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px
}

.s-adv__main {
  position: relative;
  grid-column: 3 span;
  z-index: 1
}

.s-adv__main::after {
  position: absolute;
  content: "";
  top: 0;
  right: -50px;
  bottom: 0;
  width: 160px;
  background: linear-gradient(90deg, rgba(187, 221, 240, 0) 0, #bbddf0 100%);
  z-index: 10
}

.s-adv__slider {
  width: 845px;
  max-width: 100%;
  margin: 0;
  overflow: visible !important
}

.s-adv__slide {
  display: flex;
  height: 345px !important;
  box-sizing: border-box
}

.s-adv__slide-img {
  border-radius: 30px;
  height: 100%;
  width: 70%;
  -o-object-fit: cover;
  object-fit: cover
}

.s-adv__slide-body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 35%;
  background-color: #fff;
  border-radius: 30px;
  padding: 20px
}

.s-adv__slide-num {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 18px;
  color: var(--primary)
}

.s-adv__slide-title {
  color: var(--primary);
  margin-bottom: 10px
}

.s-steps .s-title._middle {
  max-width: 820px
}

.s-steps__wrapper {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px
}

.s-steps__item {
  box-sizing: border-box;
  min-height: 350px
}

.s-steps__item._big {
  grid-column: 2 span
}

.s-steps__article {
  padding: 25px;
  background-color: #fff;
  border-radius: 30px;
  height: 100%
}

.s-steps__article .rect {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  width: 50px;
  height: 50px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: var(--primary-f);
  margin-bottom: 30px
}

.s-steps__article .title {
  margin-bottom: 15px
}

.s-steps__item-img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.s-steps__item-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.s-steps__item-buttons .btn-s {
  width: 100%
}

.s-steps__mob {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 30px
}

.s-steps__mob-img {
  display: block;
  width: 100%;
  border-radius: 30px
}

.s-steps__mob-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.s-steps__mob-buttons .btn-s {
  width: 100%
}

.s-steps__quote {
  padding: 55px;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -.02em;
  text-align: center;
  border-radius: 30px;
  background-color: var(--primary-m);
  margin-top: 25px
}

.s-steps__quote span {
  color: var(--primary)
}

.s-steps__quote .wrap {
  margin: 0 auto;
  width: 1155px;
  max-width: 100%
}

.b-offer {
  position: relative;
  overflow: hidden;
  padding: 25px 20px 25px 50px;
  background-color: var(--gray-l);
  border-radius: 30px;
  z-index: 1
}

.b-offer._primary {
  background-color: var(--primary-m)
}

.b-offer._primary .b-offer__title span {
  color: #fff
}

.b-offer._primary::before {
  position: absolute;
  content: "";
  width: 1540px;
  height: 1090px;
  right: -445px;
  top: -155px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, #9cd5f2 19.7115421295%, #198edf 100%);
  -webkit-filter: blur(320px);
  filter: blur(320px);
  z-index: -1
}

.b-offer__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 65px
}

.b-offer__info {
  flex: 1
}

.b-offer__list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 530px
}

.b-offer__btn {
  margin-top: 40px;
  width: 310px;
  max-width: 100%
}

.b-offer__gallery {
  position: relative;
  width: 560px;
  height: 395px;
  flex-shrink: 0;
  max-width: 100%
}

.b-offer__gallery .circle-rotate {
  position: absolute;
  left: -120px;
  bottom: 25px;
  z-index: 10
}

.b-offer__gallery-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px
}

.s-cases__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px
}

.s-cases__more-wrapper {
  margin-top: 30px
}

.s-cases__btn-more {
  grid-column: 3 span;
  width: 330px;
  max-width: 100%;
  margin: 0 0 0 340px
}

.s-reviews {
  overflow: hidden
}

.s-reviews__slider-wrapper {
  grid-column: 3 span
}

.s-reviews__slider-wrapper .slider-arrows {
  margin-top: 30px
}

.s-reviews__slider {
  width: 1040px;
  max-width: 100%;
  overflow: visible !important;
  margin: 0
}

.s-reviews__slide {
  box-sizing: border-box;
  aspect-ratio: 1/1.39;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  z-index: 1
}

.s-reviews__slide::before {
  position: absolute;
  content: "";
  inset: 1px;
  border: 1px solid var(--primary);
  border-radius: 20px;
  z-index: -1
}

.s-reviews__slide-body {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 4px 51px -30px var(--primary);
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}

.s-reviews__slide-body::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: var(--primary-f);
  opacity: 0;
  z-index: 1;
  transition: opacity .3s ease
}

.s-reviews__slide-body .img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear
}

.s-reviews__slide-body .icon-zoom {
  pointer-events: none;
  position: absolute;
  z-index: 10;
  opacity: 0;
  transition: opacity .3s ease
}

.s-location .content-wrapper {
  background-color: var(--gray-l) !important
}

.s-location__bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1
}

.s-location__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top 0 right 0;
  object-position: top 0 right 0
}

.s-location__slider {
  overflow: visible !important;
  margin-top: 280px;
  width: 100%
}

.s-location__slider .swiper-slide {
  width: 330px !important;
  box-sizing: border-box;
  max-width: 100%;
  height: auto !important
}

.s-location__row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px
}

.s-location__row._head {
  margin-bottom: 245px
}

.s-location__row._bottom {
  justify-content: flex-end
}

.s-location__item {
  display: flex;
  align-items: start;
  gap: 10px;
  padding: 25px;
  background-color: #fff;
  border-radius: 30px;
  width: 335px;
  min-height: 150px
}

.s-location__item .icon {
  display: block;
  pointer-events: none;
  width: 18px;
  margin-top: 3px
}

.s-location__item .title {
  margin-bottom: 5px
}

.s-faq__spollers {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.s-faq__item-spoller {
  border-radius: 20px;
  background-color: var(--gray-l)
}

.s-faq__item-grid {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 15px;
  transition: padding .3s ease
}

.s-faq__item-grid._head {
  padding: 25px 25px 25px 25px;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer
}

.s-faq__item-grid._head._spoller-active {
  padding-bottom: 0 !important
}

.s-faq__item-grid._head._spoller-active .s-faq__item-main .circle::after {
  -webkit-transform: rotate(0);
  transform: rotate(0)
}

.s-faq__item-grid._body {
  padding: 10px 25px 25px 25px
}

.s-faq__item-grid .num {
  font-weight: 500;
  font-size: 16px;
  color: var(--primary)
}

.s-faq__item-main {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px
}

.s-faq__item-main .name {
  flex: 0 1 495px
}

.s-faq__item-main .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  align-self: center;
  flex-shrink: 0;
  background-color: var(--primary-m);
  transition: background-color .3s ease
}

.s-faq__item-main .circle::after,
.s-faq__item-main .circle::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 2px;
  background-color: currentColor;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}

.s-faq__item-main .circle::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.s-faq__item-content {
  max-width: 575px
}

.s-get-calc__grid {
  background-color: var(--primary-m);
  border-radius: 30px
}

.s-get-calc__gallery {
  position: relative;
  padding: 25px 20px 25px 25px;
  color: #fff
}

.s-get-calc__gallery .note {
  position: absolute;
  top: 50px;
  left: 45px;
  max-width: 175px;
  z-index: 10
}

.s-get-calc__gallery img {
  display: block;
  width: 100%;
  height: 630px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  border-radius: 30px
}

.s-get-calc__main {
  padding: 25px 25px 25px 0;
  align-self: center
}

.s-get-calc__main-head {
  max-width: 660px;
  margin-bottom: 30px
}

.s-get-calc__title {
  margin-bottom: 40px
}

.s-get-calc__form {
  width: 100%
}

.s-get-calc__form .check-wrapper {
  margin-top: 16px
}

.s-get-calc__form-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  row-gap: 25px
}

.s-get-calc__form-grid .btn-s {
  width: 100%
}

.s-get-calc__contacts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 25px 20px;
  background-color: var(--primary-f);
  border-radius: 30px;
  gap: 20px;
  margin-top: 40px
}

.s-get-calc__contacts::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background-color: var(--gray);
  z-index: 1
}

.s-get-calc__contacts-tel {
  margin-top: 5px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  transition: color .3s ease
}

.s-get-calc__social {
  display: flex;
  flex-shrink: 0;
  gap: 20px;
  margin-right: 90px
}

.s-contacts__wrapper {
  display: flex;
  align-items: flex-end;
  gap: 45px
}

.s-contacts__info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  row-gap: 40px;
  flex: 1
}

.s-contacts__item .title {
  opacity: .8;
  margin-bottom: 10px
}

.s-contacts__item a.val {
  transition: color .3s ease
}

.s-contacts__wrapper-map {
  position: relative;
  margin-top: 35px;
  height: 160px
}

.s-contacts__requisites {
  margin: 100px 0 80px 0
}

.s-contacts__requisites-title {
  margin-bottom: 40px
}

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

.s-contacts__requisites-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 140%
}

.s-contacts__map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 430px;
  border-radius: 30px;
  background-color: var(--gray-l);
  overflow: hidden;
  z-index: 10
}

.s-static__body {
  display: flex;
  align-items: start;
  gap: 80px;
  padding: 25px 25px 25px 50px;
  border-radius: 30px;
  background-color: var(--gray-l)
}

.s-static__info {
  flex: 1;
  padding-top: 35px
}

.s-static__info .btn-simple {
  margin-top: 35px
}

.s-static__title {
  margin-bottom: 40px
}

.s-static__content {
  padding-right: 20px
}

.s-static__content>*:nth-child(n+4) {
  opacity: 0;
  display: none;
  transition: opacity .3s ease
}

.s-static__img {
  position: sticky;
  top: 90px;
  display: block;
  border-radius: 30px;
  width: 685px
}

.s-shape__content-wrapper {
  position: relative;
  overflow: visible !important;
  z-index: 1
}

.s-shape__content-wrapper-steps {
  overflow: visible
}

.s-shape__content-wrapper-steps .s-shape__item-body .text {
  max-width: 495px
}

.s-shape__wrapper {
  display: flex;
  align-items: flex-end;
  gap: 20px
}

.s-shape__items {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 25px;
  flex: 1
}

.s-shape__item {
  position: sticky;
  width: 100%
}

.s-shape__item .head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 15px
}

.s-shape__item .rect {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 15px;
  background: var(--primary-f);
  flex-shrink: 0
}

.s-shape__item .rect._red {
  background: rgba(223, 48, 25, .2)
}

.s-shape__item .rect._primary-m {
  background: var(--primary-m)
}

.s-shape__item .rect img {
  display: block;
  width: 20px
}

.s-shape__item .rect .num {
  font-weight: 500;
  font-size: 20px;
  color: var(--primary)
}

.s-shape__item .descr {
  max-width: 435px
}

.s-shape__item-body {
  border-radius: 30px;
  padding: 25px;
  background-color: #fff;
  box-shadow: 2px -1px 7px 2px rgba(25, 142, 223, .1);
  width: 100%
}

.s-shape__buttons {
  flex: 0 1 335px;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.s-shape__buttons .btn-s {
  width: 100%
}

.s-intro__content-wrapper {
  overflow: visible !important
}

.s-intro__content-wrapper::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 60px;
  background-color: var(--primary-f);
  bottom: -30px;
  z-index: -1
}

.s-intro__first {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px
}

.s-intro__first .btn-c {
  width: 24px;
  height: 24px
}

.s-intro__first .btn-c svg {
  width: 9px;
  height: 9px
}

.s-intro__content {
  margin: 0 150px 0 auto;
  max-width: 540px
}

.s-gallery {
  overflow: hidden
}

.s-gallery__slider {
  overflow: visible !important
}

.s-gallery__slide {
  display: block;
  width: 205px !important;
  border-radius: 30px;
  overflow: hidden;
  height: auto;
}

.s-gallery__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear
}

.s-gallery__nav {
  margin-top: 30px
}

.s-partners__slider {
  width: 100%;
  overflow: visible !important
}

.s-partners__slider .swiper-wrapper {
  transition-timing-function: linear
}

.s-partners__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #fff;
  min-height: 105px;
  height: auto !important
}

.s-partners__slide img {
  display: block;
  -webkit-filter: grayscale(100%) !important;
  filter: grayscale(100%) !important;
  opacity: .7;
  transition: opacity .3s ease, -webkit-filter .3s ease;
  transition: filter .3s ease, opacity .3s ease;
  transition: filter .3s ease, opacity .3s ease, -webkit-filter .3s ease
}

.s-overview {
  overflow: hidden
}

.s-overview__slider {
  overflow: visible !important;
  margin-bottom: 30px
}

.s-overview__slide {
  border-radius: 30px;
  overflow: hidden;
  width: 505px !important;
  max-width: 100%;
  aspect-ratio: 1/.56;
  outline: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.s-overview__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear
}

.s-selection__slider {
  width: 100%
}

.s-selection__slide {
  display: flex !important;
  flex-direction: column;
  box-sizing: border-box
}

.s-selection__slide .btn-s {
  width: 100%;
  margin-top: 30px
}

.s-selection__slide-body {
  padding: 30px 25px;
  background-color: #fff;
  border-radius: 30px;
  flex: 1;
  min-height: 370px
}

.s-selection__slide-body .rect {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 15px;
  background-color: var(--primary-f);
  margin-bottom: 25px
}

.s-selection__slide-title {
  margin-bottom: 25px
}

.s-selection__slide-content span {
  color: var(--primary)
}

.s-selection__slide-content strong {
  font-weight: 500
}

.s-single__title {
  max-width: 605px;
  margin-bottom: 50px
}

.s-single__content {
  max-width: 1000px
}

.s-single__content p:not(:last-child) {
  margin-bottom: 10px
}

.footer {
  padding-bottom: 25px
}

.footer__wrapper {
  position: relative;
  border-radius: 30px;
  padding: 40px 25px;
  background-color: var(--primary-m);
  z-index: 2
}

.footer__logo {
  display: block;
  width: 245px;
  transition: opacity .3s ease
}

.footer__logo img {
  display: block;
  width: 100%
}

.footer__nav {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  width: 100%
}

.footer__nav-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  flex: 1
}

.footer__nav-item {
  font-weight: 500
}

.footer__nav-title {
  margin-bottom: 20px;
  color: rgba(51, 51, 51, .5)
}

.footer__nav-title._spoller-active .circle {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.footer__nav-title .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  color: var(--black);
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}

.footer__nav-title .circle svg {
  width: 8px;
  height: 12px
}

.footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.footer__nav-list a {
  color: rgba(51, 51, 51, .8);
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease
}

.footer__bottom {
  margin: 0 25px;
  border-radius: 0 0 30px 30px;
  background-color: var(--primary-f)
}

.footer__bottom .item-fake {
  padding: 20px 0 20px 90px
}

.footer__bottom-main {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  color: rgba(51, 51, 51, .8)
}

.footer__bottom-list {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.footer__bottom-list a {
  transition: color .3s ease
}

.footer__dev {
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color .3s ease
}

.footer__dev img {
  display: block;
  flex-shrink: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

@media (min-width:576px) {
  .b-offer__btn._mob {
    display: none
  }

  .footer__nav-title .circle {
    display: none
  }

  .footer__bottom-main [data-btn-up] {
    display: none
  }
}

@media (min-width:992px) {
  .header__mob-buttons {
    display: none
  }

  .burger {
    display: none
  }

  .s-shape__content-wrapper:first-child::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -30px;
    height: 60px;
    background-color: var(--gray-l);
    z-index: -1
  }

  .s-partners__slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px
  }
}

@media (min-width:1200px) {
  .card-case-nav .slider-fraction {
    padding-left: 25px
  }

  .card-case-nav .slider-arrows {
    padding-right: 25px
  }

  .card-case__gallery {
    padding-left: 25px
  }

  .card-case__body {
    padding-right: 25px
  }

  .s-steps__mob {
    display: none
  }

  .s-location__main {
    grid-column: 3 span
  }

  .s-faq__spollers {
    grid-column: 3 span
  }

  .s-get-calc__main {
    grid-column: 3 span
  }

  .s-contacts__main {
    padding-right: 25px;
    grid-column: 3 span
  }

  .s-shape__wrapper {
    grid-column: 3 span
  }

  .s-intro__main {
    grid-column: 3 span
  }

  .s-intro__content {
    font-size: 18px
  }

  .s-partners__slider {
    grid-column: 3 span
  }

  .s-selection__slider {
    grid-column: 3 span
  }

  .s-single__content-wrapper {
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 50px
  }

  .s-single__content p {
    padding-left: 25px
  }

  .footer__nav {
    padding-top: 160px;
    grid-column: 3 span
  }

  .footer__bottom-main {
    grid-column: 3 span;
    padding: 20px 90px 20px 0
  }
}

@media (min-width:1366px) {
  .s-location__slider {
    display: none
  }
}

@media (max-width:1539px) {
  .header-s .header-b__list {
    gap: 16px;
    font-size: 14px
  }

  .s-adv__main::after {
    width: 105px
  }
}

@media (max-width:1500px) {
  .s-location__row._head {
    margin-bottom: 215px
  }
}

@media (max-width:1365px) {
  .card-service__img {
    width: 200px
  }

  .header-s__logo {
    width: 145px
  }

  .s-adv__main::after {
    width: 30px
  }

  .s-steps__wrapper {
    grid-template-columns: repeat(3, 1fr)
  }

  .s-steps__item._big {
    grid-column: 1 span
  }

  .s-steps__quote {
    padding: 30px
  }

  .s-steps__quote br {
    display: none
  }

  .b-offer__gallery .circle-rotate {
    left: -55px
  }

  .s-location__row {
    display: none
  }

  .s-location__item {
    width: 100%
  }

  .s-static__body {
    gap: 40px;
    padding-left: 25px
  }

  .s-static__img {
    width: 500px
  }

  .s-intro__content {
    margin-right: 0
  }
}

@media (max-width:1199px) {
  .m-title {
    font-size: 48px
  }

  .s-title {
    font-size: 48px
  }

  .t-title {
    font-size: 42px
  }

  .sect-m {
    margin: 100px 0
  }

  .sect-head__wrapper .s-title {
    grid-column: 1 span
  }

  .sect-head__subtitle {
    padding: 0 0 15px 0
  }

  .grid-layout {
    grid-template-columns: minmax(0, 100%)
  }

  .grid-layout .item-fake {
    display: none
  }

  .card-offer__body {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .card-offer__title {
    width: 100%
  }

  .card-offer__info {
    grid-column: 1 span
  }

  .cookie__body {
    padding: 25px 130px 25px 40px;
    gap: 40px
  }

  .card-case-wrapper {
    padding: 25px
  }

  .card-case-nav {
    display: flex
  }

  .card-case-nav .slider-arrows {
    margin-left: auto
  }

  .card-case__grid {
    display: flex;
    gap: 25px
  }

  .card-case__body {
    flex: 1;
    flex-direction: column
  }

  .card-case__head {
    flex: auto
  }

  .header-s {
    display: none
  }

  .header {
    position: sticky;
    top: 0
  }

  .header__contacts {
    gap: 30px
  }

  .header__tel {
    padding-left: 0
  }

  .s-hero__body._sanatorium .s-hero__picture {
    width: 600px
  }

  .s-hero__picture {
    width: 800px
  }

  .s-hero__adv {
    grid-template-columns: repeat(2, 1fr)
  }

  .s-services .sect-head {
    padding: 0 20px
  }

  .s-services__grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .s-adv__grid-item-fake {
    display: none
  }

  .s-adv__main {
    grid-column: 1 span
  }

  .s-steps__slider {
    overflow: visible !important;
    width: 100%
  }

  .s-steps__wrapper {
    display: flex !important;
    gap: 0
  }

  .s-steps__item {
    width: 350px !important;
    max-width: 100%;
    height: auto !important
  }

  .s-steps__item._buttons,
  .s-steps__item._gallery {
    display: none
  }

  .s-steps__article {
    height: 100%
  }

  .b-offer._primary::before {
    display: none
  }

  .b-offer__wrapper {
    flex-wrap: wrap;
    gap: 0
  }

  .b-offer__info {
    flex: auto;
    width: 100%
  }

  .b-offer__gallery {
    margin: 65px auto 0 auto
  }

  .b-offer__gallery .circle-rotate {
    left: -120px
  }

  .s-cases__btn-more {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    grid-column: auto
  }

  .s-reviews {
    padding-left: 20px
  }

  .s-reviews__grid {
    display: block
  }

  .s-get-calc__grid {
    padding: 50px 30px
  }

  .s-get-calc__gallery {
    padding: 0;
    display: none
  }

  .s-get-calc__main {
    padding: 0
  }

  .s-get-calc__social {
    margin-right: 0
  }

  .s-contacts__map {
    right: 20px;
    left: 20px
  }

  .s-static__img {
    width: 400px
  }

  .s-intro__first .btn-c {
    display: none
  }

  .s-intro__content {
    margin: 0;
    max-width: 100%
  }

  .s-gallery {
    padding-left: 20px
  }

  .s-overview {
    padding-left: 20px
  }

  .footer__wrapper {
    padding-top: 200px
  }

  .footer__bottom {
    position: relative;
    margin: 0;
    padding: 25px;
    z-index: 1
  }

  .footer__bottom::before {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    top: -50px;
    height: 50px;
    background-color: var(--primary-f);
    z-index: -1
  }
}

@media (max-width:991px) {
  .m-title {
    font-size: 44px
  }

  .s-title {
    font-size: 44px
  }

  .t-title {
    font-size: 36px
  }

  .modal {
    padding: 20px
  }

  .modal__inside {
    padding: 30px 0
  }

  .modal__img {
    display: none
  }

  .text-b {
    font-size: 18px
  }

  .sect-m {
    margin: 80px 0
  }

  .card-offer__body {
    padding: 20px
  }

  .content h5:not(:first-child) {
    margin-top: 40px
  }

  .cookie__body {
    flex-wrap: wrap;
    padding: 30px 95px 25px 35px;
    gap: 25px
  }

  .breadcrumbs {
    padding-left: 20px
  }

  .video-player__btn {
    width: 80px;
    height: 80px
  }

  .video-player__btn svg {
    width: 35px;
    height: 35px
  }

  .video-player__btn .items {
    gap: 8px
  }

  .video-player__btn .items .item {
    width: 12px;
    border-radius: 3px;
    height: 45px
  }

  .card-case__gallery img {
    width: 185px
  }

  .header {
    margin-bottom: 15px
  }

  .header__contacts {
    display: none
  }

  .header-b {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: -9999px;
    z-index: -9999
  }

  .s-hero__body {
    padding: 70px 30px 300px 30px
  }

  .s-hero__body._sanatorium {
    padding-bottom: 220px
  }

  .s-hero__body._sanatorium .s-hero__picture {
    width: 460px
  }

  .s-services__grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .s-adv__grid-layout {
    display: block
  }

  .s-adv__main::after {
    right: -30px
  }

  .s-adv__slider {
    width: 100%
  }

  .s-steps__quote {
    font-size: 26px
  }

  .b-offer {
    margin-top: 80px
  }

  .b-offer__gallery {
    width: 100%;
    height: auto;
    aspect-ratio: 1/.715
  }

  .b-offer__gallery .circle-rotate {
    right: 7px;
    top: 0;
    left: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .s-reviews__slider-wrapper .slider-arrows {
    margin-left: auto
  }

  .s-reviews__slide {
    width: 290px !important;
    max-width: 100%
  }

  .s-location__item {
    min-height: 130px
  }

  .s-get-calc__title {
    margin-bottom: 30px
  }

  .s-get-calc__form-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .s-contacts__wrapper {
    flex-direction: column;
    align-items: start;
    gap: 30px
  }

  .s-contacts__requisites {
    margin: 80px 0 55px 0
  }

  .s-contacts__requisites-title {
    margin-bottom: 30px
  }

  .s-contacts__map {
    height: 400px
  }

  .s-static__body {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center
  }

  .s-static__info {
    flex: auto;
    width: 100%;
    padding-top: 25px
  }

  .s-static__title {
    margin-bottom: 30px
  }

  .s-static__img {
    width: 685px
  }

  .s-shape__content-wrapper:first-child {
    margin-bottom: 80px
  }

  .s-shape__wrapper {
    flex-direction: column;
    align-items: center
  }

  .s-shape__items {
    flex: auto;
    width: 100%;
    gap: 20px
  }

  .s-shape__buttons {
    width: 500px;
    max-width: 100%;
    flex: auto
  }

  .s-intro__quote {
    margin-top: 80px
  }

  .s-partners__slide {
    border-radius: 20px;
    min-height: 85px;
    width: 190px !important;
    max-width: 100%
  }

  .s-selection__slider {
    overflow: visible !important
  }

  .s-selection__slide {
    width: 320px !important;
    max-width: 100%
  }

  .s-single__title {
    margin-bottom: 30px
  }

  .footer__bottom-main {
    flex-direction: column;
    align-items: center;
    text-align: center
  }
}

@media (max-width:767px) {
  .container {
    padding: 0 16px
  }

  .m-title {
    font-size: 36px
  }

  .s-title {
    font-size: 32px
  }

  .t-title {
    font-size: 30px
  }

  .modal__title {
    margin-bottom: 30px
  }

  .modal__form {
    gap: 15px
  }

  .modal__form .btn-s[type=submit] {
    margin-top: 15px
  }

  .modal__form .check-wrapper {
    margin-top: 5px
  }

  .input::-webkit-input-placeholder {
    font-size: 14px
  }

  .input:-ms-input-placeholder {
    font-size: 14px
  }

  .input::-ms-input-placeholder {
    font-size: 14px
  }

  .input::placeholder {
    font-size: 14px
  }

  .check-wrapper .wpcf7-list-item-label {
    font-size: 14px
  }

  .text-b {
    font-size: 16px
  }

  .text-m {
    font-size: 14px
  }

  .sect-head {
    margin-bottom: 30px
  }

  .sect-head__subtitle {
    padding-bottom: 5px
  }

  .card-service__body {
    padding: 25px 20px
  }

  .card-service__head .title {
    max-width: 170px
  }

  .card-offer__body {
    padding: 15px
  }

  .card-offer__info {
    flex-wrap: wrap
  }

  .card-offer__show-text {
    display: none
  }

  .circle-rotate {
    width: 115px;
    height: 115px
  }

  .circle-rotate-wrapper::after {
    top: 4px;
    left: 4px
  }

  .circle-rotate-text {
    width: calc(100% - 20px)
  }

  .content-wrapper {
    padding: 50px 20px
  }

  .content {
    font-size: 14px
  }

  .content strong {
    font-weight: 700
  }

  .content h5 {
    font-size: 20px
  }

  .content h5:not(:last-child) {
    margin-bottom: 10px !important
  }

  .content>*:not(:last-child) {
    margin-bottom: 18px
  }

  .content ul {
    line-height: 150%
  }

  .content ul li::before {
    margin-top: 6px
  }

  .cookie__content {
    font-size: 16px
  }

  .breadcrumbs {
    margin: 10px 0 15px 0
  }

  .video-player__btn {
    width: 55px;
    height: 55px
  }

  .video-player__btn svg {
    width: 24px;
    height: 24px
  }

  .card-case-wrapper {
    padding: 20px
  }

  .card-case-nav {
    margin-top: 30px
  }

  .card-case-nav .slider-fraction {
    position: absolute;
    top: 18px;
    right: 24px;
    left: auto
  }

  .card-case__grid {
    flex-direction: column;
    gap: 20px
  }

  .card-case__items {
    gap: 15px
  }

  .card-case__item:not(:last-child) {
    padding-bottom: 15px
  }

  .card-case__item .name {
    margin-bottom: 5px
  }

  .header {
    padding: 5px 0;
    margin-bottom: 10px
  }

  .header__logo {
    width: 150px
  }

  .s-hero__body {
    padding: 70px 20px 190px 20px;
    min-height: 660px
  }

  .s-hero__body::after {
    width: 610px;
    right: -210px;
    bottom: -345px
  }

  .s-hero__body::before {
    width: 565px;
    left: -220px;
    bottom: -320px;
    top: auto
  }

  .s-hero__body._logistics {
    min-height: 690px
  }

  .s-hero__body._partners {
    padding-bottom: 380px
  }

  .s-hero__body._error {
    min-height: 600px;
    padding-top: 140px
  }

  .s-hero__buttons {
    margin-top: 30px;
    width: 500px;
    grid-template-columns: 1fr;
    gap: 15px
  }

  .s-hero__adv {
    margin-top: 80px;
    padding: 20px;
    gap: 15px
  }

  .s-hero__adv-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 16px 25px;
    border-radius: 20px
  }

  .s-hero__adv-item br {
    display: none
  }

  .s-hero__adv-item .icon {
    width: 25px;
    margin: 0
  }

  .burger {
    padding-top: 66px
  }

  .s-services__grid {
    gap: 15px
  }

  .s-offer .s-title br {
    display: none
  }

  .s-offer__grid {
    gap: 20px
  }

  .s-adv .sect-head br {
    display: none
  }

  .s-adv__grid-layout .slider-arrows {
    margin-left: auto
  }

  .s-adv__main::after {
    right: -20px
  }

  .s-adv__slide {
    width: 290px !important;
    max-width: 100%;
    height: auto !important;
    padding-top: 205px
  }

  .s-adv__slide-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 265px;
    z-index: -1
  }

  .s-adv__slide-body {
    position: static;
    width: 100%;
    min-height: 255px;
    padding: 30px 20px
  }

  .s-adv__slide-num {
    margin-bottom: 10px
  }

  .s-steps__item {
    width: 290px !important;
    min-height: 300px
  }

  .s-steps__article {
    padding: 25px 20px
  }

  .s-steps__article .title {
    margin-bottom: 10px
  }

  .s-steps__mob {
    margin-top: 20px;
    grid-template-columns: 1fr
  }

  .b-offer {
    padding: 50px 20px
  }

  .b-offer__btn {
    margin-top: 30px
  }

  .s-cases__grid {
    gap: 20px
  }

  .s-location .content-wrapper {
    background-size: cover !important;
    min-height: 675px
  }

  .s-faq__item-grid {
    grid-template-columns: 1fr
  }

  .s-faq__item-grid._head {
    padding: 15px 20px
  }

  .s-faq__item-grid._body {
    padding: 10px 55px 25px 20px
  }

  .s-faq__item-grid .num {
    display: none
  }

  .s-get-calc__grid {
    padding: 50px 20px
  }

  .s-get-calc__form-grid {
    gap: 15px
  }

  .s-get-calc__contacts {
    margin-top: 30px;
    flex-direction: column;
    text-align: center;
    padding: 30px 20px
  }

  .s-get-calc__contacts-info {
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .s-get-calc__contacts-info .text-m {
    max-width: 195px
  }

  .s-get-calc__contacts-tel {
    margin-top: 12px;
    font-size: 30px
  }

  .s-contacts__info-grid {
    gap: 20px
  }

  .s-contacts__item .title {
    margin-bottom: 5px
  }

  .s-contacts__wrapper-map {
    height: 55px
  }

  .s-contacts__map {
    height: 370px;
    right: 18px;
    left: 18px
  }

  .s-static__body {
    padding: 20px
  }

  .s-shape__item .head {
    margin-bottom: 10px
  }

  .s-shape__item .rect {
    width: 36px;
    height: 36px;
    border-radius: 10px
  }

  .s-shape__item .rect img {
    width: 18px
  }

  .s-shape__item-body {
    padding: 20px
  }

  .s-shape__buttons {
    gap: 15px
  }

  .s-intro__content-wrapper {
    padding-bottom: 30px !important
  }

  .s-overview__slide {
    width: 300px !important
  }

  .s-selection__slide {
    width: 290px !important
  }

  .s-selection__slide-body {
    padding: 25px 20px;
    min-height: 310px
  }

  .s-single__title {
    margin-bottom: 20px
  }

  .footer__wrapper {
    padding: 250px 20px 20px 20px
  }

  .footer__logo {
    margin: 0 auto
  }

  .footer__nav-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
  }
}

@media (max-width:575px) {
  .modal__title {
    max-width: 265px
  }

  .modal__form .input-control {
    grid-column: 2 span
  }

  .card-service__body {
    aspect-ratio: 1/.59
  }

  .card-service__img {
    width: 165px
  }

  .card-offer__list li {
    line-height: 124%
  }

  .card-offer__list li:not(:last-child) {
    margin-bottom: 7px
  }

  .card-offer__list li::before {
    margin-top: 6px
  }

  .card-offer__btn {
    width: 100%
  }

  .circle-rotate-icon {
    width: 30px
  }

  .cookie__body {
    gap: 15px
  }

  .cookie__content {
    font-size: 14px
  }

  .video-player__btn .items {
    gap: 4px
  }

  .video-player__btn .items .item {
    width: 8px;
    height: 25px;
    border-radius: 2px
  }

  .s-hero__body._partners {
    padding-bottom: 270px
  }

  .s-hero__picture {
    width: 535px
  }

  .s-hero__adv {
    grid-template-columns: 1fr
  }

  .s-hero__adv-item {
    min-height: 60px
  }

  .s-services__grid {
    grid-template-columns: 1fr
  }

  .s-steps__quote {
    font-size: 20px;
    padding: 20px;
    margin-top: 20px
  }

  .b-offer__btn {
    width: 100%
  }

  .b-offer__btn._desk {
    display: none
  }

  .s-location__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom 0 right -105px;
    object-position: bottom 0 right -105px
  }

  .s-location__slider {
    margin-top: 0
  }

  .s-get-calc__form-grid {
    grid-template-columns: 1fr
  }

  .s-contacts__info-grid {
    grid-template-columns: 1fr
  }

  .s-contacts__requisites-wrapper {
    grid-template-columns: 1fr;
    gap: 6px
  }

  .s-contacts__requisites-list {
    gap: 6px
  }

  .s-static__info .btn-simple {
    margin-top: 15px
  }

  .s-overview__slide {
    width: 285px !important
  }

  .footer__nav [data-btn-up] {
    display: none
  }

  .footer__nav-grid {
    grid-template-columns: 1fr;
    gap: 5px
  }

  .footer__nav-item:not(._spoller) .footer__nav-list {
    gap: 5px
  }

  .footer__nav-item:not(._spoller) a {
    display: block;
    width: 100%;
    padding: 13px 15px;
    border-radius: 20px;
    background-color: rgba(231, 241, 248, .5)
  }

  .footer__nav-item._spoller {
    background-color: rgba(231, 241, 248, .5);
    border-radius: 20px
  }

  .footer__nav-item._spoller .footer__nav-list {
    padding: 3px 20px 15px 20px
  }

  .footer__nav-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    padding: 3px 2px 3px 20px;
    margin-bottom: 0;
    color: rgba(51, 51, 51, .8)
  }

  .footer__nav-list {
    gap: 13px
  }

  .footer__bottom-list {
    gap: 2px
  }

  .footer__bottom-list a {
    font-size: 14px
  }
}

@media (any-hover:hover) {
  .btn-s:hover {
    background-color: var(--background-h);
    border-color: var(--border-h);
    color: var(--color-h)
  }

  .btn-r:hover {
    background-color: var(--background-h);
    border-color: var(--border-h);
    color: var(--color-h)
  }

  .btn-c:hover {
    background-color: var(--background-h);
    border-color: var(--border-h);
    color: var(--color-h)
  }

  .btn-simple:hover {
    color: var(--primary-d)
  }

  .btn-simple:hover .circle {
    background-color: var(--primary);
    color: #fff
  }

  .modal__close:hover {
    background-color: #fff
  }

  .check-wrapper .wpcf7-list-item-label a:hover {
    color: var(--primary)
  }

  .card-service:hover .card-service__body {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px)
  }

  .card-service:hover .circle {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: var(--primary);
    color: #fff !important
  }

  .card-offer:hover .card-offer__body {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px)
  }

  .slider-arrow:hover {
    background-color: var(--background-h);
    border: 1px solid var(--border-h);
    color: var(--color-h)
  }

  .breadcrumbs a:hover {
    color: var(--primary)
  }

  .video-player:hover .video-player__btn {
    opacity: 1 !important
  }

  .video-player__btn:hover {
    color: var(--color-h);
    background-color: var(--background-h)
  }

  .header__logo:hover {
    opacity: .8
  }

  .header__contacts-main a:hover {
    color: var(--primary)
  }

  .header__tel-btn:hover {
    color: var(--primary-d)
  }

  .header-b__list a:hover {
    color: var(--primary)
  }

  .header-b__list .menu-item-has-children:hover>a::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: url(assets/img/next-primary.svg) center/contain no-repeat
  }

  .header-b__list .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  .s-reviews__slide:hover .s-reviews__slide-body {
    -webkit-transform: translate(-6px, -5px);
    transform: translate(-6px, -5px)
  }

  .s-reviews__slide:hover .s-reviews__slide-body .icon-zoom {
    opacity: 1
  }

  .s-reviews__slide:hover .s-reviews__slide-body::before {
    opacity: .5
  }

  .s-get-calc__contacts-tel:hover {
    color: var(--primary)
  }

  .s-contacts__item a.val:hover {
    color: var(--primary)
  }

  .s-gallery__slide:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
  }

  .s-partners__slide:hover img {
    -webkit-filter: grayscale(0) !important;
    filter: grayscale(0) !important;
    opacity: 1
  }

  .s-overview__slide:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
  }

  .footer__logo:hover {
    opacity: .8
  }

  .footer__nav-list a:hover {
    border-color: currentColor
  }

  .footer__bottom-list a:hover {
    color: var(--primary)
  }

  .footer__dev:hover {
    color: var(--primary)
  }
}

@media (hover:none) {
  .btn-s:active {
    background-color: var(--background-h);
    border-color: var(--border-h);
    color: var(--color-h)
  }

  .btn-r:active {
    background-color: var(--background-h);
    border-color: var(--border-h);
    color: var(--color-h)
  }

  .btn-c:active {
    background-color: var(--background-h);
    border-color: var(--border-h);
    color: var(--color-h)
  }

  .btn-simple:active {
    color: var(--primary-d)
  }

  .btn-simple:active .circle {
    background-color: var(--primary);
    color: #fff
  }

  .modal__close:active {
    background-color: #fff
  }

  .check-wrapper .wpcf7-list-item-label a:active {
    color: var(--primary)
  }

  .card-service:active .card-service__body {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px)
  }

  .card-service:active .circle {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: var(--primary);
    color: #fff !important
  }

  .card-offer:active .card-offer__body {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px)
  }

  .slider-arrow:active {
    background-color: var(--background-h);
    border: 1px solid var(--border-h);
    color: var(--color-h)
  }

  .breadcrumbs a:active {
    color: var(--primary)
  }

  .video-player:active .video-player__btn {
    opacity: 1 !important
  }

  .video-player__btn:active {
    color: var(--color-h);
    background-color: var(--background-h)
  }

  .header__logo:active {
    opacity: .8
  }

  .header__contacts-main a:active {
    color: var(--primary)
  }

  .header__tel-btn:active {
    color: var(--primary-d)
  }

  .header-b__list a:active {
    color: var(--primary)
  }

  .header-b__list .menu-item-has-children:active>a::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: url(assets/img/next-primary.svg) center/contain no-repeat
  }

  .header-b__list .menu-item-has-children:active .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  .s-reviews__slide:active .s-reviews__slide-body {
    -webkit-transform: translate(-6px, -5px);
    transform: translate(-6px, -5px)
  }

  .s-reviews__slide:active .s-reviews__slide-body .icon-zoom {
    opacity: 1
  }

  .s-reviews__slide:active .s-reviews__slide-body::before {
    opacity: .5
  }

  .s-get-calc__contacts-tel:active {
    color: var(--primary)
  }

  .s-contacts__item a.val:active {
    color: var(--primary)
  }

  .s-gallery__slide:active img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
  }

  .s-partners__slide:active img {
    -webkit-filter: grayscale(0) !important;
    filter: grayscale(0) !important;
    opacity: 1
  }

  .s-overview__slide:active img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
  }

  .footer__logo:active {
    opacity: .8
  }

  .footer__nav-list a:active {
    border-color: currentColor
  }

  .footer__bottom-list a:active {
    color: var(--primary)
  }

  .footer__dev:active {
    color: var(--primary)
  }
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 14px;
}

.wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  border-radius: 20px;
  padding: 10px 12px;
  font-size: 14px;
  width: fit-content;
}

.aboutIntro .s-intro__first,
.aboutIntro .s-title {
  grid-column: 2 span;
}

.aboutIntro .s-intro__main {
  grid-column: 2 span;
}

.aboutIntro .s-intro__main .s-intro__content {
  max-width: 100%;
}
.s-cases__grid .card-case-wrapper {
  display: none;
}
.s-cases__btn-more.noContent {
  opacity: .4;
  pointer-events: none;
}