.section_app {
  background-color: #F9F9F9; }
  .section_app .center {
    height: 100vh; }
    @media (max-width: 960px) {
      .section_app .center {
        height: auto; } }
  .section_app__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 52px;
    height: 100%; }
    @media screen and (max-width: 1300px) {
      .section_app__wrap {
        padding: 0; } }
    @media screen and (max-width: 767px) {
      .section_app__wrap {
        padding: 36px 0; } }
    @media (max-width: 960px) {
      .section_app__wrap {
        padding-top: 35px; } }
    @media (max-width: 768px) {
      .section_app__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .section_app__info {
    margin-right: 52px;
    padding-top: 65px;
    max-width: 60%; }
    @media (max-width: 960px) {
      .section_app__info {
        padding-bottom: 35px; } }
    @media (max-width: 768px) {
      .section_app__info {
        margin-right: 0;
        margin-bottom: 25px;
        padding-bottom: 0;
        padding-top: 0;
        max-width: 100%; } }
  .section_app__heading {
    margin-bottom: 55px; }
    @media (max-width: 1280px) {
      .section_app__heading {
        margin-bottom: 35px; } }
    .section_app__heading h2 {
      margin: 0;
      font-size: 40px;
      line-height: 40px;
      color: #13cfda;
      text-transform: uppercase;
      font-weight: normal; }
      @media screen and (max-width: 767px) {
        .section_app__heading h2 {
          margin: 0 0 24px;
          font-size: 25px;
          line-height: 25px; } }
  .section_app__text {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 22px;
    color: #005777; }
    @media (max-width: 1280px) {
      .section_app__text {
        font-size: 14px;
        line-height: 18px; } }
    @media (max-width: 768px) {
      .section_app__text {
        font-size: 13px; } }
    .section_app__text ul {
      padding: 0;
      list-style: none; }
      .section_app__text ul li::before {
        content: '-';
        margin-right: 10px; }
  @media (max-width: 768px) {
    .section_app__links {
      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-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .section_app__links a {
    margin-right: 35px; }
    @media (max-width: 768px) {
      .section_app__links a {
        display: inline-block;
        margin-right: 0;
        margin-bottom: 15px; } }
    .section_app__links a:last-of-type {
      margin-right: 0; }
  .section_app__img {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-item-align: end;
        align-self: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    overflow: hidden; }
    @media (max-width: 768px) {
      .section_app__img {
        width: 100%; } }
    .section_app__img-holder {
      margin-top: 60px;
      width: 577px;
      height: 100%;
      background-image: url("../images/app_screen.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
      @media (max-width: 1360px) {
        .section_app__img-holder {
          width: 480px; } }
      @media (max-width: 1280px) {
        .section_app__img-holder {
          width: 420px; } }
      @media (max-width: 960px) {
        .section_app__img-holder {
          width: 320px;
          height: 600px; } }
      @media (max-width: 768px) {
        .section_app__img-holder {
          margin-top: 0;
          width: 100%;
          height: 458px; } }

.section_home__links {
  margin-top: 45px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  @media (max-width: 1280px) {
    .section_home__links {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.section_home__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  text-decoration: underline;
  font-weight: normal; }
  .section_home__link-text {
    max-width: 90px; }
  .section_home__link .icon {
    display: block;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    @media (max-width: 1280px) {
      .section_home__link .icon {
        width: 35px;
        height: 35px; } }
    @media (max-width: 768px) {
      .section_home__link .icon {
        margin-right: 5px;
        width: 40px;
        height: 40px; } }
    .section_home__link .icon-fs {
      background-image: url("../images/icon-facebook.svg"); }
    .section_home__link .icon-ins {
      background-image: url("../images/icon-instagram.svg"); }

.section_home .open-contacts-btn {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px; }
  @media (max-width: 1360px) {
    .section_home .open-contacts-btn {
      font-size: 16px; } }
  @media (max-width: 1280px) {
    .section_home .open-contacts-btn {
      margin: 0 auto; } }
  @media (max-width: 960px) {
    .section_home .open-contacts-btn {
      font-size: 20px; } }
  @media (max-width: 1280px) {
    .section_home .open-contacts-btn--wrap {
      width: 100%;
      margin-bottom: 35px; } }
