@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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,
menu,
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-color: 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: 0.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 {
  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;
  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: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }
  *:before, *:after {
    box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1;
  color: #000;
  background-color: #fff; }

a {
  text-decoration: none;
  color: inherit;
  outline: 0; }
  a:hover, a:focus {
    text-decoration: none; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  color: #005aab; }

h1 {
  font-size: 3rem; }
  @media (max-width: 767px) {
    h1 {
      font-size: 2.5rem; } }

h2 {
  font-size: 2.6rem; }
  @media (max-width: 767px) {
    h2 {
      font-size: 2rem; } }

h3 {
  font-size: 2.2rem; }
  @media (max-width: 767px) {
    h3 {
      font-size: 1.8rem; } }

h4 {
  font-size: 2rem; }
  @media (max-width: 767px) {
    h4 {
      font-size: 1.5rem; } }

h5 {
  font-size: 1.8rem; }
  @media (max-width: 767px) {
    h5 {
      font-size: 1.5rem; } }

h6 {
  font-size: 1.6rem; }
  @media (max-width: 767px) {
    h6 {
      font-size: 1.5rem; } }

p {
  margin: 0; }
  p + p {
    margin-top: 2rem; }

[tabindex] {
  outline: 0; }

.container {
  margin: 0 auto;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }
  .container:after {
    content: '';
    display: table;
    clear: both; }

@media print {
  .footer,
  .header,
  .button,
  .breadcrumbs h1 {
    padding: 0 !important; } }

.form__input, .form__select, .form__textarea {
  font: 400 1.6rem/1.3 "Roboto", Arial, sans-serif;
  background-color: #fff;
  color: #000;
  padding: 10px 15px;
  outline: 0;
  border: 1px solid #005aab; }
  .form__input:focus, .form__select:focus, .form__textarea:focus {
    color: #000;
    border-color: #36c8ff; }

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select::-ms-expand {
  display: none; }

select {
  background: url("../img/select.png") no-repeat right 10px center #fff; }

textarea {
  resize: vertical;
  min-height: 65px; }

label,
legend {
  font-weight: 400;
  display: block;
  margin-bottom: 0; }

fieldset {
  padding: 0;
  border: 0; }

input[type='checkbox'],
input[type='radio'] {
  display: inline-block; }

input::-webkit-input-placeholder {
  color: #bbc4cf; }

input::-moz-placeholder {
  color: #bbc4cf; }

input:-ms-input-placeholder {
  color: #bbc4cf; }

::-webkit-input-placeholder {
  color: #bbc4cf; }

::-moz-placeholder {
  color: #bbc4cf; }

:-ms-input-placeholder {
  color: #bbc4cf; }

.form__title {
  text-align: center;
  margin-bottom: 35px;
  color: #005aab;
  font-size: 2.5rem; }
  @media (max-width: 767px) {
    .form__title {
      margin-bottom: 15px;
      font-size: 2rem; } }

.form__label {
  margin-bottom: 5px; }

.form__field {
  position: relative; }
  .form__field .button {
    width: 100%; }

.form__group + .form__group {
  margin-top: 12px; }

.form__fieldset + .form__fieldset {
  margin-top: 40px;
  border-top: 1px solid #005aab; }

.form__control {
  margin-top: 30px !important; }

.checkbox__label {
  display: inline-block;
  vertical-align: top;
  cursor: pointer; }

.checkbox__input {
  display: none !important; }
  .checkbox__input:checked + .checkbox__mark:after {
    content: ''; }

.checkbox__mark {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  float: left;
  background: #fff;
  border-radius: 50%; }

.checkbox__text {
  display: inline-block;
  vertical-align: top;
  float: left;
  font-size: 1.6rem;
  line-height: 20px;
  width: calc(100% - 20px);
  padding-left: 10px; }

input[type='email'].error,
input[type='search'].error,
input[type='text'].error,
input[type='password'].error,
input[type='tel'].error,
textarea.error,
select.error {
  box-shadow: 0 0 5px #ff3c3c !important; }

/* Button
===================================*/
.button {
  font-family: inherit;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 18px;
  display: inline-block;
  padding: 11px 20px 9px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  border-radius: 0;
  outline: 0;
  background-color: #383c3f;
  transition: background-color 100ms linear;
  box-shadow: none; }
  .button__icon {
    font-size: 1.8rem;
    display: inline-block;
    vertical-align: top;
    margin-top: -1px;
    margin-right: 5px; }
  .button__text {
    display: inline-block;
    vertical-align: top; }
  .button:hover, .button:focus {
    color: #fff;
    background-color: #005aab; }
  .button:active {
    background-color: #003f78; }
  .button-invert {
    background: #fff;
    color: #000;
    box-shadow: inset 0 0 0 2px #005aab; }
    .button-invert:hover, .button-invert:focus {
      color: #fff;
      background-color: #005aab;
      border-color: #005aab; }
    .button-invert:active {
      background-color: #003f78;
      border-color: #003f78; }
  .button-small {
    padding: 6px 20px 4px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

.header_profile__link .icon-user, .header_time .icon-clock, .header_search .icon-search {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top; }

.header_topbar {
  background: #005aab; }
  .header_topbar__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  @media (max-width: 767px) {
    .header_topbar {
      display: none; } }

.header_nav {
  display: inline-block;
  vertical-align: top;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  .header_nav__link {
    display: inline-block;
    float: left;
    color: #bbc4cf;
    font-size: 1.3rem;
    line-height: 20px;
    padding: 7px 0;
    margin-left: 20px; }
    .header_nav__link:first-child {
      margin-left: 0; }
    .header_nav__link:hover, .header_nav__link.active {
      color: #36c8ff; }
    @media (max-width: 767px) {
      .header_nav__link {
        float: none;
        display: block;
        margin-left: 0; } }

.header_profile {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  min-width: 15%;
  text-align: center; }
  @media (max-width: 991px) {
    .header_profile {
      display: none; } }
  .header_profile__link {
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    color: #bbc4cf;
    font-size: 1.3rem;
    line-height: 20px;
    padding: 7px 0;
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis; }
    .header_profile__link:hover {
      color: #36c8ff; }
    .header_profile__link .icon-user {
      background: url("../img/motoflot-sprite.png") no-repeat;
      background-position: -20px -28px; }
  .header_profile__link + .header_profile__link {
    margin-left: 5px; }

.header_main {
  background: #fff;
  padding: 25px 0; }
  @media (max-width: 991px) {
    .header_main__inner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .header_main .logo {
    float: left;
    display: inline-block;
    vertical-align: top;
    width: 24%;
    text-align: center;
    white-space: nowrap; }
    @media (max-width: 1199px) {
      .header_main .logo {
        width: 20%; } }
    @media (max-width: 991px) {
      .header_main .logo {
        width: auto;
        margin-right: 20px;
        float: none; } }
    .header_main .logo__img {
      max-width: 100%;
      max-height: 100%;
      vertical-align: middle; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .header_main .logo__img {
          margin-top: 7px; } }
    .header_main .logo__slogan {
      /*display: none;*/
      display: block;
      color: #383c3f;
      font-weight: 700;
      text-align: center;
      text-transform: uppercase;
      vertical-align: middle;
      padding-left: 30px;
      font-size: 1.3rem;
      margin-top: 5px;
      line-height: 1.2; }
      @media (min-width: 768px) and (max-width: 991px) {
        .header_main .logo__slogan {
          display: inline-block; } }

.header_info {
  float: left;
  padding: 0 15px;
  width: 36%; }
  @media (max-width: 991px) {
    .header_info {
      display: none; } }

.header_contacts {
  float: left;
  padding: 0 15px;
  width: 25%;
  white-space: nowrap;
  text-align: right; }
  @media (max-width: 1199px) {
    .header_contacts {
      width: 27%; } }
  @media (max-width: 991px) {
    .header_contacts {
      display: none; } }
  .header_contacts__tel {
    display: block;
    font-size: 3rem;
    margin-bottom: 10px; }
    @media (max-width: 1199px) {
      .header_contacts__tel {
        font-size: 2.6rem;
        margin-bottom: 20px; } }
  .header_contacts__call {
    display: inline-block;
    vertical-align: top;
    font-size: 1.3rem;
    border-bottom: 1px dashed #005aab;
    float: left; }
    .header_contacts__call:hover {
      border-bottom-color: transparent; }
  .header_contacts__email {
    display: inline-block;
    vertical-align: top;
    font-size: 1.3rem;
    color: #005aab;
    margin-left: 10px; }

.header_time {
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 20px; }
  .header_time b {
    font-weight: 500; }
  .header_time .icon-clock {
    background: url("../img/motoflot-sprite.png") no-repeat;
    background-position: 0 -28px;
    margin: 0 10px; }

.header_search {
  margin: 10px 0 0;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .header_search .icon-search {
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto 0;
    pointer-events: none;
    background: url("../img/motoflot-sprite.png") no-repeat;
    background-position: 0 -48px; }
  .header_search__input {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #fff;
    border: 1px solid #dee0e3;
    color: #000;
    font-size: 1.3rem;
    line-height: 1.2;
    outline: 0;
    padding: 8px 10px 8px 40px; }
    .header_search__input:focus {
      border-color: #36c8ff; }
  .header_search__select {
    background: url(../img/select.png) no-repeat right 10px center #f8f9f9;
    color: #000;
    border: 1px solid #dee0e3;
    border-left-width: 0;
    font-size: 1.3rem;
    line-height: 1.2;
    cursor: pointer;
    outline: 0;
    padding: 8px 25px 8px 15px; }

.little_cart {
  float: left;
  width: 15%;
  text-align: center;
  height: 68px;
  padding-left: 15px; }
  @media (max-width: 991px) {
    .little_cart {
      width: auto;
      padding-left: 0;
      float: none;
      height: auto; } }
  @media (max-width: 767px) {
    .little_cart {
      white-space: nowrap; } }
  .little_cart__link {
    position: relative;
    display: block;
    height: 100%;
    border-left: 1px solid #dee0e3; }
    @media (max-width: 991px) {
      .little_cart__link {
        border-left: 0; } }
  .little_cart__title {
    position: absolute;
    bottom: 0;
    font-size: 1.5rem;
    display: inline-block;
    vertical-align: middle;
    left: 0;
    right: 0; }
    @media (max-width: 991px) {
      .little_cart__title {
        position: static; } }
    @media (max-width: 767px) {
      .little_cart__title {
        display: none; } }
  .little_cart__icon {
    width: 35px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    background: url("../img/motoflot-sprite.png") no-repeat;
    background-position: 0 0; }
  .little_cart__count {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background: #e5e8ea;
    color: #383c3f;
    font-size: 1.3rem;
    line-height: 25px;
    text-align: center; }

.nav {
  position: relative;
  background: #383c3f; }
  @media (max-width: 991px) {
    .nav {
      height: 56px; }
      .search-open .nav__tel,
      .search-open .nav__contacts,
      .search-open .nav__profile,
      .search-open .nav_search_button,
      .search-open .nav_button {
        display: none; }
      .search-open .nav_search {
        display: block; } }
  .nav_button {
    font-size: 1.8rem;
    font-weight: 500;
    font-style: italic;
    display: inline-block;
    float: left;
    width: 270px;
    padding: 19px 0;
    vertical-align: top;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    outline: 0;
    background: #000; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .nav_button {
        font-size: 1.6rem; } }
    @media (max-width: 991px) {
      .nav_button {
        width: 250px; } }
    @media (max-width: 767px) {
      .nav_button {
        width: 56px; } }
    .nav_button__menu {
      display: inline-block;
      width: 18px;
      margin-right: 13px;
      vertical-align: top; }
      @media (max-width: 767px) {
        .nav_button__menu {
          margin-right: 0; } }
      .nav_button__menu__bar {
        display: block;
        height: 3px;
        margin-top: 2px;
        background: #36c8ff; }
    .nav_button__text {
      display: inline-block;
      vertical-align: top; }
      @media (max-width: 767px) {
        .nav_button__text {
          display: none; } }
      .nav_button__text:after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 10px;
        content: '';
        vertical-align: middle;
        border-top: 4px solid #bbc4cf;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent; }
  .nav__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    width: calc(100% - 370px);
    margin: 0;
    padding: 0 5px;
    list-style: none;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .nav__list {
        display: none; } }
  .nav__link {
    font-size: 1.3rem;
    font-weight: 500;
    font-style: italic;
    line-height: 1.1;
    position: relative;
    display: block;
    padding: 21px 5px;
    text-transform: uppercase;
    color: #fff; }
    .nav__link:hover, .nav__link.active {
      color: #36c8ff; }
    @media (max-width: 1199px) {
      .nav__link {
        font-size: 1.1rem;
        padding: 21px 3px; } }
  .nav__shares {
    font-size: 1.1rem;
    font-weight: 500;
    font-style: italic;
    line-height: 25px;
    display: inline-block;
    float: left;
    width: 85px;
    margin-left: 15px;
    padding: 14px 0 15px 15px;
    vertical-align: top;
    text-transform: uppercase;
    color: #36c8ff;
    border-left: 1px solid #595d60; }
    @media (max-width: 991px) {
      .nav__shares {
        display: none; } }
    .nav__shares .icon-shares {
      display: inline-block;
      width: 25px;
      height: 25px;
      margin-right: 5px;
      vertical-align: top;
      background: url("../img/motoflot-sprite.png") no-repeat;
      background-position: -35px 0; }
    @media (max-width: 1199px) {
      .nav__shares {
        margin-left: 0; } }
  .nav__sub {
    position: absolute;
    z-index: 1;
    top: 100%;
    right: 0;
    left: 0;
    visibility: hidden;
    padding: 30px 0;
    transition: opacity 100ms linear 200ms, visibility 100ms linear 200ms;
    opacity: 0;
    background: #f7f8f9;
    box-shadow: 0 20px 20px rgba(0, 2, 3, 0.2); }
    @media (max-width: 991px) {
      .nav__sub {
        display: none; } }
    .nav__sub ul {
      display: inline-block;
      width: 24%;
      vertical-align: top;
      list-style: none;
      padding: 0;
      margin: 0; }
    .nav__sub li {
      margin-bottom: 15px; }
    .nav__sub a {
      font-size: 1.3rem;
      font-weight: 300;
      line-height: 1.2; }
      .nav__sub a:hover, .nav__sub a.active {
        color: #005aab; }
    .nav__sub__head {
      font-size: 1.5rem !important;
      font-weight: 500 !important; }
  .nav__item.nav-sub:hover .nav__sub {
    visibility: visible;
    opacity: 1; }
  .nav__item.nav-sub .nav__link:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    content: '';
    transition: -webkit-transform 100ms linear;
    transition: transform 100ms linear;
    transition: transform 100ms linear, -webkit-transform 100ms linear;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    border-right: 8px solid transparent;
    border-bottom: 8px solid #f7f8f9;
    border-left: 8px solid transparent; }
    @media (max-width: 991px) {
      .nav__item.nav-sub .nav__link:after {
        display: none; } }
  .nav__item.nav-sub:hover .nav__link:after {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .nav__mobile {
    display: none;
    float: left;
    width: 65%; }
    @media (max-width: 991px) {
      .nav__mobile {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media (max-width: 767px) {
      .nav__mobile {
        width: calc(100% - 56px); } }
    @media (max-width: 480px) {
      .nav__mobile {
        display: block;
        text-align: right; } }
  .nav_search {
    position: absolute;
    top: 11px;
    right: 15px;
    left: 15px;
    display: none; }
    .nav_search .icon-search {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 10px;
      display: inline-block;
      width: 20px;
      height: 20px;
      margin: auto 0;
      vertical-align: top;
      pointer-events: none;
      background: url("../img/motoflot-sprite.png") no-repeat;
      background-position: 0 -48px; }
    .nav_search__input {
      font-size: 1.3rem;
      line-height: 1.2;
      width: 100%;
      padding: 8px 35px 8px 40px;
      color: #000;
      border: 1px solid #dee0e3;
      outline: 0;
      background: #fff; }
      .nav_search__input:focus {
        border-color: #36c8ff; }
    .nav_search__close {
      position: absolute;
      top: 0;
      right: 5px;
      bottom: 0;
      display: inline-block;
      width: 20px;
      height: 20px;
      margin: auto 0;
      vertical-align: top;
      border: 0;
      outline: 0;
      background: url("../img/motoflot-sprite.png") no-repeat;
      background-position: -40px -48px; }
  .nav__tel {
    font-size: 2rem;
    display: inline-block;
    padding: 18px 0;
    text-align: center;
    vertical-align: top;
    color: #fff;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media (max-width: 767px) {
      .nav__tel {
        font-size: 1.6rem;
        padding: 20px 0; } }
    @media (max-width: 480px) {
      .nav__tel {
        display: none; } }
  .nav_search_button {
    cursor: pointer;
    border: 0;
    outline: 0;
    background: transparent; }
  .nav__contacts, .nav__profile, .nav_search_button {
    display: inline-block;
    width: 70px;
    padding: 18px 0;
    text-align: center;
    vertical-align: top;
    border-left: 1px solid #606365; }
    @media (max-width: 767px) {
      .nav__contacts, .nav__profile, .nav_search_button {
        width: 50px; } }
  .nav__contacts .icon-tel,
  .nav__profile .icon-user,
  .nav_search_button .icon-search {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top; }
  .nav__contacts .icon-tel {
    background: url("../img/motoflot-sprite.png") no-repeat;
    background-position: -20px -48px; }
  .nav__profile .icon-user {
    background: url("../img/motoflot-sprite.png") no-repeat;
    background-position: -20px -28px; }
  .nav_search_button .icon-search {
    background: url("../img/motoflot-sprite.png") no-repeat;
    background-position: 0 -48px; }
  .nav_catalog {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 15px;
    display: none;
    width: 270px;
    background: #005aab;
    box-shadow: 0 20px 20px rgba(0, 2, 3, 0.2); }
    @media (max-width: 991px) {
      .nav_catalog {
        position: fixed;
        z-index: 10;
        top: 0;
        bottom: 0;
        left: 0;
        overflow-y: auto; } }
    .nav_catalog .header_nav {
      display: none; }
      @media (max-width: 767px) {
        .nav_catalog .header_nav {
          display: block;
          padding-top: 15px;
          border-top: 1px solid #fff; } }
    .nav_catalog .header_nav__link {
      padding-right: 20px;
      padding-left: 20px; }
    .nav_catalog__list {
      list-style: none;
      padding: 0;
      margin: 0; }
    .nav_catalog__link {
      font-size: 1.3rem;
      font-weight: 500;
      font-style: italic;
      position: relative;
      display: block;
      padding: 10px 20px;
      text-transform: uppercase;
      color: #fff; }
      .nav_catalog__link:hover, .nav_catalog__link.active {
        color: #000;
        background: #fff; }
      .nav_catalog__link.active:after {
        position: absolute;
        top: 0;
        right: 10px;
        bottom: 0;
        width: 15px;
        height: 15px;
        margin: auto 0;
        content: '';
        background: url("../img/motoflot-sprite.png") no-repeat;
        background-position: -60px 0; }
    .nav_catalog-mobile {
      display: none; }
      @media (max-width: 991px) {
        .nav_catalog-mobile {
          display: block; } }

@media (max-width: 991px) {
  body.push-open {
    overflow: hidden; }
    body.push-open:after {
      position: fixed;
      z-index: 9;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: '';
      cursor: pointer;
      opacity: .3;
      background: #000; } }

body.push-open .nav > .container {
  position: relative; }

body.push-open .nav_button {
  background: #005aab; }

body.push-open .nav_catalog {
  display: block; }

.slider {
  margin-top: 25px;
  margin-bottom: 35px; }
  @media (max-width: 767px) {
    .slider {
      margin-top: 0; }
      .slider .container {
        padding: 0; } }
  .slider__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 401px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .slider__inner {
        height: 300px; } }
  .slider__main {
    width: 75%;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media (max-width: 991px) {
      .slider__main {
        width: 100%; } }
  .slider__side {
    width: 25%;
    padding-left: 1px; }
    .slider__side .slide {
      height: 50%; }
    @media (max-width: 991px) {
      .slider__side {
        display: none; } }

.slide {
  position: relative;
  display: block;
  height: 100%;
  background-position: top left;
  background-size: cover; }
  .slide__info {
    font-size: 1.3rem;
    font-style: italic;
    line-height: 1.2;
    position: absolute;
    bottom: 65px;
    left: 0;
    display: block;
    padding: 10px 20px;
    color: #fff;
    background: #005aab; }
    .slide__info:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 100%;
      display: block;
      width: 25px;
      content: '';
      background: linear-gradient(110deg, #005aab 50%, transparent 50%); }
  .slide__more {
    font-size: 1.3rem;
    line-height: 1.2;
    position: absolute;
    bottom: 25px;
    left: 0;
    display: block;
    padding: 10px 20px;
    color: #fff;
    background: #000; }
    .slide__more:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 100%;
      display: block;
      width: 25px;
      content: '';
      background: linear-gradient(110deg, #000 50%, transparent 50%); }
    .slide__more .icon-more {
      display: inline-block;
      width: 15px;
      height: 15px;
      margin-left: 10px;
      vertical-align: top;
      background: url("../img/motoflot-sprite.png") no-repeat;
      background-position: -60px 0; }
  .slide__title {
    font-size: 1.8rem;
    font-style: italic;
    line-height: 1;
    position: absolute;
    bottom: 75%;
    left: 0;
    display: block;
    padding: 5px 15px;
    color: #fff;
    background: #005aab; }
    .slide__title:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 100%;
      display: block;
      width: 25px;
      content: '';
      background: linear-gradient(110deg, #005aab 50%, transparent 50%); }
  .slide__sub {
    font-size: 1.8rem;
    font-style: italic;
    line-height: 1;
    position: absolute;
    bottom: 60%;
    left: 0;
    display: block;
    padding: 5px 15px;
    color: #fff; }

.slide + .slide {
  margin-top: 1px; }

.tabs_nav {
  list-style: none;
  padding: 0;
  margin: 0; }
  .tabs_nav__item {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    font-style: italic;
    color: #383c3f;
    font-size: 1.8rem;
    font-weight: 500;
    margin-right: 30px;
    text-decoration: underline; }
    .tabs_nav__item.active {
      color: #005aab;
      text-decoration: none; }
    .tabs_nav__item:hover {
      text-decoration: none; }
    @media (max-width: 767px) {
      .tabs_nav__item {
        margin-bottom: 10px; } }

.tab {
  display: none; }
  .tab.active {
    display: block; }

.deals {
  margin-bottom: 40px; }
  .deals__content {
    margin-top: 25px; }
  .deals__tab {
    text-align: center; }
  .deals__carousel {
    text-align: left;
    position: relative;
    margin: 0 -15px; }
    .deals__carousel .button_next,
    .deals__carousel .button_prev {
      position: absolute;
      top: -53px; }
      @media (max-width: 767px) {
        .deals__carousel .button_next,
        .deals__carousel .button_prev {
          display: none !important; } }
    .deals__carousel .button_next {
      right: 15px; }
    .deals__carousel .button_prev {
      right: 65px; }

.button_next,
.button_prev {
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 0;
  display: inline-block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: url("../img/motoflot-sprite.png") no-repeat #005aab; }
  .button_next:hover,
  .button_prev:hover {
    background-color: #36c8ff; }

.button_prev {
  background-position: 0 -121px; }

.button_next {
  background-position: -40px -121px; }

.more {
  display: inline-block;
  vertical-align: top; }
  .more .icon-bike {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background: url("../img/motoflot-sprite.png") no-repeat;
    background-position: 0 -161px;
    margin-right: 10px; }
  .more span {
    color: #383c3f;
    text-decoration: underline;
    font-size: 1.3rem; }
  .more .icon-more {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 15px;
    height: 15px;
    background: url("../img/motoflot-sprite.png") no-repeat;
    background-position: -60px 0; }
  .more:hover span {
    text-decoration: none; }

.item__inner {
  position: relative;
  margin: 15px;
  padding: 20px 0;
  transition: box-shadow 100ms linear;
  box-shadow: 0 0 0 1px #dee0e3; }
  .item__inner:hover {
    border-color: #005aab;
    box-shadow: 0 0 0 2px #005aab; }

.item__label {
  font-size: 1.1rem;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 0 5px 10px;
  text-transform: uppercase;
  color: #fff;
  background: #36c8ff; }
  .item__label:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    display: block;
    width: 25px;
    content: '';
    content: '';
    background: linear-gradient(110deg, #36c8ff 50%, transparent 50%); }
  .item__label-red {
    background: #f60303; }
    .item__label-red:after {
      background: linear-gradient(110deg, #f60303 50%, transparent 50%); }
  .item__label-green {
    background: #38b600; }
    .item__label-green:after {
      background: linear-gradient(110deg, #38b600 50%, transparent 50%); }

.item__link {
  font-size: 1.5rem;
  line-height: 1.2;
  display: block;
  text-align: center;
  color: #000; }
  .item__link:hover {
    color: #005aab; }

.item__picture {
  display: block;
  overflow: hidden;
  height: 240px; }

.item__img {
  display: inline-block !important;
  max-width: 100%;
  max-height: 100%;
  vertical-align: top; }

.item__type {
  font-weight: 300;
  display: block;
  padding: 0 20px;
  text-decoration: underline; }

.item__name {
  display: block;
  overflow: hidden;
  height: 36px;
  padding: 0 20px;
  text-decoration: underline; }

.item__link:hover .item__type,
.item__link:hover .item__name {
  text-decoration: none; }

.item__body {
  margin-bottom: 20px;
  padding: 0 20px; }

.item__rating {
  float: left;
  margin-bottom: 20px; }

.item__reviews {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 15px;
  float: right;
  margin-top: 3px;
  color: #383c3f; }
  .item__reviews .icon-comment {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    vertical-align: top;
    background: url("../img/motoflot-sprite.png") no-repeat;
    background-position: -60px -15px; }
  .item__reviews b {
    font-weight: 500; }
  .item__reviews:hover b {
    color: #005aab; }

.item__price {
  clear: both;
  text-align: center; }
  .item__price .price {
    display: inline-block;
    vertical-align: middle; }
  .item__price .old_price {
    font-size: 1.5rem;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration: line-through;
    color: #bbc4cf; }

.item__footer {
  display: inline-block;
  width: 100%;
  padding: 0 20px;
  vertical-align: top; }

.item__buy {
  float: left; }
  .item__buy .icon-cart {
    display: inline-block;
    width: 21px;
    height: 18px;
    margin-right: 10px;
    vertical-align: top;
    background: url("../img/motoflot-sprite.png") no-repeat;
    background-position: 0 -103px; }

.item__credit {
  float: right; }

.item__buy, .item__credit {
  width: 110px;
  padding-right: 0;
  padding-left: 0; }
  @media (max-width: 767px) {
    .item__buy, .item__credit {
      width: 100px; } }

.rating {
  position: relative;
  width: 100px;
  height: 20px;
  background: url("../img/star.png") repeat-x; }
  .rating__current {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    background: url("../img/star_fill.png") repeat-x; }

.price {
  font-size: 2.1rem;
  font-weight: 500; }
  .price:after {
    display: inline-block;
    width: 9px;
    height: 14px;
    margin-left: 3px;
    content: '';
    vertical-align: baseline;
    background: url("../img/rub.png") no-repeat; }

.main_search {
  background: #005aab;
  padding: 30px 0;
  margin-bottom: 25px; }
  .main_search__inner {
    overflow: hidden;
    background: url(../img/main_search.png) right bottom no-repeat #e5e8eb; }
    @media (max-width: 991px) {
      .main_search__inner {
        background: #e5e8eb; } }
  .main_search_form {
    width: 50%;
    float: left;
    padding: 30px 25px; }
    @media (max-width: 1199px) {
      .main_search_form {
        width: 60%; } }
    @media (max-width: 991px) {
      .main_search_form {
        float: none;
        width: 100%; } }
    .main_search_form__title {
      display: inline-block;
      vertical-align: top;
      font-style: italic;
      text-transform: uppercase;
      font-size: 2.1rem;
      line-height: 35px;
      font-weight: 500;
      margin-right: 3px; }
      @media (max-width: 1199px) {
        .main_search_form__title {
          margin-right: 0; } }
      @media (max-width: 991px) {
        .main_search_form__title {
          margin-right: 30px; } }
    .main_search_form__type {
      display: inline-block;
      vertical-align: top; }
    .main_search_form__label {
      float: left;
      width: 110px;
      cursor: pointer;
      margin: 0; }
      .main_search_form__label input {
        display: none; }
        .main_search_form__label input:checked + .text {
          background: #005aab;
          color: #fff;
          z-index: 1; }
      .main_search_form__label .text {
        position: relative;
        border: 2px solid #005aab;
        text-align: center;
        color: #005aab;
        text-transform: uppercase;
        font-size: 1.1rem;
        font-weight: 700;
        border-radius: 5px;
        display: block;
        padding: 10px 0;
        background: #e5e8eb; }
    .main_search_form__label + .main_search_form__label {
      margin-left: -6px; }
    .main_search_form__field {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 25px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .main_search_form__field {
          display: block; } }
    .main_search_form__input {
      outline: 0;
      vertical-align: top;
      border: 1px solid #005aab;
      color: #000;
      font-size: 1.3rem;
      line-height: 1.2;
      padding: 9px 25px;
      border-radius: 18px;
      width: calc(100% - 55px); }
      @media (min-width: 768px) and (max-width: 991px) {
        .main_search_form__input {
          width: 485px; } }
    .main_search_form__button {
      vertical-align: top;
      background: #005aab;
      border-radius: 50%;
      text-align: center;
      width: 35px;
      height: 35px;
      border: 0;
      outline: 0;
      cursor: pointer;
      padding: 0;
      margin-left: 20px; }
      .main_search_form__button .icon-submit {
        display: inline-block;
        vertical-align: top;
        width: 35px;
        height: 35px;
        background: url("../img/motoflot-sprite.png") no-repeat;
        background-position: 0 -68px; }
  .main_search_info {
    background: rgba(255, 255, 255, 0.8);
    padding: 35px 45px;
    width: 33.33%;
    float: right; }
    @media (max-width: 1199px) {
      .main_search_info {
        width: 40%;
        padding: 35px 40px; } }
    @media (max-width: 991px) {
      .main_search_info {
        display: none; } }
    .main_search_info__title {
      color: #005aab;
      text-transform: uppercase;
      margin-bottom: 20px;
      font-size: 2.1rem;
      font-style: italic;
      font-weight: 500; }
    .main_search_info__icon {
      display: inline-block;
      vertical-align: top;
      width: 50px;
      height: 50px;
      margin-right: 15px;
      background: url("../img/motoflot-sprite.png") no-repeat;
      background-position: -75px 0; }
    .main_search_info__tel {
      display: inline-block;
      vertical-align: top;
      color: #000;
      font-weight: 500;
      font-size: 1.5rem; }
      .main_search_info__tel b {
        margin-top: 10px;
        display: block;
        font-weight: 500;
        font-size: 2.5rem;
        letter-spacing: .5px; }

.links {
  margin-bottom: 25px; }
  .links__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .links__list {
        display: block; } }
  .links__link {
    display: inline-block;
    vertical-align: top;
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    border: 4px solid #005aab;
    background: #fff;
    text-align: center;
    padding: 20px 0; }
    @media (max-width: 767px) {
      .links__link {
        display: block;
        margin-top: 20px; }
        .links__link:first-child {
          margin-top: 0; } }
  .links__icon {
    width: 58px;
    height: 58px;
    display: inline-block;
    vertical-align: middle; }
    .links__icon.icon-1 {
      background: url("../img/motoflot-sprite.png") no-repeat;
      background-position: 0 -186px; }
    .links__icon.icon-2 {
      background: url("../img/motoflot-sprite.png") no-repeat;
      background-position: -58px -186px; }
    .links__icon.icon-3 {
      background: url("../img/motoflot-sprite.png") no-repeat;
      background-position: -116px -186px; }
  .links__text {
    display: inline-block;
    vertical-align: middle;
    font-style: italic;
    font-size: 1.8rem;
    font-weight: 500;
    color: #000;
    padding-left: 5px; }
    @media (max-width: 767px) {
      .links__text {
        display: block;
        padding-left: 0; } }

.main_category {
  margin-bottom: 30px; }
  .main_category__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .main_category__inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .main_category-small {
    width: 25%; }
    @media (max-width: 991px) {
      .main_category-small {
        width: 50%; } }
    @media (max-width: 767px) {
      .main_category-small {
        width: 100%; } }
  .main_category-large {
    width: 50%; }
    @media (max-width: 991px) {
      .main_category-large {
        width: 100%; } }

.tile {
  padding: 2px;
  height: 290px; }
  @media (max-width: 767px) {
    .tile {
      height: 300px; } }
  .tile-large {
    height: 580px; }
    @media (max-width: 767px) {
      .tile-large {
        height: 300px; } }
  .tile__inner {
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    transition: box-shadow 100ms linear; }
    .tile__inner:hover {
      box-shadow: inset 0 0 0 2px #005aab; }
  .tile__link {
    display: block;
    height: 100%; }
  .tile__title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    font-size: 2.1rem;
    font-weight: 500;
    font-style: italic;
    text-transform: uppercase;
    padding: 20px;
    transition: background 100ms linear, color 100ms linear; }
  .tile__link:hover .tile__title {
    background: rgba(0, 90, 171, 0.8);
    color: #fff; }
  .tile_nav {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: 280px;
    width: 100%;
    background: rgba(0, 90, 171, 0.8);
    color: #fff;
    padding: 30px; }
    .tile_nav__title {
      display: block;
      font-size: 2.1rem;
      font-weight: 500;
      font-style: italic;
      text-transform: uppercase;
      margin-bottom: 25px; }
    .tile_nav__list {
      list-style: none;
      padding: 0;
      margin: 0; }
      .tile_nav__list li {
        margin-bottom: 15px; }
      .tile_nav__list a {
        text-decoration: underline; }
        .tile_nav__list a:hover {
          text-decoration: none; }
    .tile_nav__more {
      display: inline-block;
      position: absolute;
      background: transparent;
      text-align: center;
      border: 2px solid #fff;
      font-size: 1.3rem;
      font-weight: 500;
      bottom: 30px;
      right: 30px;
      padding: 11px 20px 9px; }
      @media (max-width: 767px) {
        .tile_nav__more {
          position: static; } }

.bar {
  background: #005aab;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 30px; }
  .bar__text {
    font-size: 2.1rem;
    font-weight: 500;
    font-style: italic;
    text-transform: uppercase;
    position: relative; }
    .bar__text:after {
      content: '';
      display: block;
      position: absolute;
      width: 73px;
      height: 55px;
      background: url("../img/bike.png") no-repeat;
      right: 100%;
      bottom: -5px;
      margin-right: 20px; }

.categories {
  margin-bottom: 30px; }
  .categories__carousel {
    position: relative;
    margin: 0 -15px; }
    .categories__carousel .button_next,
    .categories__carousel .button_prev {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      z-index: 2; }
    .categories__carousel .button_next {
      right: 0; }
    .categories__carousel .button_prev {
      left: 0; }

.category {
  padding: 0 15px; }
  .category__inner {
    display: block;
    text-align: center; }
  .category__picture {
    overflow: hidden;
    height: 180px; }
  .category__img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block !important; }
  .category__name {
    display: block;
    background: #383c3f;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    padding: 9px 0;
    transition: background 100ms linear; }
    .category__name .icon-more {
      display: inline-block;
      width: 15px;
      height: 15px;
      margin-left: 10px;
      vertical-align: top;
      background: url("../img/motoflot-sprite.png") no-repeat;
      background-position: -60px 0; }
  .category__inner:hover .category__name {
    background: #005aab; }

.main_news {
  padding: 80px 0 35px;
  background: #dee0e3; }
  .main_news__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .main_news__inner {
        display: block; } }

.news_block {
  position: relative;
  background: #fff;
  margin-right: 15px;
  width: 66.67%;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 25px 0 0; }
  @media (max-width: 991px) {
    .news_block {
      width: 100%;
      margin-bottom: 10px;
      margin-right: 0; } }
  @media (max-width: 767px) {
    .news_block {
      text-align: center; } }
  .news_block_nav {
    position: absolute;
    text-transform: uppercase;
    left: 0;
    top: -40px; }
    @media (max-width: 767px) {
      .news_block_nav {
        top: -50px; } }
  .news_block__carousel {
    position: relative;
    text-align: left; }
    .news_block__carousel .button_next,
    .news_block__carousel .button_prev {
      position: absolute;
      bottom: 20px;
      z-index: 2; }
    .news_block__carousel .button_next {
      right: 20px; }
    .news_block__carousel .button_prev {
      left: 20px; }
  .news_block__item {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    min-height: 280px;
    padding: 0 20px; }
    @media (max-width: 767px) {
      .news_block__item {
        width: 100%;
        margin-bottom: 20px;
        min-height: 0; } }
  .news_block__meta {
    display: inline-block;
    vertical-align: top;
    width: 100px; }
  .news_block__picture {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-bottom: 10px; }
  .news_block__img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top; }
  .news_block__date {
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    padding: 9px 0;
    background: #ccc;
    transition: background 100ms linear; }
  .news_block__content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 105px);
    padding-left: 15px; }
  .news_block__title {
    text-decoration: underline;
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
    color: #000;
    transition: color 100ms linear; }
    .news_block__title:hover {
      color: #005aab;
      text-decoration: none; }
  .news_block__text {
    line-height: 1.4;
    font-size: 1.3rem;
    font-weight: 300;
    margin-bottom: 20px;
    overflow: hidden;
    height: 72px; }
  .news_block__item:hover .news_block__date {
    background: #005aab; }
  .news_block .sub_news {
    text-align: center;
    background: #f7f8f9;
    padding: 0 70px;
    height: 80px; }
    .news_block .sub_news:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      height: 100%;
      width: 0; }
    .news_block .sub_news__link {
      display: inline-block;
      font-size: 1.3rem;
      font-weight: 500;
      text-decoration: underline;
      vertical-align: middle; }
      .news_block .sub_news__link:hover {
        text-decoration: none;
        color: #005aab; }
  .news_block .more {
    position: absolute;
    top: -40px;
    right: 0; }
    @media (max-width: 767px) {
      .news_block .more {
        position: static; } }

.channel {
  width: calc(33.33% - 15px);
  background: #005aab;
  padding: 25px;
  text-align: center; }
  @media (max-width: 991px) {
    .channel {
      width: 100%; } }
  .channel__link {
    display: block;
    font-size: 1.3rem;
    text-decoration: underline;
    color: #dee0e3; }
    .channel__link:hover {
      text-decoration: none; }
    .channel__link .icon-more {
      display: inline-block;
      width: 15px;
      height: 15px;
      margin-left: 10px;
      margin-top: -1px;
      vertical-align: top;
      background: url("../img/motoflot-sprite.png") no-repeat;
      background-position: -60px 0; }
    .channel__link .youtube__img {
      background: url("../img/yt.png") center no-repeat #e62117;
      border-radius: 3px;
      width: 95px;
      height: 30px;
      display: block;
      margin: 0 auto 15px; }

.video {
  margin-bottom: 20px; }
  .video_container {
    position: relative;
    margin-bottom: 20px; }
  .video_player {
    cursor: pointer; }
    .video_player__inner:after {
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: '';
      transition: opacity 100ms linear;
      opacity: .3;
      background: #005aab; }
    .video_player.play {
      position: relative;
      width: 100%;
      padding-top: 56.25%; }
    .video_player iframe, .video_player object, .video_player embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .video_player .play_button {
      position: absolute;
      z-index: 2;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 36px;
      height: 36px;
      margin: auto;
      background: url("../img/motoflot-sprite.png") no-repeat;
      background-position: -125px 0; }
  .video_thumb {
    width: 100%;
    vertical-align: top; }
  .video__title {
    text-align: left;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 300; }

.subscribe {
  background: #383c3f;
  margin-bottom: 30px;
  padding: 25px 0; }
  .subscribe__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 767px) {
      .subscribe__inner {
        display: block; } }
  .subscribe__label {
    color: #fff;
    font-size: 1.8rem;
    font-style: italic;
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    padding-right: 10px;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media (max-width: 991px) {
      .subscribe__label {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%; } }
    @media (max-width: 767px) {
      .subscribe__label {
        width: 100%;
        margin-bottom: 20px; } }
    .subscribe__label span {
      font-size: 2.1rem;
      font-weight: 500;
      text-transform: uppercase; }
  .subscribe__form {
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%; }
    @media (max-width: 991px) {
      .subscribe__form {
        -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%; } }
    @media (max-width: 767px) {
      .subscribe__form {
        width: 100%; } }
  .subscribe__input {
    outline: 0;
    vertical-align: top;
    border: 1px solid #005aab;
    color: #000;
    font-size: 1.3rem;
    line-height: 1.2;
    padding: 9px 25px;
    border-radius: 18px;
    width: calc(100% - 55px); }
  .subscribe__button {
    vertical-align: top;
    background: #005aab;
    border-radius: 50%;
    text-align: center;
    width: 35px;
    height: 35px;
    border: 0;
    outline: 0;
    cursor: pointer;
    padding: 0;
    margin-left: 10px; }
    .subscribe__button .icon-submit {
      display: inline-block;
      vertical-align: top;
      width: 35px;
      height: 35px;
      background: url("../img/motoflot-sprite.png") no-repeat;
      background-position: 0 -68px; }

.about {
  margin-bottom: 50px; }
  .about__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .about__inner {
        display: block; } }
  .about_reviews {
    position: relative;
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%; }
    @media (max-width: 767px) {
      .about_reviews {
        padding-left: 0;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 40px; } }
    .about_reviews__title {
      color: #005aab;
      text-transform: uppercase;
      font-size: 2.1rem;
      font-style: italic;
      margin-bottom: 30px; }
    .about_reviews .more {
      position: absolute;
      top: 0;
      right: 0; }
    .about_reviews__list {
      list-style: none;
      padding: 0;
      margin: 0;
      background: #f7f8f9;
      padding: 40px 40px 30px; }
    .about_reviews__item {
      position: relative;
      border-bottom: 1px solid #ccc;
      margin-bottom: 30px;
      padding-bottom: 20px;
      color: #383c3f; }
      .about_reviews__item:last-child {
        border-bottom: 0;
        margin-bottom: 0; }
    .about_reviews__rating {
      position: absolute;
      top: -5px;
      right: 0; }
    .about_reviews__name {
      font-size: 1.5rem;
      font-weight: 500;
      padding-right: 100px;
      margin-bottom: 20px; }
    .about_reviews__text {
      line-height: 1.4;
      font-size: 1.3rem; }
    .about_reviews__more {
      margin: -35px auto 0;
      width: 25px;
      height: 25px;
      display: block;
      vertical-align: top;
      background: url("../img/motoflot-sprite.png") no-repeat;
      background-position: -25px -161px; }
  .about__content {
    -webkit-flex-basis: 66.67%;
    -ms-flex-preferred-size: 66.67%;
    flex-basis: 66.67%;
    padding-left: 70px;
    text-align: right; }
    @media (max-width: 991px) {
      .about__content {
        padding-left: 30px; } }
    @media (max-width: 767px) {
      .about__content {
        padding-left: 0;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
  .about__title {
    font-size: 1.8rem;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 35px;
    text-align: left; }
  .about__text {
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 50px; }

.brands {
  margin-bottom: 50px;
  text-align: center; }
  .brands .more {
    position: relative;
    z-index: 1;
    margin-top: -15px;
    padding: 0 10px;
    background: #fff; }
  .brands__title {
    font-size: 2.1rem;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
    color: #005aab; }
  .brands__carousel {
    position: relative;
    border: 4px solid #005aab; }
    .brands__carousel .button_next,
    .brands__carousel .button_prev {
      position: absolute;
      top: -53px; }
      @media (max-width: 767px) {
        .brands__carousel .button_next,
        .brands__carousel .button_prev {
          display: none !important; } }
    .brands__carousel .button_next {
      right: 0; }
    .brands__carousel .button_prev {
      right: 50px; }

.brand {
  line-height: 96px;
  display: inline-block;
  height: 96px;
  text-align: center;
  vertical-align: top; }
  .brand__img {
    display: inline-block !important;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle; }

.footer_payment__title, .footer_contacts__title, .footer_nav__title {
  font-size: 1.5rem;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #fff; }
  @media (max-width: 1199px) {
    .footer_payment__title, .footer_contacts__title, .footer_nav__title {
      margin-bottom: 30px; } }

.footer__wrap {
  padding: 35px 0;
  background: #383c3f; }

.footer__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 1199px) {
    .footer__inner {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.footer_payment {
  padding-left: 30px;
  border-left: 1px solid #4e5357;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%; }
  @media (max-width: 1199px) {
    .footer_payment {
      padding-left: 0;
      text-align: center;
      border-left: 0;
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%; } }
  @media (max-width: 575px) {
    .footer_payment {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }
  .footer_payment__inner {
    display: inline-block;
    text-align: left;
    vertical-align: top; }
    @media (max-width: 575px) {
      .footer_payment__inner {
        text-align: center; } }
  .footer_payment__market {
    display: block;
    margin-top: 50px; }

.footer_contacts {
  padding-left: 30px;
  border-left: 1px solid #4e5357;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%; }
  @media (max-width: 1199px) {
    .footer_contacts {
      padding-left: 0;
      text-align: center;
      border-left: 0;
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%; } }
  @media (max-width: 575px) {
    .footer_contacts {
      margin-top: 40px;
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }
  .footer_contacts__inner {
    display: inline-block;
    text-align: left;
    vertical-align: top; }
    @media (max-width: 575px) {
      .footer_contacts__inner {
        text-align: center; } }
  .footer_contacts__tel {
    font-size: 2.1rem;
    font-weight: 300;
    display: block;
    margin-bottom: 10px;
    color: #fff; }
  .footer_contacts__call {
    font-size: 1.3rem;
    display: block;
    margin-bottom: 10px;
    text-decoration: underline;
    color: #fff; }
    .footer_contacts__call:hover {
      text-decoration: none; }
  .footer_contacts__email {
    font-size: 1.3rem;
    font-weight: 300;
    display: block;
    margin-bottom: 30px;
    color: #36c8ff; }
    .footer_contacts__email:hover {
      color: #fff; }

.footer_navs {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  @media (max-width: 1199px) {
    .footer_navs {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 50px;
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media (max-width: 575px) {
    .footer_navs {
      display: block;
      text-align: center; } }

.footer_nav {
  display: inline-block;
  width: 32%;
  vertical-align: top; }
  @media (max-width: 1199px) {
    .footer_nav {
      width: auto; } }
  @media (max-width: 575px) {
    .footer_nav {
      display: block;
      margin-bottom: 40px; } }
  .footer_nav__list {
    list-style: none;
    padding: 0;
    margin: 0; }
  .footer_nav__item {
    margin-top: 10px; }
    .footer_nav__item:first-child {
      margin-top: 0; }
  .footer_nav__link {
    font-size: 1.3rem;
    font-weight: 300;
    color: #bbc4cf; }
    .footer_nav__link:hover, .footer_nav__link.active {
      color: #fff; }
    .footer_nav__link:hover {
      text-decoration: underline; }

.footer__bot {
  padding: 15px 0;
  color: #383c3f;
  background: #f7f8f9; }

.footer .site_map {
  font-size: 1.3rem;
  line-height: 20px;
  float: right;
  margin-top: 5px; }
  .footer .site_map .icon-sitemap {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: top;
    background: url("../img/motoflot-sprite.png") no-repeat;
    background-position: -40px -28px; }
  .footer .site_map span {
    text-decoration: underline; }
  .footer .site_map:hover span {
    text-decoration: none; }

.copyright {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.2;
  float: left; }

.social__label {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 10px;
  color: #fff; }

.social__link {
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-left: 5px;
  vertical-align: top;
  background: url("../img/motoflot-sprite.png") no-repeat; }
  .social__link:first-child {
    margin-left: 0; }
  .social__link.social-vk {
    background-position: 0 -244px; }
    .social__link.social-vk:hover {
      background-position: 0 -277px; }
  .social__link.social-fb {
    background-position: -33px -244px; }
    .social__link.social-fb:hover {
      background-position: -33px -277px; }
  .social__link.social-tw {
    background-position: -66px -244px; }
    .social__link.social-tw:hover {
      background-position: -66px -277px; }
  .social__link.social-ok {
    background-position: -99px -244px; }
    .social__link.social-ok:hover {
      background-position: -99px -277px; }

.informer {
  position: fixed;
  z-index: 9090;
  top: 10px;
  right: 30px;
  width: 270px;
  padding: 20px;
  -webkit-animation: animate 250ms ease-in;
  animation: animate 250ms ease-in;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(10, 0, 0, 0.3); }
  .informer:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%; }
  .informer__message {
    color: #555964;
    display: inline-block;
    vertical-align: middle;
    width: 99%;
    font-size: 1.4rem;
    line-height: 1; }
  .informer_error {
    background: #ed7b6e;
    color: #fff; }
  @media (max-width: 767px) {
    .informer {
      right: 10px;
      left: 10px;
      width: auto; } }

@keyframes animate {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes animate {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
