* {
  font-family: "Roboto", sans-serif;
}
header {
  position: relative;
  height: 50px;
}
nav {
  position: fixed;
  height: 50px;
  width: 100%;
  background-color: #212121;
  z-index: 5;
}
.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-type: none;
}
.menu__link {
  font-weight: 300;
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
}
.menu__link:hover {
  text-decoration: none;
  color: #1ca8c3;
}
.menu__item {
  padding-right: 28px;
  border-right: dotted #000 2px;
}
.menu__item:last-child {
  border-right: none;
}
.subheader {
  position: absolute;
  top: 50px;
  width: 100%;
  height: 84px;
  background-color: rgba(0, 0, 0, 0.6);
}
.subheader__logo {
  display: block;
  margin-top: 16px;
  max-width: 100%;
}
.subheader__official {
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  margin-top: 6px;
  opacity: 0.5;
}
.subheader__call {
  font-weight: 300;
  font-size: 12px;
  color: #ffffff;
  margin-top: 19px;
  text-align: right;
}
.subheader__phone {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  text-align: right;
  line-height: 12px;
  text-decoration: none;
}
.subheader__btn {
  margin-top: 19px;
  width: 172px;
  height: 46px;
  -webkit-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0px -3px 0px 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 0px rgba(0, 0, 0, 0.21);
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
.subheader__btn:hover {
  background-image: none;
  background-color: #1ca8c3;
}
.promo {
  min-height: 800px;
  background: url("../img/bg/main_bg.jpg") center center/cover no-repeat;
  padding: 150px 0 135px;
}
.promo__header {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 60px;
  margin: 0;
  text-align: center;
}
.promo__subheader {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 36px;
  margin: 0;
  margin-top: 22px;
  text-align: center;
}
.promo__descr {
  color: #fff;
  font-size: 18px;
  font-weight: 400px;
  line-height: 24px;
  text-align: center;
  margin-top: 23px;
}
.promo__btn {
  display: block;
  margin: 118px auto 0px;
  width: 259px;
  height: 63px;
  -webkit-box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.12);
  border: none;
  border-radius: 4px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#1eacc7),
    to(#4ce2ff)
  );
  background: linear-gradient(to top, #1eacc7 0%, #4ce2ff 100%);
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.21);
}
.promo__btn:hover {
  background-image: none;
  background-color: #1ca8c3;
}
.reasons {
  padding: 71px 0 65px 0;
  background: #fff;
}
.reasons__inner {
  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-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;
  margin-right: 26px;
  width: 113px;
  height: 113px;
  background-color: #1eacc7;
  border-radius: 100%;
}
.reasons__descr {
  width: 343px;
}
.reasons__subtitle {
  font-weight: 400;
  font-size: 17px;
  color: #1eacc7;
  line-height: 21px;
}
.reasons__text {
  color: #202020;
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
}
.label {
  position: relative;
  margin: 0 auto;
  height: 24px;
  width: 112px;
  padding: 5px 12px;
  background-color: #000000;
  color: #ffffff;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
}
.label-white {
  background-color: #fff;
  color: #070716;
}
.label-min {
  width: 76px;
}
.title {
  position: relative;
  margin-bottom: 0;
  margin-top: 38px;
  color: #222222;
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
}
.title-white {
  color: #fff;
}
.subtitle {
  position: relative;
  margin-top: 19px;
  color: #222;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  z-index: 2;
}
.subtitle-white {
  color: #fff;
}
.mobile {
  min-height: 864px;
  padding: 48px 0 79px;
  background: url("../img/bg/mobile_app.png") center center/cover no-repeat;
}
.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("../img/bg/mobile_screen_1.jpg") center center/cover no-repeat;
}
.mobile__item-2 {
  background: url("../img/bg/mobile_screen_2.jpg") center center/cover no-repeat;
}
.mobile__item-3 {
  background: url("../img/bg/mobile_screen_3.jpg") center center/cover no-repeat;
}
.mobile__item-4 {
  background: url("../img/bg/mobile_screen_4.jpg") center center/cover no-repeat;
}
.mobile__item-5 {
  background: url("../img/bg/mobile_screen_5.jpg") center center/cover no-repeat;
}
.mobile__item-6 {
  background: url("../img/bg/mobile_screen_6.jpg") center center/cover no-repeat;
}
.mobile__item-subtitle {
  color: #fff;
  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: #000;
  margin: 0 auto;
  border-radius: 100%;
  cursor: pointer;
}
.mobile__item-plus:before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #1ca8c3;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.mobile__item-plus:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  height: 14px;
  width: 2px;
  background-color: #1ca8c3;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.mobile__item-plus:hover:before,
.mobile__item-plus:hover:after {
  background-color: #ff5656;
}
.choice {
  position: relative;
  min-height: 895px;
  padding: 57px 0 138px 0;
  background: url("../img/bg/mobile_app.png") center center/cover no-repeat;
}
.choice__car {
  position: relative;
  display: block;
  margin: 56px auto 0 auto;
  z-index: 2;
}
.choice__descr {
  text-align: center;
  color: #222222;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}
.choice .black {
  position: absolute;
  top: 0;
  left: 0;
  height: 499px;
  width: 100%;
  background-color: #070716;
  z-index: 1;
}
.require {
  padding: 68px 0 84px 0;
}
.require__block {
  margin: 33px 0;
}
.require__block-nmb {
  margin-bottom: 0;
}
.require__title {
  font-weight: 400;
  font-size: 22px;
  color: #1ca8c3;
}
.require__list {
  list-style-type: none;
  padding-left: 50px;
  margin-top: 22px;
}
.require__list li {
  position: relative;
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  color: #222222;
  margin-bottom: 10px;
}
.require__list li:before {
  content: "";
  display: block;
  position: absolute;
  left: -32px;
  top: 3px;
  width: 21px;
  height: 20px;
  background: url("../icons/check_blue.svg") center center/cover no-repeat;
}
.require__descr {
  font-weight: 300;
  font-size: 17px;
  color: #1ca8c3;
  line-height: 24px;
}
.require .warning .require__title {
  color: #ff5656;
}
.require .warning .require__list li:before {
  background: url("../icons/check_red.svg") center center/cover no-repeat;
}
.world {
  position: relative;
  padding: 46px 0;
  min-height: 716px;
  background: url("../img/bg/map.jpg") center center/cover no-repeat;
}
.world__link {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 49px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 68px;
  text-transform: uppercase;
  color: #1fbad6;
  text-decoration: none;
}
.world__link:hover {
  text-decoration: none;
  color: #fff;
}
footer {
  padding: 14px 23px 39px 23px;
}
footer a:hover {
  text-decoration: none;
}
.footer__divider {
  width: 299px;
  height: 4px;
  background-color: #1fbad6;
  margin: 0 auto;
}
.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__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-item {
  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: 32px;
  height: 32px;
  background-color: #070716;
  border-radius: 100%;
  text-decoration: none;
}
.footer__social-item i {
  color: #fff;
}
.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;
  text-decoration: none;
}
.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: #999;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
}
.footer__links-lang {
  display: block;
  margin: 0 auto;
  color: #1fbad6;
  font-size: 11px;
  font-weight: 400;
  margin-top: 19px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
.xs-visible {
  display: none;
}
@media (max-width: 1200px) {
  .menu__item {
    padding-right: 20px;
  }
  .menu__link {
    font-size: 13px;
  }
  .promo__header {
    font-size: 50px;
  }
  .reasons__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .reasons__descr {
    width: 300px;
  }
  .mobile__item {
    width: 290px;
  }
  .mobile__item-subtitle {
    font-size: 22px;
  }
  .choice {
    padding: 55px 0;
    min-height: 840px;
  }
  .require br {
    display: none;
  }
  .footer__wrapper > div {
    width: 50%;
  }
  .footer__wrapper > div:nth-child(1) {
    width: 25%;
  }
  .footer__wrapper > div:nth-child(3) {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .footer__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__mobile a {
    margin: 0 3px;
  }
  .footer__mobile a img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .title {
    font-size: 28px;
  }
  .menu__item {
    padding-right: 8px;
  }
  .menu__link {
    font-size: 10px;
  }
  .subheader__logo img {
    width: 100%;
  }
  .subheader__official {
    font-size: 11px;
  }
  .subheader__phone {
    font-size: 18px;
  }
  .subheader__btn {
    width: 100%;
    height: 40px;
    margin-top: 21px;
  }
  .promo__header {
    font-size: 40px;
  }
  .promo__subheader {
    font-size: 30px;
  }
  .reasons__inner {
    -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__round {
    margin-right: 0;
  }
  .reasons__descr {
    width: 300px;
    margin-top: 20px;
  }
  .choice {
    min-height: 800px;
  }
  .choice__car {
    width: 100%;
  }
  .world {
    min-height: 650px;
  }
  .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) {
  .title {
    margin-top: 25px;
  }
  .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: all 0.6s;
    transition: all 0.6s;
  }
  .menu__active {
    left: 0;
  }
  .menu__item {
    padding-right: 0;
    border: none;
    margin: 10px 0;
  }
  .menu__link {
    font-size: 20px;
  }
  .promo__header {
    line-height: 45px;
  }
  .reasons {
    padding: 40px 0;
  }
  .reasons__descr {
    width: 350px;
  }
  .reasons__subtitle {
    text-align: center;
  }
  .reasons__text {
    margin-top: 10px;
  }
  .mobile {
    padding: 40px 0;
  }
  .choice {
    min-height: 600px;
    padding: 40px 0;
  }
  .require {
    padding: 40px 0;
  }
  .world {
    min-height: 450px;
  }
  .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: all 0.5s;
    transition: all 0.5s;
  }
  .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;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
  }
  .subheader__btn {
    margin: 0 auto;
    margin-top: 10px;
    width: 200px;
    height: 40px;
    display: block;
  }
}
@media (max-width: 575px) {
  nav {
    height: 30px;
  }
  header {
    height: 30px;
  }
  .subheader {
    top: 30px;
    height: 60px;
  }
  .subheader__official {
    display: none;
  }
  .subheader__logo {
    margin-top: 16px;
  }
  .subheader__phone {
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 11px;
  }
  .subheader__btn {
    margin-top: 6px;
    width: 110px;
    height: 22px;
    font-size: 10px;
  }
  .subheader__btn:hover {
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#1ca8c3),
      to(#4ce2ff)
    );
    background-image: linear-gradient(to top, #1ca8c3 0%, #4ce2ff 100%);
  }
  .promo {
    min-height: 400px;
    padding: 93px 0 35px 0;
  }
  .promo__descr {
    display: none;
  }
  .promo__header {
    font-size: 30px;
    padding: 0 24px;
    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;
    font-size: 16px;
  }
  .promo__btn:hover {
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#1ca8c3),
      to(#4ce2ff)
    );
    background-image: linear-gradient(to top, #1ca8c3 0%, #4ce2ff 100%);
  }
  .menu {
    width: 85%;
  }
  .menu__item {
    width: 100%;
    text-align: center;
    padding: 5px 0;
  }
  .menu__link {
    display: block;
  }
  .hamburger__active span:nth-child(1) {
    -webkit-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
  }
  .hamburger__active span:nth-child(3) {
    -webkit-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
  }
  .reasons {
    padding: 22px 0 36px 0;
  }
  .reasons__inner {
    margin-top: 26px;
  }
  .reasons__round {
    width: 100px;
    height: 100px;
  }
  .reasons__descr {
    width: 100%;
    margin-top: 27px;
  }
  .reasons__subtitle {
    font-size: 16px;
    text-align: left;
  }
  .reasons__text {
    margin-top: 0;
  }
  .title {
    margin-top: 15px;
    font-size: 16px;
    line-height: 16px;
  }
  .subtitle {
    font-size: 14px;
    line-height: 21px;
    margin-top: 11px;
  }
  .mobile {
    padding: 25px 0 24px 0;
  }
  .mobile .row {
    margin-top: 30px;
  }
  .mobile__item {
    height: 254px;
    padding: 81px 40px 0 40px;
  }
  .mobile__item-subtitle {
    font-size: 18px;
    line-height: 31px;
  }
  .mobile__item-plus {
    bottom: 28px;
  }
  .choice {
    min-height: 390px;
    padding: 25px 0 33px 0;
    background: #000;
  }
  .choice .black {
    display: none;
  }
  .choice__descr {
    margin-top: 23px;
    color: #fff;
  }
  .hidden-320 {
    display: none;
  }
  .require {
    padding: 25px;
  }
  .require__title {
    font-size: 16px;
  }
  .require__block {
    margin: 30px 0 0 0;
  }
  .require__list {
    padding-left: 30px;
    margin-top: 5px;
  }
  .require__list li {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 20px;
  }
  .require__descr {
    font-size: 14px;
    margin-top: 15px;
    line-height: 16px;
  }
  .world {
    min-height: 360px;
    padding: 24px 0 30px 0;
  }
  .world__link {
    font-size: 15px;
    line-height: 15px;
    width: 200px;
    bottom: 30px;
  }
  footer {
    padding: 25px 0 20px 0;
  }
  .footer__divider {
    width: 255px;
    margin: 0 auto;
  }
  .footer__wrapper {
    padding-top: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .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;
    width: 260px;
  }
  .footer__mobile {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer__mobile a {
    margin: 0 0;
    width: 83px;
  }
  .footer__links {
    width: 290px;
  }
  .footer__links-main {
    font-size: 14px;
    padding: 0;
  }
  .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;
  }
}
