

/* Start:/local/templates/medtronicform/css/main.css?177684192356031*/
@charset "UTF-8";

/* Base */

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

/* Block elements */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/* Typography reset */

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
  overflow-wrap: break-word;
}

/* Lists */

ul,
ol {
  list-style: none;
}

/* Links */

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

/* Media elements */

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/* Firefox fix: убираем max-width для SVG в Firefox */

@supports (-moz-appearance: none) {
  svg {
    max-width: none;
  }
}

/* Альтернативный способ для Firefox (устаревший, но может понадобиться для старых версий) */

/* @-moz-document url-prefix() {
	svg {
		max-width: none;
	}
} */

/* Улучшения для изображений */

img {
  image-rendering: -webkit-optimize-contrast;
}

/* SVG improvements */

svg {
  overflow: hidden;
}

/* Address */

address {
  font-style: normal;
}

/* Form elements */

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  background: transparent;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

button,
input[type=submit],
input[type=button] {
  cursor: pointer;
}

button::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=button]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input[type=submit],
input[type=button] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

legend {
  display: table;
}

/* Table improvements */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

/* Textarea improvements */

textarea {
  resize: vertical;
  overflow: auto;
}

/* Progress and meter */

progress,
meter {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

/* Details and summary */

details {
  display: block;
}

summary {
  display: list-item;
  cursor: pointer;
}

/* Hidden attribute support */

[hidden] {
  display: none !important;
}

/* Accessibility improvements */

/* Уважение к предпочтениям пользователя по анимации */

/* High contrast mode support */

:root {
  --container-width: 1366px;
  --container-padding: 40px;
  --container-padding-tablet: 24px;
  --container-padding-new: 20px;
  --container-padding-mobile: 16px;
  --basic-font: "AvenirNextWorld", sans-serif;
  --basic-white: #FFFFFF;
  --basic-red: #ED002A;
  --basic-green: #7ECA2A;
  --basic-color-text: #3C3C3C;
  --extra-color: #5E676E;
  --basic-blue: #1010EB;
  --hover-blue: #0000CD;
  --basic-gray: #999999;
  --extra-gray: #F5F5F5;
  --navy-blue: #140F4B;
  --hover-dropdown-option: #DDE7FF;
}

@font-face {
  font-family: "AvenirNextWorld";
  font-display: swap;
  src: url("/local/templates/medtronicform/css/../fonts/AvenirNextWorld-Bold.woff2") format("woff2"), url("/local/templates/medtronicform/css/../fonts/AvenirNextWorld-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "AvenirNextWorld";
  font-display: swap;
  src: url("/local/templates/medtronicform/css/../fonts/AvenirNextWorld-Regular.woff2") format("woff2"), url("/local/templates/medtronicform/css/../fonts/AvenirNextWorld-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "AvenirNextWorld";
  font-display: swap;
  src: url("/local/templates/medtronicform/css/../fonts/AvenirNextWorld-Demi.woff2") format("woff2"), url("/local/templates/medtronicform/css/../fonts/AvenirNextWorld-Demi.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@-webkit-keyframes fadeOpacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeOpacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slideInFromBottom {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideInFromBottom {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes slideOutToTop {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes slideOutToTop {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

html {
  font-size: clamp(18px, 18px + (20 - 18) * (100vw - 320px) / (1440 - 320), 20px);
}

html {
  height: 100%;
  scrollbar-gutter: stable;
}

.page-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--basic-font);
  text-wrap: balance;
  background-color: var(--basic-white);
  font-size: 1.6rem;
  min-height: 100vh;
}

.lm-scroll-locked {
  scrollbar-gutter: auto;
}

.page-layout {
  padding-top: var(--header-height);
  will-change: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  z-index: 1;
}

footer,
.footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: auto;
}

.section {
  margin-bottom: 100px;
}

.relative {
  position: relative;
}

.title-white {
  color: var(--basic-white);
}

.btn-blue {
  background-color: var(--basic-blue);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-blue span {
  color: var(--basic-white);
}

.btn-blue:hover {
  background-color: var(--basic-white);
}

.btn-blue:hover .general-block__icon .svg-white {
  stroke: var(--basic-color-text);
}

.btn-blue:hover span {
  color: var(--basic-color-text);
}

.btn-white {
  background-color: var(--basic-white);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-white span {
  color: var(--basic-color-text);
}

.btn-white:hover {
  background-color: var(--basic-blue);
}

.btn-white:hover .general-block__icon .svg-white {
  stroke: var(--basic-white);
}

.btn-white:hover span {
  color: var(--basic-white);
}

.svg-white {
  stroke: var(--basic-white);
}

.svg-black {
  stroke: var(--basic-color-text);
}

.input-design {
  padding: 20px 20px 20px 20px;
  background-color: var(--extra-gray);
  border-radius: 4px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  width: 100%;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.input-design::-webkit-input-placeholder {
  color: var(--basic-gray);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
}

.input-design::-moz-placeholder {
  color: var(--basic-gray);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
}

.input-design:-ms-input-placeholder {
  color: var(--basic-gray);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
}

.input-design::-ms-input-placeholder {
  color: var(--basic-gray);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
}

.input-design::placeholder {
  color: var(--basic-gray);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
}

.input-design:hover,
.input-design:focus {
  border: 1px solid var(--basic-blue) !important;
}

.input-search {
  padding: 20px 20px 20px 20px;
  background-color: var(--extra-gray);
  border-radius: 4px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  width: 100%;
}

.input-search::-webkit-input-placeholder {
  color: var(--basic-gray);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
}

.input-search::-moz-placeholder {
  color: var(--basic-gray);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
}

.input-search:-ms-input-placeholder {
  color: var(--basic-gray);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
}

.input-search::-ms-input-placeholder {
  color: var(--basic-gray);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
}

.input-search::placeholder {
  color: var(--basic-gray);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
}

.select-design {
  padding: 20px 20px 20px 20px;
  background-color: var(--extra-gray);
  border-radius: 4px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  width: 100%;
}

.select-design::-webkit-input-placeholder {
  color: var(--basic-gray);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
}

.select-design::-moz-placeholder {
  color: var(--basic-gray);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
}

.select-design:-ms-input-placeholder {
  color: var(--basic-gray);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
}

.select-design::-ms-input-placeholder {
  color: var(--basic-gray);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
}

.select-design::placeholder {
  color: var(--basic-gray);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
}

.btn-kit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  padding: 20px 20px 20px 20px;
}

.btn-kit span {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
}

.btn-kit:disabled {
  pointer-events: none;
  background-color: var(--basic-gray);
}

.btn-kit:disabled span {
  color: var(--basic-white);
}

.btn-kit-blue {
  background-color: var(--basic-blue);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-kit-blue span {
  color: var(--basic-white);
}

.btn-kit-blue:hover {
  background-color: var(--hover-blue);
}

.btn-kit-blue:focus,
.btn-kit-blue:active {
  background-color: var(--navy-blue);
}

.breadcrumbs {
  padding-top: 40px;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 62px 0 62px;
}

.breadcrumbs__list > *:not(:first-child) {
  margin-left: 12px;
}

.breadcrumbs__list > *:not(:first-child)::before {
  content: "/";
  display: inline-block;
  margin-right: 12px;
  font-size: 0.8rem;
  color: var(--extra-grey);
  line-height: 1;
}

.breadcrumbs__list > *:first-child a {
  position: relative;
}

.breadcrumbs__list > *:first-child a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.breadcrumbs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs li a {
  font-size: 0.8rem;
  color: var(--basic-blue);
  font-weight: 400;
  line-height: 1;
}

.breadcrumbs li span {
  font-size: 0.8rem;
  color: var(--extra-grey);
  font-weight: 400;
  line-height: 1;
}

.breadcrumbs li:last-child span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-width: 315px;
}

.none {
  display: none !important;
}

.scroll-lock-ios {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
}

.scroll-lock {
  overflow: hidden;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.no-scroll {
  overflow-y: hidden;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Контейнеры */

.container {
  margin: 0 auto;
  padding: 0 var(--container-padding);
  width: 100%;
}

.container-fluid {
  margin: 0 auto;
  width: 100%;
  max-width: var(--container-width);
}

.container-full {
  padding: 0 var(--container-padding);
  max-width: 100%;
}

.container-left-50 {
  padding: 0 var(--container-padding);
  max-width: 50%;
}

.container-right-50 {
  padding: 0 var(--container-padding);
  max-width: 50%;
  margin-left: auto;
}

.container-right {
  padding-left: calc((100% - var(--container-width)) / 2 + var(--container-padding));
}

.container-left {
  padding-right: calc((100% - var(--container-width)) / 2 + var(--container-padding));
}

.container-half-left {
  padding-right: calc((100% - var(--container-width)) / 2 + var(--container-width) / 2);
  padding-left: calc((100% - var(--container-width)) / 2 + var(--container-padding));
}

.container-half-right {
  padding-left: calc((100% - var(--container-width)) / 2 + var(--container-width) / 2);
  padding-right: calc((100% - var(--container-width)) / 2 + var(--container-padding));
}

/* Blocks */

.site-map__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: 22px;
}

.site-map__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-map__item a span {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
}

.h1 {
  margin: 0 0 0 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h2 {
  margin: 0 0 0 0;
  font-size: 1.7rem;
  font-weight: 500;
}

.h3 {
  margin: 0 0 0 0;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: -1.1px;
}

.header {
  background-color: var(--basic-white);
  position: fixed;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  will-change: transform, box-shadow;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header--hidden {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header--visible {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header--scrolled {
  background-color: var(--basic-white);
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.06);
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0 40px 0;
}

.header__logo-link picture img {
  width: 100%;
  height: 100%;
  max-width: 320px;
  min-width: 320px;
  max-height: 25px;
  min-height: 25px;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0 40px 0;
}

.footer__logo-link picture img {
  width: 100%;
  height: 100%;
  max-width: 320px;
  min-width: 320px;
  max-height: 25px;
  min-height: 25px;
}

.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.footer__nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__nav-item a span {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  color: var(--basic-color-text);
}

.general-block {
  background-color: var(--basic-blue);
  height: 600px;
  min-height: calc(var(--vh) - 217px);
  position: relative;
  overflow: hidden;
}

.general-block .container {
  height: 100%;
}

.general-block__background {
  position: absolute;
  background-image: var(--bg-image-desktop);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  display: block;
  pointer-events: none;
}

.general-block__inner {
  height: 100%;
}

.general-block .h1 {
  max-width: 40%;
}

.general-block__box {
  padding: 80px 0 0 0;
}

.general-block__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 200px;
  border-radius: 4px;
  padding: 28px 28px 28px 28px;
  border: 1px solid transparent;
}

.general-block__btn span {
  font-weight: 600;
  font-size: 1rem;
  display: block;
  text-align: left;
  letter-spacing: -0.4px;
}

.general-block__btn.active {
  border-color: var(--basic-green);
}

.general-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 95px;
}

.general-block__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 325px;
  flex: 0 0 325px;
}

.general-block__svg {
  width: 28px;
  height: 28px;
}

.general-block__icon {
  position: absolute;
  top: 24px;
  right: 24px;
}

.general-block._margin {
  margin-bottom: 100px;
}

.block-form__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  width: 70%;
}

.block-form__list._margin {
  margin-bottom: 50px;
  width: 100%;
}

.block-form__send {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 20%;
}

.block-form__btn {
  width: 100%;
}

.block-form__form {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.block-form__form[aria-expanded=true] {
  position: static;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  height: auto;
  -webkit-animation: fadeOpacity 0.5s ease forwards;
  animation: fadeOpacity 0.5s ease forwards;
}

.block-form__error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 0.7rem;
  font-weight: 400;
  color: var(--extra-color);
}

.block-form__error i {
  background-image: var(--warning-icon);
  background-repeat: no-repeat;
  background-size: auto;
  width: 18px;
  height: 18px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18px;
  flex: 0 0 18px;
  display: block;
}

.block-form__item {
  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;
}

.block-form__item._half {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 45%;
  flex: 1 1 45%;
}

.block-form__item._full {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 96%;
  flex: 1 1 96%;
}

.block-form__item._relative {
  position: relative;
}

.block-form__item._disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.block-form__item._error .block-form__input {
  border-color: var(--basic-red);
}

.block-form__item._error .block-form__checkbox::before {
  border-color: var(--basic-red);
}

.block-form__item._error .block-form__custom .block-form__trigger {
  border-color: var(--basic-red);
}

.block-form__item._checkbox {
  padding-top: 31px;
}

.block-form__fieldset {
  border-bottom: 1px solid var(--extra-gray);
  padding-bottom: 40px;
}

.block-form__fieldset._padding {
  padding-top: 40px;
}

.block-form__fieldset._last {
  padding-bottom: 100px;
}

.block-form__empty {
  width: 100%;
}

.block-form__empties {
  width: auto;
}

.block-form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1024px;
}

.block-form__wrapper._extra {
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 40px;
}

.block-form__wrapper._extra-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: unset;
  gap: 40px;
  max-width: 1024px;
  margin-left: unset;
}

.block-form__wrapper._extra-top strong {
  font-weight: 500;
}

.block-form__wrapper._extra-top .block-form__wrap {
  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;
  max-width: 70%;
}

.block-form__wrapper._extra-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: unset;
}

.block-form__wrapper._bottom {
  padding-bottom: 40px;
}

.block-form__hr {
  background-color: var(--extra-gray);
  width: 100%;
  height: 1px;
}

.block-form__label {
  font-weight: 400;
  line-height: 1;
  font-size: 0.8rem;
  color: var(--basic-color-text);
  text-wrap: auto;
}

.block-form__label._terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
}

.block-form__block {
  position: relative;
  width: 100%;
}

.block-form__legend {
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--basic-color-text);
  display: block;
}

.block-form__box {
  margin-bottom: 48px;
}

.block-form .air-datepicker-full-width {
  width: 100% !important;
  left: 0 !important;
}

.block-form .air-datepicker-full-width .air-datepicker--content {
  width: 100%;
}

.block-form .air-datepicker-full-width .air-datepicker-nav,
.block-form .air-datepicker-full-width .air-datepicker-body {
  width: 100%;
}

.block-form__custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.block-form__custom._active .block-form__pic {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.block-form__input._phone {
  padding-left: var(--phone-padding-left, 120px);
}

.block-form__option-name {
  font-weight: 400;
  font-size: 1rem;
  color: var(--basic-color-text);
  line-height: 1.2;
}

.block-form__option-code {
  font-weight: 400;
  font-size: 1rem;
  color: var(--basic-color-text);
  line-height: 1.2;
  margin-left: auto;
}

.block-form__row {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.block-form__link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration-color: var(--basic-blue);
}

.block-form__link:hover {
  text-decoration: underline;
  text-decoration-color: var(--basic-blue);
  text-decoration-thickness: calc(100% - 20px);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.block-form__pic {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: var(--arrow-icon);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px 28px;
  -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;
  pointer-events: none;
}

.block-form__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  padding: 20px 20px 20px 20px;
  background-color: var(--extra-gray);
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 0.95rem;
  color: var(--basic-gray);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  height: 100%;
  width: 100%;
}

.block-form__trigger:hover {
  border-color: var(--basic-blue);
}

.block-form__trigger._focused,
.block-form__trigger:focus {
  outline: none;
  border-color: var(--basic-blue);
  -webkit-box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.block-form__trigger[aria-expanded=true] {
  border-color: var(--basic-blue);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.block-form__trigger[aria-expanded=true]::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.block-form__trigger._width {
  width: auto;
  padding: 20px 20px 20px 20px;
  background-color: transparent;
}

.block-form__trigger._width::after {
  right: 0;
}

.block-form__trigger._width::before {
  content: "";
  border-right: 1px solid var(--basic-gray);
  width: auto;
  height: 50%;
  display: block;
  position: absolute;
  right: 0;
}

.block-form__trigger span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 20px);
}

.block-form__div {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: var(--basic-white);
  border: 1px solid var(--basic-blue);
  border-top: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  z-index: 2;
}

.block-form__custom._active .block-form__div {
  max-height: 410px;
  opacity: 1;
  visibility: visible;
  padding-bottom: 20px;
}

.block-form__init {
  position: relative;
  padding: 16px 20px 16px 20px;
  border-bottom: 1px solid transparent;
  display: none;
  -webkit-animation: fadeOpacity 0.3s ease;
  animation: fadeOpacity 0.3s ease;
}

.block-form__init[aria-expanded=true] {
  display: block;
}

.block-form__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 28px;
  height: 28px;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.block-form__search:hover {
  opacity: 0.7;
}

.block-form__search:focus {
  outline: none;
}

.block-form__simplebar {
  max-height: 300px;
}

.block-form__option-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 20px;
  cursor: pointer;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
  color: var(--basic-color-text);
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.block-form__option-item:hover,
.block-form__option-item._focused {
  background-color: var(--hover-dropdown-option);
}

.block-form__option-item._selected {
  background-color: rgba(0, 123, 255, 0.15);
  font-weight: 600;
}

.block-form__option-item._selected._focused {
  background-color: rgba(0, 123, 255, 0.2);
}

.block-form__option-item[style*="display: none"] {
  display: none;
}

.block-form__number {
  color: var(--basic-blue);
  font-weight: 400;
  font-size: 1rem;
  pointer-events: none;
}

.block-form__clear {
  display: none;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50px;
  -webkit-animation: fadeOpacity 0.3s ease-in-out;
  animation: fadeOpacity 0.3s ease-in-out;
}

.block-form__clear[aria-expanded=true] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-form__region {
  width: 28px;
  height: 28px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28px;
  flex: 0 0 28px;
  background-image: var(--flag-ru);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.block-form__control + .block-form__checkbox {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border-radius: 3px;
}

.block-form__control + .block-form__checkbox:hover {
  background-color: var(--basic-blue);
}

.block-form__control + .block-form__checkbox::before {
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 28px;
  height: 28px;
  border: 1px solid var(--basic-blue);
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.block-form__control:checked + .block-form__checkbox {
  content: "";
  background-image: var(--checkbox-kit);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  background-color: var(--basic-blue);
}

.block-form__text {
  font-weight: 400;
  font-size: 1rem;
}

.block-form__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  fill: var(--basic-blue);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  pointer-events: none;
}

.icon-clear {
  width: 28px;
  height: 28px;
}

.icon-calendar {
  width: 28px;
  height: 28px;
}

.icon-search {
  width: 28px;
  height: 28px;
  fill: var(--basic-color-text);
}

.status-modal {
  width: 100%;
}

.status-modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.status-modal__text p {
  font-size: 1rem;
  font-weight: 400;
  color: var(--basic-color-text);
  text-wrap: auto;
  line-height: 1.3;
}

.status-modal__icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.status-modal__icon._success {
  background-color: var(--basic-green);
}

.status-modal__icon._error {
  background-color: var(--basic-red);
}

.status-modal__list {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}

.status-modal__svg {
  width: 28px;
  height: 28px;
  fill: var(--basic-white);
}

.status-modal .lm-close-btn svg {
  stroke: var(--basic-color-text);
}

.cookies {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 100%;
  max-width: 640px;
  z-index: 200;
  background-color: var(--navy-blue);
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.cookies__svg {
  width: 28px;
  height: 28px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28px;
  flex: 0 0 28px;
  fill: var(--basic-white);
}

.cookies__accept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cookies__accept span {
  color: var(--basic-white);
}

.cookies__content {
  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;
  padding: 32px 32px 32px 32px;
  position: relative;
  max-width: 705px;
}

.cookies__content p {
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.3;
  color: var(--basic-white);
  text-wrap: auto;
  max-width: 90%;
}

.cookies__content p a {
  text-decoration: underline;
}

.cookies__content p a:hover {
  color: var(--hover-blue);
}

.cookies__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.cookies.active {
  opacity: 1;
  pointer-events: auto;
}

.cookies.slide-in {
  -webkit-animation: slideInFromBottom 0.4s ease forwards;
  animation: slideInFromBottom 0.4s ease forwards;
}

.cookies.slide-out {
  -webkit-animation: slideOutToTop 0.4s ease forwards;
  animation: slideOutToTop 0.4s ease forwards;
}

/* No styles code below. Only in modules */

/* Не пишите CSS код ниже. Только в подключаемых файлах */

@media (max-width: 1365px) {
  .breadcrumbs__list > *:not(:first-child)::before {
    margin-right: 5px;
    font-size: 0.63rem;
  }

  .breadcrumbs__list > *:not(:first-child) {
    margin-left: 5px;
  }

  .breadcrumbs li a {
    font-size: 0.63rem;
  }

  .breadcrumbs li span {
    font-size: 0.63rem;
  }

  .breadcrumbs {
    display: none;
  }

  .site-map__item a span {
    font-size: 1rem;
  }

  .h2 {
    font-size: 1.61rem;
  }

  .header__inner {
    padding: 24px 0 24px 0;
  }

  .footer__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 24px 0 24px 0;
  }

  .general-block .h1 {
    max-width: 100%;
  }

  .general-block__svg {
    width: 24px;
    height: 24px;
  }

  .block-form__list {
    width: 100%;
  }

  .block-form__send {
    min-width: 54.5%;
  }

  .block-form__empty {
    display: none;
  }

  .block-form__empties {
    display: none;
  }

  .block-form__wrapper._extra-top {
    gap: 20px;
  }

  .block-form__wrapper._extra-top .block-form__wrap {
    gap: 20px;
    max-width: 100%;
  }

  .block-form__wrapper._extra-top {
    max-width: 100%;
  }

  .block-form__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    gap: 24px;
  }

  .block-form__label._terms {
    gap: 12px;
  }

  .block-form__option-item picture img {
    width: 24px;
    height: 24px;
  }

  .block-form__region {
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    margin-bottom: auto;
  }

  .block-form__control + .block-form__checkbox::before {
    width: 24px;
    height: 24px;
  }

  .block-form__icon {
    width: 24px;
    height: 24px;
  }

  .status-modal__text p {
    font-size: 0.78rem;
  }

  .status-modal__icon {
    width: 30px;
    height: 30px;
  }

  .status-modal__list {
    gap: 12px;
    margin-bottom: 24px;
  }

  .cookies {
    max-width: calc(100% - 30px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 8px;
  }
}

@media (max-width: 767px) {
  .section {
    margin-bottom: 0;
  }

  .input-design::-webkit-input-placeholder {
    font-size: 0.8rem;
  }

  .input-design::-moz-placeholder {
    font-size: 0.8rem;
  }

  .input-design:-ms-input-placeholder {
    font-size: 0.8rem;
  }

  .input-design::-ms-input-placeholder {
    font-size: 0.8rem;
  }

  .input-design::placeholder {
    font-size: 0.8rem;
  }

  .input-design {
    padding: 12.5px 16px 12.5px 16px;
    font-size: 0.8rem;
  }

  .input-search::-webkit-input-placeholder {
    font-size: 0.8rem;
  }

  .input-search::-moz-placeholder {
    font-size: 0.8rem;
  }

  .input-search:-ms-input-placeholder {
    font-size: 0.8rem;
  }

  .input-search::-ms-input-placeholder {
    font-size: 0.8rem;
  }

  .input-search::placeholder {
    font-size: 0.8rem;
  }

  .input-search {
    padding: 16px 16px 16px 16px;
    font-size: 0.8rem;
  }

  .select-design::-webkit-input-placeholder {
    font-size: 0.8rem;
  }

  .select-design::-moz-placeholder {
    font-size: 0.8rem;
  }

  .select-design:-ms-input-placeholder {
    font-size: 0.8rem;
  }

  .select-design::-ms-input-placeholder {
    font-size: 0.8rem;
  }

  .select-design::placeholder {
    font-size: 0.8rem;
  }

  .btn-kit span {
    font-size: 0.8rem;
  }

  .btn-kit {
    padding: 16px 16px 16px 16px;
    font-size: 0.7rem;
  }

  .breadcrumbs__list {
    padding: 0 0 0 0;
  }

  .container {
    padding: 0 var(--container-padding-mobile);
  }

  .container-fluid {
    padding: 0 var(--container-padding-new);
  }

  .site-map__list {
    gap: 8px;
  }

  .h1 {
    font-size: 1.55rem;
    letter-spacing: 0.3px;
    line-height: 1.25;
  }

  .h2 {
    font-size: 1.41rem;
    text-wrap: auto;
    line-height: 1;
  }

  .h3 {
    font-size: 1.15rem;
    letter-spacing: -0.9px;
  }

  .header__logo-link picture img {
    min-width: 170px;
    max-width: 170px;
    min-height: 12px;
    max-height: 12px;
  }

  .footer__inner {
    gap: 35px;
  }

  .footer__logo-link picture img {
    min-width: 170px;
    max-width: 170px;
    min-height: 12px;
    max-height: 12px;
  }

  .footer__nav-list {
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__nav-item a span {
    font-size: 0.68rem;
  }

  .general-block__background {
    background-image: var(--bg-image-mobile);
    background-position: left top;
  }

  .general-block__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .general-block__btn span {
    font-size: 0.8rem;
  }

  .general-block__btn {
    min-height: 130px;
    padding: 20px 20px 20px 20px;
    width: 100%;
  }

  .general-block__list {
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: auto;
    padding-bottom: 60px;
  }

  .general-block__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .general-block {
    height: 645px;
  }

  .general-block._margin {
    margin-bottom: 60px;
  }

  .block-form__list._margin {
    margin-bottom: 0;
  }

  .block-form__list {
    gap: 12px;
  }

  .block-form__item._half {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .block-form__item._checkbox {
    padding-top: 16px;
  }

  .block-form__fieldset._padding {
    padding-top: 24px;
  }

  .block-form__fieldset._last {
    padding-bottom: 60px;
  }

  .block-form__fieldset {
    padding-bottom: 24px;
  }

  .block-form__wrapper._extra {
    padding-top: 24px;
  }

  .block-form__wrapper._bottom {
    padding-top: 24px;
  }

  .block-form__label {
    font-size: 0.8rem;
  }

  .block-form__box {
    margin-bottom: 24px;
  }

  .block-form__row {
    gap: 8px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .block-form__trigger._width {
    padding: 12.5px 16px 12.5px 16px;
  }

  .block-form__trigger {
    font-size: 0.8rem;
    padding: 12.5px 16px 12.5px 16px;
  }

  .block-form__option-item {
    font-size: 0.8rem;
    gap: 12px;
  }

  .block-form__number {
    font-size: 0.8rem;
    margin-top: auto;
  }

  .block-form__text {
    font-size: 0.8rem;
    line-height: 1.3;
  }

  .icon-clear {
    width: 24px;
    height: 24px;
  }

  .icon-calendar {
    width: 24px;
    height: 24px;
  }

  .icon-search {
    width: 24px;
    height: 24px;
  }

  .status-modal__svg {
    width: 18px;
    height: 18px;
  }

  .lm-content-wrapper {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .cookies__content p {
    font-size: 0.78rem;
  }

  .cookies__content {
    padding: 16px 16px 16px 16px;
    gap: 16px;
    max-width: calc(100% - 12px);
  }
}

@media (min-width: 1366px) and (max-width: 1919px) {
  .section {
    margin-bottom: 80px;
  }

  .input-design::-webkit-input-placeholder {
    font-size: 0.8rem;
  }

  .input-design::-moz-placeholder {
    font-size: 0.8rem;
  }

  .input-design:-ms-input-placeholder {
    font-size: 0.8rem;
  }

  .input-design::-ms-input-placeholder {
    font-size: 0.8rem;
  }

  .input-design::placeholder {
    font-size: 0.8rem;
  }

  .input-design {
    padding: 12.5px 16px 12.5px 16px;
    font-size: 0.8rem;
  }

  .input-search::-webkit-input-placeholder {
    font-size: 0.8rem;
  }

  .input-search::-moz-placeholder {
    font-size: 0.8rem;
  }

  .input-search:-ms-input-placeholder {
    font-size: 0.8rem;
  }

  .input-search::-ms-input-placeholder {
    font-size: 0.8rem;
  }

  .input-search::placeholder {
    font-size: 0.8rem;
  }

  .input-search {
    font-size: 0.8rem;
    padding: 16px 16px 16px 16px;
  }

  .select-design::-webkit-input-placeholder {
    font-size: 0.8rem;
  }

  .select-design::-moz-placeholder {
    font-size: 0.8rem;
  }

  .select-design:-ms-input-placeholder {
    font-size: 0.8rem;
  }

  .select-design::-ms-input-placeholder {
    font-size: 0.8rem;
  }

  .select-design::placeholder {
    font-size: 0.8rem;
  }

  .select-design {
    padding: 16px 16px 16px 16px;
    font-size: 0.8rem;
  }

  .btn-kit span {
    font-size: 0.8rem;
  }

  .btn-kit {
    padding: 16px 16px 16px 16px;
    font-size: 0.8rem;
  }

  .breadcrumbs__list > *:not(:first-child)::before {
    margin-right: 8px;
  }

  .breadcrumbs__list > *:not(:first-child) {
    margin-left: 8px;
  }

  .breadcrumbs__list {
    padding: 0 40px 0 40px;
  }

  .breadcrumbs li a {
    font-size: 0.63rem;
  }

  .breadcrumbs li span {
    font-size: 0.63rem;
  }

  .breadcrumbs {
    padding-top: 24px;
  }

  .container {
    padding: 0 var(--container-padding-tablet);
  }

  .container-fluid {
    padding: 0 var(--container-padding);
  }

  .site-map__list {
    gap: 16px;
  }

  .site-map__item a span {
    font-size: 1.2rem;
  }

  .h2 {
    font-size: 1.61rem;
    letter-spacing: -1px;
  }

  .h3 {
    font-size: 1.6rem;
    letter-spacing: -0.9px;
  }

  .header__inner {
    padding: 32px 0 32px 0;
  }

  .header__logo-link picture img {
    max-width: 300px;
    min-width: 300px;
    max-height: 22px;
    min-height: 22px;
  }

  .footer__inner {
    padding: 32px 0 32px 0;
  }

  .footer__logo-link picture img {
    max-width: 300px;
    min-width: 300px;
    max-height: 22px;
    min-height: 22px;
  }

  .footer__nav-list {
    gap: 32px;
  }

  .footer__nav-item a span {
    font-size: 0.8rem;
  }

  .general-block__btn {
    min-height: 180px;
    padding: 24px 24px 24px 24px;
  }

  .general-block__svg {
    width: 24px;
    height: 24px;
  }

  .general-block {
    height: 555px;
  }

  .general-block._margin {
    margin-bottom: 80px;
  }

  .block-form__list._margin {
    margin-bottom: 40px;
  }

  .block-form__list {
    gap: 20px;
  }

  .block-form__send {
    min-width: 25%;
  }

  .block-form__item._checkbox {
    padding-top: 24px;
  }

  .block-form__fieldset._padding {
    padding-top: 32px;
  }

  .block-form__fieldset._last {
    padding-bottom: 80px;
  }

  .block-form__fieldset {
    padding-bottom: 32px;
  }

  .block-form__wrapper._extra {
    padding-top: 32px;
  }

  .block-form__wrapper._bottom {
    padding-top: 32px;
  }

  .block-form__label._terms {
    gap: 12px;
  }

  .block-form__label {
    font-size: 0.8rem;
  }

  .block-form__legend {
    font-size: 1rem;
  }

  .block-form__box {
    margin-bottom: 40px;
  }

  .block-form__input._phone {
    padding-left: var(--phone-padding-left, 100px);
  }

  .block-form__option-name {
    font-size: 0.8rem;
  }

  .block-form__option-code {
    font-size: 0.8rem;
  }

  .block-form__row {
    gap: 12px;
  }

  .block-form__trigger._width {
    padding: 12.5px 16px 12.5px 16px;
  }

  .block-form__trigger {
    font-size: 0.8rem;
    padding: 12.5px 16px 12.5px 16px;
  }

  .block-form__init {
    padding: 12px 16px 12px 16px;
  }

  .block-form__search {
    width: 24px;
    height: 24px;
  }

  .block-form__option-item {
    font-size: 0.8rem;
    gap: 12px;
  }

  .block-form__number {
    font-size: 0.8rem;
  }

  .block-form__clear {
    width: 24px;
    height: 24px;
  }

  .block-form__region {
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
  }

  .block-form__control + .block-form__checkbox::before {
    width: 24px;
    height: 24px;
  }

  .block-form__text {
    font-size: 0.8rem;
  }

  .block-form__icon {
    width: 24px;
    height: 24px;
  }

  .icon-clear {
    width: 24px;
    height: 24px;
  }

  .icon-calendar {
    width: 24px;
    height: 24px;
  }

  .icon-search {
    width: 24px;
    height: 24px;
  }

  .status-modal__text p {
    font-size: 0.8rem;
  }

  .status-modal__icon {
    width: 40px;
    height: 40px;
  }

  .status-modal__list {
    gap: 12px;
    margin-bottom: 32px;
  }

  .status-modal__svg {
    width: 24px;
    height: 24px;
  }

  .cookies__content p {
    font-size: 0.8rem;
  }

  .cookies__content {
    padding: 24px 24px 24px 24px;
    gap: 20px;
  }

  .cookies {
    max-width: 660px;
    border-radius: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1365px) {
  .section {
    margin-bottom: 0;
  }

  .input-design::-webkit-input-placeholder {
    font-size: 0.7rem;
  }

  .input-design::-moz-placeholder {
    font-size: 0.7rem;
  }

  .input-design:-ms-input-placeholder {
    font-size: 0.7rem;
  }

  .input-design::-ms-input-placeholder {
    font-size: 0.7rem;
  }

  .input-design::placeholder {
    font-size: 0.7rem;
  }

  .input-design {
    padding: 12.5px 16px 12.5px 16px;
    font-size: 0.7rem;
  }

  .input-search::-webkit-input-placeholder {
    font-size: 0.7rem;
  }

  .input-search::-moz-placeholder {
    font-size: 0.7rem;
  }

  .input-search:-ms-input-placeholder {
    font-size: 0.7rem;
  }

  .input-search::-ms-input-placeholder {
    font-size: 0.7rem;
  }

  .input-search::placeholder {
    font-size: 0.7rem;
  }

  .input-search {
    font-size: 0.7rem;
    padding: 16px 16px 16px 16px;
  }

  .select-design::-webkit-input-placeholder {
    font-size: 0.7rem;
  }

  .select-design::-moz-placeholder {
    font-size: 0.7rem;
  }

  .select-design:-ms-input-placeholder {
    font-size: 0.7rem;
  }

  .select-design::-ms-input-placeholder {
    font-size: 0.7rem;
  }

  .select-design::placeholder {
    font-size: 0.7rem;
  }

  .select-design {
    padding: 16px 16px 16px 16px;
    font-size: 0.7rem;
  }

  .btn-kit span {
    font-size: 0.7rem;
  }

  .btn-kit {
    padding: 16px 16px 16px 16px;
    font-size: 0.7rem;
  }

  .breadcrumbs__list {
    padding: 0 20px 0 20px;
  }

  .container {
    padding: 0 var(--container-padding-tablet);
  }

  .container-fluid {
    padding: 0 var(--container-padding-new);
  }

  .site-map__list {
    gap: 12px;
  }

  .h1 {
    font-size: 2.35rem;
    letter-spacing: 0.3px;
    line-height: 1.3;
  }

  .h3 {
    font-size: 1.4rem;
    letter-spacing: -0.9px;
  }

  .header__logo-link picture img {
    min-width: 262px;
    max-width: 262px;
    min-height: 20px;
    max-height: 20px;
  }

  .footer__inner {
    gap: 20px;
  }

  .footer__nav {
    width: 100%;
  }

  .footer__logo-link picture img {
    min-width: 262px;
    max-width: 262px;
    min-height: 20px;
    max-height: 20px;
  }

  .footer__nav-list {
    width: 100%;
    gap: unset;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer__nav-item:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .footer__nav-item a span {
    font-size: 0.7rem;
  }

  .general-block__background {
    background-image: var(--bg-image-laptop);
    background-position: left top;
  }

  .general-block__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .general-block__btn {
    min-height: 185px;
    padding: 24px 24px 24px 24px;
  }

  .general-block__list {
    margin-top: auto;
    margin-bottom: 112px;
    gap: 20px;
  }

  .general-block {
    height: 880px;
  }

  .general-block._margin {
    margin-bottom: 80px;
  }

  .block-form__list._margin {
    margin-bottom: 0;
  }

  .block-form__list {
    gap: 20px;
  }

  .block-form__item._checkbox {
    padding-top: 24px;
  }

  .block-form__fieldset._padding {
    padding-top: 32px;
  }

  .block-form__fieldset._last {
    padding-bottom: 80px;
  }

  .block-form__fieldset {
    padding-bottom: 32px;
  }

  .block-form__wrapper._extra {
    padding-top: 32px;
  }

  .block-form__wrapper._bottom {
    padding-top: 32px;
  }

  .block-form__label {
    font-size: 0.7rem;
  }

  .block-form__legend {
    font-size: 1rem;
  }

  .block-form__box {
    margin-bottom: 32px;
  }

  .block-form__option-name {
    font-size: 0.7rem;
  }

  .block-form__option-code {
    font-size: 0.7rem;
  }

  .block-form__row {
    gap: 8px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .block-form__trigger._width {
    padding: 12.5px 16px 12.5px 16px;
  }

  .block-form__trigger {
    font-size: 0.7rem;
    padding: 12.5px 16px 12.5px 16px;
  }

  .block-form__option-item {
    font-size: 0.7rem;
    gap: 12px;
  }

  .block-form__number {
    font-size: 0.7rem;
    margin-top: auto;
  }

  .block-form__control:checked + .block-form__checkbox {
    background-size: 8px;
  }

  .block-form__text {
    font-size: 0.7rem;
  }

  .icon-clear {
    width: 24px;
    height: 24px;
  }

  .icon-calendar {
    width: 24px;
    height: 24px;
  }

  .icon-search {
    width: 24px;
    height: 24px;
  }

  .status-modal__svg {
    width: 24px;
    height: 24px;
  }

  .cookies__content p {
    font-size: 0.75rem;
  }

  .cookies__content {
    padding: 16px 16px 16px 16px;
    gap: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@media (prefers-contrast: high) {
  * {
    border-color: currentColor;
  }
}

@media (any-hover: hover) {
  .general-block__btn:hover._stroke .general-block__svg {
    stroke: var(--basic-white);
  }
}

/* End */


/* Start:/local/templates/medtronicform/assets/libs/simplebar.min.css?17768419233029*/
[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask,.simplebar-offset{position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0}.simplebar-mask{direction:inherit;overflow:hidden;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer,.simplebar-track{position:absolute;pointer-events:none;overflow:hidden}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;z-index:-1}.simplebar-track{z-index:1;right:0;bottom:0}[data-simplebar].simplebar-dragging,[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:#1010eb;border-radius:7px;opacity:0;transition:opacity .2s .5s linear;top:2px;bottom:2px;left:2px;right:2px}.simplebar-scrollbar.simplebar-visible:before{opacity:1;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:0;bottom:0;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.simplebar-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}
/* End */


/* Start:/local/templates/medtronicform/assets/libs/lightmodal.min.css?17768419238332*/
@keyframes lmThrowOutDown{to{transform:translateY(150%);opacity:0}}@keyframes lmThrowOutLeft{to{transform:translateX(-150%);opacity:0}}@keyframes lmThrowOutRight{to{transform:translateX(150%);opacity:0}}@keyframes lm-spin{to{transform:rotate(360deg)}}:root{--lm-backdrop-bg:rgba(182, 187, 198, 0.8);--lm-backdrop-blur:4px;--lm-duration:366ms;--lm-ease-in:cubic-bezier(0.25, 0.46, 0.45, 0.94);--lm-ease-out:cubic-bezier(0.55, 0.055, 0.675, 0.19);--lm-ease-in-out:cubic-bezier(0.645, 0.045, 0.355, 1);--lm-z-index:1050;--lm-bg:#fff;--lm-color:#222;--lm-border-color:rgba(0, 0, 0, 0.1);--lm-shadow:0 8px 40px rgba(0, 0, 0, 0.15);--lm-shadow-large:0 24px 80px rgba(0, 0, 0, 0.25);--lm-close-bg:rgba(255, 255, 255, 0.9);--lm-close-hover-bg:rgba(255, 255, 255, 1);--lm-close-color:#444;--lm-close-size:36px;--lm-close-border-radius:50%;--lm-border-radius:12px;--lm-content-padding:2rem;--lm-caption-color:#666;--lm-caption-bg:rgba(255, 255, 255, 0.95);--lm-spinner-color-1:rgba(0, 0, 0, 0.1);--lm-spinner-color-2:rgba(0, 0, 0, 0.8);--lm-drag-offset:0px;--lm-drag-scale:1;--lm-drag-opacity:1}@supports (height:100dvh){.lm-container,dialog.lm-container{height:100dvh;max-height:100dvh}.lm-content-wrapper{max-height:95dvh}}html.lm-scroll-locked{width:auto;overflow:visible;scroll-behavior:auto}html.lm-scroll-locked body{touch-action:none}html.lm-scroll-locked body.lm-scroll-locked-body{width:auto;overflow:hidden!important;overscroll-behavior-y:none;margin-right:calc(var(--lm-body-margin, 0px) + var(--lm-scrollbar-compensate, 0px))!important}html.lm-scroll-locked .fixed-header,html.lm-scroll-locked .fixed-sidebar,html.lm-scroll-locked [style*="position: fixed"]{padding-right:var(--lm-scrollbar-compensate, 0px)}.lm-container,dialog.lm-container{position:fixed;inset:0;z-index:var(--lm-z-index);display:flex;align-items:center;justify-content:center;pointer-events:none;contain:layout style paint;background:0 0;border:0;padding:0;margin:0;width:100vw;height:100vh;max-width:none;max-height:none;overflow:visible}dialog.lm-container::backdrop{display:none}dialog.lm-container:focus-visible{outline:0;box-shadow:none}dialog.lm-container[open]{display:flex}dialog.lm-container:not([open]){display:none}.lm-container.is-closing,.lm-container.is-open,dialog.lm-container.is-closing,dialog.lm-container.is-open{pointer-events:auto}.lm-backdrop{position:absolute;inset:0;background:var(--lm-backdrop-bg);opacity:0;transition:opacity var(--lm-duration) var(--lm-ease-in-out);backdrop-filter:blur(var(--lm-backdrop-blur));-webkit-backdrop-filter:blur(var(--lm-backdrop-blur));z-index:1}.lm-container.is-open .lm-backdrop{opacity:1}.lm-container.is-closing .lm-backdrop{opacity:0;transition:opacity var(--lm-duration) var(--lm-ease-out)}.lm-container.is-loading .lm-content-wrapper{min-width:clamp(320px,80vw,600px);min-height:clamp(200px,50vh,400px)}.lm-content-wrapper{position:relative;z-index:2;max-width:min(90vw,1200px);max-height:min(90vh,800px);display:flex;flex-direction:column;background:var(--lm-bg);border-radius:var(--lm-border-radius);overflow:hidden;box-shadow:var(--lm-shadow-large);transform:scale(.95) translateY(20px);opacity:0;border:1px solid var(--lm-border-color);touch-action:pan-y;cursor:default;transition:all var(--lm-duration) var(--lm-ease-in-out)}.lm-content-wrapper.is-draggable{cursor:move;cursor:grab}.lm-content-wrapper.is-dragging{transition:none!important;cursor:grabbing!important;user-select:none}.lm-container.is-open .lm-content-wrapper.is-dragging *{user-select:none!important;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important}.lm-content-wrapper.lm-throw-out-down{animation:lmThrowOutDown .2s ease-out forwards}.lm-content-wrapper.lm-throw-out-left{animation:lmThrowOutLeft .2s ease-out forwards}.lm-content-wrapper.lm-throw-out-right{animation:lmThrowOutRight .2s ease-out forwards}.lm-container.is-open .lm-content-wrapper,dialog.lm-container.is-open .lm-content-wrapper{transform:scale(1) translateY(0);opacity:1}.lm-container.is-closing .lm-content-wrapper,dialog.lm-container.is-closing .lm-content-wrapper{transform:scale(.92) translateY(30px);opacity:0;transition:all var(--lm-duration) var(--lm-ease-out)}.lm-container.lm-zoom-in .lm-content-wrapper{transform:scale(.3)}.lm-container.lm-zoom-in.is-open .lm-content-wrapper{transform:scale(1)}.lm-container.lm-slide-up .lm-content-wrapper{transform:translateY(100%)}.lm-container.lm-slide-up.is-open .lm-content-wrapper{transform:translateY(0)}.lm-container.lm-fade .lm-content-wrapper{transform:none}.lm-close-btn,.lm-content{display:flex;align-items:center;justify-content:center}.lm-close-btn{position:absolute;top:12px;right:12px;width:var(--lm-close-size);height:var(--lm-close-size);border:0;border-radius:var(--lm-close-border-radius);background:var(--lm-close-bg);color:var(--lm-close-color);font-size:18px;font-weight:300;cursor:pointer;transition:all .2s ease;z-index:10}.lm-close-btn svg{width:24px;height:24px}.lm-content{padding:0;overflow:hidden;overscroll-behavior:contain;flex:1;min-height:0;color:var(--lm-color)}.lm-content.has-inline-content{padding:var(--lm-content-padding);overflow-y:auto;overflow-x:hidden;max-height:85vh;display:block;align-items:initial;justify-content:initial}[data-theme=dark] .lm-content::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2)}[data-theme=dark] .lm-content::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}.lm-content img,.lm-content video{max-width:100%;max-height:100%;width:auto;height:auto;display:block;object-fit:contain;user-select:none}.lm-content iframe{width:100%;height:100%;border:0;display:block}.lm-content.has-iframe{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:0}.lm-content.has-iframe iframe{width:100%;height:100%;min-height:400px;aspect-ratio:16/9}.lm-content video{background:var(--lm-backdrop-bg)}.lm-caption{padding:1rem 1.5rem;font-size:14px;line-height:1.4;color:var(--lm-caption-color);background:var(--lm-caption-bg);text-align:center;border-top:1px solid var(--lm-border-color);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.lm-spinner{width:40px;height:40px;border:3px solid var(--lm-spinner-color-1);border-top-color:var(--lm-spinner-color-2);border-radius:50%;animation:lm-spin 1s linear infinite;margin:3rem auto}.lm-error{padding:2rem;text-align:center;color:#d32f2f}.lm-drag-indicator{position:absolute;top:8px;left:50%;transform:translateX(-50%);width:40px;height:4px;background:rgba(0,0,0,.2);border-radius:2px;opacity:0;transition:opacity .2s ease;z-index:11}[data-theme=dark] .lm-drag-indicator{background:rgba(255,255,255,.3)}.lm-container.is-idle:hover .lm-close-btn,.lm-container.is-touch .lm-drag-indicator{opacity:1}@media (max-width:768px){.lm-container{padding:1rem}.lm-container.is-loading .lm-content-wrapper{min-width:90vw;min-height:auto;aspect-ratio:16/9}.lm-content-wrapper{border-radius:var(--lm-border-radius);max-height:90vh;max-width:95vw;width:auto;height:auto;margin:auto}.lm-container .lm-content-wrapper{transform:scale(.95) translateY(20px)}.lm-container.is-open .lm-content-wrapper{transform:scale(1) translateY(0)}.lm-drag-indicator{opacity:1}.lm-content.has-iframe{width:100%;height:100%;min-height:250px}.lm-content.has-iframe iframe{min-height:250px;max-height:60vh}.lm-content img{max-height:85vh}.lm-close-btn{width:32px;height:32px;top:8px;right:8px}.lm-close-btn svg{width:18px;height:18px}.lm-caption{padding:.75rem 1rem;font-size:13px}}@media (min-width:769px) and (max-width:1024px){.lm-content-wrapper{max-width:min(85vw,900px);max-height:min(85vh,700px)}}.inline-content{display:none!important}.lm-container[aria-hidden=true]{display:none}@media (prefers-contrast:high){.lm-backdrop{background:rgba(0,0,0,.95);backdrop-filter:none;-webkit-backdrop-filter:none}.lm-content-wrapper{border:2px solid}.lm-close-btn{border:1px solid;backdrop-filter:none;-webkit-backdrop-filter:none}}@media (prefers-reduced-motion:reduce){.lm-backdrop,.lm-close-btn,.lm-content-wrapper{transition:none}.lm-spinner{animation:none;border-top-color:transparent;border-color:var(--lm-spinner-color-2)}.lm-content-wrapper.lm-throw-out-down,.lm-content-wrapper.lm-throw-out-left,.lm-content-wrapper.lm-throw-out-right{animation:none;opacity:0}}@media print{.lm-container,dialog.lm-container{display:none!important}}
/* End */


/* Start:/local/templates/medtronicform/assets/libs/air-datepicker.min.css?177684192319911*/
/**
 * Skipped minification because the original files appears to be already minified.
 * Original file: /npm/air-datepicker@3.6.0/air-datepicker.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
.air-datepicker-cell.-year-.-other-decade-,.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.air-datepicker-cell.-year-.-other-decade-:hover,.air-datepicker-cell.-day-.-other-month-:hover{color:var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-year-.-other-decade-,.-selected-.air-datepicker-cell.-day-.-other-month-{color:#fff;background:var(--adp-background-color-selected-other-month)}.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-year-.-other-decade-:empty,.air-datepicker-cell.-day-.-other-month-:empty{background:none;border:none}.air-datepicker-cell{border-radius:var(--adp-cell-border-radius);box-sizing:border-box;cursor:pointer;display:flex;position:relative;align-items:center;justify-content:center;z-index:1}.air-datepicker-cell.-focus-{background:var(--adp-cell-background-color-hover)}.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-:hover,.air-datepicker-cell.-in-range-.-focus-{background:var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{color:#fff;border:none;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-current-{color:#fff;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}
.air-datepicker-body{transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7, var(--adp-day-cell-width));margin:8px 0 3px}.air-datepicker-body--day-name{color:var(--adp-day-name-color);display:flex;align-items:center;justify-content:center;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.air-datepicker-body--day-name.-clickable-{cursor:pointer}.air-datepicker-body--day-name.-clickable-:hover{color:var(--adp-day-name-color-hover)}.air-datepicker-body--cells{display:grid}.air-datepicker-body--cells.-days-{grid-template-columns:repeat(7, var(--adp-day-cell-width));grid-auto-rows:var(--adp-day-cell-height)}.air-datepicker-body--cells.-months-{grid-template-columns:repeat(3, 1fr);grid-auto-rows:var(--adp-month-cell-height)}.air-datepicker-body--cells.-years-{grid-template-columns:repeat(4, 1fr);grid-auto-rows:var(--adp-year-cell-height)}
.air-datepicker-nav{display:flex;justify-content:space-between;border-bottom:1px solid var(--adp-border-color-inner);min-height:var(--adp-nav-height);padding:var(--adp-padding);box-sizing:content-box}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--title,.air-datepicker-nav--action{display:flex;cursor:pointer;align-items:center;justify-content:center}.air-datepicker-nav--action{width:var(--adp-nav-action-size);border-radius:var(--adp-border-radius);-webkit-user-select:none;-moz-user-select:none;user-select:none}.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{width:32px;height:32px}.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}.air-datepicker-nav--title i{font-style:normal;color:var(--adp-nav-color-secondary);margin-left:.3em}.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{cursor:default;background:none}
.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{display:inline-flex;color:var(--adp-btn-color);border-radius:var(--adp-btn-border-radius);cursor:pointer;height:var(--adp-btn-height);border:none;background:rgba(255,255,255,0)}.air-datepicker-button:hover{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}.air-datepicker-button:focus{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover);outline:none}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{outline:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%}
.air-datepicker-time{display:grid;grid-template-columns:max-content 1fr;grid-column-gap:12px;align-items:center;position:relative;padding:0 var(--adp-time-padding-inner)}.-only-timepicker- .air-datepicker-time{border-top:none}.air-datepicker-time--current{display:flex;align-items:center;flex:1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{margin:0 2px 3px;line-height:1}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{content:"";background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{text-transform:uppercase;align-self:flex-end;color:var(--adp-time-day-period-color);margin-left:6px;font-size:11px;margin-bottom:1px}.air-datepicker-time--row{display:flex;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type=range]{background:none;cursor:pointer;flex:1;height:100%;width:100%;padding:0;margin:0;-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-ms-tooltip{display:none}.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:focus{outline:none}.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-webkit-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-moz-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-ms-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size)/2*-1)}.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-moz-range-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-fill-lower{background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-fill-upper{background:rgba(0,0,0,0)}
.air-datepicker{--adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--adp-font-size: 14px;--adp-width: 246px;--adp-z-index: 100;--adp-padding: 4px;--adp-grid-areas: "nav" "body" "timepicker" "buttons";--adp-transition-duration: .3s;--adp-transition-ease: ease-out;--adp-transition-offset: 8px;--adp-background-color: #fff;--adp-background-color-hover: #f0f0f0;--adp-background-color-active: #eaeaea;--adp-background-color-in-range: rgba(92, 196, 239, .1);--adp-background-color-in-range-focused: rgba(92, 196, 239, .2);--adp-background-color-selected-other-month-focused: #8ad5f4;--adp-background-color-selected-other-month: #a2ddf6;--adp-color: #4a4a4a;--adp-color-secondary: #9c9c9c;--adp-accent-color: #4eb5e6;--adp-color-current-date: var(--adp-accent-color);--adp-color-other-month: #dedede;--adp-color-disabled: #aeaeae;--adp-color-disabled-in-range: #939393;--adp-color-other-month-hover: #c5c5c5;--adp-border-color: #dbdbdb;--adp-border-color-inner: #efefef;--adp-border-radius: 4px;--adp-border-color-inline: #d7d7d7;--adp-nav-height: 32px;--adp-nav-arrow-color: var(--adp-color-secondary);--adp-nav-action-size: 32px;--adp-nav-color-secondary: var(--adp-color-secondary);--adp-day-name-color: #ff9a19;--adp-day-name-color-hover: #8ad5f4;--adp-day-cell-width: 1fr;--adp-day-cell-height: 32px;--adp-month-cell-height: 42px;--adp-year-cell-height: 56px;--adp-pointer-size: 10px;--adp-poiner-border-radius: 2px;--adp-pointer-offset: 14px;--adp-cell-border-radius: 4px;--adp-cell-background-color-hover: var(--adp-background-color-hover);--adp-cell-background-color-selected: #5cc4ef;--adp-cell-background-color-selected-hover: #45bced;--adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);--adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);--adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);--adp-btn-height: 32px;--adp-btn-color: var(--adp-accent-color);--adp-btn-color-hover: var(--adp-color);--adp-btn-border-radius: var(--adp-border-radius);--adp-btn-background-color-hover: var(--adp-background-color-hover);--adp-btn-background-color-active: var(--adp-background-color-active);--adp-time-track-height: 1px;--adp-time-track-color: #dedede;--adp-time-track-color-hover: #b1b1b1;--adp-time-thumb-size: 12px;--adp-time-padding-inner: 10px;--adp-time-day-period-color: var(--adp-color-secondary);--adp-mobile-font-size: 16px;--adp-mobile-nav-height: 40px;--adp-mobile-width: 320px;--adp-mobile-day-cell-height: 38px;--adp-mobile-month-cell-height: 48px;--adp-mobile-year-cell-height: 64px}.air-datepicker-overlay{--adp-overlay-background-color: rgba(0, 0, 0, .3);--adp-overlay-transition-duration: .3s;--adp-overlay-transition-ease: ease-out;--adp-overlay-z-index: 99}
.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:var(--adp-border-radius);box-sizing:content-box;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4, max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-from-right-{transform:translateX(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translateX(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-active-:not(.-custom-position-){transform:translate(0, 0);opacity:1}.air-datepicker.-active-.-custom-position-{transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size: var(--adp-mobile-font-size);--adp-day-cell-height: var(--adp-mobile-day-cell-height);--adp-month-cell-height: var(--adp-mobile-month-cell-height);--adp-year-cell-height: var(--adp-mobile-year-cell-height);--adp-nav-height: var(--adp-mobile-nav-height);--adp-nav-action-size: var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:none}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:rgba(0,0,0,0)}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%, calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%, -50%)}.air-datepicker.-custom-position-{transition:none}.air-datepicker-global-container{position:absolute;left:0;top:0}.air-datepicker--pointer{--pointer-half-size: calc(var(--adp-pointer-size) / 2);position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size);z-index:-1}.air-datepicker--pointer:after{content:"";position:absolute;background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);width:var(--adp-pointer-size);height:var(--adp-pointer-size);box-sizing:border-box}.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{transform:rotate(135deg)}.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{transform:rotate(225deg)}.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{transform:rotate(315deg)}.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{transform:rotate(45deg)}.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size)/2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size)/2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{box-sizing:content-box;padding:var(--adp-padding);grid-area:body}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}
/* End */
/* /local/templates/medtronicform/css/main.css?177684192356031 */
/* /local/templates/medtronicform/assets/libs/simplebar.min.css?17768419233029 */
/* /local/templates/medtronicform/assets/libs/lightmodal.min.css?17768419238332 */
/* /local/templates/medtronicform/assets/libs/air-datepicker.min.css?177684192319911 */
