* {
  font-family: "Roboto" sans-serif; }

header {
  position: relative;
  height: 50px; }

nav {
  position: fixed;
  height: 50px;
  background-color: #212121;
  position: fixed;
  width: 100%;
  z-index: 2; }

.hamburger {
  display: none; }

.menu {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 13px 70px;
  margin: 0;
  list-style-type: none; }
  .menu_link {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300; }
  .menu_item {
    border-right: 2px dotted black;
    padding-right: 33px; }
    .menu_item:last-child {
      border-right: none; }

.subheader {
  margin-top: 50px;
  height: 84px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%; }
  .subheader_logo {
    display: block;
    max-width: 100%;
    margin-top: 16px; }
  .subheader_official {
    opacity: 0.5;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    margin-top: 6px; }
  .subheader_call {
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    margin-top: 19px;
    text-align: right; }
  .subheader_phone {
    display: block;
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    margin-top: 8px;
    line-height: 12px;
    text-align: right; }
  .subheader_btn {
    margin-top: 19px;
    width: 172px;
    height: 46px;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.12);
    border: none;
    border-radius: 4px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#1EACC7), to(#4ce2ff));
    background-image: linear-gradient(to top, #1EACC7 0%, #4ce2ff 100%);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.21);
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase; }
    .subheader_btn:hover {
      background-image: none;
      background-color: #1EACC7; }
  .subheader .xs-visible {
    display: none; }

.promo {
  min-height: 800px;
  background: url("../img/header_bg.jpg") center center/cover no-repeat;
  padding: 150px 0 135px 0; }
  .promo_header {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 55px;
    margin: 0;
    text-align: center;
    z-index: 1; }
  .promo_subheader {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 36px;
    margin: 0;
    margin-top: 22px;
    text-align: center; }
  .promo_descr {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 23px;
    text-align: center; }
  .promo_btn {
    display: block;
    margin: 118px auto 0 auto;
    width: 259px;
    height: 63px;
    -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.12);
    border: none;
    border-radius: 4px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#1EACC7), to(#4ce2ff));
    background-image: linear-gradient(to top, #1EACC7 0%, #4ce2ff 100%);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.21);
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase; }
    .promo_btn:hover {
      background-image: none;
      background-color: #1EACC7; }

.reasons {
  padding: 71px 0 68px 0; }
  .reasons .label {
    margin: 0 auto;
    height: 24px;
    width: 112px;
    padding: 5px 16px;
    background-color: #000000;
    color: #ffffff;
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase; }
  .reasons h2.title {
    margin-bottom: 0;
    margin-top: 38px;
    color: #222222;
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center; }
  .reasons_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 35px; }
  .reasons_round {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    width: 113px;
    height: 113px;
    background-color: #1EACC7;
    margin-right: 26px; }
  .reasons_descr {
    width: 343px; }
  .reasons_subtitle {
    color: #1EACC7;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px; }
  .reasons_text {
    color: #202020;
    font-weight: 300;
    font-size: 15px;
    font-weight: 300; }

.mobile {
  min-height: 864px;
  padding: 48px 0 79px 0; }
  .mobile_item {
    position: relative;
    width: 320px;
    height: 280px;
    margin: 0 auto;
    margin-bottom: 19px;
    padding-top: 92px; }
    .mobile_item_1 {
      background: url(../img/mobile_app/1.png) center center/cover no-repeat; }
    .mobile_item_2 {
      background: url(../img/mobile_app/2.png) center center/cover no-repeat; }
    .mobile_item_3 {
      background: url(../img/mobile_app/3.png) center center/cover no-repeat; }
    .mobile_item_4 {
      background: url(../img/mobile_app/4.png) center center/cover no-repeat; }
    .mobile_item_5 {
      background: url(../img/mobile_app/5.png) center center/cover no-repeat; }
    .mobile_item_6 {
      background: url(../img/mobile_app/6.png) center center/cover no-repeat; }
    .mobile_item_title {
      color: #ffffff;
      font-size: 24px;
      font-weight: 400;
      line-height: 31px;
      text-transform: uppercase;
      text-align: center; }
    .mobile_item_plus {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: absolute;
      bottom: 35px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 26px;
      height: 26px;
      background-color: #000000;
      border-radius: 100%;
      padding: 6px;
      cursor: pointer; }
      .mobile_item_plus:before {
        content: "";
        display: block;
        width: 14px;
        height: 2px;
        background-color: #1EACC7;
        -webkit-transition: 0.3s all;
        transition: 0.3s all; }
      .mobile_item_plus:after {
        content: "";
        position: absolute;
        display: block;
        width: 2px;
        height: 14px;
        background-color: #1EACC7;
        -webkit-transition: 0.3s all;
        transition: 0.3s all; }
      .mobile_item_plus:hover:before, .mobile_item_plus:hover:after {
        background-color: #FF5656; }
  .mobile .row {
    margin-top: 32px; }

.label {
  margin: 0 auto;
  height: 24px;
  width: 112px;
  padding: 5px 16px;
  background-color: #000000;
  color: #ffffff;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase; }

h2.title {
  margin-bottom: 0;
  margin-top: 38px;
  color: #222222;
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center; }

.untitle_text {
  margin-top: 11px;
  color: #222222;
  font-size: 17px;
  weight: 300;
  text-align: center; }

.car {
  position: relative;
  min-height: 900px;
  background: url("../img/uber_car/car.png") center 250px no-repeat; }
  .car_descr {
    position: relative;
    min-height: 500px;
    background: #070716;
    padding-top: 48px;
    z-index: -1; }
    .car_descr .label {
      margin: 0 auto;
      height: 24px;
      width: 112px;
      padding: 5px 16px;
      background-color: #fff;
      color: #000;
      font-size: 11px;
      font-weight: 300;
      text-transform: uppercase; }
    .car_descr h2.title {
      margin-bottom: 0;
      margin-top: 32px;
      color: #fff;
      font-size: 38px;
      font-weight: 700;
      line-height: 38px;
      text-transform: uppercase;
      text-align: center; }
    .car_descr .untitle_text {
      margin-top: 19px;
      color: #fff;
      font-size: 17px;
      line-height: 17px;
      weight: 300;
      text-align: center; }
  .car_bottom_text {
    max-width: 297px;
    margin: 0 auto;
    margin-top: 170px;
    color: #222222;
    font-size: 17px;
    line-height: 21px;
    text-align: center; }
  .car_bottom_text_xs {
    display: none; }

.col {
  padding: 0; }

.car_img {
  min-height: 500px;
  background: #070716;
  margin: 0;
  padding: 0; }

.require {
  padding: 68px 0 84px 0; }
  .require_block {
    margin: 33px 0; }
    .require_blocknmb {
      margin-bottom: 0px; }
  .require_title {
    color: #1ca8c3;
    font-size: 22px;
    font-weight: 400; }
  .require_list {
    list-style-type: none;
    padding-left: 50px;
    margin-top: 22px; }
    .require_list li {
      position: relative;
      font-size: 17px;
      font-weight: 300;
      line-height: 24px;
      margin-bottom: 10px; }
      .require_list li:before {
        content: "";
        display: block;
        position: absolute;
        left: -32px;
        top: 4px;
        width: 21px;
        height: 20px;
        background: url("../img/icons/blue_success.png") center center/cover no-repeat; }
  .require_descr {
    margin-top: 25px;
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
    color: #1ca8c3; }
  .require .warning .require_title {
    color: #FF5656; }
  .require .warning .require_list li:before {
    background: url("../img/icons/red_success.png") center center/cover no-repeat; }

.world_map {
  min-height: 717px;
  padding: 48px 0 49px 0;
  background: url("../img/world_bg.jpg") center center/cover no-repeat; }
  .world_map_label {
    margin: 0 auto;
    width: 77px;
    height: 25px;
    text-align: center;
    padding: 8px 0 6px 0;
    font-size: 11px;
    line-height: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #070716;
    background-color: #fff; }
  .world_map_title {
    text-align: center;
    text-transform: uppercase;
    margin-top: 38px;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 700;
    font-size: 38px;
    line-height: 38px; }
  .world_map_untitle_text {
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 17px; }
  .world_map_link {
    display: block;
    margin-top: 486px;
    text-align: center;
    color: #1EACC7;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .world_map_link:hover {
      -webkit-text-decoration-line: none;
              text-decoration-line: none;
      color: #FF5656;
      -webkit-transition: 0.3s;
      transition: 0.3s; }

footer {
  padding: 14px 23px 39px 23px;
  min-height: 156px; }
  footer a:hover {
    text-decoration: none; }

.footer_line {
  margin: 0 auto;
  width: 300px;
  height: 5px;
  background-color: #1EACC7; }
.footer_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 32px; }
.footer_wrapper > div {
  width: 33%; }
  .footer_wrapper > div:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
.footer_socials {
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.footer_img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 4px;
  width: 33px;
  height: 33px;
  background-color: #070716;
  border-radius: 50%; }
  .footer_img_wrap i {
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .footer_img_wrap i:hover {
      color: #FF5656;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
.footer_links {
  width: 390px;
  margin: 0 auto; }
  .footer_links_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 10px; }
    .footer_links_main a {
      color: #070716;
      font-size: 15px;
      font-weight: 300;
      text-transform: uppercase; }
  .footer_links_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px; }
    .footer_links_sub a {
      color: #999999;
      font-size: 11px;
      font-weight: 300;
      text-transform: uppercase; }
  .footer_links_lang {
    display: block;
    margin: 0 auto;
    color: #1fbad6;
    font-size: 11px;
    font-weight: 700;
    margin-top: 19px;
    text-transform: uppercase;
    text-align: center; }

@media (max-width: 1200px) {
  .menu_item {
    padding-right: 20px; }
  .menu_link {
    font-size: 13px; }

  .subheader_logo img {
    width: 100%; }
  .subheader_btn {
    margin-top: 21px;
    height: 40px;
    width: 100%; }

  .promo_header {
    font-size: 50px; }

  .reasons_block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .reasons_descr {
    width: 300px; }

  .mobile_item {
    width: 300px; }

  .xs-hidden {
    display: block; }

  .xs-visible {
    display: none; } }
@media (max-width: 991px) {
  .menu_item {
    padding-right: 8px; }
  .menu_link {
    font-size: 10px; }

  .subheader_logo img {
    width: 100%; }
  .subheader_official {
    font-size: 11px; }
  .subheader_phone {
    font-size: 17px; }
  .subheader_btn {
    margin-top: 21px;
    height: 40px;
    width: 100%; }

  .promo_header {
    font-size: 39px; }
  .promo_subheader {
    font-size: 26px; }

  .reasons_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .reasons_descr {
    width: 300px;
    margin-top: 20px; }

  .mobile_item {
    width: 300px; }

  .car {
    background: url("../img/uber_car/car.png") center 235px/100% no-repeat; }
    .car_descr h2.title {
      font-size: 35px; }
    .car_descr .untitle_text {
      font-size: 15px; }

  .footer_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .footer_wrapper > div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px; }
    .footer_wrapper > div:nth-child(1) {
      width: 100%; }
    .footer_wrapper > div:nth-child(3) {
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
@media (max-width: 767px) {
  .menu {
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    left: -100%;
    right: 0;
    width: 50%;
    height: 100vh;
    padding: 20px 15px;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: 0.6s;
    transition: 0.6s; }
    .menu_active {
      left: 0; }
    .menu_item {
      padding-right: 0;
      border: none;
      margin: 10px 0; }
    .menu_link {
      font-size: 20px; }

  .subheader_logo img {
    width: 100%; }
  .subheader_call {
    text-align: center; }
  .subheader_phone {
    text-align: center;
    font-size: 15px; }
  .subheader_btn {
    margin-top: 5px;
    width: 80%; }

  .promo_header {
    font-size: 30px; }
  .promo_subheader {
    font-size: 20px; }
  .promo_descr {
    font-size: 14px; }
  .promo_btn {
    width: 240px;
    font-size: 17px; }

  .reasons h2.title {
    font-size: 26px; }

  .car {
    background: url("../img/uber_car/car.png") center 235px/100% no-repeat; }
    .car_descr h2.title {
      font-size: 35px; }
    .car_descr .untitle_text {
      font-size: 15px; }

  footer {
    padding: 25px 0 20px 0; }

  .footer_divider {
    width: 253px;
    margin: 0 auto; }
  .footer_wrapper {
    padding-top: 22px; }
  .footer_wrapper > div {
    margin-bottom: 20px; }
    .footer_wrapper > div:nth-child(1) {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .footer_wrapper > div:nth-child(2) {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .footer_wrapper > div:nth-child(3) {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
  .footer_links {
    width: 290px; }
    .footer_links_main {
      padding: 0;
      font-size: 14px; }
    .footer_links_sub {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .footer_links_sub a {
        margin: 0 7px; }
    .footer_links_lang {
      margin-top: 10px; }

  .hamburger {
    display: block;
    position: absolute;
    width: 26px;
    height: 12px;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .hamburger span {
      display: block;
      width: 100%;
      background-color: #ffffff;
      height: 2px;
      margin-bottom: 2px;
      -webkit-transition: 0.5s all;
      transition: 0.5s all; }
    .hamburger_active span {
      margin-bottom: -2px; }
      .hamburger_active span:nth-child(1) {
        -webkit-transform: translateY(3px) rotate(-45deg);
                transform: translateY(3px) rotate(-45deg); }
      .hamburger_active span:nth-child(2) {
        display: none; }
      .hamburger_active span:nth-child(3) {
        -webkit-transform: translateY(3px) rotate(45deg);
                transform: translateY(3px) rotate(45deg); }

  .xs-hidden {
    display: none; }

  .xs-visible {
    display: block;
    color: #fff;
    font-size: 18px; } }
@media (max-width: 575px) {
  .subheader_logo img {
    width: 100%; }
  .subheader_official {
    display: none; }
  .subheader_btn {
    width: 100%;
    height: 25px;
    font-size: 11px; }
  .subheader .xs-visible {
    font-size: 15px;
    text-align: center;
    display: block; }

  .promo {
    min-height: 400px;
    padding: 80px 0 35px 0; }
    .promo_header {
      font-size: 33px;
      line-height: 37px; }
    .promo_subheader {
      font-size: 20px;
      line-height: 25px; }
    .promo_descr {
      display: none; }
    .promo_btn {
      width: 240px;
      height: 55px;
      font-size: 15px; }

  .menu {
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    top: 0;
    left: -100%;
    right: 0;
    width: 50%;
    height: 100vh;
    padding: 20px 15px;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: 0.6s;
    transition: 0.6s; }
    .menu_active {
      left: 0; }
    .menu_item {
      width: 100%;
      text-align: center;
      padding: 5px 0;
      border: none;
      margin: 10px 0; }
    .menu_link {
      display: block;
      font-size: 15px; }

  .reasons {
    padding: 21px 0 18px 0; }
    .reasons h2.title {
      font-size: 15px;
      margin-top: 15px; }
    .reasons_descr {
      width: 286px; }
    .reasons_round {
      width: 105px;
      height: 105px; }

  .mobile h2.title {
    margin-top: 15px;
    font-size: 15px; }
  .mobile .untitle_text {
    font-size: 15px; }
  .mobile .mobile_item {
    height: 254px;
    padding: 81px 40px 0 40px; }
    .mobile .mobile_item_title {
      font-size: 22px; }

  .car {
    min-height: 391px;
    background: url("../img/uber_car/car.png") center 120px/100% no-repeat; }
    .car h2.title {
      display: none; }
    .car .untitle_text {
      display: none; }
    .car_bottom_text {
      display: none; }
    .car_bottom_text_xs {
      display: block;
      max-width: 249px;
      margin: 0 auto;
      margin-top: 335px;
      color: #fff;
      font-size: 16px;
      line-height: 26px;
      text-align: center; }

  .require {
    padding: 24px 0 26px 0; }
    .require h2.title {
      font-size: 20px; }
    .require_block {
      max-width: 290px;
      margin-top: 22px; }
    .require_title {
      font-size: 17px; }
    .require_list {
      padding-left: 32px; }
      .require_list li {
        font-size: 15px;
        line-height: 19px; }

  .world_map {
    max-height: 360px;
    padding: 24px 0 30px 0; }
    .world_map_title {
      font-size: 20px;
      line-height: 25px; }
    .world_map_untitle_text {
      font-size: 15px;
      margin-top: 10px; }

  footer {
    padding: 24px 0 21px 0;
    max-height: 246px; }

  .footer_line {
    width: 254px; } }

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