@font-face {
  font-family: "prometo";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/Prometo/regular.ttf") format("truetype"); }

@font-face {
  font-family: "prometo";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/Prometo/bold.ttf") format("truetype"); }

@font-face {
  font-family: "prometo";
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/Prometo/light.ttf") format("truetype"); }

@font-face {
  font-family: "prometo";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/Prometo/medium.ttf") format("truetype"); }

@font-face {
  font-family: "cachet";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/Cachet/medium.ttf") format("truetype"); }

@font-face {
  font-family: "cachet";
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/Cachet/book.ttf") format("truetype"); }

@font-face {
  font-family: "cachet";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/Cachet/bold.ttf") format("truetype"); }

@font-face {
  font-family: "Peugeot";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/peugeot/Peugeot_Normal.ttf") format("truetype"); }

@font-face {
  font-family: "Peugeot";
  font-style: normal;
  font-weight: bold;
  src: url("../../fonts/peugeot/Peugeot_Bold.ttf") format("truetype"); }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  /* Change the default font family in all browsers (opinionated). */
  font-family: prometo;
  font-size: 106.25%;
  line-height: 1.70588em;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  line-height: 1.70588em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.85294em 0; }

h2 {
  font-size: 1.5em;
  line-height: 2.27451em;
  margin: 1.13725em 0; }

h3 {
  font-size: 1.17em;
  line-height: 1.45802em;
  margin: 1.45802em 0; }

h4 {
  font-size: 1em;
  line-height: 1.70588em;
  margin: 1.70588em 0; }

h5 {
  font-size: 0.83em;
  line-height: 2.05528em;
  margin: 2.05528em 0; }

h6 {
  font-size: 0.67em;
  line-height: 2.54609em;
  margin: 2.54609em 0; }

/* Grouping content
       ========================================================================== */
/**
       * Set 1 unit of vertical rhythm on the top and bottom margin.
       */
blockquote {
  margin: 1.70588em 0px; }

dl,
ol,
ul {
  margin: 1.70588em 0; }

/**
       * Turn off margins on nested lists.
       */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0; }

dd {
  margin: 0 0 0 0px; }

ol,
ul {
  padding: 0 0 0 0px; }

/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1.70588em 0px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
       * Set 1 unit of vertical rhythm on the top and bottom margin.
       */
p,
pre {
  margin: 1.70588em 0; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: prometo;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.70588em;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
  /*
         * 1. Set 1 unit of vertical rhythm on the top and bottom margin.
         * 2. Set consistent space for the list style image.
         */
  margin: 1.70588em 0;
  /* 1 */
  padding: 0 0 0 0px;
  /* 2 */
  /**
         * Turn off margins on nested lists.
         */ }
  menu menu,
  ol menu,
  ul menu {
    margin: 0; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

::-webkit-scrollbar {
  display: none; }

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

body {
  color: #5b5d65; }

a {
  color: inherit;
  text-decoration: none; }

body, html {
  overflow-x: hidden; }

.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.container {
  max-width: 1330px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto; }

.header {
  background: #fff;
  height: 5.88235em;
  display: flex;
  align-items: center;
  padding-top: 0.6em;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
  transition: all .3s ease;
  box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.1); }
  .header__button {
    display: none;
    height: 14px;
    border: none;
    background: transparent;
    padding: 0; }
    .header__button:focus {
      outline: none; }
    @media (max-width: 767px) {
      .header__button {
        display: block; } }
    .header__button.up span {
      background: #fff; }
      .header__button.up span:before, .header__button.up span:after {
        top: 0; }
      .header__button.up span:before {
        transform: rotate(45deg); }
      .header__button.up span:after {
        transform: rotate(-45deg); }
    .header__button span {
      background: #BA1A30;
      position: relative;
      height: 2px;
      width: 18px;
      display: block;
      transition: all .3s ease; }
      .header__button span:after, .header__button span:before {
        content: '';
        background: #BA1A30;
        display: block;
        position: absolute;
        left: 0;
        height: 2px;
        width: 18px;
        transition: all .3s ease; }
      .header__button span:after {
        top: 6px; }
      .header__button span:before {
        top: -6px; }
  .header--fixed {
    font-size: 12px;
    height: 5.143em;
    box-shadow: 0 2px 19px 0px rgba(0, 0, 0, 0.1); }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header__logo {
    max-width: 13.358em;
    width: 100%; }

.mobile-menu {
  position: fixed;
  top: 52px;
  left: 0;
  right: 0;
  z-index: 101;
  display: none; }
  .mobile-menu.up {
    transform: none;
    display: block; }
  @media (min-width: 768px) {
    .mobile-menu {
      display: none; } }
  .mobile-menu__body {
    background-color: #002355; }
    .mobile-menu__body__menu {
      color: #ffffff;
      padding: 0 20px; }
      .mobile-menu__body__menu ul {
        margin: 0;
        list-style: none; }
      .mobile-menu__body__menu a {
        display: block;
        font-size: 12px;
        line-height: 44px;
        text-transform: uppercase;
        font-weight: bold; }

body .main--open .header--fixed .header__logo svg path, body .main--open .header--fixed .header__logo svg circle {
  fill: #fff !important; }

.scroll {
  background-color: #002355;
  height: 2.35294em;
  width: 2.35294em;
  border-radius: 50%;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease; }
  .scroll svg use {
    transition: all .2s ease; }
  .scroll:hover {
    background: #ffffff; }
    .scroll:hover svg use {
      fill: #002355; }
    .scroll:hover object svg use {
      fill: #000; }
    .scroll:hover object svg path {
      fill: #000; }

.footer {
  border-top: 5px solid #BA1A30;
  background-color: #020202;
  color: #fff;
  z-index: 10;
  position: relative; }
  .footer .container {
    position: relative; }
  .footer__scroll {
    border-radius: 50%;
    background-color: #BA1A30;
    position: absolute;
    width: 2.35294em;
    height: 2.35294em;
    top: -1.6em;
    right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease; }
    .footer__scroll:hover {
      background: #fff; }
      .footer__scroll:hover svg use {
        fill: #BA1A30; }
    .footer__scroll svg {
      transform: rotate(180deg); }
      .footer__scroll svg use {
        transition: all .3s ease; }
  .footer__columns {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .footer__columns {
        flex-direction: column; } }
    .footer__columns__contact {
      padding-top: 2.9em;
      width: 17.2%; }
      @media (max-width: 767px) {
        .footer__columns__contact {
          width: 100%; } }
      .footer__columns__contact__social p {
        font-size: 0.70588em;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 2.8em;
        line-height: 1.16667em;
        margin-bottom: 2.5em; }
      .footer__columns__contact__social ul {
        list-style: none;
        display: flex;
        margin: 0;
        padding: 0;
        justify-content: space-between; }
        @media (max-width: 767px) {
          .footer__columns__contact__social ul {
            justify-content: space-evenly; } }
      .footer__columns__contact__phones {
        display: flex;
        justify-content: space-between; }
        .footer__columns__contact__phones__item {
          font-size: 0.70588em;
          font-weight: bold; }
          .footer__columns__contact__phones__item span {
            display: block;
            text-transform: uppercase;
            color: #BA1A30;
            margin-bottom: -0.9em; }
    .footer__columns__menu {
      list-style: none;
      -moz-column-count: 3;
           column-count: 3;
      margin: 0;
      text-transform: uppercase;
      font-size: 0.64706em;
      line-height: 3.18182em;
      font-weight: 500;
      padding-top: 45px;
      width: 66%; }
      @media (max-width: 767px) {
        .footer__columns__menu {
          width: 100%;
          -moz-column-count: 2;
               column-count: 2; } }

.copyright {
  background-color: #020202;
  font-size: 0.64706em;
  font-weight: bold;
  line-height: 3.18182em;
  text-transform: uppercase;
  color: #fff; }
  @media (max-width: 767px) {
    .copyright {
      padding-top: 1em;
      padding-bottom: 1em; } }
  .copyright p {
    margin: .9em 0 1.8em; }
    @media (max-width: 767px) {
      .copyright p {
        margin: 0; } }
  .copyright .container {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .copyright .container {
        flex-direction: column;
        text-align: center; } }

.copyright {
  background-color: #141318;
  font-weight: bold;
  font-size: 0.64706em;
  line-height: 3.18182em;
  color: #ffffff;
  padding-bottom: 1.4em; }

.widget-try-us {
  position: fixed;
  top: 249px;
  background: #BA1A30;
  color: #fff;
  transform: rotate(90deg);
  font-size: 16px;
  line-height: normal;
  transform-origin: right bottom;
  right: 49px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .2s ease;
  z-index: 999; }
  @media (max-width: 767px) {
    .widget-try-us {
      display: none; } }
  .widget-try-us:hover {
    right: 55px;
    background: #8d1424; }
  .widget-try-us a {
    display: block;
    font-weight: 700;
    font-size: 14px;
    padding: 26px 23px 10px 25px;
    text-transform: uppercase; }
    .widget-try-us a span {
      display: block;
      font-weight: 500;
      display: block;
      margin-bottom: 0;
      text-transform: none;
      line-height: 19px; }

.submenu {
  list-style: none;
  display: flex;
  margin: 0;
  font-weight: bold;
  font-size: 0.70588em;
  color: #fff;
  text-transform: uppercase;
  margin-top: 4.9em; }
  .submenu a {
    position: relative;
    margin-right: 2.3em; }
    .submenu a:after {
      content: '';
      border-radius: 1px;
      background: #BA1A30;
      height: 2px;
      width: 100%;
      position: absolute;
      left: 0;
      right: 0;
      opacity: 0;
      bottom: 0;
      transition: all .3s ease; }
    .submenu a:hover:after {
      opacity: 1;
      bottom: -1.7em; }

.slider {
  text-align: center;
  background: #000; }
  .slider .owl-carousel {
    display: block !important; }
    .slider .owl-carousel > .slider__slide {
      display: none; }
      .slider .owl-carousel > .slider__slide:first-child {
        display: flex !important; }
  .slider .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 11.7em; }
    @media (max-width: 800px) {
      .slider .owl-dots {
        display: none !important; } }
    .slider .owl-dots .owl-dot {
      margin: 0 5px; }
      .slider .owl-dots .owl-dot span {
        height: 4px;
        width: 50px;
        background-color: #ffffff;
        display: block; }
      .slider .owl-dots .owl-dot:hover span, .slider .owl-dots .owl-dot.active span {
        background-color: #b60026; }
  .slider__slide {
    height: 33.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1.4em;
    background-size: cover;
    background-position: center center; }
    @media (max-width: 800px) {
      .slider__slide {
        height: 18em;
        padding: 0;
        padding-top: 2em; } }
  .slider h1 {
    font-size: 1.23529em;
    font-weight: 400;
    margin: 0;
    color: #e8e8e8;
    font-family: cachet; }
    @media (max-width: 800px) {
      .slider h1 {
        font-size: 1em; } }
  .slider h2 {
    color: #ffffff;
    font-size: 3.52941em;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    margin-top: 0.1em;
    margin-bottom: -0.1em; }
    @media (max-width: 800px) {
      .slider h2 {
        font-size: 1.5em;
        margin: .2em 0; } }
  .slider p {
    color: #ffffff;
    font-weight: 500;
    font-size: 1.41176em;
    margin: 0;
    font-family: cachet; }
    @media (max-width: 800px) {
      .slider p {
        font-size: 1em; } }

.search-bar {
  margin-top: -2.3em;
  margin-bottom: 1.17647em;
  position: relative;
  z-index: 2; }
  .search-bar__button {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #e8e8e8;
    padding: 15px;
    z-index: 5; }
    .search-bar__button a {
      border-radius: 5px;
      color: #fff;
      font-weight: 700;
      background: #b60026;
      display: flex;
      width: 100%;
      height: 2.35294em;
      align-items: center;
      justify-content: center; }
  .search-bar__top {
    display: flex;
    justify-content: space-between;
    counter-reset: search-top; }
    @media (max-width: 800px) {
      .search-bar__top {
        display: none; } }
    .search-bar__top__text {
      box-shadow: 0 8px 12px rgba(0, 0, 0, 0.05);
      border-radius: 4px;
      background-color: #ffffff;
      height: 3.63636em;
      color: #3c3c3b;
      font-size: 1.29412em;
      font-weight: 500;
      counter-increment: search-top;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all .3s ease;
      width: 32.3%; }
      .search-bar__top__text svg {
        margin-left: 0.7em; }
      .search-bar__top__text:after {
        content: "0" counter(search-top);
        position: absolute;
        font-size: 0.63636em;
        font-weight: 400;
        color: #3c3c3b;
        top: 0.2em;
        left: 0.7em;
        transition: all .3s ease;
        font-family: cachet; }
      .search-bar__top__text:hover, .search-bar__top__text.active {
        box-shadow: 0 8px 12px rgba(0, 161, 228, 0.22);
        background-color: #b60026;
        color: #ffffff; }
        .search-bar__top__text:hover svg path, .search-bar__top__text.active svg path {
          fill: #fff !important; }
        .search-bar__top__text:hover:after, .search-bar__top__text.active:after {
          color: #ffffff; }
  .search-bar__heading {
    margin-top: 60px;
    margin-bottom: 20px;
    cursor: pointer;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    text-align: center; }
    .search-bar__heading.active svg {
      transform: rotate(180deg); }
    .search-bar__heading svg {
      margin-left: 10px; }
    @media screen and (min-width: 701px) {
      .search-bar__heading {
        display: none; } }
  .search-bar__bottom {
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 3.76471em;
    margin-top: 60px; }
    @media screen and (max-width: 700px) {
      .search-bar__bottom {
        margin-top: 0;
        display: none; } }
    @media (max-width: 800px) {
      .search-bar__bottom {
        background: white;
        justify-content: space-between;
        padding: 5px 15px 15px 15px;
        height: auto; } }
    @media screen and (max-width: 700px) {
      .search-bar__bottom--active {
        display: block; } }
  .search-bar__view {
    display: flex;
    align-items: center;
    margin-left: 20px; }
    @media (max-width: 800px) {
      .search-bar__view {
        display: none; } }
    .search-bar__view svg {
      display: block; }
    .search-bar__view input {
      display: none; }
      .search-bar__view input:checked + label svg path {
        fill: #b60026; }
      .search-bar__view input + label {
        cursor: pointer;
        margin-left: 0.9em; }
  .search-bar__localisation {
    display: flex;
    align-items: center;
    position: relative;
    width: calc(33.33% - 40px);
    margin: 10px 20px; }
    @media screen and (max-width: 1024px) {
      .search-bar__localisation {
        width: calc(50% - 40px); } }
    @media screen and (max-width: 700px) {
      .search-bar__localisation {
        width: calc(100% - 40px); } }
    @media screen and (max-width: 400px) {
      .search-bar__localisation {
        flex-direction: column; } }
    .search-bar__localisation__title {
      color: #3c3c3b;
      font-weight: 700;
      font-size: 0.94118em;
      margin-right: 16%;
      white-space: nowrap; }
      @media (max-width: 800px) {
        .search-bar__localisation__title {
          width: 100%;
          margin: 0; } }
    .search-bar__localisation select {
      font-size: 1em;
      color: #3c3c3b;
      font-weight: 500;
      border-radius: 5px;
      border: 1px solid #e8e8e8;
      height: 2.64706em;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background-image: url("../../img/arrow.svg");
      background-repeat: no-repeat;
      background-position: center right;
      width: 100%;
      background-position: center right 0.5em;
      padding-left: 1.2em; }
      @media (max-width: 800px) {
        .search-bar__localisation select {
          width: 100%; } }

@media (max-width: 800px) {
  .search-results {
    margin-top: 2em; } }

.search-results.search-results--boxed .search-results__holder {
  margin: 0 -10px; }

.search-results.search-results--boxed .search-result {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 30px; }
  .search-results.search-results--boxed .search-result .search-result__top__left {
    width: 100%; }
  @media (max-width: 800px) {
    .search-results.search-results--boxed .search-result {
      width: 100%; } }
  .search-results.search-results--boxed .search-result__inner {
    flex-direction: column;
    transition: all .3s ease; }
    .search-results.search-results--boxed .search-result__inner:hover {
      box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.18); }
  .search-results.search-results--boxed .search-result .search-result__image {
    width: 100%; }
  .search-results.search-results--boxed .search-result .search-result__text {
    width: 100%;
    padding-top: 1.3em;
    padding-left: 1.7em;
    padding-right: 0.7em;
    padding-bottom: 0.9em; }
  .search-results.search-results--boxed .search-result .search-result__top h3 {
    font-size: 1.17647em; }
  .search-results.search-results--boxed .search-result .search-result__top {
    flex-direction: column; }
  .search-results.search-results--boxed .search-result .search-result__footer__button {
    display: none; }
  .search-results.search-results--boxed .search-result .search-result__footer__icons {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between; }
    .search-results.search-results--boxed .search-result .search-result__footer__icons .search-icon {
      width: 47%;
      margin-bottom: 0.5em; }
      .search-results.search-results--boxed .search-result .search-result__footer__icons .search-icon img {
        display: none; }
  .search-results.search-results--boxed .search-result .search-icon__text__small {
    font-size: 1.05em; }
  .search-results.search-results--boxed .search-result .search-icon__text__large {
    font-size: .9em; }
  .search-results.search-results--boxed .search-result .search-price {
    text-align: left;
    display: flex;
    margin-top: -0.3em;
    margin-bottom: 0.5em; }
    .search-results.search-results--boxed .search-result .search-price__current {
      font-size: 1em; }
    .search-results.search-results--boxed .search-result .search-price__normal {
      font-size: 0.82353em;
      margin-left: 6px; }

.search-results__holder {
  display: flex;
  flex-wrap: wrap; }

.search-result {
  width: 100%;
  margin-bottom: 20px; }
  .search-result__inner {
    display: flex;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    overflow: hidden;
    background: #fff; }
    @media (max-width: 800px) {
      .search-result__inner {
        flex-wrap: wrap; } }
  .search-result__top {
    display: flex;
    justify-content: space-between; }
    .search-result__top__left {
      width: 70%; }
    @media (max-width: 800px) {
      .search-result__top {
        flex-wrap: wrap; }
        .search-result__top__left {
          width: 100%; } }
    .search-result__top h3 {
      margin: 0;
      color: #3c3c3b;
      font-weight: 700;
      font-size: 1.76471em; }
      @media (max-width: 800px) {
        .search-result__top h3 {
          width: 100%;
          font-size: 1.17647em; } }
  .search-result__middle__fuel-type-icon {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-left: -5px; }
    .search-result__middle__fuel-type-icon svg {
      margin-right: 10px; }
  .search-result__image {
    width: 25.3%; }
    @media (max-width: 800px) {
      .search-result__image {
        width: 100%; } }
    .search-result__image img {
      display: block;
      max-width: 100%;
      height: auto;
      max-height: 215px;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: bottom;
         object-position: bottom; }
  .search-result__footer {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 800px) {
      .search-result__footer {
        display: none; } }
    .search-result__footer__button a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 2.94118em;
      height: 2.94118em;
      border-radius: 50%;
      background-color: #e8e8e8; }
    .search-result__footer__icons {
      display: flex;
      width: 78.2%; }
  .search-result__text {
    width: calc(100% - 25.3%);
    padding-top: 1.7em;
    padding-left: 2.2em;
    padding-right: 2.45em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 1.7em; }
    @media (max-width: 800px) {
      .search-result__text {
        width: 100%;
        padding: 15px; } }

.search-price {
  text-align: right;
  margin-top: 0.6em; }
  @media (max-width: 800px) {
    .search-price {
      text-align: left; } }
  .search-price__current {
    color: #b60026;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.64706em; }
  .search-price__normal {
    text-decoration: line-through;
    color: #8492a6;
    font-size: 1.05882em;
    font-weight: 700; }

.search-icon {
  display: flex;
  align-items: flex-start;
  width: 25%; }
  .search-icon img {
    margin-right: 0.9em; }
  .search-icon__text {
    line-height: 1; }
    .search-icon__text__small {
      color: #949494;
      font-family: cachet;
      font-weight: 300;
      font-size: 0.88235em;
      margin-bottom: 0.2em; }
    .search-icon__text__large {
      font-size: 1.05882em;
      font-family: cachet;
      font-weight: 500;
      color: #4d4d4d; }

.pagination {
  margin-top: 2.8em;
  margin-bottom: 3em; }
  .pagination .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .pagination__button {
    width: 15%; }
    @media (max-width: 800px) {
      .pagination__button {
        display: none; } }
    .pagination__button a {
      font-size: 1.05882em;
      color: #4d4d4d;
      font-family: cachet;
      font-weight: 500;
      display: inline-flex;
      align-items: center; }
    .pagination__button:first-child img {
      transform: rotate(180deg);
      margin-right: .7em; }
    .pagination__button:last-child {
      text-align: right; }
      .pagination__button:last-child img {
        margin-left: 0.7em; }
  .pagination ul {
    list-style: none;
    display: flex;
    margin: 0;
    align-items: center; }
    .pagination ul span:not(.dots) {
      width: 2.85714em;
      height: 2.85714em;
      color: #b60026;
      font-weight: 500;
      font-family: cachet;
      border-radius: 50%;
      border: 1px solid #b60026;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1em; }
    .pagination ul li {
      font-size: 1.23529em;
      color: #000000;
      font-weight: 500;
      margin: 0 0.9em; }

.our-cars {
  background-color: #f3f3f3;
  margin-top: 4.4em;
  padding-top: 5.3em;
  padding-bottom: 6.2em; }
  @media (max-width: 800px) {
    .our-cars {
      padding: 50px 0;
      margin-top: 50px; } }
  .our-cars--inner {
    padding: 0;
    background: #fff;
    margin: 0;
    margin-top: -0.85em; }
    .our-cars--inner .container {
      padding: 0; }
    .our-cars--inner h4 {
      display: none; }
    .our-cars--inner .our-cars__boxes {
      width: 100%; }
    .our-cars--inner .our-cars-box {
      border: 1px solid #e8e8e8;
      border-radius: 5px;
      width: 31.7%;
      background-position: top 1.2em right 1.2em;
      padding-bottom: 2.5em; }
      .our-cars--inner .our-cars-box img {
        margin-bottom: 0.5em; }
      .our-cars--inner .our-cars-box h5 {
        font-size: 1em; }
      .our-cars--inner .our-cars-box p {
        line-height: 1.2;
        margin-top: 0.3em;
        max-width: 10em;
        margin-left: auto;
        margin-right: auto;
        font-size: 0.95em; }
  .our-cars h4 {
    text-align: center;
    font-size: 1.41176em;
    font-weight: 700;
    color: #3c3c3b;
    margin: 0; }
  .our-cars__boxes {
    display: flex;
    justify-content: space-between;
    margin-top: 2.5em; }

.our-cars-box {
  background: #fff;
  border-radius: 5px;
  width: 32.8%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 2.3em;
  padding-top: 2.5em;
  background-image: url("../../img/ok.svg");
  background-repeat: no-repeat;
  background-position: top 1.8em right 2.3em; }
  @media (max-width: 800px) {
    .our-cars-box {
      width: 100% !important; } }
  .our-cars-box img {
    width: 64px;
    height: 64px;
    display: block; }
  .our-cars-box h5 {
    margin: 0;
    font-size: 1.41176em;
    color: #3c3c3b;
    font-weight: 700;
    text-align: center;
    margin-bottom: -0.4em; }
  .our-cars-box p {
    margin: 0;
    font-weight: 500;
    color: #949494;
    font-family: cachet;
    font-size: 1.11765em;
    text-align: center; }

.navigation {
  max-width: 742px;
  width: 100%;
  font-size: 0.70588em;
  color: #151414;
  font-weight: bold;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .navigation {
      display: none;
      position: absolute;
      flex-direction: column;
      top: 100%;
      background: white;
      margin: 0;
      left: 0;
      right: 0; }
      .navigation.up {
        display: block; } }
  .navigation ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -0.5em;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .navigation ul {
        margin: 0;
        list-style: none;
        padding: 10px 16px;
        flex-direction: column;
        align-items: flex-start; } }
    .navigation ul li.current-menu-item a:after {
      opacity: 1;
      bottom: -8px; }
    .navigation ul a {
      position: relative; }
      .navigation ul a:after {
        content: '';
        border-radius: 1px;
        width: 100%;
        height: 2px;
        position: absolute;
        background-color: #BA1A30;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        transition: all .3s ease; }
      .navigation ul a:hover:after {
        opacity: 1;
        bottom: -8px; }

.single-car__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 2.7em;
  margin-bottom: 2.7em; }

.single-car .container {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 800px) {
    .single-car .container {
      flex-wrap: wrap; } }

.single-car__right {
  width: 33.1%; }
  @media (max-width: 800px) {
    .single-car__right {
      width: 100%;
      order: 1; } }

.single-car__left {
  width: 65.4%; }
  @media (max-width: 800px) {
    .single-car__left {
      width: 100%;
      order: 2; } }

.gallery .owl-nav {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex; }
  .gallery .owl-nav .owl-prev,
  .gallery .owl-nav .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.94118em;
    height: 2.94118em;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background: #fff !important;
    border-radius: 50%;
    margin-left: 0.58824em; }

.gallery .active-image:after {
  content: '';
  background-color: #000000;
  opacity: 0.65;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px; }

.gallery__top {
  margin-bottom: 18px; }

.gallery img {
  display: block;
  max-width: 100%;
  height: auto; }

.gallery__bottom {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  margin: 0; }
  .gallery__bottom__item {
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 12px;
    padding: 0 6px; }
    .gallery__bottom__item:first-child {
      padding-left: 0; }
    .gallery__bottom__item:last-child {
      padding-right: 0; }
    @media (max-width: 800px) {
      .gallery__bottom__item {
        width: 100%; } }
    .gallery__bottom__item a {
      display: block;
      position: relative; }

.car-form__button {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #e8e8e8;
  padding: 15px;
  z-index: 101; }
  @media (min-width: 800px) {
    .car-form__button {
      display: none; } }
  .car-form__button a {
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    background: #b60026;
    display: flex;
    width: 100%;
    height: 2.35294em;
    align-items: center;
    justify-content: center; }

@media (max-width: 800px) {
  .car-form .wpcf7 {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    z-index: 100;
    overflow: auto;
    height: 100%;
    padding-bottom: 100px; } }

.car-form form {
  border: 1px solid #e8e8e8;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: none;
  padding-top: 2.55em;
  padding-left: 2.3em;
  padding-right: 2.3em;
  padding-bottom: 2.25em; }
  @media (max-width: 800px) {
    .car-form form {
      border: none; } }
  .car-form form .ajax-loader {
    display: none !important; }
  .car-form form span.wpcf7-not-valid-tip {
    font-size: 0.7em;
    margin-top: -1.1em;
    margin-bottom: 0.4em; }
  .car-form form .wpcf7-list-item {
    margin: 0;
    position: relative;
    margin-top: 0.55em;
    padding-left: 1.6em;
    margin-bottom: 0.5em; }
    .car-form form .wpcf7-list-item input {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border-radius: 5px;
      width: 1.23529em;
      height: 1.23529em;
      border: 1px solid #e8e8e8;
      position: absolute;
      top: 0;
      left: 0; }
      .car-form form .wpcf7-list-item input:checked:after {
        position: absolute;
        content: '\2713';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.7em; }
    .car-form form .wpcf7-list-item span {
      display: block;
      font-family: cachet;
      font-size: 0.76471em;
      color: #949494;
      font-weight: 500;
      line-height: 1.2; }
  .car-form form label {
    color: #949494;
    font-size: 1em;
    display: block;
    font-weight: 500;
    font-family: cachet;
    margin-bottom: .1em; }
  .car-form form input[type=submit] {
    display: block;
    width: 100%;
    background-color: #b60026;
    border: 1px solid #b60026;
    border-radius: 5px;
    height: 2.64706em;
    font-size: 1em;
    font-family: cachet;
    color: #fff;
    font-weight: 500;
    cursor: pointer; }
  .car-form form input:not([type=submit]):not([type=checkbox]), .car-form form textarea {
    display: block;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    height: 2.64706em;
    padding: 0 15px;
    margin-bottom: 0.6em; }
  .car-form form textarea {
    padding: 15px;
    height: 5.35em;
    resize: none; }
  .car-form form h3 {
    font-size: 1.41176em;
    margin: 0;
    color: #4d4d4d;
    font-weight: 700;
    margin-bottom: 0.55em; }
  .car-form form p {
    margin: 0 !important; }

.car-form__top {
  background-color: #eeeeee;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 2.65em;
  padding-left: 2.4em;
  padding-bottom: 2.5em;
  padding-right: 2.4em; }
  @media (max-width: 800px) {
    .car-form__top {
      padding: 15px; } }

.car-form__title {
  color: #4d4d4d;
  font-size: 1.76471em;
  font-weight: 700;
  margin-bottom: 0.2em; }

.car-form__price {
  display: flex;
  align-items: center; }
  .car-form__price__normal {
    text-decoration: line-through;
    margin-left: 1em;
    font-weight: 700; }
  .car-form__price__current {
    font-size: 1.64706em;
    font-weight: 700;
    text-transform: uppercase;
    color: #b60026; }

.car-form--filter {
  max-width: 640px;
  margin: 0 auto; }
  .car-form--filter form {
    border-radius: 5px;
    border: 1px solid #e8e8e8; }

.car-details {
  margin-top: 2.5em; }
  .car-details__title {
    color: #4d4d4d;
    font-size: 1.41176em;
    font-weight: 700;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 1em;
    margin-bottom: 0.85em; }
  .car-details ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: cachet;
    font-size: 1.05882em;
    line-height: 1.66667em;
    font-weight: 500;
    color: #4d4d4d; }
    @media (min-width: 768px) {
      .car-details ul {
        -moz-column-count: 2;
             column-count: 2; } }
    .car-details ul li {
      position: relative;
      padding-left: 1.8em; }
      .car-details ul li:before {
        content: '';
        position: absolute;
        left: 0;
        background-image: url("../../img/check.svg");
        width: 1.05882em;
        height: 1.05882em;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        top: 0.4em; }

.legal-data {
  margin-top: 3.6em;
  margin-bottom: 7.9em; }
  @media (max-width: 800px) {
    .legal-data {
      margin-bottom: 0; } }
  .legal-data p {
    font-size: 1em;
    font-family: cachet;
    font-weight: 500;
    line-height: 1.41176em;
    color: #4d4d4d; }

.related-cars {
  background-color: #f3f3f3;
  padding-top: 3.7em;
  padding-bottom: 4.9em; }
  .related-cars__title {
    text-align: center;
    font-weight: 700;
    color: #3c3c3b;
    font-size: 1.41176em; }
  .related-cars .search-results__holder {
    margin-top: 2em !important; }

.description {
  margin-top: 50px; }
  .description__items {
    display: flex;
    margin-top: 1.8em; }
    @media (max-width: 800px) {
      .description__items {
        flex-wrap: wrap; } }
  .description .search-icon {
    position: relative; }
    @media (max-width: 800px) {
      .description .search-icon {
        width: 50%;
        margin-bottom: 1em; } }
  .description .search-icon:not(:last-child):after {
    content: '';
    width: 1px;
    height: 34px;
    position: absolute;
    background: #e8e8e8;
    right: 2.8em;
    top: 0; }
    @media (max-width: 800px) {
      .description .search-icon:not(:last-child):after {
        display: none; } }

h3.not-found {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 0;
  color: #000;
  font-weight: 500;
  width: 100%;
  font-size: 1.4em;
  max-width: 1024px;
  margin: 2em auto; }
