@charset "UTF-8";
/* VARIABLES */
/*MIXINS*/
/* COMMON STYLES */
body {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1rem;
  color: #fff;
  background: #000; }

a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s; }
  a:hover {
    color: #f2462e; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat Subrayada', Helvetica, Arial, serif;
  font-weight: bold;
  text-transform: uppercase; }

h1 {
  font-size: 63px;
  font-size: 3.5rem; }

h2 {
  font-size: 43.2px;
  font-size: 2.4rem; }

h3 {
  font-size: 25.2px;
  font-size: 1.4rem;
  font-weight: normal;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif; }

h4 {
  font-size: 21.6px;
  font-size: 1.2rem;
  font-weight: normal;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif; }

/* MAIN LAYOUT */
.wrapper-all {
  width: 100%; }

.wrapper-header-outer {
  width: 100%; }

.wrapper-header-inner {
  width: 100%; }

.wrapper-welcome-outer {
  width: 100%;
  background: #f2462e; }

.wrapper-welcome-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto; }

.wrapper-about-outer {
  width: 100%;
  background: #fff; }

.wrapper-about-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto; }

.wrapper-footer-outer {
  width: 100%; }

.wrapper-footer-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto; }

/* MAIN STYLES */
.header {
  position: relative; }

/* BEGIN top-panel */
.top-panel {
  position: absolute;
  left: 0;
  top: 100px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
  z-index: 10; }

.top-panel_logo {
  float: left; }

.top-panel_logo_title {
  display: table-cell;
  height: 60px;
  vertical-align: middle; }
  .top-panel_logo_title:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    vertical-align: middle;
    border-radius: 25px;
    background: #f2462e; }

.top-panel_nav {
  float: right; }

.nav_mobile-menu {
  display: none; }

.nav_menu {
  display: table-cell;
  height: 60px;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .nav_menu_item {
    display: inline-block;
    padding-right: 60px; }
    .nav_menu_item:last-child {
      padding-right: 0px; }
    .nav_menu_item_link {
      font-weight: bold;
      text-transform: uppercase;
      text-decoration: none;
      color: #fff;
      -webkit-transition: color 0.5s;
      -moz-transition: color 0.5s;
      -ms-transition: color 0.5s;
      -o-transition: color 0.5s;
      transition: color 0.5s; }
      .nav_menu_item_link:hover, .nav_menu_item_link.active {
        color: #f2462e; }

.nav_menu_item_has-submenu {
  position: relative; }

.nav_menu_item_submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  margin: 40px 0 0;
  padding: 30px 0;
  list-style-type: none;
  background: #000; }
  .nav_menu_item_submenu_subitem {
    padding: 10px 40px; }
    .nav_menu_item_submenu_subitem_link {
      font-weight: bold;
      text-transform: uppercase;
      text-decoration: none;
      color: #fff;
      -webkit-transition: color 0.5s;
      -moz-transition: color 0.5s;
      -ms-transition: color 0.5s;
      -o-transition: color 0.5s;
      transition: color 0.5s; }
      .nav_menu_item_submenu_subitem_link:hover {
        color: #f2462e; }

.nav_menu_item_submenu_subitem_has-submenu {
  position: relative; }

.nav_menu_item_submenu_subitem_subsubmenu {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #000; }
  .nav_menu_item_submenu_subitem_subsubmenu_subitem {
    padding: 10px 40px; }
    .nav_menu_item_submenu_subitem_subsubmenu_subitem_link {
      font-weight: bold;
      text-transform: uppercase;
      text-decoration: none;
      color: #fff;
      -webkit-transition: color 0.5s;
      -moz-transition: color 0.5s;
      -ms-transition: color 0.5s;
      -o-transition: color 0.5s;
      transition: color 0.5s; }
      .nav_menu_item_submenu_subitem_subsubmenu_subitem_link:hover {
        color: #f2462e; }

/* END top-panel */
/* BEGIN slideshow */
.slideshow {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .slideshow_banners {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1; }
    .slideshow_banners .banner {
      position: absolute;
      left: 0px;
      top: 0px;
      display: block;
      width: 100%;
      filter: alpha(opacity=0);
      opacity: 0;
      -webkit-transition: 1s opacity;
      -moz-transition: 1s opacity;
      -ms-transition: 1s opacity;
      -o-transition: 1s opacity;
      transition: 1s opacity; }
    .slideshow_banners .banner_active {
      filter: alpha(opacity=70);
      opacity: 0.7; }
  .slideshow_captions {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
    .slideshow_captions .caption {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: 0px;
      width: 100%;
      text-align: center;
      filter: alpha(opacity=0);
      opacity: 0;
      -webkit-transition: 1s opacity;
      -moz-transition: 1s opacity;
      -ms-transition: 1s opacity;
      -o-transition: 1s opacity;
      transition: 1s opacity; }
      .slideshow_captions .caption_info {
        font-family: 'Montserrat', Helvetica, Arial, sans-serif;
        font-size: 23.4px;
        font-size: 1.3rem;
        color: #f2462e; }
    .slideshow_captions .caption_active {
      filter: alpha(opacity=100);
      opacity: 1; }
  .slideshow_arrows .arrow-left {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 18px;
    cursor: pointer;
    z-index: 2; }
    .slideshow_arrows .arrow-left:before {
      content: '\f104';
      font-family: FontAwesome;
      font-size: 36px;
      font-size: 2rem; }
  .slideshow_arrows .arrow-right {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 18px;
    cursor: pointer;
    z-index: 2; }
    .slideshow_arrows .arrow-right:after {
      content: '\f105';
      font-family: FontAwesome;
      font-size: 36px;
      font-size: 2rem; }

/* END slideshow */
/* BEGIN welcome */
.welcome {
  width: 100%;
  font-size: 0; }
  .welcome:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.welcome_info {
  box-sizing: border-box;
  display: inline-block;
  padding: 60px;
  width: 50%;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: middle; }

.welcome_picture {
  display: inline-block;
  width: 50%;
  height: 600px;
  overflow: hidden;
  vertical-align: middle; }
  .welcome_picture img {
    position: relative;
    top: 50%;
    left: 50%;
    display: block;
    height: 770px;
    width: 1158px;
    margin-left: -579px;
    margin-top: -385px; }

/* END welcome */
/* BEGIN About */
.about {
  width: 100%;
  font-size: 0; }
  .about:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.about_info-wrapper {
  float: right;
  width: 50%;
  height: 600px; }
  .about_info-wrapper:before {
    content: '';
    height: 100%;
    vertical-align: middle;
    display: inline-block; }

.about_info {
  box-sizing: border-box;
  display: inline-block;
  padding: 60px;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: middle;
  color: #000; }
  .about_info .info_subtitle {
    color: #f2462e; }

.about_picture {
  display: inline-block;
  width: 50%;
  height: 600px;
  overflow: hidden;
  vertical-align: middle; }
  .about_picture img {
    position: relative;
    top: 50%;
    left: 50%;
    display: block;
    height: 770px;
    width: 960px;
    margin-left: -480px;
    margin-top: -385px; }

/* END About */
/* BEGIN  Catalog */
.catalog {
  font-size: 0; }

.catalog_car {
  position: relative;
  display: inline-block;
  width: 33.33%;
  overflow: hidden; }
  .catalog_car:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: transparterize #000, 0.3;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

.catalog_car_picture img {
  display: block;
  width: 100%; }

.catalog_car_info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  font-size: 18px;
  font-size: 1rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2; }

.catalog_car_info_price-daily {
  padding-top: 20px;
  font-family: 'Raleway', Helvetica, Arial, sans-serif; }
  .catalog_car_info_price-daily span {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: bold;
    text-decoration: line-through;
    color: #f2462e;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

.catalog_car_info_price-special {
  padding-top: 10px;
  font-family: 'Raleway', Helvetica, Arial, sans-serif; }
  .catalog_car_info_price-special span {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: bold;
    color: #fff; }

.catalog_car_continue {
  position: absolute;
  left: 0;
  bottom: -250px;
  padding: 20px;
  font-size: 21.6px;
  font-size: 1.2rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2; }
  .catalog_car_continue a {
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #fff; }
    .catalog_car_continue a:after {
      content: '\f105';
      padding-left: 15px;
      font-family: FontAwesome;
      text-decoration: none; }
    .catalog_car_continue a:hover {
      color: #000; }

.catalog_car:hover:after {
  background: rgba(242, 70, 46, 0.8); }
.catalog_car:hover .catalog_car_info {
  bottom: 40px; }
.catalog_car:hover .catalog_car_info_price-daily span {
  color: #fff; }
.catalog_car:hover .catalog_car_continue {
  bottom: 0; }

/* END Catalog */
/* BEGIN Footer */
.footer {
  width: 100%; }
  .footer_contacts {
    box-sizing: border-box;
    display: inline-block;
    padding: 0 60px;
    width: 50%;
    font-size: 18px;
    font-size: 1rem;
    line-height: 1.8;
    vertical-align: middle; }
    .footer_contacts_header {
      margin: 20px 0; }
    .footer_contacts_address:before {
      content: '\f041';
      padding-right: 30px;
      font-family: FontAwesome;
      font-size: 28.8px;
      font-size: 1.6rem; }
    .footer_contacts_phone:before {
      content: '\f095';
      padding-right: 30px;
      font-family: FontAwesome;
      font-size: 28.8px;
      font-size: 1.6rem; }
    .footer_contacts_email a {
      text-decoration: underline;
      color: #f2462e; }
      .footer_contacts_email a:hover {
        color: #fff; }
    .footer_contacts_email:before {
      content: '\f0e0';
      padding-right: 30px;
      font-family: FontAwesome;
      font-size: 28.8px;
      font-size: 1.6rem; }
    .footer_contacts_wh:before {
      content: '\f017';
      padding-right: 30px;
      font-family: FontAwesome;
      font-size: 28.8px;
      font-size: 1.6rem; }
    .footer_contacts_sb_icon {
      padding-right: 30px;
      font-family: FontAwesome;
      font-size: 28.8px;
      font-size: 1.6rem;
      cursor: pointer; }
      .footer_contacts_sb_icon:last-child {
        padding-right: 0; }
    .footer_contacts_sb_fb:before {
      content: '\f09a';
      -webkit-transition: color 0.5s;
      -moz-transition: color 0.5s;
      -ms-transition: color 0.5s;
      -o-transition: color 0.5s;
      transition: color 0.5s; }
    .footer_contacts_sb_fb:hover:before {
      color: #00137F; }
    .footer_contacts_sb_tw:before {
      content: '\f099';
      -webkit-transition: color 0.5s;
      -moz-transition: color 0.5s;
      -ms-transition: color 0.5s;
      -o-transition: color 0.5s;
      transition: color 0.5s; }
    .footer_contacts_sb_tw:hover:before {
      color: #0094FF; }
    .footer_contacts_sb_g:before {
      content: '\f0d5';
      -webkit-transition: color 0.5s;
      -moz-transition: color 0.5s;
      -ms-transition: color 0.5s;
      -o-transition: color 0.5s;
      transition: color 0.5s; }
    .footer_contacts_sb_g:hover:before {
      color: #FF0000; }

.footer_map {
  display: inline-block;
  margin-left: -5px;
  width: 50%;
  height: 500px;
  vertical-align: middle; }

/* END Footer */
/* BEGIN scroll-top-button */
.scroll-top-button {
  display: none;
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  cursor: pointer;
  background: #f2462e;
  box-shadow: 0 0 8px rgba(64, 64, 64, 0.5);
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  z-index: 10; }
  .scroll-top-button:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    line-height: 50px;
    font-size: 36px;
    font-size: 2rem;
    content: '\f106';
    font-family: FontAwesome;
    text-align: center; }
  .scroll-top-button:hover {
    background: #404040; }

/* END scroll-top-button */
/* OTHER STYLES */
.clearfix:after {
  content: '';
  clear: both;
  display: block; }

/* MEDIA QUIERIES */
@media (max-width: 1180px) {
  .top-panel {
    position: absolute;
    left: 0;
    top: 40px; }

  .top-panel_logo_title {
    height: 60px; }
    .top-panel_logo_title:before {
      content: '';
      width: 40px;
      height: 40px;
      border-radius: 20px; }

  .nav_menu_item {
    padding-right: 20px; }

  .welcome_info,
  .about_info {
    padding: 20px; } }
@media (max-width: 980px) {
  h1, h2, h3, h4 {
    text-align: center; }

  h1 {
    font-size: 54px;
    font-size: 3rem; }

  h2 {
    font-size: 36px;
    font-size: 2rem; }

  .top-panel {
    position: absolute;
    left: 0;
    top: 20px;
    padding: 0 30px; }

  .nav_menu_item {
    padding-right: 10px; }

  .welcome_picture {
    width: 100%;
    height: 100%; }
    .welcome_picture img {
      position: relative;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      margin-left: 0;
      margin-top: 0; }

  .welcome_info {
    width: 100%;
    height: 100%; }

  .about_info-wrapper {
    float: none;
    width: 100%;
    height: 100%; }

  .about_picture {
    width: 100%;
    height: 100%; }
    .about_picture img {
      position: relative;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      margin-left: 0;
      margin-top: 0; }

  .catalog_car {
    width: 50%; }

  .footer_contacts {
    width: 100%; }
    .footer_contacts p {
      text-align: center; }

  .footer_map {
    width: 100%; } }
@media (max-width: 760px) {
  .header {
    margin-top: 60px; }

  .top-panel_logo {
    float: none;
    text-align: center;
    width: 100%; }
    .top-panel_logo_title {
      display: inline; }

  .top-panel_nav {
    float: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%; }

  .nav_mobile-menu {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 25.2px;
    font-size: 1.4rem;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(64, 64, 64, 0.5);
    color: #404040;
    background: #fff;
    z-index: 3;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

  .nav_mobile-menu_icon:before {
    content: '\f0c9';
    font-family: FontAwesome;
    font-style: normal;
    margin: 0 20px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

  .nav_mobile-menu_icon_active:before {
    content: '\f060';
    font-family: FontAwesome;
    font-style: normal;
    margin: 0 20px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: rotate(90deg);
    /* Для Firefox */
    -ms-transform: rotate(90deg);
    /* Для IE */
    -webkit-transform: rotate(90deg);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(90deg);
    /* Для Opera */
    transform: rotate(90deg); }

  .nav_menu {
    position: fixed;
    left: -200px;
    top: 0;
    box-sizing: border-box;
    display: block;
    padding: 20px 0;
    padding-top: 50px;
    width: 200px;
    height: 100%;
    background: #fff;
    overflow: auto; }
    .nav_menu_item {
      display: block;
      padding-right: 0; }
      .nav_menu_item_link {
        box-sizing: border-box;
        display: block;
        padding: 15px 0 15px 20px;
        width: 100%;
        font-size: 16.2px;
        font-size: 0.9rem;
        font-weight: normal;
        text-transform: none;
        text-decoration: none;
        color: #404040;
        background: #fff;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        .nav_menu_item_link:hover, .nav_menu_item_link.active {
          color: #fff;
          background: #f2462e; }

  .nav_menu_item_has-submenu {
    position: relative;
    outline: 1px solid orange; }
    .nav_menu_item_has-submenu .nav_menu_item_link:after {
      content: '\f107';
      display: inline-block;
      margin-left: 100px;
      border-radius: 13px;
      width: 26px;
      height: 26px;
      line-height: 26px;
      font-family: FontAwesome;
      font-size: 18px;
      font-size: 1rem;
      text-align: center;
      color: #fff;
      background: rgba(64, 64, 64, 0.5);
      cursor: pointer;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .nav_menu_item_has-submenu .nav_menu_item_link:hover:after {
      color: #000;
      background: #fff; }

  .nav_menu_item_submenu {
    display: none;
    box-sizing: border-box;
    position: static;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: #fff; }
    .nav_menu_item_submenu_subitem {
      padding: 0; }
      .nav_menu_item_submenu_subitem_link {
        display: block;
        padding: 15px 0 15px 40px;
        font-size: 16.2px;
        font-size: 0.9rem;
        font-weight: normal;
        text-transform: none;
        text-decoration: none;
        color: #404040;
        background: #fff;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        .nav_menu_item_submenu_subitem_link:hover, .nav_menu_item_submenu_subitem_link.active {
          color: #fff;
          background: #f2462e; }

  .nav_menu_item_submenu_subitem_subsubmenu {
    display: block;
    position: static;
    background: #fff; }
    .nav_menu_item_submenu_subitem_subsubmenu_subitem {
      padding: 0; }
      .nav_menu_item_submenu_subitem_subsubmenu_subitem_link {
        display: block;
        padding: 15px 0 15px 60px;
        font-size: 16.2px;
        font-size: 0.9rem;
        font-weight: normal;
        text-transform: none;
        text-decoration: none;
        color: #404040;
        background: #fff;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        .nav_menu_item_submenu_subitem_subsubmenu_subitem_link:hover, .nav_menu_item_submenu_subitem_subsubmenu_subitem_link.active {
          color: #fff;
          background: #f2462e; }

  .catalog_car {
    width: 100%; } }
@media (max-width: 650px) {
  h1 {
    font-size: 43.2px;
    font-size: 2.4rem;
    line-height: 2.6rem; }

  h2 {
    font-size: 32.4px;
    font-size: 1.8rem; } }
@media (max-width: 550px) {
  .slideshow_banners .banner {
    height: 281px; }

  .top-panel {
    position: absolute;
    left: 0;
    top: 10px;
    padding: 0 10px; }

  .caption_header {
    margin: 0;
    padding: 0;
    padding: 0 10px; }

  .caption_info {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    padding: 0 10px; }

  .slideshow_arrows {
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 100px;
    margin-left: -50px;
    font-size: 0;
    z-index: 2; }
    .slideshow_arrows .arrow-left {
      display: inline-block;
      position: static;
      padding-right: 64px;
      width: 18px;
      z-index: 2; }
    .slideshow_arrows .arrow-right {
      display: inline-block;
      position: static;
      width: 18px;
      z-index: 2; } }

/*# sourceMappingURL=styles.css.map */
