@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i&subset=cyrillic");
/* line 1, /home/applications/develop/shuvar/development/app/assets/stylesheets/_reset.sass */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 221, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 231, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 245, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 266, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 279, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 289, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 301, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 310, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
a:active,
a:hover {
  outline: 0;
}


/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 322, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 330, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 339, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 348, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 357, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 366, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 374, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 382, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
sup {
  top: -0.5em;
}

/* line 386, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 397, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 405, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 416, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 424, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 433, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 441, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 464, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 478, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 489, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 502, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 514, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
button[disabled],
html input[disabled] {
  cursor: not-allowed;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 523, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 534, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 546, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 558, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 568, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 579, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
 */
/* fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
} */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 600, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 609, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 618, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 629, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 634, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
td,
th {
  padding: 0;
}

/* line 120, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em&xxxlarge=120em";
}

/* line 124, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
html {
  font-size: 100%;
  box-sizing: border-box;
}

/* line 130, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* line 137, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 152, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

/* line 164, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

/* line 171, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
select {
  width: 100%;
  border-radius: 0;
}

/* line 181, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

/* line 189, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}
/* line 173, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] button {
  outline: 0;
}

/* line 201, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
.is-visible {
  display: block !important;
}

/* line 205, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/_global.scss */
.is-hidden {
  display: none !important;
}

/* line 15, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
body {
  font-family: "Roboto", sans-serif;
}
/* line 17, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
body.overflow {
  overflow-y: hidden;
}

/* line 20, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
a {
  display: block;
  text-decoration: none;
}

div.new-container div.main-text a{
  display: inline !important;
}

.ajax-overlay{
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 111;
}

/* line 142, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/util/_mixins.scss */
.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
}
/* line 152, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/util/_mixins.scss */
.clearfix::after {
  clear: both;
}

/* line 27, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.small-title {
  font-size: 12px;
}

/* line 30, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.main-container .small-title {
  color: #8FA3AD;
}
/* line 32, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.main-container .italic {
  font-style: italic;
}

/* line 35, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.side-bar .small-title {
  color: #8FA3AD;
  margin-bottom: 20px;
}

/* line 39, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.blue-title {
  color: #029AE4;
  margin-bottom: 10px;
  margin-top: 40px;
  font-weight: 500;
}

/* line 44, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.blue-title-first {
  margin-top: 10px;
}

/* line 47, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.regular-medium {
  font-weight: 500;
  line-height: 22px;
}

/* line 51, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.smaller, .smaller-medium, .smaller-bold, table.analytics-table th {
  font-size: 14px;
  line-height: 18px;
}

.grid-block .smaller{
  font-size: 0.85em !important;
  line-height: 1.3em !important;
  margin: 3px auto !important;
}

/* line 55, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.smaller-medium {
  font-weight: 500;
}

/* line 59, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.smaller-bold, table.analytics-table th {
  font-weight: 700;
}

/* line 63, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.img-block {
  position: relative;
  overflow: hidden;
}

/* line 67, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.bg-img {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 74, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.indent-container {
  padding: 20px;
  overflow: hidden;
}
@media screen and (max-width: 39.9375em) {
  /* line 74, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
  .indent-container {
    padding: 10px;
  }
}

/* line 80, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.see-more {
  float: right;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #029AE4;
}

/* line 87, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.grid-container {
  margin: -10px;
  clear: both;
}
/* line 142, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/util/_mixins.scss */
.grid-container::before, .grid-container::after {
  content: ' ';
  display: table;
}
/* line 152, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/util/_mixins.scss */
.grid-container::after {
  clear: both;
}
/* line 91, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.grid-container .grid-block {
  position: relative;
  margin: 10px;
  float: left;
  overflow: hidden;
}
@media screen and (max-width: 39.9375em) {
  /* line 87, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
  .grid-container {
    margin: -5px;
  }
  /* line 98, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
  .grid-container .grid-block {
    margin: 5px;
  }
}

/* line 101, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.shadow {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: white;
}

/* line 105, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.search-option-field {
  display: none;
  padding-right: 10px;
  border: 1px solid #CED7DB;
  height: 47px;
  margin-right: 20px;
}
/* line 142, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/util/_mixins.scss */
.search-option-field::before, .search-option-field::after {
  content: ' ';
  display: table;
}
/* line 152, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/util/_mixins.scss */
.search-option-field::after {
  clear: both;
}
/* line 112, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.search-option-field .icon-container {
  position: relative;
  width: 47px;
  height: 45px;
  float: left;
  background-color: #EBEEF0;
  border-right: 1px solid #CED7DB;
}
/* line 119, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.search-option-field .icon-container svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  fill: #029AE4;
  width: 18px;
  height: 18px;
}
/* line 127, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.search-option-field .search {
  float: left;
}
/* line 129, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.search-option-field .search input {
  color: #536D79;
  line-height: 47px;
  margin-left: 10px;
  border: none;
  background-color: transparent;
  max-width: 150px;
  font-weight: 500;
}
/* line 137, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.search-option-field .search input:focus {
  outline: none;
}
/* line 139, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.search-option-field .search .datepicker {
  width: 6rem;
  text-align: center;
}
@media screen and (max-width: 39.9375em) {
  /* line 139, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
  .search-option-field .search .datepicker {
    width: 5rem;
    font-size: 14px;
  }
}
/* line 145, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.search-option-field .search .datepicker ~ span {
  margin-left: 10px;
}
@media screen and (max-width: 39.9375em) {
  /* line 105, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
  .search-option-field {
    margin-right: initial;
    width: 280px;
  }
}

/* line 151, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.button, .panel-button {
  position: relative;
  display: inline-block;
  background-color: #029AE4;
  float: right;
  text-align: center;
  border-radius: 2px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  padding: 0 20px;
  cursor: pointer;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
/* line 167, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.button svg, .panel-button svg {
  position: relative;
  top: 8px;
  left: 4px;
  fill: white;
  width: 24px;
  height: 24px;
}
/* line 174, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.button:hover, .panel-button:hover {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

/* line 177, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.panel-button {
  width: 160px;
  height: 40px;
  margin-top: 30px;
}

/* line 183, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.text-with-bold-span {
  font-size: 14px;
  color: #606060;
}
/* line 186, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.text-with-bold-span span {
  font-weight: 700;
}

/* line 189, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.line-separator {
  border-top: none;
  border-bottom: 1px solid #CED7DB;
  margin: 10px 0;
  display: none;
}

/* line 194, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.main-wrapper {
  width: 100%;
  background-color: white;
}
/* line 142, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/util/_mixins.scss */
.main-wrapper::before, .main-wrapper::after {
  content: ' ';
  display: table;
}
/* line 152, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/util/_mixins.scss */
.main-wrapper::after {
  clear: both;
}
@media screen and (min-width: 75em) {
  /* line 194, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
  .main-wrapper {
    /* padding-left: 250px; */
  }
}
/* line 200, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.main-wrapper > .clearfix {
  display: flex;
}

/* line 203, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.main-container {
  width: calc(100%);
  float: left;
  background-color: #EBEEF0;
  padding-bottom: 30px;
  margin-top: 50px;
  min-height: calc(100vh - 100px);
}
@media screen and (min-width: 64em) {
  /* line 203, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
  .main-container {
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 90em) {
  /* line 213, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
  .main-container > * {
    max-width: 95%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 120em) {
  /* line 203, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
  .main-container {
    width: calc(100% - 400px);
  }
  /* line 218, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
  .main-container > * {
    max-width: 90%;
    margin: 0 auto;
  }
}

/* line 222, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.side-bar {
  position: fixed;
  top: 50px;
  right: 0;
  bottom: 0;
  float: right;
  min-height: calc(100vh - 100px);
  width: 100%;
  z-index: 5;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
/* line 235, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.side-bar.opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media screen and (max-width: 39.9375em) {
  /* line 222, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
  .side-bar {
    right: 0;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 222, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
  .side-bar {
    width: 300px;
  }
}
@media screen and (min-width: 64em) {
  /* line 222, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
  .side-bar {
    position: relative;
    display: block;
    top: 0;
    margin-top: 50px;
    width: 300px;
    right: initial;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 120em) {
  /* line 222, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
  .side-bar {
    width: 400px;
  }
}
/* line 253, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.side-bar .indent-container:first-child {
  padding-top: 40px;
}

/* line 256, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.sidebar-button {
  position: fixed;
  background-color: #36464E;
  right: 0;
  top: 80px;
  width: 35px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
  border-radius: 3px 0 0 3px;
  line-height: 1;
  box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
/* line 269, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.sidebar-button svg {
  position: absolute;
  top: 7px;
  left: 5px;
  opacity: 0;
  fill: white;
  width: 24px;
  height: 24px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
/* line 278, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.sidebar-button svg:first-child {
  opacity: 1;
}
/* line 280, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.sidebar-button.opened {
  background-color: #029AE4;
}
/* line 283, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.sidebar-button.opened svg:first-child {
  opacity: 0;
}
/* line 285, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.sidebar-button.opened svg:nth-child(n+2) {
  opacity: 1;
}
@media screen and (min-width: 64em) {
  /* line 256, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
  .sidebar-button {
    display: none;
  }
}

/* line 290, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.breadcrumbs {
  font-size: 12px;
  font-weight: 500;
}
/* line 293, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.breadcrumbs a {
  display: inline-block;
  color: #536D79;
}
/* line 296, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.breadcrumbs a:hover {
  color: #029AE4;
}
/* line 298, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.breadcrumbs span {
  color: #AFBDC4;
  margin-left: 5px;
}

/* line 304, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.tab-container .tab-controls .tab-control {
  float: left;
  width: 50%;
  padding: 10px 0;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #CED7DB;
  border-bottom: 2px solid #CED7DB;
  cursor: pointer;
  font-weight: 500;
}
/* line 316, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.tab-container .tab-controls .tab-control.active {
  border-bottom: 2px solid #029AE4;
  color: #029AE4;
}
/* line 319, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.tab-container .tab-contents {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
/* line 323, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.tab-container .tab-contents .tab-content {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 330, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.tab-container .tab-contents .tab-content.active {
  position: relative;
  visibility: visible;
  z-index: 1;
}

/* line 335, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.tags-container {
  position: relative;
  margin: 10px 0 20px;
  padding-left: 30px;
}
/* line 142, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/util/_mixins.scss */
.tags-container::before, .tags-container::after {
  content: ' ';
  display: table;
}
/* line 152, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/util/_mixins.scss */
.tags-container::after {
  clear: both;
}
/* line 340, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.tags-container svg {
  position: absolute;
  top: 10px;
  left: 0;
  width: 20px;
  height: 20px;
  fill: #778F9B;
}
/* line 347, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.tags-container .tag {
  float: left;
  line-height: 30px;
  background-color: #AFBDC4;
  padding: 0 15px;
  margin: 5px;
  color: white;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  text-transform: capitalize;
}
/* line 357, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.tags-container .tag:hover, .tags-container .tag.active {
  background-color: #029AE4;
}

/* line 360, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.dropdown-container {
  position: absolute;
  display: none;
  width: 100%;
  background: #EBEEF0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 1;
}
/* line 368, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.dropdown-container.visible {
  display: block;
}
/* line 370, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.dropdown-container a {
  padding: 10px;
}

/* line 373, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.download {
  position: relative;
  padding: 20px;
}
/* line 376, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.download .dropdown-container {
  width: 220px;
  top: 60px;
  right: 25px;
  padding: 5px;
}
/* line 381, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.download .dropdown-container a {
  padding: 5px;
  color: #536D79;
}
/* line 384, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.download .dropdown-container a:hover {
  color: #029AE4;
}
@media screen and (max-width: 39.9375em) {
  /* line 373, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
  .download {
    padding: 10px;
  }
  /* line 388, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
  .download .dropdown-container {
    right: 15px;
  }
}

/* line 392, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.production-container .map-container {
  margin-top: 30px;
  width: 100%;
  position: relative;
}
/* line 396, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.production-container .map-container svg {
  width: 100%;
  height: 100%;
}
/* line 399, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.production-container .map-container svg .region {
  position: relative;
  cursor: pointer;
}
/* line 402, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.production-container .map-container svg .region * {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 405, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.production-container .map-container svg .region:hover polygon, .production-container .map-container svg .region:hover path {
  fill: #029AE4;
}
/* line 407, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.production-container .map-container svg .region:hover circle {
  r: 3;
  stroke: white;
  stroke-width: 1;
}
/* line 411, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.production-container .map-container svg .region:hover text {
  fill: white;
  font-weight: bold;
}

.region-active polygon, .region-active path{
  fill: #029AE4;
}

.region-active text{
  fill: white;
  font-weight: bold;
}

.region-active circle{
  r: 3;
  stroke: white;
  stroke-width: 1;
}
/* line 414, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.production-container .info-statistics {
  max-width: 300px;
}
/* line 416, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.production-container .info-statistics .total {
  font-size: 28px;
  color: #029AE4;
  margin: 10px 0;
  font-weight: 700;
}
/* line 421, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.production-container .info-statistics .total span {
  font-size: 14px;
  font-weight: 400;
}
/* line 424, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.production-container .progress-bar {
  position: relative;
  width: 100%;
  height: 30px;
  background-color: #EBEEF0;
  text-align: right;
}
/* line 430, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.production-container .progress-bar p {
  position: relative;
  font-size: 12px;
  color: #606060;
  line-height: 30px;
  margin-right: 10px;
  z-index: 1;
}
/* line 437, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.production-container .progress-bar p span {
  font-weight: 700;
}
/* line 439, /home/applications/develop/shuvar/development/app/assets/stylesheets/_general.sass */
.production-container .progress-bar .percent-bar {
  position: absolute;
  height: 100%;
  background-color: #029AE4;
}

/* line 142, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/util/_mixins.scss */
.news::before, .news::after {
  content: ' ';
  display: table;
}
/* line 152, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/util/_mixins.scss */
.news::after {
  clear: both;
}
/* line 3, /home/applications/develop/shuvar/development/app/assets/stylesheets/_news.sass */
.news .grid-block {
  height: 450px;
  cursor: pointer;
  width: calc(30% - 20px);
}
/* line 7, /home/applications/develop/shuvar/development/app/assets/stylesheets/_news.sass */
.news .grid-block:first-child {
  width: calc(40% - 20px);
}
/* line 9, /home/applications/develop/shuvar/development/app/assets/stylesheets/_news.sass */
.news .grid-block .img-block {
  height: 50%;
}
@media screen and (min-width: 90em) {
  /* line 9, /home/applications/develop/shuvar/development/app/assets/stylesheets/_news.sass */
  .news .grid-block .img-block {
    height: 60%;
  }
}
/* line 13, /home/applications/develop/shuvar/development/app/assets/stylesheets/_news.sass */
.news .grid-block .text {
  padding: 10px 20px;
}
@media screen and (min-width: 90em) {
  /* line 13, /home/applications/develop/shuvar/development/app/assets/stylesheets/_news.sass */
  .news .grid-block .text {
    padding: 20px;
  }
}
/* line 17, /home/applications/develop/shuvar/development/app/assets/stylesheets/_news.sass */
.news .grid-block .small-title {
  position: relative;
  color: #778F9B;
  font-weight: 500;
  z-index: 1;
}
/* line 22, /home/applications/develop/shuvar/development/app/assets/stylesheets/_news.sass */
.news .grid-block .regular-medium, .news .grid-block .smaller, .news .grid-block .smaller-medium, .news .grid-block .smaller-bold, .news .grid-block table.analytics-table th, table.analytics-table .news .grid-block th {
  position: relative;
  color: #36464E;
  z-index: 1;
}
/* line 26, /home/applications/develop/shuvar/development/app/assets/stylesheets/_news.sass */
.news .grid-block .smaller, .news .grid-block .smaller-medium, .news .grid-block .smaller-bold, .news .grid-block table.analytics-table th, table.analytics-table .news .grid-block th {
  margin-top: 10px;
}
/* line 28, /home/applications/develop/shuvar/development/app/assets/stylesheets/_news.sass */
.news .grid-block .text-bg-rollable {
  content: "";
  position: absolute;
  width: 150%;
  height: 100%;
  top: 45%;
  left: -25%;
  background-color: white;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
  z-index: 1;
}
@media screen and (min-width: 90em) {
  /* line 28, /home/applications/develop/shuvar/development/app/assets/stylesheets/_news.sass */
  .news .grid-block .text-bg-rollable {
    top: 50%;
  }
}
/* line 41, /home/applications/develop/shuvar/development/app/assets/stylesheets/_news.sass */
.news .grid-block:nth-child(even) .text-bg-rollable {
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
}
/* line 43, /home/applications/develop/shuvar/development/app/assets/stylesheets/_news.sass */
.news .grid-block * {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 46, /home/applications/develop/shuvar/development/app/assets/stylesheets/_news.sass */
.news .grid-block:hover .bg-img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
/* line 48, /home/applications/develop/shuvar/development/app/assets/stylesheets/_news.sass */
.news .grid-block:hover .regular-medium, .news .grid-block:hover .smaller, .news .grid-block:hover .smaller-medium, .news .grid-block:hover .smaller-bold, .news .grid-block:hover table.analytics-table th, table.analytics-table .news .grid-block:hover th, .news .grid-block:hover .small-title {
  color: white;
}
/* line 50, /home/applications/develop/shuvar/development/app/assets/stylesheets/_news.sass */
.news .grid-block:hover .text-bg-rollable {
  background-color: #029AE4;
}
/* line 53, /home/applications/develop/shuvar/development/app/assets/stylesheets/_news.sass */
.news .grid-block.shadow:hover {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 39.9375em) {
  /* line 3, /home/applications/develop/shuvar/development/app/assets/stylesheets/_news.sass */
  .news .grid-block {
    width: calc(100% - 10px) !important;
    height: 300px;
  }
}

/* line 59, /home/applications/develop/shuvar/development/app/assets/stylesheets/_news.sass */
.horizontal-news-container {
  margin-top: 30px;
}
/* line 61, /home/applications/develop/shuvar/development/app/assets/stylesheets/_news.sass */
.horizontal-news-container .news-block {
  padding: 20px;
  border-bottom: 1px solid #EBEEF0;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 142, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/util/_mixins.scss */
.horizontal-news-container .news-block::before, .horizontal-news-container .news-block::after {
  content: ' ';
  display: table;
}
/* line 152, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/util/_mixins.scss */
.horizontal-news-container .news-block::after {
  clear: both;
}
@media screen and (max-width: 39.9375em) {
  /* line 61, /home/applications/develop/shuvar/development/app/assets/stylesheets/_news.sass */
  .horizontal-news-container .news-block {
    padding: 10px;
  }
}
/* line 69, /home/applications/develop/shuvar/development/app/assets/stylesheets/_news.sass */
.horizontal-news-container .news-block * {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 72, /home/applications/develop/shuvar/development/app/assets/stylesheets/_news.sass */
.horizontal-news-container .news-block .photo {
  position: relative;
  float: left;
  width: 100px;
  height: 80px;
  overflow: hidden;
}
/* line 78, /home/applications/develop/shuvar/development/app/assets/stylesheets/_news.sass */
.horizontal-news-container .news-block .photo .bg-img {
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 81, /home/applications/develop/shuvar/development/app/assets/stylesheets/_news.sass */
.horizontal-news-container .news-block .text {
  padding-left: 120px;
}
/* line 83, /home/applications/develop/shuvar/development/app/assets/stylesheets/_news.sass */
.horizontal-news-container .news-block .text .title {
  font-weight: 500;
  color: #36464E;
  line-height: 22px;
}
@media screen and (max-width: 39.9375em) {
  /* line 83, /home/applications/develop/shuvar/development/app/assets/stylesheets/_news.sass */
  .horizontal-news-container .news-block .text .title {
    font-size: 14px;
    line-height: 16px;
  }
}
/* line 90, /home/applications/develop/shuvar/development/app/assets/stylesheets/_news.sass */
.horizontal-news-container .news-block .text .date {
  font-size: 12px;
  font-weight: 500;
  color: #778F9B;
  margin-top: 10px;
}
/* line 95, /home/applications/develop/shuvar/development/app/assets/stylesheets/_news.sass */
.horizontal-news-container .news-block:hover {
  background: #029AE4;
}
/* line 97, /home/applications/develop/shuvar/development/app/assets/stylesheets/_news.sass */
.horizontal-news-container .news-block:hover .bg-img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
/* line 99, /home/applications/develop/shuvar/development/app/assets/stylesheets/_news.sass */
.horizontal-news-container .news-block:hover .title, .horizontal-news-container .news-block:hover .date {
  color: white;
}

/* line 3, /home/applications/develop/shuvar/development/app/assets/stylesheets/_product-category-on-sidebar.sass */
.product-category-on-sidebar .product-block {
  display: block;
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #EBEEF0;
  cursor: pointer;
}
/* line 9, /home/applications/develop/shuvar/development/app/assets/stylesheets/_product-category-on-sidebar.sass */
.product-category-on-sidebar .product-block > * {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
/* line 11, /home/applications/develop/shuvar/development/app/assets/stylesheets/_product-category-on-sidebar.sass */
.product-category-on-sidebar .product-block:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 100%;
  top: 0;
  left: -50%;
  background-color: #029AE4;
  opacity: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
/* line 21, /home/applications/develop/shuvar/development/app/assets/stylesheets/_product-category-on-sidebar.sass */
.product-category-on-sidebar .product-block .name {
  position: relative;
  color: #36464E;
  font-weight: 500;
  z-index: 1;
}
/* line 26, /home/applications/develop/shuvar/development/app/assets/stylesheets/_product-category-on-sidebar.sass */
.product-category-on-sidebar .product-block .quantity {
  position: relative;
  color: #CED7DB;
  font-size: 12px;
  z-index: 1;
}
/* line 31, /home/applications/develop/shuvar/development/app/assets/stylesheets/_product-category-on-sidebar.sass */
.product-category-on-sidebar .product-block .product-block-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
/* line 38, /home/applications/develop/shuvar/development/app/assets/stylesheets/_product-category-on-sidebar.sass */
.product-category-on-sidebar .product-block svg {
  fill: #CED7DB;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: -5px;
}
/* line 46, /home/applications/develop/shuvar/development/app/assets/stylesheets/_product-category-on-sidebar.sass */
.product-category-on-sidebar .product-block:hover .name, .product-category-on-sidebar .product-block:hover .quantity {
  color: white;
}
/* line 48, /home/applications/develop/shuvar/development/app/assets/stylesheets/_product-category-on-sidebar.sass */
.product-category-on-sidebar .product-block:hover svg {
  fill: white;
}
/* line 50, /home/applications/develop/shuvar/development/app/assets/stylesheets/_product-category-on-sidebar.sass */
.product-category-on-sidebar .product-block:hover:before {
  opacity: 1;
}

/* line 3, /home/applications/develop/shuvar/development/app/assets/stylesheets/_expert-view-container.sass */
.expert-view-container .expert-view-block {
  position: relative;
  padding: 15px 0;
}
/* line 142, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/util/_mixins.scss */
.expert-view-container .expert-view-block::before, .expert-view-container .expert-view-block::after {
  content: ' ';
  display: table;
}
/* line 152, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/util/_mixins.scss */
.expert-view-container .expert-view-block::after {
  clear: both;
}
/* line 7, /home/applications/develop/shuvar/development/app/assets/stylesheets/_expert-view-container.sass */
.expert-view-container .expert-view-block:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 150%;
  top: 0;
  left: -25%;
  background-color: #029AE4;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 18, /home/applications/develop/shuvar/development/app/assets/stylesheets/_expert-view-container.sass */
.expert-view-container .expert-view-block * {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 20, /home/applications/develop/shuvar/development/app/assets/stylesheets/_expert-view-container.sass */
.expert-view-container .expert-view-block .photo {
  position: relative;
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
/* line 27, /home/applications/develop/shuvar/development/app/assets/stylesheets/_expert-view-container.sass */
.expert-view-container .expert-view-block .photo .bg-img {
  border-radius: 50%;
}
/* line 29, /home/applications/develop/shuvar/development/app/assets/stylesheets/_expert-view-container.sass */
.expert-view-container .expert-view-block .text {
  float: left;
  width: calc(100% - 50px);
  position: relative;
  z-index: 1;
}
/* line 34, /home/applications/develop/shuvar/development/app/assets/stylesheets/_expert-view-container.sass */
.expert-view-container .expert-view-block .date {
  font-size: 12px;
  color: #778F9B;
  font-weight: 500;
  margin-left: 20px;
}
/* line 39, /home/applications/develop/shuvar/development/app/assets/stylesheets/_expert-view-container.sass */
.expert-view-container .expert-view-block .title {
  font-size: 14px;
  color: #36464E;
  margin-left: 20px;
  font-weight: 500;
  line-height: 17px;
}
/* line 46, /home/applications/develop/shuvar/development/app/assets/stylesheets/_expert-view-container.sass */
.expert-view-container .expert-view-block:hover:before {
  opacity: 1;
}
/* line 50, /home/applications/develop/shuvar/development/app/assets/stylesheets/_expert-view-container.sass */
.expert-view-container .expert-view-block:hover * {
  color: white;
}

/* line 1, /home/applications/develop/shuvar/development/app/assets/stylesheets/_filter-for-price.sass */
.filter-for-price-container {
  position: relative;
  padding-left: 30px;
}
/* line 5, /home/applications/develop/shuvar/development/app/assets/stylesheets/_filter-for-price.sass */
.filter-for-price-container .small-title {
  margin-bottom: 0;
}
/* line 7, /home/applications/develop/shuvar/development/app/assets/stylesheets/_filter-for-price.sass */
.filter-for-price-container svg {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 20px;
  fill: #029AE4;
}
/* line 14, /home/applications/develop/shuvar/development/app/assets/stylesheets/_filter-for-price.sass */
.filter-for-price-container .select-arrow {
  position: absolute;
  top: 10px;
  right: 10px;
}
/* line 18, /home/applications/develop/shuvar/development/app/assets/stylesheets/_filter-for-price.sass */
.filter-for-price-container .select-arrow svg {
  width: 10px;
  height: 5px;
}
/* line 21, /home/applications/develop/shuvar/development/app/assets/stylesheets/_filter-for-price.sass */
.filter-for-price-container .clearfix {
  margin-top: 30px;
}
/* line 23, /home/applications/develop/shuvar/development/app/assets/stylesheets/_filter-for-price.sass */
.filter-for-price-container .currency-container {
  float: left;
}
/* line 25, /home/applications/develop/shuvar/development/app/assets/stylesheets/_filter-for-price.sass */
.filter-for-price-container .currency-container .currency {
  display: inline-block;
  font-size: 12px;
  color: #AFBDC4;
  text-transform: uppercase;
  width: 40px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
/* line 36, /home/applications/develop/shuvar/development/app/assets/stylesheets/_filter-for-price.sass */
.filter-for-price-container .currency-container .currency:hover, .filter-for-price-container .currency-container .currency.active {
  color: white;
  background-color: #029AE4;
}
/* line 39, /home/applications/develop/shuvar/development/app/assets/stylesheets/_filter-for-price.sass */
.filter-for-price-container .pricing-container {
  float: right;
  width: 90px;
  position: relative;
}

/* line 1, /home/applications/develop/shuvar/development/app/assets/stylesheets/_filter.sass */
.filter-container {
  margin-top: 30px;
}

/* line 3, /home/applications/develop/shuvar/development/app/assets/stylesheets/_filter.sass */
.filter-option {
  position: relative;
  cursor: pointer;
}
/* line 6, /home/applications/develop/shuvar/development/app/assets/stylesheets/_filter.sass */
.filter-option:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 100%;
  top: 0;
  left: -50%;
  background-color: #029AE4;
  opacity: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
/* line 16, /home/applications/develop/shuvar/development/app/assets/stylesheets/_filter.sass */
.filter-option label {
  display: block;
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: #8FA3AD;
  margin-left: 30px;
  padding: 10px 0;
  font-weight: 500;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  cursor: pointer;
}
/* line 27, /home/applications/develop/shuvar/development/app/assets/stylesheets/_filter.sass */
.filter-option label .qnty {
  color: #CED7DB;
}
/* line 29, /home/applications/develop/shuvar/development/app/assets/stylesheets/_filter.sass */
.filter-option svg {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  left: 0;
  fill: #029AE4;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
/* line 37, /home/applications/develop/shuvar/development/app/assets/stylesheets/_filter.sass */
.filter-option .check {
  display: block;
  position: absolute;
  border: 2px solid #8FA3AD;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 0;
  z-index: 1;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
/* line 47, /home/applications/develop/shuvar/development/app/assets/stylesheets/_filter.sass */
.filter-option input {
  visibility: hidden;
  position: absolute;
}
/* line 51, /home/applications/develop/shuvar/development/app/assets/stylesheets/_filter.sass */
.filter-option:hover:before {
  opacity: 1;
}
/* line 53, /home/applications/develop/shuvar/development/app/assets/stylesheets/_filter.sass */
.filter-option:hover label {
  color: #fefefe;
}
/* line 55, /home/applications/develop/shuvar/development/app/assets/stylesheets/_filter.sass */
.filter-option:hover label .qnty {
  color: #fefefe;
}
/* line 57, /home/applications/develop/shuvar/development/app/assets/stylesheets/_filter.sass */
.filter-option:hover svg {
  fill: white;
}
/* line 59, /home/applications/develop/shuvar/development/app/assets/stylesheets/_filter.sass */
.filter-option:hover .check {
  border: 2px solid white;
}
/* line 62, /home/applications/develop/shuvar/development/app/assets/stylesheets/_filter.sass */
.filter-option.radio .check {
  border-radius: 100%;
}
/* line 64, /home/applications/develop/shuvar/development/app/assets/stylesheets/_filter.sass */
.filter-option.radio .check:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  width: 10px;
  height: 10px;
  top: 3px;
  left: 3px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
/* line 76, /home/applications/develop/shuvar/development/app/assets/stylesheets/_filter.sass */
.filter-option.radio input:checked ~ .check:before {
  background-color: #029AE4;
}
/* line 81, /home/applications/develop/shuvar/development/app/assets/stylesheets/_filter.sass */
.filter-option.radio:hover input:checked ~ .check:before {
  background-color: white;
}
/* line 84, /home/applications/develop/shuvar/development/app/assets/stylesheets/_filter.sass */
.filter-option.checkbox .check {
  border-radius: 20%;
}
/* line 86, /home/applications/develop/shuvar/development/app/assets/stylesheets/_filter.sass */
.filter-option.checkbox .check:before {
  display: block;
  position: absolute;
  content: "✓";
  color: white;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  left: 3px;
  top: 2px;
  opacity: 0;
}
/* line 99, /home/applications/develop/shuvar/development/app/assets/stylesheets/_filter.sass */
.filter-option.checkbox input:checked ~ .check:before {
  color: #029AE4;
  opacity: 1;
}
/* line 105, /home/applications/develop/shuvar/development/app/assets/stylesheets/_filter.sass */
.filter-option.checkbox:hover input:checked ~ .check:before {
  opacity: 1;
  color: white;
}

/* line 1, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
table.analytics-table {
  width: 100%;
  margin-top: 30px;
  counter-reset: rowNumber;
}
/* line 6, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
table.analytics-table tr {
  border-bottom: 1px solid #EBEEF0;
}
/* line 9, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
table.analytics-table .growth, table.analytics-table .decrease, table.analytics-table .equal {
  position: relative;
}
/* line 11, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
table.analytics-table .first-svg, table.analytics-table .second-svg {
  display: none;
}
/* line 13, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
table.analytics-table .first-svg svg, table.analytics-table .second-svg svg {
  position: relative;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
/* line 18, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
table.analytics-table .growth {
  color: #429F46;
}
/* line 20, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
table.analytics-table .growth .first-svg {
  display: inline-block;
}
/* line 22, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
table.analytics-table .growth .first-svg svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  fill: #429F46;
}
/* line 25, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
table.analytics-table .decrease {
  color: #E54918;
}
/* line 27, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
table.analytics-table .decrease .first-svg {
  display: inline-block;
}
/* line 29, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
table.analytics-table .decrease .first-svg svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  fill: #E54918;
}
/* line 32, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
table.analytics-table .equal {
  color: #778F9B;
}
/* line 34, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
table.analytics-table .equal .second-svg {
  display: inline-block;
}
/* line 36, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
table.analytics-table .equal .second-svg svg {
  fill: #778F9B;
}
/* line 39, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
table.analytics-table .product-row {
  counter-increment: rowNumber;
  cursor: pointer;
}
/* line 42, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
table.analytics-table .product-row .hover-svg {
  position: absolute;
  opacity: 0;
  top: 10px;
  right: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: none;
}
/* line 49, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
table.analytics-table .product-row .hover-svg svg {
  fill: #029AE4;
}
@media screen and (min-width: 75em) {
  /* line 42, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
  table.analytics-table .product-row .hover-svg {
    display: block;
  }
}
/* line 53, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
table.analytics-table .product-row:hover {
  background: #029AE4;
}
/* line 55, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
table.analytics-table .product-row:hover td {
  color: white !important;
}
/* line 57, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
table.analytics-table .product-row:hover td svg {
  fill: white !important;
}
/* line 59, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
table.analytics-table .product-row:hover .hover-svg {
  opacity: 1;
  right: 10px;
}
/* line 63, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
table.analytics-table .product-row td:first-child:after {
  content: counter(rowNumber);
}
/* line 66, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
table.analytics-table th {
  color: white;
  background-color: #445963;
  text-transform: uppercase;
  padding: 15px 0;
  padding-left: 20px;
}
/* line 73, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
table.analytics-table th span {
  font-size: 12px;
  opacity: 0.5;
  font-weight: 100;
}
/* line 77, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
table.analytics-table th, table.analytics-table td {
  text-align: left;
}
/* line 79, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
table.analytics-table td {
  position: relative;
  padding: 10px 0;
  color: #536D79;
  font-size: 14px;
  padding-left: 20px;
}

table.analytics-table td span.unit{
  margin-left: 10px;
  color: #8FA3AD;
  font-style: italic;
  font-size: 12px;

}
/* line 85, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
table.analytics-table tr.subheader-tr {
  background-color: #CED7DB;
}
@media screen and (max-width: 39.9375em) {
  /* line 85, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
  table.analytics-table tr.subheader-tr {
    display: none;
  }
}
/* line 89, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
table.analytics-table td.subheader-cell {
  color: #536D79;
  line-height: 1;
}
/* line 92, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
table.analytics-table td.subheader-cell span {
  color: #8FA3AD;
  font-size: 12px;
  display: block;
}
@media screen and (max-width: 39.9375em) {
  /* line 99, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
  table.analytics-table th {
    display: none;
  }
  /* line 101, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
  table.analytics-table tr {
    display: block;
    padding: 15px 20px 20px;
    border-bottom: 0;
  }
  /* line 105, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
  table.analytics-table tr:first-child {
    display: none;
  }
  /* line 107, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
  table.analytics-table tr:nth-child(odd) {
    background-color: #EBEEF0;
  }
  /* line 109, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
  table.analytics-table td {
    display: block;
    text-align: right;
    padding: 5px 0;
    font-size: 12px;
  }
  /* line 114, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
  table.analytics-table td:last-child {
    border-bottom: 0;
  }
  /* line 116, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
  table.analytics-table td:before {
    content: attr(data-label) ": ";
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
}
/* line 122, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
table.analytics-table .product-category {
  padding: 0;
}
/* line 124, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
table.analytics-table .product-category td {
  padding: 10px 20px;
  text-align: left;
  background-color: #CED7DB;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #36464E;
  padding: 10px 20px;
}
/* line 133, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
table.analytics-table .product-category td:before {
  all: initial;
}
@media screen and (max-width: 39.9375em) {
  /* line 136, /home/applications/develop/shuvar/development/app/assets/stylesheets/_tables.sass */
  table.analytics-table .product-category td {
    color: #029AE4;
  }
}

/* line 1, /home/applications/develop/shuvar/development/app/assets/stylesheets/_select.sass */
select {
  position: relative;
  display: inline-block;
  border: none;
  border-bottom: 1px solid #CED7DB;
  background-color: transparent;
  font-size: 14px;
  color: #536D79;
  padding: 5px 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearence: none;
  font-weight: 500;
}
/* line 14, /home/applications/develop/shuvar/development/app/assets/stylesheets/_select.sass */
select::-ms-expand {
  display: none;
}

/**
 * @license Highcharts
 *
 * (c) 2009-2016 Torstein Honsi
 *
 * License: www.highcharts.com/license
 */
/* line 8, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: left;
  line-height: normal;
  z-index: 0;
  /* #1072 */
  -webkit-tap-highlight-color: transparent;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/* line 22, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-root text {
  stroke-width: 0;
}

/* line 26, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-background {
  fill: #ffffff;
}

/* line 30, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-plot-border, .highcharts-plot-background {
  fill: none;
}

/* line 34, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-label-box {
  fill: none;
}

/* line 38, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-button-box {
  fill: inherit;
}

/* Titles */
/* line 43, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-title {
  fill: #333333;
  font-size: 1.5em;
}

/* line 48, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-subtitle {
  fill: #666666;
}

/* Axes */
/* line 53, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-axis-line {
  fill: none;
  stroke: #ccd6eb;
}

/* line 58, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-yaxis .highcharts-axis-line {
  stroke-width: 0;
}

/* line 62, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-axis-title {
  fill: #666666;
}

/* line 66, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-axis-labels {
  fill: #666666;
  cursor: default;
  font-size: 0.9em;
}

/* line 72, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-grid-line {
  fill: none;
  stroke: #e6e6e6;
}

/* line 77, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-xaxis-grid .highcharts-grid-line {
  stroke-width: 0;
}

/* line 81, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-tick {
  stroke: #ccd6eb;
}

/* line 85, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-yaxis .highcharts-tick {
  stroke-width: 0;
}

/* line 89, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-minor-grid-line {
  stroke: #f2f2f2;
}

/* line 93, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-crosshair-thin {
  stroke-width: 1px;
  stroke: #cccccc;
}

/* line 98, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-crosshair-category {
  stroke: #ccd6eb;
  stroke-opacity: 0.25;
}

/* Credits */
/* line 104, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-credits {
  cursor: pointer;
  fill: #999999;
  font-size: 0.7em;
  transition: fill 250ms, font-size 250ms;
}

/* line 111, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-credits:hover {
  fill: black;
  font-size: 1em;
}

/* Tooltip */
/* line 117, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-tooltip {
  cursor: default;
  pointer-events: none;
  white-space: nowrap;
  transition: stroke 150ms;
}

/* line 124, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-tooltip text {
  fill: #333333;
}

/* line 128, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-tooltip .highcharts-header {
  font-size: 0.85em;
}

/* line 132, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-tooltip-box {
  stroke-width: 1px;
  fill: #f7f7f7;
  fill-opacity: 0.85;
}

/* line 138, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-selection-marker {
  fill: #335cad;
  fill-opacity: 0.25;
}

/* line 143, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-graph {
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* line 150, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-state-hover .highcharts-graph {
  stroke-width: 3;
}

/* line 154, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-state-hover path {
  transition: stroke-width 50;
  /* quick in */
}

/* line 159, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-state-normal path {
  transition: stroke-width 250ms;
  /* slow out */
}

/* Legend hover affects points and series */
/* line 165, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
g.highcharts-series, .highcharts-point {
  transition: opacity 250ms;
}

/* line 169, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-legend-series-active g.highcharts-series:not(.highcharts-series-hover),
.highcharts-legend-point-active .highcharts-point:not(.highcharts-point-hover) {
  opacity: 0.2;
}

/* Series options */
/* Default colors */
/* line 176, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-color-0 {
  fill: #7cb5ec;
  stroke: #7cb5ec;
}

/* line 181, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-color-1 {
  fill: #434348;
  stroke: #434348;
}

/* line 186, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-color-2 {
  fill: #90ed7d;
  stroke: #90ed7d;
}

/* line 191, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-color-3 {
  fill: #f7a35c;
  stroke: #f7a35c;
}

/* line 196, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-color-4 {
  fill: #8085e9;
  stroke: #8085e9;
}

/* line 201, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-color-5 {
  fill: #f15c80;
  stroke: #f15c80;
}

/* line 206, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-color-6 {
  fill: #e4d354;
  stroke: #e4d354;
}

/* line 211, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-color-7 {
  fill: #2b908f;
  stroke: #2b908f;
}

/* line 216, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-color-8 {
  fill: #f45b5b;
  stroke: #f45b5b;
}

/* line 221, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-color-9 {
  fill: #91e8e1;
  stroke: #91e8e1;
}

/* line 226, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-area {
  fill-opacity: 0.75;
  stroke-width: 0;
}

/* line 231, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-markers {
  stroke-width: 1px;
  stroke: #ffffff;
}

/* line 236, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-point {
  stroke-width: 1px;
}

/* line 240, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-dense-data .highcharts-point {
  stroke-width: 0;
}

/* line 244, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-data-label {
  font-size: 0.9em;
  font-weight: bold;
}

/* line 249, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-data-label-box {
  fill: none;
  stroke-width: 0;
}

/* line 254, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-data-label text {
  fill: #333333;
}

/* line 258, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-data-label-connector {
  fill: none;
}

/* line 262, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-halo {
  fill-opacity: 0.25;
  stroke-width: 0;
}

/* line 267, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-point-select {
  fill: #cccccc;
  stroke: #000000;
}

/* line 272, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-column-series .highcharts-point {
  stroke: #ffffff;
  transition: fill-opacity 250ms;
}

/* line 277, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-column-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}

/* line 282, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-pie-series .highcharts-point {
  stroke-linejoin: round;
  stroke: #ffffff;
}

/* line 287, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-pie-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}

/* line 292, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-pie-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit;
}

/* line 297, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-funnel-series .highcharts-point {
  stroke-linejoin: round;
  stroke: #ffffff;
}

/* line 302, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-funnel-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}

/* line 307, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-funnel-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit;
}

/* line 312, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-pyramid-series .highcharts-point {
  stroke-linejoin: round;
  stroke: #ffffff;
}

/* line 317, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-pyramid-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}

/* line 322, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-pyramid-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit;
}

/* line 327, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-solidgauge-series .highcharts-point {
  stroke-width: 0;
}

/* line 331, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-treemap-series .highcharts-point {
  stroke-width: 1px;
  stroke: #e6e6e6;
  transition: stroke 250ms, fill 250ms, fill-opacity 250ms;
}

/* line 337, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-treemap-series .highcharts-point-hover {
  stroke: #999999;
  transition: stroke 25ms, fill 25ms, fill-opacity 25ms;
}

/* line 342, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-treemap-series .highcharts-above-level {
  display: none;
}

/* line 346, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-treemap-series .highcharts-internal-node {
  fill: none;
}

/* line 350, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-treemap-series .highcharts-internal-node-interactive {
  fill-opacity: 0.15;
  cursor: pointer;
}

/* line 355, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-treemap-series .highcharts-internal-node-interactive:hover {
  fill-opacity: 0.75;
}

/* Legend */
/* line 360, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-legend-box {
  fill: none;
  stroke-width: 0;
}

/* line 365, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-legend-item text {
  fill: #333333;
  font-weight: bold;
  cursor: pointer;
  stroke-width: 0;
}

/* line 372, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-legend-item:hover text {
  fill: #000000;
}

/* line 376, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-legend-item-hidden * {
  fill: #cccccc !important;
  stroke: #cccccc !important;
  transition: fill 250ms;
}

/* line 382, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-legend-nav-active {
  fill: #003399;
  cursor: pointer;
}

/* line 387, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-legend-nav-inactive {
  fill: #cccccc;
}

/* line 391, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-legend-title-box {
  fill: none;
  stroke-width: 0;
}

/* Loading */
/* line 397, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-loading {
  position: absolute;
  background-color: #ffffff;
  opacity: 0.5;
  text-align: center;
  z-index: 10;
  transition: opacity 250ms;
}

/* line 406, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-loading-hidden {
  height: 0 !important;
  opacity: 0;
  overflow: hidden;
  transition: opacity 250ms, height 250ms step-end;
}

/* line 413, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-loading-inner {
  font-weight: bold;
  position: relative;
  top: 45%;
}

/* Plot bands and polar pane backgrounds */
/* line 420, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-plot-band {
  fill: #000000;
  fill-opacity: 0.05;
}

/* line 425, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-plot-line {
  fill: none;
  stroke: #999999;
  stroke-width: 1px;
}

/* Highcharts More */
/* line 432, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-boxplot-box {
  fill: #ffffff;
}

/* line 436, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-boxplot-median {
  stroke-width: 2px;
}

/* line 440, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-bubble-series .highcharts-point {
  fill-opacity: 0.5;
}

/* line 444, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-errorbar-series .highcharts-point {
  stroke: #000000;
}

/* line 448, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-gauge-series .highcharts-data-label-box {
  stroke: #cccccc;
  stroke-width: 1px;
}

/* line 453, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-gauge-series .highcharts-dial {
  fill: #000000;
  stroke-width: 0;
}

/* line 458, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-polygon-series .highcharts-graph {
  fill: inherit;
  stroke-width: 0;
}

/* line 463, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-waterfall-series .highcharts-graph {
  stroke: #333333;
  stroke-dasharray: 1, 3;
}

/* Highstock */
/* line 469, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-navigator-mask {
  fill: #6685c2;
  /* navigator.maskFill option */
  fill-opacity: 0.25;
}

/* line 475, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-navigator-mask-inside {
  fill: #6685c2;
  /* navigator.maskFill option */
  fill-opacity: 0.25;
  cursor: ew-resize;
}

/* line 482, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-navigator-outline {
  stroke: #cccccc;
  fill: none;
}

/* line 487, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-navigator-handle {
  stroke: #cccccc;
  fill: #f2f2f2;
  cursor: ew-resize;
}

/* line 493, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-navigator-series {
  fill: #335cad;
  stroke: #335cad;
}

/* line 498, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-navigator-series .highcharts-graph {
  stroke-width: 1px;
}

/* line 502, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-navigator-series .highcharts-area {
  fill-opacity: 0.05;
}

/* line 506, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-navigator-xaxis .highcharts-axis-line {
  stroke-width: 0;
}

/* line 510, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-navigator-xaxis .highcharts-grid-line {
  stroke-width: 1px;
  stroke: #e6e6e6;
}

/* line 515, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-navigator-xaxis.highcharts-axis-labels {
  fill: #999999;
}

/* line 519, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-navigator-yaxis .highcharts-grid-line {
  stroke-width: 0;
}

/* line 523, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-scrollbar-thumb {
  fill: #cccccc;
  stroke: #cccccc;
  stroke-width: 1px;
}

/* line 529, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-scrollbar-button {
  fill: #e6e6e6;
  stroke: #cccccc;
  stroke-width: 1px;
}

/* line 535, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-scrollbar-arrow {
  fill: #666666;
}

/* line 539, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-scrollbar-rifles {
  stroke: #666666;
  stroke-width: 1px;
}

/* line 544, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-scrollbar-track {
  fill: #f2f2f2;
  stroke: #f2f2f2;
  stroke-width: 1px;
}

/* line 550, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-button {
  fill: #f7f7f7;
  stroke: #cccccc;
  cursor: default;
  stroke-width: 1px;
  transition: fill 250ms;
}

/* line 558, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-button text {
  fill: #333333;
}

/* line 562, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-button-hover {
  transition: fill 0ms;
  fill: #e6e6e6;
  stroke: #333333;
}

/* line 568, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-button-pressed {
  font-weight: bold;
  fill: #e6ebf5;
  stroke: #335cad;
}

/* line 574, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-button-disabled text {
  fill: #cccccc;
}

/* line 578, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-range-selector-buttons .highcharts-button {
  stroke-width: 0;
}

/* line 582, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-range-label rect {
  fill: none;
}

/* line 586, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-range-label text {
  fill: #666666;
}

/* line 590, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-range-input rect {
  fill: none;
}

/* line 594, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-range-input text {
  fill: #333333;
}

/* line 598, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
input.highcharts-range-selector {
  position: absolute;
  border: 0;
  width: 1px;
  /* Chrome needs a pixel to see it */
  height: 1px;
  padding: 0;
  text-align: center;
  left: -9em;
  /* #4798 */
}

/* line 610, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-crosshair-label text {
  fill: #ffffff;
  font-size: 1.1em;
}

/* line 615, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-crosshair-label .highcharts-label-box {
  fill: inherit;
}

/* line 619, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-candlestick-series .highcharts-point {
  stroke: #000000;
  stroke-width: 1px;
}

/* line 624, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-candlestick-series .highcharts-point-up {
  fill: #ffffff;
}

/* line 628, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-ohlc-series .highcharts-point-hover {
  stroke-width: 3px;
}

/* line 632, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-flags-series .highcharts-point {
  stroke: #999999;
  fill: #ffffff;
}

/* line 637, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-flags-series .highcharts-point-hover {
  stroke: #000000;
  fill: #ccd6eb;
}

/* line 642, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-flags-series .highcharts-point text {
  fill: #000000;
  font-size: 0.9em;
  font-weight: bold;
}

/* Highmaps */
/* line 649, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-map-series .highcharts-point {
  transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
  stroke: #cccccc;
}

/* line 654, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-map-series .highcharts-point-hover {
  transition: fill 0ms, fill-opacity 0ms;
  fill-opacity: 0.5;
  stroke-width: 2px;
}

/* line 660, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-mapline-series .highcharts-point {
  fill: none;
}

/* line 664, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-heatmap-series .highcharts-point {
  stroke-width: 0;
}

/* line 668, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-map-navigation {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}

/* line 674, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-coloraxis {
  stroke-width: 0;
}

/* line 678, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-coloraxis-marker {
  fill: #999999;
}

/* line 682, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-null-point {
  fill: #f7f7f7;
}

/* 3d charts */
/* line 687, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-3d-frame {
  fill: transparent;
}

/* line 691, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-column-series .highcharts-point {
  stroke: inherit;
  /* use point color */
}

/* Exporting module */
/* line 697, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-contextbutton {
  fill: #ffffff;
  /* needed to capture hover */
  stroke: none;
  stroke-linecap: round;
}

/* line 704, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-contextbutton:hover {
  fill: #e6e6e6;
  stroke: #e6e6e6;
}

/* line 709, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-button-symbol {
  stroke: #666666;
  stroke-width: 3px;
}

/* line 714, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-menu {
  border: 1px solid #999999;
  background: #ffffff;
  padding: 5px 0;
  box-shadow: 3px 3px 10px #888;
}

/* line 721, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-menu-item {
  padding: 0.5em 1em;
  background: none;
  color: #333333;
  cursor: pointer;
  transition: background 250ms, color 250ms;
}

/* line 729, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-menu-item:hover {
  background: #335cad;
  color: #ffffff;
}

/* Drilldown module */
/* line 735, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-drilldown-point {
  cursor: pointer;
}

/* line 739, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-drilldown-data-label text, .highcharts-drilldown-axis-label {
  cursor: pointer;
  fill: #003399;
  font-weight: bold;
  text-decoration: underline;
}

/* No-data module */
/* line 747, /home/applications/develop/shuvar/development/vendor/assets/bower_components/highcharts/css/highcharts.css */
.highcharts-no-data text {
  font-weight: bold;
  font-size: 12px;
  fill: #666666;
}

/* line 2, /home/applications/develop/shuvar/development/app/assets/stylesheets/_highchart.sass */
#body .highcharts-container {
  font-family: "Roboto", sans-serif !important;
}
/* line 4, /home/applications/develop/shuvar/development/app/assets/stylesheets/_highchart.sass */
#body .highcharts-root {
  font-family: "Roboto", sans-serif !important;
}
/* line 6, /home/applications/develop/shuvar/development/app/assets/stylesheets/_highchart.sass */
#body .highcharts-color-0 {
  fill: #029AE4;
  stroke: #029AE4;
  cursor: pointer;
}
/* line 11, /home/applications/develop/shuvar/development/app/assets/stylesheets/_highchart.sass */
#body .highcharts-color-1 {
  fill: #429F46;
  stroke: #429F46;
  cursor: pointer;
}
/* line 16, /home/applications/develop/shuvar/development/app/assets/stylesheets/_highchart.sass */
#body .highcharts-legend-item {
  cursor: pointer;
}
/* line 19, /home/applications/develop/shuvar/development/app/assets/stylesheets/_highchart.sass */
#body .highcharts-legend-series-active g.highcharts-series:not(.highcharts-series-hover),
#body .highcharts-legend-point-active .highcharts-point:not(.highcharts-point-hover) {
  opacity: 0.5;
}
/* line 23, /home/applications/develop/shuvar/development/app/assets/stylesheets/_highchart.sass */
#body .highcharts-axis-title {
  fill: #536D79 !important;
}

/* line 1, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
.side-nav {
  position: fixed;
  color: white;
  background-color: #36464E;
  width: 250px;
  top: 50px;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  z-index: 5;
}
@media screen and (max-width: 39.9375em) {
  /* line 1, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
  .side-nav {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  /* line 1, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
  .side-nav {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/* line 18, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
.side-nav.opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 21, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
.side-nav .avatar-container {
  position: relative;
  background-color: #253137;
  padding: 20px 0;
}
/* line 25, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
.side-nav .avatar-container.logged-in {
  cursor: pointer;
}
/* line 27, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
.side-nav .avatar-container .avatar-photo {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
/* line 34, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
.side-nav .avatar-container .profile-name {
  font-size: 14px;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}
/* line 40, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
.side-nav .avatar-container .sign-in, .side-nav .avatar-container .register {
  float: none;
  display: block;
  width: 100px;
  line-height: 30px;
  margin: 10px auto;
}
/* line 46, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
.side-nav .avatar-container .sign-in {
  margin: 20px auto 10px;
}
/* line 48, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
.side-nav .avatar-container .register {
  background-color: transparent;
  box-shadow: none;
  width: 130px;
  color: #8FA3AD;
  font-weight: initial;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 55, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
.side-nav .avatar-container .register:hover {
  color: #029AE4;
}
/* line 57, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
.side-nav .avatar-container svg {
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  fill: white;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 65, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
.side-nav .avatar-container .dropdown-container {
  width: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -60px;
}
/* line 70, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
.side-nav .avatar-container .dropdown-container .go-to-account {
  text-transform: uppercase;
  color: #029AE4;
  background: white;
}
/* line 74, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
.side-nav .avatar-container .dropdown-container .exit {
  color: #778F9B;
}
/* line 76, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
.side-nav .avatar-container .dropdown-container .exit:hover {
  color: #029AE4;
}
/* line 79, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
.side-nav .small-title,.side-bar .small-title-social  {
  opacity: 0.3;
  padding: 20px 0 10px 20px;
  position: relative;
  overflow: hidden;
}
/* line 84, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
.side-nav .small-title:after, .side-bar .small-title-social:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #253137;
  left: 20px;
  bottom: 5px;
}
.side-bar .small-title-social{
  color: #8FA3AD;
  font-size: 12px;
  opacity: 1;
}
.side-bar .small-title-social:after{

  background-color: #FFFFFF;
}


/* line 93, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
.side-nav .category {
  color: white;
  display: block;
  position: relative;
  padding: 10px 0 10px 50px;
}
/* line 98, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
.side-nav .category > * {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
/* line 100, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
.side-nav .category svg {
  position: absolute;
  fill: white;
  width: 20px;
  left: 20px;
}
/* line 105, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
.side-nav .category:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #029AE4;
  opacity: 0;
}
/* line 114, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
.side-nav .category:hover, .side-nav .category.active {
  background-color: #EBEEF0;
  color: #029AE4;
}
/* line 117, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
.side-nav .category:hover svg, .side-nav .category.active svg {
  fill: #029AE4;
}
/* line 119, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
.side-nav .category:hover:before, .side-nav .category.active:before {
  opacity: 1;
}
/* line 121, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
.side-nav .category:hover:after, .side-nav .category.active:after {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  background-color: #EBEEF0;
  width: 3px;
  height: 100%;
}
/* line 131, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
.side-nav .sub-category-container {
  position: relative;
  padding: 5px 0;
  padding-left: 45px;
}
/* line 135, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
.side-nav .sub-category-container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: white;
  opacity: 0.05;
}
/* line 144, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
.side-nav .sub-category-container .sub-category {
  position: relative;
  color: white;
  opacity: 0.6;
  font-size: 13px;
  margin: 5px 0;
  padding-left: 15px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
/* line 153, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
.side-nav .sub-category-container .sub-category:nth-child(-n+2):before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.6);
}
/* line 160, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
.side-nav .sub-category-container .sub-category:nth-child(n+3):before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.6);
  top: 8px;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 169, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
.side-nav .sub-category-container .sub-category:hover, .side-nav .sub-category-container .sub-category.active {
  opacity: 1;color: white;
}
/* line 172, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
.side-nav .sub-category-container .sub-category:hover:nth-child(-n+2):before {
  color: white;
}
/* line 175, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
.side-nav .sub-category-container .sub-category:hover:nth-child(n+3):before {
  background-color: white;
}
/* line 179, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
.side-nav .social-container, .side-bar .social-container {
  padding-left: 10px;
  display: flex;
}
/* line 181, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
.side-nav .social, .side-bar .social {
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.side-bar .social{
  width: 50px;

}

.social-links {

  padding: 10px 0 20px 0;
  border-bottom: 1px solid #CED7DB;

}
.side-nav .shuvar-com {

  width: auto;
}
/* line 186, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
.side-nav .social svg, .side-bar .social svg {
  fill: white;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  opacity: 0.8;
}

.side-bar .social svg {
  fill: #36464E;


}




/* line 191, /home/applications/develop/shuvar/development/app/assets/stylesheets/_side-nav.sass */
.side-nav .social:hover svg, .side-bar .social:hover svg {
  fill: #029AE4;
  opacity: 1;
}

/* line 1, /home/applications/develop/shuvar/development/app/assets/stylesheets/_top-nav.sass */
.top-nav {
  position: fixed;
  background-color: #CED7DB;
  width: 100%;
  height: 50px;
  z-index: 100;
  border-bottom: 1px solid rgba(63, 78, 86, 0.12);
}
@media screen and (max-width: 39.9375em) {
  /* line 1, /home/applications/develop/shuvar/development/app/assets/stylesheets/_top-nav.sass */
  .top-nav {
    background-color: #36464E;
  }
}
/* line 11, /home/applications/develop/shuvar/development/app/assets/stylesheets/_top-nav.sass */
.top-nav .menu-button {
  position: relative;
  display: inline-block;
  float: left;
  cursor: pointer;
  width: 50px;
  height: 50px;
  padding: 18px 15px;
  background-color: #445963;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 21, /home/applications/develop/shuvar/development/app/assets/stylesheets/_top-nav.sass */
.top-nav .menu-button .hamburger {
  position: relative;
  margin-top: 6px;
  margin-bottom: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 28, /home/applications/develop/shuvar/development/vendor/assets/bower_components/sass-burger/_burger.scss */
.top-nav .menu-button .hamburger, .top-nav .menu-button .hamburger::before, .top-nav .menu-button .hamburger::after {
  display: block;
  width: 20px;
  height: 2px;
  background-color: white;
  outline: 1px solid transparent;
  border-radius: 1px;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 53, /home/applications/develop/shuvar/development/vendor/assets/bower_components/sass-burger/_burger.scss */
.top-nav .menu-button .hamburger::before, .top-nav .menu-button .hamburger::after {
  position: absolute;
  content: "";
}
/* line 58, /home/applications/develop/shuvar/development/vendor/assets/bower_components/sass-burger/_burger.scss */
.top-nav .menu-button .hamburger::before {
  top: -6px;
}
/* line 62, /home/applications/develop/shuvar/development/vendor/assets/bower_components/sass-burger/_burger.scss */
.top-nav .menu-button .hamburger::after {
  top: 6px;
}
/* line 23, /home/applications/develop/shuvar/development/app/assets/stylesheets/_top-nav.sass */
.top-nav .menu-button.opened {
  background-color: #029AE4;
}
/* line 96, /home/applications/develop/shuvar/development/vendor/assets/bower_components/sass-burger/_burger.scss */
.top-nav .menu-button.opened .hamburger {
  background-color: transparent;
}
/* line 104, /home/applications/develop/shuvar/development/vendor/assets/bower_components/sass-burger/_burger.scss */
.top-nav .menu-button.opened .hamburger::before {
  -webkit-transform: translateY(6px) rotate(45deg);
  -moz-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  -o-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}
/* line 113, /home/applications/develop/shuvar/development/vendor/assets/bower_components/sass-burger/_burger.scss */
.top-nav .menu-button.opened .hamburger::after {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -moz-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  -o-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}
@media screen and (min-width: 75em) {
  /* line 11, /home/applications/develop/shuvar/development/app/assets/stylesheets/_top-nav.sass */
  .top-nav .menu-button {
    display: none;
  }
}
/* line 30, /home/applications/develop/shuvar/development/app/assets/stylesheets/_top-nav.sass */
.top-nav .menu-logo {
  position: relative;
  text-align: center;
  float: left;
  width: 200px;
  line-height: 50px;
  background-color: #36464E;
}
/* line 37, /home/applications/develop/shuvar/development/app/assets/stylesheets/_top-nav.sass */
.top-nav .menu-logo svg {
  width: 150px;
  height: 17px;
  position: relative;
  top: 4px;
}
@media screen and (max-width: 39.9375em) {
  /* line 30, /home/applications/develop/shuvar/development/app/assets/stylesheets/_top-nav.sass */
  /*.top-nav .menu-logo {
    width: 25%;
  }*/
  /* line 44, /home/applications/develop/shuvar/development/app/assets/stylesheets/_top-nav.sass */
  .top-nav .menu-logo svg {
    width: 85%;
  }
}
@media screen and (min-width: 75em) {
  /* line 30, /home/applications/develop/shuvar/development/app/assets/stylesheets/_top-nav.sass */
  .top-nav .menu-logo {
    width: 250px;
  }
}
/* line 49, /home/applications/develop/shuvar/development/app/assets/stylesheets/_top-nav.sass */
.top-nav .search-input-field {
  position: relative;
  display: inline-block;
  line-height: 50px;
  padding-left: 20px;
}
/* line 54, /home/applications/develop/shuvar/development/app/assets/stylesheets/_top-nav.sass */
.top-nav .search-input-field label {
  color: #778F9B;
  top: 0;
}
/* line 57, /home/applications/develop/shuvar/development/app/assets/stylesheets/_top-nav.sass */
.top-nav .search-input-field input {
  border-bottom: 0;
  line-height: 50px;
  padding: 0 0 0 30px;
}
/* line 61, /home/applications/develop/shuvar/development/app/assets/stylesheets/_top-nav.sass */
.top-nav .search-input-field svg {
  position: absolute;
  fill: #36464E;
  top: 16px;
  left: 20px;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 39.9375em) {
  /* line 49, /home/applications/develop/shuvar/development/app/assets/stylesheets/_top-nav.sass */
  .top-nav .search-input-field {
    display: none;
  }
}
/* line 71, /home/applications/develop/shuvar/development/app/assets/stylesheets/_top-nav.sass */
.top-nav .language-and-popup-container {
  float: right;
}
/* line 73, /home/applications/develop/shuvar/development/app/assets/stylesheets/_top-nav.sass */
.top-nav .language-and-popup-container .language {
  text-transform: uppercase;
  float: left;
  font-size: 14px;
  line-height: 50px;
  width: 50px;
  color: #8FA3AD;
  text-align: center;
  font-weight: 500;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  cursor: pointer;
}
/* line 83, /home/applications/develop/shuvar/development/app/assets/stylesheets/_top-nav.sass */
.top-nav .language-and-popup-container .language:hover, .top-nav .language-and-popup-container .language.active {
  color: #029AE4;
  cursor: pointer;
}
@media screen and (max-width: 39.9375em) {
  /* line 73, /home/applications/develop/shuvar/development/app/assets/stylesheets/_top-nav.sass */
  .top-nav .language-and-popup-container .language {
    width: 40px;
    font-size: 12px;
    cursor: pointer;
  }
}
/* line 88, /home/applications/develop/shuvar/development/app/assets/stylesheets/_top-nav.sass */
.top-nav .language-and-popup-container .call-us-popup-button, .top-nav .language-and-popup-container .mobile-search-popup-button {
  float: left;
  line-height: 50px;
  width: 50px;
}
/* line 92, /home/applications/develop/shuvar/development/app/assets/stylesheets/_top-nav.sass */
.top-nav .language-and-popup-container .call-us-popup-button svg, .top-nav .language-and-popup-container .mobile-search-popup-button svg {
  position: relative;
  fill: white;
  width: 20px;
  height: 20px;
  left: 14px;
  top: 4px;
}
/* line 99, /home/applications/develop/shuvar/development/app/assets/stylesheets/_top-nav.sass */
.top-nav .language-and-popup-container .call-us-popup-button {
  background-color: #029AE4;
  cursor: pointer;
}
@media screen and (min-width: 40em) {
  /* line 99, /home/applications/develop/shuvar/development/app/assets/stylesheets/_top-nav.sass */
  .top-nav .language-and-popup-container .call-us-popup-button {
    margin-left: 20px;
  }
}
/* line 104, /home/applications/develop/shuvar/development/app/assets/stylesheets/_top-nav.sass */
.top-nav .language-and-popup-container .mobile-search-popup-button {
  background-color: #445963;
  margin-left: 10px;
}
@media screen and (min-width: 40em) {
  /* line 104, /home/applications/develop/shuvar/development/app/assets/stylesheets/_top-nav.sass */
  .top-nav .language-and-popup-container .mobile-search-popup-button {
    display: none;
  }
}

/* line 3, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-main.sass */
.page-main-content .advertisement {
  margin-top: 40px;
}
/* line 5, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-main.sass */
.page-main-content .advertisement .edvertisement-subtitle {
  margin-top: 10px;
  float: right;
  font-size: 12px;
  font-style: italic;
}
/* line 10, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-main.sass */
.page-main-content .advertisement .edvertisement-subtitle p {
  color: #8FA3AD;
  display: inline-block;
}
/* line 13, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-main.sass */
.page-main-content .advertisement .edvertisement-subtitle a {
  color: #029AE4;
  text-decoration: underline;
  display: inline-block;
}
/* line 19, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-main.sass */
.page-main-content .import-export .currencies-container {
  float: right;
  margin-top: 20px;
}
/* line 22, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-main.sass */
.page-main-content .import-export .currencies-container .currency {
  display: inline-block;
  font-size: 14px;
  color: #CED7DB;
  font-weight: 500;
  cursor: pointer;
}
/* line 28, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-main.sass */
.page-main-content .import-export .currencies-container .currency.active {
  font-weight: 700;
  color: #029AE4;
}
/* line 31, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-main.sass */
.page-main-content .import-export .diagrams {
  position: relative;
  margin-top: 10px;
}
/* line 34, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-main.sass */
.page-main-content .import-export .diagrams .diagram {
  position: relative;
}

/* line 3, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-top.sass */
.top10 .product-block {
  position: relative;
  margin: 20px 0;
}
@media screen and (max-width: 39.9375em) {
  /* line 3, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-top.sass */
  .top10 .product-block {
    margin: 10px 0;
  }
}
/* line 8, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-top.sass */
.top10 .product-block img {
  float: left;
  width: 60px;
  height: 60px;
}
/* line 12, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-top.sass */
.top10 .product-block .info {
  margin: 0 100px;
  cursor: pointer;
}
/* line 14, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-top.sass */
.top10 .product-block .info > .smaller-bold, .top10 .product-block table.analytics-table .info > th, table.analytics-table .top10 .product-block .info > th {
  color: #36464E;
  line-height: 1.25rem;
  text-transform: uppercase;
}
/* line 18, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-top.sass */
.top10 .product-block .info .progress-bar {
  position: relative;
  height: 30px;
  background-color: #EBEEF0;
}
/* line 22, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-top.sass */
.top10 .product-block .info .progress-bar .product-place {
  display: block;
  position: absolute;
  color: #536D79;
  text-align: center;
  line-height: 30px;
  font-weight: 700;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  width: 30px;
  height: 30px;
  background-color: #EBEEF0;
}
/* line 35, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-top.sass */
.top10 .product-block .info .progress-bar .percent-bar {
  position: absolute;
  height: 100%;
  background-color: #029AE4;
}
/* line 39, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-top.sass */
.top10 .product-block .info .progress-bar .smaller-bold, .top10 .product-block .info .progress-bar table.analytics-table th, table.analytics-table .top10 .product-block .info .progress-bar th {
  position: relative;
  color: white;
  line-height: 30px;
  z-index: 1;
  margin-left: 10px;
}
@media screen and (max-width: 39.9375em) {
  /* line 12, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-top.sass */
  .top10 .product-block .info {
    margin: 0 0 45px 100px;
  }
}
/* line 47, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-top.sass */
.top10 .product-block .product-volume {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  text-align: center;
  padding-top: 10px;
}
/* line 54, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-top.sass */
.top10 .product-block .product-volume p {
  font-size: 22px;
  font-weight: 500;
  color: #029AE4;
}
/* line 58, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-top.sass */
.top10 .product-block .product-volume span {
  display: block;
  font-size: 12px;
  color: #CED7DB;
  margin-top: -5px;
}
@media screen and (max-width: 39.9375em) {
  /* line 47, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-top.sass */
  .top10 .product-block .product-volume {
    top: initial;
    bottom: 0;
  }
}

/* line 2, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.product-full-report-container img {
  width: 90px;
  height: 90px;
  position: relative;
}
@media screen and (max-width: 39.9375em) {
  /* line 2, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
  .product-full-report-container img {
    left: -10px;
  }
}
/* line 9, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.product-full-report-container .product-name {
  font-size: 18px;
  text-transform: uppercase;
  color: #445963;
  font-weight: 700;
  margin: 10px 0;
}
/* line 15, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.product-full-report-container .smaller, .product-full-report-container .smaller-medium, .product-full-report-container .smaller-bold, .product-full-report-container table.analytics-table th, table.analytics-table .product-full-report-container th {
  color: #8FA3AD;
}
/* line 17, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.product-full-report-container .button, .product-full-report-container .panel-button {
  float: none;
  margin-top: 20px;
}

/* line 21, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.product-short-info-container {
  margin-bottom: 20px;
}
/* line 23, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.product-short-info-container .grid-block {
  width: calc(50% - 20px);
  background-color: #EBEEF0;
  border: 1px solid #CED7DB;
  padding: 10px;
  height: 100px;
}
/* line 29, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.product-short-info-container .grid-block .smaller, .product-short-info-container .grid-block .smaller-medium, .product-short-info-container .grid-block .smaller-bold, .product-short-info-container .grid-block table.analytics-table th, table.analytics-table .product-short-info-container .grid-block th {
  color: #778F9B;
}
@media screen and (max-width: 39.9375em) {
  /* line 23, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
  .product-short-info-container .grid-block {
    width: calc(50% - 10px);
  }
  /* line 33, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
  .product-short-info-container .grid-block .smaller, .product-short-info-container .grid-block .smaller-medium, .product-short-info-container .grid-block .smaller-bold, .product-short-info-container .grid-block table.analytics-table th, table.analytics-table .product-short-info-container .grid-block th {
    font-size: 12px;
  }
}
/* line 35, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.product-short-info-container .value {
  text-align: right;
  position: absolute;
  right: 10px;
  bottom: 5px;
}
/* line 40, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.product-short-info-container .value span {
  font-size: 20px;
  color: #029AE4;
  font-weight: 500;
}
/* #E54918 line 45, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.product-short-info-container .growth svg, .product-short-info-container .decrease svg, .product-short-info-container .equal svg {
  position: relative;
  top: -3px;
  width: 20px;
  height: 20px;
  fill: #029AE4;
  display: none;
}

.product-short-info-container .decrease svg{
  fill: #E54918 !important;
}
.product-short-info-container .decrease span{
  color: #E54918 !important;
}
/* line 54, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.product-short-info-container .growth svg:first-child {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  vertical-align: middle;
}
/* line 60, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.product-short-info-container .decrease svg:first-child {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  vertical-align: middle;
}
/* line 66, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.product-short-info-container .equal svg:nth-child(n+2) {
  display: inline-block;
  vertical-align: middle;
}

/* line 72, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.product-price-tab .tab-content .clearfix {
  border-bottom: 1px solid #EBEEF0;
  margin-top: 10px;
}
/* line 75, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.product-price-tab .tab-content .clearfix:last-child {
  border-bottom: none;
}
/* line 77, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.product-price-tab .tab-content .clearfix .left-text {
  float: left;
}
/* line 79, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.product-price-tab .tab-content .clearfix .left-text .small-title {
  margin-bottom: 5px;
}
/* line 81, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.product-price-tab .tab-content .clearfix .left-text .regular {
  color: #536D79;
}
/* line 83, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.product-price-tab .tab-content .clearfix .right-text {
  float: right;
}
/* line 85, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.product-price-tab .tab-content .clearfix .right-text .price {
  position: relative;
  top: 5px;
  font-size: 20px;
  color: #029AE4;
  font-weight: 500;
}
/* line 91, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.product-price-tab .tab-content .clearfix .right-text .price span {
  font-size: 12px;
  color: #8FA3AD;
}

/* line 95, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.filter-country, .filter-period, .filter-market, .filter-years, .filter-currency {
  margin-bottom: 25px;
}

/* line 99, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.filter-country .small-title {
  margin-bottom: 10px;
}
/* line 101, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.filter-country .country {
  position: relative;
  display: none;
  float: left;
  color: #536D79;
  font-size: 14px;
  font-weight: 500;
  background-color: #CED7DB;
  margin: 0 10px 10px 0;
  padding-left: 10px;
  padding-right: 35px;
  line-height: 24px;
}
/* line 113, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.filter-country .country.visible {
  display: block;
}
/* line 115, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.filter-country .country span {
  position: absolute;
  display: flex;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-color: #029AE4;
  cursor: pointer;
}
/* line 124, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.filter-country .country span svg {
  width: 10px;
  height: 10px;
  fill: white;
  margin: auto;
}
/* line 129, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.filter-country select {
  margin-top: 5px;
}

/* line 134, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.filter-period .date-field {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  width: 45%;
}
/* line 139, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.filter-period .date-field:first-child {
  float: left;
}
/* line 141, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.filter-period .date-field:last-child {
  float: right;
}
/* line 143, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.filter-period input {
  border: none;
  border-bottom: 1px solid #CED7DB;
  background-color: transparent;
  width: 100%;
  color: #536D79;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}
/* line 152, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.filter-period input:focus {
  outline: none;
}
/* line 154, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.filter-period svg {
  fill: #029AE4;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
/* line 161, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.filter-period span {
  position: absolute;
  top: 0;
  left: 0;
  color: #8FA3AD;
  font-size: 14px;
  font-weight: 500;
}

/* line 170, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.filter-market .small-title, .filter-years .small-title, .filter-currency .small-title {
  margin-bottom: 10px;
}
/* line 173, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.filter-market .filter-option:before, .filter-years .filter-option:before, .filter-currency .filter-option:before {
  background-color: #EBEEF0;
}
/* line 175, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.filter-market .filter-option label, .filter-years .filter-option label, .filter-currency .filter-option label {
  margin-left: 0;
  color: #536D79;
  padding: 5px 0;
}
/* line 179, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.filter-market .filter-option .check, .filter-years .filter-option .check, .filter-currency .filter-option .check {
  top: 5px;
}
/* line 182, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.filter-market .filter-option:hover label, .filter-years .filter-option:hover label, .filter-currency .filter-option:hover label {
  color: #029AE4;
  opacity: 1;
}

.filter-currency .filter-option.radio:hover input:checked ~ .check:before, .filter-market .filter-option.radio:hover input:checked ~ .check:before {
  background-color: #029AE4;
}
/* line 184, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.filter-market .filter-option:hover .check, .filter-years .filter-option:hover .check, .filter-currency .filter-option:hover .check {
  border: 2px solid #029AE4;
  color: #029AE4;
}
/* line 188, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.filter-market .filter-option:hover input:checked ~ .check:before, .filter-years .filter-option:hover input:checked ~ .check:before, .filter-currency .filter-option:hover input:checked ~ .check:before {
  opacity: 1;
  color: #029AE4;
}
/* line 192, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.filter-market .filter-option input:checked ~ label, .filter-years .filter-option input:checked ~ label, .filter-currency .filter-option input:checked ~ label {
  color: #029AE4;
}

/* line 195, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.filter-all-container {
  background-color: #536D79;
}
/* line 197, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.filter-all-container .small-title {
  color: #fefefe;
  margin-bottom: 5px;
  margin-top: 20px;
  opacity: 0.6;
}
/* line 202, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.filter-all-container .filter-option {
  display: none;
}
/* line 204, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.filter-all-container .filter-option.visible {
  display: block;
}
/* line 206, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.filter-all-container .filter-option:before {
  display: none;
}
/* line 208, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.filter-all-container .filter-option:first-child {
  margin-top: -20px;
  padding: 5px 0;
}
/* line 211, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.filter-all-container .filter-option:first-child svg {
  top: 15px;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
/* line 214, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.filter-all-container .filter-option:first-child:after {
  content: "";
  position: absolute;
  width: 150%;
  left: -25%;
  top: 0;
  height: 100%;
  background-color: #36464E;
}
/* line 222, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.filter-all-container .filter-option label {
  color: white;
  margin-left: 0;
  padding: 5px 0;
}
/* line 226, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.filter-all-container .filter-option svg {
  fill: #778F9B;
  left: initial;
  right: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
}
/* line 233, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-product-one.sass */
.filter-all-container .filter-option:hover svg {
  fill: white;
}

/* line 3, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-analytics-main.sass */
.page-analytics-main-content .smaller, .page-analytics-main-content .smaller-medium, .page-analytics-main-content .smaller-bold, .page-analytics-main-content table.analytics-table th, table.analytics-table .page-analytics-main-content th {
  color: #778F9B;
  margin: 30px 0 10px;
}
/* line 8, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-analytics-main.sass */
.page-analytics-main-content .grid-container .grid-block {
  text-align: center;
  width: calc(20% - 20px);
}
@media screen and (max-width: 39.9375em) {
  /* line 8, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-analytics-main.sass */
  .page-analytics-main-content .grid-container .grid-block {
    width: calc(33% - 10px);
  }
}

@media screen and (min-width: 90em) {
  /* line 8, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-analytics-main.sass */
  .page-analytics-main-content .grid-container .grid-block {
    width: calc(14.28 - 20px);
  }
}
@media screen and (min-width: 120em) {
  /* line 8, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-analytics-main.sass */
  .page-analytics-main-content .grid-container .grid-block {
    width: calc(14.28% - 20px);
  }
}
/* line 17, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-analytics-main.sass */
.page-analytics-main-content .grid-container .grid-block:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
/* line 22, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-analytics-main.sass */
.page-analytics-main-content .grid-container .grid-block img {
  position: absolute;
  max-width: 60%;
  max-height: 60%;
  top: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (max-width: 39.9375em) {
  /* line 22, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-analytics-main.sass */
  .page-analytics-main-content .grid-container .grid-block img {
    max-width: 50%;
    max-height: 50%;
  }
}
/* line 34, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-analytics-main.sass */
.page-analytics-main-content .grid-container .grid-block .product-name {
  position: absolute;
  font-size: 12px;
  font-weight: 500;
  color: #36464E;
  width: 80%;
  top: 70%;
  left: 10%;
  line-height: 1;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
@media screen and (max-width: 39.9375em) {
  /* line 34, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-analytics-main.sass */
  .page-analytics-main-content .grid-container .grid-block .product-name {
    top: 60%;
  }
}
/* line 47, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-analytics-main.sass */
.page-analytics-main-content .grid-container .grid-block .hover-block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #029AE4;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
/* line 57, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-analytics-main.sass */
.page-analytics-main-content .grid-container .grid-block .details {
  position: absolute;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 10px;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
/* line 67, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-analytics-main.sass */
.page-analytics-main-content .grid-container .grid-block svg {
  position: absolute;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-75%, -50%);
  -ms-transform: translate(-75%, -50%);
  -o-transform: translate(-75%, -50%);
  transform: translate(-75%, -50%);
  fill: white;
}
/* line 75, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-analytics-main.sass */
.page-analytics-main-content .grid-container .grid-block:hover .hover-block {
  opacity: 0.9;
}
/* line 77, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-analytics-main.sass */
.page-analytics-main-content .grid-container .grid-block:hover svg {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 3, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-news-one.sass */
.news-one-content .new-container {
  position: relative;
  margin-top: 20px;
}
/* line 6, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-news-one.sass */
.news-one-content .new-container .photo {
  position: relative;
  height: 300px;
}
/* line 9, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-news-one.sass */
.news-one-content .new-container .date {
  position: relative;
  color: #AFBDC4;

  padding: 10px;
  display: inline-block;
  padding-left: 25px;
}

.news-one-content .new-container .share {
  float: right;
  cursor: pointer;
   padding: 10px;
}
/* line 13, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-news-one.sass */
.news-one-content .new-container .date svg {
  position: absolute;
  fill: #AFBDC4;
  top: 10px;
  left: 0;
  width: 16px;
  height: 16px;
}
/* line 20, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-news-one.sass */
.news-one-content .new-container .new-name {
  font-size: 22px;
  font-weight: 500;
  color: #029AE4;
  margin: 10px 0 30px;
}
@media screen and (max-width: 39.9375em) {
  /* line 20, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-news-one.sass */
  .news-one-content .new-container .new-name {
    line-height: 26px;
    margin: 10px 0 20px;
  }
}
/* line 28, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-news-one.sass */
.news-one-content .new-container div.main-text p {
  color: #445963;
  margin: 10px 0;
  font-size: 1em;
}
.news-one-content .new-container div.main-text ul {
  padding-left: 30px !important;
}
/* line 31, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-news-one.sass */
.news-one-content .new-container .tags-container {
  float: left;
}
/* line 33, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-news-one.sass */
.news-one-content .new-container .rules-of-quote {
  float: right;
  font-size: 12px;
  color: #029AE4;
  margin-top: 20px;
  cursor: pointer;
}
@media screen and (max-width: 39.9375em) {
  /* line 39, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-news-one.sass */
  .news-one-content .new-container .tags-container, .news-one-content .new-container .rules-of-quote {
    float: none;
  }
}
/* line 43, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-news-one.sass */
.news-one-content .grid-container .grid-block {
  height: 100px;
  cursor: pointer;
  width: calc(50% - 20px);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 48, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-news-one.sass */
.news-one-content .grid-container .grid-block .photo {
  position: relative;
  width: 100px;
  height: 100%;
  float: left;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 54, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-news-one.sass */
.news-one-content .grid-container .grid-block svg {
  position: absolute;
  fill: white;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  z-index: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}
/* line 64, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-news-one.sass */
.news-one-content .grid-container .grid-block .text {
  float: left;
  width: calc(100% - 100px);
  padding: 10px 20px;
}
/* line 68, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-news-one.sass */
.news-one-content .grid-container .grid-block .small-title, .news-one-content .grid-container .grid-block .title, .news-one-content .grid-container .grid-block .bg-img {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 70, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-news-one.sass */
.news-one-content .grid-container .grid-block .title {
  color: #445963;
  font-weight: 500;
  line-height: 1;
  margin-top: 10px;
}
/* line 76, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-news-one.sass */
.news-one-content .grid-container .grid-block.go-prev .text {
  text-align: left;
}
/* line 78, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-news-one.sass */
.news-one-content .grid-container .grid-block.go-prev svg {
  -webkit-transform: translate(20%, -50%);
  -ms-transform: translate(20%, -50%);
  -o-transform: translate(20%, -50%);
  transform: translate(20%, -50%);
}
/* line 81, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-news-one.sass */
.news-one-content .grid-container .grid-block.go-next .text {
  text-align: right;
}
/* line 83, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-news-one.sass */
.news-one-content .grid-container .grid-block.go-next svg {
  -webkit-transform: translate(-120%, -50%);
  -ms-transform: translate(-120%, -50%);
  -o-transform: translate(-120%, -50%);
  transform: translate(-120%, -50%);
}
/* line 85, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-news-one.sass */
.news-one-content .grid-container .grid-block:hover {
  background-color: #029AE4;
}
/* line 87, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-news-one.sass */
.news-one-content .grid-container .grid-block:hover .photo {
  background-color: rgba(54, 70, 78, 0.2);
}
/* line 89, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-news-one.sass */
.news-one-content .grid-container .grid-block:hover .bg-img {
  opacity: 0;
}
/* line 91, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-news-one.sass */
.news-one-content .grid-container .grid-block:hover .small-title, .news-one-content .grid-container .grid-block:hover .title {
  color: white;
}
/* line 93, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-news-one.sass */
.news-one-content .grid-container .grid-block:hover svg {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 39.9375em) {
  /* line 43, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-news-one.sass */
  .news-one-content .grid-container .grid-block {
    width: calc(100% - 10px);
  }
}

/* line 3, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
.page-about-us-content .main-title {
  color: #36464E;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
/* line 10, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
.page-about-us-content .name {
  font-weight: 500;
  color: #36464E;
}
/* line 14, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
.page-about-us-content .top-text {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
}
/* line 20, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
.page-about-us-content .top-text svg {
  width: 225px;
  height: 26px;
}
/* line 23, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
.page-about-us-content .top-text svg .logo-name {
  fill: #536D79;
}
/* line 25, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
.page-about-us-content .top-text p {
  margin-top: 20px;
  color: #536D79;
  font-size: 18px;
  line-height: 26px;
}
@media screen and (max-width: 39.9375em) {
  /* line 14, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
  .page-about-us-content .top-text {
    max-width: 300px;
    padding-bottom: 30px;
  }
  /* line 33, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
  .page-about-us-content .top-text p {
    line-height: 24px;
  }
}
/* line 37, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
.page-about-us-content .our-goals-container .grid-block {
  width: calc(50% - 20px);
  text-align: center;
  padding: 30px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  height: 200px;
}
@media screen and (max-width: 39.9375em) {
  /* line 37, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
  .page-about-us-content .our-goals-container .grid-block {
    width: calc(100% - 10px);
  }
}
/* line 45, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
.page-about-us-content .our-goals-container .title {
  color: #36464E;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 49, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
.page-about-us-content .our-goals-container .line-separator {
  width: 100px;
  margin: 20px auto;
}
/* line 52, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
.page-about-us-content .our-goals-container .regular {
  color: #536D79;
}
/* line 55, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
.page-about-us-content .our-services {
  padding: 30px;
  margin-top: 20px;
}
/* line 58, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
.page-about-us-content .our-services .grid-container {
  margin: 30px 0;
}
/* line 60, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
.page-about-us-content .our-services .grid-block {
  width: calc(33% - 20px);
  text-align: center;
  height: 200px;
}
@media screen and (max-width: 39.9375em) {
  /* line 60, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
  .page-about-us-content .our-services .grid-block {
    width: calc(50% - 10px);
    height: 220px;
    padding: 0 5px;
  }
}
/* line 68, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
.page-about-us-content .our-services .grid-block svg {
  width: 80px;
  height: 80px;
}
/* line 71, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
.page-about-us-content .our-services .grid-block .smaller, .page-about-us-content .our-services .grid-block .smaller-medium, .page-about-us-content .our-services .grid-block .smaller-bold, .page-about-us-content .our-services .grid-block table.analytics-table th, table.analytics-table .page-about-us-content .our-services .grid-block th {
  color: #536D79;
  max-width: 200px;
  margin: 10px auto;
}
@media screen and (max-width: 39.9375em) {
  /* line 55, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
  .page-about-us-content .our-services {
    padding: 30px 10px;
  }
}
/* line 78, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
.page-about-us-content .our-partners {
  margin-top: 80px;
}
/* line 80, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
.page-about-us-content .our-partners .grid-container {
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-about-us-content .our-partners .grid-block-responsive{}
/* line 83, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
.page-about-us-content .our-partners .grid-block {
  position: relative;
  width: calc(16.66666% - 20px);
  background-size: cover;
  background-position: center;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
/* line 89, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
.page-about-us-content .our-partners .grid-block:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

@media screen and (max-width: 39.9375em) {
  /* line 83, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
  .page-about-us-content .our-partners .grid-block {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 63em) and (min-width: 39.9375em) {
  /* line 83, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
  .page-about-us-content .our-partners .grid-block {
    width: calc(30% - 8px);
  }
}
/* line 95, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
.page-about-us-content .our-partners .grid-block svg {
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 103, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
.page-about-us-content .our-partners .grid-block .name {
  position: absolute;
  bottom: 10%;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 109, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
.page-about-us-content .our-partners .grid-block:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
/* line 112, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
.page-about-us-content .our-partners .grid-block:hover svg * {
  fill: white;
}
/* line 114, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
.page-about-us-content .our-partners .grid-block:hover .name {
  color: white;
}
/* line 117, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
.page-about-us-content .join-us {
  display: flex;
}
/* line 119, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
.page-about-us-content .join-us .smaller, .page-about-us-content .join-us .smaller-medium, .page-about-us-content .join-us .smaller-bold, .page-about-us-content .join-us table.analytics-table th, table.analytics-table .page-about-us-content .join-us th {
  color: #536D79;
  margin-top: 10px;
  margin-bottom: 30px;
}
/* line 123, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
.page-about-us-content .join-us .photo {
  float: left;
  width: 33%;
  position: relative;
}
/* line 127, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
.page-about-us-content .join-us .photo:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
/* line 131, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
.page-about-us-content .join-us .indent-container {
  position: relative;
  float: left;
  width: 60%;
  padding: 40px;
}
/* line 136, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
.page-about-us-content .join-us .main-title {
  text-align: left;
}
/* line 138, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
.page-about-us-content .join-us .button, .page-about-us-content .join-us .panel-button {
  float: none;
  position: absolute;
  left: 40px;
  bottom: 40px;
}
@media screen and (max-width: 39.9375em) {
  /* line 138, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
  .page-about-us-content .join-us .button, .page-about-us-content .join-us .panel-button {
    left: 10px;
    bottom: 10px;
  }
}
@media screen and (max-width: 39.9375em) {
  /* line 117, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
  .page-about-us-content .join-us {
    display: block;
  }
  /* line 148, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
  .page-about-us-content .join-us .photo, .page-about-us-content .join-us .indent-container {
    float: none;
    width: 100%;
  }
  /* line 152, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
  .page-about-us-content .join-us .photo:after {
    padding-bottom: 100%;
  }
  /* line 154, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
  .page-about-us-content .join-us .indent-container {
    padding: 20px;
  }
  /* line 156, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
  .page-about-us-content .join-us .button, .page-about-us-content .join-us .panel-button {
    position: relative;
    bottom: initial;
    left: initial;
  }
}

/* line 3, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-contacts.sass */
.contacts-content .contact-block {
  position: relative;
  padding-left: 30px;
  display: inline-block;
}
/* line 7, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-contacts.sass */
.contacts-content .contact-block svg {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  fill: #029AE4;
}
/* line 14, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-contacts.sass */
.contacts-content .contact-block .smaller, .contacts-content .contact-block .smaller-medium, .contacts-content .contact-block .smaller-bold, .contacts-content .contact-block table.analytics-table th, table.analytics-table .contacts-content .contact-block th {
  color: #445963;
  font-weight: 500;
}
/* line 20, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-contacts.sass */
.contacts-content .map-container .contact-block:first-child {
  margin-right: 50px;
}
/* line 23, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-contacts.sass */
.contacts-content .map-container #google-map {
  width: 100%;
  height: 300px;
  margin-top: 20px;
  border: 1px solid #CED7DB;
}
/* line 30, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-contacts.sass */
.contacts-content .our-team .grid-block {
  height: 150px;
  width: calc(50% - 20px);
}
@media screen and (max-width: 39.9375em) {
  /* line 30, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-contacts.sass */
  .contacts-content .our-team .grid-block {
    width: calc(100% - 10px);
  }
}
/* line 35, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-contacts.sass */
.contacts-content .our-team .photo {
  position: relative;
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.contacts-content .our-team .photo div.bg-img {
  border-radius: 50%;
}
/* line 42, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-contacts.sass */
.contacts-content .our-team .text {
  float: left;
  margin-left: 20px;
}
/* line 45, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-contacts.sass */
.contacts-content .our-team .small-title {
  margin-top: 5px;
}
/* line 47, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-contacts.sass */
.contacts-content .our-team .contact-block {
  display: block;
  margin: 10px 0;
}
/* line 51, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-contacts.sass */
.contacts-content .form-container {
  padding: 20px;
}
@media screen and (max-width: 39.9375em) {
  /* line 51, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-contacts.sass */
  .contacts-content .form-container {
    padding: 10px;
  }
}
@media screen and (min-width: 90em) {
  /* line 51, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-contacts.sass */
  .contacts-content .form-container {
    padding: 40px;
  }
}

/* line 1, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.register-content {
  padding: 40px;
}
@media screen and (max-width: 39.9375em) {
  /* line 1, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
  .register-content {
    padding: 20px;
  }
}
@media screen and (max-width: 39.9375em) {
  /* line 6, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
  .register-content .margin-minus {
    margin-top: -30px;
  }
}
/* line 10, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.register-content .smaller-medium {
  color: #029AE4;
  clear: both;
}
/* line 14, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.register-content .restore-password {
  color: #029AE4;
  font-size: 14px;
  cursor: pointer;
}
/* line 20, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.register-content .inputs-container .input-field, .register-content .inputs-container .search-input-field {
  padding: 20px 0;
}
/* line 23, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.register-content .inputs-container .input-field .icon svg, .register-content .inputs-container .search-input-field .icon svg {
  left: initial;
  right: 0;
}
@media screen and (min-width: 40em) {
  /* line 28, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
  .register-content .grid-block:first-child .input-field, .register-content .grid-block:first-child .search-input-field {
    margin-right: 20px;
  }
}
@media screen and (min-width: 40em) {
  /* line 32, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
  .register-content .grid-block:nth-child(2) .input-field, .register-content .grid-block:nth-child(2) .search-input-field {
    margin-left: 20px;
  }
}
/* line 35, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.register-content .grid-block:nth-child(3) {
  width: calc(100% - 20px);
  margin-top: -10px;
}
/* line 39, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.register-content #google-map {
  height: 300px;
  margin-top: 30px;
}
@media screen and (max-width: 39.9375em) {
  /* line 39, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
  .register-content #google-map {
    height: 200px;
  }
}
/* line 45, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.register-content .field-to-fill {
  color: #AFBDC4;
  font-size: 11px;
  font-style: italic;
  float: right;
  margin-top: 20px;
}
/* line 51, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.register-content .button, .register-content .panel-button {
  margin-top: 20px;
}
/* line 54, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.register-content .upload-photo-container {
  display: table;
  vertical-align: middle;
  cursor: pointer;
}
/* line 58, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.register-content .avatar-photo {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  display: table-cell;
}
/* line 65, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.register-content span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  font-size: 14px;
  color: #029AE4;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 75, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.balance-container .small-title {
  margin-bottom: 10px;
}
/* line 77, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.balance-container .balance {
  font-size: 28px;
  color: #445963;
  font-weight: 700;
  margin-bottom: 10px;
}
/* line 82, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.balance-container .balance span {
  color: #029AE4;
  font-weight: initial;
}
/* line 85, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.balance-container .button, .balance-container .panel-button {
  float: none;
}

/* line 89, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.account-navigation-container .small-title {
  margin-bottom: 10px;
}
/* line 91, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.account-navigation-container .smaller-medium {
  color: #778F9B;
  position: relative;
  padding: 10px 0 10px 35px;
  cursor: pointer;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
/* line 97, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.account-navigation-container .smaller-medium span {
  position: absolute;
  left: 0;
  top: 5px;
}
/* line 101, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.account-navigation-container .smaller-medium span svg {
  fill: #778F9B;
  width: 24px;
  height: 24px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
/* line 106, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.account-navigation-container .smaller-medium:hover, .account-navigation-container .smaller-medium.active  {
   color: #029AE4;
 }

/* line 108, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.account-navigation-container .smaller-medium:hover span svg, .account-navigation-container .smaller-medium.active span svg {
  fill: #029AE4;
}

/* line 112, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.subscribe-content .subscribe-block {
  position: relative;
  padding: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 142, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/util/_mixins.scss */
.subscribe-content .subscribe-block::before, .subscribe-content .subscribe-block::after {
  content: ' ';
  display: table;
}
/* line 152, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/util/_mixins.scss */
.subscribe-content .subscribe-block::after {
  clear: both;
}
@media screen and (max-width: 39.9375em) {
  /* line 112, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
  .subscribe-content .subscribe-block {
    padding: 20px 10px 10px 10px;
  }
}
/* line 120, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.subscribe-content .subscribe-block:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 20px;
  background: #CED7DB;
  height: 1px;
  width: 80%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 39.9375em) {
  /* line 120, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
  .subscribe-content .subscribe-block:before {
    right: 0;
    width: 100%;
  }
}
/* line 133, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.subscribe-content .subscribe-block:last-child:before {
  display: none;
}
/* line 135, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.subscribe-content .subscribe-block .photo {
  position: relative;
  float: left;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
/* line 141, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.subscribe-content .subscribe-block .photo .bg-img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 143, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.subscribe-content .subscribe-block .text {
  padding-left: 120px;
}
/* line 145, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.subscribe-content .subscribe-block .text .title {
  font-weight: 500;
  color: #36464E;
  line-height: 22px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 39.9375em) {
  /* line 145, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
  .subscribe-content .subscribe-block .text .title {
    font-size: 14px;
    line-height: 16px;
  }
}
/* line 153, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.subscribe-content .subscribe-block .text .smaller, .subscribe-content .subscribe-block .text .smaller-medium, .subscribe-content .subscribe-block .text .smaller-bold, .subscribe-content .subscribe-block .text table.analytics-table th, table.analytics-table .subscribe-content .subscribe-block .text th {
  font-style: italic;
  color: #8FA3AD;
  margin-top: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 158, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.subscribe-content .subscribe-block .text ul {
  list-style: none;
  color: #8FA3AD;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 162, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.subscribe-content .subscribe-block .text ul li {
  font-size: 14px;
  font-style: italic;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 166, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.subscribe-content .subscribe-block .text ul li:before {
  content: "—";
}
/* line 168, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.subscribe-content .subscribe-block .text .price {
  font-size: 14px;
  font-weight: 500;
  color: #778F9B;
  margin-top: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 174, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.subscribe-content .subscribe-block .text .price span {
  color: #029AE4;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 178, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.subscribe-content .subscribe-block .unsubscribe, .subscribe-content .subscribe-block .subscribe {
  color: #029AE4;
  position: absolute;
  bottom: 0;
  right: 0;
  text-transform: uppercase;
  padding: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 189, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.subscribe-content .subscribe-block .unsubscribe svg, .subscribe-content .subscribe-block .subscribe svg {
  margin-left: 5px;
  fill: #029AE4;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 39.9375em) {
  /* line 178, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
  .subscribe-content .subscribe-block .unsubscribe, .subscribe-content .subscribe-block .subscribe {
    position: relative;
    text-align: right;
    padding: 20px 0;
  }
}
/* line 197, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.subscribe-content .subscribe-block:hover {
  background-color: #029AE4;
}
/* line 199, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.subscribe-content .subscribe-block:hover * {
  color: white;
}
/* line 201, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.subscribe-content .subscribe-block:hover:before {
  background-color: #029AE4;
}
/* line 203, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.subscribe-content .subscribe-block:hover .bg-img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
/* line 205, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.subscribe-content .subscribe-block:hover .title, .subscribe-content .subscribe-block:hover .price, .subscribe-content .subscribe-block:hover .smaller, .subscribe-content .subscribe-block:hover .smaller-medium, .subscribe-content .subscribe-block:hover .smaller-bold, .subscribe-content .subscribe-block:hover table.analytics-table th, table.analytics-table .subscribe-content .subscribe-block:hover th {
  color: white;
}
/* line 207, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.subscribe-content .subscribe-block:hover .price span {
  color: white;
}
/* line 209, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.subscribe-content .subscribe-block:hover .unsubscribe, .subscribe-content .subscribe-block:hover .subscribe {
  color: white;
}
/* line 211, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-account.sass */
.subscribe-content .subscribe-block:hover .unsubscribe svg, .subscribe-content .subscribe-block:hover .subscribe svg {
  fill: white;
}

/* line 1, /home/applications/develop/shuvar/development/app/assets/stylesheets/_footer.sass */
.footer {
  position: relative;
  font-size: 12px;
  line-height: 50px;
  padding: 0 20px;
  background-color: #CED7DB;
  color: #778F9B;
  clear: both;
  width: 100%;
}
/* line 142, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/util/_mixins.scss */
.footer::before, .footer::after {
  content: ' ';
  display: table;
}
/* line 152, /home/applications/develop/shuvar/development/vendor/assets/bower_components/foundation-sites/scss/util/_mixins.scss */
.footer::after {
  clear: both;
}
@media screen and (max-width: 39.9375em) {
  /* line 1, /home/applications/develop/shuvar/development/app/assets/stylesheets/_footer.sass */
  .footer {
    padding: 0 10px;
  }
}
@media screen and (min-width: 75em) {
  /* line 1, /home/applications/develop/shuvar/development/app/assets/stylesheets/_footer.sass */
  .footer {
    padding: 0 20px 0 270px;
  }
}
/* line 16, /home/applications/develop/shuvar/development/app/assets/stylesheets/_footer.sass */
.footer .left-part {
  float: left;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  color: #778F9B;
}
/* line 20, /home/applications/develop/shuvar/development/app/assets/stylesheets/_footer.sass */
.footer .left-part a {
  color: inherit;
  display: inline-block;
}
/* line 23, /home/applications/develop/shuvar/development/app/assets/stylesheets/_footer.sass */
.footer .left-part a:hover {
  text-decoration: underline;
}
/* line 25, /home/applications/develop/shuvar/development/app/assets/stylesheets/_footer.sass */
.footer .left-part svg {
  fill: #778F9B;
  width: 25px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 5px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (max-width: 39.9375em) {
  /* line 33, /home/applications/develop/shuvar/development/app/assets/stylesheets/_footer.sass */
  .footer .left-part span {
    display: none;
  }
}
@media screen and (max-width: 39.9375em) {
  /* line 36, /home/applications/develop/shuvar/development/app/assets/stylesheets/_footer.sass */
  .footer .left-part span ~ a {
    display: none;
  }
}
/* line 40, /home/applications/develop/shuvar/development/app/assets/stylesheets/_footer.sass */
.footer .left-part:hover a {
  color: #029AE4;
}
/* line 42, /home/applications/develop/shuvar/development/app/assets/stylesheets/_footer.sass */
.footer .left-part:hover a svg {
  fill: #029AE4;
}
/* line 44, /home/applications/develop/shuvar/development/app/assets/stylesheets/_footer.sass */
.footer .right-part {
  float: right;
}
@media screen and (max-width: 39.9375em) {
  /* line 44, /home/applications/develop/shuvar/development/app/assets/stylesheets/_footer.sass */
  .footer .right-part {
    font-size: 10px;
  }
}

/* line 1, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
.input-field, .search-input-field {
  position: relative;
}
/* line 3, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
.input-field input, .search-input-field input, .input-field textarea, .search-input-field textarea {
  padding: 10px 0 10px;
  display: block;
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  text-transform: capitalize;
}
/* line 11, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
.input-field input:focus, .search-input-field input:focus, .input-field textarea:focus, .search-input-field textarea:focus {
  outline: none;
}
/* line 13, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
.input-field label, .search-input-field label {
  font-size: 14px;
  position: absolute;
  pointer-events: none;
  top: 30px;
  transition: all 0.2s ease;
}
/* line 19, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
.input-field textarea, .search-input-field textarea {
  margin-top: 50px;
  resize: none;
}
/* line 22, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
.input-field textarea ~ label, .search-input-field textarea ~ label {
  top: -20px;
}
/* line 24, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
.input-field .bar, .search-input-field .bar {
  position: relative;
  display: block;
  width: 100%;
}
/* line 28, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
.input-field .bar:before, .search-input-field .bar:before, .input-field .bar:after, .search-input-field .bar:after {
  content: "";
  height: 1px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #029AE4;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 36, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
.input-field .bar:before, .search-input-field .bar:before {
  left: 0;
}
/* line 39, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
.input-field input:focus ~ .bar:before, .search-input-field input:focus ~ .bar:before, .input-field input.used ~ .bar:before, .search-input-field input.used ~ .bar:before {
  width: 100%;
}

/* line 43, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
.side-nav .input-field, .side-nav .search-input-field {
  padding: 20px;
  margin-top: -15px;
}
/* line 46, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
.side-nav .input-field input, .side-nav .search-input-field input {
  color: white;
  border-bottom: 1px solid white;
  padding: 10px 20px 10px 0;
}
/* line 50, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
.side-nav .input-field label, .side-nav .search-input-field label {
  color: white;
}
/* line 52, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
.side-nav .input-field input:focus ~ label, .side-nav .search-input-field input:focus ~ label, .side-nav .input-field input.used ~ label, .side-nav .search-input-field input.used ~ label {
  top: 10px;
  font-size: 12px;
  color: #029AE4;
}
/* line 56, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
.side-nav .input-field svg, .side-nav .search-input-field svg {
  position: absolute;
  top: 30px;
  right: 20px;
  fill: white;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
/* line 62, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
.side-nav .input-field input:focus ~ svg, .side-nav .search-input-field input:focus ~ svg, .side-nav .input-field input.used ~ svg, .side-nav .search-input-field input.used ~ svg {
  right: 15px;
  fill: #029AE4;
}

/* line 68, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
.call-us-popup .input-field input, .call-us-popup .search-input-field input {
  color: white;
  border-bottom: 1px solid #778F9B;
  padding: 10px 20px 10px 0;
}
/* line 72, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
.call-us-popup .input-field label, .call-us-popup .search-input-field label {
  color: #778F9B;
  top: 10px;
}
/* line 75, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
.call-us-popup .input-field input:focus ~ label, .call-us-popup .search-input-field input:focus ~ label, .call-us-popup .input-field input.used ~ label, .call-us-popup .search-input-field input.used ~ label {
  top: -10px;
  font-size: 12px;
  color: #029AE4;
}
/* line 79, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
.call-us-popup .input-field svg, .call-us-popup .search-input-field svg {
  position: absolute;
  top: 10px;
  left: -27px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
/* line 84, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
.call-us-popup .input-field input:focus ~ svg, .call-us-popup .search-input-field input:focus ~ svg, .call-us-popup .input-field input.used ~ svg, .call-us-popup .search-input-field input.used ~ svg {
  right: 15px;
  fill: #029AE4;
}

/* line 90, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
.search-input-field input {
  color: #36464E;
  border-bottom: 1px solid #AFBDC4;
  padding-left: 25px;
}
/* line 94, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
.search-input-field label {
  color: #AFBDC4;
  padding-left: 25px;
  top: 10px;
}
/* line 98, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
.search-input-field input:focus ~ label, .search-input-field input.used ~ label {
  display: none;
}
/* line 100, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
.search-input-field svg {
  position: absolute;
  top: 10px;
  left: 0;
  fill: #AFBDC4;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
}
/* line 106, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
.search-input-field input:focus ~ svg, .search-input-field input.used ~ svg {
  fill: #029AE4;
}
/* line 110, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
.search-input-field .match-categories-container {
  position: absolute;
  width: 200px;
  top: 60px;
  left: 40px;
  display: none;
}
/* line 116, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
.search-input-field .match-categories-container.visible {
  display: block;
}
/* line 118, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
.search-input-field .match-categories-container:before {
  content: "";
  position: absolute;
  left: 20px;
  top: -5px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: white;
}
/* line 127, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
.search-input-field .match-categories-container .smaller-medium {
  color: #536D79;
  position: relative;
  margin: 10px 15px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
/* line 132, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
.search-input-field .match-categories-container .smaller-medium span {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 136, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
.search-input-field .match-categories-container .smaller-medium:hover {
  color: #029AE4;
}

/* line 140, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
form .grid-block {
  width: calc(50% - 20px);
}
@media screen and (max-width: 39.9375em) {
  /* line 140, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
  form .grid-block {
    width: calc(100% - 10px);
  }
}
/* line 145, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
form .inputs-container .input-field, form .inputs-container .search-input-field {
  padding: 20px 20px 20px 40px;
}
/* line 147, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
form .inputs-container .input-field input, form .inputs-container .search-input-field input {
  border-bottom: 1px solid rgba(83, 109, 121, 0.3);
  font-weight: 500;
  color: #536D79;
}
/* line 151, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
form .inputs-container .input-field label, form .inputs-container .search-input-field label {
  top: 30px;
  color: #536D79;
  opacity: 0.75;
}
/* line 155, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
form .inputs-container .input-field input:focus ~ label, form .inputs-container .search-input-field input:focus ~ label, form .inputs-container .input-field input.used ~ label, form .inputs-container .search-input-field input.used ~ label {
  top: 10px;
  font-size: 12px;
}
/* line 159, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
form .inputs-container .input-field .icon svg, form .inputs-container .search-input-field .icon svg {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 30px;
  left: 0;
  fill: #029AE4;
}
/* line 166, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
form .inputs-container .input-field select, form .inputs-container .search-input-field select {
  padding: 10px 0;
}
/* line 168, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
form .inputs-container .input-field select ~ label, form .inputs-container .search-input-field select ~ label {
  left: 0;
  top: 10px;
  font-size: 12px;
}
/* line 172, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
form .inputs-container .input-field .select-arrow, form .inputs-container .search-input-field .select-arrow {
  position: absolute;
  top: 25px;
  right: 0;
}
/* line 176, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
form .inputs-container .input-field .select-arrow svg, form .inputs-container .search-input-field .select-arrow svg {
  width: 10px;
  height: 5px;
}
/* line 180, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
form .textarea-container .input-field, form .textarea-container .search-input-field {
  padding: 0;
}
@media screen and (max-width: 39.9375em) {
  /* line 180, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
  form .textarea-container .input-field, form .textarea-container .search-input-field {
    padding: 0 20px 0 40px;
  }
}
/* line 184, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
form .textarea-container .input-field textarea, form .textarea-container .search-input-field textarea, .info-popup-for-product-report textarea  {
  border: 1px solid rgba(83, 109, 121, 0.3);
  width: 100%;
  height: 163px;
  margin-top: 58px;
  padding: 20px;
  font-weight: 500;
  color: #536D79;
}
.info-popup-for-product-report textarea{
  margin-top: 10px !important;
}
/* line 192, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
form .textarea-container .input-field textarea:focus, form .textarea-container .search-input-field textarea:focus {
  outline: none;
}
/* line 194, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
form .textarea-container .input-field textarea:focus ~ label, form .textarea-container .search-input-field textarea:focus ~ label, form .textarea-container .input-field textarea.used ~ label, form .textarea-container .search-input-field textarea.used ~ label {
  display: none;
}
@media screen and (max-width: 39.9375em) {
  /* line 184, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
  form .textarea-container .input-field textarea, form .textarea-container .search-input-field textarea {
    margin-top: 30px;
  }
}
/* line 198, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
form .textarea-container .input-field label, form .textarea-container .search-input-field label {
  top: 20px;
  left: 20px;
  color: #536D79;
  opacity: 0.75;
}
@media screen and (max-width: 39.9375em) {
  /* line 198, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
  form .textarea-container .input-field label, form .textarea-container .search-input-field label {
    left: 60px;
  }
}
/* line 205, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
form button {
  margin: 10px;
  clear: both;
}
@media screen and (max-width: 39.9375em) {
  /* line 205, /home/applications/develop/shuvar/development/app/assets/stylesheets/_form.sass */
  form button {
    margin: 25px;
  }
}

/* line 1, /home/applications/develop/shuvar/development/app/assets/stylesheets/_datepick.sass */
.ui-datepicker {
  margin-top: 10px;
  background: #fff;
  padding: 15px 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border-bottom: 3px solid #029AE4;
  display: none;
  z-index: 5;
}
/* line 9, /home/applications/develop/shuvar/development/app/assets/stylesheets/_datepick.sass */
.ui-datepicker a {
  color: #CED7DB;
}

/* line 11, /home/applications/develop/shuvar/development/app/assets/stylesheets/_datepick.sass */
.ui-datepicker-title {
  clear: both;
  text-align: center;
}

/* line 14, /home/applications/develop/shuvar/development/app/assets/stylesheets/_datepick.sass */
.ui-datepicker-prev {
  float: left;
  font-size: 0.75em;
  cursor: pointer;
}

/* line 18, /home/applications/develop/shuvar/development/app/assets/stylesheets/_datepick.sass */
.ui-datepicker-next {
  float: right;
  font-size: 0.75em;
  cursor: pointer;
}

/* line 22, /home/applications/develop/shuvar/development/app/assets/stylesheets/_datepick.sass */
.ui-datepicker th {
  color: #029AE4;
}

/* line 25, /home/applications/develop/shuvar/development/app/assets/stylesheets/_datepick.sass */
.ui-datepicker-calendar .ui-state-hover {
  color: #029AE4;
}

/* line 29, /home/applications/develop/shuvar/development/app/assets/stylesheets/_datepick.sass */
.ui-datepicker td span, .ui-datepicker td a {
  text-align: center;
  display: inline-block;
  /*
  width: 25px;
  height: 25px;
  */
}

/* line 1, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
.mobile-search-popup {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 111;
}
/* line 10, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
.mobile-search-popup .search-background {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #EBEEF0;
  width: 100%;
  height: 50px;
}
/* line 17, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
.mobile-search-popup .mobile-search-popup-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  padding: 10px;
  z-index: 1;
}
/* line 25, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
.mobile-search-popup .mobile-search-popup-close svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  fill: #536D79;
}
/* line 28, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
.mobile-search-popup .search-input-field {
  padding-left: 50px;
}
/* line 30, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
.mobile-search-popup .search-input-field input {
  border-bottom: none;
  padding: 0;
  margin-left: 0;
  line-height: 50px;
}
/* line 35, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
.mobile-search-popup .search-input-field label {
  font-size: 16px;
  top: 12px;
  padding-left: 0;
  padding: 0;
}
/* line 40, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
.mobile-search-popup .match-categories-container {
  top: 90px;
  left: 0;
  width: 100%;
}
/* line 44, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
.mobile-search-popup .small-title {
  margin-top: 10px;
  color: #8FA3AD;
  font-style: italic;
  padding-left: 15px;
}

/* line 50, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
.call-us-popup {
  position: fixed;
  width: 300px;
  top: 50px;
  right: 0;
  z-index: 99;
  -webkit-transform: translate(0, -106%);
  -ms-transform: translate(0, -106%);
  -o-transform: translate(0, -106%);
  transform: translate(0, -106%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media screen and (max-width: 39.9375em) {
  /* line 50, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
  .call-us-popup {
    width: 90%;
    right: 5%;
  }
}
/* line 64, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
.call-us-popup.visible {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 66, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
.call-us-popup .success {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #029AE4;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
/* line 81, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
.call-us-popup .success * {
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}
/* line 83, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
.call-us-popup .success svg {
  fill: white;
  width: 50px;
  height: 50px;
  opacity: 0;
}
/* line 88, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
.call-us-popup .success p {
  color: white;
  opacity: 0;
}
/* line 91, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
.call-us-popup .success.visible {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  height: 100%;
  top: 0;
}
/* line 95, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
.call-us-popup .success.visible svg {
  opacity: 1;
}
/* line 97, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
.call-us-popup .success.visible p {
  opacity: 1;
}
/* line 99, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
.call-us-popup svg {
  fill: #778F9B;
  width: 20px;
  height: 20px;
}
/* line 103, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
.call-us-popup .smaller, .call-us-popup .smaller-medium, .call-us-popup .smaller-bold, .call-us-popup table.analytics-table th, table.analytics-table .call-us-popup th {
  color: #778F9B;
}
/* line 105, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
.call-us-popup .indent-container {
  padding: 30px 50px;
}
/* line 108, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
.call-us-popup .call-us-container {
  background: #253137;
}
/* line 110, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
.call-us-popup .call-us-container .smaller, .call-us-popup .call-us-container .smaller-medium, .call-us-popup .call-us-container .smaller-bold, .call-us-popup .call-us-container table.analytics-table th, table.analytics-table .call-us-popup .call-us-container th {
  position: relative;
  margin-bottom: 10px;
}
/* line 113, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
.call-us-popup .call-us-container .smaller span, .call-us-popup .call-us-container .smaller-medium span, .call-us-popup .call-us-container .smaller-bold span, .call-us-popup .call-us-container table.analytics-table th span, table.analytics-table .call-us-popup .call-us-container th span {
  position: absolute;
  left: -27px;
  top: -1px;
  width: 20px;
  height: 20px;
}
/* line 119, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
.call-us-popup .call-us-container a {
  color: white;
}
/* line 121, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
.call-us-popup .call-us-container a:hover {
  color: #029AE4;
}
/* line 124, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
.call-us-popup .leave-ur-number-container {
  background: #36464E;
}
/* line 127, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
.call-us-popup .button, .call-us-popup .panel-button {
  display: block;
  border-radius: 0;
  float: none;
  line-height: 60px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 111;
}

/* line 135, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
.info-popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 111;
}
/* line 144, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
.info-popup .indent-container {
  position: relative;
  background: white;
  width: 600px;
  margin: 0 auto;
  padding: 40px;
  top: 20%;
}
/* line 151, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
.info-popup .indent-container .title {
  color: #36464E;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}
/* line 156, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
.info-popup .indent-container .smaller, .info-popup .indent-container .smaller-medium, .info-popup .indent-container .smaller-bold, .info-popup .indent-container table.analytics-table th, table.analytics-table .info-popup .indent-container th {
  color: #778F9B;
}
/* line 158, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
.info-popup .indent-container .smaller span, .info-popup .indent-container .smaller-medium span, .info-popup .indent-container .smaller-bold span, .info-popup .indent-container table.analytics-table th span, table.analytics-table .info-popup .indent-container th span {
  color: #029AE4;
  font-weight: 500;
}
/* line 161, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
.info-popup .indent-container .clearfix {
  margin-top: 30px;
}
/* line 163, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
.info-popup .indent-container .close-popup {
  display: inline-block;
  float: right;
  line-height: 40px;
  color: #778F9B;
  text-transform: uppercase;
  margin-right: 20px;
  font-weight: 500;
  padding: 0 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
/* line 176, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
.info-popup .indent-container .close-popup:hover {
  color: #029AE4;
}
@media screen and (max-width: 39.9375em) {
  /* line 144, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
  .info-popup .indent-container {
    max-width: 90%;
    top: 25%;
  }
  /* line 181, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
  .info-popup .indent-container .close-popup {
    margin-right: 0;
    margin-top: 20px;
  }
  /* line 184, /home/applications/develop/shuvar/development/app/assets/stylesheets/_popups.sass */
  .info-popup .indent-container .close-popup, .info-popup .indent-container .button, .info-popup .indent-container .panel-button {
    float: none;
    display: block;
  }
}

.reklama .grid-block {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
/* line 89, /home/applications/develop/shuvar/development/app/assets/stylesheets/_page-about-us.sass */
.reklama .grid-block:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}

.top-nav .shadow_mobile {
  background-color: #fff;
  display: none;
  height: 50px;

}
.menu-logo-shuvar {

  display: none;
}

/*shuvar LOGO*/
@media screen and (max-width: 27.44em) {
  .top-nav {
    /* height: 100px; */
  }
  /*.indent-container {
    margin-top: 50px;

  }*/

  .sidebar-button {

    top:135px;
  }

  .top-nav .menu-button {

    top: 50px;

  }

  .side-nav {
    top: 100px;
  }

  .top-nav .menu-logo {
    z-index: 999;
    /* background-color: #fff ; */
    left: 0px;
    width: 150px;
  }
  .top-nav .language-and-popup-container .language {
    width: 34px;
    font-size: 13px;
  }
  .top-nav .language-and-popup-container .mobile-search-popup-button {
    margin-left: 2px;
  }
  .menu-logo svg {

    /* left: -13px; */
    left: 0px;
  }
  .top-nav .logo-name  {

    /* fill: #445963; */
  }
.menu-logo-shuvar {
  position: relative;
  text-align: center;
  float: right;
  /* width: 50px; */
  /* line-height: 7px; */
  z-index: 998;
  top: 11px;
  left: -15px;
  display: block;



}

  .top-nav .shadow_mobile {

    display: block;
  }

  .call-us-popup .leave-ur-number-container {
    margin-top: 0;

  }

  .main-container { 
    /* margin-top: 100px; */
    margin-top: 48px;
  }
}







@media screen and (min-width: 40em) {
  .telegramBannerBig{
    display: none;
  }
}
@media screen and (max-width: 64em) {
  .telegramBannerSmall{
    display: none;
  }
}


.analytics-table{
    -webkit-user-select: none;
    /* user-select -- это нестандартное свойство */

    -moz-user-select: none;
    /* поэтому нужны префиксы */

    -ms-user-select: none;
}