.vv-container {
  width: 1170px;
  margin: 0 auto; }
  @media (min-width: 980px) and (max-width: 1199px) {
    .vv-container {
      width: 940px; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .vv-container {
      width: 724px; } }
  @media (max-width: 767px) {
    .vv-container {
      width: 100%;
      box-sizing: border-box;
      min-width: 320px;
      padding: 0 15px; } }
  @media (max-width: 767px) {
    .vv-container--no-padding {
      padding: 0; } }

.vv-button {
  position: relative;
  box-sizing: border-box;
  display: block;
  height: 36px;
  padding: 8px 35px;
  font: 14px/20px Helvetica, Arial, sans-serif;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  box-shadow: none;
  border: none;
  background: none;
  text-align: center; }
  @media (max-width: 767px) {
    .vv-button {
      display: block;
      width: 100%;
      height: auto;
      min-height: 36px; } }
  .vv-button:focus {
    outline: none; }
  .vv-button:active {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); }
  .vv-button:visited, .vv-button:hover, .vv-button:focus, .vv-button:active {
    text-decoration: none; }
  .vv-button--crystal {
    border: 1px solid #7290CB;
    background-color: #fff;
    color: #3366CC; }
    .vv-button--crystal:hover {
      color: #fff;
      fill: #fff;
      border-color: #8BA6E4;
      background-color: #8BA6E4; }
    .vv-button--crystal:not(.vv-button--disabled):not(:disabled):hover, .vv-button--crystal:not(.vv-button--disabled):not(:disabled):focus, .vv-button--crystal:not(.vv-button--disabled):not(:disabled):active {
      color: #fff;
      fill: #fff;
      border-color: #8BA6E4;
      background-color: #8BA6E4; }
    .vv-button--crystal:hover .vv-button--crystal-iconpath {
      fill: #fff; }
  .vv-button--green {
    background: linear-gradient(#45CF73, #2FC161);
    color: #fff; }
    .vv-button--green:not(.vv-button--disabled):not(:disabled):hover, .vv-button--green:not(.vv-button--disabled):not(:disabled):focus {
      background: linear-gradient(#51D47E, #3AC767);
      color: #fff; }
    .vv-button--green:not(.vv-button--disabled):not(:disabled):active {
      background: linear-gradient(#3AC767, #51D47E);
      color: #fff; }
    .vv-button--green .vv-button__arrow {
      fill: #fff; }
  .vv-button--blue {
    background: linear-gradient(#7D9AD0, #6684C3);
    color: #fff; }
    .vv-button--blue:not(.vv-button--disabled):not(:disabled):hover, .vv-button--blue:not(.vv-button--disabled):not(:disabled):focus {
      background: linear-gradient(#96B0E2, #809DDA);
      color: #fff; }
    .vv-button--blue:not(.vv-button--disabled):not(:disabled):active {
      background: linear-gradient(#809DDA, #96B0E2);
      color: #fff; }
    .vv-button--blue .vv-button__arrow {
      fill: #fff; }
  .vv-button--gold {
    background: linear-gradient(#FFCE44, #FFC12F);
    color: #403300; }
    .vv-button--gold:not(.vv-button--disabled):not(:disabled):hover, .vv-button--gold:not(.vv-button--disabled):not(:disabled):focus {
      background: linear-gradient(#FED528, #FFCE44);
      color: #403300; }
    .vv-button--gold:not(.vv-button--disabled):not(:disabled):active {
      background: linear-gradient(#FFCE44, #FED528);
      color: #403300; }
    .vv-button--gold .vv-button__arrow {
      fill: #403300; }
  .vv-button--grey {
    background: #f9f8f3;
    color: #7d7d7d;
    border: 1px solid #d6d6d6;
    line-height: 18px; }
    .vv-button--grey:not(.vv-button--disabled):not(:disabled):hover, .vv-button--grey:not(.vv-button--disabled):not(:disabled):active, .vv-button--grey:not(.vv-button--disabled):not(:disabled):focus {
      background: #ebe9e2;
      color: #7d7d7d; }
    .vv-button--grey .vv-button__arrow {
      fill: #7d7d7d; }
  .vv-button--granite {
    background: linear-gradient(#e2e4e6, #d1d2d3);
    border: none;
    color: #333; }
    .vv-button--granite:hover {
      color: #000;
      background: linear-gradient(#f2f4f6, #dddfe0); }
    .vv-button--granite:not(.vv-button--disabled):not(:disabled):hover, .vv-button--granite:not(.vv-button--disabled):not(:disabled):focus {
      background: linear-gradient(#f2f4f6, #dddfe0);
      color: #000; }
    .vv-button--granite:not(.vv-button--disabled):not(:disabled):active {
      background: linear-gradient(#dddfe0, #f2f4f6);
      color: #000; }
  .vv-button--small {
    padding: 8px 20px; }
  .vv-button--medium {
    height: 48px;
    padding: 15px 35px;
    font-size: 16px;
    line-height: 18px; }
  .vv-button--medium2 {
    height: 46px;
    padding: 13px 90px;
    font-size: 18px;
    line-height: 20px; }
    @media (max-width: 767px) {
      .vv-button--medium2 {
        padding-left: 15px;
        padding-right: 15px; } }
  .vv-button--medium-big {
    height: 48px;
    padding: 15px 35px;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1px; }
  .vv-button--big {
    height: 60px;
    padding: 20px 30px;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 4px; }
  .vv-button--shadow {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.1s ease-out; }
    .vv-button--shadow:not(.vv-button--disabled):not(:disabled):active {
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 4px 10px 0 rgba(0, 0, 0, 0.3); }
    .vv-button--shadow--disabled, .vv-button--shadow:disabled {
      box-shadow: none; }
  .vv-button--back, .vv-button--next, .vv-button--upload, .vv-button--download {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .vv-button--back::before {
    content: url("/assets/styles/images/ui-kit/arrow_back_white.svg");
    display: block;
    height: 18px;
    width: 8px;
    margin-right: 10px; }
  .vv-button--next::after {
    content: url("/assets/styles/images/ui-kit/arrow_back_white.svg");
    display: block;
    height: 18px;
    width: 8px;
    margin-left: 10px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .vv-button--upload::before {
    content: url("/assets/styles/images/ui-kit/upload.svg");
    display: block;
    width: 17px;
    height: 15px;
    margin-top: -3px;
    margin-right: 8px; }
  .vv-button--download::before {
    content: url("/assets/styles/images/ui-kit/download.svg");
    display: block;
    width: 17px;
    height: 15px;
    margin-top: -3px;
    margin-right: 8px; }
  .vv-button--disabled, .vv-button:disabled {
    cursor: not-allowed;
    pointer-events: none; }
    .vv-button--disabled.vv-button--crystal, .vv-button:disabled.vv-button--crystal {
      color: #7589b3;
      background-color: #fff; }
    .vv-button--disabled.vv-button--gold, .vv-button:disabled.vv-button--gold {
      color: #9B8C58;
      background: #FFE698; }
    .vv-button--disabled.vv-button--blue, .vv-button:disabled.vv-button--blue {
      background: #DCDFE4; }
    .vv-button--disabled.vv-button--green, .vv-button:disabled.vv-button--green {
      background: #C7D9C7; }
    .vv-button--disabled.vv-button--grey, .vv-button:disabled.vv-button--grey {
      color: #9e9e9e; }
    .vv-button--disabled.vv-button--granite, .vv-button:disabled.vv-button--granite {
      color: #9e9e9e;
      background: #e2e4e6; }

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
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 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents 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/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
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; }

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
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.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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; }

* {
  box-sizing: border-box; }

html,
body {
  font: 300 16px/1.3 Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  margin: 0; }

h1, h2, h3 {
  font-family: "Roboto Slab", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300; }

ol, ul {
  margin: 0; }

.link, a {
  color: #5b7fbb;
  text-decoration: underline; }

.link:hover, a:hover {
  text-decoration: none; }

.button {
  display: inline-block;
  border: 1px black solid;
  padding: 12px 18px; }

.button:focus,
.button:hover {
  cursor: pointer; }

.navigation__item {
  display: inline-block;
  margin-right: 12px; }

.content-button,
.description__action-button {
  font-weight: 400;
  box-sizing: border-box;
  width: 100%;
  padding: 1em 1.2em;
  background-color: #ffce44;
  background: linear-gradient(to bottom, #ffce44, #ffc12f);
  border-radius: 3px;
  color: inherit;
  cursor: pointer; }

.content-button:hover,
.description__action-button:hover {
  text-decoration: none;
  background-color: #eab100;
  background: linear-gradient(to bottom, #eab100, #e49e00); }

@media (min-width: 481px) {
  .content-button,
  .billboard__button,
  .inquiry__button {
    width: auto; } }

.button {
  background-color: #ffce44;
  background: linear-gradient(to bottom, #ffce44, #ffc12f); }

.button:hover {
  background-color: #eab100;
  background: linear-gradient(to bottom, #eab100, #e49e00); }

@media (min-width: 841px) {
  ._viewport_mobile {
    display: none; } }

@media (max-width: 840px) {
  ._viewport_desktop {
    display: none; } }

.layout {
  position: absolute;
  width: 100%;
  /*height: 100%;*/
  height: auto; }

@media (min-width: 841px) {
  .layout {
    height: auto; } }

._no-scroll {
  position: relative;
  overflow: hidden; }

.layout__header {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  background-color: transparent;
  transition: background-color 0.2s; }

.layout__header-row {
  box-sizing: border-box;
  height: 45px; }

.layout__header-row._viewport_mobile {
  background-color: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1); }

._viewport_mobile .layout__title {
  text-align: center; }

._viewport_mobile .layout__logo {
  height: 30px;
  margin-top: 4px;
  margin-right: 12px; }

.layout__drawer {
  position: fixed;
  z-index: 102;
  top: 0;
  right: -315px;
  height: 100%;
  background-color: #fff;
  transition: right 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.layout__drawer._drawer-opened {
  right: 0;
  box-shadow: 1px 0 8px rgba(0, 0, 0, 0.1); }

.layout__drawer-button {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 12px;
  background: url("/assets/images/home_v4/burger.svg") 0 0/24px 24px no-repeat;
  background-size: contain;
  cursor: pointer; }

@media (min-width: 841px) {
  .layout__drawer {
    display: none; }
  .layout__drawer-button {
    visibility: hidden; } }

.layout__content {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

.layout__fog {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

.layout__drawer._drawer-opened ~ .layout__fog {
  visibility: visible; }

.layout__container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto; }

.header {
  font-weight: normal;
  position: relative; }

.header a:hover {
  color: #fff; }

._fixed .header a:hover {
  color: #5b7fbb; }

._fixed .header {
  background-color: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1); }

.header__content {
  position: relative;
  background-color: transparent;
  transition: background-color 0.2s; }

@media (min-width: 841px) {
  .header__content {
    line-height: 0;
    height: auto;
    padding: 14px 16px 12px 72px;
    overflow: hidden;
    max-width: 1400px;
    margin: 0 auto;
    text-align: justify; }
  .header__content:after {
    content: '';
    display: inline-block;
    width: 100%; }
  .header__item {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    float: none;
    width: auto;
    box-sizing: border-box;
    margin: 0; } }

.header__title {
  display: inline-block;
  width: 100%;
  margin: 0 35px 0 0;
  text-align: center; }

@media (min-width: 841px) {
  .header__title {
    /*float: left;*/
    width: 206px;
    margin: 0;
    /*width: auto;*/
    height: 64px;
    font: 0/0 a;
    text-indent: -9999em;
    /*background: url("/assets/images/home_v4/logo-white.svg") left center no-repeat;*/
    background-size: contain;
    /*vertical-align: bottom;*/ }
  .header__title-link {
    display: block;
    width: 100%;
    height: 100%; }
  .header__title-logo {
    display: block;
    width: 100%;
    height: 100%; }
  .header__title-logo._blue {
    display: none; } }

/*  ._fixed .header__title {
   background-image: url("/assets/images/home_v4/logo-blue.svg"); }*/
._fixed .header__title-logo {
  display: none; }

._fixed .header__title-logo._blue {
  display: block; }

.header__link,
.header__link:focus {
  color: #fff; }

._fixed .header__link {
  color: #5b7fbb; }

.header__action,
.header__action:focus {
  white-space: nowrap;
  display: inline-block;
  text-align: center;
  padding: 10px 21px;
  /*margin-right: 31px;*/
  transition: background-color 0.2s;
  background: none;
  color: white;
  box-shadow: none;
  border: 1px white solid;
  border-radius: 5px;
  text-decoration: none; }

.header__action:hover {
  background-color: rgba(255, 255, 255, 0.2);
  text-decoration: none; }

._fixed .header__action,
._fixed .header__action:focus {
  background: linear-gradient(#FFCE44, #FFC12F);
  color: #403300; }

._fixed a.header__action:hover {
  text-decoration: none;
  background: linear-gradient(#FED528, #FFCE44);
  color: #403300; }

.header__carriers {
  box-sizing: content-box;
  /*padding-left: 58px;*/
  /*margin-right: -25px;*/
  /*width: 30%;*/ }

._fixed .header__carriers {
  color: white; }

.header__logo {
  width: 128px;
  height: 44px;
  vertical-align: middle; }

.header__navigation {
  font-size: 14px;
  line-height: 20px;
  float: left;
  display: block;
  /*margin-right: 30px;*/
  width: 50%; }

.header__navigation-item {
  display: inline-block;
  vertical-align: middle;
  /*margin-right: 12px;*/
  width: 33%; }

@media (min-width: 841px) and (max-width: 1025px) {
  .header__navigation-item {
    width: 50%; }
  body .header__carriers {
    display: none; } }

.header__profile {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px; }

.header__login {
  border-bottom: 2px #fff dotted;
  text-decoration: none; }

.header__login:hover {
  border-bottom: none; }

._fixed .header__login {
  border-bottom-color: #5b7fbb; }

._fixed .header__login:hover {
  color: #5b7fbb; }

.header__login-icon {
  width: 16px;
  height: 16px;
  vertical-align: top;
  margin-left: 5px;
  margin-top: 3px; }

.header__login-icon path {
  fill: #fff; }

._fixed .header__login-icon path {
  fill: #5b7fbb; }

.header__support {
  /*position: absolute;*/
  /*top: 13px;*/
  /*right: 72px;*/
  line-height: 16px;
  padding-right: 56px;
  font-size: 12px;
  color: #ccc;
  text-align: right; }

._fixed .header__support {
  color: #151618; }

.header__support-link {
  font-size: 14px;
  border-bottom: 2px #fff dotted;
  color: #fff;
  cursor: pointer; }

.header__support-link,
.header__support-link:link {
  text-decoration: none;
  color: #fff; }

.header__support-link:hover {
  border-bottom: none; }

._fixed .header__support-link {
  color: #36c;
  border-bottom-color: #36c; }

.header__support-phone {
  font: 22px/1.7 'Roboto Slab', Helvetica, Arial, sans-serif;
  color: #fff; }

._fixed .header__support-phone {
  color: #151618; }

.header__support a,
.header__support a:link,
.header__support a:active,
.header__support a:hover,
.header__support a:visited,
.header__support a:focus {
  color: #fff;
  text-decoration: none; }

._fixed .header__support a,
._fixed .header__support a:link,
._fixed .header__support a:active,
._fixed .header__support a:hover,
._fixed .header__support a:visited,
._fixed .header__support a:focus {
  color: #000; }

.header__categories {
  display: none;
  text-align: center;
  max-height: 1000px;
  max-width: 1400px;
  margin: 0 auto;
  /*-webkit-transition: max-height 0.2s cubic-bezier(0.4, 0, 0.2, 1);
           transition: max-height 0.2s cubic-bezier(0.4, 0, 0.2, 1);*/
  overflow: visible;
  /*-webkit-transition: overflow 0 linear 0.2s;
           transition: overflow 0 linear 0.2s;*/
  font: 0/0 a; }

@media (min-width: 841px) {
  .header__categories {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 99.8%;
    bottom: -50px; } }

.header__categories._hidden {
  max-height: 0;
  overflow: hidden; }

.header__categories-button {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 42px;
  right: 26px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none; }

.header__categories-button-cross {
  display: none;
  width: 19px;
  margin-top: -7px; }

.header__categories-button._categories-shown .header__categories-button-burger {
  display: none; }

.header__categories-button._categories-shown .header__categories-button-cross {
  display: block; }

.header__categories-button path {
  fill: #fff; }

._fixed .header__categories-button path {
  fill: #7291c4; }

.header__categories-group {
  font: 15px/1.3 "Helvetica", "Arial", sans-serif;
  display: inline-block;
  position: relative;
  width: 24.99%;
  padding-right: 1px;
  color: #fff;
  box-sizing: border-box; }

.header__categories-title {
  font-size: 15px;
  line-height: 50px;
  margin: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2); }

.header__categories-group:hover .header__categories-title {
  background-color: rgba(0, 0, 0, 0.4); }

._fixed .header__categories-group .header__categories-title {
  background-color: #7291c4; }

._fixed .header__categories-group:hover .header__categories-title {
  background-color: #88a3d9; }

.header__categories-list {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  min-width: 100%;
  padding: 12px 20px;
  background-color: white;
  text-align: left;
  list-style: none;
  font-size: 13px;
  line-height: 2em;
  white-space: nowrap;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }

.header__categories-list > li {
  margin: 0;
  padding: 0; }

.header__categories-list a:hover {
  color: #5b7fbb; }

.header__categories-group:hover > .header__categories-list {
  display: block; }

.header__categories-arrow {
  width: 11px;
  vertical-align: middle;
  margin-left: 2px;
  margin-top: -5px;
  transition: 0.2s ease-out; }

.header__categories-arrow path {
  fill: #fff; }

.header__categories-arrow path.bar {
  display: none; }

.header__categories-group:hover .header__categories-arrow path.bar {
  display: inline; }

.header__categories-group:hover .header__categories-arrow {
  margin-top: -2px; }

.toolbar {
  font-size: 14px;
  width: 100%;
  height: 50px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 0.2s;
  line-height: 50px;
  text-align: right;
  box-sizing: border-box;
  padding: 0 30px; }

.toolbar a:focus {
  color: #fff; }

._fixed .toolbar a:hover {
  color: #fff; }

.toolbar__content {
  max-width: 1400px;
  margin: 0 auto;
  height: 100%; }

._fixed .toolbar {
  background-color: #7290cb; }

.toolbar__link {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  margin-right: 25px;
  height: 100%; }

.toolbar__messages {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 22px;
  margin-right: 13px;
  background: url("/assets/images/home_v4/message-white.svg") left center/22px no-repeat;
  text-decoration: none; }

.toolbar__messages-link {
  color: #fff; }

.toolbar__messages-count {
  background-color: #ef3e00;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 20px;
  font-size: 12px;
  position: relative;
  top: -2px;
  right: 2px; }

.toolbar__messages-dropdown {
  position: absolute;
  z-index: 102;
  left: 12px;
  top: 50px;
  display: none; }

.toolbar__messages:hover .toolbar__messages-dropdown {
  display: block; }

.toolbar__messages-list {
  font: 12px Arial, Helvetica, sans-serif;
  display: table;
  padding: 15px 20px;
  margin-left: -50%;
  box-sizing: border-box;
  background-color: #fff;
  line-height: 1;
  text-align: left;
  list-style: none;
  border-radius: 4px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.36); }

.toolbar__messages-list:before {
  position: absolute;
  top: -11px;
  left: 0;
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-left: -20px;
  border-color: transparent transparent #fff transparent;
  border-width: 0 20px 20px 20px;
  border-style: solid; }

.toolbar__messages-list-item {
  margin: 0;
  line-height: 20px;
  white-space: nowrap; }

.toolbar__messages-list-item a {
  text-decoration: underline; }

.toolbar .toolbar__messages-list-item a:hover {
  text-decoration: none;
  color: #5b7fbb; }

.toolbar__balance {
  background: url("/assets/images/home_v4/ruble-white.svg") right center/20px no-repeat;
  padding-right: 30px;
  margin-right: 20px;
  text-decoration: none; }

.toolbar__faq {
  width: 20px;
  height: 20px;
  background: url("/assets/images/home_v4/help-white.svg") center center no-repeat;
  margin-right: 25px; }

.toolbar__name {
  margin-right: 25px; }

.toolbar__name a {
  color: #fff; }

.toolbar__logout-icon {
  display: inline-block;
  width: 18px;
  vertical-align: middle;
  margin-left: 6px;
  margin-top: -3px; }

.toolbar__logout-icon path {
  fill: #fff; }

.billboard {
  display: none; }

.login-modal {
  font-weight: normal;
  width: 550px;
  min-height: 400px;
  position: fixed;
  left: 50%;
  margin-left: -275px;
  z-index: 5000;
  background: white;
  top: 150px;
  border-radius: 5px; }

.login-modal.support-modal {
  /*min-height: 520px;*/
  top: 50px; }

.login-modal .close {
  position: absolute;
  top: 20px;
  right: 25px; }

.login-modal .close::-moz-selection {
  background: none; }

.login-modal .close::selection {
  background: none; }

.login-modal .title {
  text-align: center;
  margin: 40px 0 0 0;
  font: 32px "Roboto Slab"; }

.login-modal .text {
  text-align: center;
  font-size: 14px;
  margin-top: 5px; }

.login-modal .row {
  margin: 20px 0 0 0;
  width: 100%; }

.login-modal .row label, .login-modal .row input {
  display: block;
  margin-left: 155px; }

.login-modal .row input, .login-modal .row textarea {
  width: 250px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  padding: 5px;
  font-size: 14px; }

.login-modal .row textarea {
  position: relative;
  left: 155px; }

.login-modal .row label {
  font-weight: normal;
  font-size: 14px; }

.login-modal .row label sup {
  color: #ffaa30; }

.login-modal .row .wat {
  color: #5b7fbb;
  cursor: help;
  border-bottom: 1px dotted #5b7fbb;
  margin: 0 0 0 10px;
  display: inline-block;
  line-height: 13px; }

.login-modal .row .forgot {
  margin-left: 10px; }

.login-modal .chto_takoe {
  position: relative; }

.login-modal .chto_takoe:hover p {
  display: block; }

.login-modal .chto_takoe p {
  display: none;
  position: absolute;
  left: 65px;
  top: -90px;
  width: 230px;
  padding: 10px;
  border: 1px solid grey;
  background: #FEE5C0;
  font-size: 12px; }

.login-modal .dib {
  display: inline-block; }

.login-modal .auto_butt {
  border: none;
  text-transform: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 273px;
  top: 320px;
  font-size: 14px;
  padding: 10px 20px; }

.login-modal .auto_butt.support_butt {
  position: static;
  margin: 20px auto 24px;
  display: block; }

.login-modal .register {
  position: absolute;
  top: 330px;
  left: 155px;
  font-size: 14px; }

.hidden {
  display: none !important; }

.fade {
  opacity: 0;
  transition: opacity .15s linear; }

.fade.in {
  opacity: 1; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5; }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0; }

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }

.close:focus,
.close:hover {
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5; }

input {
  color: inherit;
  font: inherit;
  margin: 0;
  line-height: normal; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.drawer {
  box-sizing: border-box;
  width: 257px;
  height: 100%;
  padding-top: 10px;
  font-size: 14px;
  overflow-y: scroll; }
  .drawer__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5); }
  .drawer__close {
    position: absolute;
    top: 3px;
    left: -51px;
    box-sizing: border-box;
    width: 19px;
    height: 19px;
    padding: 20px;
    background: url("/assets/images/home_v4/cross-white.svg") no-repeat center;
    background-size: 19px;
    cursor: pointer; }
  .drawer__action {
    width: 237px;
    margin: 0 auto 15px;
    padding: 9px 35px;
    font: 14px Roboto, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    border-radius: 4px; }
  .drawer__login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
    padding: 0 10px; }
  .drawer__icon {
    width: 16px;
    height: 16px;
    margin: 1px 0 0 4px;
    vertical-align: top; }
    .drawer__icon--login path {
      fill: #fff; }
    .drawer__icon--logout path {
      fill: #256CBF; }
  .drawer__link {
    display: block;
    width: 114px;
    height: 35px;
    padding: 9px 0;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-color: #7290cb;
    border-radius: 4px; }
    .drawer__link:active, .drawer__link:hover, .drawer__link:visited, .drawer__link:focus {
      color: #fff;
      text-decoration: none; }
    .drawer__link--reg {
      background-color: #dcdfe4;
      color: #000; }
    .drawer__link--reg:active, .drawer__link--reg:hover, .drawer__link--reg:visited, .drawer__link--reg:focus {
      color: #000; }
  .drawer__profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2px 20px 10px 24px;
    border-bottom: 1px solid #ccc; }
  .drawer__name {
    font-size: 18px; }
  .drawer__dashboard {
    margin-bottom: 15px;
    padding: 15px 15px 15px 24px;
    border-bottom: 1px solid #ccc; }
  .drawer__dashboard-item {
    margin-top: 15px; }
  .drawer__dashboard-label {
    display: inline-block;
    vertical-align: top;
    width: 168px;
    background-repeat: no-repeat;
    background-position: 142px center; }
  .drawer__dashboard-item._messages .drawer__dashboard-label {
    background-image: url("/assets/images/home_v4/message-gray.svg");
    background-size: 24px; }
  .drawer__total-messages {
    position: relative;
    left: -12px;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    background-color: #ef3e00; }
  .drawer__dashboard-item._balance .drawer__dashboard-label {
    background-image: url("/assets/images/home_v4/ruble.svg"); }
  .drawer__dashboard-item._faq .drawer__dashboard-label {
    background-image: url("/assets/images/home_v4/help.svg"); }
  .drawer__support {
    padding: 10px 24px;
    margin-bottom: 15px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6; }
  .drawer__support-link {
    display: block;
    margin-bottom: 8px; }
  .drawer__support-phone {
    display: block;
    margin-bottom: 3px;
    font: 18px Helvetica, Arial, sans-serif;
    color: #36c;
    text-decoration: underline; }
    .drawer__support-phone--sub {
      margin-top: 10px; }
    .drawer__support-phone:active, .drawer__support-phone:hover, .drawer__support-phone:visited, .drawer__support-phone:focus {
      color: #36c;
      text-decoration: underline; }
  .drawer__buttons {
    padding: 0 10px; }
  .drawer__button {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 12px 25px 12px 67px;
    background: linear-gradient(#f0f2f5, #d5d9e2);
    border-radius: 4px;
    font: 14px/16px Roboto, Helvetica, Arial, sans-serif;
    color: #000;
    text-decoration: none; }
    .drawer__button:active, .drawer__button:hover, .drawer__button:visited, .drawer__button:focus {
      color: #000; }
    .drawer__button--merchant::before {
      position: absolute;
      top: 8px;
      left: 9px;
      content: url("/assets/images/home_v4/appMerchant.svg");
      display: block;
      width: 46px;
      height: 43px; }
    .drawer__button--carrier::before {
      position: absolute;
      top: 6px;
      left: 11px;
      content: url("/assets/images/home_v4/appCarrier.svg");
      display: block;
      width: 45px;
      height: 45px; }

.layout__drawer-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  display: none;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5); }
  .layout__drawer-backdrop--show {
    display: block; }

.promo {
  width: 100%;
  padding: 135px 0 185px;
  background: url("/assets/styles/images/perevezi_rf/bg.jpg") no-repeat center;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.65); }
  @media (min-width: 768px) and (max-width: 979px) {
    .promo {
      padding: 105px 0 40px; } }
  @media (max-width: 767px) {
    .promo {
      padding: 75px 0 40px; } }
  .promo__title {
    max-width: 780px;
    margin: 0 auto 25px;
    font: 34px/46px "Roboto Slab", Roboto, Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: center; }
    @media (min-width: 980px) and (max-width: 1199px) {
      .promo__title {
        font-size: 32px;
        line-height: 42px; } }
    @media (min-width: 768px) and (max-width: 979px) {
      .promo__title {
        max-width: 650px;
        font-size: 28px;
        line-height: 38px; } }
    @media (max-width: 767px) {
      .promo__title {
        max-width: 100%;
        font-size: 20px;
        line-height: 26px; } }
  .promo__img {
    display: block;
    width: 570px;
    height: 88px;
    margin: 0 auto 25px; }
    @media (max-width: 767px) {
      .promo__img {
        width: 283px;
        height: 170px;
        margin-bottom: 20px; } }
  .promo__subtitle {
    max-width: 610px;
    margin: 0 auto;
    font: 20px/28px Roboto, Helvetica, Arial, sans-serif;
    color: #ffffff;
    text-align: center; }
    @media (min-width: 980px) and (max-width: 1199px) {
      .promo__subtitle {
        max-width: 570px;
        font-size: 18px;
        line-height: 26px; } }
    @media (min-width: 768px) and (max-width: 979px) {
      .promo__subtitle {
        max-width: 550px;
        font-size: 18px;
        line-height: 26px; } }
    @media (max-width: 767px) {
      .promo__subtitle {
        max-width: 100%;
        font-size: 16px;
        line-height: 24px; } }

.info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  margin: -140px auto 50px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px; }
  @media (min-width: 980px) and (max-width: 1199px) {
    .info {
      width: 800px; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .info {
      width: 100%;
      margin: 0 auto 55px; } }
  @media (max-width: 767px) {
    .info {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0 auto 30px;
      box-shadow: none; } }
  .info__block {
    width: 50%;
    height: 270px;
    padding: 30px 35px 0;
    color: #262626;
    text-align: center;
    border-radius: 6px 0 0 6px;
    background-color: #fff; }
    @media (min-width: 768px) and (max-width: 979px) {
      .info__block {
        padding: 30px 20px 0;
        border-radius: 0; } }
    @media (max-width: 767px) {
      .info__block {
        width: 100%;
        height: 240px;
        padding: 30px 25px 0;
        border-radius: 0; } }
    .info__block--carrier {
      border-radius: 0 6px 6px 0;
      background-color: #faf9f3; }
      @media (min-width: 768px) and (max-width: 979px) {
        .info__block--carrier {
          border-radius: 0; } }
      @media (max-width: 767px) {
        .info__block--carrier {
          border-radius: 0; } }
  .info__block-title {
    margin-bottom: 5px;
    font: 20px/26px "Roboto Slab", Roboto, Helvetica, Arial, sans-serif; }
    @media (max-width: 767px) {
      .info__block-title {
        font-size: 18px;
        line-height: 22px; } }
    .info__block-title--carrier {
      margin-bottom: 33px; }
      @media (max-width: 767px) {
        .info__block-title--carrier {
          margin-bottom: 25px;
          font-size: 16px;
          line-height: 22px; } }
  .info__block-subtitle {
    margin-bottom: 35px;
    font: 14px/20px Roboto, Helvetica, Arial, sans-serif; }
    @media (max-width: 767px) {
      .info__block-subtitle {
        margin-bottom: 20px; } }
  .info__block-button {
    width: 220px;
    margin: 0 auto 30px; }
    @media (max-width: 767px) {
      .info__block-button {
        margin-bottom: 20px; } }
  .info__block-p {
    font: 12px/16px Helvetica, Arial, sans-serif; }
    .info__block-p--carrier {
      font-size: 14px;
      line-height: 18px; }

.account__title {
  max-width: 600px;
  margin: 0 auto 45px;
  font: 34px/42px "Roboto Slab", Roboto, Helvetica, Arial, sans-serif;
  color: #262626;
  text-align: center; }
  @media (min-width: 980px) and (max-width: 1199px) {
    .account__title {
      max-width: 565px;
      font-size: 32px;
      line-height: 40px; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .account__title {
      max-width: 565px;
      font-size: 32px;
      line-height: 40px; } }
  @media (max-width: 767px) {
    .account__title {
      max-width: 100%;
      margin-bottom: 30px;
      padding: 0 15px;
      font-size: 24px;
      line-height: 32px; } }

.account__choice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  margin: 0 auto 60px; }
  @media (min-width: 768px) and (max-width: 979px) {
    .account__choice {
      margin-bottom: 70px; } }
  @media (max-width: 767px) {
    .account__choice {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 280px;
      margin-bottom: 40px; } }

.account__input {
  display: none; }

.account__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  height: 55px;
  font: 22px/1 Helvetica, Arial, sans-serif;
  color: #fff;
  border-radius: 6px 0 0 6px;
  background: linear-gradient(#7D9AD0, #6684C3);
  cursor: pointer; }
  @media (max-width: 767px) {
    .account__label {
      width: 100%;
      border-radius: 6px 6px 0 0; } }
  .account__label:hover, .account__label:active, .account__label:focus {
    background: linear-gradient(#96B0E2, #809DDA); }
  .account__label:last-child {
    border-radius: 0 6px 6px 0; }
    @media (max-width: 767px) {
      .account__label:last-child {
        border-radius: 0 0 6px 6px; } }

.account__input--merchant:checked ~ .account__choice .account__label--merchant {
  box-shadow: inset 0 4px 7px 0 rgba(0, 0, 0, 0.4);
  background: #5070b2; }

.account__input--carrier:checked ~ .account__choice .account__label--carrier {
  box-shadow: inset 0 4px 7px 0 rgba(0, 0, 0, 0.4);
  background: #5070b2; }

.account__merchant, .account__carrier {
  display: none; }

.account .account__input--merchant:checked ~ .account__merchant {
  display: block; }

.account .account__input--carrier:checked ~ .account__carrier {
  display: block; }

.account__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin: 0 auto 50px;
  border-radius: 6px;
  background: #faf9f3; }
  @media (min-width: 980px) and (max-width: 1199px) {
    .account__info {
      width: 940px; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .account__info {
      width: 100%; } }
  @media (max-width: 767px) {
    .account__info {
      width: 100%;
      margin-bottom: 30px; } }

.account__info-img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 380px;
  height: 390px;
  background-position: center;
  background-size: cover; }
  @media (min-width: 768px) and (max-width: 979px) {
    .account__info-img {
      width: 33%; } }
  @media (max-width: 767px) {
    .account__info-img {
      display: none; } }
  .account__info-img--merchant {
    background-image: url("/assets/styles/images/perevezi_rf/merchant.jpg"); }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
      .account__info-img--merchant {
        background-image: url("/assets/styles/images/perevezi_rf/merchant@2x.jpg"); } }
  .account__info-img--carrier {
    background-image: url("/assets/styles/images/perevezi_rf/carrier.jpg"); }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
      .account__info-img--carrier {
        background-image: url("/assets/styles/images/perevezi_rf/carrier@2x.jpg"); } }

.account__info-block {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  padding: 30px 40px;
  color: #262626;
  border-radius: 0 6px 6px 0; }
  @media (min-width: 768px) and (max-width: 979px) {
    .account__info-block {
      padding: 35px 40px; } }
  @media (max-width: 767px) {
    .account__info-block {
      padding: 22px 20px 25px; } }

.account__info-title {
  margin-bottom: 20px;
  font: 28px/36px "Roboto Slab", Roboto, Helvetica, Arial, sans-serif; }
  @media (min-width: 768px) and (max-width: 979px) {
    .account__info-title {
      font-size: 26px; } }
  @media (max-width: 767px) {
    .account__info-title {
      font-size: 24px;
      line-height: 29px; } }
  .account__info-title::after {
    content: '';
    display: block;
    width: 380px;
    height: 4px;
    margin-top: 5px;
    background: #fec200; }
    @media (min-width: 768px) and (max-width: 979px) {
      .account__info-title::after {
        width: 355px; } }
    @media (max-width: 767px) {
      .account__info-title::after {
        width: 100%;
        max-width: 325px;
        margin-top: 8px; } }

.account__info-p {
  font: 14px/22px Helvetica, Arial, sans-serif; }

.account__info-subtitle {
  margin: 30px 0 15px;
  font: 18px/22px Helvetica, Arial, sans-serif;
  color: #f76d5b; }
  @media (min-width: 768px) and (max-width: 979px) {
    .account__info-subtitle {
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .account__info-subtitle {
      margin: 25px 0 10px; } }

.account__info-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px; }
  @media (min-width: 768px) and (max-width: 979px) {
    .account__info-links {
      margin-top: 20px; } }
  @media (max-width: 767px) {
    .account__info-links {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.account__info-button {
  display: block;
  width: 190px;
  margin-right: 35px; }
  @media (min-width: 768px) and (max-width: 979px) {
    .account__info-button {
      margin-right: 25px; } }
  @media (max-width: 767px) {
    .account__info-button {
      width: 235px;
      margin: 0 0 30px; } }

.account__info-link {
  font: 14px/22px Helvetica, Arial, sans-serif;
  color: #3366cc;
  text-decoration: none; }
  .account__info-link:hover, .account__info-link:active, .account__info-link:focus {
    text-decoration: underline; }

.account__features {
  width: 1000px;
  margin: 0 auto; }
  @media (min-width: 980px) and (max-width: 1199px) {
    .account__features {
      width: 940px; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .account__features {
      width: 100%;
      padding: 0 25px; } }
  @media (max-width: 767px) {
    .account__features {
      width: 100%;
      padding: 0 20px; } }

.account__features-title {
  max-width: 610px;
  margin: 0 auto 50px;
  font: 34px/42px "Roboto Slab", Roboto, Helvetica, Arial, sans-serif;
  text-align: center; }
  @media (min-width: 980px) and (max-width: 1199px) {
    .account__features-title {
      max-width: 565px;
      font-size: 32px;
      line-height: 40px; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .account__features-title {
      max-width: 565px;
      font-size: 32px;
      line-height: 40px; } }
  @media (max-width: 767px) {
    .account__features-title {
      max-width: 100%;
      margin-bottom: 30px;
      font-size: 24px;
      line-height: 30px; } }

.account__features-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.account__features-item {
  position: relative;
  width: 300px;
  margin-bottom: 45px;
  padding-left: 30px;
  font: 15px/22px Helvetica, Arial, sans-serif;
  color: #4a4a4a; }
  @media (min-width: 980px) and (max-width: 1199px) {
    .account__features-item {
      width: 280px;
      font-size: 14px; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .account__features-item {
      width: 230px;
      font-size: 14px; } }
  @media (max-width: 767px) {
    .account__features-item {
      width: 270px;
      margin: 0 auto 30px;
      font-size: 14px; } }

.account__feature-number {
  position: absolute;
  top: 0;
  left: 0;
  font: 32px/32px "Roboto Slab", Roboto, Helvetica, Arial, sans-serif;
  color: #7290cb; }

.account__feature-title {
  font: 18px/22px Roboto, Helvetica, Arial, sans-serif;
  color: #262626; }
  @media (min-width: 1200px) {
    .account__feature-title {
      font-size: 20px;
      line-height: 24px; } }
  .account__feature-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    margin: 15px 0 10px;
    background: #7290cb; }

.account__feature-p {
  margin: 0; }

.account__features-button {
  width: 245px;
  margin: 0 auto 50px; }
  @media (max-width: 767px) {
    .account__features-button {
      margin-bottom: 35px; } }

.account__carrier .account__info-title::after {
  width: 455px;
  background: #30c161; }
  @media (min-width: 768px) and (max-width: 979px) {
    .account__carrier .account__info-title::after {
      width: 425px; } }
  @media (max-width: 767px) {
    .account__carrier .account__info-title::after {
      width: 100%;
      max-width: 390px; } }

.account__carrier .account__info-subtitle {
  margin: 20px 0 10px; }

.account__carrier .account__features-title {
  max-width: 100%; }

.about {
  padding: 35px 0;
  color: #262626;
  background: #fbfbfb; }
  .about__title {
    margin-bottom: 25px;
    font: 24px/32px Roboto, Helvetica, Arial, sans-serif; }
    @media (max-width: 767px) {
      .about__title {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 26px; } }
  .about__p {
    margin: 0 0 30px;
    font: 14px/22px Helvetica, Arial, sans-serif; }
    @media (max-width: 767px) {
      .about__p {
        margin-bottom: 20px; } }
    .about__p:last-child {
      margin-bottom: 0; }

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