:root {
  --font-family: "Montserrat", sans-serif;
  --second-family: "SF Pro Display", sans-serif;
  --content-width-desktop: 1170px;
  --content-width-tablet: 700px;
  --content-width-phone: 400px;
  --container-width-desktop: calc(var(--content-width-desktop) + (var(--container-offset) * 2));
  --container-width-tablet: calc(var(--content-width-tablet) + (var(--container-offset) * 2));
  --container-width-phone: calc(var(--content-width-phone) + (var(--container-offset) * 2));
  --container-offset: 15px;
  --base: #040404;
  --black: #000;
  --white: #fff;
  --blue: #5580ab;
  --dark-blue: #3c6ea0;
  --orange: #f67615;
  --red: #f64d15;
  --gray: #cecece;
  --grey: #707070;
  --light-gray: #f2f2f2;
  --light-grey: #b6b6b6;
  --dark-gray: #777;
  --dark-grey: #434343;
  --border: #d8dfe4;
  --gold: #FFB85B;
  --border-radius: 20px;
  --backdrop-filter: blur(30px);
  --status-error: #ed1717;
  --status-success: #2db224;
  --overlay: rgba(0, 0, 0, 0.6);
  --background: rgba(255, 255, 255, 0.12);
  --box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

hr {
  overflow: visible;
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  display: table;
  padding: 0;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
  color: inherit;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[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;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-weight: 400;
  line-height: 1.3;
  color: var(--base);
  background: var(--white);
}
body .fancybox__content {
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}

figure {
  margin: 0;
}

img {
  vertical-align: top;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea {
  display: block;
  resize: none;
}

@font-face {
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/SF-Pro-Display-Regular.woff2") format("woff2");
  font-family: "SF Pro Display";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/SF-Pro-Display-Semibold.woff2") format("woff2");
  font-family: "SF Pro Display";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  min-height: 100vh;
}

.main {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  width: 100%;
  height: 100%;
}

.lock {
  overflow: hidden;
}

.no-scroll {
  overflow: hidden;
}

.img {
  width: 100%;
  height: 100%;
}

.image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.btn-reset {
  outline: none;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

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

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.swiper__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.swiper__prev, .swiper__next {
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(30px);
  cursor: pointer;
}
.swiper__prev.swiper-button-disabled, .swiper__next.swiper-button-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
.swiper__prev svg, .swiper__next svg {
  border-radius: 1px;
  fill: none;
  stroke-width: 3px;
  stroke: var(--white);
  -webkit-transition: stroke 0.15s ease;
  transition: stroke 0.15s ease;
}
.swiper__pagination {
  font-weight: 600;
  text-align: center;
}
.swiper__pagination.swiper-pagination-fraction {
  width: auto;
  color: var(--white);
}

.just-validate-error-label {
  position: absolute;
  left: 0;
  bottom: 100%;
  font-size: 14px;
}

.form__input.just-validate-error-field {
  border-color: var(--status-error);
}

.form__input.just-validate-error-field:focus {
  border-color: var(--status-error);
  -webkit-box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.2509803922);
  box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.2509803922);
}

.form__input.just-validate-success-field {
  border-color: var(--status-success);
}

.form__input.just-validate-success-field:focus {
  border-color: var(--status-success);
  -webkit-box-shadow: 0 0 0 0.15rem rgba(25, 135, 84, 0.2509803922);
  box-shadow: 0 0 0 0.15rem rgba(25, 135, 84, 0.2509803922);
}

.checkbox__input.just-validate-error-field {
  border-color: var(--status-error);
}

.checkbox__input.just-validate-error-field:focus {
  border-color: var(--status-error);
  -webkit-box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.2509803922);
  box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.2509803922);
}

.checkbox__input.just-validate-error-field ~ .just-validate-error-label {
  display: none;
}

.scrolltop {
  position: fixed;
  right: -100px;
  bottom: 10px;
  z-index: 10;
  -webkit-transition: right 0.15s ease;
  transition: right 0.15s ease;
}
.scrolltop.active {
  right: 10px;
}
.scrolltop svg {
  fill: var(--orange);
  opacity: 0.6;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.logo svg {
  width: 100%;
  height: 100%;
  -webkit-transition: fill 0.15s ease;
  transition: fill 0.15s ease;
}

.h1 {
  margin: 0;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--white);
}

.h2 {
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.h3 {
  margin: 0;
  font-weight: 600;
  line-height: 1.1;
}
.h3 span {
  font-weight: 400;
}
.h3 strong {
  font-weight: 700;
  color: var(--orange);
}

.h4 {
  margin: 0;
  font-weight: 600;
  line-height: 1.1;
}

.paragraph p:last-child {
  margin: 0;
}

.text {
  margin: 0;
}

.form__row {
  display: -ms-grid;
  display: grid;
  gap: 10px 20px;
  width: 100%;
  max-width: 560px;
}
.form__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form__group {
  position: relative;
}
.form__input {
  border: 1px solid var(--white);
  border-radius: 6px;
  padding: 13px 15px;
  width: 100%;
  height: 44px;
  font-size: 16px;
  line-height: 1.1;
  color: var(--base);
  background: var(--white);
  -webkit-transition: border 0.15s ease;
  transition: border 0.15s ease;
}
.form__input::-webkit-input-placeholder {
  color: var(--dark-gray);
}
.form__input::-moz-placeholder {
  color: var(--dark-gray);
}
.form__input:-ms-input-placeholder {
  color: var(--dark-gray);
}
.form__input::-ms-input-placeholder {
  color: var(--dark-gray);
}
.form__input::placeholder {
  color: var(--dark-gray);
}
.form__input:focus {
  outline: none;
  border-color: var(--orange);
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px;
  padding: 10px 5px;
  width: 100%;
  height: 44px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  color: var(--white);
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.btn--red {
  border: 1px solid var(--orange);
  background: var(--orange);
}
.btn--blue {
  border: 1px solid var(--blue);
  background: var(--blue);
}
.btn--transparent {
  border: 1px solid var(--orange);
  max-width: 260px;
  color: var(--orange);
  background: transparent;
}
.btn:active {
  opacity: 0.6;
}

.checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0 0;
}
.checkbox__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 2px solid var(--orange);
  border-radius: 6px;
  width: 20px;
  height: 20px;
}
.checkbox__input::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 11px;
  background-image: url("../images/icons/checked.svg");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.15s ease, visibility 0.15s ease;
  transition: opacity 0.15s ease, visibility 0.15s ease;
}
.checkbox__input:checked::before {
  opacity: 1;
  visibility: visible;
}
.checkbox__text {
  padding-left: 12px;
  font-size: 14px;
  line-height: 1.1;
}
.checkbox__text a {
  display: inline-block;
  text-decoration: underline;
  color: var(--orange);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu > li > a {
  font-weight: 600;
  font-size: 16px;
}

.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub-menu > li > a {
  font-weight: 600;
  font-size: 16px;
  color: var(--dark-grey);
}

.popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
  overflow-y: auto;
  background: var(--overlay);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  backdrop-filter: blur(8px);
}
.popup.open {
  opacity: 1;
  visibility: visible;
}
.popup.open .popup__content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.popup.closing .popup__content {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.popup__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px 15px;
  min-height: 100%;
}
.popup__content {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  backdrop-filter: var(--backdrop-filter);
  width: 100%;
  max-width: 450px;
  background: var(--white);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup__close {
  position: absolute;
  right: 10px;
  top: 10px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
}
.popup__close svg {
  z-index: -1;
  width: 20px;
  height: 20px;
  stroke: var(--dark-gray);
  stroke-width: 2px;
  -webkit-transition: stroke 0.15s ease, -webkit-transform 0.15s ease;
  transition: stroke 0.15s ease, -webkit-transform 0.15s ease;
  transition: stroke 0.15s ease, transform 0.15s ease;
  transition: stroke 0.15s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
}
.popup__h3 {
  text-align: center;
}
.popup__h4 {
  text-align: center;
}
.popup__form .form__input {
  background: var(--light-gray);
}
.popup__loader {
  width: 30px;
  height: 30px;
  -webkit-animation: rotation 1.5s infinite linear;
  animation: rotation 1.5s infinite linear;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0 0;
}
.contacts__tel {
  font-weight: 600;
  line-height: 1.1;
  white-space: nowrap;
}

.template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.template__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px 30px;
}
.template__columns.max-width {
  width: 100%;
  max-width: 770px;
}
.template .image {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding: 0 0 90.8771929825%;
  aspect-ratio: 570/518;
}
@supports (aspect-ratio: 1) {
  .template .image {
    padding: 0;
  }
}
.template .scrollbar .simplebar-track.simplebar-horizontal {
  left: 15px;
  right: 15px;
  bottom: -12px;
  border-radius: 14px;
  height: 3px;
  background: var(--border);
}
.template .scrollbar .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
  inset: 0;
  background: var(--orange);
  opacity: 1;
}
.template h2 {
  margin: 0;
  width: 100%;
  max-width: 744px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
.template h3 {
  font-weight: 600;
  line-height: 1.1;
}
.template h4 {
  font-weight: 600;
  line-height: 1.1;
}
.template p:last-child {
  margin: 0;
}
.template u {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.template a {
  display: inline-block;
  font-weight: 600;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--orange);
}
.template ul {
  list-style: none;
  padding: 0;
}
.template ul li {
  position: relative;
  padding-left: 30px;
  font-family: var(--second-family);
  font-weight: 600;
}
.template ul li:last-child {
  margin: 0;
}
.template ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/check-list.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.template ol {
  margin: 0;
  padding: 0 0 0 20px;
}
.template table {
  table-layout: fixed;
  border-spacing: 0;
  width: 100%;
}
.template tbody {
  display: table;
  overflow: hidden;
  margin: 0 0 1px;
  border: 1px solid var(--light-grey);
  border-radius: 30px;
  backdrop-filter: blur(6px);
  width: 100%;
}
.template tr:first-child {
  font-weight: 700;
  line-height: 1.1;
}
.template tr:first-child td {
  border: none;
}
.template tr:last-child td {
  border: none;
}
.template td {
  border-bottom: 2px dashed var(--light-grey);
}
.template td:last-child {
  text-align: center;
}

.play {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.play svg {
  fill: var(--white);
  -webkit-transition: fill 0.15s ease;
  transition: fill 0.15s ease;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rating__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.rating__star {
  fill: var(--gold);
  stroke: var(--gold);
}
.rating__number {
  font-weight: 600;
  line-height: 1.1;
  color: var(--black);
}

.spoller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.spoller__item {
  border-radius: 14px;
  background: var(--white);
}
.spoller__h3 {
  position: relative;
}
.spoller__h3.active::after {
  content: "";
}
.spoller__h3.active::before {
  content: none;
}
.spoller__h3::before, .spoller__h3::after {
  position: absolute;
  top: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.spoller__h3::before {
  content: "";
  background-image: url("../images/icons/plus.svg");
}
.spoller__h3::after {
  content: none;
  background-image: url("../images/icons/minus.svg");
}
.spoller__content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.spoller__text p {
  margin: 0 0 15px;
}
.spoller__text p:last-child {
  margin: 0;
}

[class*=copyrights-pane] {
  opacity: 0;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.ymaps-2-1-79-map:hover [class*=copyrights-pane] {
  opacity: 1;
}

[class*=gototech] {
  display: none;
}

.ymaps-2-1-79-balloon__content {
  font: 16px/20px "SF Pro Display", sans-serif;
}

.ymaps-2-1-79-islets_icon-caption {
  font: 16px/27px "SF Pro Display", sans-serif;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__logo svg {
  fill: var(--white);
}

.hero {
  background-image: url("../images/bg/01.svg");
  color: var(--white);
}
.hero__wrapper {
  background-repeat: no-repeat;
  background-size: cover;
}
.hero__inner {
  display: -ms-grid;
  display: grid;
  gap: 20px 43px;
}
.hero__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hero__block {
  border-radius: 20px;
  backdrop-filter: var(--backdrop-filter);
  background: var(--background);
}
.hero__right {
  border-radius: 20px;
  backdrop-filter: var(--backdrop-filter);
  background: var(--background);
}
.hero__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hero__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hero__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url("../images/icons/check.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.hero__text {
  line-height: 1.1;
}
.problem__inner {
  display: -ms-grid;
  display: grid;
  gap: 20px 69px;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  background: var(--white);
}
.problem__h2 {
  line-height: 1.1;
}
.problem__img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 0 0 87.4074074074%;
  aspect-ratio: 405/354;
}
@supports (aspect-ratio: 1) {
  .problem__img {
    padding: 0;
  }
}
.price--cols {
  background-image: url("../images/bg/02.svg");
}
.price--cols .price__cards {
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 15px 30px;
}
.price--rows {
  background-image: url("../images/bg/08.svg");
}
.price__h2 {
  color: var(--white);
}
.price__cards {
  position: relative;
  display: -ms-grid;
  display: grid;
}
.price__cards::before {
  content: "";
  position: absolute;
  width: 113px;
  height: 113px;
  background-image: url("../images/decor/01.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.price__cards::after {
  content: "";
  position: absolute;
  width: 212px;
  height: 186px;
  background-image: url("../images/decor/02.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.price__card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: var(--white);
  z-index: 1;
}
.price__img {
  position: relative;
  overflow: hidden;
}
.price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px dashed var(--light-grey);
  font-weight: 600;
  line-height: 1.1;
}
.price__btn {
  margin-top: auto;
}

.approach {
  position: relative;
  background-image: url("../images/bg/03.svg");
}
.approach::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 46px;
  background-image: url("../images/decor/03.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.approach::after {
  content: "";
  position: absolute;
  background-image: url("../images/decor/04.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.approach__h2 {
  color: var(--white);
}
.approach__h3 {
  color: var(--white);
  margin: 0 0 30px;
}
.approach__inner {
  position: relative;
  display: -ms-grid;
  display: grid;
  gap: 30px;
}
.approach__inner::before {
  content: "";
  position: absolute;
  background-image: url("../images/decor/05.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.approach__img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 0 0 110.4255319149%;
}
.approach__cards {
  counter-reset: my-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.approach__card {
  counter-increment: my-counter;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 20px;
  background: var(--white);
}
.approach__card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: var(--blue);
}
.approach__card::after {
  content: "0" counter(my-counter);
  position: absolute;
  font-weight: 600;
  color: var(--white);
}
.approach__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 425px;
}
.approach__item {
  position: relative;
  padding-left: 30px;
  font-family: var(--second-family);
  font-weight: 600;
}
.approach__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/check-list.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.services__cards {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
}
.services__card {
  overflow: hidden;
  border-radius: 20px;
  background: var(--white);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}
.services__img {
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  padding: 0 0 67.5675675676%;
  aspect-ratio: 370/250;
}
@supports (aspect-ratio: 1) {
  .services__img {
    padding: 0;
  }
}
.services__img img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.services__price {
  font-weight: 600;
  line-height: 1.1;
}

.object {
  position: relative;
  background-image: url("../images/bg/04.svg");
}
.object::before {
  content: "";
  position: absolute;
  background-image: url("../images/decor/06.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.object__top {
  width: 100%;
  max-width: 770px;
}
.object__cards {
  position: relative;
  display: -ms-grid;
  display: grid;
}
.object__cards::before {
  content: "";
  position: absolute;
  width: 113px;
  height: 113px;
  background-image: url("../images/decor/07.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.object__card {
  overflow: hidden;
  border-radius: 20px;
  background: var(--white);
}
.object__img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.object__text {
  width: 100%;
  max-width: 340px;
}
.object__bottom {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: var(--white);
}
.object__block {
  position: relative;
  z-index: 1;
}
.object__form .form__input {
  background: var(--light-gray);
}
.object__form .checkbox__text {
  width: 100%;
  max-width: 350px;
}
.object__image {
  position: absolute;
  top: 0;
  bottom: 0;
}

.damage {
  position: relative;
  z-index: 1;
}
.damage__inner {
  border-radius: 20px;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  background: var(--white);
}
.damage__block {
  position: relative;
}
.damage__h2 {
  width: 100%;
  max-width: 859px;
  text-align: center;
}
.damage__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.damage__item {
  position: relative;
  font-weight: 600;
  line-height: 1.1;
}
.damage__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url("../images/icons/check.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.damage__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.damage__btn {
  position: relative;
  max-width: 264px;
}

.gallery {
  position: relative;
  background-image: url("../images/bg/05.svg");
}
.gallery::before {
  content: "";
  position: absolute;
  background-image: url("../images/decor/08.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
.gallery::after {
  content: "";
  position: absolute;
  background-image: url("../images/decor/09.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.gallery__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.gallery__block {
  position: relative;
}
.gallery__block:first-child::before {
  content: "";
  position: absolute;
  background-image: url("../images/decor/10.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery__h2 {
  color: var(--white);
}
.gallery__link {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 0 0 64.3859649123%;
  aspect-ratio: 570/367;
  background: var(--light-gray);
}
@supports (aspect-ratio: 1) {
  .gallery__link {
    padding: 0;
  }
}
.gallery__link img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.gallery__link:hover .play svg {
  fill: var(--orange);
}
.reviews__inner {
  position: relative;
}
.reviews__inner .swiper__prev,
.reviews__inner .swiper__next {
  background: var(--light-gray);
}
.reviews__inner .swiper__prev svg,
.reviews__inner .swiper__next svg {
  stroke: var(--base);
}
.reviews__inner .swiper__pagination.swiper-pagination-fraction {
  color: var(--base);
}
.reviews__wrapper {
  margin: -15px -15px -30px -15px;
}
.reviews__swiper.swiper {
  padding: 15px 15px 30px 15px;
}
.reviews__slide.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.reviews__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  background: var(--white);
}
.reviews__img {
  position: relative;
  overflow: hidden;
  padding: 0 0 32.7731092437%;
  aspect-ratio: 238/78;
}
@supports (aspect-ratio: 1) {
  .reviews__img {
    padding: 0;
  }
}
.reviews__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 20px;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  background: var(--white);
}
.reviews__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reviews__photo {
  overflow: hidden;
  border-radius: 50%;
}
.reviews__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 600;
  line-height: 1.1;
}
.reviews__city {
  color: var(--dark-gray);
}
.reviews__cols {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.reviews__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.reviews__image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 0 0 75%;
  aspect-ratio: 140/105;
}
@supports (aspect-ratio: 1) {
  .reviews__image {
    padding: 0;
  }
}
.equipment__cards {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
}
.equipment__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.equipment__img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 0 0 100%;
  aspect-ratio: 270/270;
}
@supports (aspect-ratio: 1) {
  .equipment__img {
    padding: 0;
  }
}
.equipment__block {
  border-radius: 20px;
  backdrop-filter: var(--backdrop-filter);
  background: var(--light-gray);
}
.equipment__block .contacts__tel:hover {
  color: var(--blue);
}
.equipment__form .checkbox__input {
  border: 2px solid var(--blue);
}
.equipment__form .checkbox__input::before {
  background-image: url("../images/icons/checked-blue.svg");
}
.equipment__form .checkbox__text {
  width: 100%;
  max-width: 350px;
}
.equipment__form .checkbox__text a {
  color: var(--blue);
}

.faq {
  position: relative;
  background-image: url("../images/bg/06.svg");
}
.faq::after {
  content: "";
  position: absolute;
  background-image: url("../images/decor/11.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.faq__h2 {
  color: var(--white);
}

.footer {
  background-image: url("../images/bg/07.svg");
}
.footer__top {
  display: -ms-grid;
  display: grid;
  gap: 25px 30px;
  padding: 0 0 30px;
}
.footer__form .checkbox__text {
  width: 100%;
  max-width: 350px;
}
.footer__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__right {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 0 0 188%;
  aspect-ratio: 470/250;
  background-image: url("../images/main/placeholder-map.png");
  background-size: 16px 16px;
}
@supports (aspect-ratio: 1) {
  .footer__right {
    padding: 0;
  }
}
.footer__map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.footer__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 54px;
  -moz-column-gap: 54px;
  column-gap: 54px;
  border-top: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
}
.footer__logo svg {
  fill: var(--base);
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px 30px;
}
.footer__menu a {
  font-weight: 600;
  line-height: 1.1;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 22px;
  font-family: var(--second-family);
  color: var(--grey);
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 14px 75px;
}
.footer__links a {
  font-size: 14px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.footer__copy {
  margin: 0;
  font-size: 13px;
  text-align: center;
}
@media (320px <= width < 1024px) {
  body {
    font-size: 14px;
  }
  .swiper__nav {
    margin: 15px auto 0;
    width: 140px;
  }
  .swiper__prev, .swiper__next {
    width: 40px;
    height: 40px;
  }
  .swiper__prev svg, .swiper__next svg {
    width: 10px;
    height: 18px;
  }
  .swiper__pagination {
    font-size: 14px;
  }
  .scrolltop svg {
    width: 40px;
    height: 40px;
  }
  .logo {
    width: 137px;
    height: 22px;
  }
  .burger {
    display: -ms-grid;
    display: grid;
    place-items: center;
    border-radius: 6px;
    width: 30px;
    height: 30px;
    background: var(--orange);
  }
  .burger.active::before {
    content: none;
  }
  .burger.active::after {
    content: "";
  }
  .burger::before, .burger::after {
    background-size: cover;
    background-repeat: no-repeat;
  }
  .burger::before {
    content: "";
    width: 14px;
    height: 12px;
    background-image: url("../images/icons/burger.svg");
  }
  .burger::after {
    content: none;
    width: 14px;
    height: 14px;
    background-image: url("../images/icons/burger-close.svg");
  }
  .h1 {
    font-size: 22px;
  }
  .h2 {
    font-size: 22px;
  }
  .h3 {
    font-size: 18px;
  }
  .h4 {
    font-size: 16px;
  }
  .paragraph {
    font-size: 16px;
  }
  .paragraph p {
    margin: 0 0 20px;
  }
  .form__col {
    row-gap: 10px;
  }
  .btn--transparent.hidden {
    display: none;
  }
  .social {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .social img {
    width: 34px;
    height: 34px;
  }
  .nav {
    position: absolute;
    left: 15px;
    right: 15px;
    top: calc(100% + 4px);
    overflow-y: auto;
    height: calc(100vh - 54px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.15s ease, visibility 0.15s ease;
    transition: opacity 0.15s ease, visibility 0.15s ease;
  }
  .nav.active {
    opacity: 1;
    visibility: visible;
  }
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0 0 20px 20px;
    margin: 0 auto 15px;
    padding: 5px 15px;
    width: 100%;
    background: var(--white);
  }
  .menu .current > a {
    position: relative;
  }
  .menu .current > a::before {
    content: "";
    position: absolute;
    right: 2px;
    top: 12.5px;
    width: 6px;
    height: 10px;
    background-image: url("../images/icons/arrow.svg");
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: -webkit-transform 0.15s ease;
    transition: -webkit-transform 0.15s ease;
    transition: transform 0.15s ease;
    transition: transform 0.15s ease, -webkit-transform 0.15s ease;
  }
  .menu .current.open > a {
    color: var(--orange);
  }
  .menu .current.open > a::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid var(--border);
  }
  .menu > li > a {
    padding: 10px 0;
    color: var(--dark-grey);
    line-height: 1;
  }
  .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    padding: 0 0 0 10px;
    max-height: 0;
    -webkit-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .sub-menu > li {
    margin: 0 0 10px;
  }
  .popup__content {
    padding: 41px 15px 20px 15px;
  }
  .popup__content--thanks {
    padding: 72px 42px;
  }
  .popup__close {
    right: 4px;
    top: 4px;
  }
  .popup__h3 {
    margin: 0 0 20px;
    font-size: 22px;
  }
  .contacts {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .contacts__tel {
    font-size: 16px;
  }
  .template {
    row-gap: 20px;
  }
  .template__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .template__columns.column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .template h2 {
    font-size: 22px;
  }
  .template h3 {
    margin: 0 0 10px;
    font-size: 20px;
  }
  .template h4 {
    margin: 0 0 10px;
    font-size: 18px;
  }
  .template p {
    margin: 0 0 10px;
    font-size: 14px;
  }
  .template ul {
    margin: 10px 0 0;
  }
  .template ul li {
    margin: 0 0 12px;
    font-size: 14px;
  }
  .template ol li {
    font-size: 14px;
  }
  .template tbody {
    padding: 10px 15px;
  }
  .template tr:not(:first-child) {
    font-size: 12px;
  }
  .template tr:first-child {
    font-size: 14px;
  }
  .template tr:first-child td {
    border: none;
  }
  .template tr:first-child td:first-child {
    padding: 11px 5px 5px 0;
  }
  .template tr:first-child td:last-child {
    padding: 11px 0 5px 5px;
  }
  .template td:first-child {
    padding: 11px 5px 11px 0;
  }
  .template td:last-child {
    padding: 11px 0 11px 5px;
    width: 96px;
  }
  .play {
    width: 52px;
    height: 52px;
  }
  .play svg {
    width: 17px;
    height: 19px;
  }
  .rating {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .rating__stars {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .rating__star {
    width: 15px;
    height: 15px;
  }
  .rating__number {
    font-size: 22px;
  }
  .spoller {
    row-gap: 10px;
  }
  .spoller__h3 {
    padding: 15px 44px 15px 15px;
    font-size: 14px;
  }
  .spoller__h3::before, .spoller__h3::after {
    right: 15px;
    width: 14px;
  }
  .spoller__h3::before {
    height: 14px;
  }
  .spoller__h3::after {
    height: 4px;
  }
  .spoller__text {
    padding: 0 15px 15px;
  }
  .header__inner {
    padding: 20px 0 0;
  }
  .header__btn {
    display: none;
  }
  .hero__wrapper {
    padding: 90px 0 182px;
    background-position: center bottom 31px;
  }
  .hero__left {
    row-gap: 20px;
  }
  .hero__block {
    padding: 20px 15px 23px 15px;
  }
  .hero__title {
    margin: 0 0 15px;
    font-size: 16px;
  }
  .hero__form {
    display: none;
  }
  .hero__right {
    padding: 20px 15px;
  }
  .hero__list {
    row-gap: 15px;
  }
  .hero__item {
    padding-left: 26px;
    row-gap: 4px;
  }
  .hero__item::before {
    width: 16px;
    height: 10px;
  }
  .hero__h3 {
    font-size: 16px;
  }
  .problem {
    margin: -141px 0 0;
  }
  .problem__inner {
    border-radius: 20px;
    padding: 20px 15px;
  }
  .problem__h2 {
    margin: 0 0 15px;
  }
  .problem__paragraph {
    font-size: 18px;
  }
  .problem__img {
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .block {
    padding: 40px 0 0;
  }
  .price {
    margin: -50px 0 0;
    padding: 123px 0 237px;
  }
  .price__h2 {
    margin: 0 0 30px;
  }
  .price__cards::before {
    left: 91%;
    top: -40px;
  }
  .price__cards::after {
    left: 45px;
    top: 60%;
  }
  .price__img {
    padding: 0 0 63.7931034483%;
  }
  .price__content {
    padding: 24px 15px 21px 15px;
  }
  .price__list {
    margin: 7px 0 20px;
  }
  .price__item {
    padding: 11px 0;
    font-size: 14px;
  }
  .approach {
    margin: -227px 0 0;
    padding: 150px 0 75px;
  }
  .approach::before {
    left: 73%;
    top: 36px;
  }
  .approach::after {
    left: 62%;
    bottom: -16px;
    width: 79px;
    height: 55px;
  }
  .approach__h2 {
    margin: 0 0 20px;
  }
  .approach__h3 {
    font-size: 20px;
  }
  .approach__inner::before {
    width: 91px;
    height: 80px;
    right: -30px;
    top: 253px;
  }
  .approach__cards {
    row-gap: 20px;
  }
  .approach__card {
    padding: 20px 15px 20px 59px;
  }
  .approach__card::before {
    width: 44px;
  }
  .approach__card::after {
    left: 10px;
    top: 20px;
    font-size: 22px;
  }
  .approach__h4 {
    font-size: 18px;
  }
  .approach__list {
    margin: 10px 0 0;
    row-gap: 10px;
  }
  .services {
    padding: 54px 0 10px;
  }
  .services__h2 {
    margin: 0 0 30px;
  }
  .services__cards {
    gap: 20px;
  }
  .services__cards.open .services__card {
    display: block;
  }
  .services__card:nth-child(n+7) {
    display: none;
  }
  .services__content {
    padding: 15px 15px 20px;
  }
  .services__h4 {
    margin: 0 0 6px;
  }
  .services__price {
    margin: 0 0 15px;
    font-size: 20px;
  }
  .services__btn {
    margin: 20px auto 0;
  }
  .object {
    padding: 141px 0 180px;
  }
  .object::before {
    left: 70%;
    top: 25px;
    width: 80px;
    height: 80px;
  }
  .object__top {
    margin: 0 0 20px;
  }
  .object__h2 {
    margin: 0 0 15px;
  }
  .object__cards {
    gap: 20px;
  }
  .object__cards::before {
    content: none;
  }
  .object__content {
    padding: 20px 6px 20px 15px;
  }
  .object__h3 {
    margin: 0 0 6px;
  }
  .object__bottom {
    margin: 20px 0 0;
    padding: 25px 15px 20px;
  }
  .object__title {
    margin: 0 0 15px;
    font-size: 22px;
  }
  .damage {
    margin: -142px 0 0;
    padding: 140px 0 123px;
  }
  .damage__inner {
    padding: 30px 15px;
  }
  .damage__h2 {
    margin: 0 auto 20px;
  }
  .damage__list {
    row-gap: 16px;
  }
  .damage__item {
    padding-left: 26px;
    font-size: 16px;
  }
  .damage__item::before {
    width: 20px;
    height: 14px;
  }
  .damage__btn {
    margin: 20px auto 0;
  }
  .gallery {
    margin: -214px 0 0;
    padding: 262px 0 87px;
  }
  .gallery::before {
    left: 68%;
    top: 168px;
    width: 87px;
    height: 80px;
  }
  .gallery::after {
    left: 24%;
    bottom: -22px;
    width: 89px;
    height: 67px;
  }
  .gallery__blocks {
    row-gap: 40px;
  }
  .gallery__block:first-child::before {
    left: -39px;
    bottom: 35px;
    width: 91px;
    height: 80px;
  }
  .gallery__h2 {
    margin: 0 0 30px;
  }
  .reviews {
    padding: 60px 0 0;
  }
  .reviews__h2 {
    margin: 0 0 28px;
  }
  .reviews__slide.swiper-slide {
    row-gap: 15px;
  }
  .reviews__rating {
    padding: 20px 50px 25px;
    row-gap: 12px;
  }
  .reviews__block {
    padding: 25px 15px;
    row-gap: 15px;
  }
  .reviews__top {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .reviews__photo {
    width: 50px;
    height: 50px;
  }
  .reviews__box {
    row-gap: 4px;
    font-size: 16px;
  }
  .reviews__cols {
    gap: 16px;
  }
  .reviews__col {
    row-gap: 10px;
  }
  .equipment {
    padding: 40px 0 23px;
  }
  .equipment__h2 {
    margin: 0 0 30px;
  }
  .equipment__cards.open .equipment__card {
    display: block;
  }
  .equipment__card {
    row-gap: 10px;
  }
  .equipment__card:nth-child(n+5) {
    display: none;
  }
  .equipment__img {
    width: 200px;
    height: 200px;
  }
  .equipment__h4 {
    margin: 0 0 6px;
    font-size: 18px;
  }
  .equipment__block {
    margin: 30px 0 0;
    padding: 25px 15px;
  }
  .equipment__h3 {
    margin: 0 0 15px;
  }
  .equipment__btn {
    margin: 25px auto 0;
  }
  .faq {
    padding: 140px 0 97px;
  }
  .faq::after {
    left: 29%;
    bottom: -16px;
    width: 82px;
    height: 76px;
  }
  .faq__h2 {
    margin: 0 0 30px;
  }
  .info {
    padding: 71px 0 12px;
  }
  .footer {
    padding: 118px 0 30px;
  }
  .footer__h3 {
    margin: 0 0 15px;
    font-size: 22px;
  }
  .footer__icons {
    -webkit-column-gap: 17px;
    -moz-column-gap: 17px;
    column-gap: 17px;
    margin: 15px 0 0;
  }
  .footer__middle {
    padding: 20px 0;
  }
  .footer__bottom {
    padding: 20px 0 0;
  }
}
@media (320px <= width < 480px) {
  .template .scrollbar {
    margin: 0 -15px;
  }
  .template table {
    padding: 0 15px;
    width: 450px;
  }
}
@media (320px <= width < 768px) {
  .container {
    max-width: var(--container-width-phone);
  }
  .menu {
    max-width: 400px;
  }
  .object__img {
    padding: 0 0 71.724137931%;
  }
  .object__image {
    display: none;
  }
  .footer__h3 {
    padding: 0 15px;
  }
  .footer__form {
    padding: 0 15px;
  }
  .footer__contacts {
    padding: 0 15px;
  }
  .footer__right {
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 4px 0 0;
  }
  .footer__links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (768px <= width < 1024px) {
  .container {
    max-width: var(--container-width-tablet);
  }
  .menu {
    max-width: 700px;
  }
  .object__image {
    right: -100px;
  }
  .equipment__cards {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (width >= 768px) {
  .price--rows .price__h2 {
    margin: 0 0 78px;
  }
  .price--rows .price__card {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .price--rows .price__img {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .price--rows .price__content {
    padding: 50px 30px 50px 40px;
  }
  .object__cards {
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
  }
  .object__card:nth-child(1) {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.48fr;
    grid-template-columns: 1fr 1.48fr;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-column: 1/8;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .object__card:nth-child(1) .object__img {
    padding: 0 0 77.037037037%;
  }
  .object__card:nth-child(2) {
    -ms-grid-column: 8;
    -ms-grid-column-span: 5;
    grid-column: 8/13;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
  .object__card:nth-child(2) .object__img {
    padding: 0 0 50.6382978723%;
  }
  .object__card:nth-child(3) {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.48fr;
    grid-template-columns: 1fr 1.48fr;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-column: 1/8;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .object__card:nth-child(3) .object__img {
    padding: 0 0 77.037037037%;
  }
  .object__card:nth-child(4) {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.34fr 1fr;
    grid-template-columns: 1.34fr 1fr;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .object__card:nth-child(4) .object__img {
    padding: 0 0 47.8325859492%;
  }
  .object__card:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/6;
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
    grid-row: 4/6;
  }
  .object__card:nth-child(5) .object__img {
    padding: 0 0 50.6382978723%;
  }
  .object__card:nth-child(6) {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.48fr;
    grid-template-columns: 1fr 1.48fr;
    -ms-grid-column: 6;
    -ms-grid-column-span: 7;
    grid-column: 6/13;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .object__card:nth-child(6) .object__img {
    padding: 0 0 77.037037037%;
  }
  .object__card:nth-child(7) {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.48fr;
    grid-template-columns: 1fr 1.48fr;
    -ms-grid-column: 6;
    -ms-grid-column-span: 7;
    grid-column: 6/13;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .object__card:nth-child(7) .object__img {
    padding: 0 0 77.037037037%;
  }
  .footer__top {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    padding: 0 0 35px;
  }
  .footer__form .checkbox {
    display: none;
  }
}
@media (1024px <= width < 1440px) {
  .h1 {
    font-size: 40px;
  }
  .menu {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .header__btn {
    max-width: 170px;
  }
  .equipment__cards {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .equipment__block {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
  }
}
@media (width >= 1024px) {
  body {
    font-size: 16px;
  }
  body::-webkit-scrollbar {
    width: 6px;
    height: 2px;
    background: #f8f8f8;
  }
  body::-webkit-scrollbar-thumb {
    border-radius: 25px;
    background: var(--orange);
  }
  .container {
    max-width: var(--container-width-desktop);
  }
  .swiper__nav {
    width: 165px;
  }
  .swiper__nav {
    position: absolute;
    right: 0;
    top: 0;
  }
  .swiper__prev, .swiper__next {
    width: 50px;
    height: 50px;
  }
  .swiper__prev:hover svg, .swiper__next:hover svg {
    stroke: var(--orange);
  }
  .swiper__prev svg, .swiper__next svg {
    width: 12px;
    height: 20px;
  }
  .swiper__pagination {
    font-size: 18px;
  }
  .scrolltop svg {
    width: 50px;
    height: 50px;
  }
  .scrolltop svg:hover {
    opacity: 1;
  }
  .logo {
    width: 200px;
    height: 32px;
  }
  .logo:hover svg {
    fill: var(--orange);
  }
  .burger {
    display: none;
  }
  .h2 {
    font-size: 36px;
  }
  .h3 {
    font-size: 28px;
  }
  .h3 strong {
    font-size: 40px;
  }
  .h4 {
    font-size: 20px;
  }
  .paragraph {
    font-size: 20px;
  }
  .paragraph p {
    margin: 0 0 25px;
  }
  .form__row {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .form__col {
    row-gap: 15px;
  }
  .btn--red:hover {
    border-color: var(--red);
    background: var(--red);
  }
  .btn--blue:hover {
    border-color: var(--dark-blue);
    background: var(--dark-blue);
  }
  .btn--transparent {
    display: none;
  }
  .checkbox__input {
    cursor: pointer;
  }
  .checkbox__text {
    cursor: pointer;
  }
  .checkbox__text a:hover {
    color: var(--red);
  }
  .social {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .social img {
    width: 48px;
    height: 48px;
    -webkit-transition: -webkit-transform 0.15s ease;
    transition: -webkit-transform 0.15s ease;
    transition: transform 0.15s ease;
    transition: transform 0.15s ease, -webkit-transform 0.15s ease;
  }
  .social a:hover img {
    -webkit-transform: scale(1.075);
    -ms-transform: scale(1.075);
    transform: scale(1.075);
  }
  .nav {
    position: relative;
    padding: 0 20px;
  }
  .menu .current:hover > a {
    color: var(--orange);
  }
  .menu .current:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .menu > li > a {
    line-height: 1.1;
    color: var(--white);
  }
  .menu > li > a:hover {
    color: var(--orange);
  }
  .sub-menu {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    z-index: 1;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 15px 30px;
    border-radius: 0 0 20px 20px;
    padding: 15px 20px;
    width: 100%;
    background: var(--white);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.15s ease, visibility 0.15s ease;
    transition: opacity 0.15s ease, visibility 0.15s ease;
  }
  .sub-menu::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 10px;
    background: transparent;
  }
  .sub-menu > li > a:hover {
    color: var(--orange);
  }
  .popup__content {
    padding: 40px;
  }
  .popup__content--thanks {
    padding: 113px 53px;
  }
  .popup__close {
    right: 10px;
    top: 10px;
  }
  .popup__close:hover svg {
    stroke: var(--orange);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .popup__h3 {
    margin: 0 0 25px;
  }
  .popup__contacts {
    display: none;
  }
  .contacts {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .contacts__tel {
    font-size: 28px;
  }
  .contacts__tel:hover {
    color: var(--orange);
  }
  .template {
    row-gap: 30px;
  }
  .template__column.flex-basis {
    -ms-flex-preferred-size: 870px;
    flex-basis: 870px;
  }
  .template__column.width {
    width: 100%;
  }
  .template h2 {
    font-size: 36px;
  }
  .template h3 {
    margin: 0 0 20px;
    font-size: 28px;
  }
  .template h4 {
    margin: 0 0 20px;
    font-size: 20px;
  }
  .template p {
    margin: 0 0 20px;
    font-size: 16px;
  }
  .template a:hover {
    color: var(--red);
  }
  .template ul {
    margin: 25px 0 0;
  }
  .template ul li {
    margin: 0 0 17px;
    font-size: 16px;
  }
  .template ol li {
    font-size: 16px;
  }
  .template tbody {
    padding: 15px 30px;
  }
  .template tr:first-child {
    font-size: 20px;
  }
  .template tr:first-child td:first-child {
    padding: 14.5px 5px 5px 0;
  }
  .template tr:first-child td:last-child {
    padding: 14.5px 0 5px 5px;
  }
  .template td:first-child {
    padding: 14.5px 5px 14.5px 0;
  }
  .template td:last-child {
    padding: 14.5px 0 14.5px 5px;
    width: 135px;
  }
  .play {
    width: 100px;
    height: 100px;
  }
  .play svg {
    width: 30px;
    height: 36px;
  }
  .rating {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .rating__stars {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
  .rating__star {
    width: 20px;
    height: 20px;
  }
  .rating__number {
    font-size: 28px;
  }
  .spoller {
    row-gap: 25px;
  }
  .spoller__h3 {
    padding: 18px 60px 18px 25px;
    -webkit-transition: color 0.15s ease;
    transition: color 0.15s ease;
    cursor: pointer;
  }
  .spoller__h3:hover {
    color: var(--orange);
  }
  .spoller__h3::before, .spoller__h3::after {
    right: 25px;
    width: 24px;
  }
  .spoller__h3::before {
    height: 24px;
  }
  .spoller__h3::after {
    height: 4px;
  }
  .spoller__text {
    padding: 0 25px 20px;
  }
  .header__inner {
    padding: 35px 0 0;
  }
  .hero__wrapper {
    padding: 168px 0 559px;
    background-position: center bottom 65px;
  }
  .hero__inner {
    -ms-grid-columns: 1.39fr 1fr;
    grid-template-columns: 1.39fr 1fr;
  }
  .hero__left {
    row-gap: 25px;
  }
  .hero__paragraph br {
    display: none;
  }
  .hero__block {
    padding: 40px 45px;
  }
  .hero__title {
    margin: 0 0 25px;
  }
  .hero__title br {
    display: none;
  }
  .hero__btn {
    display: none;
  }
  .hero__right {
    padding: 59px 22px 59px 42px;
  }
  .hero__list {
    row-gap: 37px;
  }
  .hero__item {
    padding-left: 46px;
    row-gap: 10px;
  }
  .hero__item::before {
    width: 30px;
    height: 20px;
  }
  .problem {
    margin: -339px 0 0;
  }
  .problem__inner {
    -ms-grid-columns: 1.3fr 1fr;
    grid-template-columns: 1.3fr 1fr;
    border-radius: 40px;
    padding: 62px 96px 76px 72px;
  }
  .problem__h2 {
    margin: 0 0 40px;
  }
  .block {
    padding: 80px 0 73px;
  }
  .price {
    padding: 156px 0 300px;
  }
  .price__h2 {
    margin: 0 0 55px;
  }
  .price__cards::before {
    left: 63.7%;
    top: -55px;
  }
  .price__cards::after {
    left: 28%;
    bottom: -70px;
  }
  .price__img {
    padding: 0 0 81.0810810811%;
  }
  .price__content {
    padding: 25px 30px 45px 30px;
  }
  .price__list {
    margin: 5px 0 30px;
  }
  .price__item {
    padding: 19px 0;
    font-size: 20px;
  }
  .price__btn {
    max-width: 200px;
  }
  .approach {
    margin: -195px 0 0;
    padding: 177px 0;
  }
  .approach::before {
    left: 70%;
    top: -3px;
  }
  .approach::after {
    left: 60.2%;
    bottom: -17px;
    width: 139px;
    height: 97px;
  }
  .approach__h2 {
    margin: 0 0 55px;
  }
  .approach__inner {
    -ms-grid-columns: 1fr 1.425fr;
    grid-template-columns: 1fr 1.425fr;
  }
  .approach__inner::before {
    left: -62px;
    bottom: -80px;
    width: 212px;
    height: 186px;
  }
  .approach__cards {
    row-gap: 27.5px;
  }
  .approach__card {
    padding: 20px 20px 20px 128px;
    min-height: 98px;
  }
  .approach__card:nth-child(2) {
    padding: 30px 20px 30px 128px;
  }
  .approach__card::before {
    width: 98px;
  }
  .approach__card::after {
    left: 30px;
    top: 50%;
    font-size: 36px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .approach__list {
    margin: 15px 0 0;
    row-gap: 15px;
  }
  .services {
    padding: 73px 0 116px;
  }
  .services__h2 {
    margin: 0 0 55px;
  }
  .services__cards {
    gap: 30px;
  }
  .services__img:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .services__content {
    padding: 25px;
  }
  .services__h4 {
    margin: 0 0 10px;
  }
  .services__h4 a:hover {
    color: var(--orange);
  }
  .services__price {
    margin: 0 0 35px;
    font-size: 28px;
  }
  .object {
    padding: 163px 0 212px;
  }
  .object::before {
    left: 60%;
    top: -30px;
    width: 113px;
    height: 113px;
  }
  .object__top {
    margin: 0 0 60px;
  }
  .object__h2 {
    margin: 0 0 30px;
  }
  .object__cards {
    gap: 30px;
  }
  .object__cards::before {
    left: 87.5%;
    top: -55px;
  }
  .object__card:nth-child(2) .object__content, .object__card:nth-child(5) .object__content {
    padding: 30px;
  }
  .object__content {
    padding: 40px 30px;
  }
  .object__h3 {
    margin: 0 0 15px;
  }
  .object__bottom {
    margin: 58px 0 0;
    padding: 50px;
  }
  .object__title {
    margin: 0 0 27px;
  }
  .object__image {
    right: 0;
  }
  .damage {
    margin: -123px 0 0;
    padding: 229px 0 184px;
  }
  .damage__inner {
    padding: 60px 50px;
  }
  .damage__h2 {
    margin: 0 auto 66px;
  }
  .damage__list {
    row-gap: 43px;
  }
  .damage__item {
    padding-left: 66px;
    font-size: 28px;
  }
  .damage__item::before {
    width: 44px;
    height: 29px;
  }
  .damage__btn {
    margin: 60px auto 0;
  }
  .gallery {
    margin: -344px 0 0;
    padding: 428px 0 148px;
  }
  .gallery::before {
    left: 69.7%;
    top: 244px;
    width: 117px;
    height: 109px;
  }
  .gallery::after {
    left: 37.8%;
    bottom: -12px;
    width: 121px;
    height: 90px;
  }
  .gallery__blocks {
    row-gap: 100px;
  }
  .gallery__block:first-child::before {
    left: -105px;
    bottom: -30px;
    width: 212px;
    height: 186px;
  }
  .gallery__h2 {
    margin: 0 0 53px;
  }
  .gallery__link:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .reviews {
    padding: 110px 0 0;
  }
  .reviews__h2 {
    margin: 0 0 51px;
  }
  .reviews__slide.swiper-slide {
    row-gap: 30px;
  }
  .reviews__rating {
    padding: 25px 66px 31px;
    row-gap: 17px;
  }
  .reviews__block {
    padding: 30px;
    row-gap: 25px;
  }
  .reviews__top {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .reviews__photo {
    width: 68px;
    height: 68px;
  }
  .reviews__box {
    row-gap: 10px;
    font-size: 20px;
  }
  .reviews__cols {
    gap: 30px;
  }
  .reviews__col {
    row-gap: 20px;
  }
  .equipment {
    padding: 90px 0 56px;
  }
  .equipment__h2 {
    margin: 0 0 50px;
  }
  .equipment__card {
    row-gap: 15px;
  }
  .equipment__img {
    width: 270px;
    height: 270px;
  }
  .equipment__h4 {
    margin: 0 0 15px;
  }
  .equipment__text {
    font-size: 20px;
  }
  .equipment__block {
    padding: 40px 40px 32px;
  }
  .equipment__h3 {
    margin: 0 0 30px;
  }
  .faq {
    padding: 227px 0 165px;
  }
  .faq::after {
    left: 35%;
    bottom: -2px;
    width: 102px;
    height: 94px;
  }
  .faq__h2 {
    margin: 0 0 55px;
  }
  .info {
    padding: 121px 0 91px;
  }
  .footer {
    padding: 124px 0 15px;
  }
  .footer__h3 {
    margin: 0 0 27px;
  }
  .footer__h3 br {
    display: none;
  }
  .footer__form .form__row {
    gap: 10px 30px;
    max-width: 570px;
  }
  .footer__contacts {
    margin: 20px 0 0;
  }
  .footer__icons {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin: 20px 0 0;
  }
  .footer__right {
    margin-left: auto;
    width: 100%;
    max-width: 470px;
  }
  .footer__middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 34px 0;
  }
  .footer__menu a:hover {
    color: var(--orange);
  }
  .footer__bottom {
    padding: 30px 0 0;
  }
  .footer__links a:hover {
    color: var(--orange);
  }
}
@media (width >= 1024px) and (width >= 1024px) {
  .approach__card:nth-child(2)::after {
    top: 21px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media (width >= 1440px) {
  .h1 {
    font-size: 48px;
  }
  .menu {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .header__btn {
    max-width: 200px;
  }
  .equipment__cards {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .equipment__block {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
  }
}