/*
//  ==========================
//  Evgeniy Ivanov
//  Email: busforward@gmail.com
//  Skype: ivanov_ea
//  ==========================
 */
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Ubuntu+Condensed&subset=cyrillic");
.cart__wrap:after {
  content: '';
  display: table;
  clear: both; }

/* Global variables */
/* ======================================================================== */
/* Grid */
/* ======================================================================== */
/* Form */
/* ======================================================================== */
/* Breakpoints */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body, .wrapper {
  height: 100%;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  font-size: 100%;
  font-family: "Ubuntu Condensed";
  color: #000;
  line-height: 1.2; }

/**
 * Add the correct display in IE 9-.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }
  a:focus {
    outline: 0; }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
  max-width: 100%; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
  outline: 0; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

a {
  color: #732f4c;
  text-decoration: none; }
  a:hover {
    border-bottom: 1px dashed; }

.wrapper {
  overflow-x: hidden;
  height: 100%; }

.main__content {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  background: url(../img/bg.jpg) center no-repeat;
  background-size: cover;
  text-transform: uppercase;
  font-size: 100%;
  letter-spacing: 0.1em; }

.container_center {
  display: table-cell;
  padding: 2em;
  vertical-align: middle;
  position: relative;
  overflow: hidden; }
  @media (max-width: 991px) {
    .container_center {
      padding: 2.9em; } }
  @media (max-width: 480px) {
    .container_center {
      padding: 4.5em 2.9em; } }
  @media (max-height: 420px) {
    .container_center {
      padding: 1em; } }

.cart {
  max-width: 60%;
  margin: auto;
  min-height: 300px;
  border-radius: 1.5em;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.14)), to(rgba(0, 0, 0, 0.14)));
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.14) 0%, rgba(0, 0, 0, 0.14) 100%);
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.14) 0%, rgba(0, 0, 0, 0.14) 100%);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.14) 0%, rgba(0, 0, 0, 0.14) 100%);
  padding: 0.7em;
  position: relative;
  -webkit-box-shadow: 89px 89px 20px rgba(0, 0, 0, 0.36);
  box-shadow: 89px 89px 20px rgba(0, 0, 0, 0.36); }
  .cart__blink {
    position: absolute;
    display: block;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 2; }
    .cart__blink_top {
      width: 70%;
      padding-bottom: 20em;
      background-image: url(../img/blink-top.png);
      top: -8.2em;
      right: -10%; }
    .cart__blink_bottom {
      width: 50%;
      padding-bottom: 14em;
      background-image: url(../img/blink-bottom.png);
      left: -8%;
      bottom: -8.4em; }
  .cart:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 57%;
    z-index: 0;
    background: url("../img/grade.png") top left no-repeat;
    background-size: 100% 100%; }
  .cart:after {
    content: '';
    position: absolute;
    left: 50%;
    height: 100%;
    top: 0;
    width: 4px;
    margin-left: -4px;
    background: url(../img/vdash.png) center top; }
  .cart__wrap {
    border: 1px dashed rgba(255, 255, 255, 0.64);
    position: relative;
    border-radius: 1.3em;
    height: 100%;
    position: relative;
    padding: 1.6em 0.9em 1.3em;
    z-index: 3; }
  .cart__left {
    text-align: center;
    width: 50%;
    float: left;
    padding-right: 50px; }
  .cart__right {
    overflow: hidden;
    text-align: left;
    padding-left: 3.3em;
    padding-top: 0.8em; }
  .cart__logo {
    display: inline-block;
    max-width: 88%; }
  .cart__photo {
    padding: 0.6em;
    border: 2px dashed rgba(52, 52, 52, 0.2);
    display: inline-block;
    margin: 1em auto 0.8em;
    width: 47%; }
    .cart__photo img {
      display: block; }
  .cart__member {
    color: #938c6d;
    font-size: 1.45em;
    margin-bottom: 0.4em; }
  .cart__number {
    font-size: 0.67em;
    margin-top: 0.26em;
    letter-spacing: 0.03em; }
  .cart__site {
    font-size: 0.6em;
    letter-spacing: 0.06em; }
  .cart__info {
    margin-bottom: 1.77em; }
    .cart__info:before {
      content: '';
      display: block;
      max-width: 17%;
      background-color: rgba(92, 67, 70, 0.3);
      height: 2px;
      margin-bottom: 19px; }
  .cart__label {
    color: #732f4c;
    font-size: 0.7em;
    margin-bottom: 0.6em;
    letter-spacing: 0.04em; }
  .cart__name {
    color: #343434;
    font-size: 1.5em;
    letter-spacing: 0.05em; }
  .cart__name_secret:before {
    content: '***';
    color: rgba(52, 52, 52, 0.4);
    font-family: 'Ubuntu';
    font-weight: 300;
    font-size: 0.8em;
    letter-spacing: 0.32em;
    vertical-align: middle; }
  .cart__qr {
    float: right;
    width: 32%;
    overflow: hidden;
    margin-top: -1.5em;
    padding-right: 0.7em; }
  @media (max-width: 1690px) {
    .cart {
      max-width: 80%; }
      .cart__wrap {
        padding: 1.4em 0.9em 1em; }
      .cart__photo {
        margin: 1em auto 0.8em; }
      .cart__member {
        margin-bottom: 0.3em; }
      .cart__number {
        margin-top: -0.04em; }
      .cart__info {
        margin-bottom: 1.64em; }
      .cart__label {
        font-size: 0.6em;
        margin-bottom: 0.6em;
        letter-spacing: 0.07em; }
      .cart__name {
        font-size: 1.4em;
        letter-spacing: 0.04em; }
      .cart__qr {
        margin-top: -1.4em;
        padding-right: 0.7em; } }
  @media (max-width: 1280px) {
    .cart {
      max-width: 93.9%; }
      .cart__wrap {
        padding: 1.4em 0.9em 1em; }
      .cart__photo {
        margin: 1em auto 0.8em; }
      .cart__member {
        margin-bottom: 0.3em; }
      .cart__number {
        margin-top: -0.04em; }
      .cart__info {
        margin-bottom: 1.64em; }
      .cart__label {
        font-size: 0.6em;
        margin-bottom: 0.6em;
        letter-spacing: 0.07em; }
      .cart__name {
        font-size: 1.4em;
        letter-spacing: 0.04em; }
      .cart__qr {
        margin-top: -1.4em;
        padding-right: 0.7em; } }
  @media (max-width: 991px) {
    .cart {
      max-width: 83%;
      -webkit-box-shadow: 21px 21px 6px rgba(0, 0, 0, 0.36);
      box-shadow: 21px 21px 6px rgba(0, 0, 0, 0.36); }
      .cart:after {
        background-image: none; }
      .cart__wrap {
        padding: 1.1em 0.9em;
        overflow: hidden; }
      .cart__left {
        float: none;
        width: 100%;
        padding-right: 0;
        position: static; }
      .cart__logo {
        width: 59.5%; }
      .cart__photo {
        margin: 0.7em auto 0.2em;
        width: 42%; }
      .cart__member {
        letter-spacing: .01em;
        font-size: 2em; }
      .cart__site {
        position: absolute;
        bottom: 2.1em;
        width: 100%;
        left: 0;
        font-size: 0.95em; }
        .cart__site:hover {
          border-bottom: none; }
      .cart__right {
        margin-top: 1em;
        padding: 0.7em 0;
        max-width: 60%;
        margin: auto;
        overflow: initial; }
        .cart__right:before {
          content: '';
          height: 2px;
          display: block;
          -webkit-box-sizing: content-box;
          box-sizing: content-box;
          margin: 0 -200px;
          background: url("../img/hdash.png") top left repeat;
          margin-bottom: 2em; }
      .cart__member {
        margin-bottom: 0.3em; }
      .cart__number {
        margin-top: -0.04em; }
      .cart__info {
        margin-bottom: 1.5em; }
        .cart__info:before {
          max-width: 25%;
          margin-bottom: 0.6em; }
      .cart__label {
        font-size: 1.2em;
        margin-bottom: 0.2em;
        letter-spacing: 0.03em; }
      .cart__name {
        font-size: 2em;
        letter-spacing: 0.04em; }
      .cart__qr {
        margin-top: -3.8em;
        margin-right: -6.4em;
        padding-right: 0em;
        width: 45%; } }
  @media (max-width: 480px) {
    .cart {
      max-width: 91%;
      padding: 1.5em 1.2em; }
      .cart__wrap {
        padding: 0 0em; }
      .cart__logo {
        width: 62%;
        margin-top: 0.5em; }
      .cart__photo {
        width: 42.7%;
        margin: 0.9em auto 0.9em; }
      .cart__member {
        font-size: 2.7em; }
      .cart__site {
        font-size: 1.8em;
        bottom: 0.6em;
        padding-left: 2.5em;
        text-align: left; }
      .cart__info {
        margin-bottom: 1.2em; }
        .cart__info:before {
          display: none; }
      .cart__right {
        max-width: 68%; }
        .cart__right:before {
          margin-bottom: 1.2em; }
      .cart__label {
        font-size: 1.7em;
        margin-bottom: 0.1em;
        letter-spacing: 0.09em; }
      .cart__name {
        font-size: 2.7em; }
      .cart__qr {
        margin-top: -3.4em;
        margin-right: -5.6em;
        padding-right: 0em;
        width: 37%; } }
  @media (max-height: 420px) {
    .cart {
      max-width: 100%;
      padding: 1.5em 1.2em; }
      .cart__blink_top {
        width: 50%;
        padding-bottom: 20em; }
      .cart__blink_bottom {
        left: -5%;
        width: 33%;
        padding-bottom: 13.8em; }
      .cart:after {
        background-image: url(../img/vdash.png);
        width: 2px;
        background-size: 100%; }
      .cart__left {
        float: left;
        width: 50%; }
      .cart__wrap {
        padding: 0 0em; }
      .cart__logo {
        width: 62%;
        margin-top: 1.5em; }
      .cart__photo {
        margin: 0.7em auto; }
      .cart__member {
        font-size: 2.1em; }
      .cart__site {
        font-size: 1.1em;
        position: static;
        display: inline-block;
        padding-top: 0.6em; }
      .cart__info {
        margin-bottom: 1.6em; }
        .cart__info:before {
          display: block;
          margin-bottom: 1em;
          max-width: 19%; }
      .cart__right {
        max-width: none;
        overflow: hidden;
        padding-top: 2.6em;
        padding-left: 3.8em;
        padding-bottom: 0; }
        .cart__right:before {
          display: none; }
      .cart__label {
        font-size: 1em;
        margin-bottom: 0.1em;
        letter-spacing: 0.01em; }
      .cart__name {
        font-size: 2.2em; }
      .cart__qr {
        margin-top: -3.7em;
        margin-right: 0.6em;
        padding-right: 0em;
        width: 32%; } }

/*# sourceMappingURL=style.css.map */