@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700,100&subset=latin,latin-ext,cyrillic,cyrillic-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600&subset=latin,cyrillic,latin-ext);
/* 
 *
 * Author  :  Vlad Muraviov
 * Website :  https://coded.pro
 * E-mail  :  vlad.muraviov@gmail.com
 * Skype   :  vlad.muraviov
 *
 *
 */
/* ==========================================================================
   Normalize ( normalize.css v1.1.3 | MIT License | git.io/normalize )
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
html,
body {
  height: 100%;
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
:active,
:hover,
:focus {
  outline: 0;
}
/* ==========================================================================
   Lists
   ========================================================================== */
dl,
menu,
ol,
ul {
  margin: 0 0 15px 25px;
  padding: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 0 0 25px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* ==========================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
   Grid
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
  max-width: 1170px;
}
.row {
  margin-left: -12px;
  margin-right: -12px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.container-fluid:before,
.row:before,
.clearfix:after,
.container-fluid:after,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container-fluid:after,
.row:after {
  clear: both;
}
/* ==========================================================================
   Snippets
   ========================================================================== */
.cover {
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   Typography
   ========================================================================== */
@font-face {
  font-family: 'icons';
  src: url('../fonts/icons.eot?98854866');
  src: url('../fonts/icons.eot?98854866#iefix') format('embedded-opentype'), url('../fonts/icons.woff?98854866') format('woff'), url('../fonts/icons.ttf?98854866') format('truetype'), url('../fonts/icons.svg?98854866#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on August 8, 2015 */
@font-face {
  font-family: 'PantonlightCaps';
  src: url('../fonts/panton-lightcaps-webfont.eot');
  src: url('../fonts/panton-lightcaps-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/panton-lightcaps-webfont.woff2') format('woff2'), url('../fonts/panton-lightcaps-webfont.woff') format('woff'), url('../fonts/panton-lightcaps-webfont.ttf') format('truetype'), url('../fonts/panton-lightcaps-webfont.svg#pantonlight_caps') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-windows:before {
  content: '\e800';
}
/* '' */
.icon-android:before {
  content: '\e801';
}
/* '' */
.icon-apple:before {
  content: '\e802';
}
/* '' */
.icon-eye:before {
  content: '\e803';
}
/* '' */
.icon-login:before {
  content: '\e804';
}
/* '' */
.icon-user:before {
  content: '\e805';
}
/* '' */
.icon-cancel:before {
  content: '\e806';
}
/* '' */
.icon-key:before {
  content: '\e807';
}
/* '' */
img {
  max-width: 100%;
  vertical-align: middle;
}
hr {
  height: 0;
  border-top: 1px solid #CCCCCC;
  clear: both;
}
a {
  color: #1f77aa;
}
a:hover {
  color: #f66b0e;
}
/* ==========================================================================
   Elements
   ========================================================================== */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
  padding: 0;
}
.fancybox-skin {
  position: relative;
  /*background: #f9f9f9;*/
  color: #444;
  text-shadow: none;
  /*  -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;*/
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  /*  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);*/
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  /*overflow: hidden;*/
  overflow: visible;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
  background: #fff;
  border-radius: 5px;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading {
  background-image: url('../images/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 11px;
  height: 11px;
  cursor: pointer;
  z-index: 8040;
  background: url(../images/icons.png) -89px -83px no-repeat;
}
.fancybox-close:hover {
  background-position: -89px -99px;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev,
.fancybox-next {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 22px;
  margin-top: -11px;
  cursor: pointer;
  z-index: 8040;
  visibility: visible;
  background: url(../images/icons.png) 0 0 no-repeat;
}
.fancybox-prev {
  left: 20px;
  background-position: -432px -27px;
}
.fancybox-prev:hover {
  background-position: -432px -54px;
}
.fancybox-next {
  right: 20px;
  background-position: -450px -27px;
}
.fancybox-next:hover {
  background-position: -450px -54px;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(10, 10, 10, 0.6);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/* ----- modal ----- */
.modal {
  position: relative;
  width: 700px;
  max-width: 100%;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.24), 0 14px 28px rgba(0, 0, 0, 0.48);
}
.modal-animate {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}
.modal-animate.open {
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.modal-close {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  top: 22px;
  right: 24px;
  display: block;
  border: none;
  padding: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  z-index: 99;
  background: url(../images/icon-sprite.png) -19px -43px no-repeat;
  opacity: 0.5;
}
.modal-close:hover {
  opacity: 1;
}
.settings {
  font: 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #212121;
}
.settings-head {
  font-size: 16px;
  padding: 20px 24px;
  border-bottom: 1px solid #e5e5e5;
}
.settings-body {
  height: 400px;
  position: relative;
}
.settings-tabs {
  margin: 0;
  padding: 8px 0;
  list-style: none;
  border-right: 1px solid #e5e5e5;
  width: 170px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
  line-height: 40px;
}
.settings-tabs > li {
  cursor: pointer;
  padding: 0 24px;
}
.settings-tabs > li:hover {
  background: #F8F8F8;
}
.settings-tabs > li.is-active {
  color: #3c80f6;
  cursor: default;
}
.settings-tabs-panel {
  margin: 0 0 0 170px;
  overflow-y: auto;
  height: 100%;
  padding: 8px 24px;
  display: none;
}
.settings-tabs-panel.is-visible {
  display: block;
}
.settings-table {
  width: 100%;
}
.settings-table th {
  color: #999;
  white-space: nowrap;
  text-align: left;
}
.settings-table th,
.settings-table td {
  padding: 10px 0;
  font-weight: 400;
  vertical-align: top;
}
.settings-table .custom-checkbox {
  margin: 0 16px;
}
.settings-ctrl {
  padding: 20px 24px;
  border-top: 1px solid #e5e5e5;
}
.settings-ctrl:before,
.settings-ctrl:after {
  content: " ";
  display: table;
}
.settings-ctrl:after {
  clear: both;
}
.settings-ctrl:after,
.settings-ctrl:before {
  content: " ";
  display: table;
}
.settings-ctrl:after {
  clear: both;
}
.settings-ctrl .btn {
  float: right;
}
.text-center {
  text-align: right !important;
}
/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// © guybowden, 2014        https://github.com/guybowden
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs {
  height: 55px;
}
.irs-with-grid {
  height: 75px;
}
.irs-line {
  height: 2px;
  top: 33px;
  background: #d0d0d0;
  background: -moz-linear-gradient(top, #d0d0d0 0%, #d0d0d0 50%, #c8c6c6 51%, #c8c6c6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0d0d0), color-stop(50%, #d0d0d0), color-stop(51%, #c8c6c6), color-stop(100%, #c8c6c6));
  background: -webkit-linear-gradient(top, #d0d0d0 0%, #d0d0d0 50%, #c8c6c6 51%, #c8c6c6 100%);
  background: -o-linear-gradient(top, #d0d0d0 0%, #d0d0d0 50%, #c8c6c6 51%, #c8c6c6 100%);
  background: -ms-linear-gradient(top, #d0d0d0 0%, #d0d0d0 50%, #c8c6c6 51%, #c8c6c6 100%);
  background: linear-gradient(to bottom, #d0d0d0 0%, #d0d0d0 50%, #c8c6c6 51%, #c8c6c6 100%);
  border: none;
}
.irs-bar {
  height: 2px;
  top: 33px;
  background: #0077BF;
}
.irs-shadow {
  height: 2px;
  top: 38px;
  background: #000;
  opacity: 0.3;
  border-radius: 5px;
  -moz-border-radius: 5px;
}
.irs-slider {
  top: 22px;
  width: 0;
  height: 24px;
  cursor: pointer;
}
.irs-slider:after {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  background: #0077BF;
  border-radius: 50%;
}
.irs-slider:hover:after {
  background: #00588B;
}
.irs-slider.state_hover,
.irs-slider:hover {
  background: #FFF;
}
.irs-min,
.irs-max {
  color: #333;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.irs-from,
.irs-to,
.irs-single {
  color: #fff;
  font-size: 14px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #428bca;
  border-radius: 3px;
  -moz-border-radius: 3px;
}
/* ----- */
.custom-label {
  display: block;
  position: relative;
  margin: 0;
  font-size: 13px;
  line-height: 20px;
}
.custom-label small {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #255B70;
}
.custom-label_check {
  padding: 0 0 0 32px;
}
.custom-label_check .custom-checkbox,
.custom-label_check .custom-checkbox_small,
.custom-label_check .custom-checkbox_toggle {
  position: absolute !important;
  left: 0;
}
.custom-label_check .custom-checkbox {
  top: 0;
}
.custom-label_check .custom-checkbox_small,
.custom-label_check .custom-checkbox_toggle {
  top: 2px;
}
.custom-label_check .custom-checkbox_toggle {
  left: 2px;
}
.custom-label_check small {
  margin-left: -12px;
}
.custom-text {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  border: 2px solid #D4D4D4;
  border-radius: 2px;
  padding: 3px 6px;
  font-size: 11px;
  line-height: 15px;
  color: #474747;
  background: #fff;
  width: 100%;
}
.custom-text:focus {
  border-color: #0081C9;
}
.btn-reset {
  border: none;
  padding: 0;
  background: none;
  font-size: 12px;
  line-height: 16px;
  color: #006CBE;
  text-decoration: none;
  text-align: left;
}
.btn-reset:hover {
  text-decoration: underline;
}
.btn {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #E3E3E3;
  background: #F6F6F6;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #767676;
  border-radius: 2px;
  padding: 4px 10px;
  text-decoration: none;
  position: relative;
}
.btn:hover {
  background: #008FFD;
  border-color: #0088F9;
  color: #fff;
}
.btn:active {
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  background: #00588B;
  border-color: #00588B;
}
.btn-40 {
  padding: 12px;
}
.btn-block {
  width: 100%;
}
.btn-orange {
  background: #EF7C00;
  border-color: #EF7C00;
  color: #fff;
  border: none;
  line-height: 16px;
}
.btn-orange:hover {
  background: #ff9c32;
  border-color: #ff9c32;
  box-shadow: none;
}
.btn-orange:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}
.btn-green {
  background: #A2C516;
  border-color: #A2C516;
  color: #fff;
  border: none;
  line-height: 16px;
}
.btn-green:hover {
  background: #afd80c;
  border-color: #afd80c;
  box-shadow: none;
}
.btn-green:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}
.btn-blue {
  background: #63B6DA;
  border-color: #63B6DA;
  color: #fff;
  border: none;
  line-height: 16px;
}
.btn-blue:hover {
  background: #52c5f7;
  border-color: #52c5f7;
  color: #fff;
}
.btn-blue:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}
.btn-extend {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: none;
  background: #0086F8;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
  border-radius: 2px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 7px 22px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.btn-extend:hover {
  background: #2367d9;
}
.btn-extend:active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.3);
}
.btn-expand {
  display: inline-block;
  vertical-align: top;
  border: none;
  padding: 0;
  margin: 5px 0;
  width: 22px;
  height: 22px;
  background: url(../images/icon-sprite.png) -198px 0 no-repeat;
  text-indent: -9999px;
}
.btn-expand.is-active {
  background-position: -197px -27px;
}
/* ==========================================================================
   Icon
   ========================================================================== */
.icon-gear,
.icon-calendar,
.icon-update,
.icon-settings,
.icon-sound_off,
.icon-car,
.icon-lock_false,
.icon-lock_true,
.icon-exit {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: url(../images/icon-sprite.png) 0 0 no-repeat;
}
.icon-gear {
  width: 18px;
  height: 18px;
  background-position: -84px 0;
}
.icon-calendar {
  width: 16px;
  height: 18px;
  background-position: -161px -1px;
  margin-right: 5px;
  top: -2px;
}
.icon-settings {
  width: 14px;
  height: 14px;
  background-position: -47px -25px;
  top: -1px;
}
.icon-sound_off {
  width: 14px;
  height: 14px;
  background-position: -66px -27px;
  top: -1px;
}
.icon-car {
  width: 23px;
  height: 11px;
  background-position: -19px -27px;
  left: -1px;
  top: -1px;
}
.icon-update {
  width: 16px;
  height: 21px;
  top: 0px;
  background-position: -23px 1px;
}
.icon-update:after {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  background: #fff;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon-sprite.png) -42px 1px no-repeat;
  opacity: 0;
  visibility: hidden;
}
.icon-lock_false,
.icon-lock_true {
  width: 14px;
  height: 19px;
  top: -2px;
  margin-right: 12px;
}
.icon-lock_false.icon-lock_false,
.icon-lock_true.icon-lock_false {
  background-position: -108px 0;
}
.icon-lock_false.icon-lock_true,
.icon-lock_true.icon-lock_true {
  background-position: -125px 0;
}
.icon-exit {
  width: 19px;
  height: 19px;
  background-position: 0 0;
  top: -1px;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  font: 14px/18px 'Roboto', 'Helvetica Neue', Helvetica, sans-serif;
  color: #444;
  min-width: 300px;
  background: #ECECEC;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10001;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.preloader-in {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -50px;
}
.preloader-in span {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: block;
}
.preloader-in span:nth-child(1) {
  left: 50%;
  top: 0;
  margin: 0 0 0 -0.1em;
  background: #0077BF;
  -webkit-transform-origin: 50% 250%;
  transform-origin: 50% 250%;
  -webkit-animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
  animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
}
.preloader-in span:nth-child(2) {
  top: 50%;
  right: 0;
  margin: -0.1em 0 0 0;
  background: #6BC43B;
  -webkit-transform-origin: -150% 50%;
  transform-origin: -150% 50%;
  -webkit-animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
  animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
}
.preloader-in span:nth-child(3) {
  left: 50%;
  bottom: 0;
  margin: 0 0 0 -0.1em;
  background: #EE7906;
  -webkit-transform-origin: 50% -150%;
  transform-origin: 50% -150%;
  -webkit-animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
  animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
}
.preloader-in span:nth-child(4) {
  top: 50%;
  left: 0;
  margin: -0.1em 0 0 0;
  background: #444;
  -webkit-transform-origin: 250% 50%;
  transform-origin: 250% 50%;
  -webkit-animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
  animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
}
@-webkit-keyframes rota {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rota {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes opa {
  12.0% {
    opacity: 0.80;
  }
  19.5% {
    opacity: 0.88;
  }
  37.2% {
    opacity: 0.64;
  }
  40.5% {
    opacity: 0.52;
  }
  52.7% {
    opacity: 0.69;
  }
  60.2% {
    opacity: 0.60;
  }
  66.6% {
    opacity: 0.52;
  }
  70.0% {
    opacity: 0.63;
  }
  79.9% {
    opacity: 0.60;
  }
  84.2% {
    opacity: 0.75;
  }
  91.0% {
    opacity: 0.87;
  }
}
@keyframes opa {
  12.0% {
    opacity: 0.80;
  }
  19.5% {
    opacity: 0.88;
  }
  37.2% {
    opacity: 0.64;
  }
  40.5% {
    opacity: 0.52;
  }
  52.7% {
    opacity: 0.69;
  }
  60.2% {
    opacity: 0.60;
  }
  66.6% {
    opacity: 0.52;
  }
  70.0% {
    opacity: 0.63;
  }
  79.9% {
    opacity: 0.60;
  }
  84.2% {
    opacity: 0.75;
  }
  91.0% {
    opacity: 0.87;
  }
}
.layout {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}
.layout.layout-auth {
  background: #000000 url(../images/bg-auth.jpg) center center no-repeat fixed;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: visible;
}
.layout.is-open {
  overflow: hidden;
}
.layout.is-open .nav-overlay {
  visibility: visible;
  opacity: 0.5;
}
.layout.is-open .nav-menu {
  right: 0;
  visibility: visible;
}
.row-offset-0 {
  margin: 0;
}
.row-offset-0 > [class^="col-"],
.row-offset-0 > [class*=" col-"] {
  padding: 0;
}
.row-offset-20 {
  margin: 0 -10px;
}
.row-offset-20 > [class^="col-"],
.row-offset-20 > [class*=" col-"] {
  padding: 0 10px;
}
/* ==========================================================================
   Auth
   ========================================================================== */
.auth-valign {
  display: table;
  width: 100%;
  height: 100%;
}
.auth-valign-in {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding: 95px 20px 120px;
}
.auth {
  font: 400 12px/14px 'Open Sans', sans-serif;
  color: #fff;
}
.auth-heading {
  display: block;
  text-transform: uppercase;
  font: 45px/55px 'PantonlightCaps', sans-serif;
  margin: 0 auto 60px;
  text-align: center;
  max-width: 700px;
}
@media screen and (max-width: 991px) {
  .auth-heading {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .auth-heading {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 480px) {
  .auth-heading {
    font-size: 18px;
    line-height: 30px;
  }
}
.auth-content {
  position: relative;
  background: rgba(0, 0, 0, 0.6);
  padding: 30px 20px 25px;
  max-width: 300px;
  margin: 0 auto 20px;
}
/* ----- */
.auth-form {
  display: none;
}
.auth-form.is-open {
  display: block;
}
.auth-form-heading {
  display: block;
  margin: 0 0 35px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}
.auth-form-field {
  margin: 0 0 20px;
}
.auth-form-text {
  width: 100%;
  font-size: 13px;
  line-height: 18px;
  padding: 10px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 5px 7px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  color: #fff;
}
.auth-form-text::-webkit-input-placeholder {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  opacity: 1;
  color: #858585;
}
.auth-form-text::-moz-placeholder {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  opacity: 1;
  color: #858585;
}
.auth-form-text:-ms-input-placeholder {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  opacity: 1;
  color: #858585;
}
.auth-form-text:focus::-webkit-input-placeholder {
  opacity: 0;
}
.auth-form-text:focus::-moz-placeholder {
  opacity: 0;
}
.auth-form-text:focus:-ms-input-placeholder {
  opacity: 0;
}
.auth-form-text:focus {
  background: rgba(255, 255, 255, 0.1);
}
.auth-btn {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: block;
  width: 100%;
  border: 1px solid transparent;
  font: 400 12px/16px 'Open Sans', sans-serif;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 15px;
  text-align: center;
  margin: 0 0 20px;
  background: none;
  text-decoration: none;
}
.auth-btn-login,
.auth-btn-reg {
  color: #fff;
  background: #58ADD5;
}
.auth-btn-login:hover,
.auth-btn-reg:hover {
  color: #fff;
  background: #5dcbff;
}
.auth-btn-demo {
  border-color: #A6D210;
  color: #a6d210;
}
.auth-btn-demo:hover {
  color: #fff;
  background: #a6d210;
}
.auth-ctrl {
  line-height: 18px;
  margin: 0 0 20px;
}
.auth-ctrl:before,
.auth-ctrl:after {
  content: " ";
  display: table;
}
.auth-ctrl:after {
  clear: both;
}
.auth-ctrl:after,
.auth-ctrl:before {
  content: " ";
  display: table;
}
.auth-ctrl:after {
  clear: both;
}
.auth-ctrl .auth-link {
  float: left;
}
.auth-ctrl .custom-label {
  float: right;
  font-size: 12px;
  line-height: 18px;
  color: #858585;
}
.auth-ctrl .custom-label_check {
  padding-left: 22px;
}
.auth-ctrl .custom-checkbox {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 5px 7px rgba(0, 0, 0, 0.25);
  width: 15px;
  height: 15px;
  border: none;
  top: 2px;
}
.auth-ctrl .custom-checkbox.checked {
  background: #43A960;
}
.auth-link {
  color: #58add5;
  border-bottom: 1px dashed #58add5;
  text-decoration: none;
}
.auth-link:hover {
  color: #80d6ff;
  border-color: #80d6ff;
}
@media screen and (max-height: 800px) {
  .auth-valign-in {
    padding-top: 85px;
  }
  .auth-heading {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 30px;
    max-width: none;
  }
  .auth-content {
    padding: 20px;
  }
  .auth-form-field {
    margin-bottom: 10px;
  }
  .auth-form-heading {
    margin-bottom: 20px;
  }
  .auth-btn-login,
  .auth-btn-reg,
  .auth-btn-demo {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
/* --- */
.auth-agree,.pass-recover-bottom-block {
  text-align: center;
  color: #858585;
  margin: 0;
}
.auth-agree a,.pass-recover-bottom-block a {
  color: #cecece;
  text-decoration: underline;
}
.auth-agree a:hover,.pass-recover-bottom-block a:hover {
  color: #fff;
}
/* --- */
.auth-forgot {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #e5e5e5;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
}
.auth-forgot a {
  color: #e5e5e5;
  text-decoration: underline;
}
.auth-forgot a:hover {
  color: #fff;
}
/* --- */
.auth-app {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}
.auth-app-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 32px;
  line-height: 60px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
.auth-app-list > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}
.auth-app-list a {
  color: #fff;
  opacity: 1;
}
.auth-app-list a:hover {
  opacity: 0.75;
}
/* ==========================================================================
   Header
   ========================================================================== */
.header {
  background: /*#1568A6*/ rgba(0,54,124,0.85); 
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 53px;
    line-height: 53px;
  z-index: 2;
  padding: 0 15px;
}
.header .phone {
    font-size: 110%; 
    display: inline-block;
    float: left;
    margin-left: 30px;
}
.header .phone a {
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
}
.header .container-fluid {
  height: 100%;
}
.logo {
  text-transform: uppercase;
  font-size: 19px;
  line-height: 49px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  float: left;
  height: 100%;
}
.logo img {
  display: block;
  width: 160px;
  height: 100%;
}
.nav {
  overflow: hidden;
  height: 100%;
    
}
.nav-toggle {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  display: block;
  width: 49px;
  height: 49px;
  margin: 0;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 3px;
  z-index: 200;
  padding: 0 10px;
}
.nav-toggle span {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  height: 1px;
  background: #fff;
}
.nav-toggle span:nth-child(1) {
  top: 16px;
}
.nav-toggle span:nth-child(2),
.nav-toggle span:nth-child(3) {
  top: 24px;
}
.nav-toggle span:nth-child(4) {
  top: 32px;
}
.nav-toggle:hover {
  background: #00588B;
}
.nav-toggle.is-active span:nth-child(1) {
  top: 24px;
  left: 50%;
  right: 50%;
}
.nav-toggle.is-active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-toggle.is-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-toggle.is-active span:nth-child(4) {
  top: 24px;
  left: 50%;
  right: 50%;
}
.nav-overlay {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background: #000;
}
.nav-menu {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  margin: 0;
  padding: 0;
  list-style: none;
  position: fixed;
  top: 49px;
  bottom: 0;
  right: -240px;
  width: 240px;
  z-index: 300;
  background: #013C60;
  overflow-y: auto;
  font-size: 14px;
  line-height: 49px;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
  visibility: hidden;
}
.nav-menu > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-menu > li.is-active {
  background: #00588B;
}
.nav-menu a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
  padding: 0 27px;
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
    font-size: 16px; 
    font-weight: 300;
    border-bottom: 1px solid #7790b8;
}
.nav-menu a:after {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  content: '';
  position: absolute;
  z-index: -1;
  width: 0;
  height: 103%;
  top: 50%;
  left: 50%;
  background: #0081C9;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.nav-menu a:hover {
  color: #fff;
}
.nav-menu a:hover:after {
  width: 100%;
  opacity: 1;
}
.nav-menu a:active {
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  background: #054167;
    
}
.nav-menu .icon-exit,
.nav-menu .icon-gear {
  margin-left: 10px;
}
@media screen and (min-width: 992px) {
  .header {
    padding: 0 30px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-overlay {
    display: none;
  }
  .nav-menu {
    display: block;
    text-align: right;
    position: relative;
    max-width: none;
    overflow: hidden;
    box-shadow: none;
    background: none;
    width: auto;
    top: 0;
    right: 0;
    visibility: visible;
  }
  .nav-menu li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 -4px 0 0;
    border-left: 1px solid #1568A6;
  }
  .nav-menu a.nav-settings,
  .nav-menu a.nav-exit {
    padding: 0 17px;
  }
  .nav-menu a:hover:after {
    background: #00588B;
  }
  .nav-menu .icon-exit,
  .nav-menu .icon-gear {
    margin-left: 0;
  }
  .nav-exit,
  .nav-settings {
    font-size: 0 !important;
    clip: rect(0, 0, 0, 0);
  }
}
.nav-language {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  overflow: hidden;
  font-size: 14px;
  line-height: 49px;
  font-weight: 500;
  cursor: default;
}
.nav-language > li {
  display: inline-block;
  vertical-align: top;
}
.nav-language > li.is-active {
  color: #60b5ff;
}
.nav-language > li.is-active:last-child {
  margin: 0 0 0 20px;
}
.nav-language > li.is-active > [class^="icon-"] {
  opacity: 0.6;
}
.nav-language a {
  display: block;
  white-space: nowrap;
  position: relative;
  text-decoration: underline;
  color: #fff;
  padding: 0 20px;
}
.nav-language a:before {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  content: '';
  position: absolute;
  z-index: -1;
  width: 0;
  height: 103%;
  top: 50%;
  left: 50%;
  background: #0081C9;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.nav-language a:hover {
  color: #fff;
}
.nav-language a:hover:before {
  width: 100%;
  opacity: 1;
}
.icon-en,
.icon-ru {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 10px 0 0;
  background: url(../images/lang-sprite.png) 0 0 no-repeat;
  width: 27px;
  height: 17px;
}
.icon-en {
  background-position: 0 0;
}
.icon-ru {
  background-position: -30px 0;
}
@media screen and (max-width: 767px) {
  .nav-language > li.is-active {
    display: none;
  }
}
/* ==========================================================================
   Main
   ========================================================================== */
.main {
  position: relative;
  z-index: 1;
  padding: 49px 15px;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .main {
    padding: 49px 30px;
  }
}
.map {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.map > iframe {
  width: 100%;
  height: 100%;
}
.info {
  position: absolute;
  top: 49px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 415px;
  padding: 0 15px;
  z-index: 2;
}
.info-box {
  background: #fff;
  border-radius: 2px;
  margin: 15px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 992px) {
  .info {
    max-width: 445px;
    padding: 0 30px;
  }
}
/* ----- car ----- */
.car {
  position: relative;
}
.car * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.car-trigger {
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
  display: block;
  width: 100%;
  border: none;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  color: #255B70;
  text-transform: uppercase;
  padding: 0 36px;
  text-align: left;
  background: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  position: relative;
}
.car-trigger:after {
  content: '';
  display: block;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #767676;
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -2px;
}
.car-trigger:hover {
  background: #EEEEEE;
}
.car-trigger-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 100%;
  text-align: center;
}
.car-trigger-image img {
  max-height: 100%;
  vertical-align: middle;
}
.car-trigger-text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.car-dropdown {
  overflow: hidden;
  height: 0;
}
.car-dropdown.is-visible .car-dropdown-in {
  visibility: visible;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.car-dropdown-in {
  visibility: hidden;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.car-content {
  position: relative;
  padding: 10px 0;
}
.car-content:after {
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -ms-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
  content: '';
  display: block;
  position: absolute;
  right: -500px;
  bottom: -500px;
  width: 1000px;
  height: 1000px;
  border-radius: 50% 0 0 0;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.car-content.is-mask:after {
  opacity: 1;
  visibility: visible;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.car-ind {
  position: relative;
  height: 0;
  overflow: visible !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.car-ind.is-visible .car-ind-list > li {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  opacity: 1;
  visibility: visible;
}
.car-ind.is-visible .car-update {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  opacity: 1;
  visibility: visible;
}
.car-update {
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: 6px 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 0;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
.car-update .icon-update {
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.car-update:hover {
  background: none;
}
.car-update:hover .icon-update {
  background: none;
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.car-update:hover .icon-update:after {
  opacity: 1;
  visibility: visible;
}
.car-ind-list {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}
.car-ind-list > li {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  display: inline-block;
  vertical-align: top;
  width: 60px;
  text-align: center;
  padding: 5px 0;
  visibility: hidden;
  opacity: 0;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
.car-ind-list > li:nth-child(1) {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}
.car-ind-list > li:nth-child(2) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
.car-ind-list > li:nth-child(3) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
.car-ind-list > li:nth-child(4) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
.car-ind-list > li:nth-child(5) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.car-ind-list > li:nth-child(6) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
.car-ind-list > li:nth-child(7) {
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}
.car-ind-list > li:nth-child(8) {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}
.car-ind-list > li:nth-child(9) {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}
.car-ind-list > li:nth-child(10) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.car-ind-list mark {
  display: block;
  font-size: 10px;
  line-height: 14px;
  color: #49BB00;
  background: none;
  padding: 0;
}
.car-ind-icon {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 0 auto 5px;
  overflow: hidden;
  padding: 1px;
}
.car-ind-icon img {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
.car-image {
  height: 115px;
  line-height: 115px;
  margin: 0;
  padding: 0 35px;
}
.car-image img {
  vertical-align: middle;
  max-height: 100%;
}
.car-panel {
  border-top: 1px solid #E7E7E7;
  position: relative;
  padding: 0 15px;
  height: 40px;
}
.car-security {
  font-size: 13px;
  line-height: 39px;
  color: #255B70;
  margin: 0;
}
.car-ctrl {
  position: absolute;
  bottom: 100%;
  right: 15px;
  width: 46px;
  height: 46px;
  margin-bottom: -23px;
}
.car-ctrl.is-visible .car-ctrl-dropdown > li {
  opacity: 1;
  visibility: visible;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.car-ctrl-trigger {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #6BC43B;
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  padding: 0;
  position: relative;
  z-index: 10;
}
.car-ctrl-trigger svg {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -7px 0 0 -7px;
}
.car-ctrl-trigger:hover {
  background: #89D062;
}
.car-ctrl-trigger.is-active svg {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
}
.car-ctrl-trigger:active {
  -webkit-transition: 0s ease;
  -moz-transition: 0s ease;
  -ms-transition: 0s ease;
  -o-transition: 0s ease;
  transition: 0s ease;
  background: #3a8f0c;
}
.car-ctrl-dropdown {
  margin: 0;
  padding: 6px 0;
  list-style: none;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 5;
}
.car-ctrl-dropdown > li {
  -webkit-transition: visibility 0.6s ease;
  -moz-transition: visibility 0.6s ease;
  -ms-transition: visibility 0.6s ease;
  -o-transition: visibility 0.6s ease;
  transition: visibility 0.6s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
.car-ctrl-dropdown > li:nth-child(1) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
.car-ctrl-dropdown > li:nth-child(2) {
  -webkit-animation-delay: .3s;
  animation-delay: .3;
}
.car-ctrl-dropdown > li:nth-child(3) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
.car-ctrl-btn {
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: 6px 7px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 0;
}
.car-ctrl-btn.car-ctrl-btn_white {
  background: #fff;
}
.car-ctrl-btn.car-ctrl-btn_orange {
  background: #EE7906;
}
.car-ctrl-btn.car-ctrl-btn_blue {
  background: #002477;
}
.car-ctrl-btn.car-ctrl-btn_yellow {
  background: #F5A521;
}
.car-ctrl-btn:hover {
  opacity: 0.85;
}
/* ----- car-details ----- */
.car-details-head {
  position: relative;
  background: #F9F9F9;
  height: 49px;
  padding: 0 34px;
}
.car-details-head:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #E6E6E6;
}
.car-details-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 47px;
  height: 49px;
  text-transform: none;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
.car-details-tabs > li {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  float: left;
  width: 33.333%;
  color: #255B70;
  cursor: pointer;
  text-align: center;
  height: 49px;
  position: relative;
}
.car-details-tabs > li:after {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #E6E6E6;
  z-index: 40;
}
.car-details-tabs > li:hover {
  background: #0081C9;
  color: #fff;
}
.car-details-tabs > li:hover:after {
  background: #0081C9;
}
.car-details-tabs > li:active {
  -webkit-transition: 0s ease;
  -moz-transition: 0s ease;
  -ms-transition: 0s ease;
  -o-transition: 0s ease;
  transition: 0s ease;
  background: #054167;
  color: #fff;
}
.car-details-tabs > li:active:after {
  -webkit-transition: 0s ease;
  -moz-transition: 0s ease;
  -ms-transition: 0s ease;
  -o-transition: 0s ease;
  transition: 0s ease;
  background: #054167;
}
.car-details-tabs > li.is-active {
  background: none;
  color: #0081C9;
  cursor: default;
}
.car-details-tabs > li.is-active:after {
  background: #0081C9;
}
.car-details-tabs-prev,
.car-details-tabs-next {
  display: block;
  position: absolute;
  top: 0;
  width: 34px;
  height: 100%;
  border: none;
  background: none;
  z-index: 10;
  overflow: hidden;
}
.car-details-tabs-prev:after,
.car-details-tabs-next:after {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../images/icon-sprite.png) 0 0 no-repeat;
  width: 6px;
  height: 10px;
  margin: -6px 0 0 -3px;
}
.car-details-tabs-prev:before,
.car-details-tabs-next:before {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../images/icon-sprite.png) 0 0 no-repeat;
  width: 6px;
  height: 10px;
  margin: -6px 0 0 -3px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}
.car-details-tabs-prev:hover,
.car-details-tabs-next:hover {
  background: #0077BF;
}
.car-details-tabs-prev:hover:after,
.car-details-tabs-next:hover:after {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}
.car-details-tabs-prev:hover:before,
.car-details-tabs-next:hover:before {
  visibility: visible;
  opacity: 1;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.car-details-tabs-prev:active,
.car-details-tabs-next:active {
  -webkit-transition: 0s ease;
  -moz-transition: 0s ease;
  -ms-transition: 0s ease;
  -o-transition: 0s ease;
  transition: 0s ease;
  background: #054167;
}
.car-details-tabs-prev {
  left: 0;
}
.car-details-tabs-prev:after {
  background-position: -85px -25px;
}
.car-details-tabs-prev:before {
  background-position: -85px -39px;
}
.car-details-tabs-next {
  right: 0;
}
.car-details-tabs-next:after {
  background-position: -96px -25px;
}
.car-details-tabs-next:before {
  background-position: -96px -39px;
}
.car-details-content {
  padding: 13px 15px;
}
.car-details-box.is-visible {
  display: block;
}
.car-details-box.is-visible .car-details-box-in {
  opacity: 1;
  visibility: visible;
}
.car-details-box-in {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
}
.car-details-title {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 20px;
  color: #818181;
  font-weight: 400;
  text-align: center;
}
/* ----- */
.date {
  margin: 0 0 10px;
}
.date .col-xs-6:first-child:after {
  content: '';
  display: block;
  width: 8px;
  height: 2px;
  position: absolute;
  top: 10px;
  left: 100%;
  background: #B0B0B0;
  margin-left: -4px;
}
.date-field {
  position: relative;
}
.date-field .custom-text {
  padding-left: 25px;
}
.date-field .ui-datepicker-trigger {
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
  width: 16px;
  height: 18px;
  background: url(../images/icon-sprite.png) -142px -1px no-repeat;
  cursor: pointer;
  border: none;
  padding: 0;
  text-indent: -9999px;
}
.date-field .ui-datepicker-trigger:hover {
  background-position: -161px -1px;
}
/* ----- */
.filter {
  margin: 0;
}
.filter-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.filter-list > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 0 0;
}
.filter-list > li:last-child {
  margin: 0;
}
.dropdown {
  position: relative;
}
.dropdown-trigger {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 14px 0 0;
  font-size: 12px;
  line-height: 16px;
  color: #255B70;
  background: none;
  border: none;
}
.dropdown-trigger:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #565656;
  margin: -2px 0 0;
}
.dropdown-trigger:hover {
  text-decoration: underline;
}
.dropdown-content {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border: 1px solid #F0F0F0;
  position: absolute;
  top: 100%;
  width: 160px;
  left: -20px;
  padding: 5px 10px;
  background: #fff;
  z-index: 40;
  opacity: 0;
  visibility: hidden;
  -moz-transform: scale(0.5) translateY(-20px);
  -webkit-transform: scale(0.5) translateY(-20px);
  -o-transform: scale(0.5) translateY(-20px);
  -ms-transform: scale(0.5) translateY(-20px);
  transform: scale(0.5) translateY(-20px);
}
.dropdown-content.is-visible {
  opacity: 1;
  visibility: visible;
  -moz-transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
.dropdown-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropdown-list > li {
  margin: 5px 0;
}
.dropdown-list_sub {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
  display: none;
}
.dropdown-list_sub > li {
  margin: 5px 0;
}
/* ----- */
.events-result-date {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #255B70;
  padding: 0;
  margin: 0 0 -13px;
}
.events-slides {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.events-slides > li {
  float: left;
  width: 100%;
}
.events-table {
  width: 100%;
  color: #255B78;
  font-size: 13px;
  line-height: 16px;
  margin: 0;
}
.events-table td {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border: none;
  border-bottom: 1px solid #E4E4E4;
  padding: 12px 5px;
}
.events-table tr:last-child td {
  border: none;
}
.events-table tr:hover td {
  background: #EEEEEE;
}
.events-table img {
  border-radius: 2px;
  height: 20px;
}
.events-slides-ctrl {
  margin: 0 -15px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  text-align: right;
  position: relative;
  padding: 10px 85px 10px 10px;
}
.events-slides-count {
  margin: 0;
  color: #818181;
  font-size: 12px;
  line-height: 20px;
}
.events-slides-prev,
.events-slides-next {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 34px;
  border: none;
  background: none;
  overflow: hidden;
}
.events-slides-prev:after,
.events-slides-next:after {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../images/icon-sprite.png) 0 0 no-repeat;
  width: 10px;
  height: 16px;
  margin: -8px 0 0 -5px;
}
.events-slides-prev:before,
.events-slides-next:before {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../images/icon-sprite.png) 0 0 no-repeat;
  width: 10px;
  height: 16px;
  margin: -8px 0 0 -5px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}
.events-slides-prev:hover,
.events-slides-next:hover {
  background: #0077BF;
}
.events-slides-prev:hover:after,
.events-slides-next:hover:after {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}
.events-slides-prev:hover:before,
.events-slides-next:hover:before {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.events-slides-prev:active,
.events-slides-next:active {
  -webkit-transition: 0s ease;
  -moz-transition: 0s ease;
  -ms-transition: 0s ease;
  -o-transition: 0s ease;
  transition: 0s ease;
  background: #054167;
}
.events-slides-prev {
  right: 34px;
}
.events-slides-prev:after {
  background-position: -107px -46px;
}
.events-slides-prev:before {
  background-position: -107px -25px;
}
.events-slides-next {
  right: 0;
}
.events-slides-next:after {
  background-position: -122px -46px;
}
.events-slides-next:before {
  background-position: -122px -25px;
}
@media screen and (min-width: 992px) {
  .car-details-tabs {
    text-transform: uppercase;
  }
}
/* ----- car-tariff ----- */
.car-tariff {
  padding: 0 10px;
}
.car-tariff-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  width: 100%;
  color: #444;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
.car-tariff-list > li {
  display: table-cell;
  padding: 7px 5px;
  height: 40px;
  vertical-align: middle;
}
.car-tariff-list > li:first-child {
  color: #008AEF;
}
@media screen and (min-width: 992px) {
  .car-tariff-list {
    font-size: 13px;
  }
}
/* ----- */
.menubar .custom-select .jq-selectbox__select {
  border-left: none;
  border-right: none;
}
/* ----- */
.hchart {
  width: 100%;
}
.hchart-inline {
  max-width: 100%;
}
.highcharts-button {
  display: none !important;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -200px, 0) scale(0);
    transform: translate3d(0, -200px, 0) scale(0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -200px, 0) scale(0);
    transform: translate3d(0, -200px, 0) scale(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -200px, 0) scale(0);
    transform: translate3d(0, -200px, 0) scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -200px, 0) scale(0);
    transform: translate3d(0, -200px, 0) scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
/* ----- auto ----- */
.car-data {
  background: #fff;
  border-radius: 2px;
  margin: 15px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.w_5 {
  width: 5%;
}
.w_10 {
  width: 10%;
}
.w_15 {
  width: 15%;
}
.w_20 {
  width: 20%;
}
.car-data-table {
  width: 100%;
  position: relative;
  min-width: 992px;
}
.car-data-table:after {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 0;
  width: 2px;
  background: #0086F8;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
}
.car-data-table td {
  -webkit-transition: height 0.2s ease;
  -moz-transition: height 0.2s ease;
  -ms-transition: height 0.2s ease;
  -o-transition: height 0.2s ease;
  transition: height 0.2s ease;
  padding: 15px 12px;
  border-bottom: 1px solid #E7E7E7;
  vertical-align: middle;
  height: 64px;
}
.car-data-table.is-active {
  background: #F6F6F6;
}
.car-data-table.is-active:after {
  opacity: 1;
  visibility: visible;
  top: 0;
  bottom: 0;
}
.car-data-table.is-active thead td {
  height: 78px;
}
.car-data-table.is-active .car-data-table-content {
  display: table-row-group;
}
.car-data-table-content {
  display: none;
}
.car-data-table-content > tr > td {
  padding: 0;
}
.car-data-link {
  color: #0086F8;
  text-decoration: underline;
}
.car-data-link:hover {
  color: #f00;
}
.car-data-tariff {
  width: 100%;
}
.car-data-tariff td {
  padding: 15px 12px;
  border-bottom: 1px solid #E7E7E7;
  vertical-align: middle;
  height: 64px;
}
.car-data-tariff.is-active {
  background: #F6F6F6;
}
.car-data-tariff.is-active .car-data-tariff-content {
  display: table-row;
}
.car-data-tariff-content {
  display: none;
}
.car-data-tariff-content > td {
  padding: 0;
}
.car-data-history {
  width: 100%;
  color: #969696;
}
.car-data-history td {
  padding: 12px;
  border-bottom: 2px solid #EDEDED;
  border-top: 2px solid #EDEDED;
  vertical-align: middle;
  height: 46px;
}
.car-data-image {
  margin: 10px 12px;
}
.car-data-text {
  margin: 0;
  color: #255B70;
  font-size: 14px;
  line-height: 18px;
  position: relative;
}
.car-data-text small {
  font-size: 12px;
  line-height: 18px;
  display: block;
  color: #CCCCCC;
}
.car-data-ctrl {
  text-align: right;
  margin: 0 5px 0 0;
  padding: 0 40px 0 0;
  white-space: nowrap;
  position: relative;
}
.car-data-ctrl .btn-expand {
  position: absolute;
  top: 0;
  right: 0;
}
.car-data-date .date {
  max-width: 320px;
  margin: 0 25px 0 0;
  display: inline-block;
  vertical-align: middle;
}
/* ----- */
.icon-tariff,
.icon-star {
  display: block;
  margin: 0 auto;
  background: url(../images/icon-sprite.png) 0 0 no-repeat;
  width: 29px;
  height: 29px;
}
.icon-tariff {
  background-position: -228px 0;
}
.icon-star {
  background-position: -228px -38px;
}
.icon-locking,
.icon-statistic,
.icon-history {
  display: block;
  margin: 0 auto;
  background: url(../images/icon-sprite.png) 0 0 no-repeat;
}
.icon-locking {
  width: 23px;
  height: 22px;
  background-position: -260px 0;
}
.icon-statistic {
  width: 21px;
  height: 25px;
  background-position: -288px 0;
}
.icon-history {
  width: 22px;
  height: 21px;
  background-position: -314px 0;
}
@media (max-width: 991px) {
  .car-data-ctrl {
    text-align: left;
  }
  .car-data-scroll {
    position: relative;
  }
  .car-data-scroll-in {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .car-data-scroll-in:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  }
}
/* ----- */
.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.is-visible {
  opacity: 1;
  visibility: visible;
}
.car-status {
  position: relative;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}
.car-status img {
  height: auto;
}
.car-status-cap,
.car-status-bug,
.car-status-door_1,
.car-status-door_2,
.car-status-door_3,
.car-status-door_4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.car-status-cap.car-status-door_1,
.car-status-bug.car-status-door_1,
.car-status-door_1.car-status-door_1,
.car-status-door_2.car-status-door_1,
.car-status-door_3.car-status-door_1,
.car-status-door_4.car-status-door_1 {
  z-index: 20;
}
.car-status-cap.is-open .car-status_close,
.car-status-bug.is-open .car-status_close,
.car-status-door_1.is-open .car-status_close,
.car-status-door_2.is-open .car-status_close,
.car-status-door_3.is-open .car-status_close,
.car-status-door_4.is-open .car-status_close {
  opacity: 0;
  visibility: hidden;
}
.car-status-cap.is-open .car-status_open,
.car-status-bug.is-open .car-status_open,
.car-status-door_1.is-open .car-status_open,
.car-status-door_2.is-open .car-status_open,
.car-status-door_3.is-open .car-status_open,
.car-status-door_4.is-open .car-status_open {
  opacity: 1;
  visibility: visible;
}
.car-status-cap.is-error .car-status-error_close,
.car-status-bug.is-error .car-status-error_close,
.car-status-door_1.is-error .car-status-error_close,
.car-status-door_2.is-error .car-status-error_close,
.car-status-door_3.is-error .car-status-error_close,
.car-status-door_4.is-error .car-status-error_close {
  opacity: 1;
  visibility: visible;
}
.car-status-cap.is-error .car-status-error_close_open,
.car-status-bug.is-error .car-status-error_close_open,
.car-status-door_1.is-error .car-status-error_close_open,
.car-status-door_2.is-error .car-status-error_close_open,
.car-status-door_3.is-error .car-status-error_close_open,
.car-status-door_4.is-error .car-status-error_close_open {
  opacity: 0;
  visibility: hidden;
}
.car-status-cap.is-error.is-open .car-status-error_close,
.car-status-bug.is-error.is-open .car-status-error_close,
.car-status-door_1.is-error.is-open .car-status-error_close,
.car-status-door_2.is-error.is-open .car-status-error_close,
.car-status-door_3.is-error.is-open .car-status-error_close,
.car-status-door_4.is-error.is-open .car-status-error_close {
  opacity: 0;
  visibility: hidden;
}
.car-status-cap.is-error.is-open .car-status-error_open,
.car-status-bug.is-error.is-open .car-status-error_open,
.car-status-door_1.is-error.is-open .car-status-error_open,
.car-status-door_2.is-error.is-open .car-status-error_open,
.car-status-door_3.is-error.is-open .car-status-error_open,
.car-status-door_4.is-error.is-open .car-status-error_open {
  opacity: 1;
  visibility: visible;
}
.car-status_close,
.car-status_open,
.car-status-error_close,
.car-status-error_open {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.car-status_close {
  opacity: 1;
  visibility: visible;
}
.car-status_open {
  opacity: 0;
  visibility: hidden;
}
.car-status-error_close,
.car-status-error_open {
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}
[data-car],
[data-car-error] {
  margin-bottom: 2px;
}
/* ----- */
.modal-auto_add {
  width: 400px;
}
.auto_add {
  width: 100%;
  max-width: 400px;
}
.auto_add .custom-select,
.auto_add .custom-text {
  margin: 0 0 10px;
}
.auto_add .custom-text {
  border-width: 1px;
  padding: 4px 5px;
}
.auto_add-label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 20px;
}
.auto_add-head {
  font-size: 16px;
  padding: 20px 24px;
  border-bottom: 1px solid #e5e5e5;
}
.auto_add-body {
  padding: 20px 24px 10px;
}
.auto_add-ctrl {
  padding: 20px 24px;
  border-top: 1px solid #e5e5e5;
}
.auto_add-ctrl:before,
.auto_add-ctrl:after {
  content: " ";
  display: table;
}
.auto_add-ctrl:after {
  clear: both;
}
.auto_add-ctrl:after,
.auto_add-ctrl:before {
  content: " ";
  display: table;
}
.auto_add-ctrl:after {
  clear: both;
}
.auto_add-ctrl .btn {
  float: right;
}
.auto_add-trigger {
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -ms-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 100;
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #DC4437;
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  padding: 0;
}
.auto_add-trigger:after,
.auto_add-trigger:before {
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.auto_add-trigger:after {
  background: url(../images/icon-auto.png) 0 0 no-repeat;
  width: 26px;
  height: 18px;
  margin: -9px 0 0 -13px;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.auto_add-trigger:before {
  background: url(../images/icon-plus.png) 0 0 no-repeat;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  opacity: 0;
  -moz-transform: scale(0) rotate(0);
  -webkit-transform: scale(0) rotate(0);
  -o-transform: scale(0) rotate(0);
  -ms-transform: scale(0) rotate(0);
  transform: scale(0) rotate(0);
}
.auto_add-trigger:hover {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.auto_add-trigger:hover:after {
  opacity: 0;
  -moz-transform: scale(0) rotate(360deg);
  -webkit-transform: scale(0) rotate(360deg);
  -o-transform: scale(0) rotate(360deg);
  -ms-transform: scale(0) rotate(360deg);
  transform: scale(0) rotate(360deg);
}
.auto_add-trigger:hover:before {
  opacity: 1;
  -moz-transform: scale(1) rotate(360deg);
  -webkit-transform: scale(1) rotate(360deg);
  -o-transform: scale(1) rotate(360deg);
  -ms-transform: scale(1) rotate(360deg);
  transform: scale(1) rotate(360deg);
}
.auto_add-trigger:active {
  background: #b22c20;
}

.auth-form-result-block,.confirm-sms-block,.recovery-pass-result-block,.change-pass-block,#send-no-data-result-block,#check-online-result-block,#add-auto-result-block{
  margin:10px 0;
  text-align:center;
  background-color:none;  
}

#reg-code{
      margin: 10px 0;
    border: 1px solid;
}


.recovery-pass-result-block{
  margin-bottom:20px;
}

#smsCode{
  border:1px #fff solid !important;
  /*border-radius:1;*/
  /*margin-bottom:5px;*/
}


#change-pass-btn,#confirm-sms-btn{
 margin-top:10px; 
}

div.warning {
    color: rgb(255, 86, 86);
}

div.good {
    color: #e0e22b;
}

div.exl {
    color: #63d337;
}

a.feedback-form-trigger {
    float: right;
    display: inline-block;
    height: 53px;
    line-height: 53px;
    /*padding: 4px 0;*/
    color: #fff;
    text-decoration: none;
}
a.feedback-form-trigger span {
    border-bottom: 1px solid #7790b8;
}
a.feedback-form-trigger span:hover {
    border-bottom: 0;
}
a.feedback-form-trigger button {
    width: 40px;
    height: 40px;
    background: url(../images/question-new.png) no-repeat center center;
    border: 0;
}

#feedback-form {
    text-align: center;
}

#feedback-form .modal {
    width: 400px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#feedback-form .modal-close {
    top: 20px;
}

#feedback-form input, #feedback-form textarea {
    width: 90%;
    height: 24px;
    border: 1px solid #D7D7D7;
    border-radius: 2px;
    margin: 5px 0;
    padding: 3px 5px;
}

#feedback-form textarea {
    resize: none;
    height: 100px;
}

#feedback-form h3 {
    margin-top: 0;
}