* {
  font-family: "Roboto", sans-serif; }

header {
  position: relative; }

.header_nav {
  position: fixed;
  width: 100%;
  height: 50px;
  background-color: #212121;
  z-index: 5; }
  .header_nav .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 .menu_link {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none; }
    .menu .menu_link:hover {
      text-decoration: underline; }

.line {
  height: 25px;
  width: 2px;
  background: black; }

.subheader {
  margin: 50px 0 0 0;
  min-height: 85px;
  position: absolute;
  width: 100%; }
  .subheader .subheader_logo {
    display: block;
    max-width: 100%;
    margin: 20px 0 6px 0; }
  .subheader .subheader_official {
    color: #fff;
    opacity: 0.5;
    font-size: 13px;
    font-weight: 400; }
  .subheader .subheader_call {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    margin: 20px 0 0 0;
    text-align: right;
    text-transform: uppercase; }
  .subheader .subheader_phone {
    display: block;
    margin: 8px 0 0 0;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: right;
    line-height: 12px;
    color: #fff;
    text-decoration: none; }
  .subheader .subheader_btn {
    margin: 26px 0 0 0;
    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: -webkit-gradient(linear, left bottom, left top, from(#1eacc7), to(#4ce2ff));
    background: linear-gradient(to top, #1eacc7 0%, #4ce2ff 100%);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.21);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase; }
    .subheader .subheader_btn:hover {
      background-image: none;
      background-color: #1eacc7; }
  .subheader .xs-visible {
    display: none; }

.promo {
  height: 800px;
  background: url("../img/head_bg_2.jpg") center center/cover no-repeat;
  padding: 150px 0 135px 0; }
  .promo .promo_header {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 60px;
    margin: 30px 0 0 0; }
  .promo .promo_subheader {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 36px;
    margin: 22px 0 0 0; }
  .promo .promo_descr {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin: 40px 0 0 0; }
  .promo .promo_btn {
    display: block;
    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);
    background: -webkit-gradient(linear, left bottom, left top, from(#1eacc7), to(#4ce2ff));
    background: linear-gradient(to top, #1eacc7 0%, #4ce2ff 100%);
    border: none;
    margin: 130px auto;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400px; }
    .promo .promo_btn:hover {
      background-image: none;
      background-color: #1eacc7; }

.begin {
  margin: 80px 0 65px 0; }
  .begin .begin_img_bg {
    width: 113px;
    height: 113px;
    background-color: #1eacc7;
    border: 1px solid #1eacc7;
    border-radius: 100%;
    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: auto 0; }
  .begin .begin_reasons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 40px 0 0 0; }
  .begin .begin_descr {
    width: 400px;
    padding: 0 20px 0 0;
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: justify;
    color: #202020; }
    .begin .begin_descr h5 {
      font-size: 17px;
      font-weight: normal;
      color: #1eacc7; }

.label {
  display: block;
  background: black;
  height: 24px;
  width: 112px;
  margin: 0 auto;
  font-size: 11px;
  font-weight: 100;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 2px 0 0 0; }

.title {
  font-size: 38px;
  font-weight: bold;
  margin: 40px 0 0 0;
  text-align: center;
  text-transform: uppercase;
  color: #222; }

.subtitle {
  margin: 19px 0 0 0;
  font-size: 17px;
  text-align: center;
  color: #222; }

.mobile {
  background: url("../img/middle_bg.jpg") center center/cover no-repeat;
  min-height: 864px;
  padding: 48px 0 79px 0; }
  .mobile .row {
    margin: 32px 0 0 0; }
  .mobile_item {
    position: relative;
    height: 280px;
    margin: 0 auto 19px;
    padding: 92px 0 0 0;
    width: 320px; }
    .mobile_item_1 {
      background: url("../img/middle_bottom_1.jpg") center center/cover no-repeat; }
    .mobile_item_2 {
      background: url("../img/middle_bottom_2.jpg") center center/cover no-repeat; }
    .mobile_item_3 {
      background: url("../img/middle_bottom_3.jpg") center center/cover no-repeat; }
    .mobile_item_4 {
      background: url("../img/middle_bottom_4.jpg") center center/cover no-repeat; }
    .mobile_item_5 {
      background: url("../img/middle_bottom_5.jpg") center center/cover no-repeat; }
    .mobile_item_6 {
      background: url("../img/middle_bottom_6.jpg") center center/cover no-repeat; }
    .mobile_item_subtitle {
      font-size: 24px;
      text-align: center;
      color: #fff;
      text-transform: uppercase; }
    .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;
      width: 26px;
      height: 26px;
      position: absolute;
      bottom: 35px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      background: #000;
      margin: 0 auto;
      border-radius: 100%;
      cursor: pointer; }
      .mobile_item_plus:before {
        content: "";
        display: block;
        width: 14px;
        height: 2px;
        background: #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: #1eacc7;
        -webkit-transition: 0.3s all;
        transition: 0.3s all; }
      .mobile_item_plus:hover:before, .mobile_item_plus:hover:after {
        background-color: #ff5656; }

.choise {
  position: relative;
  background: url("../img/middle_bg.jpg") center center/cover no-repeat; }
  .choise .choise_top {
    background: #070716;
    height: 520px;
    padding: 57px 0 0 0; }
    .choise .choise_top .label {
      background: #fff;
      color: #070716; }
    .choise .choise_top .title {
      color: #fff; }
    .choise .choise_top .subtitle {
      color: #fff; }
  .choise .choise_bottom {
    height: 177px;
    width: 100%; }
    .choise .choise_bottom_img {
      display: block;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 251px; }
    .choise .choise_bottom p {
      font-size: 17px;
      font-weight: 300;
      text-align: center;
      color: #222;
      margin: 220px 0 0 0; }

.require {
  padding: 68px 0 84px 0; }
  .require_block {
    margin: 33px 0; }
    .require_block_nbm {
      margin-bottom: 0; }
  .require_title {
    font-size: 22px;
    font-weight: normal;
    color: #1ca8c3;
    text-align: left; }
  .require_list {
    list-style-type: none;
    padding: 0 0 0 50px;
    margin: 22px; }
    .require_list li {
      display: block;
      position: relative;
      font-size: 17px;
      font-weight: 300;
      line-height: 24px;
      margin: 0 0 10px -20px;
      color: #222; }
      .require_list li:before {
        content: "";
        display: block;
        position: absolute;
        left: -32px;
        top: 3px;
        vertical-align: middle;
        width: 21px;
        height: 20px;
        background: url("../img/footer_top_terms.png") center center/cover no-repeat; }
  .require_descr {
    font-size: 17px;
    font-weight: normal;
    color: #1ca8c3; }
  .require .warning .require_title {
    color: #ff5656; }
  .require .warning .require_list li:before {
    background: url("../img/footer_top_requirements.png") center center/cover no-repeat; }

.world {
  width: 100%;
  height: 717px;
  background: url("../img/footer_map.jpg") center center/cover no-repeat;
  padding: 49px 0; }
  .world .label {
    background: #fff;
    color: #070716; }
  .world .title {
    color: #fff; }
  .world .subtitle {
    color: #fff; }
  .world .world_see {
    display: block;
    background: black;
    margin: 430px auto;
    color: #1fbad6;
    font-size: 15px;
    text-transform: uppercase; }

.footer {
  height: 521px; }
  .footer_line {
    height: 4px;
    width: 299px;
    background: #1fbad6;
    border: 1px solid #1fbad6;
    margin: 14px auto 10px; }
  .footer_underline {
    height: 8px;
    width: 97%;
    margin: 30px auto 65px;
    background: #000;
    border: 1px solid #000; }
  .footer_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 400px;
    margin: 22px auto 0;
    text-transform: uppercase;
    list-style-type: none;
    padding-left: 0;
    font-size: 15px; }
    .footer_menu a {
      text-decoration: none;
      color: #070716; }
  .footer_submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 450px;
    margin: 12px auto 0;
    text-transform: uppercase;
    list-style-type: none;
    padding-left: 0;
    font-size: 11px; }
    .footer_submenu a {
      text-decoration: none;
      color: #999; }
  .footer_lang {
    display: block;
    font-size: 11px;
    text-align: center;
    color: #1fbad6;
    margin: 19px auto 0px;
    background: #fff;
    border: none;
    text-transform: uppercase; }

.social {
  margin: 0 0 0 10px; }

.social_icon {
  background: url("../img/901.jpg") no-repeat;
  border: 1px solid black;
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 100%;
  margin: 0 0 0 7px; }

.footer_icon_1 {
  background-position: -51px -10px; }

.footer_icon_2 {
  background-position: -137px -10px; }

.footer_icon_3 {
  background-position: -4px -10px; }

.footer_icon_4 {
  background-position: -92px -10px; }

.social a {
  text-decoration: none; }

.support {
  margin: 0 10px 0 0; }

.social_links {
  background: url("../img/footer_iconsrow.png") no-repeat;
  border: 1px solid black;
  width: 95px;
  height: 27px;
  display: inline-block;
  border-radius: 4px;
  margin: 0 0 0 5px; }

.footer_links_1 {
  background-position: -1px -1px; }

.footer_links_2 {
  background-position: -101px -1px; }

.footer_links_3 {
  background-position: -202px -1px;
  text-align: right; }

.footer_block {
  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; }
  .footer_block > div {
    width: 33%; }
    .footer_block > div:nth-child(3) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }

@media (max-width: 1400px) {
  .subheader .subheader_phone {
    font-size: 23px; } }
@media (max-width: 1200px) {
  .subheader .subheader_phone {
    font-size: 25px; }

  .promo .promo_header {
    font-size: 50px; }

  .begin .begin_descr {
    width: 300px; }

  .mobile .row .mobile_item {
    width: 300px; }

  footer .footer_menu {
    width: 300px; }
  footer .footer_submenu {
    width: 330px; } }
@media (max-width: 991px) {
  .menu {
    padding: 13px 10px;
    font-size: 10px; }

  .subheader .subheader_logo img {
    max-width: 100%; }

  .mobile .row .mobile_item {
    width: 220px;
    height: 230px;
    padding: 62px 0 0 0; }
    .mobile .row .mobile_item .mobile_item_subtitle {
      font-size: 18px; }

  .subheader .subheader_phone {
    font-size: 20px; }
  .subheader .subheader_btn {
    height: 35px;
    width: 100%; }

  .begin .title {
    font-size: 32px; }
  .begin .begin_reasons {
    -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;
    -ms-flex-item-align: start;
        align-self: start; }
    .begin .begin_reasons .begin_descr {
      margin: 20px 0 0 0; }

  .footer_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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; }
    .footer_block .social {
      margin: 10px 0 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .footer_block .footer_middle {
      width: 100%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
      .footer_block .footer_middle .footer_submenu {
        font-size: 9px; }
    .footer_block .support {
      width: 100%;
      margin: 10px 0 0 0;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }

  .footer_block > div:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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%;
    width: 50%;
    height: 100vh;
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: 0.6s all;
    transition: 0.6s all; }
    .menu .line {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .menu_active {
      left: 0; }
    .menu_item {
      padding-right: 0;
      border: none;
      margin: 10px 0; }
    .menu_link {
      font-size: 20px; }

  .header_nav .hamburger {
    display: block;
    position: absolute;
    right: 25px;
    top: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 26px;
    height: 14px; }
    .header_nav .hamburger span {
      display: block;
      height: 2px;
      width: 100%;
      background: #fff;
      margin: 0 0 5px 0;
      -webkit-transition: 0.5s all;
      transition: 0.5s all; }
    .header_nav .hamburger_active span {
      margin: 0 0 -2px 0; }
      .header_nav .hamburger_active span:nth-last-child(1) {
        -webkit-transform: translateX(3px) rotate(-45deg);
                transform: translateX(3px) rotate(-45deg); }
      .header_nav .hamburger_active span:nth-last-child(2) {
        display: none; }
      .header_nav .hamburger_active span:nth-last-child(3) {
        -webkit-transform: translateX(3px) rotate(45deg);
                transform: translateX(3px) rotate(45deg); }

  .subheader .xs-hidden {
    display: none; }
  .subheader .xs-visible {
    display: block; }
  .subheader .subheader_phone {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0 0 0; }
  .subheader .subheader_btn {
    display: block;
    width: 200px;
    height: 40px;
    margin: 10px auto 0; }

  .promo .promo_header {
    font-size: 45px;
    line-height: 45px; }
  .promo .promo_subheader {
    font-size: 30px; }
  .promo .promo_descr {
    font-size: 16px; }
  .promo .promo_btn {
    margin: 80px auto; }

  .choise .choise_bottom_img {
    width: 100%; } }
@media (max-width: 430px) {
  .menu {
    width: 85%; }
    .menu .menu_item {
      width: 100%;
      text-align: center;
      margin: 1px auto; }
    .menu .menu_link {
      display: block;
      padding: 6px 0; }

  .header_nav {
    height: 30px; }

  .subheader .subheader_logo {
    margin: -5px 0 0 0;
    padding: 0 0 10px 0; }
  .subheader .subheader_phone {
    margin: -8px 0 0 0;
    font-size: 12px; }
  .subheader .subheader_btn {
    width: 110px;
    height: 20px;
    font-size: 12px;
    margin: 3px auto 0; }
  .subheader .subheader_official {
    display: none; }

  .promo {
    height: 500px; }
    .promo_descr {
      display: none; }
    .promo .promo_header {
      font-size: 30px;
      line-height: 35px;
      margin: 16px; }
    .promo .promo_subheader {
      font-size: 25px;
      line-height: 25px; }
    .promo .promo_descr {
      font-size: 12px;
      margin: 20px 0 0 0; }
    .promo .promo_btn {
      width: 210px;
      height: 50px;
      font-size: 16px;
      margin: 80px auto; }

  .begin {
    margin: 40px 0 30px 0; }

  .begin .title {
    font-size: 20px;
    margin: 20px 0 0 0;
    line-height: 20px; }

  .begin .begin_img_bg {
    width: 100px;
    height: 100px; }
  .begin .begin_descr {
    padding: 0 0 0 0;
    font-size: 14px; }
    .begin .begin_descr h5 {
      font-size: 16px; }

  .title {
    font-size: 20px;
    margin: 20px 0 0 0;
    line-height: 20px; }

  .subtitle {
    font-size: 18px;
    margin: 16px 0 0 0;
    line-height: 18px; }

  .choise {
    height: 550px; }
    .choise .choise_bottom p {
      color: #fff;
      margin: -60px 0 0 0;
      font-size: 14px; }

  .require {
    padding: 10px 0 30px 0; }
    .require .require_block {
      margin: 15px 0; }
      .require .require_block .require_title {
        font-size: 16px; }
      .require .require_block .require_list {
        margin: 10px 0 0 0; }
        .require .require_block .require_list li {
          font-size: 16px;
          line-height: 22px;
          margin: 0 0 0 3px; }

  .cities .world {
    height: 450px; }
    .cities .world .world_see {
      margin: 240px auto 0; }

  .footer_block .footer_middle .footer_menu {
    width: 250px; }
  .footer_block .footer_middle .footer_submenu {
    font-size: 8px;
    width: 300px; } }

/*# sourceMappingURL=style.css.map */