* {
  font-family: "Roboto", sans-serif; }

body {
  min-width: 320px; }

header {
  position: relative; }

nav {
  height: 50px;
  background-color: #212121;
  position: fixed;
  width: 100%;
  z-index: 2; }

.hamburger {
  display: none; }

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13px 70px;
  margin: 0;
  list-style: none; }
  .menu_link {
    font-size: 15px;
    color: #fff;
    font-weight: 300; }
  .menu_item {
    border-right: 2px dotted #000;
    padding-right: 28px; }
    .menu_item:last-child {
      border-right: none; }

.subheader {
  margin-top: 50px;
  position: absolute;
  width: 100%;
  height: 85px;
  background-color: rgba(0, 0, 0, 0.6); }
  .subheader_logo {
    display: block;
    min-width: 100%;
    margin-top: 15px; }
  .subheader_oficial {
    margin-top: 6px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    opacity: 0.5; }
  .subheader_call {
    margin-top: 19px;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    text-align: right; }
  .subheader_phone {
    display: block;
    margin-top: 8px;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    text-align: right; }
  .subheader_btn {
    width: 172px;
    height: 46px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    -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%);
    margin-top: 19px; }
    .subheader_btn:hover {
      background-image: none;
      background-color: #1eacc7; }

.promo {
  min-height: 800px;
  padding: 150px 0 135px;
  background: url("../img/bg_1.jpg") center center/cover no-repeat; }
  .promo_header {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
    text-align: center; }
  .promo_subheader {
    margin-top: 22px;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
    text-align: center; }
  .promo_descr {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-top: 23px; }
  .promo_btn {
    display: block;
    margin: 118px auto 0;
    width: 259px;
    height: 63px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    -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%); }
    .promo_btn:hover {
      background-image: none;
      background-color: #1eacc7; }

.advantages {
  min-height: 900px;
  padding: 70px 0 70px; }
  .advantages_items {
    margin-top: 40px; }
  .advantages_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px; }
  .advantages_ico {
    padding: 10px 25px 0 35px; }
  .advantages_descr {
    max-width: 350px; }
    .advantages_descr h3 {
      font-size: 17px;
      font-weight: 400;
      color: #1eacc7;
      margin: 0; }
    .advantages_descr p {
      font-size: 15px;
      font-weight: 300;
      color: #202020;
      margin: 0; }

.label {
  display: block;
  margin: 0 auto;
  width: 112px;
  height: 24px;
  background-color: #000;
  font-size: 11px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  border: none; }

.title {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  margin-top: 35px; }

.mobile {
  min-height: 864px;
  padding: 48px 0 80px;
  background: url("../img/bg_pattern.jpg"); }
  .mobile .row {
    margin-top: 32px; }
  .mobile_item {
    position: relative;
    width: 320px;
    height: 280px;
    margin: 0 auto;
    margin-bottom: 19px;
    padding-top: 92px; }
    .mobile_item_1 {
      background: url("../images/uber-ico-1.png") center center/cover no-repeat; }
    .mobile_item_2 {
      background: url("../images/uber-ico-2.png") center center/cover no-repeat; }
    .mobile_item_3 {
      background: url("../images/uber-ico-3.png") center center/cover no-repeat; }
    .mobile_item_4 {
      background: url("../images/uber-ico-4.png") center center/cover no-repeat; }
    .mobile_item_5 {
      background: url("../images/uber-ico-5.png") center center/cover no-repeat; }
    .mobile_item_6 {
      background: url("../images/uber-ico-6.png") center center/cover no-repeat; }
    .mobile_item_subtitle {
      font-size: 24px;
      line-height: 31px;
      font-weight: 400;
      color: #fff;
      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;
      margin: 0 auto;
      position: absolute;
      bottom: 35px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      cursor: pointer; }

.subtitle {
  margin-top: 19px;
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
  color: #222222;
  text-align: center; }

.choice {
  padding-top: 58px;
  background-color: #070716; }
  .choice .label {
    background-color: #fff;
    color: #070716; }
  .choice .title {
    color: #fff; }
  .choice .subtitle {
    color: #fff; }
  .choice_car {
    text-align: center;
    padding: 50px 0 0;
    margin: 0 0 -210px; }
  .choice_text {
    display: none; }
    .choice_text p {
      font-size: 17px;
      line-height: 24px;
      font-weight: 300;
      color: #fff;
      text-align: center; }

.choice_block {
  padding: 210px 0 122px;
  background: url("../img/bg_pattern.jpg"); }
  .choice_block p {
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
    color: #222222;
    text-align: center; }

.require {
  padding: 68px 0 84px; }
  .require_block {
    margin: 33px 0; }
    .require_block_nmb {
      margin-bottom: 0; }
  .require_title {
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    color: #1ca8c3; }
  .require_list {
    list-style-type: none;
    padding-left: 52px;
    margin-top: 15px; }
    .require_list li {
      position: relative;
      font-size: 17px;
      line-height: 24px;
      font-weight: 300;
      color: #222222;
      margin-bottom: 15px; }
      .require_list li:before {
        content: "";
        display: block;
        position: absolute;
        left: -32px;
        top: 3px;
        width: 21px;
        height: 20px;
        background: url("../icons/check_1.png") center center/cover no-repeat; }
  .require_descr {
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
    color: #1ca8c3; }
  .require .warning .require_title {
    color: #ff5656; }
  .require .warning .require_list li:before {
    background: url("../icons/check_2.png") center center/cover no-repeat; }

.world {
  padding: 50px 0;
  min-height: 717px;
  background: url("../img/bg_2.jpg") center center/cover no-repeat; }
  .world .label {
    background-color: #ffe4e4;
    color: #070716; }
  .world .title {
    color: #fff; }
  .world .subtitle {
    color: #fff; }
  .world_block {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #1ca8c3;
    text-transform: uppercase;
    text-align: center;
    margin-top: 486px; }

footer {
  padding: 14px 23px 39px 23px;
  border-bottom: 8px solid #070716; }

.footer_line {
  height: 4px;
  width: 299px;
  background-color: #1fbad6;
  margin: 0 auto; }

.footer_container {
  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_container a {
    text-decoration: none; }

.footer_box {
  width: 33%; }
  .footer_box:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.footer_social {
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.footer_social-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 4px;
  width: 32px;
  height: 32px;
  background-color: #070716;
  border-radius: 100%; }
  .footer_social-ico span {
    color: #fff; }

.footer_links {
  width: 390px;
  margin: 0 auto; }

.footer_nav-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding: 0 10px; }
  .footer_nav-1 a {
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    color: #070716;
    text-transform: uppercase; }

.footer_nav-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin-top: 10px; }
  .footer_nav-2 a {
    font-size: 11px;
    line-height: 24px;
    font-weight: 300;
    color: #999999;
    text-transform: uppercase; }

.footer_lang {
  text-align: center;
  font-size: 11px;
  line-height: 24px;
  font-weight: 400;
  color: #1fbad6;
  text-transform: uppercase;
  margin-top: 19px; }

.xs-visible {
  display: none; }

@media (max-width: 1200px) {
  .menu_item {
    padding-right: 20px; }
  .menu_link {
    font-size: 13px; }

  .promo_header {
    font-size: 50px; }
  .promo_subheader {
    font-size: 30px; }

  .footer_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .footer_box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .footer_box:nth-child(1) {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .footer_box:nth-child(3) {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }

  .footer_social {
    margin: 0 auto;
    margin-top: 20px; }

  .footer_mobile {
    margin: 0 auto;
    margin-top: 20px; } }
@media (max-width: 991px) {
  .menu_item {
    padding-right: 8px; }
  .menu_link {
    font-size: 10px; }

  .subheader_logo img {
    width: 100%; }
  .subheader_oficial {
    font-size: 11px; }
  .subheader_phone {
    font-size: 18px; }
  .subheader_btn {
    margin-top: 21px;
    height: 40px;
    width: 100%; }

  .promo_header {
    font-size: 40px; }
  .promo_subheader {
    font-size: 25px; }

  .advantages_item {
    -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; }
  .advantages_ico {
    padding: 0; }
  .advantages_descr {
    margin-top: 20px; }

  .choice_car img {
    width: 100%; } }
@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%;
    width: 50%;
    height: 100vh;
    padding: 20px 15px;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: 0.6s all;
    transition: 0.6s all; }
    .menu_active {
      left: 0; }
    .menu_item {
      padding-right: 0;
      border: none;
      margin: 10px 0; }
    .menu_link {
      font-size: 20px; }

  .hamburger {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 26px;
    height: 12px; }
    .hamburger span {
      display: block;
      height: 2px;
      width: 100%;
      background-color: #fff;
      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; }

  .subheader_phone {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    text-align: center; }
  .subheader_btn {
    display: block;
    width: 200px;
    height: 40px;
    margin: 0 auto;
    margin-top: 3px; }

  .promo_header {
    line-height: 45px; }

  .choice .title,
  .choice .subtitle {
    display: none; }
  .choice_car {
    margin: 0 0 -134px; }
  .choice_block {
    padding: 134px 0 100px; } }
@media (max-width: 575px) {
  nav {
    height: 30px; }

  .subheader {
    height: 60px;
    top: 30px;
    margin-top: 0; }
    .subheader_oficial {
      display: none; }
    .subheader_logo {
      margin-top: 17px; }
    .subheader_phone {
      font-size: 12px;
      font-weight: 400;
      text-transform: uppercase;
      margin-top: 5px; }
    .subheader_btn {
      width: 110px;
      height: 22px;
      font-size: 10px;
      margin-top: 9px; }

  .promo {
    min-height: 400px;
    padding: 140px 0 35px; }
    .promo_descr {
      display: none; }
    .promo_header {
      font-size: 30px;
      padding: 0 20px;
      line-height: 35px; }
    .promo_subheader {
      font-size: 20px;
      margin-top: 33px;
      padding: 0 10px;
      line-height: 30px; }
    .promo_btn {
      width: 210px;
      height: 50px;
      margin-top: 72px; }

  .menu {
    width: 85%; }
    .menu_item {
      width: 100%;
      text-align: center; }
    .menu_link {
      display: block; }

  .advantages {
    padding: 22px 0 36px; }
    .advantages_items {
      margin-top: 0; }
    .advantages_item {
      margin-top: 26px; }
    .advantages_ico {
      padding: 0;
      width: 100px;
      height: 100px; }
      .advantages_ico img {
        width: 100%; }
    .advantages_descr {
      width: 100%;
      margin-top: 27px; }

  .title {
    font-size: 16px;
    margin-top: 15px;
    line-height: 16px; }

  .subtitle {
    display: block;
    width: 290px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 16px;
    margin-top: 5px; }

  .mobile_item {
    width: 290px;
    height: 255px; }

  .mobile_item_subtitle {
    font-size: 18px;
    padding: 0 40px; }

  .choice {
    padding-top: 26px; }
    .choice_block {
      display: none; }
    .choice_car {
      margin: 0; }
    .choice_text {
      display: block;
      padding: 20px 0 35px; }

  .require_block {
    margin: 20px 0; }
  .require_title {
    font-size: 16px; }
  .require_list {
    padding-left: 33px;
    margin-top: 10px; }
    .require_list li {
      position: relative;
      font-size: 14px;
      margin-bottom: 10px; }
  .require_descr {
    font-size: 14px; }

  .world {
    min-height: 360px;
    padding: 25px 0 35px; }
    .world_block {
      margin-top: 215px; }

  .footer_container {
    padding-top: 20px; }
  .footer_line {
    width: 250px; }
  .footer_nav-1 {
    padding: 0; }
    .footer_nav-1 a {
      font-size: 14px;
      text-align: center;
      letter-spacing: -0.04em; }
  .footer_nav-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .footer_nav-2 a {
      -webkit-box-flex: 50%;
          -ms-flex: 50%;
              flex: 50%;
      text-align: center;
      font-size: 13px;
      line-height: 15px;
      margin: 5px 0; }
  .footer_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .footer_mobile a {
      margin: 0 5px; }
      .footer_mobile a img {
        max-width: 100%; }
  .footer_box:nth-child(3) {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer_lang {
    margin-top: 10px; } }

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