.bg-9 {
  width: 27px;
  height: 34px;
  background: url("../images/css_sprites.png") -206px -63px; }

.bg-discount {
  width: 16px;
  height: 17px;
  background: url("../images/css_sprites.png") -206px -117px; }

.bg-facebook {
  width: 33px;
  height: 33px;
  background: url("../images/css_sprites.png") -113px -141px; }

.bg-success {
  width: 52px;
  height: 52px;
  background: url("../images/css_sprites.png") -10px -10px; }

.bg-vk {
  width: 33px;
  height: 33px;
  background: url("../images/css_sprites.png") -206px -10px; }

.bg-9 {
  width: 27px;
  height: 34px;
  background: url("../images/css_sprites.png") -206px -63px; }

.bg-discount {
  width: 16px;
  height: 17px;
  background: url("../images/css_sprites.png") -206px -117px; }

.bg-facebook {
  width: 33px;
  height: 33px;
  background: url("../images/css_sprites.png") -113px -141px; }

.bg-success {
  width: 52px;
  height: 52px;
  background: url("../images/css_sprites.png") -10px -10px; }

.bg-vk {
  width: 33px;
  height: 33px;
  background: url("../images/css_sprites.png") -206px -10px; }

html,
body {
  height: 100%; }

.b-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column; }

.b-content {
  flex: 1 0 auto; }

.b-inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 992px) {
  .b-inner {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .b-inner {
    max-width: 1140px; } }

.text-blue {
  color: #2a62a0 !important; }

h1 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 50px; }
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 2.25rem;
    line-height: 38px; } }
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 1.75rem;
    line-height: 38px; } }
@media only screen and (max-width: 479px) {
  h1 {
    font-size: 1.5rem;
    line-height: 30px; } }

h2 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 50px; }
  @media only screen and (max-width: 1199px) {
    h2 {
      font-size: 2.25rem;
      line-height: 38px; } }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 1.75rem;
      line-height: 38px; } }
  @media only screen and (max-width: 479px) {
    h2 {
      font-size: 1.5rem;
      line-height: 30px; } }

h3 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 50px; }
  @media only screen and (max-width: 767px) {
    h3 {
      font-size: 1.5rem;
      line-height: 36px; } }
  @media only screen and (max-width: 479px) {
    h3 {
      font-size: 1.5rem;
      line-height: 30px; } }

h6 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 30px; }
  @media only screen and (max-width: 767px) {
    h6 {
      font-size: 1.375rem;
      line-height: 28px; } }
  @media only screen and (max-width: 479px) {
    h6 {
      font-size: 1.5rem;
      line-height: 26px; } }

.text {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 27px;
  color: #232323; }
  @media only screen and (max-width: 479px) {
    .text {
      font-size: 1rem;
      line-height: 24px; } }

.text-small {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 27px; }
  @media only screen and (max-width: 479px) {
    .text-small {
      font-size: 0.875rem;
      line-height: 24px; } }

.b-btn {
  background-color: #2f86e7;
  border: 1px solid #2f86e7;
  border-radius: 5px;
  height: 50px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  transition: .25s ease-out; }
  .b-btn:hover {
    background-color: #ffffff;
    color: #2f86e7; }
  .b-btn__border {
    width: 47px;
    height: 47px !important;
    border-radius: 9px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background-color: transparent; }
  @media only screen and (max-width: 767px) {
    .b-btn {
      height: 50px;
      font-size: 0.875rem; } }

.bg-9 {
  width: 27px;
  height: 34px;
  background: url("../images/css_sprites.png") -206px -63px; }

.bg-discount {
  width: 16px;
  height: 17px;
  background: url("../images/css_sprites.png") -206px -117px; }

.bg-facebook {
  width: 33px;
  height: 33px;
  background: url("../images/css_sprites.png") -113px -141px; }

.bg-success {
  width: 52px;
  height: 52px;
  background: url("../images/css_sprites.png") -10px -10px; }

.bg-vk {
  width: 33px;
  height: 33px;
  background: url("../images/css_sprites.png") -206px -10px; }

.header {
  background-color: transparent;
  padding: 20px 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  transition: 0.1s ease;
  z-index: 50; }
  .header--logo {
    display: flex;
    align-items: center; }
    .header--logo-img {
      width: 47px;
      height: auto;
      object-fit: cover; }
    .header--logo-text {
      color: #ffffff;
      font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: 0.75rem;
      font-weight: 300;
      line-height: 19.5px;
      padding-left: 15px;
      position: relative;
      opacity: .5;
      text-transform: uppercase;
      text-align: left; }
  .header--phone {
    color: #ffffff;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    padding-top: 8px; }
    .header--phone img {
      margin-right: 7px;
      width: 15px;
      height: 15px;
      object-fit: cover; }
      .header--phone img.gray {
        display: none; }
      .header--phone img.white {
        display: block; }
  .header--list {
    display: flex;
    align-items: center; }
    .header--list li {
      margin-left: 26px; }
      .header--list li:first-child {
        margin-left: 0; }
    .header--list a {
      color: #ffffff;
      font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: 0.8125rem;
      font-weight: 400;
      line-height: 20px;
      text-transform: uppercase;
      position: relative; }
      .header--list a.active:before {
        content: '';
        position: absolute;
        background: #2f86e7;
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 2px; }
  .header .b-btn {
    height: 40px;
    padding: 0 22px; }
  .header.top-navigation {
    background-color: #ffffff;
    padding: 10px 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
    .header.top-navigation .header--list a {
      color: #000000; }
      .header.top-navigation .header--list a:hover {
        color: #000000; }
    .header.top-navigation .header--phone {
      color: #000000; }
      .header.top-navigation .header--phone img.gray {
        display: block; }
      .header.top-navigation .header--phone img.white {
        display: none; }
    .header.top-navigation .header--logo-text {
      color: #888888; }
    .header.top-navigation .b-btn__border {
      border: 1px solid #2f86e7; }
  @media only screen and (max-width: 1199px) {
    .header--list li {
      margin-left: 14px; }
    .header .b-btn {
      padding: 0 10px;
      font-size: 0.75rem; }
    .header--row {
      flex-flow: nowrap; }
    .header--logo-img {
      width: 47px; }
    .header--logo-text {
      padding-left: 15px; } }
  @media only screen and (max-width: 991px) {
    .header {
      padding: 38px 0; }
      .header.top-navigation {
        padding: 5px 0; }
      .header .col-auto.d-none-md {
        display: none !important; } }

.menu-wrap {
  position: fixed;
  z-index: 1001;
  width: 250px;
  height: 100%;
  top: 0;
  right: 0;
  background: #ffffff;
  padding: 60px 20px 30px;
  font-size: 1.15em;
  transform: translate3d(270px, 0, 0);
  transition: transform 0.5s ease;
  display: none; }
  .menu-wrap li {
    display: block;
    border-bottom: 1px solid #232323; }
    .menu-wrap li:last-child {
      border-bottom: none; }
    .menu-wrap li a {
      line-height: 1;
      text-decoration: none;
      display: inline-block;
      outline: none;
      padding: 0.9375rem 0;
      color: #000000;
      text-align: left;
      font-size: 1rem;
      text-transform: uppercase;
      position: relative; }
      .menu-wrap li a.nav-btn {
        border-bottom: none;
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: center; }
        .menu-wrap li a.nav-btn:before {
          display: none !important; }
  @media only screen and (max-width: 991px) {
    .menu-wrap {
      display: block; } }
  .menu-wrap .header--phone {
    color: #000000;
    font-size: 1rem;
    padding: 0.9375rem 0; }
  .menu-wrap .b-btn {
    width: 100%;
    font-size: 0.75rem;
    color: #ffffff;
    text-align: center;
    padding: 0 10px;
    display: inline-flex;
    height: 40px; }

.show-menu .menu-wrap {
  transform: translate3d(0, 0, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }

.close-button {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 16px;
  top: 18px;
  overflow: hidden;
  font-size: 12px;
  border: none;
  background: transparent;
  color: transparent;
  cursor: pointer;
  padding: 0;
  outline: none !important; }
  .close-button:before, .close-button:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 24px;
    top: 3px;
    left: 50%;
    background: #2f86e7;
    opacity: .5; }
  .close-button:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .close-button:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.menu-button {
  width: 47px;
  height: 47px;
  border-radius: 9px;
  line-height: 2rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #e6e6e6;
  cursor: pointer;
  outline: none !important;
  padding: 0;
  background: #2f86e7;
  border: 1px solid #2f86e7;
  margin-left: auto;
  align-items: center;
  justify-content: center; }
  .menu-button span {
    display: inline-block;
    width: 20px;
    height: 16px;
    position: relative; }
    .menu-button span:after {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 2px;
      background: #ffffff;
      box-shadow: 0 6px 0 #ffffff, 0 12px 0 #ffffff;
      content: ''; }
  @media only screen and (max-width: 991px) {
    .menu-button {
      display: flex; } }

.bg-9 {
  width: 27px;
  height: 34px;
  background: url("../images/css_sprites.png") -206px -63px; }

.bg-discount {
  width: 16px;
  height: 17px;
  background: url("../images/css_sprites.png") -206px -117px; }

.bg-facebook {
  width: 33px;
  height: 33px;
  background: url("../images/css_sprites.png") -113px -141px; }

.bg-success {
  width: 52px;
  height: 52px;
  background: url("../images/css_sprites.png") -10px -10px; }

.bg-vk {
  width: 33px;
  height: 33px;
  background: url("../images/css_sprites.png") -206px -10px; }

.footer {
  flex: 0 0 auto;
  height: 262px;
  background-color: #082f50;
  position: relative;
  display: flex;
  align-items: center; }
  .footer:before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    width: 50%;
    background-color: #2a62a0; }
  .footer .b-row {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    margin-left: -6px;
    margin-right: -6px; }
  .footer .b-col {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 15px; }
    .footer .b-col a {
      display: flex;
      align-items: center; }
  .footer--title {
    color: #ffffff;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 27px; }
  .footer--text {
    color: #ffffff;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 21px; }
    .footer--text a {
      color: #ffffff; }
      .footer--text a.e-link {
        text-decoration: underline;
        transition: 0.25s ease-out; }
      .footer--text a:hover {
        color: #ffffff; }
        .footer--text a:hover.e-link {
          text-decoration: none; }
  .footer .b-btn {
    border-radius: 5px;
    height: 50px; }
  @media only screen and (max-width: 991px) {
    .footer {
      height: 320px; } }
  @media only screen and (max-width: 575px) {
    .footer {
      height: auto;
      padding-top: 34px;
      padding-bottom: 24px; }
      .footer:before {
        height: 56%;
        width: 100%;
        top: 0; }
      .footer--coll {
        margin-bottom: 35px !important; }
      .footer .b-col {
        margin: 0 auto 16px;
        text-align: center; }
        .footer .b-col a {
          display: flex;
          align-items: center; }
      .footer--title {
        font-size: 1.5rem;
        text-align: center;
        line-height: 27px;
        margin-bottom: 18px !important; }
      .footer--text {
        text-align: center; }
      .footer .b-btn {
        width: 100%; } }

.bg-9 {
  width: 27px;
  height: 34px;
  background: url("../images/css_sprites.png") -206px -63px; }

.bg-discount {
  width: 16px;
  height: 17px;
  background: url("../images/css_sprites.png") -206px -117px; }

.bg-facebook {
  width: 33px;
  height: 33px;
  background: url("../images/css_sprites.png") -113px -141px; }

.bg-success {
  width: 52px;
  height: 52px;
  background: url("../images/css_sprites.png") -10px -10px; }

.bg-vk {
  width: 33px;
  height: 33px;
  background: url("../images/css_sprites.png") -206px -10px; }

.section-1 {
  background-color: #002940;
  padding-top: 80px;
  height: 820px;
  position: relative;
  overflow: hidden; }
  .section-1:after {
    content: "";
    position: absolute;
    background-image: url(../images/bg-7.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: 0; }
  .section-1 > .b-inner {
    z-index: 2;
    position: relative;
    padding-top: 110px; }
    .section-1 > .b-inner:before {
      content: "";
      position: absolute;
      background-image: url(../images/iphone-1.png);
      background-repeat: no-repeat;
      width: 531px;
      height: 545px;
      background-size: cover;
      bottom: -110px;
      right: -20px; }
  .section-1 h2 {
    color: #ffffff;
    padding-left: 156px;
    margin-bottom: 75px;
    position: relative; }
    .section-1 h2:after {
      content: "";
      position: absolute;
      width: 1px;
      height: 126px;
      background-color: #ffffff;
      opacity: .5;
      top: 50%;
      transform: translate(0, -50%);
      left: 108px; }
    .section-1 h2:before {
      content: "";
      position: absolute;
      background-image: url(../images/h-img.png);
      background-repeat: no-repeat;
      width: 60px;
      height: 113px;
      background-size: cover;
      top: 50%;
      left: 0;
      transform: translate(0, -50%); }
.section-1 h1 {
  color: #ffffff;
  padding-left: 156px;
  margin-bottom: 75px;
  position: relative; }
.section-1 h1:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 126px;
  background-color: #ffffff;
  opacity: .5;
  top: 50%;
  transform: translate(0, -50%);
  left: 108px; }
.section-1 h1:before {
  content: "";
  position: absolute;
  background-image: url(../images/h-img.png);
  background-repeat: no-repeat;
  width: 60px;
  height: 113px;
  background-size: cover;
  top: 50%;
  left: 0;
  transform: translate(0, -50%); }
  .section-1 .text-small {
    color: #ffffff;
    opacity: 0.75;
    margin-bottom: 40px; }
  .section-1 .text {
    color: #ffffff;
    margin-bottom: 38px; }
  .section-1__img {
    display: none;
    width: 245px;
    margin: 0 auto 30px; }
    .section-1__img img {
      object-fit: cover;
      width: 100%;
      height: auto; }
  @media only screen and (max-width: 1199px) {
    .section-1 {
      height: auto;
      padding-bottom: 60px; }
      .section-1 h2 br {
        display: none !important; }
      .section-1 > .b-inner {
        padding-top: 60px; }
        .section-1 > .b-inner:before {
          width: 350px;
          height: 359px;
          bottom: auto;
          right: 0; }
      .section-1 .text-small {
        margin-bottom: 30px; }
        .section-1 .text-small br {
          display: none !important; } }
  @media only screen and (max-width: 991px) {
    .section-1 {
      padding-top: 70px; }
      .section-1 > .b-inner {
        padding-top: 45px; }
        .section-1 > .b-inner:before {
          width: 250px;
          height: 257px;
          bottom: 0;
          right: 20px; }
      .section-1 h2 {
        padding-left: 110px; }
        .section-1 h2:after {
          height: 100%;
          left: 75px; }
        .section-1 h2:before {
          width: 42px;
          height: 80px; }
      .section-1 .text-small {
        margin-bottom: 30px; }
        .section-1 .text-small br {
          display: none !important; }
      .section-1 .text {
        margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .section-1 {
      min-height: 370px;
      padding-top: 90px; }
      .section-1__img {
        display: block; }
      .section-1 [class*="col-"] {
        text-align: center; }
      .section-1 > .b-inner {
        padding-bottom: 0; }
        .section-1 > .b-inner:before {
          display: none; }
      .section-1 h2 {
        margin-bottom: 20px;
        text-align: left;
        padding-left: 78px; }
        .section-1 h2:after {
          left: 60px;
          height: 83px; }
        .section-1 h2:before {
          width: 44px;
          height: 83px; }
      .section-1 .text-small {
        margin-bottom: 42px; }
      .section-1 .text {
        margin-bottom: 25px;
        text-align: center; }
        .section-1 .text + .b-btn {
          width: 100%; } }

.section-2 {
  padding-top: 64px;
  min-height: 489px; }
  .section-2 h2 {
    color: #2a62a0;
    text-align: center;
    margin-bottom: 40px; }
  @media only screen and (max-width: 991px) {
    .section-2 {
      padding-top: 30px;
      min-height: 350px;
      padding-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    .section-2 {
      padding-bottom: 45px; }
      .section-2 h2 {
        margin-bottom: 0; } }

.section-3 {
  background-image: url(../images/bg-2.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  min-height: 804px;
  padding-top: 48px; }
  .section-3 h2 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 55px; }
  .section-3 .text {
    color: #ffffff;
    text-align: center;
    margin-bottom: 41px; }
  .section-3 h6 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px; }
  .section-3 .row {
    justify-content: space-between; }
  .section-3 .col-md-auto br {
    display: none !important; }
  @media only screen and (max-width: 991px) {
    .section-3 .col-md-auto {
      display: flex;
      align-items: center;
      justify-content: center; }
      .section-3 .col-md-auto br {
        display: block !important; } }
  @media only screen and (max-width: 767px) {
    .section-3 h2 {
      margin-bottom: 25px; }
    .section-3 .text {
      margin-bottom: 25px; } }
  @media only screen and (max-width: 479px) {
    .section-3 {
      padding-top: 30px; } }

.section-4 {
  padding-top: 70px;
  padding-bottom: 43px; }
  .section-4 .row {
    justify-content: space-between; }
  .section-4 h2 {
    color: #2a62a0;
    padding-top: 88px; }
  .section-4 h3 {
    color: #232323;
    font-weight: 300;
    margin-bottom: 50px; }
  .section-4 .list-plus li {
    font-size: 1.125rem;
    color: #000000;
    line-height: 32px; }
  .section-4 [class*="col-"]:first-child h2 {
    margin-bottom: 50px; }
  .section-4 [class*="col-"]:first-child .list-plus {
    margin-bottom: 80px; }
  .section-4 [class*="col-"]:last-child h2 {
    margin-bottom: 100px; }
  .section-4 .btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -8px;
    margin-left: -8px;
    top: -54px;
    position: relative; }
    .section-4 .btn-wrap > div {
      padding: 0 8px; }
  .section-4 .coll-1 {
    text-align: left; }
  .section-4 .coll-2 {
    text-align: right; }
  .section-4 .img-iphone {
    display: block;
    margin: 0 auto;
    width: 462px;
    height: 803px;
    object-fit: cover;
    position: relative;
    left: -88px; }
  .section-4 .b-btn {
    padding: 0 35px; }
  @media only screen and (max-width: 1199px) {
    .section-4 .btn-apple,
    .section-4 .btn-google {
      width: 138px;
      height: 39px; }
    .section-4 h2 {
      padding-top: 0; }
    .section-4 .b-btn {
      padding: 0 20px; }
    .section-4 [class*="col-"]:first-child h2 {
      margin-bottom: 30px; }
    .section-4 [class*="col-"]:first-child .list-plus {
      margin-bottom: 40px; }
    .section-4 [class*="col-"]:last-child h2 {
      margin-bottom: 80px; }
    .section-4 .img-iphone {
      width: 345px;
      height: 600px;
      left: -50px; } }
  @media only screen and (max-width: 991px) {
    .section-4 {
      padding-top: 30px; }
      .section-4 h3 {
        margin-bottom: 15px; }
      .section-4 [class*="col-"]:first-child h2 {
        margin-bottom: 20px; }
      .section-4 [class*="col-"]:last-child h2 {
        margin-bottom: 70px; }
      .section-4 .btn-wrap {
        flex-flow: column;
        margin-right: 0;
        margin-left: 0; }
        .section-4 .btn-wrap > div {
          padding: 0;
          margin-bottom: 10px; }
      .section-4 .btn-apple,
      .section-4 .btn-google {
        width: 166px;
        height: 47px; }
      .section-4 .list-plus li br {
        display: none !important; }
      .section-4 .b-btn {
        padding: 0 8px;
        font-size: 0.875rem; }
      .section-4 .img-iphone {
        width: 288px;
        height: 500px;
        left: -50px; } }
  @media only screen and (max-width: 767px) {
    .section-4 h2 {
      padding-top: 0;
      min-height: 20px; }
    .section-4 [class*="col-"]:first-child h2 {
      margin-bottom: 10px; }
    .section-4 [class*="col-"]:last-child h2 {
      margin-bottom: 10px; }
    .section-4 .img-iphone {
      left: -18px; }
    .section-4 .btn-wrap {
      flex-flow: nowrap;
      margin-right: -8px;
      margin-left: -8px; }
      .section-4 .btn-wrap > div {
        padding: 0 8px;
        margin-bottom: 0; }
    .section-4 .b-btn {
      padding: 0 20px; } }
  @media only screen and (max-width: 575px) {
    .section-4 {
      padding-bottom: 14px; }
      .section-4 h2 {
        padding-top: 0;
        min-height: auto;
        font-size: 2.25rem;
        line-height: 42px;
        margin-bottom: 24px !important; }
      .section-4 .coll-2 {
        text-align: left; }
      .section-4 .coll-1 {
        position: relative; }
        .section-4 .coll-1:before {
          content: "";
          position: absolute;
          background-image: url(../images/iPhone-2a.png);
          background-repeat: no-repeat;
          width: 74px;
          height: 175px;
          background-size: cover;
          top: -8px;
          right: 15px; }
      .section-4 h3 {
        font-size: 1.5rem;
        margin-bottom: 27px; }
      .section-4 .btn-wrap {
        top: 0;
        margin-right: -6px;
        margin-left: -6px;
        padding-top: 8px; }
        .section-4 .btn-wrap > div {
          margin-bottom: 0;
          padding: 0 6px; }
      .section-4 .list-plus li {
        font-size: 1.125rem;
        line-height: 32px; }
      .section-4 .b-btn {
        width: 100%;
        margin-bottom: 8px; }
      .section-4 [class*="col-"]:first-child .list-plus {
        margin-bottom: 32px; }
      .section-4 .img-iphone {
        display: none; } }
  @media only screen and (max-width: 374px) {
    .section-4 .btn-apple,
    .section-4 .btn-google {
      width: 138px;
      height: 39px; } }

.section-5 {
  background-image: url(../images/bg-3.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding-top: 36px;
  padding-bottom: 50px;
  position: relative; }
  .section-5 h2 {
    color: #ffffff;
    margin-bottom: 40px; }
  .section-5 .list-plus li {
    font-size: 0.875rem;
    color: #ffffff;
    line-height: 32px; }
  .section-5 .row {
    margin-bottom: 76px; }
  .section-5 .b-btn {
    padding: 0 45px; }
  @media only screen and (max-width: 767px) {
    .section-5 .row {
      margin-bottom: 40px; }
    .section-5 h2 br {
      display: none !important; } }
  @media only screen and (max-width: 479px) {
    .section-5 .b-btn {
      padding: 0 4px;
      width: 100%; }
    .section-5 h2 {
      font-size: 1.875rem;
      line-height: 36px; }
    .section-5 .list-plus--indent {
      margin-bottom: 26px; } }

.section-6 {
  padding-top: 82px;
  padding-bottom: 65px;
  position: relative; }
  .section-6:after {
    content: "";
    position: absolute;
    background-image: url(../images/wane-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    max-width: 1084px;
    height: 100%;
    background-size: cover;
    bottom: 0;
    right: 0;
    z-index: 0; }
  .section-6:before {
    content: "";
    position: absolute;
    background-image: url(../images/map-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    max-width: 897px;
    height: 415px;
    background-size: cover;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    z-index: 0; }
  .section-6 .b-inner {
    z-index: 2;
    position: relative; }
  .section-6 .img-iphone {
    margin: 0 auto;
    display: block;
    object-fit: cover; }
  .section-6 .b-coll {
    padding-top: 53px; }
  .section-6 .text {
    color: #232323;
    margin-bottom: 35px; }
  .section-6 h2 {
    color: #2a62a0;
    position: relative;
    padding-left: 80px;
    margin-bottom: 64px; }
    .section-6 h2:before {
      content: "";
      position: absolute;
      background-image: url(../images/point.png);
      background-repeat: no-repeat;
      width: 60px;
      height: 83px;
      background-size: cover;
      top: 50%;
      left: -6px;
      transform: translate(0, -50%); }
  .section-6 h6 {
    margin-bottom: 30px;
    color: #232323; }
  @media only screen and (max-width: 1199px) {
    .section-6:before {
      max-width: 100%;
      height: 100%;
      transform: translate(-50%, -50%); }
    .section-6 .img-iphone {
      width: 100%;
      height: auto; }
    .section-6 .b-coll {
      padding-top: 0; } }
  @media only screen and (max-width: 991px) {
    .section-6 .text {
      margin-bottom: 20px; }
    .section-6 h2 {
      padding-left: 60px;
      margin-bottom: 40px; }
      .section-6 h2:before {
        width: 40px;
        height: 55px;
        left: 0; }
    .section-6 h6 {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .section-6 {
      padding-top: 40px;
      padding-bottom: 40px; }
      .section-6:after {
        content: "";
        position: absolute;
        background-image: url(../images/wane-bg.png);
        background-repeat: no-repeat;
        width: 100%;
        max-width: 1084px;
        height: 100%;
        background-size: cover;
        bottom: 0;
        right: 0;
        z-index: 0; }
      .section-6:before {
        max-height: 415px;
        background-size: contain;
        top: 70%; }
      .section-6 h2 {
        font-size: 1.875rem;
        line-height: 36px;
        margin-bottom: 35px; }
      .section-6 h6 {
        font-size: 1.25rem;
        margin-bottom: 30px; }
      .section-6 .b-coll {
        padding-top: 50px; }
      .section-6 .img-iphone {
        max-width: 300px;
        display: block; } }

.section-7 {
  background-color: #f3f8fc;
  padding-top: 70px;
  padding-bottom: 30px; }
  .section-7 .text-small {
    line-height: 22px;
    color: #232323; }
  .section-7 .next-number {
    color: #568ac1;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 3.4375rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
    padding-top: 26px; }
  .section-7 p {
    color: #666666;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 22px; }
  .section-7 .ic-logo-1 {
    width: 100%;
    max-width: 140px;
    height: auto;
    object-fit: cover; }
  .section-7 .ic-logo-2 {
    width: 100%;
    max-width: 172px;
    height: auto;
    object-fit: cover; }
  .section-7 .ic-logo-3 {
    width: 100%;
    max-width: 197px;
    height: auto;
    object-fit: cover; }
  .section-7 .ic-logo-4 {
    width: 100%;
    max-width: 160px;
    height: auto;
    object-fit: cover; }
  .section-7 .ic-logo-5 {
    width: 100%;
    max-width: 200px;
    height: auto;
    object-fit: cover; }
  .section-7 .coll-2 .text-small {
    margin-bottom: 35px; }
  .section-7 .coll-3 .row {
    justify-content: space-between;
    padding-right: 30px; }
  .section-7 .coll-2,
  .section-7 .coll-4 {
    position: relative; }
    .section-7 .coll-2:after,
    .section-7 .coll-4:after {
      content: "";
      position: absolute;
      width: 1px;
      height: 100%;
      background-color: #014e73;
      opacity: .5;
      top: 50%;
      transform: translate(0, -50%);
      left: -15px; }
  @media only screen and (max-width: 1199px) {
    .section-7 .next-number {
      font-size: 2.75rem;
      padding-top: 15px; } }
  @media only screen and (max-width: 767px) {
    .section-7 .coll-1 {
      order: 1; }
    .section-7 .coll-2 {
      order: 3; }
    .section-7 .coll-3 {
      order: 2;
      margin-bottom: 20px; }
    .section-7 .coll-4 {
      order: 4; }
    .section-7 .next-number {
      padding-top: 0; }
    .section-7 p {
      margin-bottom: 10px; }
    .section-7 .coll-1 .text-small,
    .section-7 .coll-2 .text-small {
      margin-bottom: 20px; }
    .section-7 .coll-3 .row {
      padding-right: 0; } }
  @media only screen and (max-width: 575px) {
    .section-7 {
      padding-top: 30px; }
      .section-7 .coll-3 .row > div:last-child {
        text-align: center; } }

.section-19 {
  background-color: #002940;
  padding-top: 50px;
  padding-bottom: 35px;
  position: relative;
  overflow: hidden; }
  .section-19:after {
    content: "";
    position: absolute;
    background-image: url(../images/wane-bg-2.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: 0; }
  .section-19 .b-inner {
    z-index: 2;
    position: relative; }
  .section-19 h2 {
    color: #ffffff;
    margin-bottom: 38px;
    padding-top: 22px; }
  .section-19 .text {
    color: #ffffff;
    margin-bottom: 40px; }
  .section-19 .list-icon {
    margin-bottom: 44px; }
    .section-19 .list-icon.icon-left li {
      padding-left: 50px;
      margin-bottom: 24px;
      opacity: 0.75;
      line-height: 24px; }
    .section-19 .list-icon.icon-left .i-1:before {
      width: 25px;
      height: 26px;
      background: url("../images/10.png"); }
    .section-19 .list-icon.icon-left .i-2:before {
      width: 25px;
      height: 32px;
      background: url("../images/11.png"); }
    .section-19 .list-icon.icon-left .i-3:before {
      width: 25px;
      height: 18px;
      background: url("../images/12.png"); }
    @media only screen and (max-width: 1199px) {
      .section-19 .list-icon li br {
        display: none !important; } }
    @media only screen and (max-width: 991px) {
      .section-19 .list-icon li {
        font-size: 1rem;
        line-height: 22px;
        margin-bottom: 30px; } }
  .section-19 .img-imac {
    margin: 0 auto;
    display: block;
    object-fit: cover;
    width: 100%;
    max-width: 493px;
    height: auto; }
  @media only screen and (max-width: 991px) {
    .section-19 .img-imac {
      max-width: 300px; }
    .section-19 .b-coll {
      display: flex;
      align-items: center; } }
  @media only screen and (max-width: 479px) {
    .section-19 {
      padding-bottom: 48px; }
      .section-19 .img-imac {
        max-width: 236px; }
      .section-19 h2 {
        margin-bottom: 28px; }
      .section-19 .list-icon {
        margin-bottom: 18px; }
      .section-19 .text {
        margin-bottom: 16px; }
      .section-19 .b-btn {
        width: 100%; } }

.section-20 {
  background-color: #f3f8fc;
  padding-top: 27px;
  padding-bottom: 27px; }
  .section-20 h2 {
    color: #2a62a0;
    margin-bottom: 28px; }
  .section-20 .text-small {
    line-height: 22px;
    color: #232323; }
  .section-20 .b-coll-left {
    display: flex;
    flex-flow: column;
    justify-content: center; }
  .section-20 .b-coll {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 247px; }
    .section-20 .b-coll:before {
      content: "";
      position: absolute;
      background-image: url(../images/russia_map.png);
      background-repeat: no-repeat;
      width: 100%;
      max-width: 407px;
      height: 247px;
      background-size: cover;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 0; }
  .section-20 .b-btn {
    z-index: 2; }
  @media only screen and (max-width: 767px) {
    .section-20 .b-coll {
      min-height: 190px; }
      .section-20 .b-coll:before {
        height: 199px;
        max-width: 328px; } }
  @media only screen and (max-width: 575px) {
    .section-20 {
      padding-top: 38px;
      padding-bottom: 36px; }
      .section-20 h2 {
        margin-bottom: 42px;
        text-align: center;
        font-size: 1.875rem; }
      .section-20 .text-small {
        text-align: center; }
      .section-20 .b-btn {
        width: 100%; } }

.section-8 {
  padding-top: 75px;
  padding-bottom: 110px; }
  .section-8 .row {
    justify-content: space-between; }
  .section-8 h2 {
    color: #2a62a0;
    text-align: center;
    margin-bottom: 70px; }
  .section-8 h3 {
    position: relative;
    color: #000000;
    margin-bottom: 0px;
    min-height: 100px; }
    .section-8 h3:before {
      content: "";
      position: absolute;
      width: 66px;
      height: 4px;
      background-color: #2a62a0;
      left: 0;
      top: 58px; }
  @media only screen and (max-width: 767px) {
    .section-8 {
      padding-top: 50px;
      padding-bottom: 50px; }
      .section-8 h2 {
        margin-bottom: 50px; }
      .section-8 h3 {
        margin-bottom: 15px;
        min-height: 20px; }
        .section-8 h3:before {
          height: 2px;
          top: 38px; } }
  @media only screen and (max-width: 575px) {
    .section-8 {
      padding-top: 30px;
      padding-bottom: 30px; }
      .section-8 h2 {
        margin-bottom: 30px;
        text-align: left;
        font-size: 1.875rem; } }
  @media only screen and (max-width: 479px) {
    .section-8 h3:before {
      top: 30px; } }

.section-9 {
  padding-top: 62px;
  padding-bottom: 90px; }
  .section-9 .row {
    justify-content: space-between; }
  .section-9 h2 {
    color: #2a62a0;
    margin-bottom: 43px;
    text-align: center; }
  .section-9 .text {
    color: #000000;
    line-height: 1.25; }
  .section-9 .list-plus li {
    margin-bottom: 22px; }
  @media only screen and (max-width: 991px) {
    .section-9 {
      padding-bottom: 50px; } }
  @media only screen and (max-width: 575px) {
    .section-9 {
      padding-top: 30px;
      padding-bottom: 30px; }
      .section-9 h2 {
        margin-bottom: 30px; }
      .section-9 .list-plus li {
        margin-bottom: 16px; } }

.section-10 {
  background-image: url(../images/bg-4.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding-top: 53px;
  padding-bottom: 36px;
  position: relative; }
  .section-10 h2 {
    color: #ffffff;
    margin-bottom: 52px;
    text-align: center; }
  .section-10 .text {
    color: #ffffff;
    line-height: 1.25; }
  .section-10 .list-plus {
    margin-bottom: 68px; }
    .section-10 .list-plus li {
      line-height: 1.25;
      margin-bottom: 22px; }
  .section-10 .b-btn {
    padding: 0 40px; }
  @media only screen and (max-width: 767px) {
    .section-10 .list-plus {
      margin-bottom: 0; } }
  @media only screen and (max-width: 575px) {
    .section-10 {
      padding-top: 30px;
      padding-bottom: 30px; }
      .section-10 h2 {
        margin-bottom: 30px; }
      .section-10 .list-plus li {
        margin-bottom: 16px; } }

.section-11 {
  background-color: #002940;
  padding-top: 80px;
  height: 804px;
  position: relative;
  overflow: hidden; }
  .section-11:after {
    content: "";
    position: absolute;
    background-image: url(../images/bg-10.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
    right: 0;
    z-index: 0; }
  .section-11 > .b-inner {
    z-index: 2;
    position: relative;
    padding-top: 114px; }
  .section-11 h2 {
    color: #ffffff;
    padding-left: 158px;
    margin-bottom: 28px;
    position: relative; }
    .section-11 h2:after {
      content: "";
      position: absolute;
      width: 1px;
      height: 72px;
      background-color: #ffffff;
      opacity: .5;
      top: 50%;
      transform: translate(0, -50%);
      left: 116px; }
    .section-11 h2:before {
      content: "";
      position: absolute;
      background-image: url(../images/ic-6.png);
      background-repeat: no-repeat;
      width: 77px;
      height: 75px;
      background-size: cover;
      top: 50%;
      left: 0;
      transform: translate(0, -50%); }
  .section-11 .text-small {
    color: #ffffff;
    opacity: 0.75;
    margin-bottom: 15px;
    position: relative;
    padding-left: 60px; }
    .section-11 .text-small.text-last {
      margin-bottom: 66px; }
    .section-11 .text-small:before {
      content: "";
      position: absolute;
      background-image: url(../images/check.png);
      background-repeat: no-repeat;
      width: 31px;
      height: 31px;
      background-size: cover;
      top: 50%;
      left: 0;
      transform: translate(0, -50%); }
  .section-11 .text {
    color: #ffffff;
    margin-bottom: 50px;
    padding-top: 25px;
    opacity: 0.75; }
  @media only screen and (max-width: 1199px) {
    .section-11 {
      height: auto;
      padding-bottom: 60px; }
      .section-11 h2 br {
        display: none !important; }
      .section-11 > .b-inner {
        padding-top: 60px; }
      .section-11 .text-small {
        margin-bottom: 30px; }
        .section-11 .text-small br {
          display: none !important; } }
  @media only screen and (max-width: 991px) {
    .section-11 {
      padding-top: 100px; }
      .section-11 > .b-inner {
        padding-top: 45px; }
      .section-11 h2 {
        padding-left: 110px; }
        .section-11 h2:after {
          height: 100%;
          left: 75px; }
        .section-11 h2:before {
          width: 52px;
          height: 51px; }
      .section-11 .text-small {
        margin-bottom: 30px; }
        .section-11 .text-small br {
          display: none !important; }
      .section-11 .text {
        margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .section-11 {
      padding-bottom: 30px;
      min-height: 470px; }
      .section-11 > .b-inner {
        padding-top: 30px; } }
  @media only screen and (max-width: 575px) {
    .section-11 h2 {
      margin-bottom: 25px; }
    .section-11 .text-small {
      margin-bottom: 20px; }
    .section-11 > .b-inner {
      padding-bottom: 50px; } }
  @media only screen and (max-width: 479px) {
    .section-11 {
      min-height: 370px; }
      .section-11 > .b-inner {
        padding-bottom: 0; }
      .section-11 h2 {
        margin-bottom: 20px;
        text-align: left;
        padding-left: 70px; }
        .section-11 h2:after {
          left: 50px; }
        .section-11 h2:before {
          width: 34px;
          height: 33px; }
      .section-11 .text-small {
        margin-bottom: 20px; }
      .section-11 .text {
        margin-bottom: 20px;
        text-align: center; } }

.section-12 {
  padding-top: 52px;
  padding-bottom: 56px; }
  .section-12 h2 {
    color: #2a62a0;
    margin-bottom: 82px;
    text-align: center; }
  .section-12 .text {
    color: #000000;
    line-height: 1.25; }
  .section-12 .text-last {
    margin-bottom: 60px; }
  .section-12 .list-plus {
    margin-bottom: 78px; }
    .section-12 .list-plus li {
      margin-bottom: 22px; }
  @media only screen and (max-width: 767px) {
    .section-12 {
      padding-top: 30px;
      padding-bottom: 30px; }
      .section-12 h2 {
        margin-bottom: 30px; }
      .section-12 .list-plus {
        margin-bottom: 0; }
        .section-12 .list-plus li {
          margin-bottom: 16px; }
      .section-12 .text-last {
        margin-bottom: 40px;
        padding-top: 20px; } }

.section-13 {
  background-color: #2a62a0;
  padding-top: 34px;
  padding-bottom: 52px; }
  .section-13 h2 {
    color: #ffffff;
    margin-bottom: 28px;
    text-align: center; }
  .section-13 .text {
    color: #ffffff;
    margin-bottom: 18px;
    text-align: center; }
  @media only screen and (max-width: 575px) {
    .section-13 {
      padding-top: 30px;
      padding-bottom: 30px; } }

.section-14 {
  background-color: #032c42;
  padding-top: 36px;
  padding-bottom: 35px; }
  .section-14 .row {
    align-items: center; }
  .section-14 h6 {
    color: #ffffff; }
  .section-14 .b-btn {
    padding: 0 20px 0 26px;
    height: 50px; }
  @media only screen and (max-width: 1199px) {
    .section-14 h6 br {
      display: none !important; } }

.section-15 {
  background-color: #002940;
  padding-top: 80px;
  height: 804px;
  position: relative;
  overflow: hidden; }
  .section-15:after {
    content: "";
    position: absolute;
    background-image: url(../images/bg-8.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: 0; }
  .section-15 > .b-inner {
    z-index: 2;
    position: relative;
    padding-top: 86px; }
    .section-15 > .b-inner:before {
      content: "";
      position: absolute;
      background-image: url(../images/iphone-5.png);
      background-repeat: no-repeat;
      width: 546px;
      height: 661px;
      background-size: cover;
      bottom: -93px;
      right: 0; }
  .section-15 h2 {
    color: #ffffff;
    padding-left: 160px;
    margin-bottom: 57px;
    position: relative; }
    .section-15 h2:after {
      content: "";
      position: absolute;
      width: 1px;
      height: 126px;
      background-color: #ffffff;
      opacity: .5;
      top: 50%;
      transform: translate(0, -50%);
      left: 120px; }
    .section-15 h2:before {
      content: "";
      position: absolute;
      background-image: url(../images/ic-4.png);
      background-repeat: no-repeat;
      width: 93px;
      height: 108px;
      background-size: cover;
      top: 50%;
      left: 0;
      transform: translate(0, -50%); }
  .section-15 .text-small {
    color: #ffffff;
    opacity: 0.75;
    margin-bottom: 28px; }
  .section-15 .text {
    color: #ffffff;
    margin-bottom: 22px;
    padding-top: 25px; }
  .section-15__img {
    display: none;
    width: 245px;
    margin: 0 auto 30px; }
    .section-15__img img {
      object-fit: cover;
      width: 100%;
      height: auto; }
  @media only screen and (max-width: 1199px) {
    .section-15 {
      height: auto;
      padding-bottom: 60px; }
      .section-15 h2 br {
        display: none !important; }
      .section-15 > .b-inner {
        padding-top: 60px; }
        .section-15 > .b-inner:before {
          width: 311px;
          height: 359px;
          bottom: auto;
          right: 0; }
      .section-15 .text-small {
        margin-bottom: 30px; }
        .section-15 .text-small br {
          display: none !important; } }
  @media only screen and (max-width: 991px) {
    .section-15 {
      padding-top: 100px; }
      .section-15 > .b-inner {
        padding-top: 45px; }
        .section-15 > .b-inner:before {
          width: 222px;
          height: 257px;
          bottom: 0;
          right: 20px; }
      .section-15 h2 {
        padding-left: 110px; }
        .section-15 h2:after {
          height: 100%;
          left: 75px; }
        .section-15 h2:before {
          width: 52px;
          height: 60px; }
      .section-15 .text-small {
        margin-bottom: 30px; }
        .section-15 .text-small br {
          display: none !important; }
      .section-15 .text {
        margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .section-15 {
      padding-bottom: 30px;
      min-height: 470px; }
      .section-15 > .b-inner {
        padding-top: 30px; }
        .section-15 > .b-inner:before {
          width: 160px;
          height: 185px;
          bottom: 0;
          right: 20px; } }
  @media only screen and (max-width: 575px) {
    .section-15 h2 {
      margin-bottom: 25px; }
    .section-15 .text-small {
      text-align: center;
      margin-bottom: 20px; }
    .section-15 > .b-inner {
      padding-bottom: 50px; }
      .section-15 > .b-inner:before {
        width: 160px;
        height: 185px;
        bottom: 0;
        right: 20px; } }
  @media only screen and (max-width: 479px) {
    .section-15 {
      min-height: 370px; }
      .section-15__img {
        display: block; }
      .section-15 [class*="col-"] {
        text-align: center; }
      .section-15 > .b-inner {
        padding-bottom: 0; }
        .section-15 > .b-inner:before {
          display: none; }
      .section-15 h2 {
        margin-bottom: 20px;
        text-align: left;
        padding-left: 70px; }
        .section-15 h2:after {
          left: 50px; }
        .section-15 h2:before {
          width: 34px;
          height: 40px; }
      .section-15 .text-small {
        margin-bottom: 20px; }
      .section-15 .text {
        margin-bottom: 20px;
        text-align: center; } }

.section-18 {
  background-color: #002940;
  padding-top: 80px;
  height: 804px;
  position: relative;
  overflow: hidden; }
  .section-18:after {
    content: "";
    position: absolute;
    background-image: url(../images/bg-9.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: 0; }
  .section-18 > .b-inner {
    z-index: 2;
    position: relative;
    padding-top: 122px; }
    .section-18 > .b-inner:before {
      content: "";
      position: absolute;
      background-image: url(../images/iphone-6.png);
      background-repeat: no-repeat;
      width: 1008px;
      height: 603px;
      background-size: cover;
      bottom: -160px;
      right: -376px; }
  .section-18 h2 {
    color: #ffffff;
    padding-left: 160px;
    margin-bottom: 32px;
    position: relative; }
    .section-18 h2:after {
      content: "";
      position: absolute;
      width: 1px;
      height: 126px;
      background-color: #ffffff;
      opacity: .5;
      top: 50%;
      transform: translate(0, -50%);
      left: 120px; }
    .section-18 h2:before {
      content: "";
      position: absolute;
      background-image: url(../images/ic-5.png);
      background-repeat: no-repeat;
      width: 93px;
      height: 108px;
      background-size: cover;
      top: 50%;
      left: 0;
      transform: translate(0, -50%); }
  .section-18 .text-small {
    color: #ffffff;
    opacity: 0.75;
    margin-bottom: 56px; }
  .section-18 .text {
    color: #ffffff;
    margin-bottom: 20px;
    padding-top: 25px; }
  .section-18__img {
    display: none;
    width: 245px;
    margin: 0 auto 30px; }
    .section-18__img img {
      object-fit: cover;
      width: 100%;
      height: auto; }
  @media only screen and (max-width: 1199px) {
    .section-18 {
      height: auto;
      padding-bottom: 60px; }
      .section-18 h2 br {
        display: none !important; }
      .section-18 > .b-inner {
        padding-top: 60px; }
        .section-18 > .b-inner:before {
          width: 460px;
          height: 275px;
          bottom: 0;
          right: 0; }
      .section-18 .text-small {
        margin-bottom: 30px; }
        .section-18 .text-small br {
          display: none !important; } }
  @media only screen and (max-width: 991px) {
    .section-18 {
      padding-top: 100px; }
      .section-18 > .b-inner {
        padding-top: 45px; }
        .section-18 > .b-inner:before {
          width: 400px;
          height: 239px;
          bottom: -40px;
          right: 20px; }
      .section-18 h2 {
        padding-left: 110px; }
        .section-18 h2:after {
          height: 100%;
          left: 75px; }
        .section-18 h2:before {
          width: 52px;
          height: 60px; }
      .section-18 .text-small {
        margin-bottom: 30px; }
        .section-18 .text-small br {
          display: none !important; }
      .section-18 .text {
        margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .section-18 {
      padding-bottom: 30px;
      min-height: 470px; }
      .section-18 > .b-inner {
        padding-top: 30px; }
        .section-18 > .b-inner:before {
          width: 250px;
          height: 150px;
          bottom: 0;
          right: 20px; } }
  @media only screen and (max-width: 575px) {
    .section-18 h2 {
      margin-bottom: 25px; }
    .section-18 .text-small {
      text-align: center;
      margin-bottom: 20px; }
    .section-18 > .b-inner {
      padding-bottom: 50px; }
      .section-18 > .b-inner:before {
        width: 170px;
        height: 102px;
        bottom: 0;
        right: 20px; } }
  @media only screen and (max-width: 479px) {
    .section-18 {
      min-height: 370px; }
      .section-18 [class*="col-"] {
        text-align: center; }
      .section-18__img {
        display: block; }
      .section-18 > .b-inner {
        padding-bottom: 0; }
        .section-18 > .b-inner:before {
          display: none; }
      .section-18 h2 {
        margin-bottom: 20px;
        text-align: left;
        padding-left: 70px; }
        .section-18 h2:after {
          left: 50px; }
        .section-18 h2:before {
          width: 34px;
          height: 40px; }
      .section-18 .text-small {
        margin-bottom: 20px; }
      .section-18 .text {
        margin-bottom: 20px;
        text-align: center; } }

.section-16 {
  padding-top: 62px;
  padding-bottom: 30px; }
  .section-16 .row {
    justify-content: space-between; }
  .section-16 h2 {
    color: #2a62a0;
    margin-bottom: 43px;
    text-align: center; }
  .section-16 .text {
    color: #000000;
    line-height: 1.25; }
  .section-16 .list-plus li {
    margin-bottom: 22px; }
  @media only screen and (max-width: 575px) {
    .section-16 {
      padding-top: 30px; }
      .section-16 h2 {
        margin-bottom: 30px; }
      .section-16 .list-plus li {
        margin-bottom: 16px; } }

.section-17 {
  background-image: url(../images/bg-4.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding-top: 53px;
  padding-bottom: 36px;
  position: relative; }
  .section-17 .row {
    justify-content: space-between; }
  .section-17 h2 {
    color: #2a62a0;
    margin-bottom: 43px;
    text-align: center; }
  .section-17 .text {
    color: #000000;
    line-height: 1.25; }
  .section-17 .list-plus {
    margin-bottom: 68px; }
    .section-17 .list-plus li {
      line-height: 1.25;
      margin-bottom: 22px; }
  .section-17 .b-btn {
    padding: 0 40px; }
  @media only screen and (max-width: 767px) {
    .section-17 .list-plus {
      margin-bottom: 0; } }
  @media only screen and (max-width: 575px) {
    .section-17 {
      padding-top: 30px;
      padding-bottom: 30px; }
      .section-17 h2 {
        margin-bottom: 30px; }
      .section-17 .list-plus li {
        margin-bottom: 16px; } }

.section-21 {
  background-color: #ffffff;
  padding-top: 80px;
  height: 804px;
  position: relative;
  overflow: hidden; }
  .section-21:after {
    content: "";
    position: absolute;
    background-image: url(../images/bg-11.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
    right: 0;
    z-index: 0; }
  .section-21 > .b-inner {
    z-index: 2;
    position: relative;
    padding-top: 114px; }
  .section-21 h3 {
    color: #232323;
    margin-bottom: 20px;
    position: relative;
    text-align: center; }
  .section-21 .header--list a {
    color: #000000; }
  .section-21 .header .b-btn__border {
    border: 1px solid #2f86e7; }
  .section-21 .header--phone {
    color: #000000; }
    .section-21 .header--phone img.gray {
      display: block; }
    .section-21 .header--phone img.white {
      display: none; }
  .section-21 .row {
    justify-content: center; }
  .section-21 .b-card {
    border-radius: 10px;
    border: 1px solid #dcdfe6;
    background-color: #ffffff;
    padding: 50px 15px 80px 15px; }
    .section-21 .b-card--line {
      width: 1px;
      height: 44px;
      background-color: #dcdfe6;
      margin: 0 auto 18px; }
    .section-21 .b-card .text {
      font-size: 0.8125rem;
      color: #232323;
      text-align: center;
      margin-bottom: 14px; }
  @media only screen and (max-width: 1199px) {
    .section-21 {
      height: auto;
      padding-bottom: 60px; }
      .section-21 > .b-inner {
        padding-top: 60px; } }
  @media only screen and (max-width: 991px) {
    .section-21 {
      padding-top: 100px; }
      .section-21 > .b-inner {
        padding-top: 45px; } }
  @media only screen and (max-width: 767px) {
    .section-21 {
      padding-bottom: 30px; }
      .section-21 > .b-inner {
        padding-top: 30px; } }
  @media only screen and (max-width: 575px) {
    .section-21 > .b-inner {
      padding-bottom: 50px; } }
  @media only screen and (max-width: 479px) {
    .section-21 {
      min-height: 370px; }
      .section-21 > .b-inner {
        padding-bottom: 0; }
      .section-21 .b-card {
        padding: 20px 15px 40px 15px; }
        .section-21 .b-card--line {
          height: 20px;
          margin: 0 auto 18px; }
        .section-21 .b-card .text {
          margin-bottom: 14px; } }

.section-robot {
  background-color: #203367;
  padding-top: 80px;
  height: 804px;
  position: relative;
  overflow: hidden; }
  .section-robot:after {
    content: "";
    position: absolute;
    background-image: url(../images/voice_search.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
    right: 0;
    z-index: 0;
    background-position-x: 100%; }
  .section-robot:before {
    content: "";
    position: absolute;
    background-image: url(../images/robot.png);
    background-repeat: no-repeat;
    width: 306px;
    height: 773px;
    background-size: cover;
    bottom: 0;
    left: 0;
    z-index: 0; }
  .section-robot > .b-inner {
    z-index: 2;
    position: relative;
    padding-top: 86px; }
    .section-robot > .b-inner:before {
      content: "";
      position: absolute;
      background-image: url(../images/robots_text.png);
      background-repeat: no-repeat;
      width: 875px;
      height: 185px;
      background-size: cover;
      top: 265px;
      left: 55.333333%; }
    .section-robot > .b-inner:after {
      content: "";
      position: absolute;
      background-image: url(../images/dots.png);
      background-repeat: no-repeat;
      width: 204px;
      height: 202px;
      background-size: cover;
      top: 30px;
      left: -85px; }
  .section-robot .title-border {
    color: #ffffff;
    position: relative;
    font-size: 0.875rem;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 35px;
    padding-right: 35px;
    height: 50px;
    border-radius: 5px;
    margin-bottom: 20px; }
  .section-robot h1 {
    font-size: 3.75rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 15px; }
  .section-robot .text-small {
    color: #ffffff;
    opacity: 0.75;
    margin-bottom: 15px;
    position: relative;
    padding-left: 60px; }
    .section-robot .text-small.text-last {
      margin-bottom: 44px; }
    .section-robot .text-small:before {
      content: "";
      position: absolute;
      background-image: url(../images/check.png);
      background-repeat: no-repeat;
      width: 31px;
      height: 31px;
      background-size: cover;
      top: 50%;
      left: 0;
      transform: translate(0, -50%); }
  .section-robot .text {
    color: #ffffff;
    margin-bottom: 41px;
    padding-top: 25px; }
  .section-robot .wrap-play {
    display: inline-flex;
    height: 100%;
    align-items: flex-end; }
    .section-robot .wrap-play--text {
      font-size: 1.125rem;
      color: #ffffff;
      padding-top: 8px;
      display: inline-flex; }
  .section-robot .b-play {
    width: 144px;
    height: 144px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    display: flex; }
    .section-robot .b-play:hover {
      border: 2px solid rgba(255, 255, 255, 0.2); }
    .section-robot .b-play i {
      background-image: url(../images/play.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      display: inline-block;
      height: 38px;
      width: 34px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  @media only screen and (max-width: 1199px) {
    .section-robot {
      height: auto;
      padding-bottom: 60px; }
      .section-robot h2 br {
        display: none !important; }
      .section-robot > .b-inner {
        padding-top: 60px; }
        .section-robot > .b-inner:before {
          width: 500px;
          height: 106px; }
      .section-robot .text-small {
        margin-bottom: 30px; }
        .section-robot .text-small br {
          display: none !important; } }
  @media only screen and (max-width: 991px) {
    .section-robot {
      padding-top: 100px;
      padding-bottom: 0; }
      .section-robot:before, .section-robot:after {
        display: none; }
      .section-robot .title-border {
        padding: 0 15px; }
      .section-robot > .b-inner {
        padding-top: 45px;
        text-align: center; }
        .section-robot > .b-inner:before {
          background-image: url(../images/robots_tex_mobile.png);
          width: 363px;
          height: 63px;
          top: 125px;
          left: 50%;
          margin-left: -182px; }
        .section-robot > .b-inner:after {
          display: none; }
      .section-robot .text-small {
        margin-bottom: 30px;
        text-align: left; }
        .section-robot .text-small br {
          display: none !important; }
      .section-robot .text {
        margin-bottom: 40px;
        text-align: left; }
      .section-robot .wrap-play {
        width: 100%;
        position: relative;
        justify-content: center;
        padding-top: 65px;
        padding-bottom: 60px; }
        .section-robot .wrap-play:before {
          content: "";
          position: absolute;
          background-image: url(../images/robot_mobile.png);
          background-repeat: no-repeat;
          width: 118px;
          height: 268px;
          background-size: cover;
          bottom: 0;
          left: -15px; }
        .section-robot .wrap-play:after {
          content: "";
          position: absolute;
          background-image: url(../images/voice_search_mobile.png);
          background-repeat: no-repeat;
          width: 362px;
          height: 297px;
          background-size: cover;
          bottom: 0;
          right: -15px; }
      .section-robot .b-play {
        width: 95px;
        height: 95px;
        margin: 0 auto; } }
  @media only screen and (max-width: 767px) {
    .section-robot {
      min-height: 470px; }
      .section-robot .wrap-play {
        padding-top: 50px; }
      .section-robot > .b-inner {
        padding-top: 30px; }
        .section-robot > .b-inner:before {
          top: 90px; }
      .section-robot h1 {
        font-size: 2.125rem; }
      .section-robot .text {
        font-size: 1rem; } }
  @media only screen and (max-width: 575px) {
    .section-robot .text-small {
      margin-bottom: 20px; }
    .section-robot > .b-inner {
      padding-bottom: 50px; }
    .section-robot .title-border {
      font-size: 0.75rem; } }
  @media only screen and (max-width: 479px) {
    .section-robot {
      min-height: 370px; }
      .section-robot [class*="col-"] {
        text-align: center; }
      .section-robot > .b-inner {
        padding-bottom: 0; }
      .section-robot h2 {
        margin-bottom: 20px;
        text-align: left;
        padding-left: 70px; }
        .section-robot h2:after {
          left: 50px; }
        .section-robot h2:before {
          width: 34px;
          height: 40px; }
      .section-robot .text-small {
        margin-bottom: 20px; }
      .section-robot .text {
        margin-bottom: 20px; } }
  @media only screen and (max-width: 374px) {
    .section-robot .title-border {
      font-size: 0.6875rem;
      padding: 0 8px; } }

.section-play {
  padding-top: 66px;
  padding-bottom: 66px;
  position: relative;
  overflow: hidden; }
  .section-play:after {
    content: "";
    position: absolute;
    background-image: url(../images/waves.png);
    background-repeat: no-repeat;
    width: 765px;
    height: 190px;
    background-size: cover;
    top: 0;
    right: 0;
    z-index: 0;
    background-position-x: 100%; }
  .section-play .row {
    justify-content: space-between; }
  .section-play h2 {
    color: #2a62a0;
    margin-bottom: 24px; }
  .section-play .text {
    color: #888888;
    font-size: 1rem;
    line-height: 1.35;
    margin-bottom: 58px; }
  .section-play .list-plus li {
    margin-bottom: 22px; }
  @media only screen and (max-width: 575px) {
    .section-play {
      padding-top: 30px; }
      .section-play .text {
        text-align: center; }
      .section-play:after {
        width: 100%;
        height: 100px;
        background-size: cover;
        top: -15px;
        background-position-x: 50%; }
      .section-play h2 {
        margin-bottom: 30px;
        text-align: center; }
      .section-play .list-plus li {
        margin-bottom: 16px; } }

.section-set-robot {
  background-image: url(../images/bg_02.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative; }
  .section-set-robot h2 {
    color: #ffffff;
    margin-bottom: 52px;
    text-align: center; }
  .section-set-robot .text {
    color: #ffffff;
    line-height: 1.25; }
  .section-set-robot .list-plus {
    margin-bottom: 68px; }
    .section-set-robot .list-plus li {
      line-height: 1.25;
      margin-bottom: 32px; }
  .section-set-robot .b-btn {
    padding: 0 40px; }
  @media only screen and (max-width: 767px) {
    .section-set-robot .list-plus {
      margin-bottom: 0; } }
  @media only screen and (max-width: 575px) {
    .section-set-robot {
      padding-top: 30px;
      padding-bottom: 30px; }
      .section-set-robot h2 {
        margin-bottom: 30px; }
      .section-set-robot .list-plus li {
        margin-bottom: 16px; } }

.section-questions {
  padding-top: 75px;
  padding-bottom: 110px;
  position: relative;
  overflow: hidden; }
  .section-questions:after {
    content: "";
    position: absolute;
    background-image: url(../images/bg_03.jpg);
    background-repeat: no-repeat;
    width: 809px;
    height: 696px;
    background-size: cover;
    top: 0;
    right: 0;
    z-index: -1;
    background-position-x: 100%; }
    @media only screen and (max-width: 991px) {
      .section-questions:after {
        display: none; } }
  .section-questions .row {
    justify-content: space-between; }
  .section-questions h2 {
    color: #2a62a0;
    text-align: center;
    margin-bottom: 70px; }
  .section-questions h3 {
    position: relative;
    color: #000000;
    margin-bottom: 0px;
    min-height: 100px; }
    .section-questions h3:before {
      content: "";
      position: absolute;
      width: 66px;
      height: 4px;
      background-color: #2a62a0;
      left: 0;
      top: 58px; }
  @media only screen and (max-width: 767px) {
    .section-questions {
      padding-top: 50px;
      padding-bottom: 50px; }
      .section-questions h2 {
        margin-bottom: 50px; }
      .section-questions h3 {
        margin-bottom: 15px;
        min-height: 20px; }
        .section-questions h3:before {
          height: 2px;
          top: 38px; } }
  @media only screen and (max-width: 575px) {
    .section-questions {
      padding-top: 30px;
      padding-bottom: 30px; }
      .section-questions h2 {
        margin-bottom: 30px;
        text-align: left;
        font-size: 1.875rem; } }
  @media only screen and (max-width: 479px) {
    .section-questions h3:before {
      top: 30px; } }

.bg-9 {
  width: 27px;
  height: 34px;
  background: url("../images/css_sprites.png") -206px -63px; }

.bg-discount {
  width: 16px;
  height: 17px;
  background: url("../images/css_sprites.png") -206px -117px; }

.bg-facebook {
  width: 33px;
  height: 33px;
  background: url("../images/css_sprites.png") -113px -141px; }

.bg-success {
  width: 52px;
  height: 52px;
  background: url("../images/css_sprites.png") -10px -10px; }

.bg-vk {
  width: 33px;
  height: 33px;
  background: url("../images/css_sprites.png") -206px -10px; }

.popup {
  background: transparent;
  padding: 0 37px; }
  .popup--inner {
    padding: 45px 25px 22px;
    box-shadow: 0 -1px 8px 1px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    background-color: #ffffff; }
  .popup form {
    width: 350px;
    padding: 0 45px;
    margin: 0 auto; }
  .popup--title {
    color: #000000;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin-bottom: 12px; }
  .popup--subtitle {
    color: #666666;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin-bottom: 31px; }
  .popup--text {
    color: #666666;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin-bottom: 12px; }
    .popup--text a {
      text-decoration: underline;
      transition: 0.25s ease-out;
      color: #666666; }
      .popup--text a:hover {
        text-decoration: none;
        color: #666666; }
  .popup .b-btn {
    width: 100%; }
  .popup--form-group {
    border-bottom: 1px solid #c4d5e7;
    margin-bottom: 20px; }
    .popup--form-group input {
      display: block;
      text-align: center;
      width: 100%;
      height: 20px;
      padding: 0;
      font-size: 0.75rem;
      font-weight: 400;
      line-height: 1;
      color: #000000;
      background-color: #ffffff;
      background-clip: padding-box;
      border: 1px solid #ffffff;
      border-radius: 0;
      outline: none; }
      .popup--form-group input::-webkit-input-placeholder {
        text-align: center;
        font-size: 0.75rem;
        color: #2a62a0; }
      .popup--form-group input:-moz-placeholder {
        text-align: center;
        font-size: 0.75rem;
        color: #2a62a0; }
      .popup--form-group input::-moz-placeholder {
        text-align: center;
        font-size: 0.75rem;
        color: #2a62a0; }
      .popup--form-group input:-ms-input-placeholder {
        text-align: center;
        font-size: 0.75rem;
        color: #2a62a0; }
  .popup--border-input {
    border: 1px dashed #c4d5e7;
    position: relative;
    margin-bottom: 12px; }
    .popup--border-input:before {
      content: "";
      position: absolute;
      background-image: url(../images/discount.png);
      background-repeat: no-repeat;
      width: 17px;
      height: 17px;
      background-size: cover;
      top: -8px;
      right: -8px; }
    .popup--border-input input {
      display: block;
      text-align: center;
      width: 100%;
      height: 33px;
      padding: 0;
      font-size: 0.75rem;
      font-weight: 400;
      line-height: 1;
      color: #000000;
      background-color: #ffffff;
      background-clip: padding-box;
      border: 1px solid #ffffff;
      border-radius: 3px;
      outline: none; }
      .popup--border-input input::-webkit-input-placeholder {
        text-align: center;
        font-size: 0.75rem;
        color: #2a62a0; }
      .popup--border-input input:-moz-placeholder {
        text-align: center;
        font-size: 0.75rem;
        color: #2a62a0; }
      .popup--border-input input::-moz-placeholder {
        text-align: center;
        font-size: 0.75rem;
        color: #2a62a0; }
      .popup--border-input input:-ms-input-placeholder {
        text-align: center;
        font-size: 0.75rem;
        color: #2a62a0; }
  .popup .fancybox-close-small {
    width: 37px;
    height: 34px;
    border-radius: 3px;
    background-color: #2a62a0;
    top: 9px; }
    .popup .fancybox-close-small:before {
      content: "";
      position: absolute;
      background-image: url(../images/cross-out.png);
      background-repeat: no-repeat;
      width: 17px;
      height: 17px;
      background-size: cover;
      top: 10px;
      right: 8px; }
    .popup .fancybox-close-small svg {
      display: none !important; }
  .popup--img {
    width: 52px;
    display: block;
    margin: 15px auto 36px; }
  .popup.small-popup {
    max-width: 388px; }
    .popup.small-popup .popup--title {
      margin-bottom: 16px; }
    .popup.small-popup .popup--subtitle {
      margin-bottom: 42px; }
  @media only screen and (max-width: 575px) {
    .popup {
      padding: 0;
      box-shadow: 0 -1px 8px 1px rgba(0, 0, 0, 0.35);
      border-radius: 10px; }
      .popup .fancybox-close-small {
        top: 0; }
      .popup--inner {
        padding-top: 16px;
        box-shadow: none; }
      .popup--title {
        margin-bottom: 8px; }
      .popup--subtitle {
        margin-bottom: 20px; }
        .popup--subtitle br {
          display: none !important; }
      .popup form {
        width: 100%;
        max-width: 350px;
        padding: 0; }
      .popup--img {
        width: 52px;
        display: block;
        margin: 0px auto 20px; }
      .popup.small-popup {
        max-width: 388px; }
        .popup.small-popup .popup--title {
          margin-bottom: 8px; }
        .popup.small-popup .popup--subtitle {
          margin-bottom: 20px; } }

.b-number-icon {
  display: flex; }
  .b-number-icon--img {
    position: relative;
    width: 170px;
    min-width: 170px; }
    .b-number-icon--img img {
      position: absolute; }
      .b-number-icon--img img.ic-1 {
        top: 81px;
        left: 0; }
      .b-number-icon--img img.ic-2 {
        top: 77px;
        right: 15px; }
      .b-number-icon--img img.ic-3 {
        top: 70px;
        right: 18px; }
  .b-number-icon .number {
    color: #c1dcf9;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 9.625rem;
    font-weight: 800;
    line-height: 1; }
  .b-number-icon--title {
    color: #232323;
    margin-bottom: 15px;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 30px; }
  .b-number-icon--text {
    padding-top: 66px; }
  .b-number-icon p {
    color: #666666;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 21px; }
  @media only screen and (max-width: 1199px) {
    .b-number-icon--img {
      width: 125px;
      min-width: 125px; }
      .b-number-icon--img img {
        height: auto;
        object-fit: cover; }
        .b-number-icon--img img.ic-1 {
          width: 110px; }
        .b-number-icon--img img.ic-2 {
          width: 70px; }
        .b-number-icon--img img.ic-3 {
          width: 70px; }
    .b-number-icon .number {
      font-size: 8.75rem; }
    .b-number-icon--title {
      font-size: 1.25rem;
      line-height: 26px; } }
  @media only screen and (max-width: 991px) {
    .b-number-icon--img {
      width: 75px;
      min-width: 75px; }
      .b-number-icon--img img.ic-1 {
        width: 70px;
        top: 57px; }
      .b-number-icon--img img.ic-2 {
        width: 50px;
        top: 57px;
        right: 7px; }
      .b-number-icon--img img.ic-3 {
        width: 50px;
        top: 57px;
        right: 7px; }
    .b-number-icon .number {
      font-size: 6.25rem; }
    .b-number-icon--text {
      padding-top: 30px; }
    .b-number-icon--title {
      font-size: 1.125rem;
      line-height: 24px; } }
  @media only screen and (max-width: 767px) {
    .b-number-icon--img {
      width: 100px;
      min-width: 100px; }
    .b-number-icon--text {
      padding-top: 20px; } }
  @media only screen and (max-width: 479px) {
    .b-number-icon {
      flex-flow: wrap; }
      .b-number-icon .number {
        font-size: 9.625rem; }
      .b-number-icon--title {
        text-align: center;
        font-size: 1.5rem;
        margin-bottom: 28px; }
      .b-number-icon p {
        text-align: center;
        font-size: 1rem; }
      .b-number-icon--text {
        flex: 0 0 100%; }
      .b-number-icon--img {
        margin: 0 auto; }
        .b-number-icon--img--1 {
          width: 151px;
          min-width: 151px;
          padding-bottom: 30px; }
        .b-number-icon--img--2 {
          width: 154px;
          min-width: 94px;
          padding-bottom: 36px;
          padding-top: 20px; }
        .b-number-icon--img--3 {
          width: 138px;
          min-width: 93px;
          padding-top: 15px;
          padding-bottom: 48px; }
        .b-number-icon--img img.ic-1 {
          width: 151px;
          top: 82px; }
        .b-number-icon--img img.ic-2 {
          width: 94px;
          top: 78px;
          right: -5px; }
        .b-number-icon--img img.ic-3 {
          width: 93px;
          top: 85px;
          right: -5px; } }

.list-icon li {
  color: #ffffff;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 27px;
  position: relative;
  margin-bottom: 52px; }
  .list-icon li:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background-repeat: no-repeat; }

.list-icon.icon-left li {
  padding-left: 63px; }
  .list-icon.icon-left li:before {
    left: 0; }

.list-icon.icon-left .i-1:before {
  width: 39px;
  height: 39px;
  background: url("../images/1.png"); }

.list-icon.icon-left .i-2:before {
  width: 45px;
  height: 20px;
  background: url("../images/2.png"); }

.list-icon.icon-left .i-3:before {
  width: 47px;
  height: 35px;
  background: url("../images/3.png"); }

.list-icon.icon-left .i-4:before {
  width: 37px;
  height: 37px;
  background: url("../images/4.png"); }

.list-icon.icon-right li {
  padding-right: 63px;
  text-align: right; }
  .list-icon.icon-right li:before {
    right: 0; }

.list-icon.icon-right .i-1:before {
  width: 37px;
  height: 37px;
  background: url("../images/5.png"); }

.list-icon.icon-right .i-2:before {
  width: 40px;
  height: 38px;
  background: url("../images/6.png"); }

.list-icon.icon-right .i-3:before {
  width: 31px;
  height: 36px;
  background: url("../images/7.png"); }

.list-icon.icon-right .i-4:before {
  width: 32px;
  height: 37px;
  background: url("../images/8.png"); }

@media only screen and (max-width: 1199px) {
  .list-icon li br {
    display: none !important; } }

@media only screen and (max-width: 991px) {
  .list-icon li {
    font-size: 1rem;
    line-height: 22px;
    margin-bottom: 30px; }
  .list-icon.icon-left li {
    padding-left: 62px; }
  .list-icon.icon-left .i-1:before {
    width: 39px;
    height: 39px;
    background-size: cover; }
  .list-icon.icon-left .i-2:before {
    width: 45px;
    height: 20px;
    background-size: cover; }
  .list-icon.icon-left .i-3:before {
    width: 47px;
    height: 35px;
    background-size: cover; }
  .list-icon.icon-left .i-4:before {
    width: 37px;
    height: 37px;
    background-size: cover; }
  .list-icon.icon-right li {
    padding-right: 62px; }
  .list-icon.icon-right .i-1:before {
    width: 37px;
    height: 37px;
    background-size: cover; }
  .list-icon.icon-right .i-2:before {
    width: 40px;
    height: 38px;
    background-size: cover; }
  .list-icon.icon-right .i-3:before {
    width: 31px;
    height: 36px;
    background-size: cover; }
  .list-icon.icon-right .i-4:before {
    width: 32px;
    height: 37px;
    background-size: cover; } }

@media only screen and (max-width: 575px) {
  .list-icon.icon-right li {
    padding-right: 0;
    padding-left: 62px;
    text-align: left; }
    .list-icon.icon-right li:before {
      right: auto;
      left: 0; } }

.wrap-link {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px; }
  .wrap-link .text-link {
    color: #ffffff;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 27px;
    text-decoration: underline;
    transition: .25s ease-out; }
    .wrap-link .text-link:hover {
      text-decoration: none; }
  .wrap-link .b-play {
    margin-bottom: 44px; }
  @media only screen and (max-width: 1199px) {
    .wrap-link .text-link {
      font-size: 1.25rem;
      line-height: 24px; } }
  @media only screen and (max-width: 991px) {
    .wrap-link {
      padding-top: 0;
      flex-flow: nowrap;
      padding-bottom: 8px; }
      .wrap-link .text-link {
        font-size: 1.5rem;
        line-height: 28px;
        text-align: left; }
      .wrap-link .b-play {
        margin-bottom: 0;
        margin-right: 35px; } }

.b-play {
  width: 184px;
  height: 184px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  position: relative;
  transition: .25s ease-out; }
  .b-play span {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 44px 0 44px 60px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    left: 68px;
    top: 46px;
    transition: .25s ease-out; }
  .b-play:hover {
    border: 3px solid #2f86e7; }
    .b-play:hover span {
      border-color: transparent transparent transparent #2f86e7; }
  @media only screen and (max-width: 1199px) {
    .b-play {
      width: 140px;
      height: 140px; }
      .b-play span {
        border-width: 33px 0 33px 40px;
        left: 56px;
        top: 35px; } }
  @media only screen and (max-width: 991px) {
    .b-play {
      width: 86px;
      height: 86px; }
      .b-play span {
        border-width: 25px 0 25px 30px;
        left: 34px;
        top: 18px; } }

.list-plus li {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.btn-apple {
  background-image: url("../images/ic-apple.png");
  width: 166px;
  height: 47px;
  background-size: cover;
  background-repeat: no-repeat;
  display: block; }

.btn-google {
  background-image: url("../images/ic-google.png");
  width: 166px;
  height: 47px;
  background-size: cover;
  background-repeat: no-repeat;
  display: block; }

.faq_item_title {
  border-bottom: 1px solid #c4d5e7;
  color: #232323;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.1;
  position: relative;
  cursor: pointer;
  padding-right: 30px;
  min-height: 50px;
  padding-top: 5px;
  padding-bottom: 6px;
  display: flex;
  align-items: center;
  /* Vertical line */
  /* horizontal line */ }
  .faq_item_title:before, .faq_item_title:after {
    content: "";
    position: absolute;
    background-color: #2a62a0;
    transition: transform 0.25s ease-out; }
  .faq_item_title:before {
    top: 50%;
    right: 9px;
    width: 2px;
    height: 20px;
    margin-left: 0;
    margin-top: -9px; }
  .faq_item_title:after {
    top: 50%;
    right: 0;
    width: 20px;
    height: 2px; }
  @media only screen and (max-width: 479px) {
    .faq_item_title {
      font-size: 1rem; } }

.faq_item_content {
  display: none;
  color: #000000;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 22px;
  padding-top: 15px;
  padding-bottom: 10px; }
  @media only screen and (max-width: 479px) {
    .faq_item_content {
      font-size: 0.875rem;
      line-height: 20px; } }

.faq_item.active .faq_item_title:before {
  transform: rotate(90deg); }

.faq_item.active .faq_item_title:after {
  transform: rotate(180deg); }

.link-icon {
  position: relative;
  color: #017bc0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-decoration: underline;
  font-size: 1.125rem;
  transition: 0.25s ease-out;
  padding-left: 51px;
  margin-bottom: 20px;
  display: inline-block; }
  .link-icon:before {
    content: "";
    background-image: url(../images/9.png);
    background-position: left top;
    background-repeat: no-repeat;
    width: 27px;
    height: 34px;
    display: inline-block;
    position: absolute;
    top: -6px;
    left: 0; }
  .link-icon:hover {
    text-decoration: none;
    color: #017bc0; }

.b-form {
  width: 100%;
  max-width: 260px;
  margin: 0 auto; }

.b-input {
  position: relative;
  width: 100%;
  margin: 0 auto 18px; }
  .b-input:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    bottom: 0; }
  .b-input.user:before {
    background-image: url(../images/login.png);
    width: 14px;
    height: 14px;
    bottom: 14px; }
  .b-input.pass {
    margin-bottom: 24px; }
    .b-input.pass:before {
      background-image: url(../images/lock.png);
      width: 15px;
      height: 19px;
      bottom: 11px; }
  .b-input input {
    color: #232323;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    padding: 8px 0 8px 30px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #dcdfe6;
    background-color: transparent; }
    .b-input input:focus {
      outline: none; }
    .b-input input:focus ~ label,
    .b-input input:valid ~ label {
      top: -7px;
      font-size: 0.625rem;
      opacity: 0.5;
      color: #232323; }
  .b-input label {
    color: #232323;
    font-size: 0.75rem;
    opacity: 0.5;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 10px;
    transition: 0.2s ease all;
    padding-left: 30px; }

.b-checkbox {
  margin-bottom: 18px; }
  .b-checkbox .checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0; }
  .b-checkbox .checkbox + label {
    position: relative;
    padding: 0 0 0 28px;
    cursor: pointer;
    color: #232323;
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.8; }
    .b-checkbox .checkbox + label a {
      display: inline;
      line-height: 1; }
    .b-checkbox .checkbox + label:before {
      content: '';
      position: absolute;
      top: 4px;
      left: 0;
      width: 14px;
      height: 13px;
      background: #ffffff;
      transition: .2s;
      border: 1px solid #2f86e7;
      border-radius: 2px; }
  .b-checkbox .checkbox:checked + label:before {
    background: #2f86e7;
    border: 1px solid #2f86e7;
    color: #ffffff; }
  .b-checkbox .checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 3px;
    background-image: url(../images/ic-tick-small.png);
    width: 8px;
    height: 7px;
    top: 7px; }
