@charset "UTF-8";
@font-face {
  font-family: 'fontello';
  src: url(/assets/fontello-2d216e4ffd0d0cb1e80becc88da8f0aa42ca272fbdc28f08c83cff8d8b591dc0.eot);
  src: url(/assets/fontello-2d216e4ffd0d0cb1e80becc88da8f0aa42ca272fbdc28f08c83cff8d8b591dc0.eot#iefix) format("embedded-opentype"), url(/assets/fontello-084052adc487ee1f6904849873e7539c6a9ea64bd6494ea74724772fb8c9b666.woff2) format("woff2"), url(/assets/fontello-dffae31ca7498c8e5c4ea2b12be98bc6328d0ea604f1e460e95cbbff73dc89cc.woff) format("woff"), url(/assets/fontello-862f59482bb2bee1cd1289c15e1a13fccbae6f3ef22edf60bc8e1283dc38ecde.ttf) format("truetype"), url(/assets/fontello-ebadcc0d83f991e65dd3765888c22c214aa168a2bba4d3338da88d3dedb837d0.svg#fontello) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: font-url('fontello.svg#fontello') format('svg');
  }
}
*/
/* line 23, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/fontello.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* line 58, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/fontello.scss */
.icon-apple:before {
  content: '\e800';
}

/* '' */
/* line 59, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/fontello.scss */
.icon-instagram:before {
  content: '\e801';
}

/* '' */
/* line 60, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/fontello.scss */
.icon-facebook-squared:before {
  content: '\e802';
}

/* '' */
/* line 61, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/fontello.scss */
.icon-paper-plane:before {
  content: '\e803';
}

/* '' */
/* line 62, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/fontello.scss */
.icon-flight:before {
  content: '\e804';
}

/* '' */
/* line 63, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/fontello.scss */
.icon-github:before {
  content: '\e805';
}

/* '' */
/* line 64, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/fontello.scss */
.icon-github-circled:before {
  content: '\e806';
}

/* '' */
/* line 65, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/fontello.scss */
.icon-stackoverflow:before {
  content: '\e807';
}

/* '' */
/* line 66, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/fontello.scss */
.icon-twitter:before {
  content: '\e808';
}

/* '' */
/* line 67, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/fontello.scss */
.icon-vkontakte:before {
  content: '\e809';
}

/* '' */
/* line 68, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/fontello.scss */
.icon-linkedin:before {
  content: '\e80a';
}

/* '' */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 7, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/reset.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 17, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 20, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/reset.scss */
body {
  line-height: 1;
}

/* line 23, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/reset.scss */
ol, ul {
  list-style: none;
}

/* line 26, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/reset.scss */
blockquote, q {
  quotes: none;
}

/* line 30, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/reset.scss */
blockquote:before, blockquote:after {
  content: '';
  content: none;
}

/* line 35, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/reset.scss */
q:before, q:after {
  content: '';
  content: none;
}

/* line 39, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/reset.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 16, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 19, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/reset.scss */
body {
  line-height: 1;
}

/* line 22, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/reset.scss */
ol, ul {
  list-style: none;
}

/* line 25, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/reset.scss */
blockquote, q {
  quotes: none;
}

/* line 29, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/reset.scss */
blockquote:before, blockquote:after {
  content: '';
  content: none;
}

/* line 34, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/reset.scss */
q:before, q:after {
  content: '';
  content: none;
}

/* line 38, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 11, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
* {
  -webkit-font-smoothing: subpixel-antialiased;
}

/* line 15, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
html, body {
  box-shadow: none;
  color: #666;
  font: 15px/150% -apple-system, BlinkMacSystemFont, "San Francisco", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

/* line 31, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
.container {
  display: -webkit-flex;
  display: flex;
  height: 100%;
  width: 100%;
}

/* line 38, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
nav {
  max-width: 450px;
  min-width: 320px;
  overflow: auto;
  padding-bottom: 15px;
  z-index: 100;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 1px -1px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px -1px 0px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px -1px 0px 0px rgba(0, 0, 0, 0.1);
  background-color: white;
}

@supports (-webkit-backdrop-filter: initial) or (backdrop-filter: initial) {
  /* line 62, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
  nav {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255, 255, 255, 0.7);
  }
}
/* line 69, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
.map {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

/* line 80, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
.gm-style {
  bottom: -30px;
  height: auto !important;
}

/* line 85, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
h1 {
  font-size: 26px;
  margin: 20px 30px 15px 30px;
  margin-top: 30px;
}

/* line 91, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
h2 {
  margin: 20px 30px 15px 30px;
}

/* line 95, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
space {
  display: block;
  margin: 40px;
}

/* line 100, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
strong, b {
  font-weight: bold;
}

/* line 104, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
p {
  margin: 20px 30px 15px 30px;
  margin-top: 0;
}
/* line 108, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
p .splitter {
  display: inline;
  color: #999;
  padding: 20px 0px;
  margin: 0 7px;
}
/* line 114, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
p .splitter:before {
  content: '\2022';
  /* Unicode bullet symbol • */
  font-size: 12px;
  line-height: 0;
  position: relative;
  top: -1px;
  left: 1px;
}
/* line 124, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
p.app {
  margin-bottom: 10px;
  /* if .splitter is right after the .call-to-action, reduce left-space */
}
/* line 128, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
p.app strong a {
  color: inherit;
}
/* line 130, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
p.app strong a:hover, p.app strong a.hover {
  /* birman hover, used via js */
  color: #ff6800;
  text-decoration: none;
}
/* line 138, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
p.app .call-to-action + .splitter {
  margin-left: 0;
  padding-left: 0;
}
/* line 141, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
p.app .call-to-action + .splitter:before {
  position: relative;
  left: 0;
}

/* line 149, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
.soon {
  color: #999 !important;
  font-style: italic;
  pointer-events: none;
}

/* line 155, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
ul {
  margin: 20px 30px 15px 30px;
  margin-top: 0;
}
/* line 159, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
ul li {
  margin-left: 20px;
  padding: 5px 0 0 0;
  list-style-type: none;
}
/* line 163, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
ul li:before {
  color: #999;
  content: '\2022';
  /* Unicode bullet symbol */
  margin-left: -13px;
  padding-right: 0.5em;
}

/* line 172, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
.stars {
  color: gold;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.4em;
  position: relative;
  top: -1px;
  line-height: 0;
}

/* line 182, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
.nbsp {
  white-space: nowrap;
  /* .nbsp right after <strong> (in case of "for Telegram") */
}
/* line 186, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
strong + .nbsp {
  color: #999;
}

/* line 191, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
span.now {
  display: inline;
  position: relative;
  top: -2px;
  padding: 0 7px;
  line-height: 0;
  color: #ff6800;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: .2em;
  text-transform: uppercase;
}

/* line 207, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
i.icon-paper-plane {
  font-size: 12px;
}

/* line 211, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
.eof {
  /* social icon-links */
  font-size: 18px;
  word-spacing: 0;
  margin: 20px 30px 15px 30px;
  margin-left: 21px;
  /* compensation of following `a` padding */
}
/* line 218, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
.eof a {
  padding: 5px;
  color: #999;
}

/* global `a` config */
/* line 226, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
a {
  color: #7b68ee;
  text-decoration: none;
}
/* line 230, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
a:hover, a .hover {
  /* birman hover */
  color: #ff6800;
}
/* line 234, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
a.call-to-action {
  display: inline-block;
  border-radius: 12px;
  padding: 0px 9px 2px 9px;
  margin-left: -9px;
}
/* line 241, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
a.call-to-action.hover {
  /* birman hover */
  color: #ff6800;
}
/* line 245, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
a.call-to-action:hover {
  background-color: #ff6800;
  color: white;
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}

@media (max-width: 500px) {
  /* line 258, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
  .container {
    -webkit-flex: none;
    flex: none;
  }

  /* line 262, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
  .map {
    width: 100%;
    height: 40%;
    -webkit-flex: none;
    flex: none;
  }

  /* line 268, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
  nav {
    position: absolute;
    left: 0;
    top: 40%;
    max-width: none;
    min-height: 100%;
    -webkit-flex: none;
    flex: none;
  }
}
/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 292, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
.fade-in {
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-out 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: fadeIn ease-out 1;
  animation: fadeIn ease-out 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

/* line 307, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
.fade-in.one {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

/* line 313, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
.fade-in.two {
  -webkit-animation-delay: 1.0s;
  -moz-animation-delay: 1.0s;
  animation-delay: 1.0s;
}

/* line 319, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
.fade-in.three {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

/* line 335, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
.cluster {
  font: bold 14px/30px -apple-system, BlinkMacSystemFont, "San Francisco", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  z-index: 10;
  color: white;
  background: url(/assets/marker_cluster-55ccb3410026a47e8e28e86bd16661f209c2d44ecb321d9c023743fc1db52766.svg) no-repeat 50%;
  background-size: cover;
  text-align: center;
}

/* line 340, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
.cluster1 {
  width: 30px;
  height: 30px;
}

/* line 341, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
.cluster2 {
  width: 35px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
}

/* line 342, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
.cluster3 {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
}

/* line 344, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
.tooltip {
  font: 13px -apple-system, BlinkMacSystemFont, "San Francisco", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  z-index: 1;
  width: 160px;
  color: #666;
  text-align: center;
  opacity: 0;
  transform: translate(0, -20px);
  transition: .3s;
}

/* line 349, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
.tooltip.show {
  transform: translate(0, 0);
  opacity: 1;
}

/* line 350, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
.tooltip div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 351, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
.tooltip span {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  background: white;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

/* line 352, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
.tooltip span:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  margin: 0 -6px;
  border: 6px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.1);
}

/* line 353, /home/m4rr/m4rr_ru_on_rails/app/assets/stylesheets/welcome.scss */
.tooltip span:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  margin: 0 -5px;
  border: 5px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
}

/*iPhone 6 Portrait*/
/*iPhone 6 landscape*/
/*iPhone 6+ Portrait*/
/*iPhone 6+ landscape*/
/*iPhone 6 and iPhone 6+ portrait and landscape*/
/*iPhone 6 and iPhone 6+ portrait*/
/*iPhone 6 and iPhone 6+ landscape*/
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *


 *


 */

