/* Start:/local/templates/.default/assets/styles/main.css?167516667935102*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

.map__bottom-block {
	display: none !important;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: 'SF-Pro-Display';
  src: url("/local/templates/.default/assets/styles/../fonts/SF-Pro-Display-Bold.woff2") format("woff2"), url("/local/templates/.default/assets/styles/../fonts/SF-Pro-Display-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF-Pro-Display';
  src: url("/local/templates/.default/assets/styles/../fonts/SF-Pro-Display-Light.woff2") format("woff2"), url("/local/templates/.default/assets/styles/../fonts/SF-Pro-Display-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF-Pro-Display';
  src: url("/local/templates/.default/assets/styles/../fonts/SF-Pro-Display-Medium.woff2") format("woff2"), url("/local/templates/.default/assets/styles/../fonts/SF-Pro-Display-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF-Pro-Display';
  src: url("/local/templates/.default/assets/styles/../fonts/SF-Pro-Display-Regular.woff2") format("woff2"), url("/local/templates/.default/assets/styles/../fonts/SF-Pro-Display-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  font-family: "SF-Pro-Display", sans-serif;
  color: #272C38;
  width: 100%;
  height: 100%;
  font-size: 14px;
  overflow-y: scroll;
  overflow-x: hidden;
}

body.menu-show main {
  display: none;
}

body.menu-show footer {
  display: none;
}

body.menu-show .navigation-links {
  display: none;
}

main {
  height: 100%;
}

.container {
  width: 100%;
  max-width: 1326px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.fixed {
  position: fixed;
}

:focus {
  outline-style: none;
  outline-width: 0 !important;
  outline-color: none !important;
}

* {
  box-sizing: border-box;
}

.select {
  border: 1px solid transparent;
  border-radius: 10px;
}

.select.selected {
  border: 1px solid #53008B;
}

.select.vs--open {
  border: 1px solid transparent;
}

.select.vs--open .vs__open-indicator {
  fill: #280047;
}

.select.hasvalue {
  background: #ffffff;
  border: 1px solid #4A5568;
}

.select.hasvalue .vs__open-indicator {
  fill: #280047;
}

.select .vs__dropdown-toggle {
  padding: 0;
  border: none;
  background: #ffffff;
  border-radius: 10px;
}

.select .vs__selected-options {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 3px 0 3px 10px !important;
  flex-wrap: wrap;
  width: auto;
  overflow: hidden;
}

.select .vs__selected {
  max-width: 100%;
  flex-shrink: 0;
  display: inline-block;
  width: auto;
  padding: 5px;
  margin: 2px;
  border: none;
  font-family: "SF-Pro-Display", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #272C38 !important;
  opacity: 1 !important;
  background-color: #f9efff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.select .vs__selected + .vs__search {
  display: none;
}

.select .vs__search {
  margin-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-family: "SF-Pro-Display", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 15px !important;
  color: #000000 !important;
}

.select .vs__actions {
  padding-top: 0;
  padding-right: 15px;
}

.select .vs__actions svg {
  transform: scale(0.8) !important;
}

.select .vs__open-indicator {
  fill: #280047;
}

.select .vs__clear {
  width: 12px;
  height: 12px;
  margin-right: -2px;
}

.select .vs__clear svg {
  width: 12px;
  height: 12px;
  transform: scale(1) !important;
}

.select .vs__clear path {
  fill: #53008B;
}

.select .vs__dropdown-menu {
  min-width: auto !important;
  padding: 10px 0;
  background: #ffffff;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  border: none;
}

.select .vs__dropdown-option {
  position: relative;
  padding: 10px 20px 10px 10px;
  font-family: "SF-Pro-Display", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #272C38;
  white-space: normal;
  transition: 0.35s all;
}

.select .vs__dropdown-option::before {
  position: absolute;
  top: 50%;
  right: 5px;
  content: '';
  width: 14px;
  height: 14px;
  border: 1px solid #53008B;
  transform: translateY(-50%);
  transition: 0.35s all;
}

.select .vs__dropdown-option::after {
  position: absolute;
  top: 50%;
  right: 9px;
  content: '';
  width: 8px;
  height: 8px;
  background-color: transparent;
  transform: translateY(-50%);
  transition: 0.35s all;
  z-index: 5;
}

.select .vs__dropdown-option--selected {
  color: #53008B;
  background-color: transparent;
}

.select .vs__dropdown-option--selected::after {
  background-color: #53008B;
}

.select .vs__dropdown-option--highlight {
  color: #53008B;
  background-color: transparent !important;
}

.select .vs__dropdown-option--disabled {
  color: rgba(39, 44, 56, 0.3);
  background-color: transparent !important;
}

.select .vs__dropdown-option--disabled::before,
.select .vs__dropdown-option--disabled::after {
  display: none;
}

.select .vs__deselect {
  display: none;
}

.select .vs__dropdown-option--highlight {
  color: #53008B;
  background-color: #F4F2F6;
}

.select.error {
  border-color: #b91b23;
}

.vue-slider {
  position: relative;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.vue-slider:hover .vue-slider-rail {
  background-color: #F4F2F6 !important;
}

.vue-slider .vue-slider-rail {
  height: 3px;
  background-color: #F4F2F6;
}

.vue-slider .vue-slider:hover .vue-slider-rail {
  background-color: #F4F2F6;
}

.vue-slider .vue-slider-process {
  top: -1px !important;
  height: 3px !important;
  background-color: #D936C7 !important;
}

.vue-slider .vue-slider-dot {
  width: 16px !important;
  height: 16px !important;
  background-color: #ffffff !important;
  border: 1px solid #280047 !important;
  border-radius: 50%;
  transition: 0.35s all;
  cursor: pointer;
}

.vue-slider .vue-slider-dot:hover {
  background: #ead6ff !important;
}

.vue-slider .vue-slider-dot-handle-focus {
  box-shadow: none;
}

.vue-slider .vue-slider-mark {
  top: 0px !important;
  width: 7px !important;
  height: 7px !important;
}

.vue-slider .vue-slider-mark:first-child,
.vue-slider .vue-slider-mark:last-child {
  display: none;
}

.vue-slider .vue-slider-mark-step {
  top: 0;
  background-color: #F4F2F6;
  box-shadow: none;
}

.vue-slider .vue-slider-mark-step-active {
  box-shadow: none !important;
  background-color: #B91B23;
}

.input {
  width: 100%;
  padding: 14px 30px 14px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  color: #000000;
  border: 1px solid #F4F2F6;
  background: #F4F2F6;
  border-radius: 10px;
  transition: all 0.35s;
}

.input::placeholder {
  color: #000000;
}

.map[v-cloak] {
  display: none;
}

.map__container {
  display: flex;
}

.map__left-block {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  width: 485px;
  height: 100vh;
  box-shadow: 0px 5px 10px rgba(40, 0, 71, 0.1);
}

.map__logo-wrap {
  padding: 30px 30px 50px;
}

.map__link {
  display: block;
}

.map__img {
  width: 100%;
  height: auto;
}

.map__search-block {
  padding: 0 30px 22px 30px;
}

.map__input-wrap {
  position: relative;
}

.map__icon-search {
  position: absolute;
  top: 12px;
  right: 12px;
}

.map__region-list {
  padding: 0 0 0 30px;
  height: calc(100vh - 210px);
  overflow-y: scroll;
}

.map__region-list::-webkit-scrollbar {
  width: 3px;
}

.map__region-list::-webkit-scrollbar-track {
  background-color: transparent;
}

.map__region-list::-webkit-scrollbar-thumb {
  background-color: #C0C0C0;
}

.map__region-list-wrap {
  margin-right: 30px;
}

.map__region-item {
  margin-bottom: 22px;
}

.map__region-item.active .map__header-block {
  background: rgba(83, 0, 139, 0.05);
}

.map__region-item.active .map__region-name {
  color: #53008B;
}

.map__region-item.active .map__region-count {
  color: rgba(83, 0, 139, 0.3);
}

.map__region-item.active .map__icon-arrow_dark {
  transform: rotate(180deg);
}

.map__icon-arrow {
  flex-shrink: 0;
  margin-left: auto;
  transition: 0.35s all;
}

.map__icon-arrow_light {
  stroke: #9788A0;
}

.map__header-block {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  transition: 0.35s all;
  cursor: pointer;
}

.map__region-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #000000;
}

.map__region-count {
  margin-left: 5px;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.3);
}

.map__right-block {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: calc(100% - 485px);
  height: 100vh;
  padding: 20px 20px 0 20px;
}

.map__content {
  flex-grow: 1;
  position: relative;
  width: 100%;
  height: 5px;
}

.map__content-wrap {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.map__content-wrap::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.map__content-wrap::-webkit-scrollbar-track {
  background-color: transparent;
}

.map__content-wrap::-webkit-scrollbar-thumb {
  background-color: #C0C0C0;
}

.map__wrap {
  position: relative;
}

.map__wrap path {
  transition: 0.35s all;
}

.map__wrap svg g.hovered path {
  fill: rgba(83, 0, 139, 0.7);
}

.map__wrap svg g.active path {
  fill: rgba(83, 0, 139, 0.7);
}

.map__svg {
  width: 100%;
  height: auto;
}

.map__pin-wrap {
  position: absolute;
}

.map__pin-wrap_no-active {
  pointer-events: none;
}

.map__pin-wrap:hover,
.map__pin-wrap.active {
  z-index: 7;
}

.map__pin-wrap:hover .map__info-wrap,
.map__pin-wrap.active .map__info-wrap {
  visibility: visible;
  opacity: 1;
}

.map__pin-wrap:hover .map__pin,
.map__pin-wrap.active .map__pin {
  background: #9747FF;
  width: 35px;
  height: 35px;
  border: 4px solid #ffffff;
}

.map__pin-wrap:hover .map__pin span,
.map__pin-wrap.active .map__pin span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 10px;
  color: #ffffff;
}

.map__pin {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border: 2px solid #ffffff;
  background: #53008B;
  box-shadow: 0px 3px 8px rgba(40, 0, 71, 0.25);
  border-radius: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  transition: 0.35s all;
  cursor: pointer;
}

.map__pin span {
  display: none;
}

.map__pin_is-cluster {
  width: 35px;
  height: 35px;
  border: 4px solid #ffffff;
}

.map__pin_is-cluster span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 10px;
  color: #ffffff;
}

.map__pin_no-active {
  background: #9788A0;
}

.map__info-wrap {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  padding: 10px 20px 10px 26px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(151, 71, 255, 0.2);
  box-shadow: 0px 4px 10px rgba(40, 0, 71, 0.1);
  backdrop-filter: blur(3px);
  border-radius: 12px;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.35s all;
}

.map__info-count {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  color: #D936C7;
}

.map__info-count svg {
  margin-right: 3px;
}

.map__info-name {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #000000;
  white-space: nowrap;
}

.map__cities-list {
  padding: 14px 0 10px 14px;
}

.map__cities-item:last-child .map__cities-header {
  border: none;
}

.map__cities-header {
  display: flex;
  align-items: center;
  padding: 8px 10px 13px 0;
  border-bottom: 1px solid #F4F2F6;
  cursor: pointer;
}

.map__cities-header.active .map__icon-arrow_light {
  transform: rotate(180deg);
}

.map__cities-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #000000;
}

.map__cities-count {
  margin-left: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.5);
}

.map__icon-arrow_rev use {
  color: #D936C7;
}

.map__vuz-list {
  padding-bottom: 10px;
}

.map__vuz-item {
  display: flex;
  align-items: center;
  padding: 12px 10px 13px 0;
  border-bottom: 1px solid #F4F2F6;
  cursor: pointer;
}

.map__vuz-item:last-child {
  border: none;
}

.map__vuz-item:hover .map__vuz-name {
  color: #53008B;
}

.map__vuz-item:hover .map__icon-arrow_rev use {
  color: #53008B;
}

.map__vuz-item:hover .map__arrow-round {
  background-color: #D936C7;
}

.map__vuz-item:hover .map__arrow-round use {
  color: #ffffff;
}

.map__vuz-name {
  position: relative;
  padding-left: 11px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #000000;
  transition: 0.35s all;
}

.map__vuz-name::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 3px;
  background: #D936C7;
  border-radius: 2px;
}

.map__vuz-wrap {
  padding: 0 0 20px 30px;
  height: calc(100vh - 210px);
  overflow-y: scroll;
}

.map__vuz-wrap::-webkit-scrollbar {
  width: 3px;
}

.map__vuz-wrap::-webkit-scrollbar-track {
  background-color: transparent;
}

.map__vuz-wrap::-webkit-scrollbar-thumb {
  background-color: #C0C0C0;
}

.map__search-wrap {
  padding: 0 0 20px 30px;
  overflow-y: scroll;
  height: calc(100vh - 210px);
}

.map__search-wrap::-webkit-scrollbar {
  width: 3px;
}

.map__search-wrap::-webkit-scrollbar-track {
  background-color: transparent;
}

.map__search-wrap::-webkit-scrollbar-thumb {
  background-color: #C0C0C0;
}

.map__slider {
  position: absolute;
  left: 0;
  bottom: 19px;
  max-width: 342px;
  z-index: 10;
}

.map__copyright {
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  color: #000000;
}

.map__copyright a {
  color: #53008B;
  transition: 0.35s all;
}

.map__copyright a:hover {
  opacity: 0.7;
}

.map__bottom-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 20px;
  border-top: 1px solid #F4F2F6;
}

.map__arrow-round {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid #D936C7;
  border-radius: 50%;
  transition: 0.35s all;
}

.map__arrow-round use {
  color: #D936C7;
  transition: 0.35s all;
}

.map__filters {
  margin-bottom: 20px;
}

.map__region-header {
  display: none;
}

.map__region-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  color: #000000;
}

.map__icon-region {
  display: flex;
  align-items: center;
}

.vuz {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 30px;
}

.vuz__sticky-block {
  position: sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 10;
}

.vuz__wrapper {
  width: 100%;
}

.vuz__scroll-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.vuz__name {
  position: relative;
  padding-right: 15px;
  margin-bottom: 32px;
  padding-left: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  color: #000000;
  transition: 0.35s all;
}

.vuz__name::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 3px;
  background: #D936C7;
  border-radius: 2px;
}

.vuz__back {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
  padding: 4px 12px 4px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #53008B;
  background: rgba(217, 54, 199, 0.1);
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: 0.35s all;
}

.vuz__back:hover {
  opacity: 0.7;
}

.vuz__back svg {
  margin-right: 6px;
}

.vuz__address-block {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.5);
}

.vuz__address-block span {
  font-weight: 700;
}

.vuz__date-block {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.vuz__date-block span {
  margin-top: 3px;
  margin-right: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #000000;
}

.vuz__icon {
  flex-shrink: 0;
  margin-right: 8px;
}

.vuz__link {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  padding: 3px 8px 3px 5px;
  background: rgba(83, 0, 139, 0.1);
  border-radius: 10px;
  transition: 0.35s all;
}

.vuz__link:hover {
  opacity: 0.7;
}

.vuz__link svg {
  margin-right: 4px;
}

.vuz__link span {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #53008B;
  text-decoration: underline;
}

.vuz__text-block {
  display: flex;
  margin-bottom: 16px;
}

.vuz__text-block p {
  height: 90px;
  overflow-y: hidden;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.6);
}

.vuz__img-block {
  display: flex;
  margin-bottom: 11px;
}

.vuz__img-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: -0.5%;
  margin-right: -0.5%;
}

.vuz__img-item {
  width: 24%;
  margin-left: 0.5%;
  margin-right: 0.5%;
  margin-bottom: 5px;
}

.vuz__img-item img {
  width: 100%;
  height: auto;
}

.vuz__url-block {
  display: flex;
  margin-bottom: 16px;
  transition: 0.35s all;
}

.vuz__url-block:hover {
  opacity: 0.7;
}

.vuz__url-block p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #53008B;
  text-decoration: underline;
}

.vuz__doc-block {
  display: flex;
  margin-bottom: 10px;
}

.vuz__doc-wrap {
  display: flex;
  flex-direction: column;
}

.vuz__doc-row {
  display: flex;
  margin-bottom: 10px;
  transition: 0.35s all;
}

.vuz__doc-row:hover {
  opacity: 0.7;
}

.vuz__doc-name {
  margin-top: 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #000000;
}

.vuz__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  background: #F4F2F6;
  border-radius: 10px;
  transition: 0.35s all;
  border: none;
}

.vuz__button svg {
  margin-left: 6px;
}

.vuz__button use {
  color: #53008B;
  transition: 0.35s all;
}

.vuz__button.show {
  color: #ffffff;
  background: #53008B;
}

.vuz__button.show use {
  color: #ffffff;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 12px 13px;
  background: #F4F2F6;
  border-radius: 20px;
}

.filters__no-options {
  text-align: left;
}

.filters__header {
  position: relative;
  display: none;
}

.filters__item {
  width: 177px;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 7px;
}

.filters__count {
  position: absolute;
  top: 4px;
  right: -6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  padding-right: 1px;
  padding-top: 1px;
  font-size: 11px;
  font-weight: 700;
  line-height: 12px;
  color: #FFFFFF;
  border-radius: 50%;
  background: #53008B;
}

.filters__btn-block {
  width: 177px;
  margin-left: auto;
  margin-right: 8px;
  margin-bottom: 7px;
}

.filters__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 46px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #53008B;
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid #53008B;
  cursor: pointer;
  transition: 0.35s all;
}

.filters__btn:hover {
  color: #FFFFFF;
  background-color: #53008B;
}

.slider {
  width: 100%;
  padding: 16px;
  background: #FFFFFF;
  box-shadow: 0px 5px 10px rgba(40, 0, 71, 0.15);
  border-radius: 20px;
}

.slider__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.slider__text,
.slider__scale {
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  color: #000000;
}

.social {
  display: flex;
}

.social__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-left: 18px;
  background-color: transparent;
  border: 1px solid rgba(83, 0, 139, 0.2);
  border-radius: 50%;
  transition: 0.35s all;
}

.social__item:hover {
  background-color: #53008B;
}

.social__item:hover svg {
  color: #ffffff;
}

.social__item svg {
  color: #53008B;
  transition: 0.35s all;
}

.search-block {
  padding-right: 30px;
}

.search-block__sticky-block {
  position: sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 10;
}

.search-block__back {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
  padding: 4px 12px 4px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #53008B;
  background: rgba(217, 54, 199, 0.1);
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: 0.35s all;
}

.search-block__back:hover {
  opacity: 0.7;
}

.search-block__back svg {
  margin-right: 6px;
}

.search-block__title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #000000;
}

.search-block__item {
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #F4F2F6;
  cursor: pointer;
  transition: 0.35s all;
}

.search-block__item:hover {
  opacity: 0.7;
}

.search-block__wrap {
  padding-right: 15px;
}

.search-block__icon {
  flex-shrink: 0;
  margin-right: 10px;
}

.search-block__name {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #000000;
}

.search-block__region {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #000000;
}

.search-block__icon-arrow {
  flex-shrink: 0;
  align-self: center;
  margin-left: auto;
}

@media (max-width: 1600px) {
  .map__left-block {
    width: 385px;
  }

  .map__logo-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .map__search-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .map__region-list {
    padding-left: 20px;
    height: calc(100vh - 199px);
  }

  .map__region-list-wrap {
    margin-right: 20px;
  }

  .map__region-item {
    margin-bottom: 6px;
  }

  .map__right-block {
    width: calc(100% - 385px);
  }

  .map__cities-list {
    padding-left: 10px;
  }

  .map__vuz-wrap {
    padding-left: 20px;
    height: calc(100vh - 199px);
  }

  .map__search-wrap {
    padding-left: 20px;
    height: calc(100vh - 199px);
  }

  .vuz {
    padding-right: 20px;
  }

  .search-block {
    padding-right: 20px;
  }
}

@media (max-width: 1300px) {
  .container {
    max-width: 1246px;
  }
}

@media (max-width: 1216px) {
  .container {
    max-width: 1118px;
  }
}

@media (max-width: 1200px) {
  .map__left-block {
    width: 300px;
  }

  .map__logo-wrap {
    padding-bottom: 30px;
  }

  .map__region-list {
    height: calc(100vh - 167px);
  }

  .map__region-name {
    font-size: 16px;
    line-height: 19px;
  }

  .map__region-count {
    font-size: 16px;
    line-height: 19px;
  }

  .map__right-block {
    width: calc(100% - 300px);
  }

  .map__info-count {
    font-size: 10px;
    line-height: 10px;
  }

  .map__info-count svg {
    width: 14px;
    height: 14px;
  }

  .map__cities-list {
    padding: 0 10px 0 10px;
  }

  .map__cities-header {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-right: 0;
  }

  .map__cities-name {
    font-size: 14px;
    line-height: 17px;
  }

  .map__vuz-item {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 4px;
  }

  .map__vuz-name {
    font-size: 14px;
    line-height: 17px;
  }

  .map__vuz-wrap {
    height: calc(100vh - 167px);
  }

  .map__search-wrap {
    height: calc(100vh - 167px);
  }

  .map__copyright {
    font-size: 12px;
    line-height: 14px;
  }

  .vuz__name {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .vuz__back {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 14px;
  }

  .vuz__address-block {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 17px;
  }

  .vuz__date-block {
    margin-bottom: 12px;
  }

  .vuz__date-block span {
    margin-top: 2px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 17px;
  }

  .vuz__icon {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }

  .vuz__icon_sm {
    width: 16px;
    height: 16px;
  }

  .vuz__link {
    margin-bottom: 20px;
  }

  .vuz__link span {
    font-size: 14px;
    line-height: 17px;
  }

  .vuz__text-block {
    margin-bottom: 12px;
  }

  .vuz__text-block p {
    height: 69px;
    font-size: 14px;
    line-height: 17px;
  }

  .vuz__url-block {
    margin-bottom: 12px;
  }

  .vuz__url-block p {
    font-size: 14px;
    line-height: 17px;
  }

  .vuz__doc-name {
    margin-top: 2px;
    font-size: 14px;
    line-height: 17px;
  }

  .search-block__back {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 14px;
  }

  .search-block__title {
    margin-bottom: 12px;
  }

  .search-block__item {
    padding: 12px 0;
  }

  .search-block__icon {
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }

  .search-block__name {
    font-size: 16px;
    line-height: 19px;
  }

  .search-block__region {
    font-size: 12px;
    line-height: 12px;
  }

  .search-block__icon-arrow {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 1138px) {
  .container {
    max-width: 1006px;
  }
}

@media (max-width: 1024px) {
  .map {
    height: 100%;
  }

  .map__container {
    height: 100%;
    flex-direction: column;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }

  .map__left-block {
    width: 100%;
    height: auto;
    box-shadow: none;
  }

  .map__logo-wrap {
    padding: 20px 15px;
  }

  .map__link {
    max-width: 283px;
  }

  .map__search-block {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 12px;
  }

  .map__region-list {
    padding-left: 0;
    overflow-y: auto;
    height: auto;
  }

  .map__region-list-wrap {
    margin-right: 0;
    padding-bottom: 6px;
    border-bottom: 1px solid #F4F2F6;
  }

  .map__right-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-top: auto;
    padding: 20px 0 0;
  }

  .map__content {
    height: auto;
  }

  .map__content-wrap {
    height: 510px;
  }

  .map__pin-wrap:hover .map__pin,
  .map__pin-wrap.active .map__pin {
    width: 23px;
    height: 23px;
    border-width: 3px;
  }

  .map__pin-wrap:hover .map__pin span,
  .map__pin-wrap.active .map__pin span {
    font-size: 10px;
    line-height: 7px;
  }

  .map__pin {
    width: 6px;
    height: 6px;
    border-width: 1px;
  }

  .map__pin_is-cluster {
    width: 23px;
    height: 23px;
    border-width: 3px;
  }

  .map__pin_is-cluster span {
    font-size: 10px;
    line-height: 7px;
  }

  .map__info-wrap {
    padding: 8px 16px 8px 20px;
  }

  .map__info-name {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 13px;
  }

  .map__vuz-wrap {
    padding: 0;
    height: auto;
    overflow: hidden;
  }

  .map__search-wrap {
    padding: 12px 0 0 0;
    height: auto;
  }

  .map__slider {
    position: static;
    max-width: 345px;
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 50px;
  }

  .map__copyright {
    max-width: 345px;
    margin-bottom: 24px;
    text-align: center;
  }

  .map__bottom-block {
    margin-top: auto;
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
  }

  .map__mobile-wrap {
    padding-top: 24px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .map__filters {
    margin-bottom: 12px;
  }

  .map__region-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 46px;
    margin-bottom: 12px;
    padding: 7px 13px 7px 14px;
    background: #FFFFFF;
    border: 1px solid #E0DBE6;
    border-radius: 10px;
    cursor: pointer;
  }

  .map__region-header.active {
    border: 1px solid #53008B;
  }

  .vuz {
    padding-right: 0;
  }

  .vuz__sticky-block {
    position: relative;
  }

  .filters {
    flex-direction: column;
    padding: 0 10px 0;
    border-radius: 10px;
  }

  .filters__header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 2px 13px 4px;
    cursor: pointer;
  }

  .filters__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    color: #000000;
  }

  .filters__list {
    padding: 16px 0 6px;
  }

  .filters__item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .filters__btn-block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .social__item {
    margin-left: 9px;
    margin-right: 9px;
  }

  .search-block {
    padding-right: 0;
  }

  .search-block__sticky-block {
    position: relative;
  }
}

@media (max-width: 1023px) {
  .container {
    max-width: 768px;
    padding: 0 24px;
  }
}

@media (max-width: 768px) {
  .map__logo-wrap {
    box-shadow: 0px 5px 10px rgba(40, 0, 71, 0.1);
  }
}

@media (max-width: 767px) {
  .container {
    max-width: none;
    padding: 0 15px;
  }
}
/*# sourceMappingURL=maps/main.css.map */

/* End */


/* Start:/local/templates/.default/assets/libs/vue-select.css?16751666797441*/
:root{--vs-colors--lightest:rgba(60,60,60,0.26);--vs-colors--light:rgba(60,60,60,0.5);--vs-colors--dark:#333;--vs-colors--darkest:rgba(0,0,0,0.15);--vs-search-input-color:inherit;--vs-search-input-placeholder-color:inherit;--vs-font-size:1rem;--vs-line-height:1.4;--vs-state-disabled-bg:#f8f8f8;--vs-state-disabled-color:var(--vs-colors--light);--vs-state-disabled-controls-color:var(--vs-colors--light);--vs-state-disabled-cursor:not-allowed;--vs-border-color:var(--vs-colors--lightest);--vs-border-width:1px;--vs-border-style:solid;--vs-border-radius:4px;--vs-actions-padding:4px 6px 0 3px;--vs-controls-color:var(--vs-colors--light);--vs-controls-size:1;--vs-controls--deselect-text-shadow:0 1px 0 #fff;--vs-selected-bg:#f0f0f0;--vs-selected-color:var(--vs-colors--dark);--vs-selected-border-color:var(--vs-border-color);--vs-selected-border-style:var(--vs-border-style);--vs-selected-border-width:var(--vs-border-width);--vs-dropdown-bg:#fff;--vs-dropdown-color:inherit;--vs-dropdown-z-index:1000;--vs-dropdown-min-width:160px;--vs-dropdown-max-height:350px;--vs-dropdown-box-shadow:0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg:#000;--vs-dropdown-option-color:var(--vs-dropdown-color);--vs-dropdown-option-padding:3px 20px;--vs-dropdown-option--active-bg:#5897fb;--vs-dropdown-option--active-color:#fff;--vs-dropdown-option--deselect-bg:#fb5858;--vs-dropdown-option--deselect-color:#fff;--vs-transition-timing-function:cubic-bezier(1,-0.115,0.975,0.855);--vs-transition-duration:150ms}.v-select{font-family:inherit;position:relative}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function:cubic-bezier(1,0.5,0.8,1);--vs-transition-duration:0.15s}@-webkit-keyframes vSelectSpinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes vSelectSpinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg:var(--vs-state-disabled-bg);--vs-disabled-color:var(--vs-state-disabled-color);--vs-disabled-cursor:var(--vs-state-disabled-cursor)}.vs--disabled .vs__clear,.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__open-indicator,.vs--disabled .vs__search,.vs--disabled .vs__selected{background-color:var(--vs-disabled-bg);cursor:var(--vs-disabled-cursor)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);display:flex;padding:0 0 4px;white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{align-items:center;display:flex;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);background-color:transparent;border:0;cursor:pointer;margin-right:8px;padding:0}.vs__dropdown-menu{background:var(--vs-dropdown-bg);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);border-top-style:none;box-shadow:var(--vs-dropdown-box-shadow);box-sizing:border-box;color:var(--vs-dropdown-color);display:block;left:0;list-style:none;margin:0;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;padding:5px 0;position:absolute;text-align:left;top:calc(100% - var(--vs-border-width));width:100%;z-index:var(--vs-dropdown-z-index)}.vs__no-options{text-align:center}.vs__dropdown-option{clear:both;color:var(--vs-dropdown-option-color);cursor:pointer;display:block;line-height:1.42857143;padding:var(--vs-dropdown-option-padding);white-space:nowrap}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);display:flex;line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{fill:var(--vs-controls-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;cursor:pointer;display:inline-flex;margin-left:4px;padding:0;text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--loading .vs__selected,.vs--single.vs--open .vs__selected{opacity:.4;position:absolute}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-ms-clear,.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration{display:none}.vs__search,.vs__search:focus{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:1px solid transparent;border-left:none;box-shadow:none;color:var(--vs-search-input-color);flex-grow:1;font-size:var(--vs-font-size);line-height:var(--vs-line-height);margin:4px 0 0;max-width:100%;outline:none;padding:0 7px;width:0;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search:-ms-input-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;-webkit-animation:vSelectSpinner 1.1s linear infinite;animation:vSelectSpinner 1.1s linear infinite;border:.9em solid hsla(0,0%,39%,.1);border-left-color:rgba(60,60,60,.45);font-size:5px;opacity:0;overflow:hidden;text-indent:-9999em;transform:translateZ(0) scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;height:5em;transform:scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));width:5em}.vs--loading .vs__spinner{opacity:1}

/*# sourceMappingURL=vue-select.css.map*/
/* End */


/* Start:/local/templates/.default/assets/libs/fancybox.css?167516667915699*/
.not-selectable{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;touch-action:none;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* End */
/* /local/templates/.default/assets/styles/main.css?167516667935102 */
/* /local/templates/.default/assets/libs/vue-select.css?16751666797441 */
/* /local/templates/.default/assets/libs/fancybox.css?167516667915699 */