@charset "IBM866";
/* Bourbon & Neat */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Tools */
/* Base */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/* ===========================
   Base
   =========================== */
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  min-width: 512px;
  color: #737373;
  background: #e8eff4; }
  body.overlayed {
    overflow: hidden; }

p {
  margin: 0 0 1em; }

a {
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  color: #2daae1; }
  a:hover {
    color: #5abce7; }

h1 {
  font-size: 80px;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 20px;
  text-transform: uppercase;
  color: #233039; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 58px; } }

h2 {
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  color: #a7b3bc; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 48px; } }

hr {
  height: 1px;
  margin: 40px 0;
  border: 0;
  border-top: 1px solid #cdcdcd; }

/* ==|====================
   Base/Form
   ======================= */
.header__start-btn, .search__location-btn, .search__btn, .filter__item-btn {
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  color: white;
  border: 0;
  border-radius: 2px;
  outline: none;
  background: #98ca3c; }
  .header__start-btn:hover, .search__location-btn:hover, .search__btn:hover, .filter__item-btn:hover {
    color: white;
    background: #aeea3f; }

textarea {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  width: 100%;
  margin: 0 0 40px;
  padding: 7px 19px;
  vertical-align: top;
  color: #747889;
  border: 1px solid #c1c8cd;
  outline: none; }
  textarea::-webkit-input-placeholder {
    color: #747889; }
  textarea::-moz-placeholder {
    color: #747889; }
  textarea:-moz-placeholder {
    color: #747889; }
  textarea:-ms-input-placeholder {
    color: #747889; }
  textarea.error {
    border-color: #d9585f !important; }

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"] {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  width: 100%;
  padding: 7px 19px;
  color: #747889;
  border: 1px solid #c1c8cd;
  outline: none;
  height: 40px; }
  input[type="email"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder {
    color: #747889; }
  input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder {
    color: #747889; }
  input[type="email"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="color"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="week"]:-moz-placeholder {
    color: #747889; }
  input[type="email"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder {
    color: #747889; }
  input[type="email"].error, input[type="number"].error, input[type="password"].error, input[type="search"].error, input[type="tel"].error, input[type="text"].error, input[type="url"].error, input[type="color"].error, input[type="date"].error, input[type="datetime"].error, input[type="datetime-local"].error, input[type="month"].error, input[type="time"].error, input[type="week"].error {
    border-color: #d9585f !important; }

.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  padding-top: 8px;
  color: #747889; }
  @media screen and (max-width: 767px) {
    .check-list {
      padding-top: 0; } }

.check-list__item {
  display: inline-block;
  margin: 0 40px 0 0;
  white-space: nowrap; }

.btn, .btn-details {
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  display: inline-block;
  margin: 0;
  padding: 0 22px;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
  color: #98ca3c;
  border: 2px solid #98ca3c;
  border-radius: 2px;
  outline: none;
  background: transparent; }
  .btn:hover, .btn-details:hover {
    color: white;
    background: #98ca3c; }
  .btn.btn__disabled, .btn__disabled.btn-details {
    color: #aebfcb;
    border-color: #aebfcb;
    background: transparent; }

.btn-alt {
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  font-size: 16px;
  font-weight: 500;
  line-height: 60px;
  display: inline-block;
  margin: 0;
  padding: 0 48px;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  color: #16a79e;
  border: 2px solid #16a79e;
  border-radius: 2px;
  outline: none;
  background: transparent; }
  .btn-alt:hover {
    color: white;
    background: #16a79e; }
  .btn-alt.btn-alt__disabled {
    color: #aebfcb;
    border-color: #aebfcb;
    background: transparent; }

.btn-dialog {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font-size: 20px;
  font-weight: 500;
  line-height: 50px;
  display: block;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  border: 0;
  outline: none;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.15) inset; }
  .btn-dialog:hover {
    color: white; }
  .btn-dialog.btn-dialog__disabled {
    background: #aebfcb; }
    .btn-dialog.btn-dialog__disabled:hover {
      background: #aebfcb; }

.btn-success {
  background: #98ca3c; }
  .btn-success:hover {
    background: #aeea3f; }

.btn-cancel {
  background: #e14e4e; }
  .btn-cancel:hover {
    background: #dd3838; }

select {
  font-size: 16px;
  line-height: 48px;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 19px;
  color: #747889;
  border: 1px solid #c1c8cd;
  outline: none;
  background: white; }

.chosen-container {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.chosen-drop {
  position: absolute;
  z-index: 1010;
  top: 49px;
  left: -9999px;
  width: 100%;
  border: 1px solid #c1c8cd;
  border-top: 0;
  background: white; }
  .chosen-with-drop .chosen-drop {
    left: 0; }

.chosen-single {
  font-size: 16px;
  line-height: 48px;
  position: relative;
  display: block;
  height: 50px;
  padding: 0 39px 0 19px;
  cursor: pointer;
  text-decoration: none;
  color: #747889;
  border: 1px solid #c1c8cd;
  background: white; }
  .chosen-single span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .chosen-single div {
    float: right;
    width: 39px;
    margin-right: -39px;
    text-align: center; }
    .chosen-single div b:before {
      font-family: iconfont;
      content: '\e800';
      text-align: center; }
      .chosen-with-drop .chosen-single div b:before {
        content: '\e801'; }
  .chosen-single:hover {
    color: #8f93a1; }

.chosen-container-single-nosearch .chosen-search {
  display: none; }

.chosen-results {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 250px;
  -webkit-overflow-scrolling: touch; }
  .chosen-results > li {
    display: none;
    padding: 6px 19px;
    -webkit-touch-callout: none; }
    .chosen-results > li.active-result {
      display: list-item;
      cursor: pointer; }
    .chosen-results > li.disabled-result {
      display: none; }
    .chosen-results > li.highlighted, .chosen-results > li.result-selected {
      color: #747889;
      background-color: #e8eff4; }

.form-group {
  margin-bottom: 40px; }
  .form-group:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .form-group {
      padding: 0 30px; } }
  @media screen and (max-width: 767px) {
    .form-group {
      padding: 0 20px; } }

.form-group__caption {
  float: left;
  width: 256px;
  padding-top: 8px;
  padding-right: 20px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .form-group__caption {
      width: 226px; }
      .content__left-col .form-group__caption {
        width: auto;
        float: none;
        margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .form-group__caption {
      float: none;
      width: auto;
      margin-bottom: 20px; } }

.form-group__caption-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  text-transform: uppercase;
  color: #76828b; }

.form-group__caption-note {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 10px;
  color: #76828b; }

.form-group__content > *:last-child {
  margin-bottom: 0; }
@media screen and (min-width: 1024px) {
  .form-group__content {
    float: left;
    width: 768px; }
    .content__left-col .form-group__content {
      width: 388px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .form-group__content {
    float: left;
    width: 482px; }
    .content__left-col .form-group__content {
      float: none;
      width: auto; } }

.form-group__content-row {
  margin-bottom: 30px; }
  .form-group__content-row:after {
    content: "";
    display: table;
    clear: both; }
  .form-group__content-row .btn, .form-group__content-row .btn-details {
    float: left;
    margin-right: 30px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .form-group__content-row .btn, .form-group__content-row .btn-details {
        clear: left;
        margin-top: 30px;
        margin-right: 0; }
        .form-group__content-row .btn:first-child, .form-group__content-row .btn-details:first-child {
          margin-top: 0; } }
    @media screen and (max-width: 767px) {
      .form-group__content-row .btn, .form-group__content-row .btn-details {
        clear: left;
        margin-top: 30px;
        margin-right: 0; }
        .form-group__content-row .btn:first-child, .form-group__content-row .btn-details:first-child {
          margin-top: 0; } }
  .form-group__content-row input[type="email"], .form-group__content-row input[type="number"], .form-group__content-row input[type="password"], .form-group__content-row input[type="search"], .form-group__content-row input[type="tel"], .form-group__content-row input[type="text"], .form-group__content-row input[type="url"], .form-group__content-row input[type="color"], .form-group__content-row input[type="date"], .form-group__content-row input[type="datetime"], .form-group__content-row input[type="datetime-local"], .form-group__content-row input[type="month"], .form-group__content-row input[type="time"], .form-group__content-row input[type="week"] {
    float: left;
    max-width: 350px; }

.form-group__content-row-table {
  width: 100%; }

.form-group__content-row-table tr td {
  padding: 5px; }

.form-group__content-row-table tr td:first-child {
  width: 15%; }

.form-group__content-row-left:after {
  content: "";
  display: table;
  clear: both; }
@media screen and (min-width: 1024px) {
  .form-group__content-row-left {
    float: left;
    width: 512px; } }

@media screen and (min-width: 1024px) {
  .form-group__content-row-right {
    float: left;
    width: 256px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .form-group__content-row-right {
    margin-top: 20px; } }
@media screen and (max-width: 767px) {
  .form-group__content-row-right {
    margin-top: 20px; } }

.form-group__note {
  max-width: 512px;
  color: #b9c0c5; }

.form-group__help {
  font-size: 14px;
  line-height: 20px;
  margin-top: 11px; }

.form-group__status {
  font-size: 18px;
  line-height: 22px;
  padding-top: 8px;
  font-weight: bold;
  text-transform: uppercase; }

.form-group__status_error {
  color: #d9585f; }

.form-group__status_verification {
  color: #ef7725; }

.form-group__status_success {
  color: #98ca3c; }

.help-link {
  font-size: 12px;
  line-height: 18px;
  text-decoration: underline;
  text-transform: uppercase; }

.form-footer {
  text-align: right; }

.form-error {
  font-size: 14px;
  clear: both;
  padding-top: 5px;
  color: #d9585f; }

.form-error-small {
  font-size: 12px;
  clear: both;
  padding-top: 5px;
  color: #F4C1C4; }

.form-success {
  font-size: 14px;
  clear: both;
  padding-top: 5px;
  color: #4bbd24; }

.form-float {
  float: left; }

.form-clear {
  clear: both; }

/* Fonts */
/* =======================
   Fonts
   ======================= */
@font-face {
  font-family: iconfont;
  font-weight: normal;
  font-style: normal;
  src: url("../../../Fonts/App/iconfont.eot");
  src: url("../../../Fonts/App/iconfont.eot?#iefix") format("embedded-opentype"), url("../../../Fonts/App/iconfont.woff") format("woff"), url("../../../Fonts/App/iconfont.ttf") format("truetype"), url("../../../Fonts/App/iconfont.svg#iconfont") format("svg"); }
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: iconfont;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1; }

.icon-down-open-mini:before {
  content: '\e800'; }

/* '' */
.icon-up-open-mini:before {
  content: '\e801'; }

/* '' */
.icon-right-dir:before {
  content: '\e802'; }

/* '' */
.icon-left-dir:before {
  content: '\e803'; }

/* '' */
.icon-location:before {
  content: '\e804'; }

/* '' */
.icon-plus:before {
  content: '\e805'; }

/* '' */
.icon-mail:before {
  content: '\e806'; }

/* '' */
.icon-lock-filled:before {
  content: '\e807'; }

/* '' */
.icon-menu:before {
  content: '\e808'; }

/* '' */
.icon-phone:before {
  content: '\e809'; }

/* '' */
.icon-cancel:before {
  content: '\e80a'; }

/* '' */
.icon-right-open:before {
  content: '\e80b'; }

/* '' */
.icon-left-open:before {
  content: '\e80c'; }

/* '' */
.icon-heart:before {
  content: '\e80d'; }

/* '' */
.icon-suitcase:before {
  content: '\e80e'; }

/* '' */
.icon-cog:before {
  content: '\e80f'; }

/* '' */
.icon-direction:before {
  content: '\e810'; }

/* '' */
.icon-road:before {
  content: '\e811'; }

/* '' */
.icon-star:before {
  content: '\e812'; }

/* '' */
.icon-left-dir-1:before {
  content: '\e813'; }

/* '' */
.icon-right-dir-1:before {
  content: '\e814'; }

/* '' */
.icon-user:before {
  content: '\e815'; }

/* '' */
.icon-spin2:before {
  content: '\e816'; }

/* '' */
/* Layout */
/* =======================
   Layout
   ======================= */
.header, .header__caption, .header__subcaption, .search, .filter, .brands__container, .footer, .hgroup, .steps, .content, .content-mail, .faq__container, .profile, .car, .info, .siteerror, .fr__caption, .fr__body, .fr__footer {
  margin-right: auto;
  margin-left: auto; }
  .header:after, .header__caption:after, .header__subcaption:after, .search:after, .filter:after, .brands__container:after, .footer:after, .hgroup:after, .steps:after, .content:after, .content-mail:after, .faq__container:after, .profile:after, .car:after, .info:after, .siteerror:after, .fr__caption:after, .fr__body:after, .fr__footer:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 1024px) {
    .header, .header__caption, .header__subcaption, .search, .filter, .brands__container, .footer, .hgroup, .steps, .content, .content-mail, .faq__container, .profile, .car, .info, .siteerror, .fr__caption, .fr__body, .fr__footer {
      width: 1024px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .header, .header__caption, .header__subcaption, .search, .filter, .brands__container, .footer, .hgroup, .steps, .content, .content-mail, .faq__container, .profile, .car, .info, .siteerror, .fr__caption, .fr__body, .fr__footer {
      width: 768px; } }
  @media screen and (max-width: 767px) {
    .header, .header__caption, .header__subcaption, .search, .filter, .brands__container, .footer, .hgroup, .steps, .content, .content-mail, .faq__container, .profile, .car, .info, .siteerror, .fr__caption, .fr__body, .fr__footer {
      width: 512px; } }

.green {
  color: #55ac45; }

.red {
  color: #e30613; }

.avatar-small-frame {
  height: 50px;
  width: 50px;
  overflow: hidden; }

.avatar-small-frame img {
  margin-left: -2px; }

/* Modules */
/* =======================
   Modules/Header
   ======================= */
.header__container {
  height: 492px;
  background: url(../../../Images/App/header.jpg) no-repeat 50% 50%;
  background-size: cover; }
  .header__container:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    min-width: 512px;
    height: 120px;
    content: '';
    background: url(../../../Images/App/header-bg.png) repeat-x 0 0; }
  .inside .header__container {
    height: auto;
    margin-bottom: 60px;
    background: none; }
    .inside .header__container:before {
      display: none; }
  .header__container.header__container-info {
    background-image: url(../../../Images/App/info.jpg);
    border-bottom: 5px solid #243039;
    height: 497px; }

.header {
  position: relative;
  padding-top: 20px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .header {
      padding-right: 30px;
      padding-left: 30px; } }
  @media screen and (max-width: 767px) {
    .header {
      padding-right: 20px;
      padding-left: 20px; } }
  .inside .header {
    height: 106px;
    border-bottom: 1px solid #cdcdcd; }

.header__logo {
  overflow: hidden;
  position: relative;
  float: left;
  width: 166px;
  height: 54px;
  background: url(../../../Images/App/sprite.png) no-repeat 0 0; }
  .header__logo:before {
    content: "";
    display: block;
    width: 0;
    height: 100%; }
  .inside .header__logo {
    background-position: -166px 0; }

.header__caption {
  line-height: 1.125;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: white; }
  @media screen and (min-width: 1024px) {
    .header__caption {
      font-size: 48px;
      font-weight: 900;
      margin-bottom: 30px;
      margin-top: 80px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .header__caption {
      font-size: 42px;
      font-weight: bold;
      margin-top: 60px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .header__caption {
      font-size: 32px;
      font-weight: bold;
      margin-top: 20px;
      margin-bottom: 20px; } }

.header__subcaption {
  line-height: 1;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: white; }
  @media screen and (min-width: 1024px) {
    .header__subcaption {
      font-size: 42px;
      font-weight: 900; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .header__subcaption {
      font-size: 36px;
      font-weight: 500; } }
  @media screen and (max-width: 767px) {
    .header__subcaption {
      font-size: 28px;
      font-weight: 500; } }

.header__start-btn {
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  position: relative;
  float: right;
  margin: 0 0 0 15px;
  padding: 8px 20px; }
  .header__start-btn span {
    font-size: 14px;
    font-weight: 400;
    display: block; }

video#video-on-bg {
  position: absolute;
  width: 100%;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -998; }

/* ==|====================
   Modules/Navigation
   ======================= */
.nav {
  float: right; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .nav {
      position: relative; } }

.nav__menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav__menu:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 1024px) {
    .nav__menu {
      float: left;
      margin: 12px 0 0; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .nav__menu {
      display: none; } }
  @media screen and (max-width: 767px) {
    .nav__menu {
      display: none; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .nav__menu_visible {
    position: absolute;
    top: 54px;
    right: 0;
    z-index: 2;
    display: block;
    width: 270px;
    padding: 15px 20px;
    background: #282e35; } }
@media screen and (max-width: 767px) {
  .nav__menu_visible {
    position: absolute;
    top: 74px;
    right: 0;
    left: 0;
    z-index: 2;
    display: block;
    background: #282e35; } }

@media screen and (min-width: 1024px) {
  .nav__menu-item, .nav__menu-item-profile {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    float: left;
    padding: 0 15px;
    border-right: 1px solid #c1c1c1; }
    .nav__menu-item:last-child, .nav__menu-item-profile:last-child {
      padding-right: 0;
      border-right: 0; }
    .inside .nav__menu-item, .inside .nav__menu-item-profile {
      border-color: #343e4c; }
    .nav__menu-item > a, .nav__menu-item-profile > a {
      text-decoration: none;
      color: white; }
      .nav__menu-item > a:hover, .nav__menu-item-profile > a:hover {
        text-decoration: underline; }
      .inside .nav__menu-item > a, .inside .nav__menu-item-profile > a {
        color: #343e4c; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .nav__menu-item, .nav__menu-item-profile {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px; }
    .nav__menu-item:last-child, .nav__menu-item-profile:last-child {
      margin-bottom: 0; }
    .nav__menu-item > a, .nav__menu-item-profile > a {
      text-decoration: none;
      color: white; }
      .nav__menu-item > a:hover, .nav__menu-item-profile > a:hover {
        text-decoration: underline; } }
@media screen and (max-width: 767px) {
  .nav__menu-item, .nav__menu-item-profile {
    font-size: 20px;
    line-height: 1.25;
    background: #282e35; }
    .nav__menu-item:nth-child(2n), .nav__menu-item-profile:nth-child(2n) {
      background: #191d22; }
    .nav__menu-item > a, .nav__menu-item-profile > a {
      display: block;
      padding: 18px 20px;
      text-decoration: none;
      color: white; } }

@media screen and (min-width: 1024px) {
  .nav__menu-item-profile {
    margin: -13px 0;
    padding-right: 0;
    border-right: 0; } }

.nav__submenu-toggle {
  display: inline-block;
  width: 20px;
  padding-bottom: 4px;
  text-align: center;
  text-decoration: none; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .nav__submenu-toggle {
      display: none; } }
  @media screen and (max-width: 767px) {
    .nav__submenu-toggle {
      display: none !important; } }
  .dropdown_active .nav__submenu-toggle {
    color: #303030;
    border-radius: 2px 2px 0 0;
    background: white; }

.nav__submenu {
  position: absolute;
  top: 25px;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 2;
  display: none;
  padding: 20px;
  border-radius: 2px 0 2px 2px;
  background: white; }

.nav__submenu-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
  white-space: nowrap; }
  .nav__submenu-item:last-child {
    margin-bottom: 0; }
  .nav__submenu-item a {
    text-decoration: none;
    color: #303030; }
    .nav__submenu-item a:hover {
      text-decoration: underline; }

.nav__toggle {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  float: left;
  margin: 7px 15px 0 0;
  text-decoration: none;
  text-transform: uppercase;
  color: white; }
  @media screen and (min-width: 1024px) {
    .nav__toggle {
      display: none; } }
  @media screen and (max-width: 767px) {
    .nav__toggle span {
      display: none; }
    .nav__toggle [class^='icon-'],
    .nav__toggle [class*=' icon-'] {
      margin-right: 0 !important; } }
  .nav__toggle:hover {
    color: #e6e6e6; }
  .nav__toggle [class^='icon-'],
  .nav__toggle [class*=' icon-'] {
    line-height: 28px;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 5px;
    text-align: center;
    border: 2px solid;
    border-radius: 50%; }
  .inside .nav__toggle {
    color: #343e4c; }
    .inside .nav__toggle:hover {
      color: #1f252e; }

.nav__toggle_active {
  margin: -8px 0 -4px;
  padding: 15px;
  background: #282e35; }
  .inside .nav__toggle_active {
    color: white; }
    .inside .nav__toggle_active:hover {
      color: #e6e6e6; }

/* =======================
   Modules/Search
   ======================= */
.search {
  padding: 35px 25px;
  background: rgba(18, 23, 29, 0.75); }
  @media screen and (min-width: 1024px) {
    .search {
      margin-top: -120px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .search {
      margin-top: -190px; } }
  @media screen and (max-width: 767px) {
    .search {
      margin-top: -260px; } }
  .inside .search {
    margin-top: -60px; }

.search__column {
  float: left;
  padding: 0 10px; }

@media screen and (min-width: 1024px) {
  .search__location-cont {
    width: 308px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .search__location-cont {
    width: 266px; } }
@media screen and (max-width: 767px) {
  .search__location-cont {
    width: 100%; } }

.search__location {
  position: relative;
  width: 100%; }

.search__location-toggle {
  line-height: 50px;
  padding: 0 20px;
  cursor: pointer;
  color: #7c8da5;
  border-radius: 2px;
  background: white; }
  .dropdown_active .search__location-toggle {
    border-radius: 2px 2px 0 0; }

.search__location-text {
  font-size: 14px;
  font-weight: bold;
  margin-right: 30px;
  text-transform: uppercase; }

.search__location-arrow {
  font-size: 20px;
  float: right;
  overflow: hidden;
  width: 30px;
  height: 50px;
  text-align: right; }
  .search__location-arrow:before {
    font-family: iconfont;
    content: '\e800'; }
  .dropdown_active .search__location-arrow:before {
    content: '\e801'; }

.search__location-dropdown-menu {
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  z-index: 10;
  border-radius: 0 0 2px 2px;
  background: white; }

.search__location-options {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  max-height: 200px;
  background: #e8eff4; }

.search__location-options-item {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  padding: 8px 50px 8px 25px;
  text-transform: uppercase;
  color: #7c8da5; }
  .search__location-options-item input[type='checkbox'] {
    float: right;
    margin: 7px -25px 0 10px; }
  .search__location-options-item label {
    display: block;
    cursor: pointer; }
    .search__location-options-item label:hover {
      color: #61738d; }

.search__location-btn-cont {
  padding: 9px; }

.search__location-btn {
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  width: 100%;
  text-transform: uppercase; }

.search__location-current {
  font-size: 14px;
  margin-top: 5px;
  text-align: center; }

.search__date {
  width: 226px; }
  @media screen and (max-width: 767px) {
    .search__date {
      width: 231px;
      margin-top: 20px; } }

.search__btn-cont {
  width: 214px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .search__btn-cont {
      margin: 20px 0 0 272px; } }
  @media screen and (max-width: 767px) {
    .search__btn-cont {
      margin: 20px 0 0 124px; } }

.search__btn {
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  width: 100%;
  text-transform: uppercase; }

/* =======================
   Modules/Filter
   ======================= */
.filter__item {
  position: relative;
  float: left;
  width: 256px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .filter__item {
      width: 192px; } }

.filter__item-toggle {
  line-height: 68px;
  padding: 0 20px;
  cursor: pointer;
  color: white; }
  .dropdown_active .filter__item-toggle {
    color: #4b5057;
    background: #bec8d5; }

.filter__item-toggle_price {
  background: #585e65; }
  .filter__item-toggle_price + .filter__item-dropdown-menu {
    width: 200%; }

.filter__item-toggle_type {
  background: #656c75; }

.filter__item-toggle_features {
  background: #6a7582; }

.filter__item-toggle_brand {
  background: #748192; }

.filter__item-text {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .filter__item-text {
      font-size: 12px;
      font-weight: 500; } }

.filter__item-arrow {
  font-size: 20px;
  float: right;
  overflow: hidden;
  width: 20px;
  height: 68px;
  text-align: right; }
  .filter__item-arrow:before {
    font-family: iconfont;
    content: '\e800'; }
  .dropdown_active .filter__item-arrow:before {
    content: '\e801'; }

.filter__item-dropdown-menu {
  position: absolute;
  top: 68px;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #bec8d5; }

.filter__item-options {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  max-height: 200px;
  padding: 0 0 10px; }

.filter__item-options-item {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  padding: 8px 40px 8px 20px;
  text-transform: uppercase;
  color: #4b5057; }
  .filter__item-options-item input[type='checkbox'] {
    float: right;
    margin: 5px -20px 0 10px; }
  .filter__item-options-item label {
    display: block;
    cursor: pointer; }
    .filter__item-options-item label:hover {
      color: #33373c; }

.filter__item-btn-cont {
  padding: 4px; }

.filter__item-btn {
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  width: 100%;
  text-transform: uppercase; }

/* =======================
   Modules/Price slider
   ======================= */
.price-slider__container {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 30px 95px;
  color: #4b5057; }
  .price-slider__container:after {
    content: "";
    display: table;
    clear: both; }

.price-slider {
  position: relative;
  height: 8px;
  margin: 4px 0;
  border: 3px solid #a6afbb;
  background: #818893; }
  .price-slider .ui-slider-range {
    position: absolute;
    height: 2px;
    background: #bbe66b; }
  .price-slider .ui-slider-handle {
    position: absolute;
    width: 18px;
    height: 18px;
    margin: -8px 0 0 -9px;
    border: 1px solid #818893;
    border-radius: 2px;
    outline: none;
    background: #bec8d5 url(../../../Images/App/sprite.png) no-repeat -170px -54px; }

.price-slider__min {
  float: left;
  margin-left: -75px; }

.price-slider__max {
  float: right;
  margin-right: -75px;
  text-align: right; }

/* ==|====================
   Modules/Offers
   ======================= */
.offers {
  list-style: none;
  margin: 0;
  padding: 0; }
  .offers:after {
    content: "";
    display: table;
    clear: both; }

.offers-index {
  float: left;
  width: 768px; }
  @media screen and (max-width: 767px) {
    .offers-index {
      width: 512px; } }

.offers-user {
  float: none;
  width: auto;
  margin-bottom: 0px; }

.offers-search {
  float: left;
  width: 512px; }

.offers__item {
  float: left;
  background: black; }

.offers__item-link {
  position: relative;
  display: block;
  width: 256px;
  height: 262px;
  text-decoration: none;
  color: white; }
  .offers__item-link:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 137px;
    content: '';
    background: url(../../../Images/App/offers-bg.png) repeat-x 0 100%; }
  .offers__item-link:hover {
    color: white; }

.offers__item-pic {
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  display: block;
  opacity: .7; }
  .offers__item-link:hover .offers__item-pic {
    opacity: 1; }

.offers__item-info {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 0 20px 20px;
  text-align: center; }

.offers__item-model {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  text-transform: uppercase; }

.offers__item-year {
  font-size: 18px;
  font-weight: 500; }

.offers__item-location {
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
  text-transform: uppercase; }
  .offers__item-location i {
    margin-right: 10px; }

.offers__item-rating {
  float: left;
  font-size: 14px;
  margin-top: 5px;
  color: white; }
  .offers__item-rating i {
    opacity: .3; }
    .offers__item-rating i.offers__item-rating_active {
      color: yellowgreen;
      opacity: 1; }

.offers__item-rides {
  float: right;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 5px; }

.offers__item-author {
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  font-size: 0;
  text-align: center; }

.userpic {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 2px solid white;
  border-radius: 50%;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3); }

.offer__item-price {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  display: inline-block;
  margin: 9px 0 0 -14px;
  padding: 0 12px 0 20px;
  vertical-align: top;
  text-transform: uppercase;
  color: white;
  background: rgba(152, 202, 60, 0.8); }
  .offer__item-price span {
    font-size: 12px; }

.offers__new-item {
  float: left; }

.new-item-btn {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  width: 256px;
  height: 262px;
  padding: 10px 40px 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #75818a;
  background: #c4cfd7; }
  .new-item-btn:before {
    font-size: 200px;
    font-weight: bold;
    line-height: .8;
    display: block;
    content: '+'; }
  .new-item-btn:hover {
    color: white;
    background: #98ca3c; }

.offers__item-status-container {
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  text-align: center; }

.offers__item-status {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
  padding: 0 20px;
  text-transform: uppercase;
  color: white; }

.offers__item-status_leased {
  background: rgba(22, 167, 158, 0.8); }

.offers__item-status_accepted {
  background: rgba(152, 202, 60, 0.8); }

.offers__item-status_rejected {
  background: rgba(217, 66, 74, 0.8); }

.offers__item-status_checking {
  background: rgba(187, 188, 188, 0.8); }

.offers__item-status_free {
  background: rgba(255, 179, 89, 0.8); }

.offers__item-status_blocked {
  background: rgba(182, 44, 16, 0.8); }

/* ==|====================
   Modules/Calc
   ======================= */
.calc {
  float: left;
  width: 256px;
  height: 524px;
  padding: 20px 0;
  color: white;
  background: #232c38; }
  @media screen and (max-width: 767px) {
    .calc {
      width: 512px;
      height: auto; } }
  .calc select {
    line-height: 38px;
    height: 40px; }
  .calc .chosen-drop {
    top: 39px;
    border-color: #0b0b0f;
    background: #151a22; }
  .calc .chosen-single {
    line-height: 38px;
    height: 40px;
    border-color: #0b0b0f;
    background: #151a22; }
  .calc .chosen-results > li.highlighted,
  .calc .chosen-results > li.result-selected {
    color: white;
    background-color: #232c38; }
  .calc input[type='text'] {
    height: 40px;
    padding: 12px 19px;
    border-color: #0b0b0f;
    background: #151a22; }

.calc__caption {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 20px 30px;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .calc__caption {
      font-size: 18px;
      margin-bottom: 0;
      text-align: center; } }

.calc__group {
  margin: 20px 20px 0; }
  @media screen and (max-width: 767px) {
    .calc__group {
      float: left;
      width: 216px; } }

.calc__footer {
  margin: 30px 20px 0; }
  @media screen and (max-width: 767px) {
    .calc__footer {
      float: left;
      width: 216px;
      margin-top: 20px; } }

.calc__btn {
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  display: block;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: white;
  border: 2px solid #98ca3c;
  border-radius: 2px;
  outline: none;
  background: transparent; }
  .calc__btn:hover {
    background: #98ca3c; }

.advanced-calc__container:after {
  content: "";
  display: table;
  clear: both; }
@media screen and (min-width: 1024px) {
  .advanced-calc__container {
    background: url(../../../Images/App/advanced-calc.png) repeat-y 50% 0; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .advanced-calc__container {
    padding: 0 30px; } }
@media screen and (max-width: 767px) {
  .advanced-calc__container {
    padding: 0 20px; } }

@media screen and (min-width: 1024px) {
  .advanced-calc {
    float: left;
    width: 450px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .advanced-calc {
    margin-bottom: 60px; } }
@media screen and (max-width: 767px) {
  .advanced-calc {
    margin-bottom: 60px; } }

.advanced-calc__group {
  margin-bottom: 30px; }

.advanced-calc__group-inline {
  margin-bottom: 40px;
  padding-left: 200px; }
  .advanced-calc__group-inline:after {
    content: "";
    display: table;
    clear: both; }
  .advanced-calc__group-inline label {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    float: left;
    width: 180px;
    margin: 5px 0 0 -200px;
    color: #747889; }

.advanced-calc__footer {
  margin-top: 40px;
  text-align: right; }

.advanced-calc__results > *:last-child {
  margin-bottom: 0; }
@media screen and (min-width: 1024px) {
  .advanced-calc__results {
    float: right;
    width: 450px; } }

.advanced-calc__results-caption {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #c1c8ce; }

.advanced-calc__results-subcaption {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #c1c8ce; }

.advanced-calc__results-info {
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 30px;
  color: black; }

.advanced-calc__results-total-container {
  margin: 40px 0 30px;
  text-align: center; }

.advanced-calc__results-total-caption {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  color: #9da2a7; }

.advanced-calc__results-total {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.25;
  color: black; }
  .advanced-calc__results-total span {
    font-size: 50px;
    color: #55ac45; }

.advanced-calc__results-footer {
  text-align: center; }

/* ==|====================
   Modules/Applications
   ======================= */
.app {
  float: left;
  width: 512px;
  height: 262px;
  padding-top: 30px;
  color: white; }
  .app.app_iphone {
    padding-right: 256px;
    padding-left: 30px;
    text-align: left;
    background: #5e8aaa url(../../../Images/App/iphone-app.png) no-repeat 233px -30%; }
  .app.app_android {
    padding-right: 30px;
    padding-left: 256px;
    text-align: right;
    background: #8eb34a url(../../../Images/App/android-app.png) no-repeat -1px -22%; }
  .app > *:last-child {
    margin-bottom: 0; }

.app__caption {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: uppercase; }
  .app__caption:after {
    font-size: 0;
    display: inline-block;
    width: 137px;
    height: 2px;
    margin-top: 15px;
    content: '';
    background: white; }

.app__btn {
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  display: inline-block;
  height: 36px;
  padding: 0 30px;
  text-decoration: none;
  color: white;
  border: 2px solid white;
  border-radius: 2px; }
  .app__btn:hover {
    color: white;
    background: rgba(255, 255, 255, 0.15); }

.apple-btn {
  overflow: hidden;
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  display: inline-block;
  width: 170px;
  height: 49px;
  background: url(../../../Images/App/sprite.png) no-repeat 0 -54px; }
  .apple-btn:before {
    content: "";
    display: block;
    width: 0;
    height: 100%; }
  .apple-btn:hover {
    opacity: .75; }

.android-btn {
  overflow: hidden;
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  display: inline-block;
  width: 170px;
  height: 51px;
  background: url(../../../Images/App/sprite.png) no-repeat 0 -103px; }
  .android-btn:before {
    content: "";
    display: block;
    width: 0;
    height: 100%; }
  .android-btn:hover {
    opacity: .75; }

/* ==|====================
   Modules/Brands
   ======================= */
.brands__container {
  margin-bottom: 60px; }

.brands__caption {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
  padding: 0 0 20px;
  text-align: center;
  text-transform: uppercase;
  color: #b4b4b4;
  border-bottom: 1px solid #cdcdcd; }

.brands:after {
  content: "";
  display: table;
  clear: both; }

.brands__item {
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  display: block;
  float: left;
  overflow: hidden;
  width: 128px;
  height: 128px; }
  .brands__item img {
    display: block;
    height: auto;
    width: 100%; }
  .brands__item:hover {
    background: #98ca3c; }
    .brands__item:hover img {
      margin-top: -128px; }

/* ==|====================
   Modules/Footer
   ======================= */
.footer__container {
  background: #191d22; }

.footer {
  padding: 50px 0;
  color: white; }

.footer__siteinfo {
  font-size: 14px;
  float: left;
  width: 329px;
  height: 108px;
  margin: 0 25px 0 30px;
  padding: 15px 0 0 175px;
  text-transform: uppercase;
  color: #5c656e;
  background: url(../../../Images/App/sprite.png) no-repeat 0 -154px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .footer__siteinfo {
      margin-left: 30px; } }
  @media screen and (max-width: 767px) {
    .footer__siteinfo {
      float: none;
      margin: 0 0 50px 20px; } }

.footer__nav {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 1024px) {
    .footer__nav {
      float: left;
      width: 640px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .footer__nav {
      float: left;
      width: 384px; } }

@media screen and (min-width: 1024px) {
  .footer__nav-item {
    float: left;
    width: 50%;
    padding: 0 40px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__nav-item {
    width: auto;
    margin-bottom: 30px;
    padding: 0 30px; }
    .footer__nav-item:last-child {
      margin-bottom: 0; } }
@media screen and (max-width: 767px) {
  .footer__nav-item {
    width: auto;
    margin-bottom: 30px;
    padding: 0 20px; }
    .footer__nav-item:last-child {
      margin-bottom: 0; } }

.footer__nav-caption {
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #5c656e; }

.footer__nav-submenu {
  list-style: none;
  margin: 0;
  padding: 0; }

.footer__nav-submenu-item {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 6px; }
  .footer__nav-submenu-item a {
    text-decoration: none;
    color: white; }
    .footer__nav-submenu-item a:hover {
      text-decoration: underline; }
  .footer__nav-submenu-item:last-child {
    margin-bottom: 0; }

/* ==|====================
   Modules/Popup
   ======================= */
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: none;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.65); }

.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  display: none;
  width: 360px;
  padding: 20px;
  background: white; }
  .popup a {
    color: #98ca3c; }
    .popup a:hover {
      color: #aeea3f; }
  .popup > *:last-child {
    margin-bottom: 0; }

.popup-wide {
  width: 512px; }

.popup-waiting {
  width: 350px; }

.popup__btns_waiting {
  width: 50px;
  margin: 0px auto; }
  .popup__btns_waiting:after {
    content: "";
    display: table;
    clear: both; }

.popup-details {
  width: 708px;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .popup-details {
      width: 452px; } }

.popup__caption {
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #243039; }

.popup__caption-msg {
  padding: 33px 0 0 110px; }
  .popup__caption-msg:after {
    content: "";
    display: table;
    clear: both; }
  .popup__caption-msg .userpic {
    float: left;
    margin: -33px 0 0 -110px; }

.popup__close-btn {
  font-size: 28px;
  line-height: 1;
  position: absolute;
  top: -20px;
  right: -20px;
  display: block;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  color: white;
  border: 0;
  outline: none;
  background: none;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5); }

.popup__group {
  position: relative;
  margin-bottom: 20px; }
  .popup__group [class^='icon-'],
  .popup__group [class*=' icon-'] {
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 20px;
    line-height: 46px;
    width: 50px;
    text-align: center;
    color: #b1bfce; }
  .popup__group label {
    color: #303030; }
  .popup__group input[type="email"], .popup__group input[type="number"], .popup__group input[type="password"], .popup__group input[type="search"], .popup__group input[type="tel"], .popup__group input[type="text"], .popup__group input[type="url"], .popup__group input[type="color"], .popup__group input[type="date"], .popup__group input[type="datetime"], .popup__group input[type="datetime-local"], .popup__group input[type="month"], .popup__group input[type="time"], .popup__group input[type="week"],
  .popup__group textarea {
    font-size: 16px;
    line-height: 20px;
    display: block;
    width: 100%;
    height: 50px;
    padding: 13px 18px 13px 18px;
    color: #98a6b5;
    border: 2px solid #becede;
    outline: none;
    background: white; }
    .popup__group input[type="email"]::-webkit-input-placeholder, .popup__group input[type="number"]::-webkit-input-placeholder, .popup__group input[type="password"]::-webkit-input-placeholder, .popup__group input[type="search"]::-webkit-input-placeholder, .popup__group input[type="tel"]::-webkit-input-placeholder, .popup__group input[type="text"]::-webkit-input-placeholder, .popup__group input[type="url"]::-webkit-input-placeholder, .popup__group input[type="color"]::-webkit-input-placeholder, .popup__group input[type="date"]::-webkit-input-placeholder, .popup__group input[type="datetime"]::-webkit-input-placeholder, .popup__group input[type="datetime-local"]::-webkit-input-placeholder, .popup__group input[type="month"]::-webkit-input-placeholder, .popup__group input[type="time"]::-webkit-input-placeholder, .popup__group input[type="week"]::-webkit-input-placeholder,
    .popup__group textarea::-webkit-input-placeholder {
      color: #98a6b5; }
    .popup__group input[type="email"]::-moz-placeholder, .popup__group input[type="number"]::-moz-placeholder, .popup__group input[type="password"]::-moz-placeholder, .popup__group input[type="search"]::-moz-placeholder, .popup__group input[type="tel"]::-moz-placeholder, .popup__group input[type="text"]::-moz-placeholder, .popup__group input[type="url"]::-moz-placeholder, .popup__group input[type="color"]::-moz-placeholder, .popup__group input[type="date"]::-moz-placeholder, .popup__group input[type="datetime"]::-moz-placeholder, .popup__group input[type="datetime-local"]::-moz-placeholder, .popup__group input[type="month"]::-moz-placeholder, .popup__group input[type="time"]::-moz-placeholder, .popup__group input[type="week"]::-moz-placeholder,
    .popup__group textarea::-moz-placeholder {
      color: #98a6b5; }
    .popup__group input[type="email"]:-moz-placeholder, .popup__group input[type="number"]:-moz-placeholder, .popup__group input[type="password"]:-moz-placeholder, .popup__group input[type="search"]:-moz-placeholder, .popup__group input[type="tel"]:-moz-placeholder, .popup__group input[type="text"]:-moz-placeholder, .popup__group input[type="url"]:-moz-placeholder, .popup__group input[type="color"]:-moz-placeholder, .popup__group input[type="date"]:-moz-placeholder, .popup__group input[type="datetime"]:-moz-placeholder, .popup__group input[type="datetime-local"]:-moz-placeholder, .popup__group input[type="month"]:-moz-placeholder, .popup__group input[type="time"]:-moz-placeholder, .popup__group input[type="week"]:-moz-placeholder,
    .popup__group textarea:-moz-placeholder {
      color: #98a6b5; }
    .popup__group input[type="email"]:-ms-input-placeholder, .popup__group input[type="number"]:-ms-input-placeholder, .popup__group input[type="password"]:-ms-input-placeholder, .popup__group input[type="search"]:-ms-input-placeholder, .popup__group input[type="tel"]:-ms-input-placeholder, .popup__group input[type="text"]:-ms-input-placeholder, .popup__group input[type="url"]:-ms-input-placeholder, .popup__group input[type="color"]:-ms-input-placeholder, .popup__group input[type="date"]:-ms-input-placeholder, .popup__group input[type="datetime"]:-ms-input-placeholder, .popup__group input[type="datetime-local"]:-ms-input-placeholder, .popup__group input[type="month"]:-ms-input-placeholder, .popup__group input[type="time"]:-ms-input-placeholder, .popup__group input[type="week"]:-ms-input-placeholder,
    .popup__group textarea:-ms-input-placeholder {
      color: #98a6b5; }
  .popup__group textarea {
    height: auto;
    vertical-align: top;
    margin-bottom: 0; }

.popup__group [class^='icon-'] + input[type="email"], .popup__group [class^='icon-'] input[type="number"], .popup__group [class^='icon-'] input[type="password"], .popup__group [class^='icon-'] input[type="search"], .popup__group [class^='icon-'] input[type="tel"], .popup__group [class^='icon-'] input[type="text"], .popup__group [class^='icon-'] input[type="url"], .popup__group [class^='icon-'] input[type="color"], .popup__group [class^='icon-'] input[type="date"], .popup__group [class^='icon-'] input[type="datetime"], .popup__group [class^='icon-'] input[type="datetime-local"], .popup__group [class^='icon-'] input[type="month"], .popup__group [class^='icon-'] input[type="time"], .popup__group [class^='icon-'] input[type="week"], .popup__group [class^='icon-'] + input[type="password"],
.popup__group [class*=' icon-'] + input[type="email"],
.popup__group [class*=' icon-'] input[type="number"],
.popup__group [class*=' icon-'] input[type="password"],
.popup__group [class*=' icon-'] input[type="search"],
.popup__group [class*=' icon-'] input[type="tel"],
.popup__group [class*=' icon-'] input[type="text"],
.popup__group [class*=' icon-'] input[type="url"],
.popup__group [class*=' icon-'] input[type="color"],
.popup__group [class*=' icon-'] input[type="date"],
.popup__group [class*=' icon-'] input[type="datetime"],
.popup__group [class*=' icon-'] input[type="datetime-local"],
.popup__group [class*=' icon-'] input[type="month"],
.popup__group [class*=' icon-'] input[type="time"],
.popup__group [class*=' icon-'] input[type="week"],
.popup__group [class*=' icon-'] + input[type="password"] {
  padding-right: 50px; }

.password-remind {
  float: right;
  text-decoration: none;
  text-transform: uppercase;
  color: #98ca3c; }

.not-registered {
  line-height: 22px;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #303030;
  border-top: 2px solid #dadada; }

.not-registered__link {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-decoration: none;
  color: #98ca3c; }

.popup__btns {
  margin: 20px 0 20px; }
  .popup__btns:after {
    content: "";
    display: table;
    clear: both; }

.popup__btns-col {
  float: left;
  width: 50%; }
  .popup__btns-col:first-child {
    padding-right: 10px; }
  .popup__btns-col:last-child {
    padding-left: 10px; }

.or-separator {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  margin: 20px 0;
  text-align: center; }
  .or-separator:before {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 2px;
    margin-top: -1px;
    content: '';
    background: #dadada; }
  .or-separator span {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    background: white; }

.popup__help {
  font-size: 14px;
  line-height: 1.33;
  width: 500px;
  color: #525f68; }
  .popup__help:after {
    content: "";
    display: table;
    clear: both; }

.popup__help-caption {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #778895; }
  .popup__help-caption span {
    color: #98ca3c; }

.popup__help-pic {
  float: left;
  margin-right: 20px; }

/* ==|====================
   Modules/Social authentification
   ======================= */
.social-auth {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px; }

.social-auth__item {
  margin-bottom: 8px; }
  .social-auth__item:last-child {
    margin-bottom: 0; }

.auth-btn {
  height: 68px;
  text-align: right;
  color: white !important;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.15) inset;
  font-weight: 300;
  display: block;
  text-decoration: none;
  padding: 14px 50px 14px 88px; }
  .auth-btn:before {
    content: '\e805';
    float: right;
    margin: 10px -35px 0 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 16px;
    text-align: center;
    border: 2px solid white;
    font-family: iconfont; }
  .auth-btn:hover {
    color: white !important; }

.auth-btn_facebook {
  background: #4d6baa url(../../../Images/App/auth-btn-facebook.png) no-repeat 18px 0; }

.auth-btn_vkontakte {
  background: #505485 url(../../../Images/App/auth-btn-vkontakte.png) no-repeat 18px 0; }

/* ==|====================
   Modules/Registration info
   ======================= */
.registration-info {
  font-size: 16px;
  line-height: 26px;
  text-align: center; }

.registration-info__caption {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase; }

.already-registered {
  line-height: 22px;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #303030;
  border-top: 2px solid #dadada; }

.already-registered__link {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-decoration: none;
  color: #98ca3c; }

/* ==|====================
   Modules/Heading group
   ======================= */
.hgroup {
  margin-bottom: 60px; }
  .hgroup > *:last-child {
    margin-bottom: 0; }
  .hgroup:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .hgroup {
      padding: 0 30px; } }
  @media screen and (max-width: 767px) {
    .hgroup {
      margin-top: 60px;
      margin-bottom: 60px;
      padding: 0 20px; } }

/* ==|====================
   Modules/Steps
   ======================= */
.steps__container {
  margin-bottom: 60px;
  background: #dae3ea; }

.steps {
  padding: 0;
  list-style: none; }

.steps__item {
  font-size: 16px;
  line-height: 20px;
  float: left;
  width: 33.3333%;
  height: 110px;
  padding: 0 20px;
  text-transform: uppercase;
  color: white;
  background: #c4cfd7; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .steps__item {
      font-size: 14px;
      line-height: 20px; } }
  @media screen and (max-width: 767px) {
    .steps__item {
      font-size: 12px;
      line-height: 16px;
      height: 120px; } }

.steps__item_active {
  position: relative;
  background: #9fb0bd; }
  .steps__item_active:after {
    height: 0;
    width: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #9fb0bd;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -20px;
    content: ''; }

.steps__item-num {
  font-size: 60px;
  font-weight: 900;
  line-height: 40px;
  margin: 0 0 15px -20px;
  color: #9fb0bd; }
  @media screen and (max-width: 767px) {
    .steps__item-num {
      font-size: 36px;
      line-height: 24px; } }
  .steps__item_active .steps__item-num {
    color: #c4cfd7; }

/* ==|====================
   Modules/Content
   ======================= */
.content {
  margin-bottom: 60px; }
  .content > *:last-child {
    margin-bottom: 0; }

.content__left-col {
  padding-top: 40px; }
  @media screen and (min-width: 1024px) {
    .content__left-col {
      float: left;
      width: 644px; } }

.content__right-col {
  width: 340px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (min-width: 1024px) {
    .content__right-col {
      float: right; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .content__right-col {
      width: auto;
      padding: 0 30px; }
      .content__right-col:after {
        content: "";
        display: table;
        clear: both; } }

.content-mail {
  position: relative;
  height: 400px;
  margin-top: -61px; }

/* ==|====================
   Modules/Map
   ======================= */
.map {
  width: 100%;
  height: 380px;
  margin-bottom: 40px; }

.bottom-map__container {
  position: relative;
  width: 100%; }

.bottom-map {
  width: 100%;
  height: 650px; }

.bottom-map__route-link {
  position: absolute;
  top: 0;
  right: 50%;
  font-size: 20px;
  line-height: 50px;
  display: block;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.8); }
  @media screen and (min-width: 1024px) {
    .bottom-map__route-link {
      margin-right: -512px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .bottom-map__route-link {
      margin-right: -354px; } }
  @media screen and (max-width: 767px) {
    .bottom-map__route-link {
      margin-right: -236px; } }

.search-map {
  float: right;
  height: 450px; }
  @media screen and (min-width: 1024px) {
    .search-map {
      width: 512px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .search-map {
      width: 256px; } }
  @media screen and (max-width: 767px) {
    .search-map {
      display: none; } }

.search-map_fixed {
  position: fixed !important;
  top: 0;
  right: 50%;
  float: none; }
  @media screen and (min-width: 1024px) {
    .search-map_fixed {
      margin-right: -512px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .search-map_fixed {
      margin-right: -384px; } }

/* ==|====================
   Modules/FAQ
   ======================= */
.faq__container {
  padding-top: 60px;
  padding-bottom: 120px;
  background: #d9e1e7 url(../../../Images/App/faq.jpg) no-repeat 100% 100%; }
  @media screen and (min-width: 1024px) {
    .faq__container {
      padding-right: 80px;
      padding-left: 80px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .faq__container {
      padding-right: 30px;
      padding-left: 30px; } }
  @media screen and (max-width: 767px) {
    .faq__container {
      padding-right: 20px;
      padding-left: 20px; } }

.faq__caption {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.25;
  margin: 0 0 60px;
  text-align: center;
  text-transform: uppercase;
  color: #b3bdc5; }
  @media screen and (max-width: 767px) {
    .faq__caption {
      font-size: 36px;
      margin-bottom: 40px; } }

.faq {
  list-style: none;
  margin: 0;
  padding: 0; }
  .faq:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 1024px) {
    .faq {
      margin: 0 -60px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .faq {
      margin: 0 -30px; } }

.faq__item {
  margin-bottom: 60px; }
  .faq__item > *:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 1024px) {
    .faq__item {
      float: left;
      width: 50%;
      padding: 0 60px; }
      .faq__item:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .faq__item {
      float: left;
      width: 50%;
      padding: 0 30px; }
      .faq__item:nth-child(2n+1) {
        clear: left; } }

.faq__item-caption {
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: black; }

/* ==|====================
   Modules/Profile
   ======================= */
.profile__container {
  margin-bottom: 60px;
  background: #dae3ea; }

.profile__container__account {
  background: #dae3ea; }

.profile {
  padding: 20px 0 20px 256px; }
  .profile:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 767px) {
    .profile {
      padding-left: 240px; } }

.profile__pic-container {
  position: relative;
  float: left;
  margin: -40px 0 -40px -256px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .profile__pic-container {
      width: 200px;
      margin-left: -226px; } }
  @media screen and (max-width: 767px) {
    .profile__pic-container {
      width: 180px;
      margin-left: -216px; } }

.profil__avatar-frame {
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    .profil__avatar-frame {
      width: 220px;
      height: 220px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .profil__avatar-frame {
      width: 200px;
      height: 200px; } }
  @media screen and (max-width: 767px) {
    .profil__avatar-frame {
      width: 180px;
      height: 180px; } }

.profile__pic {
  display: block;
  max-width: 100%;
  border: 5px solid white;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }

.profile__pic-edit {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  overflow: hidden;
  text-decoration: none;
  border-radius: 50%; }
  .profile__pic-edit span {
    position: absolute;
    right: 0;
    bottom: 15px;
    left: 0;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
    display: block;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    color: white;
    background: rgba(152, 202, 60, 0.8); }
  .profile__pic-edit:hover span {
    background: #98ca3c; }

.profile__name {
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #94a0a8; }
  @media screen and (max-width: 767px) {
    .profile__name {
      font-size: 32px;
      margin-bottom: 20px; } }

.profile__account_name {
  line-height: 1.5;
  margin-bottom: 0 !important; }

.profile__phone-container:after {
  content: "";
  display: table;
  clear: both; }

.profile__phone {
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  color: #94a0a8; }
  @media screen and (min-width: 1024px) {
    .profile__phone {
      float: left; } }
  @media screen and (max-width: 767px) {
    .profile__phone {
      font-size: 24px;
      line-height: 1.5; } }

.profile__phone-edit {
    /*
    @include media($medium) {
        margin-top: 20px;
    }

    @include media($small) {
        margin-top: 10px;
    }*/ }
  @media screen and (min-width: 1024px) {
    .profile__phone-edit {
      float: left;
      margin-left: 40px; } }
  .profile__phone-edit .btn, .profile__phone-edit .btn-details {
    float: left;
    border-left-width: 0;
    border-radius: 0; }
    @media screen and (max-width: 767px) {
      .profile__phone-edit .btn, .profile__phone-edit .btn-details {
        font-size: 12px; } }
    .profile__phone-edit .btn:first-child, .profile__phone-edit .btn-details:first-child {
      border-left-width: 2px;
      border-radius: 2px 0 0 2px; }
    .profile__phone-edit .btn:last-child, .profile__phone-edit .btn-details:last-child {
      border-radius: 0 2px 2px 0; }

.btn-chang-name {
  float: right;
  margin-top: 4px; }

.table-input-box {
  margin-left: 10px; }

.pay__comission {
  margin-top: 20px; }

@media screen and (min-width: 1024px) {
  .edit-profil-flex {
    display: flex;
    display: -webkit-flex; } }

/* ==|====================
   Modules/Tasks
   ======================= */
.tasks {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  color: #8d9ca7;
  font-size: 18px;
  counter-reset: tasks; }
  .tasks > *:last-child {
    margin-bottom: 0; }
  .tasks > li {
    margin: 3px 0 20px 40px;
    counter-increment: tasks; }
    .tasks > li:after {
      content: "";
      display: table;
      clear: both; }
    .tasks > li:before {
      font-size: 32px;
      font-weight: bold;
      line-height: 1;
      float: left;
      margin: -3px 0 0 -40px;
      content: counter(tasks);
      color: #b9c5cd; }

/* ==|====================
   Modules/Deals
   ======================= */
.deals {
  margin-bottom: 40px; }
  .deals > *:last-child {
    margin-bottom: 0; }

.deals__item {
  margin-bottom: 40px;
  padding-bottom: 40px;
  color: #75818a;
  border-bottom: 1px solid #cdcdcd; }
  @media screen and (min-width: 1024px) {
    .deals__item {
      /*display: table;*/
      width: 100%; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .deals__item:after {
      content: "";
      display: table;
      clear: both; } }
  @media screen and (max-width: 767px) {
    .deals__item:after {
      content: "";
      display: table;
      clear: both; } }
  .deals__item.deals__item-rating {
    width: auto;
    margin: 0 0 20px;
    padding: 0 0 0 120px;
    border-bottom: 0; }
    .deals__item.deals__item-rating:after {
      content: "";
      display: table;
      clear: both; }

@media screen and (min-width: 1024px) {
  .deals__item-pic {
    display: table-cell;
    width: 160px;
    padding-right: 30px;
    vertical-align: top; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .deals__item-pic {
    float: left;
    width: 150px;
    padding-right: 20px; } }
@media screen and (max-width: 767px) {
  .deals__item-pic {
    float: left;
    width: 150px;
    padding-right: 20px; } }
.deals__item-pic img {
  display: block;
  max-width: 100%;
  height: auto; }
.deals__item-rating .deals__item-pic {
  width: 120px;
  padding-right: 20px;
  margin-left: -120px;
  float: left;
  display: block; }

@media screen and (min-width: 1024px) {
  .deals__item-info {
    display: table-cell;
    width: 230px;
    padding-right: 30px;
    vertical-align: top; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .deals__item-info {
    float: left;
    width: 212px;
    padding-right: 20px; } }
@media screen and (max-width: 767px) {
  .deals__item-info {
    float: left;
    width: 212px;
    padding-right: 20px; } }
.deals__item-rating .deals__item-info {
  display: block;
  width: auto;
  padding-right: 0;
  float: none; }

.deals__item-caption {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  min-height: 2em;
  margin-bottom: 10px; }

.deals__item-year {
  font-size: 20px;
  font-weight: normal; }

.deals__item-number {
  font-size: 16px;
  font-weight: normal; }

.deals__item-status {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 10px;
  text-transform: uppercase; }

.deals__item-status_success {
  color: rgba(167, 179, 188, 0.9); }

.deals__item-status_cancel {
  color: rgba(225, 78, 78, 0.9); }

.deals__item-status_new {
  color: rgba(78, 130, 225, 0.9); }

.deals__item-status_start_waiting {
  color: rgba(22, 167, 158, 0.9); }

.deals__item-status_in_progress {
  color: rgba(152, 202, 60, 0.9); }

.deals__item-status_waiting_complete {
  color: rgba(243, 128, 51, 0.9); }

.deals__item-status_in_debate {
  color: rgba(225, 78, 78, 0.9); }

.deals__item-data {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25; }
  .deals__item-data > *:last-child {
    margin-bottom: 0; }
  .deals__item-data > li {
    margin-bottom: 6px; }

.deals__item-counterparty > *:last-child {
  margin-bottom: 0; }
@media screen and (min-width: 1024px) {
  .deals__item-counterparty {
    display: table-cell;
    width: 180px;
    padding: 0 30px;
    vertical-align: top;
    border-left: 1px solid #cdcdcd; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .deals__item-counterparty {
    float: left;
    width: 120px; } }
@media screen and (max-width: 767px) {
  .deals__item-counterparty {
    float: left;
    width: 110px; } }
.deals__item-counterparty .userpic {
  margin-bottom: 15px; }

.deals__item-counterparty-status {
  font-size: 12px;
  line-height: 1.25;
  margin-bottom: 8px;
  text-transform: uppercase; }

.deals__item-counterparty-name {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 8px;
  text-transform: uppercase; }

.deals__item-counterparty-tel {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 8px; }

.deals__item-actions > *:last-child {
  margin-bottom: 0; }
@media screen and (min-width: 1024px) {
  .deals__item-actions {
    display: table-cell;
    width: 198px;
    padding-left: 30px;
    vertical-align: bottom;
    border-left: 1px solid #cdcdcd; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .deals__item-actions {
    clear: left;
    padding-top: 30px; } }
@media screen and (max-width: 767px) {
  .deals__item-actions {
    clear: left;
    padding-top: 30px; } }
.deals__item-actions .deals__agreement-link {
  font-size: 14px; }

.deals__btn {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font-size: 11px;
  font-weight: 500;
  line-height: 36px;
  display: inline-block;
  height: 38px;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid;
  border-radius: 2px;
  background: transparent; }
  @media screen and (min-width: 1024px) {
    .deals__btn {
      display: block;
      margin-bottom: 15px; } }
  .deals__btn:hover {
    color: white; }

.deals__btn_cancel {
  color: #dc7b80; }
  .deals__btn_cancel:hover {
    border-color: #dc7b80;
    background: #dc7b80; }

.deals__btn_success {
  color: #98ca3c; }
  .deals__btn_success:hover {
    border-color: #98ca3c;
    background: #98ca3c; }

.deal__item-link-div-img {
  width: 133px;
  height: 133px;
  overflow: hidden; }

/* ==|====================
   Modules/Gallery
   ======================= */
.gallery {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 60px; }
  .gallery:after {
    content: "";
    display: table;
    clear: both; }

.gallery__item {
  position: relative;
  float: left;
  width: 256px;
  height: 262px; }

.gallery__item-link {
  display: block; }
  .gallery__item-link img {
    display: block;
    width: 100%;
    height: auto; }

.gallery__item-link-div-img {
  width: 262px;
  height: 262px;
  overflow: hidden; }

/* ==|====================
   Modules/Schedule
   ======================= */
.schedule {
  color: #8b98a2; }
  .schedule > *:last-child {
    margin-bottom: 0; }

.schedule__calendar {
  margin-bottom: 40px; }
  .schedule__calendar:after {
    content: "";
    display: table;
    clear: both; }

.schedule__datepicker {
  margin-bottom: 40px; }
  @media screen and (min-width: 1024px) {
    .schedule__datepicker {
      float: left;
      margin-bottom: 0; } }

.schedule__calendar-actions > *:last-child {
  margin-bottom: 0; }
@media screen and (min-width: 1024px) {
  .schedule__calendar-actions {
    float: right;
    width: 462px; } }

.schedule__info {
  font-size: 16px;
  line-height: 1.5;
  margin: 20px 0 40px; }

.schedule__group {
  margin-bottom: 40px; }
  .schedule__group > *:last-child {
    margin-bottom: 0; }

.schedule__group-caption {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 30px;
  text-transform: uppercase; }

.schedule__group-content {
  margin-bottom: 30px; }
  .schedule__group-content:after {
    content: "";
    display: table;
    clear: both; }

.schedule__time:after {
  content: "";
  display: table;
  clear: both; }

.schedule__time-item {
  float: left;
  width: 50%;
  padding-right: 30px; }

input.schedule__month {
  width: 550px;
  max-width: 100%; }

.schedule__group-footer:after {
  content: "";
  display: table;
  clear: both; }
.schedule__group-footer .btn, .schedule__group-footer .btn-details {
  float: left;
  margin-right: 30px; }

/* ==|====================
   Modules/Weekdays
   ======================= */
.weekdays {
  list-style: none;
  margin: 0;
  padding: 0; }
  .weekdays:after {
    content: "";
    display: table;
    clear: both; }

.weekdays__item {
  font-size: 16px;
  line-height: 38px;
  float: left;
  width: 40px;
  margin-right: -1px;
  cursor: pointer;
  text-align: center;
  color: #32333b;
  border: 1px solid #c1c8cd;
  background: white; }

.weekdays__item_active {
  color: white;
  background: #8b98a2; }

/* ==|====================
   Modules/Car review
   ======================= */
.car__container {
  background: white;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); }

.car {
  padding: 40px 0; }
  .car > *:last-child {
    margin-bottom: 0; }

@media screen and (min-width: 1024px) {
  .car__info {
    float: left;
    width: 644px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .car__info {
    float: left;
    width: 388px;
    padding-left: 30px; } }
@media screen and (max-width: 767px) {
  .car__info {
    padding-right: 20px;
    padding-left: 20px; } }

.car__meta {
  margin-top: 20px;
  color: #a7b3bc; }
  .car__meta .rating__container {
    display: inline-block;
    margin-left: 15px; }

.car__location {
  font-size: 15px;
  display: inline-block;
  text-transform: uppercase; }

.car__name {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  color: #a7b3bc; }

.car__name__year {
  font-size: 40px;
  font-weight: 500; }

.car__status {
  font-size: 20px;
  line-height: 40px;
  float: right;
  margin: 4px 0 0 20px;
  padding: 0 24px;
  text-transform: uppercase;
  color: white; }

.car__status_leased {
  background: rgba(22, 167, 158, 0.8); }

.car__status_accepted {
  background: rgba(152, 202, 60, 0.8); }

.car__status_rejected {
  background: rgba(217, 66, 74, 0.8); }

.car__status_checking {
  background: rgba(187, 188, 188, 0.8); }

.car__status_free {
  background: rgba(255, 179, 89, 0.8); }

.car__status_blocked {
  background: rgba(182, 44, 16, 0.8); }

.car__description {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  margin: 7px 0 40px;
  color: #8d9ca7; }
  .car__description > *:last-child {
    margin-bottom: 0; }

.car__owner {
  padding-left: 120px; }
  @media screen and (min-width: 1024px) {
    .car__owner {
      float: right;
      width: 340px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .car__owner {
      float: right;
      width: 340px;
      padding-right: 30px; } }
  @media screen and (max-width: 767px) {
    .car__owner {
      padding-right: 20px;
      padding-left: 140px;
      margin-top: 40px; } }

.car__owner-pic {
  float: left;
  margin-left: -120px; }

.car__owner-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 10px; }

.car__owner-stats {
  font-size: 12px;
  overflow: hidden;
  margin-bottom: 10px;
  color: #a7b3bc; }

.car__owner-stats-item {
  line-height: 1.25;
  float: left;
  margin-right: 20px; }
  .car__owner-stats-item span {
    font-size: 16px;
    font-weight: 500;
    display: block;
    color: #243039; }

.car__rent-btn {
  display: block;
  margin-top: 30px;
  text-align: center; }

.fav-btn {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font-size: 16px;
  line-height: 36px;
  display: block;
  margin-top: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #a5b2bc;
  border: 2px solid #a5b2bc;
  border-radius: 2px;
  background: white; }
  .fav-btn:hover {
    color: white;
    background: #a5b2bc; }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .car__rent-info {
    float: right;
    width: 340px; } }

.car__calendar {
  margin-top: 30px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .car__calendar {
      float: left; } }

.car__owner-avatar-frame {
  width: 94px;
  height: 94px;
  overflow: hidden; }

/* ==|====================
   Modules/Car gallery
   ======================= */
.carousel {
  margin: -60px 0 0; }
  .carousel .owl-buttons > div {
    -webkit-transition: opacity 0.1s easy-in-out;
    -moz-transition: opacity 0.1s easy-in-out;
    transition: opacity 0.1s easy-in-out;
    font-size: 60px;
    line-height: 1;
    position: absolute;
    top: 50%;
    height: 80px;
    margin-top: -40px;
    opacity: .5;
    color: white; }
    .carousel .owl-buttons > div:before {
      font-family: iconfont;
      cursor: pointer; }
    .carousel .owl-buttons > div.owl-prev {
      left: 10px; }
      .carousel .owl-buttons > div.owl-prev:before {
        content: '\e80c'; }
    .carousel .owl-buttons > div.owl-next {
      right: 10px; }
      .carousel .owl-buttons > div.owl-next:before {
        content: '\e80b'; }
    .carousel .owl-buttons > div:hover {
      opacity: 1; }

.carousel__item {
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    .carousel__item {
      height: 500px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .carousel__item {
      height: 400px; } }
  @media screen and (max-width: 767px) {
    .carousel__item {
      height: 300px; } }
  .carousel__item a {
    font-size: 0;
    line-height: 2000px;
    position: relative;
    display: block;
    width: 100%;
    height: 2000px;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .carousel__item a {
        top: -750px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .carousel__item a {
        top: -800px; } }
    @media screen and (max-width: 767px) {
      .carousel__item a {
        top: -850px; } }
  .carousel__item img {
    display: inline-block;
    width: 100%;
    height: auto;
    vertical-align: middle; }

/* ==|====================
   Modules/Rating
   ======================= */
.rating__container {
  font-size: 18px; }

.rating {
  display: inline-block;
  width: 110px;
  height: 19px;
  background: url(../../../Images/App/rating.png) repeat-x 0 -38px; }

.rating__progress {
  float: left;
  height: 19px;
  background: url(../../../Images/App/rating.png) repeat-x 0 -57px; }

.rating_white {
  background-position: 0 0; }
  .rating_white .rating__progress {
    background-position: 0 -19px; }

.add-rating {
  width: 110px;
  height: 19px;
  display: inline-block;
  position: relative;
  background: url(../../../Images/App/rating.png) repeat-x 0 -76px; }
  .add-rating a {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0px;
    overflow: hidden;
    display: block;
    height: 19px;
    background-repeat: repeat-x;
    background-position: 0 0;
    width: 0; }
    .add-rating a:before {
      content: "";
      display: block;
      width: 0;
      height: 100%; }
    .add-rating a.rating-1 {
      width: 20%; }
    .add-rating a.rating-2 {
      width: 40%; }
    .add-rating a.rating-3 {
      width: 60%; }
    .add-rating a.rating-4 {
      width: 80%; }
    .add-rating a.rating-5 {
      width: 100%; }
    .add-rating a:hover, .add-rating a.active {
      background: url(../../../Images/App/rating.png) repeat-x 0 -19px; }

.add-rating__container {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #a7b3bc; }

/* ==|====================
   Modules/Price list
   ======================= */
.price-list__item {
  line-height: 48px;
  padding: 0 20px;
  color: white; }
  .price-list__item:after {
    content: "";
    display: table;
    clear: both; }

.price-list__item_day {
  background: #16a79e; }

.price-list__item_week {
  background: #12978f; }

.price-list__item_month {
  background: #0f867f; }

.price-list__item-value {
  font-size: 28px;
  float: left; }

.price-list__item-unit {
  float: right; }

/* ==|====================
   Modules/Features
   ======================= */
.features {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #8d9ca7; }
  .features > *:last-child {
    margin-bottom: 0; }

.features__item {
  margin: 0 0 20px 35px; }
  .features__item [class^='icon-'],
  .features__item [class*=' icon-'] {
    float: left;
    width: 25px;
    margin-left: -35px;
    text-align: center;
    color: #98ca3c; }

/* ==|====================
   Modules/Reviews
   ======================= */
.reviews {
  margin-bottom: 60px; }
  .reviews > *:last-child {
    margin-bottom: 0; }

.reviews__caption {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #a7b3bc; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .reviews__caption {
      padding: 0 30px; } }
  @media screen and (max-width: 767px) {
    .reviews__caption {
      padding: 0 20px; } }
  .reviews__caption .rating__container {
    display: inline-block; }

.reviews__item {
  margin-bottom: 40px; }
  .reviews__item:after {
    content: "";
    display: table;
    clear: both; }

@media screen and (min-width: 1024px) {
  .reviews__item-author {
    float: left;
    width: 256px;
    padding: 0 30px 0 90px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .reviews__item-author {
    float: left;
    width: 256px;
    padding: 0 30px 0 120px; } }
@media screen and (max-width: 767px) {
  .reviews__item-author {
    padding: 0 20px 30px 110px; } }
.reviews__item-author:after {
  content: "";
  display: table;
  clear: both; }

.reviews__item-author-pic {
  float: left;
  margin-left: -90px; }

.reviews__item-author-name {
  line-height: 68px; }
  .reviews__item-author-name span {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    color: #243039; }

.reviews__item-content {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  overflow: hidden;
  padding-bottom: 30px;
  color: #66747e;
  border-bottom: 1px solid #cdcdcd; }
  .reviews__item-content > *:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .reviews__item-content {
      padding-right: 30px; } }
  @media screen and (max-width: 767px) {
    .reviews__item-content {
      padding-right: 20px;
      padding-left: 20px; } }

.reviews__item-time {
  font-size: 15px;
  font-weight: 500;
  display: block;
  color: #8d9ca7; }

.reviews__more {
  margin-left: 256px; }
  @media screen and (max-width: 767px) {
    .reviews__more {
      margin-left: 20px; } }

.reviews__more-link {
  font-size: 20px;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase;
  color: #98ca3c; }
  .reviews__more-link:hover {
    color: #aeea3f; }

.reviews__avatar_frame {
  width: 68px;
  height: 68px;
  overflow: hidden; }

/* ==|====================
   Modules/Paging
   ======================= */
.paging {
  list-style: none;
  margin: 0;
  padding: 0; }
  .paging:after {
    content: "";
    display: table;
    clear: both; }

.paging__item {
  font-size: 20px;
  font-weight: bold;
  line-height: 64px;
  float: left;
  width: 56px;
  height: 64px;
  text-align: center;
  color: white; }
  .paging__item a {
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
    display: block;
    text-decoration: none;
    color: white; }
    .paging__item a:hover {
      background: #98ca3c; }
  .paging__item:nth-child(2) {
    background: #585e65; }
  .paging__item:nth-child(3) {
    background: #656c75; }
  .paging__item:nth-child(4) {
    background: #6a7582; }
  .paging__item:nth-child(5) {
    background: #748192; }
  .paging__item:nth-child(6) {
    background: #6a7582; }
  .paging__item:nth-child(7) {
    background: #656c75; }
  .paging__item:nth-child(8) {
    background: #585e65; }
  .paging__item:first-child, .paging__item:last-child {
    background: #4b5057; }
  .paging__item.paging__item_active {
    background: #98ca3c; }

.paging__item_edg {
  width: 60px; }

/* ==|====================
   Modules/User cars/reviews
   ======================= */
.user-cars {
  border: 2px solid #c6d4de; }
  .user-cars > *:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 1024px) {
    .user-cars {
      float: left;
      width: 256px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .user-cars {
      float: left;
      width: 256px; } }
  @media screen and (max-width: 767px) {
    .user-cars {
      margin-bottom: 60px; } }
  .user-cars .offers {
    margin: 0 -2px -2px -2px; }

.user-cars__caption {
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  padding: 20px 18px;
  text-transform: uppercase;
  color: #a7b3bc; }

.user-cars__caption-num {
  font-size: 24px;
  font-weight: normal; }

.user-reviews > *:last-child {
  margin-bottom: 0; }
@media screen and (min-width: 1024px) {
  .user-reviews {
    float: right;
    width: 738px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .user-reviews {
    float: right;
    width: 512px; } }

/* ==|====================
   Modules/Contacts
   ======================= */
.contacts__container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 256px; }
  @media screen and (max-width: 767px) {
    .contacts__container {
      z-index: 2;
      bottom: auto; }
      .contacts__container.contacts__container_active {
        bottom: 0; } }

.contacts__caption {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding: 15px 18px;
  text-transform: uppercase;
  color: #a7b3bc;
  border: 2px solid #c6d4de;
  border-right-width: 0;
  background: #e8eff4; }
  @media screen and (max-width: 767px) {
    .contacts__caption {
      width: 200%;
      cursor: pointer;
      border-right-width: 2px; } }

.contacts {
  position: absolute;
  top: 54px;
  bottom: 0;
  left: 0;
  overflow-y: auto; }
  @media screen and (max-width: 767px) {
    .contacts {
      display: none; }
      .contacts__container_active .contacts {
        display: block; } }

.contacts__item {
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  display: block;
  padding: 8px 18px 8px 108px;
  text-decoration: none;
  color: #243039;
  border-bottom: 2px solid #c6d4de;
  border-left: 2px solid #c6d4de;
  background: #dde5eb; }
  .contacts__item:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 767px) {
    .contacts__item {
      border-right: 2px solid #c6d4de; } }
  .contacts__item:hover {
    color: #243039;
    background: #bfe1b8; }

.contacts__item_active {
  background: #bfe1b8; }

.contacts__item-pic {
  position: relative;
  float: left;
  margin-left: -90px; }

.contacts__item-unread {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1;
  width: 32px;
  padding: 6px 0 0;
  text-align: right;
  background: url(../../../Images/App/mail.png) no-repeat 0 0; }
  .contacts__item-unread span {
    font-size: 10px;
    line-height: 14px;
    display: inline-block;
    min-width: 16px;
    height: 16px;
    padding: 2px 2px 0;
    text-align: center;
    vertical-align: top;
    color: white;
    border-radius: 8px;
    background: #e14e4e; }

.contacts__item-name {
  line-height: 68px; }
  .contacts__item-name span {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle; }

/* ==|====================
   Modules/Messages
   ======================= */
.messages__container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #c6d4de; }
  @media screen and (min-width: 1024px) {
    .messages__container {
      width: 768px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .messages__container {
      width: 512px; } }
  @media screen and (max-width: 767px) {
    .messages__container {
      width: 512px; } }

.messages {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 140px;
  left: 0;
  overflow-y: auto;
  padding: 30px 0 0;
  background: white; }

.messages__date {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  display: block;
  margin: 60px auto 30px;
  text-transform: uppercase;
  color: #a7b3bc; }
  @media screen and (min-width: 1024px) {
    .messages__date {
      width: 512px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .messages__date {
      width: 452px; } }
  @media screen and (max-width: 767px) {
    .messages__date {
      width: 472px; } }

.message {
  margin: 0 auto 30px; }
  .message:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 1024px) {
    .message {
      width: 512px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .message {
      width: 452px; } }
  @media screen and (max-width: 767px) {
    .message {
      width: 472px; } }

.message__author-pic {
  width: 68px; }
  .message_party .message__author-pic {
    float: left; }
  .message_user .message__author-pic {
    float: right; }

.message__content {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  padding: 19px;
  color: #66747e;
  border: 1px solid #dde7ee;
  background: #fcfdfe; }
  .message_party .message__content {
    margin-left: 82px; }
    .message_party .message__content:before {
      height: 0;
      width: 0;
      border-top: 16px solid #dde7ee;
      border-left: 16px solid transparent;
      position: absolute;
      top: -1px;
      left: -16px;
      content: ''; }
    .message_party .message__content:after {
      height: 0;
      width: 0;
      border-top: 15px solid #fcfdfe;
      border-left: 15px solid transparent;
      position: absolute;
      top: 0;
      left: -14px;
      content: ''; }
  .message_user .message__content {
    margin-right: 82px; }
    .message_user .message__content:before {
      height: 0;
      width: 0;
      border-top: 16px solid #dde7ee;
      border-right: 16px solid transparent;
      position: absolute;
      top: -1px;
      right: -16px;
      content: ''; }
    .message_user .message__content:after {
      height: 0;
      width: 0;
      border-top: 15px solid #fcfdfe;
      border-right: 15px solid transparent;
      position: absolute;
      top: 0;
      right: -14px;
      content: ''; }

.message__date {
  font-size: 11px;
  font-weight: normal;
  display: block;
  margin-top: 13px;
  color: #8d9ca7; }

.messages__new {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 140px;
  padding: 10px 0;
  text-align: center;
  border-top: 2px solid #c6d4de;
  background: #e8eff4; }
  .messages__new textarea {
    font-size: 11px;
    font-weight: normal;
    line-height: 1.4;
    width: 512px;
    height: 68px;
    margin: 0 auto 10px;
    resize: none; }
    .messages__new textarea::-webkit-input-placeholder {
      color: #b7c4cd; }
    .messages__new textarea::-moz-placeholder {
      color: #b7c4cd; }
    .messages__new textarea:-moz-placeholder {
      color: #b7c4cd; }
    .messages__new textarea:-ms-input-placeholder {
      color: #b7c4cd; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .messages__new textarea {
        width: 488px; } }
    @media screen and (max-width: 767px) {
      .messages__new textarea {
        width: 488px; } }

.message_pic_frame {
  width: 120px;
  height: 120px;
  overflow: hidden; }

.send-message_pic_block {
  display: block;
  height: auto;
  padding-right: 20px;
  margin-left: -120px;
  float: left; }

/* ==|====================
   Modules/Uploaded
   ======================= */
.uploaded {
  font-size: 0;
  position: relative;
  display: inline-block; }
  .uploaded > img {
    display: block;
    max-width: 100%;
    height: auto; }

.uploaded-div-img {
  width: 200px;
  height: 200px;
  overflow: hidden; }

.uploaded__remove-btn {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  font-size: 16px;
  line-height: 24px;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #d02337;
  border: 0;
  background: rgba(255, 255, 255, 0.6); }
  .uploaded__remove-btn:hover {
    background: white; }

/* ==|====================
   Modules/Loader
   ======================= */
.loader {
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center; }
  .loader:before {
    -webkit-animation: rotate 2s linear infinite;
    -moz-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    font-family: iconfont;
    font-size: 40px;
    content: '\e816';
    vertical-align: top; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0); }

  to {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0); }

  to {
    -moz-transform: rotate(360deg); } }
@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* =======================
   Modules/Info
   ======================= */
.info-caption {
  font-size: 56px;
  font-weight: normal;
  line-height: 60px;
  padding-top: 145px;
  color: white; }

.readiness {
  color: white; }

.readiness__caption {
  font-size: 20px;
  margin-bottom: 16px; }

.readiness__btn {
  line-height: 44px;
  width: 200px;
  height: 48px;
  margin-right: 20px; }

.info {
  margin-top: -37px;
  margin-bottom: 100px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .info {
      margin-top: -29px;
      padding-right: 30px;
      padding-left: 30px; } }
  @media screen and (max-width: 767px) {
    .info {
      margin-top: -21px;
      padding-right: 20px;
      padding-left: 20px; } }

.info__owners {
  float: left;
  width: 50%;
  color: #98ca3c; }
  .info__owners .info__item:nth-child(2n) .info__item-caption {
    background: #1e2931; }

.info__renter {
  float: left;
  width: 50%;
  color: #1abfb5; }
  .info__renter .info__item:nth-child(2n+1) .info__item-caption {
    background: #1e2931; }

.info__caption {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: 5px solid; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .info__caption {
      font-size: 24px; } }
  @media screen and (max-width: 767px) {
    .info__caption {
      font-size: 16px; } }

.info__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.info__item-caption {
  display: table;
  width: 100%;
  cursor: pointer;
  border: 18px solid transparent;
  background: #243039; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .info__item-caption {
      border-width: 16px; } }
  @media screen and (max-width: 767px) {
    .info__item-caption {
      border-width: 12px; } }
  .info__item-caption:hover {
    background: #374651 !important; }

.info__item-pic {
  display: table-cell;
  width: 80px;
  padding-right: 20px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .info__item-pic {
      width: 70px;
      padding-right: 18px; } }
  @media screen and (max-width: 767px) {
    .info__item-pic {
      width: 60px;
      padding-right: 16px; } }
  .info__item-pic img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 3px solid;
    border-radius: 50%; }

.info__item-text {
  font-size: 18px;
  line-height: 1.1;
  display: table-cell;
  vertical-align: middle;
  color: white; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .info__item-text {
      font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .info__item-text {
      font-size: 12px; } }

.info__item-arrow {
  font-size: 30px;
  line-height: 1;
  display: table-cell;
  width: 40px;
  padding-top: 17px;
  text-align: right;
  vertical-align: top; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .info__item-arrow {
      font-size: 24px;
      width: 32px; } }
  @media screen and (max-width: 767px) {
    .info__item-arrow {
      font-size: 16px;
      width: 24px;
      padding-top: 14px; } }
  .info__item-arrow:before {
    font-family: iconfont;
    content: '\e800'; }
    .info__item_active .info__item-arrow:before {
      content: '\e801'; }

.info__item-content {
  font-size: 12px;
  display: none;
  padding: 18px;
  color: white;
  background: #192128; }
  .info__item-content > *:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .info__item-content {
      font-size: 10px; } }
  .info__item_active .info__item-content {
    display: block; }

/* =======================
   Modules/Site error
   ======================= */
.siteerror {
  margin-bottom: 60px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .siteerror {
      margin-top: -29px;
      padding-right: 30px;
      padding-left: 30px; } }
  @media screen and (max-width: 767px) {
    .siteerror {
      margin-top: -21px;
      padding-right: 20px;
      padding-left: 20px; } }

.siteerror__pic {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px; }

.siteerror__cause {
  font-size: 38px;
  font-weight: bold;
  margin-left: 80px;
  text-transform: uppercase;
  color: #243039; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .siteerror__cause {
      font-size: 32px; } }
  @media screen and (max-width: 767px) {
    .siteerror__cause {
      font-size: 24px; } }

/* ==|====================
   Modules/Car rent
   ======================= */
.car-rent .datepicker-inline {
  width: auto;
  margin: 0 -4px; }

.car-rent__name {
  font-size: 28px;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  color: #778895; }

.car-rent__year {
  font-size: 18px;
  font-weight: 500; }

.car-rent__dates {
  margin-bottom: 20px; }
  .car-rent__dates > *:last-child {
    margin-bottom: 0; }

.car-rent__date {
  margin-bottom: 10px; }
  .car-rent__date:after {
    content: "";
    display: table;
    clear: both; }

.car-rent__date-caption {
  font-weight: bold;
  line-height: 40px;
  float: left;
  width: 108px;
  text-transform: uppercase;
  color: #b1bfce; }
  .car-rent__date-caption:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 8px -2px 0;
    content: '';
    background: url(../../../Images/App/calendar.png) no-repeat;
    background-size: 20px 20px; }

.car-rent__date-day {
  float: left;
  width: 120px;
  margin-right: 10px; }

.car-rent__date-time {
  float: left;
  width: 82px; }

.car-rent__price {
  margin: 20px 0; }
  .car-rent__price:after {
    content: "";
    display: table;
    clear: both; }

.car-rent__price-caption {
  font-weight: bold;
  float: left;
  margin-top: 10px;
  text-transform: uppercase;
  color: #b1bfce; }

.car-rent__price-value {
  font-size: 32px;
  line-height: 1;
  float: right;
  color: #98ca3c; }

/* ==|====================
   Modules/Payment
   ======================= */
.payment__group {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #cdcdcd; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .payment__group {
      padding-right: 30px;
      padding-left: 30px; } }
  @media screen and (max-width: 767px) {
    .payment__group {
      padding-right: 20px;
      padding-left: 20px; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .payment__footer {
    text-align: center; } }
@media screen and (max-width: 767px) {
  .payment__footer {
    text-align: center; } }

.payment__label {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #a7b4c2; }

.payment__car {
  font-size: 54px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  color: #243039; }

.payment__car-year {
  font-size: 40px;
  font-weight: normal; }

.payment__car-owner {
  float: none;
  width: auto; }
  .payment__car-owner:after {
    content: "";
    display: table;
    clear: both; }

.payment__period {
  font-weight: bold;
  line-height: 1.1; }

.payment__period-label {
  font-size: 28px;
  display: inline-block;
  min-width: 40px;
  margin-right: 20px;
  color: #778895; }

.payment__period-time {
  font-size: 38px;
  display: inline-block;
  min-width: 100px;
  margin-right: 20px;
  color: #243039; }

.payment__period-date {
  font-size: 28px;
  display: inline-block;
  color: #243039; }

.payment__price {
  font-size: 54px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #98ca3c; }
  .payment__price span {
    font-size: 72px; }

/* ==|====================
   Modules/Manual
   ======================= */
.manual {
  list-style: none;
  margin: 0;
  padding: 0; }
  .manual > *:last-child {
    margin-bottom: 0; }
  .manual > li {
    position: relative;
    margin-bottom: 50px; }
    .manual > li:after {
      position: absolute;
      right: 0;
      bottom: -20px;
      left: 0;
      display: block;
      height: 20px;
      content: '';
      background: url(../../../Images/App/manual-separator.png) no-repeat 50% 0;
      background-size: 100% auto; }

.manual__item {
  display: table;
  width: 100%; }

.manual__pic {
  display: table-cell;
  vertical-align: bottom; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .manual__pic {
      width: 50%; } }
  @media screen and (max-width: 767px) {
    .manual__pic {
      width: 50%; } }
  .manual__pic img {
    display: block;
    max-width: 100%;
    height: auto; }

.manual__info {
  font-weight: 800;
  display: table-cell;
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #1a2733; }
  @media screen and (min-width: 1024px) {
    .manual__info {
      padding-right: 40px;
      padding-left: 40px; }
      .manual__info span {
        display: block;
        white-space: nowrap; }
        .manual__info span.manual__text-1 {
          font-size: 24px;
          line-height: 1.25; }
        .manual__info span.manual__text-2 {
          font-size: 32px;
          line-height: 1.15; }
        .manual__info span.manual__text-3 {
          font-size: 38px;
          line-height: 1.05; }
        .manual__info span.manual__text-4 {
          font-size: 46px;
          line-height: 1; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .manual__info {
      padding-right: 30px;
      padding-left: 30px; } }
  @media screen and (max-width: 767px) {
    .manual__info {
      padding-right: 20px;
      padding-left: 20px; } }

/* ==|====================
   Modules/History
   ======================= */
.history {
  list-style: none;
  margin: 0;
  padding: 0; }

.history__caption {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  color: #a7b3bc; }

.history__item {
  font-size: 14px;
  display: table;
  width: 100%;
  margin-bottom: 8px;
  border: 1px solid #d2d4d5;
  background: #f0f4f6; }
  @media screen and (max-width: 767px) {
    .history__item {
      display: block;
      width: auto;
      padding: 10px 20px; } }
  .history__item:last-child {
    margin-bottom: 0; }

.history__date {
  display: table-cell;
  width: 120px;
  padding: 20px; }
  @media screen and (max-width: 767px) {
    .history__date {
      display: block;
      width: auto;
      padding: 10px 0; } }

.history__payment {
  display: table-cell;
  width: 150px;
  padding: 20px 20px 20px 0; }
  @media screen and (max-width: 767px) {
    .history__payment {
      display: block;
      width: auto;
      padding: 10px 0; } }

.history__payment-value {
  font-size: 1.2em;
  font-weight: bold;
  color: #98ca3c; }

.history__deals {
  display: table-cell;
  padding: 20px 20px 20px 0; }
  @media screen and (max-width: 767px) {
    .history__deals {
      display: block;
      width: auto;
      padding: 10px 0; } }

.history__deals-value {
  font-weight: bold;
  color: #233039; }

.history__details {
  display: table-cell;
  padding: 20px 20px 20px 0;
  text-align: right; }
  @media screen and (max-width: 767px) {
    .history__details {
      display: block;
      width: auto;
      padding: 10px 0;
      text-align: left; } }

/* ==|====================
   Modules/Deal
   ======================= */
.details {
  background: #f0f4f6; }

.details__caption {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  padding: 30px;
  text-transform: uppercase;
  color: #778895; }

.details__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.details__item {
  margin-bottom: 8px;
  padding: 0 30px;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  background: white; }
  .details__item:last-child {
    margin-bottom: 0; }

.details__item-header {
  padding: 20px 0;
  border-bottom: 1px solid #cdcdcd; }
  .details__item-header:after {
    content: "";
    display: table;
    clear: both; }

.details__item-num {
  float: left;
  padding-right: 20px; }
  @media screen and (max-width: 767px) {
    .details__item-num {
      float: none;
      padding-left: 0; } }

.details__item-car {
  float: left;
  padding-right: 20px;
  color: #1c2837; }
  @media screen and (max-width: 767px) {
    .details__item-car {
      float: none;
      padding-right: 0; } }

.details__item-price {
  float: right; }
  @media screen and (max-width: 767px) {
    .details__item-price {
      float: none;
      padding-right: 0; } }

.details__item-price-value {
  font-weight: bold;
  color: #1c2837; }

.details__item-body {
  padding: 20px 0; }
  .details__item-body:after {
    content: "";
    display: table;
    clear: both; }

.details__item-user {
  float: left;
  width: 37%;
  padding-right: 20px;
  padding-left: 65px; }
  @media screen and (max-width: 767px) {
    .details__item-user {
      float: none;
      width: auto;
      padding-right: 0;
      padding-bottom: 10px; } }
  .details__item-user:after {
    content: "";
    display: table;
    clear: both; }
  .details__item-user .userpic {
    float: left;
    margin-left: -65px; }

.details__item-user-status {
  font-size: 14px;
  padding-top: 4px; }

.details__item-user-name {
  font-weight: 900;
  color: #1c2837; }

.details__item-date {
  font-size: 14px;
  float: left;
  width: 33%;
  margin-top: 4px;
  padding-right: 20px; }
  @media screen and (max-width: 767px) {
    .details__item-date {
      float: none;
      width: auto;
      padding-top: 0;
      padding-right: 0;
      padding-bottom: 10px; } }
  .details__item-date span {
    color: #1c2837; }

.details__item-tax {
  float: left;
  width: 30%;
  text-align: right; }
  @media screen and (max-width: 767px) {
    .details__item-tax {
      float: none;
      width: auto;
      text-align: left; } }

.details__item-tax-value {
  font-size: 28px;
  font-weight: bold;
  color: #98ca3c; }

.details__footer {
  padding: 40px 30px; }
  .details__footer:after {
    content: "";
    display: table;
    clear: both; }

.btn-details {
  font-size: 20px;
  font-weight: 500;
  line-height: 60px;
  float: left;
  margin-top: 4px;
  padding: 0 48px; }
  @media screen and (max-width: 767px) {
    .btn-details {
      float: none;
      width: 100%;
      text-align: center; } }
  .btn-details:hover {
    color: white !important; }

.details__tax {
  float: right;
  text-align: right; }
  @media screen and (max-width: 767px) {
    .details__tax {
      float: none;
      margin-bottom: 20px;
      text-align: left; } }

.details__tax-value {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  color: #98ca3c; }
  @media screen and (max-width: 767px) {
    .details__tax-value {
      display: inline-block; } }

/* ==|====================
   Modules/Freeride
   ======================= */
.fr {
  margin-bottom: 60px; }

.fr__header {
  position: relative;
  overflow: hidden;
  height: 660px;
  margin-bottom: 50px; }
  @media screen and (min-width: 1024px) {
    .fr__header:before {
      position: absolute;
      top: 75px;
      left: 50%;
      display: block;
      width: 1024px;
      height: 322px;
      margin-left: -512px;
      content: '';
      background: url(../../../Images/App/freeride-cloud.png) no-repeat 0 0; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .fr__header {
      padding: 0 30px; } }
  @media screen and (max-width: 767px) {
    .fr__header {
      height: auto; }
      .fr__header:after {
        display: none !important; } }
  .fr__header:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 1920px;
    height: 442px;
    margin-left: -960px;
    content: '';
    background: url(../../../Images/App/freeride-bg.png) no-repeat 50% 100%; }

.fr__caption {
  line-height: 1.1;
  position: relative;
  z-index: 2;
  text-align: center;
  opacity: .6;
  color: #788f9f; }
  @media screen and (min-width: 1024px) {
    .fr__caption {
      font-size: 50px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .fr__caption {
      font-size: 36px;
      padding: 0 30px; } }
  @media screen and (max-width: 767px) {
    .fr__caption {
      font-size: 32px;
      padding: 0 20px; } }

.fr__cloud-1, .fr__cloud-2 {
  line-height: 1.16;
  text-align: center;
  color: #435765; }
  @media screen and (min-width: 1024px) {
    .fr__cloud-1, .fr__cloud-2 {
      font-size: 19px;
      position: absolute;
      z-index: 2; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .fr__cloud-1, .fr__cloud-2 {
      font-size: 16px;
      width: 768px;
      margin: 30px auto;
      padding: 30px;
      border-radius: 30px;
      background: white; } }
  @media screen and (max-width: 767px) {
    .fr__cloud-1, .fr__cloud-2 {
      font-size: 16px;
      width: 512px;
      margin: 30px auto;
      padding: 30px;
      border-radius: 30px;
      background: white; } }

@media screen and (min-width: 1024px) {
  .fr__cloud-1 {
    top: 180px;
    left: 50%;
    width: 500px;
    margin-left: -310px; } }

@media screen and (min-width: 1024px) {
  .fr__cloud-2 {
    top: 225px;
    left: 50%;
    width: 240px;
    margin-left: 234px; } }

.fr__discount {
  font-weight: bold;
  color: #2ba68b; }

.fr__subcaption {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #566773; }
  @media screen and (min-width: 1024px) {
    .fr__subcaption {
      margin-left: 567px; }
      .fr__subcaption:before {
        position: absolute;
        bottom: -10px;
        left: -510px;
        display: block;
        width: 400px;
        height: 165px;
        content: '';
        background: url(../../../Images/App/fr-subcaption.png) no-repeat 0 0; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .fr__subcaption {
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .fr__subcaption {
      font-size: 24px;
      text-align: center; } }

.fr__list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  counter-reset: fr; }
  .fr__list > li {
    line-height: 135px;
    position: relative;
    height: 135px;
    counter-increment: fr; }
    .fr__list > li:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 767px) {
      .fr__list > li {
        line-height: 1.25;
        height: auto;
        margin-bottom: 20px;
        padding-top: 18px;
        padding-left: 50px; }
        .fr__list > li:nth-child(2n+1) .fr__column:last-child {
          display: none; }
        .fr__list > li:nth-child(2n) .fr__column:first-child {
          display: none; } }
    .fr__list > li:before {
      font-size: 80px;
      font-weight: bold;
      position: absolute;
      top: 0;
      left: 50%;
      width: 100px;
      margin-left: -50px;
      content: counter(fr);
      text-align: center;
      color: #98ca3c; }
      @media screen and (max-width: 767px) {
        .fr__list > li:before {
          font-size: 36px;
          position: static;
          float: left;
          width: 50px;
          margin-top: -18px;
          margin-left: -50px; } }
    .fr__list > li:after {
      position: absolute;
      top: 113px;
      left: 50%;
      display: block;
      width: 9px;
      height: 44px;
      margin-left: -5px;
      content: '';
      background: url(../../../Images/App/fr-list.png) no-repeat 0 0; }
      @media screen and (max-width: 767px) {
        .fr__list > li:after {
          position: static;
          width: auto;
          height: 0;
          margin: 0;
          background: none; } }
  .fr__list:after {
    display: block;
    width: 116px;
    height: 116px;
    margin: 35px auto 0;
    content: '';
    text-align: center;
    border-radius: 50%;
    background: #cad7e0 url(../../../Images/App/fr-icon-7.png) no-repeat 50% 50%; }

.fr__column {
  float: left;
  width: 50%;
  padding: 0 55px; }
  @media screen and (max-width: 767px) {
    .fr__column {
      float: none;
      width: auto;
      padding: 0;
      text-align: left !important; } }
  .fr__column:first-child {
    text-align: right; }
  .fr__column > img {
    vertical-align: middle; }

.fr__text, .fr__text-large {
  font-size: 18px;
  line-height: 1.16;
  display: inline-block;
  vertical-align: middle;
  color: #082433; }

.fr__text-large {
  font-size: 24px; }
  @media screen and (max-width: 767px) {
    .fr__text-large {
      font-size: 18px; } }

.fr__footer {
  line-height: 1.16;
  text-align: center;
  color: #082433; }
  @media screen and (min-width: 1024px) {
    .fr__footer {
      padding: 0 55px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .fr__footer {
      padding: 0 30px; } }
  @media screen and (max-width: 767px) {
    .fr__footer {
      padding: 0 20px; } }

.fr__manager {
  font-size: 24px;
  margin-bottom: 30px; }

.fr__cashback {
  font-size: 20px;
  margin-bottom: 30px; }

.fr__note {
  font-size: 15px;
  color: #7d90b0; }

/* ==|====================
   Modules/Dropdown
   ======================= */
.dropdown__menu {
  display: none; }
  .dropdown_active .dropdown__menu {
    display: block; }

/* =======================
   Modules/Custom select
   ======================= */
.custom-select__text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

/* =======================
   Modules/Datepicker
   ======================= */
input.datepicker {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  display: block;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 15px 50px 15px 20px;
  cursor: pointer;
  text-transform: uppercase;
  color: #7c8da5;
  border: 0;
  border-radius: 2px;
  outline: none;
  background: white url(../../../Images/App/datepicker.png) no-repeat 100% 50%; }
  input.datepicker::-webkit-input-placeholder {
    color: #7c8da5; }
  input.datepicker::-moz-placeholder {
    color: #7c8da5; }
  input.datepicker:-moz-placeholder {
    color: #7c8da5; }
  input.datepicker:-ms-input-placeholder {
    color: #7c8da5; }

.datepicker-inline {
  width: 276px;
  margin-right: auto;
  margin-left: auto; }
  .datepicker-inline .ui-datepicker {
    font-size: 18px;
    font-weight: 300; }

.ui-datepicker {
  font-size: 12px;
  line-height: 2em;
  display: none;
  padding: 4px;
  border-radius: 2px;
  background: white; }

.ui-datepicker-header {
  color: white;
  border-radius: 2px;
  background: #98ca3c; }

.ui-datepicker-title {
  text-align: center; }

.ui-datepicker-prev,
.ui-datepicker-next {
  width: 2em;
  cursor: pointer;
  text-align: center;
  color: white !important; }
  .ui-datepicker-prev:before,
  .ui-datepicker-next:before {
    font-family: iconfont; }
  .ui-datepicker-prev:hover,
  .ui-datepicker-next:hover {
    color: white; }

.ui-datepicker-prev {
  float: left; }
  .ui-datepicker-prev:before {
    content: '\e803'; }

.ui-datepicker-next {
  float: right; }
  .ui-datepicker-next:before {
    content: '\e802'; }

.ui-datepicker-calendar {
  width: 100%;
  border-spacing: 2px;
  border-collapse: separate;
  color: #303030; }
  .ui-datepicker-calendar th,
  .ui-datepicker-calendar td {
    width: 2em;
    height: 2em;
    text-align: center; }
  .ui-datepicker-calendar td.ui-datepicker-today a {
    color: white;
    background: #98ca3c; }
  .ui-datepicker-calendar td.ui-datepicker-today.ui-datepicker-other-month {
    background: none; }
  .ui-datepicker-calendar a {
    display: block;
    text-decoration: none;
    color: #303030;
    background: #cadfaa; }
    .ui-datepicker-calendar a:hover {
      background: #98ca3c; }
  .ui-datepicker-calendar .before-noon a {
    display: block;
    text-decoration: none;
    color: #303030;
    background: linear-gradient(to right, white, #cadfaa) !important; }
    .ui-datepicker-calendar .before-noon a:hover {
      background: #98ca3c; }
  .ui-datepicker-calendar .after-noon a {
    display: block;
    text-decoration: none;
    color: #303030;
    background: linear-gradient(to left, white, #cadfaa) !important; }
    .ui-datepicker-calendar .after-noon a:hover {
      background: #98ca3c; }
  .ui-datepicker-calendar td.ui-datepicker-unselectable a {
    color: white;
    background: #8b98a2; }

/* ==|====================
   Modules/Owl carousel
   ======================= */
.owl-carousel .owl-wrapper:after:after {
  content: "";
  display: table;
  clear: both; }

.owl-carousel {
  position: relative;
  display: none;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  position: relative;
  display: none;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  position: relative;
  overflow: hidden;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(../../../Images/App/grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

/* ==|====================
   Modules/Fancybox
   ======================= */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  margin: 0;
  padding: 0;
  vertical-align: top;
  border: 0;
  outline: none; }

.fancybox-wrap {
  position: absolute;
  z-index: 8020;
  top: 0;
  left: 0; }

.fancybox-skin {
  position: relative; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-outer,
.fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 8060;
  margin-top: -22px;
  margin-left: -22px;
  cursor: pointer;
  opacity: .8;
  border-radius: 8px;
  background: black; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../i/fancybox_loading.gif") center center no-repeat; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    #fancybox-loading div {
      background-image: url("../i/fancybox_loading@2x.gif");
      background-size: 24px 24px; } }

.fancybox-close {
  position: absolute;
  top: -40px;
  right: -40px;
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  font-size: 30px;
  line-height: 40px;
  z-index: 8040;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  opacity: .5;
  color: white; }
  .fancybox-close:before {
    font-family: iconfont;
    content: '\e80a'; }
  .fancybox-close:hover {
    opacity: 1;
    color: white; }

.fancybox-nav {
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  z-index: 8040;
  width: 100px;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  opacity: .5;
  color: white;
  -webkit-tap-highlight-color: transparent; }
  .fancybox-nav:hover {
    opacity: 1;
    color: white; }

.fancybox-prev {
  left: -100px; }

.fancybox-next {
  right: -100px; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  font-size: 60px;
  line-height: 1;
  z-index: 8040;
  height: 60px;
  margin-top: -30px;
  cursor: pointer;
  text-align: center; }

.fancybox-prev span {
  left: 20px; }
  .fancybox-prev span:before {
    font-family: iconfont;
    content: '\e80c'; }

.fancybox-next span {
  right: 20px; }
  .fancybox-next span:before {
    font-family: iconfont;
    content: '\e80b'; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  overflow: visible !important;
  max-width: 99999px;
  max-height: 99999px; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  z-index: 8010;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.85); }

.fancybox-overlay-fixed {
  position: fixed;
  right: 0;
  bottom: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  font-size: 24px;
  position: relative;
  z-index: 8050;
  visibility: hidden; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.25rem;
  line-height: 1;
  color: #b9b9b9; }
  .fancybox-close-btn:before {
    font-family: iconfont;
    content: '\e80b'; }

/* Fancybox thumbs */
#fancybox-thumbs {
  position: fixed;
  z-index: 8050;
  left: 0;
  overflow: hidden;
  width: 100%; }
  #fancybox-thumbs.bottom {
    bottom: 10px; }
  #fancybox-thumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    #fancybox-thumbs ul li {
      float: left;
      padding: 0 5px; }
      #fancybox-thumbs ul li a {
        position: relative;
        display: block;
        overflow: hidden;
        outline: none; }
      #fancybox-thumbs ul li img {
        position: relative;
        display: block;
        max-width: none;
        padding: 0;
        opacity: .5;
        border: 0; }
      #fancybox-thumbs ul li.active img, #fancybox-thumbs ul li:hover img {
        opacity: 1; }

.tbl-wrap {
  margin: 0 -30px;
  font-size: 14px; }

.dataTables_filter label {
  text-align: left; }
  .dataTables_filter label input {
    border: 1px solid #c1c8cd;
    color: #747889;
    display: block;
    font-size: 10px;
    line-height: 1.5;
    outline: medium none;
    padding: 7px 10px;
    width: 140px;
    height: 20px; }

.dataTables_length select {
  border: 1px solid #c1c8cd;
  color: #747889;
  display: block;
  font-size: 12px;
  line-height: 1.5;
  outline: medium none;
  padding: 7px 10px;
  width: 60px;
  height: 30px; }

.tbl-btn-success {
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
  margin: 0;
  padding: 0 16px;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
  color: #98ca3c;
  border: 1px solid #98ca3c;
  border-radius: 2px;
  outline: none;
  background: transparent; }
  .tbl-btn-success:hover {
    color: white;
    background: #98ca3c; }
  .tbl-btn-success.tbl-btn__disabled {
    color: #aebfcb;
    border-color: #aebfcb;
    background: transparent; }

.tbl-btn-cancel {
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
  margin: 0;
  padding: 0 16px;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
  color: #dc7b80;
  border: 1px solid #dc7b80;
  border-radius: 2px;
  outline: none;
  background: transparent; }
  .tbl-btn-cancel:hover {
    color: white;
    background: #dc7b80; }
  .tbl-btn-cancel.tbl-btn__disabled {
    color: #aebfcb;
    border-color: #aebfcb;
    background: transparent; }

.tbl-btn-small-success {
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  font-size: 11px;
  font-weight: 300;
  line-height: 20px;
  display: inline-block;
  margin: 3px 0;
  padding: 0 8px;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
  color: #98ca3c;
  border: 1px solid #98ca3c;
  border-radius: 2px;
  outline: none;
  background: transparent; }
  .tbl-btn-small-success:hover {
    color: white;
    background: #98ca3c; }
  .tbl-btn-small-success.tbl-btn__disabled {
    color: #aebfcb;
    border-color: #aebfcb;
    background: transparent; }

.tbl-btn-small-cancel {
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  font-size: 11px;
  font-weight: 300;
  line-height: 20px;
  display: inline-block;
  margin: 3px 0;
  padding: 0 8px;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
  color: #dc7b80;
  border: 1px solid #dc7b80;
  border-radius: 2px;
  outline: none;
  background: transparent; }
  .tbl-btn-small-cancel:hover {
    color: white;
    background: #dc7b80; }
  .tbl-btn-small-cancel.tbl-btn__disabled {
    color: #aebfcb;
    border-color: #aebfcb;
    background: transparent; }

.tbl-photo-container {
  padding-top: 5px;
  padding-left: 10px; }

.fancybox-title {
  padding: 0 0 10px 10px; }

