﻿@font-face {
  font-family: 'Roboto';
  src: url("fonts/roboto/Roboto-Regular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"),
       url("fonts/roboto/Roboto-Regular.woff2") format("woff2"), 
      url("fonts/roboto/Roboto-Regular.woff") format("woff"), 
      url("fonts/roboto/Roboto-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("fonts/roboto/Roboto-Medium.eot");
  /* IE9 Compat Modes */
  src: url("fonts/roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), 
      url("fonts/roboto/Roboto-Medium.woff2") format("woff2"), 
      url("fonts/roboto/Roboto-Medium.woff") format("woff"), 
      url("fonts/roboto/Roboto-Medium.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: bold;
  font-style: normal; }

body {
  padding: 0;
  margin: 0;
  background-color: #f5f9fa;
  font-family: "Roboto", Arial, Helvetica, sans-serif;  
  color: #454545; }
  @media screen and (min-width: 768px) {
    body {
      font-size: 20px} }
  @media (min-width: 1200px) {
    body {
      font-size: 24px} }

.block {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 40px auto auto;
  padding-left: 14px;
  padding-right: 14px;
  text-align: center;
  box-sizing: border-box; }
  @media screen and (orientation: landscape) {
    .block {
      margin-top: 20px; } }
  @media (min-width: 1200px) {
    .block {
      width: 850px;
      margin-top: 50px;
      padding-left: 0;
      padding-right: 0; } }
  .block .img {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 20px; }
    @media screen and (orientation: landscape) {
      .block .img {
        width: 50%; } }
    @media screen and (min-width: 768px) and (orientation: portrait) {
      .block .img {
        width: 76%; } }
    @media screen and (min-width: 768px) and (orientation: landscape) {
      .block .img {
        width: 60%; } }
    @media (min-width: 1200px) {
      .block .img {
        width: 100%;
        height: 277px;
        margin-bottom: 50px; } }
  .block .info {
    margin: 0;
    line-height: 20px; 
    font-size: 14px !important;
  }
    @media screen and (orientation: landscape) {
      .block .info {
        line-height: 16px;
        font-size: 28px !important;
      } }
    @media screen and (min-width: 768px) {
      .block .info {
        line-height: 28px; 
        font-size: 24px !important;
      } }
  .block .btn {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background-color .1s ease-in-out .01s;
    -khtml-transition: background-color .1s ease-in-out .01s;
    -moz-transition: background-color .1s ease-in-out .01s;
    -ms-transition: background-color .1s ease-in-out .01s;
    -o-transition: background-color .1s ease-in-out .01s;
    transition: background-color .1s ease-in-out .01s;
    height: 32px;
    line-height: 32px;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 20px;
    background-color: #5e94fa;
    color: #fff;
    border: none;
    font-family: inherit;
    font-size: inherit;
    border-radius: 5px;
    cursor: pointer; }
    .block .btn:hover {
      background-color: #689bfa; }
    .block .btn .icon-arrow-back {
      display: inline-block;
      position: relative;
      margin-right: 6px;
      font-size: 9px; }
      @media screen and (min-width: 768px) {
        .block .btn .icon-arrow-back {
          margin-right: 10px;
          font-size: 14px; } }
    @media screen and (min-width: 768px) {
      .block .btn {
        height: 42px;
        line-height: 42px; } }

