

/* Start:/local/templates/ambulance/css/main.css?177910508071695*/
@charset "UTF-8";
/**
* Подключение шрифтов локально из папки "./src/fonts"
*/
@font-face {
  font-family: "GolosText";
  font-style: normal;
  font-weight: 1 1000;
  font-display: swap;
  src: url("/local/templates/ambulance/css/../fonts/GolosText-VariableFont_wght.woff2") format("woff2");
}
@font-face {
  font-family: "TenorSans";
  font-style: normal;
  font-weight: 1 1000;
  font-display: swap;
  src: url("/local/templates/ambulance/css/../fonts/TenorSans-Regular.woff2") format("woff2");
}
:root {
  --main_font_family: "Golos Text", sans-serif;
  --title_font_family: "TenorSans";
  --url_logo_white: url("/local/templates/ambulance/css/../images/sprite.svg#logo");
  --url_logo_developed: url("/local/templates/ambulance/css/../images/sprite.svg#logo_developed");
  --main_color: rgba(7, 5, 20, 1);
  --color_white: #ffffff;
  --color_light_blue_washy: #E5F0FB;
  --color_red: rgba(204, 52, 39, 1);
  --color_red_light: rgba(204, 52, 39, 0.1);
  --color_grey: rgba(216, 223, 232, 1);
  --color_grey_2: rgba(7, 5, 20, 0.6);
  --color_grey_3: rgba(7, 5, 20, 0.7);
  --color_grey_4: rgba(7, 5, 20, 0.5);
  --color_grey_light: rgba(217, 217, 217, 1);
  --color_grey_light_2: rgba(131, 142, 156, 1);
  --color_blue: rgba(238, 245, 251, 1);
  --color_blue_background: linear-gradient(180.00deg, rgba(235, 240, 245, 1) 16.827%,rgba(248.3, 250.53, 253.26, 1) 25%,rgba(248.3, 250.53, 253.26, 1) 55.288%,rgba(235, 240, 245, 1) 100%);
  --color_blue_background_2: rgba(239, 247, 254, 1);
  --circle_radius: 50%;
  --minimal_radius: 1px;
  --main_radius: 8px;
  --shadow_button: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
}

html {
  overflow-x: clip;
}

html.is-locked {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

body {
  min-height: 100vh;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(228, 238, 248)), color-stop(50%, rgb(248, 250, 253)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(228, 238, 248) 0% rgb(235, 240, 245) 20%, rgb(248, 250, 253) 50%, rgb(255, 255, 255) 100%);
  font-family: "Golos Text", sans-serif;
  font-family: var(--main_font_family, "GolosText");
  line-height: 1;
  font-weight: 400;
  color: rgba(7, 5, 20, 1);
  color: var(--main_color, rgb(7, 5, 20));
  overflow-x: clip;
}

body ul,
body ol {
  margin: 0;
  padding: 0;
}

body p,
body blockquote {
  margin: 0;
}

body li {
  list-style: none;
}

body ul li {
  position: relative;
  padding-left: 24px;
}

body ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  margin: auto;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 1px;
  border-radius: var(--minimal_radius, 1px);
  background-color: rgba(204, 52, 39, 1);
  background-color: var(--color_red, rgb(204, 52, 39));
}

body a {
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

body a:hover {
  color: rgba(204, 52, 39, 1);
  color: var(--color_red, rgb(204, 52, 39));
}

h1,
.h1 {
  margin: 0;
  font-family: "Golos Text", sans-serif;
  font-family: var(--main_font_family, "GolosText");
  color: rgba(7, 5, 20, 1);
  color: var(--main_color, rgb(7, 5, 20));
  font-size: 84px;
  line-height: 110%;
  font-weight: 500;
}

h1 span:last-child,
.h1 span:last-child {
  font-family: "TenorSans";
  font-family: var(--title_font_family, "TenorSans");
  font-size: 90px;
  line-height: 90%;
}

h2,
.h2 {
  margin: 0;
  font-family: "Golos Text", sans-serif;
  font-family: var(--main_font_family, "GolosText");
  color: rgba(7, 5, 20, 1);
  color: var(--main_color, rgb(7, 5, 20));
  font-size: 64px;
  line-height: 90%;
  font-weight: 500;
}

h2 span:last-child,
.h2 span:last-child {
  font-family: "TenorSans";
  font-family: var(--title_font_family, "TenorSans");
  font-size: 70px;
}

h3,
.h3 {
  margin: 0;
  color: rgba(7, 5, 20, 1);
  color: var(--main_color, rgb(7, 5, 20));
  font-size: 56px;
  font-weight: 500;
  line-height: 100%;
}

h4 {
  margin: 0;
}

h1 span:last-child,
.h1 span:last-child,
h2 span:last-child,
.h2 span:last-child {
  color: rgba(204, 52, 39, 1);
  color: var(--color_red, rgb(204, 52, 39));
  font-weight: 400;
}

.title-inline {
  display: inline;
}

.text {
  color: rgba(7, 5, 20, 0.7);
  color: var(--color_grey_3, rgba(7, 5, 20, 0.7));
}

.background-image {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: auto;
}

.background-blue {
  background-color: rgba(239, 247, 254, 1);
  background-color: var(--color_blue_background_2, rgb(239, 247, 254));
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  font-family: "Golos Text", sans-serif;
  font-family: var(--main_font_family, "GolosText");
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  background-color: rgba(204, 52, 39, 1);
  background-color: var(--color_red, rgb(204, 52, 39));
  border: none;
  font-family: "Golos Text", sans-serif;
  font-family: var(--main_font_family, "GolosText");
  color: #ffffff;
  color: var(--color_white, #ffffff);
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.button:hover {
  -webkit-box-shadow: 0px 60px 17px 0px rgba(0, 51, 137, 0), 0px 38px 15px 0px rgba(0, 51, 137, 0.01), 0px 21px 13px 0px rgba(0, 51, 137, 0.05), 0px 10px 10px 0px rgba(0, 51, 137, 0.09), 0px 2px 5px 0px rgba(0, 51, 137, 0.1);
          box-shadow: 0px 60px 17px 0px rgba(0, 51, 137, 0), 0px 38px 15px 0px rgba(0, 51, 137, 0.01), 0px 21px 13px 0px rgba(0, 51, 137, 0.05), 0px 10px 10px 0px rgba(0, 51, 137, 0.09), 0px 2px 5px 0px rgba(0, 51, 137, 0.1);
}

.button span,
.button svg {
  margin: auto;
}

input,
textarea {
  height: 60px;
  padding: 20px 24px;
  border: 1px solid rgba(216, 223, 232, 1);
  border: 1px solid var(--color_grey, rgb(216, 223, 232));
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  font-size: 14px;
  line-height: 19px;
}

textarea {
  height: 143px;
  resize: none;
}

.wrapper {
  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;
  width: 100%;
  max-width: 1774px;
  margin: 0 auto;
}

.section {
  margin-top: 110px;
}

.first-section {
  margin-top: 80px;
}

.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 170px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-header_col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.section-header_mobile {
  display: none;
}

.section-header a {
  color: rgba(204, 52, 39, 1);
  color: var(--color_red, rgb(204, 52, 39));
}

.section-header .text {
  margin: auto 0;
}

.section-header_col .text {
  margin: 0;
}

.service-benefits__wrapper-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 140px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  line-height: 140%;
}

.service-benefits__wrapper-text::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 100%;
  content: "";
  margin: auto;
  background: linear-gradient(to bottom, rgba(216, 223, 232, 1) calc(50% - 30px), rgba(216, 223, 232, 1) calc(50% + 30px));
  background: linear-gradient(to bottom, var(--color_grey, rgb(216, 223, 232)) calc(50% - 30px), var(--color_grey, rgb(216, 223, 232)) calc(50% + 30px));
}

.service-benefits__wrapper-text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 16px;
  margin: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)) no-repeat center/14px 14px, -webkit-gradient(linear, left top, left bottom, from(rgba(216, 223, 232, 1)), to(rgba(216, 223, 232, 1))) no-repeat center/16px 16px;
  background: linear-gradient(#ffffff, #ffffff) no-repeat center/14px 14px, linear-gradient(rgba(216, 223, 232, 1), rgba(216, 223, 232, 1)) no-repeat center/16px 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color_white, #ffffff)), to(var(--color_white, #ffffff))) no-repeat center/14px 14px, -webkit-gradient(linear, left top, left bottom, from(var(--color_grey, rgb(216, 223, 232))), to(var(--color_grey, rgb(216, 223, 232)))) no-repeat center/16px 16px;
  background: linear-gradient(var(--color_white, #ffffff), var(--color_white, #ffffff)) no-repeat center/14px 14px, linear-gradient(var(--color_grey, rgb(216, 223, 232)), var(--color_grey, rgb(216, 223, 232))) no-repeat center/16px 16px;
}

.red-wrapper-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  background-color: rgba(204, 52, 39, 1);
  background-color: var(--color_red, rgb(204, 52, 39));
  border-radius: 50%;
  border-radius: var(--circle_radius, 50%);
}

.red-wrapper-icon .icon {
  width: 10px;
  height: 9px;
  margin: auto;
}

.white-wrapper-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
}

.white-wrapper-icon .icon {
  width: 14px;
  height: 12px;
  margin: auto;
}

.section-header__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
  width: 100%;
  max-width: 660px;
}

.section-header__description .button {
  height: 100%;
}

.section-header__description .link-more {
  width: 100%;
  max-width: 317px;
  height: 60px;
}

.section-header__description .button-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.section-header__description .button-more span {
  margin: auto 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-color: transparent;
}

.section-header__description .button-more:hover span {
  text-decoration-color: rgba(204, 52, 39, 1);
  text-decoration-color: var(--color_red, rgb(204, 52, 39));
}

.section-header__description_contacts {
  gap: 16px;
}

.section-header__description_contacts .text,
.section-header__description_contacts .license-link {
  margin: 0;
  color: rgba(7, 5, 20, 0.7);
  color: var(--color_grey_3, rgba(7, 5, 20, 0.7));
  font-size: 20px;
  line-height: 24px;
}

.section-header__description_contacts .license-link:hover {
  color: rgba(204, 52, 39, 1);
  color: var(--color_red, rgb(204, 52, 39));
}

.icon {
  background-position: center;
  background-repeat: no-repeat;
}

div.swiper-navigation.hidden {
  display: none;
}

div.swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.swiper-navigation div {
  width: 27px;
  height: 23px;
}

div.swiper-button-next,
div.swiper-button-prev {
  position: static;
  margin: 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

div.swiper-pagination {
  display: none;
}

div.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

div.swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  margin: 0;
  background: rgba(217, 217, 217, 1);
  background: var(--color_grey_light, rgb(217, 217, 217));
  opacity: 1;
}

div.swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet-active {
  background-color: rgba(204, 52, 39, 1);
  background-color: var(--color_red, rgb(204, 52, 39));
}

.button-up {
  position: fixed;
  z-index: 50;
  bottom: 290px;
  right: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
  cursor: pointer;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: var(--shadow_button, 0px 4px 20px 0px rgba(0, 0, 0, 0.07));
          box-shadow: var(--shadow_button, 0px 4px 20px 0px rgba(0, 0, 0, 0.07));
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.button-up.hidden {
  z-index: -10;
  opacity: 0;
  pointer-events: none;
}

.button-up svg {
  margin: auto;
}

.button-up:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.header {
  position: relative;
  z-index: 10;
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
  border-bottom: 1px solid rgba(216, 223, 232, 1);
  border-bottom: 1px solid var(--color_grey, rgb(216, 223, 232));
}

.is-open-menu .header {
  border: none;
}

.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 20px 0;
}

.logo .icon {
  width: 55px;
  height: 55px;
  background-size: cover;
  border-radius: 8px;
  border-radius: var(--main_radius, 8px);
}

.header .logo__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
  color: rgba(7, 5, 20, 1);
  color: var(--main_color, rgb(7, 5, 20));
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.nav-list li {
  padding-left: 0;
}

.nav-list li::before {
  display: none;
}

.nav-list a {
  position: relative;
  display: block;
  padding-bottom: 40px;
  font-size: 16px;
  color: rgba(7, 5, 20, 1);
  color: var(--main_color, rgb(7, 5, 20));
  font-family: "GolosText";
}

.nav-list a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: rgba(204, 52, 39, 1);
  background-color: var(--color_red, rgb(204, 52, 39));
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.nav-list a:hover::before {
  opacity: 1;
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 45px;
}

.contacts-phone,
.contacts-email {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgba(7, 5, 20, 1);
  color: var(--main_color, rgb(7, 5, 20));
  font-family: "GolosText";
  font-size: 18px;
  font-weight: 500;
}

.header .contacts-phone,
.header .contacts-email {
  margin-top: 40px;
  padding-bottom: 40px;
}

.header .contacts-phone::before,
.header .contacts-email::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: rgba(204, 52, 39, 1);
  background-color: var(--color_red, rgb(204, 52, 39));
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.contacts-phone:hover::before,
.contacts-email:hover::before {
  opacity: 1;
}

.contacts-phone .icon,
.contacts-email .icon {
  width: 18px;
  height: 18px;
  margin: auto 0;
}

.search-block {
  position: relative;
  margin-top: auto;
  padding-bottom: 40px;
  cursor: pointer;
}

.search-block::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: rgba(204, 52, 39, 1);
  background-color: var(--color_red, rgb(204, 52, 39));
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.search-block:not(.is-open):hover::before {
  opacity: 1;
}

.search-block__button-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
  cursor: pointer;
}

.search-block .icon {
  width: 17px;
  height: 17px;
}

.search-block__form {
  position: absolute;
  right: 0;
  top: -40%;
  z-index: -10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 1151px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: auto;
}

.search-block__form_initial {
  position: relative;
  z-index: 10;
  top: 0;
  margin: 40px 0 0;
  opacity: 1;
  pointer-events: all;
}

.search-block__form_initial .search-block__wrapper-input {
  max-width: 680px;
}

.search-block.is-open .search-block__form {
  z-index: 10;
  opacity: 1;
  pointer-events: all;
}

.search-block__wrapper-input {
  position: relative;
  width: 100%;
}

.search-block__wrapper-input input {
  width: 100%;
  padding-left: 50px;
  caret-color: rgba(204, 52, 39, 1);
  caret-color: var(--color_red, rgb(204, 52, 39));
  border: 1px solid rgba(7, 5, 20, 0.6);
  border: 1px solid var(--color_grey_2, rgba(7, 5, 20, 0.6));
}

.search-block__form button[type=reset] {
  position: absolute;
  z-index: -10;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.search-block__form.is-filled button[type=reset] {
  z-index: 10;
  opacity: 1;
  pointer-events: all;
}

.search-block__wrapper-input .icon {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 17px;
  height: 17px;
  margin: auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.button-send {
  max-width: 317px;
  height: 60px;
  margin-left: 20px;
}

.burger {
  display: none;
  width: 24px;
  height: 24px;
  padding: 3px 4px;
  margin: auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.burger.is-active {
  padding: 0;
  opacity: 0.5;
}

.burger .icon {
  width: 100%;
  height: 100%;
}

.burger .burger__close {
  display: none;
}

.burger.is-active .burger__default {
  display: none;
}

.burger.is-active .burger__close {
  display: block;
}

.breadcrumbs {
  position: relative;
  z-index: 8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
  margin-bottom: 50px;
}

.breadcrumbs__link {
  color: rgba(7, 5, 20, 1);
  color: var(--main_color, rgb(7, 5, 20));
  font-size: 16px;
  line-height: 120%;
}

.breadcrumbs__separator,
.breadcrumbs__name-page {
  font-size: 16px;
  line-height: 19px;
  color: rgba(7, 5, 20, 0.6);
  color: var(--color_grey_2, rgba(7, 5, 20, 0.6));
}

.background-popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, 0.9);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.background-popup.hidden {
  z-index: -10;
  opacity: 0;
  pointer-events: none;
}

.background-popup .wrapper {
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.popup {
  position: relative;
  padding: 20px;
  height: 800px;
  width: 100%;
  max-width: 900px;
  padding: 50px;
  margin: auto;
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.background-popup_menu {
  background-color: transparent;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.background-popup_menu.hidden {
  -webkit-transform: translateX(150%);
      -ms-transform: translateX(150%);
          transform: translateX(150%);
}

.popup__close {
  position: absolute;
  right: 30px;
  top: 30px;
}

.popup__close .icon {
  width: 24px;
  height: 24px;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.popup__close:hover .icon {
  opacity: 1;
}

.popup_menu {
  height: 100%;
  max-width: 100%;
  margin-right: 0;
  padding: 40px 0 0;
}

.selects-block {
  position: relative;
  height: 60px;
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 16px 20px;
  border: 1px solid rgba(216, 223, 232, 1);
  border: 1px solid var(--color_grey, rgb(216, 223, 232));
  color: rgba(7, 5, 20, 0.7);
  color: var(--color_grey_3, rgba(7, 5, 20, 0.7));
  font-size: 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select__title:hover {
  color: rgba(204, 52, 39, 1);
  color: var(--color_red, rgb(204, 52, 39));
}

.is-error .select__title {
  border-color: rgba(204, 52, 39, 1);
  border-color: var(--color_red, rgb(204, 52, 39));
}

.select__title svg {
  min-width: 10px;
  max-width: 10px;
  height: 5px;
  margin: auto 0;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.select__title-text {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
}

.is-open .select__title svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.select {
  position: relative;
}

.select__list {
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
}

.is-open .select__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.select__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(238, 245, 251, 1);
  background-color: var(--color_blue, rgb(238, 245, 251));
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.select__item:first-child {
  padding-top: 10px;
}

.select__item:last-child {
  padding-bottom: 10px;
}

.select__item.is-selected {
  background-color: rgba(217, 217, 217, 1);
  background-color: var(--color_grey_light, rgb(217, 217, 217));
  cursor: auto;
}

.select__item:hover:not(.is-selected) {
  color: rgba(204, 52, 39, 1);
  color: var(--color_red, rgb(204, 52, 39));
  background-color: #E5F0FB;
  background-color: var(--color_light_blue_washy, #E5F0FB);
}

.footer {
  padding: 50px 0 33px;
  color: #ffffff;
  color: var(--color_white, #ffffff);
  background-color: rgba(7, 5, 20, 1);
  background-color: var(--main_color, rgb(7, 5, 20));
}

.footer a {
  padding: 0;
  color: #ffffff;
  color: var(--color_white, #ffffff);
  opacity: 0.7;
  white-space: nowrap;
}

.footer a:hover::before {
  display: none;
}

.footer .contacts-phone,
.footer .contacts-email {
  opacity: 1;
}

.footer .contacts-phone,
.footer .contacts-email {
  padding: 0;
  margin: 0;
}

.footer .contacts-email {
  margin-top: 20px;
}

.license-link {
  display: block;
  margin-bottom: 50px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  font-size: 14px;
  line-height: 140%;
}

.footer .logo {
  margin-top: 0;
  margin-bottom: 25px;
}

.footer .logo__text {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
  font-size: 20px;
  line-height: 24px;
}

.footer__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  grid-row-gap: 50px;
  row-gap: 50px;
  grid-column-gap: 150px;
  -webkit-column-gap: 150px;
     -moz-column-gap: 150px;
          column-gap: 150px;
  overflow-x: clip;
}

.footer__info {
  -ms-grid-column-span: 3;
  grid-column: 3 span;
}

.footer__info a + a {
  margin-top: 20px;
}

.footer__copy {
  position: relative;
  padding-top: 20px;
  -ms-grid-column-span: 3;
  grid-column: 3 span;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.7;
}

.footer__copy::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 1px;
  content: "";
  background-color: rgba(216, 223, 232, 1);
  background-color: var(--color_grey, rgb(216, 223, 232));
  opacity: 0.3;
}

.footer-navigation {
  -ms-grid-column-span: 1;
  grid-column: 1 span;
}

.footer-navigation + .footer-navigation {
  -ms-grid-column-span: 2;
  grid-column: 2 span;
}

.footer .nav-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.footer .nav-list a {
  opacity: 1;
}

.footer__developed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  padding-top: 20px;
  opacity: 0.7;
}

.footer__developed span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
  white-space: nowrap;
}

.footer__developed .footer__developed-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.footer__developed-logo {
  margin: auto 0;
  min-width: 60px;
  max-width: 60px;
  height: 26px;
}

.footer__policy,
.footer__map-site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.7;
}

.callback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  padding: 64px 56px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  color: var(--color_white, #ffffff);
}

.callback h3,
.callback .contacts-phone {
  color: #ffffff;
  color: var(--color_white, #ffffff);
}

.callback .contacts-phone {
  gap: 20px;
  font-size: 34px;
  line-height: 130%;
}

.callback .contacts-phone .icon {
  width: 24px;
  height: 24px;
}

.callback__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 8px;
}

.callback__form .text {
  font-size: 14px;
  color: #ffffff;
  color: var(--color_white, #ffffff);
  opacity: 0.7;
}

.callback__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}

.wrapper-input {
  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;
  gap: 8px;
}

.callback__form .wrapper-input {
  width: 100%;
}

.wrapper-input.is-error input,
.wrapper-input.is-error textarea {
  border-color: rgba(204, 52, 39, 1);
  border-color: var(--color_red, rgb(204, 52, 39));
}

.wrapper-input_required p {
  position: relative;
  color: rgba(7, 5, 20, 0.7);
  color: var(--color_grey_3, rgba(7, 5, 20, 0.7));
  font-size: 14px;
  line-height: 150%;
}

.wrapper-input_required p::after {
  content: "*";
  margin-left: 5px;
  color: rgba(204, 52, 39, 1);
  color: var(--color_red, rgb(204, 52, 39));
}

.callback__form input::-webkit-input-placeholder {
  color: rgba(7, 5, 20, 0.7);
  color: var(--color_grey_3, rgba(7, 5, 20, 0.7));
}

.callback__form input::-moz-placeholder {
  color: rgba(7, 5, 20, 0.7);
  color: var(--color_grey_3, rgba(7, 5, 20, 0.7));
}

.callback__form input:-ms-input-placeholder {
  color: rgba(7, 5, 20, 0.7);
  color: var(--color_grey_3, rgba(7, 5, 20, 0.7));
}

.callback__form input::-ms-input-placeholder {
  color: rgba(7, 5, 20, 0.7);
  color: var(--color_grey_3, rgba(7, 5, 20, 0.7));
}

.callback__form input::placeholder {
  color: rgba(7, 5, 20, 0.7);
  color: var(--color_grey_3, rgba(7, 5, 20, 0.7));
}

.callback__form .button {
  max-width: 380px;
  height: 60px;
  margin-top: auto;
}

.form-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 50px;
}

.form-modal .button {
  width: 100%;
  max-width: 207px;
  height: 60px;
}

.form-modal__policy {
  color: rgba(131, 142, 156, 1);
  color: var(--color_grey_light_2, rgb(131, 142, 156));
  font-size: 14px;
  line-height: 140%;
}

.form-modal .wrapper-input p {
  color: rgba(131, 142, 156, 1);
  color: var(--color_grey_light_2, rgb(131, 142, 156));
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.services-list {
  margin-top: 40px;
}

.services-list .swiper {
  overflow-x: clip;
  overflow-y: visible;
}

.services-list .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
  gap: 20px;
}

.services-list .swiper-slide {
  height: auto;
}

.services-list .service-card,
.services-list .service-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  height: 100%;
  cursor: pointer;
}

.service-card {
  position: relative;
}

.service-card .white-wrapper-icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  display: none;
  margin: auto;
}

.services-list .swiper .service-card__wrapper-img {
  width: 100%;
  height: 460px;
}

.service-card__wrapper-img img {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.service-card:hover .service-card__wrapper-img img {
  -webkit-filter: none;
          filter: none;
}

.card-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.service-card:hover .card-title {
  color: rgba(204, 52, 39, 1);
  color: var(--color_red, rgb(204, 52, 39));
}

.card-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.7;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.card-description b {
  font-weight: 700;
}

.service-card .card-description {
  margin-bottom: 16px;
  color: rgba(7, 5, 20, 1);
  color: var(--main_color, rgb(7, 5, 20));
}

.service-card:hover .card-description {
  opacity: 1;
}

.services-list .service-card button {
  position: relative;
  z-index: -10;
  height: 60px;
  margin-top: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.services-list .service-card:hover button {
  z-index: 10;
  opacity: 1;
  pointer-events: all;
}

.how-we-work_about .section-header {
  margin-bottom: 40px;
}

.how-we-work__list .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  gap: 20px;
}

.how-we-work_about .section-header_mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 154px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.how-we-work .section-header .title-col {
  display: inline;
}

.how-we-work span.h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.step-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 320px;
  padding: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.step-card__number {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-family: "TenorSans";
  font-family: var(--title_font_family, "TenorSans");
  font-size: 72px;
  line-height: 90%;
  color: rgba(204, 52, 39, 1);
  color: var(--color_red, rgb(204, 52, 39));
}

.step-card__wrapper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.why-trust-us__list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 60px;
  row-gap: 60px;
  grid-column-gap: 80px;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  margin-top: 60px;
}

.why-trust-us__list::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 100%;
  content: "";
  margin: auto;
  background: linear-gradient(to bottom, rgba(216, 223, 232, 1) calc(50% - 30px), transparent calc(50% - 30px), transparent calc(50% + 30px), rgba(216, 223, 232, 1) calc(50% + 30px));
  background: linear-gradient(to bottom, var(--color_grey, rgb(216, 223, 232)) calc(50% - 30px), transparent calc(50% - 30px), transparent calc(50% + 30px), var(--color_grey, rgb(216, 223, 232)) calc(50% + 30px));
}

.why-trust-us__list::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 16px;
  margin: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)) no-repeat center/14px 14px, -webkit-gradient(linear, left top, left bottom, from(rgba(216, 223, 232, 1)), to(rgba(216, 223, 232, 1))) no-repeat center/16px 16px, -webkit-gradient(linear, left top, left bottom, from(rgba(216, 223, 232, 1)), to(rgba(216, 223, 232, 1))) no-repeat left center/calc(50% - 8px) 1px, -webkit-gradient(linear, left top, left bottom, from(rgba(216, 223, 232, 1)), to(rgba(216, 223, 232, 1))) no-repeat right center/calc(50% - 8px) 1px;
  background: linear-gradient(#ffffff, #ffffff) no-repeat center/14px 14px, linear-gradient(rgba(216, 223, 232, 1), rgba(216, 223, 232, 1)) no-repeat center/16px 16px, linear-gradient(rgba(216, 223, 232, 1), rgba(216, 223, 232, 1)) no-repeat left center/calc(50% - 8px) 1px, linear-gradient(rgba(216, 223, 232, 1), rgba(216, 223, 232, 1)) no-repeat right center/calc(50% - 8px) 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color_white, #ffffff)), to(var(--color_white, #ffffff))) no-repeat center/14px 14px, -webkit-gradient(linear, left top, left bottom, from(var(--color_grey, rgb(216, 223, 232))), to(var(--color_grey, rgb(216, 223, 232)))) no-repeat center/16px 16px, -webkit-gradient(linear, left top, left bottom, from(var(--color_grey, rgb(216, 223, 232))), to(var(--color_grey, rgb(216, 223, 232)))) no-repeat left center/calc(50% - 8px) 1px, -webkit-gradient(linear, left top, left bottom, from(var(--color_grey, rgb(216, 223, 232))), to(var(--color_grey, rgb(216, 223, 232)))) no-repeat right center/calc(50% - 8px) 1px;
  background: linear-gradient(var(--color_white, #ffffff), var(--color_white, #ffffff)) no-repeat center/14px 14px, linear-gradient(var(--color_grey, rgb(216, 223, 232)), var(--color_grey, rgb(216, 223, 232))) no-repeat center/16px 16px, linear-gradient(var(--color_grey, rgb(216, 223, 232)), var(--color_grey, rgb(216, 223, 232))) no-repeat left center/calc(50% - 8px) 1px, linear-gradient(var(--color_grey, rgb(216, 223, 232)), var(--color_grey, rgb(216, 223, 232))) no-repeat right center/calc(50% - 8px) 1px;
}

.trust-us-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}

.trust-us__wrapper-img {
  width: 158px;
  height: 158px;
  background-color: rgba(238, 245, 251, 1);
  background-color: var(--color_blue, rgb(238, 245, 251));
}

.trust-us__wrapper-img img {
  width: 100%;
  height: 100%;
}

.trust-us__wrapper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 70%;
}

.price-notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.price-notes li {
  padding: 0;
}

.price-notes li::before {
  display: none;
}

.price-notes__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 24px;
  cursor: pointer;
}

.price-notes__list {
  font-size: 16px;
  line-height: 150%;
}

.price-notes__accordion {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.3s ease-out;
  transition: grid-template-rows 0.3s ease-out;
  transition: grid-template-rows 0.3s ease-out, -ms-grid-rows 0.3s ease-out;
  overflow: hidden;
}

.price-notes__accordion-inner {
  min-height: 0;
}

.price-notes.is-open .price-notes__accordion {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.price-notes__title svg {
  width: 12px;
  height: 10px;
  -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;
}

.price-notes.is-open .price-notes__title svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
  margin-bottom: 30px;
}

.price-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(216, 223, 232, 1);
  border-top: 1px solid var(--color_grey, rgb(216, 223, 232));
  border-bottom: 1px solid rgba(216, 223, 232, 1);
  border-bottom: 1px solid var(--color_grey, rgb(216, 223, 232));
}

.price-item:last-child {
  border-bottom: 1px solid rgba(216, 223, 232, 1);
  border-bottom: 1px solid var(--color_grey, rgb(216, 223, 232));
}

.price-list_many .price-item:not(.is-active) {
  display: none;
}

.price-item .card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.price-item__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding-top: 20px;
}

.price-item__left a,
.price-item__left p {
  color: rgba(7, 5, 20, 0.7);
  font-size: 16px;
  line-height: 140%;
}

.price-item__left a {
  font-weight: 600;
}

.price-item__details li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 0 25px 24px;
}

.price-item__details li:not(:last-child) {
  border-bottom: 1px solid rgba(216, 223, 232, 1);
  border-bottom: 1px solid var(--color_grey, rgb(216, 223, 232));
}

.price-item__details li::before {
  display: none;
}

.price-item__name {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
  font-size: 16px;
  line-height: 140%;
}

.price-item__name::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -23px;
  margin: auto;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 1px;
  border-radius: var(--minimal_radius, 1px);
  background-color: rgba(204, 52, 39, 1);
  background-color: var(--color_red, rgb(204, 52, 39));
}

.price-item__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: rgba(204, 52, 39, 1);
  color: var(--color_red, rgb(204, 52, 39));
}

.price-item__note {
  color: rgba(7, 5, 20, 0.7);
  color: var(--color_grey_3, rgba(7, 5, 20, 0.7));
  font-size: 14px;
  line-height: 150%;
}

.price-item__icon-wrapper {
  display: none;
  width: 30px;
  height: 30px;
  background-color: rgba(204, 52, 39, 0.1);
  background-color: var(--color_red_light, rgba(204, 52, 39, 0.1));
}

.price-item__icon {
  width: 14px;
  height: 14px;
  margin: auto;
}

.price-item__accordion .card-description {
  display: none;
}

.prices__tabs {
  margin-top: 60px;
}

.tabs-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

.hero-promo .section-header__description {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  line-height: 24px;
}

.hero-promo h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.hero-promo li::before {
  display: none;
}

.hero-promo__main {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.hero-promo__svg {
  width: 100%;
  height: 750px;
}

.hero-promo__main-mask {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 750px;
  mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, black), to(transparent));
  mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}

.hero-promo__main .button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
  max-width: 634px;
  height: 93px;
}

.hero-promo__main .button span {
  margin-left: 0;
}

.hero-promo__main .button svg {
  margin-right: 0;
}

.hero-features__list {
  position: absolute;
  top: 313px;
  left: -12px;
  z-index: 6;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 90px;
  gap: 90px;
  width: 110%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0;
}

.hero-features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #ffffff;
  background: var(--color_white, #ffffff);
  padding: 16px 24px;
  font-size: 18px;
  line-height: 22px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: var(--shadow_button, 0px 4px 20px 0px rgba(0, 0, 0, 0.07));
          box-shadow: var(--shadow_button, 0px 4px 20px 0px rgba(0, 0, 0, 0.07));
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hero-features__item:nth-child(2) {
  margin-left: 228px;
}

.hero-features__item:nth-child(3) {
  margin-left: 87px;
}

.hero-features__item:nth-child(4) {
  margin-left: 87px;
}

.hero-features__text {
  margin: auto;
}

.hero-promo__main-path-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 750px;
  margin: auto;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.hero-promo__list-media-slider {
  position: absolute;
  z-index: -10;
  opacity: 0;
  pointer-events: none;
}

.hero-promo__list-media-slider img,
.hero-promo__list-media-slider video {
  position: absolute;
}

.hero-promo__item {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3px;
  gap: 3px;
}

.hero-promo_about {
  position: relative;
}

.hero-promo_about::before {
  position: absolute;
  z-index: -1;
  top: -100%;
  bottom: 0;
  left: -200vw;
  right: 0;
  width: 500vw;
  height: 200%;
  content: "";
  background-color: rgb(234, 239, 244);
}

.hero-promo_about .hero-promo__main-mask {
  height: 880px;
}

[data-slider=images] .hero-promo__big-img,
[data-slider=images] .hero-promo__big-video {
  display: none;
}

[data-slider=one-image] .hero-promo__default-imgs,
[data-slider=one-image] .hero-promo__big-video {
  display: none;
}

[data-slider=video] .hero-promo__default-imgs,
[data-slider=video] .hero-promo__big-img {
  display: none;
}

.hero-promo_about .hero-features__list {
  top: 408px;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  row-gap: 64px;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  width: 100%;
}

.hero-promo_about .hero-features__list .hero-features__item:first-child {
  -ms-grid-column-span: 2;
  grid-column: 2 span;
  margin-left: 104px;
}

.hero-promo_about .hero-features__item:nth-child(2) {
  -ms-grid-column-span: 2;
  grid-column: 2 span;
  margin-top: 55px;
  margin-left: 95px;
}

.hero-promo_about .hero-features__item:nth-child(3) {
  -ms-grid-column-span: 2;
  grid-column: 2 span;
  margin-left: 88px;
}

.hero-promo_about .hero-features__item:nth-child(4) {
  -ms-grid-column-span: 3;
  grid-column: 3 span;
  margin-left: auto;
  margin-right: 79px;
}

.hero-promo_about .hero-features__item:nth-child(5) {
  -ms-grid-column-span: 3;
  grid-column: 3 span;
  margin-left: 200px;
}

.hero-promo_about .hero-features__item:nth-child(6) {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
  margin-left: 46%;
}

.reviews__slider {
  margin-top: 40px;
}

.reviews .swiper-slide {
  height: auto;
}

.reviews .swiper-navigation {
  position: relative;
  margin: auto 0;
  gap: 40px;
}

.reviews .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
  margin-top: 20px;
}

.reviews .swiper-navigation::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 100%;
  margin: auto;
  content: "";
  background-color: rgba(216, 223, 232, 1);
  background-color: var(--color_grey, rgb(216, 223, 232));
}

.reviews .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.review-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  height: 100%;
  width: 100%;
  padding: 32px;
  margin: 0;
  border: 1px solid rgba(216, 223, 232, 1);
  border: 1px solid var(--color_grey, rgb(216, 223, 232));
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.review-card cite {
  font-size: 16px;
  font-style: normal;
  line-height: 140%;
  opacity: 0.7;
}

.review-card p {
  font-size: 16px;
  line-height: 19px;
}

.documents__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
}

.documents__tabs li::before {
  display: none;
}

.tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
}

.prices__tabs .tabs-list {
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.prices__tabs .selects-block {
  display: none;
}

.tabs-list li {
  padding: 0;
}

.tab-button {
  position: relative;
  padding: 16px 22px;
  height: 100%;
  color: rgba(204, 52, 39, 1);
  color: var(--color_red, rgb(204, 52, 39));
  font-size: 18px;
  border: 2px solid rgba(204, 52, 39, 1);
  border: 2px solid var(--color_red, rgb(204, 52, 39));
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: var(--shadow_button, 0px 4px 20px 0px rgba(0, 0, 0, 0.07));
          box-shadow: var(--shadow_button, 0px 4px 20px 0px rgba(0, 0, 0, 0.07));
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.tab-button:hover,
.tab-button.is-active {
  background-color: rgba(204, 52, 39, 1);
  background-color: var(--color_red, rgb(204, 52, 39));
  color: #ffffff;
  color: var(--color_white, #ffffff);
}

.tab-button.is-active span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}

.tab-button.is-active span::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: auto 0;
  border-radius: 1px;
  border-radius: var(--minimal_radius, 1px);
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
}

.documents__tabs {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.documents__tabs::-webkit-scrollbar {
  display: none;
}

.documents__list {
  display: none;
}

.documents__list li {
  padding: 24px 0 24px 24px;
  border-bottom: 1px solid rgba(216, 223, 232, 1);
  border-bottom: 1px solid var(--color_grey, rgb(216, 223, 232));
}

.documents__list li::before {
  display: none;
}

.documents__list li:first-child {
  padding-top: 0;
}

.documents__list li:last-child {
  border: none;
}

.documents__list.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.document-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.document-card__wrapper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.document-card h3 {
  position: relative;
  font-size: 16px;
  line-height: 140%;
  color: rgba(7, 5, 20, 1);
  color: var(--main_color, rgb(7, 5, 20));
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-color: transparent;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.document-card:hover h3 {
  text-decoration-color: rgba(7, 5, 20, 1);
  text-decoration-color: var(--main_color, rgb(7, 5, 20));
}

.document-card h3::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -24px;
  margin: auto;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 1px;
  border-radius: var(--minimal_radius, 1px);
  background-color: rgba(204, 52, 39, 1);
  background-color: var(--color_red, rgb(204, 52, 39));
}

.document-card__file-meta {
  color: rgba(7, 5, 20, 0.6);
  color: var(--color_grey_2, rgba(7, 5, 20, 0.6));
  font-size: 14px;
  line-height: 140%;
}

.document-card__wrapper-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 18px;
  line-height: 22px;
  color: rgba(204, 52, 39, 1);
  color: var(--color_red, rgb(204, 52, 39));
}

.document-card__wrapper-icon .red-wrapper-icon .icon {
  width: 11px;
  height: 12px;
}

.document-card__wrapper-icon span {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-color: transparent;
}

.document-card:hover .document-card__wrapper-icon span {
  text-decoration-color: rgba(204, 52, 39, 1);
  text-decoration-color: var(--color_red, rgb(204, 52, 39));
}

.map__header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.map__header li {
  padding: 0;
}

.map__header li::before {
  display: none;
}

.map__header li svg {
  margin: auto 0;
}

.contacts-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.contacts-card__title {
  padding-left: 40px;
  color: rgba(7, 5, 20, 0.5);
  color: var(--color_grey_4, rgba(7, 5, 20, 0.5));
  font-size: 14px;
  line-height: 140%;
}

.contacts-card__value {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  padding-left: 40px;
  color: rgba(7, 5, 20, 1);
  color: var(--main_color, rgb(7, 5, 20));
  font-size: 26px;
  line-height: 130%;
  font-weight: 500;
  font-style: normal;
}

.contacts-card__value svg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.wrapper-map {
  position: relative;
  height: 880px;
  margin-top: 40px;
}

.wrapper-map #map {
  height: 880px;
}

[class*=api-3-transformer],
[class*=ymaps-2-1-79-copyrights-pane],
[class*=ymaps-2-1-79-footer] {
  display: none !important;
}

.ymaps-2-1-79-map .ymaps-2-1-79-copyrights-pane {
  display: none !important;
}

.map-controls {
  position: absolute;
  right: 16px;
  bottom: 16px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 50%;
  width: 48px;
}

.map-controls__zoom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.map-controls__button {
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
}

.map-link {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 22px;
  color: rgba(7, 5, 20, 1);
  color: var(--main_color, rgb(7, 5, 20));
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: var(--shadow_button, 0px 4px 20px 0px rgba(0, 0, 0, 0.07));
          box-shadow: var(--shadow_button, 0px 4px 20px 0px rgba(0, 0, 0, 0.07));
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.map-link svg {
  margin: auto 0;
}

.wrapper-input_checkbox + .wrapper-input_checkbox {
  margin-top: 8px;
}

.wrapper-input_checkbox input {
  display: none;
}

.wrapper-input_checkbox label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: rgba(7, 5, 20, 0.7);
  color: var(--color_grey_3, rgba(7, 5, 20, 0.7));
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

.wrapper-input_checkbox label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 0.8px solid rgba(204, 52, 39, 1);
  border: 0.8px solid var(--color_red, rgb(204, 52, 39));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper-input_checkbox input:checked + label::before {
  background-color: rgba(204, 52, 39, 1);
  background-color: var(--color_red, rgb(204, 52, 39));
}

.wrapper-input_checkbox input:checked + label::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 4px;
  width: 9px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10.7773 9.06299' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10.777344' height='9.062988' fill='none' customFrame='%23000000'%3E%3Cpath id='Vector 5' d='M5 0L0 5L8 10' stroke='rgb(255,255,255)' stroke-width='1' transform='matrix(-4.37114e-08,-1,1,-4.37114e-08,0.353516,8.26501)' /%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.wrapper-input_checkbox label span {
  margin: auto 0;
}

.wrapper-input_checkbox a {
  color: rgba(7, 5, 20, 0.7);
  color: var(--color_grey_3, rgba(7, 5, 20, 0.7));
  font-size: 14px;
}

.wrapper-input_checkbox a:hover {
  color: rgba(204, 52, 39, 1);
  color: var(--color_red, rgb(204, 52, 39));
}

.wrapper-input_checkbox {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto 0;
}

.input-error {
  position: absolute;
  bottom: -12px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(204, 52, 39, 1);
  color: var(--color_red, rgb(204, 52, 39));
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.wrapper-input.is-error .input-error {
  opacity: 1;
}

.feedback-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.feedback-block .section-header_col {
  gap: 35px;
}

.form-feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 887px;
}

.form-feedback__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}

.form-feedback__row .wrapper-input {
  width: 100%;
}

.form-feedback .wrapper-input_checkbox {
  margin-top: 16px;
}

.form-feedback .wrapper-input_checkbox + .wrapper-input_checkbox {
  margin-top: 8px;
}

.form-feedback button {
  margin-top: 16px;
  max-width: 380px;
  height: 60px;
}

.search-result {
  margin-top: 70px;
}

.search-result__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  gap: 20px;
  margin-top: 30px;
}

.search-result-wrapper .search-result_empty h3 {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 130%;
}

.search-result_empty .text {
  font-size: 18px;
  line-height: 140%;
}

.search-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 250px;
  padding: 32px;
  background-color: #ffffff;
  background-color: var(--color_white, #ffffff);
  border: 1px solid rgba(216, 223, 232, 1);
  border: 1px solid var(--color_grey, rgb(216, 223, 232));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.search-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}

.search-card__tag {
  padding: 14px 19px;
  color: rgba(7, 5, 20, 1);
  color: var(--main_color, rgb(7, 5, 20));
  background-color: rgba(238, 245, 251, 1);
  background-color: var(--color_blue, rgb(238, 245, 251));
}

.search-card__footer {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.search-card__icon {
  width: 24px;
  height: 24px;
}

.search-card__title {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  font-size: 24px;
  color: rgba(7, 5, 20, 1);
  color: var(--main_color, rgb(7, 5, 20));
  line-height: 1.3;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.search-card__title span {
  color: rgba(204, 52, 39, 1);
  color: var(--color_red, rgb(204, 52, 39));
  background-color: rgba(204, 52, 39, 0.1);
  background-color: var(--color_red_light, rgba(204, 52, 39, 0.1));
}

.search-card__description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgba(7, 5, 20, 0.7);
  color: var(--color_grey_3, rgba(7, 5, 20, 0.7));
}

.search-card__author {
  margin-top: auto;
  font-style: normal;
  color: rgba(7, 5, 20, 0.7);
  color: var(--color_grey_3, rgba(7, 5, 20, 0.7));
}

.services-page .services-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 30px;
  row-gap: 30px;
  grid-column-gap: 20px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-top: 60px;
}

.services-page .service-card button {
  position: absolute;
  bottom: -65px;
}

.services-page .service-card .card-description {
  position: relative;
  margin: 0;
}

.services-page .service-card:hover .card-description::before {
  position: absolute;
  bottom: -55px;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  content: "";
  text-align: center;
}

.specialized-experts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 80px;
}

.specialized-experts span.h2 {
  display: none;
}

.specialized-experts__wrapper-img {
  width: 100%;
  max-width: 490px;
  height: auto;
  aspect-ratio: 1/1;
}

.specialized-experts__wrapper-img img {
  width: 100%;
  height: 100%;
}

.specialized-experts__wrapper-text {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
}

.specialized-experts__wrapper-text h2 {
  margin-bottom: 40px;
}

.specialized-experts__wrapper-text {
  line-height: 140%;
}

.specialized-experts__wrapper-text p + p {
  margin-top: 15px;
}

.service-welcome {
  position: relative;
  z-index: 1;
  top: -100px;
  margin-bottom: -100px;
  padding: 100px 0 60px;
}

.service-welcome span.h2 {
  display: none;
}

.service-welcome__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service-welcome__wrapper-text {
  width: 100%;
  max-width: 700px;
}

.service-welcome__wrapper-text .h2 {
  margin-bottom: 40px;
  line-height: 110%;
}

.service-welcome__wrapper-text p {
  line-height: 140%;
  font-size: 20px;
}

.service-welcome__wrapper-img {
  width: 100%;
  max-width: 887px;
  height: 702px;
}

.service-welcome__wrapper-img img {
  width: 100%;
  height: 100%;
}

.service-welcome__wrapper-list {
  margin-top: 30px;
  margin-bottom: 40px;
}

.service-welcome__wrapper-list p {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.service-welcome__list_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 24px;
  row-gap: 24px;
  grid-column-gap: 40px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.service-welcome__list li {
  line-height: 140%;
}

.service-welcome__list li::before {
  top: 5px;
}

.service-welcome__list_grid li::before {
  top: 3px;
}

.service-welcome__wrapper-text .button {
  height: 60px;
}
/* End */


/* Start:/local/templates/ambulance/css/media.css?177910508028785*/
@media (max-width: 1800px) {
  .wrapper {
    max-width: 90%;
  }
  .search-block__form {
    max-width: 60vw;
  }
  .footer__info .license-link {
    display: inline-block;
    white-space: normal;
  }
  .footer__info .license-link br {
    display: none;
  }
}
@media (max-width: 1650px) {
  .nav-list {
    gap: 15px;
  }
  .header__contacts {
    gap: 20px;
  }
  .logo {
    gap: 10px;
  }
  .services-list .swiper .service-card__wrapper-img {
    height: 350px;
  }
  .hero-promo_about .hero-features__item:nth-child(2) {
    margin-top: 105px;
  }
  .hero-promo_about .hero-features__item:nth-child(3) {
    margin-left: 0;
  }
  .hero-promo_about .hero-features__item:nth-child(5) {
    margin-left: 150px;
  }
  .prices__tabs .tabs-list {
    gap: 10px;
  }
  .prices__tabs .tab-button {
    padding: 15px;
  }
}
@media (max-width: 1500px) {
  .wrapper {
    max-width: 97%;
  }
  .logo .icon {
    width: 40px;
    height: 40px;
  }
  .header .logo__text {
    font-size: 12px;
  }
  .main-navigation {
    margin-top: 40px;
  }
  .nav-list a {
    font-size: 14px;
  }
  .search-block__form {
    max-width: 65vw;
  }
  .footer__content {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  .trust-us__wrapper-text br {
    display: none;
  }
  .map__header {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 1350px) {
  .how-we-work_about .section-header_mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 1280px) {
  .wrapper {
    max-width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header .main-navigation,
  .header .search-block,
  .header .contacts-phone span {
    display: none;
  }
  .header .logo {
    margin: 12px 0;
  }
  .contacts-phone {
    padding: 0;
    margin: auto 0;
  }
  .burger {
    display: block;
  }
  .search-block__form {
    position: relative;
    top: 0;
    z-index: 10;
    width: 100%;
    max-width: 100%;
    opacity: 1;
    pointer-events: all;
  }
  .main-navigation {
    margin: 30px 0;
  }
  .nav-list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .nav-list a {
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(216, 223, 232);
    border-bottom: 1px solid var(--color_grey, rgb(216, 223, 232));
  }
  .nav-list li:not(:first-child) a {
    padding-top: 20px;
  }
  .footer .nav-list a,
  .footer .nav-list li:not(:first-child) a {
    padding: 0;
    border: none;
  }
  .footer__copy,
  .footer__policy,
  .footer__map-site,
  .footer__developed {
    -ms-grid-column-span: 3;
    grid-column: 3 span;
  }
  .footer__map-site,
  .footer__developed {
    margin-top: 0;
    padding-top: 0;
  }
  .services-list .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
  .service-card .white-wrapper-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  div.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
  .service-card .service-card__wrapper-img img {
    -webkit-filter: none;
            filter: none;
  }
  .service-card:hover .card-title {
    color: rgb(7, 5, 20);
    color: var(--main_color, rgb(7, 5, 20));
  }
  .service-card:hover .card-description {
    opacity: 0.7;
  }
  .services-list .service-card button {
    z-index: 10;
    opacity: 1;
    pointer-events: all;
  }
  .popup {
    padding: 30px;
  }
  .how-we-work .section-header_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 24px;
  }
  .how-we-work .section-header_mobile h2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .how-we-work__list .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
  .how-we-work__list .swiper-wrapper .section-header {
    display: none;
  }
  .step-card br {
    display: none;
  }
  .hero-features__list {
    width: 100%;
  }
  .hero-promo_about .hero-features__item:nth-child(3) {
    margin-left: -30px;
  }
  .documents__container {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
  .prices__tabs .selects-block {
    display: block;
    background-color: transparent;
  }
  .prices__tabs .tabs-list {
    display: none;
  }
  .feedback-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-feedback {
    max-width: 100%;
  }
  .services-page .services-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .services-page .services-list .service-card button {
    position: static;
  }
  .hero-promo__main-mask {
    height: auto;
    max-height: 750px;
  }
  .service-welcome__wrapper-img {
    width: 50%;
    height: auto;
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .service-welcome h1.h2 {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(100%);
    white-space: nowrap;
    border: 0;
  }
  .service-welcome span.h2 {
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .service-welcome__wrapper-text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    max-width: 100%;
  }
  .service-welcome__wrapper-text p br {
    display: none;
  }
  .service-welcome__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service-benefits__wrapper-text p br {
    display: none;
  }
  .specialized-experts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px 10px;
  }
  .specialized-experts__wrapper-img {
    margin-left: 20px;
  }
  .specialized-experts__wrapper-text {
    margin-right: 20px;
  }
  .specialized-experts__wrapper-text p br {
    display: none;
  }
  .specialized-experts h2 {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(100%);
    white-space: nowrap;
    border: 0;
  }
  .specialized-experts span.h2 {
    display: block;
  }
  .specialized-experts__wrapper-img,
  .specialized-experts__wrapper-text {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .footer__content {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .footer-navigation,
  .footer__info,
  .footer__copy,
  .footer__developed {
    -ms-grid-column-span: 2;
    grid-column: 2 span;
  }
  .footer__policy {
    -ms-grid-column-span: 1;
    grid-column: 1 span;
    margin-right: 4px;
    margin-top: 0;
  }
  .footer__map-site {
    -ms-grid-column-span: 1;
    grid-column: 1 span;
    margin: 0;
  }
  .footer__info {
    margin-bottom: 18px;
  }
  .footer__copy {
    margin-top: 18px;
    padding-top: 25px;
  }
  .section-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .section-header__description_contacts {
    gap: 12px;
  }
  .why-trust-us .section-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .why-trust-us .section-header__description {
    gap: 24px;
  }
  .why-trust-us__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .why-trust-us__list::before,
  .why-trust-us__list::after {
    display: none;
  }
  .trust-us-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    padding-bottom: 20px;
  }
  .trust-us-card::before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgb(216, 223, 232);
    background-color: var(--color_grey, rgb(216, 223, 232));
  }
  .trust-us-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    background-color: var(--color_white, #ffffff);
    border: 1px solid rgb(216, 223, 232);
    border: 1px solid var(--color_grey, rgb(216, 223, 232));
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .trust-us-card:last-child:before,
  .trust-us-card:last-child::after {
    display: none;
  }
  .trust-us__wrapper-img {
    width: 80px;
    height: 80px;
  }
  .trust-us__wrapper-text {
    width: 100%;
  }
  .price-block .section-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .price-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .price-item__icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .price-item__accordion .card-description {
    display: block;
    margin-top: -8px;
  }
  .price-item__details li {
    padding: 15px 0 15px 24px;
  }
  .price-item__details li::before {
    top: 23px;
  }
  .price-item__left {
    padding: 24px 0;
  }
  .price-item__left .card-description {
    display: none;
  }
  .price-list_many .price-item__left .card-description {
    display: block;
  }
  .price-list_many .price-item__left .card-description br {
    display: none;
  }
  .price-item.is-open .price-item__icon .plus {
    display: none;
  }
  .price-item.is-open .price-item__icon .minus {
    display: block;
  }
  .price-item__accordion {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 0fr;
    grid-template-rows: 0fr;
    -webkit-transition: grid-template-rows 0.3s ease-out;
    transition: grid-template-rows 0.3s ease-out;
    transition: grid-template-rows 0.3s ease-out, -ms-grid-rows 0.3s ease-out;
    overflow: hidden;
  }
  .price-item__accordion-inner {
    min-height: 0;
  }
  .price-item.is-open .price-item__accordion {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .callback {
    background-position: left;
  }
  .callback__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  .callback__form .button {
    margin-top: 16px;
    max-width: 100%;
  }
  .hero-promo .section-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .hero-promo .section-header__description {
    gap: 30px;
  }
  .hero-promo__main {
    width: calc(100% + 40px);
    margin: 25px 0 -70px -20px;
  }
  .hero-promo.hero-promo_about .hero-promo__main {
    margin-bottom: 0;
  }
  .hero-promo:not(.hero-promo_about) .hero-promo__main-mask {
    mask-image: none;
    -webkit-mask-image: none;
  }
  .hero-promo__main .button {
    position: relative;
    z-index: 6;
    bottom: 70px;
    max-width: 100%;
  }
  .hero-features__list {
    display: none;
  }
  .hero-promo_about .hero-features__list {
    top: auto;
    bottom: -10px;
    left: 0;
    right: 0;
    z-index: 6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 40px;
    margin: auto;
  }
  .hero-promo_about .hero-features__list .hero-features__item:first-child,
  .hero-promo_about .hero-features__list .hero-features__item {
    position: absolute;
    z-index: -10;
    left: 0;
    right: 0;
    margin: auto;
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
  }
  .hero-promo_about .hero-features__list .hero-features__item.is-active {
    z-index: 1;
    opacity: 1;
    pointer-events: all;
  }
  .hero-promo_about .hero-features__list .hero-features__item span {
    margin: auto 0;
  }
  .search-result__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .hero-promo__main-path-slider {
    top: -95px;
  }
}
@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 44px;
  }
  h1 span:last-child,
  .h1 span:last-child {
    font-size: 46px;
  }
  h2,
  .h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    font-size: 32px;
    line-height: 100%;
  }
  h2 span:last-child,
  .h2 span:last-child {
    font-size: 36px;
    line-height: 90%;
  }
  .wrapper {
    padding: 0 16px;
  }
  input,
  .selects-block {
    height: 50px;
  }
  textarea {
    height: 132px;
  }
  .wrapper-input p {
    font-size: 12px;
    line-height: 150%;
    opacity: 0.7;
  }
  .button {
    height: 50px;
    font-size: 16px;
  }
  .text {
    font-size: 14px;
  }
  .section-header .text {
    line-height: 17px;
  }
  .section {
    margin-top: 50px;
  }
  .first-section {
    margin-top: 32px;
  }
  .desktop,
  .section-header_desktop {
    display: none;
  }
  .section-header_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .logo .icon {
    width: 33px;
    height: 33px;
  }
  .search-block__wrapper-input input {
    height: 40px;
  }
  .contacts-phone {
    font-size: 16px;
  }
  .header {
    height: 56px;
  }
  .header .contacts-phone,
  .header .contacts-email {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: auto 0;
  }
  .header .contacts-phone svg,
  .header .contacts-email svg {
    width: 20px;
    height: 20px;
  }
  .popup_menu {
    padding-top: 30px;
  }
  .button-up {
    right: 25px;
    bottom: 50px;
    width: 40px;
    height: 40px;
  }
  .breadcrumbs {
    margin: 20px 0 24px;
  }
  .breadcrumbs__link,
  .breadcrumbs__separator,
  .breadcrumbs__name-page {
    font-size: 12px;
    line-height: 14px;
  }
  .button-up svg {
    width: 15px;
    height: 15px;
  }
  .footer .logo__text {
    font-size: 13px;
    line-height: 130%;
  }
  .footer__info .license-link {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 140%;
  }
  .footer .nav-list {
    gap: 12px;
  }
  .footer__copy,
  .footer__policy,
  .footer__map-site,
  .footer__developed {
    font-size: 12px;
  }
  .footer__policy,
  .footer__map-site {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
  .services-list .service-card,
  .services-list .service-card a {
    gap: 12px;
  }
  .services-list .swiper .service-card__wrapper-img {
    height: 272px;
    margin-bottom: 4px;
  }
  .service-card .card-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
  }
  .service-card .card-description {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 17px;
  }
  .form-modal {
    margin-top: 30px;
  }
  .form-modal .wrapper-input:last-of-type {
    margin-top: 10px;
  }
  .form-modal .button {
    max-width: 100%;
    height: 50px;
  }
  .form-modal__policy {
    font-size: 12px;
    line-height: 140%;
  }
  .popup {
    padding: 30px 20px;
  }
  .popup__close {
    right: 10px;
    top: 10px;
  }
  .select__title-text,
  .select__item {
    font-size: 14px;
    line-height: 17px;
  }
  .step-card {
    height: 220px;
    padding: 24px 16px;
    background-color: rgb(228, 238, 246);
    background-color: var(--color_blue_dark, rgb(228, 238, 246));
  }
  .step-card__number {
    font-size: 48px;
    line-height: 90%;
  }
  .section-header__description .link-more {
    max-width: 100%;
  }
  .callback {
    padding: 32px 20px 32px 16px;
  }
  .callback h3 {
    font-size: 32px;
    line-height: 110%;
  }
  .callback .contacts-phone {
    gap: 16px;
    font-size: 26px;
    line-height: 130%;
  }
  .callback__form .text {
    font-size: 12px;
  }
  .callback > .text {
    color: #ffffff;
    color: var(--color_white, #ffffff);
    opacity: 0.7;
  }
  .callback > .text br {
    display: none;
  }
  .hero-promo .section-header__description p {
    font-size: 14px;
    line-height: 17px;
  }
  .section-header__description .button-more {
    font-size: 16px;
    line-height: 19px;
  }
  .hero-promo__main .button {
    bottom: 72px;
    width: calc(100% - 40px);
    height: 72px;
  }
  .hero-promo__main-path-slider {
    top: -77px;
  }
  .hero-promo_about .hero-promo__main-mask {
    height: 720px;
  }
  .reviews__slider {
    margin-top: 20px;
  }
  .reviews .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .reviews .swiper-navigation {
    display: none;
  }
  .review-card {
    padding: 20px;
    gap: 20px;
  }
  .review-card p,
  .review-card cite {
    font-size: 14px;
  }
  .documents__tabs {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .tabs-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 10px;
    padding: 0 20px;
  }
  .document-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  .tab-button {
    padding: 10px 14px;
    font-size: 14px;
  }
  .tab-button:hover {
    color: rgb(204, 52, 39);
    color: var(--color_red, rgb(204, 52, 39));
    background-color: #ffffff;
    background-color: var(--color_white, #ffffff);
  }
  .tab-button.is-active {
    background-color: rgb(204, 52, 39);
    background-color: var(--color_red, rgb(204, 52, 39));
    color: #ffffff;
    color: var(--color_white, #ffffff);
  }
  .document-card__wrapper-icon span {
    font-size: 16px;
  }
  .price-list {
    margin-top: 20px;
  }
  .price-list .card-title {
    font-size: 16px;
    line-height: 130%;
  }
  .price-list .card-title span {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto 0;
  }
  .price-list_many .card-title span {
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
  }
  .price-item__accordion .card-description {
    margin-top: 0;
  }
  .price-list_many .price-item__left .card-description {
    font-size: 14px;
    line-height: 140%;
  }
  .price-list .card-title .price-item__icon-wrapper {
    width: 30px;
    height: 30px;
  }
  .price-notes__title {
    font-size: 16px;
  }
  .tabs-title {
    margin-bottom: 10px;
  }
  .price-item__details li span {
    font-size: 14px;
  }
  .price-list_many .price-item__numbers {
    max-width: 60%;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: end;
        align-content: end;
  }
  .price-list_many .price-item__numbers span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
  .price-list_many {
    margin-top: 30px;
  }
  .price-list_many .price-item {
    border: none;
  }
  .price-list_many .price-item__left {
    gap: 30px;
    padding: 0;
  }
  .price-list_many .price-item__left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  .price-list_many .price-item__details li {
    padding: 20px 0 20px 24px;
  }
  .price-list_many .price-item__details {
    padding-top: 10px;
    margin-top: 20px;
    border-top: 1px solid rgb(216, 223, 232);
    border-top: 1px solid var(--color_grey, rgb(216, 223, 232));
  }
  .price-list_many .price-item__details li:last-child {
    border-bottom: 1px solid rgb(216, 223, 232);
    border-bottom: 1px solid var(--color_grey, rgb(216, 223, 232));
  }
  .map__header {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .wrapper-map {
    margin-top: 30px;
  }
  .wrapper-map,
  .wrapper-map #map {
    height: 532px;
  }
  .form-feedback__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-header__description_contacts .text,
  .section-header__description_contacts .license-link {
    font-size: 14px;
    line-height: 17px;
  }
  .section.map {
    margin-top: 24px;
  }
  .contacts-card {
    gap: 3px;
  }
  .contacts-card__title {
    font-size: 12px;
    line-height: 140%;
  }
  .contacts-card__value {
    font-size: 20px;
    line-height: 130%;
  }
  .map-link {
    bottom: 68px;
    height: 40px;
    padding: 11px 19px;
    font-size: 14px;
    line-height: 17px;
  }
  .map-controls {
    bottom: 15px;
    left: 15px;
    right: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: calc(100% - 30px);
  }
  .map-controls__zoom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .map-controls__button {
    height: 40px;
    width: 40px;
  }
  .wrapper-input_checkbox label,
  .wrapper-input_checkbox a {
    color: rgba(7, 5, 20, 0.7);
    color: var(--color_grey_3, rgba(7, 5, 20, 0.7));
    font-size: 12px;
  }
  .feedback-block {
    gap: 30px;
  }
  .feedback-block .section-header_col {
    gap: 20px;
  }
  .form-feedback {
    gap: 15px;
  }
  .form-feedback__row {
    gap: 15px;
  }
  .form-feedback .wrapper-input_checkbox {
    margin: 0;
  }
  .form-feedback button {
    height: 50px;
    margin-top: 9px;
  }
  .section-header_col .text br {
    display: none;
  }
  .search-result-wrapper .search-block__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-top: 30px;
  }
  .search-block__form_initial .search-block__wrapper-input {
    max-width: 100%;
  }
  .search-result__list {
    margin-top: 20px;
  }
  .search-result-wrapper .search-block__form .button-send {
    max-width: 100%;
    margin: 0;
  }
  .search-result-wrapper .search-block__form input {
    height: 50px;
  }
  .search-result {
    margin-top: 40px;
  }
  .search-result .card-title {
    font-size: 20px;
    line-height: 130%;
  }
  .search-card {
    height: 177px;
    padding: 20px;
  }
  .search-card__header {
    margin-bottom: 20px;
  }
  .search-card__tag {
    padding: 7px 14px;
    font-size: 12px;
    line-height: 140%;
  }
  .search-card__title {
    font-size: 20px;
    line-height: 24px;
  }
  .search-card__description {
    font-size: 14px;
    line-height: 140%;
  }
  .services-page .services-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-top: 40px;
  }
  .services-page .services-list .service-card button {
    height: 50px;
  }
  .services-page .services-list .service-card {
    gap: 24px;
  }
  .white-wrapper-icon .icon {
    width: 22px;
    height: 20px;
  }
  .search-result_empty {
    margin-top: 30px;
  }
  .search-result-wrapper .search-result_empty h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .search-result_empty .text {
    font-size: 14px;
  }
  .service-welcome__wrapper-img {
    width: 100%;
  }
  .service-welcome__content {
    gap: 20px;
  }
  .service-welcome span.h2 {
    font-size: 44px;
    line-height: 90%;
  }
  .service-welcome__wrapper-text p {
    font-size: 14px;
    line-height: 17px;
  }
  .service-welcome__wrapper-list p {
    font-size: 16px;
    line-height: 130%;
  }
  .service-welcome__wrapper-list {
    margin: 15px 0 20px;
  }
  .service-benefits__wrapper-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 55px;
    margin-top: 20px;
  }
  .service-benefits__wrapper-text::before {
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 215px;
    height: 1px;
  }
  .service-benefits__wrapper-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    background-color: var(--color_white, #ffffff);
    border: 1px solid rgb(216, 223, 232);
    border: 1px solid var(--color_grey, rgb(216, 223, 232));
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .service-benefits h2 {
    display: inline;
  }
  .service-benefits h2 br {
    display: none;
  }
  .specialized-experts {
    gap: 20px;
    padding-bottom: 15px;
  }
  .specialized-experts__wrapper-text p {
    font-size: 14px;
    line-height: 17px;
  }
  .specialized-experts__wrapper-text p + p {
    margin-top: 10px;
  }
  .price-block .prices__tabs {
    margin-top: 30px;
  }
  .form-modal .wrapper-input p {
    font-size: 12px;
  }
  .how-we-work .section-header_mobile h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 540px) {
  .hero-promo_about .hero-promo__main-mask {
    height: 522px;
    -o-object-position: 65%;
       object-position: 65%;
  }
  .services-page .service-card__wrapper-img img {
    height: 272px;
  }
  .hero-promo.hero-promo_about .hero-promo__main {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: 0;
  }
  .hero-promo_about .hero-features__list {
    width: calc(100vw - 40px);
  }
  .hero-features__item {
    font-size: 12px;
    line-height: 14px;
  }
  .service-welcome {
    top: -110px;
    margin-bottom: -110px;
    padding-bottom: 24px;
  }
  .service-welcome__list_grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 12px;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
  .service-welcome__list_grid li::before {
    top: 5px;
  }
  .service-welcome__wrapper-text .button {
    height: 50px;
  }
  .hero-promo:not(.hero-promo_about) .hero-promo__main-mask {
    width: 112vw;
    margin-left: -5%;
  }
  .hero-promo__main-path-slider {
    top: -77px;
    width: 110%;
    margin-left: -5%;
  }
  .hero-promo__main .button {
    position: relative;
    z-index: 10;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
  .hero-promo__main .button::before {
    position: absolute;
    z-index: -1;
    top: -18px;
    left: 0;
    right: 0;
    width: 100%;
    height: 30px;
    margin: auto;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    -webkit-filter: blur(7px);
            filter: blur(7px);
    pointer-events: none;
    -webkit-transform: translateZ(-1px);
            transform: translateZ(-1px);
  }
}
/* End */


/* Start:/local/templates/ambulance/css/swiper-bundle.min.css?177910508016493*/
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */
/* /local/templates/ambulance/css/main.css?177910508071695 */
/* /local/templates/ambulance/css/media.css?177910508028785 */
/* /local/templates/ambulance/css/swiper-bundle.min.css?177910508016493 */
