/*Standart mixins to responsvie desing*/
.tilte-app {
  display: flex;
  justify-content: center; }
  .tilte-app h2 {
    color: #0695c9; }

.column-qr {
  display: flex; }
  @media (max-width: 376px) {
    .column-qr {
      flex-wrap: wrap; } }

.container-qr {
  display: flex;
  flex-direction: column;
  width: 50%; }
  @media (max-width: 376px) {
    .container-qr {
      width: 100%; } }
  .container-qr .logo-qr {
    display: flex;
    justify-content: end; }
    @media (max-width: 376px) {
      .container-qr .logo-qr {
        justify-content: center; } }
  .container-qr .logo-android {
    display: flex;
    justify-content: end;
    margin-right: 24px; }
    @media (max-width: 376px) {
      .container-qr .logo-android {
        justify-content: center;
        margin-right: 0px; } }

.container-store {
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  width: 50%; }
  @media (max-width: 376px) {
    .container-store {
      width: 100%; } }
  .container-store .logo-store {
    display: flex; }
    @media (max-width: 376px) {
      .container-store .logo-store {
        justify-content: center; } }
  .container-store .logo-iphon {
    display: flex;
    margin-left: 24px; }
    @media (max-width: 376px) {
      .container-store .logo-iphon {
        justify-content: center;
        margin-left: 0px; } }
