/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
/* line 6, app/assets/stylesheets/preflight.scss */
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

/* line 15, app/assets/stylesheets/preflight.scss */
::before,
::after {
  --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
/* line 27, app/assets/stylesheets/preflight.scss */
html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  tab-size: 4;
  /* 3 */
  font-family: theme("fontFamily.sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
/* line 56, app/assets/stylesheets/preflight.scss */
body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
/* line 67, app/assets/stylesheets/preflight.scss */
hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
/* line 77, app/assets/stylesheets/preflight.scss */
abbr[title] {
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/
/* line 85, app/assets/stylesheets/preflight.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
/* line 99, app/assets/stylesheets/preflight.scss */
a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/
/* line 108, app/assets/stylesheets/preflight.scss */
b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
/* line 118, app/assets/stylesheets/preflight.scss */
code,
kbd,
samp,
pre {
  font-family: theme("fontFamily.mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/
/* line 140, app/assets/stylesheets/preflight.scss */
small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
/* line 148, app/assets/stylesheets/preflight.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 156, app/assets/stylesheets/preflight.scss */
sub {
  bottom: -0.25em;
}

/* line 160, app/assets/stylesheets/preflight.scss */
sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
/* line 170, app/assets/stylesheets/preflight.scss */
table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
/* line 182, app/assets/stylesheets/preflight.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/
/* line 199, app/assets/stylesheets/preflight.scss */
button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
/* line 209, app/assets/stylesheets/preflight.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/
/* line 222, app/assets/stylesheets/preflight.scss */
:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
/* line 230, app/assets/stylesheets/preflight.scss */
:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/
/* line 238, app/assets/stylesheets/preflight.scss */
progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
/* line 246, app/assets/stylesheets/preflight.scss */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
/* line 256, app/assets/stylesheets/preflight.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/
/* line 265, app/assets/stylesheets/preflight.scss */
::-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.
*/
/* line 274, app/assets/stylesheets/preflight.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/
/* line 283, app/assets/stylesheets/preflight.scss */
summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/
/* line 291, app/assets/stylesheets/preflight.scss */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

/* line 307, app/assets/stylesheets/preflight.scss */
fieldset {
  margin: 0;
  padding: 0;
}

/* line 312, app/assets/stylesheets/preflight.scss */
legend {
  padding: 0;
}

/* line 316, app/assets/stylesheets/preflight.scss */
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/
/* line 328, app/assets/stylesheets/preflight.scss */
textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
/* line 337, app/assets/stylesheets/preflight.scss */
input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: theme("colors.gray.400", #9ca3af);
  /* 2 */
}

/*
Set the default cursor for buttons.
*/
/* line 347, app/assets/stylesheets/preflight.scss */
button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
/* line 355, app/assets/stylesheets/preflight.scss */
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
/* line 365, app/assets/stylesheets/preflight.scss */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
/* line 381, app/assets/stylesheets/preflight.scss */
img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/
/* line 391, app/assets/stylesheets/preflight.scss */
[hidden] {
  display: none;
}

/* line 4, app/assets/stylesheets/header.scss */
.header {
  display: flex;
  justify-content: flex-start;
  height: 40px;
  padding: 0 0.5rem;
  flex-direction: column;
  position: relative;
}

@media (min-width: 576px) {
  /* line 4, app/assets/stylesheets/header.scss */
  .header {
    height: 120px;
    flex-direction: row;
  }
}

/* line 17, app/assets/stylesheets/header.scss */
.header__locale-switch {
  display: flex;
  margin-left: auto;
  position: absolute;
  top: 0.25rem;
  right: 0.5rem;
}

@media (min-width: 576px) {
  /* line 17, app/assets/stylesheets/header.scss */
  .header__locale-switch {
    position: static;
  }
}

/* line 29, app/assets/stylesheets/header.scss */
.header__locale-link {
  text-decoration: underline;
  color: #26a8bd;
}

/* line 33, app/assets/stylesheets/header.scss */
.header__locale-link + .header__locale-link {
  margin-left: 12px;
}

/* line 38, app/assets/stylesheets/header.scss */
.header__ad {
  flex: 1;
  margin-right: 1rem;
  width: 100%;
  height: 100%;
  display: none;
}

@media (min-width: 576px) {
  /* line 38, app/assets/stylesheets/header.scss */
  .header__ad {
    display: block;
  }
}

/* line 50, app/assets/stylesheets/header.scss */
.header__right-elements {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 0%;
  margin-bottom: calc(6px - calc(14px + 1rem));
}

@media (min-width: 576px) {
  /* line 50, app/assets/stylesheets/header.scss */
  .header__right-elements {
    height: 100%;
  }
}

/* line 63, app/assets/stylesheets/header.scss */
.header__logo {
  width: fit-content;
  display: block;
  height: 100%;
}

/* line 68, app/assets/stylesheets/header.scss */
.header__logo img {
  height: 100%;
  width: auto;
}

/* line 75, app/assets/stylesheets/header.scss */
.burger-menu {
  width: 32px;
  height: 28px;
  min-height: 28px;
  max-height: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 7100;
}

@media (min-width: 576px) {
  /* line 75, app/assets/stylesheets/header.scss */
  .burger-menu {
    display: none;
  }
}

/* line 92, app/assets/stylesheets/header.scss */
.burger-menu > span {
  width: 100%;
  height: 4px;
  background-color: #333333;
}

/* line 100, app/assets/stylesheets/header.scss */
.logo__container {
  position: relative;
  user-select: none;
  height: 100%;
  margin-left: calc(32px + 0.5rem);
}

@media (min-width: 576px) {
  /* line 100, app/assets/stylesheets/header.scss */
  .logo__container {
    margin-left: 0px;
    padding: 12px 0px 24px 0px;
    width: calc(340px - 0.5rem);
    min-width: calc(340px - 0.5rem);
    max-width: calc(340px - 0.5rem);
  }
}

/* line 143, app/assets/stylesheets/header.scss */
.search__form {
  align-items: center;
  width: calc(100% - 1rem);
  z-index: 5000;
  display: none;
}

@media (min-width: 576px) {
  /* line 143, app/assets/stylesheets/header.scss */
  .search__form {
    display: flex;
    position: static;
    width: 350px;
  }
}

/* line 155, app/assets/stylesheets/header.scss */
.search__form--mobile {
  display: flex;
  position: absolute;
  left: 50%;
  top: calc(calc(14px + 1rem) + 10px);
  transform: translateX(-50%);
}

@media (min-width: 576px) {
  /* line 155, app/assets/stylesheets/header.scss */
  .search__form--mobile {
    display: none;
    position: static;
    width: 350px;
  }
}

/* line 169, app/assets/stylesheets/header.scss */
.search__form .mapboxgl-ctrl-geocoder {
  margin-left: 0;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
}

/* line 178, app/assets/stylesheets/header.scss */
.search__form .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--icon-search {
  display: none;
}

/* line 182, app/assets/stylesheets/header.scss */
.search__form .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--icon-close {
  display: none;
}

/* line 186, app/assets/stylesheets/header.scss */
.search__form .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--input {
  box-shadow: none;
  max-width: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 0.375em;
  color: #333333;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid #dbdbdb;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}

/* line 213, app/assets/stylesheets/header.scss */
.search__input-container {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 213, app/assets/stylesheets/header.scss */
  .search__input-container {
    width: auto;
  }
}

/* line 221, app/assets/stylesheets/header.scss */
.search__submit {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 0.375em;
  border-width: 1px;
  color: #333333;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap;
  margin-left: 12px;
  background-color: #fde047;
  border: none;
  color: #002f4b;
  transition: all 0.3s ease-in-out;
  display: none;
}

@media (min-width: 576px) {
  /* line 221, app/assets/stylesheets/header.scss */
  .search__submit {
    display: block;
  }
}

/* line 234, app/assets/stylesheets/header.scss */
.search__submit:hover, .search__submit:active {
  background-color: #facc15;
}

/* line 239, app/assets/stylesheets/header.scss */
.search__submit:focus {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}

/* line 5, app/assets/stylesheets/countries.scss */
.country__cities {
  display: flex;
  flex-direction: column;
}

/* line 10, app/assets/stylesheets/countries.scss */
.country__name {
  padding: 0px 0.5rem;
}

/* line 14, app/assets/stylesheets/countries.scss */
.country__cities-list {
  column-count: 1;
  padding: 0px 0.5rem;
}

@media (min-width: 576px) {
  /* line 14, app/assets/stylesheets/countries.scss */
  .country__cities-list {
    column-count: 2;
  }
}

@media (min-width: 992px) {
  /* line 14, app/assets/stylesheets/countries.scss */
  .country__cities-list {
    column-count: 3;
  }
}

/* line 27, app/assets/stylesheets/countries.scss */
.country__city-link {
  text-decoration: underline;
  color: #26a8bd;
  transition: all 0.3s ease-in-out;
  font-size: 24px;
}

@media (min-width: 576px) {
  /* line 27, app/assets/stylesheets/countries.scss */
  .country__city-link {
    font-size: 16px;
  }
}

/* line 37, app/assets/stylesheets/countries.scss */
.country__city-link:hover {
  color: #0b5aa3;
}

/* line 5, app/assets/stylesheets/aside.scss */
.page-aside__container {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 576px) {
  /* line 5, app/assets/stylesheets/aside.scss */
  .page-aside__container {
    width: 340px;
    max-height: calc(100vh - 120px);
    display: block;
    position: sticky;
    top: 1rem;
    left: initial;
    right: initial;
    bottom: initial;
  }
}

/* line 24, app/assets/stylesheets/aside.scss */
.page-aside__container--active {
  display: block;
  z-index: 7000;
  background-color: #fff;
}

/* line 31, app/assets/stylesheets/aside.scss */
.page-aside__inner-container {
  position: absolute;
  top: calc(14px + 1rem);
  bottom: 0.5rem;
  right: 0.5rem;
  left: 0.5rem;
  overflow-y: scroll;
  border: 4px solid #fde047;
}

/* line 42, app/assets/stylesheets/aside.scss */
.page-aside__tabs {
  height: calc(14px + 1rem);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: flex;
}

/* line 49, app/assets/stylesheets/aside.scss */
.page-aside__tab {
  padding: 0.5rem;
  display: block;
  flex: 1;
  font-size: 14px;
  line-height: 14px;
  text-decoration: underline;
  color: #002f4b;
}

/* line 59, app/assets/stylesheets/aside.scss */
.page-aside__tab--active {
  text-decoration: none;
  background-color: #fde047;
  border-radius: 0.375em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 68, app/assets/stylesheets/aside.scss */
.page-aside__tab-content {
  display: none;
}

/* line 71, app/assets/stylesheets/aside.scss */
.page-aside__tab-content--active {
  display: block;
}

/* line 78, app/assets/stylesheets/aside.scss */
.countries-tab__content {
  padding: 0 0.5rem;
}

/* line 82, app/assets/stylesheets/aside.scss */
.countries-tab__country-name {
  color: #002f4b;
  font-size: 18px;
}

/* line 86, app/assets/stylesheets/aside.scss */
.countries-tab__country-name:not(:first-child) {
  margin-top: 16px;
}

/* line 91, app/assets/stylesheets/aside.scss */
.countries-tab__country-link {
  color: #0b5aa3;
  font-style: italic;
  font-size: 12px;
  text-decoration: underline;
}

/* line 98, app/assets/stylesheets/aside.scss */
.countries-tab__cities {
  display: flex;
  flex-wrap: wrap;
}

/* line 103, app/assets/stylesheets/aside.scss */
.countries-tab__city-link {
  width: 50%;
  color: #26a8bd;
  font-style: italic;
  font-size: 14px;
  text-decoration: underline;
}

/* line 113, app/assets/stylesheets/aside.scss */
.directions-tab__form {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
}

/* line 118, app/assets/stylesheets/aside.scss */
.directions-tab__form .mapboxgl-ctrl-geocoder {
  margin-left: 0;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  box-shadow: none;
}

/* line 126, app/assets/stylesheets/aside.scss */
.directions-tab__form .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--icon-search {
  display: none;
}

/* line 130, app/assets/stylesheets/aside.scss */
.directions-tab__form .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--icon-close {
  display: none;
}

/* line 134, app/assets/stylesheets/aside.scss */
.directions-tab__form .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--input {
  box-shadow: none;
  max-width: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 0.375em;
  color: #333333;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid #dbdbdb;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}

/* line 161, app/assets/stylesheets/aside.scss */
.directions-tab__legend {
  color: #333333;
  font-size: 12px;
}

/* line 166, app/assets/stylesheets/aside.scss */
.directions-tab__input-container {
  z-index: 1000;
}

/* line 169, app/assets/stylesheets/aside.scss */
.directions-tab__input-container ~ .directions-tab__input-container {
  margin-top: 0.5rem;
  z-index: 0;
}

/* line 175, app/assets/stylesheets/aside.scss */
.directions-tab__submit {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 0.375em;
  border-width: 1px;
  color: #333333;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap;
  background-color: #fde047;
  border: none;
  color: #002f4b;
  transition: all 0.3s ease-in-out;
  margin-top: 1rem;
}

/* line 183, app/assets/stylesheets/aside.scss */
.directions-tab__submit:hover, .directions-tab__submit:active {
  background-color: #facc15;
}

/* line 188, app/assets/stylesheets/aside.scss */
.directions-tab__submit:focus {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}

/* line 5, app/assets/stylesheets/map.scss */
.map__ad-unit {
  flex: 1;
  display: block;
}

@media (min-width: 576px) {
  /* line 5, app/assets/stylesheets/map.scss */
  .map__ad-unit {
    display: none;
  }
}

/* line 14, app/assets/stylesheets/map.scss */
.map__container {
  width: 100%;
  min-height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

@media (min-width: 576px) {
  /* line 14, app/assets/stylesheets/map.scss */
  .map__container {
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
  }
}

/* line 28, app/assets/stylesheets/map.scss */
.map__container .leaflet-top .leaflet-control-zoom {
  margin-top: 50px;
}

@media (min-width: 576px) {
  /* line 28, app/assets/stylesheets/map.scss */
  .map__container .leaflet-top .leaflet-control-zoom {
    margin-top: 10px;
  }
}

/* line 36, app/assets/stylesheets/map.scss */
.map__container .leaflet-top .leaflet-routing-container {
  margin-top: 48px !important;
}

@media (min-width: 576px) {
  /* line 36, app/assets/stylesheets/map.scss */
  .map__container .leaflet-top .leaflet-routing-container {
    margin-top: 0px !important;
  }
}

/* line 43, app/assets/stylesheets/map.scss */
.map__container .leaflet-top .leaflet-routing-container .leaflet-routing-alt {
  max-height: 180px;
}

@media (min-width: 576px) {
  /* line 43, app/assets/stylesheets/map.scss */
  .map__container .leaflet-top .leaflet-routing-container .leaflet-routing-alt {
    max-height: 320px;
  }
}

/* line 50, app/assets/stylesheets/map.scss */
.map__container .leaflet-top .leaflet-routing-container .leaflet-routing-alt.leaflet-routing-alt-minimized {
  display: none;
}

/* line 57, app/assets/stylesheets/map.scss */
.map__container .leaflet-left .leaflet-control-zoom {
  margin-left: 0.25rem;
}

@media (min-width: 576px) {
  /* line 57, app/assets/stylesheets/map.scss */
  .map__container .leaflet-left .leaflet-control-zoom {
    margin-left: 10px;
  }
}

/* line 66, app/assets/stylesheets/map.scss */
.map__element {
  width: 100%;
  flex: 6;
  height: 100%;
  border: 4px solid #dbdbdb;
}

/* line 73, app/assets/stylesheets/map.scss */
.map__title {
  height: calc(14px + 1rem);
  padding: 0px 0.5rem;
}

@media (min-width: 576px) {
  /* line 73, app/assets/stylesheets/map.scss */
  .map__title {
    padding: 0px;
  }
}

/* line 82, app/assets/stylesheets/map.scss */
.map__marker {
  position: relative;
  width: 50px;
  height: 50px;
}

/* line 87, app/assets/stylesheets/map.scss */
.map__marker::before {
  content: "";
  background-image: url(/marker-icon.png);
  background-size: cover;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  bottom: 50%;
  transform: translate(0%, -100%);
}

/* line 1, app/assets/stylesheets/pagination.scss */
.digg_pagination {
  background: white;
  cursor: default;
  margin: 1rem auto 0 auto;
  /* self-clearing method: */
}

/* line 7, app/assets/stylesheets/pagination.scss */
.digg_pagination a,
.digg_pagination span,
.digg_pagination em {
  padding: 0.2em 0.5em;
  display: block;
  float: left;
  margin-right: 1px;
}

/* line 15, app/assets/stylesheets/pagination.scss */
.digg_pagination .disabled {
  color: #999999;
  border: 1px solid #dddddd;
}

/* line 19, app/assets/stylesheets/pagination.scss */
.digg_pagination .current {
  font-style: normal;
  font-weight: bold;
  background: #2e6ab1;
  color: white;
  border: 1px solid #2e6ab1;
}

/* line 26, app/assets/stylesheets/pagination.scss */
.digg_pagination a {
  text-decoration: none;
  color: #105cb6;
  border: 1px solid #9aafe5;
}

/* line 31, app/assets/stylesheets/pagination.scss */
.digg_pagination a:hover,
.digg_pagination a:focus {
  color: #000033;
  border-color: #000033;
}

/* line 36, app/assets/stylesheets/pagination.scss */
.digg_pagination .page_info {
  background: #2e6ab1;
  color: white;
  padding: 0.4em 0.6em;
  width: 22em;
  margin-bottom: 0.3em;
  text-align: center;
}

/* line 44, app/assets/stylesheets/pagination.scss */
.digg_pagination .page_info b {
  color: #000033;
  background: #6aa6ed;
  padding: 0.1em 0.25em;
}

/* line 49, app/assets/stylesheets/pagination.scss */
.digg_pagination:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 56, app/assets/stylesheets/pagination.scss */
* html .digg_pagination {
  height: 1%;
}

/* line 59, app/assets/stylesheets/pagination.scss */
*:first-child + html .digg_pagination {
  overflow: hidden;
}

/* line 4, app/assets/stylesheets/popular_destinations.scss */
.popular-destinations__content {
  padding: 0 0.5rem;
  margin-top: 0.5rem;
}

/* line 10, app/assets/stylesheets/popular_destinations.scss */
.popular-destinations__section-content--hidden {
  display: none;
}

/* line 15, app/assets/stylesheets/popular_destinations.scss */
.popular-destinations__title {
  text-decoration: none;
  border-bottom: 1px dashed #0b5aa3;
  display: inline-block;
  cursor: pointer;
  color: #0b5aa3;
  padding-bottom: 0;
  margin-bottom: 8px;
  font-size: 18px;
}

/* line 26, app/assets/stylesheets/popular_destinations.scss */
.popular-destinations__destinations {
  column-count: 2;
}

/* line 30, app/assets/stylesheets/popular_destinations.scss */
.popular-destinations__destination-link {
  color: #26a8bd;
  font-style: italic;
  font-size: 12px;
  text-decoration: underline;
}

/* line 37, app/assets/stylesheets/popular_destinations.scss */
.popular-destinations__show-all {
  font-size: 14px;
  color: #0b5aa3;
  font-weight: bolder;
}

/* line 5, app/assets/stylesheets/oblasts.scss */
.oblasts__wrapper {
  display: flex;
  flex-direction: column;
}

/* line 10, app/assets/stylesheets/oblasts.scss */
.oblasts__name {
  padding: 0px 0.5rem;
}

/* line 14, app/assets/stylesheets/oblasts.scss */
.oblasts__list {
  column-count: 1;
  padding: 0px 0.5rem;
}

@media (min-width: 576px) {
  /* line 14, app/assets/stylesheets/oblasts.scss */
  .oblasts__list {
    column-count: 2;
  }
}

@media (min-width: 992px) {
  /* line 14, app/assets/stylesheets/oblasts.scss */
  .oblasts__list {
    column-count: 3;
  }
}

/* line 27, app/assets/stylesheets/oblasts.scss */
.oblasts__oblast-link, .oblasts__district-link {
  text-decoration: underline;
  color: #26a8bd;
  transition: all 0.3s ease-in-out;
  font-size: 24px;
}

@media (min-width: 576px) {
  /* line 27, app/assets/stylesheets/oblasts.scss */
  .oblasts__oblast-link, .oblasts__district-link {
    font-size: 16px;
  }
}

/* line 38, app/assets/stylesheets/oblasts.scss */
.oblasts__oblast-link:hover, .oblasts__district-link:hover {
  color: #0b5aa3;
}

/* line 14, app/assets/stylesheets/application.scss */
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* line 21, app/assets/stylesheets/application.scss */
.content-wrapper {
  position: relative;
}

/* line 25, app/assets/stylesheets/application.scss */
.aside-active {
  overflow: hidden;
}

/* line 30, app/assets/stylesheets/application.scss */
.ad-unit--mobile {
  display: block;
  height: 12vh;
  width: 100%;
}

@media (min-width: 576px) {
  /* line 30, app/assets/stylesheets/application.scss */
  .ad-unit--mobile {
    display: none;
  }
}

/* line 41, app/assets/stylesheets/application.scss */
.page-content {
  flex: 1;
  display: flex;
  height: calc(100vh - 120px);
}
