@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500&subset=latin,cyrillic);
@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  src: url(static-assets/fonts/icomoon.c3153d9b4d932ff657bfb6b9d075f95c.eot) format("eot"), url(static-assets/fonts/icomoon.8fb2119ceb577be1cb0bad86a6a07f17.woff2) format("woff2"), url(static-assets/fonts/icomoon.05b55be3ba3563766709ee4df45bd407.woff) format("woff"), url(static-assets/fonts/icomoon.9ae1dff9089ef0ed224af96cace087f7.ttf) format("truetype"), url(static-assets/fonts/icomoon.bf7572fd59baabebbe69ea2f3a1ad3e7.svg#icomoon) format("svg"); }

html, body {
  padding: 0;
  margin: 0; }

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font: normal normal 18px/24px "Roboto", Arial, sans-serif; }

header, footer {
  flex: 0 0 auto;
  padding: 0 24px; }

header, footer, .content {
  display: flex;
  align-items: center; }

header {
  height: 96px;
  color: #fff;
  box-shadow: inset 0px -1px 0px #E6E6E6; }

a, a:active, a:visited {
  color: #0155a6;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

.wrapper {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }

.logo {
  background: url(static-assets/images/logo.036222e58a2f72dfb287756d6b84a5b6.svg) no-repeat;
  display: block;
  width: 120px;
  height: 60px; }

.content {
  flex: 1 0 auto;
  padding: 24px;
  background-color: #f7f7f7; }
  .content h1 {
    color: #333;
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
    margin: 0; }
  .content p {
    color: #999;
    max-width: 550px;
    margin: 10px 0 0 0;
    font-size: 18px;
    line-height: 24px; }
  .content .wrapper {
    flex-direction: row; }
  .content-columns {
    columns: 2;
    width: 700px;
    list-style: none;
    padding-left: 0;
    color: #999;
    margin: 10px 0 80px;
    line-height: 24px; }
    .content-columns > li {
      line-height: 2; }
  .content-apps {
    margin: 30px -10px;
    padding: 0 10px; }
    .content-apps-google {
      background: url(static-assets/images/google-app.b48f015550209fa90660e4b17bb7f5c4.svg) no-repeat; }
    .content-apps-apple {
      background: url(static-assets/images/apple-app.070d4336373480c26664208d6a9888cb.svg) no-repeat; }
    .content-apps > a {
      display: inline-block;
      width: 138px;
      height: 40px;
      padding: 0 10px; }
  .content-barcode {
    flex: 0 0 266px;
    width: 266px;
    height: 266px;
    background: url(static-assets/images/barcode.6f22c30af82173225f04464f4d0f239a.svg) no-repeat; }
  .content-4x h1 {
    margin-top: 12vh; }
  .content-4x .content-apps {
    margin-top: 20px;
    margin-bottom: 20px; }

footer {
  height: 88px;
  border-top: 1px solid #E6E6E6;
  background-color: #f7f7f7;
  font-size: 14px;
  line-height: 18px;
  color: #9B9B9B; }
  footer .wrapper {
    justify-content: space-between; }
  footer .icons {
    font-family: 'icomoon';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    footer .icons > a {
      margin: 0 5px; }
      footer .icons > a:last-child {
        margin-right: 0; }
      footer .icons > a, footer .icons > a:active, footer .icons > a:visited {
        color: #B3B3B3; }
      footer .icons > a:hover {
        transition: color 0.3s ease-in-out;
        color: #0155a6; }

.icon-facebook:before {
  content: "\e002"; }

.icon-twitter:before {
  content: "\e003"; }

.icon-vk:before {
  content: "\e001";
  font-size: 18px;
  vertical-align: bottom; }

@media (max-width: 880px) {
  header .wrapper,
  footer .wrapper {
    margin: 0; } }

@media (max-width: 768px) {
  header {
    height: 58px;
    box-shadow: 0 1px 2px #AEB0B2; }
  .logo {
    background-image: url(static-assets/images/mobile-logo.cbbe57c82616bc2c3ec301617507eb5b.svg);
    width: 119px;
    height: 18px; }
  footer .wrapper {
    display: block; }
  .content h1 {
    max-width: 420px;
    font-size: 18px;
    line-height: 22px; }
  .content p {
    font-size: 14px;
    line-height: 20px; }
  .content-apps {
    margin-top: 20px; }
  .content-text {
    padding-right: 0; }
  .content-link, .content-barcode {
    display: none; }
  .content-columns {
    column-count: auto;
    width: auto; }
  .content-4x h1 {
    margin-top: 50px; }
  .content-4x h1 {
    color: #4D4D4D; }
  .content-4x .content-columns {
    margin-bottom: 20px; }
  .content-4x li {
    font-size: 14px;
    line-height: 35px; }
  .icons {
    display: none; }
  .phone.android .content-apps-apple {
    display: none; }
  .phone.android .content-apps-google {
    display: inline-block; }
  .phone.apple .content-apps-apple {
    display: inline-block; }
  .phone.apple .content-apps-google {
    display: none; } }

