.get__app__title, .get__app__text {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.4px; }
/** MOBILE GET APP POPOVER **/
.get__app {
  display: none; }

@media (max-width: 767px) {
  .get__app {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999999999;
    background: #fff;
    padding: 10% 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    height: 100%;
    opacity: 1;
    transition: all 0.5s ease; }
    .get__app--hidden {
      height: 0;
      opacity: 0;
      padding: 0; }
    .get__app__icon {
      position: absolute;
      top: 0;
      right: 0;
      font-size: 19px;
      padding: 15px; }
    .get__app__title {
      font-size: 16px;
      font-weight: 500;
      line-height: 1.1;
      letter-spacing: -0.2px;
      color: #2d373a;
      width: 85%;
      text-align: center; }
    .get__app__brand {
      background: url('/images/mail/logo.svg');
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 40px;
      width: 172px;
      margin: 7% 0;
      color: #ff6b7e; }
    .get__app__text {
      font-size: 13px;
      font-weight: normal;
      line-height: 1.29;
      letter-spacing: 0.1px;
      color: #2d373a;
      text-align: center; }
      .get__app__text > span {
        font-weight: 500; }
    .get__app__footer {
      position: absolute;
      bottom: 0;
      display: flex;
      justify-content: space-around;
      width: 100%; }
    .get__app__links {
      flex-basis: 30%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding-bottom: 17px; }
    .get__app__box {
      position: relative;
      height: 180px;
      width: 203px; }
      .get__app__box:after {
        content: '';
        position: absolute;
        z-index: 9999;
        background: url('/themes/zooqi/images/get__app/get__app__cloud.svg');
        left: -105px;
        top: -70px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 113px;
        width: 150px;
        transform: scale(1.1); }
    .get__app__image {
      width: 203px;
      height: 180px; }

  .app__mobile__block__link {
    background-color: #1e1b20;
    border-radius: 4px;
    color: white;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -0.4px;
    margin-bottom: 0;
    padding: 10px 15px;
    text-align: left;
    text-transform: uppercase;
    transform: scale(0.8); }
    .app__mobile__block__link > * {
      margin-left: 10px; }
    .app__mobile__block__link :first-child {
      margin-left: 0; }
    .app__mobile__block__link .app__mobile__block__icon-divider {
      border-left: solid 1px #39353b; } }

@media (min-width: 350px) {
  .get__app__title {
    margin-top: 20px; }

  .get__app__brand {
    margin: 20% 0; } }

@media (max-width: 360px) {
  .get__app__box {
    height: 153px; }

  .get__app__image {
    width: 172.55px;
    height: 153px; } }

@media (max-width: 340px) {
  .get__app__links {
    padding-left: 20px; } }
