#success{
.getMobileApp{
  &:extend(.conteiner);
  text-align:center;
  h4{
    color:@gray;
  }
  &__button{
    display:inline-block;
    margin:10px;
    cursor:pointer;
    &--iphone{
      max-width:149px;
    }
    &--android{
      max-width: 170px;
    }
  }
}
}
