<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox &lt; 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'helveticaneuecyrthin';
  src: url("../fonts/helveticaneuecyrthin.eot");
  src: url("../fonts/helveticaneuecyrthin.eot") format("embedded-opentype"), url("../fonts/helveticaneuecyrthin.woff2") format("woff2"), url("../fonts/helveticaneuecyrthin.woff") format("woff"), url("../fonts/helveticaneuecyrthin.ttf") format("truetype"), url("../fonts/helveticaneuecyrthin.svg#helveticaneuecyrthin") format("svg"); }
@font-face {
  font-family: 'helveticaneuecyrlight';
  src: url("../fonts/helveticaneuecyrlight.eot");
  src: url("../fonts/helveticaneuecyrlight.eot") format("embedded-opentype"), url("../fonts/helveticaneuecyrlight.woff2") format("woff2"), url("../fonts/helveticaneuecyrlight.woff") format("woff"), url("../fonts/helveticaneuecyrlight.ttf") format("truetype"), url("../fonts/helveticaneuecyrlight.svg#helveticaneuecyrlight") format("svg"); }
.lp {
  font-family: "helveticaneuecyrlight", Helvetica, Arial, sans-serif !important;
  font-size: 18px;
  line-height: 1.48em;
  font-weight: 500;
  color: #111;
  min-width: 1024px;
  background-color: #f0f0f0; }
  .lp .container {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto; }
    .lp .container::after {
      clear: both;
      content: "";
      display: table; }
  .lp .col-2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .lp .col-2:last-child {
      margin-right: 0; }
  .lp .col-3 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    .lp .col-3:last-child {
      margin-right: 0; }
  .lp .col-4 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .lp .col-4:last-child {
      margin-right: 0; }
  .lp .col-5 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%; }
    .lp .col-5:last-child {
      margin-right: 0; }
  .lp html {
    background-position: top center;
    background-repeat: no-repeat; }
  .lp h1, .lp h2, .lp .h2, .lp h3, .lp h4, .lp h5, .lp h6 {
    font-family: "helveticaneuecyrlight", Helvetica, Arial, sans-serif !important; }
  .lp h2,.lp .h2 {
    font-size: 30px;
    font-weight: 300;
    margin: 1em 0; }
  .lp .section-zero {
    background-image: url("../img/bg-header_left.png");
    background-color: #cd1658;
    background-position: left center;
    background-repeat: no-repeat;
    padding-top: 30px;
    height: 570px;
    text-align: center; }
    .lp .section-zero h1 {
      font-size: 36px;
      text-transform: uppercase;
      font-weight: lighter;
      text-decoration: underline;
      margin-top: 0;
      text-align: center;
      color: #fff;
      margin-bottom: 30px; }
    .lp .section-zero input[type="color"], .lp .section-zero input[type="date"], .lp .section-zero input[type="datetime"], .lp .section-zero input[type="datetime-local"], .lp .section-zero input[type="email"], .lp .section-zero input[type="month"], .lp .section-zero input[type="number"], .lp .section-zero input[type="password"], .lp .section-zero input[type="search"], .lp .section-zero input[type="tel"], .lp .section-zero input[type="text"], .lp .section-zero input[type="time"], .lp .section-zero input[type="url"], .lp .section-zero input[type="week"], .lp .section-zero input:not([type]), .lp .section-zero textarea {
      border: 1px solid #cd1658; }
    .lp .section-zero p {
      color: #fff; }
    .lp .section-zero .intro-one {
      font-size: 30px;
      margin-bottom: 20px; }
      .lp .section-zero .intro-one span {
        font-size: 36px; }
    .lp .section-zero .intro-two {
      margin-top: 0;
      font-size: 36px; }
    .lp .section-zero .features-outer {
      margin-top: 30px;
      margin-bottom: 40px;
      padding-left: 125px;
      padding-right: 125px; }
    .lp .section-zero .features {
      margin-left: 125px;
      margin-right: 125px;
      max-width: 1024px;
      margin-left: auto;
      margin-right: auto;
      color: #fff;
      text-align: left; }
      .lp .section-zero .features::after {
        clear: both;
        content: "";
        display: table; }
      .lp .section-zero .features i {
        content: ' ';
        display: inline-block;
        height: 44px;
        width: 44px;
        background-image: url("../img/icons/check.png");
        background-position: center center;
        background-repeat: no-repeat;
        float: left; }
      .lp .section-zero .features span {
        display: block;
        margin-left: 60px; }
    .lp .section-zero .intro-form-outer {
      padding: 0 10px; }
    .lp .section-zero .intro-form {
      background-color: #e5e5e5;
      padding: 5px 20px 20px 20px;
      margin-left: 120px;
      margin-right: 120px; }
      .lp .section-zero .intro-form::after {
        clear: both;
        content: "";
        display: table; }
      .lp .section-zero .intro-form p {
        margin-top: 10px;
        color: #000;
        font-size: 24px;
        font-family: "helveticaneuecyrlight", Helvetica, Arial, sans-serif !important; }
      .lp .section-zero .intro-form input, .lp .section-zero .intro-form button {
        display: inline-block;
        width: 100%;
        padding: 8px 10px;
        height: 44px; }
      .lp .section-zero .intro-form .col-4 {
        padding: 0 10px; }
      .lp .section-zero .intro-form button {
        border: solid 1px #cd1658;
        background-color: #cd1658;
        color: #fff; }
        .lp .section-zero .intro-form button:hover {
          background-color: #f5d0de;
          color: #cd1658; }
  .lp .section-one {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 140px;
    background-image: url("../img/icons/people.png");
    background-position: center center;
    background-repeat: no-repeat;
    position: relative; }
    .lp .section-one h2 {
      margin-top: 17px; }
    .lp .section-one p {
      width: 600px;
      margin: 0 auto;
      margin-top: 65px; }
  .lp .section-two {
    -webkit-transform: skewY(-7deg);
    -ms-transform: skewY(-7deg);
    transform: skewY(-7deg);
    background-color: #fff;
    text-align: center;
    padding-top: 55px;
    padding-bottom: 95px;
    margin-top: -55px; }
    .lp .section-two h2 {
      margin-top: 10px; }
    .lp .section-two .container {
      -webkit-transform: skewY(7deg);
      -ms-transform: skewY(7deg);
      transform: skewY(7deg); }
    .lp .section-two .container-outer {
      margin-top: 40px;
      margin-left: 40px;
      margin-right: 40px; }
    .lp .section-two i {
      display: inline-block;
      content: ' ';
      height: 72px;
      width: 72px; }
    .lp .section-two .ico-bm, .lp .section-two .ico-owner, .lp .section-two .ico-vip {
      background-position: center center;
      background-repeat: no-repeat; }
    .lp .section-two .ico-bm {
      background-image: url("../img/icons/ico-bm.png"); }
    .lp .section-two .ico-owner {
      background-image: url("../img/icons/ico-owner.png"); }
    .lp .section-two .ico-vip {
      background-image: url("../img/icons/ico-vip.png"); }
    .lp .section-two .title {
      font-weight: 400;
      margin-bottom: 20px; }
    .lp .section-two p {
      font-weight: 200;
      margin: 0; }
  .lp .section-three {
    text-align: center;
    padding-top: 55px;
    padding-bottom: 95px;
    margin-top: -10px; }
    .lp .section-three .container {
      padding-left: 100px;
      padding-right: 100px; }
    .lp .section-three .col-2 {
      height: 360px;
      margin-bottom: 25px; }
      .lp .section-three .col-2:nth-child(2n) {
        margin-right: 0; }
      .lp .section-three .col-2:nth-child(2n+1) {
        clear: left; }
      .lp .section-three .col-2:last-of-type {
        margin-left: 210px; }
      .lp .section-three .col-2.pink {
        background-color: #eee3e7; }
      .lp .section-three .col-2.grey {
        background-color: #e0e0e0;
        border: solid 1px #dfa4b9; }
    .lp .section-three .block {
      padding: 20px; }
    .lp .section-three .block-head::after {
      clear: both;
      content: "";
      display: table; }
    .lp .section-three i {
      display: table-cell;
      content: ' ';
      float: left;
      height: 125px;
      width: 125px;
      background-repeat: no-repeat;
      background-position: center center;
      margin-left: -10px;
      margin-top: -10px; }
    .lp .section-three .title {
      padding-top: 30px;
      color: #cd1658; }
    .lp .section-three .ico-warehouse {
      background-image: url("../img/icons/ico-warehouse.png"); }
    .lp .section-three .ico-tablet {
      background-image: url("../img/icons/ico-tablet.png"); }
    .lp .section-three .ico-cart {
      background-image: url("../img/icons/ico-cart.png"); }
    .lp .section-three .ico-car {
      background-image: url("../img/icons/ico-car.png"); }
    .lp .section-three .ico-hands {
      background-image: url("../img/icons/ico-hands.png"); }
    .lp .section-three .ico-usd {
      background-image: url("../img/icons/ico-usd.png"); }
    .lp .section-three .ico-assist {
      background-image: url("../img/icons/ico-assist.png"); }
    .lp .section-three .ico-lp-01 {
      background-image: url("../img/icons/lp-01.png"); }
    .lp .section-three .ico-lp-02 {
      background-image: url("../img/icons/lp-02.png"); }
    .lp .section-three .ico-lp-03 {
      background-image: url("../img/icons/lp-03.png"); }
    .lp .section-three .ico-lp-04 {
      background-image: url("../img/icons/lp-04.png"); }
    .lp .section-three .ico-lp-05 {
      background-image: url("../img/icons/lp-05.png"); }
    .lp .section-three p {
      margin: 0 -10px 0; }

.lp .section-three .formback{
  overflow: hidden;
  background: #CD1658;
  padding: 10px 40px 0px 40px;
  color: #fff;
}
.lp .section-three .formback p {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 24px;
  font-family: "helveticaneuecyrlight", Helvetica, Arial, sans-serif !important;
}
.lp .section-three .formback input[type="tel"],
.lp .section-three .formback input[type="email"]{
  color: #444;
}
.lp .section-three .formback button{
  padding-top: 6px;
  padding-bottom: 7px;
  background-color: transparent;
  border: 1px solid #fff;
}
.lp .section-three .formback a{
  color: #ccc;
  text-decoration: underline;
}

  .lp .section-four {
    -webkit-transform: skewY(-7deg);
    -ms-transform: skewY(-7deg);
    transform: skewY(-7deg);
    text-align: center;
    background-color: #fff;
    padding-top: 55px;
    padding-bottom: 60px; }
    .lp .section-four .container {
      -webkit-transform: skewY(7deg);
      -ms-transform: skewY(7deg);
      transform: skewY(7deg); }
    .lp .section-four h2 {
      margin-bottom: 50px; }
    .lp .section-four .table-variants {
      margin-bottom: 95px;
      width: 100%; }
      .lp .section-four .table-variants tr:first-of-type {
        height: 120px; }
      .lp .section-four .table-variants tr:last-of-type {
        font-size: 125%;
        height: 120px; }
      .lp .section-four .table-variants tr {
        height: 60px; }
      .lp .section-four .table-variants tr:nth-child(2n) td {
        width: 33.33%;
        background-color: #f4d2df;
        padding-left: 20px;
        padding-right: 20px; }
        .lp .section-four .table-variants tr:nth-child(2n) td:first-of-type {
          background-color: #f2f2f2; }
        .lp .section-four .table-variants tr:nth-child(2n) td:last-of-type {
          background-color: #e41862;
          color: #fff; }
      .lp .section-four .table-variants td {
        width: 33.33%;
        background-color: #fba2c4;
        padding-left: 20px;
        padding-right: 20px; }
        .lp .section-four .table-variants td:first-of-type {
          background-color: #e5e5e5; }
        .lp .section-four .table-variants td:last-of-type {
          background-color: #cd1658;
          color: #fff; }
        .lp .section-four .table-variants td span {
          display: block;
          text-decoration: underline; }
      .lp .section-four .table-variants .corner-top, .lp .section-four .table-variants .corner-bottom {
        position: relative; }
      .lp .section-four .table-variants .corner-top:after, .lp .section-four .table-variants .corner-bottom:after {
        content: ' ';
        position: absolute; }
      .lp .section-four .table-variants .corner-top:after {
        height: 0;
        width: 0;
        border-left: 171px solid transparent;
        border-right: 171px solid transparent;
        border-top: 65px solid #fff;
        top: 0;
        left: 0; }
      .lp .section-four .table-variants .corner-bottom:after {
        height: 0;
        width: 0;
        border-left: 171px solid transparent;
        border-right: 171px solid transparent;
        border-top: 65px solid #fba2c4;
        bottom: -65px;
        left: 0; }
    .lp .section-four .result {
      font-size: 24px;
      line-height: 36px;
      font-weight: 300; }
  .lp .section-five {
    margin-top: 100px;
    margin-bottom: 70px;
    text-align: center; }
    .lp .section-five ul {
      text-align: left;
      margin-left: 120px;
      list-style: none; }
      .lp .section-five ul li {
        margin-bottom: 5px; }
      .lp .section-five ul li:before {
        content: '';
        display: inline-block;
        height: 7px;
        width: 7px;
        vertical-align: middle;
        border-radius: 50%;
        margin-right: 20px;
        background-color: #cd1658; }
  .lp .section-six {
    -webkit-transform: skewY(-7deg);
    -ms-transform: skewY(-7deg);
    transform: skewY(-7deg);
    text-align: center;
    background-color: #fff;
    padding-top: 55px;
    padding-bottom: 60px; }
    .lp .section-six .container {
      -webkit-transform: skewY(7deg);
      -ms-transform: skewY(7deg);
      transform: skewY(7deg); }
    .lp .section-six h2 {
      margin-bottom: 50px; }
    .lp .section-six .table-variants {
      margin-bottom: 95px;
      width: 100%; }
      .lp .section-six .table-variants tr:first-of-type {
        height: 120px; }
      .lp .section-six .table-variants tr:last-of-type {
        font-size: 125%;
        height: 120px; }
      .lp .section-six .table-variants tr {
        height: 60px; }
      .lp .section-six .table-variants tr:nth-child(2n) td {
        width: 33.33%;
        background-color: #f4d2df;
        padding-left: 20px;
        padding-right: 20px; }
        .lp .section-six .table-variants tr:nth-child(2n) td:first-of-type {
          background-color: #f2f2f2; }
        .lp .section-six .table-variants tr:nth-child(2n) td:last-of-type {
          background-color: #e41862;
          color: #fff; }
      .lp .section-six .table-variants td {
        width: 33.33%;
        background-color: #fba2c4;
        padding-left: 20px;
        padding-right: 20px; }
        .lp .section-six .table-variants td:first-of-type {
          background-color: #e5e5e5; }
        .lp .section-six .table-variants td:last-of-type {
          background-color: #cd1658;
          color: #fff; }
        .lp .section-six .table-variants td span {
          display: block;
          text-decoration: underline; }
      .lp .section-six .table-variants .corner-top, .lp .section-six .table-variants .corner-bottom {
        position: relative; }
      .lp .section-six .table-variants .corner-top:after, .lp .section-six .table-variants .corner-bottom:after {
        content: ' ';
        position: absolute; }
      .lp .section-six .table-variants .corner-top:after {
        height: 0;
        width: 0;
        border-left: 171px solid transparent;
        border-right: 171px solid transparent;
        border-top: 65px solid #fff;
        top: 0;
        left: 0; }
      .lp .section-six .table-variants .corner-bottom:after {
        height: 0;
        width: 0;
        border-left: 171px solid transparent;
        border-right: 171px solid transparent;
        border-top: 65px solid #fba2c4;
        bottom: -65px;
        left: 0; }
    .lp .section-six .result {
      font-size: 24px;
      line-height: 36px;
      font-weight: 300; }
  .lp .section-seven {
    margin-top: 100px;
    text-align: center;
    margin-bottom: 70px; }
    .lp .section-seven .intro {
      width: 380px;
      margin: 0 auto; }
    .lp .section-seven ul {
      text-align: left;
      margin-left: 120px;
      list-style: none; }
      .lp .section-seven ul li {
        margin-bottom: 5px; }
      .lp .section-seven ul li:before {
        content: '';
        display: inline-block;
        height: 7px;
        width: 7px;
        vertical-align: middle;
        border-radius: 50%;
        margin-right: 20px;
        background-color: #cd1658; }
    .lp .section-seven .result {
      font-size: 125%; }
  .lp .section-eight {
    -webkit-transform: skewY(-7deg);
    -ms-transform: skewY(-7deg);
    transform: skewY(-7deg);
    text-align: center;
    background-color: #fff;
    padding-top: 55px;
    padding-bottom: 60px; }
    .lp .section-eight .container {
      -webkit-transform: skewY(7deg);
      -ms-transform: skewY(7deg);
      transform: skewY(7deg); }
    .lp .section-eight h2 {
      margin-bottom: 50px; }
    .lp .section-eight .table-variants {
      margin-bottom: 95px;
      width: 100%; }
      .lp .section-eight .table-variants tr:first-of-type {
        height: 120px; }
      .lp .section-eight .table-variants tr:last-of-type {
        font-size: 125%;
        height: 120px; }
      .lp .section-eight .table-variants tr {
        height: 60px; }
      .lp .section-eight .table-variants tr:nth-child(2n) td {
        width: 33.33%;
        background-color: #f4d2df;
        padding-left: 20px;
        padding-right: 20px; }
        .lp .section-eight .table-variants tr:nth-child(2n) td:first-of-type {
          background-color: #f2f2f2; }
        .lp .section-eight .table-variants tr:nth-child(2n) td:last-of-type {
          background-color: #e41862;
          color: #fff; }
      .lp .section-eight .table-variants td {
        width: 33.33%;
        background-color: #fba2c4;
        padding-left: 20px;
        padding-right: 20px; }
        .lp .section-eight .table-variants td:first-of-type {
          background-color: #e5e5e5; }
        .lp .section-eight .table-variants td:last-of-type {
          background-color: #cd1658;
          color: #fff; }
        .lp .section-eight .table-variants td span {
          display: block;
          text-decoration: underline; }
      .lp .section-eight .table-variants .corner-top, .lp .section-eight .table-variants .corner-bottom {
        position: relative; }
      .lp .section-eight .table-variants .corner-top:after, .lp .section-eight .table-variants .corner-bottom:after {
        content: ' ';
        position: absolute; }
      .lp .section-eight .table-variants .corner-top:after {
        height: 0;
        width: 0;
        border-left: 171px solid transparent;
        border-right: 171px solid transparent;
        border-top: 65px solid #fff;
        top: 0;
        left: 0; }
      .lp .section-eight .table-variants .corner-bottom:after {
        height: 0;
        width: 0;
        border-left: 171px solid transparent;
        border-right: 171px solid transparent;
        border-top: 65px solid #fba2c4;
        bottom: -65px;
        left: 0; }
    .lp .section-eight .result {
      font-size: 24px;
      line-height: 36px;
      font-weight: 300; }
  .lp .section-nine {
    margin-top: 100px;
    text-align: center;
    margin-bottom: 70px; }
    .lp .section-nine h2 {
      margin-bottom: 50px; }
    .lp .section-nine .intro {
      width: 780px;
      margin: 0 auto; }
    .lp .section-nine .result {
      font-size: 125%; }
  .lp .section-ten {
    -webkit-transform: skewY(-7deg);
    -ms-transform: skewY(-7deg);
    transform: skewY(-7deg);
    text-align: center;
    background-color: #fff;
    padding-top: 120px; }
    .lp .section-ten h2 {
      margin-top: -70px;
      margin-bottom: 70px; }
    .lp .section-ten .container {
      padding-bottom: 100px;
      -webkit-transform: skewY(7deg);
      -ms-transform: skewY(7deg);
      transform: skewY(7deg);
      background-image: url("../img/online-class.png");
      background-repeat: no-repeat;
      background-position: center center;
      padding-left: 100px;
      padding-right: 100px; }
  .lp .section-eleven {
    margin-top: 100px;
    text-align: center;
    margin-bottom: 70px; }
    .lp .section-eleven .intro {
      width: 380px;
      margin: 0 auto; }
    .lp .section-eleven .block {
      width: 720px;
      margin: 0 auto; }
    .lp .section-eleven ul {
      text-align: left;
      list-style: none; }
      .lp .section-eleven ul li {
        padding-left: 20px;
        margin-bottom: 25px;
        position: relative; }
      .lp .section-eleven ul li:before {
        position: absolute;
        content: '';
        display: inline-block;
        height: 7px;
        width: 7px;
        vertical-align: middle;
        border-radius: 50%;
        top: 10px;
        left: 0px;
        background-color: #cd1658; }
    .lp .section-eleven p.result {
      padding-left: 15px;
      padding-right: 15px;
      font-style: italic;
      text-align: justify; }
      .lp .section-eleven p.result span {
        font-weight: bold;
        color: #cd1658;
        padding-right: 0.5em; }
  .lp .section-twelve {
    -webkit-transform: skewY(-7deg);
    -ms-transform: skewY(-7deg);
    transform: skewY(-7deg);
    text-align: center;
    background-color: #fff;
    padding-top: 55px;
    padding-bottom: 90px; }
    .lp .section-twelve .container {
      padding-left: 15px;
      padding-right: 15px;
      -webkit-transform: skewY(7deg);
      -ms-transform: skewY(7deg);
      transform: skewY(7deg); }
    .lp .section-twelve h2 {
      margin-bottom: 50px; }
    .lp .section-twelve ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .lp .section-twelve li {
      display: block; }
    .lp .section-twelve li {
      margin-bottom: 1em; }
      .lp .section-twelve li::after {
        clear: both;
        content: "";
        display: table; }
      .lp .section-twelve li .col-photo {
        float: left;
        display: block;
        height: 160px;
        width: 160px; }
      .lp .section-twelve li .col-text {
        display: block;
        margin-left: 180px;
        margin-right: 20px;
        text-align: left; }
      .lp .section-twelve li .name {
        margin-top: 10px;
        margin-bottom: 1em;
        display: inline-block;
        font-size: 20px;
        font-family: "helveticaneuecyrlight", Helvetica, Arial, sans-serif !important; }
      .lp .section-twelve li .description {
        display: block;
        font-size: 18px; }
      .lp .section-twelve li .comment {
        margin-top: 0;
        font-weight: 200; }
    .lp .section-twelve li:nth-child(2n) .col-photo {
      float: right; }
    .lp .section-twelve li:nth-child(2n) .col-text {
      margin-left: 20px;
      margin-right: 180px;
      text-align: right; }
  .lp .section-contacts {
    padding-top: 50px;
    text-align: center; }
    .lp .section-contacts h2 {
      margin-bottom: 40px; }
    .lp .section-contacts i {
      content: ' ';
      display: block;
      margin: 0 auto;
      height: 80px;
      width: 80px;
      background-repeat: no-repeat;
      background-position: center center; }
    .lp .section-contacts .ico-location {
      background-image: url("../img/icons/ico-location.png"); }
    .lp .section-contacts .ico-phone {
      background-image: url("../img/icons/ico-phone.png"); }
    .lp .section-contacts .ico-email {
      background-image: url("../img/icons/ico-email.png"); }
    .lp .section-contacts .ico-skype {
      background-image: url("../img/icons/ico-skype.png"); }
    .lp .section-contacts .title {
      padding: 20px; }
    .lp .section-contacts .row::after {
      clear: both;
      content: "";
      display: table; }
    .lp .section-contacts .contacts-form {
      background-color: #e5e5e5;
      padding-left: 30px;
      padding-right: 30px;
      padding-bottom: 20px; }
      .lp .section-contacts .contacts-form p {
        padding-top: 10px;
        margin-top: 0;
        font-size: 24px;
        font-family: "helveticaneuecyrlight", Helvetica, Arial, sans-serif !important; }
      .lp .section-contacts .contacts-form input, .lp .section-contacts .contacts-form button {
        width: 100%;
        height: 44px; }
      .lp .section-contacts .contacts-form input {
        padding: 8px 10px; }
      .lp .section-contacts .contacts-form button {
        padding: 9px 10px;
        background-color: #cd1658;
        border: solid 1px #cd1658;
        color: #fff; }
        .lp .section-contacts .contacts-form button:hover {
          background-color: #f5d0de;
          color: #cd1658; }
    .lp .section-contacts .block {
      width: 720px;
      margin: 0 auto; }
    .lp .section-contacts .end {
      font-size: 30px; }
    .lp .section-contacts ul {
      list-style: none;
      margin: 30px 0 0 0;
      padding: 0 0 20px 0;
      display: inline-block; }
    .lp .section-contacts li {
      float: left;
      margin-right: 70px; }
      .lp .section-contacts li a {
        color: #000;
        font-weight: bold;
        font-size: 14px;
        text-decoration: underline; }
        .lp .section-contacts li a:hover {
          text-decoration: none; }
      .lp .section-contacts li:last-of-type {
        margin-right: 0; }

.lp .mz-contacts{
  /*padding-top: 100px;*/
  padding-bottom: 50px;
}

.lp .lp-material-header{
  text-decoration: underline;
}

.lp .lp-catalog .col-4{
  margin-bottom: 20px;
}
.lp .patent img{
	border: 2px solid transparent;
}
.lp .patent img:hover{
	border: 2px solid #cd1658;
}
.lp .footerlink a{
	font-size: 80%;
	color: #222;
	font-weight: bold;
	text-decoration: underline;
}
.lp .footerlink a:hover{
	text-decoration: none;
}

.lp .intro-form-police {
  clear: both;
  font-size: 14px !important;
  line-height: 16px;
}

.lp .lp-catalog-img{
  width: 100%;
  border-radius: 4px 4px 0 0;
  display: block;
}

.lp .lp-catalog-text{
  border-radius: 0 0 4px 4px;
  background-color: #CD1658;
  color: #fff;
  font-size: 26px;
  line-height: 36px;
  padding: 15px 0;
}
.lp .lp-catalog-text span{
  display: block;
}
.lp a.lp-tocatalog{
  background: url("../img/icons/lp-arrow.png") center bottom no-repeat; 
  margin: 20px auto 0 auto;
  padding-bottom: 30px;
  display: block;
  width: 200px;
  color: #dedede;
}

.lp .lp-material-text{
  width: 205px;
  border-radius: 0 0 4px 4px;
  background-color: #CD1658;
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
  margin: 0 auto 50px auto;
}

.lp .lp-material-img{
  width: 205px;
  border-radius: 4px 4px 0 0;
  display: block;
  margin: 0 auto;
}


.bs .container{
  width: 960px;
}
.bs .block-center{
  margin-left: auto;
  margin-right: auto;
}
.bs .row{
  overflow: hidden;
  box-sizing: border-box;
}
.bs .row &gt; div{
  padding: 15px;
  margin: 0;
  float: left;
  box-sizing: border-box;
}
.bs .col{
  width: auto;
}
.bs .col-1{
  width: 8.33%;
}
.bs .col-2{
  width: 16.66%;
}
.bs .col-11{
  width: 91%;
}
.bs .icon-block i {
  display: block;
  background-position: center center;
  background-repeat: no-repeat; 
}



/* premium mebel */
.video{
  position: relative;
  max-width: 1920px;
  min-width: 960px;
  /*overflow: hidden;*/
  background-color: transparent;
}
.video-mp4{
  position: absolute;
  top: -100px;
  overflow: hidden;
  height: 700px;
  min-width: 100%;
  z-index: -1;
}
video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1920px;
  height: auto;
  z-index: -2;
}

.prem{
 /*padding-bottom: 70px;*/
}
.prem .top{
  overflow: hidden;
  background-color: transparent;
  background-image: none;
  position: relative;
  z-index: 1;
}
.prem .top:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/videobanners/bg80.png") repeat;
}
.prem .top .container{
  padding-top: 100px;
  padding-bottom: 200px;
  position: relative;
  z-index: 1;
  text-shadow: 0 0 20px #111;
}
.prem .top .ico-crown{
  width: 64px;
  height: 64px;
  background-image: url("../img/icons/premium/ico-crown.png"); 
  margin: 0 auto;
}
.prem .prm-top-button{
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 15px 35px;
  color: #fff;
}
.prem .advantage{
  background-color:  #f0f0f0;
  margin-bottom: 60px;
}
.prem .advantage h2{
  margin: 50px 0;
}
.prem .advantage .title{
  font-size: 15px;
  line-height: 20px;
  background-color: #CD1658;
  color: #fff;
  padding: 5px 10px;
}
.prem .advantage .col{
  width: 20%;
  margin-right: -5px;
  margin-left: -5px;
}
.prem .advantage .col-offset{
  margin-left: 3% !important;
}
.prem .advantage .icon-block i{
  margin-bottom: 20px;
  width: 64px;
  height: 64px;
}
.prem .icon-block .ico-01 {
  background-image: url("../img/icons/premium/ico-factory.png"); 
}
.prem .icon-block .ico-02 {
  background-image: url("../img/icons/premium/ico-warranty.png"); 
}
.prem .icon-block .ico-03 {
  background-image: url("../img/icons/premium/ico-percent.png"); 
}
.prem .icon-block .ico-04 {
  background-image: url("../img/icons/premium/ico-delivery.png"); 
}
.prem .icon-block .ico-05 {
  background-image: url("../img/icons/premium/ico-drill.png"); 
}

.prem .howto{
  padding-top: 10px;
}
.prem .howto h2{
  margin-bottom: 30px;
}
.prem .howto .row &gt;div{
  padding-top: 0;
}
.prem .howto .offset-left{
  margin-left: 9%;
}
.prem .howto .icon-block{
  overflow: hidden;
  text-align: left;
}
.prem .howto .title{
  font-weight: bold;
}
.prem .howto .title.offset-top{
  padding-top: 16px;
}
.prem .howto .subtitle{
  font-size: 16px;
}
.prem .howto .icon-block i{
  margin-bottom: 20px;
  width: 56px;
  height: 56px;
  margin-right: 30px;
  float: left;
}
.prem .icon-block .ico-11 {
  background-image: url("../img/icons/premium/ico-cart.png"); 
}
.prem .icon-block .ico-12 {
  background-image: url("../img/icons/premium/ico-manager.png"); 
}
.prem .icon-block .ico-13 {
  background-image: url("../img/icons/premium/ico-delivery-56.png"); 
}
.prem .icon-block .ico-14 {
  background-image: url("../img/icons/premium/ico-card.png"); 
}
.prem .icon-block .ico-15 {
  background-image: url("../img/icons/premium/ico-screwdriver.png"); 
}

.prem-description{
  margin-bottom: 30px;
}
.prem-description ul{
  list-style-type: circle;
  padding-left: 20px;
  padding-top: 10px;
}
.prem-description ul li{
  padding-bottom: 10px;
}
.prem-description p{
  line-height: 1.48em;
}

.prem .premfooter{
    padding-top: 40px;
    padding-bottom: 40px;
    background: url('../img/backfooter.jpg') center no-repeat;
}
.prem .premfooter .prm-top-button{
  /*color: #CD1658;
  border-color: #CD1658;*/
  font-size: 22px;
}
.prem .premfooter h2, .prem .premfooter .h2{
  color: #fff;
  text-shadow: 0 0 20px #111;
}
.prem .premfooter .row{
  padding-left: 205px;
}
.prem .premfooter .intro-form-police{
  color: #fff;
  padding: 0 200px;
}
.prem .premfooter .intro-form-police a{
  color: #fff;
  text-decoration: underline;
}
.prem .premfooter .submit-button{
  padding: 8px 40px 6px 40px;
  color: #fff;
  border: 1px solid #CD1658;
  margin-top: -1px;
}
.premvk a{
  display: block;
  line-height: 0;
}
.premvk-banner{
  max-width: 100%;
}

.mz-carousel{

}
.mz-carousel img{
  height: 212px;
}

</pre></body></html>