* {
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

ul {
  margin: 0;
}

.label {
  display: block;
  margin: 0 auto;
  width: 112px;
  height: 24px;
  background: #000000;
  font-weight: 400;
  font-size: 11px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.label_white {
  background: #FFFFFF;
  color: #070716;
}

.title {
  font-weight: 700;
  font-size: 38px;
  text-align: center;
  text-transform: uppercase;
  color: #222222;
  margin: 33px 0 0;
}
.title_white {
  color: #FFFFFF;
}

.subtitle {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  color: #222222;
  margin-top: 19px;
}
.subtitle_white {
  color: #FFFFFF;
}

header {
  position: relative;
}

nav {
  position: fixed;
  width: 100%;
  height: 50px;
  background: #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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 70px;
  margin: 0;
  list-style-type: none;
}

.menu_item {
  border-right: 2px dashed rgb(0, 0, 0);
  padding-right: 28px;
}
.menu_item:last-child {
  border-right: none;
}

.menu_link {
  font-weight: 300;
  font-size: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.menu_link:hover {
  color: #1eacc7;
}

.subheader {
  position: absolute;
  top: 50px;
  width: 100%;
  padding: 18px 0;
  background: rgba(0, 0, 0, 0.6);
}

.subheader_logo {
  display: block;
  max-width: 100%;
}

.subheader_official {
  margin-top: 6px;
  opacity: 0.5;
  font-weight: 100;
  font-size: 13px;
  color: #FFFFFF;
}

.subheader_call {
  font-weight: 300;
  font-size: 12px;
  color: #FFFFFF;
  text-align: right;
}

.subheader_phone {
  display: block;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  text-align: right;
  margin-top: 8px;
  line-height: 12px;
}

.subheader_btn {
  position: relative;
  width: 172px;
  height: 46px;
  background: -webkit-gradient(linear, left bottom, left top, from(#1EACC7), to(#4CE2FF));
  background: linear-gradient(0deg, #1EACC7 0%, #4CE2FF 100%);
  -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-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.21);
  border: none;
  z-index: 1;
}
.subheader_btn:hover {
  background-image: none;
  background-color: #1eacc7;
}
.subheader_btn:active {
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}
.subheader_btn:before, .subheader_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  width: 150%;
  z-index: -1;
  background-repeat: no-repeat;
}
.subheader_btn.animate:before {
  top: -70%;
  background-image: radial-gradient(circle, #1EACC7 15%, transparent 15%), radial-gradient(circle, transparent 15%, #1EACC7 15%, transparent 25%), radial-gradient(circle, #1EACC7 15%, transparent 15%), radial-gradient(circle, transparent 5%, #1EACC7 10%, transparent 15%), radial-gradient(circle, #1EACC7 15%, transparent 15%), radial-gradient(circle, #1EACC7 15%, transparent 15%), radial-gradient(circle, #1EACC7 15%, transparent 15%), radial-gradient(circle, #1EACC7 15%, transparent 15%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 18% 18%;
  background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  -webkit-animation: topBubbles 0.6s ease-in-out infinite;
          animation: topBubbles 0.6s ease-in-out infinite;
}
@-webkit-keyframes topBubbles {
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 20%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes topBubbles {
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 20%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
.subheader_btn.animate:after {
  bottom: -70%;
  background-image: radial-gradient(circle, #1EACC7 15%, transparent 15%), radial-gradient(circle, transparent 5%, #1EACC7 10%, transparent 15%), radial-gradient(circle, #1EACC7 15%, transparent 15%), radial-gradient(circle, #1EACC7 15%, transparent 15%), radial-gradient(circle, #1EACC7 15%, transparent 15%), radial-gradient(circle, #1EACC7 15%, transparent 15%), radial-gradient(circle, #1EACC7 15%, transparent 15%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 10% 0%, 30% 10%, 55% 0%, 70% 0%, 85% 0%, 70% 0%, 70% 0%;
  -webkit-animation: bottomBubbles 0.6s ease-in-out infinite;
          animation: bottomBubbles 0.6s ease-in-out infinite;
}
@-webkit-keyframes bottomBubbles {
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes bottomBubbles {
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.promo {
  min-height: 800px;
  background: url(../img/uber_bg.png) center center/cover no-repeat;
  padding: 150px 0 135px;
}

.promo_header,
.promo_subheader {
  font-weight: 700;
  font-size: 60px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
}

.promo_subheader {
  font-size: 36px;
  line-height: 48px;
  margin-top: 22px;
}

.promo_descr {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 23px;
}

.promo_btn {
  position: relative;
  display: block;
  margin: 115px auto 0;
  width: 259px;
  height: 63px;
  background: -webkit-gradient(linear, left bottom, left top, from(#1EACC7), to(#4CE2FF));
  background: linear-gradient(0deg, #1EACC7 0%, #4CE2FF 100%);
  -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-radius: 4px;
  border: none;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.21);
  z-index: 1;
}
.promo_btn:hover {
  background-image: none;
  background-color: #1eacc7;
}
.promo_btn:active {
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}
.promo_btn:before, .promo_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  width: 150%;
  z-index: -1;
  background-repeat: no-repeat;
}
.promo_btn.animate:before {
  top: -70%;
  background-image: radial-gradient(circle, #1EACC7 15%, transparent 15%), radial-gradient(circle, transparent 15%, #1EACC7 15%, transparent 25%), radial-gradient(circle, #1EACC7 15%, transparent 15%), radial-gradient(circle, transparent 5%, #1EACC7 10%, transparent 15%), radial-gradient(circle, #1EACC7 15%, transparent 15%), radial-gradient(circle, #1EACC7 15%, transparent 15%), radial-gradient(circle, #1EACC7 15%, transparent 15%), radial-gradient(circle, #1EACC7 15%, transparent 15%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 18% 18%;
  background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  -webkit-animation: topBubbles 0.6s ease-in-out infinite;
          animation: topBubbles 0.6s ease-in-out infinite;
}
@keyframes topBubbles {
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 20%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
.promo_btn.animate:after {
  bottom: -70%;
  background-image: radial-gradient(circle, #1EACC7 15%, transparent 15%), radial-gradient(circle, transparent 5%, #1EACC7 10%, transparent 15%), radial-gradient(circle, #1EACC7 15%, transparent 15%), radial-gradient(circle, #1EACC7 15%, transparent 15%), radial-gradient(circle, #1EACC7 15%, transparent 15%), radial-gradient(circle, #1EACC7 15%, transparent 15%), radial-gradient(circle, #1EACC7 15%, transparent 15%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 10% 0%, 30% 10%, 55% 0%, 70% 0%, 85% 0%, 70% 0%, 70% 0%;
  -webkit-animation: bottomBubbles 0.6s ease-in-out infinite;
          animation: bottomBubbles 0.6s ease-in-out infinite;
}
@keyframes bottomBubbles {
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.reasons {
  padding: 20px 0 64px;
}

.reasons_block {
  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: 30px;
}

.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;
  width: 116px;
  height: 116px;
  background: #1EACC7;
  border-radius: 100%;
  margin-right: 25px;
}

.reasons_descr {
  width: 343px;
}

.reasons_title {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #1EACC7;
}

.reasons_text {
  font-weight: 300;
  font-size: 15px;
  line-height: 21px;
  color: #202020;
}

.mobile {
  padding: 48px 0 61px;
  background: url("../img/advantage_bg.png") center center/cover no-repeat;
}
.mobile_wrapper {
  margin-top: 30px;
}
.mobile_item {
  position: relative;
  width: 320px;
  height: 280px;
  margin: 0 auto;
  margin-bottom: 19px;
  padding-top: 89px;
}
.mobile_item_1 {
  background: url("../img/card/card_1.png") center center/cover no-repeat;
}
.mobile_item_2 {
  background: url("../img/card/card_2.png") center center/cover no-repeat;
}
.mobile_item_3 {
  background: url("../img/card/card_3.png") center center/cover no-repeat;
}
.mobile_item_4 {
  background: url("../img/card/card_4.png") center center/cover no-repeat;
}
.mobile_item_5 {
  background: url("../img/card/card_5.png") center center/cover no-repeat;
}
.mobile_item_6 {
  background: url("../img/card/card_5.png") center center/cover no-repeat;
}
.mobile_item_subtitle {
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.mobile_item_plus {
  position: absolute;
  bottom: 34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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;
  width: 29px;
  height: 29px;
  background: #000000;
  border-radius: 100%;
  margin: 0 auto;
  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;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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;
}

.choice {
  position: relative;
  background: url(../img/car_footer.png) center center/cover no-repeat;
  padding: 54px 0 137px;
  z-index: 1;
}
.choice_bg {
  width: 100%;
  min-height: 502px;
  background: #070716;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.choice_img {
  display: block;
  margin: 0 auto;
  margin-top: 54px;
}
.choice_text {
  width: 327px;
  margin: 0 auto;
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  color: #222222;
}

.require {
  padding: 68px 0 90px;
}
.require_block {
  margin: 33px 0;
}
.require_block_nmb {
  margin-bottom: 0;
}
.require_title {
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  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:last-child {
  margin-bottom: 0;
}
.require_list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: -33px;
  width: 21px;
  height: 20px;
  background: url("../icons/check_blue.svg") center center/cover no-repeat;
}
.require_descr {
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  color: #1CA8C3;
  margin-top: 25px;
}
.require .warning .require_title {
  color: #FF5656;
}
.require .warning .require_list li:before {
  background: url("../icons/check_red.svg") center center/cover no-repeat;
}

.world {
  min-height: 716px;
  background: url("../img/world_bg.jpg") center center/cover no-repeat;
  position: relative;
  padding: 48px 0 50px;
}
.world_descr {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  color: #1FBAD6;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.world_descr:hover {
  color: #fff;
}

.footer {
  padding: 14px 23px 39px 23px;
}
.footer_divider {
  width: 299px;
  height: 4px;
  background-color: #1fbad6;
  margin: 0 auto;
}
.footer_wrapper {
  margin-top: 30px;
}
.footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.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;
  width: 32px;
  height: 32px;
  background: #070716;
  border-radius: 100%;
  margin-right: 6px;
}
.footer_social_item-icon {
  color: #fff;
}
.footer_links {
  width: 350px;
  margin: 0 auto;
}
.footer_links_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.footer_links_main_link {
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
  color: #070716;
}
.footer_links_sub {
  margin-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_links_sub_link {
  font-weight: 300;
  font-size: 11px;
  text-transform: uppercase;
  color: #999999;
}
.footer_links_lang {
  margin-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
  color: #1FBAD6;
}
.footer_apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer_apps_link {
  display: block;
  width: 94px;
  height: 26px;
  margin-right: 7px;
}
.footer_apps_link:last-child {
  margin-right: 0;
}
.footer_apps_link_img {
  width: 100%;
  height: 100%;
}

.xs-visible {
  display: none;
}

@media (max-width: 1200px) {
  .menu_item {
    padding-right: 15px;
  }
  .menu_link {
    font-size: 14px;
  }
  .promo_header {
    font-size: 54px;
  }
  .promo_subheader {
    font-size: 32px;
  }
  .reasons_block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .reasons_descr {
    width: 300px;
  }
  .mobile_item {
    width: 300px;
  }
  .footer_links {
    width: 286px;
  }
  .footer_links_main_link {
    font-size: 13px;
  }
  .footer_links_sub_link {
    font-size: 9px;
  }
  .footer_links_lang {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .title {
    font-size: 32px;
  }
  .menu_item {
    padding-right: 10px;
  }
  .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: 4px;
  }
  .subheader_btn:before, .subheader_btn:after {
    width: 120%;
  }
  .promo_header {
    font-size: 40px;
  }
  .promo_subheader {
    font-size: 25px;
  }
  .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_round {
    margin-right: 0;
  }
  .reasons_descr {
    margin-top: 20px;
    width: 100%;
  }
  .choice {
    padding: 54px 0 90px;
  }
  .choice_bg {
    min-height: 440px;
  }
  .choice_img {
    width: 80%;
  }
  .require_title {
    font-size: 20px;
  }
  .require_list li {
    font-size: 15px;
  }
  .require_descr {
    font-size: 15px;
  }
  .footer_apps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .footer_apps_link {
    margin-bottom: 7px;
    margin-right: 0;
    height: 26px;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 30px;
  }
  .subtitle {
    font-size: 16px;
  }
  nav {
    height: 50px;
  }
  .menu {
    position: fixed;
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: 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: 8px 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_line {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #fff;
    margin-bottom: 2px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  .hamburger_active .hamburger_line {
    margin-bottom: -2px;
  }
  .hamburger_active .hamburger_line:nth-child(1) {
    -webkit-transform: translateY(3px) rotate(-45deg);
            transform: translateY(3px) rotate(-45deg);
  }
  .hamburger_active .hamburger_line:nth-child(2) {
    display: none;
  }
  .hamburger_active .hamburger_line: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: 0px;
    font-size: 16px;
    text-align: center;
  }
  .subheader_btn {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    width: 200px;
    height: 40px;
  }
  .promo {
    padding: 190px 0 135px;
  }
  .promo_header {
    line-height: 45px;
  }
  .mobile_item {
    width: 320px;
  }
  .choice_bg {
    min-height: 387px;
  }
  .footer_social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_links {
    margin-top: 30px;
  }
  .footer_apps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
  .footer_apps_link {
    margin-bottom: 0;
    margin-right: 7px;
  }
  .footer_apps_link:last-child {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  nav {
    height: 30px;
  }
  .subheader {
    top: 30px;
    padding: 11px 0;
  }
  .subheader_official {
    display: none;
  }
  .subheader_phone {
    font-size: 12px;
  }
  .subheader_btn {
    width: 110px;
    height: 22px;
    font-size: 10px;
  }
  .promo {
    min-height: 400px;
    padding: 157px 0 34px;
  }
  .promo_descr {
    display: none;
  }
  .promo_header {
    font-weight: 900;
    font-size: 30px;
    line-height: 35px;
    padding: 0 24px;
  }
  .promo_subheader {
    font-size: 20px;
    line-height: 23px;
  }
  .promo_btn {
    margin: 72px auto 0;
    width: 210px;
    height: 50px;
  }
  .menu {
    width: 85%;
  }
  .menu_item {
    width: 100%;
    text-align: center;
    padding: 4px 0;
  }
  .menu_link {
    display: block;
  }
  .reasons {
    padding: 22px 0 38px;
  }
  .reasons_block {
    margin-top: 26px;
  }
  .reasons_round {
    width: 100px;
    height: 100px;
  }
  .reasons_descr {
    margin-top: 24px;
  }
  .reasons_title {
    font-size: 15px;
  }
  .reasons_text {
    font-size: 15px;
  }
  .mobile_item {
    width: 100%;
    max-width: 320px;
  }
  .mobile_item_subtitle {
    font-size: 19px;
  }
  .choice_bg {
    min-height: 303px;
  }
  .choice_text {
    width: 100%;
    font-size: 13px;
  }
  .title {
    font-size: 16px;
    margin-top: 17px;
    line-height: 16px;
  }
  .subtitle {
    font-size: 13px;
  }
  .require_title {
    font-size: 15px;
  }
  .require_list li {
    font-size: 12px;
  }
  .require_list li:before {
    width: 18px;
    height: 17px;
  }
  .require_descr {
    font-size: 12px;
  }
  .world_descr {
    font-size: 11px;
  }
  .footer_divider {
    width: 100%;
  }
  .footer_links {
    width: 100%;
  }
  .footer_links_main_link {
    font-size: 11px;
  }
  .footer_links_sub {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .footer_links_sub_link {
    margin: 2px 5px;
  }
}/*# sourceMappingURL=style.min.css.map */