/*core/base.scss*/
/*core/mixins.scss*/
/*core/exts.scss*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,600italic,400,300,700,600&subset=latin,cyrillic);
.nav a, .pop, .pop .content {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*base/vars.scss*/
/** Import autocollected by gulp **/
/*base/normalize.scss*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1, h2, h3, h4 {
  margin: 0; }

ul {
  margin: 0;
  padding: 0; }

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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.
 */
img {
  border: 0;
  vertical-align: top; }

::-moz-placeholder {
  opacity: 1; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  outline: none;
  padding: 0; }

input::-ms-clear {
  display: none; }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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 */
  width: auto;
  overflow: visible; }

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

/**
 * 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 */ }

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

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

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
  resize: none; }

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

/*base/mixins*/
/*base/exts*/
/*base/rules.scss*/
a {
  color: #fff; }
  a:hover {
    text-decoration: none; }
  a:focus {
    outline: none; }

.caller {
  text-decoration: none;
  border-bottom: 1px dotted #fff;
  display: inline-block;
  cursor: pointer; }
  .caller:hover {
    border-bottom-color: transparent !important; }
  .caller.active {
    border-bottom-color: transparent !important; }

a.active, span.active {
  cursor: default;
  text-decoration: none;
  border-bottom-color: transparent; }

.clr {
  clear: both; }

p {
  margin: 0; }

ul {
  list-style: none;
  margin: 20px 0 0 13px;
  padding: 0;
  line-height: 18px; }
  ul li:before {
    content: '\2022';
    position: absolute;
    margin: 0 0 0 -9px; }

.w {
  width: 1080px;
  margin: 0 auto; }

.logged {
  display: none; }
  .user-logged .logged {
    display: block; }

.user-logged .unlogged {
  display: none; }

html {
  height: 100%; }
  html .nav .one {
    width: 140px;
    height: 120px;
    background: url(../images/menu-sprite.png) 0px -260px no-repeat;
    background-color: #c76f2f; }
    html .nav .one:hover {
      background-color: #a94909; }
  html.one #header {
    border-color: #c76f2f; }
  html.one:not(.framed) .nav .one {
    font-weight: 300;
    text-decoration: none;
    cursor: default;
    background-color: #c76f2f; }
  html.one:not(.framed) .f-nav .one {
    text-decoration: none;
    cursor: default;
    font-weight: 300; }
  html.one:not(.framed) .main-top .h:before, html.one:not(.framed) .main-top .h:after {
    color: #c76f2f; }
  html.one:not(.framed) .suggestion .item.colored {
    color: #c76f2f; }
  html.one:not(.framed) .suggestion .btn {
    background: #c76f2f; }
    html.one:not(.framed) .suggestion .btn:hover {
      background-color: #a94909; }
      html.one:not(.framed) .suggestion .btn:hover:before {
        border-top-color: #a94909; }
    html.one:not(.framed) .suggestion .btn:before {
      border-top-color: #c76f2f; }
  html .nav .two {
    width: 140px;
    height: 120px;
    background: url(../images/menu-sprite.png) 0px -650px no-repeat;
    background-color: #852525; }
    html .nav .two:hover {
      background-color: #561200; }
  html.two #header {
    border-color: #852525; }
  html.two:not(.framed) .nav .two {
    font-weight: 300;
    text-decoration: none;
    cursor: default;
    background-color: #852525; }
  html.two:not(.framed) .f-nav .two {
    text-decoration: none;
    cursor: default;
    font-weight: 300; }
  html.two:not(.framed) .main-top .h:before, html.two:not(.framed) .main-top .h:after {
    color: #852525; }
  html.two:not(.framed) .suggestion .item.colored {
    color: #852525; }
  html.two:not(.framed) .suggestion .btn {
    background: #852525; }
    html.two:not(.framed) .suggestion .btn:hover {
      background-color: #561200; }
      html.two:not(.framed) .suggestion .btn:hover:before {
        border-top-color: #561200; }
    html.two:not(.framed) .suggestion .btn:before {
      border-top-color: #852525; }
  html .nav .three {
    width: 140px;
    height: 120px;
    background: url(../images/menu-sprite.png) 0px -520px no-repeat;
    background-color: #708401; }
    html .nav .three:hover {
      background-color: #546300; }
  html.three #header {
    border-color: #708401; }
  html.three:not(.framed) .nav .three {
    font-weight: 300;
    text-decoration: none;
    cursor: default;
    background-color: #708401; }
  html.three:not(.framed) .f-nav .three {
    text-decoration: none;
    cursor: default;
    font-weight: 300; }
  html.three:not(.framed) .main-top .h:before, html.three:not(.framed) .main-top .h:after {
    color: #708401; }
  html.three:not(.framed) .suggestion .item.colored {
    color: #708401; }
  html.three:not(.framed) .suggestion .btn {
    background: #708401; }
    html.three:not(.framed) .suggestion .btn:hover {
      background-color: #546300; }
      html.three:not(.framed) .suggestion .btn:hover:before {
        border-top-color: #546300; }
    html.three:not(.framed) .suggestion .btn:before {
      border-top-color: #708401; }
  html .nav .four {
    width: 140px;
    height: 120px;
    background: url(../images/menu-sprite.png) 0px -130px no-repeat;
    background-color: #325e87; }
    html .nav .four:hover {
      background-color: #244a6d; }
  html.four #header {
    border-color: #325e87; }
  html.four:not(.framed) .nav .four {
    font-weight: 300;
    text-decoration: none;
    cursor: default;
    background-color: #325e87; }
  html.four:not(.framed) .f-nav .four {
    text-decoration: none;
    cursor: default;
    font-weight: 300; }
  html.four:not(.framed) .main-top .h:before, html.four:not(.framed) .main-top .h:after {
    color: #325e87; }
  html.four:not(.framed) .suggestion .item.colored {
    color: #325e87; }
  html.four:not(.framed) .suggestion .btn {
    background: #325e87; }
    html.four:not(.framed) .suggestion .btn:hover {
      background-color: #244a6d; }
      html.four:not(.framed) .suggestion .btn:hover:before {
        border-top-color: #244a6d; }
    html.four:not(.framed) .suggestion .btn:before {
      border-top-color: #325e87; }
  html .nav .five {
    width: 140px;
    height: 120px;
    background: url(../images/menu-sprite.png) 0px 0px no-repeat;
    background-color: #653d92; }
    html .nav .five:hover {
      background-color: #432366; }
  html.five #header {
    border-color: #653d92; }
  html.five:not(.framed) .nav .five {
    font-weight: 300;
    text-decoration: none;
    cursor: default;
    background-color: #653d92; }
  html.five:not(.framed) .f-nav .five {
    text-decoration: none;
    cursor: default;
    font-weight: 300; }
  html.five:not(.framed) .main-top .h:before, html.five:not(.framed) .main-top .h:after {
    color: #653d92; }
  html.five:not(.framed) .suggestion .item.colored {
    color: #653d92; }
  html.five:not(.framed) .suggestion .btn {
    background: #653d92; }
    html.five:not(.framed) .suggestion .btn:hover {
      background-color: #432366; }
      html.five:not(.framed) .suggestion .btn:hover:before {
        border-top-color: #432366; }
    html.five:not(.framed) .suggestion .btn:before {
      border-top-color: #653d92; }
  html .nav .six {
    width: 140px;
    height: 120px;
    background: url(../images/menu-sprite.png) 0px -390px no-repeat;
    background-color: #2c685f; }
    html .nav .six:hover {
      background-color: #054238; }
  html.six #header {
    border-color: #2c685f; }
  html.six:not(.framed) .nav .six {
    font-weight: 300;
    text-decoration: none;
    cursor: default;
    background-color: #2c685f; }
  html.six:not(.framed) .f-nav .six {
    text-decoration: none;
    cursor: default;
    font-weight: 300; }
  html.six:not(.framed) .main-top .h:before, html.six:not(.framed) .main-top .h:after {
    color: #2c685f; }
  html.six:not(.framed) .suggestion .item.colored {
    color: #2c685f; }
  html.six:not(.framed) .suggestion .btn {
    background: #2c685f; }
    html.six:not(.framed) .suggestion .btn:hover {
      background-color: #054238; }
      html.six:not(.framed) .suggestion .btn:hover:before {
        border-top-color: #054238; }
    html.six:not(.framed) .suggestion .btn:before {
      border-top-color: #2c685f; }

body.hidden {
  overflow: hidden; }
body.scroll #wrap {
  overflow-y: scroll; }
body.rerender {
  margin: 0 0 0 -1px;
  padding: 0 0 0 1px; }
  body.rerender #wrap {
    margin: -1px 0 0 -1px;
    padding: 1px 0 0 1px; }

body {
  height: 100%;
  font: 13px/15px 'Open Sans',sans-serif;
  background: #fefcf4; }

#wrap {
  min-height: 100%;
  position: relative;
  min-width: 1080px; }

#main {
  padding-bottom: 118px; }

/** Import autocollected by gulp **/
/*components/footer.scss*/
#footer {
  height: 90px;
  background: #341908;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 12px;
  color: #fff; }
  #footer .copy {
    float: left;
    margin: 16px 0 0 20px; }
  #footer .best {
    clear: both;
    float: left;
    margin: 10px 0 0 20px;
    color: #bbb; }
  #footer .by {
    float: right;
    margin: 0 20px 0 0;
    color: #bbb;
    padding-left: 28px;
    background: url(../images/veseliy.png) 0 center no-repeat;
    text-decoration: none; }
    #footer .by:hover span {
      text-decoration: none; }
    #footer .by span {
      text-decoration: underline;
      display: block; }

.f-nav {
  font-weight: 700;
  float: right;
  margin: 16px 20px 0 0;
  text-transform: uppercase; }
  .f-nav a {
    margin-left: 17px; }
    .f-nav a.opener {
      text-decoration: none;
      border-bottom: 1px dashed #fff; }
    .f-nav a:hover {
      border-bottom-color: transparent; }

/*components/header.scss*/
#header {
  border-bottom: 10px solid #000;
  overflow: hidden;
  background: url(../images/waves.png) center; }
  #header .logo {
    float: left;
    margin: 14px 0 0 20px;
    min-width: 153px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 12px;
    text-align: center;
    padding-top: 72px;
    font-weight: normal;
    color: #fff;
    background: url(../images/logo.png) center 0 no-repeat; }

.nav {
  float: left;
  margin-left: 40px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase; }
  .nav a {
    float: left;
    padding-top: 72px;
    text-align: center;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out; }

/*partials/shared/obsolete.scss*/
#obsolete-notification {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  background: #c9dfe1;
  font-size: 14px; }
  #obsolete-notification div {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -170px 0 0 -250px;
    width: 500px; }
    #obsolete-notification div p {
      line-height: 18px; }
    #obsolete-notification div a {
      display: inline-block;
      margin-top: 20px;
      height: 30px;
      line-height: 30px;
      padding-left: 50px;
      background: url(../images/browsers.png) no-repeat; }
      #obsolete-notification div a ~ a {
        background-position: 0 -30px; }
      #obsolete-notification div a ~ a ~ a {
        background-position: 0 -60px; }
      #obsolete-notification div a ~ a ~ a ~ a {
        background-position: 0 -90px; }

/*components/pop.scss*/
.overlay {
  z-index: 1;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .overlay.active {
    opacity: 1;
    visibility: visible; }

.pop {
  z-index: 1;
  position: fixed;
  left: 50px;
  top: 50px;
  right: 50px;
  bottom: 50px;
  visibility: hidden;
  vertical-align: middle; }
  .pop.show {
    visibility: visible; }
  .pop .wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 550px;
    max-width: 800px;
    height: 100%;
    width: 100%; }
  .pop .close {
    position: absolute;
    right: 8px;
    margin-top: 10px;
    z-index: 1;
    width: 14px;
    height: 14px;
    background: url(../images/close.png) no-repeat; }
  .pop .content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    border: 30px solid #fff;
    border-top-width: 25px;
    border-bottom-width: 32px;
    overflow: auto;
    background: #fff;
    max-height: 100%; }
  .pop .c-wrap {
    min-width: 350px; }
  .pop .top {
    padding-right: 10px; }
  .pop .h {
    font-size: 30px;
    font-weight: 300;
    line-height: 36px; }
  .pop .s-h {
    font-size: 18px;
    color: #564b44;
    font-weight: 300; }
  .pop .h-text {
    font-size: 14px;
    margin-top: 22px;
    line-height: 18px; }
  .pop .item {
    margin-top: 20px;
    border-top: 2px solid #bbb;
    padding: 18px 10px 0 106px;
    overflow: hidden; }
  .pop .img {
    float: left;
    margin: 0 0 0 -106px; }
  .pop .ss-h {
    font-size: 16px;
    font-weight: 800; }
  .pop .text {
    margin-top: 8px; }

/** Import autocollected by gulp **/
/*partials/index.scss*/
.main-top {
  height: 350px;
  position: relative;
  background: #341908;
  color: #fff; }
  .main-top .under {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: center 0 no-repeat; }
    .main-top .under:before, .main-top .under:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
    .main-top .under:before {
      background: rgba(0, 0, 0, 0.75); }
    .main-top .under:after {
      background: url(../images/pic-ov.png) center;
      opacity: 0.25; }
  .main-top .text {
    text-align: center;
    font-style: italic;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    position: absolute;
    left: 0;
    top: 50px;
    right: 0;
    color: #bbb; }
  .main-top .b {
    font-weight: 600;
    color: #fff; }
  .main-top .bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    text-align: center;
    line-height: 66px; }
  .main-top .h {
    font-size: 60px;
    font-weight: 300; }
    .main-top .h:before {
      content: '[';
      font-size: 72px;
      margin-right: 35px; }
    .main-top .h:after {
      content: ']';
      font-size: 72px;
      margin-left: 35px; }
  .main-top .sub-h {
    color: #bbb;
    margin-top: -6px;
    font-weight: 300;
    font-size: 30px; }

.useful {
  font-style: italic;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  margin-top: 10px; }
  .useful .btn {
    color: #bbb;
    text-decoration: none;
    background: #341908 url(../images/acht.png) 22px 6px no-repeat;
    padding: 9px 20px 6px 65px;
    display: inline-block;
    text-align: left;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out; }
    .useful .btn:hover {
      background-color: #564b44; }
      .useful .btn:hover .dashed {
        border-bottom-color: transparent; }
  .useful .dashed {
    font-weight: 700;
    color: #fff;
    font-style: normal;
    margin-left: -9px;
    border-bottom: 1px dashed #fff;
    display: block;
    text-transform: uppercase;
    line-height: 16px;
    margin-bottom: 2px; }

.suggestion {
  margin-top: 30px;
  border-top: 2px solid #341908;
  border-bottom: 2px solid #341908;
  padding: 20px 0;
  position: relative;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out; }
  .suggestion + .suggestion {
    margin-top: 0;
    border-top: none; }
  .suggestion:hover {
    background: #eeead9; }
  .suggestion .by, .suggestion .content, .suggestion .btn {
    display: inline-block;
    vertical-align: middle; }
  .suggestion .by {
    width: 230px;
    text-align: center; }
  .suggestion .h {
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    margin-bottom: 5px; }
  .suggestion .content {
    width: 622px;
    position: relative; }
  .suggestion .online {
    position: absolute;
    top: -15px;
    right: 20px;
    background: no-repeat;
    width: 99px;
    height: 99px; }
    .suggestion .online + .text {
      margin-right: 130px;
      min-height: 60px; }
  .suggestion .text {
    margin: 0 21px; }
  .suggestion .table {
    margin-top: 10px;
    border: 1px solid #bbb;
    background: #fff;
    padding: 6px 0 6px 0; }
  .suggestion .item {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 700;
    width: 130px;
    padding: 6px 0 8px 20px;
    line-height: 16px;
    position: relative; }
    .suggestion .item.two {
      width: 260px; }
    .suggestion .item.colored {
      font-size: 16px; }
    .suggestion .item:nth-child(-n+4) {
      border-bottom: 1px solid #ddd; }
    .suggestion .item:nth-child(4n+1) {
      padding-left: 0;
      margin-left: 20px; }
      .suggestion .item:nth-child(4n+1):before {
        display: none; }
    .suggestion .item:before {
      content: '';
      position: absolute;
      left: 4px;
      top: 13px;
      bottom: 13px;
      border-left: 1px solid #ddd; }
  .suggestion .s-h {
    color: #564b44;
    font-size: 12px; }
  .suggestion .btn {
    margin-left: 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    width: 176px;
    height: 46px;
    line-height: 46px;
    text-decoration: none;
    border: 2px solid #fff;
    text-align: center;
    position: relative;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out; }
    .suggestion .btn:before {
      content: '';
      position: absolute;
      left: -2px;
      top: 48px;
      right: -2px;
      height: 3px;
      border-top: 3px solid #000;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      -webkit-transition: border 0.3s ease-in-out;
      transition: border 0.3s ease-in-out; }

.frame {
  position: absolute;
  top: 130px;
  width: 100%;
  height: calc(100% - 130px);
  background: #fff; }

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